From 102938302ee0c1da245e9e65611db5c7697a1ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 20:29:27 +0000 Subject: [PATCH] chore(deps): bump fastify-helmet from 5.2.0 to 7.1.0 Bumps [fastify-helmet](https://github.com/fastify/fastify-helmet) from 5.2.0 to 7.1.0. - [Release notes](https://github.com/fastify/fastify-helmet/releases) - [Commits](https://github.com/fastify/fastify-helmet/commits) --- updated-dependencies: - dependency-name: fastify-helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/server/package.json | 2 +- yarn.lock | 31 ++++++++++++++++++++++--------- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/packages/server/package.json b/packages/server/package.json index 7baa1d91..230ca893 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -19,7 +19,7 @@ "fastify": "^3.12.0", "fastify-cookie": "^5.1.0", "fastify-cors": "^5.2.0", - "fastify-helmet": "^5.2.0", + "fastify-helmet": "^7.1.0", "fastify-plugin": "^3.0.0", "fastify-session": "^5.2.1", "http-status-codes": "^2.1.4", diff --git a/yarn.lock b/yarn.lock index 58ba5189..a30cd11f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8050,13 +8050,21 @@ fastify-formbody@^5.0.0: dependencies: fastify-plugin "^2.3.2" -fastify-helmet@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/fastify-helmet/-/fastify-helmet-5.2.0.tgz#b79a9c97da94a743d478dd3133f9a84693e3188f" - integrity sha512-LI4CTeKmXtCRjklsuz0rP4mNDlJOO990s79ZF9tw4vc2JrHzJT3f4mX5zj7QBGBRj9yBHdKyPEBp1RRqx0uDjA== +"fastify-helmet-deprecated@npm:fastify-helmet@7.0.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/fastify-helmet/-/fastify-helmet-7.0.1.tgz#506c288dc5a5bea4d7332c1b5aed8f69a3fe383b" + integrity sha512-/PSKDJZkBhJ0ioY1swOUfYNYQRfRnXD5X2eKD9TSVBuPKbH+OYg/IYBxad33uaOGlWn28MNOd+kw5sQKSWY1yA== dependencies: fastify-plugin "^3.0.0" - helmet "^4.0.0" + helmet "^5.0.1" + +fastify-helmet@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/fastify-helmet/-/fastify-helmet-7.1.0.tgz#7c2a0d9039566dd03cd58cb2535b827bf37ee04f" + integrity sha512-rgSYdx42+Rq4EETbJXMCWtsvYtZdstEuaDBiwFAiNJhjjqgf2AllrdDYEUb5nUA/FXSrfP4MKnpa3ZgyLd/nRQ== + dependencies: + fastify-helmet-deprecated "npm:fastify-helmet@7.0.1" + process-warning "^1.0.0" fastify-plugin@^2.3.2: version "2.3.4" @@ -9126,10 +9134,10 @@ he@1.2.0, he@^1.1.0, he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -helmet@^4.0.0: - version "4.4.1" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.4.1.tgz#a17e1444d81d7a83ddc6e6f9bc6e2055b994efe7" - integrity sha512-G8tp0wUMI7i8wkMk2xLcEvESg5PiCitFMYgGRc/PwULB0RVhTP5GFdxOwvJwp9XVha8CuS8mnhmE8I/8dx/pbw== +helmet@^5.0.1: + version "5.0.2" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.0.2.tgz#3264ec6bab96c82deaf65e3403c369424cb2366c" + integrity sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg== hex-color-regex@^1.1.0: version "1.1.0" @@ -13812,6 +13820,11 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== +process-warning@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-1.0.0.tgz#980a0b25dc38cd6034181be4b7726d89066b4616" + integrity sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q== + process@^0.11.10: version "0.11.10" resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"