Skip to content

Commit

Permalink
chore(deps): update dependencies (#9375)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* chore: bump version

* chore: change renovate schedule
  • Loading branch information
Bas950 authored Mar 7, 2025
1 parent 7362bf5 commit 11b0f0f
Show file tree
Hide file tree
Showing 11 changed files with 757 additions and 1,617 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"extends": [
"github>Recodive/Recodive:renovate-config"
],
"schedule": [
"* * * * 5"
],
"automerge": false
}
809 changes: 166 additions & 643 deletions cli/package-lock.json

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@types/adm-zip": "^0.5.7",
"@types/discord-rpc": "^4.0.8",
"@types/discord-rpc": "^4.0.9",
"@types/got": "^9.6.12",
"@types/json-to-ast": "^2.1.4",
"@types/semver": "^7.5.8",
"@types/sharp": "^0.31.1",
"@types/ws": "^8.5.14",
"@vitest/coverage-v8": "^3.0.6",
"@vitest/ui": "^3.0.6",
"@types/ws": "^8.18.0",
"@vitest/coverage-v8": "^3.0.8",
"@vitest/ui": "^3.0.8",
"adm-zip": "^0.5.16",
"cac": "^6.7.14",
"chalk": "^5.4.1",
Expand All @@ -42,14 +41,14 @@
"is-ci": "^4.1.0",
"json-to-ast": "^2.1.0",
"jsonschema": "^1.5.0",
"mongodb": "^6.13.0",
"mongodb": "^6.14.2",
"multimatch": "^7.0.0",
"ora": "^8.2.0",
"semver": "^7.7.1",
"sharp": "^0.33.5",
"typescript": "^5.7.3",
"vitest": "^3.0.6",
"ws": "^8.18.0"
"typescript": "^5.8.2",
"vitest": "^3.0.8",
"ws": "^8.18.1"
},
"overrides": {
"whatwg-url": "^14.0.0"
Expand Down
Loading

0 comments on commit 11b0f0f

Please sign in to comment.