From 9a49ad7d8df883eac8314acdc8975a35d79a894d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 05:10:22 +0000 Subject: [PATCH] build(deps-dev): bump webpack from 5.24.3 to 5.24.4 Bumps [webpack](https://github.com/webpack/webpack) from 5.24.3 to 5.24.4. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.24.3...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 e1bad19b5f..26e84f1b29 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "jest": "27.0.0-next.3" }, "optionalDependencies": { - "webpack": "5.24.3" + "webpack": "5.24.4" }, "devDependencies": { "@angular-devkit/build-angular": "^0.1102.0", diff --git a/yarn.lock b/yarn.lock index 2cd7977ee1..bccaa0da42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11340,10 +11340,10 @@ webpack@4.44.2: watchpack "^1.7.4" webpack-sources "^1.4.1" -webpack@5.24.3: - version "5.24.3" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.3.tgz#6ec0f5059f8d7c7961075fa553cfce7b7928acb3" - integrity sha512-x7lrWZ7wlWAdyKdML6YPvfVZkhD1ICuIZGODE5SzKJjqI9A4SpqGTjGJTc6CwaHqn19gGaoOR3ONJ46nYsn9rw== +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"