From cb6c1981116338e8f61a481c7b2d7917326a022f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 10:16:21 +0000 Subject: [PATCH] chore(deps-dev): bump webpack from 5.24.2 to 5.24.4 Bumps [webpack](https://github.com/webpack/webpack) from 5.24.2 to 5.24.4. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.24.2...v5.24.4) 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 3cd58b1b1b2..15ed66da55c 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "tsc-watch": "4.2.9", "typescript": "4.1.5", "wait-for-expect": "3.0.2", - "webpack": "5.24.2", + "webpack": "5.24.4", "webpack-cli": "4.5.0", "webpack-dev-middleware": "4.1.0", "webpack-hot-middleware": "2.25.0", diff --git a/yarn.lock b/yarn.lock index eda19c83fa4..9f7dfed08e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13827,10 +13827,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@5.24.2: - version "5.24.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.2.tgz#33790dad631e8b639f4246d762e257720875fe54" - integrity sha512-uxxKYEY4kMNjP+D2Y+8aw5Vd7ar4pMuKCNemxV26ysr1nk0YDiQTylg9U3VZIdkmI0YHa0uC8ABxL+uGxGWWJg== +webpack@5.24.4: + version "5.24.4" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.4.tgz#37d8cf95841dd23c809ea02931294b3455d74a59" + integrity sha512-RXOdxF9hFFFhg47BryCgyFrEyyu7Y/75/uiI2DoUiTMqysK+WczVSTppvkR47oZcmI/DPaXCiCiaXBP8QjkNpA== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"