|
22 | 22 | "@aureooms/js-collections-deque" "^4.0.1"
|
23 | 23 | "@aureooms/js-error" "^4.0.1"
|
24 | 24 |
|
25 |
| - |
26 |
| - version "7.12.1" |
27 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c" |
28 |
| - integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g== |
| 25 | + |
| 26 | + version "7.12.7" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977" |
| 28 | + integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q== |
29 | 29 | dependencies:
|
30 | 30 | commander "^4.0.1"
|
31 | 31 | convert-source-map "^1.1.0"
|
|
36 | 36 | slash "^2.0.0"
|
37 | 37 | source-map "^0.5.0"
|
38 | 38 | optionalDependencies:
|
39 |
| - "@nicolo-ribaudo/chokidar-2" "^2.1.8" |
| 39 | + "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents" |
40 | 40 | chokidar "^3.4.0"
|
41 | 41 |
|
42 | 42 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
|
|
46 | 46 | dependencies:
|
47 | 47 | "@babel/highlight" "^7.10.4"
|
48 | 48 |
|
49 |
| -"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.12.5": |
| 49 | +"@babel/compat-data@^7.12.5": |
50 | 50 | version "7.12.5"
|
51 | 51 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.5.tgz#f56db0c4bb1bbbf221b4e81345aab4141e7cb0e9"
|
52 | 52 | integrity sha512-DTsS7cxrsH3by8nqQSpFSyjSfSYl57D6Cf4q8dW3LK83tBKBDCkfcay1nYkXq1nIHXnpX8WMMb/O25HOy3h1zg==
|
53 | 53 |
|
54 |
| -"@babel/[email protected]", "@babel/core@^7.7.5": |
| 54 | +"@babel/compat-data@^7.12.7": |
| 55 | + version "7.12.7" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41" |
| 57 | + integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== |
| 58 | + |
| 59 | + |
| 60 | + version "7.12.7" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf" |
| 62 | + integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw== |
| 63 | + dependencies: |
| 64 | + "@babel/code-frame" "^7.10.4" |
| 65 | + "@babel/generator" "^7.12.5" |
| 66 | + "@babel/helper-module-transforms" "^7.12.1" |
| 67 | + "@babel/helpers" "^7.12.5" |
| 68 | + "@babel/parser" "^7.12.7" |
| 69 | + "@babel/template" "^7.12.7" |
| 70 | + "@babel/traverse" "^7.12.7" |
| 71 | + "@babel/types" "^7.12.7" |
| 72 | + convert-source-map "^1.7.0" |
| 73 | + debug "^4.1.0" |
| 74 | + gensync "^1.0.0-beta.1" |
| 75 | + json5 "^2.1.2" |
| 76 | + lodash "^4.17.19" |
| 77 | + resolve "^1.3.2" |
| 78 | + semver "^5.4.1" |
| 79 | + source-map "^0.5.0" |
| 80 | + |
| 81 | +"@babel/core@^7.7.5": |
55 | 82 | version "7.12.3"
|
56 | 83 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
|
57 | 84 | integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
|
|
97 | 124 | "@babel/helper-explode-assignable-expression" "^7.10.4"
|
98 | 125 | "@babel/types" "^7.10.4"
|
99 | 126 |
|
100 |
| -"@babel/helper-compilation-targets@^7.12.1": |
| 127 | +"@babel/helper-compilation-targets@^7.12.5": |
101 | 128 | version "7.12.5"
|
102 | 129 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
|
103 | 130 | integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
|
|
173 | 200 | dependencies:
|
174 | 201 | "@babel/types" "^7.12.1"
|
175 | 202 |
|
176 |
| -"@babel/helper-module-imports@^7.12.1": |
| 203 | +"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5": |
177 | 204 | version "7.12.5"
|
178 | 205 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
|
179 | 206 | integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
|
|
274 | 301 | "@babel/traverse" "^7.10.4"
|
275 | 302 | "@babel/types" "^7.10.4"
|
276 | 303 |
|
277 |
| -"@babel/helpers@^7.12.1": |
| 304 | +"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5": |
278 | 305 | version "7.12.5"
|
279 | 306 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
|
280 | 307 | integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
|
|
297 | 324 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
|
298 | 325 | integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
|
299 | 326 |
|
| 327 | +"@babel/parser@^7.12.7": |
| 328 | + version "7.12.7" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" |
| 330 | + integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== |
| 331 | + |
300 | 332 | "@babel/plugin-proposal-async-generator-functions@^7.12.1":
|
301 | 333 | version "7.12.1"
|
302 | 334 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
|
|
354 | 386 | "@babel/helper-plugin-utils" "^7.10.4"
|
355 | 387 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
|
356 | 388 |
|
357 |
| -"@babel/plugin-proposal-numeric-separator@^7.12.1": |
358 |
| - version "7.12.5" |
359 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.5.tgz#b1ce757156d40ed79d59d467cb2b154a5c4149ba" |
360 |
| - integrity sha512-UiAnkKuOrCyjZ3sYNHlRlfuZJbBHknMQ9VMwVeX97Ofwx7RpD6gS2HfqTCh8KNUQgcOm8IKt103oR4KIjh7Q8g== |
| 389 | +"@babel/plugin-proposal-numeric-separator@^7.12.7": |
| 390 | + version "7.12.7" |
| 391 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b" |
| 392 | + integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== |
361 | 393 | dependencies:
|
362 | 394 | "@babel/helper-plugin-utils" "^7.10.4"
|
363 | 395 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
379 | 411 | "@babel/helper-plugin-utils" "^7.10.4"
|
380 | 412 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
|
381 | 413 |
|
382 |
| -"@babel/plugin-proposal-optional-chaining@^7.12.1": |
383 |
| - version "7.12.1" |
384 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797" |
385 |
| - integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw== |
| 414 | +"@babel/plugin-proposal-optional-chaining@^7.12.7": |
| 415 | + version "7.12.7" |
| 416 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c" |
| 417 | + integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== |
386 | 418 | dependencies:
|
387 | 419 | "@babel/helper-plugin-utils" "^7.10.4"
|
388 | 420 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
|
701 | 733 | "@babel/helper-plugin-utils" "^7.10.4"
|
702 | 734 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
703 | 735 |
|
704 |
| -"@babel/plugin-transform-sticky-regex@^7.12.1": |
705 |
| - version "7.12.1" |
706 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf" |
707 |
| - integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ== |
| 736 | +"@babel/plugin-transform-sticky-regex@^7.12.7": |
| 737 | + version "7.12.7" |
| 738 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad" |
| 739 | + integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== |
708 | 740 | dependencies:
|
709 | 741 | "@babel/helper-plugin-utils" "^7.10.4"
|
710 |
| - "@babel/helper-regex" "^7.10.4" |
711 | 742 |
|
712 | 743 | "@babel/plugin-transform-template-literals@^7.12.1":
|
713 | 744 | version "7.12.1"
|
|
738 | 769 | "@babel/helper-create-regexp-features-plugin" "^7.12.1"
|
739 | 770 | "@babel/helper-plugin-utils" "^7.10.4"
|
740 | 771 |
|
741 |
| - |
742 |
| - version "7.12.1" |
743 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2" |
744 |
| - integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg== |
| 772 | + |
| 773 | + version "7.12.7" |
| 774 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55" |
| 775 | + integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew== |
745 | 776 | dependencies:
|
746 |
| - "@babel/compat-data" "^7.12.1" |
747 |
| - "@babel/helper-compilation-targets" "^7.12.1" |
748 |
| - "@babel/helper-module-imports" "^7.12.1" |
| 777 | + "@babel/compat-data" "^7.12.7" |
| 778 | + "@babel/helper-compilation-targets" "^7.12.5" |
| 779 | + "@babel/helper-module-imports" "^7.12.5" |
749 | 780 | "@babel/helper-plugin-utils" "^7.10.4"
|
750 | 781 | "@babel/helper-validator-option" "^7.12.1"
|
751 | 782 | "@babel/plugin-proposal-async-generator-functions" "^7.12.1"
|
|
755 | 786 | "@babel/plugin-proposal-json-strings" "^7.12.1"
|
756 | 787 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
|
757 | 788 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
|
758 |
| - "@babel/plugin-proposal-numeric-separator" "^7.12.1" |
| 789 | + "@babel/plugin-proposal-numeric-separator" "^7.12.7" |
759 | 790 | "@babel/plugin-proposal-object-rest-spread" "^7.12.1"
|
760 | 791 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
|
761 |
| - "@babel/plugin-proposal-optional-chaining" "^7.12.1" |
| 792 | + "@babel/plugin-proposal-optional-chaining" "^7.12.7" |
762 | 793 | "@babel/plugin-proposal-private-methods" "^7.12.1"
|
763 | 794 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
|
764 | 795 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
|
800 | 831 | "@babel/plugin-transform-reserved-words" "^7.12.1"
|
801 | 832 | "@babel/plugin-transform-shorthand-properties" "^7.12.1"
|
802 | 833 | "@babel/plugin-transform-spread" "^7.12.1"
|
803 |
| - "@babel/plugin-transform-sticky-regex" "^7.12.1" |
| 834 | + "@babel/plugin-transform-sticky-regex" "^7.12.7" |
804 | 835 | "@babel/plugin-transform-template-literals" "^7.12.1"
|
805 | 836 | "@babel/plugin-transform-typeof-symbol" "^7.12.1"
|
806 | 837 | "@babel/plugin-transform-unicode-escapes" "^7.12.1"
|
807 | 838 | "@babel/plugin-transform-unicode-regex" "^7.12.1"
|
808 | 839 | "@babel/preset-modules" "^0.1.3"
|
809 |
| - "@babel/types" "^7.12.1" |
810 |
| - core-js-compat "^3.6.2" |
| 840 | + "@babel/types" "^7.12.7" |
| 841 | + core-js-compat "^3.7.0" |
811 | 842 | semver "^5.5.0"
|
812 | 843 |
|
813 | 844 | "@babel/preset-modules@^0.1.3":
|
|
848 | 879 | "@babel/parser" "^7.10.4"
|
849 | 880 | "@babel/types" "^7.10.4"
|
850 | 881 |
|
| 882 | +"@babel/template@^7.12.7": |
| 883 | + version "7.12.7" |
| 884 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" |
| 885 | + integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== |
| 886 | + dependencies: |
| 887 | + "@babel/code-frame" "^7.10.4" |
| 888 | + "@babel/parser" "^7.12.7" |
| 889 | + "@babel/types" "^7.12.7" |
| 890 | + |
851 | 891 | "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0":
|
852 | 892 | version "7.12.5"
|
853 | 893 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
|
|
863 | 903 | globals "^11.1.0"
|
864 | 904 | lodash "^4.17.19"
|
865 | 905 |
|
| 906 | +"@babel/traverse@^7.12.7": |
| 907 | + version "7.12.7" |
| 908 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1" |
| 909 | + integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ== |
| 910 | + dependencies: |
| 911 | + "@babel/code-frame" "^7.10.4" |
| 912 | + "@babel/generator" "^7.12.5" |
| 913 | + "@babel/helper-function-name" "^7.10.4" |
| 914 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 915 | + "@babel/parser" "^7.12.7" |
| 916 | + "@babel/types" "^7.12.7" |
| 917 | + debug "^4.1.0" |
| 918 | + globals "^11.1.0" |
| 919 | + lodash "^4.17.19" |
| 920 | + |
866 | 921 | "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
867 | 922 | version "7.12.6"
|
868 | 923 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
|
|
872 | 927 | lodash "^4.17.19"
|
873 | 928 | to-fast-properties "^2.0.0"
|
874 | 929 |
|
| 930 | +"@babel/types@^7.12.7": |
| 931 | + version "7.12.7" |
| 932 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
| 933 | + integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== |
| 934 | + dependencies: |
| 935 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 936 | + lodash "^4.17.19" |
| 937 | + to-fast-properties "^2.0.0" |
| 938 | + |
875 | 939 | "@concordance/react@^2.0.0":
|
876 | 940 | version "2.0.0"
|
877 | 941 | resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
|
|
919 | 983 | call-me-maybe "^1.0.1"
|
920 | 984 | glob-to-regexp "^0.3.0"
|
921 | 985 |
|
922 |
| -"@nicolo-ribaudo/chokidar-2@^2.1.8": |
923 |
| - version "2.1.8" |
924 |
| - resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14" |
925 |
| - integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA== |
| 986 | +"@nicolo-ribaudo/[email protected]-no-fsevents": |
| 987 | + version "2.1.8-no-fsevents" |
| 988 | + resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b" |
| 989 | + integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w== |
926 | 990 | dependencies:
|
927 |
| - chokidar "2.1.8" |
| 991 | + anymatch "^2.0.0" |
| 992 | + async-each "^1.0.1" |
| 993 | + braces "^2.3.2" |
| 994 | + glob-parent "^3.1.0" |
| 995 | + inherits "^2.0.3" |
| 996 | + is-binary-path "^1.0.0" |
| 997 | + is-glob "^4.0.0" |
| 998 | + normalize-path "^3.0.0" |
| 999 | + path-is-absolute "^1.0.0" |
| 1000 | + readdirp "^2.2.1" |
| 1001 | + upath "^1.1.1" |
928 | 1002 |
|
929 | 1003 |
|
930 | 1004 | version "2.1.3"
|
@@ -1701,13 +1775,6 @@ binary-extensions@^2.0.0:
|
1701 | 1775 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
|
1702 | 1776 | integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
|
1703 | 1777 |
|
1704 |
| -bindings@^1.5.0: |
1705 |
| - version "1.5.0" |
1706 |
| - resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" |
1707 |
| - integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== |
1708 |
| - dependencies: |
1709 |
| - file-uri-to-path "1.0.0" |
1710 |
| - |
1711 | 1778 | blueimp-md5@^2.10.0:
|
1712 | 1779 | version "2.18.0"
|
1713 | 1780 | resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.18.0.tgz#1152be1335f0c6b3911ed9e36db54f3e6ac52935"
|
|
2088 | 2155 | lodash "^4.15.0"
|
2089 | 2156 | parse5 "^3.0.1"
|
2090 | 2157 |
|
2091 |
| - |
2092 |
| - version "2.1.8" |
2093 |
| - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" |
2094 |
| - integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== |
2095 |
| - dependencies: |
2096 |
| - anymatch "^2.0.0" |
2097 |
| - async-each "^1.0.1" |
2098 |
| - braces "^2.3.2" |
2099 |
| - glob-parent "^3.1.0" |
2100 |
| - inherits "^2.0.3" |
2101 |
| - is-binary-path "^1.0.0" |
2102 |
| - is-glob "^4.0.0" |
2103 |
| - normalize-path "^3.0.0" |
2104 |
| - path-is-absolute "^1.0.0" |
2105 |
| - readdirp "^2.2.1" |
2106 |
| - upath "^1.1.1" |
2107 |
| - optionalDependencies: |
2108 |
| - fsevents "^1.2.7" |
2109 |
| - |
2110 | 2158 | chokidar@^3.4.0, chokidar@^3.4.2:
|
2111 | 2159 | version "3.4.3"
|
2112 | 2160 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
|
@@ -2414,7 +2462,7 @@ core-assert@^0.2.0:
|
2414 | 2462 | buf-compare "^1.0.0"
|
2415 | 2463 | is-error "^2.2.0"
|
2416 | 2464 |
|
2417 |
| -core-js-compat@^3.6.2: |
| 2465 | +core-js-compat@^3.7.0: |
2418 | 2466 | version "3.7.0"
|
2419 | 2467 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
|
2420 | 2468 | integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
|
@@ -3700,11 +3748,6 @@ file-entry-cache@^5.0.1:
|
3700 | 3748 | dependencies:
|
3701 | 3749 | flat-cache "^2.0.1"
|
3702 | 3750 |
|
3703 |
| - |
3704 |
| - version "1.0.0" |
3705 |
| - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" |
3706 |
| - integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== |
3707 |
| - |
3708 | 3751 | fill-range@^4.0.0:
|
3709 | 3752 | version "4.0.0"
|
3710 | 3753 | resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
|
@@ -3866,14 +3909,6 @@ fs.realpath@^1.0.0:
|
3866 | 3909 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
3867 | 3910 | integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
3868 | 3911 |
|
3869 |
| -fsevents@^1.2.7: |
3870 |
| - version "1.2.13" |
3871 |
| - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" |
3872 |
| - integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== |
3873 |
| - dependencies: |
3874 |
| - bindings "^1.5.0" |
3875 |
| - nan "^2.12.1" |
3876 |
| - |
3877 | 3912 | fsevents@~2.1.2:
|
3878 | 3913 | version "2.1.3"
|
3879 | 3914 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
|
|
5678 | 5713 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
5679 | 5714 | integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
5680 | 5715 |
|
5681 |
| -nan@^2.12.1: |
5682 |
| - version "2.14.2" |
5683 |
| - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" |
5684 |
| - integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== |
5685 |
| - |
5686 | 5716 | nanomatch@^1.2.9:
|
5687 | 5717 | version "1.2.13"
|
5688 | 5718 | resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
|
0 commit comments