From 63b2dec80a0b72515240b383ad570b3994b892fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 01:02:42 +0000 Subject: [PATCH] fix(deps): update adobe fixes (#446) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3b74422..589854fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,8 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.2", "@adobe/helix-universal-logger": "3.0.18", - "@adobe/spacecat-shared-data-access": "1.41.1", - "@adobe/spacecat-shared-http-utils": "1.6.0", + "@adobe/spacecat-shared-data-access": "1.41.2", + "@adobe/spacecat-shared-http-utils": "1.6.1", "@adobe/spacecat-shared-ims-client": "1.3.12", "@adobe/spacecat-shared-rum-api-client": "2.7.3", "@adobe/spacecat-shared-slack-client": "1.3.11", @@ -276,9 +276,9 @@ } }, "node_modules/@adobe/spacecat-shared-data-access": { - "version": "1.41.1", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-1.41.1.tgz", - "integrity": "sha512-4Vapbd373rTqrhyztwnULCyb/7XVLyi2DJAWTPA+AdwWaGo8ar7xOVHx7BN7v+UAWNUf3PwjRiIXCzh0ZncxFw==", + "version": "1.41.2", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-1.41.2.tgz", + "integrity": "sha512-jUEJzY6gUnFBDcG9sMsVCND2WQQsFHMRe/9HNN7zjlGkMVA3CaxsajKSydZOur7dq6NK9326k/86revrkonv1A==", "license": "Apache-2.0", "dependencies": { "@adobe/spacecat-shared-dynamo": "1.2.5", @@ -1414,9 +1414,9 @@ } }, "node_modules/@adobe/spacecat-shared-http-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-http-utils/-/spacecat-shared-http-utils-1.6.0.tgz", - "integrity": "sha512-IG5azY3h12GEuVDsmkcO5T8kr+tbIMMAFpfeRFO5GI07Nx1QpTGDywRsXZuaFUrhyZxUrnxFx2oDVbqZ7Tekcg==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-http-utils/-/spacecat-shared-http-utils-1.6.1.tgz", + "integrity": "sha512-zm9QnAqBOWQMmpN+2WJHkVa9/nkfDagjhqcQ3eauU8+ZJscXBc4r7zQjaLeDv9zAn+Yn/nD2Og8pKmOAB273Qg==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", diff --git a/package.json b/package.json index 65b131f6..cd0e835a 100644 --- a/package.json +++ b/package.json @@ -62,8 +62,8 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.2", "@adobe/helix-universal-logger": "3.0.18", - "@adobe/spacecat-shared-data-access": "1.41.1", - "@adobe/spacecat-shared-http-utils": "1.6.0", + "@adobe/spacecat-shared-data-access": "1.41.2", + "@adobe/spacecat-shared-http-utils": "1.6.1", "@adobe/spacecat-shared-ims-client": "1.3.12", "@adobe/spacecat-shared-rum-api-client": "2.7.3", "@adobe/spacecat-shared-slack-client": "1.3.11",