diff --git a/package-lock.json b/package-lock.json index 3171381c..83f42424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@adobe/helix-status": "10.1.5", "@adobe/helix-universal": "5.2.2", "@adobe/helix-universal-logger": "3.0.27", - "@adobe/spacecat-shared-data-access": "2.62.0", + "@adobe/spacecat-shared-data-access": "2.62.1", "@adobe/spacecat-shared-http-utils": "1.17.2", "@adobe/spacecat-shared-ims-client": "1.8.10", "@adobe/spacecat-shared-rum-api-client": "2.37.3", @@ -2147,9 +2147,9 @@ "license": "BSD-2-Clause" }, "node_modules/@adobe/spacecat-shared-data-access": { - "version": "2.62.0", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-2.62.0.tgz", - "integrity": "sha512-3ommDIBj/rjSM0/Yr7woeGlT+1WXqwkKnJQdP5mRgJuoZZCYbg0GLUXqiVbosSBEVWwHEWnYz0BnAUGyCd7t8w==", + "version": "2.62.1", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-2.62.1.tgz", + "integrity": "sha512-6JzHL8NA+zLQSw402fJL/b0q39shWiYlb61gI/kdR92BZLFkL6XdBAgZKCvbmYeZReuMLX4aeoYiiF6kLAYvUg==", "license": "Apache-2.0", "dependencies": { "@adobe/spacecat-shared-utils": "1.49.0", @@ -4524,6 +4524,21 @@ "node": ">=18.0.0" } }, + "node_modules/@adobe/spacecat-shared-data-access/node_modules/@adobe/spacecat-shared-data-access/node_modules/@aws-sdk/util-dynamodb": { + "version": "3.859.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-dynamodb/-/util-dynamodb-3.859.0.tgz", + "integrity": "sha512-NsV8PoPg0dq3TkAMiFF2J31k+AZa3ibB5ChpffNrboRhlISQyUZiWJV5Pv6lMKDKyo8TkRhxAoQDUr9spNs2cg==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-dynamodb": "^3.859.0" + } + }, "node_modules/@adobe/spacecat-shared-data-access/node_modules/@adobe/spacecat-shared-data-access/node_modules/@aws-sdk/util-endpoints": { "version": "3.848.0", "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.848.0.tgz", @@ -6718,21 +6733,6 @@ "node": ">=18.0.0" } }, - "node_modules/@adobe/spacecat-shared-data-access/node_modules/@aws-sdk/util-dynamodb": { - "version": "3.859.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-dynamodb/-/util-dynamodb-3.859.0.tgz", - "integrity": "sha512-NsV8PoPg0dq3TkAMiFF2J31k+AZa3ibB5ChpffNrboRhlISQyUZiWJV5Pv6lMKDKyo8TkRhxAoQDUr9spNs2cg==", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "@aws-sdk/client-dynamodb": "^3.859.0" - } - }, "node_modules/@adobe/spacecat-shared-data-access/node_modules/@aws-sdk/util-endpoints": { "version": "3.862.0", "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.862.0.tgz", diff --git a/package.json b/package.json index f76bfe7b..0abe5784 100755 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@adobe/helix-universal-logger": "3.0.27", "@adobe/spacecat-shared-rum-api-client": "2.37.3", "@adobe/spacecat-shared-ims-client": "1.8.10", - "@adobe/spacecat-shared-data-access": "2.62.0", + "@adobe/spacecat-shared-data-access": "2.62.1", "@adobe/spacecat-shared-http-utils": "1.17.2", "@adobe/spacecat-shared-slack-client": "^1.3.12", "@adobe/spacecat-shared-utils": "1.50.4",