diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a2817a..1e16bec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: cache-dependency-path: package.json - node-version: "20.x" + node-version: "24.x" cache: "npm" - name: Install and build diff --git a/package-lock.json b/package-lock.json index 852805a..bce38cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@mantine/hooks": "9.2.2", "@mantine/notifications": "9.2.2", "@tabler/icons-react": "3.44.0", - "@types/node": "20.19.41", + "@types/node": "24.13.3", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "8.60.0", @@ -2047,13 +2047,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.41", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.41.tgz", - "integrity": "sha512-ECymXOukMnOoVkC2bb1Vc/w/836DXncOg5m8Xj1RH7xSHZJWNYY6Zh7EH477vcnD5egKNNfy2RpNOmuChhFPgQ==", + "version": "24.13.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz", + "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/parse-json": { @@ -5672,9 +5672,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 2534150..5509fa1 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@mantine/hooks": "9.2.2", "@mantine/notifications": "9.2.2", "@tabler/icons-react": "3.44.0", - "@types/node": "20.19.41", + "@types/node": "24.13.3", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "8.60.0",