Skip to content

Commit

Permalink
build(deps): bump fastify-cookie from 5.6.0 to 5.7.0
Browse files Browse the repository at this point in the history
Bumps [fastify-cookie](https://github.com/fastify/fastify-cookie) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/fastify/fastify-cookie/releases)
- [Commits](https://github.com/fastify/fastify-cookie/commits)

---
updated-dependencies:
- dependency-name: fastify-cookie
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2022
1 parent 7422bb2 commit 27fa9b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dynamoose": "2.8.5",
"fastify": "3.29.0",
"fastify-caching": "6.3.0",
"fastify-cookie": "5.6.0",
"fastify-cookie": "5.7.0",
"fastify-cors": "6.0.3",
"fastify-env": "2.2.0",
"fastify-oauth2": "4.5.0",
Expand Down
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2126,14 +2126,22 @@ fastify-caching@6.3.0:
fastify-caching-deprecated "npm:fastify-caching@6.2.0"
process-warning "^1.0.0"

fastify-cookie@5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/fastify-cookie/-/fastify-cookie-5.6.0.tgz#90f098779438524e7ac6624c00ff5787b865d313"
integrity sha512-zmZhw1CugavEZjFToMDz6FTawXw9QQ6bJ1vhhalMLYTbhog8C42+1jIWENKjV6PkiERdDRhXahj9MiYSVNynDw==
"fastify-cookie-deprecated@npm:fastify-cookie@5.6.1":
version "5.6.1"
resolved "https://registry.yarnpkg.com/fastify-cookie/-/fastify-cookie-5.6.1.tgz#885a15bd7cf459158a6df12a898075cf5e2a3733"
integrity sha512-qKFxDOLkrXn2TkxlO/+cK0tWYCTSrJDmuwty6Zl7kD5FtALwcjUHPFzOdR1Gxupb5oWhvbpSHBMx2XS+t9fbQQ==
dependencies:
cookie-signature "^1.1.0"
fastify-plugin "^3.0.1"

fastify-cookie@5.7.0:
version "5.7.0"
resolved "https://registry.yarnpkg.com/fastify-cookie/-/fastify-cookie-5.7.0.tgz#b4c1ce61b5250f2f1915505ae53ec54cd21d6fe2"
integrity sha512-l9UDkHysfOBdyA2rNkr1DQqe6xFdT3NuT60W+o7ramvuyyIc9kv6VmrhpLeEx29EftVJR9lRpW4Pg8T+RDNBLw==
dependencies:
fastify-cookie-deprecated "npm:fastify-cookie@5.6.1"
process-warning "^1.0.0"

fastify-cors@6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/fastify-cors/-/fastify-cors-6.0.3.tgz#1907f92c3f855a18ef6fb6213186c73cf0bbf9e4"
Expand Down

0 comments on commit 27fa9b2

Please sign in to comment.