From a0414e9b7773e4def1c1fa38f66919b53303e785 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 14:55:33 +0000 Subject: [PATCH] Update nanoid to version 4.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61c6de5..d7826c7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "fs-extra": "^10.0.1", "jsonfile": "^6.1.0", "minimist": "^1.2.5", - "nanoid": "^3.3.1", + "nanoid": "^4.0.2", "npm-check-updates": "^12.5.3", "ora": "^5.4.1", "preferred-pm": "^3.0.3",