Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent d493053 commit 033659a
Show file tree
Hide file tree
Showing 5 changed files with 895 additions and 918 deletions.
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 20.9.0
python 3.11.4
terraform 1.5.4
tflint 0.47.0
python 3.12.0
terraform 1.6.4
tflint 0.49.0
2 changes: 1 addition & 1 deletion infra/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin "aws" {
enabled = true
version = "0.25.0"
version = "0.28.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
45 changes: 30 additions & 15 deletions infra/aws/ecr/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@
},
"dependencies": {
"@discordjs/opus": "0.9.0",
"@discordjs/voice": "0.16.0",
"@discordjs/voice": "0.16.1",
"autobind-decorator": "2.4.0",
"chalk": "5.3.0",
"color": "4.2.3",
"dayjs": "1.11.9",
"deepl-node": "1.10.2",
"discord-api-types": "0.37.51",
"discord.js": "14.12.1",
"dayjs": "1.11.10",
"deepl-node": "1.11.0",
"discord-api-types": "0.37.64",
"discord.js": "14.14.1",
"dotenv": "^16.0.3",
"libsodium-wrappers": "0.7.11",
"libsodium-wrappers": "0.7.13",
"lodash": "~4.17.21",
"spotify-web-api-node": "5.0.2",
"twemoji-parser": "14.0.0"
},
"devDependencies": {
"@swc/core": "1.3.74",
"@swc/helpers": "0.5.1",
"@swc/core": "1.3.99",
"@swc/helpers": "0.5.3",
"@swc/jest": "^0.2.23",
"@types/color": "3.0.6",
"@types/jest": "^29.2.2",
"@types/lodash": "^4.14.187",
"@types/node": "20.9.0",
"@types/twemoji-parser": "13.1.4",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^29.3.1",
"nodemon": "^3.0.0",
"ts-jest": "^29.0.3",
"ts-node": "10.9.1",
"tsc-alias": "1.8.7",
"tsc-alias": "1.8.8",
"typescript": "^5.0.0"
}
}
Loading

0 comments on commit 033659a

Please sign in to comment.