From 287df7aa33a4b5cf7ec3cfa9ed9f3cf43d97cf1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:42:36 +0800 Subject: [PATCH] fix(deps): update dependency nanoid to v5 (#863) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nanoid](https://togithub.com/ai/nanoid) | [`4.0.2` -> `5.0.1`](https://renovatebot.com/diffs/npm/nanoid/4.0.2/5.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nanoid/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nanoid/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nanoid/4.0.2/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nanoid/4.0.2/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ai/nanoid (nanoid) ### [`v5.0.1`](https://togithub.com/ai/nanoid/blob/HEAD/CHANGELOG.md#501) [Compare Source](https://togithub.com/ai/nanoid/compare/5.0.0...5.0.1) - Fixed Node.js 18 support. ### [`v5.0.0`](https://togithub.com/ai/nanoid/compare/4.0.2...5.0.0) [Compare Source](https://togithub.com/ai/nanoid/compare/4.0.2...5.0.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "on sunday" in timezone Asia/Shanghai, 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PKUHPC/SCOW). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/auth/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/auth/package.json b/apps/auth/package.json index 151836af40..7381f3a61c 100644 --- a/apps/auth/package.json +++ b/apps/auth/package.json @@ -38,7 +38,7 @@ "fastify-plugin": "4.5.1", "ioredis": "5.3.2", "ldapjs": "2.3.3", - "nanoid": "4.0.2", + "nanoid": "5.0.1", "svg-captcha": "1.4.0", "pino-pretty": "10.2.0", "pino": "8.15.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbcf3dc703..33bd1c88f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -228,8 +228,8 @@ importers: specifier: 10.8.4 version: 10.8.4 nanoid: - specifier: 4.0.2 - version: 4.0.2 + specifier: 5.0.1 + version: 5.0.1 nodemailer: specifier: 6.9.4 version: 6.9.4 @@ -14836,9 +14836,9 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid@4.0.2: - resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==} - engines: {node: ^14 || ^16 || >=18} + /nanoid@5.0.1: + resolution: {integrity: sha512-vWeVtV5Cw68aML/QaZvqN/3QQXc6fBfIieAlu05m7FZW2Dgb+3f0xc0TTxuJW+7u30t7iSDTV/j3kVI0oJqIfQ==} + engines: {node: ^18 || >=20} hasBin: true dev: false