Skip to content

Commit 27efca2

Browse files
Update dependency fs-extra to v11.3.4 (#1609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d67b221 commit 27efca2

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

packages/mg-assetscraper-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@tryghost/mg-fs-utils": "0.16.5",
4747
"@tryghost/string": "0.3.1",
4848
"file-type": "21.3.0",
49-
"fs-extra": "11.3.3",
49+
"fs-extra": "11.3.4",
5050
"heic-convert": "2.1.0",
5151
"sequelize": "6.37.7",
5252
"sharp": "0.34.5",

packages/mg-assetscraper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"cheerio": "1.2.0",
3131
"fast-replaceall": "2.0.2",
3232
"file-type": "21.3.0",
33-
"fs-extra": "11.3.3",
33+
"fs-extra": "11.3.4",
3434
"got": "11.8.6",
3535
"listr": "0.14.3",
3636
"markdown-it": "14.1.1",

packages/mg-fs-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"adm-zip": "0.5.16",
3232
"csv-parse": "6.1.0",
3333
"dotenv": "17.3.1",
34-
"fs-extra": "11.3.3",
34+
"fs-extra": "11.3.4",
3535
"lodash": "4.17.23",
3636
"sharp": "0.34.5",
3737
"transliteration": "2.6.1"

packages/migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@tryghost/mg-wp-xml": "0.5.21",
6464
"@tryghost/pretty-cli": "3.0.0",
6565
"@tryghost/string": "0.3.1",
66-
"fs-extra": "11.3.3",
66+
"fs-extra": "11.3.4",
6767
"listr": "0.14.3",
6868
"lodash": "4.17.23",
6969
"pretty-ms": "9.3.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6385,7 +6385,7 @@ fs-extra@11.1.1:
63856385
jsonfile "^6.0.1"
63866386
universalify "^2.0.0"
63876387

6388-
fs-extra@11.3.3, fs-extra@^11.0.0:
6388+
fs-extra@11.3.3:
63896389
version "11.3.3"
63906390
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee"
63916391
integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==
@@ -6394,6 +6394,15 @@ fs-extra@11.3.3, fs-extra@^11.0.0:
63946394
jsonfile "^6.0.1"
63956395
universalify "^2.0.0"
63966396

6397+
fs-extra@11.3.4, fs-extra@^11.0.0:
6398+
version "11.3.4"
6399+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.4.tgz#ab6934eca8bcf6f7f6b82742e33591f86301d6fc"
6400+
integrity sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==
6401+
dependencies:
6402+
graceful-fs "^4.2.0"
6403+
jsonfile "^6.0.1"
6404+
universalify "^2.0.0"
6405+
63976406
fs-extra@9.1.0:
63986407
version "9.1.0"
63996408
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"

0 commit comments

Comments
 (0)