From 0c0bfe890b6738025606ccad965e42fb6a99852d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:29:00 +0000 Subject: [PATCH] Bump fastify in /test/e2e_apps/app_with_auth_and_sessions_implemented Bumps [fastify](https://github.com/fastify/fastify) from 5.7.1 to 5.7.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.7.1...v5.7.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 9 ++++----- .../app_with_auth_and_sessions_implemented/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/test/e2e_apps/app_with_auth_and_sessions_implemented/package-lock.json b/test/e2e_apps/app_with_auth_and_sessions_implemented/package-lock.json index bcc0409..43726f9 100644 --- a/test/e2e_apps/app_with_auth_and_sessions_implemented/package-lock.json +++ b/test/e2e_apps/app_with_auth_and_sessions_implemented/package-lock.json @@ -4,10 +4,9 @@ "requires": true, "packages": { "": { - "name": "app_with_auth_and_sessions_implemented", "dependencies": { "@fastify/cookie": "^11.0.2", - "fastify": "^5.4.0", + "fastify": "^5.7.3", "knex": "^3.1.0", "objection": "^3.1.5", "sqlite3": "^5.1.7" @@ -1787,9 +1786,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.1.tgz", - "integrity": "sha512-ZW7S4fxlZhE+tYWVokFzjh+i56R+buYKNGhrVl6DtN8sxkyMEzpJnzvO8A/ZZrsg5w6X37u6I4EOQikYS5DXpA==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.3.tgz", + "integrity": "sha512-QHzWSmTNUg9Ba8tNXzb92FTH77K+c8yeQPH80EeSIc9wyZj85jbPisMP0rwmyKv8oJwUFPe1UpN8HkNIXwCnUQ==", "funding": [ { "type": "github", diff --git a/test/e2e_apps/app_with_auth_and_sessions_implemented/package.json b/test/e2e_apps/app_with_auth_and_sessions_implemented/package.json index 664049c..d622a68 100644 --- a/test/e2e_apps/app_with_auth_and_sessions_implemented/package.json +++ b/test/e2e_apps/app_with_auth_and_sessions_implemented/package.json @@ -4,7 +4,7 @@ }, "dependencies": { "@fastify/cookie": "^11.0.2", - "fastify": "^5.4.0", + "fastify": "^5.7.3", "knex": "^3.1.0", "objection": "^3.1.5", "sqlite3": "^5.1.7"