diff --git a/solution/ui/e2e/package-lock.json b/solution/ui/e2e/package-lock.json index 1ddf72b412..0739a66de1 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.13.0", + "ajv": "^8.16.0", "cypress-axe": "^1.5.0" }, "devDependencies": { @@ -325,9 +325,9 @@ } }, "node_modules/ajv": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz", + "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", diff --git a/solution/ui/e2e/package.json b/solution/ui/e2e/package.json index 1f32cf1061..7066336f03 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.13.0", + "ajv": "^8.16.0", "cypress-axe": "^1.5.0" } }