From 36de4b8e6b4954115141a3920b441da248544b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:41:05 +0000 Subject: [PATCH] chore(deps): bump @maxgraph/core from 0.11.0 to 0.12.0 Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.11.0 to 0.12.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.11.0...v0.12.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 0e19745..93d2394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.11.0" + "@maxgraph/core": "0.12.0" }, "devDependencies": { "typescript": "~5.5.3" @@ -607,9 +607,9 @@ ] }, "node_modules/@maxgraph/core": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.11.0.tgz", - "integrity": "sha512-cxcSPa+rYzTT0+3Ti+9AAnr9SDCKMsbA3iNH7Xx0Ydf7A1vNJo1UbzUMPHnlICfXAJkfwhPtAk4Ga2cl90UNaw==" + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.12.0.tgz", + "integrity": "sha512-V9wMedVVdoC1riVU4k9H7x4ViuQzR1U6U6zGEIBnuLMwbePXzsdLv3YdEZReavz7/VbfDwlajcNqvtBEelk4KA==" }, "node_modules/@mischnic/json-sourcemap": { "version": "0.1.1", diff --git a/package.json b/package.json index 48a5826..6b5c255 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.11.0" + "@maxgraph/core": "0.12.0" }, "devDependencies": { "typescript": "~5.5.3"