Skip to content

Commit

Permalink
fix(deps): update dependency @tryghost/zip to v1.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent a092901 commit fd47ab9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/mg-fs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@tryghost/errors": "1.3.1",
"@tryghost/image-transform": "1.3.0",
"@tryghost/string": "0.2.11",
"@tryghost/zip": "1.1.41",
"@tryghost/zip": "1.1.42",
"adm-zip": "0.5.12",
"csv-parse": "5.5.5",
"fs-extra": "11.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@
"@stdlib/utils-copy" "^0.0.7"
uuid "^9.0.0"

"@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.3.1", "@tryghost/errors@^1.3.2":
"@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.2.tgz#3612f6f59ca07e37d1095f9eb31ff6a069a3b7f2"
integrity sha512-Aqi2vz7HHwN6p2juIYUu8vpMtaKavjULBKNnL0l1req9qXjPs90i/HV8zhvK0ceeWuPdEXaCkfHSRr/yxG3/uw==
Expand Down Expand Up @@ -2410,12 +2410,12 @@
extract-zip "^2.0.1"
fs-extra "^10.0.0"

"@tryghost/zip@1.1.41":
version "1.1.41"
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.41.tgz#bcf9f15047e6d2486d062b7911e4006d00e4fe6a"
integrity sha512-SYCVdQu3gh/kx3CMMdj4EvMNWu8UURINQdwrZN9/xMpu4hOkFZIwWSA/MG29ZxLDqnqopRf0ZwetSbcsVsS8QQ==
"@tryghost/zip@1.1.42":
version "1.1.42"
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.42.tgz#33f8ebaed17339db89a8b165563709385ed7f041"
integrity sha512-liEO01q0vztvcBmCT4m8fDEsDjXHzPOqJlXboMHOw/gTrjUkLVfBTZzooIgERvBRPuw60ICcPTtI2/OhiAoNrw==
dependencies:
"@tryghost/errors" "^1.3.1"
"@tryghost/errors" "^1.3.2"
archiver "^5.0.0"
extract-zip "^2.0.1"

Expand Down

0 comments on commit fd47ab9

Please sign in to comment.