diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c0847e..2f1854f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,8 +124,8 @@ importers: specifier: ^2.0.5 version: 2.0.5 ts-graphviz: - specifier: ^2.1.4 - version: 2.1.4 + specifier: ^2.1.6 + version: 2.1.6 packages: @@ -1467,18 +1467,34 @@ packages: resolution: {integrity: sha512-K/xd2SJskbSLcUz9uYW9IDy26I3Oyutj/LREjJgcuLMxT3um4sZfy9LiUhGErHjxLRaNcaDVGSsmWeiNuhidXg==} engines: {node: '>=18'} + '@ts-graphviz/adapter@2.0.6': + resolution: {integrity: sha512-kJ10lIMSWMJkLkkCG5gt927SnGZcBuG0s0HHswGzcHTgvtUe7yk5/3zTEr0bafzsodsOq5Gi6FhQeV775nC35Q==} + engines: {node: '>=18'} + '@ts-graphviz/ast@2.0.5': resolution: {integrity: sha512-HVT+Bn/smDzmKNJFccwgrpJaEUMPzXQ8d84JcNugzTHNUVgxAIe2Vbf4ug351YJpowivQp6/N7XCluQMjtgi5w==} engines: {node: '>=18'} + '@ts-graphviz/ast@2.0.7': + resolution: {integrity: sha512-e6+2qtNV99UT6DJSoLbHfkzfyqY84aIuoV8Xlb9+hZAjgpum8iVHprGeAMQ4rF6sKUAxrmY8rfF/vgAwoPc3gw==} + 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'} + '@ts-graphviz/core@2.0.7': + resolution: {integrity: sha512-w071DSzP94YfN6XiWhOxnLpYT3uqtxJBDYdh6Jdjzt+Ce6DNspJsPQgpC7rbts/B8tEkq0LHoYuIF/O5Jh5rPg==} + engines: {node: '>=18'} + '@tsparticles/basic@3.5.0': resolution: {integrity: sha512-oty33TxM2aHWrzcwWRic1bQ04KBCdpnvzv8JXEkx5Uyp70vgVegUbtKmwGki3shqKZIt3v2qE4I8NsK6onhLrA==} @@ -4901,8 +4917,8 @@ packages: trough@2.2.0: resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} - ts-graphviz@2.1.4: - resolution: {integrity: sha512-0g465/ES70H0h5rcLUqaenKqNYekQaR9W0m0xUGy3FxueGujpGr+0GN2YWlgLIYSE2Xg0W7Uq1Qqnn7Cg+Af2w==} + ts-graphviz@2.1.6: + resolution: {integrity: sha512-XyLVuhBVvdJTJr2FJJV2L1pc4MwSjMhcunRVgDE9k4wbb2ee7ORYnPewxMWUav12vxyfUM686MSGsqnVRIInuw==} engines: {node: '>=18'} tslib@2.8.0: @@ -7370,17 +7386,32 @@ snapshots: dependencies: '@ts-graphviz/common': 2.1.4 + '@ts-graphviz/adapter@2.0.6': + dependencies: + '@ts-graphviz/common': 2.1.5 + '@ts-graphviz/ast@2.0.5': dependencies: '@ts-graphviz/common': 2.1.4 + '@ts-graphviz/ast@2.0.7': + dependencies: + '@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/common': 2.1.4 + '@ts-graphviz/core@2.0.7': + dependencies: + '@ts-graphviz/ast': 2.0.7 + '@ts-graphviz/common': 2.1.5 + '@tsparticles/basic@3.5.0': dependencies: '@tsparticles/engine': 3.5.0 @@ -11465,12 +11496,12 @@ snapshots: trough@2.2.0: {} - ts-graphviz@2.1.4: + ts-graphviz@2.1.6: 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 + '@ts-graphviz/adapter': 2.0.6 + '@ts-graphviz/ast': 2.0.7 + '@ts-graphviz/common': 2.1.5 + '@ts-graphviz/core': 2.0.7 tslib@2.8.0: {} diff --git a/tools/extract-dts/package.json b/tools/extract-dts/package.json index a39205c..ff7d48f 100644 --- a/tools/extract-dts/package.json +++ b/tools/extract-dts/package.json @@ -10,7 +10,7 @@ "@ts-graphviz/ast": "^2.0.5", "@ts-graphviz/common": "^2.1.4", "@ts-graphviz/core": "^2.0.5", - "ts-graphviz": "^2.1.4" + "ts-graphviz": "^2.1.6" }, "license": "MIT" }