From 541cb31949db11b0916c822a0b477a77aba8b8b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:39:43 +0000 Subject: [PATCH] Update dependency ajv to v8.20.0 --- search-custom-renderer/package.json | 2 +- search-extensibility-library/package.json | 2 +- search-parts/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/search-custom-renderer/package.json b/search-custom-renderer/package.json index 7d38e18f6..da6bdac54 100644 --- a/search-custom-renderer/package.json +++ b/search-custom-renderer/package.json @@ -38,7 +38,7 @@ "@microsoft/sp-webpart-workbench": "1.12.1", "@types/chai": "4.2.21", "@types/mocha": "9.0.0", - "ajv": "8.6.2", + "ajv": "8.20.0", "gulp": "4.0.2" } } \ No newline at end of file diff --git a/search-extensibility-library/package.json b/search-extensibility-library/package.json index 1d7fb571a..9d5135c0f 100644 --- a/search-extensibility-library/package.json +++ b/search-extensibility-library/package.json @@ -41,6 +41,6 @@ "gulp": "4.0.2", "@types/chai": "4.2.21", "@types/mocha": "9.0.0", - "ajv": "8.6.2" + "ajv": "8.20.0" } } diff --git a/search-parts/package.json b/search-parts/package.json index 0bee56bf7..def869c0c 100644 --- a/search-parts/package.json +++ b/search-parts/package.json @@ -73,7 +73,7 @@ "@types/webpack-env": "1.16.2", "@webcomponents/custom-elements": "1.5.0", "@webcomponents/webcomponentsjs": "2.6.0", - "ajv": "8.6.2", + "ajv": "8.20.0", "css-loader": "6.2.0", "css-modules-typescript-loader": "4.0.1", "del": "6.0.0",