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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-01 14:31:24 +0300
committerGitHub <noreply@github.com>2021-05-01 14:31:24 +0300
commit94ef53bd250e2e71862c729be4a58a61fb217fc1 (patch)
treee78878bf71c0f25027c2a8d1a8fd45abe3332367
parent54e4460acd6dfc1b8b49b3bfd5208f1f471197b6 (diff)
Build(deps-dev): Bump sass from 1.32.11 to 1.32.12 (#383)
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.11 to 1.32.12. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.11...1.32.12) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 5eefe0d..e15498c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9902,9 +9902,9 @@
"dev": true
},
"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 f479d06..55dded9 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.2.13",
"prettier": "^2.2.1",
- "sass": "^1.32.11",
+ "sass": "^1.32.12",
"stylelint": "^13.13.0",
"stylelint-config-standard": "^21.0.0",
"stylus": "^0.54.8",