web: bump @sentry/browser from 7.37.1 to 7.37.2 in /web (#4680)

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.37.1 to 7.37.2.
- [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.37.1...7.37.2)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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:
dependabot[bot] 2023-02-14 11:52:54 +01:00 committed by GitHub
parent 950a107a13
commit d4d8ab2757
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.37.1",
"@sentry/browser": "^7.37.2",
"@sentry/tracing": "^7.37.1",
"@squoosh/cli": "^0.7.3",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
@ -3016,14 +3016,47 @@
}
},
"node_modules/@sentry/browser": {
"version": "7.37.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.37.1.tgz",
"integrity": "sha512-MfVbKzEVHKVH6ZyMCKLtPXvMtRCvxqQzrnK735sYW6EyMpcMYhukBU0pq7ws1E/KaCZjAJi1wDx2nqf2yPIVdQ==",
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.37.2.tgz",
"integrity": "sha512-UvKfpx6+BUdV+rGAXqDBznagfz44Ut+x2h/i0OZPNCEpXaH9KAQOlv06I66861aXiucWFRb1lAMrN4+cE9aJIg==",
"dependencies": {
"@sentry/core": "7.37.1",
"@sentry/replay": "7.37.1",
"@sentry/types": "7.37.1",
"@sentry/utils": "7.37.1",
"@sentry/core": "7.37.2",
"@sentry/replay": "7.37.2",
"@sentry/types": "7.37.2",
"@sentry/utils": "7.37.2",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/core": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.37.2.tgz",
"integrity": "sha512-LjofMDSTyVeBErl9N7TTqlyEVuW1g6U4iuJtdZ75JohnvVxzWdpZfWfddwQ6h7nGWfe9dNg0fGs1wxKtMhY+MA==",
"dependencies": {
"@sentry/types": "7.37.2",
"@sentry/utils": "7.37.2",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/types": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.37.2.tgz",
"integrity": "sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.37.2.tgz",
"integrity": "sha512-5irN1nN/mtdOoWwsJiwBK0gPgNMkciUubEMbCaaXqJaGyGz8+yfDvXj7L+xGYiU57z+7+QkkSKxKEZ/IcBpjVQ==",
"dependencies": {
"@sentry/types": "7.37.2",
"tslib": "^1.9.3"
},
"engines": {
@ -3054,18 +3087,56 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/replay": {
"version": "7.37.1",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.37.1.tgz",
"integrity": "sha512-3sHOE/oPirdvJbOn0IA/wpds12Sm2WaEtiAeC0+5Gg5mxQzFBLRrsA1Mz/ifzPGwr+ETn3sCyPCnd9b3PWaWMQ==",
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.37.2.tgz",
"integrity": "sha512-y8Gfc7EGfGU4eVae5HAtch2YgkiTzNPi16dcqPX9jtIHDwiurGqWcaOgs5HoGJm45eMfl6LvcE7MPbwqcDkPIA==",
"dependencies": {
"@sentry/core": "7.37.1",
"@sentry/types": "7.37.1",
"@sentry/utils": "7.37.1"
"@sentry/core": "7.37.2",
"@sentry/types": "7.37.2",
"@sentry/utils": "7.37.2"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@sentry/replay/node_modules/@sentry/core": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.37.2.tgz",
"integrity": "sha512-LjofMDSTyVeBErl9N7TTqlyEVuW1g6U4iuJtdZ75JohnvVxzWdpZfWfddwQ6h7nGWfe9dNg0fGs1wxKtMhY+MA==",
"dependencies": {
"@sentry/types": "7.37.2",
"@sentry/utils": "7.37.2",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/replay/node_modules/@sentry/types": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.37.2.tgz",
"integrity": "sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/replay/node_modules/@sentry/utils": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.37.2.tgz",
"integrity": "sha512-5irN1nN/mtdOoWwsJiwBK0gPgNMkciUubEMbCaaXqJaGyGz8+yfDvXj7L+xGYiU57z+7+QkkSKxKEZ/IcBpjVQ==",
"dependencies": {
"@sentry/types": "7.37.2",
"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.37.1",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.37.1.tgz",
@ -12272,17 +12343,41 @@
}
},
"@sentry/browser": {
"version": "7.37.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.37.1.tgz",
"integrity": "sha512-MfVbKzEVHKVH6ZyMCKLtPXvMtRCvxqQzrnK735sYW6EyMpcMYhukBU0pq7ws1E/KaCZjAJi1wDx2nqf2yPIVdQ==",
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.37.2.tgz",
"integrity": "sha512-UvKfpx6+BUdV+rGAXqDBznagfz44Ut+x2h/i0OZPNCEpXaH9KAQOlv06I66861aXiucWFRb1lAMrN4+cE9aJIg==",
"requires": {
"@sentry/core": "7.37.1",
"@sentry/replay": "7.37.1",
"@sentry/types": "7.37.1",
"@sentry/utils": "7.37.1",
"@sentry/core": "7.37.2",
"@sentry/replay": "7.37.2",
"@sentry/types": "7.37.2",
"@sentry/utils": "7.37.2",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/core": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.37.2.tgz",
"integrity": "sha512-LjofMDSTyVeBErl9N7TTqlyEVuW1g6U4iuJtdZ75JohnvVxzWdpZfWfddwQ6h7nGWfe9dNg0fGs1wxKtMhY+MA==",
"requires": {
"@sentry/types": "7.37.2",
"@sentry/utils": "7.37.2",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.37.2.tgz",
"integrity": "sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw=="
},
"@sentry/utils": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.37.2.tgz",
"integrity": "sha512-5irN1nN/mtdOoWwsJiwBK0gPgNMkciUubEMbCaaXqJaGyGz8+yfDvXj7L+xGYiU57z+7+QkkSKxKEZ/IcBpjVQ==",
"requires": {
"@sentry/types": "7.37.2",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -12308,13 +12403,44 @@
}
},
"@sentry/replay": {
"version": "7.37.1",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.37.1.tgz",
"integrity": "sha512-3sHOE/oPirdvJbOn0IA/wpds12Sm2WaEtiAeC0+5Gg5mxQzFBLRrsA1Mz/ifzPGwr+ETn3sCyPCnd9b3PWaWMQ==",
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.37.2.tgz",
"integrity": "sha512-y8Gfc7EGfGU4eVae5HAtch2YgkiTzNPi16dcqPX9jtIHDwiurGqWcaOgs5HoGJm45eMfl6LvcE7MPbwqcDkPIA==",
"requires": {
"@sentry/core": "7.37.1",
"@sentry/types": "7.37.1",
"@sentry/utils": "7.37.1"
"@sentry/core": "7.37.2",
"@sentry/types": "7.37.2",
"@sentry/utils": "7.37.2"
},
"dependencies": {
"@sentry/core": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.37.2.tgz",
"integrity": "sha512-LjofMDSTyVeBErl9N7TTqlyEVuW1g6U4iuJtdZ75JohnvVxzWdpZfWfddwQ6h7nGWfe9dNg0fGs1wxKtMhY+MA==",
"requires": {
"@sentry/types": "7.37.2",
"@sentry/utils": "7.37.2",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.37.2.tgz",
"integrity": "sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw=="
},
"@sentry/utils": {
"version": "7.37.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.37.2.tgz",
"integrity": "sha512-5irN1nN/mtdOoWwsJiwBK0gPgNMkciUubEMbCaaXqJaGyGz8+yfDvXj7L+xGYiU57z+7+QkkSKxKEZ/IcBpjVQ==",
"requires": {
"@sentry/types": "7.37.2",
"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.37.1",
"@sentry/browser": "^7.37.2",
"@sentry/tracing": "^7.37.1",
"@squoosh/cli": "^0.7.3",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",