diff --git a/package-lock.json b/package-lock.json index 9cfe1e4..50e4912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3768,9 +3768,9 @@ } }, "html-webpack-plugin": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz", - "integrity": "sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.4.1.tgz", + "integrity": "sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", diff --git a/package.json b/package.json index 492b1ec..fb59e39 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint": "^7.5.0", "eslint-plugin-vue": "^6.2.2", "file-loader": "^6.0.0", - "html-webpack-plugin": "^4.3.0", + "html-webpack-plugin": "^4.4.1", "pug": "^3.0.0", "pug-loader": "^2.4.0", "pug-plain-loader": "^1.0.0",