diff options
author | crupest <crupest@outlook.com> | 2021-06-03 18:37:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 18:37:24 +0800 |
commit | 92c4dbac261787e1867fe210d1a57a77279e5abb (patch) | |
tree | b115ca77246a65d2f9d3941c7e6a5321cd2f238f /FrontEnd/package.json | |
parent | 0741bc981c8495df5a52c6948e8432053fff8e9e (diff) | |
parent | edc8fb9368fbf0f68df035b7706e57e5acbde94e (diff) | |
download | timeline-92c4dbac261787e1867fe210d1a57a77279e5abb.tar.gz timeline-92c4dbac261787e1867fe210d1a57a77279e5abb.tar.bz2 timeline-92c4dbac261787e1867fe210d1a57a77279e5abb.zip |
Merge pull request #588 from crupest/dependabot/npm_and_yarn/FrontEnd/sass-1.34.1
build(deps-dev): Bump sass from 1.34.0 to 1.34.1 in /FrontEnd
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 1f35c428..f00a86e7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -90,7 +90,7 @@ "prettier": "^2.3.0",
"react-refresh": "^0.10.0",
"react-refresh-typescript": "^2.0.1",
- "sass": "^1.34.0",
+ "sass": "^1.34.1",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.2",
|