Skip to content

Commit d89390c

Browse files
committed
chore: bump deps
1 parent cd96a09 commit d89390c

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

index.cts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
module.exports = async () => {
33
const m = await import('./index.js');
44

5+
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
56
return m.default({});
67
};

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,35 +92,35 @@
9292
"date-fns": "^4.1.0",
9393
"json-log-line": "^0.0.2",
9494
"json-stringify-pretty-compact": "^4.0.0",
95-
"meow": "^13.2.0",
95+
"meow": "^14.0.0",
9696
"on-exit-leak-free": "^2.1.2",
97-
"pino-abstract-transport": "^2.0.0",
97+
"pino-abstract-transport": "^3.0.0",
9898
"pretty-ms": "^9",
99-
"pump": "^3.0.2",
99+
"pump": "^3.0.3",
100100
"sonic-boom": "^4.2.0"
101101
},
102102
"devDependencies": {
103-
"@commitlint/cli": "^19.8.1",
104-
"@commitlint/config-conventional": "^19.8.1",
105-
"@types/node": "^22.15.21",
103+
"@commitlint/cli": "^20.1.0",
104+
"@commitlint/config-conventional": "^20.0.0",
105+
"@types/node": "^24.10.1",
106106
"@types/pump": "^1.1.3",
107-
"ava": "^6.3.0",
107+
"ava": "^6.4.1",
108108
"c8": "^10.1.3",
109-
"execa": "^9.5.3",
109+
"execa": "^9.6.0",
110110
"fixpack": "^4.0.0",
111111
"husky": "^9.1.7",
112-
"lint-staged": "^16.0.0",
112+
"lint-staged": "^16.2.7",
113113
"np": "^10.2.0",
114-
"pino": "^9.7.0",
114+
"pino": "^10.1.0",
115115
"pino-std-serializers": "^7.0.0",
116-
"prettier-plugin-packagejson": "^2.5.14",
117-
"rimraf": "^6.0.1",
118-
"strip-ansi": "^7.1.0",
116+
"prettier-plugin-packagejson": "^2.5.19",
117+
"rimraf": "^6.1.2",
118+
"strip-ansi": "^7.1.2",
119119
"ts-node": "^10.9.2",
120-
"typescript": "^5.8.3",
121-
"xo": "^1.0.0"
120+
"typescript": "^5.9.3",
121+
"xo": "^1.2.3"
122122
},
123123
"engines": {
124-
"node": ">=18"
124+
"node": ">=20"
125125
}
126126
}

0 commit comments

Comments
 (0)