Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 6bf908f

Browse files
fix(deps): update all non-major dependencies
1 parent 8513e0b commit 6bf908f

File tree

6 files changed

+74
-68
lines changed

6 files changed

+74
-68
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
services:
1717
postgres:
18-
image: postgres:17.2-alpine@sha256:7e5df973a74872482e320dcbdeb055e178d6f42de0558b083892c50cda833c96
18+
image: postgres:17.4-alpine@sha256:7062a2109c4b51f3c792c7ea01e83ed12ef9a980886e3b3d380a7d2e5f6ce3f5
1919
ports:
2020
- "5432:5432"
2121
env:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.1
1+
22.14.0

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ GEM
182182
json (2.9.1)
183183
language_server-protocol (3.17.0.4)
184184
lint_roller (1.1.0)
185-
logger (1.6.5)
185+
logger (1.6.6)
186186
loofah (2.24.0)
187187
crass (~> 1.0.2)
188188
nokogiri (>= 1.12.0)
@@ -209,18 +209,18 @@ GEM
209209
net-smtp (0.5.0)
210210
net-protocol
211211
nio4r (2.7.4)
212-
nokogiri (1.18.2)
212+
nokogiri (1.18.3)
213213
mini_portile2 (~> 2.8.2)
214214
racc (~> 1.4)
215-
nokogiri (1.18.2-aarch64-linux-gnu)
215+
nokogiri (1.18.3-aarch64-linux-gnu)
216216
racc (~> 1.4)
217-
nokogiri (1.18.2-arm-linux-gnu)
217+
nokogiri (1.18.3-arm-linux-gnu)
218218
racc (~> 1.4)
219-
nokogiri (1.18.2-arm64-darwin)
219+
nokogiri (1.18.3-arm64-darwin)
220220
racc (~> 1.4)
221-
nokogiri (1.18.2-x86_64-darwin)
221+
nokogiri (1.18.3-x86_64-darwin)
222222
racc (~> 1.4)
223-
nokogiri (1.18.2-x86_64-linux-gnu)
223+
nokogiri (1.18.3-x86_64-linux-gnu)
224224
racc (~> 1.4)
225225
optimist (3.2.0)
226226
parallel (1.26.3)
@@ -238,7 +238,7 @@ GEM
238238
puma (6.6.0)
239239
nio4r (~> 2.0)
240240
racc (1.8.1)
241-
rack (3.1.9)
241+
rack (3.1.11)
242242
rack-session (2.1.0)
243243
base64 (>= 0.1.0)
244244
rack (>= 3.0.0)
@@ -279,9 +279,9 @@ GEM
279279
rake (13.2.1)
280280
rdoc (6.10.0)
281281
psych (>= 4.0.0)
282-
redis (5.3.0)
282+
redis (5.4.0)
283283
redis-client (>= 0.22.0)
284-
redis-client (0.23.0)
284+
redis-client (0.24.0)
285285
connection_pool
286286
regexp_parser (2.10.0)
287287
reline (0.6.0)
@@ -293,7 +293,7 @@ GEM
293293
rubocop-rails (!= 2.20.1, != 2.20.0)
294294
rubocop-rspec
295295
standard (>= 1.35.1)
296-
rexml (3.4.0)
296+
rexml (3.4.1)
297297
rspec (3.13.0)
298298
rspec-core (~> 3.13.0)
299299
rspec-expectations (~> 3.13.0)
@@ -359,7 +359,7 @@ GEM
359359
sassc-embedded (1.80.1)
360360
sass-embedded (~> 1.80)
361361
securerandom (0.4.1)
362-
selenium-webdriver (4.28.0)
362+
selenium-webdriver (4.29.1)
363363
base64 (~> 0.2)
364364
logger (~> 1.4)
365365
rexml (~> 3.2, >= 3.2.5)
@@ -395,17 +395,17 @@ GEM
395395
rubocop-performance (~> 1.23.0)
396396
stimulus-rails (1.3.4)
397397
railties (>= 6.0.0)
398-
stringio (3.1.2)
398+
stringio (3.1.5)
399399
super_diff (0.15.0)
400400
attr_extras (>= 6.2.4)
401401
diff-lcs
402402
patience_diff
403403
thor (1.3.2)
404404
tilt (2.5.0)
405405
timeout (0.4.3)
406-
turbo-rails (2.0.11)
407-
actionpack (>= 6.0.0)
408-
railties (>= 6.0.0)
406+
turbo-rails (2.0.13)
407+
actionpack (>= 7.1.0)
408+
railties (>= 7.1.0)
409409
tzinfo (2.0.6)
410410
concurrent-ruby (~> 1.0)
411411
unicode-display_width (3.1.4)
@@ -428,7 +428,7 @@ GEM
428428
websocket-extensions (0.1.5)
429429
xpath (3.2.0)
430430
nokogiri (~> 1.8)
431-
zeitwerk (2.7.1)
431+
zeitwerk (2.7.2)
432432

433433
PLATFORMS
434434
aarch64-linux

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- db
1515

1616
db:
17-
image: postgres:17.2@sha256:3267c505060a0052e5aa6e5175a7b41ab6b04da2f8c4540fc6e98a37210aa2d3
17+
image: postgres:17.4@sha256:81f32a88ec561664634637dd446487efd5f9d90996304b96210078e90e5c8b21
1818
environment:
1919
POSTGRES_USER: postgres
2020
POSTGRES_PASSWORD: postgres

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"eslint": "9.x"
44
},
55
"devDependencies": {
6-
"@eslint/js": "9.19.0",
7-
"globals": "15.14.0"
6+
"@eslint/js": "9.22.0",
7+
"globals": "15.15.0"
88
}
99
}

yarn.lock

Lines changed: 52 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1515
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
1616

17-
"@eslint/config-array@^0.19.0":
17+
"@eslint/config-array@^0.19.2":
1818
version "0.19.2"
1919
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
2020
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
@@ -23,17 +23,22 @@
2323
debug "^4.3.1"
2424
minimatch "^3.1.2"
2525

26-
"@eslint/core@^0.10.0":
27-
version "0.10.0"
28-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
29-
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
26+
"@eslint/config-helpers@^0.1.0":
27+
version "0.1.0"
28+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
29+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
30+
31+
"@eslint/core@^0.12.0":
32+
version "0.12.0"
33+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
34+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
3035
dependencies:
3136
"@types/json-schema" "^7.0.15"
3237

33-
"@eslint/eslintrc@^3.2.0":
34-
version "3.2.0"
35-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
36-
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
38+
"@eslint/eslintrc@^3.3.0":
39+
version "3.3.0"
40+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
41+
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
3742
dependencies:
3843
ajv "^6.12.4"
3944
debug "^4.3.2"
@@ -45,22 +50,22 @@
4550
minimatch "^3.1.2"
4651
strip-json-comments "^3.1.1"
4752

48-
"@eslint/js@9.19.0":
49-
version "9.19.0"
50-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
51-
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
53+
"@eslint/js@9.22.0":
54+
version "9.22.0"
55+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
56+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
5257

5358
"@eslint/object-schema@^2.1.6":
5459
version "2.1.6"
5560
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
5661
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
5762

58-
"@eslint/plugin-kit@^0.2.5":
59-
version "0.2.5"
60-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
61-
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
63+
"@eslint/plugin-kit@^0.2.7":
64+
version "0.2.7"
65+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27"
66+
integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==
6267
dependencies:
63-
"@eslint/core" "^0.10.0"
68+
"@eslint/core" "^0.12.0"
6469
levn "^0.4.1"
6570

6671
"@humanfs/core@^0.19.1":
@@ -86,10 +91,10 @@
8691
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
8792
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
8893

89-
"@humanwhocodes/retry@^0.4.1":
90-
version "0.4.1"
91-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
92-
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
94+
"@humanwhocodes/retry@^0.4.2":
95+
version "0.4.2"
96+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
97+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
9398

9499
"@types/estree@^1.0.6":
95100
version "1.0.6"
@@ -107,9 +112,9 @@ acorn-jsx@^5.3.2:
107112
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
108113

109114
acorn@^8.14.0:
110-
version "8.14.0"
111-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
112-
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
115+
version "8.14.1"
116+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
117+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
113118

114119
ajv@^6.12.4:
115120
version "6.12.6"
@@ -202,10 +207,10 @@ escape-string-regexp@^4.0.0:
202207
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
203208
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
204209

205-
eslint-scope@^8.2.0:
206-
version "8.2.0"
207-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
208-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
210+
eslint-scope@^8.3.0:
211+
version "8.3.0"
212+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
213+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
209214
dependencies:
210215
esrecurse "^4.3.0"
211216
estraverse "^5.2.0"
@@ -221,28 +226,29 @@ eslint-visitor-keys@^4.2.0:
221226
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
222227

223228
eslint@9.x:
224-
version "9.19.0"
225-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf"
226-
integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==
229+
version "9.22.0"
230+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
231+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
227232
dependencies:
228233
"@eslint-community/eslint-utils" "^4.2.0"
229234
"@eslint-community/regexpp" "^4.12.1"
230-
"@eslint/config-array" "^0.19.0"
231-
"@eslint/core" "^0.10.0"
232-
"@eslint/eslintrc" "^3.2.0"
233-
"@eslint/js" "9.19.0"
234-
"@eslint/plugin-kit" "^0.2.5"
235+
"@eslint/config-array" "^0.19.2"
236+
"@eslint/config-helpers" "^0.1.0"
237+
"@eslint/core" "^0.12.0"
238+
"@eslint/eslintrc" "^3.3.0"
239+
"@eslint/js" "9.22.0"
240+
"@eslint/plugin-kit" "^0.2.7"
235241
"@humanfs/node" "^0.16.6"
236242
"@humanwhocodes/module-importer" "^1.0.1"
237-
"@humanwhocodes/retry" "^0.4.1"
243+
"@humanwhocodes/retry" "^0.4.2"
238244
"@types/estree" "^1.0.6"
239245
"@types/json-schema" "^7.0.15"
240246
ajv "^6.12.4"
241247
chalk "^4.0.0"
242248
cross-spawn "^7.0.6"
243249
debug "^4.3.2"
244250
escape-string-regexp "^4.0.0"
245-
eslint-scope "^8.2.0"
251+
eslint-scope "^8.3.0"
246252
eslint-visitor-keys "^4.2.0"
247253
espree "^10.3.0"
248254
esquery "^1.5.0"
@@ -332,9 +338,9 @@ flat-cache@^4.0.0:
332338
keyv "^4.5.4"
333339

334340
flatted@^3.2.9:
335-
version "3.3.2"
336-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.2.tgz#adba1448a9841bec72b42c532ea23dbbedef1a27"
337-
integrity sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==
341+
version "3.3.3"
342+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
343+
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
338344

339345
glob-parent@^6.0.2:
340346
version "6.0.2"
@@ -343,10 +349,10 @@ glob-parent@^6.0.2:
343349
dependencies:
344350
is-glob "^4.0.3"
345351

346-
globals@15.14.0:
347-
version "15.14.0"
348-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
349-
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
352+
globals@15.15.0:
353+
version "15.15.0"
354+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
355+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
350356

351357
globals@^14.0.0:
352358
version "14.0.0"

0 commit comments

Comments
 (0)