diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-22 06:52:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 06:52:51 +0000 |
commit | a62015828d9f07e8ab032c175de377483599bd29 (patch) | |
tree | de7bae48da205b6bd0b8a098a7395a6e10b76d6c | |
parent | 317d10ccf00a64bf73a90a9361708753f826508d (diff) | |
download | timeline-a62015828d9f07e8ab032c175de377483599bd29.tar.gz timeline-a62015828d9f07e8ab032c175de377483599bd29.tar.bz2 timeline-a62015828d9f07e8ab032c175de377483599bd29.zip |
build(deps-dev): Bump ts-loader from 9.0.2 to 9.1.0 in /FrontEnd
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.0.2 to 9.1.0.
- [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.0.2...v9.1.0)
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 14db0c71..3c20af69 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -103,7 +103,7 @@ "sass": "^1.32.11",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
- "ts-loader": "^9.0.2",
+ "ts-loader": "^9.1.0",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.35.0",
|