Skip to content

Commit

Permalink
Bump sass from 1.79.4 to 1.79.5
Browse files Browse the repository at this point in the history
Bumps [sass](https://github.com/sass/dart-sass) from 1.79.4 to 1.79.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.79.4...1.79.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and GitHub Workflow committed Oct 13, 2024
1 parent 8254c79 commit 282ee66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 91 files
+1 −0 .bin/detect-libc
+135 −56 .package-lock.json
+1 −1 .package.json
+35 −1 @bufbuild/protobuf/dist/cjs/types.d.ts
+4 −1 @bufbuild/protobuf/dist/cjs/wire/binary-encoding.js
+35 −1 @bufbuild/protobuf/dist/esm/types.d.ts
+4 −1 @bufbuild/protobuf/dist/esm/wire/binary-encoding.js
+1 −1 @bufbuild/protobuf/package.json
+3 −3 @csstools/css-parser-algorithms/CHANGELOG.md
+2 −2 @csstools/css-parser-algorithms/package.json
+3 −3 @csstools/css-tokenizer/CHANGELOG.md
+1 −1 @csstools/css-tokenizer/dist/index.cjs
+2 −2 @csstools/css-tokenizer/dist/index.d.ts
+1 −1 @csstools/css-tokenizer/dist/index.mjs
+1 −1 @csstools/css-tokenizer/package.json
+21 −0 @parcel/watcher-linux-x64-musl/LICENSE
+1 −0 @parcel/watcher-linux-x64-musl/README.md
+33 −0 @parcel/watcher-linux-x64-musl/package.json
+ @parcel/watcher-linux-x64-musl/watcher.node
+21 −0 @parcel/watcher/LICENSE
+135 −0 @parcel/watcher/README.md
+49 −0 @parcel/watcher/index.d.ts
+41 −0 @parcel/watcher/index.js
+48 −0 @parcel/watcher/index.js.flow
+83 −0 @parcel/watcher/package.json
+77 −0 @parcel/watcher/wrapper.js
+10 −9 attr-accept/README.md
+5 −0 attr-accept/dist/es/index.js
+1 −1 attr-accept/dist/index.js
+1 −1 attr-accept/package.json
+4 −1 attr-accept/src/index.js
+21 −0 attr-accept/test/index.js
+7 −1 css-functions-list/CHANGELOG.md
+1 −0 css-functions-list/README.md
+10 −0 css-functions-list/cjs/index.json
+10 −0 css-functions-list/esm/index.json
+1 −1 css-functions-list/package.json
+7 −0 detect-libc/.npmignore
+201 −0 detect-libc/LICENSE
+78 −0 detect-libc/README.md
+18 −0 detect-libc/bin/detect-libc.js
+92 −0 detect-libc/lib/detect-libc.js
+35 −0 detect-libc/package.json
+14 −0 es-iterator-helpers/CHANGELOG.md
+3 −0 es-iterator-helpers/Iterator.concat/auto.js
+112 −0 es-iterator-helpers/Iterator.concat/implementation.js
+18 −0 es-iterator-helpers/Iterator.concat/index.js
+9 −0 es-iterator-helpers/Iterator.concat/polyfill.js
+18 −0 es-iterator-helpers/Iterator.concat/shim.js
+19 −4 es-iterator-helpers/README.md
+1 −0 es-iterator-helpers/index.json
+18 −13 es-iterator-helpers/package.json
+2 −0 es-iterator-helpers/shim.js
+127 −0 es-iterator-helpers/test/Iterator.concat.js
+8 −1 es-iterator-helpers/test/Iterator.from.js
+9 −0 iterator.prototype/CHANGELOG.md
+1 −1 iterator.prototype/index.js
+6 −3 iterator.prototype/package.json
+9 −4 iterator.prototype/test/index.js
+9 −0 node-addon-api/LICENSE.md
+319 −0 node-addon-api/README.md
+20 −0 node-addon-api/common.gypi
+25 −0 node-addon-api/except.gypi
+12 −0 node-addon-api/index.js
+186 −0 node-addon-api/napi-inl.deprecated.h
+6,607 −0 node-addon-api/napi-inl.h
+3,201 −0 node-addon-api/napi.h
+32 −0 node-addon-api/node_addon_api.gyp
+9 −0 node-addon-api/node_api.gyp
+26 −0 node-addon-api/noexcept.gypi
+0 −0 node-addon-api/nothing.c
+21 −0 node-addon-api/package-support.json
+480 −0 node-addon-api/package.json
+73 −0 node-addon-api/tools/README.md
+99 −0 node-addon-api/tools/check-napi.js
+71 −0 node-addon-api/tools/clang-format.js
+301 −0 node-addon-api/tools/conversion.js
+79 −0 node-addon-api/tools/eslint-format.js
+ sass-embedded-linux-musl-x64/dart-sass/src/sass.snapshot
+1 −1 sass-embedded-linux-musl-x64/package.json
+ sass-embedded-linux-x64/dart-sass/src/sass.snapshot
+1 −1 sass-embedded-linux-x64/package.json
+38 −32 sass-embedded/dist/lib/src/protofier.js
+1 −1 sass-embedded/dist/lib/src/protofier.js.map
+1 −1 sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js
+1 −1 sass-embedded/dist/lib/src/vendor/embedded_sass_pb.js.map
+23 −23 sass-embedded/dist/package.json
+23 −23 sass-embedded/package.json
+1 −1 sass/package.json
+3,161 −2,411 sass/sass.dart.js
+1 −0 sass/sass.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"htmlparser": "1.7.7",
"ipaddr.js": "2.2.0",
"jed": "1.1.1",
"sass": "1.79.4",
"sass": "1.79.5",
"sizzle": "2.3.10",
"stylelint": "16.9.0",
"stylelint-config-recommended-scss": "14.0.0",
Expand Down

0 comments on commit 282ee66

Please sign in to comment.