diff --git a/package-lock.json b/package-lock.json index fdf7b923..b63aaf6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@fortawesome/fontawesome-svg-core": "^1.2.29", "@fortawesome/free-solid-svg-icons": "^5.13.1", "@fortawesome/vue-fontawesome": "^0.1.10", - "@phyloref/phyx": "^1.0.1", + "@phyloref/phyx": "^1.2.0-alpha3", "bootstrap": "^4.5.0", "bootstrap-vue": "^2.15.0", "buffer": "^6.0.3", @@ -375,9 +375,10 @@ } }, "node_modules/@phyloref/phyx": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@phyloref/phyx/-/phyx-1.1.1.tgz", - "integrity": "sha512-svJiCnVqxFU9lq/RjhH3kbkHk8a37DRed81NmT2AQMXi3VW4wVrHjZ0kUH5hZUW07lgIeGutc062AKR8/SawFg==", + "version": "1.2.0-alpha3", + "resolved": "https://registry.npmjs.org/@phyloref/phyx/-/phyx-1.2.0-alpha3.tgz", + "integrity": "sha512-7e6RNYGaosZz6y5cpDLeYuolQrb7t4B8JgnDmNMFgdgZ97AqpbVrTw/taCXmlX5mCSn8wm7RUCcJrydxhs2uQA==", + "license": "MIT", "dependencies": { "jsonld": "^5.0.0", "lodash": "^4.17.20", diff --git a/package.json b/package.json index 31be8eef..399459ca 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@fortawesome/fontawesome-svg-core": "^1.2.29", "@fortawesome/free-solid-svg-icons": "^5.13.1", "@fortawesome/vue-fontawesome": "^0.1.10", - "@phyloref/phyx": "^1.0.1", + "@phyloref/phyx": "^1.2.0-alpha3", "bootstrap": "^4.5.0", "bootstrap-vue": "^2.15.0", "buffer": "^6.0.3",