|
40 | 40 | dependencies: |
41 | 41 | "@babel/highlight" "^7.18.6" |
42 | 42 |
|
43 | | -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.3", "@babel/compat-data@^7.19.4": |
| 43 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.4": |
44 | 44 | version "7.19.4" |
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747" |
46 | 46 | integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw== |
47 | 47 |
|
| 48 | +"@babel/compat-data@^7.20.0": |
| 49 | + version "7.20.1" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" |
| 51 | + integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== |
| 52 | + |
48 | 53 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.15", "@babel/core@^7.19.3": |
49 | | - version "7.19.6" |
50 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
51 | | - integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
| 54 | + version "7.20.2" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92" |
| 56 | + integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g== |
52 | 57 | dependencies: |
53 | 58 | "@ampproject/remapping" "^2.1.0" |
54 | 59 | "@babel/code-frame" "^7.18.6" |
55 | | - "@babel/generator" "^7.19.6" |
56 | | - "@babel/helper-compilation-targets" "^7.19.3" |
57 | | - "@babel/helper-module-transforms" "^7.19.6" |
58 | | - "@babel/helpers" "^7.19.4" |
59 | | - "@babel/parser" "^7.19.6" |
| 60 | + "@babel/generator" "^7.20.2" |
| 61 | + "@babel/helper-compilation-targets" "^7.20.0" |
| 62 | + "@babel/helper-module-transforms" "^7.20.2" |
| 63 | + "@babel/helpers" "^7.20.1" |
| 64 | + "@babel/parser" "^7.20.2" |
60 | 65 | "@babel/template" "^7.18.10" |
61 | | - "@babel/traverse" "^7.19.6" |
62 | | - "@babel/types" "^7.19.4" |
| 66 | + "@babel/traverse" "^7.20.1" |
| 67 | + "@babel/types" "^7.20.2" |
63 | 68 | convert-source-map "^1.7.0" |
64 | 69 | debug "^4.1.0" |
65 | 70 | gensync "^1.0.0-beta.2" |
|
75 | 80 | eslint-visitor-keys "^2.1.0" |
76 | 81 | semver "^6.3.0" |
77 | 82 |
|
78 | | -"@babel/generator@^7.19.6", "@babel/generator@^7.7.2": |
79 | | - version "7.19.6" |
80 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d" |
81 | | - integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA== |
| 83 | +"@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2": |
| 84 | + version "7.20.3" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.3.tgz#e58c9ae2f7bf7fdf4899160cf1e04400a82cd641" |
| 86 | + integrity sha512-Wl5ilw2UD1+ZYprHVprxHZJCFeBWlzZYOovE4SDYLZnqCOD11j+0QzNeEWKLLTWM7nixrZEh7vNIyb76MyJg3A== |
82 | 87 | dependencies: |
83 | | - "@babel/types" "^7.19.4" |
| 88 | + "@babel/types" "^7.20.2" |
84 | 89 | "@jridgewell/gen-mapping" "^0.3.2" |
85 | 90 | jsesc "^2.5.1" |
86 | 91 |
|
|
99 | 104 | "@babel/helper-explode-assignable-expression" "^7.18.6" |
100 | 105 | "@babel/types" "^7.18.9" |
101 | 106 |
|
102 | | -"@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.3": |
103 | | - version "7.19.3" |
104 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca" |
105 | | - integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg== |
| 107 | +"@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.3", "@babel/helper-compilation-targets@^7.20.0": |
| 108 | + version "7.20.0" |
| 109 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a" |
| 110 | + integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== |
106 | 111 | dependencies: |
107 | | - "@babel/compat-data" "^7.19.3" |
| 112 | + "@babel/compat-data" "^7.20.0" |
108 | 113 | "@babel/helper-validator-option" "^7.18.6" |
109 | 114 | browserslist "^4.21.3" |
110 | 115 | semver "^6.3.0" |
|
183 | 188 | dependencies: |
184 | 189 | "@babel/types" "^7.18.6" |
185 | 190 |
|
186 | | -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.19.6": |
187 | | - version "7.19.6" |
188 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
189 | | - integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
| 191 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.20.2": |
| 192 | + version "7.20.2" |
| 193 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" |
| 194 | + integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== |
190 | 195 | dependencies: |
191 | 196 | "@babel/helper-environment-visitor" "^7.18.9" |
192 | 197 | "@babel/helper-module-imports" "^7.18.6" |
193 | | - "@babel/helper-simple-access" "^7.19.4" |
| 198 | + "@babel/helper-simple-access" "^7.20.2" |
194 | 199 | "@babel/helper-split-export-declaration" "^7.18.6" |
195 | 200 | "@babel/helper-validator-identifier" "^7.19.1" |
196 | 201 | "@babel/template" "^7.18.10" |
197 | | - "@babel/traverse" "^7.19.6" |
198 | | - "@babel/types" "^7.19.4" |
| 202 | + "@babel/traverse" "^7.20.1" |
| 203 | + "@babel/types" "^7.20.2" |
199 | 204 |
|
200 | 205 | "@babel/helper-optimise-call-expression@^7.18.6": |
201 | 206 | version "7.18.6" |
|
237 | 242 | dependencies: |
238 | 243 | "@babel/types" "^7.18.6" |
239 | 244 |
|
240 | | -"@babel/helper-simple-access@^7.19.4": |
241 | | - version "7.19.4" |
242 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7" |
243 | | - integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== |
| 245 | +"@babel/helper-simple-access@^7.20.2": |
| 246 | + version "7.20.2" |
| 247 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
| 248 | + integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
244 | 249 | dependencies: |
245 | | - "@babel/types" "^7.19.4" |
| 250 | + "@babel/types" "^7.20.2" |
246 | 251 |
|
247 | 252 | "@babel/helper-skip-transparent-expression-wrappers@^7.18.9": |
248 | 253 | version "7.18.9" |
|
283 | 288 | "@babel/traverse" "^7.19.0" |
284 | 289 | "@babel/types" "^7.19.0" |
285 | 290 |
|
286 | | -"@babel/helpers@^7.19.4": |
287 | | - version "7.19.4" |
288 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
289 | | - integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
| 291 | +"@babel/helpers@^7.20.1": |
| 292 | + version "7.20.1" |
| 293 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9" |
| 294 | + integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== |
290 | 295 | dependencies: |
291 | 296 | "@babel/template" "^7.18.10" |
292 | | - "@babel/traverse" "^7.19.4" |
293 | | - "@babel/types" "^7.19.4" |
| 297 | + "@babel/traverse" "^7.20.1" |
| 298 | + "@babel/types" "^7.20.0" |
294 | 299 |
|
295 | 300 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6": |
296 | 301 | version "7.18.6" |
|
301 | 306 | chalk "^2.0.0" |
302 | 307 | js-tokens "^4.0.0" |
303 | 308 |
|
304 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.6": |
305 | | - version "7.19.6" |
306 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8" |
307 | | - integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA== |
| 309 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2": |
| 310 | + version "7.20.3" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2" |
| 312 | + integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg== |
308 | 313 |
|
309 | 314 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
310 | 315 | version "7.18.6" |
|
975 | 980 | "@babel/parser" "^7.18.10" |
976 | 981 | "@babel/types" "^7.18.10" |
977 | 982 |
|
978 | | -"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.7.2": |
979 | | - version "7.19.6" |
980 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
981 | | - integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
| 983 | +"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2": |
| 984 | + version "7.20.1" |
| 985 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
| 986 | + integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
982 | 987 | dependencies: |
983 | 988 | "@babel/code-frame" "^7.18.6" |
984 | | - "@babel/generator" "^7.19.6" |
| 989 | + "@babel/generator" "^7.20.1" |
985 | 990 | "@babel/helper-environment-visitor" "^7.18.9" |
986 | 991 | "@babel/helper-function-name" "^7.19.0" |
987 | 992 | "@babel/helper-hoist-variables" "^7.18.6" |
988 | 993 | "@babel/helper-split-export-declaration" "^7.18.6" |
989 | | - "@babel/parser" "^7.19.6" |
990 | | - "@babel/types" "^7.19.4" |
| 994 | + "@babel/parser" "^7.20.1" |
| 995 | + "@babel/types" "^7.20.0" |
991 | 996 | debug "^4.1.0" |
992 | 997 | globals "^11.1.0" |
993 | 998 |
|
994 | | -"@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.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
995 | | - version "7.19.4" |
996 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" |
997 | | - integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw== |
| 999 | +"@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.19.4", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1000 | + version "7.20.2" |
| 1001 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842" |
| 1002 | + integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog== |
998 | 1003 | dependencies: |
999 | 1004 | "@babel/helper-string-parser" "^7.19.4" |
1000 | 1005 | "@babel/helper-validator-identifier" "^7.19.1" |
|
0 commit comments