diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-28 05:59:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 05:59:23 +0000 |
commit | b38937fe84c01d00a0d3c1beefe728884cfc8888 (patch) | |
tree | 254055ed974363d68326dd8994239d3e57ba4a48 | |
parent | c9b3adcb16d5dfdcce1608cdf2e9a9941c14f610 (diff) | |
download | timeline-b38937fe84c01d00a0d3c1beefe728884cfc8888.tar.gz timeline-b38937fe84c01d00a0d3c1beefe728884cfc8888.tar.bz2 timeline-b38937fe84c01d00a0d3c1beefe728884cfc8888.zip |
build(deps-dev): Bump webpack from 5.37.1 to 5.38.1 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.37.1 to 5.38.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.37.1...v5.38.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 c9c44e3b..0a873994 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -107,7 +107,7 @@ "ts-loader": "^9.2.2",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
- "webpack": "^5.37.1",
+ "webpack": "^5.38.1",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
|