fix(deps): update dependency nanoid to v4 (#1188)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2023-01-02 20:27:16 -05:00 committed by GitHub
parent 0833fa1622
commit 5f33eeb8bf
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", "immutable": "^4.1.0",
"jsan": "^3.1.14", "jsan": "^3.1.14",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"nanoid": "^3.3.4", "nanoid": "^4.0.0",
"redux": "^4.2.0" "redux": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -2248,7 +2248,7 @@ importers:
immutable: ^4.1.0 immutable: ^4.1.0
jsan: ^3.1.14 jsan: ^3.1.14
lodash: ^4.17.21 lodash: ^4.17.21
nanoid: ^3.3.4 nanoid: ^4.0.0
redux: ^4.2.0 redux: ^4.2.0
rimraf: ^3.0.2 rimraf: ^3.0.2
typescript: ~4.9.4 typescript: ~4.9.4
@ -2261,7 +2261,7 @@ importers:
immutable: 4.1.0 immutable: 4.1.0
jsan: 3.1.14 jsan: 3.1.14
lodash: 4.17.21 lodash: 4.17.21
nanoid: 3.3.4 nanoid: 4.0.0
redux: 4.2.0 redux: 4.2.0
devDependencies: devDependencies:
'@babel/cli': 7.19.3_@babel+core@7.20.5 '@babel/cli': 7.19.3_@babel+core@7.20.5
@ -17579,6 +17579,12 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true 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: /nanomatch/1.2.13:
resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}