|
37 | 37 | integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw== |
38 | 38 |
|
39 | 39 | "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5": |
40 | | - version "7.19.3" |
41 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
42 | | - integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
| 40 | + version "7.19.6" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
| 42 | + integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
43 | 43 | dependencies: |
44 | 44 | "@ampproject/remapping" "^2.1.0" |
45 | 45 | "@babel/code-frame" "^7.18.6" |
46 | | - "@babel/generator" "^7.19.3" |
| 46 | + "@babel/generator" "^7.19.6" |
47 | 47 | "@babel/helper-compilation-targets" "^7.19.3" |
48 | | - "@babel/helper-module-transforms" "^7.19.0" |
49 | | - "@babel/helpers" "^7.19.0" |
50 | | - "@babel/parser" "^7.19.3" |
| 48 | + "@babel/helper-module-transforms" "^7.19.6" |
| 49 | + "@babel/helpers" "^7.19.4" |
| 50 | + "@babel/parser" "^7.19.6" |
51 | 51 | "@babel/template" "^7.18.10" |
52 | | - "@babel/traverse" "^7.19.3" |
53 | | - "@babel/types" "^7.19.3" |
| 52 | + "@babel/traverse" "^7.19.6" |
| 53 | + "@babel/types" "^7.19.4" |
54 | 54 | convert-source-map "^1.7.0" |
55 | 55 | debug "^4.1.0" |
56 | 56 | gensync "^1.0.0-beta.2" |
57 | 57 | json5 "^2.2.1" |
58 | 58 | semver "^6.3.0" |
59 | 59 |
|
60 | | -"@babel/generator@^7.19.3": |
61 | | - version "7.19.3" |
62 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59" |
63 | | - integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ== |
| 60 | +"@babel/generator@^7.19.6": |
| 61 | + version "7.19.6" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d" |
| 63 | + integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA== |
64 | 64 | dependencies: |
65 | | - "@babel/types" "^7.19.3" |
| 65 | + "@babel/types" "^7.19.4" |
66 | 66 | "@jridgewell/gen-mapping" "^0.3.2" |
67 | 67 | jsesc "^2.5.1" |
68 | 68 |
|
|
188 | 188 | dependencies: |
189 | 189 | "@babel/types" "^7.18.6" |
190 | 190 |
|
191 | | -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0": |
192 | | - version "7.19.0" |
193 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30" |
194 | | - integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ== |
| 191 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.19.6": |
| 192 | + version "7.19.6" |
| 193 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
| 194 | + integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
195 | 195 | dependencies: |
196 | 196 | "@babel/helper-environment-visitor" "^7.18.9" |
197 | 197 | "@babel/helper-module-imports" "^7.18.6" |
198 | | - "@babel/helper-simple-access" "^7.18.6" |
| 198 | + "@babel/helper-simple-access" "^7.19.4" |
199 | 199 | "@babel/helper-split-export-declaration" "^7.18.6" |
200 | | - "@babel/helper-validator-identifier" "^7.18.6" |
| 200 | + "@babel/helper-validator-identifier" "^7.19.1" |
201 | 201 | "@babel/template" "^7.18.10" |
202 | | - "@babel/traverse" "^7.19.0" |
203 | | - "@babel/types" "^7.19.0" |
| 202 | + "@babel/traverse" "^7.19.6" |
| 203 | + "@babel/types" "^7.19.4" |
204 | 204 |
|
205 | 205 | "@babel/helper-optimise-call-expression@^7.18.6": |
206 | 206 | version "7.18.6" |
|
242 | 242 | dependencies: |
243 | 243 | "@babel/types" "^7.18.6" |
244 | 244 |
|
| 245 | +"@babel/helper-simple-access@^7.19.4": |
| 246 | + version "7.19.4" |
| 247 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7" |
| 248 | + integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== |
| 249 | + dependencies: |
| 250 | + "@babel/types" "^7.19.4" |
| 251 | + |
245 | 252 | "@babel/helper-skip-transparent-expression-wrappers@^7.18.9": |
246 | 253 | version "7.18.9" |
247 | 254 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818" |
|
286 | 293 | "@babel/traverse" "^7.18.9" |
287 | 294 | "@babel/types" "^7.18.9" |
288 | 295 |
|
289 | | -"@babel/helpers@^7.19.0": |
290 | | - version "7.19.0" |
291 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18" |
292 | | - integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg== |
| 296 | +"@babel/helpers@^7.19.4": |
| 297 | + version "7.19.4" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
| 299 | + integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
293 | 300 | dependencies: |
294 | 301 | "@babel/template" "^7.18.10" |
295 | | - "@babel/traverse" "^7.19.0" |
296 | | - "@babel/types" "^7.19.0" |
| 302 | + "@babel/traverse" "^7.19.4" |
| 303 | + "@babel/types" "^7.19.4" |
297 | 304 |
|
298 | 305 | "@babel/highlight@^7.18.6": |
299 | 306 | version "7.18.6" |
|
304 | 311 | chalk "^2.0.0" |
305 | 312 | js-tokens "^4.0.0" |
306 | 313 |
|
307 | | -"@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3": |
308 | | - version "7.19.3" |
309 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a" |
310 | | - integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ== |
| 314 | +"@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.6": |
| 315 | + version "7.19.6" |
| 316 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8" |
| 317 | + integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA== |
311 | 318 |
|
312 | 319 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
313 | 320 | version "7.18.6" |
|
935 | 942 | "@babel/parser" "^7.18.10" |
936 | 943 | "@babel/types" "^7.18.10" |
937 | 944 |
|
938 | | -"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3": |
939 | | - version "7.19.3" |
940 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
941 | | - integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ== |
| 945 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6": |
| 946 | + version "7.19.6" |
| 947 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
| 948 | + integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
942 | 949 | dependencies: |
943 | 950 | "@babel/code-frame" "^7.18.6" |
944 | | - "@babel/generator" "^7.19.3" |
| 951 | + "@babel/generator" "^7.19.6" |
945 | 952 | "@babel/helper-environment-visitor" "^7.18.9" |
946 | 953 | "@babel/helper-function-name" "^7.19.0" |
947 | 954 | "@babel/helper-hoist-variables" "^7.18.6" |
948 | 955 | "@babel/helper-split-export-declaration" "^7.18.6" |
949 | | - "@babel/parser" "^7.19.3" |
950 | | - "@babel/types" "^7.19.3" |
| 956 | + "@babel/parser" "^7.19.6" |
| 957 | + "@babel/types" "^7.19.4" |
951 | 958 | debug "^4.1.0" |
952 | 959 | globals "^11.1.0" |
953 | 960 |
|
954 | | -"@babel/types@^7.14.5", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4": |
| 961 | +"@babel/types@^7.14.5", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.4.4": |
955 | 962 | version "7.19.4" |
956 | 963 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" |
957 | 964 | integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw== |
|
0 commit comments