From 34475e5e02772a68a1c51c12d4ea6edabdcc385d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:50:00 +0000 Subject: [PATCH] Bump webpack from 5.74.0 to 5.76.0 in /core Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- core/package-lock.json | 14 +++++++------- core/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 1d8545aa..4c0cd721 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -30,7 +30,7 @@ "mocha": "^10.0.0", "node-polyfill-webpack-plugin": "^2.0.1", "terser-webpack-plugin": "^5.3.6", - "webpack": "^5.74.0", + "webpack": "^5.76.0", "webpack-cli": "^4.10.0", "webpack-license-plugin": "^4.2.2" } @@ -6092,9 +6092,9 @@ } }, "node_modules/webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "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", @@ -10973,9 +10973,9 @@ "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==" }, "webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "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/core/package.json b/core/package.json index 80e0f0e3..49443d23 100644 --- a/core/package.json +++ b/core/package.json @@ -29,7 +29,7 @@ "mocha": "^10.0.0", "node-polyfill-webpack-plugin": "^2.0.1", "terser-webpack-plugin": "^5.3.6", - "webpack": "^5.74.0", + "webpack": "^5.76.0", "webpack-cli": "^4.10.0", "webpack-license-plugin": "^4.2.2" },