Skip to content

Commit 8bd1f2c

Browse files
build(deps): bump fastify-cookie from 5.6.0 to 5.7.0
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>
1 parent 80aeb9a commit 8bd1f2c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dynamoose": "2.8.5",
2525
"fastify": "3.29.0",
2626
"fastify-caching": "6.3.0",
27-
"fastify-cookie": "5.6.0",
27+
"fastify-cookie": "5.7.0",
2828
"fastify-cors": "6.0.3",
2929
"fastify-env": "2.1.1",
3030
"fastify-oauth2": "4.5.0",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,14 +2126,22 @@ fastify-caching@6.3.0:
21262126
fastify-caching-deprecated "npm:fastify-caching@6.2.0"
21272127
process-warning "^1.0.0"
21282128

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

2137+
fastify-cookie@5.7.0:
2138+
version "5.7.0"
2139+
resolved "https://registry.yarnpkg.com/fastify-cookie/-/fastify-cookie-5.7.0.tgz#b4c1ce61b5250f2f1915505ae53ec54cd21d6fe2"
2140+
integrity sha512-l9UDkHysfOBdyA2rNkr1DQqe6xFdT3NuT60W+o7ramvuyyIc9kv6VmrhpLeEx29EftVJR9lRpW4Pg8T+RDNBLw==
2141+
dependencies:
2142+
fastify-cookie-deprecated "npm:fastify-cookie@5.6.1"
2143+
process-warning "^1.0.0"
2144+
21372145
fastify-cors@6.0.3:
21382146
version "6.0.3"
21392147
resolved "https://registry.yarnpkg.com/fastify-cors/-/fastify-cors-6.0.3.tgz#1907f92c3f855a18ef6fb6213186c73cf0bbf9e4"

0 commit comments

Comments
 (0)