chore(project): bump to diagram-js@6.3.0

This commit is contained in:
Nico Rehwaldt 2020-01-20 20:51:19 +01:00
parent 191fd74ef3
commit 3b2e761402
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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",

View File

@ -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",