Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

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 Jun 3, 2024
1 parent 1280b8d commit 11cb026
Show file tree
Hide file tree
Showing 7 changed files with 615 additions and 614 deletions.
60 changes: 30 additions & 30 deletions aws/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.51.1"
version = "5.52.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ex) `docker build -f backend/Dockerfile .`

### BUILDER ###
FROM node:20.13.1-alpine AS builder
FROM node:20.14.0-alpine AS builder

COPY . /build
WORKDIR /build
Expand All @@ -15,7 +15,7 @@ RUN npx prisma generate
RUN npm run build

### PRODUCTION ###
FROM node:20.13.1-alpine
FROM node:20.14.0-alpine

ENV NODE_ENV=production

Expand Down
20 changes: 10 additions & 10 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"test:cov": "vitest run --coverage"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.583.0",
"@aws-sdk/client-ses": "^3.583.0",
"@aws-sdk/credential-provider-node": "^3.583.0",
"@aws-sdk/client-s3": "^3.588.0",
"@aws-sdk/client-ses": "^3.588.0",
"@aws-sdk/credential-provider-node": "^3.588.0",
"@nestjs-modules/mailer": "2.0.2",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.3.8",
"@nestjs/common": "^10.3.9",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.8",
"@nestjs/core": "^10.3.9",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.8",
"@pepperize/cdk-ses-smtp-credentials": "^0.3.775",
"@nestjs/platform-express": "^10.3.9",
"@pepperize/cdk-ses-smtp-credentials": "^0.3.778",
"@prisma/client": "5.14.0",
"argon2": "^0.40.3",
"cache-manager": "^5.5.3",
Expand All @@ -44,14 +44,14 @@
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nestjs/testing": "^10.3.9",
"@swc-node/register": "^1.9.1",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@swc/core": "^1.5.24",
"@types/express": "^4.17.21",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.12",
"@types/node": "^20.14.0",
"@types/passport-jwt": "^4.0.1",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.1.3",
"lucide-react": "^0.379.0",
"lucide-react": "^0.383.0",
"moment": "^2.30.1",
"next": "14.2.3",
"next-auth": "^4.24.7",
Expand All @@ -47,7 +47,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^20.14.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
"format:check": "prettier --check .",
"setup-minio": "ts-node scripts/setup-minio.ts"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"devDependencies": {
"@aws-sdk/client-s3": "^3.583.0",
"@aws-sdk/client-s3": "^3.588.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/recommended": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lefthook": "^1.6.12",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"lefthook": "^1.6.15",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
Expand Down
Loading

0 comments on commit 11cb026

Please sign in to comment.