From b414ce3797442a5a4b32dd34b697f40d8deccbb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:23:56 +0000 Subject: [PATCH] chore(deps): bump @fastify/reply-from from 9.4.0 to 9.6.0 Bumps [@fastify/reply-from](https://github.com/fastify/fastify-reply-from) from 9.4.0 to 9.6.0. - [Release notes](https://github.com/fastify/fastify-reply-from/releases) - [Commits](https://github.com/fastify/fastify-reply-from/compare/v9.4.0...v9.6.0) --- updated-dependencies: - dependency-name: "@fastify/reply-from" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index efcc89b..b007994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0.0", "license": "Hippocratic-3.0", "dependencies": { - "@fastify/reply-from": "9.4.0", + "@fastify/reply-from": "9.6.0", "fastify": "4.24.3" }, "devDependencies": { @@ -759,12 +759,13 @@ } }, "node_modules/@fastify/reply-from": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/@fastify/reply-from/-/reply-from-9.4.0.tgz", - "integrity": "sha512-A0rT2o2Y8Xe9+CpS/VCfpWMLyptwI7peljdtdsW3nlLwwMbDr3kxDry5aiIb43SCfI1nr3B5mMH48kerJAZ8YQ==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@fastify/reply-from/-/reply-from-9.6.0.tgz", + "integrity": "sha512-c1AqCq5+Wsc9iGpeRE5UpkzNJFn1HW1tCBgQw9h/EcaohqhYp2zoeXFM/MVFZvVKPph9eFkbWzLoQqMH4degfg==", "dependencies": { "@fastify/error": "^3.0.0", "end-of-stream": "^1.4.4", + "fast-content-type-parse": "^1.1.0", "fast-querystring": "^1.0.0", "fastify-plugin": "^4.0.0", "pump": "^3.0.0", diff --git a/package.json b/package.json index 5698bfe..414db7e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "analyze": "size-limit --why" }, "dependencies": { - "@fastify/reply-from": "9.4.0", + "@fastify/reply-from": "9.6.0", "fastify": "4.24.3" }, "devDependencies": {