From 807cb32996fd398a431b3187c21b1c21a31ac632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 07:01:18 +0000 Subject: [PATCH] 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-lock.json | 19 ++++++++----------- package.json | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77d6bf4..3e37cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "terser-webpack-plugin": "^5.1.1", "ts-loader": "^8.0.17", "typescript": "^4.2.3", - "webpack": "^5.24.3", + "webpack": "^5.24.4", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" } @@ -3200,7 +3200,6 @@ "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", - "fsevents": "^1.2.7", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", @@ -12810,9 +12809,9 @@ } }, "node_modules/webpack": { - "version": "5.24.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.3.tgz", - "integrity": "sha512-x7lrWZ7wlWAdyKdML6YPvfVZkhD1ICuIZGODE5SzKJjqI9A4SpqGTjGJTc6CwaHqn19gGaoOR3ONJ46nYsn9rw==", + "version": "5.24.4", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.4.tgz", + "integrity": "sha512-RXOdxF9hFFFhg47BryCgyFrEyyu7Y/75/uiI2DoUiTMqysK+WczVSTppvkR47oZcmI/DPaXCiCiaXBP8QjkNpA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", @@ -14005,7 +14004,6 @@ "error": "^7.0.2", "find-up": "^3.0.0", "github-username": "^3.0.0", - "grouped-queue": "^1.1.0", "istextorbinary": "^2.5.1", "lodash": "^4.17.11", "make-dir": "^3.0.0", @@ -14019,8 +14017,7 @@ "semver": "^7.2.1", "shelljs": "^0.8.4", "text-table": "^0.2.0", - "through2": "^3.0.1", - "yeoman-environment": "^2.9.5" + "through2": "^3.0.1" }, "engines": { "node": ">=10" @@ -24655,9 +24652,9 @@ } }, "webpack": { - "version": "5.24.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.3.tgz", - "integrity": "sha512-x7lrWZ7wlWAdyKdML6YPvfVZkhD1ICuIZGODE5SzKJjqI9A4SpqGTjGJTc6CwaHqn19gGaoOR3ONJ46nYsn9rw==", + "version": "5.24.4", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.4.tgz", + "integrity": "sha512-RXOdxF9hFFFhg47BryCgyFrEyyu7Y/75/uiI2DoUiTMqysK+WczVSTppvkR47oZcmI/DPaXCiCiaXBP8QjkNpA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index ee2a339..0bee382 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "terser-webpack-plugin": "^5.1.1", "ts-loader": "^8.0.17", "typescript": "^4.2.3", - "webpack": "^5.24.3", + "webpack": "^5.24.4", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }