Skip to content

Commit 4be6348

Browse files
chore(deps-dev): bump sass from 1.76.0 to 1.77.8
Bumps [sass](https://github.com/sass/dart-sass) from 1.76.0 to 1.77.8. - [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.76.0...1.77.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f93e2c commit 4be6348

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"postcss-cli": "^11.0.0",
3939
"prettier": "3.3.2",
4040
"prettier-plugin-svelte": "^3.0.3",
41-
"sass": "^1.76.0",
41+
"sass": "^1.77.8",
4242
"svelte-check": "^3.8.1",
4343
"svelte-loader": "^3.1.9",
4444
"svelte-preprocess": "^5.0.4",

yarn.lock

+8-13
Original file line numberDiff line numberDiff line change
@@ -6444,9 +6444,9 @@ npm-run-path@^4.0.1:
64446444
path-key "^3.0.0"
64456445

64466446
nwsapi@^2.2.1, nwsapi@^2.2.2:
6447-
version "2.2.10"
6448-
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.10.tgz#0b77a68e21a0b483db70b11fad055906e867cda8"
6449-
integrity sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==
6447+
version "2.2.12"
6448+
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.12.tgz#fb6af5c0ec35b27b4581eb3bbad34ec9e5c696f8"
6449+
integrity sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==
64506450

64516451
object-assign@^4.0.1:
64526452
version "4.1.1"
@@ -7404,10 +7404,10 @@ sanitize-filename@^1.6.3:
74047404
dependencies:
74057405
truncate-utf8-bytes "^1.0.0"
74067406

7407-
sass@^1.76.0:
7408-
version "1.76.0"
7409-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.76.0.tgz#fe15909500735ac154f0dc7386d656b62b03987d"
7410-
integrity sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==
7407+
sass@^1.77.8:
7408+
version "1.77.8"
7409+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.8.tgz#9f18b449ea401759ef7ec1752a16373e296b52bd"
7410+
integrity sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==
74117411
dependencies:
74127412
chokidar ">=3.0.0 <4.0.0"
74137413
immutable "^4.0.0"
@@ -7731,12 +7731,7 @@ source-list-map@^2.0.0:
77317731
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
77327732
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
77337733

7734-
"source-map-js@>=0.6.2 <2.0.0":
7735-
version "1.0.2"
7736-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
7737-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
7738-
7739-
source-map-js@^1.2.0:
7734+
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.0:
77407735
version "1.2.0"
77417736
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
77427737
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==

0 commit comments

Comments
 (0)