Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d53f1dd

Browse files
committedJul 7, 2021
chore(deps): update dependency sass to v1.35.2
1 parent ef48fe6 commit d53f1dd

File tree

2 files changed

+49
-7
lines changed

2 files changed

+49
-7
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"babel-plugin-prismjs": "^2.0.1",
3232
"raw-loader": "^4.0.0",
33-
"sass": "^1.26.3"
33+
"sass": "1.35.2"
3434
},
3535
"keywords": [
3636
"next",

‎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 @@ chokidar@2.1.8, 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==
@@ -2623,6 +2646,11 @@ fsevents@~2.1.2:
26232646
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
26242647
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
26252648

2649+
fsevents@~2.3.2:
2650+
version "2.3.2"
2651+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
2652+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
2653+
26262654
function-bind@^1.1.1:
26272655
version "1.1.1"
26282656
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2648,6 +2676,13 @@ glob-parent@~5.1.0:
26482676
dependencies:
26492677
is-glob "^4.0.1"
26502678

2679+
glob-parent@~5.1.2:
2680+
version "5.1.2"
2681+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
2682+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
2683+
dependencies:
2684+
is-glob "^4.0.1"
2685+
26512686
glob-to-regexp@^0.4.1:
26522687
version "0.4.1"
26532688
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
@@ -4167,6 +4202,13 @@ readdirp@~3.4.0:
41674202
dependencies:
41684203
picomatch "^2.2.1"
41694204

4205+
readdirp@~3.6.0:
4206+
version "3.6.0"
4207+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
4208+
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
4209+
dependencies:
4210+
picomatch "^2.2.1"
4211+
41704212
reflect.ownkeys@^0.2.0:
41714213
version "0.2.0"
41724214
resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
@@ -4357,12 +4399,12 @@ sass-loader@8.0.2:
43574399
schema-utils "^2.6.1"
43584400
semver "^6.3.0"
43594401

4360-
sass@^1.26.3:
4361-
version "1.26.10"
4362-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.26.10.tgz#851d126021cdc93decbf201d1eca2a20ee434760"
4363-
integrity sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw==
4402+
sass@1.35.2:
4403+
version "1.35.2"
4404+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.2.tgz#b732314fcdaf7ef8d0f1698698adc378043cb821"
4405+
integrity sha512-jhO5KAR+AMxCEwIH3v+4zbB2WB0z67V1X0jbapfVwQQdjHZUGUyukpnoM6+iCMfsIUC016w9OPKQ5jrNOS9uXw==
43644406
dependencies:
4365-
chokidar ">=2.0.0 <4.0.0"
4407+
chokidar ">=3.0.0 <4.0.0"
43664408

43674409
scheduler@^0.19.1:
43684410
version "0.19.1"

0 commit comments

Comments
 (0)
Please sign in to comment.