From 3643717f76a21798adb7875016b69062ea66ebbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:35:00 +0000 Subject: [PATCH] chore(deps): bump @fastify/type-provider-typebox from 5.0.1 to 5.1.0 Bumps [@fastify/type-provider-typebox](https://github.com/fastify/fastify-type-provider-typebox) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/fastify/fastify-type-provider-typebox/releases) - [Commits](https://github.com/fastify/fastify-type-provider-typebox/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: "@fastify/type-provider-typebox" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e3bcc2e..b3cef307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -510,12 +510,21 @@ } }, "node_modules/@fastify/type-provider-typebox": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@fastify/type-provider-typebox/-/type-provider-typebox-5.0.1.tgz", - "integrity": "sha512-zepdCWmgvpcLS06DN5vznMJLUP/5gLt/X3lVXZvddXmHSImQxm2Em+dV64b6x9P4G4V9DKuS4EL08ASjpCboNA==", - "license": "MIT", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@fastify/type-provider-typebox/-/type-provider-typebox-5.1.0.tgz", + "integrity": "sha512-F1AQHeLiKp1hu6GMWm5W6fZ6zXQ0mTV+qHOzrptAie9AYewvFr5Q3blfy8Qmx9gUgwA3Yj+CWvQQJeTwDgTnIg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "peerDependencies": { - "@sinclair/typebox": ">=0.26 <=0.33" + "@sinclair/typebox": ">=0.26 <=0.34" } }, "node_modules/@gar/promisify": { @@ -6036,9 +6045,9 @@ } }, "@fastify/type-provider-typebox": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@fastify/type-provider-typebox/-/type-provider-typebox-5.0.1.tgz", - "integrity": "sha512-zepdCWmgvpcLS06DN5vznMJLUP/5gLt/X3lVXZvddXmHSImQxm2Em+dV64b6x9P4G4V9DKuS4EL08ASjpCboNA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@fastify/type-provider-typebox/-/type-provider-typebox-5.1.0.tgz", + "integrity": "sha512-F1AQHeLiKp1hu6GMWm5W6fZ6zXQ0mTV+qHOzrptAie9AYewvFr5Q3blfy8Qmx9gUgwA3Yj+CWvQQJeTwDgTnIg==", "requires": {} }, "@gar/promisify": {