|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.0.0"
|
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.22.13": |
| 13 | + version "7.22.13" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 15 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.22.13" |
| 18 | + chalk "^2.4.2" |
| 19 | + |
12 | 20 | "@babel/core@^7.0.0 <7.4.0":
|
13 | 21 | version "7.3.4"
|
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.3.4.tgz#921a5a13746c21e32445bf0798680e9d11a6530b"
|
|
40 | 48 | source-map "^0.5.0"
|
41 | 49 | trim-right "^1.0.1"
|
42 | 50 |
|
| 51 | +"@babel/generator@^7.22.15": |
| 52 | + version "7.22.15" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339" |
| 54 | + integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA== |
| 55 | + dependencies: |
| 56 | + "@babel/types" "^7.22.15" |
| 57 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 58 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 59 | + jsesc "^2.5.1" |
| 60 | + |
43 | 61 | "@babel/helper-annotate-as-pure@^7.0.0":
|
44 | 62 | version "7.0.0"
|
45 | 63 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
81 | 99 | "@babel/types" "^7.0.0"
|
82 | 100 | lodash "^4.17.10"
|
83 | 101 |
|
| 102 | +"@babel/helper-environment-visitor@^7.22.20": |
| 103 | + version "7.22.20" |
| 104 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 105 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 106 | + |
84 | 107 | "@babel/helper-explode-assignable-expression@^7.1.0":
|
85 | 108 | version "7.1.0"
|
86 | 109 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
|
|
98 | 121 | "@babel/template" "^7.1.0"
|
99 | 122 | "@babel/types" "^7.0.0"
|
100 | 123 |
|
| 124 | +"@babel/helper-function-name@^7.22.5": |
| 125 | + version "7.22.5" |
| 126 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
| 127 | + integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 128 | + dependencies: |
| 129 | + "@babel/template" "^7.22.5" |
| 130 | + "@babel/types" "^7.22.5" |
| 131 | + |
101 | 132 | "@babel/helper-get-function-arity@^7.0.0":
|
102 | 133 | version "7.0.0"
|
103 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
|
112 | 143 | dependencies:
|
113 | 144 | "@babel/types" "^7.0.0"
|
114 | 145 |
|
| 146 | +"@babel/helper-hoist-variables@^7.22.5": |
| 147 | + version "7.22.5" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 149 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 150 | + dependencies: |
| 151 | + "@babel/types" "^7.22.5" |
| 152 | + |
115 | 153 | "@babel/helper-member-expression-to-functions@^7.0.0":
|
116 | 154 | version "7.0.0"
|
117 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f"
|
|
193 | 231 | dependencies:
|
194 | 232 | "@babel/types" "^7.0.0"
|
195 | 233 |
|
| 234 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 235 | + version "7.22.6" |
| 236 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 237 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 238 | + dependencies: |
| 239 | + "@babel/types" "^7.22.5" |
| 240 | + |
| 241 | +"@babel/helper-string-parser@^7.22.5": |
| 242 | + version "7.22.5" |
| 243 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 244 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 245 | + |
| 246 | +"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20": |
| 247 | + version "7.22.20" |
| 248 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 249 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 250 | + |
196 | 251 | "@babel/helper-wrap-function@^7.1.0":
|
197 | 252 | version "7.2.0"
|
198 | 253 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
221 | 276 | esutils "^2.0.2"
|
222 | 277 | js-tokens "^4.0.0"
|
223 | 278 |
|
224 |
| -"@babel/parser@^7.0.0", "@babel/parser@^7.0.0 <7.4.0", "@babel/parser@^7.2.2", "@babel/parser@^7.3.4": |
| 279 | +"@babel/highlight@^7.22.13": |
| 280 | + version "7.22.20" |
| 281 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 282 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 283 | + dependencies: |
| 284 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 285 | + chalk "^2.4.2" |
| 286 | + js-tokens "^4.0.0" |
| 287 | + |
| 288 | +"@babel/parser@^7.0.0 <7.4.0", "@babel/parser@^7.2.2", "@babel/parser@^7.3.4": |
225 | 289 | version "7.3.4"
|
226 | 290 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c"
|
227 | 291 | integrity sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==
|
228 | 292 |
|
| 293 | +"@babel/parser@^7.22.15", "@babel/parser@^7.22.16", "@babel/parser@^7.7.0": |
| 294 | + version "7.22.16" |
| 295 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" |
| 296 | + integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== |
| 297 | + |
229 | 298 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
230 | 299 | version "7.2.0"
|
231 | 300 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
614 | 683 | "@babel/parser" "^7.2.2"
|
615 | 684 | "@babel/types" "^7.2.2"
|
616 | 685 |
|
617 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.0.0 <7.4.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.3.4": |
| 686 | +"@babel/template@^7.22.5": |
| 687 | + version "7.22.15" |
| 688 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 689 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 690 | + dependencies: |
| 691 | + "@babel/code-frame" "^7.22.13" |
| 692 | + "@babel/parser" "^7.22.15" |
| 693 | + "@babel/types" "^7.22.15" |
| 694 | + |
| 695 | +"@babel/traverse@^7.0.0 <7.4.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.3.4": |
618 | 696 | version "7.3.4"
|
619 | 697 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.3.4.tgz#1330aab72234f8dea091b08c4f8b9d05c7119e06"
|
620 | 698 | integrity sha512-TvTHKp6471OYEcE/91uWmhR6PrrYywQntCHSaZ8CM8Vmp+pjAusal4nGB2WCCQd0rvI7nOMKn9GnbcvTUz3/ZQ==
|
|
629 | 707 | globals "^11.1.0"
|
630 | 708 | lodash "^4.17.11"
|
631 | 709 |
|
| 710 | +"@babel/traverse@^7.7.0": |
| 711 | + version "7.22.20" |
| 712 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
| 713 | + integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
| 714 | + dependencies: |
| 715 | + "@babel/code-frame" "^7.22.13" |
| 716 | + "@babel/generator" "^7.22.15" |
| 717 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 718 | + "@babel/helper-function-name" "^7.22.5" |
| 719 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 720 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 721 | + "@babel/parser" "^7.22.16" |
| 722 | + "@babel/types" "^7.22.19" |
| 723 | + debug "^4.1.0" |
| 724 | + globals "^11.1.0" |
| 725 | + |
632 | 726 | "@babel/types@^7.0.0", "@babel/types@^7.0.0 <7.4.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.3.4":
|
633 | 727 | version "7.3.4"
|
634 | 728 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.4.tgz#bf482eaeaffb367a28abbf9357a94963235d90ed"
|
|
638 | 732 | lodash "^4.17.11"
|
639 | 733 | to-fast-properties "^2.0.0"
|
640 | 734 |
|
| 735 | +"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.7.0": |
| 736 | + version "7.22.19" |
| 737 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684" |
| 738 | + integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg== |
| 739 | + dependencies: |
| 740 | + "@babel/helper-string-parser" "^7.22.5" |
| 741 | + "@babel/helper-validator-identifier" "^7.22.19" |
| 742 | + to-fast-properties "^2.0.0" |
| 743 | + |
641 | 744 | "@iarna/toml@^2.2.0":
|
642 | 745 | version "2.2.3"
|
643 | 746 | resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.3.tgz#f060bf6eaafae4d56a7dac618980838b0696e2ab"
|
644 | 747 | integrity sha512-FmuxfCuolpLl0AnQ2NHSzoUKWEJDFl63qXjzdoWBVyFCXzMGm1spBzk7LeHNoVCiWCF7mRVms9e6jEV9+MoPbg==
|
645 | 748 |
|
| 749 | +"@jridgewell/gen-mapping@^0.3.2": |
| 750 | + version "0.3.3" |
| 751 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 752 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 753 | + dependencies: |
| 754 | + "@jridgewell/set-array" "^1.0.1" |
| 755 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 756 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 757 | + |
| 758 | +"@jridgewell/resolve-uri@^3.1.0": |
| 759 | + version "3.1.1" |
| 760 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 761 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 762 | + |
| 763 | +"@jridgewell/set-array@^1.0.1": |
| 764 | + version "1.1.2" |
| 765 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 766 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 767 | + |
| 768 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 769 | + version "1.4.15" |
| 770 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 771 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 772 | + |
| 773 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 774 | + version "0.3.19" |
| 775 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 776 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 777 | + dependencies: |
| 778 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 779 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 780 | + |
646 | 781 | "@mrmlnc/readdir-enhanced@^2.2.1":
|
647 | 782 | version "2.2.1"
|
648 | 783 | resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
|
@@ -966,17 +1101,17 @@ babel-code-frame@^6.22.0:
|
966 | 1101 | esutils "^2.0.2"
|
967 | 1102 | js-tokens "^3.0.2"
|
968 | 1103 |
|
969 |
| -babel-eslint@10.0.1: |
970 |
| - version "10.0.1" |
971 |
| - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed" |
972 |
| - integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ== |
| 1104 | +babel-eslint@10.1.0: |
| 1105 | + version "10.1.0" |
| 1106 | + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" |
| 1107 | + integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== |
973 | 1108 | dependencies:
|
974 | 1109 | "@babel/code-frame" "^7.0.0"
|
975 |
| - "@babel/parser" "^7.0.0" |
976 |
| - "@babel/traverse" "^7.0.0" |
977 |
| - "@babel/types" "^7.0.0" |
978 |
| - eslint-scope "3.7.1" |
| 1110 | + "@babel/parser" "^7.7.0" |
| 1111 | + "@babel/traverse" "^7.7.0" |
| 1112 | + "@babel/types" "^7.7.0" |
979 | 1113 | eslint-visitor-keys "^1.0.0"
|
| 1114 | + resolve "^1.12.0" |
980 | 1115 |
|
981 | 1116 | babel-runtime@^6.11.6, babel-runtime@^6.26.0:
|
982 | 1117 | version "6.26.0"
|
|
2312 | 2447 | dependencies:
|
2313 | 2448 | prettier-linter-helpers "^1.0.0"
|
2314 | 2449 |
|
2315 |
| -eslint-scope@3.7.1, eslint-scope@^3.7.1: |
| 2450 | +eslint-scope@^3.7.1: |
2316 | 2451 | version "3.7.1"
|
2317 | 2452 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
|
2318 | 2453 | integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=
|
@@ -3132,6 +3267,13 @@ is-color-stop@^1.0.0:
|
3132 | 3267 | rgb-regex "^1.0.1"
|
3133 | 3268 | rgba-regex "^1.0.0"
|
3134 | 3269 |
|
| 3270 | +is-core-module@^2.13.0: |
| 3271 | + version "2.13.0" |
| 3272 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db" |
| 3273 | + integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ== |
| 3274 | + dependencies: |
| 3275 | + has "^1.0.3" |
| 3276 | + |
3135 | 3277 | is-data-descriptor@^0.1.4:
|
3136 | 3278 | version "0.1.4"
|
3137 | 3279 | resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
|
@@ -4313,6 +4455,11 @@ path-parse@^1.0.6:
|
4313 | 4455 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
|
4314 | 4456 | integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
|
4315 | 4457 |
|
| 4458 | +path-parse@^1.0.7: |
| 4459 | + version "1.0.7" |
| 4460 | + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" |
| 4461 | + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== |
| 4462 | + |
4316 | 4463 | path-type@^2.0.0:
|
4317 | 4464 | version "2.0.0"
|
4318 | 4465 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
|
@@ -5103,6 +5250,15 @@ resolve@^1.11.0:
|
5103 | 5250 | dependencies:
|
5104 | 5251 | path-parse "^1.0.6"
|
5105 | 5252 |
|
| 5253 | +resolve@^1.12.0: |
| 5254 | + version "1.22.6" |
| 5255 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.6.tgz#dd209739eca3aef739c626fea1b4f3c506195362" |
| 5256 | + integrity sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw== |
| 5257 | + dependencies: |
| 5258 | + is-core-module "^2.13.0" |
| 5259 | + path-parse "^1.0.7" |
| 5260 | + supports-preserve-symlinks-flag "^1.0.0" |
| 5261 | + |
5106 | 5262 | resolve@^1.3.2:
|
5107 | 5263 | version "1.10.0"
|
5108 | 5264 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
|
@@ -5615,6 +5771,11 @@ supports-color@^6.1.0:
|
5615 | 5771 | dependencies:
|
5616 | 5772 | has-flag "^3.0.0"
|
5617 | 5773 |
|
| 5774 | +supports-preserve-symlinks-flag@^1.0.0: |
| 5775 | + version "1.0.0" |
| 5776 | + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" |
| 5777 | + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== |
| 5778 | + |
5618 | 5779 | svgo@^1.0.0:
|
5619 | 5780 | version "1.2.0"
|
5620 | 5781 | resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.2.0.tgz#305a8fc0f4f9710828c65039bb93d5793225ffc3"
|
|
0 commit comments