From 0bb04e9c39f1116c48d5af5709533beeb05dd633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:47:02 +0000 Subject: [PATCH] fix(deps): pin dependency nanoid to 5.1.6 (#2008) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nanoid](https://redirect.github.com/ai/nanoid) | dependencies | pin | [`^5.1.6` -> `5.1.6`](https://renovatebot.com/diffs/npm/nanoid/5.1.6/5.1.6) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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/go-vikunja/vikunja). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index e67c3ad7d..72334b20c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -91,7 +91,7 @@ "klona": "2.0.6", "lowlight": "3.3.0", "marked": "17.0.1", - "nanoid": "^5.1.6", + "nanoid": "5.1.6", "pinia": "3.0.4", "register-service-worker": "1.7.2", "sortablejs": "1.15.6", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 8eba5c87a..d8849a586 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -137,7 +137,7 @@ importers: specifier: 17.0.1 version: 17.0.1 nanoid: - specifier: ^5.1.6 + specifier: 5.1.6 version: 5.1.6 pinia: specifier: 3.0.4