From d9b8ceb91e8b9bacf222ad060c4e505c18b66275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:07:17 +0300 Subject: [PATCH] Chore(deps-dev): Bump html-webpack-plugin from 5.5.3 to 5.6.0 (#2976) --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index af3cfae08..4f3b522e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "babel-jest": "29.7.0", "chromedriver": "119.0.1", "eslint": "8.56.0", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.6.0", "jest": "29.7.0", "jest-canvas-mock": "2.5.2", "jest-environment-jsdom": "29.7.0", @@ -10570,9 +10570,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", - "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", + "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -10589,7 +10589,16 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "webpack": "^5.20.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/htmlparser2": { diff --git a/package.json b/package.json index d734a568f..391c77459 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "babel-jest": "29.7.0", "chromedriver": "119.0.1", "eslint": "8.56.0", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.6.0", "jest": "29.7.0", "jest-canvas-mock": "2.5.2", "jest-environment-jsdom": "29.7.0",