Browse Source

chore(deps-dev): bump sass from 1.77.2 to 1.77.4

Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.4.
- [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.77.2...1.77.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/5596/head
dependabot[bot] 6 months ago committed by GitHub
parent
commit
7e81d3267a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -38,7 +38,7 @@
"prettier-plugin-astro": "^0.14.0", "prettier-plugin-astro": "^0.14.0",
"rollup": "^4.18.0", "rollup": "^4.18.0",
"rtlcss": "^4.1.1", "rtlcss": "^4.1.1",
"sass": "^1.77.1", "sass": "^1.77.4",
"stylelint": "^16.6.1", "stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0", "stylelint-config-twbs-bootstrap": "^14.1.0",
"terser": "^5.31.0", "terser": "^5.31.0",
@ -11102,9 +11102,9 @@
} }
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.77.2", "version": "1.77.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz",
"integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==", "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",

2
package.json

@ -86,7 +86,7 @@
"prettier-plugin-astro": "^0.14.0", "prettier-plugin-astro": "^0.14.0",
"rollup": "^4.18.0", "rollup": "^4.18.0",
"rtlcss": "^4.1.1", "rtlcss": "^4.1.1",
"sass": "^1.77.1", "sass": "^1.77.4",
"stylelint": "^16.6.1", "stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0", "stylelint-config-twbs-bootstrap": "^14.1.0",
"terser": "^5.31.0", "terser": "^5.31.0",

Loading…
Cancel
Save