Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent e67ddff commit a91046e
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
mongodb-version: 4.4
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.7.0
with:
redis-version: 6
- name: Test Bundle Server
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
mongodb-version: 4.4
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.7.0
with:
redis-version: 6
- name: Start project & test
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
with:
mongodb-version: 4.4
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.7.0
with:
redis-version: 6
- name: Test Bundle Server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
mongodb-version: 4.4
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.7.0
with:
redis-version: 6
- name: Cache pnpm modules
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@
},
"dependencies": {
"@fastify/multipart": "7.7.3",
"@fastify/static": "6.10.2",
"@fastify/static": "6.12.0",
"@nestjs/cache-manager": "2.1.1",
"@nestjs/common": "10.2.8",
"@nestjs/core": "10.2.8",
"@nestjs/event-emitter": "2.0.3",
"@nestjs/microservices": "10.2.8",
"@nestjs/platform-fastify": "10.2.8",
"@nestjs/schedule": "3.0.4",
"@typegoose/typegoose": "11.4.1",
"@vercel/ncc": "0.36.1",
"@typegoose/typegoose": "11.7.1",
"@vercel/ncc": "0.38.1",
"adm-zip": "^0.5.10",
"axios": "1.5.0",
"axios-retry": "3.7.0",
"axios-retry": "3.9.1",
"bcrypt": "5.1.1",
"cache-manager": "4.1.0",
"cache-manager-ioredis": "2.1.0",
"camelcase-keys": "7.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"commander": "^11.0.0",
"commander": "^11.1.0",
"consola": "2.15.3",
"cron": "2.4.4",
"dayjs": "1.11.10",
Expand All @@ -80,7 +80,7 @@
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"mongoose": "7.5.4",
"mongoose": "7.6.5",
"mongoose-aggregate-paginate-v2": "1.0.6",
"mongoose-lean-id": "0.5.0",
"mongoose-lean-virtuals": "0.9.1",
Expand All @@ -91,13 +91,13 @@
"rimraf": "5.0.5",
"rxjs": "7.8.1",
"slugify": "1.6.6",
"snakecase-keys": "5.4.7",
"snakecase-keys": "5.5.0",
"uuid": "^9.0.1",
"zx-cjs": "7.0.7-0"
},
"devDependencies": {
"@innei/eslint-config-ts": "0.11.1",
"@nestjs/cli": "10.1.18",
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/swagger": "7.1.16",
"@nestjs/testing": "10.2.8",
Expand All @@ -112,22 +112,22 @@
"@types/mime": "^3.0.4",
"@types/mime-types": "^2.1.4",
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
"@types/node": "18.17.19",
"@types/node": "18.18.9",
"@types/supertest": "2.0.16",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"eslint": "8.48.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"ioredis": "5.3.2",
"pm2": "^5.3.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"typescript": "5.2.2",
"vitest": "^0.34.6",
"webpack": "5.88.2",
"webpack": "5.89.0",
"xml2js": "0.6.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit a91046e

Please sign in to comment.