From 4503ce94412b24dcb406c0cd722572cdf2dcd42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:51:12 +0000 Subject: [PATCH] chore(deps-dev): bump ajv-formats from 2.1.1 to 3.0.1 (#178) 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.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb7a01a..9f597ee 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@fastify/pre-commit": "^2.0.2", "@sinclair/typebox": "^0.32.3", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "fluent-json-schema": "^4.0.0", "snazzy": "^9.0.0", "standard": "^17.0.0",