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 30, 2024
1 parent b8b57df commit 72a72c3
Show file tree
Hide file tree
Showing 7 changed files with 1,315 additions and 918 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
with:
node-version: 20.x
- name: Start MongoDB
uses: supercharge/mongodb-github-action@v1.10.0
uses: supercharge/mongodb-github-action@1.11.0
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
- uses: pnpm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
with:
redis-version: 6

Expand Down
36 changes: 18 additions & 18 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Innei <https://innei.in>",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.15.9",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -35,46 +35,46 @@
},
"dependencies": {
"@db/client": "workspace:@nest-http/prisma@*",
"@nestjs/cache-manager": "2.1.1",
"@nestjs/common": "10.2.10",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.10",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.4.1",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.4.1",
"@nestjs/event-emitter": "2.0.3",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-fastify": "10.2.10",
"@nestjs/platform-socket.io": "10.2.10",
"@nestjs/schedule": "4.0.0",
"@nestjs/throttler": "5.0.1",
"@nestjs/websockets": "10.2.10",
"@nestjs/platform-fastify": "10.4.1",
"@nestjs/platform-socket.io": "10.4.1",
"@nestjs/schedule": "4.1.0",
"@nestjs/throttler": "5.2.0",
"@nestjs/websockets": "10.4.1",
"axios": "1.6.2",
"bcrypt": "5.1.1",
"cache-manager": "5.3.1",
"cache-manager": "5.7.6",
"cache-manager-ioredis": "2.1.0",
"cron": "^3.1.6",
"cross-env": "7.0.3",
"dayjs": "1.11.10",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"nestjs-pretty-logger": "0.2.0",
"nestjs-pretty-logger": "0.3.1",
"nestjs-zod": "3.0.0",
"redis": "4.6.11",
"reflect-metadata": "0.1.14",
"redis": "4.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"slugify": "1.6.6",
"snakecase-keys": "5.5.0",
"zod": "3.22.4",
"zx-cjs": "7.0.7-0"
},
"devDependencies": {
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.1.4",
"@types/bcrypt": "5.0.2",
"@types/cache-manager": "4.0.6",
"@types/jsonwebtoken": "9.0.5",
"@types/supertest": "2.0.16",
"@types/ua-parser-js": "0.7.39",
"fastify": "^4.24.3",
"ioredis": "^5.3.2",
"fastify": "^4.28.1",
"ioredis": "^5.4.1",
"zod-prisma-types": "3.1.6",
"zx": "7.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20-alpine as builder
FROM node:20.17.0-alpine as builder
WORKDIR /app
COPY . .
RUN apk add git make g++ alpine-sdk python3 py3-pip unzip
RUN npm i -g pnpm
RUN pnpm install
RUN npm run build

FROM node:20-alpine
FROM node:20.17.0-alpine
RUN apk add zip unzip bash --no-cache
RUN npm i -g pnpm
WORKDIR /app
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Innei <https://innei.in>",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.15.9",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -39,35 +39,35 @@
"bcrypt": "5.1.1",
"cross-env": "7.0.3",
"lodash": "4.17.21",
"prisma": "5.7.0"
"prisma": "5.19.0"
},
"devDependencies": {
"@innei/bump-version": "^1.5.10",
"@innei/eslint-config-ts": "^0.12.0",
"@innei/prettier": "^0.12.0",
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.10",
"@swc/cli": "0.1.63",
"@innei/eslint-config-ts": "^0.15.0",
"@innei/prettier": "^0.15.0",
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.1",
"@swc/cli": "0.4.0",
"@types/bcrypt": "5.0.2",
"@types/lodash": "4.14.202",
"@types/lodash": "4.17.7",
"dayjs": "1.11.10",
"dotenv-cli": "7.3.0",
"eslint": "^8.55.0",
"dotenv-cli": "7.4.2",
"eslint": "^8.57.0",
"husky": "8.0.3",
"ioredis": "^5.3.2",
"ioredis": "^5.4.1",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"redis-memory-server": "0.10.0",
"prettier": "3.3.3",
"redis-memory-server": "0.11.0",
"rimraf": "5.0.5",
"snakecase-keys": "5.5.0",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"typescript": "^5.3.3",
"unplugin-swc": "1.4.4",
"typescript": "^5.5.4",
"unplugin-swc": "1.5.1",
"vite": "5.0.7",
"vite-tsconfig-paths": "4.2.2",
"vitest": "1.0.2",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0",
"zod": "3.22.4",
"zod-fixture": "2.5.1",
"zod-prisma-types": "3.1.6",
Expand Down
Loading

0 comments on commit 72a72c3

Please sign in to comment.