Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#308)
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 Aug 11, 2024
1 parent 0568eb4 commit 9075c28
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Haste Server Docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
push: true
context: .
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@fastify/type-provider-typebox": "^4.0.0",
"@pnotify/core": "^5.2.0",
"@sapphire/fetch": "^3.0.2",
"@sinclair/typebox": "^0.32.35",
"@sinclair/typebox": "^0.33.4",
"@skyra/env-utilities": "^1.3.0",
"fastify": "^4.28.1",
"highlight.js": "^11.10.0",
Expand All @@ -34,7 +34,7 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.14.14",
"@types/node": "^20.14.15",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"autoprefixer": "^10.4.20",
Expand All @@ -47,7 +47,7 @@
"rimraf": "^6.0.1",
"tsup": "^8.2.4",
"typescript": "^5.5.2",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"eslintConfig": {
"extends": "@sapphire"
Expand Down
43 changes: 23 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -848,10 +848,10 @@ __metadata:
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.32.35":
version: 0.32.35
resolution: "@sinclair/typebox@npm:0.32.35"
checksum: 10/5319164290cde0fae75681ac57ba5caa70850252a015e09725569ff7df3496731135604da77fa614706e3882f2d301e5c1748914b850727191dea4fcdfa8d06f
"@sinclair/typebox@npm:^0.33.4":
version: 0.33.4
resolution: "@sinclair/typebox@npm:0.33.4"
checksum: 10/04e1b4133d9245ce767066a546ef3bedcdd7d0482acb510b999791b9f4910e1cfb89d5a50c4cda79ecdc48959b94abd26d0a4a5dc0089304c0cca00b1b2d3758
languageName: node
linkType: hard

Expand Down Expand Up @@ -880,9 +880,9 @@ __metadata:
"@sapphire/fetch": "npm:^3.0.2"
"@sapphire/prettier-config": "npm:^2.0.0"
"@sapphire/ts-config": "npm:^5.0.1"
"@sinclair/typebox": "npm:^0.32.35"
"@sinclair/typebox": "npm:^0.33.4"
"@skyra/env-utilities": "npm:^1.3.0"
"@types/node": "npm:^20.14.14"
"@types/node": "npm:^20.14.15"
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
"@typescript-eslint/parser": "npm:^7.13.1"
autoprefixer: "npm:^10.4.20"
Expand All @@ -898,7 +898,7 @@ __metadata:
rimraf: "npm:^6.0.1"
tsup: "npm:^8.2.4"
typescript: "npm:^5.5.2"
vite: "npm:^5.3.5"
vite: "npm:^5.4.0"
languageName: unknown
linkType: soft

Expand All @@ -909,12 +909,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.14":
version: 20.14.14
resolution: "@types/node@npm:20.14.14"
"@types/node@npm:^20.14.15":
version: 20.14.15
resolution: "@types/node@npm:20.14.15"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/035bc347e3de04888d537801e23eb4b4f99522975ca002dbfef978edd853710031b7cd43bf022670d6aba4ed5d4ac75ea1b5ff77ff8f80998bffd943b7bcef48
checksum: 10/87a4a4313e886c1db1c8042004956095477e040f67df993fd16a2d50488c750bda81e85bf702c2e629e964605034e8dfe0cb91b65ce22b6b8eec37ece61c6b6c
languageName: node
linkType: hard

Expand Down Expand Up @@ -3370,14 +3370,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.39":
version: 8.4.39
resolution: "postcss@npm:8.4.39"
"postcss@npm:^8.4.40":
version: 8.4.41
resolution: "postcss@npm:8.4.41"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.1"
source-map-js: "npm:^1.2.0"
checksum: 10/ad9c1add892c96433b9a5502878201ede4a20c4ce02d056251f61f8d9a3e5426dab3683fe5a086edfa78a1a19f2b4988c8cea02c5122136d29758cb5a17e2621
checksum: 10/6e6176c2407eff60493ca60a706c6b7def20a722c3adda94ea1ece38345eb99964191336fd62b62652279cec6938e79e0b1e1d477142c8d3516e7a725a74ee37
languageName: node
linkType: hard

Expand Down Expand Up @@ -4246,19 +4246,20 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.3.5":
version: 5.3.5
resolution: "vite@npm:5.3.5"
"vite@npm:^5.4.0":
version: 5.4.0
resolution: "vite@npm:5.4.0"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.39"
postcss: "npm:^8.4.40"
rollup: "npm:^4.13.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
Expand All @@ -4274,6 +4275,8 @@ __metadata:
optional: true
sass:
optional: true
sass-embedded:
optional: true
stylus:
optional: true
sugarss:
Expand All @@ -4282,7 +4285,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/5672dde4a969349d9cf90a9e43029c8489dfff60fb04d6a10717d6224553cf12283a8cace633fa80b006df6037f72d08a459a38bf8ea66cb19075d60fe159482
checksum: 10/5a98b1d30cc8c0263551f417a360102d40b78b9170e9e58a99c1a394ab700c7e604d3c52dafda323c11356a76eba865800d3d8588b33a8febdeaddd5a8981410
languageName: node
linkType: hard

Expand Down

0 comments on commit 9075c28

Please sign in to comment.