From 86e58bc3182dddb6eb90864e4a72b1a7126d7e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:57:25 +0000 Subject: [PATCH] chore(deps-dev): bump @fastify/multipart from 8.1.0 to 8.2.0 Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: "@fastify/multipart" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index da4b172..dfd569b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ ], "devDependencies": { "@fastify/cookie": "^9.3.1", - "@fastify/multipart": "^8.1.0", + "@fastify/multipart": "^8.2.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea79adb..9cc2d5a 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.1.0 - version: 8.1.0 + specifier: ^8.2.0 + version: 8.2.0 '@rollup/plugin-commonjs': specifier: ^25.0.7 version: 25.0.7(rollup@4.13.0) @@ -615,11 +615,9 @@ packages: fast-uri: 2.3.0 dev: true - /@fastify/busboy@1.2.1: - resolution: {integrity: sha512-7PQA7EH43S0CxcOa9OeAnaeA0oQ+e/DHNPZwSQM9CQHW76jle5+OvLdibRp/Aafs9KXbLhxyjOTkRjWUbQEd3Q==} + /@fastify/busboy@2.1.1: + resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} engines: {node: '>=14'} - dependencies: - text-decoding: 1.0.0 dev: true /@fastify/cookie@9.3.1: @@ -649,10 +647,10 @@ packages: fast-deep-equal: 3.1.3 dev: true - /@fastify/multipart@8.1.0: - resolution: {integrity: sha512-sRX9X4ZhAqRbe2kDvXY2NK7i6Wf1Rm2g/CjpGYYM7+Np8E6uWQXcj761j08qPfPO8PJXM+vJ7yrKbK1GPB+OeQ==} + /@fastify/multipart@8.2.0: + resolution: {integrity: sha512-OZ8nsyyoS2TV7Yeu3ZdrdDGsKUTAbfjrKC9jSxGgT2qdgek+BxpWX31ZubTrWMNZyU5xwk4ox6AvTjAbYWjrWg==} dependencies: - '@fastify/busboy': 1.2.1 + '@fastify/busboy': 2.1.1 '@fastify/deepmerge': 1.3.0 '@fastify/error': 3.4.1 fastify-plugin: 4.5.1 @@ -4136,10 +4134,6 @@ packages: minimatch: 3.1.2 dev: true - /text-decoding@1.0.0: - resolution: {integrity: sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA==} - dev: true - /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true