From d2ae9bb12e13f2042c551874bd1aebee5f2daf73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 08:31:43 +0000 Subject: [PATCH] chore(deps): bump fastify from 4.5.2 to 4.5.3 Bumps [fastify](https://github.com/fastify/fastify) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.5.2...v4.5.3) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- packages/platform-fastify/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf06a9fa98d..a212872d0d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1388,9 +1388,9 @@ "dev": true }, "@fastify/ajv-compiler": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.1.2.tgz", - "integrity": "sha512-m2nzzQJeuVmeGOB9rnII9sZiY8AZ02a9WMQfMBfK1jxdFnxm3FPYKGbYpPjODj4halNogwpolyugbTNpnDCi0A==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.2.0.tgz", + "integrity": "sha512-JrqgKmZoh1AJojDZk699DupQ9+tz5gSy7/w+5DrkXy5whM5IcqdV3SjG5qnOqgVJT1nPtUMDY0xYus2j6vwJiw==", "dev": true, "requires": { "ajv": "^8.10.0", @@ -1457,9 +1457,9 @@ "dev": true }, "@fastify/fast-json-stringify-compiler": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.0.0.tgz", - "integrity": "sha512-9pCi6c6tmGt/qfuf2koZQuSIG6ckP9q3mz+JoMmAq9eQ4EtA92sWoK7E0LJUn2FFTS/hp5kag+4+dWsV5ZfcXg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.1.0.tgz", + "integrity": "sha512-cTKBV2J9+u6VaKDhX7HepSfPSzw+F+TSd+k0wzifj4rG+4E5PjSFJCk19P8R6tr/72cuzgGd+mbB3jFT6lvAgw==", "dev": true, "requires": { "fast-json-stringify": "^5.0.0" @@ -11041,9 +11041,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "fastify": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.5.2.tgz", - "integrity": "sha512-cDLhc0bh1ftzMoS7ccGGPUW/xTUnk6I51TktQqKFeJnhoAfk56tfn+xDs8JcJYfouPK23Ljx4OpMaEi+kIDwEg==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.5.3.tgz", + "integrity": "sha512-Q8Zvkmg7GnioMCDX1jT2Q7iRqjywlnDZ1735D2Ipf7ashCM/3/bqPKv2Jo1ZF2iDExct2eP1C/tdhcj0GG/OuQ==", "dev": true, "requires": { "@fastify/ajv-compiler": "^3.1.1", @@ -11052,7 +11052,7 @@ "abstract-logging": "^2.0.1", "avvio": "^8.1.3", "find-my-way": "^7.0.0", - "light-my-request": "^5.0.0", + "light-my-request": "^5.5.1", "pino": "^8.0.0", "process-warning": "^2.0.0", "proxy-addr": "^2.0.7", diff --git a/package.json b/package.json index 18b01d77a08..1629c9952e4 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.5.2", + "fastify": "4.5.3", "graphql": "15.8.0", "graphql-tools": "8.3.4", "gulp": "4.0.2", diff --git a/packages/platform-fastify/package.json b/packages/platform-fastify/package.json index bc8849d5107..a7f2dfca65d 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.5.2", + "fastify": "4.5.3", "light-my-request": "5.5.1", "path-to-regexp": "3.2.0", "tslib": "2.4.0"