Skip to content

Commit 7f7ed91

Browse files
authored
feat(gatsby): Upgrade Sentry Webpack Plugin to 1.18.8 (#4636)
https://github.com/getsentry/sentry-webpack-plugin/releases/tag/v1.18.8
1 parent ad76379 commit 7f7ed91

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@sentry/react": "6.18.0",
3030
"@sentry/tracing": "6.18.0",
31-
"@sentry/webpack-plugin": "1.18.5"
31+
"@sentry/webpack-plugin": "1.18.8"
3232
},
3333
"peerDependencies": {
3434
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3150,13 +3150,32 @@
31503150
progress "^2.0.3"
31513151
proxy-from-env "^1.1.0"
31523152

3153+
"@sentry/cli@^1.73.0":
3154+
version "1.73.0"
3155+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.73.0.tgz#0d0bce913e0060ae192741c6693c57e50078c886"
3156+
integrity sha512-n4YINqmoncGUkLEpd4WuW+oD+aoUyQPhRbSBSYkbCFxPPmopn1VExCB2Vvzwj7vjXYRRGkix6keBMS0LLs3A3Q==
3157+
dependencies:
3158+
https-proxy-agent "^5.0.0"
3159+
mkdirp "^0.5.5"
3160+
node-fetch "^2.6.7"
3161+
npmlog "^4.1.2"
3162+
progress "^2.0.3"
3163+
proxy-from-env "^1.1.0"
3164+
31533165
31543166
version "1.18.5"
31553167
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.5.tgz#aaff79d8e05b8d803654490324252406c976b1cd"
31563168
integrity sha512-HycNZEcVRj/LxaG6hLsxjHo47mpxop3j7u2aUkriE2pT7XNpeypsa0WiokYzStxzCfSu8rbAbX4PchTGLMlTjw==
31573169
dependencies:
31583170
"@sentry/cli" "^1.72.0"
31593171

3172+
3173+
version "1.18.8"
3174+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.8.tgz#247a73a0aa9e28099a736bbe89ca0d35cbac7636"
3175+
integrity sha512-PtKr0NL62b5L3kPFGjwSNbIUwwcW5E5G6bQxAYZGpkgL1MFPnS4ND0SAsySuX0byQJRFFium5A19LpzyvQZSlQ==
3176+
dependencies:
3177+
"@sentry/cli" "^1.73.0"
3178+
31603179
"@simple-dom/interface@^1.4.0":
31613180
version "1.4.0"
31623181
resolved "https://registry.yarnpkg.com/@simple-dom/interface/-/interface-1.4.0.tgz#e8feea579232017f89b0138e2726facda6fbb71f"

0 commit comments

Comments
 (0)