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 fab4cc8..d3495b6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8807,9 +8807,9 @@
"dev": true
},
"sass": {
- "version": "1.26.11",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.26.11.tgz",
- "integrity": "sha512-W1l/+vjGjIamsJ6OnTe0K37U2DBO/dgsv2Z4c89XQ8ZOO6l/VwkqwLSqoYzJeJs6CLuGSTRWc91GbQFL3lvrvw==",
+ "version": "1.26.12",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.26.12.tgz",
+ "integrity": "sha512-hmSwtBOWoS9zwe0yAS+QmaseVCUELiGV22gXHDR7+9stEsVuEuxfY1GhC8XmUpC+Ir3Hwq7NxSUNbnmkznnF7g==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 4219d82..61d5a7f 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^7.0.32",
"prettier": "^2.1.2",
- "sass": "^1.26.11",
+ "sass": "^1.26.12",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"stylus": "^0.54.8",