From 165c4204d72b1fd5385cd7218662a544d7699036 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 18:07:53 +0700 Subject: [PATCH] Update dependency helmet to ~4.2.0 (#297) 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 99ba46f..bca5e36 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "express": "~4.17.1", "express-rate-limit": "~5.1.3", "fluent-ffmpeg": "~2.1.2", - "helmet": "~4.1.1", + "helmet": "~4.2.0", "jszip": "~3.5.0", "knex": "~0.21.11", "multer": "~1.4.2", diff --git a/yarn.lock b/yarn.lock index e977d76..e1304a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3304,10 +3304,10 @@ has@^1.0.0, has@^1.0.3: dependencies: function-bind "^1.1.1" -helmet@~4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.1.1.tgz#751f0e273d809ace9c172073e0003bed27d27a4a" - integrity sha512-Avg4XxSBrehD94mkRwEljnO+6RZx7AGfk8Wa6K1nxaU+hbXlFOhlOIMgPfFqOYQB/dBCsTpootTGuiOG+CHiQA== +helmet@~4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.2.0.tgz#e81f5613cc1c90402af581794dc9878ad078b237" + integrity sha512-aoiSxXMd0ks1ojYpSCFoCRzgv4rY/uB9jKStaw8PkXwsdLYa/Gq+Nc5l0soH0cwBIsLAlujPnx4HLQs+LaXCrQ== hex-color-regex@^1.1.0: version "1.1.0"