diff --git a/package-lock.json b/package-lock.json index fcd36a9..6bbe71f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/logger", - "version": "4.20.0", + "version": "4.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/logger", - "version": "4.20.0", + "version": "4.21.0", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^1.18.1", @@ -14,10 +14,10 @@ "telegraf": "^4.16.3" }, "devDependencies": { - "@athenna/common": "^4.36.0", - "@athenna/config": "^4.20.0", - "@athenna/ioc": "^4.19.0", - "@athenna/test": "^4.22.0", + "@athenna/common": "^4.38.0", + "@athenna/config": "^4.21.0", + "@athenna/ioc": "^4.20.0", + "@athenna/test": "^4.23.0", "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", @@ -93,9 +93,9 @@ "dev": true }, "node_modules/@athenna/common": { - "version": "4.36.0", - "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.36.0.tgz", - "integrity": "sha512-3dPZqHQD5xb9GZfwHqDsVc33sNl6IL0VtXJUybGEYQkWwfZ+nb03Wpxyw3jBr+rZWS6bOqwnWpKTU0Ih93v5Sg==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.38.0.tgz", + "integrity": "sha512-xod/X7aV4tnfBMOVDnC0Y2z48KqWf5Qc5qX2S23m7m6JqWQUqfPTX5XJVhm+8TFsd7ew72POQKS6+2NCsvQa3Q==", "dev": true, "dependencies": { "@fastify/formbody": "^7.4.0", @@ -111,7 +111,7 @@ "http-status-codes": "^2.2.0", "is-wsl": "^2.2.0", "js-yaml": "^4.1.0", - "json-2-csv": "^5.1.0", + "json-2-csv": "^5.5.1", "kind-of": "^6.0.3", "lodash": "^4.17.21", "mime-types": "^2.1.35", @@ -148,12 +148,12 @@ } }, "node_modules/@athenna/config": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.20.0.tgz", - "integrity": "sha512-XUdK74o1iG5zX8tcIp+/+ZBpik6Etz1pjeWRuAkez2WxW35jynLHHxyRnNVwPEfO9dcZG4jAvrKLPi48nnghpw==", + "version": "4.21.0", + "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.21.0.tgz", + "integrity": "sha512-pkGDufU04BH181FB/gYlv7jciws/qRuTAxkcJHqJQd/+S+DBqcJjyfb1+iUCZzmHFtrve/iTKT+GtLxR7/Dk5A==", "dev": true, "dependencies": { - "dotenv": "^16.4.3", + "dotenv": "^16.4.5", "magicast": "^0.3.3", "syntax-error": "^1.4.0" }, @@ -162,9 +162,9 @@ } }, "node_modules/@athenna/ioc": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.19.0.tgz", - "integrity": "sha512-nmSyzl51AZ2Y3agcA0iGdLyxZtGpVJ4PBcevHyvGiuKHcreeO3j/BLTmIjM/3lCc0myHzsJeOn2uK2VR8eNfgQ==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.20.0.tgz", + "integrity": "sha512-5msfdBRC6+D5YJHmbQng88XSKe+i8tfJ/OqZLPafpLBj6B7cMA2/u5wt1/84xC0v1Wj1M+vQ4pXIRo43ISXsFw==", "dev": true, "dependencies": { "awilix": "^7.0.3" @@ -174,9 +174,9 @@ } }, "node_modules/@athenna/test": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.22.0.tgz", - "integrity": "sha512-cOK7x007pE3E7lxW917zaXQOAUAIUXO3MK+ygXpOD/3+ZMaOGUYy1bupY5xGS0LzeM7OEpIBtb8HJ73jyIVOKA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.23.0.tgz", + "integrity": "sha512-tOeOO0/tIYDlKjPbrdWbo/KGwbjvwC+PTSKna4kglxE0Jfi6Jz8w5cbwCqV4ZwZnhBDKiPZ9TRspUxt7QySu+w==", "dev": true, "dependencies": { "@japa/assert": "^2.1.0", diff --git a/package.json b/package.json index f5cf9fc..73089bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/logger", - "version": "4.20.0", + "version": "4.21.0", "description": "The Athenna logging solution. Log in stdout, files and buckets.", "license": "MIT", "author": "João Lenon ", @@ -66,10 +66,10 @@ "telegraf": "^4.16.3" }, "devDependencies": { - "@athenna/common": "^4.36.0", - "@athenna/config": "^4.20.0", - "@athenna/ioc": "^4.19.0", - "@athenna/test": "^4.22.0", + "@athenna/common": "^4.38.0", + "@athenna/config": "^4.21.0", + "@athenna/ioc": "^4.20.0", + "@athenna/test": "^4.23.0", "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4",