diff --git a/package-lock.json b/package-lock.json index 7944c227..e22ac77c 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": { @@ -13301,16 +13309,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 601e84af..b87d7364 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",