From f051761f6c69cc89d701ed89124f08c7903c896f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Dec 2024 14:04:24 +0000 Subject: [PATCH] fix: upgrade ajv from 8.12.0 to 8.17.1 Snyk has created this PR to upgrade ajv from 8.12.0 to 8.17.1. See this package in npm: ajv See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/0ebbe13e-a0e4-423e-a630-ad315a982ed6?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 6bb52c07a3d0d4..8e16c41787cc52 100644 --- a/api/package.json +++ b/api/package.json @@ -12,7 +12,7 @@ "@fastify/swagger-ui": "^1.5.0", "@immobiliarelabs/fastify-sentry": "^6.0.0", "@prisma/client": "4.16.2", - "ajv": "8.12.0", + "ajv": "8.17.1", "ajv-formats": "^2.1.1", "bad-words": "3.0.4", "connect-mongo": "4.6.0",