diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-09 01:10:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 01:10:33 +0000 |
commit | 41c337b9b45a130d67277136c8b39f83f048506f (patch) | |
tree | 949b28da6fd633f311a1f94f08ad3613c8004964 | |
parent | a0e18a751b97ca607054775aa12e3c2ef3b625de (diff) | |
parent | ae83b33d77966c23f19dd271c29fcf33b55a5844 (diff) | |
download | timeline-41c337b9b45a130d67277136c8b39f83f048506f.tar.gz timeline-41c337b9b45a130d67277136c8b39f83f048506f.tar.bz2 timeline-41c337b9b45a130d67277136c8b39f83f048506f.zip |
Merge pull request #352 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.3.0
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 65ae7c88..51d40bf9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -92,7 +92,7 @@ "eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
- "html-webpack-plugin": "5.2.0",
+ "html-webpack-plugin": "5.3.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.7",
|