From bd74924715a3132567b1ea5d46c80934264dca6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Aug 2024 20:45:02 +0000 Subject: [PATCH] feat: upgrade ajv from 6.12.6 to 8.17.1 Snyk has created this PR to upgrade ajv from 6.12.6 to 8.17.1. See this package in npm: ajv See this project in Snyk: https://app.snyk.io/org/stanislav1975/project/b955a377-e073-4395-a0b9-201efe91bdae?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5dd764327e4..0aacdea98fad 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": { "@eslint/eslintrc": "^1.1.0", "@humanwhocodes/config-array": "^0.9.2", - "ajv": "^6.10.0", + "ajv": "^8.17.1", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2",