From a0fea752a2a9b7de0dd2bf6698aa8d9cc3f37aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 00:57:49 +0000 Subject: [PATCH] chore: bump cookie and fastify Bumps [cookie](https://github.com/jshttp/cookie) to 1.0.2 and updates ancestor dependency [fastify](https://github.com/fastify/fastify). These dependencies need to be updated together. Updates `cookie` from 0.5.0 to 1.0.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v1.0.2) Updates `fastify` from 3.29.0 to 5.4.0 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.29.0...v5.4.0) --- updated-dependencies: - dependency-name: cookie dependency-version: 1.0.2 dependency-type: indirect - dependency-name: fastify dependency-version: 5.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c76ff08af..a415924f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@mui/icons-material": "^5.0.1", "@mui/material": "^5.0.1", "@mui/styles": "^5.0.1", - "fastify": "^3.29.0", + "fastify": "^5.4.0", "ignore-styles": "^5.0.1", "lunr": "^2.3.9", "prop-types": "^15.8.1", diff --git a/package.json b/package.json index db3bf97b1..be1dd5e53 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@mui/icons-material": "^5.0.1", "@mui/material": "^5.0.1", "@mui/styles": "^5.0.1", - "fastify": "^3.29.0", + "fastify": "^5.4.0", "ignore-styles": "^5.0.1", "lunr": "^2.3.9", "prop-types": "^15.8.1",