diff --git a/package-lock.json b/package-lock.json index 47ac5955..7df766e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -363,9 +363,9 @@ } }, "@adobe/helix-shared": { - "version": "7.19.12", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared/-/helix-shared-7.19.12.tgz", - "integrity": "sha512-9NpV9dDmpWB2fofSchcZCUm6H+GPaENUiz3WBhQ/uO3c37CjIxN20VZqJFY67WY3G9sG/31RLArNRFM5aOdwYA==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared/-/helix-shared-7.20.0.tgz", + "integrity": "sha512-nVDwckpCdrXcMtvIqcM5YqMdKjuY2OCsyN9TlYbGGodV7Bi06idvbhDGqW1rxOc5wQTUTH8PS2TVgV6a6xJdqQ==", "requires": { "@adobe/helix-fetch": "2.1.6", "@adobe/helix-log": "5.0.0", @@ -390,55 +390,12 @@ } }, "@adobe/helix-status": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.5.tgz", - "integrity": "sha512-U+HEFOV2yUV99j/4I2mm618P5M0JX6eFTtJnnnR2V6+MPB0RQb1pFE+9LO8D8pgIMMFFuvn0HKOKZsmD8vV2tw==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.6.tgz", + "integrity": "sha512-3p6Ln0drtSc7SMMA6U6dmsSv265mRwgv7AiacIL3abbn1kTnLcD4RaRaIZKeSsc3+9EJ7rnJLmgnMV2mdhg89w==", "requires": { - "@adobe/helix-fetch": "2.1.5", + "@adobe/helix-fetch": "2.1.6", "@adobe/helix-log": "5.0.0" - }, - "dependencies": { - "@adobe/helix-fetch": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-2.1.5.tgz", - "integrity": "sha512-2S2q0SgJnAKtwxpYGdFmlr+pxPrDf5Mqkf+8/1/W3DgNqDr5/8JYGoaRpUNzxuulpnsOfE22fTekhwJZYe8SzQ==", - "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/helix-testutils": { diff --git a/package.json b/package.json index 26e235c1..603b54e5 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ "@adobe/helix-epsagon": "1.5.8", "@adobe/helix-fetch": "2.1.6", "@adobe/helix-onedrive-support": "3.1.6", - "@adobe/helix-shared": "7.19.12", - "@adobe/helix-status": "9.0.5", + "@adobe/helix-shared": "7.20.0", + "@adobe/helix-status": "9.0.6", "@adobe/openwhisk-action-logger": "2.4.1", "@adobe/openwhisk-action-utils": "4.4.1", "@flighter/a1-notation": "1.0.7",