Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid...
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 26 Sep 2023 07:53:24 +0000 (09:53 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 07:53:24 +0000 (09:53 +0200)
1  2 
examples/typescript/http-server-pool/fastify-hybrid/package.json
examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml

index 29142e6588c72db80139442486a0f12c481b393a,fd0dfe1eb0469d4892246b4061d2d3839d3ef2d4..71372337c7432dd6fb7390ac2d6c81d4a1751639
    "dependencies": {
      "fastify": "^4.23.2",
      "fastify-plugin": "^4.5.1",
 -    "poolifier": "^2.7.1"
 +    "poolifier": "^2.7.4"
    },
    "devDependencies": {
      "@rollup/plugin-typescript": "^11.1.3",
-     "@types/node": "^20.6.3",
+     "@types/node": "^20.7.0",
      "autocannon": "^7.12.0",
 -    "rollup": "^3.29.2",
 +    "rollup": "^3.29.3",
      "rollup-plugin-delete": "^2.0.0",
      "tslib": "^2.6.2",
      "typescript": "^5.2.2"
index 12392f28b5790b43d3387ac5ec6063175000cebf,0fa846e8c300680c60524c4708963a7fd5afaff2..b6a91a76b0691079e64bbf4d1de552e015fb3654
@@@ -12,22 -12,22 +12,22 @@@ dependencies
      specifier: ^4.5.1
      version: 4.5.1
    poolifier:
 -    specifier: ^2.7.1
 -    version: 2.7.1
 +    specifier: ^2.7.4
 +    version: 2.7.4
  
  devDependencies:
    '@rollup/plugin-typescript':
      specifier: ^11.1.3
 -    version: 11.1.3(rollup@3.29.2)(tslib@2.6.2)(typescript@5.2.2)
 +    version: 11.1.3(rollup@3.29.3)(tslib@2.6.2)(typescript@5.2.2)
    '@types/node':
-     specifier: ^20.6.3
-     version: 20.6.3
+     specifier: ^20.7.0
+     version: 20.7.0
    autocannon:
      specifier: ^7.12.0
      version: 7.12.0
    rollup:
 -    specifier: ^3.29.2
 -    version: 3.29.2
 +    specifier: ^3.29.3
 +    version: 3.29.3
    rollup-plugin-delete:
      specifier: ^2.0.0
      version: 2.0.0
@@@ -94,7 -94,7 +94,7 @@@ packages
        fastq: 1.15.0
      dev: true
  
 -  /@rollup/plugin-typescript@11.1.3(rollup@3.29.2)(tslib@2.6.2)(typescript@5.2.2):
 +  /@rollup/plugin-typescript@11.1.3(rollup@3.29.3)(tslib@2.6.2)(typescript@5.2.2):
      resolution: {integrity: sha512-8o6cNgN44kQBcpsUJTbTXMTtb87oR1O0zgP3Dxm71hrNgparap3VujgofEilTYJo+ivf2ke6uy3/E5QEaiRlDA==}
      engines: {node: '>=14.0.0'}
      peerDependencies:
        tslib:
          optional: true
      dependencies:
 -      '@rollup/pluginutils': 5.0.4(rollup@3.29.2)
 +      '@rollup/pluginutils': 5.0.4(rollup@3.29.3)
        resolve: 1.22.4
 -      rollup: 3.29.2
 +      rollup: 3.29.3
        tslib: 2.6.2
        typescript: 5.2.2
      dev: true
  
 -  /@rollup/pluginutils@5.0.4(rollup@3.29.2):
 +  /@rollup/pluginutils@5.0.4(rollup@3.29.3):
      resolution: {integrity: sha512-0KJnIoRI8A+a1dqOYLxH8vBf8bphDmty5QvIm2hqm7oFCFYKCAZWWd2hXgMibaPsNDhI0AtpYfQZJG47pt/k4g==}
      engines: {node: '>=14.0.0'}
      peerDependencies:
        '@types/estree': 1.0.1
        estree-walker: 2.0.2
        picomatch: 2.3.1
 -      rollup: 3.29.2
 +      rollup: 3.29.3
      dev: true
  
    /@types/estree@1.0.1:
      resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
      dependencies:
        '@types/minimatch': 5.1.2
-       '@types/node': 20.6.3
+       '@types/node': 20.7.0
      dev: true
  
    /@types/minimatch@5.1.2:
      resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
      dev: true
  
-   /@types/node@20.6.3:
-     resolution: {integrity: sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA==}
+   /@types/node@20.7.0:
+     resolution: {integrity: sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg==}
      dev: true
  
    /abort-controller@3.0.0:
        thread-stream: 2.4.0
      dev: false
  
 -  /poolifier@2.7.1:
 -    resolution: {integrity: sha512-GUo7sdUMvHyjMGHE5oMmmzlBYTASMQGznS6Nohl5eVsuLCZTIM5UyozRH47WYMAk9cqzEeoVzKKWpsQes/pCtg==}
 +  /poolifier@2.7.4:
 +    resolution: {integrity: sha512-Rkw7M1reDRWPLnPtS8+DFcv8IQIie44TBQ4CgQMSghu2YZ4Gip1VwbTw9t+SEgiLbIe6+cSTdlYAGtQ81DD67A==}
      engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
      requiresBuild: true
      dev: false
        del: 5.1.0
      dev: true
  
 -  /rollup@3.29.2:
 -    resolution: {integrity: sha512-CJouHoZ27v6siztc21eEQGo0kIcE5D1gVPA571ez0mMYb25LGYGKnVNXpEj5MGlepmDWGXNjDB5q7uNiPHC11A==}
 +  /rollup@3.29.3:
 +    resolution: {integrity: sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==}
      engines: {node: '>=14.18.0', npm: '>=8.0.0'}
      hasBin: true
      optionalDependencies: