From 0c506e667bbbfac9b0bae170154e15a041d576c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:51:21 +0000 Subject: [PATCH] chore: Bump ajv-formats from 2.1.1 to 3.0.1 Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/ajv-validator/ajv-formats/releases) - [Commits](https://github.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: ajv-formats dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- ui/renderer/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 00ae7169..cdee6a81 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -758,8 +758,8 @@ importers: specifier: ^8.17.1 version: 8.17.1 ajv-formats: - specifier: ^2.1.1 - version: 2.1.1(ajv@8.17.1) + specifier: ^3.0.1 + version: 3.0.1(ajv@8.17.1) zod: specifier: ^4.3.5 version: 4.3.5 @@ -2726,8 +2726,8 @@ packages: peerDependencies: zod: ^3.25.76 || ^4.1.8 - ajv-formats@2.1.1: - resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} + ajv-formats@3.0.1: + resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: @@ -7345,7 +7345,7 @@ snapshots: '@opentelemetry/api': 1.9.0 zod: 4.3.5 - ajv-formats@2.1.1(ajv@8.17.1): + ajv-formats@3.0.1(ajv@8.17.1): optionalDependencies: ajv: 8.17.1 diff --git a/ui/renderer/package.json b/ui/renderer/package.json index fa29eb69..f6faf101 100644 --- a/ui/renderer/package.json +++ b/ui/renderer/package.json @@ -20,7 +20,7 @@ "@aligntrue/ui-contracts": "workspace:*", "ai": "^6.0.7", "ajv": "^8.17.1", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "zod": "^4.3.5" }, "devDependencies": {