From 92c39d51ccda37ddeb3badafa7a1df22d461a131 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Jan 2020 17:47:23 +0000 Subject: [PATCH] chore: update dependency autocannon to ^4.4.2 Signed-off-by: Renovate Bot --- benchmark/package-lock.json | 12 ++++++------ benchmark/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/benchmark/package-lock.json b/benchmark/package-lock.json index 4ea4c42925f0..94b64ec53bd9 100644 --- a/benchmark/package-lock.json +++ b/benchmark/package-lock.json @@ -109,9 +109,9 @@ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" }, "ansi-styles": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.0.tgz", - "integrity": "sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", "requires": { "@types/color-name": "^1.1.1", "color-convert": "^2.0.1" @@ -145,9 +145,9 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "autocannon": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/autocannon/-/autocannon-4.4.1.tgz", - "integrity": "sha512-RUOguWCf40ulEY7grCcZoWQLirXC83MkkCnFN0P53HJ3GWC6iXG8ovtbVNYGXI8O8H7Qb/4KlEh9fk2c4LU2mQ==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/autocannon/-/autocannon-4.4.2.tgz", + "integrity": "sha512-cEhTsw6XS5jiDgZ2YxMG0F6m7N9ktB+I9fDFjfdrJiH71RuTqhxOtBREI39oafvqJVQv4nyMq9ea2pSYtGwVzA==", "requires": { "chalk": "^3.0.0", "cli-table3": "^0.5.1", diff --git a/benchmark/package.json b/benchmark/package.json index 46b074b15150..db60b90778ef 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -38,7 +38,7 @@ "@types/byline": "^4.2.31", "@types/debug": "^4.1.5", "@types/request-promise-native": "^1.0.17", - "autocannon": "^4.4.1", + "autocannon": "^4.4.2", "byline": "^5.0.0", "debug": "^4.1.1", "path-to-regexp": "^6.1.0",