Skip to content

Commit 468e8c0

Browse files
authored
Merge pull request #319 from jrcichra/dependabot/npm_and_yarn/gui/vitejs/plugin-react-4.6.0
Bump @vitejs/plugin-react from 4.5.0 to 4.6.0 in /gui
2 parents 71ba37c + f0972c3 commit 468e8c0

File tree

2 files changed

+107
-59
lines changed

2 files changed

+107
-59
lines changed

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@types/react-dom": "^19.1.6",
19-
"@vitejs/plugin-react": "^4.5.0",
19+
"@vitejs/plugin-react": "^4.6.0",
2020
"typescript": "^5.8.3",
2121
"vite": "^6.3.5"
2222
}

gui/yarn.lock

Lines changed: 106 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@
1919
js-tokens "^4.0.0"
2020
picocolors "^1.1.1"
2121

22-
"@babel/compat-data@^7.27.1":
23-
version "7.27.1"
24-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
25-
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
22+
"@babel/compat-data@^7.27.2":
23+
version "7.27.7"
24+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.7.tgz#7fd698e531050cce432b073ab64857b99e0f3804"
25+
integrity sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==
2626

27-
"@babel/core@^7.26.10":
28-
version "7.27.1"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
30-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
27+
"@babel/core@^7.27.4":
28+
version "7.27.7"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
30+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
3333
"@babel/code-frame" "^7.27.1"
34-
"@babel/generator" "^7.27.1"
35-
"@babel/helper-compilation-targets" "^7.27.1"
36-
"@babel/helper-module-transforms" "^7.27.1"
37-
"@babel/helpers" "^7.27.1"
38-
"@babel/parser" "^7.27.1"
39-
"@babel/template" "^7.27.1"
40-
"@babel/traverse" "^7.27.1"
41-
"@babel/types" "^7.27.1"
34+
"@babel/generator" "^7.27.5"
35+
"@babel/helper-compilation-targets" "^7.27.2"
36+
"@babel/helper-module-transforms" "^7.27.3"
37+
"@babel/helpers" "^7.27.6"
38+
"@babel/parser" "^7.27.7"
39+
"@babel/template" "^7.27.2"
40+
"@babel/traverse" "^7.27.7"
41+
"@babel/types" "^7.27.7"
4242
convert-source-map "^2.0.0"
4343
debug "^4.1.0"
4444
gensync "^1.0.0-beta.2"
@@ -56,12 +56,23 @@
5656
"@jridgewell/trace-mapping" "^0.3.25"
5757
jsesc "^3.0.2"
5858

59-
"@babel/helper-compilation-targets@^7.27.1":
60-
version "7.27.1"
61-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
62-
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
59+
"@babel/generator@^7.27.5":
60+
version "7.27.5"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
62+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
63+
dependencies:
64+
"@babel/parser" "^7.27.5"
65+
"@babel/types" "^7.27.3"
66+
"@jridgewell/gen-mapping" "^0.3.5"
67+
"@jridgewell/trace-mapping" "^0.3.25"
68+
jsesc "^3.0.2"
69+
70+
"@babel/helper-compilation-targets@^7.27.2":
71+
version "7.27.2"
72+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
73+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
6374
dependencies:
64-
"@babel/compat-data" "^7.27.1"
75+
"@babel/compat-data" "^7.27.2"
6576
"@babel/helper-validator-option" "^7.27.1"
6677
browserslist "^4.24.0"
6778
lru-cache "^5.1.1"
@@ -75,19 +86,19 @@
7586
"@babel/traverse" "^7.27.1"
7687
"@babel/types" "^7.27.1"
7788

78-
"@babel/helper-module-transforms@^7.27.1":
79-
version "7.27.1"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
81-
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
89+
"@babel/helper-module-transforms@^7.27.3":
90+
version "7.27.3"
91+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
92+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
8293
dependencies:
8394
"@babel/helper-module-imports" "^7.27.1"
8495
"@babel/helper-validator-identifier" "^7.27.1"
85-
"@babel/traverse" "^7.27.1"
96+
"@babel/traverse" "^7.27.3"
8697

87-
"@babel/helper-plugin-utils@^7.25.9":
88-
version "7.25.9"
89-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
90-
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
98+
"@babel/helper-plugin-utils@^7.27.1":
99+
version "7.27.1"
100+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
101+
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
91102

92103
"@babel/helper-string-parser@^7.25.9":
93104
version "7.25.9"
@@ -114,13 +125,13 @@
114125
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
115126
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
116127

117-
"@babel/helpers@^7.27.1":
118-
version "7.27.1"
119-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
120-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
128+
"@babel/helpers@^7.27.6":
129+
version "7.27.6"
130+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
131+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
121132
dependencies:
122-
"@babel/template" "^7.27.1"
123-
"@babel/types" "^7.27.1"
133+
"@babel/template" "^7.27.2"
134+
"@babel/types" "^7.27.6"
124135

125136
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7":
126137
version "7.26.2"
@@ -136,19 +147,26 @@
136147
dependencies:
137148
"@babel/types" "^7.27.1"
138149

139-
"@babel/plugin-transform-react-jsx-self@^7.25.9":
140-
version "7.25.9"
141-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
142-
integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==
150+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
151+
version "7.27.7"
152+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
153+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
143154
dependencies:
144-
"@babel/helper-plugin-utils" "^7.25.9"
155+
"@babel/types" "^7.27.7"
145156

146-
"@babel/plugin-transform-react-jsx-source@^7.25.9":
147-
version "7.25.9"
148-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503"
149-
integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==
157+
"@babel/plugin-transform-react-jsx-self@^7.27.1":
158+
version "7.27.1"
159+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92"
160+
integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==
161+
dependencies:
162+
"@babel/helper-plugin-utils" "^7.27.1"
163+
164+
"@babel/plugin-transform-react-jsx-source@^7.27.1":
165+
version "7.27.1"
166+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0"
167+
integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==
150168
dependencies:
151-
"@babel/helper-plugin-utils" "^7.25.9"
169+
"@babel/helper-plugin-utils" "^7.27.1"
152170

153171
"@babel/template@^7.27.1":
154172
version "7.27.1"
@@ -159,6 +177,15 @@
159177
"@babel/parser" "^7.27.1"
160178
"@babel/types" "^7.27.1"
161179

180+
"@babel/template@^7.27.2":
181+
version "7.27.2"
182+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
183+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
184+
dependencies:
185+
"@babel/code-frame" "^7.27.1"
186+
"@babel/parser" "^7.27.2"
187+
"@babel/types" "^7.27.1"
188+
162189
"@babel/traverse@^7.27.1":
163190
version "7.27.1"
164191
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
@@ -172,6 +199,19 @@
172199
debug "^4.3.1"
173200
globals "^11.1.0"
174201

202+
"@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7":
203+
version "7.27.7"
204+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
205+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
206+
dependencies:
207+
"@babel/code-frame" "^7.27.1"
208+
"@babel/generator" "^7.27.5"
209+
"@babel/parser" "^7.27.7"
210+
"@babel/template" "^7.27.2"
211+
"@babel/types" "^7.27.7"
212+
debug "^4.3.1"
213+
globals "^11.1.0"
214+
175215
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.26.0":
176216
version "7.26.0"
177217
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
@@ -188,6 +228,14 @@
188228
"@babel/helper-string-parser" "^7.27.1"
189229
"@babel/helper-validator-identifier" "^7.27.1"
190230

231+
"@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.27.7":
232+
version "7.27.7"
233+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
234+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
235+
dependencies:
236+
"@babel/helper-string-parser" "^7.27.1"
237+
"@babel/helper-validator-identifier" "^7.27.1"
238+
191239
"@esbuild/[email protected]":
192240
version "0.25.0"
193241
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz#499600c5e1757a524990d5d92601f0ac3ce87f64"
@@ -345,10 +393,10 @@
345393
"@jridgewell/resolve-uri" "^3.1.0"
346394
"@jridgewell/sourcemap-codec" "^1.4.14"
347395

348-
"@rolldown/[email protected].9":
349-
version "1.0.0-beta.9"
350-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.9.tgz#68ef9fff5a9791a642cea0dc4380ce6cb487a84a"
351-
integrity sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==
396+
"@rolldown/[email protected].19":
397+
version "1.0.0-beta.19"
398+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz#fc3b95145a8e7a3bf92754269d8e4f40eea8a244"
399+
integrity sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==
352400

353401
354402
version "4.40.1"
@@ -493,15 +541,15 @@
493541
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.6.tgz#4af629da0e9f9c0f506fc4d1caa610399c595d64"
494542
integrity sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==
495543

496-
"@vitejs/plugin-react@^4.5.0":
497-
version "4.5.0"
498-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.5.0.tgz#ef2bad6be3031af2b2105b7ab2754f710e890a32"
499-
integrity sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg==
544+
"@vitejs/plugin-react@^4.6.0":
545+
version "4.6.0"
546+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.6.0.tgz#2707b485f44806d42d41c63921883cff9c54dfaa"
547+
integrity sha512-5Kgff+m8e2PB+9j51eGHEpn5kUzRKH2Ry0qGoe8ItJg7pqnkPrYPkDQZGgGmTa0EGarHrkjLvOdU3b1fzI8otQ==
500548
dependencies:
501-
"@babel/core" "^7.26.10"
502-
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
503-
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
504-
"@rolldown/pluginutils" "1.0.0-beta.9"
549+
"@babel/core" "^7.27.4"
550+
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
551+
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
552+
"@rolldown/pluginutils" "1.0.0-beta.19"
505553
"@types/babel__core" "^7.20.5"
506554
react-refresh "^0.17.0"
507555

0 commit comments

Comments
 (0)