mirror of
https://git.stamm.me/OpenServer/NodeLogging.git
synced 2024-11-14 17:21:04 +00:00
Updating dependencies
This commit is contained in:
parent
0dbd8e9c40
commit
8bf0d4b798
8
package-lock.json
generated
8
package-lock.json
generated
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user