diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-24 07:02:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 07:02:48 +0000 |
commit | ca77890cefd90f3d0d5ddd69995c303e5a92aa3b (patch) | |
tree | 028caf7ba61aeed554e9980b38fe7d0dd66aef90 | |
parent | adcad422372d38807e9dcf571678453bfddb378b (diff) | |
download | timeline-ca77890cefd90f3d0d5ddd69995c303e5a92aa3b.tar.gz timeline-ca77890cefd90f3d0d5ddd69995c303e5a92aa3b.tar.bz2 timeline-ca77890cefd90f3d0d5ddd69995c303e5a92aa3b.zip |
build(deps-dev): Bump type-fest from 1.0.0 to 1.0.1 in /FrontEnd
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](https://github.com/sindresorhus/type-fest/compare/v1.0.0...v1.0.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 0e05459b..29f9f73c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -105,7 +105,7 @@ "sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
- "type-fest": "^1.0.0",
+ "type-fest": "^1.0.1",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.27.2",
|