From 6e877c5764186d73d1b716e517ebd87fda9b225c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 08:34:17 +0000 Subject: [PATCH] Bump @sentry/integrations from 7.58.1 to 7.59.2 Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 7.58.1 to 7.59.2. - [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/7.58.1...7.59.2) --- updated-dependencies: - dependency-name: "@sentry/integrations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a3e78196..329bca4f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@popperjs/core": "^2.11.8", "@sentry/browser": "^7.51.2", "@sentry/core": "^7.59.2", - "@sentry/integrations": "^7.58.1", + "@sentry/integrations": "^7.59.2", "@sentry/utils": "^7.58.1", "@webpack-cli/serve": "^2.0.3", "babel-loader": "^9.1.3", diff --git a/yarn.lock b/yarn.lock index 0455e914..cd0cdecb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1091,13 +1091,13 @@ "@sentry/utils" "7.59.2" tslib "^2.4.1 || ^1.9.3" -"@sentry/integrations@^7.58.1": - version "7.58.1" - resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.58.1.tgz#da033779e244cbed56598f94382a9e1da2e50371" - integrity sha512-fKZV/QDPM7rIZhaJpFwgxD4rzWLtRuag7cOWfvHCsezJnhXEF8u45sBak/VWmSr8SbcvJAIJSZbWYi0N91hNHQ== +"@sentry/integrations@^7.59.2": + version "7.59.2" + resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.59.2.tgz#ca136d6db09cbc656fe425a03a5f2d979b501e65" + integrity sha512-1PUcS+OlITbdnXWEm4IRasqAApZIXynm+3tHcZcVXla33LxQV77VWzsrFmPgoNW5r0TktEwXyoiXxP4DvgJ9Kg== dependencies: - "@sentry/types" "7.58.1" - "@sentry/utils" "7.58.1" + "@sentry/types" "7.59.2" + "@sentry/utils" "7.59.2" localforage "^1.8.1" tslib "^2.4.1 || ^1.9.3"