Skip to content

Commit a32460b

Browse files
AbhiPrasadonurtemizkan
authored andcommitted
fix(nextjs): Bump @sentry/webpack-plugin to 1.18.3 (#4150)
Fixes #4136 through fix at getsentry/sentry-webpack-plugin@a1c7d12
1 parent b9bb0c5 commit a32460b

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@sentry/react": "6.14.3",
2525
"@sentry/tracing": "6.14.3",
2626
"@sentry/utils": "6.14.3",
27-
"@sentry/webpack-plugin": "1.18.1",
27+
"@sentry/webpack-plugin": "1.18.3",
2828
"tslib": "^1.9.3"
2929
},
3030
"devDependencies": {

yarn.lock

-19
Original file line numberDiff line numberDiff line change
@@ -2815,18 +2815,6 @@
28152815
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
28162816
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
28172817

2818-
"@sentry/cli@^1.68.0":
2819-
version "1.68.0"
2820-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.68.0.tgz#2ced8fac67ee01e746a45e8ee45a518d4526937e"
2821-
integrity sha512-zc7+cxKDqpHLREGJKRH6KwE8fZW8bnczg3OLibJ0czleXoWPdAuOK1Xm1BTMcOnaXfg3VKAh0rI7S1PTdj+SrQ==
2822-
dependencies:
2823-
https-proxy-agent "^5.0.0"
2824-
mkdirp "^0.5.5"
2825-
node-fetch "^2.6.0"
2826-
npmlog "^4.1.2"
2827-
progress "^2.0.3"
2828-
proxy-from-env "^1.1.0"
2829-
28302818
"@sentry/cli@^1.70.1":
28312819
version "1.70.1"
28322820
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.70.1.tgz#908517b699c0714eff88bedb68c6ea72e94945e8"
@@ -2839,13 +2827,6 @@
28392827
progress "^2.0.3"
28402828
proxy-from-env "^1.1.0"
28412829

2842-
2843-
version "1.18.1"
2844-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.1.tgz#0fa24297043305057111d85a7154d4b8b24d43a6"
2845-
integrity sha512-maEnHC0nxRnVgAz0qvKvhTGy+SxneR8MFjpgNMvh9CyAB6GEM9VQI1hzxTcAd7Qk90qGW8W4eUmB+ZX8nMrM1w==
2846-
dependencies:
2847-
"@sentry/cli" "^1.68.0"
2848-
28492830
28502831
version "1.18.3"
28512832
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.3.tgz#1cd3401f84f561b4a451dac5f42465ee5102f5d6"

0 commit comments

Comments
 (0)