From 9ce5aaae5229b3ad1044edcdf54ddad7e500633f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 04:02:52 +0000 Subject: [PATCH] chore(deps): bump @maxgraph/core from 0.10.1 to 0.10.3 Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.10.1 to 0.10.3. - [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.1...v0.10.3) --- updated-dependencies: - dependency-name: "@maxgraph/core" dependency-type: direct:production update-type: version-update:semver-patch ... 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 68f4d15..eb088c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.10.1" + "@maxgraph/core": "0.10.3" }, "devDependencies": { "typescript": "~5.4.5" @@ -607,9 +607,9 @@ ] }, "node_modules/@maxgraph/core": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.10.1.tgz", - "integrity": "sha512-7u2MTO7Kvl2Q96duv4Dr75J63oobWiA1hx8ZEBl3e8GBIKs/sIc3KsV24W4llzXkF/G7kkbdmVVhe43e5xeEQg==" + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/@maxgraph/core/-/core-0.10.3.tgz", + "integrity": "sha512-VeVRaWLw3lqmPlYKj8fIqq/sI0L5TIy65V505GKR+XvGcOuQLYGxJUNurapzxHjAjCR4cxZeyJ1usfjW44yL4Q==" }, "node_modules/@mischnic/json-sourcemap": { "version": "0.1.1", diff --git a/package.json b/package.json index e0655e8..bd83694 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "./projects/*" ], "dependencies": { - "@maxgraph/core": "0.10.1" + "@maxgraph/core": "0.10.3" }, "devDependencies": { "typescript": "~5.4.5"