diff --git a/package-lock.json b/package-lock.json index ab3a872..50b7a1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/config", - "version": "4.25.0", + "version": "4.26.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/config", - "version": "4.25.0", + "version": "4.26.0", "license": "MIT", "dependencies": { "dotenv": "^16.4.5", @@ -14,9 +14,9 @@ "syntax-error": "^1.4.0" }, "devDependencies": { - "@athenna/common": "^4.44.0", - "@athenna/test": "^4.29.0", - "@athenna/tsconfig": "^4.18.0", + "@athenna/common": "^4.45.0", + "@athenna/test": "^4.30.0", + "@athenna/tsconfig": "^4.19.0", "@types/lodash": "^4.17.7", "@types/syntax-error": "^1.4.5", "@typescript-eslint/eslint-plugin": "^7.18.0", @@ -69,9 +69,9 @@ "license": "MIT" }, "node_modules/@athenna/common": { - "version": "4.44.0", - "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.44.0.tgz", - "integrity": "sha512-LzzvJbJOl0iJmT/XbDnriM5sGoeUDeH3ZWJMJUXSfvld20DWqunpV/X1ia97veOhrYXE1Cbu4StAb51q5LsuUQ==", + "version": "4.45.0", + "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.45.0.tgz", + "integrity": "sha512-Ppe/YlxQlrR0SeZFR5jbEvgZiUd6IV2jX/XztXe3Yg5VvK+blEByr9lU8NQtSBw1wFTKHu7A+gPiHD+NBAjeAA==", "dev": true, "license": "MIT", "dependencies": { @@ -88,7 +88,7 @@ "http-status-codes": "^2.3.0", "is-wsl": "^2.2.0", "js-yaml": "^4.1.0", - "json-2-csv": "^5.5.4", + "json-2-csv": "^5.5.5", "kind-of": "^6.0.3", "lodash": "^4.17.21", "mime-types": "^2.1.35", @@ -107,9 +107,9 @@ } }, "node_modules/@athenna/test": { - "version": "4.29.0", - "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.29.0.tgz", - "integrity": "sha512-dO9/9/OazVGKSeX8zEQOVfFSSNAukReDCiqeWlHseoWDhSicEuZKKSRS7vXky1VneQ6EaTubECzXOsulufZD3g==", + "version": "4.30.0", + "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.30.0.tgz", + "integrity": "sha512-PyvvDXUf3ZsHpBxhwqA5OBUv8JCTOFtAIxmBJZwYPJEMnf4RndlhkjdKfJ/1anE9yoazqm5iJ4G4IvAp4dZF3g==", "dev": true, "license": "MIT", "dependencies": { @@ -124,9 +124,9 @@ } }, "node_modules/@athenna/tsconfig": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@athenna/tsconfig/-/tsconfig-4.18.0.tgz", - "integrity": "sha512-daS2Mfwd68MfBKUp4mk8nSRzPIl2eUZKV6wRCkMnuQKjUaKgqp2bsv8pXt2UmobDY44hcI675LHeKWaAK4WT6w==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@athenna/tsconfig/-/tsconfig-4.19.0.tgz", + "integrity": "sha512-BpbbnXyMXDHS2DMCUDHWOjFYvzHOe3CJQM+OmQ7MFTS8UXIBaavDd0160aoLCrJLk5IPuCytO1VastQ+h2xRUg==", "dev": true, "license": "MIT", "dependencies": { @@ -9832,9 +9832,9 @@ } }, "node_modules/safe-stable-stringify": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz", - "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz", + "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 33ca72c..ba3fbbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/config", - "version": "4.25.0", + "version": "4.26.0", "description": "Cache and handle environment variables and config files of Athenna.", "license": "MIT", "author": "João Lenon ", @@ -58,9 +58,9 @@ "syntax-error": "^1.4.0" }, "devDependencies": { - "@athenna/common": "^4.44.0", - "@athenna/test": "^4.29.0", - "@athenna/tsconfig": "^4.18.0", + "@athenna/common": "^4.45.0", + "@athenna/test": "^4.30.0", + "@athenna/tsconfig": "^4.19.0", "@types/lodash": "^4.17.7", "@types/syntax-error": "^1.4.5", "@typescript-eslint/eslint-plugin": "^7.18.0",