From 47498838b478ab204727e0ee97eacdf09c217dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:50:49 +0000 Subject: [PATCH] chore(deps): bump fastify from 3.28.0 to 3.29.4 Bumps [fastify](https://github.com/fastify/fastify) from 3.28.0 to 3.29.4. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.28.0...v3.29.4) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 698ae50..2107d21 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dotenv": "^14.2.0", "express": "^4.17.2", "express-session": "^1.17.2", - "fastify": "^3.27.0", + "fastify": "^3.29.4", "fastify-cors": "^6.0.2", "fastify-gql": "^5.8.2", "fastify-swagger": "^4.13.1", diff --git a/yarn.lock b/yarn.lock index e914c27..3243726 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1182,6 +1182,11 @@ dependencies: ajv "^6.12.6" +"@fastify/error@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@fastify/error/-/error-2.0.0.tgz#a9f94af56eb934f0ab1ce4ef9f0ced6ebf2319dc" + integrity sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w== + "@firebase/app-types@0.7.0": version "0.7.0" resolved "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.7.0.tgz" @@ -3862,11 +3867,6 @@ fastify-cors@^6.0.0, fastify-cors@^6.0.2: fastify-plugin "^3.0.0" vary "^1.1.2" -fastify-error@^0.3.0: - version "0.3.1" - resolved "https://registry.npmjs.org/fastify-error/-/fastify-error-0.3.1.tgz" - integrity sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ== - fastify-gql@^5.8.2: version "5.8.2" resolved "https://registry.npmjs.org/fastify-gql/-/fastify-gql-5.8.2.tgz" @@ -3951,16 +3951,17 @@ fastify-xml-body-parser@^2.1.0: fast-xml-parser "^4.0.3" fastify-plugin "^3.0.0" -fastify@^3.27.0: - version "3.28.0" - resolved "https://registry.npmjs.org/fastify/-/fastify-3.28.0.tgz" - integrity sha512-LAQtGllpkRe8L6Tpf3zdbvXzXFOrgaWV3Tbvp3xMv9ngcr9zht9U2/mo5zq9qp9kplSiBJ0w43aVAMqv6PBMbw== +fastify@^3.29.4: + version "3.29.4" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.4.tgz#294e33017b55f3cb72f315c41cf51431bc9b7a34" + integrity sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg== dependencies: "@fastify/ajv-compiler" "^1.0.0" + "@fastify/error" "^2.0.0" abstract-logging "^2.0.0" avvio "^7.1.2" + content-type "^1.0.4" fast-json-stringify "^2.5.2" - fastify-error "^0.3.0" find-my-way "^4.5.0" flatstr "^1.0.12" light-my-request "^4.2.0"