From a8cb5e8c53edc969e50f311cc2421ff604ab15f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Oct 2020 00:49:45 +0000 Subject: [PATCH 1/2] fix(deps): update dependency @adobe/openwhisk-action-logger to v2.2.1 --- package-lock.json | 29 +++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ee56cee..4ffc8e4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -617,12 +617,33 @@ } }, "@adobe/openwhisk-action-logger": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@adobe/openwhisk-action-logger/-/openwhisk-action-logger-2.2.0.tgz", - "integrity": "sha512-pqq3cVGWc+pPJP2rkYMGUa+89LFDEK7DrRqwkrKyyPDM5zJKRTX0odjouONdY29SHofwlJF/Jr1lDwvjOgZJBw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@adobe/openwhisk-action-logger/-/openwhisk-action-logger-2.2.1.tgz", + "integrity": "sha512-IbNjC4hCfYp4A8nCbNcMw9C3TYteFRehE8giX845P3U4D2KS+0LZjC97S26YTqS7in/FIoPstmRhbKoL0PMZ/Q==", "requires": { - "@adobe/helix-log": "4.5.1", + "@adobe/helix-log": "4.5.2", "cls-hooked": "^4.2.2" + }, + "dependencies": { + "@adobe/helix-log": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-4.5.2.tgz", + "integrity": "sha512-RtL5g975dmdt5H7Fl8Wenf98wsnAFyLpLQymBEAQN6LSQjiTtsQUl8tL5KoCfvjn4ep22C3cWLg8y+qD44ur8Q==", + "requires": { + "big.js": "^6.0.0", + "colorette": "^1.1.0", + "ferrum": "^1.7.0", + "phin": "^3.4.1", + "polka": "^0.5.2", + "triple-beam": "^1.3.0", + "winston-transport": "^4.3.0" + } + }, + "big.js": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-6.0.1.tgz", + "integrity": "sha512-o2EROPS1CEOLYNJKDRvmfVxpP9YTQxBSW0nJrpCpBjB5TEg3XYUt+WZHqrOVi/53GcQk8KFfNE08ZLpiD4iA2A==" + } } }, "@adobe/openwhisk-action-utils": { diff --git a/package.json b/package.json index 644a7422..67bdace2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@adobe/helix-onedrive-support": "3.0.0", "@adobe/helix-shared": "7.16.0", "@adobe/helix-status": "8.2.1", - "@adobe/openwhisk-action-logger": "2.2.0", + "@adobe/openwhisk-action-logger": "2.2.1", "@adobe/openwhisk-action-utils": "4.3.1", "@flighter/a1-notation": "1.0.6", "googleapis": "61.0.0", From e6cef49b94dea9bce6c49693561dabc84c1c6f5d Mon Sep 17 00:00:00 2001 From: adobe-bot <30273922+adobe-bot@users.noreply.github.com> Date: Sun, 11 Oct 2020 20:50:05 -0400 Subject: [PATCH 2/2] chore(ci): trigger ci [skip action]