Skip to content

Commit 6101800

Browse files
committed
update webpack-plugin dependency
1 parent a836639 commit 6101800

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@sentry/react": "6.10.0",
2424
"@sentry/tracing": "6.10.0",
2525
"@sentry/utils": "6.10.0",
26-
"@sentry/webpack-plugin": "1.15.1",
26+
"@sentry/webpack-plugin": "1.17.1",
2727
"tslib": "^1.9.3"
2828
},
2929
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,10 +2624,10 @@
26242624
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
26252625
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
26262626

2627-
"@sentry/cli@^1.64.1":
2628-
version "1.66.0"
2629-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.66.0.tgz#0526f1bc1c0570ce72ed817190af92f3b63a2e9a"
2630-
integrity sha512-2pZ+JHnvKqwyJWcGkKg/gCM/zURYronAnruBNllI+rH2g5IL0N90deMmjB1xcqXS66J222+MPTtWrGEK1Vl0/w==
2627+
"@sentry/cli@^1.68.0":
2628+
version "1.68.0"
2629+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.68.0.tgz#2ced8fac67ee01e746a45e8ee45a518d4526937e"
2630+
integrity sha512-zc7+cxKDqpHLREGJKRH6KwE8fZW8bnczg3OLibJ0czleXoWPdAuOK1Xm1BTMcOnaXfg3VKAh0rI7S1PTdj+SrQ==
26312631
dependencies:
26322632
https-proxy-agent "^5.0.0"
26332633
mkdirp "^0.5.5"
@@ -2636,12 +2636,12 @@
26362636
progress "^2.0.3"
26372637
proxy-from-env "^1.1.0"
26382638

2639-
"@sentry/webpack-plugin@1.15.1":
2640-
version "1.15.1"
2641-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.15.1.tgz#deb014fce8c1b51811100f25ec9050dd03addd9b"
2642-
integrity sha512-/Z06MJDXyWcN2+CbeDTMDwVzySjgZWQajOke773TvpkgqdtkeT1eYBsA+pfsje+ZE1prEgrZdlH/L9HdM1odnQ==
2639+
"@sentry/webpack-plugin@1.17.1":
2640+
version "1.17.1"
2641+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.17.1.tgz#1b3ebbe9991e4d77125ace2b24594059a088268a"
2642+
integrity sha512-L47a0hxano4a+9jbvQSBzHCT1Ph8fYAvGGUvFg8qc69yXS9si5lXRNIH/pavN6mqJjhQjAcEsEp+vxgvT4xZDQ==
26432643
dependencies:
2644-
"@sentry/cli" "^1.64.1"
2644+
"@sentry/cli" "^1.68.0"
26452645

26462646
"@simple-dom/interface@^1.4.0":
26472647
version "1.4.0"

0 commit comments

Comments
 (0)