Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump fastify-helmet from 5.0.3 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [fastify-helmet](https://github.com/fastify/fastify-helmet) from 5.0.3 to 5.1.0.
- [Release notes](https://github.com/fastify/fastify-helmet/releases)
- [Commits](fastify/fastify-helmet@v5.0.3...v5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 8, 2021
1 parent 9ab89a1 commit c51b215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"fastify-autoload": "^3.4.0",
"fastify-bearer-auth": "^5.0.2",
"fastify-cors": "^5.1.0",
"fastify-helmet": "^5.0.3",
"fastify-helmet": "^5.1.0",
"fastify-plugin": "^3.0.0",
"fastify-swagger": "^3.5.0",
"file-stream-rotator": "^0.5.7",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2582,15 +2582,15 @@ fastify-error@^0.2.0:
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.2.0.tgz#9a1c28d4f42b6259e7a549671c8e5e2d85660634"
integrity sha512-zabxsBatj59ROG0fhP36zNdc5Q1/eYeH9oSF9uvfrurZf8/JKfrJbMcIGrLpLWcf89rS6L91RHWm20A/X85hcA==

fastify-helmet@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/fastify-helmet/-/fastify-helmet-5.0.3.tgz#6f72b998d0bc9f6acb6546f1a5bfb631a9429ed3"
integrity sha512-PLrmcRKMATmR/u613CSKsWyKy9n+Cnpr/uqv4uRTAkPdYGyE8yByZwE0E5cLJzIQHpfM0ba6aGPeYJMrGg5VnQ==
fastify-helmet@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/fastify-helmet/-/fastify-helmet-5.1.0.tgz#ceea57e345260efc5338932d6d25343fd7aa9f2f"
integrity sha512-1srEve9iKxF7BBetau/PfTK6vnIujtdmshEfsbZFjNRkyb74x96jNhbUH0sYP2cPCjK9OhhyngjKWa3JaGHT3w==
dependencies:
fastify-plugin "^2.1.1"
fastify-plugin "^3.0.0"
helmet "^4.0.0"

fastify-plugin@^2.0.0, fastify-plugin@^2.1.1:
fastify-plugin@^2.0.0:
version "2.3.4"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-2.3.4.tgz#b17abdc36a97877d88101fb86ad8a07f2c07de87"
integrity sha512-I+Oaj6p9oiRozbam30sh39BiuiqBda7yK2nmSPVwDCfIBlKnT8YB3MY+pRQc2Fcd07bf6KPGklHJaQ2Qu81TYQ==
Expand Down

0 comments on commit c51b215

Please sign in to comment.