From 8f568da39e00238920aaeca0e39ba7e5818b5570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:39:04 -0500 Subject: [PATCH] build(deps): bump pnpm from 8.15.9 to 9.15.0 (#3332) Bumps [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) from 8.15.9 to 9.15.0. - [Release notes](https://github.com/pnpm/pnpm/releases) - [Changelog](https://github.com/pnpm/pnpm/blob/v9.15.0/pnpm/CHANGELOG.md) - [Commits](https://github.com/pnpm/pnpm/commits/v9.15.0/pnpm) --- updated-dependencies: - dependency-name: pnpm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- packages/config-service/package.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8982e6dd6..670d60f9d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "lerna": "^8.1.8", "pino": "^7.11.0", "pino-pretty": "^7.6.1", - "pnpm": "^8.7.1", + "pnpm": "^9.15.0", "prom-client": "^14.0.1", "redis": "^4.7.0" }, @@ -16876,15 +16876,15 @@ } }, "node_modules/pnpm": { - "version": "8.15.9", - "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-8.15.9.tgz", - "integrity": "sha512-SZQ0ydj90aJ5Tr9FUrOyXApjOrzuW7Fee13pDzL0e1E6ypjNXP0AHDHw20VLw4BO3M1XhQHkyik6aBYWa72fgQ==", + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-9.15.0.tgz", + "integrity": "sha512-duI3l2CkMo7EQVgVvNZije5yevN3mqpMkU45RBVsQpmSGon5djge4QfUHxLPpLZmgcqccY8GaPoIMe1MbYulbA==", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" }, "engines": { - "node": ">=16.14" + "node": ">=18.12" }, "funding": { "url": "https://opencollective.com/pnpm" @@ -20685,7 +20685,7 @@ "dependencies": { "dotenv": "^16.4.5", "find-config": "^1.0.0", - "pnpm": "^8.7.1" + "pnpm": "^9.15.0" }, "devDependencies": { "chai": "^4.3.6", @@ -21084,7 +21084,7 @@ "axios-retry": "^3.5.1", "chai": "^4.3.6", "ethers": "^6.7.0", - "execution-apis": "git://github.com/ethereum/execution-apis.git#7907424db935b93c2fe6a3c0faab943adebe8557", + "execution-apis": "git+ssh://git@github.com/ethereum/execution-apis.git#7907424db935b93c2fe6a3c0faab943adebe8557", "mocha": "^10.6.0", "shelljs": "^0.8.5", "ts-mocha": "^9.0.2", @@ -24088,7 +24088,7 @@ "chai": "^4.3.6", "dotenv": "^16.4.5", "find-config": "^1.0.0", - "pnpm": "^8.7.1", + "pnpm": "^9.15.0", "ts-mocha": "^9.0.2", "typescript": "^4.6.4" } @@ -24377,7 +24377,7 @@ "co-body": "6.2.0", "dotenv": "^16.0.0", "ethers": "^6.7.0", - "execution-apis": "git://github.com/ethereum/execution-apis.git#7907424db935b93c2fe6a3c0faab943adebe8557", + "execution-apis": "git+ssh://git@github.com/ethereum/execution-apis.git#7907424db935b93c2fe6a3c0faab943adebe8557", "koa": "^2.13.4", "koa-body-parser": "^0.2.1", "koa-cors": "^0.0.16", @@ -35789,9 +35789,9 @@ } }, "pnpm": { - "version": "8.15.9", - "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-8.15.9.tgz", - "integrity": "sha512-SZQ0ydj90aJ5Tr9FUrOyXApjOrzuW7Fee13pDzL0e1E6ypjNXP0AHDHw20VLw4BO3M1XhQHkyik6aBYWa72fgQ==" + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-9.15.0.tgz", + "integrity": "sha512-duI3l2CkMo7EQVgVvNZije5yevN3mqpMkU45RBVsQpmSGon5djge4QfUHxLPpLZmgcqccY8GaPoIMe1MbYulbA==" }, "postcss-selector-parser": { "version": "6.1.1", diff --git a/package.json b/package.json index a95d4b7e7c..c7ac3c3d54 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "lerna": "^8.1.8", "pino": "^7.11.0", "pino-pretty": "^7.6.1", - "pnpm": "^8.7.1", + "pnpm": "^9.15.0", "prom-client": "^14.0.1", "redis": "^4.7.0" }, diff --git a/packages/config-service/package.json b/packages/config-service/package.json index b1c53c026e..185c3afc1a 100644 --- a/packages/config-service/package.json +++ b/packages/config-service/package.json @@ -17,7 +17,7 @@ "dependencies": { "dotenv": "^16.4.5", "find-config": "^1.0.0", - "pnpm": "^8.7.1" + "pnpm": "^9.15.0" }, "devDependencies": { "chai": "^4.3.6",