From 0e15d3c5f66335643e6a2af9592bc2ff3e5da478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:43:14 +0000 Subject: [PATCH] build(deps): bump @sentry/browser in /frontend/shared Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.119.2 to 8.36.0. - [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.119.2...8.36.0) --- 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 7eca4dc488..2508b23270 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.36.0", "@sentry/nextjs": "^7.16.0", "axios": "^0.27.2", "cors": "^2.8.5",