From 2f63013b3dda7e77b6fa812cadba5a1ba0fb9147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 03:23:24 +0000 Subject: [PATCH] Bump helmet from 5.1.0 to 5.1.1 Bumps [helmet](https://github.com/helmetjs/helmet) from 5.1.0 to 5.1.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/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-patch ... 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 7fd0704..fb837e5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dotenv": "^16.0.1", "express": "^4.18.1", "express-rate-limit": "^6.4.0", - "helmet": "^5.1.0", + "helmet": "^5.1.1", "hpp": "^0.2.3", "marker-clusterer-plus": "^2.1.4", "morgan": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 709dd90..71d3af6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5152,10 +5152,10 @@ he@1.2.0, he@^1.1.0, he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -helmet@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.1.0.tgz#e98a5d4bf89ab8119c856018a3bcc82addadcd47" - integrity sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g== +helmet@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.1.1.tgz#609823c5c2e78aea62dd9afc8f544ca409da5e85" + integrity sha512-/yX0oVZBggA9cLJh8aw3PPCfedBnbd7J2aowjzsaWwZh7/UFY0nccn/aHAggIgWUFfnykX8GKd3a1pSbrmlcVQ== hex-color-regex@^1.1.0: version "1.1.0"