diff --git a/package-lock.json b/package-lock.json index f7676734..a7dc2aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "n3": "^1.16.3", - "swipl-wasm": "4.0.8" + "swipl-wasm": "4.0.10" }, "bin": { "eyereasoner": "dist/bin/index.js" @@ -15536,9 +15536,9 @@ } }, "node_modules/swipl-wasm": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/swipl-wasm/-/swipl-wasm-4.0.8.tgz", - "integrity": "sha512-vrr1QAR44Za5wcKahsZ1TtuRivbJacEYrqWHw45K/mtkAHHrsVlnwStttAOX7IJ+EAF886VCgzy2pSMJdWx12w==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/swipl-wasm/-/swipl-wasm-4.0.10.tgz", + "integrity": "sha512-/7pfJbCFItKfrQGLtZujuogOM+SPJm2GJhhZ/GUxKNLW4b4GfFwLZnlAzpxciEzKdoKhijyIYKnL5uw+69nOyQ==", "dependencies": { "@types/emscripten": "^1.39.13" }, diff --git a/package.json b/package.json index d213c905..05528a8b 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ }, "dependencies": { "n3": "^1.16.3", - "swipl-wasm": "4.0.8" + "swipl-wasm": "4.0.10" }, "peerDependencies": { "@rdfjs/types": "^1.1.0"