diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5239df442f7..29b92da9bb4 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22.18.0 + node-version: 22.20.0 cache: npm - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 50da32c4d68..4f934c3f4e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22.18.0 + node-version: 22.20.0 cache: npm - name: Install dependencies diff --git a/.github/workflows/pre-release-sha.yml b/.github/workflows/pre-release-sha.yml index b7d4c789562..7581ba70ca0 100644 --- a/.github/workflows/pre-release-sha.yml +++ b/.github/workflows/pre-release-sha.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.18.0' + node-version: '22.20.0' cache: npm registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 3a446f6c894..4be6e2c7304 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22.18.0 + node-version: 22.20.0 cache: npm - name: Install dependencies diff --git a/package-lock.json b/package-lock.json index a9cb0517bd6..41ae581d470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -136,7 +136,7 @@ "@types/lodash": "4.17.20", "@types/lodash.shuffle": "4.2.9", "@types/multiparty": "4.2.1", - "@types/node": "22.17.2", + "@types/node": "22.18.6", "@types/node-fetch": "2.6.13", "@types/parallel-transform": "1.1.4", "@types/parse-github-url": "1.0.3", @@ -4802,9 +4802,10 @@ } }, "node_modules/@types/node": { - "version": "22.17.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.2.tgz", - "integrity": "sha512-gL6z5N9Jm9mhY+U2KXZpteb+09zyffliRkZyZOHODGATyC5B1Jt/7TzuuiLkFsSUMLbS1OLmlj/E+/3KF4Q/4w==", + "version": "22.18.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.6.tgz", + "integrity": "sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==", + "license": "MIT", "peer": true, "dependencies": { "undici-types": "~6.21.0" diff --git a/package.json b/package.json index 5dcadeea932..1c551979cf4 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "@types/lodash": "4.17.20", "@types/lodash.shuffle": "4.2.9", "@types/multiparty": "4.2.1", - "@types/node": "22.17.2", + "@types/node": "22.18.6", "@types/node-fetch": "2.6.13", "@types/parallel-transform": "1.1.4", "@types/parse-github-url": "1.0.3",