From a4c768f9a17dbfdcd5120975e202322f0fa92a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:12:34 +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-cluster/package.json | 2 +- .../http-server-pool/fastify-cluster/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 9059c246..ec8bbb97 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.9.4", - "autocannon": "^7.12.0", + "autocannon": "^7.14.0", "rollup": "^4.5.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", diff --git a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml index afefc526..a444655d 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-cluster/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 rollup: specifier: ^4.5.1 version: 4.5.1 @@ -312,8 +312,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