Skip to content

Commit

Permalink
Update @fastify/helmet to version 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Dec 2, 2024
1 parent 1189d0e commit f5990ba
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": "^13.0.0",
"@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@^13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@fastify/helmet/-/helmet-13.0.0.tgz#ce7fcc35db5cf7c12a5e342eea14071b2ef79578"
integrity sha512-7Ksj/9UDelZ9VhUUzVkBMRRzSSiX71T/ICT5+3m2GHmrWgnARu8OlE7ZaR7DjZhZjWzUWACst4oLjNdPSkVslw==
dependencies:
fastify-plugin "^4.2.1"
helmet "^6.0.0"
fastify-plugin "^5.0.0"
helmet "^8.0.0"

"@fastify/[email protected]":
version "8.1.0"
Expand Down Expand Up @@ -3741,11 +3741,16 @@ [email protected]:
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==

[email protected]:
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@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-8.0.0.tgz#05370fb1953aa7b81bd0ddfa459221247be6ea5c"
integrity sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==

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

0 comments on commit f5990ba

Please sign in to comment.