From 9556310cf4a3fcaf0241934e20746fcc46c44971 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 May 2020 18:42:05 +0000 Subject: [PATCH 1/2] fix(deps): update @adobe --- package-lock.json | 27 +++++++++------------------ package.json | 4 ++-- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89bb6e7c..0324c9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,9 +22,9 @@ } }, "@adobe/helix-fetch": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-1.6.0.tgz", - "integrity": "sha512-YdZSt9/HLWblfU9QS+e/mRhLvEDrlqApOLfuSBVbW372KR+L16kSuJ6niR6WahmE+yfhmiRZEtCS877PM4G1DQ==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-1.6.1.tgz", + "integrity": "sha512-zDTJvyVQPA2/OJTVzAaQJnlxj81RxdPR24Jj8uVfr4tbxJqxF0lFM/kV7UVReNc0t6dgzRBCbYXWC3hIiHsazg==", "requires": { "fetch-h2": "^2.4.3", "get-stream": "^5.1.0", @@ -113,26 +113,17 @@ } }, "@adobe/helix-shared": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared/-/helix-shared-7.3.0.tgz", - "integrity": "sha512-trZqFEPEpLHnZ1GN9AcltjV2GDDxfVZQ7rUCSIS7DeITq9FKkwQ08o6raWziR6q01GX/7E5IEhCGWJ2z5li98Q==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared/-/helix-shared-7.3.2.tgz", + "integrity": "sha512-Cq5MzrzafRwlNUCG9xOzHiAAzzY8Evf5Qb+k/tKALCaBcnb9rD7HoLT1Np/9m+Y4phhnI/GBfERB4qnu0fZSqA==", "requires": { - "@adobe/helix-log": "^4.4.1", - "ajv": "^6.10.2", + "@adobe/helix-log": "^4.5.1", + "ajv": "^6.12.2", "ferrum": "^1.4.1", "fs-extra": "^9.0.0", - "lodash": "^4.17.15", - "object-hash": "^2.0.0", + "object-hash": "^2.0.3", "uri-js": "^4.2.2", - "uuid": "^8.0.0", "yaml": "1.9.2" - }, - "dependencies": { - "uuid": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz", - "integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==" - } } }, "@adobe/helix-status": { diff --git a/package.json b/package.json index 8b7ae6d0..fbf82329 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,10 @@ }, "homepage": "https://github.com/adobe/helix-data-embed#readme", "dependencies": { - "@adobe/helix-fetch": "1.6.0", + "@adobe/helix-fetch": "1.6.1", "@adobe/helix-epsagon": "1.3.1", "@adobe/helix-onedrive-support": "2.3.0", - "@adobe/helix-shared": "7.3.0", + "@adobe/helix-shared": "7.3.2", "@adobe/helix-status": "7.1.3", "@adobe/openwhisk-action-logger": "2.2.0", "@adobe/openwhisk-action-utils": "4.2.2", From ced89869e9ecd10573db2b6b288223b862f0dba6 Mon Sep 17 00:00:00 2001 From: adobe-bot <30273922+adobe-bot@users.noreply.github.com> Date: Mon, 25 May 2020 14:42:21 -0400 Subject: [PATCH 2/2] chore(ci): trigger ci [skip action]