From fb79fce765c2d4a7a59a02a544443b189553f358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:16:50 +0000 Subject: [PATCH 1/2] chore: bump undici from 6.21.0 to 7.0.0 Bumps [undici](https://github.com/nodejs/undici) from 6.21.0 to 7.0.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v7.0.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/fetch-impl/package.json | 2 +- packages/rpc-transport-http/package.json | 2 +- packages/test-config/package.json | 4 ++-- pnpm-lock.yaml | 20 ++++++++++---------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/fetch-impl/package.json b/packages/fetch-impl/package.json index 75d0979971c..d3ab972716d 100644 --- a/packages/fetch-impl/package.json +++ b/packages/fetch-impl/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "tinybench": "^3.0.6", - "undici": "^6.21.0" + "undici": "^7.0.0" }, "engines": { "node": ">=20.18.0" diff --git a/packages/rpc-transport-http/package.json b/packages/rpc-transport-http/package.json index 64b02f8f2a6..892f5230a41 100644 --- a/packages/rpc-transport-http/package.json +++ b/packages/rpc-transport-http/package.json @@ -79,7 +79,7 @@ }, "devDependencies": { "tinybench": "^3.0.6", - "undici": "^6.21.0", + "undici": "^7.0.0", "zx": "^8.2.4" }, "peerDependencies": { diff --git a/packages/test-config/package.json b/packages/test-config/package.json index ade0764c996..8e770527f48 100644 --- a/packages/test-config/package.json +++ b/packages/test-config/package.json @@ -8,12 +8,12 @@ ], "peerDependencies": { "jest-dev-server": "^10.0.0", - "undici": "^6.21.0", + "undici": "^7.0.0", "whatwg-fetch": "^3.6.20" }, "devDependencies": { "@jest/types": "^29.6.3", - "undici": "^6.21.0", + "undici": "^7.0.0", "whatwg-fetch": "^3.6.20" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7a4d61e8eb..63bc52bb5a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -510,8 +510,8 @@ importers: specifier: ^3.0.6 version: 3.0.6 undici: - specifier: ^6.21.0 - version: 6.21.0 + specifier: ^7.0.0 + version: 7.0.0 packages/functional: dependencies: @@ -1025,8 +1025,8 @@ importers: specifier: ^3.0.6 version: 3.0.6 undici: - specifier: ^6.21.0 - version: 6.21.0 + specifier: ^7.0.0 + version: 7.0.0 zx: specifier: ^8.2.4 version: 8.2.4 @@ -1139,8 +1139,8 @@ importers: specifier: ^29.6.3 version: 29.6.3 undici: - specifier: ^6.21.0 - version: 6.21.0 + specifier: ^7.0.0 + version: 7.0.0 whatwg-fetch: specifier: ^3.6.20 version: 3.6.20 @@ -6560,9 +6560,9 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici@6.21.0: - resolution: {integrity: sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==} - engines: {node: '>=18.17'} + undici@7.0.0: + resolution: {integrity: sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==} + engines: {node: '>=20.18.1'} unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} @@ -13040,7 +13040,7 @@ snapshots: undici-types@6.21.0: {} - undici@6.21.0: {} + undici@7.0.0: {} unicode-canonical-property-names-ecmascript@2.0.0: optional: true From e12d58124b56fcee228fb2ef8d10782c6e790bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:57:04 +0000 Subject: [PATCH 2/2] chore: bump undici-types from 6.21.0 to 7.0.0 Bumps [undici-types](https://github.com/nodejs/undici) from 6.21.0 to 7.0.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v7.0.0) --- updated-dependencies: - dependency-name: undici-types dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/rpc-transport-http/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/rpc-transport-http/package.json b/packages/rpc-transport-http/package.json index 892f5230a41..1856e282105 100644 --- a/packages/rpc-transport-http/package.json +++ b/packages/rpc-transport-http/package.json @@ -75,7 +75,7 @@ "@solana/errors": "workspace:*", "@solana/rpc-spec": "workspace:*", "@solana/rpc-spec-types": "workspace:*", - "undici-types": "^6.21.0" + "undici-types": "^7.0.0" }, "devDependencies": { "tinybench": "^3.0.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63bc52bb5a6..74a9474bad8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1018,8 +1018,8 @@ importers: specifier: '>=5' version: 5.5.2 undici-types: - specifier: ^6.21.0 - version: 6.21.0 + specifier: ^7.0.0 + version: 7.0.0 devDependencies: tinybench: specifier: ^3.0.6 @@ -6557,8 +6557,8 @@ packages: undici-types@6.20.0: resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.0.0: + resolution: {integrity: sha512-KGeRdWTIBFYWOPvnssHfsmYsWSdcLWOcdvchHZ5tqdhGWuKg3wBXc5o2eTe/KORc3Yinrrddt8+zYBdSr46Pkw==} undici@7.0.0: resolution: {integrity: sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==} @@ -13038,7 +13038,7 @@ snapshots: undici-types@6.20.0: {} - undici-types@6.21.0: {} + undici-types@7.0.0: {} undici@7.0.0: {}