Use correct nanoid version

This commit is contained in:
2023-10-03 17:57:52 -05:00
parent 6ecc866fed
commit aaa01a629b
2 changed files with 7 additions and 25 deletions

View File

@@ -79,7 +79,7 @@
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.1.1",
"form-data": "^4.0.0",
"nanoid": "^5.0.1",
"nanoid": "^3.3.6",
"node-fetch": "^2.7.0",
"unpacker": "^1.0.1"
}