From 52136144cad3e47ea4bc0a9bd826f524f58a563b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:39:44 +0000 Subject: [PATCH] chore(deps): bump ajv in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [ajv](https://github.com/ajv-validator/ajv). Updates `ajv` from 6.12.6 to 6.14.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 6.14.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 25 ++++++++++++++++++++----- pnpm-workspace.yaml | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc778c3cf..a02440f78 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -109,8 +109,8 @@ catalogs: specifier: ^4.1.1 version: 4.1.1 ajv: - specifier: ^8.17.1 - version: 8.17.1 + specifier: ^6.14.0 + version: 6.14.0 ajv-formats: specifier: ^3.0.1 version: 3.0.1 @@ -291,7 +291,7 @@ importers: version: link:../../packages/client ajv: specifier: catalog:runtimeShared - version: 8.17.1 + version: 6.14.0 open: specifier: ^11.0.0 version: 11.0.0 @@ -564,10 +564,10 @@ importers: dependencies: ajv: specifier: catalog:runtimeShared - version: 8.17.1 + version: 6.14.0 ajv-formats: specifier: catalog:runtimeShared - version: 3.0.1(ajv@8.17.1) + version: 3.0.1(ajv@6.14.0) json-schema-typed: specifier: catalog:runtimeShared version: 8.0.2 @@ -2453,6 +2453,9 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + ajv@6.14.0: + resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} + ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} @@ -3903,6 +3906,7 @@ packages: prebuild-install@7.1.3: resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} engines: {node: '>=10'} + deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available. hasBin: true prelude-ls@1.2.1: @@ -5869,6 +5873,10 @@ snapshots: acorn@8.15.0: {} + ajv-formats@3.0.1(ajv@6.14.0): + optionalDependencies: + ajv: 6.14.0 + ajv-formats@3.0.1(ajv@8.17.1): optionalDependencies: ajv: 8.17.1 @@ -5880,6 +5888,13 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 + ajv@6.14.0: + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0eaa89471..dfddf00c3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -44,7 +44,7 @@ catalogs: raw-body: ^3.0.0 runtimeShared: '@cfworker/json-schema': ^4.1.1 - ajv: ^8.17.1 + ajv: ^6.14.0 ajv-formats: ^3.0.1 json-schema-typed: ^8.0.2 pkce-challenge: ^5.0.0