From 88cec312da86354782f7f2c070dc8d1948ff4bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:51:08 +0000 Subject: [PATCH] chore(deps): bump @fastify/formbody from 8.0.1 to 8.0.2 Bumps [@fastify/formbody](https://github.com/fastify/fastify-formbody) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/fastify/fastify-formbody/releases) - [Commits](https://github.com/fastify/fastify-formbody/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: "@fastify/formbody" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- packages/core/package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90caf467..da84c027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -979,10 +979,19 @@ } }, "node_modules/@fastify/formbody": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@fastify/formbody/-/formbody-8.0.1.tgz", - "integrity": "sha512-LPrcadSIK8TrQk510Zdj56fnw7cyHq0/PW0YHGGM8ycGL4X7XAex+FKcwpzB4i5lF9eykc71a4EtcO9AEoByqw==", - "license": "MIT", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@fastify/formbody/-/formbody-8.0.2.tgz", + "integrity": "sha512-84v5J2KrkXzjgBpYnaNRPqwgMsmY7ZDjuj0YVuMR3NXCJRCgKEZy/taSP1wUYGn0onfxJpLyRGDLa+NMaDJtnA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "fast-querystring": "^1.1.2", "fastify-plugin": "^5.0.0" @@ -15713,7 +15722,7 @@ "@fastify/compress": "^8.0.1", "@fastify/cookie": "^11.0.1", "@fastify/cors": "^10.0.1", - "@fastify/formbody": "^8.0.1", + "@fastify/formbody": "^8.0.2", "@fastify/static": "^8.0.3", "@fontsource/playfair-display": "^5.1.1", "@fontsource/roboto": "^5.1.1", diff --git a/packages/core/package.json b/packages/core/package.json index d3837462..de9687eb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -54,7 +54,7 @@ "@fastify/compress": "^8.0.1", "@fastify/cookie": "^11.0.1", "@fastify/cors": "^10.0.1", - "@fastify/formbody": "^8.0.1", + "@fastify/formbody": "^8.0.2", "@fastify/static": "^8.0.3", "@fontsource/playfair-display": "^5.1.1", "@fontsource/roboto": "^5.1.1",