From 085ec8a0a126f21fdac026ae8deb4b39ee642055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 06:05:20 +0000 Subject: [PATCH] Upgrade: Bump webpack from 5.75.0 to 5.76.0 in /ch2/front Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- ch2/front/package-lock.json | 14 +++++++------- ch2/front/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ch2/front/package-lock.json b/ch2/front/package-lock.json index fad75d3a..a026cec1 100644 --- a/ch2/front/package-lock.json +++ b/ch2/front/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-react": "^7.21.3", "eslint-plugin-react-hooks": "^4.1.2", "nodemon": "^2.0.4", - "webpack": "^5.65.0" + "webpack": "^5.76.0" } }, "node_modules/@ant-design/colors": { @@ -4814,9 +4814,9 @@ } }, "node_modules/webpack": { - "version": "5.75.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", - "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -8472,9 +8472,9 @@ } }, "webpack": { - "version": "5.75.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", - "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/ch2/front/package.json b/ch2/front/package.json index 6661c654..647663fe 100644 --- a/ch2/front/package.json +++ b/ch2/front/package.json @@ -26,6 +26,6 @@ "eslint-plugin-react": "^7.21.3", "eslint-plugin-react-hooks": "^4.1.2", "nodemon": "^2.0.4", - "webpack": "^5.65.0" + "webpack": "^5.76.0" } }