Updating dependencies

This commit is contained in:
Fabian Stamm 2020-04-09 18:34:44 +02:00
parent c7c968753f
commit 2a55549199
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@hibas123/logging": {
"version": "2.3.0",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.3.0.tgz",
"integrity": "sha512-VB/aOrup5AFOL4Ck5c7jF1Qy5Jr5tDfjhMHI0Tbe4fzkA2pagpTcIgdm+p0rQ9sa/rO2FKpd0kpy11b3W5NC8g==",
"version": "2.3.1",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.3.1.tgz",
"integrity": "sha512-s84jNcUE+FT0BqGPWVkcVdwpPR1byKwklRs7Eafa0cpsq5tyLFElL4/gzNxUCar6tM1+jGOqqyHIcTAhMOkE1w==",
"requires": {
"@hibas123/utils": "^2.2.3"
}

View File

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