From 7d1b55013eecb73d951ee1754fc06ac0723b9f71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:27:12 +0700 Subject: [PATCH] fix(deps): update dependency helmet to ~4.6.0 (#412) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb55483..a5d30d9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "express": "~4.17.1", "express-rate-limit": "~5.2.6", "fluent-ffmpeg": "~2.1.2", - "helmet": "~4.4.1", + "helmet": "~4.6.0", "jszip": "~3.6.0", "knex": "~0.21.19", "multer": "~1.4.2", diff --git a/yarn.lock b/yarn.lock index cff7985..6753c6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3378,10 +3378,10 @@ has@^1.0.0, has@^1.0.3: dependencies: function-bind "^1.1.1" -helmet@~4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.4.1.tgz#a17e1444d81d7a83ddc6e6f9bc6e2055b994efe7" - integrity sha512-G8tp0wUMI7i8wkMk2xLcEvESg5PiCitFMYgGRc/PwULB0RVhTP5GFdxOwvJwp9XVha8CuS8mnhmE8I/8dx/pbw== +helmet@~4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.6.0.tgz#579971196ba93c5978eb019e4e8ec0e50076b4df" + integrity sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg== hex-color-regex@^1.1.0: version "1.1.0"