From 37008875cb1c817e623d083f691360efbf8cc603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:17:28 +0000 Subject: [PATCH] build(deps-dev): bump @fastify/cookie from 10.0.1 to 11.0.1 Bumps [@fastify/cookie](https://github.com/fastify/fastify-cookie) from 10.0.1 to 11.0.1. - [Release notes](https://github.com/fastify/fastify-cookie/releases) - [Commits](https://github.com/fastify/fastify-cookie/compare/v10.0.1...v11.0.1) --- updated-dependencies: - dependency-name: "@fastify/cookie" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a2d9e0..c88ba36 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "steed": "^1.1.3" }, "devDependencies": { - "@fastify/cookie": "^10.0.0", + "@fastify/cookie": "^11.0.1", "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "fastify": "^5.0.0",