diff --git a/package-lock.json b/package-lock.json index 271f8e0..6bc81a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "babel-loader": "^9.1.3", "concurrently": "^8.2.2", "css-loader": "^7.1.2", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "identity-obj-proxy": "^3.0.0", "jest-image-snapshot": "^6.4.0", "merge-props": "^6.0.0", @@ -11713,10 +11713,11 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", + "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", "dev": true, + "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", diff --git a/package.json b/package.json index a2daf92..2cc8ec0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-loader": "^9.1.3", "concurrently": "^8.2.2", "css-loader": "^7.1.2", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "identity-obj-proxy": "^3.0.0", "jest-image-snapshot": "^6.4.0", "merge-props": "^6.0.0",