From fda1240befd7b194c7ada686773c612fcb969ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:57:04 +0000 Subject: [PATCH] chore(deps): 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] --- package-lock.json | 27 ++++++++++++++++++++++----- packages/playground/package.json | 2 +- packages/validator-ajv8/package.json | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f80ef6d34a..b8e56f963b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14118,9 +14118,9 @@ } }, "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "license": "MIT", "dependencies": { "ajv": "^8.0.0" @@ -33131,6 +33131,23 @@ "url": "https://opencollective.com/webpack" } }, + "node_modules/schema-utils/node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, "node_modules/scroll-into-view-if-needed": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz", @@ -38224,7 +38241,7 @@ "@rjsf/utils": "^6.0.0-beta.13", "@rjsf/validator-ajv8": "^6.0.0-beta.13", "ajv": "^8.17.1", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "ajv-i18n": "^4.2.0", "antd": "^5.27.0", "atob": "^2.1.2", @@ -38692,7 +38709,7 @@ "license": "Apache-2.0", "dependencies": { "ajv": "^8.17.1", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21" }, diff --git a/packages/playground/package.json b/packages/playground/package.json index a8e3824997..45d6d1b220 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -53,7 +53,7 @@ "@rjsf/utils": "^6.0.0-beta.13", "@rjsf/validator-ajv8": "^6.0.0-beta.13", "ajv": "^8.17.1", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "ajv-i18n": "^4.2.0", "antd": "^5.27.0", "atob": "^2.1.2", diff --git a/packages/validator-ajv8/package.json b/packages/validator-ajv8/package.json index 332a9600cd..202000a46f 100644 --- a/packages/validator-ajv8/package.json +++ b/packages/validator-ajv8/package.json @@ -78,7 +78,7 @@ }, "dependencies": { "ajv": "^8.17.1", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21" },