From 27dc8e774a32b2f9df9d6a29a347c911bc9444a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:10:20 +0200 Subject: [PATCH] chore(deps-dev): bump @fastify/multipart from 8.2.0 to 8.3.0 (#83) Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v8.2.0...v8.3.0) --- updated-dependencies: - dependency-name: "@fastify/multipart" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a1bd14c..53e5e82 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ ], "devDependencies": { "@fastify/cookie": "^9.3.1", - "@fastify/multipart": "^8.2.0", + "@fastify/multipart": "^8.3.0", "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 72683e7..b38258e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,8 +14,8 @@ devDependencies: specifier: ^9.3.1 version: 9.3.1 '@fastify/multipart': - specifier: ^8.2.0 - version: 8.2.0 + specifier: ^8.3.0 + version: 8.3.0 '@rollup/plugin-commonjs': specifier: ^25.0.8 version: 25.0.8(rollup@4.18.0) @@ -647,8 +647,8 @@ packages: fast-deep-equal: 3.1.3 dev: true - /@fastify/multipart@8.2.0: - resolution: {integrity: sha512-OZ8nsyyoS2TV7Yeu3ZdrdDGsKUTAbfjrKC9jSxGgT2qdgek+BxpWX31ZubTrWMNZyU5xwk4ox6AvTjAbYWjrWg==} + /@fastify/multipart@8.3.0: + resolution: {integrity: sha512-A8h80TTyqUzaMVH0Cr9Qcm6RxSkVqmhK/MVBYHYeRRSUbUYv08WecjWKSlG2aSnD4aGI841pVxAjC+G1GafUeQ==} dependencies: '@fastify/busboy': 2.1.1 '@fastify/deepmerge': 1.3.0