From 12553acfdfb36f60b2795186fe0581864345d6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:06:19 +0000 Subject: [PATCH] build(deps-dev): bump @sinclair/typebox from 0.25.24 to 0.31.0 Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.25.24 to 0.31.0. - [Commits](https://github.com/sinclairzx81/typebox/compare/0.25.24...0.31.0) --- 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 57453025dc..68324c48a3 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "homepage": "https://www.fastify.io/", "devDependencies": { "@fastify/pre-commit": "^2.0.2", - "@sinclair/typebox": "^0.25.2", + "@sinclair/typebox": "^0.31.0", "@sinonjs/fake-timers": "^10.0.0", "@types/node": "^20.2.3", "@typescript-eslint/eslint-plugin": "^5.37.0",