From 4c71fc209ae295aca22965245fba57ca3d095a10 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 11:08:39 +0000 Subject: [PATCH] chore(deps): bump helmet from 4.2.0 to 4.4.0 Bumps [helmet](https://github.com/helmetjs/helmet) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v4.2.0...v4.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e2cfcd7..6683068 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "debug": "^4.3.1", "dotenv": "^8.2.0", "express": "^4.17.1", - "helmet": "^4.2.0", + "helmet": "^4.4.0", "pg": "^8.4.1", "redis": "^3.0.2", "winston": "^3.3.3" diff --git a/yarn.lock b/yarn.lock index 098a6af..81d1e20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1497,10 +1497,10 @@ has-yarn@^2.1.0: resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77" integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw== -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== +helmet@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.4.0.tgz#84532525b29bf32288c6c9cb3e3038af9a8aa958" + integrity sha512-TDBjY2QVTHGyHeyAC42ldgXC5Z0rZQT25/MhB4oKOkzXpseXVPpRv4nJLJOod6D4A/jvM/6IEO3f9Km9j0Yjug== hex2dec@^1.0.1: version "1.1.2"