From a29020fa4663b23b91bf872081f099ce9bcfa126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 14:02:01 +0000 Subject: [PATCH] build(deps): bump @sentry/browser Bumps the npm_and_yarn group with 1 update in the / directory: [@sentry/browser](https://github.com/getsentry/sentry-javascript). Updates `@sentry/browser` from 5.6.3 to 9.17.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/5.6.3...9.17.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-version: 9.17.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7a4a33..53d58e4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "description": "Official Sentry SDK for Cordova", "dependencies": { - "@sentry/browser": "~5.6.3", + "@sentry/browser": "~9.17.0", "@sentry/core": "~5.6.2", "@sentry/minimal": "~5.6.1", "@sentry/types": "~5.6.1",