diff --git a/.node-version b/.node-version index 209e3ef4b..2bd5a0a98 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20 +22 diff --git a/package-lock.json b/package-lock.json index 7472546a3..0ad70d63a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "supports-color": "9.3.1" }, "devDependencies": { - "@types/node": "20.16.11", + "@types/node": "22.8.6", "@vercel/ncc": "0.38.1", "husky": "9.1.6", "markdown-link-check": "3.12.2", @@ -438,12 +438,12 @@ } }, "node_modules/@types/node": { - "version": "20.16.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz", - "integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==", + "version": "22.8.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz", + "integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "node_modules/@types/node-fetch": { @@ -1856,9 +1856,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", - "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "license": "MIT" }, "node_modules/universal-user-agent": { diff --git a/package.json b/package.json index 0d7b8c431..06bd1f47f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "supports-color": "9.3.1" }, "devDependencies": { - "@types/node": "20.16.11", + "@types/node": "22.8.6", "@vercel/ncc": "0.38.1", "husky": "9.1.6", "markdown-link-check": "3.12.2",