Skip to content

Commit e243d3e

Browse files
authored
1 parent d394282 commit e243d3e

File tree

2 files changed

+275
-234
lines changed

2 files changed

+275
-234
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "Kevin Elliott <[email protected]>",
2828
"license": "UNLICENSED",
2929
"dependencies": {
30-
"@types/node": "^22.13.4",
30+
"@types/node": "^22.13.8",
3131
"base85": "^3.1.0",
3232
"minizlib": "^3.0.1"
3333
},
@@ -39,10 +39,10 @@
3939
"@types/minizlib": "^2.1.7",
4040
"babel-jest": "^29.7.0",
4141
"jest": "^29.7.0",
42-
"ts-jest": "^29.2.5",
42+
"ts-jest": "^29.2.6",
4343
"ts-node": "^10.9.2",
44-
"tsup": "^8.3.6",
45-
"typescript": "^5.7.3"
44+
"tsup": "^8.4.0",
45+
"typescript": "^5.8.2"
4646
},
4747
"publishConfig": {
4848
"access": "public"

0 commit comments

Comments
 (0)