Skip to content

Commit 7086a18

Browse files
committed
Fix bug in node v10 and before, where it'd crash when attempting to stringify the `npmlog` object.
1 parent c2d7e9f commit 7086a18

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

node_modules/libcipm/CHANGELOG.md

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/libcipm/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/libcipm/package.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"is-cidr": "^3.0.0",
7474
"json-parse-better-errors": "^1.0.2",
7575
"lazy-property": "~1.0.0",
76-
"libcipm": "^4.0.2",
76+
"libcipm": "^4.0.3",
7777
"libnpm": "^3.0.1",
7878
"libnpmaccess": "^3.0.2",
7979
"libnpmhook": "^5.0.3",

0 commit comments

Comments
 (0)