Skip to content

Commit e4a45c3

Browse files
fix(security): update json from 2.10.1 to 2.10.2 (#450)
Co-authored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com>
1 parent 61c12df commit e4a45c3

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source 'https://rubygems.org'
33
source 'https://rubygems.org' do
44
gem 'github_changelog_generator', '1.16.4'
55
end
6+
7+
gem 'json', '2.10.2'

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.1)
4+
activesupport (8.0.2)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -22,7 +22,7 @@ GEM
2222
io-event (~> 1.9)
2323
metrics (~> 0.12)
2424
traces (~> 0.15)
25-
async-http (0.87.0)
25+
async-http (0.88.0)
2626
async (>= 2.10.2)
2727
async-pool (~> 0.9)
2828
io-endpoint (~> 0.14)
@@ -42,7 +42,7 @@ GEM
4242
bigdecimal (3.1.9)
4343
concurrent-ruby (1.3.5)
4444
connection_pool (2.5.0)
45-
console (1.30.1)
45+
console (1.30.2)
4646
fiber-annotation
4747
fiber-local (~> 1.1)
4848
json
@@ -71,12 +71,12 @@ GEM
7171
i18n (1.14.7)
7272
concurrent-ruby (~> 1.0)
7373
io-endpoint (0.15.2)
74-
io-event (1.9.0)
74+
io-event (1.10.0)
7575
io-stream (0.6.1)
76-
json (2.10.1)
76+
json (2.10.2)
7777
logger (1.6.6)
7878
metrics (0.12.2)
79-
minitest (5.25.4)
79+
minitest (5.25.5)
8080
multi_json (1.15.0)
8181
net-http (0.6.0)
8282
uri
@@ -85,7 +85,7 @@ GEM
8585
sawyer (~> 0.9)
8686
protocol-hpack (1.5.1)
8787
protocol-http (0.49.0)
88-
protocol-http1 (0.30.0)
88+
protocol-http1 (0.34.0)
8989
protocol-http (~> 0.22)
9090
protocol-http2 (0.22.1)
9191
protocol-hpack (~> 1.4)
@@ -108,6 +108,7 @@ PLATFORMS
108108

109109
DEPENDENCIES
110110
github_changelog_generator (= 1.16.4)!
111+
json (= 2.10.2)
111112

112113
BUNDLED WITH
113114
2.4.1

0 commit comments

Comments
 (0)