web: bump the sentry group in /web with 2 updates (#7572)
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.80.0 to 7.80.1 - [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.80.0...7.80.1) Updates `@sentry/tracing` from 7.80.0 to 7.80.1 - [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.80.0...7.80.1) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sentry - dependency-name: "@sentry/tracing" dependency-type: direct:production update-type: version-update:semver-patch 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:
		
							
								
								
									
										78
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										78
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -24,8 +24,8 @@ | ||||
|                 "@open-wc/lit-helpers": "^0.6.0", | ||||
|                 "@patternfly/elements": "^2.4.0", | ||||
|                 "@patternfly/patternfly": "^4.224.2", | ||||
|                 "@sentry/browser": "^7.80.0", | ||||
|                 "@sentry/tracing": "^7.80.0", | ||||
|                 "@sentry/browser": "^7.80.1", | ||||
|                 "@sentry/tracing": "^7.80.1", | ||||
|                 "@webcomponents/webcomponentsjs": "^2.8.0", | ||||
|                 "base64-js": "^1.5.1", | ||||
|                 "chart.js": "^4.4.0", | ||||
| @ -4732,84 +4732,84 @@ | ||||
|             ] | ||||
|         }, | ||||
|         "node_modules/@sentry-internal/tracing": { | ||||
|             "version": "7.80.0", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.80.0.tgz", | ||||
|             "integrity": "sha512-P1Ab9gamHLsbH9D82i1HY8xfq9dP8runvc4g50AAd6OXRKaJ45f2KGRZUmnMEVqBQ7YoPYp2LFMkrhNYbcZEoQ==", | ||||
|             "version": "7.80.1", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.80.1.tgz", | ||||
|             "integrity": "sha512-5gZ4LPIj2vpQl2/dHBM4uXMi9OI5E0VlOhJQt0foiuN6JJeiOjdpJFcfVqJk69wrc0deVENTtgKKktxqMwVeWQ==", | ||||
|             "dependencies": { | ||||
|                 "@sentry/core": "7.80.0", | ||||
|                 "@sentry/types": "7.80.0", | ||||
|                 "@sentry/utils": "7.80.0" | ||||
|                 "@sentry/core": "7.80.1", | ||||
|                 "@sentry/types": "7.80.1", | ||||
|                 "@sentry/utils": "7.80.1" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=8" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@sentry/browser": { | ||||
|             "version": "7.80.0", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.80.0.tgz", | ||||
|             "integrity": "sha512-Ngwjc+yyf/aH5q7iQM1LeDNlhM1Ilt4ZLUogTghZR/guwNWmCtk3OHcjOLz7fxBBj9wGFUc2pHPyeYM6bQhrEw==", | ||||
|             "version": "7.80.1", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.80.1.tgz", | ||||
|             "integrity": "sha512-1dPR6vPJ9vOTzgXff9HGheb178XeEv5hyjBNhCO1f6rjCgnVj99XGNZIgO1Ee1ALJbqlfPWaeV+uSWbbcmgJMA==", | ||||
|             "dependencies": { | ||||
|                 "@sentry-internal/tracing": "7.80.0", | ||||
|                 "@sentry/core": "7.80.0", | ||||
|                 "@sentry/replay": "7.80.0", | ||||
|                 "@sentry/types": "7.80.0", | ||||
|                 "@sentry/utils": "7.80.0" | ||||
|                 "@sentry-internal/tracing": "7.80.1", | ||||
|                 "@sentry/core": "7.80.1", | ||||
|                 "@sentry/replay": "7.80.1", | ||||
|                 "@sentry/types": "7.80.1", | ||||
|                 "@sentry/utils": "7.80.1" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=8" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@sentry/core": { | ||||
|             "version": "7.80.0", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.80.0.tgz", | ||||
|             "integrity": "sha512-nJiiymdTSEyI035/rdD3VOq6FlOZ2wWLR5bit9LK8a3rzHU3UXkwScvEo6zYgs0Xp1sC0yu1S9+0BEiYkmi29A==", | ||||
|             "version": "7.80.1", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.80.1.tgz", | ||||
|             "integrity": "sha512-3Yh+O9Q86MxwIuJFYtuSSoUCpdx99P1xDAqL0FIPTJ+ekaVMiUJq9NmyaNh9uN2myPSmxvEXW6q3z37zta9ZHg==", | ||||
|             "dependencies": { | ||||
|                 "@sentry/types": "7.80.0", | ||||
|                 "@sentry/utils": "7.80.0" | ||||
|                 "@sentry/types": "7.80.1", | ||||
|                 "@sentry/utils": "7.80.1" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=8" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@sentry/replay": { | ||||
|             "version": "7.80.0", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.80.0.tgz", | ||||
|             "integrity": "sha512-wWnpuJq3OaDLp1LutE4oxWXnau04fvwuzBjuaFvOXOV+pB/kn+pDPuVOC5+FH/RMRZ5ftwX5+dF6fojfcLVGCg==", | ||||
|             "version": "7.80.1", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.80.1.tgz", | ||||
|             "integrity": "sha512-yjpftIyybQeWD2i0Nd7C96tZwjNbSMRW515EL9jwlNxYbQtGtMs0HavP9Y7uQvQrzwSHY0Wp+ooe9PMuvzqbHw==", | ||||
|             "dependencies": { | ||||
|                 "@sentry-internal/tracing": "7.80.0", | ||||
|                 "@sentry/core": "7.80.0", | ||||
|                 "@sentry/types": "7.80.0", | ||||
|                 "@sentry/utils": "7.80.0" | ||||
|                 "@sentry-internal/tracing": "7.80.1", | ||||
|                 "@sentry/core": "7.80.1", | ||||
|                 "@sentry/types": "7.80.1", | ||||
|                 "@sentry/utils": "7.80.1" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=12" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@sentry/tracing": { | ||||
|             "version": "7.80.0", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.80.0.tgz", | ||||
|             "integrity": "sha512-y9zBVMpCgY5Y6dBZrnKKHf6K9YWjGo3S35tPwDV1mQLml64bi6bNr6Fc6OBzXyrl9OTJAO71A1Z7DlAu6BQY9w==", | ||||
|             "version": "7.80.1", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.80.1.tgz", | ||||
|             "integrity": "sha512-sFkcxCBtLNVa3EyeCafZqhJHZ714f2+ryPWTBckAmxAsON4yjh/YLs2X1FJ2n6Rnv16TP6gWGt4SnhFT03WStA==", | ||||
|             "dependencies": { | ||||
|                 "@sentry-internal/tracing": "7.80.0" | ||||
|                 "@sentry-internal/tracing": "7.80.1" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=8" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@sentry/types": { | ||||
|             "version": "7.80.0", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.80.0.tgz", | ||||
|             "integrity": "sha512-4bpMO+2jWiWLDa8zbTASWWNLWe6yhjfPsa7/6VH5y9x1NGtL8oRbqUsTgsvjF3nmeHEMkHQsC8NHPaQ/ibFmZQ==", | ||||
|             "version": "7.80.1", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.80.1.tgz", | ||||
|             "integrity": "sha512-CVu4uPVTOI3U9kYiOdA085R7jX5H1oVODbs9y+A8opJ0dtJTMueCXgZyE8oXQ0NjGVs6HEeaLkOuiV0mj8X3yw==", | ||||
|             "engines": { | ||||
|                 "node": ">=8" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@sentry/utils": { | ||||
|             "version": "7.80.0", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.80.0.tgz", | ||||
|             "integrity": "sha512-XbBCEl6uLvE50ftKwrEo6XWdDaZXHXu+kkHXTPWQEcnbvfZKLuG9V0Hxtxxq3xQgyWmuF05OH1GcqYqiO+v5Yg==", | ||||
|             "version": "7.80.1", | ||||
|             "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.80.1.tgz", | ||||
|             "integrity": "sha512-bfFm2e/nEn+b9++QwjNEYCbS7EqmteT8uf0XUs7PljusSimIqqxDtK1pfD9zjynPgC8kW/fVBKv0pe2LufomeA==", | ||||
|             "dependencies": { | ||||
|                 "@sentry/types": "7.80.0" | ||||
|                 "@sentry/types": "7.80.1" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=8" | ||||
|  | ||||
| @ -45,8 +45,8 @@ | ||||
|         "@open-wc/lit-helpers": "^0.6.0", | ||||
|         "@patternfly/elements": "^2.4.0", | ||||
|         "@patternfly/patternfly": "^4.224.2", | ||||
|         "@sentry/browser": "^7.80.0", | ||||
|         "@sentry/tracing": "^7.80.0", | ||||
|         "@sentry/browser": "^7.80.1", | ||||
|         "@sentry/tracing": "^7.80.1", | ||||
|         "@webcomponents/webcomponentsjs": "^2.8.0", | ||||
|         "base64-js": "^1.5.1", | ||||
|         "chart.js": "^4.4.0", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]