From 4986fa0233893948e7f0acbf22cd09a595dbff8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:58:26 +0000 Subject: [PATCH] Bump @ts-graphviz/ast from 2.0.5 to 2.0.6 Bumps [@ts-graphviz/ast](https://github.com/ts-graphviz/ts-graphviz/tree/HEAD/packages/ast) 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/ast/CHANGELOG.md) - [Commits](https://github.com/ts-graphviz/ts-graphviz/commits/@ts-graphviz/ast@2.0.6/packages/ast) --- updated-dependencies: - dependency-name: "@ts-graphviz/ast" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 22 ++++++++++++++-------- tools/extract-dts/package.json | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6dcae4..7f173dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,8 +115,8 @@ importers: specifier: ^2.0.5 version: 2.0.5 '@ts-graphviz/ast': - specifier: ^2.0.5 - version: 2.0.5 + specifier: ^2.0.6 + version: 2.0.6 '@ts-graphviz/common': specifier: ^2.1.4 version: 2.1.4 @@ -1467,14 +1467,18 @@ packages: resolution: {integrity: sha512-K/xd2SJskbSLcUz9uYW9IDy26I3Oyutj/LREjJgcuLMxT3um4sZfy9LiUhGErHjxLRaNcaDVGSsmWeiNuhidXg==} engines: {node: '>=18'} - '@ts-graphviz/ast@2.0.5': - resolution: {integrity: sha512-HVT+Bn/smDzmKNJFccwgrpJaEUMPzXQ8d84JcNugzTHNUVgxAIe2Vbf4ug351YJpowivQp6/N7XCluQMjtgi5w==} + '@ts-graphviz/ast@2.0.6': + resolution: {integrity: sha512-JbOnw6+Pm+C9jRQlNV+qJG0/VTan4oCeZ0sClm++SjaaMBJ0q86O13i6wbcWKY2x8kKt9GP2hVCgM/p/BXtXWQ==} engines: {node: '>=18'} '@ts-graphviz/common@2.1.4': 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'} @@ -7370,15 +7374,17 @@ snapshots: dependencies: '@ts-graphviz/common': 2.1.4 - '@ts-graphviz/ast@2.0.5': + '@ts-graphviz/ast@2.0.6': dependencies: - '@ts-graphviz/common': 2.1.4 + '@ts-graphviz/common': 2.1.5 '@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 + '@ts-graphviz/ast': 2.0.6 '@ts-graphviz/common': 2.1.4 '@tsparticles/basic@3.5.0': @@ -11468,7 +11474,7 @@ snapshots: ts-graphviz@2.1.4: dependencies: '@ts-graphviz/adapter': 2.0.5 - '@ts-graphviz/ast': 2.0.5 + '@ts-graphviz/ast': 2.0.6 '@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..f84179e 100644 --- a/tools/extract-dts/package.json +++ b/tools/extract-dts/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@ts-graphviz/adapter": "^2.0.5", - "@ts-graphviz/ast": "^2.0.5", + "@ts-graphviz/ast": "^2.0.6", "@ts-graphviz/common": "^2.1.4", "@ts-graphviz/core": "^2.0.5", "ts-graphviz": "^2.1.4"