Skip to content

Commit dbfe7e8

Browse files
fix(deps): update all non-major dependencies
1 parent e0dfdab commit dbfe7e8

6 files changed

Lines changed: 3062 additions & 1996 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- name: Checkout Project
2020
uses: actions/checkout@v3
2121
- name: Setup Docker Buildx
22-
uses: docker/setup-buildx-action@v2.2.1
22+
uses: docker/setup-buildx-action@v2.10.0
2323
- name: Login to GitHub Container Registry
24-
uses: docker/login-action@v2.1.0
24+
uses: docker/login-action@v2.2.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Build and push Util Docker image
30-
uses: docker/build-push-action@v3.2.0
30+
uses: docker/build-push-action@v3.3.1
3131
with:
3232
push: true
3333
context: .

.yarn/releases/yarn-3.6.1.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarn/releases/yarn-3.8.7.cjs

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
1111
spec: '@yarnpkg/plugin-workspace-tools'
1212

13-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
13+
yarnPath: .yarn/releases/yarn-3.8.7.cjs

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26,42 +26,42 @@
2626
"@discordjs/builders": "^1.6.3",
2727
"@discordjs/collection": "^1.5.1",
2828
"@discordjs/core": "^0.6.0",
29-
"@prisma/client": "^5.12.1",
30-
"@sapphire/async-queue": "^1.5.0",
31-
"@sapphire/duration": "^1.1.0",
32-
"@sapphire/result": "^2.6.4",
33-
"@sapphire/utilities": "^3.13.0",
34-
"@skyra/env-utilities": "^1.2.1",
35-
"@skyra/http-framework": "^1.0.3",
36-
"@skyra/http-framework-i18n": "^1.0.2",
37-
"@skyra/logger": "^2.0.1",
38-
"@skyra/shared-http-pieces": "^1.0.3",
39-
"@skyra/start-banner": "^2.0.0",
29+
"@prisma/client": "^5.22.0",
30+
"@sapphire/async-queue": "^1.5.5",
31+
"@sapphire/duration": "^1.2.0",
32+
"@sapphire/result": "^2.7.2",
33+
"@sapphire/utilities": "^3.18.2",
34+
"@skyra/env-utilities": "^1.3.0",
35+
"@skyra/http-framework": "^1.2.2",
36+
"@skyra/http-framework-i18n": "^1.2.1",
37+
"@skyra/logger": "^2.0.4",
38+
"@skyra/shared-http-pieces": "^1.2.3",
39+
"@skyra/start-banner": "^2.0.2",
4040
"discord-api-types": "^0.37.43",
41-
"fastify": "^4.26.2",
41+
"fastify": "^4.29.1",
4242
"gradient-string": "^2.0.2",
4343
"limax": "^4.1.0",
44-
"tslib": "^2.6.0"
44+
"tslib": "^2.8.1"
4545
},
4646
"devDependencies": {
47-
"@commitlint/cli": "^17.6.7",
48-
"@commitlint/config-conventional": "^17.6.7",
49-
"@sapphire/eslint-config": "^5.0.0",
47+
"@commitlint/cli": "^17.8.1",
48+
"@commitlint/config-conventional": "^17.8.1",
49+
"@sapphire/eslint-config": "^5.0.6",
5050
"@sapphire/prettier-config": "^2.0.0",
5151
"@sapphire/ts-config": "^4.0.1",
52-
"@types/gradient-string": "^1.1.2",
53-
"@types/node": "^18.17.0",
52+
"@types/gradient-string": "^1.1.6",
53+
"@types/node": "^18.19.127",
5454
"@typescript-eslint/eslint-plugin": "^5.62.0",
5555
"@typescript-eslint/parser": "^5.62.0",
5656
"cz-conventional-changelog": "^3.3.0",
57-
"eslint": "^8.45.0",
58-
"eslint-config-prettier": "^8.8.0",
59-
"eslint-plugin-prettier": "^4.2.1",
57+
"eslint": "^8.57.1",
58+
"eslint-config-prettier": "^8.10.2",
59+
"eslint-plugin-prettier": "^4.2.5",
6060
"husky": "^8.0.3",
61-
"lint-staged": "^13.2.3",
61+
"lint-staged": "^13.3.0",
6262
"prettier": "^2.8.8",
63-
"pretty-quick": "^3.1.3",
64-
"prisma": "^5.12.1",
63+
"pretty-quick": "^3.3.1",
64+
"prisma": "^5.22.0",
6565
"typescript": "^5.1.6"
6666
},
6767
"resolutions": {
@@ -92,9 +92,9 @@
9292
"@typescript-eslint/no-unsafe-call": "off"
9393
}
9494
},
95-
"packageManager": "yarn@3.6.1",
95+
"packageManager": "yarn@3.8.7",
9696
"volta": {
97-
"node": "18.17.0",
98-
"yarn": "3.6.1"
97+
"node": "18.20.8",
98+
"yarn": "3.8.7"
9999
}
100100
}

0 commit comments

Comments
 (0)