Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2180)
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 Nov 5, 2024
1 parent 5dcbbc4 commit c563652
Show file tree
Hide file tree
Showing 14 changed files with 669 additions and 1,060 deletions.
22 changes: 11 additions & 11 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"studio:test": "cross-env DATABASE_URL=$TEST_DATABASE_URL npx prisma studio"
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/client-ses": "^3.679.0",
"@aws-sdk/credential-provider-node": "^3.679.0",
"@apollo/server": "^4.11.2",
"@aws-sdk/client-s3": "^3.685.0",
"@aws-sdk/client-ses": "^3.682.0",
"@aws-sdk/credential-provider-node": "^3.682.0",
"@golevelup/nestjs-rabbitmq": "^5.5.0",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/apollo": "^12.2.1",
"@nestjs/axios": "^3.1.0",
"@nestjs/axios": "^3.1.1",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.3.0",
Expand Down Expand Up @@ -81,28 +81,28 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.1.0",
"@faker-js/faker": "^9.2.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@nestjs/cli": "^10.4.5",
"@nestjs/cli": "^10.4.7",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@swc-node/register": "^1.10.9",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.40",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.8.0",
"@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.9",
"@types/node": "^20.17.2",
"@types/node": "^20.17.6",
"@types/nodemailer": "^6.4.16",
"@types/passport-jwt": "^4.0.1",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"prisma": "^5.21.1",
"prisma-nestjs-graphql": "^20.0.3",
Expand Down
20 changes: 10 additions & 10 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@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-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
Expand All @@ -41,9 +41,9 @@
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@sentry/nextjs": "^8.35.0",
"@sentry/nextjs": "^8.36.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-table": "^8.20.5",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
Expand All @@ -56,12 +56,12 @@
"@uiw/codemirror-themes": "^4.23.6",
"@uiw/react-codemirror": "^4.23.6",
"apollo-upload-client": "^18.0.1",
"cmdk": "^1.0.0",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"embla-carousel-react": "8.3.0",
"framer-motion": "^11.11.10",
"embla-carousel-react": "8.3.1",
"framer-motion": "^11.11.11",
"graphql": "^16.9.0",
"isomorphic-dompurify": "^2.16.0",
"js-confetti": "^0.12.0",
Expand All @@ -70,7 +70,7 @@
"ky": "^1.7.2",
"next": "14.2.16",
"next-auth": "^4.24.10",
"next-themes": "^0.3.0",
"next-themes": "^0.4.3",
"pretendard": "^1.3.9",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
Expand All @@ -82,7 +82,7 @@
"react-resizable-panels": "^2.1.6",
"react-use": "^17.5.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"sonner": "^1.7.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
Expand All @@ -94,7 +94,7 @@
"@testing-library/react": "^16.0.1",
"@types/apollo-upload-client": "^18.0.0",
"@types/katex": "^0.16.7",
"@types/node": "^20.17.2",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
Expand All @@ -105,7 +105,7 @@
"eslint-config-next": "^14.2.16",
"jsdom": "^25.0.1",
"lucide-react": "^0.454.0",
"msw": "^2.5.2",
"msw": "^2.6.0",
"postcss": "^8.4.47",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
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.73"
version = "~> 5.74"
}

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.73"
version = "~> 5.74"
}
}

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.73"
version = "~> 5.74"
}
}

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.73"
version = "~> 5.74"
}
}

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.73"
version = "~> 5.74"
}
}

Expand Down
60 changes: 30 additions & 30 deletions apps/infra/production/storage/.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/storage/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.73"
version = "~> 5.74"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion apps/infra/production/terraform-configuration/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.73"
version = "~> 5.74"
}
}
}
Expand Down
Loading

0 comments on commit c563652

Please sign in to comment.