|
44 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
|
45 | 45 | integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
|
46 | 46 |
|
47 |
| - |
48 |
| - version "7.18.10" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8" |
50 |
| - integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw== |
| 47 | + |
| 48 | + version "7.18.13" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac" |
| 50 | + integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A== |
51 | 51 | dependencies:
|
52 | 52 | "@ampproject/remapping" "^2.1.0"
|
53 | 53 | "@babel/code-frame" "^7.18.6"
|
54 |
| - "@babel/generator" "^7.18.10" |
| 54 | + "@babel/generator" "^7.18.13" |
55 | 55 | "@babel/helper-compilation-targets" "^7.18.9"
|
56 | 56 | "@babel/helper-module-transforms" "^7.18.9"
|
57 | 57 | "@babel/helpers" "^7.18.9"
|
58 |
| - "@babel/parser" "^7.18.10" |
| 58 | + "@babel/parser" "^7.18.13" |
59 | 59 | "@babel/template" "^7.18.10"
|
60 |
| - "@babel/traverse" "^7.18.10" |
61 |
| - "@babel/types" "^7.18.10" |
| 60 | + "@babel/traverse" "^7.18.13" |
| 61 | + "@babel/types" "^7.18.13" |
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.18.10": |
69 |
| - version "7.18.10" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a" |
71 |
| - integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA== |
| 68 | +"@babel/generator@^7.18.13": |
| 69 | + version "7.18.13" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212" |
| 71 | + integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ== |
72 | 72 | dependencies:
|
73 |
| - "@babel/types" "^7.18.10" |
| 73 | + "@babel/types" "^7.18.13" |
74 | 74 | "@jridgewell/gen-mapping" "^0.3.2"
|
75 | 75 | jsesc "^2.5.1"
|
76 | 76 |
|
|
284 | 284 | chalk "^2.0.0"
|
285 | 285 | js-tokens "^4.0.0"
|
286 | 286 |
|
287 |
| -"@babel/parser@^7.18.10": |
288 |
| - version "7.18.10" |
289 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1" |
290 |
| - integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg== |
| 287 | +"@babel/parser@^7.18.10", "@babel/parser@^7.18.13": |
| 288 | + version "7.18.13" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4" |
| 290 | + integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg== |
291 | 291 |
|
292 | 292 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
293 | 293 | version "7.18.6"
|
|
959 | 959 | "@babel/parser" "^7.18.10"
|
960 | 960 | "@babel/types" "^7.18.10"
|
961 | 961 |
|
962 |
| -"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9": |
963 |
| - version "7.18.10" |
964 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08" |
965 |
| - integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g== |
| 962 | +"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9": |
| 963 | + version "7.18.13" |
| 964 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68" |
| 965 | + integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA== |
966 | 966 | dependencies:
|
967 | 967 | "@babel/code-frame" "^7.18.6"
|
968 |
| - "@babel/generator" "^7.18.10" |
| 968 | + "@babel/generator" "^7.18.13" |
969 | 969 | "@babel/helper-environment-visitor" "^7.18.9"
|
970 | 970 | "@babel/helper-function-name" "^7.18.9"
|
971 | 971 | "@babel/helper-hoist-variables" "^7.18.6"
|
972 | 972 | "@babel/helper-split-export-declaration" "^7.18.6"
|
973 |
| - "@babel/parser" "^7.18.10" |
974 |
| - "@babel/types" "^7.18.10" |
| 973 | + "@babel/parser" "^7.18.13" |
| 974 | + "@babel/types" "^7.18.13" |
975 | 975 | debug "^4.1.0"
|
976 | 976 | globals "^11.1.0"
|
977 | 977 |
|
978 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4": |
979 |
| - version "7.18.10" |
980 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6" |
981 |
| - integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== |
| 978 | +"@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4": |
| 979 | + version "7.18.13" |
| 980 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a" |
| 981 | + integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ== |
982 | 982 | dependencies:
|
983 | 983 | "@babel/helper-string-parser" "^7.18.10"
|
984 | 984 | "@babel/helper-validator-identifier" "^7.18.6"
|
|
0 commit comments