From decba6024b801e009e6bc5a45d77cfcd39dc08c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 03:57:07 +0000 Subject: [PATCH] Bump @sentry/core from 7.55.0 to 7.55.2 Bumps [@sentry/core](https://github.com/getsentry/sentry-javascript) from 7.55.0 to 7.55.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.55.0...7.55.2) --- updated-dependencies: - dependency-name: "@sentry/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 27 ++++++++++++++++++++------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c9a69112..3ae219aa 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@fortawesome/fontawesome-free": "^6.4.0", "@popperjs/core": "^2.11.8", "@sentry/browser": "^7.51.2", - "@sentry/core": "^7.55.0", + "@sentry/core": "^7.55.2", "@sentry/integrations": "^7.55.0", "@sentry/utils": "^7.54.0", "@webpack-cli/serve": "^2.0.3", diff --git a/yarn.lock b/yarn.lock index 1eeb6b85..06a2285a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1086,13 +1086,13 @@ "@sentry/utils" "7.54.0" tslib "^1.9.3" -"@sentry/core@^7.55.0": - version "7.55.0" - resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.55.0.tgz#0a02f8bf7f083a52b344e03f1fe0b8bd092765af" - integrity sha512-ClOcxdAlX7aS52UQQFc7zAIoqyV24wZnDamJTNtnygETGhrjsj4sUyhelF0xecn5gyYJQ0pfT55iBTGacms8Ag== +"@sentry/core@^7.55.2": + version "7.55.2" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.55.2.tgz#a3988393ab791eba5d7fe735dfecea5a615e9e50" + integrity sha512-clzQirownxqADv9+fopyMJTHzaoWedkN2+mi4ro1LxjLgROdXBFurMCC1nT+7cH/xvQ5gMIRkM/y/4gRtKy2Ew== dependencies: - "@sentry/types" "7.55.0" - "@sentry/utils" "7.55.0" + "@sentry/types" "7.55.2" + "@sentry/utils" "7.55.2" tslib "^1.9.3" "@sentry/integrations@^7.55.0": @@ -1124,6 +1124,11 @@ resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.55.0.tgz#97baff0d9fc2e2946366ff2569f0a44cc0dd9d37" integrity sha512-e8VLiR0NIYd1Y5SlATp3eSARTYmbpNEYsX2b3a1E0NDZj+G5eOqef7k6ab6Y30LUrqrqmkDE0VJqTtnI3pMzzg== +"@sentry/types@7.55.2": + version "7.55.2" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.55.2.tgz#1abd2e02308fcd9ff3e0ac0a56c6d67e36764964" + integrity sha512-mAtkA8wvUDrLjAAmy9tjn+NiXcxVz/ltbslTKaIW6JNgVRz5kMt1Ny8RJsgqaZqa4LFP8q+IvWw4Vd91kb57rA== + "@sentry/utils@7.54.0": version "7.54.0" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.54.0.tgz#a3acb5e25a1409cbca7b46d6356d7417a253ea9a" @@ -1132,7 +1137,7 @@ "@sentry/types" "7.54.0" tslib "^1.9.3" -"@sentry/utils@7.55.0", "@sentry/utils@^7.54.0": +"@sentry/utils@7.55.0": version "7.55.0" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.55.0.tgz#cb1ab6a5534755a27611257edafe09ae1df01375" integrity sha512-18YU0fLhlr/e7lUyMkh/BEE05N8DG9lzWToz6c9DOYw6pTyt2EXZrxho+BcYufd7IayU0Twb0sp8EX/wfggYxA== @@ -1140,6 +1145,14 @@ "@sentry/types" "7.55.0" tslib "^1.9.3" +"@sentry/utils@7.55.2", "@sentry/utils@^7.54.0": + version "7.55.2" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.55.2.tgz#6a214c867c73305faac0997bdef4581f3bee0128" + integrity sha512-Yv9XtbOESdN7bkK2AMrKsmKMF5OOVv5v5hVcOqXtSTw1t2oMAtRjXXqGpUo+TkdTOjeoX6dr19ozVFHaGvqHkw== + dependencies: + "@sentry/types" "7.55.2" + tslib "^1.9.3" + "@sinclair/typebox@^0.25.16": version "0.25.24" resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"