Merge pull request #140 from vulcanize/release-v2.0.0

dependabot security update
This commit is contained in:
Ian Norden 2022-01-26 12:09:55 -06:00 committed by GitHub
commit 5d86b6e029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,10 +255,10 @@
"@resolver-engine/imports-fs": "^0.3.3", "@resolver-engine/imports-fs": "^0.3.3",
"@typechain/ethers-v5": "^2.0.0", "@typechain/ethers-v5": "^2.0.0",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",
"@types/node-fetch": "^2.5.5", "@types/node-fetch": "^2.6.7",
"ethers": "^5.0.1", "ethers": "^5.0.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.7",
"solc": "^0.6.3", "solc": "^0.6.3",
"ts-generator": "^0.1.1", "ts-generator": "^0.1.1",
"typechain": "^3.0.0" "typechain": "^3.0.0"
@ -1507,7 +1507,7 @@
"integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==" "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g=="
}, },
"node_modules/@types/node-fetch": { "node_modules/@types/node-fetch": {
"version": "2.5.10", "version": "2.6.7",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz",
"integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==",
"dev": true, "dev": true,
@ -5427,7 +5427,7 @@
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"node-fetch": "2.1.2", "node-fetch": "^2.6.7",
"whatwg-fetch": "2.0.4" "whatwg-fetch": "2.0.4"
} }
}, },
@ -7533,7 +7533,7 @@
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"node-fetch": "~1.7.1" "node-fetch": "^2.6.7"
} }
}, },
"node_modules/ganache-core/node_modules/fetch-ponyfill/node_modules/is-stream": { "node_modules/ganache-core/node_modules/fetch-ponyfill/node_modules/is-stream": {
@ -7545,7 +7545,7 @@
} }
}, },
"node_modules/ganache-core/node_modules/fetch-ponyfill/node_modules/node-fetch": { "node_modules/ganache-core/node_modules/fetch-ponyfill/node_modules/node-fetch": {
"version": "1.7.3", "version": "2.6.7",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -9217,7 +9217,7 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/ganache-core/node_modules/node-fetch": { "node_modules/ganache-core/node_modules/node-fetch": {
"version": "2.1.2", "version": "2.6.7",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -12520,7 +12520,7 @@
"merkle-patricia-tree": "^4.1.0", "merkle-patricia-tree": "^4.1.0",
"mnemonist": "^0.38.0", "mnemonist": "^0.38.0",
"mocha": "^7.1.2", "mocha": "^7.1.2",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.7",
"qs": "^6.7.0", "qs": "^6.7.0",
"raw-body": "^2.4.1", "raw-body": "^2.4.1",
"resolve": "1.17.0", "resolve": "1.17.0",
@ -13723,7 +13723,7 @@
} }
}, },
"node_modules/node-fetch": { "node_modules/node-fetch": {
"version": "2.6.1", "version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
"engines": { "engines": {
@ -15857,10 +15857,10 @@
"@resolver-engine/imports-fs": "^0.3.3", "@resolver-engine/imports-fs": "^0.3.3",
"@typechain/ethers-v5": "^2.0.0", "@typechain/ethers-v5": "^2.0.0",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",
"@types/node-fetch": "^2.5.5", "@types/node-fetch": "^2.6.7",
"ethers": "^5.0.1", "ethers": "^5.0.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.7",
"solc": "^0.6.3", "solc": "^0.6.3",
"ts-generator": "^0.1.1", "ts-generator": "^0.1.1",
"typechain": "^3.0.0" "typechain": "^3.0.0"
@ -16757,7 +16757,7 @@
"integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==" "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g=="
}, },
"@types/node-fetch": { "@types/node-fetch": {
"version": "2.5.10", "version": "2.6.7",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz", "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.10.tgz",
"integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==", "integrity": "sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==",
"dev": true, "dev": true,
@ -19810,7 +19810,7 @@
"version": "2.2.3", "version": "2.2.3",
"dev": true, "dev": true,
"requires": { "requires": {
"node-fetch": "2.1.2", "node-fetch": "^2.6.7",
"whatwg-fetch": "2.0.4" "whatwg-fetch": "2.0.4"
} }
}, },
@ -21621,7 +21621,7 @@
"version": "4.1.0", "version": "4.1.0",
"dev": true, "dev": true,
"requires": { "requires": {
"node-fetch": "~1.7.1" "node-fetch": "^2.6.7"
}, },
"dependencies": { "dependencies": {
"is-stream": { "is-stream": {
@ -21629,7 +21629,7 @@
"dev": true "dev": true
}, },
"node-fetch": { "node-fetch": {
"version": "1.7.3", "version": "2.6.7",
"dev": true, "dev": true,
"requires": { "requires": {
"encoding": "^0.1.11", "encoding": "^0.1.11",
@ -22827,7 +22827,7 @@
"dev": true "dev": true
}, },
"node-fetch": { "node-fetch": {
"version": "2.1.2", "version": "2.6.7",
"dev": true "dev": true
}, },
"node-gyp-build": { "node-gyp-build": {
@ -25310,7 +25310,7 @@
"merkle-patricia-tree": "^4.1.0", "merkle-patricia-tree": "^4.1.0",
"mnemonist": "^0.38.0", "mnemonist": "^0.38.0",
"mocha": "^7.1.2", "mocha": "^7.1.2",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.7",
"qs": "^6.7.0", "qs": "^6.7.0",
"raw-body": "^2.4.1", "raw-body": "^2.4.1",
"resolve": "1.17.0", "resolve": "1.17.0",
@ -26214,7 +26214,7 @@
} }
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.1", "version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
}, },