From a2cce6aac8fb7137c1583cc4b2ca41da7907bce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:21:19 +0300 Subject: [PATCH] build(deps): bump helmet from 6.1.2 to 7.0.0 (#711) Bumps [helmet](https://github.com/helmetjs/helmet) from 6.1.2 to 7.0.0. - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v6.1.2...v7.0.0) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- modules/router/package.json | 2 +- packages/admin/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/router/package.json b/modules/router/package.json index f77ecb216..feae2ec16 100644 --- a/modules/router/package.json +++ b/modules/router/package.json @@ -31,7 +31,7 @@ "graphql-parse-resolve-info": "^4.13.0", "graphql-type-json": "^0.3.2", "hcaptcha": "^0.1.1", - "helmet": "6.1.2", + "helmet": "7.0.0", "ioredis": "^5.3.1", "lodash": "^4.17.21", "moment": "^2.29.4", diff --git a/packages/admin/package.json b/packages/admin/package.json index 446b6e59c..4e9101bed 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -39,7 +39,7 @@ "cors": "^2.8.5", "crypto": "^1.0.1", "graphql-tag": "^2.12.6", - "helmet": "6.1.2", + "helmet": "7.0.0", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21" }, diff --git a/yarn.lock b/yarn.lock index 900c73edb..bf92b1109 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8379,10 +8379,10 @@ hcaptcha@^0.1.1: resolved "https://registry.yarnpkg.com/hcaptcha/-/hcaptcha-0.1.1.tgz#0a5c3469ac55e3f3827f2fd07c2bf27859067d12" integrity sha512-iMrDmH2VpIEKOrcKWidVjI89FdDKTEdZ7PfPWkP27sTazIIkob8YfdY2ezaufAnWBiUUcvzsn0qF+dyXtBH2Vw== -helmet@6.1.2: - version "6.1.2" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.1.2.tgz#063af3d2c7fa25c09f377aaede7b8a9dffbbe761" - integrity sha512-n39kcD7ntw83PMeqqjSOPrY/VpIH+XniLoxFXLfK6UCgTTN9XkOGp2YWKB/zfgZS+zRQdiHo3fgNmy0l5xoFPg== +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== hoist-non-react-statics@^3.3.2: version "3.3.2"