Skip to content

Commit 3e9a590

Browse files
fix(deps): update dependency fs-extra to ^11.1.1 (#37827)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 029db94 commit 3e9a590

File tree

24 files changed

+27
-27
lines changed

24 files changed

+27
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-jsx-a11y": "^6.7.1",
4545
"eslint-plugin-prettier": "^4.2.1",
4646
"eslint-plugin-react": "^7.32.2",
47-
"fs-extra": "^11.1.0",
47+
"fs-extra": "^11.1.1",
4848
"glob": "^7.2.3",
4949
"husky": "3.1.0",
5050
"ignore": "^5.2.4",

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"common-tags": "^1.8.2",
2626
"enquirer": "^2.3.6",
2727
"execa": "^5.1.1",
28-
"fs-extra": "^11.1.0",
28+
"fs-extra": "^11.1.1",
2929
"gatsby-plugin-utils": "^4.9.0-next.0",
3030
"joi": "^17.9.1",
3131
"microbundle": "^0.15.1",

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
33-
"fs-extra": "^11.1.0",
33+
"fs-extra": "^11.1.1",
3434
"gatsby-core-utils": "^4.9.0-next.0",
3535
"gatsby-telemetry": "^4.9.0-next.0",
3636
"hosted-git-info": "^3.0.8",

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"configstore": "^5.0.1",
6767
"fastq": "^1.13.0",
6868
"file-type": "^16.5.3",
69-
"fs-extra": "^11.1.0",
69+
"fs-extra": "^11.1.1",
7070
"got": "^11.8.5",
7171
"hash-wasm": "^4.9.0",
7272
"import-from": "^4.0.0",

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"del": "^6.1.1",
1717
"execa": "^5.1.1",
1818
"find-yarn-workspace-root": "^2.0.0",
19-
"fs-extra": "^11.1.0",
19+
"fs-extra": "^11.1.1",
2020
"got": "^11.8.6",
2121
"is-absolute": "^1.0.0",
2222
"lodash": "^4.17.21",

packages/gatsby-legacy-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"cross-env": "^7.0.3",
4040
"event-target-polyfill": "^0.0.3",
4141
"execa": "^5.1.1",
42-
"fs-extra": "^11.1.0",
42+
"fs-extra": "^11.1.1",
4343
"microbundle": "^0.15.1",
4444
"npm-run-all": "^4.1.5",
4545
"object-assign": "^4.1.1",

packages/gatsby-plugin-feed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.20.13",
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.2",
13-
"fs-extra": "^11.1.0",
13+
"fs-extra": "^11.1.1",
1414
"gatsby-plugin-utils": "^4.9.0-next.0",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"fs-extra": "^11.1.0",
11+
"fs-extra": "^11.1.1",
1212
"gatsby-core-utils": "^4.9.0-next.0",
1313
"gatsby-telemetry": "^4.9.0-next.0",
1414
"kebab-hash": "^0.1.2",

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"camelcase": "^6.3.0",
9292
"chokidar": "^3.5.3",
9393
"common-tags": "^1.8.2",
94-
"fs-extra": "^11.1.0",
94+
"fs-extra": "^11.1.1",
9595
"gatsby-core-utils": "^4.9.0-next.0",
9696
"gatsby-plugin-utils": "^4.9.0-next.0",
9797
"objectFitPolyfill": "^2.3.5",

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"astring": "^1.8.3",
3434
"deepmerge": "^4.2.2",
3535
"estree-util-build-jsx": "^2.2.0",
36-
"fs-extra": "^11.1.0",
36+
"fs-extra": "^11.1.1",
3737
"gatsby-core-utils": "^4.9.0-next.0",
3838
"gatsby-plugin-utils": "^4.9.0-next.0",
3939
"gray-matter": "^4.0.3",

0 commit comments

Comments
 (0)