From 3676851b7bdabc35f8433c0f255e60f13b9022ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 19:05:41 +0000 Subject: [PATCH] Bump helmet from 7.0.0 to 7.1.0 Bumps [helmet](https://github.com/helmetjs/helmet) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 389ada0..f6999ba 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dotenv": "^16.0.3", "express": "^4.18.1", "express-jwt": "^8.4.1", - "helmet": "^7.0.0", + "helmet": "^7.1.0", "joi": "^17.6.0", "jsonwebtoken": "^9.0.2", "mongodb": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index a6e16fe..65cb30a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2771,10 +2771,10 @@ has@^1.0.3: resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6" integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ== -helmet@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-7.0.0.tgz#ac3011ba82fa2467f58075afa58a49427ba6212d" - integrity sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ== +helmet@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-7.1.0.tgz#287279e00f8a3763d5dccbaf1e5ee39b8c3784ca" + integrity sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg== highlight.js@^10.7.1: version "10.7.3"