Skip to content

Commit 52d080d

Browse files
committed
Update dependencies.
1 parent 3be2fbb commit 52d080d

File tree

18 files changed

+736
-581
lines changed

18 files changed

+736
-581
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "minitest-reporters", "~> 1.7.1"
1818
gem "minitest-hooks", "~> 1.5.0"
1919

2020
# Retry certain flaky tests.
21-
gem "minitest-retry", "~> 0.2.2"
21+
gem "minitest-retry", "~> 0.3.0"
2222

2323
# Test metadata for CI environment.
2424
gem "minitest-ci", "~> 3.4.0"
@@ -34,7 +34,7 @@ gem "childprocess"
3434
gem "typhoeus", "~> 1.5.0"
3535

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

4040
# Database libraries

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ GEM
4242
minitest (>= 5.1)
4343
securerandom (>= 0.3)
4444
tzinfo (~> 2.0, >= 2.0.5)
45-
addressable (2.8.7)
46-
public_suffix (>= 2.0.2, < 7.0)
45+
addressable (2.8.8)
46+
public_suffix (>= 2.0.2, < 8.0)
4747
ansi (1.5.0)
4848
ast (2.4.3)
4949
awesome_print (1.9.2)
5050
base64 (0.3.0)
5151
bcrypt (3.1.20)
5252
benchmark (0.5.0)
53-
bigdecimal (3.3.1)
53+
bigdecimal (4.0.1)
5454
builder (3.3.0)
5555
capybara (3.40.0)
5656
addressable
@@ -66,11 +66,11 @@ GEM
6666
launchy
6767
capybara-shadowdom (0.3.0)
6868
capybara
69-
cgi (0.5.0)
69+
cgi (0.5.1)
7070
childprocess (5.1.0)
7171
logger (~> 1.5)
72-
concurrent-ruby (1.3.5)
73-
connection_pool (2.5.4)
72+
concurrent-ruby (1.3.6)
73+
connection_pool (2.5.5)
7474
crass (1.0.6)
7575
drb (2.2.3)
7676
encryptor (3.0.0)
@@ -79,7 +79,7 @@ GEM
7979
ffi (>= 1.15.0)
8080
factory_bot (6.5.6)
8181
activesupport (>= 6.1.0)
82-
faker (3.5.2)
82+
faker (3.5.3)
8383
i18n (>= 1.8.11, < 2)
8484
faraday (2.14.0)
8585
faraday-net_http (>= 2.0, < 3.5)
@@ -91,18 +91,18 @@ GEM
9191
faraday (~> 2.0)
9292
typhoeus (~> 1.4)
9393
ffi (1.17.2)
94-
i18n (1.14.7)
94+
i18n (1.14.8)
9595
concurrent-ruby (~> 1.0)
9696
ice_nine (0.11.2)
97-
json (2.16.0)
97+
json (2.18.0)
9898
language_server-protocol (3.17.0.5)
9999
launchy (3.1.1)
100100
addressable (~> 2.8)
101101
childprocess (~> 5.0)
102102
logger (~> 1.6)
103103
lint_roller (1.1.0)
104104
logger (1.7.0)
105-
loofah (2.24.1)
105+
loofah (2.25.0)
106106
crass (~> 1.0.2)
107107
nokogiri (>= 1.12.0)
108108
matrix (0.4.3)
@@ -111,19 +111,19 @@ GEM
111111
minitest (5.26.2)
112112
minitest-ci (3.4.0)
113113
minitest (>= 5.0.6)
114-
minitest-hooks (1.5.2)
114+
minitest-hooks (1.5.3)
115115
minitest (> 5.3)
116116
minitest-reporters (1.7.1)
117117
ansi
118118
builder
119119
minitest (>= 5.0)
120120
ruby-progressbar
121-
minitest-retry (0.2.5)
121+
minitest-retry (0.3.0)
122122
minitest (>= 5.0)
123123
minitest-sprint (1.3.0)
124124
path_expander (~> 1.1)
125-
multi_json (1.17.0)
126-
net-http (0.8.0)
125+
multi_json (1.19.1)
126+
net-http (0.9.1)
127127
uri (>= 0.11.1)
128128
net-protocol (0.2.2)
129129
timeout
@@ -132,7 +132,7 @@ GEM
132132
nokogiri (1.18.10)
133133
mini_portile2 (~> 2.8.2)
134134
racc (~> 1.4)
135-
oj (3.16.12)
135+
oj (3.16.13)
136136
bigdecimal (>= 3.0)
137137
ostruct (>= 0.2)
138138
opensearch-ruby (3.4.0)
@@ -147,7 +147,7 @@ GEM
147147
pg (1.6.2)
148148
pg (1.6.2-aarch64-linux)
149149
pg (1.6.2-x86_64-linux)
150-
prism (1.6.0)
150+
prism (1.7.0)
151151
public_suffix (6.0.2)
152152
racc (1.8.1)
153153
rack (3.2.4)
@@ -167,20 +167,20 @@ GEM
167167
rainbow (3.1.1)
168168
regexp_parser (2.11.3)
169169
rexml (3.4.4)
170-
rubocop (1.81.7)
170+
rubocop (1.82.1)
171171
json (~> 2.3)
172172
language_server-protocol (~> 3.17.0.2)
173173
lint_roller (~> 1.1.0)
174174
parallel (~> 1.10)
175175
parser (>= 3.3.0.2)
176176
rainbow (>= 2.2.2, < 4.0)
177177
regexp_parser (>= 2.9.3, < 3.0)
178-
rubocop-ast (>= 1.47.1, < 2.0)
178+
rubocop-ast (>= 1.48.0, < 2.0)
179179
ruby-progressbar (~> 1.7)
180180
unicode-display_width (>= 2.4.0, < 4.0)
181-
rubocop-ast (1.48.0)
181+
rubocop-ast (1.49.0)
182182
parser (>= 3.3.7.2)
183-
prism (~> 1.4)
183+
prism (~> 1.7)
184184
rubocop-minitest (0.38.2)
185185
lint_roller (~> 1.1)
186186
rubocop (>= 1.75.0, < 2.0)
@@ -195,14 +195,14 @@ GEM
195195
rubyzip (>= 1.2.2, < 3.0)
196196
websocket (~> 1.0)
197197
thor (1.4.0)
198-
timeout (0.4.4)
198+
timeout (0.6.0)
199199
typhoeus (1.5.0)
200200
ethon (>= 0.9.0, < 0.16.0)
201201
tzinfo (2.0.6)
202202
concurrent-ruby (~> 1.0)
203203
unicode-display_width (3.2.0)
204204
unicode-emoji (~> 4.1)
205-
unicode-emoji (4.1.0)
205+
unicode-emoji (4.2.0)
206206
uri (1.1.1)
207207
useragent (0.16.11)
208208
websocket (1.2.11)
@@ -236,9 +236,9 @@ DEPENDENCIES
236236
minitest-ci (~> 3.4.0)
237237
minitest-hooks (~> 1.5.0)
238238
minitest-reporters (~> 1.7.1)
239-
minitest-retry (~> 0.2.2)
239+
minitest-retry (~> 0.3.0)
240240
minitest-sprint (~> 1.3.0)
241-
multi_json (~> 1.17.0)
241+
multi_json (~> 1.19.1)
242242
net-smtp (~> 0.5.0)
243243
nokogiri (~> 1.18)
244244
oj (~> 3.16)

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.45.5
18+
task_version:=3.46.4
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/eslint-parser": "^7.28.5",
2929
"@babel/plugin-proposal-decorators": "^7.28.0",
3030
"@ember/jquery": "^2.0.0",
31-
"@ember/optional-features": "^2.2.0",
31+
"@ember/optional-features": "^2.3.0",
3232
"@ember/render-modifiers": "^2.1.0",
3333
"@ember/string": "^3.1.1",
3434
"@ember/test-helpers": "^2.9.6",
@@ -44,7 +44,7 @@
4444
"@pnotify/font-awesome5": "^5.2.0",
4545
"@pnotify/font-awesome5-fix": "^5.2.0",
4646
"@pnotify/mobile": "^5.2.0",
47-
"autoprefixer": "^10.4.22",
47+
"autoprefixer": "^10.4.23",
4848
"bootbox": "^6.0.4",
4949
"bootstrap": "^4.6.2",
5050
"broccoli-asset-rev": "^3.0.0",
@@ -98,7 +98,7 @@
9898
"jed": "~1.1.1",
9999
"jquery.scrollto": "~2.1.3",
100100
"loader.js": "^4.7.0",
101-
"lodash-es": "~4.17.21",
101+
"lodash-es": "~4.17.22",
102102
"marked": "^8.0.1",
103103
"moment-timezone": "~0.5.48",
104104
"npm-run-all": "^4.1.5",
@@ -107,17 +107,17 @@
107107
"po2json": "~0.4.5",
108108
"popper.js": "^1.16.1",
109109
"prettier": "^2.8.8",
110-
"qunit": "^2.24.2",
110+
"qunit": "^2.24.3",
111111
"qunit-dom": "^2.0.0",
112-
"sass": "^1.94.2",
112+
"sass": "^1.97.1",
113113
"selectize": "~0.12.6",
114114
"stylelint": "^15.11.0",
115115
"stylelint-config-standard": "^32.0.0",
116116
"stylelint-prettier": "^3.0.0",
117117
"timekeeper": "^2.3.1",
118118
"tippy.js": "~6.3.7",
119119
"tracked-built-ins": "^3.4.0",
120-
"webpack": "^5.103.0"
120+
"webpack": "^5.104.1"
121121
},
122122
"engines": {
123123
"node": "14.* || 16.* || >= 18"

0 commit comments

Comments
 (0)