From 7935d0f6de1e42f8e7fc6f3b3ec52f33416591ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 23:49:03 +0000 Subject: [PATCH] chore(deps): bump @sinclair/typebox from 0.32.30 to 0.32.31 Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.32.30 to 0.32.31. - [Commits](https://github.com/sinclairzx81/typebox/compare/0.32.30...0.32.31) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0e0c83..d06614f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.577.0", "@fastify/cors": "^9.0.1", - "@sinclair/typebox": "^0.32.30", + "@sinclair/typebox": "^0.32.31", "fastify": "^4.27.0", "fflate": "^0.8.2", "fs-extra": "^11.2.0", @@ -3298,9 +3298,9 @@ "dev": true }, "node_modules/@sinclair/typebox": { - "version": "0.32.30", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.32.30.tgz", - "integrity": "sha512-IYK1H0k2sHVB2GjzBK2DXBErhex45GoLuPdgn8lNw5t0+5elIuhpixOMPobFyq6kE0AGIBa4+76Ph4enco0q2Q==" + "version": "0.32.31", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.32.31.tgz", + "integrity": "sha512-rYB0tgGHawpom3ZwwsGidvI0NI+W/rRHu1dyyO1KlIoH8iMdg3esSnYQxQtyJ8eflhqxmzEV7Nu8zT4JY7CHKw==" }, "node_modules/@smithy/abort-controller": { "version": "3.0.0", diff --git a/package.json b/package.json index 2e6f3ee..c8a4469 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.577.0", "@fastify/cors": "^9.0.1", - "@sinclair/typebox": "^0.32.30", + "@sinclair/typebox": "^0.32.31", "fastify": "^4.27.0", "fflate": "^0.8.2", "fs-extra": "^11.2.0",