chore(deps): bump nanoid from 5.1.16 to 6.0.1 (#671)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-09-15 14:25:08 -07:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 85904566e7
commit e30b289ed7
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
"lucide-react": "^0.525.0", "lucide-react": "^0.525.0",
"mime": "^4.0.4", "mime": "^4.0.4",
"motion": "^12.4.7", "motion": "^12.4.7",
"nanoid": "^5.1.16", "nanoid": "^6.0.1",
"papaparse": "^5.4.1", "papaparse": "^5.4.1",
"parse-color": "^1.0.0", "parse-color": "^1.0.0",
"react": "^19.2.0", "react": "^19.2.0",
+5 -3
View File
@@ -155,7 +155,7 @@
"lucide-react": "^0.525.0", "lucide-react": "^0.525.0",
"mime": "^4.0.4", "mime": "^4.0.4",
"motion": "^12.4.7", "motion": "^12.4.7",
"nanoid": "^5.1.16", "nanoid": "^6.0.1",
"papaparse": "^5.4.1", "papaparse": "^5.4.1",
"parse-color": "^1.0.0", "parse-color": "^1.0.0",
"react": "^19.2.0", "react": "^19.2.0",
@@ -207,7 +207,9 @@
} }
}, },
"apps/yaak-client/node_modules/nanoid": { "apps/yaak-client/node_modules/nanoid": {
"version": "5.1.16", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-6.0.1.tgz",
"integrity": "sha512-3wVS3i51pE2pi1k5FFL/95BGfVS0kSsvDVuGXHOtxox/TywUmtgq+3qiTOTbs9J7KfHaXPiN171k/A6dBnaXFw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -219,7 +221,7 @@
"nanoid": "bin/nanoid.js" "nanoid": "bin/nanoid.js"
}, },
"engines": { "engines": {
"node": "^18 || >=20" "node": "^22 || ^24 || >=26"
} }
}, },
"apps/yaak-client/node_modules/undici-types": { "apps/yaak-client/node_modules/undici-types": {