diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-29 07:02:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 07:02:09 +0000 |
commit | d286bf866614b468d6ba80dd6da5b34ee27ee034 (patch) | |
tree | 29bfe7503050defaeef1e3b685f16fa744b3445f | |
parent | fb3e62c89daa4ea497d544355a46a599ad29df25 (diff) | |
download | timeline-d286bf866614b468d6ba80dd6da5b34ee27ee034.tar.gz timeline-d286bf866614b468d6ba80dd6da5b34ee27ee034.tar.bz2 timeline-d286bf866614b468d6ba80dd6da5b34ee27ee034.zip |
build(deps-dev): Bump webpack from 5.36.0 to 5.36.1 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.36.0 to 5.36.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.36.0...v5.36.1)
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 394cc4f5..3cd13cec 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -106,7 +106,7 @@ "ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
- "webpack": "^5.36.0",
+ "webpack": "^5.36.1",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
|