From a3da42299eb021d21f2651bc4773e6ca76bd702d Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Fri, 9 Aug 2024 10:57:25 +0000
Subject: [PATCH] fix: upgrade ajv from 8.16.0 to 8.17.1

Snyk has created this PR to upgrade ajv from 8.16.0 to 8.17.1.

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 | 26 ++++++++++++--------------
 solution/ui/e2e/package.json      |  2 +-
 2 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/solution/ui/e2e/package-lock.json b/solution/ui/e2e/package-lock.json
index e7b8fe50db..b47f6de6fd 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.16.0",
+        "ajv": "^8.17.1",
         "cypress-axe": "^1.5.0"
       },
       "devDependencies": {
@@ -325,15 +325,15 @@
       }
     },
     "node_modules/ajv": {
-      "version": "8.16.0",
-      "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
-      "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
+      "version": "8.17.1",
+      "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
+      "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
       "license": "MIT",
       "dependencies": {
         "fast-deep-equal": "^3.1.3",
+        "fast-uri": "^3.0.1",
         "json-schema-traverse": "^1.0.0",
-        "require-from-string": "^2.0.2",
-        "uri-js": "^4.4.1"
+        "require-from-string": "^2.0.2"
       },
       "funding": {
         "type": "github",
@@ -1093,6 +1093,12 @@
       "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
       "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
     },
+    "node_modules/fast-uri": {
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
+      "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
+      "license": "MIT"
+    },
     "node_modules/fd-slicer": {
       "version": "1.1.0",
       "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
@@ -2484,14 +2490,6 @@
         "node": ">=8"
       }
     },
-    "node_modules/uri-js": {
-      "version": "4.4.1",
-      "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
-      "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
-      "dependencies": {
-        "punycode": "^2.1.0"
-      }
-    },
     "node_modules/url-parse": {
       "version": "1.5.10",
       "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
diff --git a/solution/ui/e2e/package.json b/solution/ui/e2e/package.json
index 37475d09c9..749e5b41e2 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.16.0",
+    "ajv": "^8.17.1",
     "cypress-axe": "^1.5.0"
   }
 }