diff options
author | crupest <crupest@outlook.com> | 2021-06-02 18:08:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 18:08:29 +0800 |
commit | 189334bee7cdba1184c7442405471ddba23570dd (patch) | |
tree | c45cb369ff90f1237d15094044445cdf3a149394 | |
parent | a5eb8095f17720fa85eaab2daf59fe06010796a9 (diff) | |
parent | f5a60e0d838151ddf7788bac67600680c6ced317 (diff) | |
download | timeline-189334bee7cdba1184c7442405471ddba23570dd.tar.gz timeline-189334bee7cdba1184c7442405471ddba23570dd.tar.bz2 timeline-189334bee7cdba1184c7442405471ddba23570dd.zip |
Merge pull request #584 from crupest/dependabot/npm_and_yarn/FrontEnd/sass-loader-12.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 f338ec7b..4fd8f231 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -102,7 +102,7 @@ "prettier": "^2.3.0",
"react-refresh": "^0.10.0",
"sass": "^1.34.0",
- "sass-loader": "^11.1.1",
+ "sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.2",
"typescript": "^4.3.2",
|