File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check Out Repo
20
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
20
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
21
21
22
22
- name : Set up Docker Buildx
23
23
id : buildx
24
- uses : docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2.2.1
24
+ uses : docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
25
25
26
26
- name : Login to GitHub Container Registry
27
- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
27
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
28
28
if : ${{ github.event_name != 'pull_request' }}
29
29
with :
30
30
registry : ghcr.io
41
41
run : if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi
42
42
43
43
- name : Generate Docker image metadata
44
- uses : docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # v4.1.1
44
+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
45
45
id : img_meta
46
46
with :
47
47
flavor : |
53
53
latest
54
54
- name : Build and push
55
55
id : docker_build
56
- uses : docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3.2.0
56
+ uses : docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
57
57
with :
58
58
context : ./
59
59
tags : ${{ steps.img_meta.outputs.tags }}
Original file line number Diff line number Diff line change 13
13
"license" : " GPL-3.0" ,
14
14
"devDependencies" : {
15
15
"@hazmi35/eslint-config" : " ^8.7.1" ,
16
- "@swc/cli" : " ^0.1.57 " ,
17
- "@swc/core" : " ^1.3.24 " ,
18
- "@types/express" : " ^4.17.15 " ,
19
- "@types/node" : " ^17.0.31 " ,
16
+ "@swc/cli" : " ^0.1.63 " ,
17
+ "@swc/core" : " ^1.3.100 " ,
18
+ "@types/express" : " ^4.17.21 " ,
19
+ "@types/node" : " ^17.0.45 " ,
20
20
"@typescript-eslint/eslint-plugin" : " ^5.53.0" ,
21
21
"@typescript-eslint/parser" : " ^5.53.0" ,
22
22
"eslint" : " ^8.34.0" ,
44
44
}
45
45
},
46
46
"dependencies" : {
47
- "@kirishima/rest" : " ^0.2.5 " ,
47
+ "@kirishima/rest" : " ^0.2.7 " ,
48
48
"@sapphire/result" : " ^2.6.0" ,
49
49
"@sapphire/time-utilities" : " ^1.7.8" ,
50
50
"@sapphire/utilities" : " ^3.11.0" ,
51
- "dotenv" : " ^16.0.3 " ,
52
- "fastify" : " ^4.10.2 " ,
51
+ "dotenv" : " ^16.3.1 " ,
52
+ "fastify" : " ^4.24.3 " ,
53
53
"lavalink-api-types" : " ^1.1.5" ,
54
- "pino" : " ^8.8.0 " ,
55
- "pino-pretty" : " ^9.1 .1" ,
54
+ "pino" : " ^8.16.2 " ,
55
+ "pino-pretty" : " ^9.4 .1" ,
56
56
"reflect-metadata" : " ^0.1.13" ,
57
- "undici" : " ^5.14.0 "
57
+ "undici" : " ^5.28.2 "
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments