From 81250b7a0435ba7d5b4fec5da5668f3c55d4c213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:08:51 +0000 Subject: [PATCH] chore(deps): update @sentry/browser requirement 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.21.0...8.27.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 564fe78b..9e56ab62 100644 --- a/src/package.json +++ b/src/package.json @@ -7,7 +7,7 @@ "@iobroker/adapter-react-v5": "^6.0.14", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", - "@sentry/browser": "^8.21.0", + "@sentry/browser": "^8.27.0", "babel-eslint": "^10.1.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4",