Skip to content

Commit 4816467

Browse files
committed
Update gems and javascript packages
1 parent c81dbd2 commit 4816467

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

Gemfile.lock

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
concurrent-ruby (1.3.4)
8989
connection_pool (2.4.1)
9090
crass (1.0.6)
91-
date (3.4.0)
91+
date (3.4.1)
9292
docile (1.4.1)
9393
domain_name (0.6.20240107)
9494
drb (2.2.1)
@@ -121,19 +121,19 @@ GEM
121121
http-form_data (2.3.0)
122122
i18n (1.14.6)
123123
concurrent-ruby (~> 1.0)
124-
io-console (0.7.2)
124+
io-console (0.8.0)
125125
irb (1.14.1)
126126
rdoc (>= 4.0.0)
127127
reline (>= 0.4.2)
128-
json (2.8.2)
128+
json (2.9.0)
129129
language_server-protocol (3.17.0.3)
130130
listen (3.9.0)
131131
rb-fsevent (~> 0.10, >= 0.10.3)
132132
rb-inotify (~> 0.9, >= 0.9.10)
133133
llhttp-ffi (0.5.0)
134134
ffi-compiler (~> 1.0)
135135
rake (~> 13.0)
136-
logger (1.6.1)
136+
logger (1.6.2)
137137
loofah (2.23.1)
138138
crass (~> 1.0.2)
139139
nokogiri (>= 1.12.0)
@@ -163,17 +163,17 @@ GEM
163163
net-smtp (0.5.0)
164164
net-protocol
165165
nio4r (2.7.4)
166-
nokogiri (1.16.7-aarch64-linux)
166+
nokogiri (1.16.8-aarch64-linux)
167167
racc (~> 1.4)
168-
nokogiri (1.16.7-arm-linux)
168+
nokogiri (1.16.8-arm-linux)
169169
racc (~> 1.4)
170-
nokogiri (1.16.7-arm64-darwin)
170+
nokogiri (1.16.8-arm64-darwin)
171171
racc (~> 1.4)
172-
nokogiri (1.16.7-x86-linux)
172+
nokogiri (1.16.8-x86-linux)
173173
racc (~> 1.4)
174-
nokogiri (1.16.7-x86_64-darwin)
174+
nokogiri (1.16.8-x86_64-darwin)
175175
racc (~> 1.4)
176-
nokogiri (1.16.7-x86_64-linux)
176+
nokogiri (1.16.8-x86_64-linux)
177177
racc (~> 1.4)
178178
oj (3.16.7)
179179
bigdecimal (>= 3.0)
@@ -183,7 +183,8 @@ GEM
183183
parser (3.3.6.0)
184184
ast (~> 2.4.1)
185185
racc
186-
psych (5.2.0)
186+
psych (5.2.1)
187+
date
187188
stringio
188189
public_suffix (6.0.1)
189190
puma (6.5.0)
@@ -218,9 +219,9 @@ GEM
218219
activesupport (>= 5.0.0)
219220
minitest
220221
nokogiri (>= 1.6)
221-
rails-html-sanitizer (1.6.0)
222+
rails-html-sanitizer (1.6.1)
222223
loofah (~> 2.21)
223-
nokogiri (~> 1.14)
224+
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)
224225
railties (8.0.0)
225226
actionpack (= 8.0.0)
226227
activesupport (= 8.0.0)
@@ -236,21 +237,21 @@ GEM
236237
ffi (~> 1.0)
237238
rdoc (6.8.1)
238239
psych (>= 4.0.0)
239-
regexp_parser (2.9.2)
240+
regexp_parser (2.9.3)
240241
reline (0.5.12)
241242
io-console (~> 0.5)
242243
rematch (3.1.0)
243244
rerun (0.14.0)
244245
listen (~> 3.0)
245246
rouge (4.5.1)
246-
rubocop (1.69.0)
247+
rubocop (1.69.1)
247248
json (~> 2.3)
248249
language_server-protocol (>= 3.17.0)
249250
parallel (~> 1.10)
250251
parser (>= 3.3.0.2)
251252
rainbow (>= 2.2.2, < 4.0)
252-
regexp_parser (>= 2.4, < 3.0)
253-
rubocop-ast (>= 1.36.1, < 2.0)
253+
regexp_parser (>= 2.9.3, < 3.0)
254+
rubocop-ast (>= 1.36.2, < 2.0)
254255
ruby-progressbar (~> 1.7)
255256
unicode-display_width (>= 2.4.0, < 4.0)
256257
rubocop-ast (1.36.2)
@@ -267,8 +268,8 @@ GEM
267268
rubocop (~> 1.0)
268269
ruby-progressbar (1.13.0)
269270
ruby2_keywords (0.0.5)
270-
securerandom (0.3.2)
271-
sequel (5.86.0)
271+
securerandom (0.4.0)
272+
sequel (5.87.0)
272273
bigdecimal
273274
simplecov (0.22.0)
274275
docile (~> 1.1)

bun.lockb

1.63 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"cypress-html-validate": "6.1.0",
1111
"eslint-plugin-cypress": "4.1.0",
1212
"eslint-plugin-promise": "7.2.1",
13-
"html-validate": "8.26.0",
13+
"html-validate": "8.27.0",
1414
"start-server-and-test": "2.0.8",
15-
"@eslint/js": "9.15.0",
15+
"@eslint/js": "9.16.0",
1616
"@types/eslint__js": "^8.42.3",
17-
"eslint": "9.15.0",
17+
"eslint": "9.16.0",
1818
"eslint-plugin-align-assignments": "^1.1.2",
1919
"retypeapp-linux-x64": "3.6.0",
2020
"typescript": "5.7.2",
21-
"typescript-eslint": "8.16.0"
21+
"typescript-eslint": "8.17.0"
2222
},
2323
"workspaces": ["e2e"]
2424
}

0 commit comments

Comments
 (0)