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 4f3a248..0fce2fd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9632,9 +9632,9 @@
"dev": true
},
"sass": {
- "version": "1.32.7",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.7.tgz",
- "integrity": "sha512-C8Z4bjqGWnsYa11o8hpKAuoyFdRhrSHcYjCr+XAWVPSIQqC8mp2f5Dx4em0dKYehPzg5XSekmCjqJnEZbIls9A==",
+ "version": "1.32.8",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.8.tgz",
+ "integrity": "sha512-Sl6mIeGpzjIUZqvKnKETfMf0iDAswD9TNlv13A7aAF3XZlRPMq4VvJWBC2N2DXbp94MQVdNSFG6LfF/iOXrPHQ==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 1469ec2..b4a08a0 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.2.6",
"prettier": "^2.2.1",
- "sass": "^1.32.7",
+ "sass": "^1.32.8",
"stylelint": "^13.11.0",
"stylelint-config-standard": "^20.0.0",
"stylus": "^0.54.8",