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>2020-10-06 15:08:47 +0300
committerGitHub <noreply@github.com>2020-10-06 15:08:47 +0300
commit6a558ddbc723f23121beaea2352b9452f1f44e3f (patch)
tree0cd59f39240dc88b07b6ad4962774816a91ac5b4
parentd57f1abc8c8332a5161f61619fbd1efbde9f5e62 (diff)
Bump sass from 1.26.11 to 1.26.12 (#304)
Bumps [sass](https://github.com/sass/dart-sass) from 1.26.11 to 1.26.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.26.11...1.26.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 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",