|
23 | 23 | dependencies:
|
24 | 24 | "@babel/highlight" "^7.8.3"
|
25 | 25 |
|
26 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5": |
27 |
| - version "7.14.5" |
28 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" |
29 |
| - integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== |
| 26 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8": |
| 27 | + version "7.15.8" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
| 29 | + integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== |
30 | 30 | dependencies:
|
31 | 31 | "@babel/highlight" "^7.14.5"
|
32 | 32 |
|
|
58 | 58 | source-map "^0.5.0"
|
59 | 59 |
|
60 | 60 | "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.12.3", "@babel/core@^7.4.5", "@babel/core@^7.7.4", "@babel/core@^7.7.5":
|
61 |
| - version "7.15.5" |
62 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" |
63 |
| - integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== |
| 61 | + version "7.15.8" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" |
| 63 | + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== |
64 | 64 | dependencies:
|
65 |
| - "@babel/code-frame" "^7.14.5" |
66 |
| - "@babel/generator" "^7.15.4" |
| 65 | + "@babel/code-frame" "^7.15.8" |
| 66 | + "@babel/generator" "^7.15.8" |
67 | 67 | "@babel/helper-compilation-targets" "^7.15.4"
|
68 |
| - "@babel/helper-module-transforms" "^7.15.4" |
| 68 | + "@babel/helper-module-transforms" "^7.15.8" |
69 | 69 | "@babel/helpers" "^7.15.4"
|
70 |
| - "@babel/parser" "^7.15.5" |
| 70 | + "@babel/parser" "^7.15.8" |
71 | 71 | "@babel/template" "^7.15.4"
|
72 | 72 | "@babel/traverse" "^7.15.4"
|
73 |
| - "@babel/types" "^7.15.4" |
| 73 | + "@babel/types" "^7.15.6" |
74 | 74 | convert-source-map "^1.7.0"
|
75 | 75 | debug "^4.1.0"
|
76 | 76 | gensync "^1.0.0-beta.2"
|
77 | 77 | json5 "^2.1.2"
|
78 | 78 | semver "^6.3.0"
|
79 | 79 | source-map "^0.5.0"
|
80 | 80 |
|
81 |
| -"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.15.4", "@babel/generator@^7.8.4": |
82 |
| - version "7.15.4" |
83 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0" |
84 |
| - integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw== |
| 81 | +"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.15.4", "@babel/generator@^7.15.8", "@babel/generator@^7.8.4": |
| 82 | + version "7.15.8" |
| 83 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" |
| 84 | + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== |
85 | 85 | dependencies:
|
86 |
| - "@babel/types" "^7.15.4" |
| 86 | + "@babel/types" "^7.15.6" |
87 | 87 | jsesc "^2.5.1"
|
88 | 88 | source-map "^0.5.0"
|
89 | 89 |
|
|
190 | 190 | dependencies:
|
191 | 191 | "@babel/types" "^7.15.4"
|
192 | 192 |
|
193 |
| -"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4": |
194 |
| - version "7.15.7" |
195 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226" |
196 |
| - integrity sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw== |
| 193 | +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8": |
| 194 | + version "7.15.8" |
| 195 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" |
| 196 | + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== |
197 | 197 | dependencies:
|
198 | 198 | "@babel/helper-module-imports" "^7.15.4"
|
199 | 199 | "@babel/helper-replace-supers" "^7.15.4"
|
|
299 | 299 | chalk "^2.0.0"
|
300 | 300 | js-tokens "^4.0.0"
|
301 | 301 |
|
302 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.7", "@babel/parser@^7.13.12", "@babel/parser@^7.15.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.6.0", "@babel/parser@^7.8.4", "@babel/parser@^7.9.6": |
303 |
| - version "7.15.7" |
304 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae" |
305 |
| - integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g== |
| 302 | +"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.7", "@babel/parser@^7.13.12", "@babel/parser@^7.15.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.8", "@babel/parser@^7.6.0", "@babel/parser@^7.8.4", "@babel/parser@^7.9.6": |
| 303 | + version "7.15.8" |
| 304 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
| 305 | + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== |
306 | 306 |
|
307 | 307 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
|
308 | 308 | version "7.15.4"
|
|
313 | 313 | "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
|
314 | 314 | "@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
315 | 315 |
|
316 |
| -"@babel/plugin-proposal-async-generator-functions@^7.15.4", "@babel/plugin-proposal-async-generator-functions@^7.8.3": |
317 |
| - version "7.15.4" |
318 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" |
319 |
| - integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== |
| 316 | +"@babel/plugin-proposal-async-generator-functions@^7.15.8", "@babel/plugin-proposal-async-generator-functions@^7.8.3": |
| 317 | + version "7.15.8" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403" |
| 319 | + integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== |
320 | 320 | dependencies:
|
321 | 321 | "@babel/helper-plugin-utils" "^7.14.5"
|
322 | 322 | "@babel/helper-remap-async-to-generator" "^7.15.4"
|
|
857 | 857 | dependencies:
|
858 | 858 | "@babel/helper-plugin-utils" "^7.14.5"
|
859 | 859 |
|
860 |
| -"@babel/plugin-transform-spread@^7.14.6", "@babel/plugin-transform-spread@^7.8.3": |
861 |
| - version "7.14.6" |
862 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" |
863 |
| - integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== |
| 860 | +"@babel/plugin-transform-spread@^7.15.8", "@babel/plugin-transform-spread@^7.8.3": |
| 861 | + version "7.15.8" |
| 862 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468" |
| 863 | + integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== |
864 | 864 | dependencies:
|
865 | 865 | "@babel/helper-plugin-utils" "^7.14.5"
|
866 |
| - "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" |
| 866 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" |
867 | 867 |
|
868 | 868 | "@babel/plugin-transform-sticky-regex@^7.14.5", "@babel/plugin-transform-sticky-regex@^7.8.3":
|
869 | 869 | version "7.14.5"
|
|
887 | 887 | "@babel/helper-plugin-utils" "^7.14.5"
|
888 | 888 |
|
889 | 889 | "@babel/plugin-transform-typescript@^7.15.0":
|
890 |
| - version "7.15.4" |
891 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" |
892 |
| - integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA== |
| 890 | + version "7.15.8" |
| 891 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.8.tgz#ff0e6a47de9b2d58652123ab5a879b2ff20665d8" |
| 892 | + integrity sha512-ZXIkJpbaf6/EsmjeTbiJN/yMxWPFWvlr7sEG1P95Xb4S4IBcrf2n7s/fItIhsAmOf8oSh3VJPDppO6ExfAfKRQ== |
893 | 893 | dependencies:
|
894 | 894 | "@babel/helper-create-class-features-plugin" "^7.15.4"
|
895 | 895 | "@babel/helper-plugin-utils" "^7.14.5"
|
|
977 | 977 | semver "^5.5.0"
|
978 | 978 |
|
979 | 979 | "@babel/preset-env@^7.1.6", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.4.5", "@babel/preset-env@^7.8.4":
|
980 |
| - version "7.15.6" |
981 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" |
982 |
| - integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== |
| 980 | + version "7.15.8" |
| 981 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" |
| 982 | + integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== |
983 | 983 | dependencies:
|
984 | 984 | "@babel/compat-data" "^7.15.0"
|
985 | 985 | "@babel/helper-compilation-targets" "^7.15.4"
|
986 | 986 | "@babel/helper-plugin-utils" "^7.14.5"
|
987 | 987 | "@babel/helper-validator-option" "^7.14.5"
|
988 | 988 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
|
989 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.15.4" |
| 989 | + "@babel/plugin-proposal-async-generator-functions" "^7.15.8" |
990 | 990 | "@babel/plugin-proposal-class-properties" "^7.14.5"
|
991 | 991 | "@babel/plugin-proposal-class-static-block" "^7.15.4"
|
992 | 992 | "@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
|
1041 | 1041 | "@babel/plugin-transform-regenerator" "^7.14.5"
|
1042 | 1042 | "@babel/plugin-transform-reserved-words" "^7.14.5"
|
1043 | 1043 | "@babel/plugin-transform-shorthand-properties" "^7.14.5"
|
1044 |
| - "@babel/plugin-transform-spread" "^7.14.6" |
| 1044 | + "@babel/plugin-transform-spread" "^7.15.8" |
1045 | 1045 | "@babel/plugin-transform-sticky-regex" "^7.14.5"
|
1046 | 1046 | "@babel/plugin-transform-template-literals" "^7.14.5"
|
1047 | 1047 | "@babel/plugin-transform-typeof-symbol" "^7.14.5"
|
|
1050 | 1050 | "@babel/preset-modules" "^0.1.4"
|
1051 | 1051 | "@babel/types" "^7.15.6"
|
1052 | 1052 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
1053 |
| - babel-plugin-polyfill-corejs3 "^0.2.2" |
| 1053 | + babel-plugin-polyfill-corejs3 "^0.2.5" |
1054 | 1054 | babel-plugin-polyfill-regenerator "^0.2.2"
|
1055 | 1055 | core-js-compat "^3.16.0"
|
1056 | 1056 | semver "^6.3.0"
|
|
1123 | 1123 | regenerator-runtime "^0.13.4"
|
1124 | 1124 |
|
1125 | 1125 | "@babel/standalone@^7.4.5":
|
1126 |
| - version "7.15.7" |
1127 |
| - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.15.7.tgz#97c04d0dda7c3b2b8d2679957d619ac581471d4d" |
1128 |
| - integrity sha512-1dPLi+eQEJE0g1GnUM0Ik2GcS5SMXivoxt6meQxQxGWEd/DCdSBRJClUVlQ25Vbqe49g1HG5Ej0ULhmsqtSMmg== |
| 1126 | + version "7.15.8" |
| 1127 | + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.15.8.tgz#3cb40b81892a702968a3e0bba2bdd1115f034876" |
| 1128 | + integrity sha512-EF2uQLeuwflnPRGetWH2Z400ITOSK7YbkXIKxY91EWSiOJ8xsbupT3sx3sFRwVyQgjsHSILFDzLcSo/rGspLhQ== |
1129 | 1129 |
|
1130 | 1130 | "@babel/template@^7.12.7", "@babel/template@^7.15.4", "@babel/template@^7.3.3":
|
1131 | 1131 | version "7.15.4"
|
@@ -4723,7 +4723,7 @@ babel-plugin-polyfill-corejs2@^0.2.2:
|
4723 | 4723 | "@babel/helper-define-polyfill-provider" "^0.2.2"
|
4724 | 4724 | semver "^6.1.1"
|
4725 | 4725 |
|
4726 |
| -babel-plugin-polyfill-corejs3@^0.2.2: |
| 4726 | +babel-plugin-polyfill-corejs3@^0.2.5: |
4727 | 4727 | version "0.2.5"
|
4728 | 4728 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92"
|
4729 | 4729 | integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==
|
@@ -13539,7 +13539,7 @@ react-dnd-html5-backend@^10.0.2:
|
13539 | 13539 | dependencies:
|
13540 | 13540 | dnd-core "^10.0.2"
|
13541 | 13541 |
|
13542 |
| -react-dnd-multi-backend@^5.0.0: |
| 13542 | +react-dnd-multi-backend@^5.0.1: |
13543 | 13543 | version "5.1.1"
|
13544 | 13544 | resolved "https://registry.yarnpkg.com/react-dnd-multi-backend/-/react-dnd-multi-backend-5.1.1.tgz#1ddb243cea74e41efa3932e6403bb84d0a8cd11b"
|
13545 | 13545 | integrity sha512-u085U6tIAfkFzaBhe0AhZZIhs9Ta1sRcp+S/A7JR81B1TjtPVLYIoTyqCO91wG1Iz5+MEVL88aYuRPayMY4HXQ==
|
|
0 commit comments