From fa2849ee8ccd74338c0aa832842f7a0c085b7205 Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Sun, 18 Sep 2022 00:09:22 +0200 Subject: [PATCH] Bumped v3.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96eabde..53f6b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/ajv-compiler", - "version": "3.2.0", + "version": "3.3.0", "description": "Build and manage the AJV instances for the fastify framework", "main": "index.js", "types": "index.d.ts", @@ -47,7 +47,7 @@ "tsd": "^0.23.0" }, "dependencies": { - "ajv": "^8.10.0", + "ajv": "^8.11.0", "ajv-formats": "^2.1.1", "fast-uri": "^2.0.0" },