Skip to content

Commit 58710a6

Browse files
chore(deps): update all non-major dependencies
[skip publish]
1 parent 0fb5e6d commit 58710a6

File tree

5 files changed

+85
-85
lines changed

5 files changed

+85
-85
lines changed

.github/workflows/branch-imager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- name: Setup Docker Buildx
1717
uses: docker/[email protected]
1818
- name: Login to DockerHub
19-
uses: docker/login-action@v3.4.0
19+
uses: docker/login-action@v3.5.0
2020
with:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}
2323
- name: Login to GitHub Container Registry
24-
uses: docker/login-action@v3.4.0
24+
uses: docker/login-action@v3.5.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}

.github/workflows/continuous-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- name: Setup Docker Buildx
2828
uses: docker/[email protected]
2929
- name: Login to DockerHub
30-
uses: docker/login-action@v3.4.0
30+
uses: docker/login-action@v3.5.0
3131
with:
3232
username: ${{ secrets.DOCKER_USERNAME }}
3333
password: ${{ secrets.DOCKER_PASSWORD }}
3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v3.4.0
35+
uses: docker/login-action@v3.5.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"@sapphire/timestamp": "^1.0.5",
9595
"@sapphire/ts-config": "^5.0.1",
9696
"@skyra/jaro-winkler": "^1.1.1",
97-
"@swc/core": "^1.13.2",
98-
"@types/async": "^3.2.24",
97+
"@swc/core": "^1.13.3",
98+
"@types/async": "^3.2.25",
9999
"@types/cheerio": "^1.0.0",
100100
"@types/koa": "^2.15.0",
101101
"@types/koa-bodyparser": "^4.3.12",
@@ -110,12 +110,12 @@
110110
"cz-conventional-changelog": "^3.3.0",
111111
"eslint": "^8.57.1",
112112
"eslint-config-prettier": "^10.1.8",
113-
"eslint-plugin-prettier": "^5.5.3",
113+
"eslint-plugin-prettier": "^5.5.4",
114114
"graphql-tag": "^2.12.6",
115115
"json-stream-stringify": "^3.1.6",
116116
"koa": "^3.0.1",
117117
"koa-bodyparser": "^4.4.1",
118-
"lint-staged": "^16.1.2",
118+
"lint-staged": "^16.1.5",
119119
"npm-run-all2": "^8.0.4",
120120
"prettier": "^3.6.2",
121121
"replace-in-file": "^8.3.0",
@@ -166,6 +166,6 @@
166166
},
167167
"packageManager": "[email protected]",
168168
"volta": {
169-
"node": "22.17.1"
169+
"node": "22.18.0"
170170
}
171171
}

scripts/manual-tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.32.4
22
autopep8==2.3.2
3-
pylint==3.3.7
3+
pylint==3.3.8

yarn.lock

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,8 +1394,8 @@ __metadata:
13941394
"@sapphire/timestamp": "npm:^1.0.5"
13951395
"@sapphire/ts-config": "npm:^5.0.1"
13961396
"@skyra/jaro-winkler": "npm:^1.1.1"
1397-
"@swc/core": "npm:^1.13.2"
1398-
"@types/async": "npm:^3.2.24"
1397+
"@swc/core": "npm:^1.13.3"
1398+
"@types/async": "npm:^3.2.25"
13991399
"@types/cheerio": "npm:^1.0.0"
14001400
"@types/koa": "npm:^2.15.0"
14011401
"@types/koa-bodyparser": "npm:^4.3.12"
@@ -1410,13 +1410,13 @@ __metadata:
14101410
cz-conventional-changelog: "npm:^3.3.0"
14111411
eslint: "npm:^8.57.1"
14121412
eslint-config-prettier: "npm:^10.1.8"
1413-
eslint-plugin-prettier: "npm:^5.5.3"
1413+
eslint-plugin-prettier: "npm:^5.5.4"
14141414
graphql: "npm:16.11.0"
14151415
graphql-tag: "npm:^2.12.6"
14161416
json-stream-stringify: "npm:^3.1.6"
14171417
koa: "npm:^3.0.1"
14181418
koa-bodyparser: "npm:^4.4.1"
1419-
lint-staged: "npm:^16.1.2"
1419+
lint-staged: "npm:^16.1.5"
14201420
npm-run-all2: "npm:^8.0.4"
14211421
prettier: "npm:^3.6.2"
14221422
replace-in-file: "npm:^8.3.0"
@@ -2677,90 +2677,90 @@ __metadata:
26772677
languageName: node
26782678
linkType: hard
26792679

2680-
"@swc/core-darwin-arm64@npm:1.13.2":
2681-
version: 1.13.2
2682-
resolution: "@swc/core-darwin-arm64@npm:1.13.2"
2680+
"@swc/core-darwin-arm64@npm:1.13.3":
2681+
version: 1.13.3
2682+
resolution: "@swc/core-darwin-arm64@npm:1.13.3"
26832683
conditions: os=darwin & cpu=arm64
26842684
languageName: node
26852685
linkType: hard
26862686

2687-
"@swc/core-darwin-x64@npm:1.13.2":
2688-
version: 1.13.2
2689-
resolution: "@swc/core-darwin-x64@npm:1.13.2"
2687+
"@swc/core-darwin-x64@npm:1.13.3":
2688+
version: 1.13.3
2689+
resolution: "@swc/core-darwin-x64@npm:1.13.3"
26902690
conditions: os=darwin & cpu=x64
26912691
languageName: node
26922692
linkType: hard
26932693

2694-
"@swc/core-linux-arm-gnueabihf@npm:1.13.2":
2695-
version: 1.13.2
2696-
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.13.2"
2694+
"@swc/core-linux-arm-gnueabihf@npm:1.13.3":
2695+
version: 1.13.3
2696+
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.13.3"
26972697
conditions: os=linux & cpu=arm
26982698
languageName: node
26992699
linkType: hard
27002700

2701-
"@swc/core-linux-arm64-gnu@npm:1.13.2":
2702-
version: 1.13.2
2703-
resolution: "@swc/core-linux-arm64-gnu@npm:1.13.2"
2701+
"@swc/core-linux-arm64-gnu@npm:1.13.3":
2702+
version: 1.13.3
2703+
resolution: "@swc/core-linux-arm64-gnu@npm:1.13.3"
27042704
conditions: os=linux & cpu=arm64 & libc=glibc
27052705
languageName: node
27062706
linkType: hard
27072707

2708-
"@swc/core-linux-arm64-musl@npm:1.13.2":
2709-
version: 1.13.2
2710-
resolution: "@swc/core-linux-arm64-musl@npm:1.13.2"
2708+
"@swc/core-linux-arm64-musl@npm:1.13.3":
2709+
version: 1.13.3
2710+
resolution: "@swc/core-linux-arm64-musl@npm:1.13.3"
27112711
conditions: os=linux & cpu=arm64 & libc=musl
27122712
languageName: node
27132713
linkType: hard
27142714

2715-
"@swc/core-linux-x64-gnu@npm:1.13.2":
2716-
version: 1.13.2
2717-
resolution: "@swc/core-linux-x64-gnu@npm:1.13.2"
2715+
"@swc/core-linux-x64-gnu@npm:1.13.3":
2716+
version: 1.13.3
2717+
resolution: "@swc/core-linux-x64-gnu@npm:1.13.3"
27182718
conditions: os=linux & cpu=x64 & libc=glibc
27192719
languageName: node
27202720
linkType: hard
27212721

2722-
"@swc/core-linux-x64-musl@npm:1.13.2":
2723-
version: 1.13.2
2724-
resolution: "@swc/core-linux-x64-musl@npm:1.13.2"
2722+
"@swc/core-linux-x64-musl@npm:1.13.3":
2723+
version: 1.13.3
2724+
resolution: "@swc/core-linux-x64-musl@npm:1.13.3"
27252725
conditions: os=linux & cpu=x64 & libc=musl
27262726
languageName: node
27272727
linkType: hard
27282728

2729-
"@swc/core-win32-arm64-msvc@npm:1.13.2":
2730-
version: 1.13.2
2731-
resolution: "@swc/core-win32-arm64-msvc@npm:1.13.2"
2729+
"@swc/core-win32-arm64-msvc@npm:1.13.3":
2730+
version: 1.13.3
2731+
resolution: "@swc/core-win32-arm64-msvc@npm:1.13.3"
27322732
conditions: os=win32 & cpu=arm64
27332733
languageName: node
27342734
linkType: hard
27352735

2736-
"@swc/core-win32-ia32-msvc@npm:1.13.2":
2737-
version: 1.13.2
2738-
resolution: "@swc/core-win32-ia32-msvc@npm:1.13.2"
2736+
"@swc/core-win32-ia32-msvc@npm:1.13.3":
2737+
version: 1.13.3
2738+
resolution: "@swc/core-win32-ia32-msvc@npm:1.13.3"
27392739
conditions: os=win32 & cpu=ia32
27402740
languageName: node
27412741
linkType: hard
27422742

2743-
"@swc/core-win32-x64-msvc@npm:1.13.2":
2744-
version: 1.13.2
2745-
resolution: "@swc/core-win32-x64-msvc@npm:1.13.2"
2743+
"@swc/core-win32-x64-msvc@npm:1.13.3":
2744+
version: 1.13.3
2745+
resolution: "@swc/core-win32-x64-msvc@npm:1.13.3"
27462746
conditions: os=win32 & cpu=x64
27472747
languageName: node
27482748
linkType: hard
27492749

2750-
"@swc/core@npm:^1.13.2":
2751-
version: 1.13.2
2752-
resolution: "@swc/core@npm:1.13.2"
2750+
"@swc/core@npm:^1.13.3":
2751+
version: 1.13.3
2752+
resolution: "@swc/core@npm:1.13.3"
27532753
dependencies:
2754-
"@swc/core-darwin-arm64": "npm:1.13.2"
2755-
"@swc/core-darwin-x64": "npm:1.13.2"
2756-
"@swc/core-linux-arm-gnueabihf": "npm:1.13.2"
2757-
"@swc/core-linux-arm64-gnu": "npm:1.13.2"
2758-
"@swc/core-linux-arm64-musl": "npm:1.13.2"
2759-
"@swc/core-linux-x64-gnu": "npm:1.13.2"
2760-
"@swc/core-linux-x64-musl": "npm:1.13.2"
2761-
"@swc/core-win32-arm64-msvc": "npm:1.13.2"
2762-
"@swc/core-win32-ia32-msvc": "npm:1.13.2"
2763-
"@swc/core-win32-x64-msvc": "npm:1.13.2"
2754+
"@swc/core-darwin-arm64": "npm:1.13.3"
2755+
"@swc/core-darwin-x64": "npm:1.13.3"
2756+
"@swc/core-linux-arm-gnueabihf": "npm:1.13.3"
2757+
"@swc/core-linux-arm64-gnu": "npm:1.13.3"
2758+
"@swc/core-linux-arm64-musl": "npm:1.13.3"
2759+
"@swc/core-linux-x64-gnu": "npm:1.13.3"
2760+
"@swc/core-linux-x64-musl": "npm:1.13.3"
2761+
"@swc/core-win32-arm64-msvc": "npm:1.13.3"
2762+
"@swc/core-win32-ia32-msvc": "npm:1.13.3"
2763+
"@swc/core-win32-x64-msvc": "npm:1.13.3"
27642764
"@swc/counter": "npm:^0.1.3"
27652765
"@swc/types": "npm:^0.1.23"
27662766
peerDependencies:
@@ -2789,7 +2789,7 @@ __metadata:
27892789
peerDependenciesMeta:
27902790
"@swc/helpers":
27912791
optional: true
2792-
checksum: 10/ca4d05c44c3e36f7d3f68dda9b53eb1e7e1c9f07701d526c8484605bf4a744cbcb83e1cadb0b4b57723d98ba799d3a75508b2219751ad5fdb29491ca325c680d
2792+
checksum: 10/d9f933b69b6872b69a40a926eafd98a6088e545027e031f32717f7112ce39c58ba6714a44cd894b31a619a2999b94756582735eb3ec69a35ff434da2b537e868
27932793
languageName: node
27942794
linkType: hard
27952795

@@ -2818,10 +2818,10 @@ __metadata:
28182818
languageName: node
28192819
linkType: hard
28202820

2821-
"@types/async@npm:^3.2.24":
2822-
version: 3.2.24
2823-
resolution: "@types/async@npm:3.2.24"
2824-
checksum: 10/9f330a2fbaa93672a343e456cb81ddd8e5034056116afeafaa04019d20643c4443b4bb03801a24d265c0bc89ffacf1fb8301f2ed62f8f3331682c317fa75d6a5
2821+
"@types/async@npm:^3.2.25":
2822+
version: 3.2.25
2823+
resolution: "@types/async@npm:3.2.25"
2824+
checksum: 10/359e71a43341a9dd370aaf22f7ce9ae3923229ecabba9cf90383f04aa295e067b2fcfbf810cbe40326f2857e92627145d716b8fd52ca1c2f88c57ed170700144
28252825
languageName: node
28262826
linkType: hard
28272827

@@ -3965,10 +3965,10 @@ __metadata:
39653965
languageName: node
39663966
linkType: hard
39673967

3968-
"chalk@npm:^5.3.0, chalk@npm:^5.4.1":
3969-
version: 5.4.1
3970-
resolution: "chalk@npm:5.4.1"
3971-
checksum: 10/29df3ffcdf25656fed6e95962e2ef86d14dfe03cd50e7074b06bad9ffbbf6089adbb40f75c00744d843685c8d008adaf3aed31476780312553caf07fa86e5bc7
3968+
"chalk@npm:^5.3.0, chalk@npm:^5.5.0":
3969+
version: 5.5.0
3970+
resolution: "chalk@npm:5.5.0"
3971+
checksum: 10/19f6905b47b628541976a534e2f39c3779f7f9276ff9693cb8f7cdb3e3e09ee5dee16e0c3768632fbb41c2a1f1653ee0041ea7730428b804068945eb0bab09c4
39723972
languageName: node
39733973
linkType: hard
39743974

@@ -5098,9 +5098,9 @@ __metadata:
50985098
languageName: node
50995099
linkType: hard
51005100

5101-
"eslint-plugin-prettier@npm:^5.4.0, eslint-plugin-prettier@npm:^5.5.3":
5102-
version: 5.5.3
5103-
resolution: "eslint-plugin-prettier@npm:5.5.3"
5101+
"eslint-plugin-prettier@npm:^5.4.0, eslint-plugin-prettier@npm:^5.5.4":
5102+
version: 5.5.4
5103+
resolution: "eslint-plugin-prettier@npm:5.5.4"
51045104
dependencies:
51055105
prettier-linter-helpers: "npm:^1.0.0"
51065106
synckit: "npm:^0.11.7"
@@ -5114,7 +5114,7 @@ __metadata:
51145114
optional: true
51155115
eslint-config-prettier:
51165116
optional: true
5117-
checksum: 10/0cdb838997440284145ed1e3cfa1502adffa0e92f893c4100cf2af32dff85fa8f1e86c1547c5462ad8126ee89906a9cb6180b87c4f1ad6000e4b04542938eb3c
5117+
checksum: 10/5e39e3b7046d4ba0e1111cc2048630ee9d0aa5d5bb00d6230bef56893fdae37cbe2261babfb26db350cc2ad517c81d283b3f8b04cfee4e5aef7cd4bee72f90de
51185118
languageName: node
51195119
linkType: hard
51205120

@@ -6957,23 +6957,23 @@ __metadata:
69576957
languageName: node
69586958
linkType: hard
69596959

6960-
"lint-staged@npm:^16.1.2":
6961-
version: 16.1.2
6962-
resolution: "lint-staged@npm:16.1.2"
6960+
"lint-staged@npm:^16.1.5":
6961+
version: 16.1.5
6962+
resolution: "lint-staged@npm:16.1.5"
69636963
dependencies:
6964-
chalk: "npm:^5.4.1"
6964+
chalk: "npm:^5.5.0"
69656965
commander: "npm:^14.0.0"
69666966
debug: "npm:^4.4.1"
69676967
lilconfig: "npm:^3.1.3"
6968-
listr2: "npm:^8.3.3"
6968+
listr2: "npm:^9.0.1"
69696969
micromatch: "npm:^4.0.8"
69706970
nano-spawn: "npm:^1.0.2"
69716971
pidtree: "npm:^0.6.0"
69726972
string-argv: "npm:^0.3.2"
6973-
yaml: "npm:^2.8.0"
6973+
yaml: "npm:^2.8.1"
69746974
bin:
69756975
lint-staged: bin/lint-staged.js
6976-
checksum: 10/90df77c2f59cdc5ebeb8a60767f07025a8aed9161f604fea6cf1ca895ff3b56995a00145a3e0b5c0bf22e8f667a6182256b68e001e5f3118e46a3c5150bede82
6976+
checksum: 10/02b284f89d7b8118e1b27b1f2068017ed84407e57a1166463789caa65f3429f206372c483bc37304ce03dcb30bd1dd3e624f0502ae4973d440fe73cdd04e0747
69776977
languageName: node
69786978
linkType: hard
69796979

@@ -7012,17 +7012,17 @@ __metadata:
70127012
languageName: node
70137013
linkType: hard
70147014

7015-
"listr2@npm:^8.3.3":
7016-
version: 8.3.3
7017-
resolution: "listr2@npm:8.3.3"
7015+
"listr2@npm:^9.0.1":
7016+
version: 9.0.1
7017+
resolution: "listr2@npm:9.0.1"
70187018
dependencies:
70197019
cli-truncate: "npm:^4.0.0"
70207020
colorette: "npm:^2.0.20"
70217021
eventemitter3: "npm:^5.0.1"
70227022
log-update: "npm:^6.1.0"
70237023
rfdc: "npm:^1.4.1"
70247024
wrap-ansi: "npm:^9.0.0"
7025-
checksum: 10/92f1bb60e9a0f4fed9bff89fbab49d80fc889d29cf47c0a612f5a62a036dead49d3f697d3a79e36984768529bd3bfacb3343859eafceba179a8e66c034d99300
7025+
checksum: 10/ac5f98317fe17588d304bb4dce47ea22892f223511948656f588c5ab47b99d5d97ca4b812b4fb1237db8ec8d86a504875d8d6a0bb24c877553537eab44941983
70267026
languageName: node
70277027
linkType: hard
70287028

@@ -10144,12 +10144,12 @@ __metadata:
1014410144
languageName: node
1014510145
linkType: hard
1014610146

10147-
"yaml@npm:^2.3.1, yaml@npm:^2.8.0":
10148-
version: 2.8.0
10149-
resolution: "yaml@npm:2.8.0"
10147+
"yaml@npm:^2.3.1, yaml@npm:^2.8.1":
10148+
version: 2.8.1
10149+
resolution: "yaml@npm:2.8.1"
1015010150
bin:
1015110151
yaml: bin.mjs
10152-
checksum: 10/7d4bd9c10d0e467601f496193f2ac254140f8e36f96f5ff7f852b9ce37974168eb7354f4c36dc8837dde527a2043d004b6aff48818ec24a69ab2dd3c6b6c381c
10152+
checksum: 10/eae07b3947d405012672ec17ce27348aea7d1fa0534143355d24a43a58f5e05652157ea2182c4fe0604f0540be71f99f1173f9d61018379404507790dff17665
1015310153
languageName: node
1015410154
linkType: hard
1015510155

0 commit comments

Comments
 (0)