Merge pull request #324 from oceanprotocol/dependabot/npm_and_yarn/server/types/node-14.0.13

Bump @types/node from 14.0.11 to 14.0.13 in /server
This commit is contained in:
Matthias Kretschmann 2020-06-15 10:48:28 +02:00 committed by GitHub
commit 468c0204d4
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.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.11.tgz",
"integrity": "sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg==",
"version": "14.0.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz",
"integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==",
"dev": true
},
"@types/qs": {

View File

@ -29,7 +29,7 @@
"@types/express": "^4.17.6",
"@types/jest": "^26.0.0",
"@types/morgan": "^1.9.0",
"@types/node": "^14.0.11",
"@types/node": "^14.0.13",
"@types/request": "^2.48.5",
"@types/supertest": "^2.0.9",
"jest": "24.9.0",