Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
[skip publish]
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent ffae598 commit fd42fcb
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-imager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Login to DockerHub
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 @@ -77,8 +77,8 @@
"devDependencies": {
"@apollo/server": "^4.11.3",
"@as-integrations/koa": "^1.1.1",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@discordjs/collection": "^2.1.1",
"@favware/cliff-jumper": "^6.0.0",
"@graphql-codegen/cli": "^5.0.4",
Expand All @@ -94,7 +94,7 @@
"@sapphire/timestamp": "^1.0.5",
"@sapphire/ts-config": "^5.0.1",
"@skyra/jaro-winkler": "^1.1.1",
"@swc/core": "^1.10.12",
"@swc/core": "^1.10.16",
"@types/async": "^3.2.24",
"@types/cheerio": "^0.22.35",
"@types/koa": "^2.15.0",
Expand All @@ -103,7 +103,7 @@
"@types/node": "^20.17.3",
"@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",
"async": "^3.2.6",
"cheerio": "^1.0.0",
"colorette": "^2.0.20",
Expand All @@ -113,17 +113,17 @@
"eslint-plugin-prettier": "^5.2.3",
"graphql-tag": "^2.12.6",
"json-stream-stringify": "^3.1.6",
"koa": "^2.15.3",
"koa": "^2.15.4",
"koa-bodyparser": "^4.4.1",
"lint-staged": "^15.4.3",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"replace-in-file": "^8.3.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "~5.4.5",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -170,6 +170,6 @@
},
"packageManager": "[email protected]",
"volta": {
"node": "22.13.1"
"node": "22.14.0"
}
}
Loading

0 comments on commit fd42fcb

Please sign in to comment.