Skip to content

Commit 1bd901f

Browse files
dependabot[bot]phlax
authored andcommitted
build(deps-dev): bump @vitejs/plugin-react in /single-page-app/ui (PR #1039)
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
1 parent 4299374 commit 1bd901f

2 files changed

Lines changed: 93 additions & 154 deletions

File tree

single-page-app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react-dom": "^19.1.6",
2626
"@typescript-eslint/eslint-plugin": "^6.21.0",
2727
"@typescript-eslint/parser": "^6.21.0",
28-
"@vitejs/plugin-react": "^5.1.2",
28+
"@vitejs/plugin-react": "^5.1.3",
2929
"eslint": "^8.57.1",
3030
"eslint-config-standard-with-typescript": "^43.0.0",
3131
"eslint-plugin-import": "^2.32.0",

single-page-app/ui/yarn.lock

Lines changed: 92 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -83,80 +83,58 @@
8383
"@babel/highlight" "^7.23.4"
8484
chalk "^2.4.2"
8585

86-
"@babel/code-frame@^7.27.1":
87-
version "7.27.1"
88-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
89-
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
86+
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
87+
version "7.29.0"
88+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
89+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
9090
dependencies:
91-
"@babel/helper-validator-identifier" "^7.27.1"
91+
"@babel/helper-validator-identifier" "^7.28.5"
9292
js-tokens "^4.0.0"
9393
picocolors "^1.1.1"
9494

95-
"@babel/compat-data@^7.27.2":
96-
version "7.27.5"
97-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
98-
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
99-
100-
"@babel/core@^7.24.4", "@babel/core@^7.28.5":
101-
version "7.28.5"
102-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
103-
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
104-
dependencies:
105-
"@babel/code-frame" "^7.27.1"
106-
"@babel/generator" "^7.28.5"
107-
"@babel/helper-compilation-targets" "^7.27.2"
108-
"@babel/helper-module-transforms" "^7.28.3"
109-
"@babel/helpers" "^7.28.4"
110-
"@babel/parser" "^7.28.5"
111-
"@babel/template" "^7.27.2"
112-
"@babel/traverse" "^7.28.5"
113-
"@babel/types" "^7.28.5"
95+
"@babel/compat-data@^7.28.6":
96+
version "7.29.0"
97+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
98+
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
99+
100+
"@babel/core@^7.24.4", "@babel/core@^7.29.0":
101+
version "7.29.0"
102+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
103+
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
104+
dependencies:
105+
"@babel/code-frame" "^7.29.0"
106+
"@babel/generator" "^7.29.0"
107+
"@babel/helper-compilation-targets" "^7.28.6"
108+
"@babel/helper-module-transforms" "^7.28.6"
109+
"@babel/helpers" "^7.28.6"
110+
"@babel/parser" "^7.29.0"
111+
"@babel/template" "^7.28.6"
112+
"@babel/traverse" "^7.29.0"
113+
"@babel/types" "^7.29.0"
114114
"@jridgewell/remapping" "^2.3.5"
115115
convert-source-map "^2.0.0"
116116
debug "^4.1.0"
117117
gensync "^1.0.0-beta.2"
118118
json5 "^2.2.3"
119119
semver "^6.3.1"
120120

121-
"@babel/generator@^7.27.3":
122-
version "7.27.5"
123-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
124-
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
125-
dependencies:
126-
"@babel/parser" "^7.27.5"
127-
"@babel/types" "^7.27.3"
128-
"@jridgewell/gen-mapping" "^0.3.5"
129-
"@jridgewell/trace-mapping" "^0.3.25"
130-
jsesc "^3.0.2"
131-
132-
"@babel/generator@^7.28.3":
133-
version "7.28.3"
134-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
135-
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
121+
"@babel/generator@^7.29.0":
122+
version "7.29.0"
123+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.0.tgz#4cba5a76b3c71d8be31761b03329d5dc7768447f"
124+
integrity sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ==
136125
dependencies:
137-
"@babel/parser" "^7.28.3"
138-
"@babel/types" "^7.28.2"
126+
"@babel/parser" "^7.29.0"
127+
"@babel/types" "^7.29.0"
139128
"@jridgewell/gen-mapping" "^0.3.12"
140129
"@jridgewell/trace-mapping" "^0.3.28"
141130
jsesc "^3.0.2"
142131

143-
"@babel/generator@^7.28.5":
144-
version "7.28.5"
145-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
146-
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
132+
"@babel/helper-compilation-targets@^7.28.6":
133+
version "7.28.6"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
135+
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
147136
dependencies:
148-
"@babel/parser" "^7.28.5"
149-
"@babel/types" "^7.28.5"
150-
"@jridgewell/gen-mapping" "^0.3.12"
151-
"@jridgewell/trace-mapping" "^0.3.28"
152-
jsesc "^3.0.2"
153-
154-
"@babel/helper-compilation-targets@^7.27.2":
155-
version "7.27.2"
156-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
157-
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
158-
dependencies:
159-
"@babel/compat-data" "^7.27.2"
137+
"@babel/compat-data" "^7.28.6"
160138
"@babel/helper-validator-option" "^7.27.1"
161139
browserslist "^4.24.0"
162140
lru-cache "^5.1.1"
@@ -174,22 +152,22 @@
174152
dependencies:
175153
"@babel/types" "^7.22.15"
176154

177-
"@babel/helper-module-imports@^7.27.1":
178-
version "7.27.1"
179-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
180-
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
155+
"@babel/helper-module-imports@^7.28.6":
156+
version "7.28.6"
157+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
158+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
181159
dependencies:
182-
"@babel/traverse" "^7.27.1"
183-
"@babel/types" "^7.27.1"
160+
"@babel/traverse" "^7.28.6"
161+
"@babel/types" "^7.28.6"
184162

185-
"@babel/helper-module-transforms@^7.28.3":
186-
version "7.28.3"
187-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
188-
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
163+
"@babel/helper-module-transforms@^7.28.6":
164+
version "7.28.6"
165+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
166+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
189167
dependencies:
190-
"@babel/helper-module-imports" "^7.27.1"
191-
"@babel/helper-validator-identifier" "^7.27.1"
192-
"@babel/traverse" "^7.28.3"
168+
"@babel/helper-module-imports" "^7.28.6"
169+
"@babel/helper-validator-identifier" "^7.28.5"
170+
"@babel/traverse" "^7.28.6"
193171

194172
"@babel/helper-plugin-utils@^7.27.1":
195173
version "7.27.1"
@@ -226,13 +204,13 @@
226204
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
227205
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
228206

229-
"@babel/helpers@^7.28.4":
230-
version "7.28.4"
231-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
232-
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
207+
"@babel/helpers@^7.28.6":
208+
version "7.28.6"
209+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
210+
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
233211
dependencies:
234-
"@babel/template" "^7.27.2"
235-
"@babel/types" "^7.28.4"
212+
"@babel/template" "^7.28.6"
213+
"@babel/types" "^7.28.6"
236214

237215
"@babel/highlight@^7.23.4":
238216
version "7.23.4"
@@ -243,19 +221,19 @@
243221
chalk "^2.4.2"
244222
js-tokens "^4.0.0"
245223

246-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
224+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.24.4":
247225
version "7.28.4"
248226
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
249227
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
250228
dependencies:
251229
"@babel/types" "^7.28.4"
252230

253-
"@babel/parser@^7.28.5":
254-
version "7.28.5"
255-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
256-
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
231+
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
232+
version "7.29.0"
233+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
234+
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
257235
dependencies:
258-
"@babel/types" "^7.28.5"
236+
"@babel/types" "^7.29.0"
259237

260238
"@babel/plugin-transform-react-jsx-self@^7.27.1":
261239
version "7.27.1"
@@ -276,52 +254,26 @@
276254
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
277255
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
278256

279-
"@babel/template@^7.27.2":
280-
version "7.27.2"
281-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
282-
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
283-
dependencies:
284-
"@babel/code-frame" "^7.27.1"
285-
"@babel/parser" "^7.27.2"
286-
"@babel/types" "^7.27.1"
287-
288-
"@babel/traverse@^7.27.1":
289-
version "7.27.4"
290-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
291-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
292-
dependencies:
293-
"@babel/code-frame" "^7.27.1"
294-
"@babel/generator" "^7.27.3"
295-
"@babel/parser" "^7.27.4"
296-
"@babel/template" "^7.27.2"
297-
"@babel/types" "^7.27.3"
298-
debug "^4.3.1"
299-
globals "^11.1.0"
300-
301-
"@babel/traverse@^7.28.3":
302-
version "7.28.4"
303-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
304-
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
257+
"@babel/template@^7.28.6":
258+
version "7.28.6"
259+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
260+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
305261
dependencies:
306-
"@babel/code-frame" "^7.27.1"
307-
"@babel/generator" "^7.28.3"
308-
"@babel/helper-globals" "^7.28.0"
309-
"@babel/parser" "^7.28.4"
310-
"@babel/template" "^7.27.2"
311-
"@babel/types" "^7.28.4"
312-
debug "^4.3.1"
262+
"@babel/code-frame" "^7.28.6"
263+
"@babel/parser" "^7.28.6"
264+
"@babel/types" "^7.28.6"
313265

314-
"@babel/traverse@^7.28.5":
315-
version "7.28.5"
316-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
317-
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
266+
"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
267+
version "7.29.0"
268+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
269+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
318270
dependencies:
319-
"@babel/code-frame" "^7.27.1"
320-
"@babel/generator" "^7.28.5"
271+
"@babel/code-frame" "^7.29.0"
272+
"@babel/generator" "^7.29.0"
321273
"@babel/helper-globals" "^7.28.0"
322-
"@babel/parser" "^7.28.5"
323-
"@babel/template" "^7.27.2"
324-
"@babel/types" "^7.28.5"
274+
"@babel/parser" "^7.29.0"
275+
"@babel/template" "^7.28.6"
276+
"@babel/types" "^7.29.0"
325277
debug "^4.3.1"
326278

327279
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15":
@@ -333,26 +285,18 @@
333285
"@babel/helper-validator-identifier" "^7.22.20"
334286
to-fast-properties "^2.0.0"
335287

336-
"@babel/types@^7.27.1", "@babel/types@^7.27.3":
337-
version "7.27.6"
338-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
339-
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
340-
dependencies:
341-
"@babel/helper-string-parser" "^7.27.1"
342-
"@babel/helper-validator-identifier" "^7.27.1"
343-
344-
"@babel/types@^7.28.2", "@babel/types@^7.28.4":
288+
"@babel/types@^7.28.4":
345289
version "7.28.4"
346290
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
347291
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
348292
dependencies:
349293
"@babel/helper-string-parser" "^7.27.1"
350294
"@babel/helper-validator-identifier" "^7.27.1"
351295

352-
"@babel/types@^7.28.5":
353-
version "7.28.5"
354-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
355-
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
296+
"@babel/types@^7.28.6", "@babel/types@^7.29.0":
297+
version "7.29.0"
298+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
299+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
356300
dependencies:
357301
"@babel/helper-string-parser" "^7.27.1"
358302
"@babel/helper-validator-identifier" "^7.28.5"
@@ -737,7 +681,7 @@
737681
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7"
738682
integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==
739683

740-
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
684+
"@jridgewell/trace-mapping@^0.3.24":
741685
version "0.3.25"
742686
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
743687
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
@@ -779,10 +723,10 @@
779723
resolved "https://registry.yarnpkg.com/@pandacss/is-valid-prop/-/is-valid-prop-1.4.3.tgz#28ae4364930f0eeb7a57ef82165f51b93becba4e"
780724
integrity sha512-9xHAFaRGoXikp0SKUyTHdO97mjIRuGFLDqQ+zphaVeNjTIsyac+fZjOS/2jJNuTS1eybU0/ny1FZ3BpS6SkEqw==
781725

782-
"@rolldown/pluginutils@1.0.0-beta.53":
783-
version "1.0.0-beta.53"
784-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz#c57a5234ae122671aff6fe72e673a7ed90f03f87"
785-
integrity sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==
726+
"@rolldown/pluginutils@1.0.0-rc.2":
727+
version "1.0.0-rc.2"
728+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz#10324e74cb3396cb7b616042ea7e9e6aa7d8d458"
729+
integrity sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==
786730

787731
"@rollup/rollup-android-arm-eabi@4.59.0":
788732
version "4.59.0"
@@ -1082,15 +1026,15 @@
10821026
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
10831027
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
10841028

1085-
"@vitejs/plugin-react@^5.1.2":
1086-
version "5.1.2"
1087-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz#46f47be184c05a18839cb8705d79578b469ac6eb"
1088-
integrity sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==
1029+
"@vitejs/plugin-react@^5.1.3":
1030+
version "5.1.3"
1031+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.3.tgz#05eba092cc89a6ff89668d3f62258e2c5a8a9122"
1032+
integrity sha512-NVUnA6gQCl8jfoYqKqQU5Clv0aPw14KkZYCsX6T9Lfu9slI0LOU10OTwFHS/WmptsMMpshNd/1tuWsHQ2Uk+cg==
10891033
dependencies:
1090-
"@babel/core" "^7.28.5"
1034+
"@babel/core" "^7.29.0"
10911035
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
10921036
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
1093-
"@rolldown/pluginutils" "1.0.0-beta.53"
1037+
"@rolldown/pluginutils" "1.0.0-rc.2"
10941038
"@types/babel__core" "^7.20.5"
10951039
react-refresh "^0.18.0"
10961040

@@ -3246,11 +3190,6 @@ glob@^7.1.3:
32463190
once "^1.3.0"
32473191
path-is-absolute "^1.0.0"
32483192

3249-
globals@^11.1.0:
3250-
version "11.12.0"
3251-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
3252-
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
3253-
32543193
globals@^13.19.0, globals@^13.24.0:
32553194
version "13.24.0"
32563195
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"

0 commit comments

Comments
 (0)