diff --git a/nextjs/package-lock.json b/nextjs/package-lock.json index c8dea6289..275d7c29e 100644 --- a/nextjs/package-lock.json +++ b/nextjs/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@bufbuild/buf": "^1.28.1", - "@bufbuild/protobuf": "^1.5.0", + "@bufbuild/protobuf": "^1.6.0", "@bufbuild/protoc-gen-es": "^1.5.0", "@connectrpc/connect": "^1.1.3", "@connectrpc/connect-web": "^1.1.3", @@ -834,9 +834,9 @@ } }, "node_modules/@bufbuild/protobuf": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.5.0.tgz", - "integrity": "sha512-0Jg+B7Vl8YGCi7c3iZ8/38iTbZrwdU7or6QZlsA9lhSrhumaXOTMsGO8gqwDuus/THEkTiY3Uxn+PEJwgsLt0w==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.6.0.tgz", + "integrity": "sha512-hp19vSFgNw3wBBcVBx5qo5pufCqjaJ0Cfk5H/pfjNOfNWU+4/w0QVOmfAOZNRrNWRrVuaJWxcN8P2vhOkkzbBQ==" }, "node_modules/@bufbuild/protoc-gen-es": { "version": "1.5.0", @@ -873,6 +873,12 @@ "typescript": "4.5.2" } }, + "node_modules/@bufbuild/protoplugin/node_modules/@bufbuild/protobuf": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.5.0.tgz", + "integrity": "sha512-0Jg+B7Vl8YGCi7c3iZ8/38iTbZrwdU7or6QZlsA9lhSrhumaXOTMsGO8gqwDuus/THEkTiY3Uxn+PEJwgsLt0w==", + "dev": true + }, "node_modules/@bufbuild/protoplugin/node_modules/typescript": { "version": "4.5.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", diff --git a/nextjs/package.json b/nextjs/package.json index 915650098..ed17d8f7b 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@bufbuild/buf": "^1.28.1", - "@bufbuild/protobuf": "^1.5.0", + "@bufbuild/protobuf": "^1.6.0", "@bufbuild/protoc-gen-es": "^1.5.0", "@connectrpc/connect": "^1.1.3", "@connectrpc/connect-web": "^1.1.3",