1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #284 from oceanprotocol/dependabot/npm_and_yarn/server/types/node-14.0.4

This commit is contained in:
dependabot-preview[bot] 2020-05-20 06:54:27 +00:00 committed by GitHub
commit ee20f6541c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -747,9 +747,9 @@
}
},
"@types/node": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.1.tgz",
"integrity": "sha512-FAYBGwC+W6F9+huFIDtn43cpy7+SzG+atzRiTfdp3inUKL2hXnd4rG8hylJLIh4+hqrQy1P17kvJByE/z825hA==",
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.4.tgz",
"integrity": "sha512-k3NqigXWRzQZVBDS5D1U70A5E8Qk4Kh+Ha/x4M8Bt9pF0X05eggfnC9+63Usc9Q928hRUIpIhTQaXsZwZBl4Ew==",
"dev": true
},
"@types/qs": {

View File

@ -29,7 +29,7 @@
"@types/express": "^4.17.6",
"@types/jest": "^25.2.3",
"@types/morgan": "^1.9.0",
"@types/node": "^14.0.1",
"@types/node": "^14.0.4",
"@types/request": "^2.48.5",
"@types/supertest": "^2.0.9",
"jest": "24.9.0",