Skip to content

Commit b983531

Browse files
authored
fix: pin nanoid version (#3807)
`[email protected]` started shipping browser overrides in package.json that break browserify, jest, etc. Pin the version to `3.1.23` until the situation is resolved. Refs: ai/nanoid#295
1 parent 59e7a7b commit b983531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.12",
63+
"nanoid": "3.1.23",
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)