diff --git a/package.json b/package.json index 195c066..0e6bafe 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "fastify": "^4.11.0", "fastify-cron": "^1.3.1", "fastify-plugin": "^4.5.0", - "fluent-json-schema": "^4.0.0", + "fluent-json-schema": "^4.1.1", "ioredis": "^5.2.5", "jsonwebtoken": "^9.0.0", "jwk-to-pem": "^2.0.5", diff --git a/yarn.lock b/yarn.lock index 0ae5430..15f13c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -451,12 +451,7 @@ fastify-plugin "^4.0.0" mnemonist "0.39.5" -"@fastify/deepmerge@^1.0.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@fastify/deepmerge/-/deepmerge-1.1.0.tgz#91f0a5a27034ff76b7bece63a5906894940ace82" - integrity sha512-E8Hfdvs1bG6u0N4vN5Nty6JONUfTdOciyD5rn8KnEsLKIenvOVcr210BQR9t34PRkNyjqnMLGk3e0BsaxRdL+g== - -"@fastify/deepmerge@^1.1.0": +"@fastify/deepmerge@^1.0.0", "@fastify/deepmerge@^1.1.0": version "1.3.0" resolved "https://registry.yarnpkg.com/@fastify/deepmerge/-/deepmerge-1.3.0.tgz#8116858108f0c7d9fd460d05a7d637a13fe3239a" integrity sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A== @@ -2947,10 +2942,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787" integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== -fluent-json-schema@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fluent-json-schema/-/fluent-json-schema-4.0.0.tgz#8f783e2282731e893c9480d8b9263b47c7ce87d4" - integrity sha512-NE7QBhwu+cK+X9XhuWt9S5YpOqRKjwTbBhg/PHaLrEsaog3cgHMbu7Xuqbks8QYOv6bVQPM6zDEqXoI8dP8dwg== +fluent-json-schema@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/fluent-json-schema/-/fluent-json-schema-4.1.1.tgz#4fbcd4782342cf191bfae011ec87d542ca439fd5" + integrity sha512-D62MTftvRErkaQcoxiRpMl9qD77g1JWSv5/J/KYjWX3jTXqGG3mnrbAQi3R2KODNnjtsKSdG8zgcTCX7ZKBaqQ== dependencies: "@fastify/deepmerge" "^1.1.0"