From 5a53f1e1465e05effb2b1c1ed2654ba530f33690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:55:13 +0000 Subject: [PATCH] Bump @sinclair/typebox from 0.32.13 to 0.32.14 in /processor Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.32.13 to 0.32.14. - [Commits](https://github.com/sinclairzx81/typebox/compare/0.32.13...0.32.14) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- processor/package-lock.json | 7 ++++--- processor/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/processor/package-lock.json b/processor/package-lock.json index a7b1b44..68adfbf 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -20,7 +20,7 @@ "@fastify/request-context": "5.1.0", "@fastify/static": "7.0.1", "@fastify/type-provider-typebox": "4.0.0", - "@sinclair/typebox": "0.32.13", + "@sinclair/typebox": "0.32.14", "dotenv": "16.4.1", "fastify": "4.26.0", "fastify-plugin": "4.5.1" @@ -1899,8 +1899,9 @@ } }, "node_modules/@sinclair/typebox": { - "version": "0.32.13", - "license": "MIT" + "version": "0.32.14", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.32.14.tgz", + "integrity": "sha512-EC77Mw8huT2z9YlYbWfpIQgN6shZE1tH4NP4/Trig8UBel9FZNMZRJ42ubJI8PLor2uIU+waLml1dce5ReCOPg==" }, "node_modules/@sinonjs/commons": { "version": "3.0.1", diff --git a/processor/package.json b/processor/package.json index 7508933..b3fd8ed 100644 --- a/processor/package.json +++ b/processor/package.json @@ -29,7 +29,7 @@ "@fastify/request-context": "5.1.0", "@fastify/static": "7.0.1", "@fastify/type-provider-typebox": "4.0.0", - "@sinclair/typebox": "0.32.13", + "@sinclair/typebox": "0.32.14", "dotenv": "16.4.1", "fastify": "4.26.0", "fastify-plugin": "4.5.1"