diff --git a/.github/workflows/dry-publish.yml b/.github/workflows/dry-publish.yml index b2e1c1226..ff11e4465 100644 --- a/.github/workflows/dry-publish.yml +++ b/.github/workflows/dry-publish.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - run: bash .github/workflows/setup.sh diff --git a/.github/workflows/publish-engines.yml b/.github/workflows/publish-engines.yml index b03817597..28232ae72 100644 --- a/.github/workflows/publish-engines.yml +++ b/.github/workflows/publish-engines.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - run: bash .github/workflows/setup.sh env: diff --git a/package.json b/package.json index 37f5a79be..c5d251054 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "devDependencies": { "@actions/core": "1.11.1", "@sindresorhus/slugify": "1.1.2", - "@types/node": "18.19.76", + "@types/node": "22.18.12", "@types/node-fetch": "2.6.12", "arg": "5.0.2", "chalk": "4.1.2", diff --git a/packages/engines-version/package.json b/packages/engines-version/package.json index 69c3e4a9e..e8b0df62c 100644 --- a/packages/engines-version/package.json +++ b/packages/engines-version/package.json @@ -14,7 +14,7 @@ "directory": "packages/engines-version" }, "devDependencies": { - "@types/node": "18.19.76", + "@types/node": "22.18.12", "typescript": "4.9.5" }, "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dc5b86a7c..a900fd9a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: 1.1.2 version: 1.1.2 '@types/node': - specifier: 18.19.76 - version: 18.19.76 + specifier: 22.18.12 + version: 22.18.12 '@types/node-fetch': specifier: 2.6.12 version: 2.6.12 @@ -43,7 +43,7 @@ importers: version: 2.8.8 ts-node: specifier: 10.9.2 - version: 10.9.2(@types/node@18.19.76)(typescript@4.9.5) + version: 10.9.2(@types/node@22.18.12)(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -51,8 +51,8 @@ importers: packages/engines-version: devDependencies: '@types/node': - specifier: 18.19.76 - version: 18.19.76 + specifier: 22.18.12 + version: 22.18.12 typescript: specifier: 4.9.5 version: 4.9.5 @@ -140,14 +140,14 @@ packages: /@types/node-fetch@2.6.12: resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==} dependencies: - '@types/node': 18.19.76 + '@types/node': 22.18.12 form-data: 4.0.0 dev: true - /@types/node@18.19.76: - resolution: {integrity: sha512-yvR7Q9LdPz2vGpmpJX5LolrgRdWvB67MJKDPSgIIzpFbaf9a1j/f5DnLp5VDyHGMR0QZHlTr1afsD87QCXFHKw==} + /@types/node@22.18.12: + resolution: {integrity: sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==} dependencies: - undici-types: 5.26.5 + undici-types: 6.21.0 dev: true /acorn-walk@8.1.1: @@ -402,7 +402,7 @@ packages: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: true - /ts-node@10.9.2(@types/node@18.19.76)(typescript@4.9.5): + /ts-node@10.9.2(@types/node@22.18.12)(typescript@4.9.5): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -421,7 +421,7 @@ packages: '@tsconfig/node12': 1.0.7 '@tsconfig/node14': 1.0.0 '@tsconfig/node16': 1.0.2 - '@types/node': 18.19.76 + '@types/node': 22.18.12 acorn: 8.7.1 acorn-walk: 8.1.1 arg: 4.1.3 @@ -444,8 +444,8 @@ packages: hasBin: true dev: true - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + /undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} dev: true /v8-compile-cache-lib@3.0.1: