From 4575bb88e1daa3e9bf53fb266f98bf7b16ef5a28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jan 2021 07:46:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JOINTJS-1024444 - https://snyk.io/vuln/SNYK-JS-JOINTJS-1062038 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65f5f5d..398086f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "angular-ui-bootstrap": "2.5.6", "bootstrap": "3.4.1", "hotkeys-js": "^3.7.6", - "jointjs": "^2.2.1", + "jointjs": "^3.3.0", "jquery": "^3.4.1", "json-rules-engine": "3.0.2", "lodash": "^4.17.15",