Skip to content

Commit 9740e47

Browse files
fix(deps): update all non-major dependencies (#349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84d6d45 commit 9740e47

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Build and push Haste Server Docker image
30-
uses: docker/build-push-action@v6.11.0
30+
uses: docker/build-push-action@v6.12.0
3131
with:
3232
push: true
3333
context: .

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@fastify/type-provider-typebox": "^5.1.0",
2626
"@pnotify/core": "^5.2.0",
2727
"@sapphire/fetch": "^3.0.5",
28-
"@sinclair/typebox": "^0.34.13",
28+
"@sinclair/typebox": "^0.34.14",
2929
"@skyra/env-utilities": "^1.3.0",
3030
"fastify": "^5.2.1",
3131
"highlight.js": "^11.11.1",
@@ -35,15 +35,15 @@
3535
"@sapphire/eslint-config": "^5.0.5",
3636
"@sapphire/prettier-config": "^2.0.0",
3737
"@sapphire/ts-config": "^5.0.1",
38-
"@types/node": "^22.10.5",
38+
"@types/node": "^22.10.7",
3939
"@typescript-eslint/eslint-plugin": "^7.18.0",
4040
"@typescript-eslint/parser": "^7.18.0",
4141
"autoprefixer": "^10.4.20",
4242
"concurrently": "^9.1.2",
4343
"esbuild-plugin-version-injector": "^1.2.1",
4444
"eslint": "^8.57.1",
4545
"eslint-config-prettier": "^9.1.0",
46-
"eslint-plugin-prettier": "^5.2.1",
46+
"eslint-plugin-prettier": "^5.2.3",
4747
"prettier": "^3.4.2",
4848
"rimraf": "^6.0.1",
4949
"tsup": "^8.3.5",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,10 @@ __metadata:
716716
languageName: node
717717
linkType: hard
718718

719-
"@sinclair/typebox@npm:^0.34.13":
720-
version: 0.34.13
721-
resolution: "@sinclair/typebox@npm:0.34.13"
722-
checksum: 10/b6deabb95eff99fcff2ab8912468478cfad1ec0a423ff165e1c13daea4dbd77ce79abd520e655b6c9948c0814fdfec4ac9b9b480dd57bd9c178ab6fdfa78b950
719+
"@sinclair/typebox@npm:^0.34.14":
720+
version: 0.34.14
721+
resolution: "@sinclair/typebox@npm:0.34.14"
722+
checksum: 10/77ebf9ea5a0713be032b4fd5368ba26d3ed18e6f73acc5c8900ab81b45cf73ee608f205bade8b7fe3e68b999f388c0449527837486405c58a77e9408e9f26a37
723723
languageName: node
724724
linkType: hard
725725

@@ -748,17 +748,17 @@ __metadata:
748748
"@sapphire/fetch": "npm:^3.0.5"
749749
"@sapphire/prettier-config": "npm:^2.0.0"
750750
"@sapphire/ts-config": "npm:^5.0.1"
751-
"@sinclair/typebox": "npm:^0.34.13"
751+
"@sinclair/typebox": "npm:^0.34.14"
752752
"@skyra/env-utilities": "npm:^1.3.0"
753-
"@types/node": "npm:^22.10.5"
753+
"@types/node": "npm:^22.10.7"
754754
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
755755
"@typescript-eslint/parser": "npm:^7.18.0"
756756
autoprefixer: "npm:^10.4.20"
757757
concurrently: "npm:^9.1.2"
758758
esbuild-plugin-version-injector: "npm:^1.2.1"
759759
eslint: "npm:^8.57.1"
760760
eslint-config-prettier: "npm:^9.1.0"
761-
eslint-plugin-prettier: "npm:^5.2.1"
761+
eslint-plugin-prettier: "npm:^5.2.3"
762762
fastify: "npm:^5.2.1"
763763
highlight.js: "npm:^11.11.1"
764764
ioredis: "npm:^5.4.2"
@@ -777,12 +777,12 @@ __metadata:
777777
languageName: node
778778
linkType: hard
779779

780-
"@types/node@npm:^22.10.5":
781-
version: 22.10.5
782-
resolution: "@types/node@npm:22.10.5"
780+
"@types/node@npm:^22.10.7":
781+
version: 22.10.7
782+
resolution: "@types/node@npm:22.10.7"
783783
dependencies:
784784
undici-types: "npm:~6.20.0"
785-
checksum: 10/a5366961ffa9921e8f15435bc18ea9f8b7a7bb6b3d92dd5e93ebcd25e8af65708872bd8e6fee274b4655bab9ca80fbff9f0e42b5b53857790f13cf68cf4cbbfc
785+
checksum: 10/64cde1c2f5e5f7d597d3bd462f52c3c2d688a66623eb75d25e1d1d63d384ef553a27100635ad0dbb7d74da517048aa636947863eb624cf85f25d2f22370ce474
786786
languageName: node
787787
linkType: hard
788788

@@ -1596,9 +1596,9 @@ __metadata:
15961596
languageName: node
15971597
linkType: hard
15981598

1599-
"eslint-plugin-prettier@npm:^5.1.3, eslint-plugin-prettier@npm:^5.2.1":
1600-
version: 5.2.1
1601-
resolution: "eslint-plugin-prettier@npm:5.2.1"
1599+
"eslint-plugin-prettier@npm:^5.1.3, eslint-plugin-prettier@npm:^5.2.3":
1600+
version: 5.2.3
1601+
resolution: "eslint-plugin-prettier@npm:5.2.3"
16021602
dependencies:
16031603
prettier-linter-helpers: "npm:^1.0.0"
16041604
synckit: "npm:^0.9.1"
@@ -1612,7 +1612,7 @@ __metadata:
16121612
optional: true
16131613
eslint-config-prettier:
16141614
optional: true
1615-
checksum: 10/10ddf68215237e327af09a47adab4c63f3885fda4fb28c4c42d1fc5f47d8a0cc45df6484799360ff1417a0aa3c77c3aaac49d7e9dfd145557b17e2d7ecc2a27c
1615+
checksum: 10/6444a0b89f3e2a6b38adce69761133f8539487d797f1655b3fa24f93a398be132c4f68f87041a14740b79202368d5782aa1dffd2bd7a3ea659f263d6796acf15
16161616
languageName: node
16171617
linkType: hard
16181618

0 commit comments

Comments
 (0)