Skip to content

Commit 479ad00

Browse files
authoredApr 21, 2022
chore: update lilconfig version in package.json (#967)
For some reason in my dep tree, npm always resolves lilconfig@2.0.4 which has bug with async loading (fixed in 2.0.5: antonk52/lilconfig@0f68c45). That bug surfaces in libp2p with the following error: ``` TypeError: `[object Promise]` is not an Option Object at module.exports (libp2p/js-libp2p/node_modules/merge-options/index.js:164:10) at config (libp2p/js-libp2p/node_modules/aegir/src/config/user.js:168:39) at async main (libp2p/js-libp2p/node_modules/aegir/src/index.js:35:22) ``` After I forced 2.0.5 version, npm resolves correct version but this will ensure nobody resolves buggy version
1 parent 61335c1 commit 479ad00

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
@@ -238,7 +238,7 @@
238238
"globby": "^13.1.1",
239239
"it-glob": "^1.0.1",
240240
"kleur": "^4.1.4",
241-
"lilconfig": "^2.0.2",
241+
"lilconfig": "^2.0.5",
242242
"listr": "~0.14.2",
243243
"merge-options": "^3.0.4",
244244
"mocha": "^9.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.