web: bump @sentry/browser from 7.23.0 to 7.24.2 in /web (#4174)
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.23.0 to 7.24.2. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.23.0...7.24.2) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
253b676f7d
commit
aa3e085536
|
@ -35,7 +35,7 @@
|
||||||
"@rollup/plugin-node-resolve": "^15.0.1",
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
||||||
"@rollup/plugin-replace": "^5.0.1",
|
"@rollup/plugin-replace": "^5.0.1",
|
||||||
"@rollup/plugin-typescript": "^10.0.1",
|
"@rollup/plugin-typescript": "^10.0.1",
|
||||||
"@sentry/browser": "^7.23.0",
|
"@sentry/browser": "^7.24.2",
|
||||||
"@sentry/tracing": "^7.23.0",
|
"@sentry/tracing": "^7.23.0",
|
||||||
"@squoosh/cli": "^0.7.2",
|
"@squoosh/cli": "^0.7.2",
|
||||||
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
||||||
|
@ -2930,13 +2930,46 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/browser": {
|
"node_modules/@sentry/browser": {
|
||||||
"version": "7.23.0",
|
"version": "7.24.2",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.23.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.24.2.tgz",
|
||||||
"integrity": "sha512-2/dLGOSaM5AvlRdMgYxDyxPxkUUqYyxF7QZ0NicdIXkKXa0fM38IdibeXrE8XzC7rF2B7DQZ6U7uDb1Yry60ig==",
|
"integrity": "sha512-X6NbQT0Dp+h54j73TPLgWf3yyLyTZGJI5WQSGEsNIroqhVzD3UF8M+E+3roYpSJDDyYdfuM+WBme+MYkmeqHIw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/core": "7.23.0",
|
"@sentry/core": "7.24.2",
|
||||||
"@sentry/types": "7.23.0",
|
"@sentry/types": "7.24.2",
|
||||||
"@sentry/utils": "7.23.0",
|
"@sentry/utils": "7.24.2",
|
||||||
|
"tslib": "^1.9.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@sentry/browser/node_modules/@sentry/core": {
|
||||||
|
"version": "7.24.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.24.2.tgz",
|
||||||
|
"integrity": "sha512-CDfrVvr3PQ0qImJv7/6yN/5hxhwxy1HicxTL9K5RwSDoXqgK3kUGv/WmTvPNIVB2RQKodLwzS2T52NFRxRoqNw==",
|
||||||
|
"dependencies": {
|
||||||
|
"@sentry/types": "7.24.2",
|
||||||
|
"@sentry/utils": "7.24.2",
|
||||||
|
"tslib": "^1.9.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@sentry/browser/node_modules/@sentry/types": {
|
||||||
|
"version": "7.24.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.24.2.tgz",
|
||||||
|
"integrity": "sha512-x2LEnKBPzUVzTGspvB0CjZmt1dWeJsLVHGeDKPUMUm004nIscFCxJsmYefqaJQdaIUMqDit5ApwcmKchuK6VKQ==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
|
||||||
|
"version": "7.24.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.24.2.tgz",
|
||||||
|
"integrity": "sha512-VuuYEF39v43Qk6YZMid8Em/N0HqCsS5ItuTSvunMtBai2dzDAIkJ2LqemF95wWFAXrzpLy4Nx3QyGVHayMn31A==",
|
||||||
|
"dependencies": {
|
||||||
|
"@sentry/types": "7.24.2",
|
||||||
"tslib": "^1.9.3"
|
"tslib": "^1.9.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -12588,16 +12621,40 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@sentry/browser": {
|
"@sentry/browser": {
|
||||||
"version": "7.23.0",
|
"version": "7.24.2",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.23.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.24.2.tgz",
|
||||||
"integrity": "sha512-2/dLGOSaM5AvlRdMgYxDyxPxkUUqYyxF7QZ0NicdIXkKXa0fM38IdibeXrE8XzC7rF2B7DQZ6U7uDb1Yry60ig==",
|
"integrity": "sha512-X6NbQT0Dp+h54j73TPLgWf3yyLyTZGJI5WQSGEsNIroqhVzD3UF8M+E+3roYpSJDDyYdfuM+WBme+MYkmeqHIw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@sentry/core": "7.23.0",
|
"@sentry/core": "7.24.2",
|
||||||
"@sentry/types": "7.23.0",
|
"@sentry/types": "7.24.2",
|
||||||
"@sentry/utils": "7.23.0",
|
"@sentry/utils": "7.24.2",
|
||||||
"tslib": "^1.9.3"
|
"tslib": "^1.9.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@sentry/core": {
|
||||||
|
"version": "7.24.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.24.2.tgz",
|
||||||
|
"integrity": "sha512-CDfrVvr3PQ0qImJv7/6yN/5hxhwxy1HicxTL9K5RwSDoXqgK3kUGv/WmTvPNIVB2RQKodLwzS2T52NFRxRoqNw==",
|
||||||
|
"requires": {
|
||||||
|
"@sentry/types": "7.24.2",
|
||||||
|
"@sentry/utils": "7.24.2",
|
||||||
|
"tslib": "^1.9.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@sentry/types": {
|
||||||
|
"version": "7.24.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.24.2.tgz",
|
||||||
|
"integrity": "sha512-x2LEnKBPzUVzTGspvB0CjZmt1dWeJsLVHGeDKPUMUm004nIscFCxJsmYefqaJQdaIUMqDit5ApwcmKchuK6VKQ=="
|
||||||
|
},
|
||||||
|
"@sentry/utils": {
|
||||||
|
"version": "7.24.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.24.2.tgz",
|
||||||
|
"integrity": "sha512-VuuYEF39v43Qk6YZMid8Em/N0HqCsS5ItuTSvunMtBai2dzDAIkJ2LqemF95wWFAXrzpLy4Nx3QyGVHayMn31A==",
|
||||||
|
"requires": {
|
||||||
|
"@sentry/types": "7.24.2",
|
||||||
|
"tslib": "^1.9.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tslib": {
|
"tslib": {
|
||||||
"version": "1.14.1",
|
"version": "1.14.1",
|
||||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
"@rollup/plugin-node-resolve": "^15.0.1",
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
||||||
"@rollup/plugin-replace": "^5.0.1",
|
"@rollup/plugin-replace": "^5.0.1",
|
||||||
"@rollup/plugin-typescript": "^10.0.1",
|
"@rollup/plugin-typescript": "^10.0.1",
|
||||||
"@sentry/browser": "^7.23.0",
|
"@sentry/browser": "^7.24.2",
|
||||||
"@sentry/tracing": "^7.23.0",
|
"@sentry/tracing": "^7.23.0",
|
||||||
"@squoosh/cli": "^0.7.2",
|
"@squoosh/cli": "^0.7.2",
|
||||||
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
||||||
|
|
Reference in New Issue