kosmos/akkounts-api
kosmos
/
akkounts-api
Archived
8
1
Fork 0

Update type definitions for node

This commit is contained in:
Basti 2019-06-04 10:52:11 +02:00
parent 70c434e494
commit 4a699450ca
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -53,9 +53,9 @@
"dev": true
},
"@types/node": {
"version": "10.12.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.10.tgz",
"integrity": "sha512-8xZEYckCbUVgK8Eg7lf5Iy4COKJ5uXlnIOnePN0WUwSQggy9tolM+tDJf7wMOnT/JT/W9xDYIaYggt3mRV2O5w==",
"version": "10.14.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.8.tgz",
"integrity": "sha512-I4+DbJEhLEg4/vIy/2gkWDvXBOOtPKV9EnLhYjMoqxcRW+TTZtUftkHktz/a8suoD5mUL7m6ReLrkPvSsCQQmw==",
"dev": true
},
"@types/nodemailer": {
@ -520,7 +520,7 @@
"bs58": "^4.0.1",
"elliptic": "^6.4.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"request-promise": "^4.2.4",
"underscore": "^1.8.3"
}
},

View File

@ -25,7 +25,7 @@
"devDependencies": {
"@types/chai": "^4.1.5",
"@types/mocha": "2.2.41",
"@types/node": "10.12.10",
"@types/node": "10.14.8",
"@types/nodemailer": "^4.6.6",
"chai": "^4.2.0",
"colors": "^1.3.2",