From 24f50298c3e902e86a90d215eebfcf6659e46e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 21:28:56 +0000 Subject: [PATCH] Bump nanoid from 5.0.5 to 5.0.9 Bumps [nanoid](https://github.com/ai/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-version: 5.0.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1912400..8907fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,9 +46,9 @@ "@types/which": "^3.0.3", "esbuild": "^0.20.0", "eslint": "^8.56.0", - "eslint-config-curvenote": "latest", + "eslint-config-curvenote": "*", "npm-run-all": "^4.1.5", - "prettier": "latest", + "prettier": "*", "rimraf": "^5.0.5", "typescript": "^5.3.3", "vitest": "^1.2.2" @@ -11058,15 +11058,16 @@ } }, "node_modules/nanoid": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.5.tgz", - "integrity": "sha512-/Veqm+QKsyMY3kqi4faWplnY1u+VuKO3dD2binyPIybP31DRO29bPF+1mszgLnrR2KqSLceFLBNw0zmvDzN1QQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.js" },