From ab602c30d119f30114f599f4354fcb3e6fb535af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:57:17 +0000 Subject: [PATCH] build(deps-dev): bump @sinclair/typebox from 0.26.8 to 0.27.1 Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.26.8 to 0.27.1. - [Release notes](https://github.com/sinclairzx81/typebox/releases) - [Commits](https://github.com/sinclairzx81/typebox/compare/0.26.8...0.27.1) --- 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 227eec64..027496ee 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "homepage": "https://github.com/fastify/fast-json-stringify#readme", "devDependencies": { "@fastify/pre-commit": "^2.0.2", - "@sinclair/typebox": "^0.26.5", + "@sinclair/typebox": "^0.27.1", "benchmark": "^2.1.4", "cli-select": "^1.1.2", "compile-json-stringify": "^0.1.2",