Skip to content

Commit f8e46df

Browse files
committed
chore(deps): update dependency sass to v1.37.5
1 parent 74ac83f commit f8e46df

File tree

2 files changed

+49
-7
lines changed

2 files changed

+49
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"babel-plugin-prismjs": "2.1.0",
3232
"raw-loader": "4.0.1",
33-
"sass": "1.26.10"
33+
"sass": "1.37.5"
3434
},
3535
"keywords": [
3636
"next",

Diff for: yarn.lock

+48-6
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,14 @@ anymatch@~3.1.1:
13511351
normalize-path "^3.0.0"
13521352
picomatch "^2.0.4"
13531353

1354+
anymatch@~3.1.2:
1355+
version "3.1.2"
1356+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
1357+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
1358+
dependencies:
1359+
normalize-path "^3.0.0"
1360+
picomatch "^2.0.4"
1361+
13541362
aproba@^1.1.1:
13551363
version "1.2.0"
13561364
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -1783,7 +1791,22 @@ [email protected], chokidar@^2.1.8:
17831791
optionalDependencies:
17841792
fsevents "^1.2.7"
17851793

1786-
"chokidar@>=2.0.0 <4.0.0", chokidar@^3.4.1:
1794+
"chokidar@>=3.0.0 <4.0.0":
1795+
version "3.5.2"
1796+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
1797+
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
1798+
dependencies:
1799+
anymatch "~3.1.2"
1800+
braces "~3.0.2"
1801+
glob-parent "~5.1.2"
1802+
is-binary-path "~2.1.0"
1803+
is-glob "~4.0.1"
1804+
normalize-path "~3.0.0"
1805+
readdirp "~3.6.0"
1806+
optionalDependencies:
1807+
fsevents "~2.3.2"
1808+
1809+
chokidar@^3.4.1:
17871810
version "3.4.2"
17881811
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d"
17891812
integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==
@@ -2609,6 +2632,11 @@ fsevents@~2.1.2:
26092632
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
26102633
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
26112634

2635+
fsevents@~2.3.2:
2636+
version "2.3.2"
2637+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
2638+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
2639+
26122640
function-bind@^1.1.1:
26132641
version "1.1.1"
26142642
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2634,6 +2662,13 @@ glob-parent@~5.1.0:
26342662
dependencies:
26352663
is-glob "^4.0.1"
26362664

2665+
glob-parent@~5.1.2:
2666+
version "5.1.2"
2667+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
2668+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
2669+
dependencies:
2670+
is-glob "^4.0.1"
2671+
26372672
glob-to-regexp@^0.4.1:
26382673
version "0.4.1"
26392674
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
@@ -4144,6 +4179,13 @@ readdirp@~3.4.0:
41444179
dependencies:
41454180
picomatch "^2.2.1"
41464181

4182+
readdirp@~3.6.0:
4183+
version "3.6.0"
4184+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
4185+
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
4186+
dependencies:
4187+
picomatch "^2.2.1"
4188+
41474189
reflect.ownkeys@^0.2.0:
41484190
version "0.2.0"
41494191
resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
@@ -4334,12 +4376,12 @@ [email protected]:
43344376
schema-utils "^2.6.1"
43354377
semver "^6.3.0"
43364378

4337-
sass@1.26.10:
4338-
version "1.26.10"
4339-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.26.10.tgz#851d126021cdc93decbf201d1eca2a20ee434760"
4340-
integrity sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw==
4379+
sass@1.37.5:
4380+
version "1.37.5"
4381+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.37.5.tgz#f6838351f7cc814c4fcfe1d9a20e0cabbd1e7b3c"
4382+
integrity sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==
43414383
dependencies:
4342-
chokidar ">=2.0.0 <4.0.0"
4384+
chokidar ">=3.0.0 <4.0.0"
43434385

43444386
scheduler@^0.19.1:
43454387
version "0.19.1"

0 commit comments

Comments
 (0)