From 1f9dc6f27b15bb29048864df545f3ad206703bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:49:40 +0000 Subject: [PATCH] Bump valibot from 0.36.0 to 0.37.0 (#554) Bumps [valibot](https://github.com/fabian-hiller/valibot) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/fabian-hiller/valibot/releases) - [Commits](https://github.com/fabian-hiller/valibot/compare/v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: valibot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 19 +++++++++++++------ package.json | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e30cfd43..d71c7caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "pino": "9.3.2", "pino-pretty": "11.2.2", "tsx": "4.16.5", - "valibot": "0.36.0" + "valibot": "0.37.0" }, "devDependencies": { "@antfu/eslint-config": "2.25.1", @@ -5995,7 +5995,7 @@ "version": "5.5.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", - "dev": true, + "devOptional": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -6081,10 +6081,17 @@ "license": "MIT" }, "node_modules/valibot": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.36.0.tgz", - "integrity": "sha512-CjF1XN4sUce8sBK9TixrDqFM7RwNkuXdJu174/AwmQUB62QbCQADg5lLe8ldBalFgtj1uKj+pKwDJiNo4Mn+eQ==", - "license": "MIT" + "version": "0.37.0", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.37.0.tgz", + "integrity": "sha512-FQz52I8RXgFgOHym3XHYSREbNtkgSjF9prvMFH1nBsRyfL6SfCzoT1GuSDTlbsuPubM7/6Kbw0ZMQb8A+V+VsQ==", + "peerDependencies": { + "typescript": ">=5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } }, "node_modules/validate-npm-package-license": { "version": "3.0.4", diff --git a/package.json b/package.json index 8e012c55..ec922515 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "pino": "9.3.2", "pino-pretty": "11.2.2", "tsx": "4.16.5", - "valibot": "0.36.0" + "valibot": "0.37.0" }, "devDependencies": { "@antfu/eslint-config": "2.25.1",