From 4cdce6431d535c9c5bfb801a43f0f1dca61daa94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:56:37 +0000 Subject: [PATCH] Bump @bufbuild/buf from 1.28.1 to 1.29.0 Bumps [@bufbuild/buf](https://github.com/bufbuild/buf) from 1.28.1 to 1.29.0. - [Release notes](https://github.com/bufbuild/buf/releases) - [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md) - [Commits](https://github.com/bufbuild/buf/compare/v1.28.1...v1.29.0) --- updated-dependencies: - dependency-name: "@bufbuild/buf" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 103 +++++++++++++++++++--- packages/protobuf-bench/package.json | 2 +- packages/protobuf-example/package.json | 2 +- packages/protoplugin-example/package.json | 2 +- 4 files changed, 93 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef9463c59..8f5d35467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -695,9 +695,10 @@ "license": "MIT" }, "node_modules/@bufbuild/buf": { - "version": "1.28.1", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.29.0.tgz", + "integrity": "sha512-euksXeFtvlvAV5j94LqXb69qQcJvFfo8vN1d3cx+IzhOKoipykuQQTq7mOWVo2R0kdk6yIMBLBofOYOsh0Df8g==", "hasInstallScript": true, - "license": "Apache-2.0", "bin": { "buf": "bin/buf", "protoc-gen-buf-breaking": "bin/protoc-gen-buf-breaking", @@ -707,20 +708,21 @@ "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.29.0", + "@bufbuild/buf-darwin-x64": "1.29.0", + "@bufbuild/buf-linux-aarch64": "1.29.0", + "@bufbuild/buf-linux-x64": "1.29.0", + "@bufbuild/buf-win32-arm64": "1.29.0", + "@bufbuild/buf-win32-x64": "1.29.0" } }, "node_modules/@bufbuild/buf-darwin-arm64": { - "version": "1.28.1", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.29.0.tgz", + "integrity": "sha512-5hKxsARoY2WpWq1n5ONFqqGuauHb4yILKXCy37KRYCKiRLWmIP5yI3gWvWHKoH7sUJWTQmBqdJoCvYQr6ahQnw==", "cpu": [ "arm64" ], - "license": "Apache-2.0", "optional": true, "os": [ "darwin" @@ -729,6 +731,81 @@ "node": ">=12" } }, + "node_modules/@bufbuild/buf-darwin-x64": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.29.0.tgz", + "integrity": "sha512-wOAPxbPLBns4AHiComWtdO1sx1J1p6mDYTbqmloHuI+B5U2rDbMsoHoe4nBcoMF8+RHxoqjypha29wVo6yzbZg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-linux-aarch64": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.29.0.tgz", + "integrity": "sha512-jLk2J/wyyM7KNJ/DkLfhy3eS2/Bdb70e/56adMkapSoLJmghnpgxW+oFznMxxQUX5I9BU5hTn1UhDFxgLwhP7g==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-linux-x64": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.29.0.tgz", + "integrity": "sha512-heLOywj3Oaoh69RnTx7tHsuz6rEnvz77bghLEOghsrjBR6Jcpcwc137EZR4kRTIWJNrE8Kmo3RVeXlv144qQIQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-win32-arm64": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.29.0.tgz", + "integrity": "sha512-Eglyvr3PLqVucuHBcQ61conyBgH9BRaoLpKWcce1gYBVlxMQM1NxjVjGOWihxQ1dXXw5qZXmYfVODf3gSwPMuQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-win32-x64": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.29.0.tgz", + "integrity": "sha512-wRk6co+nqHqEq4iLolXgej0jUVlWlTtGHjKaq54lTbKZrwxrBgql6qS06abgNPRASX0++XT9m3QRZ97qEIC/HQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@bufbuild/license-header": { "version": "0.0.4", "dev": true, @@ -6082,7 +6159,7 @@ "packages/protobuf-bench": { "name": "@bufbuild/protobuf-bench", "dependencies": { - "@bufbuild/buf": "^1.28.1", + "@bufbuild/buf": "^1.29.0", "@bufbuild/protobuf": "1.7.1", "brotli": "^1.3.3", "esbuild": "^0.19.8", @@ -6102,7 +6179,7 @@ "name": "@bufbuild/protobuf-example", "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { - "@bufbuild/buf": "^1.28.1", + "@bufbuild/buf": "^1.29.0", "@bufbuild/protobuf": "1.7.1", "@bufbuild/protoc-gen-es": "1.7.1", "typescript": "^5.2.2" @@ -6159,7 +6236,7 @@ "version": "1.7.1", "license": "Apache-2.0", "dependencies": { - "@bufbuild/buf": "^1.28.1", + "@bufbuild/buf": "^1.29.0", "@bufbuild/protobuf": "^1.7.1", "@bufbuild/protoc-gen-es": "^1.7.1", "@bufbuild/protoplugin": "^1.7.1", diff --git a/packages/protobuf-bench/package.json b/packages/protobuf-bench/package.json index eef5ae063..be093cd83 100644 --- a/packages/protobuf-bench/package.json +++ b/packages/protobuf-bench/package.json @@ -8,7 +8,7 @@ "postgenerate": "license-header ." }, "dependencies": { - "@bufbuild/buf": "^1.28.1", + "@bufbuild/buf": "^1.29.0", "@bufbuild/protobuf": "1.7.1", "brotli": "^1.3.3", "esbuild": "^0.19.8", diff --git a/packages/protobuf-example/package.json b/packages/protobuf-example/package.json index 62ebb1c21..0fa6ba5e6 100644 --- a/packages/protobuf-example/package.json +++ b/packages/protobuf-example/package.json @@ -11,7 +11,7 @@ }, "type": "module", "dependencies": { - "@bufbuild/buf": "^1.28.1", + "@bufbuild/buf": "^1.29.0", "@bufbuild/protobuf": "1.7.1", "@bufbuild/protoc-gen-es": "1.7.1", "typescript": "^5.2.2" diff --git a/packages/protoplugin-example/package.json b/packages/protoplugin-example/package.json index 3bbf15622..dd5057720 100644 --- a/packages/protoplugin-example/package.json +++ b/packages/protoplugin-example/package.json @@ -10,7 +10,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@bufbuild/buf": "^1.28.1", + "@bufbuild/buf": "^1.29.0", "@bufbuild/protobuf": "^1.7.1", "@bufbuild/protoc-gen-es": "^1.7.1", "@bufbuild/protoplugin": "^1.7.1",