From d6860195d55c30c4fad1834643a8a6ce63b50bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:06:25 +0000 Subject: [PATCH] chore(deps): bump @maxgraph/core from 0.6.0 to 0.7.0 Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/maxGraph/maxGraph/releases) - [Changelog](https://github.com/maxGraph/maxGraph/blob/development/CHANGELOG.md) - [Commits](https://github.com/maxGraph/maxGraph/compare/v0.6.0...v0.7.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 d2b14ee..f3bbfc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.6.0" + "@maxgraph/core": "0.7.0" }, "devDependencies": { "typescript": "~5.3.3" @@ -606,9 +606,9 @@ ] }, "node_modules/@maxgraph/core": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.6.0.tgz", - "integrity": "sha512-DvuTgcYgtaqqLoXLKGEVqt/AXl3ggVk/0nTpnbduJgvv9VM89rcWHVHIjYcbHdsZPhKYPHbAYEW6Ay7cexsDfw==" + "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==" }, "node_modules/@mischnic/json-sourcemap": { "version": "0.1.1", diff --git a/package.json b/package.json index 39d3fdc..ac62583 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.6.0" + "@maxgraph/core": "0.7.0" }, "devDependencies": { "typescript": "~5.3.3"