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 Jan 10, 2025
1 parent a0b215b commit 4636ea4
Show file tree
Hide file tree
Showing 28 changed files with 1,861 additions and 1,472 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.18.0-alpine AS builder
FROM node:20.18.1-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.18.0-alpine
FROM node:20.18.1-alpine
ARG target
ARG app_env

Expand Down
18 changes: 9 additions & 9 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"dependencies": {
"@apollo/server": "^4.11.3",
"@aws-sdk/client-s3": "^3.722.0",
"@aws-sdk/client-ses": "^3.721.0",
"@aws-sdk/credential-provider-node": "^3.721.0",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/client-ses": "^3.726.1",
"@aws-sdk/credential-provider-node": "^3.726.0",
"@golevelup/nestjs-rabbitmq": "^5.6.1",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/apollo": "^12.2.2",
Expand All @@ -38,7 +38,7 @@
"@opentelemetry/api": "~1.9.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.57.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.57.0",
"@opentelemetry/host-metrics": "^0.35.4",
"@opentelemetry/host-metrics": "^0.35.5",
"@opentelemetry/instrumentation-express": "^0.47.0",
"@opentelemetry/instrumentation-http": "^0.57.0",
"@opentelemetry/resources": "^1.30.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"pino-pretty": "^11.3.0",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
"sql-formatter": "^15.4.8",
"sql-formatter": "^15.4.9",
"zod": "^3.24.1"
},
"devDependencies": {
Expand All @@ -87,15 +87,15 @@
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@swc-node/register": "^1.10.9",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.4",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.7",
"@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.10",
"@types/node": "^20.17.11",
"@types/node": "^20.17.12",
"@types/nodemailer": "^6.4.17",
"@types/passport-jwt": "^4.0.1",
"@types/proxyquire": "^1.3.31",
Expand All @@ -114,7 +114,7 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"prisma": {
"seed": "swc-node prisma/seed.ts"
Expand Down
34 changes: 17 additions & 17 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"test": "vitest"
},
"dependencies": {
"@apollo/client": "^3.12.4",
"@apollo/client": "^3.12.5",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.36.1",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@lezer/highlight": "^1.2.1",
"@matejmazur/react-katex": "^3.1.3",
"@monaco-editor/react": "^4.6.0",
"@next/bundle-analyzer": "^14.2.22",
"@next/bundle-analyzer": "^14.2.23",
"@playwright/test": "^1.49.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
Expand All @@ -41,11 +41,11 @@
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@sentry/nextjs": "^8.47.0",
"@sentry/nextjs": "^8.48.0",
"@suspensive/react": "^2.18.10",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-table": "^8.20.5",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-table": "^8.20.6",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
Expand All @@ -61,15 +61,15 @@
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"embla-carousel-react": "8.5.1",
"framer-motion": "^11.15.0",
"embla-carousel-react": "8.5.2",
"framer-motion": "^11.17.0",
"graphql": "^16.10.0",
"isomorphic-dompurify": "^2.19.0",
"isomorphic-dompurify": "^2.20.0",
"js-confetti": "^0.12.0",
"jwt-decode": "^4.0.0",
"katex": "^0.16.19",
"ky": "^1.7.4",
"next": "14.2.22",
"next": "14.2.23",
"next-auth": "^4.24.11",
"next-themes": "^0.4.4",
"pretendard": "^1.3.9",
Expand All @@ -86,18 +86,18 @@
"sharp": "^0.33.5",
"sonner": "^1.7.1",
"zod": "^3.24.1",
"zustand": "^4.5.5"
"zustand": "^4.5.6"
},
"devDependencies": {
"@codemirror/language": "^6.10.8",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.5.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@tanstack/react-query-devtools": "^5.62.14",
"@tanstack/react-query-devtools": "^5.63.0",
"@testing-library/react": "^16.1.0",
"@types/apollo-upload-client": "^18.0.0",
"@types/katex": "^0.16.7",
"@types/node": "^20.17.11",
"@types/node": "^20.17.12",
"@types/react": "^18.3.18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-csv": "^1.1.10",
Expand All @@ -107,14 +107,14 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jsdom": "^25.0.1",
"lucide-react": "^0.469.0",
"lucide-react": "^0.471.0",
"msw": "^2.7.0",
"postcss": "^8.4.49",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "^2.1.8"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
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.82"
version = "~> 5.83"
}

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.82"
version = "~> 5.83"
}
}

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.82"
version = "~> 5.83"
}
}

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.82"
version = "~> 5.83"
}
}

Expand Down
60 changes: 30 additions & 30 deletions apps/infra/production/network/.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/network/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.82"
version = "~> 5.83"
}
}

Expand Down
Loading

0 comments on commit 4636ea4

Please sign in to comment.