diff --git a/package.json b/package.json index b19d3ac..dd270bc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "start": "npm run build && electron ./dist/" }, "devDependencies": { - "@types/node": "^26.0.1", + "@types/node": "^26.1.2", "@typescript-eslint/eslint-plugin": "^8.60.0", "@typescript-eslint/parser": "^8.62.1", "electron": "^43.0.0", diff --git a/yarn.lock b/yarn.lock index e7a7fce..8dbc8c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -289,10 +289,10 @@ dependencies: undici-types "~7.16.0" -"@types/node@^26.0.1": - version "26.0.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-26.0.1.tgz#4a60e2c7a6d68bd261e265f8983bfe1601263ce3" - integrity sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw== +"@types/node@^26.1.2": + version "26.1.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-26.1.2.tgz#da79708f1f9c6294f4cdec8f455a3032b028808a" + integrity sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg== dependencies: undici-types "~8.3.0"