diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-25 11:04:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 11:04:20 +0000 |
commit | 427fcacb72545c19a5feb248359a2d5284564b8f (patch) | |
tree | eb83c57699cbf6e8a6318dba44a8d70cd734e181 | |
parent | 51bbce90cf339428d3f9a0e6ac0ed5054137d32f (diff) | |
parent | 95f8fb384a3f94c8912032513f7fec60a63b0444 (diff) | |
download | timeline-427fcacb72545c19a5feb248359a2d5284564b8f.tar.gz timeline-427fcacb72545c19a5feb248359a2d5284564b8f.tar.bz2 timeline-427fcacb72545c19a5feb248359a2d5284564b8f.zip |
Merge pull request #323 from crupest/dependabot/npm_and_yarn/FrontEnd/webpack-5.24.2
-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",
|