Updating dependencies

This commit is contained in:
Fabian 2019-04-04 22:44:19 -04:00
parent 0dbd8e9c40
commit 8bf0d4b798
2 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@hibas123/nodelogging",
"version": "2.0.0",
"version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@hibas123/logging": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@hibas123/logging/-/logging-2.0.0.tgz",
"integrity": "sha512-v4e7xiXGvAKpq6nxLA2TVoEy/DTT7DZkqEKh8eZ1XiAQAJh0PnmF1GP/TdHWvDTPMG/U8kMHArrGllVxM6xtkg==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@hibas123/logging/-/logging-2.0.1.tgz",
"integrity": "sha512-t/NCQdGpnEa3MRBX5W1Fbcm2CR2n7VkN9vftwf1myyM0CgqX3mYLE1HIwyRJ1YA7t5i69pHtYbYQ7Ali+XV1Sw==",
"requires": {
"@hibas123/utils": "^2.0.5"
}

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/nodelogging",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -26,7 +26,7 @@
"typescript": "^3.4.1"
},
"dependencies": {
"@hibas123/logging": "^2.0.0",
"@hibas123/logging": "^2.0.1",
"@hibas123/utils": "^2.0.5"
}
}
}