From 6eb962dafae5273572dd68354d3dea03e9a40a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:58:46 +0000 Subject: [PATCH] Bump @ts-graphviz/adapter from 2.0.5 to 2.0.6 Bumps [@ts-graphviz/adapter](https://github.com/ts-graphviz/ts-graphviz/tree/HEAD/packages/adapter) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/ts-graphviz/ts-graphviz/releases) - [Changelog](https://github.com/ts-graphviz/ts-graphviz/blob/main/packages/adapter/CHANGELOG.md) - [Commits](https://github.com/ts-graphviz/ts-graphviz/commits/@ts-graphviz/adapter@2.0.6/packages/adapter) --- updated-dependencies: - dependency-name: "@ts-graphviz/adapter" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 20 +++++++++++++------- tools/extract-dts/package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6dcae4..6f6d606 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -112,8 +112,8 @@ importers: tools/extract-dts: dependencies: '@ts-graphviz/adapter': - specifier: ^2.0.5 - version: 2.0.5 + specifier: ^2.0.6 + version: 2.0.6 '@ts-graphviz/ast': specifier: ^2.0.5 version: 2.0.5 @@ -1463,8 +1463,8 @@ packages: resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} engines: {node: '>=10.13.0'} - '@ts-graphviz/adapter@2.0.5': - resolution: {integrity: sha512-K/xd2SJskbSLcUz9uYW9IDy26I3Oyutj/LREjJgcuLMxT3um4sZfy9LiUhGErHjxLRaNcaDVGSsmWeiNuhidXg==} + '@ts-graphviz/adapter@2.0.6': + resolution: {integrity: sha512-kJ10lIMSWMJkLkkCG5gt927SnGZcBuG0s0HHswGzcHTgvtUe7yk5/3zTEr0bafzsodsOq5Gi6FhQeV775nC35Q==} engines: {node: '>=18'} '@ts-graphviz/ast@2.0.5': @@ -1475,6 +1475,10 @@ packages: resolution: {integrity: sha512-PNEzOgE4vgvorp/a4Ev26jVNtiX200yODoyPa8r6GfpPZbxWKW6bdXF6xWqzMkQoO1CnJOYJx2VANDbGqCqCCw==} engines: {node: '>=18'} + '@ts-graphviz/common@2.1.5': + resolution: {integrity: sha512-S6/9+T6x8j6cr/gNhp+U2olwo1n0jKj/682QVqsh7yXWV6ednHYqxFw0ZsY3LyzT0N8jaZ6jQY9YD99le3cmvg==} + engines: {node: '>=18'} + '@ts-graphviz/core@2.0.5': resolution: {integrity: sha512-YwaCGAG3Hs0nhxl+2lVuwuTTAK3GO2XHqOGvGIwXQB16nV858rrR5w2YmWCw9nhd11uLTStxLsCAhI9koWBqDA==} engines: {node: '>=18'} @@ -7366,9 +7370,9 @@ snapshots: '@trysound/sax@0.2.0': {} - '@ts-graphviz/adapter@2.0.5': + '@ts-graphviz/adapter@2.0.6': dependencies: - '@ts-graphviz/common': 2.1.4 + '@ts-graphviz/common': 2.1.5 '@ts-graphviz/ast@2.0.5': dependencies: @@ -7376,6 +7380,8 @@ snapshots: '@ts-graphviz/common@2.1.4': {} + '@ts-graphviz/common@2.1.5': {} + '@ts-graphviz/core@2.0.5': dependencies: '@ts-graphviz/ast': 2.0.5 @@ -11467,7 +11473,7 @@ snapshots: ts-graphviz@2.1.4: dependencies: - '@ts-graphviz/adapter': 2.0.5 + '@ts-graphviz/adapter': 2.0.6 '@ts-graphviz/ast': 2.0.5 '@ts-graphviz/common': 2.1.4 '@ts-graphviz/core': 2.0.5 diff --git a/tools/extract-dts/package.json b/tools/extract-dts/package.json index a39205c..1bafc19 100644 --- a/tools/extract-dts/package.json +++ b/tools/extract-dts/package.json @@ -6,7 +6,7 @@ "start": "node ./extract-dts.js --output ../../static/dts.json" }, "dependencies": { - "@ts-graphviz/adapter": "^2.0.5", + "@ts-graphviz/adapter": "^2.0.6", "@ts-graphviz/ast": "^2.0.5", "@ts-graphviz/common": "^2.1.4", "@ts-graphviz/core": "^2.0.5",