Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 2f2f8e9 commit 4623282
Show file tree
Hide file tree
Showing 5 changed files with 918 additions and 820 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.7.0
uses: supercharge/redis-github-action@1.8.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.7.0
uses: supercharge/redis-github-action@1.8.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.7.0
uses: supercharge/redis-github-action@1.8.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.7.0
uses: supercharge/redis-github-action@1.8.0
with:
redis-version: 6
- name: Cache pnpm modules
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@fastify/multipart": "8.0.0",
"@fastify/multipart": "8.2.0",
"@fastify/static": "6.12.0",
"@nestjs/cache-manager": "2.1.1",
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.6",
"@nestjs/core": "10.3.6",
"@nestjs/event-emitter": "2.0.3",
"@nestjs/microservices": "10.2.10",
"@nestjs/platform-fastify": "10.2.10",
"@nestjs/microservices": "10.3.6",
"@nestjs/platform-fastify": "10.3.6",
"@nestjs/schedule": "3.0.4",
"@typegoose/typegoose": "11.7.1",
"@vercel/ncc": "0.38.1",
Expand All @@ -79,15 +79,15 @@
"lodash": "4.17.21",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"moment": "^2.30.1",
"mongoose": "7.6.5",
"mongoose-aggregate-paginate-v2": "1.0.6",
"mongoose-lean-id": "0.5.0",
"mongoose-lean-virtuals": "0.9.1",
"mongoose-paginate-v2": "1.7.31",
"mongoose-paginate-v2": "1.8.0",
"nanoid": "3.3.6",
"node-machine-id": "1.1.12",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
"slugify": "1.6.6",
Expand All @@ -96,42 +96,42 @@
"zx-cjs": "7.0.7-0"
},
"devDependencies": {
"@innei/eslint-config-ts": "0.11.1",
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/swagger": "7.1.16",
"@nestjs/testing": "10.2.10",
"@innei/eslint-config-ts": "0.13.0",
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/testing": "10.3.6",
"@types/adm-zip": "^0.5.5",
"@types/bcrypt": "5.0.2",
"@types/cache-manager-ioredis": "2.0.6",
"@types/ejs": "^3.1.5",
"@types/js-yaml": "4.0.9",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "4.14.202",
"@types/lodash": "4.17.0",
"@types/mime": "^3.0.4",
"@types/mime-types": "^2.1.4",
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
"@types/node": "18.18.11",
"@types/node": "18.19.26",
"@types/supertest": "2.0.16",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"ioredis": "5.3.2",
"pm2": "^5.3.0",
"prettier": "3.1.0",
"typescript": "5.2.2",
"prettier": "3.2.5",
"typescript": "5.4.3",
"vitest": "^0.34.6",
"webpack": "5.89.0",
"webpack": "5.91.0",
"xml2js": "0.6.2"
},
"resolutions": {
"typescript": "5.2.2"
"typescript": "5.4.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 4623282

Please sign in to comment.