Skip to content

Commit

Permalink
chore: rollback helmet t0 7.0 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNeoO authored Nov 22, 2024
2 parents 98b9e25 + 352bbde commit b00dbbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"db-migrate-pg": "~1.5.2",
"debug": "~4.3.4",
"express": "~4.21.0",
"helmet": "~8.0.0",
"helmet": "~7.0.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7263,10 +7263,10 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
dependencies:
function-bind "^1.1.2"

helmet@~8.0.0:
version "8.0.0"
resolved "https://registry.npmjs.org/helmet/-/helmet-8.0.0.tgz"
integrity sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==
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==

hexoid@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit b00dbbe

Please sign in to comment.