From 718a6e3a75b73433003d0c546d0b5b2b8a57249c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:06:11 +0000 Subject: [PATCH] Bump webpack from 5.24.1 to 5.24.2 Bumps [webpack](https://github.com/webpack/webpack) from 5.24.1 to 5.24.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.24.1...v5.24.2) 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 7e2830f0..6990f7af 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "terser": "5.6.0", "ts-node": "9.1.1", "typescript": "4.1.5", - "webpack": "5.24.1" + "webpack": "5.24.2" }, "electronmon": { "patterns": [ diff --git a/yarn.lock b/yarn.lock index e75c96fd..1807f574 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7866,10 +7866,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@5.24.1, webpack@^5.1.0: - version "5.24.1" - resolved "https://registry.npmjs.org/webpack/-/webpack-5.24.1.tgz#6b7730bfba1ee94b05d05ef7c32743a35105a744" - integrity sha512-eg+6OIt6npUSwbhRQY6XffAixEUSARBf+WAWOxrZwOB4jRbbpMXlridFy/Yt7N0U20Ry1vp/nnDbtN7l1rUdIA== +webpack@5.24.2, webpack@^5.1.0: + version "5.24.2" + resolved "https://registry.npmjs.org/webpack/-/webpack-5.24.2.tgz#33790dad631e8b639f4246d762e257720875fe54" + integrity sha512-uxxKYEY4kMNjP+D2Y+8aw5Vd7ar4pMuKCNemxV26ysr1nk0YDiQTylg9U3VZIdkmI0YHa0uC8ABxL+uGxGWWJg== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"