Bump @sentry/integrations from 7.53.0 to 7.53.1
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 7.53.0 to 7.53.1. - [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.53.0...7.53.1) --- updated-dependencies: - dependency-name: "@sentry/integrations" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
"@popperjs/core": "^2.11.7",
|
||||
"@sentry/browser": "^7.51.2",
|
||||
"@sentry/core": "^7.53.0",
|
||||
"@sentry/integrations": "^7.53.0",
|
||||
"@sentry/integrations": "^7.53.1",
|
||||
"@sentry/utils": "^7.51.2",
|
||||
"@webpack-cli/serve": "^2.0.3",
|
||||
"babel-loader": "^9.1.2",
|
||||
|
27
yarn.lock
27
yarn.lock
@ -1055,13 +1055,13 @@
|
||||
"@sentry/utils" "7.53.0"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/integrations@^7.53.0":
|
||||
version "7.53.0"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.53.0.tgz#e60a99702ef436c359088d768dccf55530d449ce"
|
||||
integrity sha512-6GC5ULGnSHjPlOFdK3E1tW/4FitaX+Wm0daBdYl5EYUz9haWWdlKXfi0ELzW+SWDJVE1o86zEyZ4saCUhwz52g==
|
||||
"@sentry/integrations@^7.53.1":
|
||||
version "7.53.1"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.53.1.tgz#49db5eb5dbacab4509e22fd1ca1b94d155cae7c1"
|
||||
integrity sha512-Y2Sq+nkYG2FFYWZ3NLDUdFdJQEAfSNL95MeoIAjpAioHmPBOHXoRwUzAMlaOR/2VibaKwGEIGwsHofj7RwtjrA==
|
||||
dependencies:
|
||||
"@sentry/types" "7.53.0"
|
||||
"@sentry/utils" "7.53.0"
|
||||
"@sentry/types" "7.53.1"
|
||||
"@sentry/utils" "7.53.1"
|
||||
localforage "^1.8.1"
|
||||
tslib "^1.9.3"
|
||||
|
||||
@ -1084,6 +1084,11 @@
|
||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.53.0.tgz#f267ea223ceaf1832a4247363bfd3afcca9b7fe5"
|
||||
integrity sha512-hqlbrCL8nfDfjlF6wh4NHNW9plhWJ1m2BSqRyspcxOC44e293BPfwjUzr0aQapJK/aRkHROnfAtzsEu2awNPzg==
|
||||
|
||||
"@sentry/types@7.53.1":
|
||||
version "7.53.1"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.53.1.tgz#3eefbad851f2d0deff67285d7e976d23d7d06a41"
|
||||
integrity sha512-/ijchRIu+jz3+j/zY+7KRPfLSCY14fTx5xujjbOdmEKjmIHQmwPBdszcQm40uwofrR8taV4hbt5MFN+WnjCkCw==
|
||||
|
||||
"@sentry/utils@7.51.2":
|
||||
version "7.51.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.51.2.tgz#2a52ac2cfb00ffd128248981279c0a561b39eccb"
|
||||
@ -1092,7 +1097,7 @@
|
||||
"@sentry/types" "7.51.2"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/utils@7.53.0", "@sentry/utils@^7.51.2":
|
||||
"@sentry/utils@7.53.0":
|
||||
version "7.53.0"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.53.0.tgz#ff3470135fdeec00ef4c355c10488cf9227c5ed0"
|
||||
integrity sha512-T3F2DkXB9fDjUIAcrOMrGCnquyTQxTyTb5Mh+NbFBevQn32fHehQ62VraLhe20HTVy8YBFkXisvLu6HeOZ5Mog==
|
||||
@ -1100,6 +1105,14 @@
|
||||
"@sentry/types" "7.53.0"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/utils@7.53.1", "@sentry/utils@^7.51.2":
|
||||
version "7.53.1"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.53.1.tgz#b1f9f1dd4de7127287ad5027c2bd1133c5590486"
|
||||
integrity sha512-DKJA1LSUOEv4KOR828MzVuLh+drjeAgzyKgN063OEKmnirgjgRgNNS8wUgwpG0Tn2k6ANZGCwrdfzPeSBxshKg==
|
||||
dependencies:
|
||||
"@sentry/types" "7.53.1"
|
||||
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"
|
||||
|
Reference in New Issue
Block a user