Skip to content

Commit e1fa856

Browse files
renovate[bot]daniellockyer
authored andcommitted
Update dependency fs-extra to v11.1.1
1 parent 0ec539f commit e1fa856

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

ghost/admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"eslint-plugin-babel": "5.3.1",
125125
"eslint-plugin-react": "7.32.2",
126126
"faker": "5.5.3",
127-
"fs-extra": "11.1.0",
127+
"fs-extra": "11.1.1",
128128
"glob": "8.1.0",
129129
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
130130
"keymaster": "https://github.com/madrobby/keymaster.git",

ghost/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"express-lazy-router": "1.0.4",
175175
"express-query-boolean": "2.0.0",
176176
"express-session": "1.17.3",
177-
"fs-extra": "11.1.0",
177+
"fs-extra": "11.1.1",
178178
"ghost-storage-base": "1.0.0",
179179
"glob": "8.1.0",
180180
"got": "11.8.6",

ghost/email-content-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"mocha": "10.2.0"
2323
},
2424
"dependencies": {
25-
"fs-extra": "11.1.0",
25+
"fs-extra": "11.1.1",
2626
"html-to-text": "5.1.1",
2727
"lodash": "4.17.21"
2828
}

ghost/members-csv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"sinon": "15.0.2"
2323
},
2424
"dependencies": {
25-
"fs-extra": "11.1.0",
25+
"fs-extra": "11.1.1",
2626
"lodash": "4.17.21",
2727
"papaparse": "5.3.2",
2828
"pump": "3.0.0"

ghost/members-importer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"devDependencies": {
1919
"c8": "7.13.0",
20-
"fs-extra": "11.1.0",
20+
"fs-extra": "11.1.1",
2121
"mocha": "10.2.0",
2222
"should": "13.2.3",
2323
"sinon": "15.0.2"

ghost/package-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@tryghost/errors": "1.2.21",
2727
"@tryghost/tpl": "0.1.22",
28-
"fs-extra": "11.1.0",
28+
"fs-extra": "11.1.1",
2929
"lodash": "4.17.21"
3030
}
3131
}

yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -14797,7 +14797,7 @@ fs-constants@^1.0.0:
1479714797
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
1479814798
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
1479914799

14800-
[email protected], fs-extra@^11.0.0, fs-extra@^11.1.0:
14800+
1480114801
version "11.1.0"
1480214802
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
1480314803
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
@@ -14806,6 +14806,15 @@ [email protected], fs-extra@^11.0.0, fs-extra@^11.1.0:
1480614806
jsonfile "^6.0.1"
1480714807
universalify "^2.0.0"
1480814808

14809+
[email protected], fs-extra@^11.0.0, fs-extra@^11.1.0:
14810+
version "11.1.1"
14811+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
14812+
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
14813+
dependencies:
14814+
graceful-fs "^4.2.0"
14815+
jsonfile "^6.0.1"
14816+
universalify "^2.0.0"
14817+
1480914818
fs-extra@^0.24.0:
1481014819
version "0.24.0"
1481114820
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.24.0.tgz#d4e4342a96675cb7846633a6099249332b539952"

0 commit comments

Comments
 (0)