diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:49:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:49:42 +0000 |
commit | 79b7cc2bfc4f2c6769ae71f6ffafbe035b442f45 (patch) | |
tree | cbc399bdf7e419df7cd182602507fba1cd8102d7 /FrontEnd/package.json | |
parent | fc9365e93753acc10bf90063102c5a14be4614b5 (diff) | |
parent | f3ace6e73890b3fb51c203a523c7b1928bd66c8c (diff) | |
download | timeline-79b7cc2bfc4f2c6769ae71f6ffafbe035b442f45.tar.gz timeline-79b7cc2bfc4f2c6769ae71f6ffafbe035b442f45.tar.bz2 timeline-79b7cc2bfc4f2c6769ae71f6ffafbe035b442f45.zip |
Merge pull request #414 from crupest/dependabot/npm_and_yarn/FrontEnd/ts-loader-8.1.0
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 b5cf08f4..9cdab8d7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -104,7 +104,7 @@ "sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
- "ts-loader": "^8.0.18",
+ "ts-loader": "^8.1.0",
"type-fest": "^1.0.1",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
|