Skip to content

Commit eb115f1

Browse files
chore(deps): update all non-major dependencies
[skip publish]
1 parent 520ab54 commit eb115f1

File tree

5 files changed

+369
-337
lines changed

5 files changed

+369
-337
lines changed

.github/workflows/branch-imager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout Project
1515
uses: actions/checkout@v6
1616
- name: Setup Docker Buildx
17-
uses: docker/setup-buildx-action@v3.11.1
17+
uses: docker/setup-buildx-action@v3.12.0
1818
- name: Login to DockerHub
1919
uses: docker/login-action@v3.6.0
2020
with:

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout Project
2626
uses: actions/checkout@v6
2727
- name: Setup Docker Buildx
28-
uses: docker/setup-buildx-action@v3.11.1
28+
uses: docker/setup-buildx-action@v3.12.0
2929
- name: Login to DockerHub
3030
uses: docker/login-action@v3.6.0
3131
with:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"devDependencies": {
7878
"@apollo/server": "^5.2.0",
7979
"@as-integrations/koa": "^1.1.1",
80-
"@commitlint/cli": "^20.1.0",
81-
"@commitlint/config-conventional": "^20.0.0",
80+
"@commitlint/cli": "^20.3.0",
81+
"@commitlint/config-conventional": "^20.3.0",
8282
"@discordjs/collection": "^2.1.1",
8383
"@favware/cliff-jumper": "^6.0.0",
8484
"@graphql-codegen/cli": "^6.1.0",
@@ -94,7 +94,7 @@
9494
"@sapphire/timestamp": "^1.0.5",
9595
"@sapphire/ts-config": "^5.0.3",
9696
"@skyra/jaro-winkler": "^1.1.1",
97-
"@swc/core": "1.15.3",
97+
"@swc/core": "1.15.8",
9898
"@types/async": "^3.2.25",
9999
"@types/cheerio": "^1.0.0",
100100
"@types/koa": "^3.0.1",
@@ -103,7 +103,7 @@
103103
"@types/node": "^24.8.1",
104104
"@typescript-eslint/eslint-plugin": "^7.18.0",
105105
"@typescript-eslint/parser": "^7.18.0",
106-
"@vitest/coverage-v8": "^4.0.14",
106+
"@vitest/coverage-v8": "^4.0.16",
107107
"async": "^3.2.6",
108108
"cheerio": "^1.1.2",
109109
"colorette": "^2.0.20",
@@ -117,13 +117,13 @@
117117
"koa-bodyparser": "^4.4.1",
118118
"lint-staged": "^16.2.7",
119119
"npm-run-all2": "^8.0.4",
120-
"prettier": "^3.7.3",
121-
"replace-in-file": "^8.3.0",
120+
"prettier": "^3.7.4",
121+
"replace-in-file": "^8.4.0",
122122
"rimraf": "^6.1.2",
123123
"tsup": "^8.5.1",
124-
"tsx": "^4.20.6",
124+
"tsx": "^4.21.0",
125125
"typescript": "~5.8.3",
126-
"vitest": "^4.0.14"
126+
"vitest": "^4.0.16"
127127
},
128128
"resolutions": {
129129
"graphql@npm:16.9.0": "patch:graphql@npm%3A16.11.0#~/.yarn/patches/graphql-npm-16.11.0-836e6ade28.patch",
@@ -167,6 +167,6 @@
167167
},
168168
"packageManager": "yarn@4.12.0",
169169
"volta": {
170-
"node": "24.11.1"
170+
"node": "24.12.0"
171171
}
172172
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.32.5
22
autopep8==2.3.2
3-
pylint==4.0.3
3+
pylint==4.0.4

0 commit comments

Comments
 (0)