From 14e54c68b8e208799eee6a1209e46eb62d27741b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 11:20:07 +0000 Subject: [PATCH] Bump webpack from 5.17.0 to 5.19.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.17.0 to 5.19.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.17.0...v5.19.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 77fd90b5..68b52390 100644 --- a/package.json +++ b/package.json @@ -121,6 +121,6 @@ "terser": "5.5.1", "ts-node": "9.1.1", "typescript": "4.1.3", - "webpack": "5.17.0" + "webpack": "5.19.0" } } diff --git a/yarn.lock b/yarn.lock index eb2d8c63..4bea9b51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7750,10 +7750,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@5.17.0, webpack@^5.1.0: - version "5.17.0" - resolved "https://registry.npmjs.org/webpack/-/webpack-5.17.0.tgz#e92aebad45be25f86f788dc72fc11daacdcfd55d" - integrity sha512-R+IdNEaYcYaACpXZOt7reyc8txBK7J06lOPkX1SbgmeoAnUbyBZivJIksrDBnmMA3wlTWvPcX7DubxELyPB8rA== +webpack@5.19.0, webpack@^5.1.0: + version "5.19.0" + resolved "https://registry.npmjs.org/webpack/-/webpack-5.19.0.tgz#1a5fee84dd63557e68336b0774ac4a1c81aa2c73" + integrity sha512-egX19vAQ8fZ4cVYtA9Y941eqJtcZAK68mQq87MMv+GTXKZOc3TpKBBxdGX+HXUYlquPxiluNsJ1VHvwwklW7CQ== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"