diff --git a/package-lock.json b/package-lock.json index 77846216..0e5e3319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@adobe/helix-universal": "5.0.5", "@adobe/helix-universal-logger": "3.0.18", "@adobe/spacecat-shared-ahrefs-client": "1.5.0", - "@adobe/spacecat-shared-data-access": "1.42.0", + "@adobe/spacecat-shared-data-access": "1.43.0", "@adobe/spacecat-shared-http-utils": "1.6.7", "@adobe/spacecat-shared-rum-api-client": "2.7.3", "@adobe/spacecat-shared-rum-api-client-v1": "npm:@adobe/spacecat-shared-rum-api-client@1.8.4", @@ -2117,9 +2117,9 @@ } }, "node_modules/@adobe/spacecat-shared-data-access": { - "version": "1.42.0", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-1.42.0.tgz", - "integrity": "sha512-HV7dTyLeCNrFYHopnwiVHFZUpfCyAk69zViwTIv92vN9XE0gbXXHboJQc73Z/9XsVmpz6v3F/R5Hrud+kQx48w==", + "version": "1.43.0", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-1.43.0.tgz", + "integrity": "sha512-CmgKKuWnEPAdEpb7rc4mVTOmjM/CuTeTA9CKQeyJmgJ0V3Sc9rSLVZoGFLMyUsVNAgO9eZTGiK/HGGajubsmMg==", "license": "Apache-2.0", "dependencies": { "@adobe/spacecat-shared-dynamo": "1.2.5", @@ -2129,6 +2129,10 @@ "@types/joi": "17.2.3", "joi": "17.13.3", "uuid": "10.0.0" + }, + "engines": { + "node": "^20.0.0 <21.0.0", + "npm": "^10.0.0 <11.0.0" } }, "node_modules/@adobe/spacecat-shared-data-access/node_modules/@adobe/spacecat-shared-utils": { diff --git a/package.json b/package.json index 83317990..cfedf851 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@adobe/helix-universal": "5.0.5", "@adobe/helix-universal-logger": "3.0.18", "@adobe/spacecat-shared-ahrefs-client": "1.5.0", - "@adobe/spacecat-shared-data-access": "1.42.0", + "@adobe/spacecat-shared-data-access": "1.43.0", "@adobe/spacecat-shared-http-utils": "1.6.7", "@adobe/spacecat-shared-rum-api-client": "2.7.3", "@adobe/spacecat-shared-rum-api-client-v1": "npm:@adobe/spacecat-shared-rum-api-client@1.8.4",