build(deps): bump @sentry/tracing from 6.0.1 to 6.0.2 in /web (#494)

Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 6.0.1 to 6.0.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/6.0.1...6.0.2)

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:
dependabot[bot] 2021-01-26 10:05:17 +01:00 committed by GitHub
parent 8d11934caa
commit 8071692739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 8 deletions

48
web/package-lock.json generated
View File

@ -213,17 +213,51 @@
}
},
"@sentry/tracing": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.0.1.tgz",
"integrity": "sha512-p4laeCu7isrvXiCgM/ix4GU5lckoL2Mw2OI3l93lRYL7fKU8XJs+/2Cybs0J+QY1HP5OTrNIF+VpnJZbpM6MQg==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.0.2.tgz",
"integrity": "sha512-e8u1pRcpJIoQY8mO9J1Yk0RPi/eEejQqagP888PHbmx2E9Tk7eiTW7TfHha2ECagOfMiCmKbcUUULmVeF1C58Q==",
"requires": {
"@sentry/hub": "6.0.1",
"@sentry/minimal": "6.0.1",
"@sentry/types": "6.0.1",
"@sentry/utils": "6.0.1",
"@sentry/hub": "6.0.2",
"@sentry/minimal": "6.0.2",
"@sentry/types": "6.0.2",
"@sentry/utils": "6.0.2",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/hub": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.0.2.tgz",
"integrity": "sha512-/rByl+ak5Ni6xTSfzIcJqKaaErJbDw0kXgNlHGPRQ4bM5hjDDuKbdykMk4J6BfPWt2dfwe13P25bIjz9M3a7kw==",
"requires": {
"@sentry/types": "6.0.2",
"@sentry/utils": "6.0.2",
"tslib": "^1.9.3"
}
},
"@sentry/minimal": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.0.2.tgz",
"integrity": "sha512-wrSTTIvDsRCXbNcfha/fjkP7Mj1xzNHzGeBRMRlNg3T+nYZSrs5SihVTXT/gcABhO5PpWu8EXbMpv0bAahaEGw==",
"requires": {
"@sentry/hub": "6.0.2",
"@sentry/types": "6.0.2",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.0.2.tgz",
"integrity": "sha512-aDUJuOe0MsqjDzx6dUTS6xXe+gNjYuZTHUuUB7EpihzoHGre7gUN3/WCCghiR4OJ703fxyl24cex6vDboZJLvg=="
},
"@sentry/utils": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.0.2.tgz",
"integrity": "sha512-X2hAFMkfht4GzdtqrjuVJfK07af5r6h2BfYJGSS/XYa8KBVlDGAtvffP9uYuNWUoLxr+Vrc+ePrPoi4xCREcDQ==",
"requires": {
"@sentry/types": "6.0.2",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",

View File

@ -10,7 +10,7 @@
"@fortawesome/fontawesome-free": "^5.15.2",
"@patternfly/patternfly": "^4.70.2",
"@sentry/browser": "^6.0.1",
"@sentry/tracing": "^6.0.1",
"@sentry/tracing": "^6.0.2",
"@types/chart.js": "^2.9.30",
"@types/codemirror": "0.0.106",
"chart.js": "^2.9.4",