Skip to content

Commit

Permalink
Update dependency @nestjs/config to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 12df423 commit 6ce8e67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-aniskip-api",
"version": "2.0.560",
"version": "2.0.561",
"description": "Provides the opening and ending skip times for the Aniskip extension",
"repository": "https://github.com/lexesjan/typescript-aniskip-api",
"contributors": [
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@nestjs/common": "^9.4.3",
"@nestjs/config": "^2.3.4",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^9.4.3",
"@nestjs/platform-express": "^9.4.3",
"@nestjs/swagger": "^6.3.0",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1244,19 +1244,18 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/config@npm:^2.3.4":
version: 2.3.4
resolution: "@nestjs/config@npm:2.3.4"
"@nestjs/config@npm:^3.0.0":
version: 3.0.0
resolution: "@nestjs/config@npm:3.0.0"
dependencies:
dotenv: 16.1.4
dotenv-expand: 10.0.0
lodash: 4.17.21
uuid: 9.0.0
peerDependencies:
"@nestjs/common": ^7.0.0 || ^8.0.0 || ^9.0.0
"@nestjs/common": ^8.0.0 || ^9.0.0 || ^10.0.0
reflect-metadata: ^0.1.13
rxjs: ^6.0.0 || ^7.2.0
checksum: 3b0c3d90e99788a224d65b8c5eb26809c85c54ac9f5d9e71f623de51a2cc84290c5c2e4b0beb98c68d42caf595571b12c5aabdfee72587b1e2e2fd77cf8952f4
checksum: e886dc337cd0fa2018aff5088c5ec9f38331aaf47dbd065ff72e6429a14b213c83cb5a9782b5044c3625a89ef4d7bb426b173773b9d09140433820885731ffa0
languageName: node
linkType: hard

Expand Down Expand Up @@ -9726,7 +9725,7 @@ __metadata:
resolution: "typescript-aniskip-api@workspace:."
dependencies:
"@nestjs/common": ^9.4.3
"@nestjs/config": ^2.3.4
"@nestjs/config": ^3.0.0
"@nestjs/core": ^9.4.3
"@nestjs/platform-express": ^9.4.3
"@nestjs/swagger": ^6.3.0
Expand Down

0 comments on commit 6ce8e67

Please sign in to comment.