From 067e728d4496c3e3f669a6e611c6d365d6591762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:18:54 +0000 Subject: [PATCH] chore(deps): bump @maxgraph/core from 0.21.0 to 0.22.0 Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/maxGraph/maxGraph/releases) - [Changelog](https://github.com/maxGraph/maxGraph/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxGraph/maxGraph/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: "@maxgraph/core" dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b84887f..73f402b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.21.0" + "@maxgraph/core": "0.22.0" }, "devDependencies": { "typescript": "~5.9.3" @@ -1901,9 +1901,9 @@ } }, "node_modules/@maxgraph/core": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.21.0.tgz", - "integrity": "sha512-BU9jl0dYzbP1J7OjKfZao87u7s3+W5Gfx9G7SEuxE76Nzqwz/0hy7sjLhwCk5V6zNEA0a3oLKzHQ9dMmLRGh0Q==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.22.0.tgz", + "integrity": "sha512-Iwhiz+xa/fpHCGDWH+6Lk3o88fYuYasdKHziqbrp/VRbq8eaKYVOPz//7rzYKUH9tqUvPqa9qTW+UMOPUN14+Q==", "license": "Apache-2.0" }, "node_modules/@mdn/browser-compat-data": { diff --git a/package.json b/package.json index f45aba4..a684861 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.21.0" + "@maxgraph/core": "0.22.0" }, "devDependencies": { "typescript": "~5.9.3"