diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-25 11:01:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 11:01:52 +0000 |
commit | 95f8fb384a3f94c8912032513f7fec60a63b0444 (patch) | |
tree | eb83c57699cbf6e8a6318dba44a8d70cd734e181 | |
parent | 51bbce90cf339428d3f9a0e6ac0ed5054137d32f (diff) | |
download | timeline-95f8fb384a3f94c8912032513f7fec60a63b0444.tar.gz timeline-95f8fb384a3f94c8912032513f7fec60a63b0444.tar.bz2 timeline-95f8fb384a3f94c8912032513f7fec60a63b0444.zip |
build(deps-dev): Bump webpack from 5.24.1 to 5.24.2 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.1 to 5.24.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.1...v5.24.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 8407014f..147af80b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -106,7 +106,7 @@ "type-fest": "^0.21.2",
"typescript": "^4.2.2",
"url-loader": "^4.1.1",
- "webpack": "^5.24.1",
+ "webpack": "^5.24.2",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|