Browse Source

Bump sass from 1.85.1 to 1.86.1 (#7487)

Bumps [sass](https://github.com/sass/dart-sass) from 1.85.1 to 1.86.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.85.1...1.86.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.86.1
  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>
dependabot[bot] 1 year ago
parent
commit
ca2693441c
2 changed files with 6 additions and 5 deletions
  1. 5 4
      package-lock.json
  2. 1 1
      package.json

+ 5 - 4
package-lock.json

@@ -14,7 +14,7 @@
         "markdownlint-cli": "^0.44.0",
         "neostandard": "^0.12.1",
         "rtlcss": "^4.3.0",
-        "sass": "^1.85.1",
+        "sass": "^1.86.1",
         "stylelint": "^16.17.0",
         "stylelint-config-recommended-scss": "^14.1.0",
         "stylelint-order": "^6.0.4"
@@ -5275,10 +5275,11 @@
       }
     },
     "node_modules/sass": {
-      "version": "1.85.1",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.85.1.tgz",
-      "integrity": "sha512-Uk8WpxM5v+0cMR0XjX9KfRIacmSG86RH4DCCZjLU2rFh5tyutt9siAXJ7G+YfxQ99Q6wrRMbMlVl6KqUms71ag==",
+      "version": "1.86.1",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.1.tgz",
+      "integrity": "sha512-Yaok4XELL1L9Im/ZUClKu//D2OP1rOljKj0Gf34a+GzLbMveOzL7CfqYo+JUa5Xt1nhTCW+OcKp/FtR7/iqj1w==",
       "dev": true,
+      "license": "MIT",
       "dependencies": {
         "chokidar": "^4.0.0",
         "immutable": "^5.0.2",

+ 1 - 1
package.json

@@ -40,7 +40,7 @@
     "markdownlint-cli": "^0.44.0",
     "neostandard": "^0.12.1",
     "rtlcss": "^4.3.0",
-    "sass": "^1.85.1",
+    "sass": "^1.86.1",
     "stylelint": "^16.17.0",
     "stylelint-config-recommended-scss": "^14.1.0",
     "stylelint-order": "^6.0.4",