From a1c66bc652a29e1824ec5a5c6592ebbd4c186b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:42:43 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /apps/web directory: [nanoid](https://github.com/ai/nanoid). Bumps the npm_and_yarn group with 1 update in the /packages/core directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 5.0.7 to 5.0.9 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.7...5.0.9) Updates `nanoid` from 5.0.8 to 5.0.9 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.7...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.0.9 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nanoid dependency-version: 5.0.9 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 0333532ef9..83a493dad7 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -50,7 +50,7 @@ "lodash-es": "4.17.21", "lucia": "3.2.0", "monaco-editor": "0.50.0", - "nanoid": "5.0.7", + "nanoid": "5.0.9", "next": "15.3.3", "next-themes": "0.3.0", "nextjs-toploader": "1.6.12", diff --git a/packages/core/package.json b/packages/core/package.json index e433ab65cd..4034408ffa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -94,7 +94,7 @@ "lodash-es": "4.17.21", "loops": "3.3.0", "mustache": "4.2.0", - "nanoid": "5.0.8", + "nanoid": "5.0.9", "nodemailer": "6.9.14", "nodemailer-html-to-text": "3.2.0", "nodemailer-mailgun-transport": "2.1.5",