|
27 | 27 | dependencies:
|
28 | 28 | "@babel/highlight" "^7.18.6"
|
29 | 29 |
|
30 |
| -"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
31 |
| - version "7.26.2" |
32 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
33 |
| - integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
34 |
| - dependencies: |
35 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
36 |
| - js-tokens "^4.0.0" |
37 |
| - picocolors "^1.0.0" |
38 |
| - |
39 | 30 | "@babel/code-frame@^7.27.1":
|
40 | 31 | version "7.27.1"
|
41 | 32 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
|
|
50 | 41 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
|
51 | 42 | integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
|
52 | 43 |
|
53 |
| -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.0": |
54 |
| - version "7.26.0" |
55 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
56 |
| - integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
| 44 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.10": |
| 45 | + version "7.27.1" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
| 47 | + integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
57 | 48 | dependencies:
|
58 | 49 | "@ampproject/remapping" "^2.2.0"
|
59 |
| - "@babel/code-frame" "^7.26.0" |
60 |
| - "@babel/generator" "^7.26.0" |
61 |
| - "@babel/helper-compilation-targets" "^7.25.9" |
62 |
| - "@babel/helper-module-transforms" "^7.26.0" |
63 |
| - "@babel/helpers" "^7.26.0" |
64 |
| - "@babel/parser" "^7.26.0" |
65 |
| - "@babel/template" "^7.25.9" |
66 |
| - "@babel/traverse" "^7.25.9" |
67 |
| - "@babel/types" "^7.26.0" |
| 50 | + "@babel/code-frame" "^7.27.1" |
| 51 | + "@babel/generator" "^7.27.1" |
| 52 | + "@babel/helper-compilation-targets" "^7.27.1" |
| 53 | + "@babel/helper-module-transforms" "^7.27.1" |
| 54 | + "@babel/helpers" "^7.27.1" |
| 55 | + "@babel/parser" "^7.27.1" |
| 56 | + "@babel/template" "^7.27.1" |
| 57 | + "@babel/traverse" "^7.27.1" |
| 58 | + "@babel/types" "^7.27.1" |
68 | 59 | convert-source-map "^2.0.0"
|
69 | 60 | debug "^4.1.0"
|
70 | 61 | gensync "^1.0.0-beta.2"
|
71 | 62 | json5 "^2.2.3"
|
72 | 63 | semver "^6.3.1"
|
73 | 64 |
|
74 |
| -"@babel/generator@^7.25.9", "@babel/generator@^7.26.0": |
75 |
| - version "7.26.2" |
76 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f" |
77 |
| - integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw== |
78 |
| - dependencies: |
79 |
| - "@babel/parser" "^7.26.2" |
80 |
| - "@babel/types" "^7.26.0" |
81 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
82 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
83 |
| - jsesc "^3.0.2" |
84 |
| - |
85 | 65 | "@babel/generator@^7.27.1":
|
86 | 66 | version "7.27.1"
|
87 | 67 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
|
|
116 | 96 | dependencies:
|
117 | 97 | "@babel/types" "^7.27.1"
|
118 | 98 |
|
119 |
| -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.27.1": |
| 99 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1": |
120 | 100 | version "7.27.1"
|
121 | 101 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
|
122 | 102 | integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
|
|
187 | 167 | "@babel/traverse" "^7.27.1"
|
188 | 168 | "@babel/types" "^7.27.1"
|
189 | 169 |
|
190 |
| -"@babel/helper-module-imports@^7.25.9": |
191 |
| - version "7.25.9" |
192 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
193 |
| - integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
194 |
| - dependencies: |
195 |
| - "@babel/traverse" "^7.25.9" |
196 |
| - "@babel/types" "^7.25.9" |
197 |
| - |
198 | 170 | "@babel/helper-module-imports@^7.27.1":
|
199 | 171 | version "7.27.1"
|
200 | 172 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
|
203 | 175 | "@babel/traverse" "^7.27.1"
|
204 | 176 | "@babel/types" "^7.27.1"
|
205 | 177 |
|
206 |
| -"@babel/helper-module-transforms@^7.26.0": |
207 |
| - version "7.26.0" |
208 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
209 |
| - integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
210 |
| - dependencies: |
211 |
| - "@babel/helper-module-imports" "^7.25.9" |
212 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
213 |
| - "@babel/traverse" "^7.25.9" |
214 |
| - |
215 | 178 | "@babel/helper-module-transforms@^7.27.1":
|
216 | 179 | version "7.27.1"
|
217 | 180 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
|
|
264 | 227 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
265 | 228 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
266 | 229 |
|
267 |
| -"@babel/helper-string-parser@^7.25.9": |
268 |
| - version "7.25.9" |
269 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
270 |
| - integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
271 |
| - |
272 | 230 | "@babel/helper-string-parser@^7.27.1":
|
273 | 231 | version "7.27.1"
|
274 | 232 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
|
|
284 | 242 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
285 | 243 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
286 | 244 |
|
287 |
| -"@babel/helper-validator-identifier@^7.25.9": |
288 |
| - version "7.25.9" |
289 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
290 |
| - integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
291 |
| - |
292 | 245 | "@babel/helper-validator-identifier@^7.27.1":
|
293 | 246 | version "7.27.1"
|
294 | 247 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
|
|
308 | 261 | "@babel/traverse" "^7.27.1"
|
309 | 262 | "@babel/types" "^7.27.1"
|
310 | 263 |
|
311 |
| -"@babel/helpers@^7.26.0": |
312 |
| - version "7.26.0" |
313 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
314 |
| - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 264 | +"@babel/helpers@^7.27.1": |
| 265 | + version "7.27.1" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
| 267 | + integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
315 | 268 | dependencies:
|
316 |
| - "@babel/template" "^7.25.9" |
317 |
| - "@babel/types" "^7.26.0" |
| 269 | + "@babel/template" "^7.27.1" |
| 270 | + "@babel/types" "^7.27.1" |
318 | 271 |
|
319 | 272 | "@babel/highlight@^7.18.6":
|
320 | 273 | version "7.18.6"
|
|
335 | 288 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
336 | 289 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
337 | 290 |
|
338 |
| -"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2": |
339 |
| - version "7.26.2" |
340 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" |
341 |
| - integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== |
342 |
| - dependencies: |
343 |
| - "@babel/types" "^7.26.0" |
344 |
| - |
345 | 291 | "@babel/parser@^7.27.1":
|
346 | 292 | version "7.27.1"
|
347 | 293 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
|
|
1078 | 1024 | dependencies:
|
1079 | 1025 | regenerator-runtime "^0.13.4"
|
1080 | 1026 |
|
1081 |
| -"@babel/template@^7.25.9": |
1082 |
| - version "7.25.9" |
1083 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016" |
1084 |
| - integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg== |
1085 |
| - dependencies: |
1086 |
| - "@babel/code-frame" "^7.25.9" |
1087 |
| - "@babel/parser" "^7.25.9" |
1088 |
| - "@babel/types" "^7.25.9" |
1089 |
| - |
1090 | 1027 | "@babel/template@^7.27.1":
|
1091 | 1028 | version "7.27.1"
|
1092 | 1029 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
|
|
1105 | 1042 | "@babel/parser" "^7.18.10"
|
1106 | 1043 | "@babel/types" "^7.18.10"
|
1107 | 1044 |
|
1108 |
| -"@babel/traverse@^7.25.9": |
1109 |
| - version "7.25.9" |
1110 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
1111 |
| - integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== |
1112 |
| - dependencies: |
1113 |
| - "@babel/code-frame" "^7.25.9" |
1114 |
| - "@babel/generator" "^7.25.9" |
1115 |
| - "@babel/parser" "^7.25.9" |
1116 |
| - "@babel/template" "^7.25.9" |
1117 |
| - "@babel/types" "^7.25.9" |
1118 |
| - debug "^4.3.1" |
1119 |
| - globals "^11.1.0" |
1120 |
| - |
1121 | 1045 | "@babel/traverse@^7.27.1":
|
1122 | 1046 | version "7.27.1"
|
1123 | 1047 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
|
|
1140 | 1064 | "@babel/helper-validator-identifier" "^7.22.20"
|
1141 | 1065 | to-fast-properties "^2.0.0"
|
1142 | 1066 |
|
1143 |
| -"@babel/types@^7.25.9", "@babel/types@^7.26.0": |
1144 |
| - version "7.26.0" |
1145 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
1146 |
| - integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
1147 |
| - dependencies: |
1148 |
| - "@babel/helper-string-parser" "^7.25.9" |
1149 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1150 |
| - |
1151 | 1067 | "@babel/types@^7.27.1":
|
1152 | 1068 | version "7.27.1"
|
1153 | 1069 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
|
|
2058 | 1974 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
2059 | 1975 | integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
2060 | 1976 |
|
2061 |
| -"@vitejs/plugin-react@^4.3.4": |
2062 |
| - version "4.3.4" |
2063 |
| - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz#c64be10b54c4640135a5b28a2432330e88ad7c20" |
2064 |
| - integrity sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug== |
| 1977 | +"@vitejs/plugin-react@^4.4.1": |
| 1978 | + version "4.4.1" |
| 1979 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz#d7d1e9c9616d7536b0953637edfee7c6cbe2fe0f" |
| 1980 | + integrity sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w== |
2065 | 1981 | dependencies:
|
2066 |
| - "@babel/core" "^7.26.0" |
| 1982 | + "@babel/core" "^7.26.10" |
2067 | 1983 | "@babel/plugin-transform-react-jsx-self" "^7.25.9"
|
2068 | 1984 | "@babel/plugin-transform-react-jsx-source" "^7.25.9"
|
2069 | 1985 | "@types/babel__core" "^7.20.5"
|
2070 |
| - react-refresh "^0.14.2" |
| 1986 | + react-refresh "^0.17.0" |
2071 | 1987 |
|
2072 | 1988 | abab@^2.0.6:
|
2073 | 1989 | version "2.0.6"
|
@@ -5594,11 +5510,6 @@ path-type@^4.0.0:
|
5594 | 5510 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
5595 | 5511 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
5596 | 5512 |
|
5597 |
| -picocolors@^1.0.0: |
5598 |
| - version "1.0.0" |
5599 |
| - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
5600 |
| - integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
5601 |
| - |
5602 | 5513 | picocolors@^1.0.1:
|
5603 | 5514 | version "1.0.1"
|
5604 | 5515 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
@@ -5772,10 +5683,10 @@ react-is@^18.0.0:
|
5772 | 5683 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
|
5773 | 5684 | integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
|
5774 | 5685 |
|
5775 |
| -react-refresh@^0.14.2: |
5776 |
| - version "0.14.2" |
5777 |
| - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9" |
5778 |
| - integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA== |
| 5686 | +react-refresh@^0.17.0: |
| 5687 | + version "0.17.0" |
| 5688 | + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53" |
| 5689 | + integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ== |
5779 | 5690 |
|
5780 | 5691 | react-router-dom@^6.27.0:
|
5781 | 5692 | version "6.27.0"
|
|
0 commit comments