From 61873fb450249d3203f15dd2880a824de8250ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:48:21 +0000 Subject: [PATCH] build(deps): bump @fastify/formbody from 8.0.2 to 9.0.0 Bumps [@fastify/formbody](https://github.com/fastify/fastify-formbody) from 8.0.2 to 9.0.0. - [Release notes](https://github.com/fastify/fastify-formbody/releases) - [Commits](https://github.com/fastify/fastify-formbody/compare/v8.0.2...v9.0.0) --- updated-dependencies: - dependency-name: "@fastify/formbody" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 +++++++++--------------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index 893abc97b8..5ccdcf4024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@aws-sdk/credential-provider-node": "^3.352.0", "@fastify/cookie": "^11.0.2", "@fastify/csrf-protection": "^8.0.0", - "@fastify/formbody": "^8.0.2", + "@fastify/formbody": "^9.0.0", "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^10.0.0", "@fastify/passport": "^3.0.2", @@ -3251,9 +3251,9 @@ "license": "MIT" }, "node_modules/@fastify/formbody": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@fastify/formbody/-/formbody-8.0.2.tgz", - "integrity": "sha512-84v5J2KrkXzjgBpYnaNRPqwgMsmY7ZDjuj0YVuMR3NXCJRCgKEZy/taSP1wUYGn0onfxJpLyRGDLa+NMaDJtnA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@fastify/formbody/-/formbody-9.0.0.tgz", + "integrity": "sha512-T/af26CSrUARBCvsEmv+DJLPfZlrRKESzqironxP1j7qzuLyKcoZtj6MuTGShuKx1THXugoie2oFbUJxXfGFzA==", "funding": [ { "type": "github", @@ -3264,28 +3264,11 @@ "url": "https://opencollective.com/fastify" } ], - "license": "MIT", "dependencies": { "fast-querystring": "^1.1.2", - "fastify-plugin": "^5.0.0" + "fastify-plugin": "^6.0.0" } }, - "node_modules/@fastify/formbody/node_modules/fastify-plugin": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz", - "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fastify" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fastify" - } - ], - "license": "MIT" - }, "node_modules/@fastify/forwarded": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@fastify/forwarded/-/forwarded-3.0.1.tgz", @@ -28781,19 +28764,12 @@ } }, "@fastify/formbody": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@fastify/formbody/-/formbody-8.0.2.tgz", - "integrity": "sha512-84v5J2KrkXzjgBpYnaNRPqwgMsmY7ZDjuj0YVuMR3NXCJRCgKEZy/taSP1wUYGn0onfxJpLyRGDLa+NMaDJtnA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@fastify/formbody/-/formbody-9.0.0.tgz", + "integrity": "sha512-T/af26CSrUARBCvsEmv+DJLPfZlrRKESzqironxP1j7qzuLyKcoZtj6MuTGShuKx1THXugoie2oFbUJxXfGFzA==", "requires": { "fast-querystring": "^1.1.2", - "fastify-plugin": "^5.0.0" - }, - "dependencies": { - "fastify-plugin": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz", - "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==" - } + "fastify-plugin": "^6.0.0" } }, "@fastify/forwarded": { diff --git a/package.json b/package.json index 8d955c658a..6c07022e7c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@aws-sdk/credential-provider-node": "^3.352.0", "@fastify/cookie": "^11.0.2", "@fastify/csrf-protection": "^8.0.0", - "@fastify/formbody": "^8.0.2", + "@fastify/formbody": "^9.0.0", "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^10.0.0", "@fastify/passport": "^3.0.2",