|
16 | 16 | dependencies:
|
17 | 17 | "@babel/highlight" "^7.12.13"
|
18 | 18 |
|
19 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.14.0": |
20 |
| - version "7.14.0" |
21 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
22 |
| - integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
| 19 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.14.4": |
| 20 | + version "7.14.4" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 22 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
23 | 23 |
|
24 | 24 | "@babel/core@^7.1.0", "@babel/core@^7.14", "@babel/core@^7.7.5":
|
25 | 25 | version "7.14.3"
|
|
66 | 66 | "@babel/helper-explode-assignable-expression" "^7.12.13"
|
67 | 67 | "@babel/types" "^7.12.13"
|
68 | 68 |
|
69 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16": |
70 |
| - version "7.13.16" |
71 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" |
72 |
| - integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== |
| 69 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.14.4": |
| 70 | + version "7.14.4" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 72 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
73 | 73 | dependencies:
|
74 |
| - "@babel/compat-data" "^7.13.15" |
| 74 | + "@babel/compat-data" "^7.14.4" |
75 | 75 | "@babel/helper-validator-option" "^7.12.17"
|
76 |
| - browserslist "^4.14.5" |
| 76 | + browserslist "^4.16.6" |
77 | 77 | semver "^6.3.0"
|
78 | 78 |
|
79 | 79 | "@babel/helper-create-class-features-plugin@^7.13.0":
|
|
395 | 395 | "@babel/helper-plugin-utils" "^7.13.0"
|
396 | 396 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
397 | 397 |
|
398 |
| -"@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.5.5": |
399 |
| - version "7.14.2" |
400 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
401 |
| - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 398 | +"@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 399 | + version "7.14.4" |
| 400 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 401 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
402 | 402 | dependencies:
|
403 |
| - "@babel/compat-data" "^7.14.0" |
404 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 403 | + "@babel/compat-data" "^7.14.4" |
| 404 | + "@babel/helper-compilation-targets" "^7.14.4" |
405 | 405 | "@babel/helper-plugin-utils" "^7.13.0"
|
406 | 406 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
407 | 407 | "@babel/plugin-transform-parameters" "^7.14.2"
|
@@ -1816,7 +1816,7 @@ browser-process-hrtime@^1.0.0:
|
1816 | 1816 | resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
|
1817 | 1817 | integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
1818 | 1818 |
|
1819 |
| -browserslist@^4.14.5, browserslist@^4.16.3: |
| 1819 | +browserslist@^4.16.3, browserslist@^4.16.6: |
1820 | 1820 | version "4.16.6"
|
1821 | 1821 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
|
1822 | 1822 | integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
|
|
0 commit comments