diff --git a/package-lock.json b/package-lock.json index 1c10842..bf3171f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -516,21 +516,21 @@ } }, "jointjs": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jointjs/-/jointjs-3.3.1.tgz", - "integrity": "sha512-huaHHsBjmR5JntGhrW4HnpxXZ5IZvYe9cVcjRNOhx0DW5mvV+e4EUA0P+Qp3CodXwkZGy383EEUDg3iWbCPjsA==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/jointjs/-/jointjs-3.4.2.tgz", + "integrity": "sha512-iw/mOu+y2AD3lhCAQ5RloaRJH/oIWD6rtfGJ1BvhnaF6fn2Wfec/so64LTl5rwCP1IL9cQEMIuh3eth43UwwIw==", "requires": { "backbone": "~1.4.0", "dagre": "~0.8.5", "graphlib": "~2.1.8", - "jquery": "~3.5.1", - "lodash": "~4.17.20" + "jquery": "~3.6.0", + "lodash": "~4.17.21" } }, "jquery": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", - "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index df8092a..e1b53a8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "@convergence/color-assigner": "0.3.0", "@convergence/convergence": "^1.0.0-rc.7", - "jointjs": "3.3.1" + "jointjs": "3.4.2" }, "devDependencies": { "@rollup/plugin-commonjs": "19.0.0",