Skip to content

Commit 1482bd6

Browse files
Update dependency @tryghost/mg-fs-utils to v0.15.4
1 parent a4e5408 commit 1482bd6

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@tryghost/listr-smart-renderer": "0.5.15",
3434
"@tryghost/logging": "2.4.20",
3535
"@tryghost/mg-assetscraper": "0.4.16",
36-
"@tryghost/mg-fs-utils": "0.15.1",
36+
"@tryghost/mg-fs-utils": "0.15.4",
3737
"@tryghost/pretty-cli": "1.2.46",
3838
"@tryghost/zip": "1.1.48",
3939
"axios": "1.7.9",

yarn.lock

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@
18031803
"@stdlib/utils-copy" "^0.2.0"
18041804
uuid "^9.0.0"
18051805

1806-
"@tryghost/errors@^1.2.26", "@tryghost/errors@^1.3.6", "@tryghost/errors@^1.3.7":
1806+
"@tryghost/errors@^1.2.26", "@tryghost/errors@^1.3.7":
18071807
version "1.3.7"
18081808
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.7.tgz#70098602944709d24c749b781ea2300d810c8edb"
18091809
integrity sha512-VYWtDDxMZHDMgtWb5oSQcLfOTC/p+yLmqXBG172yVf+OgaBvgYm6Y/1B1buDv5ySC/icCs5KUImefv8MjBqsTg==
@@ -1896,19 +1896,19 @@
18961896
pretty-bytes "6.1.1"
18971897
srcset "5.0.1"
18981898

1899-
"@tryghost/[email protected].1":
1900-
version "0.15.1"
1901-
resolved "https://registry.yarnpkg.com/@tryghost/mg-fs-utils/-/mg-fs-utils-0.15.1.tgz#652da27a083bd8ce15de9c42bbdae471f952be4d"
1902-
integrity sha512-O8NkVv9L0PdCqZvkIAhhZzEvHrX/Pke2xUedPO9BIPGN4onZzc3QmeUVnXAlLh38o4kO/pwRQBvPfj80+aSG3A==
1899+
"@tryghost/[email protected].4":
1900+
version "0.15.4"
1901+
resolved "https://registry.yarnpkg.com/@tryghost/mg-fs-utils/-/mg-fs-utils-0.15.4.tgz#ec8acbcba2abe0dd9db9ceed00e3b04309f3a4f9"
1902+
integrity sha512-XJTeISUqtIDa1yhioFlqKUPltiuTw11RwUJIcEAjABJBNivtszXUZCRwqSGFD4MDyVsY0HW0J2Ry+k18+IOeIQ==
19031903
dependencies:
19041904
"@tryghost/errors" "1.3.6"
19051905
"@tryghost/image-transform" "1.3.0"
19061906
"@tryghost/string" "0.2.12"
1907-
"@tryghost/zip" "1.1.47"
1907+
"@tryghost/zip" "1.1.48"
19081908
adm-zip "0.5.16"
1909-
csv-parse "5.5.6"
1909+
csv-parse "5.6.0"
19101910
dotenv "16.4.5"
1911-
fs-extra "11.2.0"
1911+
fs-extra "11.3.0"
19121912
lodash "4.17.21"
19131913
sharp "0.33.5"
19141914
transliteration "2.3.5"
@@ -1983,15 +1983,6 @@
19831983
"@tryghost/root-utils" "^0.3.32"
19841984
semver "^7.3.5"
19851985

1986-
"@tryghost/[email protected]":
1987-
version "1.1.47"
1988-
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.47.tgz#b85ba37a1b7e2a2bc80b33a7b82fe3590775393d"
1989-
integrity sha512-CAr8x9kAJO+wpqN5dzoPgv/Rou6WjrdON6DiKK7IlyadvluCC4cq/+y8MxRqj/WN0qinxLRiyHAeyS4qfvamYQ==
1990-
dependencies:
1991-
"@tryghost/errors" "^1.3.6"
1992-
archiver "^5.0.0"
1993-
extract-zip "^2.0.1"
1994-
19951986
"@tryghost/[email protected]":
19961987
version "1.1.48"
19971988
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.48.tgz#f2d9c2a9466dcb0caac743a9ded809c9f9d16ea0"
@@ -3386,10 +3377,10 @@ csv-generate@^3.4.3:
33863377
resolved "https://registry.yarnpkg.com/csv-generate/-/csv-generate-3.4.3.tgz#bc42d943b45aea52afa896874291da4b9108ffff"
33873378
integrity sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==
33883379

3389-
csv-parse@5.5.6:
3390-
version "5.5.6"
3391-
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.6.tgz#0d726d58a60416361358eec291a9f93abe0b6b1a"
3392-
integrity sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A==
3380+
csv-parse@5.6.0:
3381+
version "5.6.0"
3382+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.6.0.tgz#219beace2a3e9f28929999d2aa417d3fb3071c7f"
3383+
integrity sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==
33933384

33943385
csv-parse@^4.16.3:
33953386
version "4.16.3"

0 commit comments

Comments
 (0)