Skip to content

Commit

Permalink
Update @fastify/helmet to version 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Sep 19, 2023
1 parent 00d3947 commit 1d3376b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@fastify/compress": "^6.2.1",
"@fastify/helmet": "^10.1.0",
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^6.9.0",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.3.12",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -921,13 +921,13 @@
fast-querystring "^1.0.0"
fastify-plugin "^4.0.0"

"@fastify/helmet@^10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@fastify/helmet/-/helmet-10.1.0.tgz#8b124c807d9528680e6dcef8ca3e2e614eb547e5"
integrity sha512-v7QJPYf1uVcCwzyHzkDGcHTqDPscXj/61JKxOdvczyDPAKTxSeb9Sc2OBActXaj7zUELiAdgnkKkzNwmCNzBLQ==
"@fastify/helmet@^11.1.1":
version "11.1.1"
resolved "https://registry.yarnpkg.com/@fastify/helmet/-/helmet-11.1.1.tgz#214ae9602c2faaf8d094d8f2ec72680bbd311d85"
integrity sha512-pjJxjk6SLEimITWadtYIXt6wBMfFC1I6OQyH/jYVCqSAn36sgAIFjeNiibHtifjCd+e25442pObis3Rjtame6A==
dependencies:
fastify-plugin "^4.2.1"
helmet "^6.0.0"
helmet "^7.0.0"

"@fastify/[email protected]":
version "8.1.0"
Expand Down Expand Up @@ -3592,10 +3592,10 @@ has@^1.0.3:
dependencies:
function-bind "^1.1.1"

helmet@^6.0.0:
version "6.0.1"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.0.1.tgz#52ec353638b2e87f14fe079d142b368ac11e79a4"
integrity sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw==
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==

highlight.js@^10.7.1:
version "10.7.3"
Expand Down

0 comments on commit 1d3376b

Please sign in to comment.