Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit de26953

Browse files
Bump @nestjs/config from 3.0.0 to 3.1.1 in /lib (#279)
Bumps [@nestjs/config](https://github.com/nestjs/config) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/nestjs/config/releases) - [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json) - [Commits](nestjs/config@3.0.0...3.1.1) --- updated-dependencies: - dependency-name: "@nestjs/config" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acf41b8 commit de26953

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@clickhouse/client": "^0.2.2",
2323
"@nestjs/axios": "^0.0.7",
2424
"@nestjs/common": "9.0.5",
25-
"@nestjs/config": "^3.0.0",
25+
"@nestjs/config": "^3.1.1",
2626
"@nestjs/core": "9.0.5",
2727
"@nestjs/jwt": "^10.1.0",
2828
"@nestjs/microservices": "9.0.5",

lib/yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -753,12 +753,12 @@
753753
tslib "2.4.0"
754754
uuid "8.3.2"
755755

756-
"@nestjs/config@^3.0.0":
757-
version "3.0.0"
758-
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-3.0.0.tgz#154ddbaf2b97201a94a3c84757c352c405718cb4"
759-
integrity sha512-fzASk1Uv6AjdE6uA1na8zpqRCXAhRpcfgpCVv3SAKlgJ3VR3bEjcI4G17WHLgLBsmPzI1ofdkSI451WLD1F1Rw==
756+
"@nestjs/config@^3.1.1":
757+
version "3.1.1"
758+
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-3.1.1.tgz#51e23ed84debd08afb86acf7b92bc4bf341797da"
759+
integrity sha512-qu5QlNiJdqQtOsnB6lx4JCXPQ96jkKUsOGd+JXfXwqJqZcOSAq6heNFg0opW4pq4J/VZoNwoo87TNnx9wthnqQ==
760760
dependencies:
761-
dotenv "16.1.4"
761+
dotenv "16.3.1"
762762
dotenv-expand "10.0.0"
763763
lodash "4.17.21"
764764
uuid "9.0.0"
@@ -2756,12 +2756,7 @@ dotenv-expand@10.0.0:
27562756
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
27572757
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
27582758

2759-
dotenv@16.1.4:
2760-
version "16.1.4"
2761-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.4.tgz#67ac1a10cd9c25f5ba604e4e08bc77c0ebe0ca8c"
2762-
integrity sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==
2763-
2764-
dotenv@^16.0.3, dotenv@^16.3.1:
2759+
dotenv@16.3.1, dotenv@^16.0.3, dotenv@^16.3.1:
27652760
version "16.3.1"
27662761
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"
27672762
integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==

0 commit comments

Comments
 (0)