web: bump the sentry group in /web with 2 updates (#6656)

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.64.0 to 7.65.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.64.0...7.65.0)

Updates `@sentry/tracing` from 7.64.0 to 7.65.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.64.0...7.65.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:
dependabot[bot] 2023-08-29 12:29:50 +02:00 committed by GitHub
parent c788a7090c
commit 4c716c1916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 40 deletions

76
web/package-lock.json generated
View File

@ -23,8 +23,8 @@
"@lit/localize": "^0.11.4",
"@patternfly/elements": "^2.4.0",
"@patternfly/patternfly": "^4.224.2",
"@sentry/browser": "^7.64.0",
"@sentry/tracing": "^7.64.0",
"@sentry/browser": "^7.65.0",
"@sentry/tracing": "^7.65.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"base64-js": "^1.5.1",
"chart.js": "^4.4.0",
@ -4478,13 +4478,13 @@
}
},
"node_modules/@sentry-internal/tracing": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.64.0.tgz",
"integrity": "sha512-1XE8W6ki7hHyBvX9hfirnGkKDBKNq3bDJyXS86E0bYVDl94nvbRM9BD9DHsCFetqYkVm1yDGEK+6aUVs4CztoQ==",
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.65.0.tgz",
"integrity": "sha512-TEYkiq5vKr1Y79YIu+UYr1sO3vEMttQOBsOZLziDbqiC7TvKUARBR4W5XWfb9qBVDeon87EFNKluW0/+7rzYWw==",
"dependencies": {
"@sentry/core": "7.64.0",
"@sentry/types": "7.64.0",
"@sentry/utils": "7.64.0",
"@sentry/core": "7.65.0",
"@sentry/types": "7.65.0",
"@sentry/utils": "7.65.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
@ -4492,15 +4492,15 @@
}
},
"node_modules/@sentry/browser": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.64.0.tgz",
"integrity": "sha512-lB2IWUkZavEDclxfLBp554dY10ZNIEvlDZUWWathW+Ws2wRb6PNLtuPUNu12R7Q7z0xpkOLrM1kRNN0OdldgKA==",
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.65.0.tgz",
"integrity": "sha512-TUzZPAXNJ/Y1yakFODYhsEtdDpLdkgjTfrx5i9MOnXQLrcRR0C4TC1KitqbP6Tv7Xha9WiR0TDZkh7gS/9RxEA==",
"dependencies": {
"@sentry-internal/tracing": "7.64.0",
"@sentry/core": "7.64.0",
"@sentry/replay": "7.64.0",
"@sentry/types": "7.64.0",
"@sentry/utils": "7.64.0",
"@sentry-internal/tracing": "7.65.0",
"@sentry/core": "7.65.0",
"@sentry/replay": "7.65.0",
"@sentry/types": "7.65.0",
"@sentry/utils": "7.65.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
@ -4508,12 +4508,12 @@
}
},
"node_modules/@sentry/core": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.64.0.tgz",
"integrity": "sha512-IzmEyl5sNG7NyEFiyFHEHC+sizsZp9MEw1+RJRLX6U5RITvcsEgcajSkHQFafaBPzRrcxZMdm47Cwhl212LXcw==",
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.65.0.tgz",
"integrity": "sha512-EwZABW8CtAbRGXV69FqeCqcNApA+Jbq308dko0W+MFdFe+9t2RGubUkpPxpJcbWy/dN2j4LiuENu1T7nWn0ZAQ==",
"dependencies": {
"@sentry/types": "7.64.0",
"@sentry/utils": "7.64.0",
"@sentry/types": "7.65.0",
"@sentry/utils": "7.65.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {
@ -4521,43 +4521,43 @@
}
},
"node_modules/@sentry/replay": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.64.0.tgz",
"integrity": "sha512-alaMCZDZhaAVmEyiUnszZnvfdbiZx5MmtMTGrlDd7tYq3K5OA9prdLqqlmfIJYBfYtXF3lD0iZFphOZQD+4CIw==",
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.65.0.tgz",
"integrity": "sha512-vhlk5F9RrhMQ+gOjNlLoWXamAPLNIT6wNII1O9ae+DRhZFmiUYirP5ag6dH5lljvNZndKl+xw+lJGJ3YdjXKlQ==",
"dependencies": {
"@sentry/core": "7.64.0",
"@sentry/types": "7.64.0",
"@sentry/utils": "7.64.0"
"@sentry/core": "7.65.0",
"@sentry/types": "7.65.0",
"@sentry/utils": "7.65.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@sentry/tracing": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.64.0.tgz",
"integrity": "sha512-Php0XnnJolfxkFdgLlgwgRz3bgHmu/7gDRQaGQHJeDgCCjrmNHI+sHi8zmkWCWSO0Z1mi111n2ZUr9B9YLPBTg==",
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.65.0.tgz",
"integrity": "sha512-Afxg4c/ve5GNa1af66I5/aQR6y86vQUxJZ57AEFTzlHtzo0SIUNgjwRO54raYdUZvvKhzyoiaaX6ZO+F9xqtmw==",
"dependencies": {
"@sentry-internal/tracing": "7.64.0"
"@sentry-internal/tracing": "7.65.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/types": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.64.0.tgz",
"integrity": "sha512-LqjQprWXjUFRmzIlUjyA+KL+38elgIYmAeoDrdyNVh8MK5IC1W2Lh1Q87b4yOiZeMiIhIVNBd7Ecoh2rodGrGA==",
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.65.0.tgz",
"integrity": "sha512-YYq7IDLLhpSBTmHoyWFtq/5ZDaEJ01r7xGuhB0aSIq33cm2I7im/B3ipzoOP/ukGZSIhuYVW9t531xZEO0+6og==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/utils": {
"version": "7.64.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.64.0.tgz",
"integrity": "sha512-HRlM1INzK66Gt+F4vCItiwGKAng4gqzCR4C5marsL3qv6SrKH98dQnCGYgXluSWaaa56h97FRQu7TxCk6jkSvQ==",
"version": "7.65.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.65.0.tgz",
"integrity": "sha512-2JEBf4jzRSClhp+LJpX/E3QgHEeKvXqFMeNhmwQ07qqd6szhfH2ckYFj4gXk6YiGGY4Act3C6oxLfdZovG71bw==",
"dependencies": {
"@sentry/types": "7.64.0",
"@sentry/types": "7.65.0",
"tslib": "^2.4.1 || ^1.9.3"
},
"engines": {

View File

@ -40,8 +40,8 @@
"@lit/localize": "^0.11.4",
"@patternfly/elements": "^2.4.0",
"@patternfly/patternfly": "^4.224.2",
"@sentry/browser": "^7.64.0",
"@sentry/tracing": "^7.64.0",
"@sentry/browser": "^7.65.0",
"@sentry/tracing": "^7.65.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"base64-js": "^1.5.1",
"chart.js": "^4.4.0",