diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-20 06:08:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 06:08:25 +0000 |
commit | b0780f4003c71ba502e19f6e8f324314518b5ade (patch) | |
tree | 632fd091f8959af8b12e39bf9e9c8d789dbc249a | |
parent | b32db1fc82f08f4ffb6e31fd6a29403860e32b87 (diff) | |
download | timeline-b0780f4003c71ba502e19f6e8f324314518b5ade.tar.gz timeline-b0780f4003c71ba502e19f6e8f324314518b5ade.tar.bz2 timeline-b0780f4003c71ba502e19f6e8f324314518b5ade.zip |
build(deps-dev): Bump ts-loader from 9.2.0 to 9.2.1 in /FrontEnd
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.0...v9.2.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 397c7097..e22c79db 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -104,7 +104,7 @@ "sass": "^1.32.13",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
- "ts-loader": "^9.2.0",
+ "ts-loader": "^9.2.1",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.37.0",
|