Skip to content

Commit ee51c80

Browse files
fix(deps): update dependency fs-extra to v11
1 parent c4e4705 commit ee51c80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@babel/runtime": "^7.16.7",
17-
"fs-extra": "^10.0.0",
17+
"fs-extra": "^11.0.0",
1818
"gatsby-core-utils": "^4.0.0",
1919
"kebab-hash": "^0.1.2",
2020
"lodash.mergewith": "^4.6.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6082,7 +6082,7 @@ fs-extra@^10.0.0:
60826082
jsonfile "^6.0.1"
60836083
universalify "^2.0.0"
60846084

6085-
fs-extra@^11.1.1:
6085+
fs-extra@^11.0.0, fs-extra@^11.1.1:
60866086
version "11.1.1"
60876087
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
60886088
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==

0 commit comments

Comments
 (0)