fix(deps): update dependency @sentry/webpack-plugin to v1.14.2 (#268)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-13 10:28:28 +09:00 committed by GitHub
parent 4c3621f77c
commit 03abc93c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -18,7 +18,7 @@
"@sentry/browser": "6.2.1", "@sentry/browser": "6.2.1",
"@sentry/integrations": "6.2.1", "@sentry/integrations": "6.2.1",
"@sentry/node": "6.2.1", "@sentry/node": "6.2.1",
"@sentry/webpack-plugin": "1.14.1", "@sentry/webpack-plugin": "1.14.2",
"autoprefixer": "10.2.5", "autoprefixer": "10.2.5",
"badgen": "3.2.2", "badgen": "3.2.2",
"cookie": "0.4.1", "cookie": "0.4.1",

View File

@ -768,10 +768,10 @@
"@sentry/utils" "6.2.1" "@sentry/utils" "6.2.1"
tslib "^1.9.3" tslib "^1.9.3"
"@sentry/cli@^1.58.0": "@sentry/cli@^1.63.1":
version "1.61.0" version "1.63.1"
resolved "https://registry.npmjs.org/@sentry/cli/-/cli-1.61.0.tgz" resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.63.1.tgz#306a0591190432574082d4ce4a72363201972461"
integrity sha512-pHEhqP1bB4sdO7N5ow/IkRBrPbKT9HZRinq4PhTVIvmG+NW4VVuVZ6k4tlbp+JXmzMcUc/iXynVkTL7zJIlTQw== integrity sha512-qksIcrnObkGvtubs1FmW4EMXLo7R43Dobgzuxnyoebo1Y5KfRLziiw6H+ux8D4c1Nui4SuvDGDq0ObAfO5oE6Q==
dependencies: dependencies:
https-proxy-agent "^5.0.0" https-proxy-agent "^5.0.0"
mkdirp "^0.5.5" mkdirp "^0.5.5"
@ -857,12 +857,12 @@
"@sentry/types" "6.2.1" "@sentry/types" "6.2.1"
tslib "^1.9.3" tslib "^1.9.3"
"@sentry/webpack-plugin@1.14.1": "@sentry/webpack-plugin@1.14.2":
version "1.14.1" version "1.14.2"
resolved "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-1.14.1.tgz" resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.14.2.tgz#4faf3b048f24c7e615e2970199206466202adce8"
integrity sha512-Elxs21Z9hHNd+s9dCFVkbr/xLa+7Pb8zfqSCzvPOraHCBseE2onyzM7gostmxLtInboEwO0yRTQ5ohmfhhpa2A== integrity sha512-kYiDoGyDvfkMftcfI44HMLVe/Oqj8gQEf80gpB7Dv5HE4PJO5ttEwv24zD9QFRuoebEdsuh12jHli/DqLUYZiA==
dependencies: dependencies:
"@sentry/cli" "^1.58.0" "@sentry/cli" "^1.63.1"
"@sinonjs/commons@^1.7.0": "@sinonjs/commons@^1.7.0":
version "1.8.2" version "1.8.2"