From 3b2e761402c39a0004aeb3ab0932da30814645af Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 20 Jan 2020 20:51:19 +0100 Subject: [PATCH] chore(project): bump to diagram-js@6.3.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bbd5e649..be5526b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2026,9 +2026,9 @@ "dev": true }, "diagram-js": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/diagram-js/-/diagram-js-6.2.2.tgz", - "integrity": "sha512-oPTo7U0AcgTFto79JKx5umZBJ49R3/9kBPjItCXXilJnv03fhmSSgyheSTEE8UFTkYSNE8u4e22IwIygsmebPg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/diagram-js/-/diagram-js-6.3.0.tgz", + "integrity": "sha512-pCEdVxZk6Ziv+67qo1DeO6ArrUE1jsI/002hHaW80GRQiRB5WCWdzE2ICd2YVAElFbhJ1vaNBA1p7saIkQkzRA==", "requires": { "css.escape": "^1.5.1", "didi": "^4.0.0", @@ -2037,7 +2037,7 @@ "min-dash": "^3.5.0", "min-dom": "^3.0.0", "object-refs": "^0.3.0", - "path-intersection": "^2.1.0", + "path-intersection": "^2.2.0", "tiny-svg": "^2.2.1" } }, @@ -6520,9 +6520,9 @@ } }, "path-intersection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-intersection/-/path-intersection-2.1.0.tgz", - "integrity": "sha512-QUhfkGUIEv0v+1P6yGbUh+UjeMtiko2AT6hbzbbUUi9vC3uYeBPiwguW6AjOT/d7vwYs6+jZrbqCkuRECb+Odw==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/path-intersection/-/path-intersection-2.2.0.tgz", + "integrity": "sha512-1qchRuLKhRt3qYePf9CU/74fLrBo9OTiKYNn5fxfuHJW6kTThEk04ql7w8JwOgZjNANAGp1052tWGpwZ7ItNRA==" }, "path-is-absolute": { "version": "1.0.1", diff --git a/package.json b/package.json index 76bca17b..4a2a259d 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "bpmn-font": "^0.9.3", "bpmn-moddle": "^6.0.1", "css.escape": "^1.5.1", - "diagram-js": "^6.2.2", + "diagram-js": "^6.3.0", "diagram-js-direct-editing": "^1.6.1", "ids": "^1.0.0", "inherits": "^2.0.1",