Skip to content

Commit

Permalink
deps: proc-log@4.0.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Apr 12, 2024
1 parent b1e741b commit 28f09ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const valid = require('semver/functions/valid')
const clean = require('semver/functions/clean')
const fs = require('fs/promises')
const path = require('path')
const log = require('proc-log')
const { log } = require('proc-log')

/**
* @type {import('hosted-git-info')}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"hosted-git-info": "^7.0.0",
"json-parse-even-better-errors": "^3.0.0",
"normalize-package-data": "^6.0.0",
"proc-log": "^3.0.0",
"proc-log": "^4.0.0",
"semver": "^7.5.3"
},
"repository": {
Expand Down

0 comments on commit 28f09ed

Please sign in to comment.