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-08-01 17:36:47 +0300
committerGitHub <noreply@github.com>2021-08-01 17:36:47 +0300
commit5851d20ae66688226cc419b29efb89ca35a93fb4 (patch)
treed21e9ab70637dc8127c8d30f08175b2f2b2b5be2
parent3886980bc0f0ded56acbc7f2eb6e4b3438dff88a (diff)
Build(deps-dev): Bump sass from 1.36.0 to 1.37.0 (#413)
Bumps [sass](https://github.com/sass/dart-sass) from 1.36.0 to 1.37.0. - [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.36.0...1.37.0) --- 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 65f423a..6be5cff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8335,9 +8335,9 @@
"dev": true
},
"sass": {
- "version": "1.36.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.36.0.tgz",
- "integrity": "sha512-fQzEjipfOv5kh930nu3Imzq3ie/sGDc/4KtQMJlt7RRdrkQSfe37Bwi/Rf/gfuYHsIuE1fIlDMvpyMcEwjnPvg==",
+ "version": "1.37.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.0.tgz",
+ "integrity": "sha512-B+Tu6cSAG8ffs/cqsZl/bgSH2pCmavDaPTYAoW8QA1qNHh/RqndNfVKuABKYkLjUQ5aq/BnCENVpE80cqdSM1w==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index e7d6d2b..ec1069b 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.36.0",
+ "sass": "^1.37.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylus": "^0.54.8",