From 86e5804df604f2d6115f366012f3cc4efca93249 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 07:35:13 +0900 Subject: [PATCH] fix(deps): update dependency @adobe/helix-status to v9.2.5 (#408) * fix(deps): update dependency @adobe/helix-status to v9.2.5 * 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 | 45 +++++++++++---------------------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac221d7..edb68c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@adobe/helix-fetch": "3.0.2", "@adobe/helix-shared-config": "1.7.7", "@adobe/helix-shared-wrap": "1.0.1", - "@adobe/helix-status": "9.2.4", + "@adobe/helix-status": "9.2.5", "@adobe/helix-universal-logger": "2.0.1" }, "devDependencies": { @@ -304,24 +304,11 @@ "integrity": "sha512-LkDX1p2IiutqxbSSjWo0mbVszAPcQLXogiOzDbxvYItAjLXL5FyItJbOYH5zKoM/qJCWN7uQw402MQ1+dUcM8g==" }, "node_modules/@adobe/helix-status": { - "version": "9.2.4", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.2.4.tgz", - "integrity": "sha512-fGyLWkhrmXzrbKkpKGtXpjbXaOltUMWZqrhErPVVgIHRVGyPqWOJwIT6BdrR607aXFNDpAgzRq4rHY4wpfh6Cw==", + "version": "9.2.5", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.2.5.tgz", + "integrity": "sha512-yonpgf6nHfR7dOGO596qckwnK+mvcdUj8QETOCTVR2QkVJNP+xxmPhMXthP18M7MqAx8+FRN7qwuIe1CpX7wiw==", "dependencies": { - "@adobe/helix-fetch": "3.0.0" - } - }, - "node_modules/@adobe/helix-status/node_modules/@adobe/helix-fetch": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-3.0.0.tgz", - "integrity": "sha512-yvkOBwXLYchH/ql/KZ0Rp7QLuw0J38q0ZgOiPeF4ZPrBFfyJD6HmAX5AjvHEaofOyPKIJmlZb5KD+6kjE+01kg==", - "dependencies": { - "debug": "4.3.2", - "http-cache-semantics": "4.1.0", - "lru-cache": "6.0.0" - }, - "engines": { - "node": ">=12.0" + "@adobe/helix-fetch": "3.0.2" } }, "node_modules/@adobe/helix-universal": { @@ -6114,6 +6101,7 @@ "version": "4.3.2", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, "dependencies": { "ms": "2.1.2" }, @@ -18078,23 +18066,11 @@ "integrity": "sha512-LkDX1p2IiutqxbSSjWo0mbVszAPcQLXogiOzDbxvYItAjLXL5FyItJbOYH5zKoM/qJCWN7uQw402MQ1+dUcM8g==" }, "@adobe/helix-status": { - "version": "9.2.4", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.2.4.tgz", - "integrity": "sha512-fGyLWkhrmXzrbKkpKGtXpjbXaOltUMWZqrhErPVVgIHRVGyPqWOJwIT6BdrR607aXFNDpAgzRq4rHY4wpfh6Cw==", + "version": "9.2.5", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.2.5.tgz", + "integrity": "sha512-yonpgf6nHfR7dOGO596qckwnK+mvcdUj8QETOCTVR2QkVJNP+xxmPhMXthP18M7MqAx8+FRN7qwuIe1CpX7wiw==", "requires": { - "@adobe/helix-fetch": "3.0.0" - }, - "dependencies": { - "@adobe/helix-fetch": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-3.0.0.tgz", - "integrity": "sha512-yvkOBwXLYchH/ql/KZ0Rp7QLuw0J38q0ZgOiPeF4ZPrBFfyJD6HmAX5AjvHEaofOyPKIJmlZb5KD+6kjE+01kg==", - "requires": { - "debug": "4.3.2", - "http-cache-semantics": "4.1.0", - "lru-cache": "6.0.0" - } - } + "@adobe/helix-fetch": "3.0.2" } }, "@adobe/helix-universal": { @@ -22942,6 +22918,7 @@ "version": "4.3.2", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, "requires": { "ms": "2.1.2" } diff --git a/package.json b/package.json index e9605f4..f01a883 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@adobe/helix-fetch": "3.0.2", "@adobe/helix-shared-config": "1.7.7", "@adobe/helix-shared-wrap": "1.0.1", - "@adobe/helix-status": "9.2.4", + "@adobe/helix-status": "9.2.5", "@adobe/helix-universal-logger": "2.0.1" }, "devDependencies": {