web: bump the sentry group in /web with 2 updates (#6999)
Bumps the sentry group in /web with 2 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript) and [@sentry/tracing](https://github.com/getsentry/sentry-javascript). Updates `@sentry/browser` from 7.71.0 to 7.72.0 - [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.71.0...7.72.0) Updates `@sentry/tracing` from 7.71.0 to 7.72.0 - [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.71.0...7.72.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sentry - dependency-name: "@sentry/tracing" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sentry ... 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
1dd39b2612
commit
4e42c1df2a
|
@ -24,8 +24,8 @@
|
||||||
"@open-wc/lit-helpers": "^0.6.0",
|
"@open-wc/lit-helpers": "^0.6.0",
|
||||||
"@patternfly/elements": "^2.4.0",
|
"@patternfly/elements": "^2.4.0",
|
||||||
"@patternfly/patternfly": "^4.224.2",
|
"@patternfly/patternfly": "^4.224.2",
|
||||||
"@sentry/browser": "^7.71.0",
|
"@sentry/browser": "^7.72.0",
|
||||||
"@sentry/tracing": "^7.71.0",
|
"@sentry/tracing": "^7.72.0",
|
||||||
"@webcomponents/webcomponentsjs": "^2.8.0",
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
||||||
"base64-js": "^1.5.1",
|
"base64-js": "^1.5.1",
|
||||||
"chart.js": "^4.4.0",
|
"chart.js": "^4.4.0",
|
||||||
|
@ -4512,13 +4512,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry-internal/tracing": {
|
"node_modules/@sentry-internal/tracing": {
|
||||||
"version": "7.71.0",
|
"version": "7.72.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.71.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.72.0.tgz",
|
||||||
"integrity": "sha512-HRGsQOrA2Y3Ga+NTgCkTWO+qtU2SFTJ7t9pt/LR8Har9cvVcjLIlHNwPoDx6bVkICK3cGOF8ZtXVmLizVbXoAg==",
|
"integrity": "sha512-DToryaRSHk9R5RLgN4ktYEXZjQdqncOAWPqyyIurji8lIobXFRfmLtGL1wjoCK6sQNgWsjhSM9kXxwGnva1DNw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/core": "7.71.0",
|
"@sentry/core": "7.72.0",
|
||||||
"@sentry/types": "7.71.0",
|
"@sentry/types": "7.72.0",
|
||||||
"@sentry/utils": "7.71.0",
|
"@sentry/utils": "7.72.0",
|
||||||
"tslib": "^2.4.1 || ^1.9.3"
|
"tslib": "^2.4.1 || ^1.9.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -4526,15 +4526,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/browser": {
|
"node_modules/@sentry/browser": {
|
||||||
"version": "7.71.0",
|
"version": "7.72.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.71.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.72.0.tgz",
|
||||||
"integrity": "sha512-7xggzwW2QW9g4Li1M3VQEsQX7AIeSlWnweTkkT+62t3AcLHD7URnNNU7SBAj7x+8F0WqkvMws0XXar51+rv/rw==",
|
"integrity": "sha512-fcFDTzqhPd3VZAmmYW3KvBTBaEfrKjPmRhlAsfhkGWYLCHqVkNtzsFER4cmUNRGNxjyt9tcG3WlTTqgLRucycQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry-internal/tracing": "7.71.0",
|
"@sentry-internal/tracing": "7.72.0",
|
||||||
"@sentry/core": "7.71.0",
|
"@sentry/core": "7.72.0",
|
||||||
"@sentry/replay": "7.71.0",
|
"@sentry/replay": "7.72.0",
|
||||||
"@sentry/types": "7.71.0",
|
"@sentry/types": "7.72.0",
|
||||||
"@sentry/utils": "7.71.0",
|
"@sentry/utils": "7.72.0",
|
||||||
"tslib": "^2.4.1 || ^1.9.3"
|
"tslib": "^2.4.1 || ^1.9.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -4542,12 +4542,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/core": {
|
"node_modules/@sentry/core": {
|
||||||
"version": "7.71.0",
|
"version": "7.72.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.71.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.72.0.tgz",
|
||||||
"integrity": "sha512-kZcWnzxzMxyNuCwq65owu0yGbY+C9QJhWFMDBsqmKK1/dSt0bdhNjf3VQW1dJLnWaQTk7rUTHEHGH8JSdV5EAg==",
|
"integrity": "sha512-G03JdQ5ZsFNRjcNNi+QvCjqOuBvYqU92Gs1T2iK3GE8dSBTu2khThydMpG4xrKZQLIpHOyiIhlFZiuPtZ66W8w==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/types": "7.71.0",
|
"@sentry/types": "7.72.0",
|
||||||
"@sentry/utils": "7.71.0",
|
"@sentry/utils": "7.72.0",
|
||||||
"tslib": "^2.4.1 || ^1.9.3"
|
"tslib": "^2.4.1 || ^1.9.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -4555,43 +4555,43 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/replay": {
|
"node_modules/@sentry/replay": {
|
||||||
"version": "7.71.0",
|
"version": "7.72.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.71.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.72.0.tgz",
|
||||||
"integrity": "sha512-roB65ixEycAy1BrIJ3HOu7NLKo4EOBs6Q6xKEq5BvzjhDgvFXXq8X/lGriJXc9Q/hWIiDwTQ23yLuzVtPJRnCw==",
|
"integrity": "sha512-dHH/mYCFBwJ/kYmL9L5KihjwQKcefiuvcH0otHSwKSpbbeEoM/BV+SHQoYGd6OMSYnL9fq1dHfF7Zo26p5Yu0Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/core": "7.71.0",
|
"@sentry/core": "7.72.0",
|
||||||
"@sentry/types": "7.71.0",
|
"@sentry/types": "7.72.0",
|
||||||
"@sentry/utils": "7.71.0"
|
"@sentry/utils": "7.72.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/tracing": {
|
"node_modules/@sentry/tracing": {
|
||||||
"version": "7.71.0",
|
"version": "7.72.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.71.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.72.0.tgz",
|
||||||
"integrity": "sha512-vKW750IP/IXI0WaOmddiCWz7jAQFVWxtdhp9ONvdbRuQkrs5BNQ/GMrs712FWexAcEc9cJ1SPk5fqRTW5UOgLA==",
|
"integrity": "sha512-DOMlyviMLNwWgN4gJw/TrHaAdBcZWvm8xLbgwMwrihRn/m84kmH2Ui1FUYpL30o/mH+mQS+53IHZukrgQjHkZA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry-internal/tracing": "7.71.0"
|
"@sentry-internal/tracing": "7.72.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/types": {
|
"node_modules/@sentry/types": {
|
||||||
"version": "7.71.0",
|
"version": "7.72.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.71.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.72.0.tgz",
|
||||||
"integrity": "sha512-30PRLZI1RoeWbLE9K7AHsRPWDH22CqC4WcLNeVmRfLC5m1vE1FHb53r98QSKFhLoONMPMVzDhZZgl4ZcC5mptQ==",
|
"integrity": "sha512-g6u0mk62yGshx02rfFADIfyR/S9VXcf3RG2qQPuvykrWtOfN/BOTrZypF7I+MiqKwRW76r3Pcu2C/AB+6z9XQA==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/utils": {
|
"node_modules/@sentry/utils": {
|
||||||
"version": "7.71.0",
|
"version": "7.72.0",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.71.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.72.0.tgz",
|
||||||
"integrity": "sha512-aS53l/E/5XsSJMOXHKvS0GlX4gZHBgNAMfhEB3f8rUIn5iLF2uu8lCA1uEvX6VB8b7q/Cg4WFTi6BiJ0hvJHQg==",
|
"integrity": "sha512-o/MtqI7WJXuswidH0bSgBP40KN2lrnyQEIx5uoyJUJi/QEaboIsqbxU62vaFJpde8SYrbA+rTnP3J3ujF2gUag==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/types": "7.71.0",
|
"@sentry/types": "7.72.0",
|
||||||
"tslib": "^2.4.1 || ^1.9.3"
|
"tslib": "^2.4.1 || ^1.9.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -42,8 +42,8 @@
|
||||||
"@open-wc/lit-helpers": "^0.6.0",
|
"@open-wc/lit-helpers": "^0.6.0",
|
||||||
"@patternfly/elements": "^2.4.0",
|
"@patternfly/elements": "^2.4.0",
|
||||||
"@patternfly/patternfly": "^4.224.2",
|
"@patternfly/patternfly": "^4.224.2",
|
||||||
"@sentry/browser": "^7.71.0",
|
"@sentry/browser": "^7.72.0",
|
||||||
"@sentry/tracing": "^7.71.0",
|
"@sentry/tracing": "^7.72.0",
|
||||||
"@webcomponents/webcomponentsjs": "^2.8.0",
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
||||||
"base64-js": "^1.5.1",
|
"base64-js": "^1.5.1",
|
||||||
"chart.js": "^4.4.0",
|
"chart.js": "^4.4.0",
|
||||||
|
|
Reference in New Issue