Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 6aa9baa commit 5fd4ae6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
},
"dependencies": {
"@fastify/rate-limit": "^10.2.1",
"@fastify/sensible": "^6.0.1",
"@fastify/sensible": "^6.0.2",
"@fastify/static": "^8.0.3",
"@fastify/swagger": "^9.4.0",
"@fastify/swagger-ui": "^5.2.0",
"@fastify/type-provider-typebox": "^5.1.0",
"@pnotify/core": "^5.2.0",
"@sapphire/fetch": "^3.0.5",
"@sinclair/typebox": "^0.34.11",
"@sinclair/typebox": "^0.34.13",
"@skyra/env-utilities": "^1.3.0",
"fastify": "^5.2.0",
"highlight.js": "^11.11.0",
"ioredis": "^5.4.1"
"ioredis": "^5.4.2"
},
"devDependencies": {
"@sapphire/eslint-config": "^5.0.5",
Expand All @@ -48,7 +48,7 @@
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"eslintConfig": {
"extends": "@sapphire"
Expand Down
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,18 +289,18 @@ __metadata:
languageName: node
linkType: hard

"@fastify/sensible@npm:^6.0.1":
version: 6.0.1
resolution: "@fastify/sensible@npm:6.0.1"
"@fastify/sensible@npm:^6.0.2":
version: 6.0.2
resolution: "@fastify/sensible@npm:6.0.2"
dependencies:
"@lukeed/ms": "npm:^2.0.2"
dequal: "npm:^2.0.3"
fastify-plugin: "npm:^5.0.0-pre.fv5.1"
fastify-plugin: "npm:^5.0.0"
forwarded: "npm:^0.2.0"
http-errors: "npm:^2.0.0"
type-is: "npm:^1.6.18"
vary: "npm:^1.1.2"
checksum: 10/b472ea5fcef631abd2512b07d02b15a613f39a7765b4ae5ad5da79d86924ec0cbbe42c89f45be33dacd0d6dac97c4a4b3042472872e945d4239db4e0a4c16d6d
checksum: 10/d254f9f280e0095cfaecf0ad373e9d5ad32a59c1014e4a7069d5ec2a232e56f8b9b7d809c6b43d03caf9e3e59d54ae10561c5ea43d60dd1859640b5b0633b57c
languageName: node
linkType: hard

Expand Down Expand Up @@ -692,10 +692,10 @@ __metadata:
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.34.11":
version: 0.34.11
resolution: "@sinclair/typebox@npm:0.34.11"
checksum: 10/411f0501059050313219879d8135c37f0353900f5e00b48b38a295175070c0b167b63d01ccdccfa941bce271db34f52f423f97a341ae73ed4660e48b07f86cf4
"@sinclair/typebox@npm:^0.34.13":
version: 0.34.13
resolution: "@sinclair/typebox@npm:0.34.13"
checksum: 10/b6deabb95eff99fcff2ab8912468478cfad1ec0a423ff165e1c13daea4dbd77ce79abd520e655b6c9948c0814fdfec4ac9b9b480dd57bd9c178ab6fdfa78b950
languageName: node
linkType: hard

Expand All @@ -714,7 +714,7 @@ __metadata:
resolution: "@skyra/haste-server@workspace:."
dependencies:
"@fastify/rate-limit": "npm:^10.2.1"
"@fastify/sensible": "npm:^6.0.1"
"@fastify/sensible": "npm:^6.0.2"
"@fastify/static": "npm:^8.0.3"
"@fastify/swagger": "npm:^9.4.0"
"@fastify/swagger-ui": "npm:^5.2.0"
Expand All @@ -724,7 +724,7 @@ __metadata:
"@sapphire/fetch": "npm:^3.0.5"
"@sapphire/prettier-config": "npm:^2.0.0"
"@sapphire/ts-config": "npm:^5.0.1"
"@sinclair/typebox": "npm:^0.34.11"
"@sinclair/typebox": "npm:^0.34.13"
"@skyra/env-utilities": "npm:^1.3.0"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
Expand All @@ -737,12 +737,12 @@ __metadata:
eslint-plugin-prettier: "npm:^5.2.1"
fastify: "npm:^5.2.0"
highlight.js: "npm:^11.11.0"
ioredis: "npm:^5.4.1"
ioredis: "npm:^5.4.2"
prettier: "npm:^3.4.2"
rimraf: "npm:^6.0.1"
tsup: "npm:^8.3.5"
typescript: "npm:^5.6.3"
vite: "npm:^6.0.3"
vite: "npm:^6.0.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1454,7 +1454,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.24.0":
"esbuild@npm:0.24.0, esbuild@npm:^0.24.0":
version: 0.24.0
resolution: "esbuild@npm:0.24.0"
dependencies:
Expand Down Expand Up @@ -1811,7 +1811,7 @@ __metadata:
languageName: node
linkType: hard

"fastify-plugin@npm:^5.0.0, fastify-plugin@npm:^5.0.0-pre.fv5.1":
"fastify-plugin@npm:^5.0.0":
version: 5.0.1
resolution: "fastify-plugin@npm:5.0.1"
checksum: 10/76f6960558239d1ead520ecfb9dbb9b0435a63376d9d48bed0861609a909bf1958cb097745bb1a5485592f2c6d1438941e7481203c86b0e74d2bc34f09e8ed3e
Expand Down Expand Up @@ -2212,9 +2212,9 @@ __metadata:
languageName: node
linkType: hard

"ioredis@npm:^5.4.1":
version: 5.4.1
resolution: "ioredis@npm:5.4.1"
"ioredis@npm:^5.4.2":
version: 5.4.2
resolution: "ioredis@npm:5.4.2"
dependencies:
"@ioredis/commands": "npm:^1.1.1"
cluster-key-slot: "npm:^1.1.0"
Expand All @@ -2225,7 +2225,7 @@ __metadata:
redis-errors: "npm:^1.2.0"
redis-parser: "npm:^3.0.0"
standard-as-callback: "npm:^2.1.0"
checksum: 10/9043b812ac58065e80c759d130602cc64490fcaeaacf93723453fda04c7ba61dab0e2f50380eacb045592378ededf44f270c0d43e13e3e8b8d7c5a8d7fecb823
checksum: 10/1ba306dfb5ec03b07f797e7c55da99207448ce5f733ffd46b03a215ec4db73bd572adb7cf20c993e04f437e80ba4ebe261077d0fc98ed14162cd1b09aa4b8634
languageName: node
linkType: hard

Expand Down Expand Up @@ -3902,11 +3902,11 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^6.0.3":
version: 6.0.3
resolution: "vite@npm:6.0.3"
"vite@npm:^6.0.5":
version: 6.0.5
resolution: "vite@npm:6.0.5"
dependencies:
esbuild: "npm:^0.24.0"
esbuild: "npm:0.24.0"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.49"
rollup: "npm:^4.23.0"
Expand Down Expand Up @@ -3950,7 +3950,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/eca0949b8cbc887e78977515d8fc22eaa2d03425d60a0a422f2db1da9d26bd1b431b2815a273c798e8e3fe176a99e105c3d87b0ba615ca19b8bf19e0334d807a
checksum: 10/582bc53c14ae8c8dcb6887a1a24fb554ad6f19446ae0f9df18a47e7ab8787a08687e94a2f4c8636001233207640f91d081e31b00cc3ef9d90908a4bae26410b4
languageName: node
linkType: hard

Expand Down

0 comments on commit 5fd4ae6

Please sign in to comment.