From f2957f7e6e9c086cb551d5ab930cc6fb2e5c6bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:02:44 +0000 Subject: [PATCH] Bump fastify from 4.23.1 to 4.23.2 in /TestProjects/NodeJS.Service Bumps [fastify](https://github.com/fastify/fastify) from 4.23.1 to 4.23.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.23.1...v4.23.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- TestProjects/NodeJS.Service/package-lock.json | 14 +++++++------- TestProjects/NodeJS.Service/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/TestProjects/NodeJS.Service/package-lock.json b/TestProjects/NodeJS.Service/package-lock.json index ee841ca6..d19f2ecf 100644 --- a/TestProjects/NodeJS.Service/package-lock.json +++ b/TestProjects/NodeJS.Service/package-lock.json @@ -7,7 +7,7 @@ "": { "version": "1.0.0", "dependencies": { - "fastify": "^4.23.1" + "fastify": "^4.23.2" } }, "node_modules/@fastify/ajv-compiler": { @@ -240,9 +240,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "node_modules/fastify": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.1.tgz", - "integrity": "sha512-JhZWyz2PgjzkDTrTX/PQ6+03s+/r2hC3RiOoF9WQUUHbPGiDJtQch1mg5IyJjUjwhug+/z1XHt5yweZNW4kbMg==", + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.2.tgz", + "integrity": "sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA==", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", @@ -730,9 +730,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "fastify": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.1.tgz", - "integrity": "sha512-JhZWyz2PgjzkDTrTX/PQ6+03s+/r2hC3RiOoF9WQUUHbPGiDJtQch1mg5IyJjUjwhug+/z1XHt5yweZNW4kbMg==", + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.2.tgz", + "integrity": "sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA==", "requires": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", diff --git a/TestProjects/NodeJS.Service/package.json b/TestProjects/NodeJS.Service/package.json index 9e9dc92b..9cfbb032 100644 --- a/TestProjects/NodeJS.Service/package.json +++ b/TestProjects/NodeJS.Service/package.json @@ -8,6 +8,6 @@ "start": "node server.js" }, "dependencies": { - "fastify": "^4.23.1" + "fastify": "^4.23.2" } }