Skip to content

Commit

Permalink
deps: update proc-log (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 6, 2024
1 parent 837dfbc commit 3f3137b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/lib/log.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const log = require('proc-log')
const { log } = require('proc-log')
const SYMBOL = Symbol('doc-log')

module.exports = Object.fromEntries(Object.entries(log).map(([k, v]) => [k, (...a) => v(SYMBOL, ...a)]))
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"minimatch": "^9.0.3",
"minipass": "^7.0.4",
"pacote": "^18.0.3",
"proc-log": "^3.0.0",
"proc-log": "^4.2.0",
"semver": "^7.5.4",
"tar": "^7.0.1",
"yaml": "^2.3.4"
Expand Down
10 changes: 9 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f3137b

Please sign in to comment.