From c4e0b952b67a9f1c8adb4b0c4b1e9af03de70924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 08:03:42 +0000 Subject: [PATCH] build(deps-dev): bump @fastify/type-provider-typebox from 1.0.0 to 2.0.1 Bumps [@fastify/type-provider-typebox](https://github.com/fastify/fastify-type-provider-typebox) from 1.0.0 to 2.0.1. - [Release notes](https://github.com/fastify/fastify-type-provider-typebox/releases) - [Commits](https://github.com/fastify/fastify-type-provider-typebox/compare/v1.0.0...v2.0.1) --- updated-dependencies: - dependency-name: "@fastify/type-provider-typebox" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac80bfe..3abfa4d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@fastify/jwt": "^6.0.0", "@fastify/leveldb": "^5.0.1", "@fastify/type-provider-json-schema-to-ts": "^1.0.0", - "@fastify/type-provider-typebox": "^1.0.0", + "@fastify/type-provider-typebox": "^2.0.1", "@types/node": "^18.0.0", "fastify": "^4.0.0-rc.3", "pre-commit": "^1.2.2",