From e4dc8a8b8be3297e368b90819153646ae6a76b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:02:27 +0000 Subject: [PATCH] chore(deps): update @sentry/integrations requirement in /src Updates the requirements on [@sentry/integrations](https://github.com/getsentry/sentry-javascript) to permit the latest version. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.84.0...7.99.0) --- updated-dependencies: - dependency-name: "@sentry/integrations" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 225a042..e661f85 100644 --- a/src/package.json +++ b/src/package.json @@ -9,7 +9,7 @@ "@mui/material": "5.14.14", "@mui/styles": "5.14.19", "@sentry/browser": "^7.84.0", - "@sentry/integrations": "^7.84.0", + "@sentry/integrations": "^7.99.0", "babel-eslint": "^10.1.0", "eslint": "^8.54.0", "eslint-config-airbnb": "^19.0.4",