diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index b2243190a63..8fd12ad99c9 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -242,7 +242,7 @@ "fetch-mock": "^11.1.5", "fork-ts-checker-webpack-plugin": "^9.1.0", "history": "^5.3.0", - "html-webpack-plugin": "^5.6.5", + "html-webpack-plugin": "^5.6.6", "http-server": "^14.1.1", "imports-loader": "^5.0.0", "jest": "^30.2.0", @@ -35624,9 +35624,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.5", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.5.tgz", - "integrity": "sha512-4xynFbKNNk+WlzXeQQ+6YYsH2g7mpfPszQZUi3ovKlj+pDmngQ7vRXjrrmGROabmKwyQkcgcX5hqfOwHbFmK5g==", + "version": "5.6.6", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.6.tgz", + "integrity": "sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 33ec324fa0d..2977ab431f5 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -323,7 +323,7 @@ "fetch-mock": "^11.1.5", "fork-ts-checker-webpack-plugin": "^9.1.0", "history": "^5.3.0", - "html-webpack-plugin": "^5.6.5", + "html-webpack-plugin": "^5.6.6", "http-server": "^14.1.1", "imports-loader": "^5.0.0", "jest": "^30.2.0",