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-10-01 12:48:51 +0300
committerGitHub <noreply@github.com>2021-10-01 12:48:51 +0300
commit83e40406dd0e88e7200378887bb5c02f3e0ba29c (patch)
treebbdc92527fd9fef33826446f3425a5c3fb7d0939
parentfdf034349df66ec54c6a310df12a5f935a5a09f7 (diff)
Build(deps-dev): Bump sass from 1.39.0 to 1.42.1 (#425)
Bumps [sass](https://github.com/sass/dart-sass) from 1.39.0 to 1.42.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.39.0...1.42.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... 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 18e448b..490e524 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8406,9 +8406,9 @@
"dev": true
},
"sass": {
- "version": "1.39.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.39.0.tgz",
- "integrity": "sha512-F4o+RhJkNOIG0b6QudYU8c78ZADKZjKDk5cyrf8XTKWfrgbtyVVXImFstJrc+1pkQDCggyidIOytq6gS4gCCZg==",
+ "version": "1.42.1",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.42.1.tgz",
+ "integrity": "sha512-/zvGoN8B7dspKc5mC6HlaygyCBRvnyzzgD5khiaCfglWztY99cYoiTUksVx11NlnemrcfH5CEaCpsUKoW0cQqg==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 46699c8..b4237c0 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
- "sass": "^1.39.0",
+ "sass": "^1.42.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylus": "^0.55.0",