diff --git a/package-lock.json b/package-lock.json index b2bab628..5adf8862 100644 --- a/package-lock.json +++ b/package-lock.json @@ -348,55 +348,12 @@ } }, "@adobe/helix-status": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.2.tgz", - "integrity": "sha512-2CN1ZXS1lhkTcWANEFcOJrAosGguwgmdQEBLvU7z0baE0+grqP89UI0cMCjNxf051uFXp2mvLPKCiHEtw0HrzA==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.3.tgz", + "integrity": "sha512-heWzdwluFS/6PqMTxeFacO0VK6uzJfJICwXPaddalx3qP4a35ZWvqeKXdHu7xnieW7SsVZVjFx2yxW1yICOKtA==", "requires": { - "@adobe/helix-fetch": "2.1.3", + "@adobe/helix-fetch": "2.1.4", "@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/helix-testutils": { diff --git a/package.json b/package.json index 9c30b2a9..ced9cb7f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@adobe/helix-fetch": "2.1.4", "@adobe/helix-onedrive-support": "3.1.6", "@adobe/helix-shared": "7.19.7", - "@adobe/helix-status": "9.0.2", + "@adobe/helix-status": "9.0.3", "@adobe/openwhisk-action-logger": "2.3.1", "@adobe/openwhisk-action-utils": "4.4.0", "@flighter/a1-notation": "1.0.7",