diff --git a/package-lock.json b/package-lock.json index 986c00b2b..3de2552a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.195.0", "hasInstallScript": true, "dependencies": { - "@bufbuild/protobuf": "^1.10.0", + "@bufbuild/protobuf": "^2.4.0", "@descope/react-sdk": "^2.3.7", "@estruyf/github-actions-reporter": "^1.9.2", "@floating-ui/react": "^0.27.2", @@ -550,9 +550,9 @@ "license": "MIT" }, "node_modules/@bufbuild/protobuf": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.0.tgz", - "integrity": "sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.4.0.tgz", + "integrity": "sha512-RN9M76x7N11QRihKovEglEjjVCQEA9PRBVnDgk9xw8JHLrcUrp4FpAVSPSH91cNbcTft3u2vpLN4GMbiKY9PJw==", "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/@chevrotain/cst-dts-gen": { diff --git a/package.json b/package.json index 0f3a305cd..f451ccf1e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "type-check": "tsc --pretty --noEmit" }, "dependencies": { - "@bufbuild/protobuf": "^1.10.0", + "@bufbuild/protobuf": "^2.4.0", "@descope/react-sdk": "^2.3.7", "@estruyf/github-actions-reporter": "^1.9.2", "@floating-ui/react": "^0.27.2",