Skip to content

Commit 30e0d03

Browse files
Update dependency sass to v1.77.6
1 parent 3c64378 commit 30e0d03

2 files changed

Lines changed: 33 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-router-dom": "6.21.2",
1616
"react-scripts": "5.0.1",
1717
"react-slick": "0.29.0",
18-
"sass": "1.69.7",
18+
"sass": "1.77.6",
1919
"slick-carousel": "1.8.1",
2020
"web-vitals": "3.5.1"
2121
},

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10288,10 +10288,10 @@ sass-loader@^12.3.0:
1028810288
klona "^2.0.4"
1028910289
neo-async "^2.6.2"
1029010290

10291-
sass@1.69.7:
10292-
version "1.69.7"
10293-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7"
10294-
integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==
10291+
sass@1.77.6:
10292+
version "1.77.6"
10293+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.6.tgz#898845c1348078c2e6d1b64f9ee06b3f8bd489e4"
10294+
integrity sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==
1029510295
dependencies:
1029610296
chokidar ">=3.0.0 <4.0.0"
1029710297
immutable "^4.0.0"
@@ -10722,7 +10722,16 @@ string-natural-compare@^3.0.1:
1072210722
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1072310723
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1072410724

10725-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10725+
"string-width-cjs@npm:string-width@^4.2.0":
10726+
version "4.2.3"
10727+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10728+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10729+
dependencies:
10730+
emoji-regex "^8.0.0"
10731+
is-fullwidth-code-point "^3.0.0"
10732+
strip-ansi "^6.0.1"
10733+
10734+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1072610735
version "4.2.3"
1072710736
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1072810737
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10825,7 +10834,14 @@ stringify-object@^3.3.0:
1082510834
is-obj "^1.0.1"
1082610835
is-regexp "^1.0.0"
1082710836

10828-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10837+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10838+
version "6.0.1"
10839+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10840+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10841+
dependencies:
10842+
ansi-regex "^5.0.1"
10843+
10844+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1082910845
version "6.0.1"
1083010846
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1083110847
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11936,7 +11952,7 @@ workbox-window@6.6.1:
1193611952
"@types/trusted-types" "^2.0.2"
1193711953
workbox-core "6.6.1"
1193811954

11939-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11955+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1194011956
version "7.0.0"
1194111957
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1194211958
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11954,6 +11970,15 @@ wrap-ansi@^6.2.0:
1195411970
string-width "^4.1.0"
1195511971
strip-ansi "^6.0.0"
1195611972

11973+
wrap-ansi@^7.0.0:
11974+
version "7.0.0"
11975+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11976+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11977+
dependencies:
11978+
ansi-styles "^4.0.0"
11979+
string-width "^4.1.0"
11980+
strip-ansi "^6.0.0"
11981+
1195711982
wrap-ansi@^8.1.0:
1195811983
version "8.1.0"
1195911984
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)