From c1dfac9c021a856dcc8731d82bc5d9e4a462b2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 08:04:03 +0000 Subject: [PATCH] chore(deps-dev): bump webpack Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.76.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.76.1...v5.76.2) --- 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 6248182a85..3189d85362 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.1.2", "html-webpack-plugin": "^5.3.1", "serve": "^13.0.4", - "webpack": "^5.76.1", + "webpack": "^5.76.2", "webpack-bundle-analyzer": "^4.8.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.12.0" @@ -5280,9 +5280,9 @@ } }, "node_modules/webpack": { - "version": "5.76.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", - "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", + "version": "5.76.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz", + "integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -9967,9 +9967,9 @@ } }, "webpack": { - "version": "5.76.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", - "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", + "version": "5.76.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz", + "integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/micro-frontends-module-federation/appshell/package.json b/micro-frontends-module-federation/appshell/package.json index 1f18957da7..93e4a6f7be 100644 --- a/micro-frontends-module-federation/appshell/package.json +++ b/micro-frontends-module-federation/appshell/package.json @@ -27,7 +27,7 @@ "babel-loader": "^9.1.2", "html-webpack-plugin": "^5.3.1", "serve": "^13.0.4", - "webpack": "^5.76.1", + "webpack": "^5.76.2", "webpack-bundle-analyzer": "^4.8.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.12.0"