From af0cf0a5421aa69b5adba06e69ea9d88ed1cfd96 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Jul 2020 17:53:31 +0000 Subject: [PATCH 1/2] fix(deps): update dependency @adobe/helix-fetch to v1.8.1 --- package-lock.json | 35 ++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 33 insertions(+), 4 deletions(-) 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", From 638e936653e30d18df7a3fb6ad9962b51928ba0b Mon Sep 17 00:00:00 2001 From: adobe-bot <30273922+adobe-bot@users.noreply.github.com> Date: Wed, 22 Jul 2020 13:53:55 -0400 Subject: [PATCH 2/2] chore(ci): trigger ci [skip action]