mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update dependency @nestjs/config to v1.0.2
This commit is contained in:
parent
49c7d415db
commit
1716c9ea46
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
|||
"@hapi/joi": "17.1.1",
|
||||
"@nestjs/axios": "0.0.2",
|
||||
"@nestjs/common": "8.0.6",
|
||||
"@nestjs/config": "1.0.1",
|
||||
"@nestjs/config": "1.0.2",
|
||||
"@nestjs/core": "8.0.6",
|
||||
"@nestjs/jwt": "8.0.0",
|
||||
"@nestjs/passport": "8.0.1",
|
||||
|
|
@ -1747,9 +1747,9 @@
|
|||
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
|
||||
},
|
||||
"node_modules/@nestjs/config": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-1.0.1.tgz",
|
||||
"integrity": "sha512-azMl4uYlFIhYsywFxPJT81RxF3Pnn0TZW3EEmr0Wa0Wex8R2xpvBNrCcrOgW3TB1xGMP7eqBrlfsVh5ZP82szg==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-1.0.2.tgz",
|
||||
"integrity": "sha512-2q8CcI4UszJ110uDacZe09sj2EJzQztqEOvPXoYaoXoeWWMEwIovAF7cyiBpJWJS+LikpbZyHqtA6p3//mSiOg==",
|
||||
"dependencies": {
|
||||
"dotenv": "10.0.0",
|
||||
"dotenv-expand": "5.1.0",
|
||||
|
|
@ -13428,9 +13428,9 @@
|
|||
}
|
||||
},
|
||||
"@nestjs/config": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-1.0.1.tgz",
|
||||
"integrity": "sha512-azMl4uYlFIhYsywFxPJT81RxF3Pnn0TZW3EEmr0Wa0Wex8R2xpvBNrCcrOgW3TB1xGMP7eqBrlfsVh5ZP82szg==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-1.0.2.tgz",
|
||||
"integrity": "sha512-2q8CcI4UszJ110uDacZe09sj2EJzQztqEOvPXoYaoXoeWWMEwIovAF7cyiBpJWJS+LikpbZyHqtA6p3//mSiOg==",
|
||||
"requires": {
|
||||
"dotenv": "10.0.0",
|
||||
"dotenv-expand": "5.1.0",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"@hapi/joi": "17.1.1",
|
||||
"@nestjs/axios": "0.0.2",
|
||||
"@nestjs/common": "8.0.6",
|
||||
"@nestjs/config": "1.0.1",
|
||||
"@nestjs/config": "1.0.2",
|
||||
"@nestjs/core": "8.0.6",
|
||||
"@nestjs/jwt": "8.0.0",
|
||||
"@nestjs/passport": "8.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue