Updating dependencies

This commit is contained in:
Fabian Stamm 2020-04-15 19:52:10 +02:00
parent 558ddad800
commit 090aa4629b
2 changed files with 14 additions and 7 deletions

17
package-lock.json generated
View File

@ -1,15 +1,22 @@
{
"name": "@hibas123/nodelogging",
"version": "2.3.4",
"version": "2.3.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@hibas123/logging": {
"version": "2.3.5",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.3.5.tgz",
"integrity": "sha512-fVy1A/CwarXeS07OYOdxGsnSibefvS0QS5j/LVw7ceoy0tet6hXnL9BUGQwBscNlr71sEHtnSVeQm06TKdgEKA==",
"version": "2.4.0",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.4.0.tgz",
"integrity": "sha512-7doW3f0WYUgG0H1RC2/b+9GPAE3BdqNAbbz5VnLNmPEF5HpLK4ch+P9IMExr5e1+QT8I+T7NVhQDo5HQJH5AWQ==",
"requires": {
"@hibas123/utils": "^2.2.3"
"@hibas123/utils": "^2.2.4"
},
"dependencies": {
"@hibas123/utils": {
"version": "2.2.4",
"resolved": "https://npm.hibas123.de/@hibas123%2futils/-/utils-2.2.4.tgz",
"integrity": "sha512-Mx9H73Q2PNLzqRp3sHN7esskhUJ6pNFHht6u0ykYeHt6jb/kdsISCQPvIHWC32cvAWylBFQ2qHF1dEFEcZyL+Q=="
}
}
},
"@hibas123/utils": {

View File

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