From 6038ffaaaeaa24756a372dd006cf81b61adaf776 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:01:37 +0000 Subject: [PATCH] Update bufbuild --- package-lock.json | 144 +++++++++++++++++++++++++++++++++++++--------- package.json | 4 +- 2 files changed, 119 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96ed1929..b1909fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,8 +32,8 @@ }, "devDependencies": { "@babel/core": "7.23.9", - "@bufbuild/buf": "1.28.1", - "@bufbuild/protoc-gen-es": "1.6.0", + "@bufbuild/buf": "1.33.0", + "@bufbuild/protoc-gen-es": "1.10.0", "@connectrpc/protoc-gen-connect-es": "1.1.3", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/client-preset": "4.1.0", @@ -1133,11 +1133,12 @@ } }, "node_modules/@bufbuild/buf": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.28.1.tgz", - "integrity": "sha512-WRDagrf0uBjfV9s5eyrSPJDcdI4A5Q7JMCA4aMrHRR8fo/TTjniDBjJprszhaguqsDkn/LS4QIu92HVFZCrl9A==", + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.33.0.tgz", + "integrity": "sha512-VnXdRDsfr1aO7gqy/geVK4/r9w4K6lj3ypsZwu75gdXMq9QXtOmdEO6QqlXO/BpjYG4Aw/Z6Bt/WEezA6hqJow==", "dev": true, "hasInstallScript": true, + "license": "Apache-2.0", "bin": { "buf": "bin/buf", "protoc-gen-buf-breaking": "bin/protoc-gen-buf-breaking", @@ -1147,22 +1148,74 @@ "node": ">=12" }, "optionalDependencies": { - "@bufbuild/buf-darwin-arm64": "1.28.1", - "@bufbuild/buf-darwin-x64": "1.28.1", - "@bufbuild/buf-linux-aarch64": "1.28.1", - "@bufbuild/buf-linux-x64": "1.28.1", - "@bufbuild/buf-win32-arm64": "1.28.1", - "@bufbuild/buf-win32-x64": "1.28.1" + "@bufbuild/buf-darwin-arm64": "1.33.0", + "@bufbuild/buf-darwin-x64": "1.33.0", + "@bufbuild/buf-linux-aarch64": "1.33.0", + "@bufbuild/buf-linux-x64": "1.33.0", + "@bufbuild/buf-win32-arm64": "1.33.0", + "@bufbuild/buf-win32-x64": "1.33.0" + } + }, + "node_modules/@bufbuild/buf-darwin-arm64": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.33.0.tgz", + "integrity": "sha512-h2CKZUS3apPDxuB/HQHIvbzh+xXVsRik7w/AbeYO1r9PKjdet/8F53t3KrdQa4NFF948JGxQ/0/1VvVowjjZUA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-darwin-x64": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.33.0.tgz", + "integrity": "sha512-DMBkAJVwwRHF0gwiCWyqToOVfcNAU8WYOkE3M2NYvQDIdeiSKw0+OjD0l+CYfppMOGh9MJWQV7di96ugDO+VbA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-linux-aarch64": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.33.0.tgz", + "integrity": "sha512-68OxC000rHtXzV2zxHXJ54ZkkPy/3yrm9HLALo8vUk4p5/fupwzjkGMQqD6BmL/ThDO8AX3jUvhJUAg+kS1+Hw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, "node_modules/@bufbuild/buf-linux-x64": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.28.1.tgz", - "integrity": "sha512-fVJ3DiRigIso06jgEl+JNp59Y5t2pxDHd10d3SA4r+14sXbZ2J7Gy/wBqVXPry4x/jW567KKlvmhg7M5ZBgCQQ==", + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.33.0.tgz", + "integrity": "sha512-KsED6sanzwZCviSCMlq/P2yuuTVbgWGeUmS9CGsVn28sdjFCJb7bNhB6CKpUhox617XwqTPYZzEulQ1fF/sqJg==", "cpu": [ "x64" ], "dev": true, + "license": "Apache-2.0", "optional": true, "os": [ "linux" @@ -1171,19 +1224,55 @@ "node": ">=12" } }, + "node_modules/@bufbuild/buf-win32-arm64": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.33.0.tgz", + "integrity": "sha512-QEGjUNEDI2zfajtHlbjZsM05ya9dtza5X3q95IeUJmy+7NOhV9OOLqtWnHv2iCh1zvyzefKSXWfmQhNs+M/0qA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-win32-x64": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.33.0.tgz", + "integrity": "sha512-JdPxQc7m5L6BsMzrqecKGmgJSYn3k3389dFtEXIEB2D7u2G3AWoRbPluzggo6udBYtjq+ZMdErdPjDDknNQvEg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@bufbuild/protobuf": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.6.0.tgz", - "integrity": "sha512-hp19vSFgNw3wBBcVBx5qo5pufCqjaJ0Cfk5H/pfjNOfNWU+4/w0QVOmfAOZNRrNWRrVuaJWxcN8P2vhOkkzbBQ==" + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.0.tgz", + "integrity": "sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==", + "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/@bufbuild/protoc-gen-es": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protoc-gen-es/-/protoc-gen-es-1.6.0.tgz", - "integrity": "sha512-m0akOPWeD5UBfGdZyudrbnmdjI8l/ZHlP8TyEIcj7qMCR4kh68tMtGvrjRzj5ynIpavrr6G7P06XP9F9f2MDRw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protoc-gen-es/-/protoc-gen-es-1.10.0.tgz", + "integrity": "sha512-zBYBsVT/ul4uZb6F+kD7/k4sWNHVVbEPfJwKi0FDr+9VJo8MKIofI6pkr5ksBLr4fi/74r+e/75Xi/0clL5dXg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@bufbuild/protobuf": "^1.6.0", - "@bufbuild/protoplugin": "1.6.0" + "@bufbuild/protobuf": "^1.10.0", + "@bufbuild/protoplugin": "1.10.0" }, "bin": { "protoc-gen-es": "bin/protoc-gen-es" @@ -1192,7 +1281,7 @@ "node": ">=14" }, "peerDependencies": { - "@bufbuild/protobuf": "1.6.0" + "@bufbuild/protobuf": "1.10.0" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { @@ -1201,12 +1290,13 @@ } }, "node_modules/@bufbuild/protoplugin": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protoplugin/-/protoplugin-1.6.0.tgz", - "integrity": "sha512-o53ZsvojHQkAPoC9v5sJifY2OfXdRU8DO3QpPoJ+QuvYcfB9Zb3DZkNMQRyfEbF4TVYiaQ0mZzZl1mESDdyCxA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protoplugin/-/protoplugin-1.10.0.tgz", + "integrity": "sha512-u6NE4vL0lw1+EK4/PiE/SQB7fKO4LRJNTEScIXVOi2x88K/c8WKc/k0KyEaA0asVBMpwekJQZGnRyj04ZtN5Gg==", "dev": true, + "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { - "@bufbuild/protobuf": "1.6.0", + "@bufbuild/protobuf": "1.10.0", "@typescript/vfs": "^1.4.0", "typescript": "4.5.2" } diff --git a/package.json b/package.json index 64557d39..08208bdc 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ }, "devDependencies": { "@babel/core": "7.23.9", - "@bufbuild/buf": "1.28.1", - "@bufbuild/protoc-gen-es": "1.6.0", + "@bufbuild/buf": "1.33.0", + "@bufbuild/protoc-gen-es": "1.10.0", "@connectrpc/protoc-gen-connect-es": "1.1.3", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/client-preset": "4.1.0",