From 6c6bd5afefd1154ee4c9cdcf6d74b6a774d6b9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:06:56 +0000 Subject: [PATCH] Update @sentry/integrations requirement from ^7.55.2 to ^7.66.0 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.55.2...7.66.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 7b66b2f2..fcb17a0f 100644 --- a/src/package.json +++ b/src/package.json @@ -9,7 +9,7 @@ "@mui/styles": "^5.13.2", "babel-eslint": "^10.1.0", "@sentry/browser": "^7.55.2", - "@sentry/integrations": "^7.55.2", + "@sentry/integrations": "^7.66.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.9.0",