From e69677136e94f41be0bf6739236426547fbf50aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:22:27 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 8.18.0 in /amf-cli/js Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.18.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v8.18.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- amf-cli/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amf-cli/js/package.json b/amf-cli/js/package.json index 93db4e1c04..13bc6a3c9f 100644 --- a/amf-cli/js/package.json +++ b/amf-cli/js/package.json @@ -17,7 +17,7 @@ "typings": "./typings/amf-client-js.d.ts", "dependencies": { "@aml-org/amf-antlr-parsers": "0.8.28", - "ajv": "6.12.6", + "ajv": "8.18.0", "avro-js": "1.11.3" } }