Skip to content

Commit e1fef90

Browse files
fix(deps): update devdependency @sentry/webpack-plugin to ^1.20.0 (#451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a97e894 commit e1fef90

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@nuxtjs/module-test-utils": "^1.6.3",
6565
"@release-it/conventional-changelog": "^5.1.1",
6666
"@sentry/tracing": "^6.19.7",
67-
"@sentry/webpack-plugin": "^1.19.0",
67+
"@sentry/webpack-plugin": "^1.20.0",
6868
"@types/jest": "^29.2.4",
6969
"@types/lodash.mergewith": "^4.6.7",
7070
"@types/node": "^14.18.34",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3249,10 +3249,10 @@
32493249
"@sentry/utils" "6.19.7"
32503250
tslib "^1.9.3"
32513251

3252-
"@sentry/cli@^1.74.4":
3253-
version "1.74.4"
3254-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.74.4.tgz#7df82f68045a155e1885bfcbb5d303e5259eb18e"
3255-
integrity sha512-BMfzYiedbModsNBJlKeBOLVYUtwSi99LJ8gxxE4Bp5N8hyjNIN0WVrozAVZ27mqzAuy6151Za3dpmOLO86YlGw==
3252+
"@sentry/cli@^1.74.6":
3253+
version "1.74.6"
3254+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.74.6.tgz#c4f276e52c6f5e8c8d692845a965988068ebc6f5"
3255+
integrity sha512-pJ7JJgozyjKZSTjOGi86chIngZMLUlYt2HOog+OJn+WGvqEkVymu8m462j1DiXAnex9NspB4zLLNuZ/R6rTQHg==
32563256
dependencies:
32573257
https-proxy-agent "^5.0.0"
32583258
mkdirp "^0.5.5"
@@ -3339,12 +3339,13 @@
33393339
"@sentry/types" "6.19.7"
33403340
tslib "^1.9.3"
33413341

3342-
"@sentry/webpack-plugin@^1.19.0":
3343-
version "1.19.0"
3344-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.19.0.tgz#2b134318f1552ba7f3e3f9c83c71a202095f7a44"
3345-
integrity sha512-qSpdgdGMtdzagGveSWgo2b+t8PdPUscuOjbOyWCsJme9jlTFnNk0rX7JEA55OUozikKHM/+vVh08USLBnPboZw==
3342+
"@sentry/webpack-plugin@^1.20.0":
3343+
version "1.20.0"
3344+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.20.0.tgz#e7add76122708fb6b4ee7951294b521019720e58"
3345+
integrity sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==
33463346
dependencies:
3347-
"@sentry/cli" "^1.74.4"
3347+
"@sentry/cli" "^1.74.6"
3348+
webpack-sources "^2.0.0 || ^3.0.0"
33483349

33493350
"@sinclair/typebox@^0.24.1":
33503351
version "0.24.26"
@@ -15628,6 +15629,11 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-
1562815629
source-list-map "^2.0.0"
1562915630
source-map "~0.6.1"
1563015631

15632+
"webpack-sources@^2.0.0 || ^3.0.0":
15633+
version "3.2.3"
15634+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
15635+
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
15636+
1563115637
webpack@^4.46.0:
1563215638
version "4.46.0"
1563315639
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"

0 commit comments

Comments
 (0)