Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1970)
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 Aug 22, 2024
1 parent 863aef2 commit f4029e8
Show file tree
Hide file tree
Showing 18 changed files with 1,246 additions and 1,200 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.16.0-alpine AS builder
FROM node:20.17.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.16.0-alpine
FROM node:20.17.0-alpine
ARG target
ARG app_env

Expand Down
16 changes: 8 additions & 8 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@aws-sdk/client-s3": "^3.629.0",
"@aws-sdk/client-ses": "^3.629.0",
"@aws-sdk/credential-provider-node": "^3.629.0",
"@aws-sdk/client-s3": "^3.635.0",
"@aws-sdk/client-ses": "^3.636.0",
"@aws-sdk/credential-provider-node": "^3.635.0",
"@golevelup/nestjs-rabbitmq": "^5.4.0",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/apollo": "^12.2.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/axios": "^3.0.3",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
Expand All @@ -49,7 +49,7 @@
"@prisma/client": "^5.18.0",
"@prisma/instrumentation": "~5.18.0",
"argon2": "^0.40.3",
"axios": "^1.7.3",
"axios": "^1.7.4",
"cache-manager": "^5.7.6",
"cache-manager-redis-yet": "^5.1.4",
"chai-exclude": "^2.1.1",
Expand All @@ -58,7 +58,7 @@
"colorette": "^2.0.20",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"dayjs": "^1.11.12",
"dayjs": "^1.11.13",
"exceljs": "^4.4.0",
"generate-password": "^1.7.1",
"graphql": "^16.9.0",
Expand All @@ -82,15 +82,15 @@
"@faker-js/faker": "^8.4.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@nestjs/cli": "^10.4.4",
"@nestjs/schematics": "^10.1.3",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.1",
"@types/cache-manager": "^4.0.6",
"@types/chai": "^4.3.17",
"@types/chai-as-promised": "^7.1.8",
"@types/express": "^4.17.21",
"@types/graphql-upload": "8.0.12",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.15",
"@types/node": "^20.16.1",
"@types/nodemailer": "^6.4.15",
"@types/passport-jwt": "^4.0.1",
"@types/proxyquire": "^1.3.31",
Expand Down
36 changes: 18 additions & 18 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@codemirror/view": "^6.32.0",
"@headlessui/react": "^2.1.2",
"@hookform/resolvers": "^3.9.0",
"@lezer/highlight": "^1.2.0",
"@lezer/highlight": "^1.2.1",
"@matejmazur/react-katex": "^3.1.3",
"@monaco-editor/react": "^4.6.0",
"@next/bundle-analyzer": "^14.2.5",
"@playwright/test": "^1.46.0",
"@next/bundle-analyzer": "^14.2.6",
"@playwright/test": "^1.46.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
Expand All @@ -41,9 +41,9 @@
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/nextjs": "^8.25.0",
"@sentry/nextjs": "^8.26.0",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query": "^5.52.0",
"@tanstack/react-table": "^8.20.1",
"@tiptap/core": "^2.5.8",
"@tiptap/extension-image": "^2.5.8",
Expand All @@ -58,17 +58,17 @@
"apollo-upload-client": "^18.0.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"embla-carousel-react": "8.1.8",
"framer-motion": "^11.3.24",
"embla-carousel-react": "8.2.0",
"framer-motion": "^11.3.29",
"graphql": "^16.9.0",
"isomorphic-dompurify": "^2.14.0",
"js-confetti": "^0.12.0",
"jwt-decode": "^4.0.0",
"katex": "^0.16.11",
"ky": "^1.6.0",
"next": "14.2.5",
"ky": "^1.7.1",
"next": "14.2.6",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"pretendard": "^1.3.9",
Expand All @@ -79,12 +79,12 @@
"react-hook-form": "^7.52.2",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"react-resizable-panels": "^2.0.23",
"react-resizable-panels": "^2.1.1",
"react-use": "^17.5.1",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@codemirror/language": "^6.10.2",
Expand All @@ -94,22 +94,22 @@
"@testing-library/react": "^16.0.0",
"@types/apollo-upload-client": "^18.0.0",
"@types/katex": "^0.16.7",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.6",
"jsdom": "^24.1.1",
"lucide-react": "^0.427.0",
"lucide-react": "^0.429.0",
"msw": "^2.3.5",
"postcss": "^8.4.41",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
Expand Down
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.62"
version = "~> 5.63"
}

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.62"
version = "~> 5.63"
}
}

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.62"
version = "~> 5.63"
}
}

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.62"
version = "~> 5.63"
}
}

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.62"
version = "~> 5.63"
}
}

Expand Down
Loading

0 comments on commit f4029e8

Please sign in to comment.