From 24caebaaf256574df5cc1c2e90d508f07e44a8f9 Mon Sep 17 00:00:00 2001 From: Gar Date: Fri, 12 Apr 2024 11:10:59 -0700 Subject: [PATCH] deps: proc-log@4.0.0 --- lib/normalize.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/normalize.js b/lib/normalize.js index 350b3f3..e3b3798 100644 --- a/lib/normalize.js +++ b/lib/normalize.js @@ -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')} diff --git a/package.json b/package.json index 4f7a29d..dcd648b 100644 --- a/package.json +++ b/package.json @@ -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": {