|
9 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "^0.3.0"
|
11 | 11 |
|
12 |
| -"@babel/cli@^7.19.3": |
13 |
| - version "7.19.3" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2" |
15 |
| - integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg== |
| 12 | +"@babel/cli@^7.20.7": |
| 13 | + version "7.20.7" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.20.7.tgz#8fc12e85c744a1a617680eacb488fab1fcd35b7c" |
| 15 | + integrity sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ== |
16 | 16 | dependencies:
|
17 | 17 | "@jridgewell/trace-mapping" "^0.3.8"
|
18 | 18 | commander "^4.0.1"
|
|
39 | 39 | dependencies:
|
40 | 40 | "@babel/highlight" "^7.18.6"
|
41 | 41 |
|
42 |
| -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1": |
43 |
| - version "7.20.1" |
44 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" |
45 |
| - integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== |
| 42 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5": |
| 43 | + version "7.20.10" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec" |
| 45 | + integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg== |
46 | 46 |
|
47 |
| -"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.20.5", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
48 |
| - version "7.20.5" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
50 |
| - integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
| 47 | +"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.20.7", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
| 48 | + version "7.20.7" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f" |
| 50 | + integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw== |
51 | 51 | dependencies:
|
52 | 52 | "@ampproject/remapping" "^2.1.0"
|
53 | 53 | "@babel/code-frame" "^7.18.6"
|
54 |
| - "@babel/generator" "^7.20.5" |
55 |
| - "@babel/helper-compilation-targets" "^7.20.0" |
56 |
| - "@babel/helper-module-transforms" "^7.20.2" |
57 |
| - "@babel/helpers" "^7.20.5" |
58 |
| - "@babel/parser" "^7.20.5" |
59 |
| - "@babel/template" "^7.18.10" |
60 |
| - "@babel/traverse" "^7.20.5" |
61 |
| - "@babel/types" "^7.20.5" |
| 54 | + "@babel/generator" "^7.20.7" |
| 55 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 56 | + "@babel/helper-module-transforms" "^7.20.7" |
| 57 | + "@babel/helpers" "^7.20.7" |
| 58 | + "@babel/parser" "^7.20.7" |
| 59 | + "@babel/template" "^7.20.7" |
| 60 | + "@babel/traverse" "^7.20.7" |
| 61 | + "@babel/types" "^7.20.7" |
62 | 62 | convert-source-map "^1.7.0"
|
63 | 63 | debug "^4.1.0"
|
64 | 64 | gensync "^1.0.0-beta.2"
|
65 | 65 | json5 "^2.2.1"
|
66 | 66 | semver "^6.3.0"
|
67 | 67 |
|
68 |
| -"@babel/generator@^7.20.5", "@babel/generator@^7.7.2": |
69 |
| - version "7.20.5" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95" |
71 |
| - integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA== |
| 68 | +"@babel/generator@^7.20.7", "@babel/generator@^7.7.2": |
| 69 | + version "7.20.7" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 71 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
72 | 72 | dependencies:
|
73 |
| - "@babel/types" "^7.20.5" |
| 73 | + "@babel/types" "^7.20.7" |
74 | 74 | "@jridgewell/gen-mapping" "^0.3.2"
|
75 | 75 | jsesc "^2.5.1"
|
76 | 76 |
|
|
89 | 89 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
90 | 90 | "@babel/types" "^7.18.6"
|
91 | 91 |
|
92 |
| -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0": |
93 |
| - version "7.20.0" |
94 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a" |
95 |
| - integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== |
| 92 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0", "@babel/helper-compilation-targets@^7.20.7": |
| 93 | + version "7.20.7" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 95 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
96 | 96 | dependencies:
|
97 |
| - "@babel/compat-data" "^7.20.0" |
| 97 | + "@babel/compat-data" "^7.20.5" |
98 | 98 | "@babel/helper-validator-option" "^7.18.6"
|
99 | 99 | browserslist "^4.21.3"
|
| 100 | + lru-cache "^5.1.1" |
100 | 101 | semver "^6.3.0"
|
101 | 102 |
|
102 | 103 | "@babel/helper-create-class-features-plugin@^7.18.6":
|
|
173 | 174 | dependencies:
|
174 | 175 | "@babel/types" "^7.18.6"
|
175 | 176 |
|
176 |
| -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2": |
177 |
| - version "7.20.2" |
178 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" |
179 |
| - integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== |
| 177 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.7": |
| 178 | + version "7.20.11" |
| 179 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
| 180 | + integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
180 | 181 | dependencies:
|
181 | 182 | "@babel/helper-environment-visitor" "^7.18.9"
|
182 | 183 | "@babel/helper-module-imports" "^7.18.6"
|
183 | 184 | "@babel/helper-simple-access" "^7.20.2"
|
184 | 185 | "@babel/helper-split-export-declaration" "^7.18.6"
|
185 | 186 | "@babel/helper-validator-identifier" "^7.19.1"
|
186 |
| - "@babel/template" "^7.18.10" |
187 |
| - "@babel/traverse" "^7.20.1" |
188 |
| - "@babel/types" "^7.20.2" |
| 187 | + "@babel/template" "^7.20.7" |
| 188 | + "@babel/traverse" "^7.20.10" |
| 189 | + "@babel/types" "^7.20.7" |
189 | 190 |
|
190 | 191 | "@babel/helper-optimise-call-expression@^7.18.6":
|
191 | 192 | version "7.18.6"
|
|
266 | 267 | "@babel/traverse" "^7.18.11"
|
267 | 268 | "@babel/types" "^7.18.10"
|
268 | 269 |
|
269 |
| -"@babel/helpers@^7.20.5": |
270 |
| - version "7.20.6" |
271 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763" |
272 |
| - integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w== |
| 270 | +"@babel/helpers@^7.20.7": |
| 271 | + version "7.20.7" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
| 273 | + integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
273 | 274 | dependencies:
|
274 |
| - "@babel/template" "^7.18.10" |
275 |
| - "@babel/traverse" "^7.20.5" |
276 |
| - "@babel/types" "^7.20.5" |
| 275 | + "@babel/template" "^7.20.7" |
| 276 | + "@babel/traverse" "^7.20.7" |
| 277 | + "@babel/types" "^7.20.7" |
277 | 278 |
|
278 | 279 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
|
279 | 280 | version "7.18.6"
|
|
284 | 285 | chalk "^2.0.0"
|
285 | 286 | js-tokens "^4.0.0"
|
286 | 287 |
|
287 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.7.0": |
288 |
| - version "7.20.5" |
289 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
290 |
| - integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
| 288 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.7.0": |
| 289 | + version "7.20.7" |
| 290 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
| 291 | + integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
291 | 292 |
|
292 | 293 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
293 | 294 | version "7.18.6"
|
|
969 | 970 | dependencies:
|
970 | 971 | regenerator-runtime "^0.13.4"
|
971 | 972 |
|
972 |
| -"@babel/template@^7.18.10", "@babel/template@^7.3.3": |
973 |
| - version "7.18.10" |
974 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
975 |
| - integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 973 | +"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3": |
| 974 | + version "7.20.7" |
| 975 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 976 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
976 | 977 | dependencies:
|
977 | 978 | "@babel/code-frame" "^7.18.6"
|
978 |
| - "@babel/parser" "^7.18.10" |
979 |
| - "@babel/types" "^7.18.10" |
| 979 | + "@babel/parser" "^7.20.7" |
| 980 | + "@babel/types" "^7.20.7" |
980 | 981 |
|
981 |
| -"@babel/traverse@^7.18.11", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
982 |
| - version "7.20.5" |
983 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133" |
984 |
| - integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
| 982 | +"@babel/traverse@^7.18.11", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
| 983 | + version "7.20.10" |
| 984 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.10.tgz#2bf98239597fcec12f842756f186a9dde6d09230" |
| 985 | + integrity sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg== |
985 | 986 | dependencies:
|
986 | 987 | "@babel/code-frame" "^7.18.6"
|
987 |
| - "@babel/generator" "^7.20.5" |
| 988 | + "@babel/generator" "^7.20.7" |
988 | 989 | "@babel/helper-environment-visitor" "^7.18.9"
|
989 | 990 | "@babel/helper-function-name" "^7.19.0"
|
990 | 991 | "@babel/helper-hoist-variables" "^7.18.6"
|
991 | 992 | "@babel/helper-split-export-declaration" "^7.18.6"
|
992 |
| - "@babel/parser" "^7.20.5" |
993 |
| - "@babel/types" "^7.20.5" |
| 993 | + "@babel/parser" "^7.20.7" |
| 994 | + "@babel/types" "^7.20.7" |
994 | 995 | debug "^4.1.0"
|
995 | 996 | globals "^11.1.0"
|
996 | 997 |
|
997 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
998 |
| - version "7.20.5" |
999 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" |
1000 |
| - integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== |
| 998 | +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 999 | + version "7.20.7" |
| 1000 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 1001 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
1001 | 1002 | dependencies:
|
1002 | 1003 | "@babel/helper-string-parser" "^7.19.4"
|
1003 | 1004 | "@babel/helper-validator-identifier" "^7.19.1"
|
@@ -3692,6 +3693,13 @@ loupe@^2.3.1:
|
3692 | 3693 | dependencies:
|
3693 | 3694 | get-func-name "^2.0.0"
|
3694 | 3695 |
|
| 3696 | +lru-cache@^5.1.1: |
| 3697 | + version "5.1.1" |
| 3698 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" |
| 3699 | + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== |
| 3700 | + dependencies: |
| 3701 | + yallist "^3.0.2" |
| 3702 | + |
3695 | 3703 | lru-cache@^6.0.0:
|
3696 | 3704 | version "6.0.0"
|
3697 | 3705 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
@@ -4926,6 +4934,11 @@ y18n@^5.0.5:
|
4926 | 4934 | resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
|
4927 | 4935 | integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
|
4928 | 4936 |
|
| 4937 | +yallist@^3.0.2: |
| 4938 | + version "3.1.1" |
| 4939 | + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" |
| 4940 | + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== |
| 4941 | + |
4929 | 4942 | yallist@^4.0.0:
|
4930 | 4943 | version "4.0.0"
|
4931 | 4944 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
|
0 commit comments