diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 38c0218b..accf1a10 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - 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 63927895..d94d26de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@bifravst/prettier-config": "1.1.17", "@commitlint/config-conventional": "19.8.1", "@types/aws-lambda": "8.10.159", - "@types/node": "22.19.2", + "@types/node": "24.10.3", "commitlint": "19.8.1", "husky": "9.1.7", "tsmatchers": "5.0.3", @@ -3633,13 +3633,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.19.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.2.tgz", - "integrity": "sha512-LPM2G3Syo1GLzXLGJAKdqoU35XvrWzGJ21/7sgZTUpbkBaOasTj8tjwn6w+hCkqaa1TfJ/w67rJSwYItlJ2mYw==", + "version": "24.10.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.3.tgz", + "integrity": "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/normalize-package-data": { @@ -8093,9 +8093,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.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 89eaca75..0fff87aa 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@bifravst/prettier-config": "1.1.17", "@commitlint/config-conventional": "19.8.1", "@types/aws-lambda": "8.10.159", - "@types/node": "22.19.2", + "@types/node": "24.10.3", "commitlint": "19.8.1", "husky": "9.1.7", "tsmatchers": "5.0.3",