Skip to content

Commit f94d8fd

Browse files
renovate[bot]daniellockyer
authored andcommitted
Update dependency fs-extra to v11
1 parent 102f2f3 commit f94d8fd

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

ghost/admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"eslint-plugin-babel": "5.3.1",
123123
"eslint-plugin-react": "7.31.11",
124124
"faker": "5.5.3",
125-
"fs-extra": "10.1.0",
125+
"fs-extra": "11.1.0",
126126
"glob": "8.0.3",
127127
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
128128
"keymaster": "https://github.com/madrobby/keymaster.git",

ghost/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"express-lazy-router": "1.0.4",
160160
"express-query-boolean": "2.0.0",
161161
"express-session": "1.17.3",
162-
"fs-extra": "10.1.0",
162+
"fs-extra": "11.1.0",
163163
"ghost-storage-base": "1.0.0",
164164
"glob": "8.0.3",
165165
"got": "9.6.0",

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": "10.1.0",
25+
"fs-extra": "11.1.0",
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": "14.0.2"
2323
},
2424
"dependencies": {
25-
"fs-extra": "10.1.0",
25+
"fs-extra": "11.1.0",
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.12.0",
20-
"fs-extra": "10.1.0",
20+
"fs-extra": "11.1.0",
2121
"mocha": "10.2.0",
2222
"should": "13.2.3",
2323
"sinon": "14.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.18",
2727
"@tryghost/tpl": "0.1.19",
28-
"fs-extra": "10.1.0",
28+
"fs-extra": "11.1.0",
2929
"lodash": "4.17.21"
3030
}
3131
}

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -14137,6 +14137,15 @@ [email protected], fs-extra@^10.0.0:
1413714137
jsonfile "^6.0.1"
1413814138
universalify "^2.0.0"
1413914139

14140+
[email protected], fs-extra@^11.0.0:
14141+
version "11.1.0"
14142+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
14143+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
14144+
dependencies:
14145+
graceful-fs "^4.2.0"
14146+
jsonfile "^6.0.1"
14147+
universalify "^2.0.0"
14148+
1414014149
fs-extra@^0.24.0:
1414114150
version "0.24.0"
1414214151
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.24.0.tgz#d4e4342a96675cb7846633a6099249332b539952"
@@ -14147,15 +14156,6 @@ fs-extra@^0.24.0:
1414714156
path-is-absolute "^1.0.0"
1414814157
rimraf "^2.2.8"
1414914158

14150-
fs-extra@^11.0.0:
14151-
version "11.0.0"
14152-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.0.0.tgz#5c50cf225ab1b16804cabd4249b7e58feb4bdbe7"
14153-
integrity sha512-4YxRvMi4P5C3WQTvdRfrv5UVqbISpqjORFQAW5QPiKAauaxNCwrEdIi6pG3tDFhKKpMen+enEhHIzB/tvIO+/w==
14154-
dependencies:
14155-
graceful-fs "^4.2.0"
14156-
jsonfile "^6.0.1"
14157-
universalify "^2.0.0"
14158-
1415914159
fs-extra@^4.0.2, fs-extra@^4.0.3:
1416014160
version "4.0.3"
1416114161
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"

0 commit comments

Comments
 (0)