Skip to content

Commit 276a82d

Browse files
committed
Update dependency sass to v1.44.0
1 parent fc9e7a7 commit 276a82d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"husky": "7.0.4",
5858
"lint-staged": "11.1.2",
5959
"prettier": "2.3.2",
60-
"sass": "1.39.2",
60+
"sass": "1.44.0",
6161
"sass-loader": "10.2.0",
6262
"stylelint": "13.13.1",
6363
"stylelint-config-prettier": "8.0.2",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5360,6 +5360,11 @@ ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
53605360
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
53615361
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
53625362

5363+
immutable@^4.0.0:
5364+
version "4.0.0"
5365+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
5366+
integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==
5367+
53635368
import-cwd@^2.0.0:
53645369
version "2.1.0"
53655370
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
@@ -8727,12 +8732,13 @@ sass-resources-loader@^2.2.4:
87278732
glob "^7.1.6"
87288733
loader-utils "^2.0.0"
87298734

8730-
sass@1.39.2:
8731-
version "1.39.2"
8732-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.39.2.tgz#1681964378f58d76fc64a6a502619bd5ac99f660"
8733-
integrity sha512-4/6Vn2RPc+qNwSclUSKvssh7dqK1Ih3FfHBW16I/GfH47b3scbYeOw65UIrYG7PkweFiKbpJjgkf5CV8EMmvzw==
8735+
sass@1.44.0:
8736+
version "1.44.0"
8737+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.44.0.tgz#619aa0a2275c097f9af5e6b8fe8a95e3056430fb"
8738+
integrity sha512-0hLREbHFXGQqls/K8X+koeP+ogFRPF4ZqetVB19b7Cst9Er8cOR0rc6RU7MaI4W1JmUShd1BPgPoeqmmgMMYFw==
87348739
dependencies:
87358740
chokidar ">=3.0.0 <4.0.0"
8741+
immutable "^4.0.0"
87368742

87378743
sax@~1.2.4:
87388744
version "1.2.4"

0 commit comments

Comments
 (0)