From d42140bbda0d6f2c8066611f761cc34d07abc28e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 12:11:27 +0900 Subject: [PATCH] fix(deps): update dependency @adobe/helix-status to v9.1.2 (#205) * fix(deps): update dependency @adobe/helix-status to v9.1.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, 5 insertions(+), 48 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7aede3f..1757a59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -266,55 +266,12 @@ } }, "@adobe/helix-status": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.1.1.tgz", - "integrity": "sha512-uEBi1CPzNkAZI9IUqS8sMv5mDMZlNQ8WQgu1o4ueUc4BLFPFRQ/GSGe9Pb23MWykIFJlgL3nrEGHUZz0Pxe7Og==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.1.2.tgz", + "integrity": "sha512-ADC5cAeEgtic3tcJJ6lpmipKaZ0PQ2VUoEVknlvxsSmlH+KLSwZwVI/Eq0oUQ998XIR4eV4/vIiKqyCJRphM6A==", "requires": { - "@adobe/helix-fetch": "2.1.8", + "@adobe/helix-fetch": "2.1.9", "@adobe/helix-log": "5.0.0" - }, - "dependencies": { - "@adobe/helix-fetch": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-2.1.8.tgz", - "integrity": "sha512-SRNzBn3P8vdS7+KxZpEcweB5SHoH5R9frobRKupaPxHPqGBkd/qKSXgN8QDoCbxZAyosaHgoGqsa4UaEOhylWA==", - "requires": { - "debug": "4.3.1", - "form-data": "4.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": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "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 5cd5791..f08e5cf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@adobe/helix-fetch": "2.1.9", "@adobe/helix-shared": "7.21.7", - "@adobe/helix-status": "9.1.1", + "@adobe/helix-status": "9.1.2", "@adobe/openwhisk-action-logger": "2.4.1", "@adobe/openwhisk-action-utils": "4.4.1" },