From dd972b92510d05091a8fbe9578c92e554406af83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:39:38 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e50ce1..c14f2ae 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@fastify/pre-commit": "^2.0.2", "ajv": "^8.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "jest": "^29.0.1", "jsdoc-to-markdown": "^8.0.0", "lodash.merge": "^4.6.2",