Skip to content

Commit bcd491f

Browse files
chore(deps): update dependency fs-extra to ^11.3.2
1 parent a10ca34 commit bcd491f

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
5555
"eslint-plugin-react-hooks": "^5.2.0",
5656
"eslint-plugin-testing-library": "^7.1.1",
57-
"fs-extra": "^11.3.0",
57+
"fs-extra": "^11.3.2",
5858
"glob": "^11.0.3",
5959
"globals": "^15.15.0",
6060
"husky": "^9.1.7",

packages/react-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@types/lodash": "^4.17.20",
50-
"fs-extra": "^11.3.0",
50+
"fs-extra": "^11.3.2",
5151
"jest-canvas-mock": "^2.5.2"
5252
},
5353
"peerDependencies": {

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@patternfly/patternfly": "6.5.0-prerelease.19",
5858
"case-anything": "^3.1.2",
5959
"css": "^3.0.0",
60-
"fs-extra": "^11.3.0"
60+
"fs-extra": "^11.3.2"
6161
},
6262
"peerDependencies": {
6363
"react": "^17 || ^18 || ^19",

packages/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@fortawesome/free-regular-svg-icons": "^5.15.4",
3535
"@fortawesome/free-solid-svg-icons": "^5.15.4",
3636
"@patternfly/patternfly": "6.5.0-prerelease.19",
37-
"fs-extra": "^11.3.0",
37+
"fs-extra": "^11.3.2",
3838
"tslib": "^2.8.1"
3939
},
4040
"peerDependencies": {

packages/react-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@patternfly/patternfly": "6.5.0-prerelease.19",
2323
"change-case": "^5.4.4",
24-
"fs-extra": "^11.3.0"
24+
"fs-extra": "^11.3.2"
2525
},
2626
"license": "MIT"
2727
}

packages/react-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"devDependencies": {
3232
"@adobe/css-tools": "^4.4.4",
3333
"@patternfly/patternfly": "6.5.0-prerelease.19",
34-
"fs-extra": "^11.3.0"
34+
"fs-extra": "^11.3.2"
3535
}
3636
}

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4530,7 +4530,7 @@ __metadata:
45304530
"@patternfly/react-styles": "workspace:^"
45314531
"@patternfly/react-tokens": "workspace:^"
45324532
"@types/lodash": "npm:^4.17.20"
4533-
fs-extra: "npm:^11.3.0"
4533+
fs-extra: "npm:^11.3.2"
45344534
hoist-non-react-statics: "npm:^3.3.2"
45354535
jest-canvas-mock: "npm:^2.5.2"
45364536
lodash: "npm:^4.17.21"
@@ -4624,7 +4624,7 @@ __metadata:
46244624
case-anything: "npm:^3.1.2"
46254625
css: "npm:^3.0.0"
46264626
focus-trap: "npm:7.6.4"
4627-
fs-extra: "npm:^11.3.0"
4627+
fs-extra: "npm:^11.3.2"
46284628
react-dropzone: "npm:^14.3.5"
46294629
tslib: "npm:^2.8.1"
46304630
peerDependencies:
@@ -4679,7 +4679,7 @@ __metadata:
46794679
"@fortawesome/free-regular-svg-icons": "npm:^5.15.4"
46804680
"@fortawesome/free-solid-svg-icons": "npm:^5.15.4"
46814681
"@patternfly/patternfly": "npm:6.5.0-prerelease.19"
4682-
fs-extra: "npm:^11.3.0"
4682+
fs-extra: "npm:^11.3.2"
46834683
tslib: "npm:^2.8.1"
46844684
peerDependencies:
46854685
react: ^17 || ^18 || ^19
@@ -4731,7 +4731,7 @@ __metadata:
47314731
eslint-plugin-react-compiler: "npm:19.0.0-beta-ebf51a3-20250411"
47324732
eslint-plugin-react-hooks: "npm:^5.2.0"
47334733
eslint-plugin-testing-library: "npm:^7.1.1"
4734-
fs-extra: "npm:^11.3.0"
4734+
fs-extra: "npm:^11.3.2"
47354735
glob: "npm:^11.0.3"
47364736
globals: "npm:^15.15.0"
47374737
husky: "npm:^9.1.7"
@@ -4765,7 +4765,7 @@ __metadata:
47654765
dependencies:
47664766
"@patternfly/patternfly": "npm:6.5.0-prerelease.19"
47674767
change-case: "npm:^5.4.4"
4768-
fs-extra: "npm:^11.3.0"
4768+
fs-extra: "npm:^11.3.2"
47694769
languageName: unknown
47704770
linkType: soft
47714771

@@ -4806,7 +4806,7 @@ __metadata:
48064806
dependencies:
48074807
"@adobe/css-tools": "npm:^4.4.4"
48084808
"@patternfly/patternfly": "npm:6.5.0-prerelease.19"
4809-
fs-extra: "npm:^11.3.0"
4809+
fs-extra: "npm:^11.3.2"
48104810
languageName: unknown
48114811
linkType: soft
48124812

@@ -12254,14 +12254,14 @@ __metadata:
1225412254
languageName: node
1225512255
linkType: hard
1225612256

12257-
"fs-extra@npm:^11.3.0":
12258-
version: 11.3.0
12259-
resolution: "fs-extra@npm:11.3.0"
12257+
"fs-extra@npm:^11.3.2":
12258+
version: 11.3.2
12259+
resolution: "fs-extra@npm:11.3.2"
1226012260
dependencies:
1226112261
graceful-fs: "npm:^4.2.0"
1226212262
jsonfile: "npm:^6.0.1"
1226312263
universalify: "npm:^2.0.0"
12264-
checksum: 10c0/5f95e996186ff45463059feb115a22fb048bdaf7e487ecee8a8646c78ed8fdca63630e3077d4c16ce677051f5e60d3355a06f3cd61f3ca43f48cc58822a44d0a
12264+
checksum: 10c0/f5d629e1bb646d5dedb4d8b24c5aad3deb8cc1d5438979d6f237146cd10e113b49a949ae1b54212c2fbc98e2d0995f38009a9a1d0520f0287943335e65fe919b
1226512265
languageName: node
1226612266
linkType: hard
1226712267

0 commit comments

Comments
 (0)