Skip to content

Commit

Permalink
deps: proc-log@4.0.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 12, 2024
1 parent 237d33b commit 7a18f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/check-response.js
Expand Up @@ -3,7 +3,7 @@
const errors = require('./errors.js')
const { Response } = require('minipass-fetch')
const defaultOpts = require('./default-opts.js')
const log = require('proc-log')
const { log } = require('proc-log')
const { redact: cleanUrl } = require('@npmcli/redact')

/* eslint-disable-next-line max-len */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^11.0.0",
"proc-log": "^3.0.0"
"proc-log": "^4.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down

0 comments on commit 7a18f69

Please sign in to comment.