diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 5362e97..ed08f1f 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Authenticate with NPM registry run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc diff --git a/package-lock.json b/package-lock.json index 4395f5a..39aeac0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@bifravst/eslint-config-typescript": "6.4.4", "@bifravst/prettier-config": "1.1.17", "@commitlint/config-conventional": "19.8.1", - "@types/node": "22.20.1", + "@types/node": "24.13.3", "husky": "9.1.7", "tsx": "4.23.0" }, @@ -795,13 +795,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.20.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", - "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", + "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/normalize-package-data": { @@ -4790,9 +4790,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 7739a67..5e4b5a8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@bifravst/eslint-config-typescript": "6.4.4", "@bifravst/prettier-config": "1.1.17", "@commitlint/config-conventional": "19.8.1", - "@types/node": "22.20.1", + "@types/node": "24.13.3", "husky": "9.1.7", "tsx": "4.23.0" },