Updating dependencies

This commit is contained in:
Fabian Stamm 2020-03-21 21:13:54 +01:00
parent b76d0083b6
commit 922af328a3
3 changed files with 12 additions and 6 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
[*]
charset = utf-8
indent_style = space
indent_size = 3
trim_trailing_whitespace = true
end_of_line = lf

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@hibas123/nodelogging",
"version": "2.1.4",
"version": "2.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@hibas123/logging": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@hibas123/logging/-/logging-2.1.4.tgz",
"integrity": "sha512-kNzEoZKaz8W7NF/jE0bunqXyIp6VbQ1t43L+6eC9FFbGh5+kbucbHDzcyUFtQsZTDVtq/U/S20iedZ8jwH0YRQ==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@hibas123/logging/-/logging-2.1.5.tgz",
"integrity": "sha512-sZ+BVepmWz8AmRXd1J4i9Ut+XxpkUwjfC0zx3gYDQhRElPg56+vGTm1AUwBxiYmAqz8L6hTz62OVF1PFetXyqw==",
"requires": {
"@hibas123/utils": "^2.2.3"
}

View File

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