diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-18 07:04:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 07:04:29 +0000 |
commit | f074327c622eeaca2d65592f2c3f8b43cff922e2 (patch) | |
tree | 68547d0f5f64dd18b34c54b2a3218ad36ba1063d /FrontEnd/package.json | |
parent | 49ed877521351cf3fa019ca993f4a91f34623b29 (diff) | |
download | timeline-f074327c622eeaca2d65592f2c3f8b43cff922e2.tar.gz timeline-f074327c622eeaca2d65592f2c3f8b43cff922e2.tar.bz2 timeline-f074327c622eeaca2d65592f2c3f8b43cff922e2.zip |
build(deps-dev): Bump webpack from 5.26.2 to 5.26.3 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.2 to 5.26.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.26.2...v5.26.3)
Signed-off-by: dependabot[bot] <support@github.com>
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 fae4856d..1dbdae7c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -108,7 +108,7 @@ "type-fest": "^0.21.3",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
- "webpack": "^5.26.2",
+ "webpack": "^5.26.3",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|