diff --git a/cli/package-lock.json b/cli/package-lock.json index 5083b76..9a34545 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -17,7 +17,7 @@ "clitronic": "bin/clitronic.ts" }, "devDependencies": { - "@types/node": "^24", + "@types/node": "^26", "tsx": "^4.19.0", "typescript": "^5" }, @@ -498,12 +498,12 @@ } }, "node_modules/@types/node": { - "version": "24.12.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", - "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/node-fetch": { @@ -1214,9 +1214,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/web-streams-polyfill": { diff --git a/cli/package.json b/cli/package.json index 4cd99bb..56b8477 100644 --- a/cli/package.json +++ b/cli/package.json @@ -22,7 +22,7 @@ "ora": "^8.1.1" }, "devDependencies": { - "@types/node": "^24", + "@types/node": "^26", "tsx": "^4.19.0", "typescript": "^5" }