diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 7452104908b09..b1d381bffcdef 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -85,7 +85,7 @@ "geostyler-style": "^7.5.0", "geostyler-wfs-parser": "^2.0.3", "googleapis": "^130.0.0", - "html-webpack-plugin": "^5.3.2", + "html-webpack-plugin": "^5.6.3", "immer": "^10.1.1", "interweave": "^13.1.0", "jquery": "^3.7.1", @@ -29016,8 +29016,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.0", - "license": "MIT", + "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==", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -81635,7 +81636,9 @@ "version": "3.0.0" }, "html-webpack-plugin": { - "version": "5.6.0", + "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==", "requires": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index ed9cb2b68d10b..2fcc2c01720d4 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -152,7 +152,7 @@ "geostyler-style": "^7.5.0", "geostyler-wfs-parser": "^2.0.3", "googleapis": "^130.0.0", - "html-webpack-plugin": "^5.3.2", + "html-webpack-plugin": "^5.6.3", "immer": "^10.1.1", "interweave": "^13.1.0", "jquery": "^3.7.1",