diff --git a/package-lock.json b/package-lock.json index a23f62e..bdd7b32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "participatory-system-mapper", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "participatory-system-mapper", - "version": "2.4.0", + "version": "2.4.1", "license": "GPL-3.0-or-later", "dependencies": { "@egjs/hammerjs": "^2.0.17", @@ -22,7 +22,7 @@ "quill-delta-to-html": "^0.12.1", "quill-to-word": "^1.3.0", "tabulator-tables": "^6.3.0", - "three": "^0.170.0", + "three": "^0.171.0", "three-spritetext": "^1.8.0", "uuid": "^8.3.2", "vis-data": "^7.1.4", @@ -6658,9 +6658,10 @@ "dev": true }, "node_modules/three": { - "version": "0.170.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.170.0.tgz", - "integrity": "sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ==" + "version": "0.171.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.171.0.tgz", + "integrity": "sha512-Y/lAXPaKZPcEdkKjh0JOAHVv8OOnv/NDJqm0wjfCzyQmfKxV7zvkwsnBgPBKTzJHToSOhRGQAGbPJObT59B/PQ==", + "license": "MIT" }, "node_modules/three-forcegraph": { "version": "1.42.3", diff --git a/package.json b/package.json index 87b3f3f..b5cfc13 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "quill-delta-to-html": "^0.12.1", "quill-to-word": "^1.3.0", "tabulator-tables": "^6.3.0", - "three": "^0.170.0", + "three": "^0.171.0", "three-spritetext": "^1.8.0", "uuid": "^8.3.2", "vis-data": "^7.1.4",