From 3040fe496bbb6305f618cefc5e0b2b707255b2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:53:12 +0000 Subject: [PATCH] build(deps): bump @sentry/nextjs Bumps the npm_and_yarn group with 1 update in the /apps/client directory: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript). Updates `@sentry/nextjs` from 8.47.0 to 9.8.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/8.47.0...9.8.0) --- updated-dependencies: - dependency-name: "@sentry/nextjs" dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/package.json b/apps/client/package.json index cb6769e..0afb403 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -35,7 +35,7 @@ "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-switch": "^1.1.3", "@radix-ui/react-tooltip": "^1.1.8", - "@sentry/nextjs": "^9.6.1", + "@sentry/nextjs": "^9.8.0", "@uiw/codemirror-theme-github": "^4.23.10", "@vercel/analytics": "^1.5.0", "class-variance-authority": "^0.7.1",