Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 07f12c3..f020f79 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9097,9 +9097,9 @@
"dev": true
},
"sass": {
- "version": "1.32.5",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.5.tgz",
- "integrity": "sha512-kU1yJ5zUAmPxr7f3q0YXTAd1oZjSR1g3tYyv+xu0HZSl5JiNOaE987eiz7wCUvbm4I9fGWGU2TgApTtcP4GMNQ==",
+ "version": "1.32.6",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.6.tgz",
+ "integrity": "sha512-1bcDHDcSqeFtMr0JXI3xc/CXX6c4p0wHHivJdru8W7waM7a1WjKMm4m/Z5sY7CbVw4Whi2Chpcw6DFfSWwGLzQ==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 7df687d..5f2fa92 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.2.4",
"prettier": "^2.2.1",
- "sass": "^1.32.5",
+ "sass": "^1.32.6",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
"stylus": "^0.54.8",