From 1039b08c29f6595bd2d0de5b60d12c3192e48fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 07:35:23 +0000 Subject: [PATCH] chore(deps-dev): bump webpack Bumps [webpack](https://github.com/webpack/webpack) from 5.97.0 to 5.97.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.97.0...v5.97.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../appshell/package-lock.json | 14 +++++++------- .../appshell/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/micro-frontends-module-federation/appshell/package-lock.json b/micro-frontends-module-federation/appshell/package-lock.json index 2208cca4a0..933e5ea13a 100644 --- a/micro-frontends-module-federation/appshell/package-lock.json +++ b/micro-frontends-module-federation/appshell/package-lock.json @@ -23,7 +23,7 @@ "babel-loader": "^9.2.1", "html-webpack-plugin": "^5.6.3", "serve": "^13.0.4", - "webpack": "^5.97.0", + "webpack": "^5.97.1", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.1.0" @@ -5558,9 +5558,9 @@ } }, "node_modules/webpack": { - "version": "5.97.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.0.tgz", - "integrity": "sha512-CWT8v7ShSfj7tGs4TLRtaOLmOCPWhoKEvp+eA7FVx8Xrjb3XfT0aXdxDItnRZmE8sHcH+a8ayDrJCOjXKxVFfQ==", + "version": "5.97.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz", + "integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.7", @@ -10312,9 +10312,9 @@ } }, "webpack": { - "version": "5.97.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.0.tgz", - "integrity": "sha512-CWT8v7ShSfj7tGs4TLRtaOLmOCPWhoKEvp+eA7FVx8Xrjb3XfT0aXdxDItnRZmE8sHcH+a8ayDrJCOjXKxVFfQ==", + "version": "5.97.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz", + "integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.7", diff --git a/micro-frontends-module-federation/appshell/package.json b/micro-frontends-module-federation/appshell/package.json index d99067bfce..c2b9474da3 100644 --- a/micro-frontends-module-federation/appshell/package.json +++ b/micro-frontends-module-federation/appshell/package.json @@ -27,7 +27,7 @@ "babel-loader": "^9.2.1", "html-webpack-plugin": "^5.6.3", "serve": "^13.0.4", - "webpack": "^5.97.0", + "webpack": "^5.97.1", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.1.0"