diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index ea7f0658..81f9344a 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -16,7 +16,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 59227cdd..c448e0a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,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 ef393ebb..27608ccf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,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.9", "@types/tmp": "0.2.6", "@typescript-eslint/eslint-plugin": "8.54.0", "@typescript-eslint/parser": "8.54.0", @@ -1564,13 +1564,13 @@ "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.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.9.tgz", + "integrity": "sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.14.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/stack-utils": { @@ -7798,9 +7798,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 6ea888e6..9304c0e1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,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.9", "@types/tmp": "0.2.6", "@typescript-eslint/eslint-plugin": "8.54.0", "@typescript-eslint/parser": "8.54.0",