From 28d7dcce7755d5807b6f2c5c8765ec8a4c690a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:54:48 +0000 Subject: [PATCH] Bump fastify from 4.26.0 to 4.26.1 in /processor Bumps [fastify](https://github.com/fastify/fastify) from 4.26.0 to 4.26.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.26.0...v4.26.1) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- processor/package-lock.json | 20 ++++++++++++-------- processor/package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/processor/package-lock.json b/processor/package-lock.json index 1fca70b5..077a378b 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -22,7 +22,7 @@ "@fastify/type-provider-typebox": "4.0.0", "@sinclair/typebox": "0.32.13", "dotenv": "16.4.1", - "fastify": "4.26.0", + "fastify": "4.26.1", "fastify-plugin": "4.5.1" }, "devDependencies": { @@ -2515,7 +2515,8 @@ }, "node_modules/archy": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==" }, "node_modules/arg": { "version": "4.1.3", @@ -2660,12 +2661,14 @@ } }, "node_modules/avvio": { - "version": "8.2.1", - "license": "MIT", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/avvio/-/avvio-8.3.0.tgz", + "integrity": "sha512-VBVH0jubFr9LdFASy/vNtm5giTrnbVquWBhT0fyizuNK2rQ7e7ONU2plZQWUNqtE1EmxFEb+kbSkFRkstiaS9Q==", "dependencies": { + "@fastify/error": "^3.3.0", "archy": "^1.0.0", "debug": "^4.0.0", - "fastq": "^1.6.1" + "fastq": "^1.17.1" } }, "node_modules/babel-jest": { @@ -4458,7 +4461,9 @@ "license": "MIT" }, "node_modules/fastify": { - "version": "4.26.0", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.1.tgz", + "integrity": "sha512-tznA/G55dsxzM5XChBfcvVSloG2ejeeotfPPJSFaWmHyCDVGMpvf3nRNbsCb/JTBF9RmQFBfuujWt3Nphjesng==", "funding": [ { "type": "github", @@ -4469,13 +4474,12 @@ "url": "https://opencollective.com/fastify" } ], - "license": "MIT", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.4.0", "@fastify/fast-json-stringify-compiler": "^4.3.0", "abstract-logging": "^2.0.1", - "avvio": "^8.2.1", + "avvio": "^8.3.0", "fast-content-type-parse": "^1.1.0", "fast-json-stringify": "^5.8.0", "find-my-way": "^8.0.0", diff --git a/processor/package.json b/processor/package.json index 6b338201..0e36f783 100644 --- a/processor/package.json +++ b/processor/package.json @@ -31,7 +31,7 @@ "@fastify/type-provider-typebox": "4.0.0", "@sinclair/typebox": "0.32.13", "dotenv": "16.4.1", - "fastify": "4.26.0", + "fastify": "4.26.1", "fastify-plugin": "4.5.1" }, "devDependencies": {