diff --git a/packages/protoc-gen-knit-ts/package.json b/packages/protoc-gen-knit-ts/package.json index 36254eac..64d0452e 100644 --- a/packages/protoc-gen-knit-ts/package.json +++ b/packages/protoc-gen-knit-ts/package.json @@ -21,7 +21,7 @@ }, "preferUnplugged": true, "dependencies": { - "@bufbuild/protoplugin": "^1.5.0" + "@bufbuild/protoplugin": "^1.6.0" }, "peerDependencies": { "@bufbuild/protobuf": "^1.5.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44811a57..af4c5456 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -109,8 +109,8 @@ importers: packages/protoc-gen-knit-ts: dependencies: '@bufbuild/protoplugin': - specifier: ^1.5.0 - version: 1.5.0 + specifier: ^1.6.0 + version: 1.6.0 devDependencies: '@buf/bufbuild_knit.bufbuild_es': specifier: 1.3.1-20230504140941-3dc602456973.1 @@ -598,6 +598,9 @@ packages: /@bufbuild/protobuf@1.5.0: resolution: {integrity: sha512-0Jg+B7Vl8YGCi7c3iZ8/38iTbZrwdU7or6QZlsA9lhSrhumaXOTMsGO8gqwDuus/THEkTiY3Uxn+PEJwgsLt0w==} + /@bufbuild/protobuf@1.6.0: + resolution: {integrity: sha512-hp19vSFgNw3wBBcVBx5qo5pufCqjaJ0Cfk5H/pfjNOfNWU+4/w0QVOmfAOZNRrNWRrVuaJWxcN8P2vhOkkzbBQ==} + /@bufbuild/protoc-gen-es@1.5.0(@bufbuild/protobuf@1.5.0): resolution: {integrity: sha512-6dPFlw7jhKPNoJUb5+0MPDTMEEbym4AAQZP2sCo4/0J+T2SlAzq5kbuNx92x+SFkOI5V7/iNoPHrxr0TZZ9b2g==} engines: {node: '>=14'} @@ -622,6 +625,16 @@ packages: typescript: 4.5.2 transitivePeerDependencies: - supports-color + dev: true + + /@bufbuild/protoplugin@1.6.0: + resolution: {integrity: sha512-o53ZsvojHQkAPoC9v5sJifY2OfXdRU8DO3QpPoJ+QuvYcfB9Zb3DZkNMQRyfEbF4TVYiaQ0mZzZl1mESDdyCxA==} + dependencies: + '@bufbuild/protobuf': 1.6.0 + '@typescript/vfs': 1.4.0 + typescript: 4.5.2 + transitivePeerDependencies: + - supports-color /@colors/colors@1.5.0: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} @@ -662,7 +675,7 @@ packages: dependencies: '@bufbuild/protobuf': 1.5.0 '@bufbuild/protoc-gen-es': 1.5.0(@bufbuild/protobuf@1.5.0) - '@bufbuild/protoplugin': 1.5.0 + '@bufbuild/protoplugin': 1.6.0 transitivePeerDependencies: - supports-color dev: true