Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 23 Aug 2023 23:00:19 +0000 (23:00 +0000)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 23:00:19 +0000 (23:00 +0000)
examples/typescript/http-server-pool/fastify-cluster/package.json
examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml

index d42f00a60664de28c8c4765108b01b5acc324a06..8d2121ee77703f8dacc429c6f9ec79e5566d326f 100644 (file)
@@ -24,7 +24,7 @@
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.2",
-    "@types/node": "^20.5.1",
+    "@types/node": "^20.5.4",
     "rollup": "^3.28.0",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
index 3691f4166eaa612d397e34d69e60606184c090a3..d55cfe1e22036966afb1314a80e6be99a4dbfac5 100644 (file)
@@ -17,8 +17,8 @@ devDependencies:
     specifier: ^11.1.2
     version: 11.1.2(rollup@3.28.0)(tslib@2.6.2)(typescript@5.1.6)
   '@types/node':
-    specifier: ^20.5.1
-    version: 20.5.1
+    specifier: ^20.5.4
+    version: 20.5.4
   rollup:
     specifier: ^3.28.0
     version: 3.28.0
@@ -120,15 +120,15 @@ packages:
     resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
     dependencies:
       '@types/minimatch': 5.1.2
-      '@types/node': 20.5.1
+      '@types/node': 20.5.4
     dev: true
 
   /@types/minimatch@5.1.2:
     resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
     dev: true
 
-  /@types/node@20.5.1:
-    resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==}
+  /@types/node@20.5.4:
+    resolution: {integrity: sha512-Y9vbIAoM31djQZrPYjpTLo0XlaSwOIsrlfE3LpulZeRblttsLQRFRlBAppW0LOxyT3ALj2M5vU1ucQQayQH3jA==}
     dev: true
 
   /abort-controller@3.0.0: