Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 462983c commit 68a9047
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
push: true
context: .
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/he": "^1.2.3",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
Expand All @@ -63,7 +63,7 @@
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "~5.4.5",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vitest": "^2.1.1"
},
"resolutions": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1309,12 +1309,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.16.5":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
"@types/node@npm:*, @types/node@npm:^20.16.10":
version: 20.16.10
resolution: "@types/node@npm:20.16.10"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/39a8457149dc17cdea57afc90d4da53182fdb8b958d5bb065a15d123d81d4efa6b51a0de92428d05ead2e63ce07195586f71083401b99cdbcd04662344fbf7a1
checksum: 10/f0832d16fed07737c2c3edd6cb6414a22e8379173e56e701ab8890b8798c8f9bc37337332631818f813ff7f8c0e168e9900e8f44cdfd2406d15150289c813acc
languageName: node
linkType: hard

Expand Down Expand Up @@ -5178,7 +5178,7 @@ __metadata:
"@skyra/http-framework": "npm:^2.1.0"
"@skyra/jaro-winkler": "npm:^1.1.1"
"@types/he": "npm:^1.2.3"
"@types/node": "npm:^20.16.5"
"@types/node": "npm:^20.16.10"
"@types/turndown": "npm:^5.0.5"
"@typescript-eslint/eslint-plugin": "npm:^7.17.0"
"@typescript-eslint/parser": "npm:^7.17.0"
Expand All @@ -5199,7 +5199,7 @@ __metadata:
tsx: "npm:^4.19.1"
turndown: "npm:^7.2.0"
typescript: "npm:~5.4.5"
vite: "npm:^5.4.7"
vite: "npm:^5.4.8"
vitest: "npm:^2.1.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5771,9 +5771,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.0, vite@npm:^5.4.7":
version: 5.4.7
resolution: "vite@npm:5.4.7"
"vite@npm:^5.0.0, vite@npm:^5.4.8":
version: 5.4.8
resolution: "vite@npm:5.4.8"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -5810,7 +5810,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/3f27e870930ad83b51e009604c6b69ab090e69bb5bfe85007c7e4ec3326efae4e33ac799645926363f258595b3be3055cc1ebc5ee158cff4bacdf41adf4ef8ed
checksum: 10/17fdffa558abaf854f04ead7d3ddd76e4556a59871f9ac63cca3fc20a79979984837d8dddaae4b171e3d73061f781e4eec0f6d3babdbce2b4d111d29cf474c1c
languageName: node
linkType: hard

Expand Down

0 comments on commit 68a9047

Please sign in to comment.