diff --git a/package-lock.json b/package-lock.json index a1bd0249..38a000a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8999,9 +8999,9 @@ } }, "html-webpack-plugin": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.4.1.tgz", - "integrity": "sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz", + "integrity": "sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", diff --git a/package.json b/package.json index b2b67720..f90ff12c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-react-hooks": "^4.1.2", "file-loader": "6.1.0", "fs-extra": "9.0.1", - "html-webpack-plugin": "4.4.1", + "html-webpack-plugin": "4.5.0", "identity-obj-proxy": "3.0.0", "jest": "26.4.2", "jest-environment-jsdom-fourteen": "1.0.1",