|
881 | 881 | dependencies:
|
882 | 882 | ajv "^6.12.6"
|
883 | 883 |
|
884 |
| -"@fastify/ajv-compiler@^3.1.0": |
885 |
| - version "3.1.0" |
886 |
| - resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-3.1.0.tgz#7ccae63da5a115f583ae6cc68173dbc3c1f34405" |
887 |
| - integrity sha512-+hRMMxcUmdqtnCGPwrI2yczFdlgp3IBR88WlPLimXlgRb8vHBTXz38I17R/9ui+hIt9jx0uOdZKOis77VooHfA== |
| 884 | +"@fastify/ajv-compiler@^3.1.1": |
| 885 | + version "3.1.2" |
| 886 | + resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-3.1.2.tgz#9b3c4ae0f5feeb2a90ee797cff6dc26e1831795b" |
| 887 | + integrity sha512-m2nzzQJeuVmeGOB9rnII9sZiY8AZ02a9WMQfMBfK1jxdFnxm3FPYKGbYpPjODj4halNogwpolyugbTNpnDCi0A== |
888 | 888 | dependencies:
|
889 | 889 | ajv "^8.10.0"
|
890 | 890 | ajv-formats "^2.1.1"
|
891 |
| - fast-uri "^1.0.1" |
| 891 | + fast-uri "^2.0.0" |
892 | 892 |
|
893 | 893 | "@fastify/cors@^7.0.0":
|
894 | 894 | version "7.0.0"
|
@@ -5239,12 +5239,7 @@ [email protected], fast-safe-stringify@^2.0.8, fast-safe-stringify@^2.1.
|
5239 | 5239 | resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
5240 | 5240 | integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
5241 | 5241 |
|
5242 |
| -fast-uri@^1.0.1: |
5243 |
| - version "1.0.1" |
5244 |
| - resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-1.0.1.tgz#dd637f093bccf17ebea58a70c178ee8a70b5aa45" |
5245 |
| - integrity sha512-dbO/+ny6lX4tt7pvfPMTiHfQVR5igYKFa5BJ2a21TWuOgd2ySp5DYswsEGuMcJZLL3/eJ/MQJ5KNcXyNUvDt8w== |
5246 |
| - |
5247 |
| -fast-uri@^2.1.0: |
| 5242 | +fast-uri@^2.0.0, fast-uri@^2.1.0: |
5248 | 5243 | version "2.1.0"
|
5249 | 5244 | resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.1.0.tgz#9279432d6b53675c90116b947ed2bbba582d6fb5"
|
5250 | 5245 | integrity sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==
|
|
5337 | 5332 | semver "^7.3.2"
|
5338 | 5333 | tiny-lru "^8.0.1"
|
5339 | 5334 |
|
5340 |
| - |
5341 |
| - version "4.2.0" |
5342 |
| - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.2.0.tgz#e8a56875083cab0fb0f1dd844b31f0fd145a6900" |
5343 |
| - integrity sha512-0QXEp+8ceKc0fwVakeBLM/1Ss/+fc7a3auuygT+1GjbSAgHfwqxSucUuu0rYjziu32UgEZXfjItYN/a89HWKhw== |
| 5335 | + |
| 5336 | + version "4.2.1" |
| 5337 | + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.2.1.tgz#44bc04dde3f769527851950da46c8ee32227233c" |
| 5338 | + integrity sha512-eyAWHN9+8IPTnhvGz+leseASGV/JZ75Y+jXXV7tid4awUjCMInY1gazZXuTD95xUW+Ve5vfgLjQ2i1i0/XJjdw== |
5344 | 5339 | dependencies:
|
5345 |
| - "@fastify/ajv-compiler" "^3.1.0" |
| 5340 | + "@fastify/ajv-compiler" "^3.1.1" |
5346 | 5341 | "@fastify/error" "^3.0.0"
|
5347 | 5342 | "@fastify/fast-json-stringify-compiler" "^4.0.0"
|
5348 | 5343 | abstract-logging "^2.0.1"
|
|
0 commit comments