diff --git a/bun.lockb b/bun.lockb index 2a55276..ac76534 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 938f28e..7a29b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.5.6", "license": "MIT", "dependencies": { - "@rdfc/js-runner": "^1.0.0-alpha.0", + "@rdfc/js-runner": "^1.0.0-alpha.7", "adm-zip": "^0.5.16", "glob": "^10.4.5", "winston": "^3.17.0" @@ -17,10 +17,10 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/adm-zip": "^0.5.7", - "@types/node": "^20.17.10", + "@types/node": "^20.17.12", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } }, "node_modules/@ampproject/remapping": { @@ -1386,9 +1386,10 @@ } }, "node_modules/@rdfc/js-runner": { - "version": "1.0.0-alpha.0", - "resolved": "https://registry.npmjs.org/@rdfc/js-runner/-/js-runner-1.0.0-alpha.0.tgz", - "integrity": "sha512-heH8WU3y526O/+kEBecoRTU8C8c7z/2jQTDIV20KoHZ40uoPxDBa8ce4me5n2XgZL4cNl1JiAZdYmuDUtUMO7A==", + "version": "1.0.0-alpha.7", + "resolved": "https://registry.npmjs.org/@rdfc/js-runner/-/js-runner-1.0.0-alpha.7.tgz", + "integrity": "sha512-bEHRf2ETLTurWAupl4NciFWnxWTDplxqBNj2jIPo6NKvGc3KY8wswqEEZhTrU/3J8Q+/j2kJ4fLySxoE0K2yJg==", + "license": "MIT", "dependencies": { "@rdfjs/types": "^1.1.0", "@treecg/types": "^0.4.6", @@ -1402,7 +1403,7 @@ "ws": "^8.18.0" }, "bin": { - "js-runner": "bin/bundle.mjs" + "js-runner": "bin/js-runner.js" } }, "node_modules/@rdfjs/types": { @@ -1708,9 +1709,9 @@ } }, "node_modules/@types/node": { - "version": "20.17.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.10.tgz", - "integrity": "sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==", + "version": "20.17.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.12.tgz", + "integrity": "sha512-vo/wmBgMIiEA23A/knMfn/cf37VnuF52nZh5ZoW0GWt4e4sxNquibrMRJ7UQsA06+MBx9r/H1jsI9grYjQCQlw==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" @@ -5729,9 +5730,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 5402eff..a54892b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/rdf-connect/file-utils-processors-ts#readme", "dependencies": { - "@rdfc/js-runner": "^1.0.0-alpha.0", + "@rdfc/js-runner": "^1.0.0-alpha.7", "adm-zip": "^0.5.16", "glob": "^10.4.5", "winston": "^3.17.0" @@ -39,9 +39,9 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/adm-zip": "^0.5.7", - "@types/node": "^20.17.10", + "@types/node": "^20.17.12", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } }