From 62ba364d530faacdb19001b28bb7f078d458d1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 13:59:57 +0000 Subject: [PATCH] chore(deps): bump @fastify/busboy from 1.2.1 to 2.0.0 Bumps [@fastify/busboy](https://github.com/fastify/busboy) from 1.2.1 to 2.0.0. - [Release notes](https://github.com/fastify/busboy/releases) - [Changelog](https://github.com/fastify/busboy/blob/master/CHANGELOG.md) - [Commits](https://github.com/fastify/busboy/compare/v1.2.1...2.0.0) --- updated-dependencies: - dependency-name: "@fastify/busboy" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dde7af63..eca42a08 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "commonjs", "types": "types/index.d.ts", "dependencies": { - "@fastify/busboy": "^1.0.0", + "@fastify/busboy": "^2.0.0", "@fastify/deepmerge": "^1.0.0", "@fastify/error": "^3.0.0", "fastify-plugin": "^4.0.0",