Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1566)
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 Mar 18, 2024
1 parent 92400ad commit cd4f82d
Show file tree
Hide file tree
Showing 10 changed files with 1,596 additions and 1,788 deletions.
48 changes: 24 additions & 24 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,39 @@
},
"dependencies": {
"@apollo/server": "^4.10.1",
"@aws-sdk/client-s3": "^3.529.1",
"@aws-sdk/client-ses": "^3.529.1",
"@aws-sdk/credential-provider-node": "^3.529.1",
"@aws-sdk/client-s3": "^3.535.0",
"@aws-sdk/client-ses": "^3.535.0",
"@aws-sdk/credential-provider-node": "^3.535.0",
"@golevelup/nestjs-rabbitmq": "^5.1.0",
"@nestjs-modules/mailer": "^1.11.2",
"@nestjs/apollo": "^12.1.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/cache-manager": "^2.2.1",
"@nestjs/common": "^10.3.3",
"@nestjs/common": "^10.3.4",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.3",
"@nestjs/core": "^10.3.4",
"@nestjs/graphql": "^12.1.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.3",
"@nestjs/platform-express": "^10.3.4",
"@nestjs/swagger": "^7.3.0",
"@opentelemetry/api": "~1.7.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.48.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.48.0",
"@opentelemetry/api": "~1.8.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.49.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.49.1",
"@opentelemetry/host-metrics": "^0.35.0",
"@opentelemetry/instrumentation-express": "^0.35.0",
"@opentelemetry/instrumentation-http": "^0.48.0",
"@opentelemetry/resources": "^1.21.0",
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@opentelemetry/semantic-conventions": "^1.21.0",
"@prisma/client": "^5.10.2",
"@prisma/instrumentation": "~5.9.0",
"@opentelemetry/instrumentation-express": "^0.36.1",
"@opentelemetry/instrumentation-http": "^0.49.1",
"@opentelemetry/resources": "^1.22.0",
"@opentelemetry/sdk-metrics": "^1.22.0",
"@opentelemetry/sdk-node": "^0.49.1",
"@opentelemetry/sdk-trace-node": "^1.22.0",
"@opentelemetry/semantic-conventions": "^1.22.0",
"@prisma/client": "^5.11.0",
"@prisma/instrumentation": "~5.11.0",
"argon2": "^0.40.1",
"axios": "^1.6.7",
"axios": "^1.6.8",
"cache-manager": "^5.4.0",
"cache-manager-redis-yet": "^4.1.2",
"cache-manager-redis-yet": "^4.2.0",
"chai-exclude": "^2.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -74,29 +74,29 @@
"pino-http": "^9.0.0",
"pino-pretty": "^10.3.1",
"reflect-metadata": "^0.2.1",
"sql-formatter": "^15.2.0",
"sql-formatter": "^15.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@nestjs/testing": "^10.3.4",
"@types/cache-manager": "^4.0.6",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/express": "^4.17.21",
"@types/graphql-upload": "8.0.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.25",
"@types/node": "^20.11.28",
"@types/nodemailer": "^6.4.14",
"@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",
"mocha": "^10.3.0",
"prisma": "^5.10.2",
"prisma": "^5.11.0",
"prisma-nestjs-graphql": "^20.0.2",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
Expand Down
26 changes: 13 additions & 13 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compile": "graphql-codegen --require dotenv/config"
},
"dependencies": {
"@apollo/client": "^3.9.6",
"@apollo/client": "^3.9.7",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-python": "^6.1.4",
Expand Down Expand Up @@ -39,9 +39,9 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.106.0",
"@sentry/nextjs": "^7.107.0",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.27.5",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-table": "^8.13.2",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
Expand All @@ -57,21 +57,21 @@
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"embla-carousel-react": "8.0.0",
"framer-motion": "^11.0.8",
"framer-motion": "^11.0.14",
"graphql": "^16.8.1",
"isomorphic-dompurify": "^2.4.0",
"js-confetti": "^0.12.0",
"katex": "^0.16.9",
"ky": "^1.2.2",
"next": "14.1.3",
"next-auth": "^4.24.7",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.51.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-resizable-panels": "^2.0.12",
"react-resizable-panels": "^2.0.13",
"react-use": "^17.5.0",
"sharp": "^0.33.2",
"sonner": "^1.4.3",
Expand All @@ -85,17 +85,17 @@
"@graphql-typed-document-node/core": "^3.2.0",
"@types/apollo-upload-client": "^18.0.0",
"@types/katex": "^0.16.7",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/node": "^20.11.28",
"@types/react": "^18.2.67",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.21",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.18",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint-config-next": "^14.1.3",
"lucide-react": "^0.356.0",
"postcss": "^8.4.35",
"tailwind-merge": "^2.2.1",
"lucide-react": "^0.358.0",
"postcss": "^8.4.36",
"tailwind-merge": "^2.2.2",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
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.40.0"
version = "5.41.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.40.0"
version = "5.41.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion apps/iris/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go-v2 v1.25.3
github.com/aws/aws-sdk-go-v2/credentials v1.17.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.1
github.com/rabbitmq/amqp091-go v1.9.0
github.com/redis/go-redis/v9 v9.5.1
github.com/shirou/gopsutil v3.21.11+incompatible
Expand Down
2 changes: 2 additions & 0 deletions apps/iris/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.3 h1:4t+QEX7BsXz98W
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.3/go.mod h1:oFcjjUq5Hm09N9rpxTdeMeLeQcxS7mIkBkL8qUKng+A=
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4 h1:lW5xUzOPGAMY7HPuNF4FdyBwRc3UJ/e8KsapbesVeNU=
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4/go.mod h1:MGTaf3x/+z7ZGugCGvepnx2DS6+caCYYqKhzVoLNYPk=
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.1 h1:Y/TTvxMdYwNvhzolvneV1wEEN/ncQUSd1AnzFGTMPqM=
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.1/go.mod h1:MGTaf3x/+z7ZGugCGvepnx2DS6+caCYYqKhzVoLNYPk=
github.com/aws/smithy-go v1.20.1 h1:4SZlSlMr36UEqC7XOyRVb27XMeZubNcBNN+9IgEPIQw=
github.com/aws/smithy-go v1.20.1/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"knip": "knip"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.529.1",
"@commitlint/cli": "^19.1.0",
"@aws-sdk/client-s3": "^3.535.0",
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/types": "^19.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand All @@ -18,13 +18,13 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.22.0",
"knip": "^5.0.3",
"lefthook": "^1.6.5",
"eslint-plugin-vue": "^9.23.0",
"knip": "^5.1.2",
"lefthook": "^1.6.7",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"packageManager": "[email protected].4"
"packageManager": "[email protected].5"
}
Loading

0 comments on commit cd4f82d

Please sign in to comment.