From 57bd910a34182f0cd815601a8965349f65a567d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 08:29:44 +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/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..ff6116b353eb4b 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.16.0", "ajv-formats": "^2.1.1", "bad-words": "3.0.4", "connect-mongo": "4.6.0",