From 944d248814d0117cae2c1363d2ec728880226461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 04:11:07 +0000 Subject: [PATCH] Bump @sentry/webpack-plugin from 1.18.6 to 1.20.0 Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-webpack-plugin) from 1.18.6 to 1.20.0. - [Release notes](https://github.com/getsentry/sentry-webpack-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-webpack-plugin/compare/v1.18.6...v1.20.0) --- updated-dependencies: - dependency-name: "@sentry/webpack-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 25 ++++++++++++++++--------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d5ac9709..3e2e1e01 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@next/bundle-analyzer": "^10.0.3", "@sentry/browser": "^6.17.9", "@sentry/node": "^5.29.2", - "@sentry/webpack-plugin": "^1.18.6", + "@sentry/webpack-plugin": "^1.20.0", "@zeit/next-source-maps": "^0.0.4-canary.1", "babel-polyfill": "^6.26.0", "dayjs": "^1.9.7", diff --git a/yarn.lock b/yarn.lock index 3ce4aea7..77157cc3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1411,10 +1411,10 @@ "@sentry/utils" "6.17.9" tslib "^1.9.3" -"@sentry/cli@^1.72.0": - version "1.72.2" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.72.2.tgz#ba57d8248fe4d2836883bbe3047fdd75cd6739b3" - integrity sha512-H/yrxyYscOzn0YBOzPsBnIW7QxsSQrG1kQfD1FisuMhPl67D948DPkagAms4sy1v+MntBBNnD4Z+WsdRzFWXJQ== +"@sentry/cli@^1.74.6": + version "1.74.6" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.74.6.tgz#c4f276e52c6f5e8c8d692845a965988068ebc6f5" + integrity sha512-pJ7JJgozyjKZSTjOGi86chIngZMLUlYt2HOog+OJn+WGvqEkVymu8m462j1DiXAnex9NspB4zLLNuZ/R6rTQHg== dependencies: https-proxy-agent "^5.0.0" mkdirp "^0.5.5" @@ -1422,6 +1422,7 @@ npmlog "^4.1.2" progress "^2.0.3" proxy-from-env "^1.1.0" + which "^2.0.2" "@sentry/core@5.29.2": version "5.29.2" @@ -1533,12 +1534,13 @@ "@sentry/types" "6.17.9" tslib "^1.9.3" -"@sentry/webpack-plugin@^1.18.6": - version "1.18.6" - resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.6.tgz#3809309f0885b32acc421a8a2bf2c8a26e13e7c5" - integrity sha512-CRnn5UyQUjQO4hj3i7QxSDiqw92/DrC02si5fRobeAjtNMoIup2z3KzaLK61JKzMWiUZiKRtOe2QBBZuy5X6xw== +"@sentry/webpack-plugin@^1.20.0": + version "1.20.0" + resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.20.0.tgz#e7add76122708fb6b4ee7951294b521019720e58" + integrity sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw== dependencies: - "@sentry/cli" "^1.72.0" + "@sentry/cli" "^1.74.6" + webpack-sources "^2.0.0 || ^3.0.0" "@sinclair/typebox@^0.24.1": version "0.24.19" @@ -11003,6 +11005,11 @@ webpack-sources@1.4.3, webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-list-map "^2.0.0" source-map "~0.6.1" +"webpack-sources@^2.0.0 || ^3.0.0": + version "3.2.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" + integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== + webpack@4.44.1: version "4.44.1" resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21"