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"