Skip to content

Commit

Permalink
fix(deps): update dependency koa-helmet to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 3576b6a commit 644f258
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"koa": "2.14.2",
"koa-compress": "5.1.1",
"koa-favicon": "2.1.0",
"koa-helmet": "7.0.2",
"koa-helmet": "8.0.1",
"koa-query-pretty": "0.3.0",
"koa-router": "12.0.0",
"lodash": "4.17.21",
Expand Down
21 changes: 7 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7250,13 +7250,6 @@ __metadata:
languageName: node
linkType: hard

"helmet@npm:^6.0.1":
version: 6.2.0
resolution: "helmet@npm:6.2.0"
checksum: 52d97adfdb151ebdc08e5d78eb93eebfb7e8e3e0563e68664828138dc6ab2d9d512b4ae71e1f8c6fcf8ddc38f87908325971d95dcabaafd4fde1f5b0faabeb8c
languageName: node
linkType: hard

"hexoid@npm:^1.0.0":
version: 1.0.0
resolution: "hexoid@npm:1.0.0"
Expand Down Expand Up @@ -7313,7 +7306,7 @@ __metadata:
koa: "npm:2.14.2"
koa-compress: "npm:5.1.1"
koa-favicon: "npm:2.1.0"
koa-helmet: "npm:7.0.2"
koa-helmet: "npm:8.0.1"
koa-query-pretty: "npm:0.3.0"
koa-router: "npm:12.0.0"
lint-staged: "npm:14.0.1"
Expand Down Expand Up @@ -9050,12 +9043,12 @@ __metadata:
languageName: node
linkType: hard

"koa-helmet@npm:7.0.2":
version: 7.0.2
resolution: "koa-helmet@npm:7.0.2"
dependencies:
helmet: "npm:^6.0.1"
checksum: ab6fd4084829c469192ab99978fcab96a719e57933cadbfc4f86523da795becfea12a51504241b5b319cbbf6a6a0532579818ad27ac6905f85d389c5a20b812c
"koa-helmet@npm:8.0.1":
version: 8.0.1
resolution: "koa-helmet@npm:8.0.1"
peerDependencies:
helmet: ">= 6"
checksum: 21ec916ce30bbc239bc9c909941f075d53ec2e1c806fad4b7da2e6f53a0002535c5965b93a7be61c5517fd15d1aad1de1b013369008f53680301750604cff6e1
languageName: node
linkType: hard

Expand Down

0 comments on commit 644f258

Please sign in to comment.