diff --git a/package-lock.json b/package-lock.json index 9a854369..5fb89e80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6898,6 +6898,12 @@ "dev": true, "license": "ISC" }, + "node_modules/graph-data-structure": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/graph-data-structure/-/graph-data-structure-4.0.0.tgz", + "integrity": "sha512-QQaIgq8nQmSxDdYT7F/bmn/5tmB17VPY0Vz+9nGL4QtvkcDphboq3pcwLL4k0cX7nK+UWMScnNPf47vPNCPCFQ==", + "license": "MIT" + }, "node_modules/graphemer": { "version": "1.4.0", "dev": true, @@ -17763,7 +17769,8 @@ "dependencies": { "@adobe/helix-universal": "5.0.5", "@adobe/spacecat-helix-content-sdk": "1.1.7", - "@adobe/spacecat-shared-utils": "1.19.6" + "@adobe/spacecat-shared-utils": "1.19.6", + "graph-data-structure": "4.0.0" }, "devDependencies": { "chai": "5.1.1", @@ -18185,7 +18192,7 @@ }, "packages/spacecat-shared-data-access": { "name": "@adobe/spacecat-shared-data-access", - "version": "1.43.4", + "version": "1.44.0", "license": "Apache-2.0", "dependencies": { "@adobe/spacecat-shared-dynamo": "1.2.5",