From 69881c9c5e7131e4c7100e3033de4d038ca5689e Mon Sep 17 00:00:00 2001 From: Ravi Kiran Papani Date: Mon, 3 Mar 2025 23:11:09 -0800 Subject: [PATCH] fix: bearer token --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2acacb1..8e13dc50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.5", "@adobe/helix-universal-logger": "3.0.23", - "@adobe/spacecat-shared-brand-client": "https://gitpkg.now.sh/adobe/spacecat-shared/packages/spacecat-shared-brand-client?ec699deb773be8802fe9bafee6d038475bb3a0ac", + "@adobe/spacecat-shared-brand-client": "https://gitpkg.now.sh/adobe/spacecat-shared/packages/spacecat-shared-brand-client?a698db36e2c43e0cc66527506a938b847ccef208", "@adobe/spacecat-shared-data-access": "https://gitpkg.now.sh/adobe/spacecat-shared/packages/spacecat-shared-data-access?fa1450db794a5dd13229c6f5c86a61c9d68dfdf6", "@adobe/spacecat-shared-gpt-client": "1.5.1", "@adobe/spacecat-shared-http-utils": "1.9.10", @@ -361,8 +361,8 @@ }, "node_modules/@adobe/spacecat-shared-brand-client": { "version": "1.0.0", - "resolved": "https://gitpkg.now.sh/adobe/spacecat-shared/packages/spacecat-shared-brand-client?ec699deb773be8802fe9bafee6d038475bb3a0ac", - "integrity": "sha512-uZnvIiiUPU75+bdSx9LSnOOF4QsL3nTL70sQuWW0wLQNdsTL1dbKJj0Ah2EX6WF03lFdZrg+47LR2RIOjNdmbQ==", + "resolved": "https://gitpkg.now.sh/adobe/spacecat-shared/packages/spacecat-shared-brand-client?a698db36e2c43e0cc66527506a938b847ccef208", + "integrity": "sha512-Jfd5qybx3IRxxUQLYv3Nkb2/V/5pkzlUemfo5OYF+9IZpajIjCdQtY6M0o+X9dGaLbt1hmMFP2Jap3uHtNYnGg==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.11", diff --git a/package.json b/package.json index 81273e3a..501e9ed2 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@adobe/spacecat-shared-http-utils": "1.9.10", "@adobe/spacecat-shared-ims-client": "1.5.6", "@adobe/spacecat-shared-rum-api-client": "2.21.1", - "@adobe/spacecat-shared-brand-client": "https://gitpkg.now.sh/adobe/spacecat-shared/packages/spacecat-shared-brand-client?ec699deb773be8802fe9bafee6d038475bb3a0ac", + "@adobe/spacecat-shared-brand-client": "https://gitpkg.now.sh/adobe/spacecat-shared/packages/spacecat-shared-brand-client?a698db36e2c43e0cc66527506a938b847ccef208", "@adobe/spacecat-shared-slack-client": "1.5.6", "@adobe/spacecat-shared-utils": "1.33.1", "@aws-sdk/client-s3": "3.750.0",