Skip to content

Commit 7dda692

Browse files
mikeland73claude
andcommitted
Fix high-severity Dependabot alerts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f82a364 commit 7dda692

7 files changed

Lines changed: 139 additions & 151 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
asgiref==3.6.0
2-
Django==4.2.27
2+
Django==4.2.29
33
psycopg2==2.9.5
44
sqlparse==0.5.0

examples/stacks/rails/blog/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.3.0"
4+
ruby ">= 3.3.0"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.1.5"
7+
gem "rails", "~> 7.2.0"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"
Lines changed: 121 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,84 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.5.2)
5-
actionpack (= 7.1.5.2)
6-
activesupport (= 7.1.5.2)
4+
actioncable (7.2.3)
5+
actionpack (= 7.2.3)
6+
activesupport (= 7.2.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.5.2)
11-
actionpack (= 7.1.5.2)
12-
activejob (= 7.1.5.2)
13-
activerecord (= 7.1.5.2)
14-
activestorage (= 7.1.5.2)
15-
activesupport (= 7.1.5.2)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.5.2)
21-
actionpack (= 7.1.5.2)
22-
actionview (= 7.1.5.2)
23-
activejob (= 7.1.5.2)
24-
activesupport (= 7.1.5.2)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
10+
actionmailbox (7.2.3)
11+
actionpack (= 7.2.3)
12+
activejob (= 7.2.3)
13+
activerecord (= 7.2.3)
14+
activestorage (= 7.2.3)
15+
activesupport (= 7.2.3)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.3)
18+
actionpack (= 7.2.3)
19+
actionview (= 7.2.3)
20+
activejob (= 7.2.3)
21+
activesupport (= 7.2.3)
22+
mail (>= 2.8.0)
2923
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.5.2)
31-
actionview (= 7.1.5.2)
32-
activesupport (= 7.1.5.2)
24+
actionpack (7.2.3)
25+
actionview (= 7.2.3)
26+
activesupport (= 7.2.3)
27+
cgi
3328
nokogiri (>= 1.8.5)
3429
racc
35-
rack (>= 2.2.4)
30+
rack (>= 2.2.4, < 3.3)
3631
rack-session (>= 1.0.1)
3732
rack-test (>= 0.6.3)
3833
rails-dom-testing (~> 2.2)
3934
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.5.2)
41-
actionpack (= 7.1.5.2)
42-
activerecord (= 7.1.5.2)
43-
activestorage (= 7.1.5.2)
44-
activesupport (= 7.1.5.2)
35+
useragent (~> 0.16)
36+
actiontext (7.2.3)
37+
actionpack (= 7.2.3)
38+
activerecord (= 7.2.3)
39+
activestorage (= 7.2.3)
40+
activesupport (= 7.2.3)
4541
globalid (>= 0.6.0)
4642
nokogiri (>= 1.8.5)
47-
actionview (7.1.5.2)
48-
activesupport (= 7.1.5.2)
43+
actionview (7.2.3)
44+
activesupport (= 7.2.3)
4945
builder (~> 3.1)
46+
cgi
5047
erubi (~> 1.11)
5148
rails-dom-testing (~> 2.2)
5249
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.5.2)
54-
activesupport (= 7.1.5.2)
50+
activejob (7.2.3)
51+
activesupport (= 7.2.3)
5552
globalid (>= 0.3.6)
56-
activemodel (7.1.5.2)
57-
activesupport (= 7.1.5.2)
58-
activerecord (7.1.5.2)
59-
activemodel (= 7.1.5.2)
60-
activesupport (= 7.1.5.2)
53+
activemodel (7.2.3)
54+
activesupport (= 7.2.3)
55+
activerecord (7.2.3)
56+
activemodel (= 7.2.3)
57+
activesupport (= 7.2.3)
6158
timeout (>= 0.4.0)
62-
activestorage (7.1.5.2)
63-
actionpack (= 7.1.5.2)
64-
activejob (= 7.1.5.2)
65-
activerecord (= 7.1.5.2)
66-
activesupport (= 7.1.5.2)
59+
activestorage (7.2.3)
60+
actionpack (= 7.2.3)
61+
activejob (= 7.2.3)
62+
activerecord (= 7.2.3)
63+
activesupport (= 7.2.3)
6764
marcel (~> 1.0)
68-
activesupport (7.1.5.2)
65+
activesupport (7.2.3)
6966
base64
7067
benchmark (>= 0.3)
7168
bigdecimal
72-
concurrent-ruby (~> 1.0, >= 1.0.2)
69+
concurrent-ruby (~> 1.0, >= 1.3.1)
7370
connection_pool (>= 2.2.5)
7471
drb
7572
i18n (>= 1.6, < 2)
7673
logger (>= 1.4.2)
7774
minitest (>= 5.1)
78-
mutex_m
7975
securerandom (>= 0.3)
80-
tzinfo (~> 2.0)
76+
tzinfo (~> 2.0, >= 2.0.5)
8177
addressable (2.8.7)
8278
public_suffix (>= 2.0.2, < 7.0)
83-
base64 (0.2.0)
84-
benchmark (0.4.1)
85-
bigdecimal (3.2.2)
79+
base64 (0.3.0)
80+
benchmark (0.5.0)
81+
bigdecimal (4.0.1)
8682
bindex (0.8.1)
8783
bootsnap (1.18.4)
8884
msgpack (~> 1.2)
@@ -96,46 +92,52 @@ GEM
9692
rack-test (>= 0.6.3)
9793
regexp_parser (>= 1.5, < 3.0)
9894
xpath (~> 3.2)
99-
concurrent-ruby (1.3.4)
100-
connection_pool (2.5.3)
95+
cgi (0.5.1)
96+
concurrent-ruby (1.3.6)
97+
connection_pool (3.0.2)
10198
crass (1.0.6)
102-
date (3.4.1)
99+
date (3.5.1)
103100
debug (1.9.2)
104101
irb (~> 1.10)
105102
reline (>= 0.3.8)
106103
drb (2.2.3)
107-
erubi (1.13.0)
108-
globalid (1.2.1)
104+
erb (6.0.2)
105+
erubi (1.13.1)
106+
globalid (1.3.0)
109107
activesupport (>= 6.1)
110-
i18n (1.14.6)
108+
i18n (1.14.8)
111109
concurrent-ruby (~> 1.0)
112110
importmap-rails (2.0.1)
113111
actionpack (>= 6.0.0)
114112
activesupport (>= 6.0.0)
115113
railties (>= 6.0.0)
116-
io-console (0.7.2)
117-
irb (1.14.1)
114+
io-console (0.8.2)
115+
irb (1.17.0)
116+
pp (>= 0.6.0)
117+
prism (>= 1.3.0)
118118
rdoc (>= 4.0.0)
119119
reline (>= 0.4.2)
120120
jbuilder (2.13.0)
121121
actionview (>= 5.0.0)
122122
activesupport (>= 5.0.0)
123-
logger (1.6.1)
124-
loofah (2.23.1)
123+
logger (1.7.0)
124+
loofah (2.25.1)
125125
crass (~> 1.0.2)
126126
nokogiri (>= 1.12.0)
127-
mail (2.8.1)
127+
mail (2.9.0)
128+
logger
128129
mini_mime (>= 0.1.1)
129130
net-imap
130131
net-pop
131132
net-smtp
132-
marcel (1.0.4)
133+
marcel (1.1.0)
133134
matrix (0.4.2)
134135
mini_mime (1.1.5)
135-
minitest (5.25.4)
136+
minitest (6.0.2)
137+
drb (~> 2.0)
138+
prism (~> 1.5)
136139
msgpack (1.7.2)
137-
mutex_m (0.3.0)
138-
net-imap (0.5.9)
140+
net-imap (0.6.3)
139141
date
140142
net-protocol
141143
net-pop (0.1.2)
@@ -144,61 +146,70 @@ GEM
144146
timeout
145147
net-smtp (0.5.1)
146148
net-protocol
147-
nio4r (2.7.3)
148-
nokogiri (1.18.9-arm64-darwin)
149+
nio4r (2.7.5)
150+
nokogiri (1.19.2-arm64-darwin)
149151
racc (~> 1.4)
150-
nokogiri (1.18.9-x86_64-darwin)
152+
nokogiri (1.19.2-x86_64-darwin)
151153
racc (~> 1.4)
152-
nokogiri (1.18.9-x86_64-linux-gnu)
154+
nokogiri (1.19.2-x86_64-linux-gnu)
153155
racc (~> 1.4)
154-
psych (5.1.2)
156+
pp (0.6.3)
157+
prettyprint
158+
prettyprint (0.2.0)
159+
prism (1.9.0)
160+
psych (5.3.1)
161+
date
155162
stringio
156163
public_suffix (6.0.1)
157164
puma (5.6.9)
158165
nio4r (~> 2.0)
159166
racc (1.8.1)
160-
rack (2.2.14)
161-
rack-session (1.0.2)
162-
rack (< 3)
163-
rack-test (2.1.0)
167+
rack (3.2.5)
168+
rack-session (2.1.1)
169+
base64 (>= 0.1.0)
170+
rack (>= 3.0.0)
171+
rack-test (2.2.0)
164172
rack (>= 1.3)
165-
rackup (1.0.1)
166-
rack (< 3)
167-
webrick
168-
rails (7.1.5.2)
169-
actioncable (= 7.1.5.2)
170-
actionmailbox (= 7.1.5.2)
171-
actionmailer (= 7.1.5.2)
172-
actionpack (= 7.1.5.2)
173-
actiontext (= 7.1.5.2)
174-
actionview (= 7.1.5.2)
175-
activejob (= 7.1.5.2)
176-
activemodel (= 7.1.5.2)
177-
activerecord (= 7.1.5.2)
178-
activestorage (= 7.1.5.2)
179-
activesupport (= 7.1.5.2)
173+
rackup (2.3.1)
174+
rack (>= 3)
175+
rails (7.2.3)
176+
actioncable (= 7.2.3)
177+
actionmailbox (= 7.2.3)
178+
actionmailer (= 7.2.3)
179+
actionpack (= 7.2.3)
180+
actiontext (= 7.2.3)
181+
actionview (= 7.2.3)
182+
activejob (= 7.2.3)
183+
activemodel (= 7.2.3)
184+
activerecord (= 7.2.3)
185+
activestorage (= 7.2.3)
186+
activesupport (= 7.2.3)
180187
bundler (>= 1.15.0)
181-
railties (= 7.1.5.2)
182-
rails-dom-testing (2.2.0)
188+
railties (= 7.2.3)
189+
rails-dom-testing (2.3.0)
183190
activesupport (>= 5.0.0)
184191
minitest
185192
nokogiri (>= 1.6)
186-
rails-html-sanitizer (1.6.1)
187-
loofah (~> 2.21)
193+
rails-html-sanitizer (1.7.0)
194+
loofah (~> 2.25)
188195
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
189-
railties (7.1.5.2)
190-
actionpack (= 7.1.5.2)
191-
activesupport (= 7.1.5.2)
192-
irb
196+
railties (7.2.3)
197+
actionpack (= 7.2.3)
198+
activesupport (= 7.2.3)
199+
cgi
200+
irb (~> 1.13)
193201
rackup (>= 1.0.0)
194202
rake (>= 12.2)
195203
thor (~> 1.0, >= 1.2.2)
204+
tsort (>= 0.2)
196205
zeitwerk (~> 2.6)
197-
rake (13.2.1)
198-
rdoc (6.7.0)
206+
rake (13.3.1)
207+
rdoc (7.2.0)
208+
erb
199209
psych (>= 4.0.0)
210+
tsort
200211
regexp_parser (2.9.2)
201-
reline (0.5.10)
212+
reline (0.6.3)
202213
io-console (~> 0.5)
203214
rexml (3.4.1)
204215
rubyzip (2.3.2)
@@ -221,16 +232,18 @@ GEM
221232
sqlite3 (1.7.3-x86_64-linux)
222233
stimulus-rails (1.3.4)
223234
railties (>= 6.0.0)
224-
stringio (3.1.1)
225-
thor (1.4.0)
226-
timeout (0.4.3)
235+
stringio (3.2.0)
236+
thor (1.5.0)
237+
timeout (0.6.1)
238+
tsort (0.2.0)
227239
turbo-rails (2.0.10)
228240
actionpack (>= 6.0.0)
229241
railties (>= 6.0.0)
230242
tzinfo (2.0.6)
231243
concurrent-ruby (~> 1.0)
232244
tzinfo-data (1.2014.5)
233245
tzinfo (>= 1.0.0)
246+
useragent (0.16.11)
234247
web-console (4.2.1)
235248
actionview (>= 6.0.0)
236249
activemodel (>= 6.0.0)
@@ -240,15 +253,14 @@ GEM
240253
nokogiri (~> 1.6)
241254
rubyzip (>= 1.3.0)
242255
selenium-webdriver (~> 4.0)
243-
webrick (1.9.1)
244256
websocket (1.2.11)
245257
websocket-driver (0.8.0)
246258
base64
247259
websocket-extensions (>= 0.1.0)
248260
websocket-extensions (0.1.5)
249261
xpath (3.2.0)
250262
nokogiri (~> 1.8)
251-
zeitwerk (2.6.18)
263+
zeitwerk (2.7.5)
252264

253265
PLATFORMS
254266
arm64-darwin-21
@@ -264,7 +276,7 @@ DEPENDENCIES
264276
importmap-rails
265277
jbuilder
266278
puma (~> 5.6)
267-
rails (~> 7.1.5)
279+
rails (~> 7.2.0)
268280
selenium-webdriver
269281
sprockets-rails
270282
sqlite3 (~> 1.4)
@@ -278,4 +290,4 @@ RUBY VERSION
278290
ruby 3.3.0p0
279291

280292
BUNDLED WITH
281-
2.5.6
293+
2.6.9

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
github.com/bombsimon/wsl/v4 v4.5.0 // indirect
101101
github.com/breml/bidichk v0.3.2 // indirect
102102
github.com/breml/errchkjson v0.4.0 // indirect
103-
github.com/buger/jsonparser v1.1.1 // indirect
103+
github.com/buger/jsonparser v1.1.2 // indirect
104104
github.com/butuzov/ireturn v0.3.1 // indirect
105105
github.com/butuzov/mirror v1.3.0 // indirect
106106
github.com/catenacyber/perfsprint v0.8.2 // indirect

0 commit comments

Comments
 (0)