Skip to content

Commit 0d8df64

Browse files
committed
Update dependencies.
1 parent ddaf7ca commit 0d8df64

File tree

21 files changed

+3398
-2648
lines changed

21 files changed

+3398
-2648
lines changed

Gemfile.lock

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (7.2.2)
5-
actionview (= 7.2.2)
6-
activesupport (= 7.2.2)
4+
actionpack (7.2.2.1)
5+
actionview (= 7.2.2.1)
6+
activesupport (= 7.2.2.1)
77
nokogiri (>= 1.8.5)
88
racc
99
rack (>= 2.2.4, < 3.2)
@@ -12,23 +12,23 @@ GEM
1212
rails-dom-testing (~> 2.2)
1313
rails-html-sanitizer (~> 1.6)
1414
useragent (~> 0.16)
15-
actionview (7.2.2)
16-
activesupport (= 7.2.2)
15+
actionview (7.2.2.1)
16+
activesupport (= 7.2.2.1)
1717
builder (~> 3.1)
1818
erubi (~> 1.11)
1919
rails-dom-testing (~> 2.2)
2020
rails-html-sanitizer (~> 1.6)
21-
active_attr (0.17.0)
22-
actionpack (>= 3.0.2, < 8.0)
23-
activemodel (>= 3.0.2, < 8.0)
24-
activesupport (>= 3.0.2, < 8.0)
25-
activemodel (7.2.2)
26-
activesupport (= 7.2.2)
27-
activerecord (7.2.2)
28-
activemodel (= 7.2.2)
29-
activesupport (= 7.2.2)
21+
active_attr (0.17.1)
22+
actionpack (>= 3.0.2, < 8.1)
23+
activemodel (>= 3.0.2, < 8.1)
24+
activesupport (>= 3.0.2, < 8.1)
25+
activemodel (7.2.2.1)
26+
activesupport (= 7.2.2.1)
27+
activerecord (7.2.2.1)
28+
activemodel (= 7.2.2.1)
29+
activesupport (= 7.2.2.1)
3030
timeout (>= 0.4.0)
31-
activesupport (7.2.2)
31+
activesupport (7.2.2.1)
3232
base64
3333
benchmark (>= 0.3)
3434
bigdecimal
@@ -47,8 +47,8 @@ GEM
4747
awesome_print (1.9.2)
4848
base64 (0.2.0)
4949
bcrypt (3.1.20)
50-
benchmark (0.3.0)
51-
bigdecimal (3.1.8)
50+
benchmark (0.4.0)
51+
bigdecimal (3.1.9)
5252
builder (3.3.0)
5353
capybara (3.40.0)
5454
addressable
@@ -66,44 +66,45 @@ GEM
6666
capybara
6767
childprocess (5.1.0)
6868
logger (~> 1.5)
69-
concurrent-ruby (1.3.4)
70-
connection_pool (2.4.1)
69+
concurrent-ruby (1.3.5)
70+
connection_pool (2.5.0)
7171
crass (1.0.6)
7272
drb (2.2.1)
7373
encryptor (3.0.0)
74-
erubi (1.13.0)
74+
erubi (1.13.1)
7575
ethon (0.16.0)
7676
ffi (>= 1.15.0)
7777
factory_bot (6.5.0)
7878
activesupport (>= 5.0.0)
7979
faker (3.5.1)
8080
i18n (>= 1.8.11, < 2)
81-
faraday (2.12.0)
82-
faraday-net_http (>= 2.0, < 3.4)
81+
faraday (2.12.2)
82+
faraday-net_http (>= 2.0, < 3.5)
8383
json
8484
logger
85-
faraday-net_http (3.3.0)
86-
net-http
85+
faraday-net_http (3.4.0)
86+
net-http (>= 0.5.0)
8787
faraday-typhoeus (1.1.0)
8888
faraday (~> 2.0)
8989
typhoeus (~> 1.4)
90-
ffi (1.17.0)
91-
i18n (1.14.6)
90+
ffi (1.17.1)
91+
i18n (1.14.7)
9292
concurrent-ruby (~> 1.0)
9393
ice_nine (0.11.2)
94-
json (2.7.6)
95-
language_server-protocol (3.17.0.3)
96-
launchy (3.0.1)
94+
json (2.9.1)
95+
language_server-protocol (3.17.0.4)
96+
launchy (3.1.0)
9797
addressable (~> 2.8)
9898
childprocess (~> 5.0)
99-
logger (1.6.1)
100-
loofah (2.23.1)
99+
logger (~> 1.6)
100+
logger (1.6.5)
101+
loofah (2.24.0)
101102
crass (~> 1.0.2)
102103
nokogiri (>= 1.12.0)
103104
matrix (0.4.2)
104105
mini_mime (1.1.5)
105-
mini_portile2 (2.8.7)
106-
minitest (5.25.1)
106+
mini_portile2 (2.8.8)
107+
minitest (5.25.4)
107108
minitest-ci (3.4.0)
108109
minitest (>= 5.0.6)
109110
minitest-hooks (1.5.2)
@@ -113,88 +114,87 @@ GEM
113114
builder
114115
minitest (>= 5.0)
115116
ruby-progressbar
116-
minitest-retry (0.2.3)
117+
minitest-retry (0.2.4)
117118
minitest (>= 5.0)
118119
minitest-sprint (1.3.0)
119120
path_expander (~> 1.1)
120121
multi_json (1.15.0)
121-
net-http (0.4.1)
122+
net-http (0.6.0)
122123
uri
123124
net-protocol (0.2.2)
124125
timeout
125126
net-smtp (0.5.0)
126127
net-protocol
127-
nokogiri (1.16.7)
128+
nokogiri (1.18.2)
128129
mini_portile2 (~> 2.8.2)
129130
racc (~> 1.4)
130-
nokogiri (1.16.7-aarch64-linux)
131-
racc (~> 1.4)
132-
nokogiri (1.16.7-x86_64-linux)
133-
racc (~> 1.4)
134-
oj (3.16.7)
131+
oj (3.16.9)
135132
bigdecimal (>= 3.0)
136133
ostruct (>= 0.2)
137134
opensearch-ruby (3.4.0)
138135
faraday (>= 1.0, < 3)
139136
multi_json (>= 1.0)
140-
ostruct (0.6.0)
137+
ostruct (0.6.1)
141138
parallel (1.26.3)
142-
parser (3.3.5.1)
139+
parser (3.3.7.0)
143140
ast (~> 2.4.1)
144141
racc
145142
path_expander (1.1.3)
146143
pg (1.5.9)
147144
public_suffix (6.0.1)
148145
racc (1.8.1)
149146
rack (3.1.8)
150-
rack-session (2.0.0)
147+
rack-session (2.1.0)
148+
base64 (>= 0.1.0)
151149
rack (>= 3.0.0)
152-
rack-test (2.1.0)
150+
rack-test (2.2.0)
153151
rack (>= 1.3)
154152
rails-dom-testing (2.2.0)
155153
activesupport (>= 5.0.0)
156154
minitest
157155
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.6.0)
156+
rails-html-sanitizer (1.6.2)
159157
loofah (~> 2.21)
160-
nokogiri (~> 1.14)
158+
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)
161159
rails_compatible_cookies_utils (0.1.2)
162160
rainbow (3.1.1)
163-
regexp_parser (2.9.2)
164-
rexml (3.3.9)
165-
rubocop (1.68.0)
161+
regexp_parser (2.10.0)
162+
rexml (3.4.0)
163+
rubocop (1.71.0)
166164
json (~> 2.3)
167165
language_server-protocol (>= 3.17.0)
168166
parallel (~> 1.10)
169167
parser (>= 3.3.0.2)
170168
rainbow (>= 2.2.2, < 4.0)
171-
regexp_parser (>= 2.4, < 3.0)
172-
rubocop-ast (>= 1.32.2, < 2.0)
169+
regexp_parser (>= 2.9.3, < 3.0)
170+
rubocop-ast (>= 1.36.2, < 2.0)
173171
ruby-progressbar (~> 1.7)
174-
unicode-display_width (>= 2.4.0, < 3.0)
175-
rubocop-ast (1.33.1)
172+
unicode-display_width (>= 2.4.0, < 4.0)
173+
rubocop-ast (1.38.0)
176174
parser (>= 3.3.1.0)
177175
rubocop-minitest (0.36.0)
178176
rubocop (>= 1.61, < 2.0)
179177
rubocop-ast (>= 1.31.1, < 2.0)
180178
ruby-progressbar (1.13.0)
181-
rubyzip (2.3.2)
182-
securerandom (0.3.1)
183-
selenium-webdriver (4.26.0)
179+
rubyzip (2.4.1)
180+
securerandom (0.4.1)
181+
selenium-webdriver (4.28.0)
184182
base64 (~> 0.2)
185183
logger (~> 1.4)
186184
rexml (~> 3.2, >= 3.2.5)
187185
rubyzip (>= 1.2.2, < 3.0)
188186
websocket (~> 1.0)
189187
thor (1.3.2)
190-
timeout (0.4.1)
188+
timeout (0.4.3)
191189
typhoeus (1.4.1)
192190
ethon (>= 0.9.0)
193191
tzinfo (2.0.6)
194192
concurrent-ruby (~> 1.0)
195-
unicode-display_width (2.6.0)
196-
uri (0.13.1)
197-
useragent (0.16.10)
193+
unicode-display_width (3.1.4)
194+
unicode-emoji (~> 4.0, >= 4.0.4)
195+
unicode-emoji (4.0.4)
196+
uri (1.0.2)
197+
useragent (0.16.11)
198198
websocket (1.2.11)
199199
xpath (3.2.0)
200200
nokogiri (~> 1.8)

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.39.2
18+
task_version:=3.41.0
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-git-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = {
2424
"luajit-zstd ~> 0.2.3",
2525
"lualdap ~> 1.4.0",
2626
"luaposix ~> 36.2.1",
27-
"luautf8 ~> 0.1.5",
27+
"luautf8 ~> 0.1.6",
2828
"lustache ~> 1.3.1",
2929
"lyaml ~> 6.2.8",
3030
"penlight ~> 1.14.0",

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
"test:ember": "ember test"
2626
},
2727
"devDependencies": {
28-
"@babel/eslint-parser": "^7.25.9",
28+
"@babel/eslint-parser": "^7.26.5",
2929
"@babel/plugin-proposal-decorators": "^7.25.9",
3030
"@ember/jquery": "^2.0.0",
3131
"@ember/optional-features": "^2.2.0",
3232
"@ember/render-modifiers": "^2.1.0",
3333
"@ember/string": "^3.1.1",
3434
"@ember/test-helpers": "^2.9.4",
3535
"@fortawesome/ember-fontawesome": "^1.0.3",
36-
"@fortawesome/fontawesome-svg-core": "^6.6.0",
37-
"@fortawesome/free-regular-svg-icons": "^6.6.0",
38-
"@fortawesome/free-solid-svg-icons": "^6.6.0",
36+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
37+
"@fortawesome/free-regular-svg-icons": "^6.7.2",
38+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
3939
"@glimmer/component": "^1.1.2",
4040
"@glimmer/tracking": "^1.1.2",
4141
"@pnotify/bootstrap4": "^5.2.0",
@@ -53,7 +53,7 @@
5353
"datatables.net-bs4": "^1.13.11",
5454
"daterangepicker": "~3.1.0",
5555
"diff": "^5.2.0",
56-
"echarts": "^5.5.1",
56+
"echarts": "^5.6.0",
5757
"ember-ajax": "^5.1.2",
5858
"ember-auto-import": "~2.6.3",
5959
"ember-bootstrap": "^5.1.1",
@@ -62,7 +62,7 @@
6262
"ember-cli": "~4.12.3",
6363
"ember-cli-app-version": "^6.0.1",
6464
"ember-cli-babel": "^7.26.11",
65-
"ember-cli-dependency-checker": "^3.3.2",
65+
"ember-cli-dependency-checker": "^3.3.3",
6666
"ember-cli-htmlbars": "^6.3.0",
6767
"ember-cli-inject-live-reload": "^2.1.0",
6868
"ember-cli-postcss": "^8.2.0",
@@ -99,24 +99,24 @@
9999
"loader.js": "^4.7.0",
100100
"lodash-es": "~4.17.21",
101101
"marked": "^8.0.1",
102-
"moment-timezone": "~0.5.46",
102+
"moment-timezone": "~0.5.47",
103103
"npm-run-all": "^4.1.5",
104104
"numeral": "~2.0.6",
105105
"pnotify": "~5.2.0",
106106
"po2json": "~0.4.5",
107107
"popper.js": "^1.16.1",
108108
"prettier": "^2.8.8",
109-
"qunit": "^2.22.0",
109+
"qunit": "^2.24.1",
110110
"qunit-dom": "^2.0.0",
111-
"sass": "^1.80.6",
111+
"sass": "^1.83.4",
112112
"selectize": "~0.12.6",
113113
"stylelint": "^15.11.0",
114114
"stylelint-config-standard": "^32.0.0",
115115
"stylelint-prettier": "^3.0.0",
116116
"timekeeper": "^2.3.1",
117117
"tippy.js": "~6.3.7",
118-
"tracked-built-ins": "^3.3.0",
119-
"webpack": "^5.96.1"
118+
"tracked-built-ins": "^3.4.0",
119+
"webpack": "^5.97.1"
120120
},
121121
"engines": {
122122
"node": "14.* || 16.* || >= 18"

0 commit comments

Comments
 (0)