From 9468f8a359423fe4e2238643bd816c7af8e20b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:18:27 +0000 Subject: [PATCH] build(deps-dev): bump autocannon from 7.15.0 to 8.0.0 (#1942) Bumps [autocannon](https://github.com/mcollina/autocannon) from 7.15.0 to 8.0.0. - [Release notes](https://github.com/mcollina/autocannon/releases) - [Commits](https://github.com/mcollina/autocannon/compare/v7.15.0...v8.0.0) --- updated-dependencies: - dependency-name: autocannon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 ++++++++++++++---------------- package.json | 2 +- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24d542a7..9ea0822a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@commitlint/config-conventional": "^19.5.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "@types/jest": "^29.5.13", - "autocannon": "^7.15.0", + "autocannon": "^8.0.0", "esbuild": "^0.23.1", "esbuild-plugin-glob": "^2.2.3", "eslint": "^8.57.0", @@ -2684,6 +2684,15 @@ "node": ">=8" } }, + "node_modules/@minimistjs/subarg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@minimistjs/subarg/-/subarg-1.0.0.tgz", + "integrity": "sha512-Q/ONBiM2zNeYUy0mVSO44mWWKYM3UHuEK43PKIOzJCbvUnPoMH1K+gk3cf1kgnCVJFlWmddahQQCmrmBGlk9jQ==", + "dev": true, + "dependencies": { + "minimist": "^1.1.0" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -3539,12 +3548,12 @@ } }, "node_modules/autocannon": { - "version": "7.15.0", - "resolved": "https://registry.npmjs.org/autocannon/-/autocannon-7.15.0.tgz", - "integrity": "sha512-NaP2rQyA+tcubOJMFv2+oeW9jv2pq/t+LM6BL3cfJic0HEfscEcnWgAyU5YovE/oTHUzAgTliGdLPR+RQAWUbg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/autocannon/-/autocannon-8.0.0.tgz", + "integrity": "sha512-fMMcWc2JPFcUaqHeR6+PbmEpTxCrPZyBUM95oG4w3ngJ8NfBNas/ZXA+pTHXLqJ0UlFVTcy05GC25WxKx/M20A==", "dev": true, - "license": "MIT", "dependencies": { + "@minimistjs/subarg": "^1.0.0", "chalk": "^4.1.0", "char-spinner": "^1.0.1", "cli-table3": "^0.6.0", @@ -3566,7 +3575,6 @@ "reinterval": "^1.1.0", "retimer": "^3.0.0", "semver": "^7.3.2", - "subarg": "^1.0.0", "timestring": "^6.0.0" }, "bin": { @@ -13299,16 +13307,6 @@ "license": "MIT", "peer": true }, - "node_modules/subarg": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", - "integrity": "sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.1.0" - } - }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", diff --git a/package.json b/package.json index 0877d7f3..7825d427 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@commitlint/config-conventional": "^19.5.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "@types/jest": "^29.5.13", - "autocannon": "^7.15.0", + "autocannon": "^8.0.0", "esbuild": "^0.23.1", "esbuild-plugin-glob": "^2.2.3", "eslint": "^8.57.0",