From 33624a7bc8cd388ad4bebfd12daec25e900e4aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 04:47:10 +0000 Subject: [PATCH] Bump webpack from 5.100.2 to 5.101.0 in /src/TodoApp Bumps [webpack](https://github.com/webpack/webpack) from 5.100.2 to 5.101.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.100.2...v5.101.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.101.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/TodoApp/package-lock.json | 8 ++++---- src/TodoApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index cf82f428..443799aa 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -25,7 +25,7 @@ "ts-loader": "^9.5.2", "tsify": "^5.0.4", "typescript": "^5.8.3", - "webpack": "^5.100.2", + "webpack": "^5.101.0", "webpack-cli": "^6.0.1" } }, @@ -10017,9 +10017,9 @@ } }, "node_modules/webpack": { - "version": "5.100.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.2.tgz", - "integrity": "sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==", + "version": "5.101.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.101.0.tgz", + "integrity": "sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 8b180d5c..3d182c7c 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -34,7 +34,7 @@ "ts-loader": "^9.5.2", "tsify": "^5.0.4", "typescript": "^5.8.3", - "webpack": "^5.100.2", + "webpack": "^5.101.0", "webpack-cli": "^6.0.1" }, "jest": {