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

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

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-02-01 10:15:59 +01:00 committed by GitHub
parent d502f4d77d
commit e78577d470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 42 deletions

48
web/package-lock.json generated
View File

@ -213,51 +213,17 @@
} }
}, },
"@sentry/tracing": { "@sentry/tracing": {
"version": "6.0.2", "version": "6.0.3",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.0.2.tgz", "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.0.3.tgz",
"integrity": "sha512-e8u1pRcpJIoQY8mO9J1Yk0RPi/eEejQqagP888PHbmx2E9Tk7eiTW7TfHha2ECagOfMiCmKbcUUULmVeF1C58Q==", "integrity": "sha512-H7dnsvPz9cD1nuCNQM4MxcHxt2JdT9F8dQ/4+gp+eB9iBLy6staMrmKRLYuAcMU/M3MCDG4ISIip7KbTt74OLg==",
"requires": { "requires": {
"@sentry/hub": "6.0.2", "@sentry/hub": "6.0.3",
"@sentry/minimal": "6.0.2", "@sentry/minimal": "6.0.3",
"@sentry/types": "6.0.2", "@sentry/types": "6.0.3",
"@sentry/utils": "6.0.2", "@sentry/utils": "6.0.3",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"dependencies": { "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": { "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",

View File

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