diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-01-05 02:08:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 02:08:31 +0000 |
commit | 89e0bc8cd8f7949fbb8e2ae7e90c1a57fd25cd2c (patch) | |
tree | ea191a310bfe769f41fc6a7f5cf4c34283f30cf1 | |
parent | 343dffb998f44bfc7669d50eb2f5424d28cdb7b9 (diff) | |
parent | b89682d779f606e3bb8d1a88ab29a0c1372921b4 (diff) |
Merge pull request #966 from ueokande/dependabot/npm_and_yarn/html-webpack-plugin-4.5.1
Bump html-webpack-plugin from 4.5.0 to 4.5.1
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index c9f3f42..dcfd37b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-react": "7.22.0", "eslint-plugin-standard": "^5.0.0", "express": "^4.17.1", - "html-webpack-plugin": "4.5.0", + "html-webpack-plugin": "4.5.1", "jsonwebtoken": "^8.5.1", "jszip": "^3.2.2", "karma": "^5.0.0", @@ -2990,17 +2990,17 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" -html-webpack-plugin@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c" - integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw== +html-webpack-plugin@4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.1.tgz#40aaf1b5cb78f2f23a83333999625c20929cda65" + integrity sha512-yzK7RQZwv9xB+pcdHNTjcqbaaDZ+5L0zJHXfi89iWIZmb/FtzxhLk0635rmJihcQbs3ZUF27Xp4oWGx6EK56zg== dependencies: "@types/html-minifier-terser" "^5.0.0" "@types/tapable" "^1.0.5" "@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" |