build(deps): bump fastify
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 13 Sep 2023 20:35:48 +0000 (20:35 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 20:35:48 +0000 (20:35 +0000)
Bumps [fastify](https://github.com/fastify/fastify) from 4.23.0 to 4.23.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.23.0...v4.23.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
examples/typescript/http-server-pool/fastify-cluster/package.json
examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml

index dd9a5bad3d5368e45470350b06ae08b7515f5153..ad34c09a3e4706d967bf870e30f466a220fde0c0 100644 (file)
@@ -21,7 +21,7 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.23.0",
+    "fastify": "^4.23.1",
     "poolifier": "^2.6.44"
   },
   "devDependencies": {
index 400c819751678d840f0411bca7db575c120db90f..33b59be42c039b9cd330664e8319e84e22e7d53c 100644 (file)
@@ -6,8 +6,8 @@ settings:
 
 dependencies:
   fastify:
-    specifier: ^4.23.0
-    version: 4.23.0
+    specifier: ^4.23.1
+    version: 4.23.1
   poolifier:
     specifier: ^2.6.44
     version: 2.6.44
@@ -448,8 +448,8 @@ packages:
     resolution: {integrity: sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==}
     dev: false
 
-  /fastify@4.23.0:
-    resolution: {integrity: sha512-u4aQUjAqf+GQQI+IeIJtzOKCJHtdwPlGxzopq/Kv6QcEdJ7xuJFSQ5Bi7+uJ+F8990jWECLzRcAyZ4pVsloRpQ==}
+  /fastify@4.23.1:
+    resolution: {integrity: sha512-JhZWyz2PgjzkDTrTX/PQ6+03s+/r2hC3RiOoF9WQUUHbPGiDJtQch1mg5IyJjUjwhug+/z1XHt5yweZNW4kbMg==}
     dependencies:
       '@fastify/ajv-compiler': 3.5.0
       '@fastify/error': 3.3.0