From b0b5c5f7a34f69db18aa3b9d4afca6829064ac4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:00:36 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a34a631..27007e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@adobe/helix-status": "10.1.5", "@adobe/helix-universal": "5.4.1", "@adobe/helix-universal-logger": "3.0.29", - "@adobe/spacecat-shared-data-access": "3.53.0", + "@adobe/spacecat-shared-data-access": "3.55.0", "@adobe/spacecat-shared-data-access-v2": "npm:@adobe/spacecat-shared-data-access@2.109.0", "@adobe/spacecat-shared-google-client": "1.5.11", "@adobe/spacecat-shared-gpt-client": "1.6.22", @@ -39,7 +39,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "3.0.26", - "@adobe/helix-deploy": "14.0.2", + "@adobe/helix-deploy": "14.0.3", "@adobe/helix-universal": "5.4.1", "@adobe/helix-universal-devserver": "1.1.147", "@adobe/semantic-release-coralogix": "1.1.41", @@ -160,14 +160,14 @@ } }, "node_modules/@adobe/helix-deploy": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-14.0.2.tgz", - "integrity": "sha512-MFfbChDw050buZNMajjGckkT4Dol19vDDSLazE/ncnSzkiQI64tcb/EFvDNY+QV3CoISDs/hXshJeglyRWATAQ==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-14.0.3.tgz", + "integrity": "sha512-nKZiB242yfdUopSPiZmUu5PqXwCDTBSNstStckYDsOzrBP9CkcOWXuKFLnXbxJbBZndbNpHzrfxmhX01nJd8RA==", "dev": true, "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.3.0", - "@adobe/helix-shared-process-queue": "3.1.8", + "@adobe/helix-shared-process-queue": "3.1.9", "@aws-sdk/client-apigatewayv2": "3.1029.0", "@aws-sdk/client-lambda": "3.1029.0", "@aws-sdk/client-s3": "3.1029.0", @@ -499,9 +499,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-process-queue": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-process-queue/-/helix-shared-process-queue-3.1.8.tgz", - "integrity": "sha512-XRczDKqfEYJoXl6CnRRCZe9E/gnbR2BHHsJ93p5z91EypxtElEKIA9lf6SdTC1GAKUTGROApReBEjtp4LXv7Ug==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-process-queue/-/helix-shared-process-queue-3.1.9.tgz", + "integrity": "sha512-vL+twUkSm8bTemMWMBLgpbQjhA2sf+vdEuv3he6FckoNZ5bRUZkpEC8ibbUUYL5jNeM2THg7JdoCfV7kDwMcdg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -585,9 +585,9 @@ } }, "node_modules/@adobe/spacecat-shared-data-access": { - "version": "3.53.0", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-3.53.0.tgz", - "integrity": "sha512-WSV91iAkM9k8sJOw8qMUlZxugT0t8K7ewDKyQYpulVaLtdoQPfr2x9xNzwvrq/aFmbXTgfRjJjU6T+cnijQvdw==", + "version": "3.55.0", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-3.55.0.tgz", + "integrity": "sha512-SUPkpylenAf+vobrDG9VH7HxRxdP2rAv1KrODZHJwOvEwdiiBMkWY7c2H0CDE7TCG1PovIiVKPvjsX+QW7u8oQ==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.2.3", diff --git a/package.json b/package.json index 40dff6e..fd45241 100755 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@adobe/helix-status": "10.1.5", "@adobe/helix-universal": "5.4.1", "@adobe/helix-universal-logger": "3.0.29", - "@adobe/spacecat-shared-data-access": "3.53.0", + "@adobe/spacecat-shared-data-access": "3.55.0", "@adobe/spacecat-shared-data-access-v2": "npm:@adobe/spacecat-shared-data-access@2.109.0", "@adobe/spacecat-shared-google-client": "1.5.11", "@adobe/spacecat-shared-gpt-client": "1.6.22", @@ -107,7 +107,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "3.0.26", - "@adobe/helix-deploy": "14.0.2", + "@adobe/helix-deploy": "14.0.3", "@adobe/helix-universal": "5.4.1", "@adobe/helix-universal-devserver": "1.1.147", "@adobe/semantic-release-coralogix": "1.1.41",