mirror of
https://github.com/unraid/api.git
synced 2025-12-31 05:29:48 -06:00
fix(deps): update dependency ini to v5 (#1217)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ini](https://redirect.github.com/npm/ini) | [`^4.1.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/ini/4.1.3/5.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>npm/ini (ini)</summary> ### [`v5.0.0`](https://redirect.github.com/npm/ini/blob/HEAD/CHANGELOG.md#500-2024-09-03) [Compare Source](https://redirect.github.com/npm/ini/compare/v4.1.3...v5.0.0) ##### ⚠️ BREAKING CHANGES - `ini` now supports node `^18.17.0 || >=20.5.0` ##### Bug Fixes - [`3eca645`](3eca645de8) [#​279](https://redirect.github.com/npm/ini/pull/279) align to npm 10 node engine range ([@​hashtagchris](https://redirect.github.com/hashtagchris)) ##### Chores - [`c89e209`](c89e2090d7) [#​279](https://redirect.github.com/npm/ini/pull/279) run template-oss-apply ([@​hashtagchris](https://redirect.github.com/hashtagchris)) - [`fc44750`](fc447500ef) [#​276](https://redirect.github.com/npm/ini/pull/276) bump [@​npmcli/eslint-config](https://redirect.github.com/npmcli/eslint-config) from 4.0.5 to 5.0.0 ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`21c20bb`](21c20bb172) [#​277](https://redirect.github.com/npm/ini/pull/277) postinstall for dependabot template-oss PR ([@​hashtagchris](https://redirect.github.com/hashtagchris)) - [`44b3b50`](44b3b503fd) [#​277](https://redirect.github.com/npm/ini/pull/277) bump [@​npmcli/template-oss](https://redirect.github.com/npmcli/template-oss) from 4.23.1 to 4.23.3 ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
"graphql-type-json": "^0.3.2",
|
||||
"graphql-type-uuid": "^0.2.0",
|
||||
"graphql-ws": "^5.16.0",
|
||||
"ini": "^4.1.2",
|
||||
"ini": "^5.0.0",
|
||||
"ip": "^2.0.1",
|
||||
"jose": "^5.9.6",
|
||||
"lodash-es": "^4.17.21",
|
||||
|
||||
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
@@ -183,8 +183,8 @@ importers:
|
||||
specifier: ^5.16.0
|
||||
version: 5.16.2(graphql@16.10.0)
|
||||
ini:
|
||||
specifier: ^4.1.2
|
||||
version: 4.1.3
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0
|
||||
ip:
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1
|
||||
@@ -7306,9 +7306,9 @@ packages:
|
||||
resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
|
||||
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
||||
|
||||
ini@4.1.3:
|
||||
resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==}
|
||||
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
||||
ini@5.0.0:
|
||||
resolution: {integrity: sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==}
|
||||
engines: {node: ^18.17.0 || >=20.5.0}
|
||||
|
||||
inquirer@8.2.5:
|
||||
resolution: {integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==}
|
||||
@@ -19253,7 +19253,7 @@ snapshots:
|
||||
|
||||
ini@4.1.1: {}
|
||||
|
||||
ini@4.1.3: {}
|
||||
ini@5.0.0: {}
|
||||
|
||||
inquirer@8.2.5:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user