build(deps): bump @sentry/browser from 6.19.2 to 6.19.3 in /web (#2620)

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.19.2 to 6.19.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.19.2...6.19.3)

---
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] 2022-03-30 10:34:57 +02:00 committed by GitHub
parent a267686098
commit 53f92f01da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 142 additions and 28 deletions

168
web/package-lock.json generated
View File

@ -30,7 +30,7 @@
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@sentry/browser": "^6.19.2",
"@sentry/browser": "^6.19.3",
"@sentry/tracing": "^6.19.2",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
@ -2468,13 +2468,33 @@
}
},
"node_modules/@sentry/browser": {
"version": "6.19.2",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.19.2.tgz",
"integrity": "sha512-5VC44p5Vu2eJhVT39nLAJFgha5MjHDYCyZRR1ieeZt3a++otojPGBBAKNAtrEMGV+A2Z9AoneD6ZnDVlyb3GKg==",
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.19.3.tgz",
"integrity": "sha512-E8UA6IN8z9hL6aGzOHUzqgNZiBwARkA89i8ncKB9QU1/+jl7598ZLziN4+uyPeZiRquEz8Ub7Ve1eacs1u+fbw==",
"dependencies": {
"@sentry/core": "6.19.2",
"@sentry/types": "6.19.2",
"@sentry/utils": "6.19.2",
"@sentry/core": "6.19.3",
"@sentry/types": "6.19.3",
"@sentry/utils": "6.19.3",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/types": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.19.3.tgz",
"integrity": "sha512-jHhqxp8MIWSfOc3krorirTGKTEaSFO6XrAvi+2AZhr6gvOChwOgzgrN2ZqesJcZmgCsqWV21u3usSwYeRrjOJA==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/browser/node_modules/@sentry/utils": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.19.3.tgz",
"integrity": "sha512-GdC9B/FK7qd0zItY43135bYbhuVSawE18bIrQDNuno8gTpDJ5OgShpTN9zR53AmMh16/lwKNnV3ZZjlpKcxuNw==",
"dependencies": {
"@sentry/types": "6.19.3",
"tslib": "^1.9.3"
},
"engines": {
@ -2487,14 +2507,60 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@sentry/core": {
"version": "6.19.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.2.tgz",
"integrity": "sha512-yu1R3ewBT4udmB4v7sc4biQZ0Z0rfB9+TzB5ZKoCftbe6kqXjFMMaFRYNUF9HicVldKAsBktgkWw3+yfqGkw/A==",
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.3.tgz",
"integrity": "sha512-RcGmYdkrE3VYBMl9Hgv4GKsC8FEVUdWYsfGIcT/btwP2YpBeUaTZl+1vV9r3Ncdl125LqzP5CKSj5otVxiEg6g==",
"dependencies": {
"@sentry/hub": "6.19.2",
"@sentry/minimal": "6.19.2",
"@sentry/types": "6.19.2",
"@sentry/utils": "6.19.2",
"@sentry/hub": "6.19.3",
"@sentry/minimal": "6.19.3",
"@sentry/types": "6.19.3",
"@sentry/utils": "6.19.3",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/hub": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.19.3.tgz",
"integrity": "sha512-iYbkrxEZt6CrHP3U3r54MARVZSs3YHjAMUMOTlC16s/Amz1McwV95XtI3NJaqMhwzl7R5vbGrs3xOtLg1V1Uyw==",
"dependencies": {
"@sentry/types": "6.19.3",
"@sentry/utils": "6.19.3",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/minimal": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.19.3.tgz",
"integrity": "sha512-xy/6ThHK8B2NJT98nWrx6V9eVgUbzq2N/8lv5/QqrKsICjxx22TRC8Q6zPg/o7BYcrY5vpugSEbIeErTnyxHDA==",
"dependencies": {
"@sentry/hub": "6.19.3",
"@sentry/types": "6.19.3",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/types": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.19.3.tgz",
"integrity": "sha512-jHhqxp8MIWSfOc3krorirTGKTEaSFO6XrAvi+2AZhr6gvOChwOgzgrN2ZqesJcZmgCsqWV21u3usSwYeRrjOJA==",
"engines": {
"node": ">=6"
}
},
"node_modules/@sentry/core/node_modules/@sentry/utils": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.19.3.tgz",
"integrity": "sha512-GdC9B/FK7qd0zItY43135bYbhuVSawE18bIrQDNuno8gTpDJ5OgShpTN9zR53AmMh16/lwKNnV3ZZjlpKcxuNw==",
"dependencies": {
"@sentry/types": "6.19.3",
"tslib": "^1.9.3"
},
"engines": {
@ -10614,16 +10680,30 @@
}
},
"@sentry/browser": {
"version": "6.19.2",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.19.2.tgz",
"integrity": "sha512-5VC44p5Vu2eJhVT39nLAJFgha5MjHDYCyZRR1ieeZt3a++otojPGBBAKNAtrEMGV+A2Z9AoneD6ZnDVlyb3GKg==",
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.19.3.tgz",
"integrity": "sha512-E8UA6IN8z9hL6aGzOHUzqgNZiBwARkA89i8ncKB9QU1/+jl7598ZLziN4+uyPeZiRquEz8Ub7Ve1eacs1u+fbw==",
"requires": {
"@sentry/core": "6.19.2",
"@sentry/types": "6.19.2",
"@sentry/utils": "6.19.2",
"@sentry/core": "6.19.3",
"@sentry/types": "6.19.3",
"@sentry/utils": "6.19.3",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/types": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.19.3.tgz",
"integrity": "sha512-jHhqxp8MIWSfOc3krorirTGKTEaSFO6XrAvi+2AZhr6gvOChwOgzgrN2ZqesJcZmgCsqWV21u3usSwYeRrjOJA=="
},
"@sentry/utils": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.19.3.tgz",
"integrity": "sha512-GdC9B/FK7qd0zItY43135bYbhuVSawE18bIrQDNuno8gTpDJ5OgShpTN9zR53AmMh16/lwKNnV3ZZjlpKcxuNw==",
"requires": {
"@sentry/types": "6.19.3",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -10632,17 +10712,51 @@
}
},
"@sentry/core": {
"version": "6.19.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.2.tgz",
"integrity": "sha512-yu1R3ewBT4udmB4v7sc4biQZ0Z0rfB9+TzB5ZKoCftbe6kqXjFMMaFRYNUF9HicVldKAsBktgkWw3+yfqGkw/A==",
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.3.tgz",
"integrity": "sha512-RcGmYdkrE3VYBMl9Hgv4GKsC8FEVUdWYsfGIcT/btwP2YpBeUaTZl+1vV9r3Ncdl125LqzP5CKSj5otVxiEg6g==",
"requires": {
"@sentry/hub": "6.19.2",
"@sentry/minimal": "6.19.2",
"@sentry/types": "6.19.2",
"@sentry/utils": "6.19.2",
"@sentry/hub": "6.19.3",
"@sentry/minimal": "6.19.3",
"@sentry/types": "6.19.3",
"@sentry/utils": "6.19.3",
"tslib": "^1.9.3"
},
"dependencies": {
"@sentry/hub": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.19.3.tgz",
"integrity": "sha512-iYbkrxEZt6CrHP3U3r54MARVZSs3YHjAMUMOTlC16s/Amz1McwV95XtI3NJaqMhwzl7R5vbGrs3xOtLg1V1Uyw==",
"requires": {
"@sentry/types": "6.19.3",
"@sentry/utils": "6.19.3",
"tslib": "^1.9.3"
}
},
"@sentry/minimal": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.19.3.tgz",
"integrity": "sha512-xy/6ThHK8B2NJT98nWrx6V9eVgUbzq2N/8lv5/QqrKsICjxx22TRC8Q6zPg/o7BYcrY5vpugSEbIeErTnyxHDA==",
"requires": {
"@sentry/hub": "6.19.3",
"@sentry/types": "6.19.3",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.19.3.tgz",
"integrity": "sha512-jHhqxp8MIWSfOc3krorirTGKTEaSFO6XrAvi+2AZhr6gvOChwOgzgrN2ZqesJcZmgCsqWV21u3usSwYeRrjOJA=="
},
"@sentry/utils": {
"version": "6.19.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.19.3.tgz",
"integrity": "sha512-GdC9B/FK7qd0zItY43135bYbhuVSawE18bIrQDNuno8gTpDJ5OgShpTN9zR53AmMh16/lwKNnV3ZZjlpKcxuNw==",
"requires": {
"@sentry/types": "6.19.3",
"tslib": "^1.9.3"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",

View File

@ -73,7 +73,7 @@
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@sentry/browser": "^6.19.2",
"@sentry/browser": "^6.19.3",
"@sentry/tracing": "^6.19.2",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",