From d44a3a5ea047a5303a9fe69961117b2f54ebadf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:15:33 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfbe323da454..680be8d809ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "accept-language-parser": "^1.5.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "bottleneck": "2.19.5", "boxen": "7.1.1", "cheerio": "^1.0.0-rc.11", @@ -3468,8 +3468,9 @@ } }, "node_modules/ajv-formats": { - "version": "2.1.1", - "license": "MIT", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "dependencies": { "ajv": "^8.0.0" }, diff --git a/package.json b/package.json index d6b1283f856e..aaa3afd9f525 100644 --- a/package.json +++ b/package.json @@ -240,7 +240,7 @@ "accept-language-parser": "^1.5.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "bottleneck": "2.19.5", "boxen": "7.1.1", "cheerio": "^1.0.0-rc.11",