From 93243964f552ec126f826ff448c8202021eeaac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:37:04 +0000 Subject: [PATCH] chore: bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [content-disposition](https://github.com/jshttp/content-disposition) and [fastify-plugin](https://github.com/fastify/fastify-plugin). Updates `content-disposition` from 1.1.0 to 2.0.1 - [Release notes](https://github.com/jshttp/content-disposition/releases) - [Commits](https://github.com/jshttp/content-disposition/compare/v1.1.0...v2.0.1) Updates `fastify-plugin` from 5.1.0 to 6.0.0 - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: content-disposition dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: fastify-plugin dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2729191..fa82ffb 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "dependencies": { "@fastify/accept-negotiator": "^2.0.0", "@fastify/send": "^4.0.0", - "content-disposition": "^1.0.1", - "fastify-plugin": "^5.0.0", + "content-disposition": "^2.0.1", + "fastify-plugin": "^6.0.0", "fastq": "^1.17.1", "glob": "^13.0.0" },