From db189abec41bdd4d8037ba810926dbc67fba7684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:25:18 -0400 Subject: [PATCH] chore(deps): update dependency @types/pify to v6 (#1228) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/pify | [`^5.0.4` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@types%2fpify/5.0.4/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fpify/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fpify/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fpify/5.0.4/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fpify/5.0.4/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. â™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/package.json | 2 +- pnpm-lock.yaml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/api/package.json b/api/package.json index 00779bc23..1edd223f1 100644 --- a/api/package.json +++ b/api/package.json @@ -163,7 +163,7 @@ "@types/lodash": "^4.17.13", "@types/mustache": "^4.2.5", "@types/node": "^22.13.4", - "@types/pify": "^5.0.4", + "@types/pify": "^6.0.0", "@types/semver": "^7.5.8", "@types/sendmail": "^1.4.7", "@types/stoppable": "^1.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a2c8e1be..afc2cf2a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -355,8 +355,8 @@ importers: specifier: ^22.13.4 version: 22.13.10 '@types/pify': - specifier: ^5.0.4 - version: 5.0.4 + specifier: ^6.0.0 + version: 6.1.0 '@types/semver': specifier: ^7.5.8 version: 7.5.8 @@ -3768,8 +3768,9 @@ packages: '@types/parse-path@7.0.3': resolution: {integrity: sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==} - '@types/pify@5.0.4': - resolution: {integrity: sha512-gxKJ1Aw8LbyCsCQWIsip9bYKJCNsKHMoZoQMAe2IWH7U7hgp/l6TvJpbFvu8ZlGBimjZZNvEx2S1ZQlj02ayNQ==} + '@types/pify@6.1.0': + resolution: {integrity: sha512-HCVIdzNiVAi7OxWTAZagTBNzylgNhImtx442pMcu8QZHzDHElS3ccgqaYIuHskpaeG7rIbYlN5XP5tcOAf8F2w==} + deprecated: This is a stub types definition. pify provides its own type definitions, so you do not need this installed. '@types/qs@6.9.18': resolution: {integrity: sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==} @@ -15086,7 +15087,9 @@ snapshots: '@types/parse-path@7.0.3': {} - '@types/pify@5.0.4': {} + '@types/pify@6.1.0': + dependencies: + pify: 3.0.0 '@types/qs@6.9.18': {}