web: bump @sentry/browser from 7.41.0 to 7.42.0 in /web (#4891)

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.41.0 to 7.42.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.41.0...7.42.0)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-03-10 11:49:00 +01:00 committed by GitHub
parent 9e855d1f0e
commit 3b733e98fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 154 additions and 28 deletions

180
web/package-lock.json generated
View File

@ -37,7 +37,7 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@sentry/browser": "^7.41.0",
"@sentry/browser": "^7.42.0",
"@sentry/tracing": "^7.41.0",
"@squoosh/cli": "^0.7.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
@ -3041,14 +3041,47 @@
}
},
"node_modules/@sentry/browser": {
"version": "7.41.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.41.0.tgz",
"integrity": "sha512-ZEtgTXPOHZ9/Qn42rr9ZAPTKCV6fAjyDC4FFWMGP4HoUqJqr2woRddP9O5n1jvjsoIPAFOmGzbCuZwFrPVVnpQ==",
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.42.0.tgz",
"integrity": "sha512-xTwfvrQPmYTkAvGivoJFadPLKLDS2N57D/18NA1gcrnF8NwR+I28x3I9ziVUiMCYX+6nJuqBNlMALAEPbb2G5A==",
"dependencies": {
"@sentry/core": "7.41.0",
"@sentry/replay": "7.41.0",
"@sentry/types": "7.41.0",
"@sentry/utils": "7.41.0",
"@sentry/core": "7.42.0",
"@sentry/replay": "7.42.0",
"@sentry/types": "7.42.0",
"@sentry/utils": "7.42.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/core": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.42.0.tgz",
"integrity": "sha512-vNcTyoQz5kUXo5vMGDyc5BJMO0UugPvMfYMQVxqt/BuDNR30LVhY+DL2tW1DFZDvRvyn5At+H7kSTj6GFrANXQ==",
"dependencies": {
"@sentry/types": "7.42.0",
"@sentry/utils": "7.42.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/types": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.42.0.tgz",
"integrity": "sha512-Ga0xaBIR/peuXQ88hI9a5TNY3GLNoH8jpsgPaAjAtRHkLsTx0y3AR+PrD7pUysza9QjvG+Qux01DRvLgaNKOHA==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.42.0.tgz",
"integrity": "sha512-cBiDZVipC+is+IVgsTQLJyZWUZQxlLZ9GarNT+XZOZ5BFh0acFtz88hO6+S7vGmhcx2aCvsdC9yb2Yf+BphK6Q==",
"dependencies": {
"@sentry/types": "7.42.0",
"tslib": "^1.9.3"
},
"engines": {
@ -3079,18 +3112,56 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/replay": {
"version": "7.41.0",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.41.0.tgz",
"integrity": "sha512-/vxuO17AysCoBbCl9wCwjsCFBD4lEbYgfC1GJm8ayWwPU1uhvZcEx6reUwi0rEFpWYGHSHh3+gi+QsOcY/EmnQ==",
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.42.0.tgz",
"integrity": "sha512-81HQm20hrW0+0eZ5sZf8KsSekkAlI0/u/M+9ZmOn2bHpGihqAM/O/lrXhTzaRXdpX/9NSwSCGY9k7LIRNMKaEQ==",
"dependencies": {
"@sentry/core": "7.41.0",
"@sentry/types": "7.41.0",
"@sentry/utils": "7.41.0"
"@sentry/core": "7.42.0",
"@sentry/types": "7.42.0",
"@sentry/utils": "7.42.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@sentry/replay/node_modules/@sentry/core": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.42.0.tgz",
"integrity": "sha512-vNcTyoQz5kUXo5vMGDyc5BJMO0UugPvMfYMQVxqt/BuDNR30LVhY+DL2tW1DFZDvRvyn5At+H7kSTj6GFrANXQ==",
"dependencies": {
"@sentry/types": "7.42.0",
"@sentry/utils": "7.42.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/replay/node_modules/@sentry/types": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.42.0.tgz",
"integrity": "sha512-Ga0xaBIR/peuXQ88hI9a5TNY3GLNoH8jpsgPaAjAtRHkLsTx0y3AR+PrD7pUysza9QjvG+Qux01DRvLgaNKOHA==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/replay/node_modules/@sentry/utils": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.42.0.tgz",
"integrity": "sha512-cBiDZVipC+is+IVgsTQLJyZWUZQxlLZ9GarNT+XZOZ5BFh0acFtz88hO6+S7vGmhcx2aCvsdC9yb2Yf+BphK6Q==",
"dependencies": {
"@sentry/types": "7.42.0",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/replay/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/tracing": {
"version": "7.41.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.41.0.tgz",
@ -12380,17 +12451,41 @@
}
},
"@sentry/browser": {
"version": "7.41.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.41.0.tgz",
"integrity": "sha512-ZEtgTXPOHZ9/Qn42rr9ZAPTKCV6fAjyDC4FFWMGP4HoUqJqr2woRddP9O5n1jvjsoIPAFOmGzbCuZwFrPVVnpQ==",
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.42.0.tgz",
"integrity": "sha512-xTwfvrQPmYTkAvGivoJFadPLKLDS2N57D/18NA1gcrnF8NwR+I28x3I9ziVUiMCYX+6nJuqBNlMALAEPbb2G5A==",
"requires": {
"@sentry/core": "7.41.0",
"@sentry/replay": "7.41.0",
"@sentry/types": "7.41.0",
"@sentry/utils": "7.41.0",
"@sentry/core": "7.42.0",
"@sentry/replay": "7.42.0",
"@sentry/types": "7.42.0",
"@sentry/utils": "7.42.0",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/core": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.42.0.tgz",
"integrity": "sha512-vNcTyoQz5kUXo5vMGDyc5BJMO0UugPvMfYMQVxqt/BuDNR30LVhY+DL2tW1DFZDvRvyn5At+H7kSTj6GFrANXQ==",
"requires": {
"@sentry/types": "7.42.0",
"@sentry/utils": "7.42.0",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.42.0.tgz",
"integrity": "sha512-Ga0xaBIR/peuXQ88hI9a5TNY3GLNoH8jpsgPaAjAtRHkLsTx0y3AR+PrD7pUysza9QjvG+Qux01DRvLgaNKOHA=="
},
"@sentry/utils": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.42.0.tgz",
"integrity": "sha512-cBiDZVipC+is+IVgsTQLJyZWUZQxlLZ9GarNT+XZOZ5BFh0acFtz88hO6+S7vGmhcx2aCvsdC9yb2Yf+BphK6Q==",
"requires": {
"@sentry/types": "7.42.0",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -12416,13 +12511,44 @@
}
},
"@sentry/replay": {
"version": "7.41.0",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.41.0.tgz",
"integrity": "sha512-/vxuO17AysCoBbCl9wCwjsCFBD4lEbYgfC1GJm8ayWwPU1uhvZcEx6reUwi0rEFpWYGHSHh3+gi+QsOcY/EmnQ==",
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.42.0.tgz",
"integrity": "sha512-81HQm20hrW0+0eZ5sZf8KsSekkAlI0/u/M+9ZmOn2bHpGihqAM/O/lrXhTzaRXdpX/9NSwSCGY9k7LIRNMKaEQ==",
"requires": {
"@sentry/core": "7.41.0",
"@sentry/types": "7.41.0",
"@sentry/utils": "7.41.0"
"@sentry/core": "7.42.0",
"@sentry/types": "7.42.0",
"@sentry/utils": "7.42.0"
},
"dependencies": {
"@sentry/core": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.42.0.tgz",
"integrity": "sha512-vNcTyoQz5kUXo5vMGDyc5BJMO0UugPvMfYMQVxqt/BuDNR30LVhY+DL2tW1DFZDvRvyn5At+H7kSTj6GFrANXQ==",
"requires": {
"@sentry/types": "7.42.0",
"@sentry/utils": "7.42.0",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.42.0.tgz",
"integrity": "sha512-Ga0xaBIR/peuXQ88hI9a5TNY3GLNoH8jpsgPaAjAtRHkLsTx0y3AR+PrD7pUysza9QjvG+Qux01DRvLgaNKOHA=="
},
"@sentry/utils": {
"version": "7.42.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.42.0.tgz",
"integrity": "sha512-cBiDZVipC+is+IVgsTQLJyZWUZQxlLZ9GarNT+XZOZ5BFh0acFtz88hO6+S7vGmhcx2aCvsdC9yb2Yf+BphK6Q==",
"requires": {
"@sentry/types": "7.42.0",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}
}
},
"@sentry/tracing": {

View File

@ -81,7 +81,7 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@sentry/browser": "^7.41.0",
"@sentry/browser": "^7.42.0",
"@sentry/tracing": "^7.41.0",
"@squoosh/cli": "^0.7.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",