diff --git a/search-custom-renderer/package.json b/search-custom-renderer/package.json index bd8ae0847..f75d642cb 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.3.20", "@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 b60a512da..26aea8d8c 100644 --- a/search-extensibility-library/package.json +++ b/search-extensibility-library/package.json @@ -41,6 +41,6 @@ "gulp": "4.0.2", "@types/chai": "4.3.20", "@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 8b256839f..6b0a6c31c 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",