diff --git a/package-lock.json b/package-lock.json index ffb6011073..5d0cd40d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.213.1", "hasInstallScript": true, "dependencies": { - "@bufbuild/protobuf": "^1.10.0", + "@bufbuild/protobuf": "^2.7.0", "@descope/react-sdk": "^2.16.1", "@estruyf/github-actions-reporter": "^1.9.2", "@floating-ui/react": "^0.27.2", @@ -570,9 +570,9 @@ "license": "MIT" }, "node_modules/@bufbuild/protobuf": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.1.tgz", - "integrity": "sha512-wJ8ReQbHxsAfXhrf9ixl0aYbZorRuOWpBNzm8pL8ftmSxQx/wnJD5Eg861NwJU/czy2VXFIebCeZnZrI9rktIQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.7.0.tgz", + "integrity": "sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==", "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/@chevrotain/cst-dts-gen": { diff --git a/package.json b/package.json index 82f4ef9612..59e1b07987 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "type-check": "tsc --pretty --noEmit" }, "dependencies": { - "@bufbuild/protobuf": "^1.10.0", + "@bufbuild/protobuf": "^2.7.0", "@descope/react-sdk": "^2.16.1", "@estruyf/github-actions-reporter": "^1.9.2", "@floating-ui/react": "^0.27.2",