Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 5ab3ced

Browse files
authoredAug 12, 2021
chore: revert "fix: pin nanoid version" (#3812)
Reverts #3807 ai/nanoid#295 (comment)
1 parent 4a8de24 commit 5ab3ced

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"libp2p-websockets": "^0.16.1",
7171
"multiaddr": "^10.0.0",
7272
"multiformats": "^9.4.1",
73-
"nanoid": "3.1.23",
73+
"nanoid": "^3.1.12",
7474
"native-abort-controller": "^1.0.3",
7575
"p-map": "^4.0.0",
7676
"p-retry": "^4.5.0",

‎packages/ipfs-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/yargs": "^16.0.0",
7171
"aegir": "^34.0.2",
7272
"it-to-buffer": "^2.0.0",
73-
"nanoid": "3.1.23",
73+
"nanoid": "^3.1.12",
7474
"ncp": "^2.0.0",
7575
"pako": "^2.0.4",
7676
"peer-id": "^0.15.1",

‎packages/ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"interface-ipfs-core": "^0.149.0",
139139
"ipfsd-ctl": "^10.0.3",
140140
"iso-url": "^1.0.0",
141-
"nanoid": "3.1.23",
141+
"nanoid": "^3.1.12",
142142
"p-defer": "^3.0.0",
143143
"rimraf": "^3.0.2",
144144
"sinon": "^11.1.1"

‎packages/ipfs-http-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"merge-options": "^3.0.4",
6161
"multiaddr": "^10.0.0",
6262
"multiformats": "^9.4.1",
63-
"nanoid": "3.1.23",
63+
"nanoid": "^3.1.12",
6464
"native-abort-controller": "^1.0.3",
6565
"parse-duration": "^1.0.0",
6666
"stream-to-it": "^0.2.2",

0 commit comments

Comments
 (0)
This repository has been archived.