0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Update dependency pump to v3.0.2

This commit is contained in:
renovate[bot] 2024-09-11 10:06:13 +00:00
parent af244477ac
commit 7fc092447d
2 changed files with 5 additions and 5 deletions

View file

@ -27,6 +27,6 @@
"fs-extra": "11.2.0",
"lodash": "4.17.21",
"papaparse": "5.3.2",
"pump": "3.0.1"
"pump": "3.0.2"
}
}

View file

@ -26661,10 +26661,10 @@ public-encrypt@^4.0.0:
randombytes "^2.0.1"
safe-buffer "^5.1.2"
pump@3.0.1, pump@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.1.tgz#cf711a61348b26a05ad8ce598e50d7e0ea03d398"
integrity sha512-2ynnAmUu45oUSq51AQbeugLkMSKaz8FqVpZ6ykTqzOVkzXe8u/ezkGsYrFJqKZx+D9cVxoDrSbR7CeAwxFa5cQ==
pump@3.0.2, pump@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.2.tgz#836f3edd6bc2ee599256c924ffe0d88573ddcbf8"
integrity sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==
dependencies:
end-of-stream "^1.1.0"
once "^1.3.1"