diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 07:07:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 07:07:21 +0000 |
commit | 4fad3d61a71e37f2608459b658d2acda1b6d4e2d (patch) | |
tree | 15dabe8c9fba66ff35009b6f70c504e3576c2e75 /FrontEnd/package.json | |
parent | d03b5e2da5912a5fc4156701a5dbeeddfb53df29 (diff) | |
download | timeline-4fad3d61a71e37f2608459b658d2acda1b6d4e2d.tar.gz timeline-4fad3d61a71e37f2608459b658d2acda1b6d4e2d.tar.bz2 timeline-4fad3d61a71e37f2608459b658d2acda1b6d4e2d.zip |
build(deps-dev): Bump type-fest from 0.20.2 to 0.21.2 in /FrontEnd
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 0.20.2 to 0.21.2.
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](https://github.com/sindresorhus/type-fest/compare/v0.20.2...v0.21.2)
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 3f2aaa52..b52bd008 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -103,7 +103,7 @@ "sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
- "type-fest": "^0.20.2",
+ "type-fest": "^0.21.2",
"typescript": "^4.1.5",
"url-loader": "^4.1.1",
"webpack": "^5.23.0",
|