From 5890b941152a535c9ff2ddd8f8fd2dc7bf793aba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Aug 2022 19:45:07 +0000 Subject: [PATCH] feat: upgrade ajv from 6.12.6 to 8.11.0 Snyk has created this PR to upgrade ajv from 6.12.6 to 8.11.0. See this package in npm: https://www.npmjs.com/package/ajv See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/4f445be7-afcd-4398-9910-a09c278ecb95?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../valijson/thirdparty/JSON-Schema-Test-Suite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Valijson/valijson/thirdparty/JSON-Schema-Test-Suite/package.json b/src/Valijson/valijson/thirdparty/JSON-Schema-Test-Suite/package.json index 3980136cc6..7c9114070d 100644 --- a/src/Valijson/valijson/thirdparty/JSON-Schema-Test-Suite/package.json +++ b/src/Valijson/valijson/thirdparty/JSON-Schema-Test-Suite/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/json-schema-org/JSON-Schema-Test-Suite#readme", "devDependencies": { - "ajv": "^6.0.0-rc.1", + "ajv": "^8.11.0", "json-schema-test": "^2.0.0", "mocha": "^3.2.0" }