diff --git a/package-lock.json b/package-lock.json index b5c71d8..a181062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "picomatch": "4.0.2" }, "devDependencies": { - "@types/node": "^22.13.1", + "@types/node": "^24.9.2", "@types/picomatch": "3.0.2", "@typescript-eslint/parser": "^8.23.0", "@vercel/ncc": "^0.38.3", @@ -1733,13 +1733,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.13.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.1.tgz", - "integrity": "sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==", + "version": "24.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz", + "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/picomatch": { @@ -7521,9 +7521,9 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 9029050..d425e7b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "picomatch": "4.0.2" }, "devDependencies": { - "@types/node": "^22.13.1", + "@types/node": "^24.9.2", "@types/picomatch": "3.0.2", "@typescript-eslint/parser": "^8.23.0", "@vercel/ncc": "^0.38.3",