Updating dependencies

This commit is contained in:
Fabian Stamm 2020-04-11 16:49:28 +02:00
parent a8a388997f
commit 6f002456f6
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.2",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.3.2.tgz",
"integrity": "sha512-NbMLqVNedyMDux2VWvvG7yf5alpf5EYJhaFuPo0zM2VENzUCypiAvdyfwH6k3taN2vBOElCh6r/S60Hr5Ok/Hw==",
"version": "2.3.4",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.3.4.tgz",
"integrity": "sha512-0XZlQ+hIY38KzJvYv3Zz/3lM9oUVClJQN4bRNdWL+XCxHexY7jEtG5Fe9v+8KEmIFoVLWixD5DdozLxbQgkgPQ==",
"requires": {
"@hibas123/utils": "^2.2.3"
}

View File

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