Skip to content

Commit

Permalink
Merge 79905d9 into 8d7de19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 21, 2022
2 parents 8d7de19 + 79905d9 commit ce2398a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@nestjs/axios": "^0.0.4",
"@nestjs/cli": "^8.1.0",
"@nestjs/common": "^8.0.5",
"@nestjs/config": "^1.0.0",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^8.0.5",
"@nestjs/platform-express": "^8.0.5",
"@nestjs/schedule": "^1.0.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,13 +980,13 @@
tslib "2.3.1"
uuid "8.3.2"

"@nestjs/config@^1.0.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-1.2.0.tgz#a4eb58390dd8145b761ee0c8e98e78c8471cabb1"
integrity sha512-GGZOj2g6EMZ23orsQqeD2Vs5E2ZrmAiB0qCGvERv+5nQmZjY4nKkisG4awQsym1uotmmzgtsd9lOiKqTIFONhA==
"@nestjs/config@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-2.0.0.tgz#a8fbec48a2b55488ac50ad5ed4cf2df89d398171"
integrity sha512-Hi1k/1S5ogsS5c0OtNm72thiLSngijOaLDFaGI5ZPxNGpF23lctPg6ox3pYIOhXVRX/u+eiUIp71gswH2k8YNw==
dependencies:
dotenv "16.0.0"
dotenv-expand "8.0.1"
dotenv-expand "8.0.2"
lodash "4.17.21"
uuid "8.3.2"

Expand Down Expand Up @@ -3350,10 +3350,10 @@ dot-prop@^5.1.0, dot-prop@^5.2.0:
dependencies:
is-obj "^2.0.0"

dotenv-expand@8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-8.0.1.tgz#332aa17c14b12e28e2e230f8d183eecc1c014fdc"
integrity sha512-j/Ih7bIERDR5PzI89Zu8ayd3tXZ6E3dbY0ljQ9Db0K87qBO8zdLsi2dIvDHMWtjC3Yxb8XixOTHAtia0fDHRpg==
dotenv-expand@8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.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"
Expand Down

0 comments on commit ce2398a

Please sign in to comment.