diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f081bb0e..ff790ec70 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6137,9 +6137,9 @@ } }, "html-webpack-plugin": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.1.tgz", - "integrity": "sha512-yzK7RQZwv9xB+pcdHNTjcqbaaDZ+5L0zJHXfi89iWIZmb/FtzxhLk0635rmJihcQbs3ZUF27Xp4oWGx6EK56zg==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", + "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", diff --git a/frontend/package.json b/frontend/package.json index 50c4579b5..4a667721c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "eslint-plugin-no-unsanitized": "^3.0.2", "eslint-plugin-prettier": "^3.3.1", "file-loader": "^6.0.0", - "html-webpack-plugin": "^4.5.1", + "html-webpack-plugin": "^4.5.2", "mini-css-extract-plugin": "^1.3.5", "node-sass": "^5.0.0", "prettier": "1.19.1",