Skip to content

Commit

Permalink
deps: Update @sentry/webpack-plugin to 1.15.1 in @sentry/nextjs (#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek authored Jun 18, 2021
1 parent 67b7685 commit 9cd2b7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@sentry/react": "6.7.1",
"@sentry/tracing": "6.7.1",
"@sentry/utils": "6.7.1",
"@sentry/webpack-plugin": "1.15.0",
"@sentry/webpack-plugin": "1.15.1",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2629,10 +2629,10 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@sentry/cli@^1.63.1":
version "1.64.0"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.64.0.tgz#8eadb93118ad295b0ac49de55a80eeb5a682c403"
integrity sha512-MHWHiYVBJaE0y/JVSziZIclBYhINiI4VsJ10r7rcJYAwDah3JYBPMrv0iwmuxBVWRFMSuAmSpivkzn67JS6sPg==
"@sentry/cli@^1.64.1":
version "1.66.0"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.66.0.tgz#0526f1bc1c0570ce72ed817190af92f3b63a2e9a"
integrity sha512-2pZ+JHnvKqwyJWcGkKg/gCM/zURYronAnruBNllI+rH2g5IL0N90deMmjB1xcqXS66J222+MPTtWrGEK1Vl0/w==
dependencies:
https-proxy-agent "^5.0.0"
mkdirp "^0.5.5"
Expand All @@ -2641,12 +2641,12 @@
progress "^2.0.3"
proxy-from-env "^1.1.0"

"@sentry/[email protected].0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.15.0.tgz#c7f9eafbbace1929c3fb81bb720fc0d7e8b4f86d"
integrity sha512-KHVug+xI+KH/xCL7otWcRRszw0rt6i/BCH5F8+6/njz2gCBrYQOzdMvzWm4GeXZUuw5ekgycYaUhDs1/6enjuQ==
"@sentry/[email protected].1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.15.1.tgz#deb014fce8c1b51811100f25ec9050dd03addd9b"
integrity sha512-/Z06MJDXyWcN2+CbeDTMDwVzySjgZWQajOke773TvpkgqdtkeT1eYBsA+pfsje+ZE1prEgrZdlH/L9HdM1odnQ==
dependencies:
"@sentry/cli" "^1.63.1"
"@sentry/cli" "^1.64.1"

"@simple-dom/interface@^1.4.0":
version "1.4.0"
Expand Down

0 comments on commit 9cd2b7e

Please sign in to comment.