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-01-05 13:35:52 +0300
committerGitHub <noreply@github.com>2021-01-05 13:35:52 +0300
commit6a378c6c5213da286e5f049bbb7bd377138ad0ea (patch)
tree048e168e4ff2d9c9bbacfb902f044685ff41b568
parentd2750ddc165fb6f9b0e0863d6e1d96ef7838e624 (diff)
Bump sass from 1.30.0 to 1.32.0 (#338)
Bumps [sass](https://github.com/sass/dart-sass) from 1.30.0 to 1.32.0. - [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.30.0...1.32.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.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 49dfea4..f9daeec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8993,9 +8993,9 @@
"dev": true
},
"sass": {
- "version": "1.30.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.30.0.tgz",
- "integrity": "sha512-26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==",
+ "version": "1.32.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.0.tgz",
+ "integrity": "sha512-fhyqEbMIycQA4blrz/C0pYhv2o4x2y6FYYAH0CshBw3DXh5D5wyERgxw0ptdau1orc/GhNrhF7DFN2etyOCEng==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
diff --git a/package.json b/package.json
index aea20d2..d54494f 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.2.2",
"prettier": "^2.2.1",
- "sass": "^1.30.0",
+ "sass": "^1.32.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"stylus": "^0.54.8",