Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent dec28d3 commit 8b29cb5
Show file tree
Hide file tree
Showing 7 changed files with 586 additions and 270 deletions.
824 changes: 570 additions & 254 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"@lerna-lite/cli": "2.5.1",
"@lerna-lite/publish": "2.5.1",
"@nestjs/cache-manager": "2.1.0",
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
"@nestjs/platform-express": "10.2.6",
"@nestjs/testing": "10.2.6",
"@nestjs/common": "10.2.7",
"@nestjs/core": "10.2.7",
"@nestjs/platform-express": "10.2.7",
"@nestjs/testing": "10.2.7",
"@types/jest": "29.5.5",
"@types/lru-cache": "7.10.9",
"@types/node": "20.8.0",
"@types/supertest": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@types/node": "20.8.2",
"@types/supertest": "2.0.14",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"cache-manager": "5.2.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -59,7 +59,7 @@
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "1.10.14",
"turbo": "1.10.15",
"typescript": "5.2.2",
"ulid": "2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"cache-manager": "5.2.3"
"cache-manager": "3.6.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-manager-async-local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@anchan828/nest-cache-common": "^2.0.47",
"cache-manager": "^5.2.3"
"cache-manager": "^3.6.1"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-manager-ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@anchan828/nest-cache-common": "^2.0.47",
"cache-manager": "^5.2.3",
"cache-manager": "^3.6.1",
"ioredis": "^5.3.2",
"msgpackr": "^1.9.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"dependencies": {
"@anchan828/nest-cache-common": "^2.0.47",
"cache-manager": "^5.2.3"
"cache-manager": "^3.6.1"
},
"devDependencies": {
"@anchan828/nest-cache-manager-async-local-storage": "2.0.47",
"@anchan828/nest-cache-manager-ioredis": "2.0.47",
"@anchan828/nest-cache-manager-memory": "2.0.47",
"@nestjs/cache-manager": "2.1.0",
"@nestjs/common": "10.2.6",
"@nestjs/config": "3.1.1",
"@nestjs/common": "8.4.7",
"@nestjs/config": "2.3.4",
"rxjs": "7.8.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 8b29cb5

Please sign in to comment.