diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-19 13:37:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 13:37:49 +0000 |
commit | b5d654e4b24350177705933c3b366e50db9548bf (patch) | |
tree | f9745ae5538995757855e92da6179a855aa42970 | |
parent | e5090c9c8cb04396f7b19caefe0dcb060ef576be (diff) | |
parent | a81d165a8b28096c4138b9429e340c1c43f5db06 (diff) | |
download | timeline-b5d654e4b24350177705933c3b366e50db9548bf.tar.gz timeline-b5d654e4b24350177705933c3b366e50db9548bf.tar.bz2 timeline-b5d654e4b24350177705933c3b366e50db9548bf.zip |
Merge pull request #466 from crupest/dependabot/npm_and_yarn/FrontEnd/ts-loader-9.0.0
-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 31e8f33f..5cfae640 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -103,7 +103,7 @@ "sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
- "ts-loader": "^8.1.0",
+ "ts-loader": "^9.0.0",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.33.2",
|