Skip to content

Commit

Permalink
deps: proc-log@4.0.0 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 12, 2024
1 parent 1765111 commit 4ccd080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/npa.js
Expand Up @@ -10,7 +10,7 @@ const semver = require('semver')
const path = global.FAKE_WINDOWS ? require('path').win32 : require('path')
const validatePackageName = require('validate-npm-package-name')
const { homedir } = require('os')
const log = require('proc-log')
const { log } = require('proc-log')

const isWindows = process.platform === 'win32' || global.FAKE_WINDOWS
const hasSlashes = isWindows ? /\\|[/]/ : /[/]/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
],
"dependencies": {
"hosted-git-info": "^7.0.0",
"proc-log": "^3.0.0",
"proc-log": "^4.0.0",
"semver": "^7.3.5",
"validate-npm-package-name": "^5.0.0"
},
Expand Down

0 comments on commit 4ccd080

Please sign in to comment.