Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency koa-helmet to v8 #632

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading