From c92e5d24d2511aa66dc4ea8624bdc84b10d2af44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:09:42 +0000 Subject: [PATCH] chore(deps): bump @maxgraph/core from 0.13.1 to 0.14.0 Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.13.1 to 0.14.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.13.1...v0.14.0) --- updated-dependencies: - dependency-name: "@maxgraph/core" 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 105521f..3a0288b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.13.1" + "@maxgraph/core": "0.14.0" }, "devDependencies": { "typescript": "~5.7.2" @@ -585,9 +585,9 @@ ] }, "node_modules/@maxgraph/core": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.13.1.tgz", - "integrity": "sha512-EopZQeuBkRM/tZtEmYnOnfNGoPn0J3o6hU5dB3a/AnkI13Nslyx345zVv2qIP61Q8HLdcHt/8Zw65Q8Ge5mR1w==" + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.14.0.tgz", + "integrity": "sha512-PRfoX8Z7jwG3lDm+C+h6nS5pseW+m6PxzP5drP5azSsHHCdHndLt7eFvHPIxseKm0jp3YcGpyuzJvb490s2u9g==" }, "node_modules/@mischnic/json-sourcemap": { "version": "0.1.1", diff --git a/package.json b/package.json index 61ae84c..de95f5b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.13.1" + "@maxgraph/core": "0.14.0" }, "devDependencies": { "typescript": "~5.7.2"