|
42 | 42 | dependencies:
|
43 | 43 | "@aureooms/js-persistent-stack" "^0.0.0"
|
44 | 44 |
|
45 |
| - |
46 |
| - version "7.12.1" |
47 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c" |
48 |
| - integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g== |
| 45 | + |
| 46 | + version "7.12.7" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977" |
| 48 | + integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q== |
49 | 49 | dependencies:
|
50 | 50 | commander "^4.0.1"
|
51 | 51 | convert-source-map "^1.1.0"
|
|
56 | 56 | slash "^2.0.0"
|
57 | 57 | source-map "^0.5.0"
|
58 | 58 | optionalDependencies:
|
59 |
| - "@nicolo-ribaudo/chokidar-2" "^2.1.8" |
| 59 | + "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents" |
60 | 60 | chokidar "^3.4.0"
|
61 | 61 |
|
62 | 62 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
|
|
66 | 66 | dependencies:
|
67 | 67 | "@babel/highlight" "^7.10.4"
|
68 | 68 |
|
69 |
| -"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.12.5": |
| 69 | +"@babel/compat-data@^7.12.5": |
70 | 70 | version "7.12.5"
|
71 | 71 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.5.tgz#f56db0c4bb1bbbf221b4e81345aab4141e7cb0e9"
|
72 | 72 | integrity sha512-DTsS7cxrsH3by8nqQSpFSyjSfSYl57D6Cf4q8dW3LK83tBKBDCkfcay1nYkXq1nIHXnpX8WMMb/O25HOy3h1zg==
|
73 | 73 |
|
74 |
| -"@babel/[email protected]", "@babel/core@^7.7.5": |
| 74 | +"@babel/compat-data@^7.12.7": |
| 75 | + version "7.12.7" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41" |
| 77 | + integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== |
| 78 | + |
| 79 | + |
| 80 | + version "7.12.7" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf" |
| 82 | + integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw== |
| 83 | + dependencies: |
| 84 | + "@babel/code-frame" "^7.10.4" |
| 85 | + "@babel/generator" "^7.12.5" |
| 86 | + "@babel/helper-module-transforms" "^7.12.1" |
| 87 | + "@babel/helpers" "^7.12.5" |
| 88 | + "@babel/parser" "^7.12.7" |
| 89 | + "@babel/template" "^7.12.7" |
| 90 | + "@babel/traverse" "^7.12.7" |
| 91 | + "@babel/types" "^7.12.7" |
| 92 | + convert-source-map "^1.7.0" |
| 93 | + debug "^4.1.0" |
| 94 | + gensync "^1.0.0-beta.1" |
| 95 | + json5 "^2.1.2" |
| 96 | + lodash "^4.17.19" |
| 97 | + resolve "^1.3.2" |
| 98 | + semver "^5.4.1" |
| 99 | + source-map "^0.5.0" |
| 100 | + |
| 101 | +"@babel/core@^7.7.5": |
75 | 102 | version "7.12.3"
|
76 | 103 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
|
77 | 104 | integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
|
|
117 | 144 | "@babel/helper-explode-assignable-expression" "^7.10.4"
|
118 | 145 | "@babel/types" "^7.10.4"
|
119 | 146 |
|
120 |
| -"@babel/helper-compilation-targets@^7.12.1": |
| 147 | +"@babel/helper-compilation-targets@^7.12.5": |
121 | 148 | version "7.12.5"
|
122 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
|
123 | 150 | integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
|
|
193 | 220 | dependencies:
|
194 | 221 | "@babel/types" "^7.12.1"
|
195 | 222 |
|
196 |
| -"@babel/helper-module-imports@^7.12.1": |
| 223 | +"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5": |
197 | 224 | version "7.12.5"
|
198 | 225 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
|
199 | 226 | integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
|
|
294 | 321 | "@babel/traverse" "^7.10.4"
|
295 | 322 | "@babel/types" "^7.10.4"
|
296 | 323 |
|
297 |
| -"@babel/helpers@^7.12.1": |
| 324 | +"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5": |
298 | 325 | version "7.12.5"
|
299 | 326 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
|
300 | 327 | integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
|
|
317 | 344 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
|
318 | 345 | integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
|
319 | 346 |
|
| 347 | +"@babel/parser@^7.12.7": |
| 348 | + version "7.12.7" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" |
| 350 | + integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== |
| 351 | + |
320 | 352 | "@babel/plugin-proposal-async-generator-functions@^7.12.1":
|
321 | 353 | version "7.12.1"
|
322 | 354 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
|
|
374 | 406 | "@babel/helper-plugin-utils" "^7.10.4"
|
375 | 407 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
|
376 | 408 |
|
377 |
| -"@babel/plugin-proposal-numeric-separator@^7.12.1": |
378 |
| - version "7.12.5" |
379 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.5.tgz#b1ce757156d40ed79d59d467cb2b154a5c4149ba" |
380 |
| - integrity sha512-UiAnkKuOrCyjZ3sYNHlRlfuZJbBHknMQ9VMwVeX97Ofwx7RpD6gS2HfqTCh8KNUQgcOm8IKt103oR4KIjh7Q8g== |
| 409 | +"@babel/plugin-proposal-numeric-separator@^7.12.7": |
| 410 | + version "7.12.7" |
| 411 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b" |
| 412 | + integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== |
381 | 413 | dependencies:
|
382 | 414 | "@babel/helper-plugin-utils" "^7.10.4"
|
383 | 415 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
399 | 431 | "@babel/helper-plugin-utils" "^7.10.4"
|
400 | 432 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
|
401 | 433 |
|
402 |
| -"@babel/plugin-proposal-optional-chaining@^7.12.1": |
403 |
| - version "7.12.1" |
404 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797" |
405 |
| - integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw== |
| 434 | +"@babel/plugin-proposal-optional-chaining@^7.12.7": |
| 435 | + version "7.12.7" |
| 436 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c" |
| 437 | + integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== |
406 | 438 | dependencies:
|
407 | 439 | "@babel/helper-plugin-utils" "^7.10.4"
|
408 | 440 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
|
721 | 753 | "@babel/helper-plugin-utils" "^7.10.4"
|
722 | 754 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
723 | 755 |
|
724 |
| -"@babel/plugin-transform-sticky-regex@^7.12.1": |
725 |
| - version "7.12.1" |
726 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf" |
727 |
| - integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ== |
| 756 | +"@babel/plugin-transform-sticky-regex@^7.12.7": |
| 757 | + version "7.12.7" |
| 758 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad" |
| 759 | + integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== |
728 | 760 | dependencies:
|
729 | 761 | "@babel/helper-plugin-utils" "^7.10.4"
|
730 |
| - "@babel/helper-regex" "^7.10.4" |
731 | 762 |
|
732 | 763 | "@babel/plugin-transform-template-literals@^7.12.1":
|
733 | 764 | version "7.12.1"
|
|
758 | 789 | "@babel/helper-create-regexp-features-plugin" "^7.12.1"
|
759 | 790 | "@babel/helper-plugin-utils" "^7.10.4"
|
760 | 791 |
|
761 |
| - |
762 |
| - version "7.12.1" |
763 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2" |
764 |
| - integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg== |
| 792 | + |
| 793 | + version "7.12.7" |
| 794 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55" |
| 795 | + integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew== |
765 | 796 | dependencies:
|
766 |
| - "@babel/compat-data" "^7.12.1" |
767 |
| - "@babel/helper-compilation-targets" "^7.12.1" |
768 |
| - "@babel/helper-module-imports" "^7.12.1" |
| 797 | + "@babel/compat-data" "^7.12.7" |
| 798 | + "@babel/helper-compilation-targets" "^7.12.5" |
| 799 | + "@babel/helper-module-imports" "^7.12.5" |
769 | 800 | "@babel/helper-plugin-utils" "^7.10.4"
|
770 | 801 | "@babel/helper-validator-option" "^7.12.1"
|
771 | 802 | "@babel/plugin-proposal-async-generator-functions" "^7.12.1"
|
|
775 | 806 | "@babel/plugin-proposal-json-strings" "^7.12.1"
|
776 | 807 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
|
777 | 808 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
|
778 |
| - "@babel/plugin-proposal-numeric-separator" "^7.12.1" |
| 809 | + "@babel/plugin-proposal-numeric-separator" "^7.12.7" |
779 | 810 | "@babel/plugin-proposal-object-rest-spread" "^7.12.1"
|
780 | 811 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
|
781 |
| - "@babel/plugin-proposal-optional-chaining" "^7.12.1" |
| 812 | + "@babel/plugin-proposal-optional-chaining" "^7.12.7" |
782 | 813 | "@babel/plugin-proposal-private-methods" "^7.12.1"
|
783 | 814 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
|
784 | 815 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
|
820 | 851 | "@babel/plugin-transform-reserved-words" "^7.12.1"
|
821 | 852 | "@babel/plugin-transform-shorthand-properties" "^7.12.1"
|
822 | 853 | "@babel/plugin-transform-spread" "^7.12.1"
|
823 |
| - "@babel/plugin-transform-sticky-regex" "^7.12.1" |
| 854 | + "@babel/plugin-transform-sticky-regex" "^7.12.7" |
824 | 855 | "@babel/plugin-transform-template-literals" "^7.12.1"
|
825 | 856 | "@babel/plugin-transform-typeof-symbol" "^7.12.1"
|
826 | 857 | "@babel/plugin-transform-unicode-escapes" "^7.12.1"
|
827 | 858 | "@babel/plugin-transform-unicode-regex" "^7.12.1"
|
828 | 859 | "@babel/preset-modules" "^0.1.3"
|
829 |
| - "@babel/types" "^7.12.1" |
830 |
| - core-js-compat "^3.6.2" |
| 860 | + "@babel/types" "^7.12.7" |
| 861 | + core-js-compat "^3.7.0" |
831 | 862 | semver "^5.5.0"
|
832 | 863 |
|
833 | 864 | "@babel/preset-modules@^0.1.3":
|
|
868 | 899 | "@babel/parser" "^7.10.4"
|
869 | 900 | "@babel/types" "^7.10.4"
|
870 | 901 |
|
| 902 | +"@babel/template@^7.12.7": |
| 903 | + version "7.12.7" |
| 904 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" |
| 905 | + integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== |
| 906 | + dependencies: |
| 907 | + "@babel/code-frame" "^7.10.4" |
| 908 | + "@babel/parser" "^7.12.7" |
| 909 | + "@babel/types" "^7.12.7" |
| 910 | + |
871 | 911 | "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0":
|
872 | 912 | version "7.12.5"
|
873 | 913 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
|
|
883 | 923 | globals "^11.1.0"
|
884 | 924 | lodash "^4.17.19"
|
885 | 925 |
|
| 926 | +"@babel/traverse@^7.12.7": |
| 927 | + version "7.12.7" |
| 928 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1" |
| 929 | + integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ== |
| 930 | + dependencies: |
| 931 | + "@babel/code-frame" "^7.10.4" |
| 932 | + "@babel/generator" "^7.12.5" |
| 933 | + "@babel/helper-function-name" "^7.10.4" |
| 934 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 935 | + "@babel/parser" "^7.12.7" |
| 936 | + "@babel/types" "^7.12.7" |
| 937 | + debug "^4.1.0" |
| 938 | + globals "^11.1.0" |
| 939 | + lodash "^4.17.19" |
| 940 | + |
886 | 941 | "@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":
|
887 | 942 | version "7.12.6"
|
888 | 943 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
|
|
892 | 947 | lodash "^4.17.19"
|
893 | 948 | to-fast-properties "^2.0.0"
|
894 | 949 |
|
| 950 | +"@babel/types@^7.12.7": |
| 951 | + version "7.12.7" |
| 952 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
| 953 | + integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== |
| 954 | + dependencies: |
| 955 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 956 | + lodash "^4.17.19" |
| 957 | + to-fast-properties "^2.0.0" |
| 958 | + |
895 | 959 | "@concordance/react@^2.0.0":
|
896 | 960 | version "2.0.0"
|
897 | 961 | resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
|
|
939 | 1003 | call-me-maybe "^1.0.1"
|
940 | 1004 | glob-to-regexp "^0.3.0"
|
941 | 1005 |
|
942 |
| -"@nicolo-ribaudo/chokidar-2@^2.1.8": |
943 |
| - version "2.1.8" |
944 |
| - resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14" |
945 |
| - integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA== |
| 1006 | +"@nicolo-ribaudo/[email protected]-no-fsevents": |
| 1007 | + version "2.1.8-no-fsevents" |
| 1008 | + resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b" |
| 1009 | + integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w== |
946 | 1010 | dependencies:
|
947 |
| - chokidar "2.1.8" |
| 1011 | + anymatch "^2.0.0" |
| 1012 | + async-each "^1.0.1" |
| 1013 | + braces "^2.3.2" |
| 1014 | + glob-parent "^3.1.0" |
| 1015 | + inherits "^2.0.3" |
| 1016 | + is-binary-path "^1.0.0" |
| 1017 | + is-glob "^4.0.0" |
| 1018 | + normalize-path "^3.0.0" |
| 1019 | + path-is-absolute "^1.0.0" |
| 1020 | + readdirp "^2.2.1" |
| 1021 | + upath "^1.1.1" |
948 | 1022 |
|
949 | 1023 |
|
950 | 1024 | version "2.1.3"
|
@@ -1721,13 +1795,6 @@ binary-extensions@^2.0.0:
|
1721 | 1795 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
|
1722 | 1796 | integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
|
1723 | 1797 |
|
1724 |
| -bindings@^1.5.0: |
1725 |
| - version "1.5.0" |
1726 |
| - resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" |
1727 |
| - integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== |
1728 |
| - dependencies: |
1729 |
| - file-uri-to-path "1.0.0" |
1730 |
| - |
1731 | 1798 | blueimp-md5@^2.10.0:
|
1732 | 1799 | version "2.18.0"
|
1733 | 1800 | resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.18.0.tgz#1152be1335f0c6b3911ed9e36db54f3e6ac52935"
|
|
2108 | 2175 | lodash "^4.15.0"
|
2109 | 2176 | parse5 "^3.0.1"
|
2110 | 2177 |
|
2111 |
| - |
2112 |
| - version "2.1.8" |
2113 |
| - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" |
2114 |
| - integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== |
2115 |
| - dependencies: |
2116 |
| - anymatch "^2.0.0" |
2117 |
| - async-each "^1.0.1" |
2118 |
| - braces "^2.3.2" |
2119 |
| - glob-parent "^3.1.0" |
2120 |
| - inherits "^2.0.3" |
2121 |
| - is-binary-path "^1.0.0" |
2122 |
| - is-glob "^4.0.0" |
2123 |
| - normalize-path "^3.0.0" |
2124 |
| - path-is-absolute "^1.0.0" |
2125 |
| - readdirp "^2.2.1" |
2126 |
| - upath "^1.1.1" |
2127 |
| - optionalDependencies: |
2128 |
| - fsevents "^1.2.7" |
2129 |
| - |
2130 | 2178 | chokidar@^3.4.0, chokidar@^3.4.2:
|
2131 | 2179 | version "3.4.3"
|
2132 | 2180 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
|
@@ -2434,7 +2482,7 @@ core-assert@^0.2.0:
|
2434 | 2482 | buf-compare "^1.0.0"
|
2435 | 2483 | is-error "^2.2.0"
|
2436 | 2484 |
|
2437 |
| -core-js-compat@^3.6.2: |
| 2485 | +core-js-compat@^3.7.0: |
2438 | 2486 | version "3.7.0"
|
2439 | 2487 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
|
2440 | 2488 | integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
|
@@ -3720,11 +3768,6 @@ file-entry-cache@^5.0.1:
|
3720 | 3768 | dependencies:
|
3721 | 3769 | flat-cache "^2.0.1"
|
3722 | 3770 |
|
3723 |
| - |
3724 |
| - version "1.0.0" |
3725 |
| - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" |
3726 |
| - integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== |
3727 |
| - |
3728 | 3771 | fill-range@^4.0.0:
|
3729 | 3772 | version "4.0.0"
|
3730 | 3773 | resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
|
@@ -3886,14 +3929,6 @@ fs.realpath@^1.0.0:
|
3886 | 3929 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
3887 | 3930 | integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
3888 | 3931 |
|
3889 |
| -fsevents@^1.2.7: |
3890 |
| - version "1.2.13" |
3891 |
| - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" |
3892 |
| - integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== |
3893 |
| - dependencies: |
3894 |
| - bindings "^1.5.0" |
3895 |
| - nan "^2.12.1" |
3896 |
| - |
3897 | 3932 | fsevents@~2.1.2:
|
3898 | 3933 | version "2.1.3"
|
3899 | 3934 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
|
|
5698 | 5733 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
5699 | 5734 | integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
5700 | 5735 |
|
5701 |
| -nan@^2.12.1: |
5702 |
| - version "2.14.2" |
5703 |
| - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" |
5704 |
| - integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== |
5705 |
| - |
5706 | 5736 | nanomatch@^1.2.9:
|
5707 | 5737 | version "1.2.13"
|
5708 | 5738 | resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
|
0 commit comments