|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@ampproject/remapping@^2.1.0": |
| 5 | +"@ampproject/remapping@^2.1.0", "@ampproject/remapping@^2.2.0": |
6 | 6 | version "2.2.0"
|
7 | 7 | resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
|
8 | 8 | integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
|
|
22 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
|
23 | 23 | integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
|
24 | 24 |
|
25 |
| -"@babel/core@^7.1.6", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.12": |
| 25 | +"@babel/core@^7.1.6", "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
26 | 26 | version "7.20.12"
|
27 | 27 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
|
28 | 28 | integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
|
|
43 | 43 | json5 "^2.2.2"
|
44 | 44 | semver "^6.3.0"
|
45 | 45 |
|
| 46 | +"@babel/core@^7.21.0": |
| 47 | + version "7.21.0" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
| 49 | + integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
| 50 | + dependencies: |
| 51 | + "@ampproject/remapping" "^2.2.0" |
| 52 | + "@babel/code-frame" "^7.18.6" |
| 53 | + "@babel/generator" "^7.21.0" |
| 54 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 55 | + "@babel/helper-module-transforms" "^7.21.0" |
| 56 | + "@babel/helpers" "^7.21.0" |
| 57 | + "@babel/parser" "^7.21.0" |
| 58 | + "@babel/template" "^7.20.7" |
| 59 | + "@babel/traverse" "^7.21.0" |
| 60 | + "@babel/types" "^7.21.0" |
| 61 | + convert-source-map "^1.7.0" |
| 62 | + debug "^4.1.0" |
| 63 | + gensync "^1.0.0-beta.2" |
| 64 | + json5 "^2.2.2" |
| 65 | + semver "^6.3.0" |
| 66 | + |
46 | 67 | "@babel/eslint-parser@^7.19.1":
|
47 | 68 | version "7.19.1"
|
48 | 69 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
|
|
61 | 82 | "@jridgewell/gen-mapping" "^0.3.2"
|
62 | 83 | jsesc "^2.5.1"
|
63 | 84 |
|
| 85 | +"@babel/generator@^7.21.0", "@babel/generator@^7.21.1": |
| 86 | + version "7.21.1" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd" |
| 88 | + integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA== |
| 89 | + dependencies: |
| 90 | + "@babel/types" "^7.21.0" |
| 91 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 92 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 93 | + jsesc "^2.5.1" |
| 94 | + |
64 | 95 | "@babel/helper-annotate-as-pure@^7.18.6":
|
65 | 96 | version "7.18.6"
|
66 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
141 | 172 | "@babel/template" "^7.18.10"
|
142 | 173 | "@babel/types" "^7.19.0"
|
143 | 174 |
|
| 175 | +"@babel/helper-function-name@^7.21.0": |
| 176 | + version "7.21.0" |
| 177 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
| 178 | + integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 179 | + dependencies: |
| 180 | + "@babel/template" "^7.20.7" |
| 181 | + "@babel/types" "^7.21.0" |
| 182 | + |
144 | 183 | "@babel/helper-hoist-variables@^7.18.6":
|
145 | 184 | version "7.18.6"
|
146 | 185 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
|
176 | 215 | "@babel/traverse" "^7.20.10"
|
177 | 216 | "@babel/types" "^7.20.7"
|
178 | 217 |
|
| 218 | +"@babel/helper-module-transforms@^7.21.0": |
| 219 | + version "7.21.2" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
| 221 | + integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
| 222 | + dependencies: |
| 223 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 224 | + "@babel/helper-module-imports" "^7.18.6" |
| 225 | + "@babel/helper-simple-access" "^7.20.2" |
| 226 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 227 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 228 | + "@babel/template" "^7.20.7" |
| 229 | + "@babel/traverse" "^7.21.2" |
| 230 | + "@babel/types" "^7.21.2" |
| 231 | + |
179 | 232 | "@babel/helper-optimise-call-expression@^7.18.6":
|
180 | 233 | version "7.18.6"
|
181 | 234 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
|
265 | 318 | "@babel/traverse" "^7.20.7"
|
266 | 319 | "@babel/types" "^7.20.7"
|
267 | 320 |
|
| 321 | +"@babel/helpers@^7.21.0": |
| 322 | + version "7.21.0" |
| 323 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
| 324 | + integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 325 | + dependencies: |
| 326 | + "@babel/template" "^7.20.7" |
| 327 | + "@babel/traverse" "^7.21.0" |
| 328 | + "@babel/types" "^7.21.0" |
| 329 | + |
268 | 330 | "@babel/highlight@^7.18.6":
|
269 | 331 | version "7.18.6"
|
270 | 332 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
|
|
284 | 346 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.15.tgz#eec9f36d8eaf0948bb88c87a46784b5ee9fd0c89"
|
285 | 347 | integrity sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==
|
286 | 348 |
|
287 |
| -"@babel/parser@^7.20.13": |
288 |
| - version "7.20.13" |
289 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088" |
290 |
| - integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw== |
| 349 | +"@babel/parser@^7.21.0", "@babel/parser@^7.21.2": |
| 350 | + version "7.21.2" |
| 351 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3" |
| 352 | + integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ== |
291 | 353 |
|
292 | 354 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
293 | 355 | version "7.18.6"
|
|
994 | 1056 | debug "^4.1.0"
|
995 | 1057 | globals "^11.1.0"
|
996 | 1058 |
|
| 1059 | +"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2": |
| 1060 | + version "7.21.2" |
| 1061 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75" |
| 1062 | + integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw== |
| 1063 | + dependencies: |
| 1064 | + "@babel/code-frame" "^7.18.6" |
| 1065 | + "@babel/generator" "^7.21.1" |
| 1066 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1067 | + "@babel/helper-function-name" "^7.21.0" |
| 1068 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1069 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1070 | + "@babel/parser" "^7.21.2" |
| 1071 | + "@babel/types" "^7.21.2" |
| 1072 | + debug "^4.1.0" |
| 1073 | + globals "^11.1.0" |
| 1074 | + |
997 | 1075 | "@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
998 | 1076 | version "7.20.7"
|
999 | 1077 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
|
|
1003 | 1081 | "@babel/helper-validator-identifier" "^7.19.1"
|
1004 | 1082 | to-fast-properties "^2.0.0"
|
1005 | 1083 |
|
| 1084 | +"@babel/types@^7.21.0", "@babel/types@^7.21.2": |
| 1085 | + version "7.21.2" |
| 1086 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.2.tgz#92246f6e00f91755893c2876ad653db70c8310d1" |
| 1087 | + integrity sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw== |
| 1088 | + dependencies: |
| 1089 | + "@babel/helper-string-parser" "^7.19.4" |
| 1090 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1091 | + to-fast-properties "^2.0.0" |
| 1092 | + |
1006 | 1093 | "@bcoe/v8-coverage@^0.2.3":
|
1007 | 1094 | version "0.2.3"
|
1008 | 1095 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1373 | 1460 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
1374 | 1461 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
1375 | 1462 |
|
1376 |
| -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.9": |
| 1463 | +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
1377 | 1464 | version "0.3.17"
|
1378 | 1465 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
1379 | 1466 | integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
|
|
0 commit comments