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" },