diff --git a/package-lock.json b/package-lock.json index 3816075a0..f3ebedc53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "clean-webpack-plugin": "3.0.0", "dotenv": "8.2.0", "dotenv-webpack": "3.0.0", - "html-webpack-plugin": "4.5.0", + "html-webpack-plugin": "4.5.2", "mini-css-extract-plugin": "0.11.2", "webpack": "^5.0.0", "webpack-merge": "5.4.0" @@ -12317,7 +12317,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "4.5.0", + "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==", "license": "MIT", "peer": true, "dependencies": { @@ -12326,7 +12328,7 @@ "@types/webpack": "^4.41.8", "html-minifier-terser": "^5.0.1", "loader-utils": "^1.2.3", - "lodash": "^4.17.15", + "lodash": "^4.17.20", "pretty-error": "^2.1.1", "tapable": "^1.1.3", "util.promisify": "1.0.0" @@ -12340,6 +12342,8 @@ }, "node_modules/html-webpack-plugin/node_modules/json5": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "license": "MIT", "peer": true, "dependencies": { @@ -12351,6 +12355,8 @@ }, "node_modules/html-webpack-plugin/node_modules/loader-utils": { "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 398475ade..fe1c38fbb 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "clean-webpack-plugin": "3.0.0", "dotenv": "8.2.0", "dotenv-webpack": "3.0.0", - "html-webpack-plugin": "4.5.0", + "html-webpack-plugin": "4.5.2", "mini-css-extract-plugin": "0.11.2", "webpack": "^5.0.0", "webpack-merge": "5.4.0"