Skip to content

Commit 582b85b

Browse files
upgrade deps
1 parent 7db3c9a commit 582b85b

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GEM
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
active_model_serializers (0.10.15)
42+
active_model_serializers (0.10.16)
4343
actionpack (>= 4.1)
4444
activemodel (>= 4.1)
4545
case_transform (>= 0.2)
@@ -65,8 +65,8 @@ GEM
6565
minitest (>= 5.1)
6666
tzinfo (~> 2.0)
6767
zeitwerk (~> 2.3)
68-
addressable (2.8.7)
69-
public_suffix (>= 2.0.2, < 7.0)
68+
addressable (2.8.8)
69+
public_suffix (>= 2.0.2, < 8.0)
7070
amq-protocol (2.3.4)
7171
base64 (0.3.0)
7272
bcrypt (3.1.20)
@@ -91,7 +91,7 @@ GEM
9191
activerecord (>= 5.a)
9292
database_cleaner-core (~> 2.0)
9393
database_cleaner-core (2.0.1)
94-
date (3.5.0)
94+
date (3.5.1)
9595
declarative (0.0.20)
9696
delayed_job (4.1.13)
9797
activesupport (>= 3.0, < 9.0)
@@ -118,7 +118,7 @@ GEM
118118
factory_bot_rails (6.5.1)
119119
factory_bot (~> 6.5)
120120
railties (>= 6.1.0)
121-
faker (3.5.2)
121+
faker (3.5.3)
122122
i18n (>= 1.8.11, < 2)
123123
faraday (2.14.0)
124124
faraday-net_http (>= 2.0, < 3.5)
@@ -140,7 +140,7 @@ GEM
140140
retriable (~> 3.1)
141141
google-apis-iamcredentials_v1 (0.26.0)
142142
google-apis-core (>= 0.15.0, < 2.a)
143-
google-apis-storage_v1 (0.57.0)
143+
google-apis-storage_v1 (0.58.0)
144144
google-apis-core (>= 0.15.0, < 2.a)
145145
google-cloud-core (1.8.0)
146146
google-cloud-env (>= 1.0, < 3.a)
@@ -171,7 +171,7 @@ GEM
171171
hashie (5.0.0)
172172
i18n (1.14.7)
173173
concurrent-ruby (~> 1.0)
174-
json (2.16.0)
174+
json (2.17.1)
175175
jsonapi-renderer (0.2.2)
176176
jwt (3.1.2)
177177
base64
@@ -206,7 +206,7 @@ GEM
206206
method_source (1.1.0)
207207
mini_mime (1.1.5)
208208
minitest (5.26.2)
209-
multi_json (1.17.0)
209+
multi_json (1.18.0)
210210
mutations (0.9.1)
211211
activesupport
212212
mutex_m (0.3.0)
@@ -240,7 +240,7 @@ GEM
240240
method_source (~> 1.0)
241241
pry-rails (0.3.11)
242242
pry (>= 0.13.0)
243-
public_suffix (6.0.2)
243+
public_suffix (7.0.0)
244244
rabbitmq_http_api_client (3.2.2)
245245
addressable (~> 2.7)
246246
faraday (~> 2.9)
@@ -362,7 +362,7 @@ GEM
362362
thor (1.4.0)
363363
thwait (0.2.0)
364364
e2mmap
365-
timeout (0.4.4)
365+
timeout (0.5.0)
366366
trailblazer-option (0.1.2)
367367
tzinfo (2.0.6)
368368
concurrent-ruby (~> 1.0)
@@ -379,7 +379,7 @@ GEM
379379
addressable (>= 2.8.0)
380380
crack (>= 0.3.2)
381381
hashdiff (>= 0.4.0, < 2.0.0)
382-
webrick (1.9.1)
382+
webrick (1.9.2)
383383
websocket-driver (0.8.0)
384384
base64
385385
websocket-extensions (>= 0.1.0)
@@ -439,7 +439,7 @@ DEPENDENCIES
439439
webmock
440440

441441
RUBY VERSION
442-
ruby 3.4.7p58
442+
ruby 3.4.7p58
443443

444444
BUNDLED WITH
445-
2.7.2
445+
4.0.1

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,42 +37,42 @@
3737
"@parcel/watcher": "2.1.0"
3838
},
3939
"dependencies": {
40-
"@blueprintjs/core": "6.3.4",
41-
"@blueprintjs/select": "6.0.8",
40+
"@blueprintjs/core": "6.4.1",
41+
"@blueprintjs/select": "6.0.10",
4242
"@monaco-editor/react": "4.7.0",
43-
"@parcel/transformer-sass": "2.16.1",
44-
"@parcel/transformer-typescript-tsc": "2.16.1",
43+
"@parcel/transformer-sass": "2.16.3",
44+
"@parcel/transformer-typescript-tsc": "2.16.3",
4545
"@react-spring/three": "10.0.3",
4646
"@react-three/drei": "9.122.0",
4747
"@react-three/fiber": "8.18.0",
4848
"@rollbar/react": "1.0.0",
49-
"@types/lodash": "4.17.20",
49+
"@types/lodash": "4.17.21",
5050
"@types/markdown-it": "14.1.2",
51-
"@types/node": "24.10.1",
51+
"@types/node": "25.0.0",
5252
"@types/promise-timeout": "1.3.3",
53-
"@types/react": "19.2.6",
53+
"@types/react": "19.2.7",
5454
"@types/react-color": "3.0.13",
5555
"@types/react-dom": "19.2.3",
5656
"@types/three": "0.181.0",
5757
"@types/ws": "8.18.1",
5858
"@xterm/xterm": "5.5.0",
5959
"axios": "1.13.2",
60-
"bowser": "2.12.1",
60+
"bowser": "2.13.1",
6161
"browser-speech": "1.1.1",
6262
"delaunator": "5.0.1",
6363
"events": "3.3.0",
6464
"farmbot": "15.9.3",
6565
"fengari": "0.1.4",
6666
"fengari-web": "0.1.4",
67-
"i18next": "25.6.3",
67+
"i18next": "25.7.2",
6868
"lodash": "4.17.21",
6969
"markdown-it": "14.1.0",
7070
"markdown-it-emoji": "3.0.0",
7171
"moment": "2.30.1",
7272
"monaco-editor": "0.55.1",
7373
"mqtt": "5.14.1",
74-
"npm": "11.6.3",
75-
"parcel": "2.16.1",
74+
"npm": "11.7.0",
75+
"parcel": "2.16.3",
7676
"process": "0.11.10",
7777
"promise-timeout": "1.3.0",
7878
"punycode": "1.4.1",
@@ -81,14 +81,14 @@
8181
"react-color": "2.19.3",
8282
"react-dom": "18.3.1",
8383
"react-redux": "9.2.0",
84-
"react-router": "7.9.6",
84+
"react-router": "7.10.1",
8585
"redux": "5.0.1",
8686
"redux-immutable-state-invariant": "2.1.0",
8787
"redux-thunk": "3.1.0",
8888
"rollbar": "2.26.5",
8989
"suncalc": "1.9.0",
9090
"takeme": "0.12.0",
91-
"three": "0.181.2",
91+
"three": "0.182.0",
9292
"typescript": "5.9.3",
9393
"url": "0.11.4"
9494
},
@@ -101,7 +101,7 @@
101101
"@types/delaunator": "5.0.3",
102102
"@types/enzyme": "3.10.12",
103103
"@types/jest": "30.0.0",
104-
"@types/readable-stream": "4.0.22",
104+
"@types/readable-stream": "4.0.23",
105105
"@types/suncalc": "1.9.2",
106106
"@typescript-eslint/eslint-plugin": "7.15.0",
107107
"@typescript-eslint/parser": "7.15.0",
@@ -110,7 +110,7 @@
110110
"eslint": "8.57.0",
111111
"eslint-plugin-eslint-comments": "3.2.0",
112112
"eslint-plugin-import": "2.32.0",
113-
"eslint-plugin-jest": "29.2.0",
113+
"eslint-plugin-jest": "29.2.1",
114114
"eslint-plugin-no-null": "1.0.2",
115115
"eslint-plugin-promise": "7.2.1",
116116
"eslint-plugin-react": "7.37.5",
@@ -127,9 +127,9 @@
127127
"raf": "3.4.1",
128128
"react-addons-test-utils": "15.6.2",
129129
"react-test-renderer": "18.3.1",
130-
"sass": "1.94.2",
130+
"sass": "1.95.1",
131131
"sass-lint": "1.13.1",
132-
"ts-jest": "29.4.5",
132+
"ts-jest": "29.4.6",
133133
"tslint": "5.20.1"
134134
}
135135
}

0 commit comments

Comments
 (0)