Skip to content

Commit 7a18f69

Browse files
authored
1 parent 237d33b commit 7a18f69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/check-response.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const errors = require('./errors.js')
44
const { Response } = require('minipass-fetch')
55
const defaultOpts = require('./default-opts.js')
6-
const log = require('proc-log')
6+
const { log } = require('proc-log')
77
const { redact: cleanUrl } = require('@npmcli/redact')
88

99
/* eslint-disable-next-line max-len */

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"minipass-json-stream": "^1.0.1",
3939
"minizlib": "^2.1.2",
4040
"npm-package-arg": "^11.0.0",
41-
"proc-log": "^3.0.0"
41+
"proc-log": "^4.0.0"
4242
},
4343
"devDependencies": {
4444
"@npmcli/eslint-config": "^4.0.0",

0 commit comments

Comments
 (0)