chore(deps): update dependency @nestjs/config to v2.3.3

This commit is contained in:
renovate[bot] 2023-06-12 06:57:51 +00:00 committed by GitHub
parent b8f1e399db
commit 4fb71b2d03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 16 deletions

33
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@narando/nest-axios-interceptor": "2.2.0", "@narando/nest-axios-interceptor": "2.2.0",
"@nestjs/axios": "0.1.0", "@nestjs/axios": "0.1.0",
"@nestjs/common": "9.4.2", "@nestjs/common": "9.4.2",
"@nestjs/config": "2.3.2", "@nestjs/config": "2.3.3",
"@nestjs/core": "9.4.2", "@nestjs/core": "9.4.2",
"@nestjs/jwt": "10.0.3", "@nestjs/jwt": "10.0.3",
"@nestjs/passport": "9.0.3", "@nestjs/passport": "9.0.3",
@ -1801,11 +1801,11 @@
"integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==" "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA=="
}, },
"node_modules/@nestjs/config": { "node_modules/@nestjs/config": {
"version": "2.3.2", "version": "2.3.3",
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-2.3.2.tgz", "resolved": "https://registry.npmjs.org/@nestjs/config/-/config-2.3.3.tgz",
"integrity": "sha512-VtGV8PBpxzMzz68kdxTWqPm9v7SYCSZXQ0tC72AMNnjdmU+CVjUSLpEpdnm0XcWHxE1nV6wSI3HZxsATIV4ZxA==", "integrity": "sha512-WcBA+0sv8euzKoYpxsCAdMzADxZEeUq8ulD+T+7QBNF0Yha6KC9edkXzk5xTJcanrKL9qnP0kboAXONscHb/Kw==",
"dependencies": { "dependencies": {
"dotenv": "16.0.3", "dotenv": "16.1.4",
"dotenv-expand": "10.0.0", "dotenv-expand": "10.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"uuid": "9.0.0" "uuid": "9.0.0"
@ -5331,11 +5331,14 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.0.3", "version": "16.1.4",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.4.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==", "integrity": "sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
} }
}, },
"node_modules/dotenv-expand": { "node_modules/dotenv-expand": {
@ -13849,11 +13852,11 @@
} }
}, },
"@nestjs/config": { "@nestjs/config": {
"version": "2.3.2", "version": "2.3.3",
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-2.3.2.tgz", "resolved": "https://registry.npmjs.org/@nestjs/config/-/config-2.3.3.tgz",
"integrity": "sha512-VtGV8PBpxzMzz68kdxTWqPm9v7SYCSZXQ0tC72AMNnjdmU+CVjUSLpEpdnm0XcWHxE1nV6wSI3HZxsATIV4ZxA==", "integrity": "sha512-WcBA+0sv8euzKoYpxsCAdMzADxZEeUq8ulD+T+7QBNF0Yha6KC9edkXzk5xTJcanrKL9qnP0kboAXONscHb/Kw==",
"requires": { "requires": {
"dotenv": "16.0.3", "dotenv": "16.1.4",
"dotenv-expand": "10.0.0", "dotenv-expand": "10.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"uuid": "9.0.0" "uuid": "9.0.0"
@ -16484,9 +16487,9 @@
} }
}, },
"dotenv": { "dotenv": {
"version": "16.0.3", "version": "16.1.4",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.4.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==" "integrity": "sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw=="
}, },
"dotenv-expand": { "dotenv-expand": {
"version": "10.0.0", "version": "10.0.0",

View file

@ -30,7 +30,7 @@
"@narando/nest-axios-interceptor": "2.2.0", "@narando/nest-axios-interceptor": "2.2.0",
"@nestjs/axios": "0.1.0", "@nestjs/axios": "0.1.0",
"@nestjs/common": "9.4.2", "@nestjs/common": "9.4.2",
"@nestjs/config": "2.3.2", "@nestjs/config": "2.3.3",
"@nestjs/core": "9.4.2", "@nestjs/core": "9.4.2",
"@nestjs/jwt": "10.0.3", "@nestjs/jwt": "10.0.3",
"@nestjs/passport": "9.0.3", "@nestjs/passport": "9.0.3",