From 6ee54795071d9a5f5d0ad81bdda90c76e83ef171 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 17 Jan 2021 18:09:38 +0000 Subject: [PATCH] chore(deps): bump helmet from 4.2.0 to 4.3.1 Bumps [helmet](https://github.com/helmetjs/helmet) from 4.2.0 to 4.3.1. - [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.3.1) 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..590c0ed 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.3.1", "pg": "^8.4.1", "redis": "^3.0.2", "winston": "^3.3.3" diff --git a/yarn.lock b/yarn.lock index 098a6af..6d17e4b 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.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.3.1.tgz#e374e2fb3f8da045d0233f13299b1fde6e59e4e1" + integrity sha512-WsafDyKsIexB0+pUNkq3rL1rB5GVAghR68TP8ssM9DPEMzfBiluEQlVzJ/FEj6Vq2Ag3CNuxf7aYMjXrN0X49Q== hex2dec@^1.0.1: version "1.1.2"