diff --git a/package.json b/package.json index f5392c39..61ef65e6 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,11 @@ }, "engines": { "node": ">=20.0.0" + }, + "pnpm": { + "overrides": { + "@grpc/grpc-js": "1.13.4", + "@bufbuild/protobuf": "2.9.0" + } } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9948deb6..5538ce6e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,10 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +overrides: + '@grpc/grpc-js': 1.13.4 + '@bufbuild/protobuf': 2.9.0 + importers: .: @@ -325,8 +329,8 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@bufbuild/protobuf@2.10.0': - resolution: {integrity: sha512-fdRs9PSrBF7QUntpZpq6BTw58fhgGJojgg39m9oFOJGZT+nip9b0so5cYY1oWl5pvemDLr0cPPsH46vwThEbpQ==} + '@bufbuild/protobuf@2.9.0': + resolution: {integrity: sha512-rnJenoStJ8nvmt9Gzye8nkYd6V22xUAnu4086ER7h1zJ508vStko4pMvDeQ446ilDTFpV5wnoc5YS7XvMwwMqA==} '@colors/colors@1.6.0': resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} @@ -744,8 +748,8 @@ packages: '@gar/promisify@1.1.3': resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} - '@grpc/grpc-js@1.13.0': - resolution: {integrity: sha512-pMuxInZjUnUkgMT2QLZclRqwk2ykJbIU05aZgPgJYXEpN9+2I7z7aNwcjWZSycRPl232FfhPszyBFJyOxTHNog==} + '@grpc/grpc-js@1.13.4': + resolution: {integrity: sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==} engines: {node: '>=12.10.0'} '@grpc/proto-loader@0.7.15': @@ -5121,7 +5125,7 @@ snapshots: '@jridgewell/gen-mapping': 0.3.12 '@jridgewell/trace-mapping': 0.3.29 - '@bufbuild/protobuf@2.10.0': {} + '@bufbuild/protobuf@2.9.0': {} '@colors/colors@1.6.0': {} @@ -5410,7 +5414,7 @@ snapshots: '@gar/promisify@1.1.3': optional: true - '@grpc/grpc-js@1.13.0': + '@grpc/grpc-js@1.13.4': dependencies: '@grpc/proto-loader': 0.7.15 '@js-sdsl/ordered-map': 4.4.2 @@ -7988,8 +7992,8 @@ snapshots: go-ptt@0.6.1: dependencies: - '@bufbuild/protobuf': 2.10.0 - '@grpc/grpc-js': 1.13.0 + '@bufbuild/protobuf': 2.9.0 + '@grpc/grpc-js': 1.13.4 node-fetch: 3.3.2 tar: 7.5.1