From 9097571c68d53281ccbcd750d0293970e3bcda37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 10:33:12 +0900 Subject: [PATCH] fix(deps): update dependency @adobe/helix-status to v9.0.2 (#144) * fix(deps): update dependency @adobe/helix-status to v9.0.2 * chore(ci): trigger ci [skip action] Co-authored-by: Renovate Bot Co-authored-by: adobe-bot <30273922+adobe-bot@users.noreply.github.com> --- package-lock.json | 51 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45b834c..2a52730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -383,12 +383,55 @@ } }, "@adobe/helix-status": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.1.tgz", - "integrity": "sha512-XDAhEmYAcAsk5SVlbFbTMqYNjsrQ3fB0RvrmIP6wiS1abD4cLE/r129FHbE/kyAGlAmnIUX3H44DUO1Fgrt0BQ==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.2.tgz", + "integrity": "sha512-2CN1ZXS1lhkTcWANEFcOJrAosGguwgmdQEBLvU7z0baE0+grqP89UI0cMCjNxf051uFXp2mvLPKCiHEtw0HrzA==", "requires": { - "@adobe/helix-fetch": "2.1.0", + "@adobe/helix-fetch": "2.1.3", "@adobe/helix-log": "4.5.3" + }, + "dependencies": { + "@adobe/helix-fetch": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-2.1.3.tgz", + "integrity": "sha512-53SqzKSNBIZFm7xdzke9k16Y5T5v3ds1DfWxNttNV8eHEY8d9Mzs7zuT5mCWy2YdL/h152UVYaGpsyRxq/UQ/A==", + "requires": { + "debug": "4.3.1", + "form-data": "3.0.0", + "get-stream": "6.0.0", + "http-cache-semantics": "4.1.0", + "lru-cache": "6.0.0", + "object-sizeof": "1.6.1" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "form-data": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz", + "integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "get-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", + "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==" + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } } }, "@adobe/openwhisk-action-logger": { diff --git a/package.json b/package.json index 1abdb5c..1b0f21d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@adobe/helix-fetch": "2.1.0", "@adobe/helix-shared": "7.19.5", - "@adobe/helix-status": "9.0.1", + "@adobe/helix-status": "9.0.2", "@adobe/openwhisk-action-logger": "2.3.1", "@adobe/openwhisk-action-utils": "4.4.0" },