diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-05 07:12:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 07:12:53 +0000 |
commit | 7fec557cbfc51200a6bbb162750c74a987ffa37f (patch) | |
tree | 11b0aa15a6c49eca7fd7182ffc0935bfe31b20d0 | |
parent | 76d8616a6ba18f2bf86c46d865a9426e5accf55f (diff) | |
download | timeline-7fec557cbfc51200a6bbb162750c74a987ffa37f.tar.gz timeline-7fec557cbfc51200a6bbb162750c74a987ffa37f.tar.bz2 timeline-7fec557cbfc51200a6bbb162750c74a987ffa37f.zip |
build(deps-dev): Bump webpack from 5.20.1 to 5.20.2 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.20.1 to 5.20.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.20.1...v5.20.2)
Signed-off-by: dependabot[bot] <support@github.com>
-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 2b734f89..f4d683dc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -104,7 +104,7 @@ "type-fest": "^0.20.2",
"typescript": "^4.1.3",
"url-loader": "^4.1.1",
- "webpack": "^5.20.1",
+ "webpack": "^5.20.2",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|