|
22 | 22 | "@aureooms/js-collections-deque" "^7.0.0"
|
23 | 23 | "@aureooms/js-error" "^5.0.3"
|
24 | 24 |
|
25 |
| - |
26 |
| - version "7.13.14" |
27 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.14.tgz#c395bc89ec4760c91f2027fa8b26f8b2bf42238f" |
28 |
| - integrity sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw== |
| 25 | + |
| 26 | + version "7.13.16" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc" |
| 28 | + integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw== |
29 | 29 | dependencies:
|
30 | 30 | commander "^4.0.1"
|
31 | 31 | convert-source-map "^1.1.0"
|
32 | 32 | fs-readdir-recursive "^1.1.0"
|
33 | 33 | glob "^7.0.0"
|
34 |
| - lodash "^4.17.19" |
35 | 34 | make-dir "^2.1.0"
|
36 | 35 | slash "^2.0.0"
|
37 | 36 | source-map "^0.5.0"
|
|
58 | 57 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
59 | 58 | integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
|
60 | 59 |
|
61 |
| -"@babel/[email protected]", "@babel/core@^7.12.16": |
| 60 | + |
| 61 | + version "7.13.16" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a" |
| 63 | + integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q== |
| 64 | + dependencies: |
| 65 | + "@babel/code-frame" "^7.12.13" |
| 66 | + "@babel/generator" "^7.13.16" |
| 67 | + "@babel/helper-compilation-targets" "^7.13.16" |
| 68 | + "@babel/helper-module-transforms" "^7.13.14" |
| 69 | + "@babel/helpers" "^7.13.16" |
| 70 | + "@babel/parser" "^7.13.16" |
| 71 | + "@babel/template" "^7.12.13" |
| 72 | + "@babel/traverse" "^7.13.15" |
| 73 | + "@babel/types" "^7.13.16" |
| 74 | + convert-source-map "^1.7.0" |
| 75 | + debug "^4.1.0" |
| 76 | + gensync "^1.0.0-beta.2" |
| 77 | + json5 "^2.1.2" |
| 78 | + semver "^6.3.0" |
| 79 | + source-map "^0.5.0" |
| 80 | + |
| 81 | +"@babel/core@^7.12.16": |
62 | 82 | version "7.13.15"
|
63 | 83 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
|
64 | 84 | integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
|
|
97 | 117 | jsesc "^2.5.1"
|
98 | 118 | source-map "^0.5.0"
|
99 | 119 |
|
| 120 | +"@babel/generator@^7.13.16": |
| 121 | + version "7.13.16" |
| 122 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14" |
| 123 | + integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg== |
| 124 | + dependencies: |
| 125 | + "@babel/types" "^7.13.16" |
| 126 | + jsesc "^2.5.1" |
| 127 | + source-map "^0.5.0" |
| 128 | + |
100 | 129 | "@babel/helper-annotate-as-pure@^7.12.13":
|
101 | 130 | version "7.12.13"
|
102 | 131 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
122 | 151 | browserslist "^4.14.5"
|
123 | 152 | semver "^6.3.0"
|
124 | 153 |
|
| 154 | +"@babel/helper-compilation-targets@^7.13.16": |
| 155 | + version "7.13.16" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" |
| 157 | + integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== |
| 158 | + dependencies: |
| 159 | + "@babel/compat-data" "^7.13.15" |
| 160 | + "@babel/helper-validator-option" "^7.12.17" |
| 161 | + browserslist "^4.14.5" |
| 162 | + semver "^6.3.0" |
| 163 | + |
125 | 164 | "@babel/helper-create-class-features-plugin@^7.13.0":
|
126 | 165 | version "7.13.11"
|
127 | 166 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
|
|
295 | 334 | "@babel/traverse" "^7.13.0"
|
296 | 335 | "@babel/types" "^7.13.0"
|
297 | 336 |
|
| 337 | +"@babel/helpers@^7.13.16": |
| 338 | + version "7.13.16" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.16.tgz#08af075f786fd06a56e41bcac3e8cc87ddc4d0b3" |
| 340 | + integrity sha512-x5otxUaLpdWHl02P4L94wBU+2BJXBkvO+6d6uzQ+xD9/h2hTSAwA5O8QV8GqKx/l8i+VYmKKQg9e2QGTa2Wu3Q== |
| 341 | + dependencies: |
| 342 | + "@babel/template" "^7.12.13" |
| 343 | + "@babel/traverse" "^7.13.15" |
| 344 | + "@babel/types" "^7.13.16" |
| 345 | + |
298 | 346 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
299 | 347 | version "7.13.10"
|
300 | 348 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
|
|
309 | 357 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
|
310 | 358 | integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
|
311 | 359 |
|
| 360 | +"@babel/parser@^7.13.16": |
| 361 | + version "7.13.16" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37" |
| 363 | + integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw== |
| 364 | + |
312 | 365 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
313 | 366 | version "7.13.12"
|
314 | 367 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
|
|
845 | 898 | "@babel/types" "^7.4.4"
|
846 | 899 | esutils "^2.0.2"
|
847 | 900 |
|
848 |
| - |
849 |
| - version "7.13.14" |
850 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.14.tgz#bbfa8f4f027c2ebc432e8e69e078b632605f2d9b" |
851 |
| - integrity sha512-iyw0hUwjh/fzN8qklVqZodbyWjEBOG0KdDnBOpv3zzIgK3NmuRXBmIXH39ZBdspkn8LTHvSboN+oYb4MT43+9Q== |
| 901 | + |
| 902 | + version "7.13.16" |
| 903 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.16.tgz#ae3ab0b55c8ec28763877383c454f01521d9a53d" |
| 904 | + integrity sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg== |
852 | 905 | dependencies:
|
| 906 | + clone-deep "^4.0.1" |
853 | 907 | find-cache-dir "^2.0.0"
|
854 |
| - lodash "^4.17.19" |
855 | 908 | make-dir "^2.1.0"
|
856 | 909 | pirates "^4.0.0"
|
857 | 910 | source-map-support "^0.5.16"
|
|
895 | 948 | lodash "^4.17.19"
|
896 | 949 | to-fast-properties "^2.0.0"
|
897 | 950 |
|
| 951 | +"@babel/types@^7.13.16": |
| 952 | + version "7.13.16" |
| 953 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.16.tgz#916120b858aa5655cfba84bd0f6021ff5bdb4e65" |
| 954 | + integrity sha512-7enM8Wxhrl1hB1+k6+xO6RmxpNkaveRWkdpyii8DkrLWRgr0l3x29/SEuhTIkP+ynHsU/Hpjn8Evd/axv/ll6Q== |
| 955 | + dependencies: |
| 956 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 957 | + to-fast-properties "^2.0.0" |
| 958 | + |
898 | 959 | "@bcoe/v8-coverage@^0.2.3":
|
899 | 960 | version "0.2.3"
|
900 | 961 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -2640,6 +2701,15 @@ cliui@^7.0.2:
|
2640 | 2701 | strip-ansi "^6.0.0"
|
2641 | 2702 | wrap-ansi "^7.0.0"
|
2642 | 2703 |
|
| 2704 | +clone-deep@^4.0.1: |
| 2705 | + version "4.0.1" |
| 2706 | + resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" |
| 2707 | + integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== |
| 2708 | + dependencies: |
| 2709 | + is-plain-object "^2.0.4" |
| 2710 | + kind-of "^6.0.2" |
| 2711 | + shallow-clone "^3.0.0" |
| 2712 | + |
2643 | 2713 | clone-response@^1.0.2:
|
2644 | 2714 | version "1.0.2"
|
2645 | 2715 | resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
|
@@ -7817,6 +7887,13 @@ sha.js@^2.4.0, sha.js@^2.4.8:
|
7817 | 7887 | inherits "^2.0.1"
|
7818 | 7888 | safe-buffer "^5.0.1"
|
7819 | 7889 |
|
| 7890 | +shallow-clone@^3.0.0: |
| 7891 | + version "3.0.1" |
| 7892 | + resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" |
| 7893 | + integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== |
| 7894 | + dependencies: |
| 7895 | + kind-of "^6.0.2" |
| 7896 | + |
7820 | 7897 | shebang-command@^1.2.0:
|
7821 | 7898 | version "1.2.0"
|
7822 | 7899 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
|
0 commit comments