diff options
author | crupest <crupest@outlook.com> | 2021-02-10 17:08:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 17:08:19 +0800 |
commit | ee20726beb64344148db7c125e3f4a3fdf7b54d3 (patch) | |
tree | b6d609ece163ba36d320b463ec34138bd929ddc2 | |
parent | bc2d6676276ea85a974f57f96b038e35e6ce7460 (diff) | |
parent | 9900f5eb30c4efd09bc96fd86e4aba61d163c08b (diff) | |
download | timeline-ee20726beb64344148db7c125e3f4a3fdf7b54d3.tar.gz timeline-ee20726beb64344148db7c125e3f4a3fdf7b54d3.tar.bz2 timeline-ee20726beb64344148db7c125e3f4a3fdf7b54d3.zip |
Merge pull request #262 from crupest/dependabot/npm_and_yarn/FrontEnd/sass-1.32.7
build(deps-dev): Bump sass from 1.32.6 to 1.32.7 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 4d51a772..2eff6e16 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -97,7 +97,7 @@ "prettier": "^2.2.1",
"querystring-es3": "^0.2.1",
"react-refresh": "^0.9.0",
- "sass": "^1.32.6",
+ "sass": "^1.32.7",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.16",
|