From 624d25d129fc9843a1b7d6dd0d682b40f046c01c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 23:14:15 +0000 Subject: [PATCH] fix: upgrade ajv from 8.12.0 to 8.16.0 Snyk has created this PR to upgrade ajv from 8.12.0 to 8.16.0. See this package in npm: ajv See this project in Snyk: https://app.snyk.io/org/douhgn/project/1aef5a95-e0df-4a6d-86db-670c5b4eede1?utm_source=github&utm_medium=referral&page=upgrade-pr --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 5851c428337e15..883722019e1bc1 100644 --- a/api/package.json +++ b/api/package.json @@ -14,7 +14,7 @@ "@fastify/type-provider-typebox": "3.6.0", "@immobiliarelabs/fastify-sentry": "7.1.1", "@prisma/client": "5.5.2", - "ajv": "8.12.0", + "ajv": "8.16.0", "ajv-formats": "2.1.1", "date-fns": "2.30.0", "dotenv": "16.4.5",