From dc4e875b3c1dc72f7c2ba56a2e35a82417b9eb86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 09:08:57 +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/okeamah/project/52ffc629-990c-4dd5-9b5d-7dd8378133a2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7f1616a3..018f68242 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,10 +11,10 @@ "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.18", "@asyncapi/parser": "^3.0.14", - "@npmcli/arborist": "^7.5.2", + "@npmcli/arborist": "7.5.2", "@npmcli/config": "^8.0.2", "@smoya/multi-parser": "^5.0.7", - "ajv": "^8.12.0", + "ajv": "^8.13.0", "chokidar": "^3.6.0", "commander": "^6.1.0", "filenamify": "^6.0.0", @@ -4280,14 +4280,15 @@ } }, "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==", + "license": "MIT", "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 630ba83c1..de2c1c5fc 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@npmcli/arborist": "7.5.2", "@npmcli/config": "^8.0.2", "@smoya/multi-parser": "^5.0.7", - "ajv": "^8.12.0", + "ajv": "^8.13.0", "chokidar": "^3.6.0", "commander": "^6.1.0", "filenamify": "^6.0.0",