From 9cac30cc149469385295b64660439309c0bfc3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:31:05 +0000 Subject: [PATCH] chore(deps): bump @maxgraph/core from 0.10.3 to 0.11.0 Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.10.3 to 0.11.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.10.3...v0.11.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 2c7ddb4..6ccec03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.10.3" + "@maxgraph/core": "0.11.0" }, "devDependencies": { "typescript": "~5.4.5" @@ -607,9 +607,9 @@ ] }, "node_modules/@maxgraph/core": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.10.3.tgz", - "integrity": "sha512-VeVRaWLw3lqmPlYKj8fIqq/sI0L5TIy65V505GKR+XvGcOuQLYGxJUNurapzxHjAjCR4cxZeyJ1usfjW44yL4Q==" + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.11.0.tgz", + "integrity": "sha512-cxcSPa+rYzTT0+3Ti+9AAnr9SDCKMsbA3iNH7Xx0Ydf7A1vNJo1UbzUMPHnlICfXAJkfwhPtAk4Ga2cl90UNaw==" }, "node_modules/@mischnic/json-sourcemap": { "version": "0.1.1", diff --git a/package.json b/package.json index bd83694..1dd83b1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.10.3" + "@maxgraph/core": "0.11.0" }, "devDependencies": { "typescript": "~5.4.5"