From c817b8cf1b7ff68066e8328f5a5cef7535c80268 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 11 May 2026 23:50:43 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/build.yml | 2 +- action/package-lock.json | 19 ++++++++++--------- action/package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab251226..f83e1b8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x - name: Build Action run: cd action && npm i && npm run all - name: Check if there's a diff diff --git a/action/package-lock.json b/action/package-lock.json index c7d2c1e8..09ed0712 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -11,7 +11,7 @@ "@vercel/ncc": "^0.38.0" }, "devDependencies": { - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "@typescript-eslint/parser": "^8.0.0", "typescript": "^5.0.0" } @@ -505,13 +505,13 @@ "peer": true }, "node_modules/@types/node": { - "version": "22.16.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.5.tgz", - "integrity": "sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==", + "version": "24.12.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", + "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@typescript-eslint/parser": { @@ -1728,10 +1728,11 @@ } }, "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==", - "dev": true + "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" }, "node_modules/universal-user-agent": { "version": "6.0.1", diff --git a/action/package.json b/action/package.json index 52c5beb9..233561a2 100644 --- a/action/package.json +++ b/action/package.json @@ -13,7 +13,7 @@ "url": "git+https://github.com/GoogleCloudPlatform/functions-framework-conformance.git" }, "devDependencies": { - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "@typescript-eslint/parser": "^8.0.0", "typescript": "^5.0.0" },