From e497e45a5ed7a38916cdabfebd6df0cc8fe7cb9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 05:50:17 +0000 Subject: [PATCH] Bump @bugsnag/plugin-react from 7.25.0 to 8.0.0 Bumps [@bugsnag/plugin-react](https://github.com/bugsnag/bugsnag-js) from 7.25.0 to 8.0.0. - [Release notes](https://github.com/bugsnag/bugsnag-js/releases) - [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md) - [Commits](https://github.com/bugsnag/bugsnag-js/compare/v7.25.0...v8.0.0) --- updated-dependencies: - dependency-name: "@bugsnag/plugin-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7713904c0..cd45e26e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4478,9 +4478,9 @@ } }, "@bugsnag/plugin-react": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-7.25.0.tgz", - "integrity": "sha512-evlH2Aai7vBQsTNt1sP0Pq7uwCdaQR6DOwrZmfA6W6h0eJzTDdlq1jl94NbfHTIMM62zGcDx6ZT/1Q87utnvtA==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-8.0.0.tgz", + "integrity": "sha512-hzLRt0sw6PSups+yd/XKJPMOv8yp8x5yaOzITii7PjXND++0tStGnQQEWTbS5DCW1685mGqP/G4gye8s9LP5og==" }, "@bugsnag/safe-json-stringify": { "version": "6.0.0", diff --git a/package.json b/package.json index d7d2a6415..30f263b4b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@aws-sdk/s3-presigned-post": "^3.651.1", "@babel/runtime": "^7.25.6", "@bugsnag/js": "^8.0.0", - "@bugsnag/plugin-react": "^7.25.0", + "@bugsnag/plugin-react": "^8.0.0", "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0",