Bump @sentry/core from 7.52.1 to 7.53.0
Bumps [@sentry/core](https://github.com/getsentry/sentry-javascript) from 7.52.1 to 7.53.0. - [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.52.1...7.53.0) --- updated-dependencies: - dependency-name: "@sentry/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Sebastian Serth

parent
4e55de88ce
commit
d80341b82b
@ -10,7 +10,7 @@
|
|||||||
"@fortawesome/fontawesome-free": "^6.4.0",
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
||||||
"@popperjs/core": "^2.11.7",
|
"@popperjs/core": "^2.11.7",
|
||||||
"@sentry/browser": "^7.51.2",
|
"@sentry/browser": "^7.51.2",
|
||||||
"@sentry/core": "^7.52.1",
|
"@sentry/core": "^7.53.0",
|
||||||
"@sentry/integrations": "^7.52.1",
|
"@sentry/integrations": "^7.52.1",
|
||||||
"@sentry/utils": "^7.51.2",
|
"@sentry/utils": "^7.51.2",
|
||||||
"@webpack-cli/serve": "^2.0.3",
|
"@webpack-cli/serve": "^2.0.3",
|
||||||
|
27
yarn.lock
27
yarn.lock
@ -1046,13 +1046,13 @@
|
|||||||
"@sentry/utils" "7.51.2"
|
"@sentry/utils" "7.51.2"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/core@^7.52.1":
|
"@sentry/core@^7.53.0":
|
||||||
version "7.52.1"
|
version "7.53.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.52.1.tgz#4de702937ba8944802bb06eb8dfdf089c39f6bab"
|
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.53.0.tgz#0ed75c32a50e670f2862e61b0d8c8c0b0f33741c"
|
||||||
integrity sha512-36clugQu5z/9jrit1gzI7KfKbAUimjRab39JeR0mJ6pMuKLTTK7PhbpUAD4AQBs9qVeXN2c7h9SVZiSA0UDvkg==
|
integrity sha512-TKMWWEvwT8tSqyIWuCexUk+fIoMA8ZAzGJdOfPW9XRL38RrXA9O+7V5xxK98X/bPHQ6UQF/QceookGOqqpmQyQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/types" "7.52.1"
|
"@sentry/types" "7.53.0"
|
||||||
"@sentry/utils" "7.52.1"
|
"@sentry/utils" "7.53.0"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/integrations@^7.52.1":
|
"@sentry/integrations@^7.52.1":
|
||||||
@ -1084,6 +1084,11 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.52.1.tgz#bcff6d0462d9b9b7b9ec31c0068fe02d44f25da2"
|
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.52.1.tgz#bcff6d0462d9b9b7b9ec31c0068fe02d44f25da2"
|
||||||
integrity sha512-OMbGBPrJsw0iEXwZ2bJUYxewI1IEAU2e1aQGc0O6QW5+6hhCh+8HO8Xl4EymqwejjztuwStkl6G1qhK+Q0/Row==
|
integrity sha512-OMbGBPrJsw0iEXwZ2bJUYxewI1IEAU2e1aQGc0O6QW5+6hhCh+8HO8Xl4EymqwejjztuwStkl6G1qhK+Q0/Row==
|
||||||
|
|
||||||
|
"@sentry/types@7.53.0":
|
||||||
|
version "7.53.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.53.0.tgz#f267ea223ceaf1832a4247363bfd3afcca9b7fe5"
|
||||||
|
integrity sha512-hqlbrCL8nfDfjlF6wh4NHNW9plhWJ1m2BSqRyspcxOC44e293BPfwjUzr0aQapJK/aRkHROnfAtzsEu2awNPzg==
|
||||||
|
|
||||||
"@sentry/utils@7.51.2":
|
"@sentry/utils@7.51.2":
|
||||||
version "7.51.2"
|
version "7.51.2"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.51.2.tgz#2a52ac2cfb00ffd128248981279c0a561b39eccb"
|
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.51.2.tgz#2a52ac2cfb00ffd128248981279c0a561b39eccb"
|
||||||
@ -1092,7 +1097,7 @@
|
|||||||
"@sentry/types" "7.51.2"
|
"@sentry/types" "7.51.2"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sentry/utils@7.52.1", "@sentry/utils@^7.51.2":
|
"@sentry/utils@7.52.1":
|
||||||
version "7.52.1"
|
version "7.52.1"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.52.1.tgz#4a3e49b918f78dba4524c924286210259020cac5"
|
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.52.1.tgz#4a3e49b918f78dba4524c924286210259020cac5"
|
||||||
integrity sha512-MPt1Xu/jluulknW8CmZ2naJ53jEdtdwCBSo6fXJvOTI0SDqwIPbXDVrsnqLAhVJuIN7xbkj96nuY/VBR6S5sWg==
|
integrity sha512-MPt1Xu/jluulknW8CmZ2naJ53jEdtdwCBSo6fXJvOTI0SDqwIPbXDVrsnqLAhVJuIN7xbkj96nuY/VBR6S5sWg==
|
||||||
@ -1100,6 +1105,14 @@
|
|||||||
"@sentry/types" "7.52.1"
|
"@sentry/types" "7.52.1"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
|
"@sentry/utils@7.53.0", "@sentry/utils@^7.51.2":
|
||||||
|
version "7.53.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.53.0.tgz#ff3470135fdeec00ef4c355c10488cf9227c5ed0"
|
||||||
|
integrity sha512-T3F2DkXB9fDjUIAcrOMrGCnquyTQxTyTb5Mh+NbFBevQn32fHehQ62VraLhe20HTVy8YBFkXisvLu6HeOZ5Mog==
|
||||||
|
dependencies:
|
||||||
|
"@sentry/types" "7.53.0"
|
||||||
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sinclair/typebox@^0.25.16":
|
"@sinclair/typebox@^0.25.16":
|
||||||
version "0.25.24"
|
version "0.25.24"
|
||||||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
|
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
|
||||||
|
Reference in New Issue
Block a user