Updating dependencies

This commit is contained in:
Fabian Stamm 2020-04-09 18:40:22 +02:00
parent 2a55549199
commit a8a388997f
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.0",
"version": "2.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@hibas123/logging": {
"version": "2.3.1",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.3.1.tgz",
"integrity": "sha512-s84jNcUE+FT0BqGPWVkcVdwpPR1byKwklRs7Eafa0cpsq5tyLFElL4/gzNxUCar6tM1+jGOqqyHIcTAhMOkE1w==",
"version": "2.3.2",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.3.2.tgz",
"integrity": "sha512-NbMLqVNedyMDux2VWvvG7yf5alpf5EYJhaFuPo0zM2VENzUCypiAvdyfwH6k3taN2vBOElCh6r/S60Hr5Ok/Hw==",
"requires": {
"@hibas123/utils": "^2.2.3"
}

View File

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