Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 9 Feb 2024 02:17:04 +0000 (03:17 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2024 02:17:04 +0000 (03:17 +0100)
.github/workflows/ci.yml
.github/workflows/generate-documentation.yml
.github/workflows/internal-benchmark.yml
.github/workflows/publish-package.yml
examples/typescript/websocket-server-pool/ws-cluster/package.json
examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml

index 33d3957091a1f6425fe835feb3807d90038f09b8..1f18d71dd06682cc93864bdaff801fa47dffe1c3 100644 (file)
@@ -30,7 +30,7 @@ jobs:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis. This is needed for better sonar
 
       - name: Setup pnpm
-        uses: pnpm/action-setup@v2
+        uses: pnpm/action-setup@v3
         with:
           version: 8
 
index b27b9a3888670435382d303c2c3d0cffb7fcf0b7..095f1d50c08963133be658001a127e01b1b318b7 100644 (file)
@@ -12,7 +12,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Setup pnpm
-        uses: pnpm/action-setup@v2
+        uses: pnpm/action-setup@v3
         with:
           version: 8
 
index e4890fd46a4db9a359e6cc8dacc2276fe1723221..8764302ff7e65f614a4b9a7f79c0d645de4eb7eb 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v4
       - name: Setup pnpm
-        uses: pnpm/action-setup@v2
+        uses: pnpm/action-setup@v3
         with:
           version: 8
       - name: Setup Node.js
index 2b5a8911f952c301d208416f4ae6d3cdc226a941..50b646cc74da31bfc30a55f43df729534f94da2d 100644 (file)
@@ -13,7 +13,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Setup pnpm
-        uses: pnpm/action-setup@v2
+        uses: pnpm/action-setup@v3
         with:
           version: 8
 
@@ -46,7 +46,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Setup pnpm
-        uses: pnpm/action-setup@v2
+        uses: pnpm/action-setup@v3
         with:
           version: 8
 
@@ -94,7 +94,7 @@ jobs:
   #       uses: actions/checkout@v4
 
   #     - name: Setup pnpm
-  #       uses: pnpm/action-setup@v2
+  #       uses: pnpm/action-setup@v3
   #       with:
   #         version: 8
 
index 9c29c9bb77822b9a7ea78eab73043b227181f364..e29e173a4b0e1b9ee4f8ba89b0814352362cf501 100644 (file)
@@ -25,7 +25,7 @@
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.6",
-    "@types/node": "^20.11.16",
+    "@types/node": "^20.11.17",
     "@types/ws": "^8.5.10",
     "rollup": "^4.9.6",
     "rollup-plugin-delete": "^2.0.0",
index 916c57c2ea24515943a82ca3a156511b137fcae5..11e1e176203f34b5326d8d0892c8dc8caf929311 100644 (file)
@@ -25,8 +25,8 @@ devDependencies:
     specifier: ^11.1.6
     version: 11.1.6(rollup@4.9.6)(tslib@2.6.2)(typescript@5.3.3)
   '@types/node':
-    specifier: ^20.11.16
-    version: 20.11.16
+    specifier: ^20.11.17
+    version: 20.11.17
   '@types/ws':
     specifier: ^8.5.10
     version: 8.5.10
@@ -213,15 +213,15 @@ packages:
     resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
     dependencies:
       '@types/minimatch': 5.1.2
-      '@types/node': 20.11.16
+      '@types/node': 20.11.17
     dev: true
 
   /@types/minimatch@5.1.2:
     resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
     dev: true
 
-  /@types/node@20.11.16:
-    resolution: {integrity: sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==}
+  /@types/node@20.11.17:
+    resolution: {integrity: sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==}
     dependencies:
       undici-types: 5.26.5
     dev: true
@@ -229,7 +229,7 @@ packages:
   /@types/ws@8.5.10:
     resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
     dependencies:
-      '@types/node': 20.11.16
+      '@types/node': 20.11.17
     dev: true
 
   /aggregate-error@3.1.0: