diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c05ad3..f37b2f4 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 55abf76..7ba1ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@edge-runtime/vm": "5.0.0", "@eslint/eslintrc": "3.3.5", "@eslint/js": "9.39.4", - "@types/node": "20.19.41", + "@types/node": "24.13.2", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.2", @@ -1190,13 +1190,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.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz", + "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/react": { @@ -6010,9 +6010,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 2c328d3..4d40d38 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@edge-runtime/vm": "5.0.0", "@eslint/eslintrc": "3.3.5", "@eslint/js": "9.39.4", - "@types/node": "20.19.41", + "@types/node": "24.13.2", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.2",