diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:17:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:17:12 +0000 |
commit | 140cf6f551a692f7c1b5ffcf5d2f072240a6c853 (patch) | |
tree | eaf6fde03a5a62394379273950640b821cdf92c1 | |
parent | 27e6b7be9bce006da6aae651d9903573cf3fd180 (diff) | |
download | timeline-140cf6f551a692f7c1b5ffcf5d2f072240a6c853.tar.gz timeline-140cf6f551a692f7c1b5ffcf5d2f072240a6c853.tar.bz2 timeline-140cf6f551a692f7c1b5ffcf5d2f072240a6c853.zip |
build(deps-dev): Bump webpack-cli from 4.4.0 to 4.5.0 in /FrontEnd
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0)
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 3e06c1b9..e1e2f977 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -106,7 +106,7 @@ "url-loader": "^4.1.1",
"webpack": "^5.19.0",
"webpack-chain": "^6.5.1",
- "webpack-cli": "^4.4.0",
+ "webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"workbox-webpack-plugin": "^6.1.0"
}
|