web: bump @sentry/tracing from 7.59.2 to 7.59.3 in /web (#6311)
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.59.2 to 7.59.3. - [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.59.2...7.59.3) --- updated-dependencies: - dependency-name: "@sentry/tracing" dependency-type: direct:production update-type: version-update:semver-patch ... 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:
parent
d12db62a6d
commit
15ce7423f6
|
@ -23,7 +23,7 @@
|
|||
"@lit/localize": "^0.11.4",
|
||||
"@patternfly/patternfly": "^4.224.2",
|
||||
"@sentry/browser": "^7.59.2",
|
||||
"@sentry/tracing": "^7.59.2",
|
||||
"@sentry/tracing": "^7.59.3",
|
||||
"@webcomponents/webcomponentsjs": "^2.8.0",
|
||||
"base64-js": "^1.5.1",
|
||||
"chart.js": "^4.3.0",
|
||||
|
@ -3829,11 +3829,58 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/tracing": {
|
||||
"version": "7.59.2",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.59.2.tgz",
|
||||
"integrity": "sha512-8HXnlmiES+sMPwq1h4HsVO1QI58WTtXM9z6taPRX/olNkhmN3Pk2o4PQeItLRzYs84K/X4GPk/aofeqMbBX8+g==",
|
||||
"version": "7.59.3",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.59.3.tgz",
|
||||
"integrity": "sha512-+gDsfhYdteAR4NyKl3B5JVQs/bXYT73ajoFrlprfDjAJCEVR9W1P4CULavoLtfASxVqBQcZyT87Hsb9/vbn6bg==",
|
||||
"dependencies": {
|
||||
"@sentry-internal/tracing": "7.59.2"
|
||||
"@sentry-internal/tracing": "7.59.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/tracing/node_modules/@sentry-internal/tracing": {
|
||||
"version": "7.59.3",
|
||||
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.59.3.tgz",
|
||||
"integrity": "sha512-/RkBj/0zQKGsW/UYg6hufrLHHguncLfu4610FCPWpVp0K5Yu5ou8/Aw8D76G3ZxD2TiuSNGwX0o7TYN371ZqTQ==",
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.59.3",
|
||||
"@sentry/types": "7.59.3",
|
||||
"@sentry/utils": "7.59.3",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/tracing/node_modules/@sentry/core": {
|
||||
"version": "7.59.3",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.59.3.tgz",
|
||||
"integrity": "sha512-cGBOwT9gziIn50fnlBH1WGQlGcHi7wrbvOCyrex4MxKnn1LSBYWBhwU0ymj8DI/9MyPrGDNGkrgpV0WJWBSClg==",
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.59.3",
|
||||
"@sentry/utils": "7.59.3",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/tracing/node_modules/@sentry/types": {
|
||||
"version": "7.59.3",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.59.3.tgz",
|
||||
"integrity": "sha512-HQ/Pd3YHyIa4HM0bGfOsfI4ZF+sLVs6II9VtlS4hsVporm4ETl3Obld5HywO3aVYvWOk5j/bpAW9JYsxXjRG5A==",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/tracing/node_modules/@sentry/utils": {
|
||||
"version": "7.59.3",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.59.3.tgz",
|
||||
"integrity": "sha512-Q57xauMKuzd6S+POA1fmulfjzTsb/z118TNAfZZNkHqVB48hHBqgzdhbEBmN4jPCSKV2Cx7VJUoDZxJfzQyLUQ==",
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.59.3",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"@lit/localize": "^0.11.4",
|
||||
"@patternfly/patternfly": "^4.224.2",
|
||||
"@sentry/browser": "^7.59.2",
|
||||
"@sentry/tracing": "^7.59.2",
|
||||
"@sentry/tracing": "^7.59.3",
|
||||
"@webcomponents/webcomponentsjs": "^2.8.0",
|
||||
"base64-js": "^1.5.1",
|
||||
"chart.js": "^4.3.0",
|
||||
|
|
Reference in New Issue