From 5109b969fcb59e7e27545b03b25805428438f297 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 10:18:30 +0000 Subject: [PATCH] Update dependency nanoid to v5 (#304) 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) | [`3.3.6` -> `5.0.1`](https://renovatebot.com/diffs/npm/nanoid/3.3.6/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/3.3.6/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nanoid/3.3.6/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### 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) ### [`v4.0.2`](https://togithub.com/ai/nanoid/blob/HEAD/CHANGELOG.md#402) [Compare Source](https://togithub.com/ai/nanoid/compare/4.0.1...4.0.2) - Added [link](https://togithub.com/sponsors/ai) to Github Sponsors. ### [`v4.0.1`](https://togithub.com/ai/nanoid/blob/HEAD/CHANGELOG.md#401) [Compare Source](https://togithub.com/ai/nanoid/compare/4.0.0...4.0.1) - Reduced npm package size (by [@​HiChen404](https://togithub.com/HiChen404)). ### [`v4.0.0`](https://togithub.com/ai/nanoid/compare/3.3.6...4.0.0) [Compare Source](https://togithub.com/ai/nanoid/compare/3.3.6...4.0.0)
--- ### 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. --- - [ ] 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/X-oss-byte/Canary-nextjs). --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 7c24f89ada..df1d41d23e 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -230,7 +230,7 @@ "lru-cache": "10.0.1", "micromatch": "4.0.5", "mini-css-extract-plugin": "2.7.6", - "nanoid": "3.3.6", + "nanoid": "5.0.1", "native-url": "0.3.4", "neo-async": "2.6.2", "node-fetch": "2.7.0",