web: bump @sentry/tracing from 7.58.1 to 7.59.2 in /web (#6288)

Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.58.1 to 7.59.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.58.1...7.59.2)

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

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] 2023-07-18 15:05:09 +02:00 committed by GitHub
parent e207e8dff5
commit f0cf4ba5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 6 deletions

57
web/package-lock.json generated
View File

@ -22,7 +22,7 @@
"@lit/localize": "^0.11.4",
"@patternfly/patternfly": "^4.224.2",
"@sentry/browser": "^7.58.1",
"@sentry/tracing": "^7.58.1",
"@sentry/tracing": "^7.59.2",
"@webcomponents/webcomponentsjs": "^2.8.0",
"base64-js": "^1.5.1",
"chart.js": "^4.3.0",
@ -4003,11 +4003,58 @@
}
},
"node_modules/@sentry/tracing": {
"version": "7.58.1",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.58.1.tgz",
"integrity": "sha512-j869DWe/nyI7/FQwqGGzwWPQy/x8Ows7ijYCvr66Kos6HLiyiEPfeNL+gmenk3itytsyU+gsxQZl/HZnairPWg==",
"version": "7.59.2",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.59.2.tgz",
"integrity": "sha512-8HXnlmiES+sMPwq1h4HsVO1QI58WTtXM9z6taPRX/olNkhmN3Pk2o4PQeItLRzYs84K/X4GPk/aofeqMbBX8+g==",
"dependencies": {
"@sentry-internal/tracing": "7.58.1"
"@sentry-internal/tracing": "7.59.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry-internal/tracing": {
"version": "7.59.2",
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.59.2.tgz",
"integrity": "sha512-02gteChV/lMobWU06VlITq+myEWk0MzhnDCm8n/DMigB47I9HkWZFAJ+CYG6Ns0rTL+3+/c2V0bPyQkZwIC+Sg==",
"dependencies": {
"@sentry/core": "7.59.2",
"@sentry/types": "7.59.2",
"@sentry/utils": "7.59.2",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/core": {
"version": "7.59.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.59.2.tgz",
"integrity": "sha512-GRhoPw6b6GkvOsa060aREc9yyHjgAKITgITNbzUmn0GqIeWD5SMoCBAcENRHVgUnpQWOpnkEF1/sqxvwx+rf6Q==",
"dependencies": {
"@sentry/types": "7.59.2",
"@sentry/utils": "7.59.2",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/types": {
"version": "7.59.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.59.2.tgz",
"integrity": "sha512-rylG7UQ0cC/xbV6trSuaAE/bsruSZy92jxQ1/KSOYKwBBvRFPXJBuiBtA81b8eYa4THZ+mE/ol2qOTJYuuV4Ug==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/utils": {
"version": "7.59.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.59.2.tgz",
"integrity": "sha512-uxC8xH9wsB/tZUnjmaQ1uGtsumFOc19KWfedVHXzcNwqdt5uS3EB4+D1d8WwiJyLy2nm61DdmTC9SiB4HS+OSw==",
"dependencies": {
"@sentry/types": "7.59.2",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
"node": ">=8"

View File

@ -39,7 +39,7 @@
"@lit/localize": "^0.11.4",
"@patternfly/patternfly": "^4.224.2",
"@sentry/browser": "^7.58.1",
"@sentry/tracing": "^7.58.1",
"@sentry/tracing": "^7.59.2",
"@webcomponents/webcomponentsjs": "^2.8.0",
"base64-js": "^1.5.1",
"chart.js": "^4.3.0",