1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #412 from oceanprotocol/greenkeeper/@types/node-14.0.0

Update @types/node to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-05-17 01:02:27 +02:00 committed by GitHub
commit 4c97da9856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -620,9 +620,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "13.9.1", "version": "14.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.1.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.0.tgz",
"integrity": "sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ==" "integrity": "sha512-BZHGudjgZ8cweaQC2Q7hKpZNT2sq//NNbc7KcuTdti10S/tKIXpqiAgzZZFdwm6uUdRE9jy6UYSESNvB5rmFgA=="
}, },
"@types/node-fetch": { "@types/node-fetch": {
"version": "2.5.5", "version": "2.5.5",

View File

@ -68,7 +68,7 @@
"@types/chai": "^4.2.11", "@types/chai": "^4.2.11",
"@types/chai-spies": "^1.0.1", "@types/chai-spies": "^1.0.1",
"@types/mocha": "^7.0.2", "@types/mocha": "^7.0.2",
"@types/node": "^13.9.1", "@types/node": "^14.0.0",
"@types/node-fetch": "^2.5.5", "@types/node-fetch": "^2.5.5",
"@types/sinon": "^9.0.0", "@types/sinon": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^2.23.0", "@typescript-eslint/eslint-plugin": "^2.23.0",