From 88d941342311fc77bfa3cd8d77482c02532dfbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:03:11 +0000 Subject: [PATCH] chore(deps): Bump inferable from 0.30.51 to 0.30.57 in /bootstrap-node Bumps [inferable](https://github.com/inferablehq/inferable) from 0.30.51 to 0.30.57. - [Commits](https://github.com/inferablehq/inferable/compare/sdk-node/v0.30.51...sdk-node/v0.30.57) --- updated-dependencies: - dependency-name: inferable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bootstrap-node/package-lock.json | 8 ++++---- bootstrap-node/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bootstrap-node/package-lock.json b/bootstrap-node/package-lock.json index 0f3e9a5f..0d0e4984 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.51", + "inferable": "^0.30.57", "tsx": "^4.19.2", "zod": "^3.23.8" }, @@ -223,9 +223,9 @@ } }, "node_modules/inferable": { - "version": "0.30.51", - "resolved": "https://registry.npmjs.org/inferable/-/inferable-0.30.51.tgz", - "integrity": "sha512-TYOtT4kui6QJ5r9+BbFuSxZYvK1c2mMYHJU+7l89vp9+CBDFnEZRO1hWOL0y4RrIW0I3KdViJowk/NdHrsbLmQ==", + "version": "0.30.57", + "resolved": "https://registry.npmjs.org/inferable/-/inferable-0.30.57.tgz", + "integrity": "sha512-U+lI0DZ3vn9kz8tkqxCn/Q3qEGEQ9XdI3dMHtrGGMOSIvm1hBnPqmLV8hwidr0zfO39l7CJVBItuG25jwLFRhQ==", "license": "MIT", "dependencies": { "@ts-rest/core": "^3.28.0", diff --git a/bootstrap-node/package.json b/bootstrap-node/package.json index d50bf154..45897340 100644 --- a/bootstrap-node/package.json +++ b/bootstrap-node/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "dotenv": "^16.4.5", - "inferable": "^0.30.51", + "inferable": "^0.30.57", "tsx": "^4.19.2", "zod": "^3.23.8" },