From 5ffc77dd06ec70a3af12b601db0c0750eb7ee449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:48:48 +0000 Subject: [PATCH] Bump webpack from 5.75.0 to 5.76.0 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] --- package-lock.json | 16 ++++++++-------- tools/nx_rust/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1c8a7c..1bc1417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14452,9 +14452,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.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", + "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -15040,7 +15040,7 @@ "name": "@meshx-org/nx-rust", "version": "0.0.1", "devDependencies": { - "webpack": "^5.75.0" + "webpack": "^5.76.0" }, "peerDependencies": { "@nrwl/devkit": ">= 12.7.0" @@ -17184,7 +17184,7 @@ "@meshx-org/nx-rust": { "version": "file:tools/nx_rust", "requires": { - "webpack": "^5.75.0" + "webpack": "^5.76.0" } }, "@nodelib/fs.scandir": { @@ -25543,9 +25543,9 @@ "dev": true }, "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.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", + "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/tools/nx_rust/package.json b/tools/nx_rust/package.json index 33e1ee2..6e12244 100644 --- a/tools/nx_rust/package.json +++ b/tools/nx_rust/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "executors": "./executors.json", "devDependencies": { - "webpack": "^5.75.0" + "webpack": "^5.76.0" }, "peerDependencies": { "@nrwl/devkit": ">= 12.7.0"