From 1adfffcb16b4f2a009842964b9415ceecfd949b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:29:01 +0000 Subject: [PATCH] Bump @bugsnag/plugin-react from 8.0.0 to 8.1.1 Bumps [@bugsnag/plugin-react](https://github.com/bugsnag/bugsnag-js) from 8.0.0 to 8.1.1. - [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/v8.0.0...v8.1.1) --- updated-dependencies: - dependency-name: "@bugsnag/plugin-react" dependency-type: direct:production update-type: version-update:semver-minor ... 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 9675e5187..cc1063e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4813,9 +4813,9 @@ } }, "@bugsnag/plugin-react": { - "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==" + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-8.1.1.tgz", + "integrity": "sha512-G21+YMDSsdco/CjD6BkfQH73t92mJB9/REU2bYCvDvU9yqKiRQyhTr5D2Ak/ON4KmbKAqexBh/pXGkzOGSP7xQ==" }, "@bugsnag/safe-json-stringify": { "version": "6.0.0", diff --git a/package.json b/package.json index ed54c2b42..c70a40f48 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@aws-sdk/s3-presigned-post": "^3.679.0", "@babel/runtime": "^7.25.7", "@bugsnag/js": "^8.0.0", - "@bugsnag/plugin-react": "^8.0.0", + "@bugsnag/plugin-react": "^8.1.1", "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0",