Skip to content

Commit

Permalink
build(deps): bump helmet from 5.0.2 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [helmet](https://github.com/helmetjs/helmet) from 5.0.2 to 7.0.0.
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](helmetjs/helmet@v5.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: helmet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 26, 2023
1 parent dd35c90 commit e67b833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"express": "^4.17.3",
"express-formidable": "^1.2.0",
"express-rate-limit": "^6.3.0",
"helmet": "^5.0.2",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.0",
"lacpass-key-manager": "^0.0.15",
"morgan": "^1.10.0",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3954,7 +3954,12 @@ [email protected], hash.js@^1.0.0, hash.js@^1.0.3:
inherits "^2.0.3"
minimalistic-assert "^1.0.1"

helmet@*, helmet@^5.0.2:
helmet@*, 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@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.0.2.tgz#3264ec6bab96c82deaf65e3403c369424cb2366c"
integrity sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg==
Expand Down

0 comments on commit e67b833

Please sign in to comment.