Skip to content

Commit

Permalink
Bump helmet version to ^7.1.0 (#600)
Browse files Browse the repository at this point in the history
Current helmet version utilizez obsolete headers, which affects Best Practices Score of Web Vitals
  • Loading branch information
sashko9807 authored Feb 1, 2024
1 parent c0e7cf4 commit 0912530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"class-validator": "0.14.0",
"exceljs": "4.3.0",
"handlebars": "4.7.7",
"helmet": "5.0.2",
"helmet": "^7.1.0",
"joi": "17.6.0",
"keycloak-connect": "21.0.1",
"luxon": "^3.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9630,10 +9630,10 @@ __metadata:
languageName: node
linkType: hard

"helmet@npm:5.0.2":
version: 5.0.2
resolution: "helmet@npm:5.0.2"
checksum: 3fe107f3f73fb6a79173e5599f87a016c69f1c7cc46bcde1c60043ea36e64f893434592890d3c0be68f1d35731f2f2f22094a1cfd70438f9d35740861071dcf3
"helmet@npm:^7.1.0":
version: 7.1.0
resolution: "helmet@npm:7.1.0"
checksum: 16aaa0df997eaa18821e71389bc9ceffeeaa935df98427ede2bb006065f7e02bb1941caabea16d5a93a791cb3fe7d8a760266bc57b3b9ca5dd7da17ea84244b8
languageName: node
linkType: hard

Expand Down Expand Up @@ -13639,7 +13639,7 @@ __metadata:
exceljs: 4.3.0
fishery: 2.2.2
handlebars: 4.7.7
helmet: 5.0.2
helmet: ^7.1.0
husky: 7.0.2
jest: ^29.3.1
jest-extended: ^3.2.3
Expand Down

0 comments on commit 0912530

Please sign in to comment.