From 9eb43a0edbc60af4e23990314541a1760cb0a4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:07:40 +0000 Subject: [PATCH] chore(deps): bump nanoid Bumps the npm_and_yarn group with 1 update in the /modules/web/web-app directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 5.0.5 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.5...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- modules/web/web-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/web-app/package.json b/modules/web/web-app/package.json index cedd82480..e01dd70ee 100644 --- a/modules/web/web-app/package.json +++ b/modules/web/web-app/package.json @@ -43,7 +43,7 @@ "jotai-scope": "^0.5.2", "jwt-decode": "^4.0.0", "lucide-react": "^0.323.0", - "nanoid": "5.0.9", + "nanoid": "5.1.0", "react": "^18.3.1", "react-beautiful-dnd": "^13.1.1", "react-day-picker": "^8.10.1",