From 8b4471acd986b17f78d017c6b8f99a92aa343624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:42:59 +0000 Subject: [PATCH] chore: bump content-disposition in the dependencies group Bumps the dependencies group with 1 update: [content-disposition](https://github.com/jshttp/content-disposition). Updates `content-disposition` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/jshttp/content-disposition/releases) - [Commits](https://github.com/jshttp/content-disposition/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: content-disposition dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20b915b..0fcbc49 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@fastify/accept-negotiator": "^2.0.0", "@fastify/error": "^4.0.0", "@fastify/send": "^4.0.0", - "content-disposition": "^2.0.1", + "content-disposition": "^3.0.0", "fastify-plugin": "^6.0.0", "fastq": "^1.17.1", "glob": "^13.0.0"