|
17 | 17 | dependencies: |
18 | 18 | "@babel/highlight" "^7.18.6" |
19 | 19 |
|
20 | | -"@babel/compat-data@^7.20.5": |
21 | | - version "7.21.0" |
22 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" |
23 | | - integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g== |
| 20 | +"@babel/code-frame@^7.21.4": |
| 21 | + version "7.21.4" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" |
| 23 | + integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.18.6" |
24 | 26 |
|
25 | | -"@babel/core@^7.20.12": |
26 | | - version "7.21.0" |
27 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
28 | | - integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
| 27 | +"@babel/compat-data@^7.21.4": |
| 28 | + version "7.21.4" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" |
| 30 | + integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== |
| 31 | + |
| 32 | +"@babel/core@^7.21.4": |
| 33 | + version "7.21.4" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
| 35 | + integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
29 | 36 | dependencies: |
30 | 37 | "@ampproject/remapping" "^2.2.0" |
31 | | - "@babel/code-frame" "^7.18.6" |
32 | | - "@babel/generator" "^7.21.0" |
33 | | - "@babel/helper-compilation-targets" "^7.20.7" |
34 | | - "@babel/helper-module-transforms" "^7.21.0" |
| 38 | + "@babel/code-frame" "^7.21.4" |
| 39 | + "@babel/generator" "^7.21.4" |
| 40 | + "@babel/helper-compilation-targets" "^7.21.4" |
| 41 | + "@babel/helper-module-transforms" "^7.21.2" |
35 | 42 | "@babel/helpers" "^7.21.0" |
36 | | - "@babel/parser" "^7.21.0" |
| 43 | + "@babel/parser" "^7.21.4" |
37 | 44 | "@babel/template" "^7.20.7" |
38 | | - "@babel/traverse" "^7.21.0" |
39 | | - "@babel/types" "^7.21.0" |
| 45 | + "@babel/traverse" "^7.21.4" |
| 46 | + "@babel/types" "^7.21.4" |
40 | 47 | convert-source-map "^1.7.0" |
41 | 48 | debug "^4.1.0" |
42 | 49 | gensync "^1.0.0-beta.2" |
43 | 50 | json5 "^2.2.2" |
44 | 51 | semver "^6.3.0" |
45 | 52 |
|
46 | | -"@babel/generator@^7.21.0", "@babel/generator@^7.21.1": |
| 53 | +"@babel/generator@^7.21.1": |
47 | 54 | version "7.21.1" |
48 | 55 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd" |
49 | 56 | integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA== |
|
53 | 60 | "@jridgewell/trace-mapping" "^0.3.17" |
54 | 61 | jsesc "^2.5.1" |
55 | 62 |
|
56 | | -"@babel/helper-compilation-targets@^7.20.7": |
57 | | - version "7.20.7" |
58 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
59 | | - integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
| 63 | +"@babel/generator@^7.21.4": |
| 64 | + version "7.21.4" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" |
| 66 | + integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== |
60 | 67 | dependencies: |
61 | | - "@babel/compat-data" "^7.20.5" |
62 | | - "@babel/helper-validator-option" "^7.18.6" |
| 68 | + "@babel/types" "^7.21.4" |
| 69 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 70 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 71 | + jsesc "^2.5.1" |
| 72 | + |
| 73 | +"@babel/helper-compilation-targets@^7.21.4": |
| 74 | + version "7.21.4" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" |
| 76 | + integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== |
| 77 | + dependencies: |
| 78 | + "@babel/compat-data" "^7.21.4" |
| 79 | + "@babel/helper-validator-option" "^7.21.0" |
63 | 80 | browserslist "^4.21.3" |
64 | 81 | lru-cache "^5.1.1" |
65 | 82 | semver "^6.3.0" |
|
91 | 108 | dependencies: |
92 | 109 | "@babel/types" "^7.18.6" |
93 | 110 |
|
94 | | -"@babel/helper-module-transforms@^7.21.0": |
| 111 | +"@babel/helper-module-transforms@^7.21.2": |
95 | 112 | version "7.21.2" |
96 | 113 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
97 | 114 | integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
|
105 | 122 | "@babel/traverse" "^7.21.2" |
106 | 123 | "@babel/types" "^7.21.2" |
107 | 124 |
|
108 | | -"@babel/helper-plugin-utils@^7.18.6": |
109 | | - version "7.18.9" |
110 | | - resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz" |
111 | | - integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== |
112 | | - |
113 | | -"@babel/helper-plugin-utils@^7.19.0": |
| 125 | +"@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2": |
114 | 126 | version "7.20.2" |
115 | 127 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" |
116 | 128 | integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== |
|
149 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
150 | 162 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
151 | 163 |
|
152 | | -"@babel/helper-validator-option@^7.18.6": |
153 | | - version "7.18.6" |
154 | | - resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz" |
155 | | - integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== |
| 164 | +"@babel/helper-validator-option@^7.21.0": |
| 165 | + version "7.21.0" |
| 166 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
| 167 | + integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== |
156 | 168 |
|
157 | 169 | "@babel/helpers@^7.21.0": |
158 | 170 | version "7.21.0" |
|
172 | 184 | chalk "^2.0.0" |
173 | 185 | js-tokens "^4.0.0" |
174 | 186 |
|
175 | | -"@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2": |
| 187 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.2": |
176 | 188 | version "7.21.2" |
177 | 189 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3" |
178 | 190 | integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ== |
179 | 191 |
|
180 | | -"@babel/plugin-transform-react-jsx-self@^7.18.6": |
181 | | - version "7.18.6" |
182 | | - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.18.6.tgz" |
183 | | - integrity sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig== |
| 192 | +"@babel/parser@^7.21.4": |
| 193 | + version "7.21.4" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" |
| 195 | + integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== |
| 196 | + |
| 197 | +"@babel/plugin-transform-react-jsx-self@^7.21.0": |
| 198 | + version "7.21.0" |
| 199 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.21.0.tgz#ec98d4a9baafc5a1eb398da4cf94afbb40254a54" |
| 200 | + integrity sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA== |
184 | 201 | dependencies: |
185 | | - "@babel/helper-plugin-utils" "^7.18.6" |
| 202 | + "@babel/helper-plugin-utils" "^7.20.2" |
186 | 203 |
|
187 | 204 | "@babel/plugin-transform-react-jsx-source@^7.19.6": |
188 | 205 | version "7.19.6" |
|
223 | 240 | debug "^4.1.0" |
224 | 241 | globals "^11.1.0" |
225 | 242 |
|
| 243 | +"@babel/traverse@^7.21.4": |
| 244 | + version "7.21.4" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
| 246 | + integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 247 | + dependencies: |
| 248 | + "@babel/code-frame" "^7.21.4" |
| 249 | + "@babel/generator" "^7.21.4" |
| 250 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 251 | + "@babel/helper-function-name" "^7.21.0" |
| 252 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 253 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 254 | + "@babel/parser" "^7.21.4" |
| 255 | + "@babel/types" "^7.21.4" |
| 256 | + debug "^4.1.0" |
| 257 | + globals "^11.1.0" |
| 258 | + |
226 | 259 | "@babel/types@^7.18.6": |
227 | 260 | version "7.18.13" |
228 | 261 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz" |
|
241 | 274 | "@babel/helper-validator-identifier" "^7.19.1" |
242 | 275 | to-fast-properties "^2.0.0" |
243 | 276 |
|
| 277 | +"@babel/types@^7.21.4": |
| 278 | + version "7.21.4" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" |
| 280 | + integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== |
| 281 | + dependencies: |
| 282 | + "@babel/helper-string-parser" "^7.19.4" |
| 283 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 284 | + to-fast-properties "^2.0.0" |
| 285 | + |
244 | 286 | "@esbuild/android-arm64@0.17.12": |
245 | 287 | version "0.17.12" |
246 | 288 | resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.17.12.tgz#15a8e2b407d03989b899e325151dc2e96d19c620" |
|
388 | 430 | resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz" |
389 | 431 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
390 | 432 |
|
391 | | -"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13": |
| 433 | +"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": |
392 | 434 | version "1.4.14" |
393 | 435 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz" |
394 | 436 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
|
815 | 857 | resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz" |
816 | 858 | integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== |
817 | 859 |
|
818 | | -"@vitejs/plugin-react@3.1.0": |
819 | | - version "3.1.0" |
820 | | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-3.1.0.tgz#d1091f535eab8b83d6e74034d01e27d73c773240" |
821 | | - integrity sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g== |
| 860 | +"@vitejs/plugin-react@4.0.0": |
| 861 | + version "4.0.0" |
| 862 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.0.0.tgz#46d1c37c507447d10467be1c111595174555ef28" |
| 863 | + integrity sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ== |
822 | 864 | dependencies: |
823 | | - "@babel/core" "^7.20.12" |
824 | | - "@babel/plugin-transform-react-jsx-self" "^7.18.6" |
| 865 | + "@babel/core" "^7.21.4" |
| 866 | + "@babel/plugin-transform-react-jsx-self" "^7.21.0" |
825 | 867 | "@babel/plugin-transform-react-jsx-source" "^7.19.6" |
826 | | - magic-string "^0.27.0" |
827 | 868 | react-refresh "^0.14.0" |
828 | 869 |
|
829 | 870 | abbrev@1: |
@@ -2434,13 +2475,6 @@ magic-string@^0.25.7: |
2434 | 2475 | dependencies: |
2435 | 2476 | sourcemap-codec "^1.4.4" |
2436 | 2477 |
|
2437 | | -magic-string@^0.27.0: |
2438 | | - version "0.27.0" |
2439 | | - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3" |
2440 | | - integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA== |
2441 | | - dependencies: |
2442 | | - "@jridgewell/sourcemap-codec" "^1.4.13" |
2443 | | - |
2444 | 2478 | make-dir@^3.0.2: |
2445 | 2479 | version "3.1.0" |
2446 | 2480 | resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz" |
|
0 commit comments