From b52c98ca9a9d53b420190432b75f20e3863b3de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 04:22:40 +0000 Subject: [PATCH] Bump grunt-webpack from 5.0.0 to 6.0.0 Bumps [grunt-webpack](https://github.com/webpack-contrib/grunt-webpack) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/webpack-contrib/grunt-webpack/releases) - [Commits](https://github.com/webpack-contrib/grunt-webpack/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: grunt-webpack dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6202f17..436c061 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "grunt-eslint": "^24.3.0", "grunt-newer": "^1.3.0", "grunt-shell": "^4.0.0", - "grunt-webpack": "^5.0.0", + "grunt-webpack": "^6.0.0", "jit-grunt": "^0.10.0", "quicklink": "^2.3.0", "terser-webpack-plugin": "^5.3.8", @@ -6362,19 +6362,23 @@ } }, "node_modules/grunt-webpack": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/grunt-webpack/-/grunt-webpack-5.0.0.tgz", - "integrity": "sha512-C7emzVIGJhZ5V5ZYjylr9sDD9PE9Dh/55NaSzP2P2dhif+m/1gHbjDZQ7PDzguyuzwBz4Qc8voQHR06FSp4CKg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/grunt-webpack/-/grunt-webpack-6.0.0.tgz", + "integrity": "sha512-FtRVTGJGuV9Ic/OrCR80p5u601e0ekvTyHo7vnwVo3XlvRh5wR1ATAVT9FnnobHqZnQ/DeF84W97si5+roUWEA==", "dev": true, "dependencies": { "deep-for-each": "^3.0.0", - "lodash": "^4.17.19" + "lodash": "^4.17.21" }, "engines": { - "node": ">=12.13.0" + "node": ">=16.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" + "webpack": "^5.0.0" } }, "node_modules/grunt/node_modules/glob": { diff --git a/package.json b/package.json index 6e13dfd..ed334e9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "grunt-eslint": "^24.3.0", "grunt-newer": "^1.3.0", "grunt-shell": "^4.0.0", - "grunt-webpack": "^5.0.0", + "grunt-webpack": "^6.0.0", "jit-grunt": "^0.10.0", "quicklink": "^2.3.0", "terser-webpack-plugin": "^5.3.8",