Skip to content

Commit 8c51e95

Browse files
authored
feat(nextjs): Upgrade Sentry Webpack Plugin to 1.18.8 (#4643)
1 parent 9c0434b commit 8c51e95

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@sentry/react": "6.18.0",
2525
"@sentry/tracing": "6.18.0",
2626
"@sentry/utils": "6.18.0",
27-
"@sentry/webpack-plugin": "1.18.5",
27+
"@sentry/webpack-plugin": "1.18.8",
2828
"tslib": "^1.9.3"
2929
},
3030
"devDependencies": {

yarn.lock

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3138,18 +3138,6 @@
31383138
estree-walker "^2.0.1"
31393139
picomatch "^2.2.2"
31403140

3141-
"@sentry/cli@^1.72.0":
3142-
version "1.72.1"
3143-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.72.1.tgz#3e83e6ffad0a95bf5a6568dc9a4432c8b71c4ca5"
3144-
integrity sha512-SCh32bMYnkCZd4Old/GjArnjtyt3PuQXC6fOmBqKWPpvi56H3rYYjrT0FVxRRu8ovU2Qws1AhPdUbLPOEEj8lQ==
3145-
dependencies:
3146-
https-proxy-agent "^5.0.0"
3147-
mkdirp "^0.5.5"
3148-
node-fetch "^2.6.7"
3149-
npmlog "^4.1.2"
3150-
progress "^2.0.3"
3151-
proxy-from-env "^1.1.0"
3152-
31533141
"@sentry/cli@^1.73.0":
31543142
version "1.73.0"
31553143
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.73.0.tgz#0d0bce913e0060ae192741c6693c57e50078c886"
@@ -3162,13 +3150,6 @@
31623150
progress "^2.0.3"
31633151
proxy-from-env "^1.1.0"
31643152

3165-
"@sentry/webpack-plugin@1.18.5":
3166-
version "1.18.5"
3167-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.5.tgz#aaff79d8e05b8d803654490324252406c976b1cd"
3168-
integrity sha512-HycNZEcVRj/LxaG6hLsxjHo47mpxop3j7u2aUkriE2pT7XNpeypsa0WiokYzStxzCfSu8rbAbX4PchTGLMlTjw==
3169-
dependencies:
3170-
"@sentry/cli" "^1.72.0"
3171-
31723153
"@sentry/webpack-plugin@1.18.8":
31733154
version "1.18.8"
31743155
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.8.tgz#247a73a0aa9e28099a736bbe89ca0d35cbac7636"

0 commit comments

Comments
 (0)