From c7e8c10e8aa55cbed2b4129a7a949c2a4d56db11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 05:14:22 +0000 Subject: [PATCH] fix: upgrade ajv from 8.11.0 to 8.17.1 Snyk has created this PR to upgrade ajv from 8.11.0 to 8.17.1. See this package in npm: ajv See this project in Snyk: https://app.snyk.io/org/ramyromel/project/825f5c26-4d2c-4755-b047-49040e49ae43?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/package.json b/tools/package.json index 503dfeba770e..6c671ac97fff 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "ajv": "^8.11.0" + "ajv": "^8.17.1" } }