diff --git a/package-lock.json b/package-lock.json index 56827e9..e825f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/config", - "version": "4.19.0", + "version": "4.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/config", - "version": "4.19.0", + "version": "4.20.0", "license": "MIT", "dependencies": { "dotenv": "^16.4.3", diff --git a/package.json b/package.json index a5f8a09..50ac3b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/config", - "version": "4.19.0", + "version": "4.20.0", "description": "Cache and handle environment variables and config files of Athenna.", "license": "MIT", "author": "João Lenon ", @@ -58,7 +58,7 @@ "syntax-error": "^1.4.0" }, "devDependencies": { - "@athenna/common": "^4.35.0", + "@athenna/common": "^4.36.0", "@athenna/test": "^4.22.0", "@athenna/tsconfig": "^4.12.0", "@types/lodash": "^4.14.191",