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

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsudorook <daemon@nullcodon.com>2021-05-05 02:49:43 +0300
committersudorook <daemon@nullcodon.com>2021-05-05 02:49:43 +0300
commit9b550215117821be4dc052b1d8e30238011ace8d (patch)
treedbe7d1fd623726d5ab0975c064859116eb07ecc8
parent9786b87c3a7a978042238a14bd2041c01b6a8e5f (diff)
bump sass to v1.32.12
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 0490b85..2f78b21 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
"gulp-clean-css": "^4.3.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
- "sass": "^1.32.11"
+ "sass": "^1.32.12"
}
},
"node_modules/@fortawesome/fontawesome-free": {
@@ -3258,9 +3258,9 @@
}
},
"node_modules/sass": {
- "version": "1.32.11",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.11.tgz",
- "integrity": "sha512-O9tRcob/fegUVSIV1ihLLZcftIOh0AF1VpKgusUfLqnb2jQ0GLDwI5ivv1FYWivGv8eZ/AwntTyTzjcHu0c/qw==",
+ "version": "1.32.12",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.12.tgz",
+ "integrity": "sha512-zmXn03k3hN0KaiVTjohgkg98C3UowhL1/VSGdj4/VAAiMKGQOE80PFPxFP2Kyq0OUskPKcY5lImkhBKEHlypJA==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
@@ -7109,9 +7109,9 @@
}
},
"sass": {
- "version": "1.32.11",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.11.tgz",
- "integrity": "sha512-O9tRcob/fegUVSIV1ihLLZcftIOh0AF1VpKgusUfLqnb2jQ0GLDwI5ivv1FYWivGv8eZ/AwntTyTzjcHu0c/qw==",
+ "version": "1.32.12",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.12.tgz",
+ "integrity": "sha512-zmXn03k3hN0KaiVTjohgkg98C3UowhL1/VSGdj4/VAAiMKGQOE80PFPxFP2Kyq0OUskPKcY5lImkhBKEHlypJA==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 5776d72..eae254f 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"gulp-clean-css": "^4.3.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
- "sass": "^1.32.11"
+ "sass": "^1.32.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"