Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2140)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 655a6d2 commit 47828b3
Show file tree
Hide file tree
Showing 17 changed files with 1,510 additions and 1,478 deletions.
4 changes: 2 additions & 2 deletions apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ARG target=client
ARG app_env=production

FROM node:20.17.0-alpine AS builder
FROM node:20.18.0-alpine AS builder
ARG target

COPY . /build
Expand All @@ -19,7 +19,7 @@ RUN npx prisma generate
RUN npm run build ${target}

### PRODUCTION ###
FROM node:20.17.0-alpine
FROM node:20.18.0-alpine
ARG target
ARG app_env

Expand Down
42 changes: 21 additions & 21 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@aws-sdk/client-s3": "^3.658.1",
"@aws-sdk/client-ses": "^3.658.1",
"@aws-sdk/credential-provider-node": "^3.658.1",
"@aws-sdk/client-s3": "^3.675.0",
"@aws-sdk/client-ses": "^3.675.0",
"@aws-sdk/credential-provider-node": "^3.675.0",
"@golevelup/nestjs-rabbitmq": "^5.5.0",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/apollo": "^12.2.0",
"@nestjs/axios": "^3.0.3",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.4.4",
"@nestjs/common": "^10.4.5",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
"@nestjs/core": "^10.4.5",
"@nestjs/graphql": "^12.2.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/swagger": "^7.4.2",
"@opentelemetry/api": "~1.9.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.53.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.53.0",
"@opentelemetry/host-metrics": "^0.35.3",
"@opentelemetry/instrumentation-express": "^0.42.0",
"@opentelemetry/host-metrics": "^0.35.4",
"@opentelemetry/instrumentation-express": "^0.43.0",
"@opentelemetry/instrumentation-http": "^0.53.0",
"@opentelemetry/resources": "^1.26.0",
"@opentelemetry/sdk-metrics": "^1.26.0",
"@opentelemetry/sdk-node": "^0.53.0",
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@prisma/client": "^5.20.0",
"@prisma/instrumentation": "~5.20.0",
"@prisma/client": "^5.21.1",
"@prisma/instrumentation": "~5.21.1",
"argon2": "^0.41.1",
"axios": "^1.7.7",
"cache-manager": "^5.7.6",
Expand All @@ -56,11 +56,11 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"colorette": "^2.0.20",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"exceljs": "^4.4.0",
"express": "^4.21.0",
"express": "^4.21.1",
"generate-password": "^1.7.1",
"graphql": "^16.9.0",
"graphql-type-json": "^0.3.2",
Expand All @@ -74,28 +74,28 @@
"passport-jwt": "^4.0.1",
"passport-kakao": "^1.0.1",
"pino-http": "^10.3.0",
"pino-pretty": "^11.2.2",
"pino-pretty": "^11.3.0",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
"sql-formatter": "^15.4.2",
"sql-formatter": "^15.4.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.0.3",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.4",
"@nestjs/schematics": "^10.2.2",
"@nestjs/testing": "^10.4.5",
"@swc-node/register": "^1.10.9",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.26",
"@swc/core": "^1.7.36",
"@types/cache-manager": "^4.0.6",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/express": "^5.0.0",
"@types/graphql-upload": "8.0.12",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.10",
"@types/mocha": "^10.0.9",
"@types/node": "^20.16.12",
"@types/nodemailer": "^6.4.16",
"@types/passport-jwt": "^4.0.1",
"@types/proxyquire": "^1.3.31",
Expand All @@ -104,7 +104,7 @@
"chai-as-promised": "^7.1.2",
"mocha": "^10.7.3",
"nyc": "^17.1.0",
"prisma": "^5.20.0",
"prisma": "^5.21.1",
"prisma-nestjs-graphql": "^20.0.3",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
Expand All @@ -114,7 +114,7 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.5.4"
"typescript": "5.6.3"
},
"prisma": {
"seed": "swc-node prisma/seed.ts"
Expand Down
72 changes: 36 additions & 36 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@headlessui/react": "^2.1.8",
"@headlessui/react": "^2.1.10",
"@hookform/resolvers": "^3.9.0",
"@lezer/highlight": "^1.2.1",
"@matejmazur/react-katex": "^3.1.3",
"@monaco-editor/react": "^4.6.0",
"@next/bundle-analyzer": "^14.2.13",
"@playwright/test": "^1.47.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@next/bundle-analyzer": "^14.2.15",
"@playwright/test": "^1.48.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/nextjs": "^8.32.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@sentry/nextjs": "^8.34.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-table": "^8.20.5",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-image": "^2.8.0",
Expand All @@ -52,31 +52,31 @@
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@uiw/codemirror-extensions-langs": "^4.23.3",
"@uiw/codemirror-themes": "^4.23.3",
"@uiw/react-codemirror": "^4.23.3",
"@uiw/codemirror-extensions-langs": "^4.23.5",
"@uiw/codemirror-themes": "^4.23.5",
"@uiw/react-codemirror": "^4.23.5",
"apollo-upload-client": "^18.0.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"embla-carousel-react": "8.3.0",
"framer-motion": "^11.9.0",
"framer-motion": "^11.11.9",
"graphql": "^16.9.0",
"isomorphic-dompurify": "^2.16.0",
"js-confetti": "^0.12.0",
"jwt-decode": "^4.0.0",
"katex": "^0.16.11",
"ky": "^1.7.2",
"next": "14.2.13",
"next": "14.2.15",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"pretendard": "^1.3.9",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-resizable-panels": "^2.1.4",
Expand All @@ -88,30 +88,30 @@
},
"devDependencies": {
"@codemirror/language": "^6.10.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.4.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@testing-library/react": "^16.0.1",
"@types/apollo-upload-client": "^18.0.0",
"@types/katex": "^0.16.7",
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/node": "^20.16.12",
"@types/react": "^18.3.11",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-config-next": "^14.2.13",
"eslint-config-next": "^14.2.15",
"jsdom": "^25.0.1",
"lucide-react": "^0.446.0",
"msw": "^2.4.9",
"lucide-react": "^0.453.0",
"msw": "^2.4.11",
"postcss": "^8.4.47",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4",
"vitest": "^2.1.1"
"typescript": "5.6.3",
"vitest": "^2.1.3"
},
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.12.2"
}
60 changes: 30 additions & 30 deletions apps/infra/production/codedang/.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 apps/infra/production/codedang/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.69"
version = "~> 5.72"
}

rabbitmq = {
Expand Down
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.69"
version = "~> 5.72"
}
}

Expand Down
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.69"
version = "~> 5.72"
}
}

Expand Down
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.69"
version = "~> 5.72"
}
}

Expand Down
Loading

0 comments on commit 47828b3

Please sign in to comment.