From 7d8af855c87691c33eb1031768c46c47ba116055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 05:20:54 +0000 Subject: [PATCH] chore(deps): bump @maxgraph/core from 0.7.0 to 0.8.0 Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.7.0 to 0.8.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.7.0...v0.8.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 2a2d6fa..01089aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.7.0" + "@maxgraph/core": "0.8.0" }, "devDependencies": { "typescript": "~5.3.3" @@ -606,9 +606,9 @@ ] }, "node_modules/@maxgraph/core": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.7.0.tgz", - "integrity": "sha512-1/p/HBcMlJK/Eo+tDgjOArGyAGs0ZsRhgL5t0ialPqUVHjfVkHh/cP1NemPh2IccsQ+LFn72A+ewdzh1TYOq2A==" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.8.0.tgz", + "integrity": "sha512-/EO5lUsGBCFRFkYHC8+nraJl0ZVSf5N/Cz6NHKX/tgAHt9zGxE1WQgjE5fq0IKYmlt4AxNirpAImHltyx2Tctg==" }, "node_modules/@mischnic/json-sourcemap": { "version": "0.1.1", diff --git a/package.json b/package.json index ac62583..582511a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.7.0" + "@maxgraph/core": "0.8.0" }, "devDependencies": { "typescript": "~5.3.3"