Skip to content

Commit 6da607d

Browse files
committed
Update dependencies.
1 parent 598d3c9 commit 6da607d

18 files changed

Lines changed: 1044 additions & 968 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "~> 3.1"
44

55
# Task runner
6-
gem "thor", "~> 1.3.0"
6+
gem "thor", "~> 1.4.0"
77

88
# Tests
99
gem "minitest", "~> 5.25.1"
@@ -34,7 +34,7 @@ gem "childprocess"
3434
gem "typhoeus", "~> 1.4.0"
3535

3636
# JSON parsing
37-
gem "multi_json", "~> 1.15.0"
37+
gem "multi_json", "~> 1.17.0"
3838
gem "oj", "~> 3.10"
3939

4040
# Database libraries

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ GEM
7474
erubi (1.13.1)
7575
ethon (0.16.0)
7676
ffi (>= 1.15.0)
77-
factory_bot (6.5.3)
77+
factory_bot (6.5.4)
7878
activesupport (>= 6.1.0)
79-
faker (3.5.1)
79+
faker (3.5.2)
8080
i18n (>= 1.8.11, < 2)
81-
faraday (2.13.1)
81+
faraday (2.13.3)
8282
faraday-net_http (>= 2.0, < 3.5)
8383
json
8484
logger
85-
faraday-net_http (3.4.0)
85+
faraday-net_http (3.4.1)
8686
net-http (>= 0.5.0)
8787
faraday-typhoeus (1.1.0)
8888
faraday (~> 2.0)
@@ -91,7 +91,7 @@ GEM
9191
i18n (1.14.7)
9292
concurrent-ruby (~> 1.0)
9393
ice_nine (0.11.2)
94-
json (2.12.2)
94+
json (2.13.0)
9595
language_server-protocol (3.17.0.5)
9696
launchy (3.1.1)
9797
addressable (~> 2.8)
@@ -102,7 +102,7 @@ GEM
102102
loofah (2.24.1)
103103
crass (~> 1.0.2)
104104
nokogiri (>= 1.12.0)
105-
matrix (0.4.2)
105+
matrix (0.4.3)
106106
mini_mime (1.1.5)
107107
mini_portile2 (2.8.9)
108108
minitest (5.25.5)
@@ -119,14 +119,14 @@ GEM
119119
minitest (>= 5.0)
120120
minitest-sprint (1.3.0)
121121
path_expander (~> 1.1)
122-
multi_json (1.15.0)
122+
multi_json (1.17.0)
123123
net-http (0.6.0)
124124
uri
125125
net-protocol (0.2.2)
126126
timeout
127127
net-smtp (0.5.1)
128128
net-protocol
129-
nokogiri (1.18.8)
129+
nokogiri (1.18.9)
130130
mini_portile2 (~> 2.8.2)
131131
racc (~> 1.4)
132132
oj (3.16.11)
@@ -135,7 +135,7 @@ GEM
135135
opensearch-ruby (3.4.0)
136136
faraday (>= 1.0, < 3)
137137
multi_json (>= 1.0)
138-
ostruct (0.6.1)
138+
ostruct (0.6.3)
139139
parallel (1.27.0)
140140
parser (3.3.8.0)
141141
ast (~> 2.4.1)
@@ -162,18 +162,18 @@ GEM
162162
rainbow (3.1.1)
163163
regexp_parser (2.10.0)
164164
rexml (3.4.1)
165-
rubocop (1.76.1)
165+
rubocop (1.78.0)
166166
json (~> 2.3)
167167
language_server-protocol (~> 3.17.0.2)
168168
lint_roller (~> 1.1.0)
169169
parallel (~> 1.10)
170170
parser (>= 3.3.0.2)
171171
rainbow (>= 2.2.2, < 4.0)
172172
regexp_parser (>= 2.9.3, < 3.0)
173-
rubocop-ast (>= 1.45.0, < 2.0)
173+
rubocop-ast (>= 1.45.1, < 2.0)
174174
ruby-progressbar (~> 1.7)
175175
unicode-display_width (>= 2.4.0, < 4.0)
176-
rubocop-ast (1.45.1)
176+
rubocop-ast (1.46.0)
177177
parser (>= 3.3.7.2)
178178
prism (~> 1.4)
179179
rubocop-minitest (0.38.1)
@@ -189,7 +189,7 @@ GEM
189189
rexml (~> 3.2, >= 3.2.5)
190190
rubyzip (>= 1.2.2, < 3.0)
191191
websocket (~> 1.0)
192-
thor (1.3.2)
192+
thor (1.4.0)
193193
timeout (0.4.3)
194194
typhoeus (1.4.1)
195195
ethon (>= 0.9.0)
@@ -233,7 +233,7 @@ DEPENDENCIES
233233
minitest-reporters (~> 1.7.1)
234234
minitest-retry (~> 0.2.2)
235235
minitest-sprint (~> 1.3.0)
236-
multi_json (~> 1.15.0)
236+
multi_json (~> 1.17.0)
237237
net-smtp (~> 0.5.0)
238238
nokogiri (~> 1.18)
239239
oj (~> 3.10)
@@ -244,7 +244,7 @@ DEPENDENCIES
244244
rubocop (~> 1.4)
245245
rubocop-minitest (~> 0.38.0)
246246
selenium-webdriver (~> 4.15)
247-
thor (~> 1.3.0)
247+
thor (~> 1.4.0)
248248
typhoeus (~> 1.4.0)
249249
zonebie (~> 0.6.1)
250250

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export PREFIX=$(prefix)
1515
default: all
1616

1717
# Download and locally install the "task" tool.
18-
task_version:=3.44.0
18+
task_version:=3.44.1
1919
$(source_dir)/tasks/bootstrap-$(task_version): ;
2020
$(work_dir)/stamp/bootstrap-$(task_version): $(source_dir)/tasks/bootstrap-$(task_version)
2121
$(source_dir)/tasks/bootstrap-$(task_version)

src/api-umbrella/admin-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"test:ember": "ember test"
2626
},
2727
"devDependencies": {
28-
"@babel/eslint-parser": "^7.27.5",
29-
"@babel/plugin-proposal-decorators": "^7.27.1",
28+
"@babel/eslint-parser": "^7.28.0",
29+
"@babel/plugin-proposal-decorators": "^7.28.0",
3030
"@ember/jquery": "^2.0.0",
3131
"@ember/optional-features": "^2.2.0",
3232
"@ember/render-modifiers": "^2.1.0",
@@ -86,10 +86,10 @@
8686
"ember-template-lint": "^5.13.0",
8787
"ember-truth-helpers": "^4.0.3",
8888
"eslint": "^8.57.1",
89-
"eslint-config-prettier": "^8.10.0",
89+
"eslint-config-prettier": "^8.10.2",
9090
"eslint-plugin-ember": "^11.12.0",
9191
"eslint-plugin-n": "^15.7.0",
92-
"eslint-plugin-prettier": "^4.2.1",
92+
"eslint-plugin-prettier": "^4.2.5",
9393
"eslint-plugin-qunit": "^7.3.4",
9494
"eslint-plugin-simple-import-sort": "^10.0.0",
9595
"html5sortable": "^0.13.3",
@@ -117,7 +117,7 @@
117117
"timekeeper": "^2.3.1",
118118
"tippy.js": "~6.3.7",
119119
"tracked-built-ins": "^3.4.0",
120-
"webpack": "^5.99.9"
120+
"webpack": "^5.100.2"
121121
},
122122
"engines": {
123123
"node": "14.* || 16.* || >= 18"

0 commit comments

Comments
 (0)