diff --git a/package-lock.json b/package-lock.json index 24d28b920..d95e9e4bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3831,6 +3831,92 @@ "node": ">= 10" } }, + "node_modules/@ts-graphviz/adapter": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@ts-graphviz/adapter/-/adapter-2.0.5.tgz", + "integrity": "sha512-K/xd2SJskbSLcUz9uYW9IDy26I3Oyutj/LREjJgcuLMxT3um4sZfy9LiUhGErHjxLRaNcaDVGSsmWeiNuhidXg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "license": "MIT", + "dependencies": { + "@ts-graphviz/common": "^2.1.4" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@ts-graphviz/ast": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@ts-graphviz/ast/-/ast-2.0.5.tgz", + "integrity": "sha512-HVT+Bn/smDzmKNJFccwgrpJaEUMPzXQ8d84JcNugzTHNUVgxAIe2Vbf4ug351YJpowivQp6/N7XCluQMjtgi5w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "license": "MIT", + "dependencies": { + "@ts-graphviz/common": "^2.1.4" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@ts-graphviz/common": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@ts-graphviz/common/-/common-2.1.4.tgz", + "integrity": "sha512-PNEzOgE4vgvorp/a4Ev26jVNtiX200yODoyPa8r6GfpPZbxWKW6bdXF6xWqzMkQoO1CnJOYJx2VANDbGqCqCCw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/@ts-graphviz/core": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@ts-graphviz/core/-/core-2.0.5.tgz", + "integrity": "sha512-YwaCGAG3Hs0nhxl+2lVuwuTTAK3GO2XHqOGvGIwXQB16nV858rrR5w2YmWCw9nhd11uLTStxLsCAhI9koWBqDA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "license": "MIT", + "dependencies": { + "@ts-graphviz/ast": "^2.0.5", + "@ts-graphviz/common": "^2.1.4" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@tsconfig/node10": { "version": "1.0.9", "dev": true, @@ -16842,14 +16928,28 @@ "license": "MIT" }, "node_modules/ts-graphviz": { - "version": "1.5.5", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/ts-graphviz/-/ts-graphviz-2.1.4.tgz", + "integrity": "sha512-0g465/ES70H0h5rcLUqaenKqNYekQaR9W0m0xUGy3FxueGujpGr+0GN2YWlgLIYSE2Xg0W7Uq1Qqnn7Cg+Af2w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], "license": "MIT", - "engines": { - "node": ">=14.16" + "dependencies": { + "@ts-graphviz/adapter": "^2.0.5", + "@ts-graphviz/ast": "^2.0.5", + "@ts-graphviz/common": "^2.1.4", + "@ts-graphviz/core": "^2.0.5" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/kamiazya" + "engines": { + "node": ">=18" } }, "node_modules/ts-invariant": { @@ -17864,7 +17964,7 @@ "dependencies": { "@apollo/federation-internals": "2.9.3", "deep-equal": "^2.0.5", - "ts-graphviz": "^1.5.4", + "ts-graphviz": "^2.0.0", "uuid": "^9.0.0" }, "engines": { diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index 4f92cceb7..3039c09bb 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -25,7 +25,7 @@ "dependencies": { "@apollo/federation-internals": "2.9.3", "deep-equal": "^2.0.5", - "ts-graphviz": "^1.5.4", + "ts-graphviz": "^2.0.0", "uuid": "^9.0.0" }, "publishConfig": {