diff --git a/bindings/typescript/package.json b/bindings/typescript/package.json index 63948187..9f84d073 100644 --- a/bindings/typescript/package.json +++ b/bindings/typescript/package.json @@ -8,10 +8,10 @@ "sideEffects": false, "private": false, "dependencies": { - "google-protobuf": "^3.20.1" + "google-protobuf": "^3.21.2" }, "devDependencies": { - "@types/google-protobuf": "3.15.6", + "@types/google-protobuf": "3.15.8", "protoc-gen-ts": "0.8.6", "typescript": "^4.9.0" }, diff --git a/yarn.lock b/yarn.lock index ffbe805e..9c122724 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,15 +2,15 @@ # yarn lockfile v1 -"@types/google-protobuf@3.15.6": - version "3.15.6" - resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.6.tgz#674a69493ef2c849b95eafe69167ea59079eb504" - integrity sha512-pYVNNJ+winC4aek+lZp93sIKxnXt5qMkuKmaqS3WGuTq0Bw1ZDYNBgzG5kkdtwcv+GmYJGo3yEg6z2cKKAiEdw== - -google-protobuf@^3.20.1: - version "3.20.1" - resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.20.1.tgz#1b255c2b59bcda7c399df46c65206aa3c7a0ce8b" - integrity sha512-XMf1+O32FjYIV3CYu6Tuh5PNbfNEU5Xu22X+Xkdb/DUexFlCzhvv7d5Iirm4AOwn8lv4al1YvIhzGrg2j9Zfzw== +"@types/google-protobuf@3.15.8": + version "3.15.8" + resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.8.tgz#1c1170622718a1797e0ce0b7a60af0dab8b378b6" + integrity sha512-gHOxlQ/oKePvn36Nt4FOcgYu+E9p9td2KS14Qzf00HK0NPMYLR5yxSg3q2hUChCNlxIvCbPNzplgDYUWt8x74Q== + +google-protobuf@^3.21.2: + version "3.21.2" + resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.21.2.tgz#4580a2bea8bbb291ee579d1fefb14d6fa3070ea4" + integrity sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA== nan@^2.15.0: version "2.15.0"