From f33d592f84d73d63b1db949b55ca68f19fb63ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 19:01:00 +0000 Subject: [PATCH] build(deps-dev): bump @sinclair/typebox from 0.24.51 to 0.25.10 Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.24.51 to 0.25.10. - [Release notes](https://github.com/sinclairzx81/typebox/releases) - [Changelog](https://github.com/sinclairzx81/typebox/blob/master/changelog.md) - [Commits](https://github.com/sinclairzx81/typebox/compare/0.24.51...0.25.10) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0f719b..43689a5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@fastify/pre-commit": "^2.0.2", "@fastify/type-provider-typebox": "^2.3.0", - "@sinclair/typebox": "^0.24.44", + "@sinclair/typebox": "^0.25.10", "@types/ws": "^8.2.2", "fastify": "^4.0.0-rc.2", "snazzy": "^9.0.0",