Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#405)
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 08f5832 commit ad60359
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: true
- 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/login-action@v3.3.0
with:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@skyra/http-framework": "^2.2.0",
"@skyra/jaro-winkler": "^1.1.1",
"he": "^1.2.0",
"ioredis": "^5.4.1",
"ioredis": "^5.4.2",
"smol-toml": "^1.3.1",
"turndown": "^7.2.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
Expand All @@ -53,7 +53,7 @@
"@vitest/coverage-v8": "^2.1.8",
"colorette": "^2.0.20",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -63,7 +63,7 @@
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "~5.4.5",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"resolutions": {
Expand Down
Loading

0 comments on commit ad60359

Please sign in to comment.