Update dependency fs-extra to v11

This commit is contained in:
renovate[bot] 2022-12-12 17:15:55 +00:00 committed by Daniel Lockyer
parent 102f2f39c7
commit f94d8fdcc2
7 changed files with 15 additions and 15 deletions

View File

@ -122,7 +122,7 @@
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-react": "7.31.11",
"faker": "5.5.3",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"glob": "8.0.3",
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
"keymaster": "https://github.com/madrobby/keymaster.git",

View File

@ -159,7 +159,7 @@
"express-lazy-router": "1.0.4",
"express-query-boolean": "2.0.0",
"express-session": "1.17.3",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"ghost-storage-base": "1.0.0",
"glob": "8.0.3",
"got": "9.6.0",

View File

@ -22,7 +22,7 @@
"mocha": "10.2.0"
},
"dependencies": {
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"html-to-text": "5.1.1",
"lodash": "4.17.21"
}

View File

@ -22,7 +22,7 @@
"sinon": "14.0.2"
},
"dependencies": {
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"lodash": "4.17.21",
"papaparse": "5.3.2",
"pump": "3.0.0"

View File

@ -17,7 +17,7 @@
],
"devDependencies": {
"c8": "7.12.0",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "14.0.2"

View File

@ -25,7 +25,7 @@
"dependencies": {
"@tryghost/errors": "1.2.18",
"@tryghost/tpl": "0.1.19",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"lodash": "4.17.21"
}
}

View File

@ -14137,6 +14137,15 @@ fs-extra@10.1.0, fs-extra@^10.0.0:
jsonfile "^6.0.1"
universalify "^2.0.0"
fs-extra@11.1.0, fs-extra@^11.0.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"
fs-extra@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.24.0.tgz#d4e4342a96675cb7846633a6099249332b539952"
@ -14147,15 +14156,6 @@ fs-extra@^0.24.0:
path-is-absolute "^1.0.0"
rimraf "^2.2.8"
fs-extra@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.0.0.tgz#5c50cf225ab1b16804cabd4249b7e58feb4bdbe7"
integrity sha512-4YxRvMi4P5C3WQTvdRfrv5UVqbISpqjORFQAW5QPiKAauaxNCwrEdIi6pG3tDFhKKpMen+enEhHIzB/tvIO+/w==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"
fs-extra@^4.0.2, fs-extra@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"