build(deps): bump @sentry/tracing from 6.3.1 to 6.3.3 in /web (#798)

Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 6.3.1 to 6.3.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.3.1...6.3.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-04-29 10:30:50 +02:00 committed by GitHub
parent e76bb6bc13
commit ad9f29566b
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

@ -1937,51 +1937,17 @@
}
},
"@sentry/tracing": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.3.1.tgz",
"integrity": "sha512-qveDmoWsXy9qLEblZJwJ1OU/zZRlEd/q7Jhd0Hnwlob8Ci96huABEbYyGdJs18BKVHEFU3gSdVfvrikUE/W17g==",
"version": "6.3.3",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-6.3.3.tgz",
"integrity": "sha512-xtiUfgxDnxgcmwVeZiwOwlwSfT0zCCQWVRRUz6YOnuageEkJpJAXqGgpTTkB5tDrmt7E7Ikq5XF4qzQGMGQLWw==",
"requires": {
"@sentry/hub": "6.3.1",
"@sentry/minimal": "6.3.1",
"@sentry/types": "6.3.1",
"@sentry/utils": "6.3.1",
"@sentry/hub": "6.3.3",
"@sentry/minimal": "6.3.3",
"@sentry/types": "6.3.3",
"@sentry/utils": "6.3.3",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/hub": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.3.1.tgz",
"integrity": "sha512-2er+OeVlsdVZkhl9kXQAANwgjwoCdM1etK2iFuhzX8xkMaJlAuZLyQInv2U1BbXBlIfWjvzRM8B95hCWvVrR3Q==",
"requires": {
"@sentry/types": "6.3.1",
"@sentry/utils": "6.3.1",
"tslib": "^1.9.3"
}
},
"@sentry/minimal": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.3.1.tgz",
"integrity": "sha512-0eN9S7HvXsCQEjX/qXHTMgvSb3mwrnZEWS9Qz/Bz5ig9pEGXKgJ1om5NTTHVHhXqd3wFCjdvIo6slufLHoCtSw==",
"requires": {
"@sentry/hub": "6.3.1",
"@sentry/types": "6.3.1",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.3.1.tgz",
"integrity": "sha512-BEBn8JX1yaooCAuonbaMci9z0RjwwMbQ3Eny/eyDdd+rjXprZCZaStZnCvSThbNBqAJ8YaUqY2YBMnEwJxarAw=="
},
"@sentry/utils": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.3.1.tgz",
"integrity": "sha512-cdtl/QWC9FtinAuW3w8QfvSfh/Q9ui5vwvjzVHiS1ga/U38edi2XX+cttY39ZYwz0SQG99cE10GOIhd1p7/mAA==",
"requires": {
"@sentry/types": "6.3.1",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",

View File

@ -51,7 +51,7 @@
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-typescript": "^8.2.1",
"@sentry/browser": "^6.3.3",
"@sentry/tracing": "^6.3.1",
"@sentry/tracing": "^6.3.3",
"@types/chart.js": "^2.9.32",
"@types/codemirror": "0.0.109",
"@types/grecaptcha": "^3.0.1",