Skip to content

Commit c36b51e

Browse files
vecerekgrxy
andauthored
fix: address SNYK-RUBY-GOOGLEPROTOBUF-3167775 (#212)
* fix: address SNYK-RUBY-GOOGLEPROTOBUF-3167775 https://app.snyk.io/vuln/SNYK-RUBY-GOOGLEPROTOBUF-3167775 * fix: update deps in appraisal lockfiles Co-authored-by: Grex <[email protected]> Co-authored-by: Grex <[email protected]>
1 parent dade50e commit c36b51e

File tree

7 files changed

+20
-13
lines changed

7 files changed

+20
-13
lines changed

Gemfile.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
apollo-federation (3.3.0)
5-
google-protobuf (~> 3.19)
5+
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

88
GEM
@@ -42,7 +42,9 @@ GEM
4242
debase-ruby_core_source (0.10.9)
4343
diff-lcs (1.3)
4444
erubi (1.9.0)
45-
google-protobuf (3.21.1-x86_64-linux)
45+
google-protobuf (3.21.12)
46+
google-protobuf (3.21.12-x86_64-darwin)
47+
google-protobuf (3.21.12-x86_64-linux)
4648
graphql (1.10.14)
4749
i18n (1.8.5)
4850
concurrent-ruby (~> 1.0)
@@ -106,6 +108,11 @@ GEM
106108
zeitwerk (2.4.2)
107109

108110
PLATFORMS
111+
arm64-darwin-21
112+
arm64-darwin-22
113+
x86_64-darwin-20
114+
x86_64-darwin-21
115+
x86_64-darwin-22
109116
x86_64-linux
110117

111118
DEPENDENCIES

apollo-federation.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828

2929
spec.add_dependency 'graphql', '>= 1.10.14'
3030

31-
spec.add_runtime_dependency 'google-protobuf', '~> 3.19'
31+
spec.add_runtime_dependency 'google-protobuf', '~> 3.21.7'
3232

3333
spec.add_development_dependency 'actionpack'
3434
spec.add_development_dependency 'appraisal'

gemfiles/graphql_1.10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
apollo-federation (3.3.0)
5-
google-protobuf (~> 3.19)
5+
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

88
GEM
@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.9)
4343
diff-lcs (1.3)
4444
erubi (1.9.0)
45-
google-protobuf (3.21.5)
45+
google-protobuf (3.21.12)
4646
graphql (1.10.14)
4747
i18n (1.8.5)
4848
concurrent-ruby (~> 1.0)

gemfiles/graphql_1.11.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
apollo-federation (3.3.0)
5-
google-protobuf (~> 3.19)
5+
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

88
GEM
@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.9)
4343
diff-lcs (1.4.4)
4444
erubi (1.9.0)
45-
google-protobuf (3.21.5)
45+
google-protobuf (3.21.12)
4646
graphql (1.11.2)
4747
i18n (1.8.5)
4848
concurrent-ruby (~> 1.0)

gemfiles/graphql_1.12.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
apollo-federation (3.3.0)
5-
google-protobuf (~> 3.19)
5+
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

88
GEM
@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.9)
4343
diff-lcs (1.4.4)
4444
erubi (1.9.0)
45-
google-protobuf (3.21.5)
45+
google-protobuf (3.21.12)
4646
graphql (1.12.5)
4747
i18n (1.8.5)
4848
concurrent-ruby (~> 1.0)

gemfiles/graphql_1.13.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
apollo-federation (3.3.0)
5-
google-protobuf (~> 3.19)
5+
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

88
GEM
@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.14)
4343
diff-lcs (1.5.0)
4444
erubi (1.10.0)
45-
google-protobuf (3.21.5)
45+
google-protobuf (3.21.12)
4646
graphql (1.13.6)
4747
i18n (1.9.1)
4848
concurrent-ruby (~> 1.0)

gemfiles/graphql_2.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
apollo-federation (3.3.0)
5-
google-protobuf (~> 3.19)
5+
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

88
GEM
@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.14)
4343
diff-lcs (1.5.0)
4444
erubi (1.10.0)
45-
google-protobuf (3.21.5)
45+
google-protobuf (3.21.12)
4646
graphql (2.0.1)
4747
i18n (1.9.1)
4848
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)