|
@@ -602,6 +602,16 @@
|
|
|
tslib "2.3.1"
|
|
|
uuid "8.3.2"
|
|
|
|
|
|
+"@nestjs/config@^2.0.0":
|
|
|
+ version "2.0.0"
|
|
|
+ resolved "https://registry.npmmirror.com/@nestjs/config/-/config-2.0.0.tgz#a8fbec48a2b55488ac50ad5ed4cf2df89d398171"
|
|
|
+ integrity sha512-Hi1k/1S5ogsS5c0OtNm72thiLSngijOaLDFaGI5ZPxNGpF23lctPg6ox3pYIOhXVRX/u+eiUIp71gswH2k8YNw==
|
|
|
+ dependencies:
|
|
|
+ dotenv "16.0.0"
|
|
|
+ dotenv-expand "8.0.2"
|
|
|
+ lodash "4.17.21"
|
|
|
+ uuid "8.3.2"
|
|
|
+
|
|
|
"@nestjs/core@^8.0.0":
|
|
|
version "8.4.4"
|
|
|
resolved "https://registry.npmmirror.com/@nestjs/core/-/core-8.4.4.tgz"
|
|
@@ -2058,6 +2068,16 @@ domexception@^2.0.1:
|
|
|
dependencies:
|
|
|
webidl-conversions "^5.0.0"
|
|
|
|
|
|
+dotenv-expand@8.0.2:
|
|
|
+ version "8.0.2"
|
|
|
+ resolved "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-8.0.2.tgz#c75c6f695cff061a9ed9a95a520c6cc84b912188"
|
|
|
+ integrity sha512-vKKAk+VOzAWOV/dPIeSYqhgC/TQY+6L6Ibkzfsr8xd1stdBsTuGu9asCOXgbYbBeS+f2Y6lqqEuw7riOA+xEUQ==
|
|
|
+
|
|
|
+dotenv@16.0.0:
|
|
|
+ version "16.0.0"
|
|
|
+ resolved "https://registry.npmmirror.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
|
|
|
+ integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
|
|
|
+
|
|
|
ee-first@1.1.1:
|
|
|
version "1.1.1"
|
|
|
resolved "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz"
|
|
@@ -3637,7 +3657,7 @@ lodash.merge@^4.6.2:
|
|
|
resolved "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz"
|
|
|
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
|
|
|
|
|
|
-lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0:
|
|
|
+lodash@4.17.21, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0:
|
|
|
version "4.17.21"
|
|
|
resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz"
|
|
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|