From f7bc93030a88857f6e2d813d2ba0dbc3eeb71e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 08:01:13 +0000 Subject: [PATCH] chore(deps-dev): bump webpack Bumps [webpack](https://github.com/webpack/webpack) from 5.77.0 to 5.78.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.77.0...v5.78.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../myaccount/package-lock.json | 14 +++++++------- .../myaccount/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/micro-frontends-module-federation/myaccount/package-lock.json b/micro-frontends-module-federation/myaccount/package-lock.json index 10c5a97631..8296863e1f 100644 --- a/micro-frontends-module-federation/myaccount/package-lock.json +++ b/micro-frontends-module-federation/myaccount/package-lock.json @@ -20,7 +20,7 @@ "babel-loader": "^9.1.2", "html-webpack-plugin": "^5.3.1", "serve": "^13.0.4", - "webpack": "^5.77.0", + "webpack": "^5.78.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.13.2" } @@ -4753,9 +4753,9 @@ } }, "node_modules/webpack": { - "version": "5.77.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz", - "integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==", + "version": "5.78.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.78.0.tgz", + "integrity": "sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -8884,9 +8884,9 @@ } }, "webpack": { - "version": "5.77.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz", - "integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==", + "version": "5.78.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.78.0.tgz", + "integrity": "sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/micro-frontends-module-federation/myaccount/package.json b/micro-frontends-module-federation/myaccount/package.json index 8d044a6582..892859526f 100644 --- a/micro-frontends-module-federation/myaccount/package.json +++ b/micro-frontends-module-federation/myaccount/package.json @@ -24,7 +24,7 @@ "babel-loader": "^9.1.2", "html-webpack-plugin": "^5.3.1", "serve": "^13.0.4", - "webpack": "^5.77.0", + "webpack": "^5.78.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.13.2" }