0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency pump to v3.0.1

This commit is contained in:
renovate[bot] 2024-09-10 20:09:28 +00:00
parent 59a5a81d3b
commit 482cf08ee7
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.0"
"pump": "3.0.1"
}
}

View file

@ -26611,10 +26611,10 @@ public-encrypt@^4.0.0:
randombytes "^2.0.1"
safe-buffer "^5.1.2"
pump@3.0.0, pump@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
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==
dependencies:
end-of-stream "^1.1.0"
once "^1.3.1"