Skip to content

Commit 122b023

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
1 parent 1400890 commit 122b023

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"next": "12",
1717
"react": "^17.0.2",
1818
"react-dom": "^17.0.2",
19-
"sass": "^1.38.0"
19+
"sass": "^1.79.0"
2020
},
2121
"devDependencies": {
2222
"@types/node": "^16.6.1",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ [email protected]:
10631063
optionalDependencies:
10641064
fsevents "~2.3.1"
10651065

1066-
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.3.0:
1066+
chokidar@^3.3.0:
10671067
version "3.5.2"
10681068
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
10691069
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
@@ -1078,6 +1078,13 @@ [email protected]:
10781078
optionalDependencies:
10791079
fsevents "~2.3.2"
10801080

1081+
chokidar@^4.0.0:
1082+
version "4.0.0"
1083+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.0.tgz#4d603963e5dd762dc5c7bb1cb5664e53a3002225"
1084+
integrity sha512-mxIojEAQcuEvT/lyXq+jf/3cO/KoA6z4CeNDGGevTybECPOMFCnQy3OPahluUkbqgPNGw5Bi78UC7Po6Lhy+NA==
1085+
dependencies:
1086+
readdirp "^4.0.1"
1087+
10811088
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
10821089
version "1.0.4"
10831090
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -3263,6 +3270,11 @@ readable-stream@^3.5.0, readable-stream@^3.6.0:
32633270
string_decoder "^1.1.1"
32643271
util-deprecate "^1.0.1"
32653272

3273+
readdirp@^4.0.1:
3274+
version "4.0.1"
3275+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-4.0.1.tgz#b2fe35f8dca63183cd3b86883ecc8f720ea96ae6"
3276+
integrity sha512-GkMg9uOTpIWWKbSsgwb5fA4EavTR+SG/PMPoAY8hkhHfEEY0/vqljY+XHqtDf2cr2IJtoNRDbrrEpZUiZCkYRw==
3277+
32663278
readdirp@~3.5.0:
32673279
version "3.5.0"
32683280
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
@@ -3436,12 +3448,12 @@ safe-buffer@~5.1.1:
34363448
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
34373449
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
34383450

3439-
sass@^1.38.0:
3440-
version "1.45.0"
3441-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.45.0.tgz#192ede1908324bb293a3e403d1841dbcaafdd323"
3442-
integrity sha512-ONy5bjppoohtNkFJRqdz1gscXamMzN3wQy1YH9qO2FiNpgjLhpz/IPRGg0PpCjyz/pWfCOaNEaiEGCcjOFAjqw==
3451+
sass@^1.79.0:
3452+
version "1.79.1"
3453+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.1.tgz#0c572e8f09cc4095c27077567f78dbb9b3dceeb2"
3454+
integrity sha512-+mA7svoNKeL0DiJqZGeR/ZGUu8he4I8o3jyUcOFyo4eBJrwNgIMmAEwCMo/N2Y3wdjOBcRzoNxZIOtrtMX8EXg==
34433455
dependencies:
3444-
chokidar ">=3.0.0 <4.0.0"
3456+
chokidar "^4.0.0"
34453457
immutable "^4.0.0"
34463458
source-map-js ">=0.6.2 <2.0.0"
34473459

0 commit comments

Comments
 (0)