Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 0fe406b commit eb6e316
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 147 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.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,36 @@
"@skyra/http-framework": "^2.2.0",
"@skyra/jaro-winkler": "^1.1.1",
"he": "^1.2.0",
"ioredis": "^5.4.2",
"ioredis": "^5.5.0",
"smol-toml": "^1.3.1",
"turndown": "^7.2.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/he": "^1.2.3",
"@types/node": "^22.13.0",
"@types/node": "^22.13.2",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/coverage-v8": "^3.0.5",
"colorette": "^2.0.20",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.25.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "~5.4.5",
"vite": "^6.0.11",
"vitest": "^3.0.4"
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
Loading

0 comments on commit eb6e316

Please sign in to comment.