From 6b65185b0a5203033da340eab1af7f17da7acb52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 05:44:56 +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/eregs-x7s/project/937b3690-c93e-47cb-a3a0-16e21ddf6afb?utm_source=github&utm_medium=referral&page=upgrade-pr --- solution/ui/e2e/package-lock.json | 13 +++++++------ solution/ui/e2e/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/solution/ui/e2e/package-lock.json b/solution/ui/e2e/package-lock.json index 343fce1ba9..771f48b320 100644 --- a/solution/ui/e2e/package-lock.json +++ b/solution/ui/e2e/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "ajv": "^8.12.0", + "ajv": "^8.13.0", "cypress-axe": "^1.5.0" }, "devDependencies": { @@ -324,14 +324,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/solution/ui/e2e/package.json b/solution/ui/e2e/package.json index c6b1753c8d..8837d32e16 100644 --- a/solution/ui/e2e/package.json +++ b/solution/ui/e2e/package.json @@ -16,7 +16,7 @@ "cypress-plugin-tab": "^1.0.5" }, "dependencies": { - "ajv": "^8.12.0", + "ajv": "^8.13.0", "cypress-axe": "^1.5.0" } }