From 07e5d70239c3063675abbc918d8234e9c902afa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:10:42 +0000 Subject: [PATCH] chore(deps): bump fastify from 4.4.0 to 4.5.2 Bumps [fastify](https://github.com/fastify/fastify) from 4.4.0 to 4.5.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.4.0...v4.5.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- packages/platform-fastify/package.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a67d074226b..d35fe7fa428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11019,9 +11019,9 @@ "dev": true }, "fast-redact": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.1.tgz", - "integrity": "sha512-odVmjC8x8jNeMZ3C+rPMESzXVSEU8tSWSHv9HFxP2mm89G/1WwqhrerJDQm9Zus8X6aoRgQDThKqptdNA6bt+A==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.2.tgz", + "integrity": "sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==", "dev": true }, "fast-safe-stringify": { @@ -11035,9 +11035,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "fastify": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.4.0.tgz", - "integrity": "sha512-ePI4g9vPJXIBF4YlVcDSLxjvtdTrlM8QzdgYAPFGdCH+rot+4MXoFFAUb10fGrIcRRjaq6CvcbIzxiWQzMMHkw==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.5.2.tgz", + "integrity": "sha512-cDLhc0bh1ftzMoS7ccGGPUW/xTUnk6I51TktQqKFeJnhoAfk56tfn+xDs8JcJYfouPK23Ljx4OpMaEi+kIDwEg==", "dev": true, "requires": { "@fastify/ajv-compiler": "^3.1.1", @@ -19511,9 +19511,9 @@ } }, "pino": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.4.0.tgz", - "integrity": "sha512-R95U66WOb4Ggtb1RPGnC2uvtc8T0i1FSbrKHrAudRtiLDrlNxKjM1MyCJu+V4gL0qdE/7/LoXAmkEY/TlX6ELA==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.4.2.tgz", + "integrity": "sha512-PlXDeGhJZfAuVay+wtlS02s5j8uisQveZExYdAm9MwwxUQSz9R7Q78XtjM2tTa4sa5KJmygimZjZxXXuHgV6ew==", "dev": true, "requires": { "atomic-sleep": "^1.0.0", @@ -22267,9 +22267,9 @@ } }, "thread-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.0.1.tgz", - "integrity": "sha512-X7vWOdsHLkBq0si20ruEE2ttpS7WOVyD52xKu+TOjrRP9Qi9uB9ynHYpzZUbBptArBSuKYUn4mH+jEBnO2CRGg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.1.0.tgz", + "integrity": "sha512-5+Pf2Ya31CsZyIPYYkhINzdTZ3guL+jHq7D8lkBybgGcSQIKDbid3NJku3SpCKeE/gACWAccDA/rH2B6doC5aA==", "dev": true, "requires": { "real-require": "^0.2.0" diff --git a/package.json b/package.json index d653b2b45d5..c8d53c583e1 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "eslint-plugin-import": "2.26.0", "eventsource": "2.0.2", "fancy-log": "2.0.0", - "fastify": "4.4.0", + "fastify": "4.5.2", "graphql": "15.8.0", "graphql-tools": "8.3.3", "gulp": "4.0.2", diff --git a/packages/platform-fastify/package.json b/packages/platform-fastify/package.json index 7b0dff10770..bc8849d5107 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -20,7 +20,7 @@ "@fastify/cors": "8.1.0", "@fastify/formbody": "7.0.1", "@fastify/middie": "8.0.0", - "fastify": "4.4.0", + "fastify": "4.5.2", "light-my-request": "5.5.1", "path-to-regexp": "3.2.0", "tslib": "2.4.0"