Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 6d6b8a5

Browse files
fix(deps): update dependency fs-extra to v11.3.0 (#2727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3ecd5b commit 6d6b8a5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/react-feather/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-import": "2.29.1",
6060
"eslint-plugin-prettier": "5.1.3",
6161
"eslint-plugin-react": "7.34.2",
62-
"fs-extra": "11.2.0",
62+
"fs-extra": "11.3.0",
6363
"prettier": "3.3.0",
6464
"typescript": "5.4.5"
6565
},

packages/tcm-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-testing-library": "7.1.1",
7777
"execa": "9.1.0",
7878
"figlet": "1.7.0",
79-
"fs-extra": "11.2.0",
79+
"fs-extra": "11.3.0",
8080
"jest": "29.7.0",
8181
"jest-environment-jsdom": "29.7.0",
8282
"jest-watch-typeahead": "2.2.2",

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"typescript": "5.4.5"
6868
},
6969
"dependencies": {
70-
"fs-extra": "11.2.0",
70+
"fs-extra": "11.3.0",
7171
"lodash": "4.17.21",
7272
"lodash-es": "4.17.21",
7373
"sade": "1.8.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6994,7 +6994,7 @@ __metadata:
69946994
eslint-plugin-import: "npm:2.29.1"
69956995
eslint-plugin-prettier: "npm:5.1.3"
69966996
eslint-plugin-react: "npm:7.34.2"
6997-
fs-extra: "npm:11.2.0"
6997+
fs-extra: "npm:11.3.0"
69986998
prettier: "npm:3.3.0"
69996999
react: "npm:18.3.1"
70007000
typescript: "npm:5.4.5"
@@ -7122,7 +7122,7 @@ __metadata:
71227122
eslint-plugin-testing-library: "npm:7.1.1"
71237123
execa: "npm:9.1.0"
71247124
figlet: "npm:1.7.0"
7125-
fs-extra: "npm:11.2.0"
7125+
fs-extra: "npm:11.3.0"
71267126
jest: "npm:29.7.0"
71277127
jest-environment-jsdom: "npm:29.7.0"
71287128
jest-watch-typeahead: "npm:2.2.2"
@@ -7178,7 +7178,7 @@ __metadata:
71787178
eslint-plugin-import: "npm:2.29.1"
71797179
eslint-plugin-prettier: "npm:5.1.3"
71807180
eslint-plugin-react: "npm:7.34.2"
7181-
fs-extra: "npm:11.2.0"
7181+
fs-extra: "npm:11.3.0"
71827182
lodash: "npm:4.17.21"
71837183
lodash-es: "npm:4.17.21"
71847184
prettier: "npm:3.3.0"
@@ -15165,14 +15165,14 @@ __metadata:
1516515165
languageName: node
1516615166
linkType: hard
1516715167

15168-
"fs-extra@npm:11.2.0":
15169-
version: 11.2.0
15170-
resolution: "fs-extra@npm:11.2.0"
15168+
"fs-extra@npm:11.3.0":
15169+
version: 11.3.0
15170+
resolution: "fs-extra@npm:11.3.0"
1517115171
dependencies:
1517215172
graceful-fs: "npm:^4.2.0"
1517315173
jsonfile: "npm:^6.0.1"
1517415174
universalify: "npm:^2.0.0"
15175-
checksum: 10c0/d77a9a9efe60532d2e790e938c81a02c1b24904ef7a3efb3990b835514465ba720e99a6ea56fd5e2db53b4695319b644d76d5a0e9988a2beef80aa7b1da63398
15175+
checksum: 10c0/5f95e996186ff45463059feb115a22fb048bdaf7e487ecee8a8646c78ed8fdca63630e3077d4c16ce677051f5e60d3355a06f3cd61f3ca43f48cc58822a44d0a
1517615176
languageName: node
1517715177
linkType: hard
1517815178

0 commit comments

Comments
 (0)