From 0e409d2d1f6121c9191e4d0be703bc6081f2292e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:57:08 +0000 Subject: [PATCH] build(deps): bump @sentry/browser in /frontend/shared Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.119.0 to 8.33.1. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.33.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.119.0...8.33.1) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/shared/package.json b/frontend/shared/package.json index 348edde66d..cf3a528362 100644 --- a/frontend/shared/package.json +++ b/frontend/shared/package.json @@ -13,7 +13,7 @@ }, "license": "MIT", "dependencies": { - "@sentry/browser": "^7.16.0", + "@sentry/browser": "^8.33.1", "@sentry/nextjs": "^7.16.0", "axios": "^0.27.2", "cors": "^2.8.5",