Skip to content

Commit d285887

Browse files
fix(deps): update all non-major dependencies (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60988dd commit d285887

File tree

2 files changed

+225
-109
lines changed

2 files changed

+225
-109
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@boringnode/bus": "^0.7.1",
35-
"@poppinss/utils": "^6.9.2",
35+
"@poppinss/utils": "^6.9.4",
3636
"emittery": "^1.1.0",
3737
"matchit": "^1.1.0"
3838
},
@@ -42,16 +42,16 @@
4242
"@adonisjs/tsconfig": "^1.4.0",
4343
"@japa/assert": "^4.0.1",
4444
"@japa/runner": "^4.2.0",
45-
"@swc/core": "^1.11.9",
45+
"@swc/core": "^1.11.29",
4646
"@types/node": "^20.16.10",
4747
"c8": "^10.1.3",
4848
"del-cli": "^6.0.0",
49-
"eslint": "^9.22.0",
49+
"eslint": "^9.27.0",
5050
"prettier": "^3.5.3",
5151
"release-it": "^18.1.2",
5252
"ts-node-maintained": "^10.9.5",
53-
"tsup": "^8.4.0",
54-
"typescript": "^5.8.2"
53+
"tsup": "^8.5.0",
54+
"typescript": "^5.8.3"
5555
},
5656
"author": "Romain Lanz <[email protected]>",
5757
"license": "MIT",
@@ -90,5 +90,5 @@
9090
"volta": {
9191
"node": "20.11.1"
9292
},
93-
"packageManager": "yarn@4.7.0"
93+
"packageManager": "yarn@4.9.1"
9494
}

0 commit comments

Comments
 (0)