Skip to content

Commit 2fef10c

Browse files
fix(deps): update dependency uuid to v13 (#1688)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [uuid](https://redirect.github.com/uuidjs/uuid) | [`11.1.0` -> `13.0.0`](https://renovatebot.com/diffs/npm/uuid/11.1.0/13.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/uuid/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/uuid/11.1.0/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uuidjs/uuid (uuid)</summary> ### [`v13.0.0`](https://redirect.github.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#1300-2025-09-08) [Compare Source](https://redirect.github.com/uuidjs/uuid/compare/v12.0.0...v13.0.0) ##### ⚠ BREAKING CHANGES - make browser exports the default ([#&#8203;901](https://redirect.github.com/uuidjs/uuid/issues/901)) ##### Bug Fixes - make browser exports the default ([#&#8203;901](https://redirect.github.com/uuidjs/uuid/issues/901)) ([bce9d72](https://redirect.github.com/uuidjs/uuid/commit/bce9d72a3ae5b9a3dcd8eb21ef6d1820288a427a)) ### [`v12.0.0`](https://redirect.github.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#1200-2025-09-05) [Compare Source](https://redirect.github.com/uuidjs/uuid/compare/v11.1.0...v12.0.0) ##### ⚠ BREAKING CHANGES - update to typescript\@&#8203;5.2 ([#&#8203;887](https://redirect.github.com/uuidjs/uuid/issues/887)) - remove CommonJS support ([#&#8203;886](https://redirect.github.com/uuidjs/uuid/issues/886)) - drop node\@&#8203;16 support ([#&#8203;883](https://redirect.github.com/uuidjs/uuid/issues/883)) ##### Features - add node\@&#8203;24 to ci matrix ([#&#8203;879](https://redirect.github.com/uuidjs/uuid/issues/879)) ([42b6178](https://redirect.github.com/uuidjs/uuid/commit/42b6178aa21a593257f0a72abacd220f0b7b8a92)) - drop node\@&#8203;16 support ([#&#8203;883](https://redirect.github.com/uuidjs/uuid/issues/883)) ([0f38cf1](https://redirect.github.com/uuidjs/uuid/commit/0f38cf10366ab074f9328ae2021eea04d5f2e530)) - remove CommonJS support ([#&#8203;886](https://redirect.github.com/uuidjs/uuid/issues/886)) ([ae786e2](https://redirect.github.com/uuidjs/uuid/commit/ae786e27265f50bcf7cead196c29f1869297c42f)) - update to typescript\@&#8203;5.2 ([#&#8203;887](https://redirect.github.com/uuidjs/uuid/issues/887)) ([c7ee405](https://redirect.github.com/uuidjs/uuid/commit/c7ee40598ed78584d81ab78dffded9fe5ff20b01)) ##### Bug Fixes - improve v4() performance ([#&#8203;894](https://redirect.github.com/uuidjs/uuid/issues/894)) ([5fd974c](https://redirect.github.com/uuidjs/uuid/commit/5fd974c12718c8848035650b69b8948f12ace197)) - restore node: prefix ([#&#8203;889](https://redirect.github.com/uuidjs/uuid/issues/889)) ([e1f42a3](https://redirect.github.com/uuidjs/uuid/commit/e1f42a354593093ba0479f0b4047dae82d28c507)) </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c73a4a commit 2fef10c

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"strftime": "0.10.3",
142142
"systeminformation": "5.27.8",
143143
"undici": "7.15.0",
144-
"uuid": "11.1.0",
144+
"uuid": "13.0.0",
145145
"ws": "8.18.3",
146146
"zen-observable-ts": "1.1.0",
147147
"zod": "3.25.76"

pnpm-lock.yaml

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)