diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index e97b73cd..89cb4a92 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -14,7 +14,7 @@ jobs: - name: Setup node 24 uses: actions/setup-node@v6 with: - node-version: 24.11.1 + node-version: 24.13.0 - name: install run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f413a395..25a66763 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: - name: Setup node 24 uses: actions/setup-node@v6 with: - node-version: 24.11.1 + node-version: 24.13.0 - name: Install package dependencies run: npm install diff --git a/package-lock.json b/package-lock.json index bdbf58e2..90af5b1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/jest": "29.5.14", "@types/json-patch": "0.0.33", "@types/lodash": "4.17.23", - "@types/node": "24.7.2", + "@types/node": "24.10.8", "@types/tmp": "0.2.6", "@typescript-eslint/eslint-plugin": "8.53.0", "@typescript-eslint/parser": "8.53.0", @@ -1740,14 +1740,14 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.7.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", - "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", + "version": "24.10.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.8.tgz", + "integrity": "sha512-r0bBaXu5Swb05doFYO2kTWHMovJnNVbCsII0fhesM8bNRlLhXIuckley4a2DaD+vOdmm5G+zGkQZAPZsF80+YQ==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "undici-types": "~7.14.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/stack-utils": { @@ -8499,9 +8499,9 @@ } }, "node_modules/undici-types": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", - "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", + "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 c9d42fdd..5cdd0207 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/jest": "29.5.14", "@types/json-patch": "0.0.33", "@types/lodash": "4.17.23", - "@types/node": "24.7.2", + "@types/node": "24.10.8", "@types/tmp": "0.2.6", "@typescript-eslint/parser": "8.53.0", "@typescript-eslint/eslint-plugin": "8.53.0",