Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit d1a0527

Browse files
Bump @vitejs/plugin-react from 4.3.4 to 4.4.1
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.4 to 4.4.1. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.4.1/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 4.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20fe6c0 commit d1a0527

2 files changed

Lines changed: 116 additions & 91 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@types/react": "^19.1.2",
2424
"@types/react-dom": "^19.1.3",
25-
"@vitejs/plugin-react": "^4.3.4",
25+
"@vitejs/plugin-react": "^4.4.1",
2626
"typescript": "^5.8.3",
2727
"vite": "^6.3.4"
2828
}

yarn.lock

Lines changed: 115 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -10,79 +10,79 @@
1010
"@jridgewell/gen-mapping" "^0.3.5"
1111
"@jridgewell/trace-mapping" "^0.3.24"
1212

13-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
14-
version "7.26.2"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
16-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
13+
"@babel/code-frame@^7.27.1":
14+
version "7.27.1"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
16+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
1717
dependencies:
18-
"@babel/helper-validator-identifier" "^7.25.9"
18+
"@babel/helper-validator-identifier" "^7.27.1"
1919
js-tokens "^4.0.0"
20-
picocolors "^1.0.0"
20+
picocolors "^1.1.1"
2121

22-
"@babel/compat-data@^7.25.9":
23-
version "7.26.3"
24-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.3.tgz#99488264a56b2aded63983abd6a417f03b92ed02"
25-
integrity sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==
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==
2626

27-
"@babel/core@^7.26.0":
28-
version "7.26.0"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
30-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
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==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
33-
"@babel/code-frame" "^7.26.0"
34-
"@babel/generator" "^7.26.0"
35-
"@babel/helper-compilation-targets" "^7.25.9"
36-
"@babel/helper-module-transforms" "^7.26.0"
37-
"@babel/helpers" "^7.26.0"
38-
"@babel/parser" "^7.26.0"
39-
"@babel/template" "^7.25.9"
40-
"@babel/traverse" "^7.25.9"
41-
"@babel/types" "^7.26.0"
33+
"@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"
4242
convert-source-map "^2.0.0"
4343
debug "^4.1.0"
4444
gensync "^1.0.0-beta.2"
4545
json5 "^2.2.3"
4646
semver "^6.3.1"
4747

48-
"@babel/generator@^7.26.0", "@babel/generator@^7.26.3":
49-
version "7.26.3"
50-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.3.tgz#ab8d4360544a425c90c248df7059881f4b2ce019"
51-
integrity sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==
48+
"@babel/generator@^7.27.1":
49+
version "7.27.1"
50+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
51+
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
5252
dependencies:
53-
"@babel/parser" "^7.26.3"
54-
"@babel/types" "^7.26.3"
53+
"@babel/parser" "^7.27.1"
54+
"@babel/types" "^7.27.1"
5555
"@jridgewell/gen-mapping" "^0.3.5"
5656
"@jridgewell/trace-mapping" "^0.3.25"
5757
jsesc "^3.0.2"
5858

59-
"@babel/helper-compilation-targets@^7.25.9":
60-
version "7.25.9"
61-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
62-
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
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==
6363
dependencies:
64-
"@babel/compat-data" "^7.25.9"
65-
"@babel/helper-validator-option" "^7.25.9"
64+
"@babel/compat-data" "^7.27.1"
65+
"@babel/helper-validator-option" "^7.27.1"
6666
browserslist "^4.24.0"
6767
lru-cache "^5.1.1"
6868
semver "^6.3.1"
6969

70-
"@babel/helper-module-imports@^7.25.9":
71-
version "7.25.9"
72-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
73-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
70+
"@babel/helper-module-imports@^7.27.1":
71+
version "7.27.1"
72+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
73+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
7474
dependencies:
75-
"@babel/traverse" "^7.25.9"
76-
"@babel/types" "^7.25.9"
75+
"@babel/traverse" "^7.27.1"
76+
"@babel/types" "^7.27.1"
7777

78-
"@babel/helper-module-transforms@^7.26.0":
79-
version "7.26.0"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
81-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
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==
8282
dependencies:
83-
"@babel/helper-module-imports" "^7.25.9"
84-
"@babel/helper-validator-identifier" "^7.25.9"
85-
"@babel/traverse" "^7.25.9"
83+
"@babel/helper-module-imports" "^7.27.1"
84+
"@babel/helper-validator-identifier" "^7.27.1"
85+
"@babel/traverse" "^7.27.1"
8686

8787
"@babel/helper-plugin-utils@^7.25.9":
8888
version "7.25.9"
@@ -94,31 +94,48 @@
9494
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
9595
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
9696

97+
"@babel/helper-string-parser@^7.27.1":
98+
version "7.27.1"
99+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
100+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
101+
97102
"@babel/helper-validator-identifier@^7.25.9":
98103
version "7.25.9"
99104
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
100105
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
101106

102-
"@babel/helper-validator-option@^7.25.9":
103-
version "7.25.9"
104-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
105-
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
107+
"@babel/helper-validator-identifier@^7.27.1":
108+
version "7.27.1"
109+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
110+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
111+
112+
"@babel/helper-validator-option@^7.27.1":
113+
version "7.27.1"
114+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
115+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
106116

107-
"@babel/helpers@^7.26.0":
108-
version "7.26.0"
109-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
110-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
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==
111121
dependencies:
112-
"@babel/template" "^7.25.9"
113-
"@babel/types" "^7.26.0"
122+
"@babel/template" "^7.27.1"
123+
"@babel/types" "^7.27.1"
114124

115-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
125+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7":
116126
version "7.26.3"
117127
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.3.tgz#8c51c5db6ddf08134af1ddbacf16aaab48bac234"
118128
integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==
119129
dependencies:
120130
"@babel/types" "^7.26.3"
121131

132+
"@babel/parser@^7.27.1":
133+
version "7.27.1"
134+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
135+
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
136+
dependencies:
137+
"@babel/types" "^7.27.1"
138+
122139
"@babel/plugin-transform-react-jsx-self@^7.25.9":
123140
version "7.25.9"
124141
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
@@ -133,36 +150,44 @@
133150
dependencies:
134151
"@babel/helper-plugin-utils" "^7.25.9"
135152

136-
"@babel/template@^7.25.9":
137-
version "7.25.9"
138-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
139-
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
140-
dependencies:
141-
"@babel/code-frame" "^7.25.9"
142-
"@babel/parser" "^7.25.9"
143-
"@babel/types" "^7.25.9"
144-
145-
"@babel/traverse@^7.25.9":
146-
version "7.26.4"
147-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd"
148-
integrity sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==
149-
dependencies:
150-
"@babel/code-frame" "^7.26.2"
151-
"@babel/generator" "^7.26.3"
152-
"@babel/parser" "^7.26.3"
153-
"@babel/template" "^7.25.9"
154-
"@babel/types" "^7.26.3"
153+
"@babel/template@^7.27.1":
154+
version "7.27.1"
155+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
156+
integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg==
157+
dependencies:
158+
"@babel/code-frame" "^7.27.1"
159+
"@babel/parser" "^7.27.1"
160+
"@babel/types" "^7.27.1"
161+
162+
"@babel/traverse@^7.27.1":
163+
version "7.27.1"
164+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
165+
integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==
166+
dependencies:
167+
"@babel/code-frame" "^7.27.1"
168+
"@babel/generator" "^7.27.1"
169+
"@babel/parser" "^7.27.1"
170+
"@babel/template" "^7.27.1"
171+
"@babel/types" "^7.27.1"
155172
debug "^4.3.1"
156173
globals "^11.1.0"
157174

158-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.3":
175+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.26.3":
159176
version "7.26.3"
160177
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.3.tgz#37e79830f04c2b5687acc77db97fbc75fb81f3c0"
161178
integrity sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==
162179
dependencies:
163180
"@babel/helper-string-parser" "^7.25.9"
164181
"@babel/helper-validator-identifier" "^7.25.9"
165182

183+
"@babel/types@^7.27.1":
184+
version "7.27.1"
185+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
186+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
187+
dependencies:
188+
"@babel/helper-string-parser" "^7.27.1"
189+
"@babel/helper-validator-identifier" "^7.27.1"
190+
166191
"@esbuild/aix-ppc64@0.25.0":
167192
version "0.25.0"
168193
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz#499600c5e1757a524990d5d92601f0ac3ce87f64"
@@ -484,16 +509,16 @@
484509
dependencies:
485510
csstype "^3.0.2"
486511

487-
"@vitejs/plugin-react@^4.3.4":
488-
version "4.3.4"
489-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz#c64be10b54c4640135a5b28a2432330e88ad7c20"
490-
integrity sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==
512+
"@vitejs/plugin-react@^4.4.1":
513+
version "4.4.1"
514+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz#d7d1e9c9616d7536b0953637edfee7c6cbe2fe0f"
515+
integrity sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==
491516
dependencies:
492-
"@babel/core" "^7.26.0"
517+
"@babel/core" "^7.26.10"
493518
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
494519
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
495520
"@types/babel__core" "^7.20.5"
496-
react-refresh "^0.14.2"
521+
react-refresh "^0.17.0"
497522

498523
browserslist@^4.24.0:
499524
version "4.24.3"
@@ -625,7 +650,7 @@ node-releases@^2.0.19:
625650
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314"
626651
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
627652

628-
picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1:
653+
picocolors@^1.1.0, picocolors@^1.1.1:
629654
version "1.1.1"
630655
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
631656
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -658,10 +683,10 @@ react-dom@^19.1.0:
658683
dependencies:
659684
scheduler "^0.26.0"
660685

661-
react-refresh@^0.14.2:
662-
version "0.14.2"
663-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
664-
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
686+
react-refresh@^0.17.0:
687+
version "0.17.0"
688+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
689+
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
665690

666691
react@^19.1.0:
667692
version "19.1.0"

0 commit comments

Comments
 (0)