From 396f3d46168051660b7fab54fc67247b4f8f63e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:13:15 +0000 Subject: [PATCH] chore(deps)(deps): bump nanoid from 3.3.11 to 5.1.7 in /typescript Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.11 to 5.1.7. - [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/3.3.11...5.1.7) --- updated-dependencies: - dependency-name: nanoid dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/package.json b/typescript/package.json index 33c9a04..99fad31 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -29,7 +29,7 @@ "highcharts-react-official": "^3.2.3", "lightweight-charts": "^5.1.0", "lucide-react": "^0.562.0", - "nanoid": "^3.3.11", + "nanoid": "^5.1.7", "papaparse": "^5.5.3", "react": "^19.1.0", "react-dom": "^19.1.0",