diff options
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index d806be5..38187c0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "express": "4.18.1", "express-fileupload": "1.4.0", "express-rate-limit": "6.5.1", - "helmet": "5.1.0", + "helmet": "5.1.1", "passport": "^0.6.0", "passport-saml": "3.2.1", "shell-quote": "1.7.3", @@ -1152,10 +1152,10 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -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== hosted-git-info@^2.1.4: version "2.8.9" |