From 7e175b35740ca5982d74df57e1f7d420da42bf23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 15:58:13 +0000 Subject: [PATCH] build(deps-dev): 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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e4228865..3fc817fa 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@octokit/rest": "^20.1.0", "@prettier/plugin-xml": "^3.4.1", "ajv-cli": "^5.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "apm-schema": "team-apm/apm-schema#v3.2.1", "chalk": "^5.3.0", "clipboardy": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 758a2d47..2e2902b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -339,10 +339,10 @@ ajv-cli@^5.0.0: json5 "^2.1.3" minimist "^1.2.0" -ajv-formats@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" - integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== +ajv-formats@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578" + integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ== dependencies: ajv "^8.0.0"