From a56799746059fea9bfc617784d276f72ea3eaf01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 15:16:58 +0000 Subject: [PATCH] build(deps): bump undici from 5.6.0 to 5.9.1 Bumps [undici](https://github.com/nodejs/undici) from 5.6.0 to 5.9.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.6.0...v5.9.1) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e92eead..eba73ea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "MIT", "devDependencies": { "@connext/nxtp-contracts": "0.2.0-beta.20", + "@ethereumjs/tx": "3.5.2", "@nomiclabs/hardhat-etherscan": "2.1.7", "@nomiclabs/hardhat-web3": "2.0.0", "@openzeppelin/contracts": "4.6.0", @@ -32,7 +33,7 @@ "expect": "26.6.2", "fs-extra": "9.0.0", "graphql": "16.5.0", - "hardhat": "2.9.8", + "hardhat": "2.9.9", "hardhat-deploy": "0.9.8", "hardhat-deploy-ethers": "0.3.0-beta.11", "hardhat-gas-reporter": "1.0.3", @@ -11419,9 +11420,9 @@ "dev": true }, "node_modules/hardhat": { - "version": "2.9.8", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.9.8.tgz", - "integrity": "sha512-K35GDJ5Vrif3kxQMVw6CJvSbUrIg9le3C+E+K0fZGoyVfIQzZNRtoG2/BQw4aWM0MMkwB4YT/roq/HT0mMLQaw==", + "version": "2.9.9", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.9.9.tgz", + "integrity": "sha512-Qv7SXnRc0zq1kGXruNnSKpP3eFccXMR5Qv6GVX9hBIJ5efN0PflKPq92aQ5Cv3jrjJeRevLznWZVz7bttXhVfw==", "dev": true, "dependencies": { "@ethereumjs/block": "^3.6.2", @@ -11480,7 +11481,16 @@ "node": "^12.0.0 || ^14.0.0 || ^16.0.0" }, "peerDependencies": { - "chai": "^4.2.0" + "ts-node": "*", + "typescript": "*" + }, + "peerDependenciesMeta": { + "ts-node": { + "optional": true + }, + "typescript": { + "optional": true + } } }, "node_modules/hardhat-deploy": { @@ -20089,9 +20099,9 @@ } }, "node_modules/undici": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.6.0.tgz", - "integrity": "sha512-mc+8SY1fXubTrdx4CXDkeFFGV8lI3Tq4I/70U1V8Z6g4iscGII0uLO7CPnDt56bXEbvaKwo2T2+VrteWbZiXiQ==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.9.1.tgz", + "integrity": "sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==", "dev": true, "engines": { "node": ">=12.18" @@ -30669,9 +30679,9 @@ } }, "hardhat": { - "version": "2.9.8", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.9.8.tgz", - "integrity": "sha512-K35GDJ5Vrif3kxQMVw6CJvSbUrIg9le3C+E+K0fZGoyVfIQzZNRtoG2/BQw4aWM0MMkwB4YT/roq/HT0mMLQaw==", + "version": "2.9.9", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.9.9.tgz", + "integrity": "sha512-Qv7SXnRc0zq1kGXruNnSKpP3eFccXMR5Qv6GVX9hBIJ5efN0PflKPq92aQ5Cv3jrjJeRevLznWZVz7bttXhVfw==", "dev": true, "requires": { "@ethereumjs/block": "^3.6.2", @@ -37538,9 +37548,9 @@ } }, "undici": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.6.0.tgz", - "integrity": "sha512-mc+8SY1fXubTrdx4CXDkeFFGV8lI3Tq4I/70U1V8Z6g4iscGII0uLO7CPnDt56bXEbvaKwo2T2+VrteWbZiXiQ==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.9.1.tgz", + "integrity": "sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==", "dev": true }, "universalify": {