diff --git a/package-lock.json b/package-lock.json index c7c5b4d5f0..e066837b4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.214.6", "hasInstallScript": true, "dependencies": { - "@bufbuild/protobuf": "^1.10.0", + "@bufbuild/protobuf": "^2.9.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.9.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.9.0.tgz", + "integrity": "sha512-rnJenoStJ8nvmt9Gzye8nkYd6V22xUAnu4086ER7h1zJ508vStko4pMvDeQ446ilDTFpV5wnoc5YS7XvMwwMqA==", "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/@chevrotain/cst-dts-gen": { diff --git a/package.json b/package.json index bae6d47480..d5731c8569 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.9.0", "@descope/react-sdk": "^2.16.1", "@estruyf/github-actions-reporter": "^1.9.2", "@floating-ui/react": "^0.27.2",