From ca21fe4d77665231aa493ab4f924e8c802e9efcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 12:37:31 +0900 Subject: [PATCH] fix(deps): update dependency @adobe/helix-log to v5 (#285) Co-authored-by: Renovate Bot --- package-lock.json | 33 +++------------------------------ package.json | 2 +- 2 files changed, 4 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61043198..0281d5ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@adobe/helix-log": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-4.5.3.tgz", - "integrity": "sha512-4sQaXRs3APFfipgF0pA3ZAvsC6U+oJOGrCdDBFPQRMBIHSLo2PssbiAEyiVFPwJHlCT/fTVioDZSyl3Hye+Gsw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-5.0.0.tgz", + "integrity": "sha512-jk8gokj6eyC0csnQlQpsJ71ysqkQtMDt99mSJsiN/gdBx5JWFu4sKRudUfcdAjLxREb2tXkf3r0LTPHpcvuMtQ==", "requires": { "big.js": "^6.0.0", "colorette": "^1.1.0", @@ -16,16 +16,6 @@ "polka": "^0.5.2", "triple-beam": "^1.3.0", "winston-transport": "^4.3.0" - }, - "dependencies": { - "ferrum": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/ferrum/-/ferrum-1.7.0.tgz", - "integrity": "sha512-Ycr5nz/Pj7HsIqx+dZgAq27nq35bSzNzwsUbc4vFPl9PG1OgrzwDH57noH6blT7gh1XzKnqEYGrSYDU+4Vy2VA==", - "requires": { - "lodash.isplainobject": "4.0.6" - } - } } }, "@arr/every": { @@ -11500,7 +11490,6 @@ "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -13260,22 +13249,6 @@ "requires": { "readable-stream": "^2.3.7", "triple-beam": "^1.2.0" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - } } }, "word-wrap": { diff --git a/package.json b/package.json index 7189533e..82f3f7bb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test-ci": "nyc --reporter=text --reporter=lcov --check-coverage --branches 80 --statements 95 --lines 95 mocha --reporter xunit --reporter-options output=./junit/test-results.xml; codecov" }, "dependencies": { - "@adobe/helix-log": "4.5.3", + "@adobe/helix-log": "5.0.0", "es2015-i18n-tag": "1.6.1", "ferrum": "1.7.0", "fs-extra": "9.1.0",