Browse Source

Bump sass from 1.69.7 to 1.70.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.70.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.69.7...1.70.0)

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

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

14
package-lock.json generated

@ -25,7 +25,7 @@
"raw-loader": "4.0.2",
"react-syntax-highlighter": "^15.5.0",
"rfc822-date": "0.0.3",
"sass": "1.69.7",
"sass": "1.70.0",
"ts-node": "10.9.2",
"typescript": "^5.3.3",
"xml-formatter": "^3.6.2"
@ -3516,9 +3516,9 @@
"peer": true
},
"node_modules/sass": {
"version": "1.69.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz",
"integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==",
"version": "1.70.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz",
"integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==",
"devOptional": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@ -6857,9 +6857,9 @@
"peer": true
},
"sass": {
"version": "1.69.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz",
"integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==",
"version": "1.70.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz",
"integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==",
"devOptional": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",

2
package.json

@ -27,7 +27,7 @@
"raw-loader": "4.0.2",
"react-syntax-highlighter": "^15.5.0",
"rfc822-date": "0.0.3",
"sass": "1.69.7",
"sass": "1.70.0",
"ts-node": "10.9.2",
"typescript": "^5.3.3",
"xml-formatter": "^3.6.2"

Loading…
Cancel
Save