diff --git a/package-lock.json b/package-lock.json index 6d674f89d..9e114d6e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -690,9 +690,10 @@ "license": "MIT" }, "node_modules/@bufbuild/buf": { - "version": "1.27.1", + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.27.2.tgz", + "integrity": "sha512-hwZYF0DCxvmTAZIAeT/q66HYtIxnSH9jn/CVElaJA/l+Clr9zhLdfKFd1yD2lMqHpNUEeXtA8T0ABXv29NVfYQ==", "hasInstallScript": true, - "license": "Apache-2.0", "bin": { "buf": "bin/buf", "protoc-gen-buf-breaking": "bin/protoc-gen-buf-breaking", @@ -702,20 +703,21 @@ "node": ">=12" }, "optionalDependencies": { - "@bufbuild/buf-darwin-arm64": "1.27.1", - "@bufbuild/buf-darwin-x64": "1.27.1", - "@bufbuild/buf-linux-aarch64": "1.27.1", - "@bufbuild/buf-linux-x64": "1.27.1", - "@bufbuild/buf-win32-arm64": "1.27.1", - "@bufbuild/buf-win32-x64": "1.27.1" + "@bufbuild/buf-darwin-arm64": "1.27.2", + "@bufbuild/buf-darwin-x64": "1.27.2", + "@bufbuild/buf-linux-aarch64": "1.27.2", + "@bufbuild/buf-linux-x64": "1.27.2", + "@bufbuild/buf-win32-arm64": "1.27.2", + "@bufbuild/buf-win32-x64": "1.27.2" } }, "node_modules/@bufbuild/buf-darwin-arm64": { - "version": "1.27.1", + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.27.2.tgz", + "integrity": "sha512-ob1IAhFVsAVUr5o4EAwoeQ6FOGJdiS6eYGTGQiZzJEAYSs2dX/WQ9+Xz9EPQUb93n7PMjNs38DLDfwGQ3u3dsg==", "cpu": [ "arm64" ], - "license": "Apache-2.0", "optional": true, "os": [ "darwin" @@ -724,6 +726,81 @@ "node": ">=12" } }, + "node_modules/@bufbuild/buf-darwin-x64": { + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.27.2.tgz", + "integrity": "sha512-Kp0HBvLjeOxJtZ/j3vOulX6G3u5pa9vksVmJ5HGjhL0BZJwavh8Bd9YgrBDrTzKtTQMHxmhTSaNEgNUWkjecfw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-linux-aarch64": { + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.27.2.tgz", + "integrity": "sha512-rq+bpT+FMR1iiUvcHno1SPS4e0Ydr+F7ArIzN5cO4DKL09sBJXcaVGa7fRRlBZvNJTt3XRVtlE8LNLGH7zjBOg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-linux-x64": { + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.27.2.tgz", + "integrity": "sha512-t/lcJ06gELy+4hVROuoeX8Y+oXq9NrPX+UgT5WujGo21oOb8UAQETZLRefj2U4IRqYqXhTKicfOI2y8xI7CSlQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-win32-arm64": { + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.27.2.tgz", + "integrity": "sha512-rJieGmtSw4tfteW6mhjdtDDTFBbl2HBan1FnfNAOZH4ZrTwfcOO5Vn3fUMl+jPtiCpTscyzVaYHI+LvYffSdvg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@bufbuild/buf-win32-x64": { + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.27.2.tgz", + "integrity": "sha512-x9IKCHgj6GmDGH2xlTo80l2feNU3hUeoEwLFLH4I5Qs2L1gfYIDMZGp+0Bhm5eK9CIWYtkJqeqGRIJkrJA6CfQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@bufbuild/license-header": { "version": "0.0.4", "dev": true, @@ -6124,7 +6201,7 @@ "packages/protobuf-bench": { "name": "@bufbuild/protobuf-bench", "dependencies": { - "@bufbuild/buf": "^1.25.0", + "@bufbuild/buf": "^1.27.2", "@bufbuild/protobuf": "1.4.1", "brotli": "^1.3.3", "esbuild": "^0.19.4", @@ -6144,7 +6221,7 @@ "name": "@bufbuild/protobuf-example", "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { - "@bufbuild/buf": "^1.25.0", + "@bufbuild/buf": "^1.27.2", "@bufbuild/protobuf": "1.4.1", "@bufbuild/protoc-gen-es": "1.4.1", "typescript": "^5.2.2" @@ -6201,7 +6278,7 @@ "version": "1.4.1", "license": "Apache-2.0", "dependencies": { - "@bufbuild/buf": "^1.25.0", + "@bufbuild/buf": "^1.27.2", "@bufbuild/protobuf": "^1.4.1", "@bufbuild/protoc-gen-es": "^1.4.1", "@bufbuild/protoplugin": "^1.4.1", @@ -6213,7 +6290,7 @@ "packages/protoplugin-test": { "name": "@bufbuild/protoplugin-test", "dependencies": { - "@bufbuild/buf": "^1.25.0", + "@bufbuild/buf": "^1.27.2", "@bufbuild/protoplugin": "1.4.1" } }, diff --git a/packages/protobuf-bench/package.json b/packages/protobuf-bench/package.json index 892d9a33d..8c7f0ba60 100644 --- a/packages/protobuf-bench/package.json +++ b/packages/protobuf-bench/package.json @@ -8,7 +8,7 @@ "postgenerate": "license-header ." }, "dependencies": { - "@bufbuild/buf": "^1.25.0", + "@bufbuild/buf": "^1.27.2", "@bufbuild/protobuf": "1.4.1", "brotli": "^1.3.3", "esbuild": "^0.19.4", diff --git a/packages/protobuf-example/package.json b/packages/protobuf-example/package.json index fc904a63d..5933b1ca4 100644 --- a/packages/protobuf-example/package.json +++ b/packages/protobuf-example/package.json @@ -11,7 +11,7 @@ }, "type": "module", "dependencies": { - "@bufbuild/buf": "^1.25.0", + "@bufbuild/buf": "^1.27.2", "@bufbuild/protobuf": "1.4.1", "@bufbuild/protoc-gen-es": "1.4.1", "typescript": "^5.2.2" diff --git a/packages/protoplugin-example/package.json b/packages/protoplugin-example/package.json index 3bd749140..2fe95d0ac 100644 --- a/packages/protoplugin-example/package.json +++ b/packages/protoplugin-example/package.json @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@bufbuild/buf": "^1.25.0", + "@bufbuild/buf": "^1.27.2", "@bufbuild/protobuf": "^1.4.1", "@bufbuild/protoc-gen-es": "^1.4.1", "@bufbuild/protoplugin": "^1.4.1", diff --git a/packages/protoplugin-test/package.json b/packages/protoplugin-test/package.json index e088978c5..9631c897a 100644 --- a/packages/protoplugin-test/package.json +++ b/packages/protoplugin-test/package.json @@ -16,7 +16,7 @@ "default": "./dist/esm/index.js" }, "dependencies": { - "@bufbuild/buf": "^1.25.0", + "@bufbuild/buf": "^1.27.2", "@bufbuild/protoplugin": "1.4.1" } }