Skip to content

Commit

Permalink
Update @fastify/helmet to version 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Sep 24, 2024
1 parent 1189d0e commit 4269bb7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 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": "^12.0.1",
"@fastify/static": "^6.9.0",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.3.12",
Expand Down
27 changes: 16 additions & 11 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@^12.0.1":
version "12.0.1"
resolved "https://registry.yarnpkg.com/@fastify/helmet/-/helmet-12.0.1.tgz#f9422e5a05f92e4c9b94c89571bf4b2eefa0eb52"
integrity sha512-kkjBcedWwdflRThovGuvN9jB2QQLytBqArCFPdMIb7o2Fp0l/H3xxYi/6x/SSRuH/FFt9qpTGIfJz2bfnMrLqA==
dependencies:
fastify-plugin "^4.2.1"
helmet "^6.0.0"
fastify-plugin "^5.0.0"
helmet "^7.1.0"

"@fastify/middie@8.1.0":
version "8.1.0"
Expand Down Expand Up @@ -3741,11 +3741,16 @@ fast-xml-parser@4.1.2:
dependencies:
strnum "^1.0.5"

fastify-plugin@^4.0.0, fastify-plugin@^4.2.1:
fastify-plugin@^4.0.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.0.tgz#8b853923a0bba6ab6921bb8f35b81224e6988d91"
integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==

fastify-plugin@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f"
integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==

fastify@4.15.0:
version "4.15.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.15.0.tgz#4ebadaea706217467a332341f9cfa632072d51f2"
Expand Down Expand Up @@ -4140,10 +4145,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.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-7.1.0.tgz#287279e00f8a3763d5dccbaf1e5ee39b8c3784ca"
integrity sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==

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

0 comments on commit 4269bb7

Please sign in to comment.