From 6ea3fc41e319e1c49cba03e8cbacb3118b35b4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:01:41 +0000 Subject: [PATCH] Update @sentry/browser requirement from ^8.36.0 to ^8.41.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/8.36.0...8.41.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 39e21006..305d59fa 100644 --- a/src/package.json +++ b/src/package.json @@ -8,7 +8,7 @@ "@iobroker/adapter-react-v5": "^7.2.6", "@mui/icons-material": "^6.1.9", "@mui/material": "^6.1.9", - "@sentry/browser": "^8.36.0", + "@sentry/browser": "^8.41.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.14.0", "eslint-config-airbnb": "^19.0.4",