diff options
author | crupest <crupest@outlook.com> | 2021-05-14 21:54:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 21:54:07 +0800 |
commit | 0d79df9adf344e2dc2548ef4a9033db4fdb5a8df (patch) | |
tree | 84a87012d9ab471ff6303b5d33f027b85c8bafa6 | |
parent | df481624ca4c145318a19c088fce3db326dc0a64 (diff) | |
parent | f2d884dabd10cda5723c9c5f24a9a7e79f68dc87 (diff) | |
download | timeline-0d79df9adf344e2dc2548ef4a9033db4fdb5a8df.tar.gz timeline-0d79df9adf344e2dc2548ef4a9033db4fdb5a8df.tar.bz2 timeline-0d79df9adf344e2dc2548ef4a9033db4fdb5a8df.zip |
Merge pull request #538 from crupest/dependabot/npm_and_yarn/FrontEnd/sass-loader-11.1.1
build(deps-dev): Bump sass-loader from 11.1.0 to 11.1.1 in /FrontEnd
-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 14a72d15..8e33316a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -105,7 +105,7 @@ "querystring-es3": "^0.2.1",
"react-refresh": "^0.10.0",
"sass": "^1.32.13",
- "sass-loader": "^11.1.0",
+ "sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"ts-loader": "^9.1.2",
"typescript": "^4.2.4",
|