From 4ba5a64ad3bae46549c286ba91c5e4e391c0ad2d Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Sun, 19 Jan 2025 09:19:00 +0100 Subject: [PATCH] chore: bump json-schema-resolver (#856) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d311c924..5bcf06c8 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ }, "dependencies": { "fastify-plugin": "^5.0.0", - "json-schema-resolver": "^2.0.0", + "json-schema-resolver": "^3.0.0", "openapi-types": "^12.1.3", "rfdc": "^1.3.1", "yaml": "^2.4.2"