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" },