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 May 16, 2024
1 parent dc2761e commit a17f464
Show file tree
Hide file tree
Showing 11 changed files with 1,455 additions and 1,612 deletions.
4 changes: 2 additions & 2 deletions apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### BUILDER ###
ARG target=client

FROM node:20.13.0-alpine AS builder
FROM node:20.13.1-alpine AS builder
ARG target

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

### PRODUCTION ###
FROM node:20.13.0-alpine
FROM node:20.13.1-alpine
ARG target

ENV NODE_ENV=production
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.10.4",
"@aws-sdk/client-s3": "^3.572.0",
"@aws-sdk/client-ses": "^3.572.0",
"@aws-sdk/credential-provider-node": "^3.572.0",
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/client-ses": "^3.577.0",
"@aws-sdk/credential-provider-node": "^3.577.0",
"@golevelup/nestjs-rabbitmq": "^5.3.0",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/apollo": "^12.1.0",
Expand All @@ -39,15 +39,15 @@
"@opentelemetry/exporter-metrics-otlp-http": "^0.51.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.1",
"@opentelemetry/host-metrics": "^0.35.1",
"@opentelemetry/instrumentation-express": "^0.38.0",
"@opentelemetry/instrumentation-express": "^0.39.0",
"@opentelemetry/instrumentation-http": "^0.51.1",
"@opentelemetry/resources": "^1.24.1",
"@opentelemetry/sdk-metrics": "^1.24.1",
"@opentelemetry/sdk-node": "^0.51.1",
"@opentelemetry/sdk-trace-node": "^1.24.1",
"@opentelemetry/semantic-conventions": "^1.24.1",
"@prisma/client": "^5.13.0",
"@prisma/instrumentation": "~5.13.0",
"@prisma/client": "^5.14.0",
"@prisma/instrumentation": "~5.14.0",
"argon2": "^0.40.1",
"axios": "^1.6.8",
"cache-manager": "^5.5.2",
Expand Down Expand Up @@ -90,16 +90,16 @@
"@types/express": "^4.17.21",
"@types/graphql-upload": "8.0.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/nodemailer": "^6.4.15",
"@types/passport-jwt": "^4.0.1",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"chai-as-promised": "^7.1.2",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"prisma": "^5.13.0",
"prisma": "^5.14.0",
"prisma-nestjs-graphql": "^20.0.2",
"proxyquire": "^2.1.3",
"sinon": "^17.0.2",
Expand Down
22 changes: 11 additions & 11 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"compile": "graphql-codegen --require dotenv/config"
},
"dependencies": {
"@apollo/client": "^3.10.3",
"@apollo/client": "^3.10.4",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.4.0",
"@lezer/highlight": "^1.2.0",
"@matejmazur/react-katex": "^3.1.3",
"@monaco-editor/react": "^4.6.0",
Expand All @@ -41,26 +41,26 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.114.0",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-query": "^5.36.2",
"@tanstack/react-table": "^8.17.3",
"@tiptap/core": "^2.3.2",
"@tiptap/extension-link": "^2.3.2",
"@tiptap/extension-placeholder": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"@tiptap/react": "^2.3.2",
"@tiptap/starter-kit": "^2.3.2",
"@uiw/codemirror-extensions-langs": "^4.22.0",
"@uiw/codemirror-themes": "^4.22.0",
"@uiw/react-codemirror": "^4.22.0",
"@uiw/codemirror-extensions-langs": "^4.22.1",
"@uiw/codemirror-themes": "^4.22.1",
"@uiw/react-codemirror": "^4.22.1",
"apollo-upload-client": "^18.0.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"embla-carousel-react": "8.0.4",
"framer-motion": "^11.1.9",
"framer-motion": "^11.2.2",
"graphql": "^16.8.1",
"isomorphic-dompurify": "^2.9.0",
"isomorphic-dompurify": "^2.10.0",
"js-confetti": "^0.12.0",
"katex": "^0.16.10",
"ky": "^1.2.4",
Expand All @@ -87,8 +87,8 @@
"@graphql-typed-document-node/core": "^3.2.0",
"@types/apollo-upload-client": "^18.0.0",
"@types/katex": "^0.16.7",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
60 changes: 30 additions & 30 deletions apps/infra/deploy/.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/deploy/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.48.0"
version = "5.49.0"
}
}

Expand Down
60 changes: 30 additions & 30 deletions apps/infra/local/.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/local/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.48.0"
version = "5.49.0"
}
}
}
Expand Down
28 changes: 14 additions & 14 deletions apps/iris/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/skkuding/codedang/apps/iris
go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.12
github.com/aws/aws-sdk-go-v2/credentials v1.17.12
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2
github.com/aws/aws-sdk-go-v2 v1.26.2
github.com/aws/aws-sdk-go-v2/config v1.27.14
github.com/aws/aws-sdk-go-v2/credentials v1.17.14
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.1
github.com/rabbitmq/amqp091-go v1.10.0
github.com/redis/go-redis/v9 v9.5.1
github.com/shirou/gopsutil v3.21.11+incompatible
Expand All @@ -25,17 +25,17 @@ require (

require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.6 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.6 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.5 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.5 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.20.6 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.5 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.28.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.20.7 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.28.8 // indirect
github.com/aws/smithy-go v1.20.2 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down
Loading

0 comments on commit a17f464

Please sign in to comment.