From 9cefa7133ec4c61a8e12aa8dba112c277ba826ed Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Thu, 13 Jan 2022 12:34:24 +0000
Subject: [PATCH] fix: upgrade fastify-sensible from 3.1.1 to 3.1.2

Snyk has created this PR to upgrade fastify-sensible from 3.1.1 to 3.1.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/manutopik/project/c42c4de4-2135-482e-bfa8-d6dd6a29cf26?utm_source=github&utm_medium=referral&page=upgrade-pr
---
 package.json |  2 +-
 yarn.lock    | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/package.json b/package.json
index e60d604..2435cab 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
   "dependencies": {
     "@result/hasura-parser": "^1.0.1",
     "fastify-plugin": "^3.0.0",
-    "fastify-sensible": "^3.1.1",
+    "fastify-sensible": "^3.1.2",
     "graphql": "^15.5.0",
     "graphql-request": "^3.4.0"
   },
diff --git a/yarn.lock b/yarn.lock
index b5b3295..8dc12f0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -886,14 +886,14 @@ fastify-plugin@^3.0.0:
   resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.0.tgz#cf1b8c8098e3b5a7c8c30e6aeb06903370c054ca"
   integrity sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==
 
-fastify-sensible@^3.1.1:
-  version "3.1.1"
-  resolved "https://registry.yarnpkg.com/fastify-sensible/-/fastify-sensible-3.1.1.tgz#e81119389bfd955da7fdc7fc0a96428ecffcfe13"
-  integrity sha512-qWGsLEcc8VmLpbbWY7VJwXwWISsGBH9H4J2QeIc+l5Ov3a1lYs7ZaSnr0X8dkffdvzr9iy8wQyIuthpKTy5sZA==
+fastify-sensible@^3.1.2:
+  version "3.1.2"
+  resolved "https://registry.yarnpkg.com/fastify-sensible/-/fastify-sensible-3.1.2.tgz#8b8672b4c55ca17a5ae267d5953b53c141b2a380"
+  integrity sha512-fS8GeY6db3q38GzWOoZMggrw9yHOoXdHv1Pgnorvv18uDrmh1iL8gP9/cqdWzZRM1J3fYvcHsfV2t4BXQF2+sw==
   dependencies:
     fast-deep-equal "^3.1.1"
     fastify-plugin "^3.0.0"
-    forwarded "^0.1.2"
+    forwarded "^0.2.0"
     http-errors "^1.7.3"
     type-is "^1.6.18"
     vary "^1.1.2"
@@ -971,10 +971,10 @@ form-data@~2.3.2:
     combined-stream "^1.0.6"
     mime-types "^2.1.12"
 
-forwarded@^0.1.2:
-  version "0.1.2"
-  resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
-  integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=
+forwarded@^0.2.0:
+  version "0.2.0"
+  resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
+  integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
 
 fs-exists-cached@^1.0.0:
   version "1.0.0"
-- 
GitLab