Updating dependencies

This commit is contained in:
Fabian Stamm 2020-04-15 20:00:05 +02:00
parent 090aa4629b
commit b3f6a6c3f2
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@hibas123/nodelogging",
"version": "2.3.5",
"version": "2.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@hibas123/logging": {
"version": "2.4.0",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.4.0.tgz",
"integrity": "sha512-7doW3f0WYUgG0H1RC2/b+9GPAE3BdqNAbbz5VnLNmPEF5HpLK4ch+P9IMExr5e1+QT8I+T7NVhQDo5HQJH5AWQ==",
"version": "2.4.1",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.4.1.tgz",
"integrity": "sha512-QYm/Npp3+H6KF31pwWTl1TSK8uXwkJSpaz/byXZVAD2okrMs+UNTB6ZUDVrzypgaxYn/4UsOeWrXMnVI+dubPQ==",
"requires": {
"@hibas123/utils": "^2.2.4"
},

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/nodelogging",
"version": "2.4.0",
"version": "2.4.1",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -32,7 +32,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@hibas123/logging": "^2.4.0",
"@hibas123/logging": "^2.4.1",
"@hibas123/utils": "^2.2.3"
}
}