diff --git a/archives/bootstrap-dotnet.zip b/archives/bootstrap-dotnet.zip index e7d74fcd..8b048099 100644 Binary files a/archives/bootstrap-dotnet.zip and b/archives/bootstrap-dotnet.zip differ diff --git a/archives/bootstrap-go.zip b/archives/bootstrap-go.zip index e08f5106..76b15f3b 100644 Binary files a/archives/bootstrap-go.zip and b/archives/bootstrap-go.zip differ diff --git a/archives/bootstrap-node.zip b/archives/bootstrap-node.zip index 102ac3ca..0c0d4c07 100644 Binary files a/archives/bootstrap-node.zip and b/archives/bootstrap-node.zip differ diff --git a/bootstrap-node/package-lock.json b/bootstrap-node/package-lock.json index 9f009a44..3bbdb21a 100644 --- a/bootstrap-node/package-lock.json +++ b/bootstrap-node/package-lock.json @@ -7,7 +7,7 @@ "name": "@inferable/node-bootstrap", "dependencies": { "dotenv": "^16.4.5", - "inferable": "^0.30.40", + "inferable": "^0.30.42", "tsx": "^4.16.2", "zod": "^3.23.8" }, @@ -223,9 +223,9 @@ } }, "node_modules/inferable": { - "version": "0.30.40", - "resolved": "https://registry.npmjs.org/inferable/-/inferable-0.30.40.tgz", - "integrity": "sha512-5eBnVoIgW09RM8XeNayjITEwLNDBU2jySAp57K7dV8Wdci4rRzqNY01Qupft/WVwuWQUQz3tSPdDsSCusy8mag==", + "version": "0.30.42", + "resolved": "https://registry.npmjs.org/inferable/-/inferable-0.30.42.tgz", + "integrity": "sha512-ry37z22MQPkGOjDeSFXBWSwTtpsx1LJf+OInNxWHLyKl7kFU5VFl8qfGbNgsLSEY3b2sr3q0v6y5cutcrmwbfA==", "license": "MIT", "dependencies": { "@ts-rest/core": "^3.28.0", diff --git a/bootstrap-node/package.json b/bootstrap-node/package.json index dd5935be..fdc69eaf 100644 --- a/bootstrap-node/package.json +++ b/bootstrap-node/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "dotenv": "^16.4.5", - "inferable": "^0.30.40", + "inferable": "^0.30.42", "tsx": "^4.16.2", "zod": "^3.23.8" },