diff --git a/package-lock.json b/package-lock.json index 287dbe06..44bf6504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,9 +22,9 @@ } }, "@adobe/helix-fetch": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-1.8.0.tgz", - "integrity": "sha512-+onLBaL1hMSjyrMUSEKJLUb6nE7h924qV1Y2N1MNU9VA6RmhpGJYfFNZfkjP38NkPrJkgnFT7BlltjVQ2bd6IQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-1.8.1.tgz", + "integrity": "sha512-mtlGFhiM/ApdVnKBaT5R8aGi8j9wiWFlIkOo6I7hcwZ7w4zMxkIuxw7k9Xm771xZljVPDnQfTzpgm5OGCDsWnw==", "requires": { "fetch-h2": "^2.4.3", "get-stream": "^5.1.0", @@ -78,6 +78,21 @@ "git-log-parser": "1.2.0", "shelljs": "0.8.4", "yargs": "15.4.1" + }, + "dependencies": { + "@adobe/helix-fetch": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-1.8.0.tgz", + "integrity": "sha512-+onLBaL1hMSjyrMUSEKJLUb6nE7h924qV1Y2N1MNU9VA6RmhpGJYfFNZfkjP38NkPrJkgnFT7BlltjVQ2bd6IQ==", + "dev": true, + "requires": { + "fetch-h2": "^2.4.3", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.3", + "lru-cache": "^6.0.0", + "object-sizeof": "^1.5.3" + } + } } }, "@adobe/helix-shared": { @@ -103,6 +118,20 @@ "requires": { "@adobe/helix-fetch": "1.8.0", "@adobe/helix-log": "4.5.1" + }, + "dependencies": { + "@adobe/helix-fetch": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-1.8.0.tgz", + "integrity": "sha512-+onLBaL1hMSjyrMUSEKJLUb6nE7h924qV1Y2N1MNU9VA6RmhpGJYfFNZfkjP38NkPrJkgnFT7BlltjVQ2bd6IQ==", + "requires": { + "fetch-h2": "^2.4.3", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.3", + "lru-cache": "^6.0.0", + "object-sizeof": "^1.5.3" + } + } } }, "@adobe/helix-testutils": { diff --git a/package.json b/package.json index 1552add1..bf247559 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/adobe/helix-data-embed#readme", "dependencies": { - "@adobe/helix-fetch": "1.8.0", + "@adobe/helix-fetch": "1.8.1", "@adobe/helix-epsagon": "1.3.13", "@adobe/helix-onedrive-support": "2.9.0", "@adobe/helix-shared": "7.10.0",