Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent b8b57df commit 54e4504
Show file tree
Hide file tree
Showing 7 changed files with 869 additions and 614 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8.x.x
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: supercharge/[email protected]
with:
redis-version: 6
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8.x.x
run_install: true
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8.x.x
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
redis-version: 6

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8.x.x
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
18 changes: 9 additions & 9 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
"@nestjs/common": "10.2.10",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.10",
"@nestjs/event-emitter": "2.0.3",
"@nestjs/event-emitter": "2.0.4",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-fastify": "10.2.10",
"@nestjs/platform-socket.io": "10.2.10",
"@nestjs/schedule": "4.0.0",
"@nestjs/schedule": "4.0.2",
"@nestjs/throttler": "5.0.1",
"@nestjs/websockets": "10.2.10",
"axios": "1.6.2",
"bcrypt": "5.1.1",
"cache-manager": "5.3.1",
"cache-manager": "5.3.2",
"cache-manager-ioredis": "2.1.0",
"cron": "^3.1.6",
"cron": "^3.1.7",
"cross-env": "7.0.3",
"dayjs": "1.11.10",
"dayjs": "1.11.13",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"nestjs-pretty-logger": "0.2.0",
"nestjs-pretty-logger": "0.2.2",
"nestjs-zod": "3.0.0",
"redis": "4.6.11",
"redis": "4.6.15",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1",
"slugify": "1.6.6",
Expand All @@ -70,12 +70,12 @@
"@nestjs/schematics": "10.0.3",
"@types/bcrypt": "5.0.2",
"@types/cache-manager": "4.0.6",
"@types/jsonwebtoken": "9.0.5",
"@types/jsonwebtoken": "9.0.6",
"@types/supertest": "2.0.16",
"@types/ua-parser-js": "0.7.39",
"fastify": "^4.24.3",
"ioredis": "^5.3.2",
"zod-prisma-types": "3.1.6",
"zod-prisma-types": "3.1.8",
"zx": "7.2.3"
},
"redisMemoryServer": {
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,38 @@
"bcrypt": "5.1.1",
"cross-env": "7.0.3",
"lodash": "4.17.21",
"prisma": "5.7.0"
"prisma": "5.7.1"
},
"devDependencies": {
"@innei/bump-version": "^1.5.10",
"@innei/eslint-config-ts": "^0.12.0",
"@innei/prettier": "^0.12.0",
"@innei/eslint-config-ts": "^0.12.6",
"@innei/prettier": "^0.12.6",
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.10",
"@swc/cli": "0.1.63",
"@swc/cli": "0.1.65",
"@types/bcrypt": "5.0.2",
"@types/lodash": "4.14.202",
"dayjs": "1.11.10",
"dayjs": "1.11.13",
"dotenv-cli": "7.3.0",
"eslint": "^8.55.0",
"husky": "8.0.3",
"ioredis": "^5.3.2",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"lint-staged": "15.2.9",
"prettier": "3.1.1",
"redis-memory-server": "0.10.0",
"rimraf": "5.0.5",
"rimraf": "5.0.10",
"snakecase-keys": "5.5.0",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"typescript": "^5.3.3",
"unplugin-swc": "1.4.4",
"unplugin-swc": "1.4.5",
"vite": "5.0.7",
"vite-tsconfig-paths": "4.2.2",
"vitest": "1.0.2",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.0.4",
"zod": "3.22.4",
"zod-fixture": "2.5.1",
"zod-prisma-types": "3.1.6",
"zod-fixture": "2.5.2",
"zod-prisma-types": "3.1.8",
"zx": "7.2.3"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 54e4504

Please sign in to comment.