File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 123
123
"jsdom" : " 16.7.0" ,
124
124
"lint-staged" : " 11.2.6" ,
125
125
"mini-css-extract-plugin" : " 0.12.0" ,
126
- "sass" : " 1.43.4 " ,
126
+ "sass" : " 1.44.0 " ,
127
127
"npm-check-updates" : " 10.3.1" ,
128
128
"prettier" : " 2.5.0" ,
129
129
"pretty-quick" : " 2.0.2" ,
Original file line number Diff line number Diff line change @@ -6034,6 +6034,11 @@ ignore@^5.1.4:
6034
6034
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
6035
6035
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
6036
6036
6037
+ immutable@^4.0.0:
6038
+ version "4.0.0"
6039
+ resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
6040
+ integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==
6041
+
6037
6042
import-fresh@^3.0.0, import-fresh@^3.2.1:
6038
6043
version "3.3.0"
6039
6044
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
10241
10246
schema-utils "^2.6.1"
10242
10247
semver "^6.3.0"
10243
10248
10244
- sass@1.43.4 :
10245
- version "1.43.4 "
10246
- resolved "https://registry.yarnpkg.com/sass/-/sass-1.43.4 .tgz#68c7d6a1b004bef49af0d9caf750e9b252105d1f "
10247
- integrity sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg ==
10249
+ sass@1.44.0 :
10250
+ version "1.44.0 "
10251
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.44.0 .tgz#619aa0a2275c097f9af5e6b8fe8a95e3056430fb "
10252
+ integrity sha512-0hLREbHFXGQqls/K8X+koeP+ogFRPF4ZqetVB19b7Cst9Er8cOR0rc6RU7MaI4W1JmUShd1BPgPoeqmmgMMYFw ==
10248
10253
dependencies:
10249
10254
chokidar ">=3.0.0 <4.0.0"
10255
+ immutable "^4.0.0"
10250
10256
10251
10257
sax@^1.2.4:
10252
10258
version "1.2.4"
You can’t perform that action at this time.
0 commit comments