From 2baaa9f2ac019ec6da5bf87c2131c17542e3397d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 11:44:03 +0000 Subject: [PATCH] fix: upgrade ajv from 8.12.0 to 8.13.0 Snyk has created this PR to upgrade ajv from 8.12.0 to 8.13.0. See this package in npm: ajv See this project in Snyk: https://app.snyk.io/org/so5/project/99b880eb-c469-4db2-b373-343f5824ecd2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3641e63..70815ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.6.2", "license": "MIT", "dependencies": { - "ajv": "^8.12.0", + "ajv": "^8.13.0", "ajv-keywords": "^5.1.0", "debug": "^4.3.4", "glob": "^10.3.12", @@ -950,14 +950,14 @@ } }, "node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", + "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", "dependencies": { - "fast-deep-equal": "^3.1.1", + "fast-deep-equal": "^3.1.3", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "uri-js": "^4.4.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index b2e6705..3e4413e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "*.js": "eslint --fix" }, "dependencies": { - "ajv": "^8.12.0", + "ajv": "^8.13.0", "ajv-keywords": "^5.1.0", "debug": "^4.3.4", "glob": "^10.3.12",