diff --git a/package-lock.json b/package-lock.json index bcb2e08..2625191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13815,13 +13815,13 @@ } }, "node_modules/into-stream": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-8.0.1.tgz", - "integrity": "sha512-Vp2df7Utjs/1/sv0Vlj2X4u2e2yaCrcMd4T9u0D9B36XvxIOBHA2JIZTXCp2TPCa7w/ebwWVkXhbp9At1wJ0zg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-9.1.0.tgz", + "integrity": "sha512-DRsRnQrbzdFjaQ1oe4C6/EIUymIOEix1qROEJTF9dbMq+M4Zrm6VaLp6SD/B9IsiEjPZuBSnWWFN+udajugdWA==", "dev": true, "license": "MIT", "engines": { - "node": ">=16" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -20173,10 +20173,10 @@ }, "packages/cli": { "name": "@hydrofoil/talos", - "version": "0.8.2", + "version": "0.8.3", "dependencies": { "@hydrofoil/resource-store": "^0.2.2", - "@hydrofoil/talos-core": "^0.3.1", + "@hydrofoil/talos-core": "^0.3.2", "@hydrofoil/vocabularies": "^2.1.1", "@tpluscode/rdf-string": "^1.3.4", "@tpluscode/sparql-builder": "^3.0.1", @@ -20184,7 +20184,7 @@ "@zazuko/vocabularies": "^4.0.1", "@zazuko/vocabulary-extras": "^2.0.6", "anylogger": "^1.0.11", - "commander": "^14.0.3", + "commander": "^14", "node-fetch": "^3.3.0", "pino": "^9.6.0", "pino-pretty": "^13.0.0", @@ -20221,7 +20221,7 @@ }, "packages/core": { "name": "@hydrofoil/talos-core", - "version": "0.3.1", + "version": "0.3.2", "dependencies": { "@comunica/query-sparql": "^4.2.0", "@fcostarodrigo/walk": "^6.0.1", @@ -20243,7 +20243,7 @@ "@zazuko/env": "^3.0.0", "chai": "^5", "get-stream": "^9.0.1", - "into-stream": "^8.0.1", + "into-stream": "^9.1.0", "mocha-chai-jest-snapshot": "^1.1.6" } }, diff --git a/packages/core/package.json b/packages/core/package.json index c6f0b3c..528a07b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -34,7 +34,7 @@ "@zazuko/env": "^3.0.0", "chai": "^5", "get-stream": "^9.0.1", - "into-stream": "^8.0.1", + "into-stream": "^9.1.0", "mocha-chai-jest-snapshot": "^1.1.6" }, "repository": {