diff --git a/package-lock.json b/package-lock.json index 2890ea7d..4e9daf62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -178,12 +178,13 @@ } }, "@adobe/helix-status": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-8.2.3.tgz", - "integrity": "sha512-SjwbDfABCP0x4vYZ+Rl9FjW6/rWBXK0SVnB6wUn3DYNiujwL/x5tm/8hoxnJbfaCSofudbDMayoXb/DyuCPfhQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.0.tgz", + "integrity": "sha512-6mqu7JgLBL7MBxPaxBQiOpR8BGT41i2gilumC6HRLPsBT78M97SPzx3QDG2Uj60kwt6O9Tn7TXIM1+iAjjk6DQ==", "requires": { "@adobe/helix-fetch": "1.9.2", - "@adobe/helix-log": "4.5.3" + "@adobe/helix-log": "4.5.3", + "node-fetch": "2.6.1" }, "dependencies": { "@adobe/helix-log": { diff --git a/package.json b/package.json index 391bb0e0..637a2f79 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@adobe/helix-epsagon": "1.5.5", "@adobe/helix-onedrive-support": "3.1.5", "@adobe/helix-shared": "7.18.0", - "@adobe/helix-status": "8.2.3", + "@adobe/helix-status": "9.0.0", "@adobe/openwhisk-action-logger": "2.3.0", "@adobe/openwhisk-action-utils": "4.4.0", "@flighter/a1-notation": "1.0.6",