Skip to content

Commit 7ade5a5

Browse files
committed
Update fs-extra
1 parent 822d673 commit 7ade5a5

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-plugin-react": "7.33.2",
9090
"eslint-plugin-react-hooks": "4.6.0",
9191
"fast-json-stable-stringify": "2.1.0",
92-
"fs-extra": "9.1.0",
92+
"fs-extra": "11.2.0",
9393
"graceful-fs": "4.2.11",
9494
"html-webpack-plugin": "5.6.3",
9595
"http-status": "1.6.2",

website/yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3193,11 +3193,6 @@ asynckit@^0.4.0:
31933193
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
31943194
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
31953195

3196-
at-least-node@^1.0.0:
3197-
version "1.0.0"
3198-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
3199-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
3200-
32013196
atob@^2.1.2:
32023197
version "2.1.2"
32033198
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -5809,12 +5804,11 @@ [email protected]:
58095804
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
58105805
integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
58115806

5812-
fs-extra@9.1.0:
5813-
version "9.1.0"
5814-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
5815-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
5807+
fs-extra@11.2.0:
5808+
version "11.2.0"
5809+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
5810+
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
58165811
dependencies:
5817-
at-least-node "^1.0.0"
58185812
graceful-fs "^4.2.0"
58195813
jsonfile "^6.0.1"
58205814
universalify "^2.0.0"

0 commit comments

Comments
 (0)