Update dependencies

This commit is contained in:
Fabian Stamm 2020-03-01 15:21:25 +01:00
parent 57f1b07944
commit b76d0083b6
2 changed files with 255 additions and 2035 deletions

2276
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/nodelogging",
"version": "2.1.2",
"version": "2.1.4",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -26,13 +26,13 @@
"readme.md"
],
"devDependencies": {
"@types/node": "^12.12.8",
"concurrently": "^5.0.0",
"nodemon": "^1.19.4",
"typescript": "^3.7.2"
"@types/node": "^13.7.7",
"concurrently": "^5.1.0",
"nodemon": "^2.0.2",
"typescript": "^3.8.3"
},
"dependencies": {
"@hibas123/logging": "^2.1.2",
"@hibas123/utils": "^2.1.1"
"@hibas123/logging": "^2.1.4",
"@hibas123/utils": "^2.2.3"
}
}