fix(deps): update dependency nanoid to v4

This commit is contained in:
renovate[bot] 2022-06-20 01:27:58 +00:00 committed by GitHub
parent c9589c0307
commit cc9056515b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -40,7 +40,7 @@
"immutable": "^4.1.0",
"jsan": "^3.1.14",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"nanoid": "^4.0.0",
"redux": "^4.2.0"
},
"devDependencies": {

View File

@ -2286,7 +2286,7 @@ importers:
immutable: ^4.1.0
jsan: ^3.1.14
lodash: ^4.17.21
nanoid: ^3.3.4
nanoid: ^4.0.0
redux: ^4.2.0
rimraf: ^3.0.2
typescript: ~4.7.4
@ -2299,7 +2299,7 @@ importers:
immutable: 4.1.0
jsan: 3.1.14
lodash: 4.17.21
nanoid: 3.3.4
nanoid: 4.0.0
redux: 4.2.0
devDependencies:
'@babel/cli': 7.17.10_@babel+core@7.18.5
@ -16539,6 +16539,12 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
/nanoid/4.0.0:
resolution: {integrity: sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==}
engines: {node: ^14 || ^16 || >=18}
hasBin: true
dev: false
/nanomatch/1.2.13:
resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==}
engines: {node: '>=0.10.0'}