diff --git a/package-lock.json b/package-lock.json index 4826593..6d09d51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@adobe/helix-status": "10.1.5", "@adobe/helix-universal": "5.2.3", "@adobe/helix-universal-logger": "3.0.28", - "@adobe/spacecat-shared-data-access": "2.62.2", + "@adobe/spacecat-shared-data-access": "2.64.0", "@adobe/spacecat-shared-http-utils": "1.17.3", "@adobe/spacecat-shared-ims-client": "1.8.12", "@adobe/spacecat-shared-rum-api-client": "2.37.6", @@ -2163,9 +2163,9 @@ "license": "BSD-2-Clause" }, "node_modules/@adobe/spacecat-shared-data-access": { - "version": "2.62.2", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-2.62.2.tgz", - "integrity": "sha512-G8Ui0PhHEFL0jgedjCoed6eG+lL4ybzur0WZcudMu0niMMTz9jCyNhnbyzQKf2RVXbQXakJBcMD2wtqBwkWh2g==", + "version": "2.64.0", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-2.64.0.tgz", + "integrity": "sha512-zFO74WE97GkgHeOkwptyiyyAlSTqz4uD0+bn3LuEuLfkJIuXS5pAVBPWOsnJ4duEqkfverMe9xF3jQYcwiWyKA==", "license": "Apache-2.0", "dependencies": { "@adobe/spacecat-shared-utils": "1.49.0", @@ -4564,6 +4564,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", @@ -6781,21 +6796,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 0c4dfbe..23b73c6 100755 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@adobe/helix-universal-logger": "3.0.28", "@adobe/spacecat-shared-rum-api-client": "2.37.6", "@adobe/spacecat-shared-ims-client": "1.8.12", - "@adobe/spacecat-shared-data-access": "2.62.2", + "@adobe/spacecat-shared-data-access": "2.64.0", "@adobe/spacecat-shared-http-utils": "1.17.3", "@adobe/spacecat-shared-slack-client": "^1.3.12", "@adobe/spacecat-shared-utils": "1.50.7",