|
10 | 10 | "@jridgewell/gen-mapping" "^0.1.0"
|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9"
|
12 | 12 |
|
13 |
| -"@babel/cli@7.18.10": |
14 |
| - version "7.18.10" |
15 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.10.tgz#4211adfc45ffa7d4f3cee6b60bb92e9fe68fe56a" |
16 |
| - integrity sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw== |
| 13 | +"@babel/cli@7.19.3": |
| 14 | + version "7.19.3" |
| 15 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2" |
| 16 | + integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg== |
17 | 17 | dependencies:
|
18 | 18 | "@jridgewell/trace-mapping" "^0.3.8"
|
19 | 19 | commander "^4.0.1"
|
|
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
|
46 | 46 | integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
|
47 | 47 |
|
48 |
| -"@babel/core@7.19.1": |
49 |
| - version "7.19.1" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b" |
51 |
| - integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw== |
| 48 | +"@babel/compat-data@^7.19.3": |
| 49 | + version "7.19.3" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151" |
| 51 | + integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw== |
| 52 | + |
| 53 | +"@babel/core@7.19.3": |
| 54 | + version "7.19.3" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
| 56 | + integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
52 | 57 | dependencies:
|
53 | 58 | "@ampproject/remapping" "^2.1.0"
|
54 | 59 | "@babel/code-frame" "^7.18.6"
|
55 |
| - "@babel/generator" "^7.19.0" |
56 |
| - "@babel/helper-compilation-targets" "^7.19.1" |
| 60 | + "@babel/generator" "^7.19.3" |
| 61 | + "@babel/helper-compilation-targets" "^7.19.3" |
57 | 62 | "@babel/helper-module-transforms" "^7.19.0"
|
58 | 63 | "@babel/helpers" "^7.19.0"
|
59 |
| - "@babel/parser" "^7.19.1" |
| 64 | + "@babel/parser" "^7.19.3" |
60 | 65 | "@babel/template" "^7.18.10"
|
61 |
| - "@babel/traverse" "^7.19.1" |
62 |
| - "@babel/types" "^7.19.0" |
| 66 | + "@babel/traverse" "^7.19.3" |
| 67 | + "@babel/types" "^7.19.3" |
63 | 68 | convert-source-map "^1.7.0"
|
64 | 69 | debug "^4.1.0"
|
65 | 70 | gensync "^1.0.0-beta.2"
|
|
75 | 80 | "@jridgewell/gen-mapping" "^0.3.2"
|
76 | 81 | jsesc "^2.5.1"
|
77 | 82 |
|
| 83 | +"@babel/generator@^7.19.3": |
| 84 | + version "7.19.3" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59" |
| 86 | + integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ== |
| 87 | + dependencies: |
| 88 | + "@babel/types" "^7.19.3" |
| 89 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 90 | + jsesc "^2.5.1" |
| 91 | + |
78 | 92 | "@babel/helper-annotate-as-pure@^7.18.6":
|
79 | 93 | version "7.18.6"
|
80 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
90 | 104 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
91 | 105 | "@babel/types" "^7.18.9"
|
92 | 106 |
|
93 |
| -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.1": |
| 107 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0": |
94 | 108 | version "7.19.1"
|
95 | 109 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
|
96 | 110 | integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
|
|
100 | 114 | browserslist "^4.21.3"
|
101 | 115 | semver "^6.3.0"
|
102 | 116 |
|
| 117 | +"@babel/helper-compilation-targets@^7.19.3": |
| 118 | + version "7.19.3" |
| 119 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca" |
| 120 | + integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg== |
| 121 | + dependencies: |
| 122 | + "@babel/compat-data" "^7.19.3" |
| 123 | + "@babel/helper-validator-option" "^7.18.6" |
| 124 | + browserslist "^4.21.3" |
| 125 | + semver "^6.3.0" |
| 126 | + |
103 | 127 | "@babel/helper-create-class-features-plugin@^7.18.6":
|
104 | 128 | version "7.19.0"
|
105 | 129 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
|
|
247 | 271 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
|
248 | 272 | integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
|
249 | 273 |
|
250 |
| -"@babel/helper-validator-identifier@^7.18.6": |
| 274 | +"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
251 | 275 | version "7.19.1"
|
252 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
253 | 277 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
|
290 | 314 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
|
291 | 315 | integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
|
292 | 316 |
|
| 317 | +"@babel/parser@^7.19.3": |
| 318 | + version "7.19.3" |
| 319 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a" |
| 320 | + integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ== |
| 321 | + |
293 | 322 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
294 | 323 | version "7.18.6"
|
295 | 324 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
793 | 822 | "@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
794 | 823 | "@babel/helper-plugin-utils" "^7.18.6"
|
795 | 824 |
|
796 |
| -"@babel/preset-env@7.19.1": |
797 |
| - version "7.19.1" |
798 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67" |
799 |
| - integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA== |
| 825 | +"@babel/preset-env@7.19.3": |
| 826 | + version "7.19.3" |
| 827 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754" |
| 828 | + integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w== |
800 | 829 | dependencies:
|
801 |
| - "@babel/compat-data" "^7.19.1" |
802 |
| - "@babel/helper-compilation-targets" "^7.19.1" |
| 830 | + "@babel/compat-data" "^7.19.3" |
| 831 | + "@babel/helper-compilation-targets" "^7.19.3" |
803 | 832 | "@babel/helper-plugin-utils" "^7.19.0"
|
804 | 833 | "@babel/helper-validator-option" "^7.18.6"
|
805 | 834 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
|
867 | 896 | "@babel/plugin-transform-unicode-escapes" "^7.18.10"
|
868 | 897 | "@babel/plugin-transform-unicode-regex" "^7.18.6"
|
869 | 898 | "@babel/preset-modules" "^0.1.5"
|
870 |
| - "@babel/types" "^7.19.0" |
| 899 | + "@babel/types" "^7.19.3" |
871 | 900 | babel-plugin-polyfill-corejs2 "^0.3.3"
|
872 | 901 | babel-plugin-polyfill-corejs3 "^0.6.0"
|
873 | 902 | babel-plugin-polyfill-regenerator "^0.4.1"
|
|
928 | 957 | debug "^4.1.0"
|
929 | 958 | globals "^11.1.0"
|
930 | 959 |
|
| 960 | +"@babel/traverse@^7.19.3": |
| 961 | + version "7.19.3" |
| 962 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
| 963 | + integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ== |
| 964 | + dependencies: |
| 965 | + "@babel/code-frame" "^7.18.6" |
| 966 | + "@babel/generator" "^7.19.3" |
| 967 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 968 | + "@babel/helper-function-name" "^7.19.0" |
| 969 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 970 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 971 | + "@babel/parser" "^7.19.3" |
| 972 | + "@babel/types" "^7.19.3" |
| 973 | + debug "^4.1.0" |
| 974 | + globals "^11.1.0" |
| 975 | + |
931 | 976 | "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.4.4":
|
932 | 977 | version "7.19.0"
|
933 | 978 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
|
|
937 | 982 | "@babel/helper-validator-identifier" "^7.18.6"
|
938 | 983 | to-fast-properties "^2.0.0"
|
939 | 984 |
|
| 985 | +"@babel/types@^7.19.3": |
| 986 | + version "7.19.3" |
| 987 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624" |
| 988 | + integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw== |
| 989 | + dependencies: |
| 990 | + "@babel/helper-string-parser" "^7.18.10" |
| 991 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 992 | + to-fast-properties "^2.0.0" |
| 993 | + |
940 | 994 | "@commitlint/cli@17.1.2":
|
941 | 995 | version "17.1.2"
|
942 | 996 | resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.1.2.tgz#38240f84936df5216f749f06f838dc50cc85a43d"
|
|
0 commit comments