From fd97bba6585e4a4d9841ae4ece7d8521df60b8d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:23:48 +0000 Subject: [PATCH] Update dependency @tryghost/zip to v1.1.40 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cac23953..f6874376 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@tryghost/mg-assetscraper": "0.4.2", "@tryghost/mg-fs-utils": "0.12.15", "@tryghost/pretty-cli": "1.2.39", - "@tryghost/zip": "1.1.39", + "@tryghost/zip": "1.1.40", "axios": "1.6.2", "bluebird": "3.7.2", "chalk": "5.3.0", diff --git a/yarn.lock b/yarn.lock index f67c8d09..88da7c63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1800,7 +1800,7 @@ lodash "^4.17.21" uuid "^9.0.0" -"@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.27", "@tryghost/errors@^1.3.0": +"@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.3.0": version "1.3.0" resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.0.tgz#273beb4c91bd7eb8a44b2e4154e57cc5321ad9dc" integrity sha512-XI3Gw+6Mbua7FiCdNMY+0bVQ0pP6YDY5UpIAd9YIb1PWtISmiqEA2St1bvBk08Blfks3+lFPigh/YUxjuTKjRw== @@ -2005,12 +2005,12 @@ extract-zip "^2.0.1" fs-extra "^11.0.0" -"@tryghost/zip@1.1.39": - version "1.1.39" - resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.39.tgz#bfd3ac05f2ad3b968a6b4511776dd412175902c8" - integrity sha512-UentcPGgtyGYdJiwKk7Av827Ut59msF8MMh8oRyopZLNYAZv6v9EXEOjAVgtCNoJ1Bfpk7sjkmUjqoIrOyxTZQ== +"@tryghost/zip@1.1.40": + version "1.1.40" + resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.40.tgz#b470de2a38ef1c55215cc813f26ff310fd89e43e" + integrity sha512-1G3b/JNgjS4AGLVR//uc1IWKnvr+bep7YscFa6PuhEc7N5u2Pbx5sBNp+m6Q7BClJQjqas7KZ0cRHm/KCFYknw== dependencies: - "@tryghost/errors" "^1.2.27" + "@tryghost/errors" "^1.3.0" archiver "^5.0.0" extract-zip "^2.0.1"