chore: update dependency nanoid to v5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-13 01:31:42 +00:00 committed by GitHub
parent 9ae71251ae
commit 575528a365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -17,7 +17,7 @@
"lodash": "^4.17.21",
"loopback-connector": "^6.1.4",
"minimatch": "^9.0.4",
"nanoid": "^3.3.7",
"nanoid": "^5.0.7",
"qs": "^6.12.1",
"strong-globalize": "^6.0.6",
"traverse": "^0.6.9",
@ -4339,9 +4339,9 @@
}
},
"node_modules/nanoid": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz",
"integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
"funding": [
{
"type": "github",
@ -4349,10 +4349,10 @@
}
],
"bin": {
"nanoid": "bin/nanoid.cjs"
"nanoid": "bin/nanoid.js"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
"node": "^18 || >=20"
}
},
"node_modules/natural-compare": {

View File

@ -59,7 +59,7 @@
"lodash": "^4.17.21",
"loopback-connector": "^6.1.4",
"minimatch": "^9.0.4",
"nanoid": "^3.3.7",
"nanoid": "^5.0.7",
"qs": "^6.12.1",
"strong-globalize": "^6.0.6",
"traverse": "^0.6.9",