From 1d3ad02aef72bb576f5fe835979ca23308783530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 08:09:21 +0000 Subject: [PATCH] chore(deps): update dependency ts-graphviz to v2 --- package-lock.json | 114 ++++++++++++++++++++++++++++++++--- query-graphs-js/package.json | 2 +- 2 files changed, 108 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca8578518..64edc1ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3831,6 +3831,92 @@ "node": ">= 10" } }, + "node_modules/@ts-graphviz/adapter": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@ts-graphviz/adapter/-/adapter-2.0.4.tgz", + "integrity": "sha512-fQMtFNeKEUy8yvQwzVxal6nbhnLMV5hfMGxugK6RBnAQ7R7ig6uTjHep6DKt3X/PpSf2A96NDgBLwfcv3OEE5w==", + "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.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@ts-graphviz/ast": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@ts-graphviz/ast/-/ast-2.0.4.tgz", + "integrity": "sha512-qCzhBW3fgLW1eMnbRnm4brvoXciOlJnQTlYPNqunz7TpUNolPst/bFcb53EUCBk2oo09AIX3fbRvdpJUvD7osQ==", + "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.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@ts-graphviz/common": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@ts-graphviz/common/-/common-2.1.3.tgz", + "integrity": "sha512-cGqlvgiAkHwlkItj6hgzcVTFAP0k5id7loHE7CnSEfGfCKBoDyG/KHhKJo5WdauZmqb82xKDheBhS73ZxZOqmg==", + "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.4", + "resolved": "https://registry.npmjs.org/@ts-graphviz/core/-/core-2.0.4.tgz", + "integrity": "sha512-NYUv1h9EDHlHDA5iYJBvSdrScvrI/u8CKg0XDBFf3EU1qX9OTKN37AECoxFWdMl4X7cwmFuH5ujJ91PN7CTKZw==", + "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.4", + "@ts-graphviz/common": "^2.1.3" + }, + "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.3", + "resolved": "https://registry.npmjs.org/ts-graphviz/-/ts-graphviz-2.1.3.tgz", + "integrity": "sha512-QIgqE5Fdk8xeI/twUCzlNIVkxVt2S7pK+GMQHgi5xtu/zHDL3+LE4TsK2hOBCh4DxXvugGl0xLvWFA6T0iAVsA==", + "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.4", + "@ts-graphviz/ast": "^2.0.4", + "@ts-graphviz/common": "^2.1.3", + "@ts-graphviz/core": "^2.0.4" }, - "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.1", "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 317caf322..8d613c3da 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -25,7 +25,7 @@ "dependencies": { "@apollo/federation-internals": "2.9.1", "deep-equal": "^2.0.5", - "ts-graphviz": "^1.5.4", + "ts-graphviz": "^2.0.0", "uuid": "^9.0.0" }, "publishConfig": {