Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 30 May 2024 07:49:07 +0000 (09:49 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 07:49:07 +0000 (09:49 +0200)
1  2 
examples/typescript/websocket-server-pool/ws-hybrid/package.json
examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml

index 9acdb22e0fd379e5b4672f73ad817e04426b6e25,1395473927d8855505257c9e619541a6685f5aba..19420f151c852aee8dfe470352802170770482d7
    "author": "",
    "license": "ISC",
    "dependencies": {
 -    "poolifier": "^4.0.12",
 +    "poolifier": "^4.0.13",
      "ws": "^8.17.0"
    },
    "devDependencies": {
      "@rollup/plugin-typescript": "^11.1.6",
-     "@types/node": "^20.12.12",
+     "@types/node": "^20.12.13",
      "@types/ws": "^8.5.10",
      "rollup": "^4.18.0",
      "rollup-plugin-delete": "^2.0.0",
index cb3a51fb3323168d4ec0b9a99fb915094481fec3,2f466e3d6c8b5953f6d0d3315768c9734e3c14ed..8a11b9e5b3714b7113f335ff79f4c22f0d624e9b
@@@ -9,8 -9,8 +9,8 @@@ importers
    .:
      dependencies:
        poolifier:
 -        specifier: ^4.0.12
 -        version: 4.0.12
 +        specifier: ^4.0.13
 +        version: 4.0.13
        ws:
          specifier: ^8.17.0
          version: 8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)
@@@ -26,8 -26,8 +26,8 @@@
          specifier: ^11.1.6
          version: 11.1.6(rollup@4.18.0)(tslib@2.6.2)(typescript@5.4.5)
        '@types/node':
-         specifier: ^20.12.12
-         version: 20.12.12
+         specifier: ^20.12.13
+         version: 20.12.13
        '@types/ws':
          specifier: ^8.5.10
          version: 8.5.10
@@@ -169,8 -169,8 +169,8 @@@ packages
    '@types/minimatch@5.1.2':
      resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
  
-   '@types/node@20.12.12':
-     resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==}
+   '@types/node@20.12.13':
+     resolution: {integrity: sha512-gBGeanV41c1L171rR7wjbMiEpEI/l5XFQdLLfhr/REwpgDy/4U8y89+i8kRiLzDyZdOkXh+cRaTetUnCYutoXA==}
  
    '@types/ws@8.5.10':
      resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
      resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
      engines: {node: '>=8.6'}
  
 -  poolifier@4.0.12:
 -    resolution: {integrity: sha512-35JkkUGoJ6NdirvSjXrpdb1XIm1RyFLb3UMheS2IPrab/OceE/cqXCGDeCumNwg9Mg3+ZztD9tHxIKXizUmSXA==}
 +  poolifier@4.0.13:
 +    resolution: {integrity: sha512-GPITJo3LZvZXGNDWn6eDpOJ+F5+rq4tvyoXFQJfyJ92w0qr4evjoOX9hymwMGmv8TuifFMIBmgCdcTvoxRdMgA==}
      engines: {node: '>=18.0.0', pnpm: '>=9.0.0'}
  
    queue-microtask@1.2.3:
@@@ -489,17 -489,17 +489,17 @@@ snapshots
    '@types/glob@7.2.0':
      dependencies:
        '@types/minimatch': 5.1.2
-       '@types/node': 20.12.12
+       '@types/node': 20.12.13
  
    '@types/minimatch@5.1.2': {}
  
-   '@types/node@20.12.12':
+   '@types/node@20.12.13':
      dependencies:
        undici-types: 5.26.5
  
    '@types/ws@8.5.10':
      dependencies:
-       '@types/node': 20.12.12
+       '@types/node': 20.12.13
  
    aggregate-error@3.1.0:
      dependencies:
  
    picomatch@2.3.1: {}
  
 -  poolifier@4.0.12: {}
 +  poolifier@4.0.13: {}
  
    queue-microtask@1.2.3: {}