Skip to content

Commit 8485f2e

Browse files
chore(deps-dev): bump fastify from 5.0.0 to 5.4.0 (#1332)
* chore(deps-dev): bump fastify from 5.0.0 to 5.4.0 Bumps [fastify](https://github.com/fastify/fastify) from 5.0.0 to 5.4.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.0.0...v5.4.0) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aras Abbasi <[email protected]>
1 parent 0c8563d commit 8485f2e

File tree

2 files changed

+63
-37
lines changed

2 files changed

+63
-37
lines changed

package-lock.json

Lines changed: 62 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const loadSessionPlugins = (server: FastifyInstance, sessionOptions: SessionOpti
9191
} else {
9292
server.register(
9393
fastifySecureSession,
94-
<FastifyRegisterOptions<SecureSessionPluginOptions> | undefined>(sessionOptions || { key: SecretKey })
94+
<FastifyRegisterOptions<SecureSessionPluginOptions>>(sessionOptions || { key: SecretKey })
9595
)
9696
}
9797
}

0 commit comments

Comments
 (0)