web: bump @sentry/tracing from 7.20.0 to 7.20.1 in /web (#4054)

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

---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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:
dependabot[bot] 2022-11-22 10:05:03 +01:00 committed by GitHub
parent 768dc55a71
commit bc56ea6822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 71 additions and 14 deletions

83
web/package-lock.json generated
View File

@ -36,7 +36,7 @@
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@sentry/browser": "^7.20.0",
"@sentry/tracing": "^7.20.0",
"@sentry/tracing": "^7.20.1",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/chart.js": "^2.9.37",
@ -2981,13 +2981,46 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/tracing": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.20.0.tgz",
"integrity": "sha512-qg3sMvjuMQl/NEaF8I2IpvUcJ4HGGVIwEqqqZ6hkeHXIKt02p6f+nls45pVhluMiNHAaQJ+vefMTUc3E1yZwDA==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.20.1.tgz",
"integrity": "sha512-LAiQcJMcOFkUwkGvqLghcVOtVVglHBQ2r7kRo75kqI0OTn/xMPRyPBGo94G+9zAKm+w7dGF5AUqq/4VUm7DJ+g==",
"dependencies": {
"@sentry/core": "7.20.0",
"@sentry/types": "7.20.0",
"@sentry/utils": "7.20.0",
"@sentry/core": "7.20.1",
"@sentry/types": "7.20.1",
"@sentry/utils": "7.20.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/core": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.20.1.tgz",
"integrity": "sha512-Sc7vtNgO4QcE683qrR+b+KFQkkhvQv7gizN46QQPOWeqLDrai7x0+NspTFDLJyvdDuDh2rjoLfRwNsgbwe7Erw==",
"dependencies": {
"@sentry/types": "7.20.1",
"@sentry/utils": "7.20.1",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/types": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.20.1.tgz",
"integrity": "sha512-bI4t5IXGLIQYH5MegKRl4x2LDSlPVbQJ5eE6NJCMrCm8PcFUo3WgkwP6toG9ThQwpTx/DhUo1sVNKrr0oW4cpA==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/utils": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.20.1.tgz",
"integrity": "sha512-wToW0710OijQLUZnbbOx1pxwJ4mXUZ5ZFl4/x7ubNftkOz5NwJ+F3ylRqHXpZJaR9pUfR5CNdInTFZn05h/KeQ==",
"dependencies": {
"@sentry/types": "7.20.1",
"tslib": "^1.9.3"
},
"engines": {
@ -12433,16 +12466,40 @@
}
},
"@sentry/tracing": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.20.0.tgz",
"integrity": "sha512-qg3sMvjuMQl/NEaF8I2IpvUcJ4HGGVIwEqqqZ6hkeHXIKt02p6f+nls45pVhluMiNHAaQJ+vefMTUc3E1yZwDA==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.20.1.tgz",
"integrity": "sha512-LAiQcJMcOFkUwkGvqLghcVOtVVglHBQ2r7kRo75kqI0OTn/xMPRyPBGo94G+9zAKm+w7dGF5AUqq/4VUm7DJ+g==",
"requires": {
"@sentry/core": "7.20.0",
"@sentry/types": "7.20.0",
"@sentry/utils": "7.20.0",
"@sentry/core": "7.20.1",
"@sentry/types": "7.20.1",
"@sentry/utils": "7.20.1",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/core": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.20.1.tgz",
"integrity": "sha512-Sc7vtNgO4QcE683qrR+b+KFQkkhvQv7gizN46QQPOWeqLDrai7x0+NspTFDLJyvdDuDh2rjoLfRwNsgbwe7Erw==",
"requires": {
"@sentry/types": "7.20.1",
"@sentry/utils": "7.20.1",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.20.1.tgz",
"integrity": "sha512-bI4t5IXGLIQYH5MegKRl4x2LDSlPVbQJ5eE6NJCMrCm8PcFUo3WgkwP6toG9ThQwpTx/DhUo1sVNKrr0oW4cpA=="
},
"@sentry/utils": {
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.20.1.tgz",
"integrity": "sha512-wToW0710OijQLUZnbbOx1pxwJ4mXUZ5ZFl4/x7ubNftkOz5NwJ+F3ylRqHXpZJaR9pUfR5CNdInTFZn05h/KeQ==",
"requires": {
"@sentry/types": "7.20.1",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",

View File

@ -79,7 +79,7 @@
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@sentry/browser": "^7.20.0",
"@sentry/tracing": "^7.20.0",
"@sentry/tracing": "^7.20.1",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/chart.js": "^2.9.37",