Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#991)
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 Dec 2, 2023
1 parent 7883778 commit c9f8936
Show file tree
Hide file tree
Showing 11 changed files with 1,512 additions and 1,236 deletions.
24 changes: 12 additions & 12 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"@apollo/server": "^4.9.5",
"@aws-sdk/client-s3": "^3.454.0",
"@aws-sdk/client-ses": "^3.454.0",
"@aws-sdk/credential-provider-node": "^3.451.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@aws-sdk/client-s3": "^3.465.0",
"@aws-sdk/client-ses": "^3.465.0",
"@aws-sdk/credential-provider-node": "^3.465.0",
"@golevelup/nestjs-rabbitmq": "^4.1.0",
"@nestjs-modules/mailer": "^1.9.1",
"@nestjs/apollo": "^12.0.11",
"@nestjs/cache-manager": "^2.1.1",
Expand All @@ -36,14 +36,14 @@
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.10",
"generate-password": "^1.7.0",
"generate-password": "^1.7.1",
"exceljs": "^4.4.0",
"graphql": "^16.8.1",
"graphql-type-json": "^0.3.2",
"graphql-upload": "13.0.0",
"handlebars": "^4.7.8",
"nodemailer": "^6.9.7",
"passport": "^0.6.0",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.1.13"
Expand All @@ -52,17 +52,17 @@
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.10",
"@types/cache-manager": "^4.0.5",
"@types/chai": "^4.3.10",
"@types/cache-manager": "^4.0.6",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/express": "^4.17.21",
"@types/graphql-upload": "8.0.12",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.2",
"@types/nodemailer": "^6.4.14",
"@types/passport-jwt": "^3.0.13",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.1",
"@types/sinon": "^17.0.2",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
Expand All @@ -73,7 +73,7 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
Expand Down
10 changes: 5 additions & 5 deletions frontend-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/node": "^20.10.2",
"@types/react": "^18.2.40",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
52 changes: 26 additions & 26 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"story:build": "histoire build"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@apollo/client": "^3.8.8",
"@codemirror/autocomplete": "^6.11.0",
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-cpp": "^6.0.2",
Expand All @@ -23,8 +23,8 @@
"@tiptap/pm": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/vue-3": "^2.1.12",
"@vee-validate/zod": "^4.11.8",
"@vue/apollo-composable": "4.0.0-beta.11",
"@vee-validate/zod": "^4.12.2",
"@vue/apollo-composable": "4.0.0-beta.12",
"@vueuse/components": "^10.6.1",
"@vueuse/core": "^10.6.1",
"@vueuse/integrations": "^10.6.1",
Expand All @@ -37,43 +37,43 @@
"naive-ui": "^2.35.0",
"nprogress": "0.2.0",
"pinia": "^2.1.7",
"sortablejs": "^1.15.0",
"vee-validate": "^4.11.8",
"vue": "^3.3.8",
"sortablejs": "^1.15.1",
"vee-validate": "^4.12.2",
"vue": "^3.3.9",
"vue-dompurify-html": "^4.1.4",
"vue-query": "^1.26.0",
"vue-router": "^4.2.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.5",
"@iconify-json/ant-design": "^1.1.10",
"@iconify-json/bi": "^1.1.20",
"@iconify-json/fa": "^1.1.5",
"@iconify-json/fa6-brands": "^1.1.13",
"@iconify-json/fa6-regular": "^1.1.13",
"@iconify-json/fa6-solid": "^1.1.15",
"@iconify-json/fluent": "^1.1.41",
"@iconify-json/iconoir": "^1.1.33",
"@iconify-json/material-symbols": "^1.1.63",
"@iconify-json/ri": "^1.1.12",
"@histoire/plugin-vue": "^0.17.6",
"@iconify-json/ant-design": "^1.1.12",
"@iconify-json/bi": "^1.1.21",
"@iconify-json/fa": "^1.1.7",
"@iconify-json/fa6-brands": "^1.1.16",
"@iconify-json/fa6-regular": "^1.1.16",
"@iconify-json/fa6-solid": "^1.1.18",
"@iconify-json/fluent": "^1.1.43",
"@iconify-json/iconoir": "^1.1.35",
"@iconify-json/material-symbols": "^1.1.65",
"@iconify-json/ri": "^1.1.15",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.9.2",
"@types/node": "^20.10.2",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"histoire": "^0.17.5",
"postcss": "^8.4.31",
"histoire": "^0.17.6",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"unplugin-icons": "^0.17.4",
"vite": "^5.0.0",
"typescript": "^5.3.2",
"unplugin-icons": "^0.18.0",
"vite": "^5.0.4",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vue-tsc": "^1.8.22"
"vue-tsc": "^1.8.24"
}
}
60 changes: 30 additions & 30 deletions 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 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.26.0"
version = "5.29.0"
}
}

Expand Down
60 changes: 30 additions & 30 deletions 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 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.26.0"
version = "5.29.0"
}
}
}
Expand Down
24 changes: 12 additions & 12 deletions iris/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ module github.com/skkuding/codedang/iris
go 1.21.4

require (
github.com/aws/aws-sdk-go-v2 v1.23.0
github.com/aws/aws-sdk-go-v2/credentials v1.16.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.43.0
github.com/aws/aws-sdk-go-v2 v1.23.5
github.com/aws/aws-sdk-go-v2/credentials v1.16.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.2
github.com/rabbitmq/amqp091-go v1.9.0
github.com/redis/go-redis/v9 v9.3.0
go.uber.org/zap v1.26.0
)

require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 // indirect
github.com/aws/smithy-go v1.17.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.8 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.8 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.8 // indirect
github.com/aws/smithy-go v1.18.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/stretchr/testify v1.8.1 // indirect
Expand Down
Loading

0 comments on commit c9f8936

Please sign in to comment.