From 4f4a74107de73e857d88ff3dbe442ad5453cde69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:02:16 -0400 Subject: [PATCH] Bump ajv-formats from 2.1.1 to 3.0.1 (#578) 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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dec3573..34ce42e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@fullhuman/postcss-purgecss": "^6.0.0", "ajv-cli": "^5.0.x", - "ajv-formats": "^2.1.x", + "ajv-formats": "^3.0.x", "autoprefixer": "^10.4.20", "markdown-link-check": "^3.11.2", "postcss": "^8.4.41", @@ -227,9 +227,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==", "dev": true, "dependencies": { "ajv": "^8.0.0" diff --git a/package.json b/package.json index 3141db6c..05579f00 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "devDependencies": { "@fullhuman/postcss-purgecss": "^6.0.0", "ajv-cli": "^5.0.x", - "ajv-formats": "^2.1.x", + "ajv-formats": "^3.0.x", "autoprefixer": "^10.4.20", "markdown-link-check": "^3.11.2", "postcss": "^8.4.41",