diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-11 00:28:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 00:28:29 +0000 |
commit | 74fc7f5a5e719a4cc03889e08c1d5af34474f7dc (patch) | |
tree | 254ddc291a7a85199725fdef41db23b96032f533 /FrontEnd/package.json | |
parent | d3095ced24254fb45733537af91cee4b0d454bb4 (diff) | |
parent | 4db13c0c7f829391d1b84fc255221f87b651e5cb (diff) | |
download | timeline-74fc7f5a5e719a4cc03889e08c1d5af34474f7dc.tar.gz timeline-74fc7f5a5e719a4cc03889e08c1d5af34474f7dc.tar.bz2 timeline-74fc7f5a5e719a4cc03889e08c1d5af34474f7dc.zip |
Merge pull request #363 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.3.1
Diffstat (limited to 'FrontEnd/package.json')
-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 5127910d..9d80766e 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.3.0",
+ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.8",
|