diff --git a/package-lock.json b/package-lock.json index 1800f621..2244a826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@excaliburjs/testing": "0.25.1", "clean-webpack-plugin": "3.0.0", "compression-webpack-plugin": "7.1.2", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.6.0", "source-map-loader": "2.0.2", "terser-webpack-plugin": "5.3.10", "ts-loader": "9.4.4", @@ -2258,9 +2258,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", @@ -2277,7 +2277,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": { @@ -6605,9 +6614,9 @@ } }, "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, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 8dacca32..1b9652b8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "clean-webpack-plugin": "3.0.0", "compression-webpack-plugin": "7.1.2", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.6.0", "@excaliburjs/testing": "0.25.1", "source-map-loader": "2.0.2", "ts-loader": "9.4.4",