Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 25 Aug 2023 01:35:49 +0000 (01:35 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 01:35:49 +0000 (01:35 +0000)
1  2 
examples/typescript/websocket-server-pool/ws-hybrid/package.json
examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml

index bb1deca91bb2e80c0e3f89959f5a26b3227b1bd5,f51cfbe6fc40315f2fc80868ec2ea31267ec84a2..7f5258afc99fb3df9720884e9098266c9d00d0d5
    "author": "",
    "license": "ISC",
    "dependencies": {
-     "poolifier": "^2.6.32",
+     "poolifier": "^2.6.34",
      "ws": "^8.13.0"
    },
    "devDependencies": {
      "@rollup/plugin-typescript": "^11.1.2",
 -    "@types/node": "^20.5.3",
 +    "@types/node": "^20.5.6",
      "@types/ws": "^8.5.5",
      "rollup": "^3.28.1",
      "rollup-plugin-delete": "^2.0.0",
      "tslib": "^2.6.2",
 -    "typescript": "^5.1.6"
 +    "typescript": "^5.2.2"
    },
    "optionalDependencies": {
      "bufferutil": "^4.0.7",
index 2082a7f11be2cb1f6b2103733b8c22b2d4dffc35,2085394579dba24bf3be54d50006a202343a555a..e33601c17b51931d3761b1905bb2d43be322e01f
@@@ -6,8 -6,8 +6,8 @@@ settings
  
  dependencies:
    poolifier:
-     specifier: ^2.6.32
-     version: 2.6.32
+     specifier: ^2.6.34
+     version: 2.6.34
    ws:
      specifier: ^8.13.0
      version: 8.13.0(bufferutil@4.0.7)(utf-8-validate@6.0.3)
@@@ -23,10 -23,10 +23,10 @@@ optionalDependencies
  devDependencies:
    '@rollup/plugin-typescript':
      specifier: ^11.1.2
 -    version: 11.1.2(rollup@3.28.1)(tslib@2.6.2)(typescript@5.1.6)
 +    version: 11.1.2(rollup@3.28.1)(tslib@2.6.2)(typescript@5.2.2)
    '@types/node':
 -    specifier: ^20.5.3
 -    version: 20.5.3
 +    specifier: ^20.5.6
 +    version: 20.5.6
    '@types/ws':
      specifier: ^8.5.5
      version: 8.5.5
@@@ -40,8 -40,8 +40,8 @@@
      specifier: ^2.6.2
      version: 2.6.2
    typescript:
 -    specifier: ^5.1.6
 -    version: 5.1.6
 +    specifier: ^5.2.2
 +    version: 5.2.2
  
  packages:
  
@@@ -66,7 -66,7 +66,7 @@@
        fastq: 1.15.0
      dev: true
  
 -  /@rollup/plugin-typescript@11.1.2(rollup@3.28.1)(tslib@2.6.2)(typescript@5.1.6):
 +  /@rollup/plugin-typescript@11.1.2(rollup@3.28.1)(tslib@2.6.2)(typescript@5.2.2):
      resolution: {integrity: sha512-0ghSOCMcA7fl1JM+0gYRf+Q/HWyg+zg7/gDSc+fRLmlJWcW5K1I+CLRzaRhXf4Y3DRyPnnDo4M2ktw+a6JcDEg==}
      engines: {node: '>=14.0.0'}
      peerDependencies:
@@@ -83,7 -83,7 +83,7 @@@
        resolve: 1.22.4
        rollup: 3.28.1
        tslib: 2.6.2
 -      typescript: 5.1.6
 +      typescript: 5.2.2
      dev: true
  
    /@rollup/pluginutils@5.0.3(rollup@3.28.1):
      resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
      dependencies:
        '@types/minimatch': 5.1.2
 -      '@types/node': 20.5.3
 +      '@types/node': 20.5.6
      dev: true
  
    /@types/minimatch@5.1.2:
      resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
      dev: true
  
 -  /@types/node@20.5.3:
 -    resolution: {integrity: sha512-ITI7rbWczR8a/S6qjAW7DMqxqFMjjTo61qZVWJ1ubPvbIQsL5D/TvwjYEalM8Kthpe3hTzOGrF2TGbAu2uyqeA==}
 +  /@types/node@20.5.6:
 +    resolution: {integrity: sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==}
      dev: true
  
    /@types/ws@8.5.5:
      resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==}
      dependencies:
 -      '@types/node': 20.5.3
 +      '@types/node': 20.5.6
      dev: true
  
    /aggregate-error@3.1.0:
      engines: {node: '>=8.6'}
      dev: true
  
-   /poolifier@2.6.32:
-     resolution: {integrity: sha512-2bXB7C5Uazckw8Li7ZAoSHfBaMHA2h0I5VlsprubPcFrr/KRVi1EUg/j6wPFlZs4tcHouD4ZJOcJjySXpV5EgQ==}
+   /poolifier@2.6.34:
+     resolution: {integrity: sha512-QrsuJ8o7C/8+gLciL8IpHI4kjuKrE0DaF89wi53OQXxUy1963uaeUfwGxxv+c0j0BCwzMzSJ77Kzlczvn5tKDA==}
      engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
      requiresBuild: true
      dev: false
      resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
      dev: true
  
 -  /typescript@5.1.6:
 -    resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
 +  /typescript@5.2.2:
 +    resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
      engines: {node: '>=14.17'}
      hasBin: true
      dev: true