From 79eb0869c857f3a9d9f907ec3f047bdf9a6e8e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:01:11 +0000 Subject: [PATCH] build(deps-dev): bump autocannon Bumps [autocannon](https://github.com/mcollina/autocannon) from 7.12.0 to 7.14.0. - [Release notes](https://github.com/mcollina/autocannon/releases) - [Commits](https://github.com/mcollina/autocannon/compare/v7.12.0...v7.14.0) --- updated-dependencies: - dependency-name: autocannon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../http-server-pool/fastify-worker_threads/package.json | 2 +- .../fastify-worker_threads/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index f46f2496..c8f8de1c 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/node": "^20.9.4", - "autocannon": "^7.12.0", + "autocannon": "^7.14.0", "typescript": "^5.3.2" } } diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml index 29e13d5b..2d281fa6 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml @@ -20,8 +20,8 @@ devDependencies: specifier: ^20.9.4 version: 20.9.4 autocannon: - specifier: ^7.12.0 - version: 7.12.0 + specifier: ^7.14.0 + version: 7.14.0 typescript: specifier: ^5.3.2 version: 5.3.2 @@ -123,8 +123,8 @@ packages: engines: {node: '>=8.0.0'} dev: false - /autocannon@7.12.0: - resolution: {integrity: sha512-SZwtwykFZaoz5pKg7WY7gw1Dayqv9buXSjvc99sSzZIfguUc4FmFEFJr3INtfXJ7o9Xyn5bJM093wxipVV59ZA==} + /autocannon@7.14.0: + resolution: {integrity: sha512-lusP43BAwrTwQhihLjKwy7LceyX01eKSvFJUsBktASGqcR1g1ySYSPxCoCGDX08uLEs9oaqEKBBUFMenK3B3lQ==} hasBin: true dependencies: chalk: 4.1.2 -- 2.34.1