From 8aa6b2c08d8958892935277cb550b427fda6cf5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:38:49 +0000 Subject: [PATCH] chore(deps): bump @fastify/flash from 6.0.0 to 6.0.2 Bumps [@fastify/flash](https://github.com/fastify/fastify-flash) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/fastify/fastify-flash/releases) - [Commits](https://github.com/fastify/fastify-flash/compare/v6.0.0...v6.0.2) --- updated-dependencies: - dependency-name: "@fastify/flash" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8d28260..263f0654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -342,10 +342,9 @@ } }, "node_modules/@fastify/flash": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@fastify/flash/-/flash-6.0.0.tgz", - "integrity": "sha512-NtO44Vg3V+FMSy7833arA5SFR/SsES67YrM91RpKPQBotec6akSvXK56ExklHhC8Frk+PozHuv2KIgIDZIABjA==", - "license": "MIT", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@fastify/flash/-/flash-6.0.2.tgz", + "integrity": "sha512-z/FZ5GeQO+o+rk8X3NjVwzmYJz6lnL+SYGEFxyZJZn6fkIj/M4U4FfvYwIWqEyr30ExJlX+d/5hX41Ld4ANM2g==", "dependencies": { "fastify-plugin": "^5.0.0" }