Skip to content

Commit 3b98eef

Browse files
committed
Bundle Update
1 parent a21af06 commit 3b98eef

File tree

3 files changed

+219
-259
lines changed

3 files changed

+219
-259
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ GEM
158158
et-orbi (1.2.11)
159159
tzinfo
160160
eventmachine (1.2.7)
161-
excon (1.2.0)
161+
excon (1.2.2)
162162
execjs (2.10.0)
163163
factory_bot (6.5.0)
164164
activesupport (>= 5.0.0)
@@ -186,7 +186,7 @@ GEM
186186
globalid (1.2.1)
187187
activesupport (>= 6.1)
188188
hana (1.3.7)
189-
hashdiff (1.1.1)
189+
hashdiff (1.1.2)
190190
hashie (5.0.0)
191191
highline (3.1.1)
192192
reline
@@ -278,12 +278,12 @@ GEM
278278
mnemosyne-ruby (2.0.0)
279279
activesupport (>= 6.1)
280280
bunny
281-
msgpack (1.7.3)
281+
msgpack (1.7.5)
282282
multi_json (1.15.0)
283283
multi_xml (0.7.1)
284284
bigdecimal (~> 3.1)
285285
nested_form (0.3.2)
286-
net-http (0.5.0)
286+
net-http (0.6.0)
287287
uri
288288
net-http-persistent (4.0.5)
289289
connection_pool (~> 2.2)
@@ -421,7 +421,7 @@ GEM
421421
reline (0.5.12)
422422
io-console (~> 0.5)
423423
rexml (3.3.9)
424-
rouge (4.4.0)
424+
rouge (4.5.1)
425425
rspec-collection_matchers (1.2.1)
426426
rspec-expectations (>= 2.99.0.beta1)
427427
rspec-core (3.13.2)
@@ -442,7 +442,7 @@ GEM
442442
rspec-expectations (~> 3.13)
443443
rspec-mocks (~> 3.13)
444444
rspec-support (~> 3.13)
445-
rspec-support (3.13.1)
445+
rspec-support (3.13.2)
446446
rubocop (1.69.1)
447447
json (~> 2.3)
448448
language_server-protocol (>= 3.17.0)
@@ -503,7 +503,7 @@ GEM
503503
sentry-ruby (5.22.0)
504504
bigdecimal
505505
concurrent-ruby (~> 1.0, >= 1.0.2)
506-
set (1.1.0)
506+
set (1.1.1)
507507
shakapacker (8.0.2)
508508
activesupport (>= 5.2)
509509
package_json
@@ -545,7 +545,7 @@ GEM
545545
fugit (~> 1.11.0)
546546
railties (>= 7.1)
547547
thor (~> 1.3.1)
548-
sorbet-runtime (0.5.11678)
548+
sorbet-runtime (0.5.11685)
549549
sorcery (0.17.0)
550550
bcrypt (~> 3.1)
551551
oauth (>= 0.6)
@@ -710,4 +710,4 @@ DEPENDENCIES
710710
zxcvbn-ruby
711711

712712
BUNDLED WITH
713-
2.5.22
713+
2.5.23

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@fortawesome/fontawesome-free": "^6.7.1",
1111
"@github/webauthn-json": "^2.1.1",
1212
"@popperjs/core": "^2.11.8",
13-
"@sentry/browser": "^8.40.0",
13+
"@sentry/browser": "^8.42.0",
1414
"@toast-ui/editor": "^3.2.2",
1515
"@webpack-cli/serve": "^2.0.5",
1616
"ace-builds": "^1.36.5",
@@ -39,10 +39,10 @@
3939
"propagating-hammerjs": "^3.0.0",
4040
"rails-erb-loader": "usabilityhub/rails-erb-loader#master",
4141
"rails_admin": "3.2.1",
42-
"sass": "^1.81.0",
43-
"sass-loader": "^16.0.3",
42+
"sass": "^1.82.0",
43+
"sass-loader": "^16.0.4",
4444
"shakapacker": "8.0.2",
45-
"sortablejs": "^1.15.4",
45+
"sortablejs": "^1.15.6",
4646
"sorttable": "^1.0.2",
4747
"style-loader": "^4.0.0",
4848
"terser-webpack-plugin": "^5.3.10",
@@ -51,7 +51,7 @@
5151
"vis-data": "^7.1.9",
5252
"vis-timeline": "^7.7.3",
5353
"vis-util": "^5.0.7",
54-
"webpack": "^5.96.1",
54+
"webpack": "^5.97.1",
5555
"webpack-assets-manifest": "^5.2.1",
5656
"webpack-cli": "^5.1.4",
5757
"webpack-merge": "^6.0.1",

0 commit comments

Comments
 (0)