Skip to content

Commit 94cd4ce

Browse files
Bump helmet from 7.1.0 to 8.0.0
Bumps [helmet](https://github.com/helmetjs/helmet) from 7.1.0 to 8.0.0. - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](helmetjs/helmet@v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4d4892 commit 94cd4ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"cors": "^2.8.5",
5555
"dotenv": "^16.0.3",
5656
"express": "^4.21.0",
57-
"helmet": "^7.1.0",
57+
"helmet": "^8.0.0",
5858
"http-status-codes": "^2.0.0",
5959
"jsonwebtoken": "^9.0.0",
6060
"lodash": "^4.17.21",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,10 +2701,10 @@ hasown@^2.0.0:
27012701
dependencies:
27022702
function-bind "^1.1.2"
27032703

2704-
helmet@^7.1.0:
2705-
version "7.1.0"
2706-
resolved "https://registry.yarnpkg.com/helmet/-/helmet-7.1.0.tgz#287279e00f8a3763d5dccbaf1e5ee39b8c3784ca"
2707-
integrity sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==
2704+
helmet@^8.0.0:
2705+
version "8.0.0"
2706+
resolved "https://registry.yarnpkg.com/helmet/-/helmet-8.0.0.tgz#05370fb1953aa7b81bd0ddfa459221247be6ea5c"
2707+
integrity sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==
27082708

27092709
html-escaper@^2.0.0:
27102710
version "2.0.2"

0 commit comments

Comments
 (0)