diff --git a/package-lock.json b/package-lock.json index 4feed8c..f1ccd80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@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.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-slack-client": "1.3.12", @@ -1498,9 +1498,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", @@ -1510,6 +1510,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 7f1f61d..5fefee9 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@adobe/spacecat-shared-rum-api-client": "2.7.3", "@adobe/spacecat-shared-http-utils": "1.6.7", "@adobe/spacecat-shared-utils": "1.19.5", - "@adobe/spacecat-shared-data-access": "1.42.0", + "@adobe/spacecat-shared-data-access": "1.43.0", "@adobe/spacecat-shared-slack-client": "1.3.12", "comma-number": "2.1.0", "human-format": "1.2.0"