From 048415549bcbe2d6169ba6869ee256e8bd318e38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:28:17 +0000 Subject: [PATCH] chore: update dependency ts-graphviz to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- extensions/context-explorer/package.json | 2 +- package-lock.json | 111 +++++++++++++++++++++-- 2 files changed, 105 insertions(+), 8 deletions(-) diff --git a/extensions/context-explorer/package.json b/extensions/context-explorer/package.json index a24b27bb5b2d..34140b9387b6 100644 --- a/extensions/context-explorer/package.json +++ b/extensions/context-explorer/package.json @@ -43,7 +43,7 @@ "@loopback/rest": "^13.0.0" }, "dependencies": { - "ts-graphviz": "^0.16.0", + "ts-graphviz": "^2.0.0", "viz.js": "^2.1.2" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 95db89ddcb3b..0a521c27f34a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1246,7 +1246,7 @@ "version": "0.10.5", "license": "MIT", "dependencies": { - "ts-graphviz": "^0.16.0", + "ts-graphviz": "^2.0.0", "viz.js": "^2.1.2" }, "devDependencies": { @@ -8170,6 +8170,88 @@ "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==", "dev": true }, + "node_modules/@ts-graphviz/adapter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@ts-graphviz/adapter/-/adapter-2.0.0.tgz", + "integrity": "sha512-ZnlYIW/Z5+88YP1gbGkuhj20rlVr9f9xoq+G4bFlfi3Iw+6ILzh8xlEC4Ikdo/O0SL/p8K0iSgJu0PG060mrbg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "dependencies": { + "@ts-graphviz/common": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@ts-graphviz/ast": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@ts-graphviz/ast/-/ast-2.0.0.tgz", + "integrity": "sha512-t1mjGnz0eNu1PJ+yIsS3X5OXE3n3dBvz4TQ/7EsXwCHh0cuJgyQLN4eUpQu/qRySUBEQA6DXCSo/wwbzGVmsCA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "dependencies": { + "@ts-graphviz/common": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@ts-graphviz/common": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@ts-graphviz/common/-/common-2.0.0.tgz", + "integrity": "sha512-1Icb2kgVt4UPX9ors7dN161eLxzaWLGa5pcvl//jexeZoYoXtUoO6PqGu8Ja5RTfKWidVDX4oa/zqEgMWv/h7g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@ts-graphviz/core": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@ts-graphviz/core/-/core-2.0.0.tgz", + "integrity": "sha512-yiB5m4+d1b47wbrZyd0+KkOwhiy3pYPO0clR3RA0tCE35OS80ohogO7Lt401OuXSrnaHz75EjWIRCb6s7bDO8g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "dependencies": { + "@ts-graphviz/ast": "^2.0.0", + "@ts-graphviz/common": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@ts-morph/common": { "version": "0.21.0", "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.21.0.tgz", @@ -31813,12 +31895,27 @@ } }, "node_modules/ts-graphviz": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/ts-graphviz/-/ts-graphviz-0.16.0.tgz", - "integrity": "sha512-3fTPO+G6bSQNvMh/XQQzyiahVLMMj9kqYO99ivUraNJ3Wp05HZOOVtRhi6w9hq7+laP1MKHjLBtGWqTeb1fcpg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/kamiazya" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ts-graphviz/-/ts-graphviz-2.0.0.tgz", + "integrity": "sha512-H5NKnr9zsJsQ5xzIaksuvWltZ5JpDA4fCHx/YovYjTseG3AiAj3w8+oprh/IaMxyAVDZgRWIWw4/ZCfYub/ODg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ts-graphviz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/ts-graphviz" + } + ], + "dependencies": { + "@ts-graphviz/adapter": "^2.0.0", + "@ts-graphviz/ast": "^2.0.0", + "@ts-graphviz/common": "^2.0.0", + "@ts-graphviz/core": "^2.0.0" + }, + "engines": { + "node": ">=18" } }, "node_modules/ts-morph": {