From 4ebd665a785489591dc603d7ec38034b87b302c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:16:45 +0000 Subject: [PATCH] Update @sentry/browser requirement from ^7.39.0 to ^7.72.0 in /src Updates the requirements on [@sentry/browser](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.39.0...7.72.0) --- updated-dependencies: - dependency-name: "@sentry/browser" 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 674915dc..f63b589c 100644 --- a/src/package.json +++ b/src/package.json @@ -7,7 +7,7 @@ "@mui/material": "^5.11.15", "@mui/icons-material": "^5.11.16", "@mui/styles": "^5.11.13", - "@sentry/browser": "^7.39.0", + "@sentry/browser": "^7.72.0", "babel-eslint": "^10.1.0", "@sentry/integrations": "^7.45.0", "notistack": "^2.0.8",