diff --git a/package-lock.json b/package-lock.json index 65cc6192..5b81ee28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "n3": "^1.16.3", - "swipl-wasm": "3.4.8" + "swipl-wasm": "3.5.0" }, "bin": { "eyereasoner": "dist/bin/index.js" @@ -805,9 +805,9 @@ "dev": true }, "node_modules/@inrupt/universal-fetch": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@inrupt/universal-fetch/-/universal-fetch-1.0.2.tgz", - "integrity": "sha512-+CR1r2bWaxWZO+fzgMg6TfRJtQIcSsOBHcxnTuWpCW3USFv4BMI7geAytl87a4zfQFtCQ6NT8FpsIqTotstjrQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@inrupt/universal-fetch/-/universal-fetch-1.0.3.tgz", + "integrity": "sha512-AP/nMOuuKvR2YoQkdS77ntuuq5ZYDGStI8Uirp1MCsyPSoBLyNnRjMLjlGqIlaC+5Xp7TYZJ9z/Kl2uUEpXUFw==", "dependencies": { "node-fetch": "^2.6.7", "undici": "^5.19.1" @@ -14671,11 +14671,11 @@ } }, "node_modules/swipl-wasm": { - "version": "3.4.8", - "resolved": "https://registry.npmjs.org/swipl-wasm/-/swipl-wasm-3.4.8.tgz", - "integrity": "sha512-kb3+nbfC/opWJf+v0JnUlqmgEl2LObyD29FgR58Lngl75VmW47onHdif1xJdaJKHtkiSojRAyAJrlUEkAWebhA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/swipl-wasm/-/swipl-wasm-3.5.0.tgz", + "integrity": "sha512-jEddB32cmFzVo1BZ54m1vzrsL75nfMQBMZiGUqMmxPaFkXQug2mt23KFjRzNtrFVVAWBL75eUO1mnzrw4LuFrA==", "dependencies": { - "@inrupt/universal-fetch": "^1.0.2", + "@inrupt/universal-fetch": "^1.0.3", "@types/emscripten": "^1.39.7" }, "bin": { @@ -15424,9 +15424,9 @@ } }, "node_modules/undici": { - "version": "5.22.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.22.1.tgz", - "integrity": "sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==", + "version": "5.23.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.23.0.tgz", + "integrity": "sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==", "dependencies": { "busboy": "^1.6.0" }, diff --git a/package.json b/package.json index fb847a9f..68adc4e7 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ }, "dependencies": { "n3": "^1.16.3", - "swipl-wasm": "3.4.8" + "swipl-wasm": "3.5.0" }, "peerDependencies": { "@rdfjs/types": "^1.1.0"