|
184 | 184 | dependencies: |
185 | 185 | "@babel/helper-plugin-utils" "^7.22.5" |
186 | 186 |
|
187 | | -"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.4", "@babel/runtime@^7.9.2": |
| 187 | +"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3": |
| 188 | + version "7.23.9" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" |
| 190 | + integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw== |
| 191 | + dependencies: |
| 192 | + regenerator-runtime "^0.14.0" |
| 193 | + |
| 194 | +"@babel/runtime@^7.23.2", "@babel/runtime@^7.23.4", "@babel/runtime@^7.9.2": |
188 | 195 | version "7.23.5" |
189 | 196 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.5.tgz#11edb98f8aeec529b82b211028177679144242db" |
190 | 197 | integrity sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w== |
|
223 | 230 | debug "^4.1.0" |
224 | 231 | globals "^11.1.0" |
225 | 232 |
|
226 | | -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.5": |
| 233 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.5": |
227 | 234 | version "7.23.5" |
228 | 235 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602" |
229 | 236 | integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w== |
|
232 | 239 | "@babel/helper-validator-identifier" "^7.22.20" |
233 | 240 | to-fast-properties "^2.0.0" |
234 | 241 |
|
| 242 | +"@babel/types@^7.22.15": |
| 243 | + version "7.23.9" |
| 244 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002" |
| 245 | + integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q== |
| 246 | + dependencies: |
| 247 | + "@babel/helper-string-parser" "^7.23.4" |
| 248 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 249 | + to-fast-properties "^2.0.0" |
| 250 | + |
235 | 251 | "@commitlint/cli@^18.4.3": |
236 | 252 | version "18.4.3" |
237 | 253 | resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.4.3.tgz#5b6112035f2cb17b76244cde5f1587ab853c2365" |
|
437 | 453 | integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA== |
438 | 454 |
|
439 | 455 | "@emotion/react@^11.11.1": |
440 | | - version "11.11.1" |
441 | | - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.1.tgz#b2c36afac95b184f73b08da8c214fdf861fa4157" |
442 | | - integrity sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA== |
| 456 | + version "11.11.4" |
| 457 | + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.4.tgz#3a829cac25c1f00e126408fab7f891f00ecc3c1d" |
| 458 | + integrity sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw== |
443 | 459 | dependencies: |
444 | 460 | "@babel/runtime" "^7.18.3" |
445 | 461 | "@emotion/babel-plugin" "^11.11.0" |
446 | 462 | "@emotion/cache" "^11.11.0" |
447 | | - "@emotion/serialize" "^1.1.2" |
| 463 | + "@emotion/serialize" "^1.1.3" |
448 | 464 | "@emotion/use-insertion-effect-with-fallbacks" "^1.0.1" |
449 | 465 | "@emotion/utils" "^1.2.1" |
450 | 466 | "@emotion/weak-memoize" "^0.3.1" |
451 | 467 | hoist-non-react-statics "^3.3.1" |
452 | 468 |
|
453 | | -"@emotion/serialize@*", "@emotion/serialize@^1.1.2": |
| 469 | +"@emotion/serialize@*": |
454 | 470 | version "1.1.2" |
455 | 471 | resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51" |
456 | 472 | integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA== |
|
461 | 477 | "@emotion/utils" "^1.2.1" |
462 | 478 | csstype "^3.0.2" |
463 | 479 |
|
| 480 | +"@emotion/serialize@^1.1.2", "@emotion/serialize@^1.1.3": |
| 481 | + version "1.1.3" |
| 482 | + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.3.tgz#84b77bfcfe3b7bb47d326602f640ccfcacd5ffb0" |
| 483 | + integrity sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA== |
| 484 | + dependencies: |
| 485 | + "@emotion/hash" "^0.9.1" |
| 486 | + "@emotion/memoize" "^0.8.1" |
| 487 | + "@emotion/unitless" "^0.8.1" |
| 488 | + "@emotion/utils" "^1.2.1" |
| 489 | + csstype "^3.0.2" |
| 490 | + |
464 | 491 | "@emotion/sheet@^1.2.2": |
465 | 492 | version "1.2.2" |
466 | 493 | resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec" |
@@ -2469,9 +2496,9 @@ has-tostringtag@^1.0.0: |
2469 | 2496 | has-symbols "^1.0.2" |
2470 | 2497 |
|
2471 | 2498 | hasown@^2.0.0: |
2472 | | - version "2.0.0" |
2473 | | - resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c" |
2474 | | - integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA== |
| 2499 | + version "2.0.1" |
| 2500 | + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.1.tgz#26f48f039de2c0f8d3356c223fb8d50253519faa" |
| 2501 | + integrity sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA== |
2475 | 2502 | dependencies: |
2476 | 2503 | function-bind "^1.1.2" |
2477 | 2504 |
|
@@ -3997,9 +4024,9 @@ reflect.getprototypeof@^1.0.4: |
3997 | 4024 | which-builtin-type "^1.1.3" |
3998 | 4025 |
|
3999 | 4026 | regenerator-runtime@^0.14.0: |
4000 | | - version "0.14.0" |
4001 | | - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45" |
4002 | | - integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA== |
| 4027 | + version "0.14.1" |
| 4028 | + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" |
| 4029 | + integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== |
4003 | 4030 |
|
4004 | 4031 | regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.1: |
4005 | 4032 | version "1.5.1" |
|
0 commit comments