super 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +10 -0
  3. data/README.md +9 -64
  4. data/app/assets/stylesheets/super/application.css +53890 -25613
  5. data/app/controllers/super/application_controller.rb +9 -28
  6. data/app/views/super/application/_form_field__destroy.html.erb +6 -2
  7. data/app/views/super/application/_form_field_select.html.erb +10 -4
  8. data/app/views/super/application/_form_field_text.html.erb +13 -5
  9. data/app/views/super/application/_form_has_many.html.erb +2 -2
  10. data/app/views/super/application/_form_inline_errors.html.erb +1 -1
  11. data/app/views/super/application/_index.html.erb +2 -2
  12. data/app/views/super/application/edit.html.erb +6 -1
  13. data/app/views/super/application/index.html.erb +6 -1
  14. data/app/views/super/application/new.html.erb +6 -1
  15. data/app/views/super/application/show.html.erb +6 -1
  16. data/docs/README.md +6 -0
  17. data/docs/controls.md +39 -0
  18. data/docs/faq.md +44 -0
  19. data/docs/quick_start.md +45 -0
  20. data/docs/webpacker.md +17 -0
  21. data/docs/yard_customizations.rb +41 -0
  22. data/frontend/super-frontend/dist/application.css +53890 -25613
  23. data/frontend/super-frontend/tailwind.config.js +1 -1
  24. data/frontend/super-frontend/yarn.lock +1048 -974
  25. data/lib/generators/super/webpacker/webpacker_generator.rb +8 -0
  26. data/lib/super.rb +5 -5
  27. data/lib/super/compatibility.rb +13 -0
  28. data/lib/super/controls.rb +0 -141
  29. data/lib/super/step.rb +36 -0
  30. data/lib/super/version.rb +1 -1
  31. data/lib/super/view_helper.rb +43 -0
  32. metadata +56 -25
  33. data/lib/super/action.rb +0 -22
  34. data/lib/super/action/step.rb +0 -36
  35. data/lib/super/test_support/copy_app_templates/controllers/favorite_things_controller.rb +0 -50
  36. data/lib/super/test_support/copy_app_templates/controllers/members_controller.rb +0 -74
  37. data/lib/super/test_support/copy_app_templates/controllers/ships_controller.rb +0 -47
  38. data/lib/super/test_support/copy_app_templates/migrations/20190216224956_create_members.rb +0 -11
  39. data/lib/super/test_support/copy_app_templates/migrations/20190803143320_create_ships.rb +0 -11
  40. data/lib/super/test_support/copy_app_templates/migrations/20190806014121_add_ship_to_members.rb +0 -5
  41. data/lib/super/test_support/copy_app_templates/migrations/20191126050453_create_favorite_things.rb +0 -10
  42. data/lib/super/test_support/copy_app_templates/models/favorite_thing.rb +0 -7
  43. data/lib/super/test_support/copy_app_templates/models/member.rb +0 -23
  44. data/lib/super/test_support/copy_app_templates/models/ship.rb +0 -3
  45. data/lib/super/test_support/copy_app_templates/routes.rb +0 -11
  46. data/lib/super/test_support/copy_app_templates/seeds.rb +0 -2
  47. data/lib/super/test_support/copy_app_templates/views/members/_favorite_things.html.erb +0 -11
  48. data/lib/super/test_support/fixtures/favorite_things.yml +0 -9
  49. data/lib/super/test_support/fixtures/members.yml +0 -336
  50. data/lib/super/test_support/fixtures/ships.yml +0 -10
  51. data/lib/super/test_support/generate_copy_app.rb +0 -42
  52. data/lib/super/test_support/generate_dummy.rb +0 -93
  53. data/lib/super/test_support/starfleet_seeder.rb +0 -50
@@ -3,7 +3,7 @@ module.exports = {
3
3
  extend: {},
4
4
  },
5
5
  variants: {
6
- padding: ["responsive", "first"],
6
+ padding: ["responsive", "first", "last"],
7
7
  },
8
8
  plugins: [],
9
9
  };
@@ -2,762 +2,808 @@
2
2
  # yarn lockfile v1
3
3
 
4
4
 
5
- "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.0":
6
- version "7.8.0"
7
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.0.tgz#8c98d4ac29d6f80f28127b1bc50970a72086c5ac"
8
- integrity sha512-AN2IR/wCUYsM+PdErq6Bp3RFTXl8W0p9Nmymm7zkpsCmh+r/YYcckaCGpU8Q/mEKmST19kkGRaG42A/jxOWwBA==
5
+ "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
6
+ version "7.8.3"
7
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
8
+ integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
9
9
  dependencies:
10
- "@babel/highlight" "^7.8.0"
10
+ "@babel/highlight" "^7.8.3"
11
11
 
12
- "@babel/compat-data@^7.8.0":
13
- version "7.8.0"
14
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.0.tgz#1d3a9fbda3c58774395cd617d263a196dfa45d92"
15
- integrity sha512-ixPUWJpnd9hHvRkyIE3mJ6PY5DEWmR08UkcpdqI5kV5g/d6knT8Wth1LE5v5sVTIJkm9dGpQsXnhwxcf2/PjAg==
12
+ "@babel/compat-data@^7.9.6":
13
+ version "7.9.6"
14
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b"
15
+ integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g==
16
16
  dependencies:
17
- browserslist "^4.8.2"
17
+ browserslist "^4.11.1"
18
18
  invariant "^2.2.4"
19
- semver "^7.1.1"
19
+ semver "^5.5.0"
20
20
 
21
21
  "@babel/core@^7.4.4":
22
- version "7.8.0"
23
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.0.tgz#fd273d4faf69cc20ee3ccfd32d42df916bb4a15c"
24
- integrity sha512-3rqPi/bv/Xfu2YzHvBz4XqMI1fKVwnhntPA1/fjoECrSjrhbOCxlTrbVu5gUtr8zkxW+RpkDOa/HCW93gzS2Dw==
25
- dependencies:
26
- "@babel/code-frame" "^7.8.0"
27
- "@babel/generator" "^7.8.0"
28
- "@babel/helpers" "^7.8.0"
29
- "@babel/parser" "^7.8.0"
30
- "@babel/template" "^7.8.0"
31
- "@babel/traverse" "^7.8.0"
32
- "@babel/types" "^7.8.0"
22
+ version "7.9.6"
23
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
24
+ integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==
25
+ dependencies:
26
+ "@babel/code-frame" "^7.8.3"
27
+ "@babel/generator" "^7.9.6"
28
+ "@babel/helper-module-transforms" "^7.9.0"
29
+ "@babel/helpers" "^7.9.6"
30
+ "@babel/parser" "^7.9.6"
31
+ "@babel/template" "^7.8.6"
32
+ "@babel/traverse" "^7.9.6"
33
+ "@babel/types" "^7.9.6"
33
34
  convert-source-map "^1.7.0"
34
35
  debug "^4.1.0"
35
36
  gensync "^1.0.0-beta.1"
36
- json5 "^2.1.0"
37
+ json5 "^2.1.2"
37
38
  lodash "^4.17.13"
38
39
  resolve "^1.3.2"
39
40
  semver "^5.4.1"
40
41
  source-map "^0.5.0"
41
42
 
42
- "@babel/generator@^7.4.4", "@babel/generator@^7.8.0":
43
- version "7.8.0"
44
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.0.tgz#40a1244677be58ffdc5cd01e22634cd1d5b29edf"
45
- integrity sha512-2Lp2e02CV2C7j/H4n4D9YvsvdhPVVg9GDIamr6Tu4tU35mL3mzOrzl1lZ8ZJtysfZXh+y+AGORc2rPS7yHxBUg==
43
+ "@babel/generator@^7.4.4", "@babel/generator@^7.9.6":
44
+ version "7.9.6"
45
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
46
+ integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==
46
47
  dependencies:
47
- "@babel/types" "^7.8.0"
48
+ "@babel/types" "^7.9.6"
48
49
  jsesc "^2.5.1"
49
50
  lodash "^4.17.13"
50
51
  source-map "^0.5.0"
51
52
 
52
- "@babel/helper-annotate-as-pure@^7.8.0":
53
- version "7.8.0"
54
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.0.tgz#334ae2cb801e2381509631a5caa1ac6ab1c5016a"
55
- integrity sha512-WWj+1amBdowU2g18p3/KUc1Y5kWnaNm1paohq2tT4/RreeMNssYkv6ul9wkE2iIqjwLBwNMZGH4pTGlMSUqMMg==
53
+ "@babel/helper-annotate-as-pure@^7.8.3":
54
+ version "7.8.3"
55
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
56
+ integrity sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw==
56
57
  dependencies:
57
- "@babel/types" "^7.8.0"
58
+ "@babel/types" "^7.8.3"
58
59
 
59
- "@babel/helper-builder-binary-assignment-operator-visitor@^7.8.0":
60
- version "7.8.0"
61
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.0.tgz#c2237beb110f64f592dddcabef1098e9d766ef88"
62
- integrity sha512-KbBloNiBHM3ZyHg1ViDRs4QcnAunwMJ+rLpAEA8l3cWb3Z1xof7ag1iHvX16EwhUfaTG3+YSvTRPv4xHIrseUQ==
60
+ "@babel/helper-builder-binary-assignment-operator-visitor@^7.8.3":
61
+ version "7.8.3"
62
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz#c84097a427a061ac56a1c30ebf54b7b22d241503"
63
+ integrity sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw==
63
64
  dependencies:
64
- "@babel/helper-explode-assignable-expression" "^7.8.0"
65
- "@babel/types" "^7.8.0"
65
+ "@babel/helper-explode-assignable-expression" "^7.8.3"
66
+ "@babel/types" "^7.8.3"
66
67
 
67
- "@babel/helper-builder-react-jsx@^7.8.0":
68
- version "7.8.0"
69
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.8.0.tgz#4b9111eb862f5fd8840c37d200610fa95ab0aad8"
70
- integrity sha512-Zg7VLtZzcAHoQ13S0pEIGKo8OAG3s5kjsk/4keGmUeNuc810T9fVp6izIaL8ZVeAErRFWJdvqFItY3QMTHMsSg==
68
+ "@babel/helper-builder-react-jsx-experimental@^7.9.0":
69
+ version "7.9.5"
70
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.5.tgz#0b4b3e04e6123f03b404ca4dfd6528fe6bb92fe3"
71
+ integrity sha512-HAagjAC93tk748jcXpZ7oYRZH485RCq/+yEv9SIWezHRPv9moZArTnkUNciUNzvwHUABmiWKlcxJvMcu59UwTg==
71
72
  dependencies:
72
- "@babel/types" "^7.8.0"
73
- esutils "^2.0.0"
73
+ "@babel/helper-annotate-as-pure" "^7.8.3"
74
+ "@babel/helper-module-imports" "^7.8.3"
75
+ "@babel/types" "^7.9.5"
74
76
 
75
- "@babel/helper-call-delegate@^7.8.0":
76
- version "7.8.0"
77
- resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.0.tgz#1cd725c5444be0ce59dbfa47b6ac5e9772168c67"
78
- integrity sha512-Vi8K1LScr8ZgLicfuCNSE7JWUPG/H/9Bw9zn+3vQyy4vA54FEGTCuUTOXCFwmBM93OD6jHfjrQ6ZnivM5U+bHg==
77
+ "@babel/helper-builder-react-jsx@^7.9.0":
78
+ version "7.9.0"
79
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz#16bf391990b57732700a3278d4d9a81231ea8d32"
80
+ integrity sha512-weiIo4gaoGgnhff54GQ3P5wsUQmnSwpkvU0r6ZHq6TzoSzKy4JxHEgnxNytaKbov2a9z/CVNyzliuCOUPEX3Jw==
79
81
  dependencies:
80
- "@babel/helper-hoist-variables" "^7.8.0"
81
- "@babel/traverse" "^7.8.0"
82
- "@babel/types" "^7.8.0"
82
+ "@babel/helper-annotate-as-pure" "^7.8.3"
83
+ "@babel/types" "^7.9.0"
83
84
 
84
- "@babel/helper-compilation-targets@^7.8.0":
85
- version "7.8.0"
86
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.0.tgz#63d3924bc04b68b2d24d25b8cc452ee86dcb3a59"
87
- integrity sha512-VcMSwBCqA2mGqmFFnLYtaC+Zkok5pVMOypeGn76RpSBAoFqc1olWjYoNqTn09YMChTi6rsbPIkkEOAwfsKSqRg==
85
+ "@babel/helper-compilation-targets@^7.9.6":
86
+ version "7.9.6"
87
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a"
88
+ integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw==
88
89
  dependencies:
89
- "@babel/compat-data" "^7.8.0"
90
- browserslist "^4.8.2"
90
+ "@babel/compat-data" "^7.9.6"
91
+ browserslist "^4.11.1"
91
92
  invariant "^2.2.4"
92
- levenary "^1.1.0"
93
- semver "^7.1.1"
93
+ levenary "^1.1.1"
94
+ semver "^5.5.0"
94
95
 
95
- "@babel/helper-create-regexp-features-plugin@^7.8.0":
96
- version "7.8.0"
97
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.0.tgz#ae551572b840189a7b94e39eddc1a68d355974eb"
98
- integrity sha512-vJj2hPbxxLUWJEV86iZiac5curAnC3ZVc+rFmFeWZigUOcuCPpbF+KxoEmxrkmuCGylHFF9t4lkpcDUcxnhQ5g==
96
+ "@babel/helper-create-regexp-features-plugin@^7.8.3", "@babel/helper-create-regexp-features-plugin@^7.8.8":
97
+ version "7.8.8"
98
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz#5d84180b588f560b7864efaeea89243e58312087"
99
+ integrity sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg==
99
100
  dependencies:
100
- "@babel/helper-regex" "^7.8.0"
101
- regexpu-core "^4.6.0"
101
+ "@babel/helper-annotate-as-pure" "^7.8.3"
102
+ "@babel/helper-regex" "^7.8.3"
103
+ regexpu-core "^4.7.0"
102
104
 
103
- "@babel/helper-define-map@^7.8.0":
104
- version "7.8.0"
105
- resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.8.0.tgz#d3180691fa189fc147d411deaa029305c1470dfe"
106
- integrity sha512-Go06lUlZ4YImNEmdyAH5iO38yh5mbpOPSwA2PtV1vyczFhTZfX0OtzkiIL2pACo6AOYf89pLh42nhhDrqgzC3A==
105
+ "@babel/helper-define-map@^7.8.3":
106
+ version "7.8.3"
107
+ resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.8.3.tgz#a0655cad5451c3760b726eba875f1cd8faa02c15"
108
+ integrity sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g==
107
109
  dependencies:
108
- "@babel/helper-function-name" "^7.8.0"
109
- "@babel/types" "^7.8.0"
110
+ "@babel/helper-function-name" "^7.8.3"
111
+ "@babel/types" "^7.8.3"
110
112
  lodash "^4.17.13"
111
113
 
112
- "@babel/helper-explode-assignable-expression@^7.8.0":
113
- version "7.8.0"
114
- resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.0.tgz#a2ded9298a5dc9df0a8ec65ac12e4745f9af2882"
115
- integrity sha512-w4mRQqKAh4M7BSLwvDMm8jYFroEzpqMCtXDhFHP+kNjMIQWpbC6b0Q/RUQsJNSf54rIx6XMdci1Stf60DWw+og==
114
+ "@babel/helper-explode-assignable-expression@^7.8.3":
115
+ version "7.8.3"
116
+ resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz#a728dc5b4e89e30fc2dfc7d04fa28a930653f982"
117
+ integrity sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw==
116
118
  dependencies:
117
- "@babel/traverse" "^7.8.0"
118
- "@babel/types" "^7.8.0"
119
+ "@babel/traverse" "^7.8.3"
120
+ "@babel/types" "^7.8.3"
119
121
 
120
- "@babel/helper-function-name@^7.8.0":
121
- version "7.8.0"
122
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.0.tgz#dde5cf0d6b15c21817a67dd66fe7350348e023bf"
123
- integrity sha512-x9psucuU0Xalw+0Vpr2FYJMLB7/KnPSLZhlkUyOGbYAWRDfmtZBrguYpJYiaNCRV7vGkYjO/gF6/J6yMvdWTDw==
122
+ "@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5":
123
+ version "7.9.5"
124
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
125
+ integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
124
126
  dependencies:
125
- "@babel/helper-get-function-arity" "^7.8.0"
126
- "@babel/template" "^7.8.0"
127
- "@babel/types" "^7.8.0"
127
+ "@babel/helper-get-function-arity" "^7.8.3"
128
+ "@babel/template" "^7.8.3"
129
+ "@babel/types" "^7.9.5"
128
130
 
129
- "@babel/helper-get-function-arity@^7.8.0":
130
- version "7.8.0"
131
- resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.0.tgz#90977f61d76d2225d1ae0208def7df22ea92792e"
132
- integrity sha512-eUP5grliToMapQiTaYS2AAO/WwaCG7cuJztR1v/a1aPzUzUeGt+AaI9OvLATc/AfFkF8SLJ10d5ugGt/AQ9d6w==
131
+ "@babel/helper-get-function-arity@^7.8.3":
132
+ version "7.8.3"
133
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
134
+ integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
133
135
  dependencies:
134
- "@babel/types" "^7.8.0"
136
+ "@babel/types" "^7.8.3"
135
137
 
136
- "@babel/helper-hoist-variables@^7.8.0":
137
- version "7.8.0"
138
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.0.tgz#693586b56487e60fff9d9c7074f4a86e1a8af348"
139
- integrity sha512-jDl66KvuklTXUADcoXDMur1jDtAZUZZkzLIaQ54+z38ih8C0V0hC56hMaoVoyoxN60MwQmmrHctBwcLqP0c/Lw==
138
+ "@babel/helper-hoist-variables@^7.8.3":
139
+ version "7.8.3"
140
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz#1dbe9b6b55d78c9b4183fc8cdc6e30ceb83b7134"
141
+ integrity sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg==
140
142
  dependencies:
141
- "@babel/types" "^7.8.0"
143
+ "@babel/types" "^7.8.3"
142
144
 
143
- "@babel/helper-member-expression-to-functions@^7.8.0":
144
- version "7.8.0"
145
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.0.tgz#50d0ed445d2da11beb60e2dbc2c428254bd5a4ae"
146
- integrity sha512-0m1QabGrdXuoxX/g+KOAGndoHwskC70WweqHRQyCsaO67KOEELYh4ECcGw6ZGKjDKa5Y7SW4Qbhw6ly4Fah/jQ==
145
+ "@babel/helper-member-expression-to-functions@^7.8.3":
146
+ version "7.8.3"
147
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
148
+ integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
147
149
  dependencies:
148
- "@babel/types" "^7.8.0"
150
+ "@babel/types" "^7.8.3"
149
151
 
150
- "@babel/helper-module-imports@^7.8.0":
151
- version "7.8.0"
152
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.0.tgz#076edda55d8cd39c099981b785ce53f4303b967e"
153
- integrity sha512-ylY9J6ZxEcjmJaJ4P6aVs/fZdrZVctCGnxxfYXwCnSMapqd544zT8lWK2qI/vBPjE5gS0o2jILnH+AkpsPauEQ==
152
+ "@babel/helper-module-imports@^7.8.3":
153
+ version "7.8.3"
154
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
155
+ integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
154
156
  dependencies:
155
- "@babel/types" "^7.8.0"
157
+ "@babel/types" "^7.8.3"
156
158
 
157
- "@babel/helper-module-transforms@^7.8.0":
158
- version "7.8.0"
159
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.0.tgz#a3cbe4ac91b101c4b6db278af0c868fe7091ebae"
160
- integrity sha512-fvGhX4FY7YwRdWW/zfddNaKpYl8TaA8hvwONIYhv1/a1ZbgxbTrjsmH6IGWUgUNki7QzbpZ27OEh88sZdft3YA==
159
+ "@babel/helper-module-transforms@^7.9.0":
160
+ version "7.9.0"
161
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
162
+ integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
161
163
  dependencies:
162
- "@babel/helper-module-imports" "^7.8.0"
163
- "@babel/helper-simple-access" "^7.8.0"
164
- "@babel/helper-split-export-declaration" "^7.8.0"
165
- "@babel/template" "^7.8.0"
166
- "@babel/types" "^7.8.0"
164
+ "@babel/helper-module-imports" "^7.8.3"
165
+ "@babel/helper-replace-supers" "^7.8.6"
166
+ "@babel/helper-simple-access" "^7.8.3"
167
+ "@babel/helper-split-export-declaration" "^7.8.3"
168
+ "@babel/template" "^7.8.6"
169
+ "@babel/types" "^7.9.0"
167
170
  lodash "^4.17.13"
168
171
 
169
- "@babel/helper-optimise-call-expression@^7.8.0":
170
- version "7.8.0"
171
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.0.tgz#3df62773cf210db9ed34c2bb39fece5acd1e1733"
172
- integrity sha512-aiJt1m+K57y0n10fTw+QXcCXzmpkG+o+NoQmAZqlZPstkTE0PZT+Z27QSd/6Gf00nuXJQO4NiJ0/YagSW5kC2A==
172
+ "@babel/helper-optimise-call-expression@^7.8.3":
173
+ version "7.8.3"
174
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
175
+ integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
173
176
  dependencies:
174
- "@babel/types" "^7.8.0"
177
+ "@babel/types" "^7.8.3"
175
178
 
176
- "@babel/helper-plugin-utils@^7.8.0":
177
- version "7.8.0"
178
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz#59ec882d43c21c544ccb51decaecb306b34a8231"
179
- integrity sha512-+hAlRGdf8fHQAyNnDBqTHQhwdLURLdrCROoWaEQYiQhk2sV9Rhs+GoFZZfMJExTq9HG8o2NX3uN2G90bFtmFdA==
179
+ "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
180
+ version "7.8.3"
181
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
182
+ integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
180
183
 
181
- "@babel/helper-regex@^7.8.0":
182
- version "7.8.0"
183
- resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.0.tgz#dde1d2d2070e292c19a8702075e945923aa1678b"
184
- integrity sha512-haD8fRsPtyFZkbtxBIaGBBHRtbn0YsyecdYrxNgO0Bl6SlGokJPQX9M2tDuVbeQBYHZVLUPMSwGQn4obHevsMQ==
184
+ "@babel/helper-regex@^7.8.3":
185
+ version "7.8.3"
186
+ resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.3.tgz#139772607d51b93f23effe72105b319d2a4c6965"
187
+ integrity sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ==
185
188
  dependencies:
186
189
  lodash "^4.17.13"
187
190
 
188
- "@babel/helper-remap-async-to-generator@^7.8.0":
189
- version "7.8.0"
190
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.0.tgz#034c21154dd12472717cfb31faf1713426fbc435"
191
- integrity sha512-+aKyBd4oHAaIZgOLq/uLjkUz7ExZ0ppdNBc8Qr72BmtKNAy3A6EJa/ifjj0//CIzQtUDPs3E6HjKM2cV6bnXsQ==
192
- dependencies:
193
- "@babel/helper-annotate-as-pure" "^7.8.0"
194
- "@babel/helper-wrap-function" "^7.8.0"
195
- "@babel/template" "^7.8.0"
196
- "@babel/traverse" "^7.8.0"
197
- "@babel/types" "^7.8.0"
198
-
199
- "@babel/helper-replace-supers@^7.8.0":
200
- version "7.8.0"
201
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.0.tgz#d83cb117edb820eebe9ae6c970a8ad5eac09d19f"
202
- integrity sha512-R2CyorW4tcO3YzdkClLpt6MS84G+tPkOi0MmiCn1bvYVnmDpdl9R15XOi3NQW2mhOAEeBnuQ4g1Bh7pT2sX8fg==
203
- dependencies:
204
- "@babel/helper-member-expression-to-functions" "^7.8.0"
205
- "@babel/helper-optimise-call-expression" "^7.8.0"
206
- "@babel/traverse" "^7.8.0"
207
- "@babel/types" "^7.8.0"
208
-
209
- "@babel/helper-simple-access@^7.8.0":
210
- version "7.8.0"
211
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.0.tgz#a5095ab031f759995134183fa7719aa85f0ec962"
212
- integrity sha512-I+7yKZJnxp7VIC2UFzXfVjLiJuU16rYFF59x27c+boINkO/pLETgZcoesCryg9jmU4jxEa0foFueW+2wjc9Gsw==
213
- dependencies:
214
- "@babel/template" "^7.8.0"
215
- "@babel/types" "^7.8.0"
216
-
217
- "@babel/helper-split-export-declaration@^7.8.0":
218
- version "7.8.0"
219
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.0.tgz#ed10cb03b07454c0d40735fad4e9c9711e739588"
220
- integrity sha512-YhYFhH4T6DlbT6CPtVgLfC1Jp2gbCawU/ml7WJvUpBg01bCrXSzTYMZZXbbIGjq/kHmK8YUATxTppcRGzj31pA==
221
- dependencies:
222
- "@babel/types" "^7.8.0"
223
-
224
- "@babel/helper-wrap-function@^7.8.0":
225
- version "7.8.0"
226
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.0.tgz#a26751c7b0be765a0db10162c6de485402cb505c"
227
- integrity sha512-2j6idN2jt8Y+8nJ4UPN/6AZa53DAkcETMVmroJQh50qZc59PuQKVjgOIIqmrLoQf6Ia9bs90MHRcID1OW5tfag==
228
- dependencies:
229
- "@babel/helper-function-name" "^7.8.0"
230
- "@babel/template" "^7.8.0"
231
- "@babel/traverse" "^7.8.0"
232
- "@babel/types" "^7.8.0"
233
-
234
- "@babel/helpers@^7.8.0":
235
- version "7.8.0"
236
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.0.tgz#3d3e6e08febf5edbbf63b1cf64395525aa3ece37"
237
- integrity sha512-srWKpjAFbiut5JoCReZJ098hLqoZ9HufOnKZPggc7j74XaPuQ+9b3RYPV1M/HfjL63lCNd8uI1O487qIWxAFNA==
238
- dependencies:
239
- "@babel/template" "^7.8.0"
240
- "@babel/traverse" "^7.8.0"
241
- "@babel/types" "^7.8.0"
242
-
243
- "@babel/highlight@^7.8.0":
244
- version "7.8.0"
245
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.0.tgz#4cc003dc10359919e2e3a1d9459150942913dd1a"
246
- integrity sha512-OsdTJbHlPtIk2mmtwXItYrdmalJ8T0zpVzNAbKSkHshuywj7zb29Y09McV/jQsQunc/nEyHiPV2oy9llYMLqxw==
247
- dependencies:
191
+ "@babel/helper-remap-async-to-generator@^7.8.3":
192
+ version "7.8.3"
193
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz#273c600d8b9bf5006142c1e35887d555c12edd86"
194
+ integrity sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA==
195
+ dependencies:
196
+ "@babel/helper-annotate-as-pure" "^7.8.3"
197
+ "@babel/helper-wrap-function" "^7.8.3"
198
+ "@babel/template" "^7.8.3"
199
+ "@babel/traverse" "^7.8.3"
200
+ "@babel/types" "^7.8.3"
201
+
202
+ "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6":
203
+ version "7.9.6"
204
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz#03149d7e6a5586ab6764996cd31d6981a17e1444"
205
+ integrity sha512-qX+chbxkbArLyCImk3bWV+jB5gTNU/rsze+JlcF6Nf8tVTigPJSI1o1oBow/9Resa1yehUO9lIipsmu9oG4RzA==
206
+ dependencies:
207
+ "@babel/helper-member-expression-to-functions" "^7.8.3"
208
+ "@babel/helper-optimise-call-expression" "^7.8.3"
209
+ "@babel/traverse" "^7.9.6"
210
+ "@babel/types" "^7.9.6"
211
+
212
+ "@babel/helper-simple-access@^7.8.3":
213
+ version "7.8.3"
214
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
215
+ integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==
216
+ dependencies:
217
+ "@babel/template" "^7.8.3"
218
+ "@babel/types" "^7.8.3"
219
+
220
+ "@babel/helper-split-export-declaration@^7.8.3":
221
+ version "7.8.3"
222
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
223
+ integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
224
+ dependencies:
225
+ "@babel/types" "^7.8.3"
226
+
227
+ "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
228
+ version "7.9.5"
229
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
230
+ integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
231
+
232
+ "@babel/helper-wrap-function@^7.8.3":
233
+ version "7.8.3"
234
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
235
+ integrity sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ==
236
+ dependencies:
237
+ "@babel/helper-function-name" "^7.8.3"
238
+ "@babel/template" "^7.8.3"
239
+ "@babel/traverse" "^7.8.3"
240
+ "@babel/types" "^7.8.3"
241
+
242
+ "@babel/helpers@^7.9.6":
243
+ version "7.9.6"
244
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
245
+ integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==
246
+ dependencies:
247
+ "@babel/template" "^7.8.3"
248
+ "@babel/traverse" "^7.9.6"
249
+ "@babel/types" "^7.9.6"
250
+
251
+ "@babel/highlight@^7.8.3":
252
+ version "7.9.0"
253
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
254
+ integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==
255
+ dependencies:
256
+ "@babel/helper-validator-identifier" "^7.9.0"
248
257
  chalk "^2.0.0"
249
- esutils "^2.0.2"
250
258
  js-tokens "^4.0.0"
251
259
 
252
- "@babel/parser@^7.4.4", "@babel/parser@^7.8.0":
253
- version "7.8.0"
254
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.0.tgz#54682775f1fb25dd29a93a02315aab29a6a292bb"
255
- integrity sha512-VVtsnUYbd1+2A2vOVhm4P2qNXQE8L/W859GpUHfUcdhX8d3pEKThZuIr6fztocWx9HbK+00/CR0tXnhAggJ4CA==
260
+ "@babel/parser@^7.4.4", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
261
+ version "7.9.6"
262
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
263
+ integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
256
264
 
257
- "@babel/plugin-proposal-async-generator-functions@^7.8.0":
258
- version "7.8.0"
259
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.0.tgz#92520961d1b2220f0f2e6b576b7896698cd747f9"
260
- integrity sha512-8vIQf8JYced7gCeKDsGETNGKE+zdD/JmP1LBlRn+w3UXc1aSpZv2Y330bB/fnOEbUgPbuFv+IEi+gopg+Fu0kQ==
265
+ "@babel/plugin-proposal-async-generator-functions@^7.8.3":
266
+ version "7.8.3"
267
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
268
+ integrity sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw==
261
269
  dependencies:
262
- "@babel/helper-plugin-utils" "^7.8.0"
263
- "@babel/helper-remap-async-to-generator" "^7.8.0"
270
+ "@babel/helper-plugin-utils" "^7.8.3"
271
+ "@babel/helper-remap-async-to-generator" "^7.8.3"
264
272
  "@babel/plugin-syntax-async-generators" "^7.8.0"
265
273
 
266
- "@babel/plugin-proposal-dynamic-import@^7.8.0":
267
- version "7.8.0"
268
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.0.tgz#bbd7c00f351b55f02aec0fe9b9c42ad3f659b176"
269
- integrity sha512-YzMq0AqeTR4Mh2pz3GrCWqhcEV38HgUMMR/56/YR5GPc4Y2p1KJ4Le6j92vMnW8TJqVj+qJz/KDNglpMeww9Yg==
274
+ "@babel/plugin-proposal-dynamic-import@^7.8.3":
275
+ version "7.8.3"
276
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz#38c4fe555744826e97e2ae930b0fb4cc07e66054"
277
+ integrity sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w==
270
278
  dependencies:
271
- "@babel/helper-plugin-utils" "^7.8.0"
279
+ "@babel/helper-plugin-utils" "^7.8.3"
272
280
  "@babel/plugin-syntax-dynamic-import" "^7.8.0"
273
281
 
274
- "@babel/plugin-proposal-json-strings@^7.8.0":
275
- version "7.8.0"
276
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.0.tgz#99fd838398c32f4d96117770f7f3591062e72607"
277
- integrity sha512-pSpuhwn926vtNeUH2FHx1OzIXaUMgklG0MzlFZJVEg37fB904gOxN572NgBae+KDwFyZDpkLMyEkVA011lBJrQ==
282
+ "@babel/plugin-proposal-json-strings@^7.8.3":
283
+ version "7.8.3"
284
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz#da5216b238a98b58a1e05d6852104b10f9a70d6b"
285
+ integrity sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q==
278
286
  dependencies:
279
- "@babel/helper-plugin-utils" "^7.8.0"
287
+ "@babel/helper-plugin-utils" "^7.8.3"
280
288
  "@babel/plugin-syntax-json-strings" "^7.8.0"
281
289
 
282
- "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.0":
283
- version "7.8.0"
284
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.0.tgz#1ef61239ed2241746bc4936fc643a5c6f1cb24fa"
285
- integrity sha512-cQMI+RQdcK2IyMm13NKKFCYfOSBUtFxEeRBOdFCi2Pubv/CpkrCubc/ikdeKMT6Lu+uQ+lNSDEJvDCOQZkUy0g==
290
+ "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3":
291
+ version "7.8.3"
292
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2"
293
+ integrity sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw==
286
294
  dependencies:
287
- "@babel/helper-plugin-utils" "^7.8.0"
295
+ "@babel/helper-plugin-utils" "^7.8.3"
288
296
  "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
289
297
 
290
- "@babel/plugin-proposal-object-rest-spread@^7.8.0":
291
- version "7.8.0"
292
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.8.0.tgz#ca8ac673d32db774c2154a4c7517fd46ec45e9cf"
293
- integrity sha512-SjJ2ZXCylpWC+5DTES0/pbpNmw/FnjU/3dF068xF0DU9aN+oOKah+3MCSFcb4pnZ9IwmxfOy4KnbGJSQR+hAZA==
298
+ "@babel/plugin-proposal-numeric-separator@^7.8.3":
299
+ version "7.8.3"
300
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.8.3.tgz#5d6769409699ec9b3b68684cd8116cedff93bad8"
301
+ integrity sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ==
294
302
  dependencies:
295
- "@babel/helper-plugin-utils" "^7.8.0"
303
+ "@babel/helper-plugin-utils" "^7.8.3"
304
+ "@babel/plugin-syntax-numeric-separator" "^7.8.3"
305
+
306
+ "@babel/plugin-proposal-object-rest-spread@^7.9.6":
307
+ version "7.9.6"
308
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63"
309
+ integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==
310
+ dependencies:
311
+ "@babel/helper-plugin-utils" "^7.8.3"
296
312
  "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
313
+ "@babel/plugin-transform-parameters" "^7.9.5"
297
314
 
298
- "@babel/plugin-proposal-optional-catch-binding@^7.8.0":
299
- version "7.8.0"
300
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.0.tgz#6a7dee0bfd72751e3f1386ba4da03e6fa82fcd95"
301
- integrity sha512-tHP3eez6TrpPJYttBZ/6uItRbIuXUIDpQ9xwvzKwR+RboWGMJ7WzFC5dDJ3vjLuCx0/DG1tM0MVkmgcBybth9w==
315
+ "@babel/plugin-proposal-optional-catch-binding@^7.8.3":
316
+ version "7.8.3"
317
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz#9dee96ab1650eed88646ae9734ca167ac4a9c5c9"
318
+ integrity sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw==
302
319
  dependencies:
303
- "@babel/helper-plugin-utils" "^7.8.0"
320
+ "@babel/helper-plugin-utils" "^7.8.3"
304
321
  "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
305
322
 
306
- "@babel/plugin-proposal-optional-chaining@^7.8.0":
307
- version "7.8.0"
308
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.8.0.tgz#d05e4fa3c1e4ef18eaea6bc92a4b06f95eaf1df5"
309
- integrity sha512-PNBHxPHE91m+LLOdGwlvyGicWfrMgiVwng5WdB3CMjd61+vn3vPw0GbgECIAUCZnyi7Jqs5htUIZRztGuV8/5g==
323
+ "@babel/plugin-proposal-optional-chaining@^7.9.0":
324
+ version "7.9.0"
325
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz#31db16b154c39d6b8a645292472b98394c292a58"
326
+ integrity sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==
310
327
  dependencies:
311
- "@babel/helper-plugin-utils" "^7.8.0"
328
+ "@babel/helper-plugin-utils" "^7.8.3"
312
329
  "@babel/plugin-syntax-optional-chaining" "^7.8.0"
313
330
 
314
- "@babel/plugin-proposal-unicode-property-regex@^7.8.0":
315
- version "7.8.0"
316
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.0.tgz#9e1c0481863485052bae8ac024fca7028e24ee31"
317
- integrity sha512-3oK0Qt5w4arb+es3rWBribDbtc0TYJP7dFZ1dXcYul3cXderqfIOoSx9YUC1oD208nJwJO/++fvrgLmkYSbe8A==
331
+ "@babel/plugin-proposal-unicode-property-regex@^7.4.4", "@babel/plugin-proposal-unicode-property-regex@^7.8.3":
332
+ version "7.8.8"
333
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz#ee3a95e90cdc04fe8cd92ec3279fa017d68a0d1d"
334
+ integrity sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A==
318
335
  dependencies:
319
- "@babel/helper-create-regexp-features-plugin" "^7.8.0"
320
- "@babel/helper-plugin-utils" "^7.8.0"
336
+ "@babel/helper-create-regexp-features-plugin" "^7.8.8"
337
+ "@babel/helper-plugin-utils" "^7.8.3"
321
338
 
322
339
  "@babel/plugin-syntax-async-generators@^7.8.0":
323
- version "7.8.0"
324
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.0.tgz#e6c3dba5a61ecf72ba00a3f3f5f1234989a58e6a"
325
- integrity sha512-a8w8k7pK8nYhem07rXdAq03T+DlTX8LFojUptrh9JEx80AgLqGiuoFIyQOGTWif39kFnDOQqbzl1s6KQqrfV+A==
340
+ version "7.8.4"
341
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
342
+ integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
326
343
  dependencies:
327
344
  "@babel/helper-plugin-utils" "^7.8.0"
328
345
 
329
346
  "@babel/plugin-syntax-dynamic-import@^7.8.0":
330
- version "7.8.0"
331
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.0.tgz#3a6c1cd36af923db602df83c5aa72e08bb14353a"
332
- integrity sha512-Mx2RzpCHJaBfmFdA2abXDKRHVJdzJ6R0Wqwb6TxCgM7NRR5wcC4cyiAsRL7Ga+lwG8GG1cKvb+4ENjic8y15jA==
347
+ version "7.8.3"
348
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
349
+ integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
333
350
  dependencies:
334
351
  "@babel/helper-plugin-utils" "^7.8.0"
335
352
 
336
- "@babel/plugin-syntax-flow@^7.8.0":
337
- version "7.8.0"
338
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.8.0.tgz#e5f92b4e21e4c8f7eb25b75f312b427799693bae"
339
- integrity sha512-MDK9WdjDccrxzz+4sthpSDnqdf5McJwTtfBYGitOweC/j0Zg6e8wHmP4RGLTeyGYe/IySoRgKC5hvSm6ddrNRw==
353
+ "@babel/plugin-syntax-flow@^7.8.3":
354
+ version "7.8.3"
355
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.8.3.tgz#f2c883bd61a6316f2c89380ae5122f923ba4527f"
356
+ integrity sha512-innAx3bUbA0KSYj2E2MNFSn9hiCeowOFLxlsuhXzw8hMQnzkDomUr9QCD7E9VF60NmnG1sNTuuv6Qf4f8INYsg==
340
357
  dependencies:
341
- "@babel/helper-plugin-utils" "^7.8.0"
358
+ "@babel/helper-plugin-utils" "^7.8.3"
342
359
 
343
360
  "@babel/plugin-syntax-json-strings@^7.8.0":
344
- version "7.8.0"
345
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.0.tgz#7f798eb7e8cfd3821388120679d23d530bae6e53"
346
- integrity sha512-LPykaAbH86L5NnDfCRSpNxtEHZk+6GaFzXfWEFU/6R4v69EXQr6GOp7hwH+Uw0QlYVN++s6TukTJ3flFcspahA==
361
+ version "7.8.3"
362
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
363
+ integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
347
364
  dependencies:
348
365
  "@babel/helper-plugin-utils" "^7.8.0"
349
366
 
350
- "@babel/plugin-syntax-jsx@^7.8.0":
351
- version "7.8.0"
352
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.0.tgz#657a0306e2c74de84e0dcf8b6cb024ed990224fc"
353
- integrity sha512-zLDUckAuKeOtxJhfNE0TlR7iEApb2u7EYRlh5cxKzq6A5VzUbYEdyJGJlug41jDbjRbHTtsLKZUnUcy/8V3xZw==
367
+ "@babel/plugin-syntax-jsx@^7.8.3":
368
+ version "7.8.3"
369
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94"
370
+ integrity sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==
354
371
  dependencies:
355
- "@babel/helper-plugin-utils" "^7.8.0"
372
+ "@babel/helper-plugin-utils" "^7.8.3"
356
373
 
357
374
  "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
358
- version "7.8.0"
359
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.0.tgz#5d8f24ecffa4ae74164e53264953c5ea8ba6d149"
360
- integrity sha512-Rv2hnBToN6rbA9hO2a4vtwXZLzNa+TWkoSIMMvUezFz5+D9NPeX7SFrArwtFzzbwndmWiqboTr5rNpzAz0MPpA==
375
+ version "7.8.3"
376
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
377
+ integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
361
378
  dependencies:
362
379
  "@babel/helper-plugin-utils" "^7.8.0"
363
380
 
381
+ "@babel/plugin-syntax-numeric-separator@^7.8.0", "@babel/plugin-syntax-numeric-separator@^7.8.3":
382
+ version "7.8.3"
383
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.8.3.tgz#0e3fb63e09bea1b11e96467271c8308007e7c41f"
384
+ integrity sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw==
385
+ dependencies:
386
+ "@babel/helper-plugin-utils" "^7.8.3"
387
+
364
388
  "@babel/plugin-syntax-object-rest-spread@^7.8.0":
365
- version "7.8.0"
366
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.0.tgz#9b37d580d459682364d8602494c69145b394fd4c"
367
- integrity sha512-dt89fDlkfkTrQcy5KavMQPyF2A6tR0kYp8HAnIoQv5hO34iAUffHghP/hMGd7Gf/+uYTmLQO0ar7peX1SUWyIA==
389
+ version "7.8.3"
390
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
391
+ integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
368
392
  dependencies:
369
393
  "@babel/helper-plugin-utils" "^7.8.0"
370
394
 
371
395
  "@babel/plugin-syntax-optional-catch-binding@^7.8.0":
372
- version "7.8.0"
373
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.0.tgz#180c7bdd6b7fd81cc6d18269de12d5ddd60cabce"
374
- integrity sha512-EIgJVy+u1RvR2gJfX4ReLwAupO/twllUue1wPrRxhu18+eC3bGTEcOSXLQdaE9ya9NG1rE0eQs0GSiloUGFEwg==
396
+ version "7.8.3"
397
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
398
+ integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
375
399
  dependencies:
376
400
  "@babel/helper-plugin-utils" "^7.8.0"
377
401
 
378
402
  "@babel/plugin-syntax-optional-chaining@^7.8.0":
379
- version "7.8.0"
380
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.0.tgz#c40f4d4d6a4f5e71d2bfd949b0a7f1e1e6792fe0"
381
- integrity sha512-LV1c+TTAO8Vawe3t+WXBHYWbS7endP8MSlqKPKEZOyWPEJX2akl3jfvFG828/OE7RpyoC3JXfLJDFj/jN7A8hg==
403
+ version "7.8.3"
404
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
405
+ integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
382
406
  dependencies:
383
407
  "@babel/helper-plugin-utils" "^7.8.0"
384
408
 
385
- "@babel/plugin-syntax-top-level-await@^7.8.0":
386
- version "7.8.0"
387
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.0.tgz#8d45e3d68a1e26bce79c51b08dd9126290686207"
388
- integrity sha512-iXR/Cw32fMfWlD1sK2zD/nXtuLStkalRv+xee6VrX84CFrn2LKwb/EOs/4UaDNUpUsws8YZYKeQjPagacFquug==
409
+ "@babel/plugin-syntax-top-level-await@^7.8.3":
410
+ version "7.8.3"
411
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz#3acdece695e6b13aaf57fc291d1a800950c71391"
412
+ integrity sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g==
389
413
  dependencies:
390
- "@babel/helper-plugin-utils" "^7.8.0"
414
+ "@babel/helper-plugin-utils" "^7.8.3"
391
415
 
392
- "@babel/plugin-transform-arrow-functions@^7.8.0":
393
- version "7.8.0"
394
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.0.tgz#d98b7c425fed35f70cb85024a2b10008936631b3"
395
- integrity sha512-9KfteDp9d8cF388dxFMOh3Dum41qpOVUPVjQhXGd1kPyQBE05FJgYndiAriML2yhMIbZ2bjgweh2nnvBXDH2MQ==
416
+ "@babel/plugin-transform-arrow-functions@^7.8.3":
417
+ version "7.8.3"
418
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz#82776c2ed0cd9e1a49956daeb896024c9473b8b6"
419
+ integrity sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg==
396
420
  dependencies:
397
- "@babel/helper-plugin-utils" "^7.8.0"
421
+ "@babel/helper-plugin-utils" "^7.8.3"
398
422
 
399
- "@babel/plugin-transform-async-to-generator@^7.8.0":
400
- version "7.8.0"
401
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.0.tgz#6561fb6445d89bc20b72150430944cad0e501e4a"
402
- integrity sha512-9dvBvJnEdsDWYMrykoMyLNVRPGoub6SFlARtsYgSQ1riTjnyBjhctihSME4XsSku86F59PDeFpC9PCU+9I154w==
423
+ "@babel/plugin-transform-async-to-generator@^7.8.3":
424
+ version "7.8.3"
425
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz#4308fad0d9409d71eafb9b1a6ee35f9d64b64086"
426
+ integrity sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ==
403
427
  dependencies:
404
- "@babel/helper-module-imports" "^7.8.0"
405
- "@babel/helper-plugin-utils" "^7.8.0"
406
- "@babel/helper-remap-async-to-generator" "^7.8.0"
428
+ "@babel/helper-module-imports" "^7.8.3"
429
+ "@babel/helper-plugin-utils" "^7.8.3"
430
+ "@babel/helper-remap-async-to-generator" "^7.8.3"
407
431
 
408
- "@babel/plugin-transform-block-scoped-functions@^7.8.0":
409
- version "7.8.0"
410
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.0.tgz#2ea8a33ec78825ce91244980389cb96d4c6dc6bd"
411
- integrity sha512-bim6gUfHq2kPN+aQst33ZEMeglpaUXAo6PWTZvOA8BOnWpNKgZcUzBvpZhh2ofL6YhZgzGoRwVVfzwynDEf47g==
432
+ "@babel/plugin-transform-block-scoped-functions@^7.8.3":
433
+ version "7.8.3"
434
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz#437eec5b799b5852072084b3ae5ef66e8349e8a3"
435
+ integrity sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg==
412
436
  dependencies:
413
- "@babel/helper-plugin-utils" "^7.8.0"
437
+ "@babel/helper-plugin-utils" "^7.8.3"
414
438
 
415
- "@babel/plugin-transform-block-scoping@^7.8.0":
416
- version "7.8.0"
417
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.0.tgz#f6a81bc8c76dbbd202b718cb9e681a27f1d0af8f"
418
- integrity sha512-FKTK4hzg7W950Yu9iqMl12WBixCmusMc5HBt3/ErvpFLnvr3/6mu/EBTZoCEJ0mw/lQUDfU01vTcZY9oEahlMg==
439
+ "@babel/plugin-transform-block-scoping@^7.8.3":
440
+ version "7.8.3"
441
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a"
442
+ integrity sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w==
419
443
  dependencies:
420
- "@babel/helper-plugin-utils" "^7.8.0"
444
+ "@babel/helper-plugin-utils" "^7.8.3"
421
445
  lodash "^4.17.13"
422
446
 
423
- "@babel/plugin-transform-classes@^7.8.0":
424
- version "7.8.0"
425
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.0.tgz#eb4699613b3ea3ccaf095bb0447dac55f7454fc9"
426
- integrity sha512-18RLDwKtGXCLLbf5V03GojebPH7dKYCmIBqQGhgfZDoYsyEzR9kMZ6IxlJP72K5ROC9ADa4KPI6ywuh7NfQOgQ==
427
- dependencies:
428
- "@babel/helper-annotate-as-pure" "^7.8.0"
429
- "@babel/helper-define-map" "^7.8.0"
430
- "@babel/helper-function-name" "^7.8.0"
431
- "@babel/helper-optimise-call-expression" "^7.8.0"
432
- "@babel/helper-plugin-utils" "^7.8.0"
433
- "@babel/helper-replace-supers" "^7.8.0"
434
- "@babel/helper-split-export-declaration" "^7.8.0"
447
+ "@babel/plugin-transform-classes@^7.9.5":
448
+ version "7.9.5"
449
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
450
+ integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
451
+ dependencies:
452
+ "@babel/helper-annotate-as-pure" "^7.8.3"
453
+ "@babel/helper-define-map" "^7.8.3"
454
+ "@babel/helper-function-name" "^7.9.5"
455
+ "@babel/helper-optimise-call-expression" "^7.8.3"
456
+ "@babel/helper-plugin-utils" "^7.8.3"
457
+ "@babel/helper-replace-supers" "^7.8.6"
458
+ "@babel/helper-split-export-declaration" "^7.8.3"
435
459
  globals "^11.1.0"
436
460
 
437
- "@babel/plugin-transform-computed-properties@^7.8.0":
438
- version "7.8.0"
439
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.0.tgz#c86c200ea42cbecda754fdf636a04dfbf6371cc7"
440
- integrity sha512-FaODHuQRdnWFVwxLPlTN85Lk/aitfvQBHTXahf58FnatCynfhkeNUO8ID+AqAxY4IJsZjeH6OnKDzcGfgKJcVw==
461
+ "@babel/plugin-transform-computed-properties@^7.8.3":
462
+ version "7.8.3"
463
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz#96d0d28b7f7ce4eb5b120bb2e0e943343c86f81b"
464
+ integrity sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA==
441
465
  dependencies:
442
- "@babel/helper-plugin-utils" "^7.8.0"
466
+ "@babel/helper-plugin-utils" "^7.8.3"
443
467
 
444
- "@babel/plugin-transform-destructuring@^7.8.0":
445
- version "7.8.0"
446
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.0.tgz#579d09e8dabf825cc3ac1524414ff99669f0abf9"
447
- integrity sha512-D+69HT//cE86aBTLULzSBFLC5A7HcPQzJPiny6P4SLHkDF750MylRKO3iWvdgvb+OSp5dOrOxwXajvaxk1ZfYA==
468
+ "@babel/plugin-transform-destructuring@^7.9.5":
469
+ version "7.9.5"
470
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
471
+ integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
448
472
  dependencies:
449
- "@babel/helper-plugin-utils" "^7.8.0"
473
+ "@babel/helper-plugin-utils" "^7.8.3"
450
474
 
451
- "@babel/plugin-transform-dotall-regex@^7.8.0":
452
- version "7.8.0"
453
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.0.tgz#7e9e439e85219be091c5dbf1be138320600d1172"
454
- integrity sha512-pq/XLkDB4MPvTe9ktHJInfWksalXogrIGRZJUG7RiDXhEfdNrlducoMPbACZQuCFtelVgVpD0VyreiY0l38G7g==
475
+ "@babel/plugin-transform-dotall-regex@^7.4.4", "@babel/plugin-transform-dotall-regex@^7.8.3":
476
+ version "7.8.3"
477
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz#c3c6ec5ee6125c6993c5cbca20dc8621a9ea7a6e"
478
+ integrity sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw==
455
479
  dependencies:
456
- "@babel/helper-create-regexp-features-plugin" "^7.8.0"
457
- "@babel/helper-plugin-utils" "^7.8.0"
480
+ "@babel/helper-create-regexp-features-plugin" "^7.8.3"
481
+ "@babel/helper-plugin-utils" "^7.8.3"
458
482
 
459
- "@babel/plugin-transform-duplicate-keys@^7.8.0":
460
- version "7.8.0"
461
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.0.tgz#913b3fdb5cbd35e3208b017dac5ef335ef6b0d65"
462
- integrity sha512-REtYWvpP4TDw4oVeP01vQJcAeewjgk8/i7tPFP11vUjvarUGGyxJLeq79WEnIdnKPQJirZaoDRT4kEWEdSWkDw==
483
+ "@babel/plugin-transform-duplicate-keys@^7.8.3":
484
+ version "7.8.3"
485
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz#8d12df309aa537f272899c565ea1768e286e21f1"
486
+ integrity sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ==
463
487
  dependencies:
464
- "@babel/helper-plugin-utils" "^7.8.0"
488
+ "@babel/helper-plugin-utils" "^7.8.3"
465
489
 
466
- "@babel/plugin-transform-exponentiation-operator@^7.8.0":
467
- version "7.8.0"
468
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.0.tgz#72ddf89e1acfac75482992b8976df62f8ad813c4"
469
- integrity sha512-vaDgF3gPLzVcoe3UZqnra6FA7O797sZc+UCHPd9eQTI34cPtpCA270LzopIXS3Fhc3UmFrijLmre9mHTmUKVgg==
490
+ "@babel/plugin-transform-exponentiation-operator@^7.8.3":
491
+ version "7.8.3"
492
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz#581a6d7f56970e06bf51560cd64f5e947b70d7b7"
493
+ integrity sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ==
470
494
  dependencies:
471
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.0"
472
- "@babel/helper-plugin-utils" "^7.8.0"
495
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
496
+ "@babel/helper-plugin-utils" "^7.8.3"
473
497
 
474
498
  "@babel/plugin-transform-flow-strip-types@^7.4.4":
475
- version "7.8.0"
476
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.8.0.tgz#d35294e7be31f2063f6e3a5ec6146c28efb50db1"
477
- integrity sha512-yKcww1yWfAHWk4R7OeU0YnrWEIrSodFr1TibfkrP8t0RDXSyGIDnahz8lzXagNT/XlZC3sWpsYXhty9xAU3ULQ==
499
+ version "7.9.0"
500
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.9.0.tgz#8a3538aa40434e000b8f44a3c5c9ac7229bd2392"
501
+ integrity sha512-7Qfg0lKQhEHs93FChxVLAvhBshOPQDtJUTVHr/ZwQNRccCm4O9D79r9tVSoV8iNwjP1YgfD+e/fgHcPkN1qEQg==
478
502
  dependencies:
479
- "@babel/helper-plugin-utils" "^7.8.0"
480
- "@babel/plugin-syntax-flow" "^7.8.0"
503
+ "@babel/helper-plugin-utils" "^7.8.3"
504
+ "@babel/plugin-syntax-flow" "^7.8.3"
481
505
 
482
- "@babel/plugin-transform-for-of@^7.8.0":
483
- version "7.8.0"
484
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.0.tgz#4a2960b76d42f4cc8a821edb66f4a7eadf6042ce"
485
- integrity sha512-9j9g0qViCAo8E5qCBSaQdghymn7A9bRXSfS9jU7oLpYccYFZg9A+1KO8X+HV7fhJYH6mZ+e7MRg4p3sLo+RG6Q==
506
+ "@babel/plugin-transform-for-of@^7.9.0":
507
+ version "7.9.0"
508
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz#0f260e27d3e29cd1bb3128da5e76c761aa6c108e"
509
+ integrity sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ==
486
510
  dependencies:
487
- "@babel/helper-plugin-utils" "^7.8.0"
511
+ "@babel/helper-plugin-utils" "^7.8.3"
488
512
 
489
- "@babel/plugin-transform-function-name@^7.8.0":
490
- version "7.8.0"
491
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.0.tgz#9c5fdb20967f151c0e06419621d56d63120653c9"
492
- integrity sha512-YL8Ol54UKeIyY1uUGfry+B9ppXAB3aVBB1gG9gxqhg/OBCPpV2QUNswmjvfmyXEdaWv8qODssBgX7on792h44w==
513
+ "@babel/plugin-transform-function-name@^7.8.3":
514
+ version "7.8.3"
515
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz#279373cb27322aaad67c2683e776dfc47196ed8b"
516
+ integrity sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ==
493
517
  dependencies:
494
- "@babel/helper-function-name" "^7.8.0"
495
- "@babel/helper-plugin-utils" "^7.8.0"
518
+ "@babel/helper-function-name" "^7.8.3"
519
+ "@babel/helper-plugin-utils" "^7.8.3"
496
520
 
497
- "@babel/plugin-transform-literals@^7.8.0":
498
- version "7.8.0"
499
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.0.tgz#bda7a4773293ee9b687174eb4e1f91fe37ed576f"
500
- integrity sha512-7UDPKG+uVltsZt98Hw+rMbLg772r8fQC6YJ2fNDckcpAXgIWqQbMCmCpfYo0hBNhdhqocM73auk4P/zziQshQw==
521
+ "@babel/plugin-transform-literals@^7.8.3":
522
+ version "7.8.3"
523
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz#aef239823d91994ec7b68e55193525d76dbd5dc1"
524
+ integrity sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A==
501
525
  dependencies:
502
- "@babel/helper-plugin-utils" "^7.8.0"
526
+ "@babel/helper-plugin-utils" "^7.8.3"
503
527
 
504
- "@babel/plugin-transform-member-expression-literals@^7.8.0":
505
- version "7.8.0"
506
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.0.tgz#da3e170e99c2fd1110785cc6146aa2f45429f664"
507
- integrity sha512-lJSdaWR56wmrosCiyqKFRVnLrFYoVAk2mtZAyegt7akeJky/gguv0Rukx9GV3XwHGuM1ZPE06cZMjNlcLp8LrQ==
528
+ "@babel/plugin-transform-member-expression-literals@^7.8.3":
529
+ version "7.8.3"
530
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz#963fed4b620ac7cbf6029c755424029fa3a40410"
531
+ integrity sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA==
508
532
  dependencies:
509
- "@babel/helper-plugin-utils" "^7.8.0"
533
+ "@babel/helper-plugin-utils" "^7.8.3"
510
534
 
511
- "@babel/plugin-transform-modules-amd@^7.8.0":
512
- version "7.8.0"
513
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.8.0.tgz#09f4fb47a2a7d4471866afeb446bc9a068a091b0"
514
- integrity sha512-mFr1O3TaDL4XozM3AzNPz9AsxzzjTxwn4aOShYP5TlO+4rufvjagV2KKDTPMZTQm1ZA/C/PxJDsDekEnnUGz5A==
535
+ "@babel/plugin-transform-modules-amd@^7.9.6":
536
+ version "7.9.6"
537
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e"
538
+ integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw==
515
539
  dependencies:
516
- "@babel/helper-module-transforms" "^7.8.0"
517
- "@babel/helper-plugin-utils" "^7.8.0"
518
- babel-plugin-dynamic-import-node "^2.3.0"
540
+ "@babel/helper-module-transforms" "^7.9.0"
541
+ "@babel/helper-plugin-utils" "^7.8.3"
542
+ babel-plugin-dynamic-import-node "^2.3.3"
519
543
 
520
- "@babel/plugin-transform-modules-commonjs@^7.4.4", "@babel/plugin-transform-modules-commonjs@^7.8.0":
521
- version "7.8.0"
522
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.8.0.tgz#69c682a41905f8885ffb9c37ab34ad1fe8ec3fd7"
523
- integrity sha512-w2g8tmL7NgBYt6alc8YawMcmPiYqnVvvI0kLB++VOUOssqdJMAkfQOMGV+2M8H5uhJYDaAghAVMUYps3s+jMrw==
544
+ "@babel/plugin-transform-modules-commonjs@^7.4.4", "@babel/plugin-transform-modules-commonjs@^7.9.6":
545
+ version "7.9.6"
546
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277"
547
+ integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ==
524
548
  dependencies:
525
- "@babel/helper-module-transforms" "^7.8.0"
526
- "@babel/helper-plugin-utils" "^7.8.0"
527
- "@babel/helper-simple-access" "^7.8.0"
528
- babel-plugin-dynamic-import-node "^2.3.0"
549
+ "@babel/helper-module-transforms" "^7.9.0"
550
+ "@babel/helper-plugin-utils" "^7.8.3"
551
+ "@babel/helper-simple-access" "^7.8.3"
552
+ babel-plugin-dynamic-import-node "^2.3.3"
529
553
 
530
- "@babel/plugin-transform-modules-systemjs@^7.8.0":
531
- version "7.8.0"
532
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.8.0.tgz#b0ff0106a7f8a465a75ce5167c88b648770b0a0c"
533
- integrity sha512-tKF9KLiIsiKyWTVU0yo+NcNAylGn7euggYwXw63/tMxGtDTPsB9Y7Ecqv4EoXEwtoJOJ0Lewf17oaWQtindxIA==
554
+ "@babel/plugin-transform-modules-systemjs@^7.9.6":
555
+ version "7.9.6"
556
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4"
557
+ integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg==
534
558
  dependencies:
535
- "@babel/helper-hoist-variables" "^7.8.0"
536
- "@babel/helper-module-transforms" "^7.8.0"
537
- "@babel/helper-plugin-utils" "^7.8.0"
538
- babel-plugin-dynamic-import-node "^2.3.0"
559
+ "@babel/helper-hoist-variables" "^7.8.3"
560
+ "@babel/helper-module-transforms" "^7.9.0"
561
+ "@babel/helper-plugin-utils" "^7.8.3"
562
+ babel-plugin-dynamic-import-node "^2.3.3"
539
563
 
540
- "@babel/plugin-transform-modules-umd@^7.8.0":
541
- version "7.8.0"
542
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.8.0.tgz#edc1a7a587a31a185070421f97ae3798b15df9b7"
543
- integrity sha512-lAwNfXwmfTy7fl2XOyoVpMXnLkJANgH0vdSYNFcS4RuJPBtHfunGA+Y0L7wsHmfPzyVYt8sUglLjaWtdZMNJNg==
564
+ "@babel/plugin-transform-modules-umd@^7.9.0":
565
+ version "7.9.0"
566
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.9.0.tgz#e909acae276fec280f9b821a5f38e1f08b480697"
567
+ integrity sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ==
544
568
  dependencies:
545
- "@babel/helper-module-transforms" "^7.8.0"
546
- "@babel/helper-plugin-utils" "^7.8.0"
569
+ "@babel/helper-module-transforms" "^7.9.0"
570
+ "@babel/helper-plugin-utils" "^7.8.3"
547
571
 
548
- "@babel/plugin-transform-named-capturing-groups-regex@^7.8.0":
549
- version "7.8.0"
550
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.0.tgz#718e168e7f5ab83fa7e4dfd0cf1831804fc016f0"
551
- integrity sha512-kq1rxQ1HviCP13SMGZ4WjBBpdogTGK7yn/g/+p+g1AQledgHOWKVeMY1DwKYGlGJ/grDGTOqpJLF1v3Sb7ghKA==
572
+ "@babel/plugin-transform-named-capturing-groups-regex@^7.8.3":
573
+ version "7.8.3"
574
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz#a2a72bffa202ac0e2d0506afd0939c5ecbc48c6c"
575
+ integrity sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw==
552
576
  dependencies:
553
- "@babel/helper-create-regexp-features-plugin" "^7.8.0"
577
+ "@babel/helper-create-regexp-features-plugin" "^7.8.3"
554
578
 
555
- "@babel/plugin-transform-new-target@^7.8.0":
556
- version "7.8.0"
557
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.0.tgz#54d126788abc648cab27bc9b74a8306b4158f70f"
558
- integrity sha512-hH1Afz9Xy/wkcxhoI0vYw48kTBJqYUhMmhp3SLI1p817iByM6ItH4LS8tZatDAIKmAQAXj8d3Ups1BgVJECDrA==
579
+ "@babel/plugin-transform-new-target@^7.8.3":
580
+ version "7.8.3"
581
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz#60cc2ae66d85c95ab540eb34babb6434d4c70c43"
582
+ integrity sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw==
559
583
  dependencies:
560
- "@babel/helper-plugin-utils" "^7.8.0"
584
+ "@babel/helper-plugin-utils" "^7.8.3"
561
585
 
562
- "@babel/plugin-transform-object-super@^7.8.0":
563
- version "7.8.0"
564
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.0.tgz#aa35d295dd62b84bbea2e155e0b3a2017eb2f4e8"
565
- integrity sha512-2DYqQ811nRlFVlni6iqfxBVVGqkBgfvEv/lcvmdNu2CaG+EA7zSP1hqYUsqamR+uCdDbsrV7uY6/0rkXbJo5YQ==
586
+ "@babel/plugin-transform-object-super@^7.8.3":
587
+ version "7.8.3"
588
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz#ebb6a1e7a86ffa96858bd6ac0102d65944261725"
589
+ integrity sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ==
566
590
  dependencies:
567
- "@babel/helper-plugin-utils" "^7.8.0"
568
- "@babel/helper-replace-supers" "^7.8.0"
591
+ "@babel/helper-plugin-utils" "^7.8.3"
592
+ "@babel/helper-replace-supers" "^7.8.3"
569
593
 
570
- "@babel/plugin-transform-parameters@^7.8.0":
571
- version "7.8.0"
572
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.0.tgz#edc1531beed51fb8a49e0a3f11ca6b508d083d6f"
573
- integrity sha512-9R2yykk7H92rntETO0fq52vJ4OFaTcDA49K9s8bQPyoD4o3/SkWEklukArCsQC6fowEuraPkH/umopr9uO539g==
594
+ "@babel/plugin-transform-parameters@^7.9.5":
595
+ version "7.9.5"
596
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
597
+ integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
574
598
  dependencies:
575
- "@babel/helper-call-delegate" "^7.8.0"
576
- "@babel/helper-get-function-arity" "^7.8.0"
577
- "@babel/helper-plugin-utils" "^7.8.0"
599
+ "@babel/helper-get-function-arity" "^7.8.3"
600
+ "@babel/helper-plugin-utils" "^7.8.3"
578
601
 
579
- "@babel/plugin-transform-property-literals@^7.8.0":
580
- version "7.8.0"
581
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.0.tgz#af7538d916935ece100e72123fce109182c01ac3"
582
- integrity sha512-vjZaQlojnZIahu5ofEW+hPJfDI5A6r2Sbi5C0RuCaAOFj7viDIR5kOR7ul3Fz5US8V1sVk5Zd2yuPaz7iBeysg==
602
+ "@babel/plugin-transform-property-literals@^7.8.3":
603
+ version "7.8.3"
604
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz#33194300d8539c1ed28c62ad5087ba3807b98263"
605
+ integrity sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg==
583
606
  dependencies:
584
- "@babel/helper-plugin-utils" "^7.8.0"
607
+ "@babel/helper-plugin-utils" "^7.8.3"
585
608
 
586
609
  "@babel/plugin-transform-react-jsx@^7.0.0":
587
- version "7.8.0"
588
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.8.0.tgz#5676f2a13befc16fa2a78bc557e02ff150c02a28"
589
- integrity sha512-r5DgP2ZblaGmW/azRS9rlaf3oY4r/ByXRDA5Lcr3iHUkx3cCfL9RM10gU7AQmzwKymoq8LZ55sHyq9VeQFHwyQ==
610
+ version "7.9.4"
611
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.4.tgz#86f576c8540bd06d0e95e0b61ea76d55f6cbd03f"
612
+ integrity sha512-Mjqf3pZBNLt854CK0C/kRuXAnE6H/bo7xYojP+WGtX8glDGSibcwnsWwhwoSuRg0+EBnxPC1ouVnuetUIlPSAw==
590
613
  dependencies:
591
- "@babel/helper-builder-react-jsx" "^7.8.0"
592
- "@babel/helper-plugin-utils" "^7.8.0"
593
- "@babel/plugin-syntax-jsx" "^7.8.0"
614
+ "@babel/helper-builder-react-jsx" "^7.9.0"
615
+ "@babel/helper-builder-react-jsx-experimental" "^7.9.0"
616
+ "@babel/helper-plugin-utils" "^7.8.3"
617
+ "@babel/plugin-syntax-jsx" "^7.8.3"
594
618
 
595
- "@babel/plugin-transform-regenerator@^7.8.0":
596
- version "7.8.0"
597
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.0.tgz#4a0a40af2f7d60a54a3fd7ce58f06b12ab14eaf9"
598
- integrity sha512-n88GT8PZuOHWxqxCJORW3g1QaYzQhHu5sEslxYeQkHVoewfnfuWN37t7YGaRLaNUdaZUlRPXhDcLGT7zBa/u0g==
619
+ "@babel/plugin-transform-regenerator@^7.8.7":
620
+ version "7.8.7"
621
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz#5e46a0dca2bee1ad8285eb0527e6abc9c37672f8"
622
+ integrity sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA==
599
623
  dependencies:
600
- regenerator-transform "^0.14.0"
624
+ regenerator-transform "^0.14.2"
601
625
 
602
- "@babel/plugin-transform-reserved-words@^7.8.0":
603
- version "7.8.0"
604
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.0.tgz#572f21e11b9271e67cc5695890b8d5e58186f51e"
605
- integrity sha512-DnshRyDTXZhmAgO2c1QKZI4CfZjoP2t3fSwRsnbCP9P/FSBpf9I7ovnAELswklw5OeY+/D/JIiaGLoUt2II3LA==
626
+ "@babel/plugin-transform-reserved-words@^7.8.3":
627
+ version "7.8.3"
628
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz#9a0635ac4e665d29b162837dd3cc50745dfdf1f5"
629
+ integrity sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A==
606
630
  dependencies:
607
- "@babel/helper-plugin-utils" "^7.8.0"
631
+ "@babel/helper-plugin-utils" "^7.8.3"
608
632
 
609
- "@babel/plugin-transform-shorthand-properties@^7.8.0":
610
- version "7.8.0"
611
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.0.tgz#38b43048e633878f82a3ef1353868c12015ac838"
612
- integrity sha512-sExhzq63Gl2PMbl7ETpN7Z1A38rLD6GeCT6EEEIIKjTVt9u6dRqJ6nHhaquL7QgR3egj/8fcvq23UvzfPqGAYA==
633
+ "@babel/plugin-transform-shorthand-properties@^7.8.3":
634
+ version "7.8.3"
635
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz#28545216e023a832d4d3a1185ed492bcfeac08c8"
636
+ integrity sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w==
613
637
  dependencies:
614
- "@babel/helper-plugin-utils" "^7.8.0"
638
+ "@babel/helper-plugin-utils" "^7.8.3"
615
639
 
616
- "@babel/plugin-transform-spread@^7.8.0":
617
- version "7.8.0"
618
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.0.tgz#939e17585b1f24535fdeafc5e11a439520f4b3ab"
619
- integrity sha512-6Zjl0pv6x10YmFVRI0VhwJ/rE++geVHNJ9xwd+UIt3ON2VMRO7qI2lPsyLnzidR5HYNd/JXj47kdU9Rrn4YcnQ==
640
+ "@babel/plugin-transform-spread@^7.8.3":
641
+ version "7.8.3"
642
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz#9c8ffe8170fdfb88b114ecb920b82fb6e95fe5e8"
643
+ integrity sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g==
620
644
  dependencies:
621
- "@babel/helper-plugin-utils" "^7.8.0"
645
+ "@babel/helper-plugin-utils" "^7.8.3"
622
646
 
623
- "@babel/plugin-transform-sticky-regex@^7.8.0":
624
- version "7.8.0"
625
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.0.tgz#98f634d133f7be471e1e6ccc613c6a95e7e9f1f5"
626
- integrity sha512-uksok0Bqox8YeIRFhr6RRtlBXeGpN1ogiEVjEd7A7rVLPZBXKGbL7kODpE7MQ+avjDLv5EEKtDCeYuWZK7FF7g==
647
+ "@babel/plugin-transform-sticky-regex@^7.8.3":
648
+ version "7.8.3"
649
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz#be7a1290f81dae767475452199e1f76d6175b100"
650
+ integrity sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw==
627
651
  dependencies:
628
- "@babel/helper-plugin-utils" "^7.8.0"
629
- "@babel/helper-regex" "^7.8.0"
652
+ "@babel/helper-plugin-utils" "^7.8.3"
653
+ "@babel/helper-regex" "^7.8.3"
630
654
 
631
- "@babel/plugin-transform-template-literals@^7.8.0":
632
- version "7.8.0"
633
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.0.tgz#2e19e890cc5b0d58643ee6986840e928d707f7ef"
634
- integrity sha512-EF7Q7LEgeMpogHcvmHMNXBWdLWG1tpA1ErXH3i8zTu3+UEKo6aBn+FldPAJ16UbbbOwSCUCiDP6oZxvVRPhwnQ==
655
+ "@babel/plugin-transform-template-literals@^7.8.3":
656
+ version "7.8.3"
657
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz#7bfa4732b455ea6a43130adc0ba767ec0e402a80"
658
+ integrity sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ==
635
659
  dependencies:
636
- "@babel/helper-annotate-as-pure" "^7.8.0"
637
- "@babel/helper-plugin-utils" "^7.8.0"
660
+ "@babel/helper-annotate-as-pure" "^7.8.3"
661
+ "@babel/helper-plugin-utils" "^7.8.3"
638
662
 
639
- "@babel/plugin-transform-typeof-symbol@^7.8.0":
640
- version "7.8.0"
641
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.0.tgz#a8d0dd317349d3dcbb9d659808099c94486554a5"
642
- integrity sha512-rEUBEFzsA9mCS2r7EtXFlM/6GqtzgLdC4WVYM9fIgJX+HcSJ8oMmj8LinfKhbo0ipRauvUM2teE2iNDNqDwO1g==
663
+ "@babel/plugin-transform-typeof-symbol@^7.8.4":
664
+ version "7.8.4"
665
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz#ede4062315ce0aaf8a657a920858f1a2f35fc412"
666
+ integrity sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg==
643
667
  dependencies:
644
- "@babel/helper-plugin-utils" "^7.8.0"
668
+ "@babel/helper-plugin-utils" "^7.8.3"
645
669
 
646
- "@babel/plugin-transform-unicode-regex@^7.8.0":
647
- version "7.8.0"
648
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.0.tgz#20988246a9d98271f861be422e5a17898b80e5b0"
649
- integrity sha512-qDg8wsnE47B/Sj8ZtOndPHrGBxJMssZJ71SzXrItum9n++iVFN7kYuJO+OHhjom7+/or0zzYqvJNzCkUjyNKqg==
670
+ "@babel/plugin-transform-unicode-regex@^7.8.3":
671
+ version "7.8.3"
672
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz#0cef36e3ba73e5c57273effb182f46b91a1ecaad"
673
+ integrity sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw==
650
674
  dependencies:
651
- "@babel/helper-create-regexp-features-plugin" "^7.8.0"
652
- "@babel/helper-plugin-utils" "^7.8.0"
675
+ "@babel/helper-create-regexp-features-plugin" "^7.8.3"
676
+ "@babel/helper-plugin-utils" "^7.8.3"
653
677
 
654
678
  "@babel/preset-env@^7.4.4":
655
- version "7.8.0"
656
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.0.tgz#f0a0a353091cb2135e9aea21ed9c4563c51bd31f"
657
- integrity sha512-g3wnth3Ct+ZvnaHcvb5PQyojqNj0whXTkO7hatXgz+lQ2FphOoXrG1JMIfeaHgDakGzx3LiNe0KsWO69xSVFDA==
658
- dependencies:
659
- "@babel/compat-data" "^7.8.0"
660
- "@babel/helper-compilation-targets" "^7.8.0"
661
- "@babel/helper-module-imports" "^7.8.0"
662
- "@babel/helper-plugin-utils" "^7.8.0"
663
- "@babel/plugin-proposal-async-generator-functions" "^7.8.0"
664
- "@babel/plugin-proposal-dynamic-import" "^7.8.0"
665
- "@babel/plugin-proposal-json-strings" "^7.8.0"
666
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.0"
667
- "@babel/plugin-proposal-object-rest-spread" "^7.8.0"
668
- "@babel/plugin-proposal-optional-catch-binding" "^7.8.0"
669
- "@babel/plugin-proposal-optional-chaining" "^7.8.0"
670
- "@babel/plugin-proposal-unicode-property-regex" "^7.8.0"
679
+ version "7.9.6"
680
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6"
681
+ integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ==
682
+ dependencies:
683
+ "@babel/compat-data" "^7.9.6"
684
+ "@babel/helper-compilation-targets" "^7.9.6"
685
+ "@babel/helper-module-imports" "^7.8.3"
686
+ "@babel/helper-plugin-utils" "^7.8.3"
687
+ "@babel/plugin-proposal-async-generator-functions" "^7.8.3"
688
+ "@babel/plugin-proposal-dynamic-import" "^7.8.3"
689
+ "@babel/plugin-proposal-json-strings" "^7.8.3"
690
+ "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
691
+ "@babel/plugin-proposal-numeric-separator" "^7.8.3"
692
+ "@babel/plugin-proposal-object-rest-spread" "^7.9.6"
693
+ "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
694
+ "@babel/plugin-proposal-optional-chaining" "^7.9.0"
695
+ "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
671
696
  "@babel/plugin-syntax-async-generators" "^7.8.0"
672
697
  "@babel/plugin-syntax-dynamic-import" "^7.8.0"
673
698
  "@babel/plugin-syntax-json-strings" "^7.8.0"
674
699
  "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
700
+ "@babel/plugin-syntax-numeric-separator" "^7.8.0"
675
701
  "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
676
702
  "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
677
703
  "@babel/plugin-syntax-optional-chaining" "^7.8.0"
678
- "@babel/plugin-syntax-top-level-await" "^7.8.0"
679
- "@babel/plugin-transform-arrow-functions" "^7.8.0"
680
- "@babel/plugin-transform-async-to-generator" "^7.8.0"
681
- "@babel/plugin-transform-block-scoped-functions" "^7.8.0"
682
- "@babel/plugin-transform-block-scoping" "^7.8.0"
683
- "@babel/plugin-transform-classes" "^7.8.0"
684
- "@babel/plugin-transform-computed-properties" "^7.8.0"
685
- "@babel/plugin-transform-destructuring" "^7.8.0"
686
- "@babel/plugin-transform-dotall-regex" "^7.8.0"
687
- "@babel/plugin-transform-duplicate-keys" "^7.8.0"
688
- "@babel/plugin-transform-exponentiation-operator" "^7.8.0"
689
- "@babel/plugin-transform-for-of" "^7.8.0"
690
- "@babel/plugin-transform-function-name" "^7.8.0"
691
- "@babel/plugin-transform-literals" "^7.8.0"
692
- "@babel/plugin-transform-member-expression-literals" "^7.8.0"
693
- "@babel/plugin-transform-modules-amd" "^7.8.0"
694
- "@babel/plugin-transform-modules-commonjs" "^7.8.0"
695
- "@babel/plugin-transform-modules-systemjs" "^7.8.0"
696
- "@babel/plugin-transform-modules-umd" "^7.8.0"
697
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.0"
698
- "@babel/plugin-transform-new-target" "^7.8.0"
699
- "@babel/plugin-transform-object-super" "^7.8.0"
700
- "@babel/plugin-transform-parameters" "^7.8.0"
701
- "@babel/plugin-transform-property-literals" "^7.8.0"
702
- "@babel/plugin-transform-regenerator" "^7.8.0"
703
- "@babel/plugin-transform-reserved-words" "^7.8.0"
704
- "@babel/plugin-transform-shorthand-properties" "^7.8.0"
705
- "@babel/plugin-transform-spread" "^7.8.0"
706
- "@babel/plugin-transform-sticky-regex" "^7.8.0"
707
- "@babel/plugin-transform-template-literals" "^7.8.0"
708
- "@babel/plugin-transform-typeof-symbol" "^7.8.0"
709
- "@babel/plugin-transform-unicode-regex" "^7.8.0"
710
- "@babel/types" "^7.8.0"
711
- browserslist "^4.8.2"
704
+ "@babel/plugin-syntax-top-level-await" "^7.8.3"
705
+ "@babel/plugin-transform-arrow-functions" "^7.8.3"
706
+ "@babel/plugin-transform-async-to-generator" "^7.8.3"
707
+ "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
708
+ "@babel/plugin-transform-block-scoping" "^7.8.3"
709
+ "@babel/plugin-transform-classes" "^7.9.5"
710
+ "@babel/plugin-transform-computed-properties" "^7.8.3"
711
+ "@babel/plugin-transform-destructuring" "^7.9.5"
712
+ "@babel/plugin-transform-dotall-regex" "^7.8.3"
713
+ "@babel/plugin-transform-duplicate-keys" "^7.8.3"
714
+ "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
715
+ "@babel/plugin-transform-for-of" "^7.9.0"
716
+ "@babel/plugin-transform-function-name" "^7.8.3"
717
+ "@babel/plugin-transform-literals" "^7.8.3"
718
+ "@babel/plugin-transform-member-expression-literals" "^7.8.3"
719
+ "@babel/plugin-transform-modules-amd" "^7.9.6"
720
+ "@babel/plugin-transform-modules-commonjs" "^7.9.6"
721
+ "@babel/plugin-transform-modules-systemjs" "^7.9.6"
722
+ "@babel/plugin-transform-modules-umd" "^7.9.0"
723
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
724
+ "@babel/plugin-transform-new-target" "^7.8.3"
725
+ "@babel/plugin-transform-object-super" "^7.8.3"
726
+ "@babel/plugin-transform-parameters" "^7.9.5"
727
+ "@babel/plugin-transform-property-literals" "^7.8.3"
728
+ "@babel/plugin-transform-regenerator" "^7.8.7"
729
+ "@babel/plugin-transform-reserved-words" "^7.8.3"
730
+ "@babel/plugin-transform-shorthand-properties" "^7.8.3"
731
+ "@babel/plugin-transform-spread" "^7.8.3"
732
+ "@babel/plugin-transform-sticky-regex" "^7.8.3"
733
+ "@babel/plugin-transform-template-literals" "^7.8.3"
734
+ "@babel/plugin-transform-typeof-symbol" "^7.8.4"
735
+ "@babel/plugin-transform-unicode-regex" "^7.8.3"
736
+ "@babel/preset-modules" "^0.1.3"
737
+ "@babel/types" "^7.9.6"
738
+ browserslist "^4.11.1"
712
739
  core-js-compat "^3.6.2"
713
740
  invariant "^2.2.2"
714
- levenary "^1.1.0"
741
+ levenary "^1.1.1"
715
742
  semver "^5.5.0"
716
743
 
717
- "@babel/runtime@^7.4.4":
718
- version "7.8.0"
719
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.0.tgz#8c81711517c56b3d00c6de706b0fb13dc3531549"
720
- integrity sha512-Z7ti+HB0puCcLmFE3x90kzaVgbx6TRrYIReaygW6EkBEnJh1ajS4/inhF7CypzWeDV3NFl1AfWj0eMtdihojxw==
721
- dependencies:
722
- regenerator-runtime "^0.13.2"
723
-
724
- "@babel/template@^7.4.4", "@babel/template@^7.8.0":
725
- version "7.8.0"
726
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.0.tgz#a32f57ad3be89c0fa69ae87b53b4826844dc6330"
727
- integrity sha512-0NNMDsY2t3ltAVVK1WHNiaePo3tXPUeJpCX4I3xSKFoEl852wJHG8mrgHVADf8Lz1y+8al9cF7cSSfzSnFSYiw==
728
- dependencies:
729
- "@babel/code-frame" "^7.8.0"
730
- "@babel/parser" "^7.8.0"
731
- "@babel/types" "^7.8.0"
732
-
733
- "@babel/traverse@^7.4.4", "@babel/traverse@^7.8.0":
734
- version "7.8.0"
735
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.0.tgz#d85266fdcff553c10e57b672604b36383a127c1f"
736
- integrity sha512-d/6sPXFLGlJHZO/zWDtgFaKyalCOHLedzxpVJn6el1cw+f2TZa7xZEszeXdOw6EUemqRFBAn106BWBvtSck9Qw==
737
- dependencies:
738
- "@babel/code-frame" "^7.8.0"
739
- "@babel/generator" "^7.8.0"
740
- "@babel/helper-function-name" "^7.8.0"
741
- "@babel/helper-split-export-declaration" "^7.8.0"
742
- "@babel/parser" "^7.8.0"
743
- "@babel/types" "^7.8.0"
744
+ "@babel/preset-modules@^0.1.3":
745
+ version "0.1.3"
746
+ resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72"
747
+ integrity sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg==
748
+ dependencies:
749
+ "@babel/helper-plugin-utils" "^7.0.0"
750
+ "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
751
+ "@babel/plugin-transform-dotall-regex" "^7.4.4"
752
+ "@babel/types" "^7.4.4"
753
+ esutils "^2.0.2"
754
+
755
+ "@babel/runtime@^7.4.4", "@babel/runtime@^7.8.4":
756
+ version "7.9.6"
757
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
758
+ integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
759
+ dependencies:
760
+ regenerator-runtime "^0.13.4"
761
+
762
+ "@babel/template@^7.4.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
763
+ version "7.8.6"
764
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
765
+ integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
766
+ dependencies:
767
+ "@babel/code-frame" "^7.8.3"
768
+ "@babel/parser" "^7.8.6"
769
+ "@babel/types" "^7.8.6"
770
+
771
+ "@babel/traverse@^7.4.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.6":
772
+ version "7.9.6"
773
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
774
+ integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
775
+ dependencies:
776
+ "@babel/code-frame" "^7.8.3"
777
+ "@babel/generator" "^7.9.6"
778
+ "@babel/helper-function-name" "^7.9.5"
779
+ "@babel/helper-split-export-declaration" "^7.8.3"
780
+ "@babel/parser" "^7.9.6"
781
+ "@babel/types" "^7.9.6"
744
782
  debug "^4.1.0"
745
783
  globals "^11.1.0"
746
784
  lodash "^4.17.13"
747
785
 
748
- "@babel/types@^7.4.4", "@babel/types@^7.8.0":
749
- version "7.8.0"
750
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.0.tgz#1a2039a028057a2c888b668d94c98e61ea906e7f"
751
- integrity sha512-1RF84ehyx9HH09dMMwGWl3UTWlVoCPtqqJPjGuC4JzMe1ZIVDJ2DT8mv3cPv/A7veLD6sgR7vi95lJqm+ZayIg==
786
+ "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
787
+ version "7.9.6"
788
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
789
+ integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
752
790
  dependencies:
753
- esutils "^2.0.2"
791
+ "@babel/helper-validator-identifier" "^7.9.5"
754
792
  lodash "^4.17.13"
755
793
  to-fast-properties "^2.0.0"
756
794
 
795
+ "@fullhuman/postcss-purgecss@^2.1.2":
796
+ version "2.2.0"
797
+ resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.2.0.tgz#2b3699287163ff515f25ccdae5b96a244eebb41a"
798
+ integrity sha512-q4zYAn8L9olA5uneaLhxkHRBoug9dnAqytbdX9R5dbzSORobhYr1yGR2JN3Q1UMd5RB0apm1NvJekHaymal/BQ==
799
+ dependencies:
800
+ postcss "7.0.28"
801
+ purgecss "^2.2.0"
802
+
757
803
  "@iarna/toml@^2.2.0":
758
- version "2.2.3"
759
- resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.3.tgz#f060bf6eaafae4d56a7dac618980838b0696e2ab"
760
- integrity sha512-FmuxfCuolpLl0AnQ2NHSzoUKWEJDFl63qXjzdoWBVyFCXzMGm1spBzk7LeHNoVCiWCF7mRVms9e6jEV9+MoPbg==
804
+ version "2.2.5"
805
+ resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
806
+ integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
761
807
 
762
808
  "@mrmlnc/readdir-enhanced@^2.2.1":
763
809
  version "2.2.1"
@@ -814,9 +860,9 @@
814
860
  physical-cpu-count "^2.0.0"
815
861
 
816
862
  "@rails/ujs@^6.0.2-1":
817
- version "6.0.2-1"
818
- resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.0.2-1.tgz#1273f773bc98832371cb09aab619d6120e794b39"
819
- integrity sha512-H1yMA4/M8Vdie/TgyNiOkUdFly3g9HGSbnVPl7kiRVnGMZuT/APnCNyvgYWBQbTtYDYB9rrZAAgghxtt1ABDIA==
863
+ version "6.0.3"
864
+ resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.0.3.tgz#e68a03278e30daea6a110aac5dfa33c60c53055d"
865
+ integrity sha512-CM9OEvoN9eXkaX7PXEnbsQLULJ97b9rVmwliZbz/iBOERLJ68Rk3ClJe+fQEMKU4CBZfky2lIRnfslOdUs9SLQ==
820
866
 
821
867
  "@stimulus/core@^1.1.1":
822
868
  version "1.1.1"
@@ -848,9 +894,9 @@
848
894
  integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
849
895
 
850
896
  "@types/q@^1.5.1":
851
- version "1.5.2"
852
- resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
853
- integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
897
+ version "1.5.4"
898
+ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
899
+ integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
854
900
 
855
901
  abab@^2.0.0:
856
902
  version "2.0.3"
@@ -884,27 +930,22 @@ acorn-walk@^7.0.0:
884
930
  resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.1.1.tgz#345f0dffad5c735e7373d2fec9a1023e6a44b83e"
885
931
  integrity sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==
886
932
 
887
- acorn@^5.0.0:
888
- version "5.7.3"
889
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
890
- integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
891
-
892
933
  acorn@^6.0.1, acorn@^6.0.4:
893
- version "6.4.0"
894
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784"
895
- integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==
934
+ version "6.4.1"
935
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
936
+ integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
896
937
 
897
- acorn@^7.0.0:
898
- version "7.1.0"
899
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
900
- integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
938
+ acorn@^7.0.0, acorn@^7.1.1:
939
+ version "7.2.0"
940
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
941
+ integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
901
942
 
902
943
  ajv@^6.5.5:
903
- version "6.10.2"
904
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
905
- integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
944
+ version "6.12.2"
945
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd"
946
+ integrity sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==
906
947
  dependencies:
907
- fast-deep-equal "^2.0.1"
948
+ fast-deep-equal "^3.1.1"
908
949
  fast-json-stable-stringify "^2.0.0"
909
950
  json-schema-traverse "^0.4.1"
910
951
  uri-js "^4.2.2"
@@ -950,9 +991,9 @@ ansi-styles@^4.1.0:
950
991
  color-convert "^2.0.1"
951
992
 
952
993
  ansi-to-html@^0.6.4:
953
- version "0.6.13"
954
- resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.13.tgz#c72eae8b63e5ca0643aab11bfc6e6f2217425833"
955
- integrity sha512-Ys2/umuaTlQvP9DLkaa7UzRKF2FLrfod/hNHXS9QhXCrw7seObG6ksOGmNz3UoK+adwM8L9vQfG7mvaxfJ3Jvw==
994
+ version "0.6.14"
995
+ resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.14.tgz#65fe6d08bba5dd9db33f44a20aec331e0010dad8"
996
+ integrity sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA==
956
997
  dependencies:
957
998
  entities "^1.1.2"
958
999
 
@@ -1051,17 +1092,17 @@ atob@^2.1.2:
1051
1092
  integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
1052
1093
 
1053
1094
  autoprefixer@^9.4.5:
1054
- version "9.7.4"
1055
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.4.tgz#f8bf3e06707d047f0641d87aee8cfb174b2a5378"
1056
- integrity sha512-g0Ya30YrMBAEZk60lp+qfX5YQllG+S5W3GYCFvyHTvhOki0AEQJLPEcIuGRsqVwLi8FvXPVtwTGhfr38hVpm0g==
1095
+ version "9.8.0"
1096
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.0.tgz#68e2d2bef7ba4c3a65436f662d0a56a741e56511"
1097
+ integrity sha512-D96ZiIHXbDmU02dBaemyAg53ez+6F5yZmapmgKcjm35yEe1uVDYI8hGW3VYoGRaG290ZFf91YxHrR518vC0u/A==
1057
1098
  dependencies:
1058
- browserslist "^4.8.3"
1059
- caniuse-lite "^1.0.30001020"
1099
+ browserslist "^4.12.0"
1100
+ caniuse-lite "^1.0.30001061"
1060
1101
  chalk "^2.4.2"
1061
1102
  normalize-range "^0.1.2"
1062
1103
  num2fraction "^1.2.2"
1063
- postcss "^7.0.26"
1064
- postcss-value-parser "^4.0.2"
1104
+ postcss "^7.0.30"
1105
+ postcss-value-parser "^4.1.0"
1065
1106
 
1066
1107
  aws-sign2@~0.7.0:
1067
1108
  version "0.7.0"
@@ -1069,14 +1110,14 @@ aws-sign2@~0.7.0:
1069
1110
  integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
1070
1111
 
1071
1112
  aws4@^1.8.0:
1072
- version "1.9.0"
1073
- resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c"
1074
- integrity sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==
1113
+ version "1.10.0"
1114
+ resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
1115
+ integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
1075
1116
 
1076
- babel-plugin-dynamic-import-node@^2.3.0:
1077
- version "2.3.0"
1078
- resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
1079
- integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==
1117
+ babel-plugin-dynamic-import-node@^2.3.3:
1118
+ version "2.3.3"
1119
+ resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
1120
+ integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
1080
1121
  dependencies:
1081
1122
  object.assign "^4.1.0"
1082
1123
 
@@ -1149,10 +1190,15 @@ bindings@^1.5.0:
1149
1190
  dependencies:
1150
1191
  file-uri-to-path "1.0.0"
1151
1192
 
1152
- bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1153
- version "4.11.8"
1154
- resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
1155
- integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
1193
+ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0:
1194
+ version "4.11.9"
1195
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
1196
+ integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
1197
+
1198
+ bn.js@^5.1.1:
1199
+ version "5.1.2"
1200
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.2.tgz#c9686902d3c9a27729f43ab10f9d79c2004da7b0"
1201
+ integrity sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA==
1156
1202
 
1157
1203
  boolbase@^1.0.0, boolbase@~1.0.0:
1158
1204
  version "1.0.0"
@@ -1198,10 +1244,10 @@ brorand@^1.0.1:
1198
1244
  resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
1199
1245
  integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
1200
1246
 
1201
- browser-process-hrtime@^0.1.2:
1202
- version "0.1.3"
1203
- resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4"
1204
- integrity sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw==
1247
+ browser-process-hrtime@^1.0.0:
1248
+ version "1.0.0"
1249
+ resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
1250
+ integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
1205
1251
 
1206
1252
  browserify-aes@^1.0.0, browserify-aes@^1.0.4:
1207
1253
  version "1.2.0"
@@ -1234,7 +1280,7 @@ browserify-des@^1.0.0:
1234
1280
  inherits "^2.0.1"
1235
1281
  safe-buffer "^5.1.2"
1236
1282
 
1237
- browserify-rsa@^4.0.0:
1283
+ browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
1238
1284
  version "4.0.1"
1239
1285
  resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524"
1240
1286
  integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=
@@ -1243,17 +1289,19 @@ browserify-rsa@^4.0.0:
1243
1289
  randombytes "^2.0.1"
1244
1290
 
1245
1291
  browserify-sign@^4.0.0:
1246
- version "4.0.4"
1247
- resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298"
1248
- integrity sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=
1249
- dependencies:
1250
- bn.js "^4.1.1"
1251
- browserify-rsa "^4.0.0"
1252
- create-hash "^1.1.0"
1253
- create-hmac "^1.1.2"
1254
- elliptic "^6.0.0"
1255
- inherits "^2.0.1"
1256
- parse-asn1 "^5.0.0"
1292
+ version "4.2.0"
1293
+ resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.0.tgz#545d0b1b07e6b2c99211082bf1b12cce7a0b0e11"
1294
+ integrity sha512-hEZC1KEeYuoHRqhGhTy6gWrpJA3ZDjFWv0DE61643ZnOXAKJb3u7yWcrU0mMc9SwAqK1n7myPGndkp0dFG7NFA==
1295
+ dependencies:
1296
+ bn.js "^5.1.1"
1297
+ browserify-rsa "^4.0.1"
1298
+ create-hash "^1.2.0"
1299
+ create-hmac "^1.1.7"
1300
+ elliptic "^6.5.2"
1301
+ inherits "^2.0.4"
1302
+ parse-asn1 "^5.1.5"
1303
+ readable-stream "^3.6.0"
1304
+ safe-buffer "^5.2.0"
1257
1305
 
1258
1306
  browserify-zlib@^0.2.0:
1259
1307
  version "0.2.0"
@@ -1262,14 +1310,15 @@ browserify-zlib@^0.2.0:
1262
1310
  dependencies:
1263
1311
  pako "~1.0.5"
1264
1312
 
1265
- browserslist@^4.0.0, browserslist@^4.1.0, browserslist@^4.8.2, browserslist@^4.8.3:
1266
- version "4.8.3"
1267
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.3.tgz#65802fcd77177c878e015f0e3189f2c4f627ba44"
1268
- integrity sha512-iU43cMMknxG1ClEZ2MDKeonKE1CCrFVkQK2AqO2YWFmvIrx4JWrvQ4w4hQez6EpVI8rHTtqh/ruHHDHSOKxvUg==
1313
+ browserslist@^4.0.0, browserslist@^4.1.0, browserslist@^4.11.1, browserslist@^4.12.0, browserslist@^4.8.5:
1314
+ version "4.12.0"
1315
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
1316
+ integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
1269
1317
  dependencies:
1270
- caniuse-lite "^1.0.30001017"
1271
- electron-to-chromium "^1.3.322"
1272
- node-releases "^1.1.44"
1318
+ caniuse-lite "^1.0.30001043"
1319
+ electron-to-chromium "^1.3.413"
1320
+ node-releases "^1.1.53"
1321
+ pkg-up "^2.0.0"
1273
1322
 
1274
1323
  buffer-equal@0.0.1:
1275
1324
  version "0.0.1"
@@ -1364,15 +1413,10 @@ caniuse-api@^3.0.0:
1364
1413
  lodash.memoize "^4.1.2"
1365
1414
  lodash.uniq "^4.5.0"
1366
1415
 
1367
- caniuse-lite@^1.0.0:
1368
- version "1.0.30001020"
1369
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001020.tgz#3f04c1737500ffda78be9beb0b5c1e2070e15926"
1370
- integrity sha512-yWIvwA68wRHKanAVS1GjN8vajAv7MBFshullKCeq/eKpK7pJBVDgFFEqvgWTkcP2+wIDeQGYFRXECjKZnLkUjA==
1371
-
1372
- caniuse-lite@^1.0.30001017, caniuse-lite@^1.0.30001020:
1373
- version "1.0.30001027"
1374
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001027.tgz#283e2ef17d94889cc216a22c6f85303d78ca852d"
1375
- integrity sha512-7xvKeErvXZFtUItTHgNtLgS9RJpVnwBlWX8jSo/BO8VsF6deszemZSkJJJA1KOKrXuzZH4WALpAJdq5EyfgMLg==
1416
+ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001061:
1417
+ version "1.0.30001064"
1418
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001064.tgz#a0f49689119ba08943b09968e118faf3f645add0"
1419
+ integrity sha512-hdBcQMFvJIrOhkpAZiRXz04Cmetwc9NekeuNl0qZfHOugxOhJKxsjF1RmISMPFjIF4PPx1reliIzbfN42EiQ5A==
1376
1420
 
1377
1421
  caseless@~0.12.0:
1378
1422
  version "0.12.0"
@@ -1399,10 +1443,10 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4
1399
1443
  escape-string-regexp "^1.0.5"
1400
1444
  supports-color "^5.3.0"
1401
1445
 
1402
- chalk@^3.0.0:
1403
- version "3.0.0"
1404
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
1405
- integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
1446
+ chalk@^4.0.0:
1447
+ version "4.0.0"
1448
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
1449
+ integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
1406
1450
  dependencies:
1407
1451
  ansi-styles "^4.1.0"
1408
1452
  supports-color "^7.1.0"
@@ -1524,7 +1568,7 @@ color-string@^1.5.2:
1524
1568
  color-name "^1.0.0"
1525
1569
  simple-swizzle "^0.2.2"
1526
1570
 
1527
- color@^3.0.0:
1571
+ color@^3.0.0, color@^3.1.2:
1528
1572
  version "3.1.2"
1529
1573
  resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
1530
1574
  integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==
@@ -1540,15 +1584,20 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
1540
1584
  delayed-stream "~1.0.0"
1541
1585
 
1542
1586
  command-exists@^1.2.6:
1543
- version "1.2.8"
1544
- resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.8.tgz#715acefdd1223b9c9b37110a149c6392c2852291"
1545
- integrity sha512-PM54PkseWbiiD/mMsbvW351/u+dafwTJ0ye2qB60G1aGQP9j3xK2gmMDc+R34L3nDtx4qMCitXT75mkbkGJDLw==
1587
+ version "1.2.9"
1588
+ resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69"
1589
+ integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==
1546
1590
 
1547
1591
  commander@^2.11.0, commander@^2.19.0, commander@^2.20.0:
1548
1592
  version "2.20.3"
1549
1593
  resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
1550
1594
  integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
1551
1595
 
1596
+ commander@^5.0.0:
1597
+ version "5.1.0"
1598
+ resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
1599
+ integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
1600
+
1552
1601
  component-emitter@^1.2.1:
1553
1602
  version "1.3.0"
1554
1603
  resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
@@ -1592,11 +1641,11 @@ copy-descriptor@^0.1.0:
1592
1641
  integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
1593
1642
 
1594
1643
  core-js-compat@^3.6.2:
1595
- version "3.6.3"
1596
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.3.tgz#41e281ca771209d5f2eb63ce34f96037d0928538"
1597
- integrity sha512-Y3YNGU3bU1yrnzVodop23ghArbKv4IqkZg9MMOWv/h7KT6NRk1/SzHhWDDlubg2+tlcUzAqgj1/GyeJ9fUKMeg==
1644
+ version "3.6.5"
1645
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c"
1646
+ integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==
1598
1647
  dependencies:
1599
- browserslist "^4.8.3"
1648
+ browserslist "^4.8.5"
1600
1649
  semver "7.0.0"
1601
1650
 
1602
1651
  core-js@^2.4.0, core-js@^2.6.5:
@@ -1627,7 +1676,7 @@ create-ecdh@^4.0.0:
1627
1676
  bn.js "^4.1.0"
1628
1677
  elliptic "^6.0.0"
1629
1678
 
1630
- create-hash@^1.1.0, create-hash@^1.1.2:
1679
+ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
1631
1680
  version "1.2.0"
1632
1681
  resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
1633
1682
  integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
@@ -1638,7 +1687,7 @@ create-hash@^1.1.0, create-hash@^1.1.2:
1638
1687
  ripemd160 "^2.0.1"
1639
1688
  sha.js "^2.4.0"
1640
1689
 
1641
- create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
1690
+ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
1642
1691
  version "1.1.7"
1643
1692
  resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
1644
1693
  integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
@@ -1719,13 +1768,13 @@ css-select@^2.0.0:
1719
1768
  nth-check "^1.0.2"
1720
1769
 
1721
1770
  css-selector-tokenizer@^0.7.0:
1722
- version "0.7.1"
1723
- resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz#a177271a8bca5019172f4f891fc6eed9cbf68d5d"
1724
- integrity sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==
1771
+ version "0.7.2"
1772
+ resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.2.tgz#11e5e27c9a48d90284f22d45061c303d7a25ad87"
1773
+ integrity sha512-yj856NGuAymN6r8bn8/Jl46pR+OC3eEvAhfGYDUe7YPtTPAYrSSw4oAniZ9Y8T5B92hjhwTBLUen0/vKPxf6pw==
1725
1774
  dependencies:
1726
- cssesc "^0.1.0"
1727
- fastparse "^1.1.1"
1728
- regexpu-core "^1.0.0"
1775
+ cssesc "^3.0.0"
1776
+ fastparse "^1.1.2"
1777
+ regexpu-core "^4.6.0"
1729
1778
 
1730
1779
  css-tree@1.0.0-alpha.37:
1731
1780
  version "1.0.0-alpha.37"
@@ -1735,26 +1784,24 @@ css-tree@1.0.0-alpha.37:
1735
1784
  mdn-data "2.0.4"
1736
1785
  source-map "^0.6.1"
1737
1786
 
1787
+ css-tree@1.0.0-alpha.39:
1788
+ version "1.0.0-alpha.39"
1789
+ resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.39.tgz#2bff3ffe1bb3f776cf7eefd91ee5cba77a149eeb"
1790
+ integrity sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==
1791
+ dependencies:
1792
+ mdn-data "2.0.6"
1793
+ source-map "^0.6.1"
1794
+
1738
1795
  css-unit-converter@^1.1.1:
1739
- version "1.1.1"
1740
- resolved "https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.1.tgz#d9b9281adcfd8ced935bdbaba83786897f64e996"
1741
- integrity sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=
1796
+ version "1.1.2"
1797
+ resolved "https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.2.tgz#4c77f5a1954e6dbff60695ecb214e3270436ab21"
1798
+ integrity sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==
1742
1799
 
1743
1800
  css-what@^3.2.1:
1744
1801
  version "3.2.1"
1745
1802
  resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.2.1.tgz#f4a8f12421064621b456755e34a03a2c22df5da1"
1746
1803
  integrity sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==
1747
1804
 
1748
- cssesc@^0.1.0:
1749
- version "0.1.0"
1750
- resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
1751
- integrity sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=
1752
-
1753
- cssesc@^2.0.0:
1754
- version "2.0.0"
1755
- resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703"
1756
- integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==
1757
-
1758
1805
  cssesc@^3.0.0:
1759
1806
  version "3.0.0"
1760
1807
  resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
@@ -1829,11 +1876,11 @@ cssnano@^4.0.0, cssnano@^4.1.10:
1829
1876
  postcss "^7.0.0"
1830
1877
 
1831
1878
  csso@^4.0.2:
1832
- version "4.0.2"
1833
- resolved "https://registry.yarnpkg.com/csso/-/csso-4.0.2.tgz#e5f81ab3a56b8eefb7f0092ce7279329f454de3d"
1834
- integrity sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg==
1879
+ version "4.0.3"
1880
+ resolved "https://registry.yarnpkg.com/csso/-/csso-4.0.3.tgz#0d9985dc852c7cc2b2cacfbbe1079014d1a8e903"
1881
+ integrity sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ==
1835
1882
  dependencies:
1836
- css-tree "1.0.0-alpha.37"
1883
+ css-tree "1.0.0-alpha.39"
1837
1884
 
1838
1885
  cssom@0.3.x, cssom@^0.3.4:
1839
1886
  version "0.3.8"
@@ -1864,9 +1911,9 @@ data-urls@^1.1.0:
1864
1911
  whatwg-url "^7.0.0"
1865
1912
 
1866
1913
  deasync@^0.1.14:
1867
- version "0.1.19"
1868
- resolved "https://registry.yarnpkg.com/deasync/-/deasync-0.1.19.tgz#e7ea89fcc9ad483367e8a48fe78f508ca86286e8"
1869
- integrity sha512-oh3MRktfnPlLysCPpBpKZZzb4cUC/p0aA3SyRGp15lN30juJBTo/CiD0d4fR+f1kBtUQoJj1NE9RPNWQ7BQ9Mg==
1914
+ version "0.1.20"
1915
+ resolved "https://registry.yarnpkg.com/deasync/-/deasync-0.1.20.tgz#546fd2660688a1eeed55edce2308c5cf7104f9da"
1916
+ integrity sha512-E1GI7jMI57hL30OX6Ht/hfQU8DO4AuB9m72WFm4c38GNbUD4Q03//XZaOIHZiY+H1xUaomcot5yk2q/qIZQkGQ==
1870
1917
  dependencies:
1871
1918
  bindings "^1.5.0"
1872
1919
  node-addon-api "^1.7.1"
@@ -2027,12 +2074,12 @@ domutils@^1.5.1, domutils@^1.7.0:
2027
2074
  dom-serializer "0"
2028
2075
  domelementtype "1"
2029
2076
 
2030
- dot-prop@^4.1.1:
2031
- version "4.2.0"
2032
- resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
2033
- integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==
2077
+ dot-prop@^5.2.0:
2078
+ version "5.2.0"
2079
+ resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
2080
+ integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
2034
2081
  dependencies:
2035
- is-obj "^1.0.0"
2082
+ is-obj "^2.0.0"
2036
2083
 
2037
2084
  dotenv-expand@^5.1.0:
2038
2085
  version "5.1.0"
@@ -2064,12 +2111,12 @@ ee-first@1.1.1:
2064
2111
  resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
2065
2112
  integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
2066
2113
 
2067
- electron-to-chromium@^1.3.322:
2068
- version "1.3.351"
2069
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.351.tgz#78bcf8e9092013232b2fb72b9db423d96e92604c"
2070
- integrity sha512-L8zhV8k7Znp2q3wWXYDzCyfTBeGauEX0rX/FtgmnDgmvHRqwu9NVN614wOkXx9sDZmJZpNMBaEFMXTu/vbr+Kg==
2114
+ electron-to-chromium@^1.3.413:
2115
+ version "1.3.451"
2116
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.451.tgz#0c075af3e2f06d706670bde0279432802ca8c83f"
2117
+ integrity sha512-2fvco0F2bBIgqzO8GRP0Jt/91pdrf9KfZ5FsmkYkjERmIJG585cFeFZV4+CO6oTmU3HmCTgfcZuEa7kW8VUh3A==
2071
2118
 
2072
- elliptic@^6.0.0:
2119
+ elliptic@^6.0.0, elliptic@^6.5.2:
2073
2120
  version "6.5.2"
2074
2121
  resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
2075
2122
  integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
@@ -2098,14 +2145,14 @@ entities@^1.1.1, entities@^1.1.2:
2098
2145
  integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
2099
2146
 
2100
2147
  entities@^2.0.0:
2101
- version "2.0.0"
2102
- resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
2103
- integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==
2148
+ version "2.0.2"
2149
+ resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.2.tgz#ac74db0bba8d33808bbf36809c3a5c3683531436"
2150
+ integrity sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==
2104
2151
 
2105
2152
  envinfo@^7.3.1:
2106
- version "7.5.0"
2107
- resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.5.0.tgz#91410bb6db262fb4f1409bd506e9ff57e91023f4"
2108
- integrity sha512-jDgnJaF/Btomk+m3PZDTTCb5XIIIX3zYItnCRfF73zVgvinLoRomuhi75Y4su0PtQxWz4v66XnLLckyvyJTOIQ==
2153
+ version "7.5.1"
2154
+ resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.5.1.tgz#93c26897225a00457c75e734d354ea9106a72236"
2155
+ integrity sha512-hQBkDf2iO4Nv0CNHpCuSBeaSrveU6nThVxFGTrq/eDlV716UQk09zChaJae4mZRsos1x4YLY2TaH3LHUae3ZmQ==
2109
2156
 
2110
2157
  error-ex@^1.3.1:
2111
2158
  version "1.3.2"
@@ -2114,10 +2161,10 @@ error-ex@^1.3.1:
2114
2161
  dependencies:
2115
2162
  is-arrayish "^0.2.1"
2116
2163
 
2117
- es-abstract@^1.17.0-next.1:
2118
- version "1.17.0"
2119
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0.tgz#f42a517d0036a5591dbb2c463591dc8bb50309b1"
2120
- integrity sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==
2164
+ es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5:
2165
+ version "1.17.5"
2166
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9"
2167
+ integrity sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==
2121
2168
  dependencies:
2122
2169
  es-to-primitive "^1.2.1"
2123
2170
  function-bind "^1.1.1"
@@ -2151,11 +2198,11 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
2151
2198
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
2152
2199
 
2153
2200
  escodegen@^1.11.0, escodegen@^1.11.1:
2154
- version "1.12.1"
2155
- resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.12.1.tgz#08770602a74ac34c7a90ca9229e7d51e379abc76"
2156
- integrity sha512-Q8t2YZ+0e0pc7NRVj3B4tSQ9rim1oi4Fh46k2xhJ2qOiEwhQfdjyEQddWdj7ZFaKmU+5104vn1qrcjEPWq+bgQ==
2201
+ version "1.14.1"
2202
+ resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.1.tgz#ba01d0c8278b5e95a9a45350142026659027a457"
2203
+ integrity sha512-Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ==
2157
2204
  dependencies:
2158
- esprima "^3.1.3"
2205
+ esprima "^4.0.1"
2159
2206
  estraverse "^4.2.0"
2160
2207
  esutils "^2.0.2"
2161
2208
  optionator "^0.8.1"
@@ -2179,7 +2226,7 @@ esprima@^3.1.3:
2179
2226
  resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
2180
2227
  integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=
2181
2228
 
2182
- esprima@^4.0.0:
2229
+ esprima@^4.0.0, esprima@^4.0.1:
2183
2230
  version "4.0.1"
2184
2231
  resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
2185
2232
  integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
@@ -2189,7 +2236,7 @@ estraverse@^4.2.0:
2189
2236
  resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
2190
2237
  integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
2191
2238
 
2192
- esutils@^2.0.0, esutils@^2.0.2:
2239
+ esutils@^2.0.2:
2193
2240
  version "2.0.3"
2194
2241
  resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
2195
2242
  integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
@@ -2270,19 +2317,19 @@ extsprintf@^1.2.0:
2270
2317
  integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
2271
2318
 
2272
2319
  falafel@^2.1.0:
2273
- version "2.1.0"
2274
- resolved "https://registry.yarnpkg.com/falafel/-/falafel-2.1.0.tgz#96bb17761daba94f46d001738b3cedf3a67fe06c"
2275
- integrity sha1-lrsXdh2rqU9G0AFzizzt86Z/4Gw=
2320
+ version "2.2.4"
2321
+ resolved "https://registry.yarnpkg.com/falafel/-/falafel-2.2.4.tgz#b5d86c060c2412a43166243cb1bce44d1abd2819"
2322
+ integrity sha512-0HXjo8XASWRmsS0X1EkhwEMZaD3Qvp7FfURwjLKjG1ghfRm/MGZl2r4cWUTv41KdNghTw4OUMmVtdGQp3+H+uQ==
2276
2323
  dependencies:
2277
- acorn "^5.0.0"
2324
+ acorn "^7.1.1"
2278
2325
  foreach "^2.0.5"
2279
- isarray "0.0.1"
2326
+ isarray "^2.0.1"
2280
2327
  object-keys "^1.0.6"
2281
2328
 
2282
- fast-deep-equal@^2.0.1:
2283
- version "2.0.1"
2284
- resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
2285
- integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
2329
+ fast-deep-equal@^3.1.1:
2330
+ version "3.1.1"
2331
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
2332
+ integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
2286
2333
 
2287
2334
  fast-glob@^2.2.2:
2288
2335
  version "2.2.7"
@@ -2306,7 +2353,7 @@ fast-levenshtein@~2.0.6:
2306
2353
  resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
2307
2354
  integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
2308
2355
 
2309
- fastparse@^1.1.1:
2356
+ fastparse@^1.1.2:
2310
2357
  version "1.1.2"
2311
2358
  resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9"
2312
2359
  integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==
@@ -2331,6 +2378,13 @@ fill-range@^4.0.0:
2331
2378
  repeat-string "^1.6.1"
2332
2379
  to-regex-range "^2.1.0"
2333
2380
 
2381
+ find-up@^2.1.0:
2382
+ version "2.1.0"
2383
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
2384
+ integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
2385
+ dependencies:
2386
+ locate-path "^2.0.0"
2387
+
2334
2388
  find-up@^3.0.0:
2335
2389
  version "3.0.0"
2336
2390
  resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -2389,9 +2443,9 @@ fs.realpath@^1.0.0:
2389
2443
  integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
2390
2444
 
2391
2445
  fsevents@^1.2.7:
2392
- version "1.2.11"
2393
- resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.11.tgz#67bf57f4758f02ede88fb2a1712fef4d15358be3"
2394
- integrity sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==
2446
+ version "1.2.13"
2447
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
2448
+ integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
2395
2449
  dependencies:
2396
2450
  bindings "^1.5.0"
2397
2451
  nan "^2.12.1"
@@ -2441,7 +2495,7 @@ glob-to-regexp@^0.3.0:
2441
2495
  resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
2442
2496
  integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
2443
2497
 
2444
- glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
2498
+ glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
2445
2499
  version "7.1.6"
2446
2500
  resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
2447
2501
  integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -2459,9 +2513,9 @@ globals@^11.1.0:
2459
2513
  integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
2460
2514
 
2461
2515
  graceful-fs@^4.1.11, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
2462
- version "4.2.3"
2463
- resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
2464
- integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
2516
+ version "4.2.4"
2517
+ resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
2518
+ integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
2465
2519
 
2466
2520
  grapheme-breaker@^0.3.2:
2467
2521
  version "0.3.2"
@@ -2476,7 +2530,7 @@ har-schema@^2.0.0:
2476
2530
  resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
2477
2531
  integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
2478
2532
 
2479
- har-validator@~5.1.0:
2533
+ har-validator@~5.1.3:
2480
2534
  version "5.1.3"
2481
2535
  resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
2482
2536
  integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
@@ -2550,12 +2604,13 @@ has@^1.0.0, has@^1.0.1, has@^1.0.3:
2550
2604
  function-bind "^1.1.1"
2551
2605
 
2552
2606
  hash-base@^3.0.0:
2553
- version "3.0.4"
2554
- resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
2555
- integrity sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=
2607
+ version "3.1.0"
2608
+ resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33"
2609
+ integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==
2556
2610
  dependencies:
2557
- inherits "^2.0.1"
2558
- safe-buffer "^5.0.1"
2611
+ inherits "^2.0.4"
2612
+ readable-stream "^3.6.0"
2613
+ safe-buffer "^5.2.0"
2559
2614
 
2560
2615
  hash.js@^1.0.0, hash.js@^1.0.3:
2561
2616
  version "1.1.7"
@@ -2695,7 +2750,7 @@ inflight@^1.0.4:
2695
2750
  once "^1.3.0"
2696
2751
  wrappy "1"
2697
2752
 
2698
- inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
2753
+ inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
2699
2754
  version "2.0.4"
2700
2755
  resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
2701
2756
  integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -2872,10 +2927,10 @@ is-number@^3.0.0:
2872
2927
  dependencies:
2873
2928
  kind-of "^3.0.2"
2874
2929
 
2875
- is-obj@^1.0.0:
2876
- version "1.0.1"
2877
- resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
2878
- integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
2930
+ is-obj@^2.0.0:
2931
+ version "2.0.0"
2932
+ resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
2933
+ integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
2879
2934
 
2880
2935
  is-plain-object@^2.0.3, is-plain-object@^2.0.4:
2881
2936
  version "2.0.4"
@@ -2930,16 +2985,16 @@ is-wsl@^1.1.0:
2930
2985
  resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
2931
2986
  integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
2932
2987
 
2933
- isarray@0.0.1:
2934
- version "0.0.1"
2935
- resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
2936
- integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
2937
-
2938
2988
  isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
2939
2989
  version "1.0.0"
2940
2990
  resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
2941
2991
  integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
2942
2992
 
2993
+ isarray@^2.0.1:
2994
+ version "2.0.5"
2995
+ resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
2996
+ integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
2997
+
2943
2998
  isexe@^2.0.0:
2944
2999
  version "2.0.0"
2945
3000
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
@@ -2968,9 +3023,9 @@ isstream@~0.1.2:
2968
3023
  integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
2969
3024
 
2970
3025
  js-yaml@^3.10.0, js-yaml@^3.13.1:
2971
- version "3.13.1"
2972
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
2973
- integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
3026
+ version "3.14.0"
3027
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
3028
+ integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
2974
3029
  dependencies:
2975
3030
  argparse "^1.0.7"
2976
3031
  esprima "^4.0.0"
@@ -3049,12 +3104,12 @@ json5@^1.0.1:
3049
3104
  dependencies:
3050
3105
  minimist "^1.2.0"
3051
3106
 
3052
- json5@^2.1.0:
3053
- version "2.1.1"
3054
- resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
3055
- integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==
3107
+ json5@^2.1.2:
3108
+ version "2.1.3"
3109
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
3110
+ integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
3056
3111
  dependencies:
3057
- minimist "^1.2.0"
3112
+ minimist "^1.2.5"
3058
3113
 
3059
3114
  jsonfile@^4.0.0:
3060
3115
  version "4.0.0"
@@ -3093,19 +3148,19 @@ kind-of@^5.0.0:
3093
3148
  integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
3094
3149
 
3095
3150
  kind-of@^6.0.0, kind-of@^6.0.2:
3096
- version "6.0.2"
3097
- resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
3098
- integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
3151
+ version "6.0.3"
3152
+ resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
3153
+ integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
3099
3154
 
3100
3155
  leven@^3.1.0:
3101
3156
  version "3.1.0"
3102
3157
  resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
3103
3158
  integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
3104
3159
 
3105
- levenary@^1.1.0:
3106
- version "1.1.0"
3107
- resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.0.tgz#fc146fe75f32dc483a0a2c64aef720f602cd6210"
3108
- integrity sha512-VHcwhO0UTpUW7rLPN2/OiWJdgA1e9BqEDALhrgCe/F+uUJnep6CoUsTzMeP8Rh0NGr9uKquXxqe7lwLZo509nQ==
3160
+ levenary@^1.1.1:
3161
+ version "1.1.1"
3162
+ resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77"
3163
+ integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==
3109
3164
  dependencies:
3110
3165
  leven "^3.1.0"
3111
3166
 
@@ -3117,6 +3172,14 @@ levn@~0.3.0:
3117
3172
  prelude-ls "~1.1.2"
3118
3173
  type-check "~0.3.2"
3119
3174
 
3175
+ locate-path@^2.0.0:
3176
+ version "2.0.0"
3177
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
3178
+ integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
3179
+ dependencies:
3180
+ p-locate "^2.0.0"
3181
+ path-exists "^3.0.0"
3182
+
3120
3183
  locate-path@^3.0.0:
3121
3184
  version "3.0.0"
3122
3185
  resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
@@ -3202,6 +3265,11 @@ mdn-data@2.0.4:
3202
3265
  resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
3203
3266
  integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
3204
3267
 
3268
+ mdn-data@2.0.6:
3269
+ version "2.0.6"
3270
+ resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.6.tgz#852dc60fcaa5daa2e8cf6c9189c440ed3e042978"
3271
+ integrity sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA==
3272
+
3205
3273
  merge-source-map@1.0.4:
3206
3274
  version "1.0.4"
3207
3275
  resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.0.4.tgz#a5de46538dae84d4114cc5ea02b4772a6346701f"
@@ -3241,17 +3309,17 @@ miller-rabin@^4.0.0:
3241
3309
  bn.js "^4.0.0"
3242
3310
  brorand "^1.0.1"
3243
3311
 
3244
- mime-db@1.43.0:
3245
- version "1.43.0"
3246
- resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz#0a12e0502650e473d735535050e7c8f4eb4fae58"
3247
- integrity sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==
3312
+ mime-db@1.44.0:
3313
+ version "1.44.0"
3314
+ resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
3315
+ integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
3248
3316
 
3249
3317
  mime-types@^2.1.12, mime-types@~2.1.19:
3250
- version "2.1.26"
3251
- resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06"
3252
- integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==
3318
+ version "2.1.27"
3319
+ resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
3320
+ integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
3253
3321
  dependencies:
3254
- mime-db "1.43.0"
3322
+ mime-db "1.44.0"
3255
3323
 
3256
3324
  mime@1.6.0:
3257
3325
  version "1.6.0"
@@ -3280,15 +3348,10 @@ minimatch@^3.0.4:
3280
3348
  dependencies:
3281
3349
  brace-expansion "^1.1.7"
3282
3350
 
3283
- minimist@0.0.8:
3284
- version "0.0.8"
3285
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
3286
- integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
3287
-
3288
- minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
3289
- version "1.2.0"
3290
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
3291
- integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
3351
+ minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
3352
+ version "1.2.5"
3353
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
3354
+ integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
3292
3355
 
3293
3356
  mixin-deep@^1.2.0:
3294
3357
  version "1.3.2"
@@ -3299,11 +3362,11 @@ mixin-deep@^1.2.0:
3299
3362
  is-extendable "^1.0.1"
3300
3363
 
3301
3364
  mkdirp@^0.5.1, mkdirp@~0.5.1:
3302
- version "0.5.1"
3303
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
3304
- integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
3365
+ version "0.5.5"
3366
+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
3367
+ integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
3305
3368
  dependencies:
3306
- minimist "0.0.8"
3369
+ minimist "^1.2.5"
3307
3370
 
3308
3371
  ms@2.0.0:
3309
3372
  version "2.0.0"
@@ -3321,9 +3384,9 @@ ms@^2.1.1:
3321
3384
  integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
3322
3385
 
3323
3386
  nan@^2.12.1:
3324
- version "2.14.0"
3325
- resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
3326
- integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
3387
+ version "2.14.1"
3388
+ resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
3389
+ integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==
3327
3390
 
3328
3391
  nanomatch@^1.2.9:
3329
3392
  version "1.2.13"
@@ -3393,12 +3456,10 @@ node-libs-browser@^2.0.0:
3393
3456
  util "^0.11.0"
3394
3457
  vm-browserify "^1.0.1"
3395
3458
 
3396
- node-releases@^1.1.44:
3397
- version "1.1.49"
3398
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.49.tgz#67ba5a3fac2319262675ef864ed56798bb33b93e"
3399
- integrity sha512-xH8t0LS0disN0mtRCh+eByxFPie+msJUBL/lJDBuap53QGiYPa9joh83K4pCZgWJ+2L4b9h88vCVdXQ60NO2bg==
3400
- dependencies:
3401
- semver "^6.3.0"
3459
+ node-releases@^1.1.53:
3460
+ version "1.1.56"
3461
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.56.tgz#bc054a417d316e3adac90eafb7e1932802f28705"
3462
+ integrity sha512-EVo605FhWLygH8a64TjgpjyHYOihkxECwX1bHHr8tETJKWEiWS2YJjPbvsX2jFjnjTNEgBCmk9mLjKG1Mf11cw==
3402
3463
 
3403
3464
  normalize-html-whitespace@^1.0.0:
3404
3465
  version "1.0.0"
@@ -3500,7 +3561,7 @@ object.assign@^4.1.0:
3500
3561
  has-symbols "^1.0.0"
3501
3562
  object-keys "^1.0.11"
3502
3563
 
3503
- object.getownpropertydescriptors@^2.0.3:
3564
+ object.getownpropertydescriptors@^2.1.0:
3504
3565
  version "2.1.0"
3505
3566
  resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649"
3506
3567
  integrity sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==
@@ -3582,13 +3643,27 @@ os-browserify@^0.3.0:
3582
3643
  resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
3583
3644
  integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=
3584
3645
 
3646
+ p-limit@^1.1.0:
3647
+ version "1.3.0"
3648
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
3649
+ integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
3650
+ dependencies:
3651
+ p-try "^1.0.0"
3652
+
3585
3653
  p-limit@^2.0.0:
3586
- version "2.2.2"
3587
- resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e"
3588
- integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==
3654
+ version "2.3.0"
3655
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
3656
+ integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
3589
3657
  dependencies:
3590
3658
  p-try "^2.0.0"
3591
3659
 
3660
+ p-locate@^2.0.0:
3661
+ version "2.0.0"
3662
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
3663
+ integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
3664
+ dependencies:
3665
+ p-limit "^1.1.0"
3666
+
3592
3667
  p-locate@^3.0.0:
3593
3668
  version "3.0.0"
3594
3669
  resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -3596,6 +3671,11 @@ p-locate@^3.0.0:
3596
3671
  dependencies:
3597
3672
  p-limit "^2.0.0"
3598
3673
 
3674
+ p-try@^1.0.0:
3675
+ version "1.0.0"
3676
+ resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
3677
+ integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
3678
+
3599
3679
  p-try@^2.0.0:
3600
3680
  version "2.2.0"
3601
3681
  resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
@@ -3607,9 +3687,9 @@ pako@^0.2.5:
3607
3687
  integrity sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=
3608
3688
 
3609
3689
  pako@~1.0.5:
3610
- version "1.0.10"
3611
- resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732"
3612
- integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==
3690
+ version "1.0.11"
3691
+ resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
3692
+ integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
3613
3693
 
3614
3694
  parcel-bundler@^1.12.3:
3615
3695
  version "1.12.4"
@@ -3676,7 +3756,7 @@ parcel-bundler@^1.12.3:
3676
3756
  v8-compile-cache "^2.0.0"
3677
3757
  ws "^5.1.1"
3678
3758
 
3679
- parse-asn1@^5.0.0:
3759
+ parse-asn1@^5.0.0, parse-asn1@^5.1.5:
3680
3760
  version "5.1.5"
3681
3761
  resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.5.tgz#003271343da58dc94cace494faef3d2147ecea0e"
3682
3762
  integrity sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==
@@ -3762,6 +3842,13 @@ physical-cpu-count@^2.0.0:
3762
3842
  resolved "https://registry.yarnpkg.com/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz#18de2f97e4bf7a9551ad7511942b5496f7aba660"
3763
3843
  integrity sha1-GN4vl+S/epVRrXURlCtUlverpmA=
3764
3844
 
3845
+ pkg-up@^2.0.0:
3846
+ version "2.0.0"
3847
+ resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
3848
+ integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
3849
+ dependencies:
3850
+ find-up "^2.1.0"
3851
+
3765
3852
  pn@^1.1.0:
3766
3853
  version "1.1.0"
3767
3854
  resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
@@ -3773,14 +3860,13 @@ posix-character-classes@^0.1.0:
3773
3860
  integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
3774
3861
 
3775
3862
  postcss-calc@^7.0.1:
3776
- version "7.0.1"
3777
- resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.1.tgz#36d77bab023b0ecbb9789d84dcb23c4941145436"
3778
- integrity sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==
3863
+ version "7.0.2"
3864
+ resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.2.tgz#504efcd008ca0273120568b0792b16cdcde8aac1"
3865
+ integrity sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ==
3779
3866
  dependencies:
3780
- css-unit-converter "^1.1.1"
3781
- postcss "^7.0.5"
3782
- postcss-selector-parser "^5.0.0-rc.4"
3783
- postcss-value-parser "^3.3.1"
3867
+ postcss "^7.0.27"
3868
+ postcss-selector-parser "^6.0.2"
3869
+ postcss-value-parser "^4.0.2"
3784
3870
 
3785
3871
  postcss-colormin@^4.0.3:
3786
3872
  version "4.0.3"
@@ -4068,20 +4154,11 @@ postcss-selector-parser@6.0.2, postcss-selector-parser@^6.0.0, postcss-selector-
4068
4154
  uniq "^1.0.1"
4069
4155
 
4070
4156
  postcss-selector-parser@^3.0.0:
4071
- version "3.1.1"
4072
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865"
4073
- integrity sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=
4074
- dependencies:
4075
- dot-prop "^4.1.1"
4076
- indexes-of "^1.0.1"
4077
- uniq "^1.0.1"
4078
-
4079
- postcss-selector-parser@^5.0.0-rc.4:
4080
- version "5.0.0"
4081
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c"
4082
- integrity sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==
4157
+ version "3.1.2"
4158
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"
4159
+ integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==
4083
4160
  dependencies:
4084
- cssesc "^2.0.0"
4161
+ dot-prop "^5.2.0"
4085
4162
  indexes-of "^1.0.1"
4086
4163
  uniq "^1.0.1"
4087
4164
 
@@ -4109,10 +4186,10 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0, postcss-value-parser@^
4109
4186
  resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
4110
4187
  integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
4111
4188
 
4112
- postcss-value-parser@^4.0.2:
4113
- version "4.0.2"
4114
- resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
4115
- integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==
4189
+ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
4190
+ version "4.1.0"
4191
+ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
4192
+ integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
4116
4193
 
4117
4194
  postcss@6.0.1:
4118
4195
  version "6.0.1"
@@ -4123,6 +4200,15 @@ postcss@6.0.1:
4123
4200
  source-map "^0.5.6"
4124
4201
  supports-color "^3.2.3"
4125
4202
 
4203
+ postcss@7.0.28:
4204
+ version "7.0.28"
4205
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.28.tgz#d349ced7743475717ba91f6810efb58c51fb5dbb"
4206
+ integrity sha512-YU6nVhyWIsVtlNlnAj1fHTsUKW5qxm3KEgzq2Jj6KTEFOTK8QWR12eIDvrlWhiSTK8WIBFTBhOJV4DY6dUuEbw==
4207
+ dependencies:
4208
+ chalk "^2.4.2"
4209
+ source-map "^0.6.1"
4210
+ supports-color "^6.1.0"
4211
+
4126
4212
  postcss@^6.0.1, postcss@^6.0.9:
4127
4213
  version "6.0.23"
4128
4214
  resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
@@ -4132,26 +4218,26 @@ postcss@^6.0.1, postcss@^6.0.9:
4132
4218
  source-map "^0.6.1"
4133
4219
  supports-color "^5.4.0"
4134
4220
 
4135
- postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.11, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.5:
4136
- version "7.0.26"
4137
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.26.tgz#5ed615cfcab35ba9bbb82414a4fa88ea10429587"
4138
- integrity sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==
4221
+ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.11, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.21, postcss@^7.0.27, postcss@^7.0.30:
4222
+ version "7.0.30"
4223
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.30.tgz#cc9378beffe46a02cbc4506a0477d05fcea9a8e2"
4224
+ integrity sha512-nu/0m+NtIzoubO+xdAlwZl/u5S5vi/y6BCsoL8D+8IxsD3XvBS8X4YEADNIVXKVuQvduiucnRv+vPIqj56EGMQ==
4139
4225
  dependencies:
4140
4226
  chalk "^2.4.2"
4141
4227
  source-map "^0.6.1"
4142
4228
  supports-color "^6.1.0"
4143
4229
 
4144
- posthtml-parser@^0.4.0, posthtml-parser@^0.4.1:
4230
+ posthtml-parser@^0.4.0, posthtml-parser@^0.4.1, posthtml-parser@^0.4.2:
4145
4231
  version "0.4.2"
4146
4232
  resolved "https://registry.yarnpkg.com/posthtml-parser/-/posthtml-parser-0.4.2.tgz#a132bbdf0cd4bc199d34f322f5c1599385d7c6c1"
4147
4233
  integrity sha512-BUIorsYJTvS9UhXxPTzupIztOMVNPa/HtAm9KHni9z6qEfiJ1bpOBL5DfUOL9XAc3XkLIEzBzpph+Zbm4AdRAg==
4148
4234
  dependencies:
4149
4235
  htmlparser2 "^3.9.2"
4150
4236
 
4151
- posthtml-render@^1.1.3, posthtml-render@^1.1.5:
4152
- version "1.1.5"
4153
- resolved "https://registry.yarnpkg.com/posthtml-render/-/posthtml-render-1.1.5.tgz#387934e85438a3de77085fbc7d264efb00bd0e0f"
4154
- integrity sha512-yvt54j0zCBHQVEFAuR+yHld8CZrCa/E1Z/OcFNCV1IEWTLVxT8O7nYnM4IIw1CD4r8kaRd3lc42+0lgCKgm87w==
4237
+ posthtml-render@^1.1.3, posthtml-render@^1.1.5, posthtml-render@^1.2.2:
4238
+ version "1.2.2"
4239
+ resolved "https://registry.yarnpkg.com/posthtml-render/-/posthtml-render-1.2.2.tgz#f554a19ed40d40e2bfc160826b0a91d4a23656cd"
4240
+ integrity sha512-MbIXTWwAfJ9qET6Zl29UNwJcDJEEz9Zkr5oDhiujitJa7YBJwEpbkX2cmuklCDxubTMoRWpid3q8DrSyGnUUzQ==
4155
4241
 
4156
4242
  posthtml@^0.11.2:
4157
4243
  version "0.11.6"
@@ -4162,12 +4248,12 @@ posthtml@^0.11.2:
4162
4248
  posthtml-render "^1.1.5"
4163
4249
 
4164
4250
  posthtml@^0.12.0:
4165
- version "0.12.0"
4166
- resolved "https://registry.yarnpkg.com/posthtml/-/posthtml-0.12.0.tgz#6e2a2fcd774eaed1a419a95c5cc3a92b676a40a6"
4167
- integrity sha512-aNUEP/SfKUXAt+ghG51LC5MmafChBZeslVe/SSdfKIgLGUVRE68mrMF4V8XbH07ZifM91tCSuxY3eHIFLlecQw==
4251
+ version "0.12.3"
4252
+ resolved "https://registry.yarnpkg.com/posthtml/-/posthtml-0.12.3.tgz#8fa5b903907e9c10ba5b883863cc550189a309d5"
4253
+ integrity sha512-Fbpi95+JJyR0tqU7pUy1zTSQFjAsluuwB9pJ1h0jtnGk7n/O2TBtP5nDl9rV0JVACjQ1Lm5wSp4ppChr8u3MhA==
4168
4254
  dependencies:
4169
- posthtml-parser "^0.4.1"
4170
- posthtml-render "^1.1.5"
4255
+ posthtml-parser "^0.4.2"
4256
+ posthtml-render "^1.2.2"
4171
4257
 
4172
4258
  prelude-ls@~1.1.2:
4173
4259
  version "1.1.2"
@@ -4184,7 +4270,7 @@ pretty-hrtime@^1.0.3:
4184
4270
  resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
4185
4271
  integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
4186
4272
 
4187
- private@^0.1.6:
4273
+ private@^0.1.8:
4188
4274
  version "0.1.8"
4189
4275
  resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
4190
4276
  integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
@@ -4199,10 +4285,10 @@ process@^0.11.10:
4199
4285
  resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
4200
4286
  integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
4201
4287
 
4202
- psl@^1.1.24, psl@^1.1.28:
4203
- version "1.7.0"
4204
- resolved "https://registry.yarnpkg.com/psl/-/psl-1.7.0.tgz#f1c4c47a8ef97167dea5d6bbf4816d736e884a3c"
4205
- integrity sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==
4288
+ psl@^1.1.28:
4289
+ version "1.8.0"
4290
+ resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
4291
+ integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
4206
4292
 
4207
4293
  public-encrypt@^4.0.0:
4208
4294
  version "4.0.3"
@@ -4221,7 +4307,7 @@ punycode@1.3.2:
4221
4307
  resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
4222
4308
  integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
4223
4309
 
4224
- punycode@^1.2.4, punycode@^1.4.1:
4310
+ punycode@^1.2.4:
4225
4311
  version "1.4.1"
4226
4312
  resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
4227
4313
  integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
@@ -4241,6 +4327,16 @@ purgecss@^1.4.0:
4241
4327
  postcss-selector-parser "^6.0.0"
4242
4328
  yargs "^14.0.0"
4243
4329
 
4330
+ purgecss@^2.2.0:
4331
+ version "2.2.1"
4332
+ resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-2.2.1.tgz#aa3bdf23370f7539df6154f5e25df2da311cd018"
4333
+ integrity sha512-wngRSLW1dpNr8kr3TL9nTJMyTFI5BiRiaUUEys5M1CA4zEHLF25fRHoshEeDqmhstaNTOddmpYM34zRrUtEGbQ==
4334
+ dependencies:
4335
+ commander "^5.0.0"
4336
+ glob "^7.0.0"
4337
+ postcss "7.0.28"
4338
+ postcss-selector-parser "^6.0.2"
4339
+
4244
4340
  q@^1.1.2:
4245
4341
  version "1.5.1"
4246
4342
  resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
@@ -4303,10 +4399,10 @@ readable-stream@^2.0.2, readable-stream@^2.2.2, readable-stream@^2.3.3, readable
4303
4399
  string_decoder "~1.1.1"
4304
4400
  util-deprecate "~1.0.1"
4305
4401
 
4306
- readable-stream@^3.1.1:
4307
- version "3.4.0"
4308
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
4309
- integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==
4402
+ readable-stream@^3.1.1, readable-stream@^3.6.0:
4403
+ version "3.6.0"
4404
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
4405
+ integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
4310
4406
  dependencies:
4311
4407
  inherits "^2.0.3"
4312
4408
  string_decoder "^1.1.1"
@@ -4329,14 +4425,14 @@ reduce-css-calc@^2.1.6:
4329
4425
  css-unit-converter "^1.1.1"
4330
4426
  postcss-value-parser "^3.3.0"
4331
4427
 
4332
- regenerate-unicode-properties@^8.1.0:
4333
- version "8.1.0"
4334
- resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e"
4335
- integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA==
4428
+ regenerate-unicode-properties@^8.2.0:
4429
+ version "8.2.0"
4430
+ resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec"
4431
+ integrity sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==
4336
4432
  dependencies:
4337
4433
  regenerate "^1.4.0"
4338
4434
 
4339
- regenerate@^1.2.1, regenerate@^1.4.0:
4435
+ regenerate@^1.4.0:
4340
4436
  version "1.4.0"
4341
4437
  resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
4342
4438
  integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
@@ -4346,17 +4442,18 @@ regenerator-runtime@^0.11.0:
4346
4442
  resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
4347
4443
  integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
4348
4444
 
4349
- regenerator-runtime@^0.13.2:
4350
- version "0.13.3"
4351
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
4352
- integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
4445
+ regenerator-runtime@^0.13.4:
4446
+ version "0.13.5"
4447
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
4448
+ integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
4353
4449
 
4354
- regenerator-transform@^0.14.0:
4355
- version "0.14.1"
4356
- resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"
4357
- integrity sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ==
4450
+ regenerator-transform@^0.14.2:
4451
+ version "0.14.4"
4452
+ resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz#5266857896518d1616a78a0479337a30ea974cc7"
4453
+ integrity sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw==
4358
4454
  dependencies:
4359
- private "^0.1.6"
4455
+ "@babel/runtime" "^7.8.4"
4456
+ private "^0.1.8"
4360
4457
 
4361
4458
  regex-not@^1.0.0, regex-not@^1.0.2:
4362
4459
  version "1.0.2"
@@ -4366,48 +4463,27 @@ regex-not@^1.0.0, regex-not@^1.0.2:
4366
4463
  extend-shallow "^3.0.2"
4367
4464
  safe-regex "^1.1.0"
4368
4465
 
4369
- regexpu-core@^1.0.0:
4370
- version "1.0.0"
4371
- resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
4372
- integrity sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=
4373
- dependencies:
4374
- regenerate "^1.2.1"
4375
- regjsgen "^0.2.0"
4376
- regjsparser "^0.1.4"
4377
-
4378
- regexpu-core@^4.6.0:
4379
- version "4.6.0"
4380
- resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
4381
- integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
4466
+ regexpu-core@^4.6.0, regexpu-core@^4.7.0:
4467
+ version "4.7.0"
4468
+ resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938"
4469
+ integrity sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==
4382
4470
  dependencies:
4383
4471
  regenerate "^1.4.0"
4384
- regenerate-unicode-properties "^8.1.0"
4385
- regjsgen "^0.5.0"
4386
- regjsparser "^0.6.0"
4472
+ regenerate-unicode-properties "^8.2.0"
4473
+ regjsgen "^0.5.1"
4474
+ regjsparser "^0.6.4"
4387
4475
  unicode-match-property-ecmascript "^1.0.4"
4388
- unicode-match-property-value-ecmascript "^1.1.0"
4476
+ unicode-match-property-value-ecmascript "^1.2.0"
4389
4477
 
4390
- regjsgen@^0.2.0:
4391
- version "0.2.0"
4392
- resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7"
4393
- integrity sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=
4394
-
4395
- regjsgen@^0.5.0:
4478
+ regjsgen@^0.5.1:
4396
4479
  version "0.5.1"
4397
4480
  resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz#48f0bf1a5ea205196929c0d9798b42d1ed98443c"
4398
4481
  integrity sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==
4399
4482
 
4400
- regjsparser@^0.1.4:
4401
- version "0.1.5"
4402
- resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c"
4403
- integrity sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=
4404
- dependencies:
4405
- jsesc "~0.5.0"
4406
-
4407
- regjsparser@^0.6.0:
4408
- version "0.6.2"
4409
- resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.2.tgz#fd62c753991467d9d1ffe0a9f67f27a529024b96"
4410
- integrity sha512-E9ghzUtoLwDekPT0DYCp+c4h+bvuUpe6rRHCTYn6eGoqj1LgKXxT6I0Il4WbjhQkOghzi/V+y03bPKvbllL93Q==
4483
+ regjsparser@^0.6.4:
4484
+ version "0.6.4"
4485
+ resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.4.tgz#a769f8684308401a66e9b529d2436ff4d0666272"
4486
+ integrity sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==
4411
4487
  dependencies:
4412
4488
  jsesc "~0.5.0"
4413
4489
 
@@ -4443,9 +4519,9 @@ request-promise-native@^1.0.5:
4443
4519
  tough-cookie "^2.3.3"
4444
4520
 
4445
4521
  request@^2.88.0:
4446
- version "2.88.0"
4447
- resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
4448
- integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
4522
+ version "2.88.2"
4523
+ resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
4524
+ integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
4449
4525
  dependencies:
4450
4526
  aws-sign2 "~0.7.0"
4451
4527
  aws4 "^1.8.0"
@@ -4454,7 +4530,7 @@ request@^2.88.0:
4454
4530
  extend "~3.0.2"
4455
4531
  forever-agent "~0.6.1"
4456
4532
  form-data "~2.3.2"
4457
- har-validator "~5.1.0"
4533
+ har-validator "~5.1.3"
4458
4534
  http-signature "~1.2.0"
4459
4535
  is-typedarray "~1.0.0"
4460
4536
  isstream "~0.1.2"
@@ -4464,7 +4540,7 @@ request@^2.88.0:
4464
4540
  performance-now "^2.1.0"
4465
4541
  qs "~6.5.2"
4466
4542
  safe-buffer "^5.1.2"
4467
- tough-cookie "~2.4.3"
4543
+ tough-cookie "~2.5.0"
4468
4544
  tunnel-agent "^0.6.0"
4469
4545
  uuid "^3.3.2"
4470
4546
 
@@ -4488,17 +4564,10 @@ resolve-url@^0.2.1:
4488
4564
  resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
4489
4565
  integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
4490
4566
 
4491
- resolve@^1.1.5, resolve@^1.3.2, resolve@^1.4.0:
4492
- version "1.14.2"
4493
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
4494
- integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==
4495
- dependencies:
4496
- path-parse "^1.0.6"
4497
-
4498
- resolve@^1.14.2:
4499
- version "1.15.1"
4500
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
4501
- integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
4567
+ resolve@^1.1.5, resolve@^1.14.2, resolve@^1.3.2, resolve@^1.4.0:
4568
+ version "1.17.0"
4569
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
4570
+ integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
4502
4571
  dependencies:
4503
4572
  path-parse "^1.0.6"
4504
4573
 
@@ -4540,10 +4609,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
4540
4609
  hash-base "^3.0.0"
4541
4610
  inherits "^2.0.1"
4542
4611
 
4543
- safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
4544
- version "5.2.0"
4545
- resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519"
4546
- integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==
4612
+ safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
4613
+ version "5.2.1"
4614
+ resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
4615
+ integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
4547
4616
 
4548
4617
  safe-buffer@~5.1.0, safe-buffer@~5.1.1:
4549
4618
  version "5.1.2"
@@ -4584,16 +4653,6 @@ semver@^5.4.1, semver@^5.5.0:
4584
4653
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
4585
4654
  integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
4586
4655
 
4587
- semver@^6.3.0:
4588
- version "6.3.0"
4589
- resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
4590
- integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
4591
-
4592
- semver@^7.1.1:
4593
- version "7.1.1"
4594
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.1.tgz#29104598a197d6cbe4733eeecbe968f7b43a9667"
4595
- integrity sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==
4596
-
4597
4656
  send@0.17.1:
4598
4657
  version "0.17.1"
4599
4658
  resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -4614,9 +4673,9 @@ send@0.17.1:
4614
4673
  statuses "~1.5.0"
4615
4674
 
4616
4675
  serialize-to-js@^3.0.0:
4617
- version "3.0.2"
4618
- resolved "https://registry.yarnpkg.com/serialize-to-js/-/serialize-to-js-3.0.2.tgz#d71834a18135aff742e516d3b2208f662a46a8ac"
4619
- integrity sha512-o5FqeMyxGx1wkp8p14q9QqGXh1JjXtIDYTr15N/B4ThM5ULqlpXdtOO84m950jFGvBkeRD1utW+WyNKvao2ybQ==
4676
+ version "3.1.1"
4677
+ resolved "https://registry.yarnpkg.com/serialize-to-js/-/serialize-to-js-3.1.1.tgz#b3e77d0568ee4a60bfe66287f991e104d3a1a4ac"
4678
+ integrity sha512-F+NGU0UHMBO4Q965tjw7rvieNVjlH6Lqi2emq/Lc9LUURYJbiCzmpi4Cy1OOjjVPtxu0c+NE85LU6968Wko5ZA==
4620
4679
 
4621
4680
  serve-static@^1.12.4:
4622
4681
  version "1.14.1"
@@ -4679,9 +4738,9 @@ shebang-regex@^1.0.0:
4679
4738
  integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
4680
4739
 
4681
4740
  signal-exit@^3.0.2:
4682
- version "3.0.2"
4683
- resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
4684
- integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
4741
+ version "3.0.3"
4742
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
4743
+ integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
4685
4744
 
4686
4745
  simple-swizzle@^0.2.2:
4687
4746
  version "0.2.2"
@@ -4732,9 +4791,9 @@ source-map-resolve@^0.5.0:
4732
4791
  urix "^0.1.0"
4733
4792
 
4734
4793
  source-map-support@~0.5.10, source-map-support@~0.5.12:
4735
- version "0.5.16"
4736
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
4737
- integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
4794
+ version "0.5.19"
4795
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
4796
+ integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
4738
4797
  dependencies:
4739
4798
  buffer-from "^1.0.0"
4740
4799
  source-map "^0.6.0"
@@ -4787,9 +4846,9 @@ stable@^0.1.8:
4787
4846
  integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
4788
4847
 
4789
4848
  static-eval@^2.0.0:
4790
- version "2.0.3"
4791
- resolved "https://registry.yarnpkg.com/static-eval/-/static-eval-2.0.3.tgz#cb62fc79946bd4d5f623a45ad428233adace4d72"
4792
- integrity sha512-zsxDGucfAh8T339sSKgpFbvg15Fms2IVaJGC+jqp0bVsxhcpM+iMeAI8weNo8dmf4OblgifTBUoyk1vGVtYw2w==
4849
+ version "2.0.5"
4850
+ resolved "https://registry.yarnpkg.com/static-eval/-/static-eval-2.0.5.tgz#f0782e66999c4b3651cda99d9ce59c507d188f71"
4851
+ integrity sha512-nNbV6LbGtMBgv7e9LFkt5JV8RVlRsyJrphfAt9tOtBBW/SfnzZDf2KnS72an8e434A+9e/BmJuTxeGPvrAK7KA==
4793
4852
  dependencies:
4794
4853
  escodegen "^1.11.1"
4795
4854
 
@@ -4867,21 +4926,39 @@ string-width@^3.0.0, string-width@^3.1.0:
4867
4926
  is-fullwidth-code-point "^2.0.0"
4868
4927
  strip-ansi "^5.1.0"
4869
4928
 
4929
+ string.prototype.trimend@^1.0.0:
4930
+ version "1.0.1"
4931
+ resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
4932
+ integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
4933
+ dependencies:
4934
+ define-properties "^1.1.3"
4935
+ es-abstract "^1.17.5"
4936
+
4870
4937
  string.prototype.trimleft@^2.1.1:
4871
- version "2.1.1"
4872
- resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
4873
- integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
4938
+ version "2.1.2"
4939
+ resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc"
4940
+ integrity sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==
4874
4941
  dependencies:
4875
4942
  define-properties "^1.1.3"
4876
- function-bind "^1.1.1"
4943
+ es-abstract "^1.17.5"
4944
+ string.prototype.trimstart "^1.0.0"
4877
4945
 
4878
4946
  string.prototype.trimright@^2.1.1:
4879
- version "2.1.1"
4880
- resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
4881
- integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
4947
+ version "2.1.2"
4948
+ resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz#c76f1cef30f21bbad8afeb8db1511496cfb0f2a3"
4949
+ integrity sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==
4882
4950
  dependencies:
4883
4951
  define-properties "^1.1.3"
4884
- function-bind "^1.1.1"
4952
+ es-abstract "^1.17.5"
4953
+ string.prototype.trimend "^1.0.0"
4954
+
4955
+ string.prototype.trimstart@^1.0.0:
4956
+ version "1.0.1"
4957
+ resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
4958
+ integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
4959
+ dependencies:
4960
+ define-properties "^1.1.3"
4961
+ es-abstract "^1.17.5"
4885
4962
 
4886
4963
  string_decoder@^1.0.0, string_decoder@^1.1.1:
4887
4964
  version "1.3.0"
@@ -4985,13 +5062,16 @@ symbol-tree@^3.2.2:
4985
5062
  integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
4986
5063
 
4987
5064
  tailwindcss@^1.0.1:
4988
- version "1.2.0"
4989
- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.2.0.tgz#5df317cebac4f3131f275d258a39da1ba3a0f291"
4990
- integrity sha512-CKvY0ytB3ze5qvynG7qv4XSpQtFNGPbu9pUn8qFdkqgD8Yo/vGss8mhzbqls44YCXTl4G62p3qVZBj45qrd6FQ==
5065
+ version "1.4.6"
5066
+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.4.6.tgz#17b37166ccda08d7e7f9ca995ea48ce1e0089700"
5067
+ integrity sha512-qV0qInUq1FWih39Bc5CWECdgObSzRrbjGD4ke4kAPSIq6WXrPhv0wwOcUWJgJ66ltT9j+XnSRYikG8WNRU/fTQ==
4991
5068
  dependencies:
5069
+ "@fullhuman/postcss-purgecss" "^2.1.2"
4992
5070
  autoprefixer "^9.4.5"
5071
+ browserslist "^4.12.0"
4993
5072
  bytes "^3.0.0"
4994
- chalk "^3.0.0"
5073
+ chalk "^4.0.0"
5074
+ color "^3.1.2"
4995
5075
  detective "^5.2.0"
4996
5076
  fs-extra "^8.0.0"
4997
5077
  lodash "^4.17.15"
@@ -5016,9 +5096,9 @@ terser@^3.7.3:
5016
5096
  source-map-support "~0.5.10"
5017
5097
 
5018
5098
  terser@^4.3.9:
5019
- version "4.6.2"
5020
- resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.2.tgz#cb1cf055e7f70caa5863f00ba3e67dc3c97b5150"
5021
- integrity sha512-6FUjJdY2i3WZAtYBtnV06OOcOfzl+4hSKYE9wgac8rkLRBToPDDrBB2AcHwQD/OKDxbnvhVy2YgOPWO2SsKWqg==
5099
+ version "4.7.0"
5100
+ resolved "https://registry.yarnpkg.com/terser/-/terser-4.7.0.tgz#15852cf1a08e3256a80428e865a2fa893ffba006"
5101
+ integrity sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw==
5022
5102
  dependencies:
5023
5103
  commander "^2.20.0"
5024
5104
  source-map "~0.6.1"
@@ -5094,7 +5174,7 @@ toidentifier@1.0.0:
5094
5174
  resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
5095
5175
  integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
5096
5176
 
5097
- tough-cookie@^2.3.3, tough-cookie@^2.5.0:
5177
+ tough-cookie@^2.3.3, tough-cookie@^2.5.0, tough-cookie@~2.5.0:
5098
5178
  version "2.5.0"
5099
5179
  resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
5100
5180
  integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
@@ -5102,14 +5182,6 @@ tough-cookie@^2.3.3, tough-cookie@^2.5.0:
5102
5182
  psl "^1.1.28"
5103
5183
  punycode "^2.1.1"
5104
5184
 
5105
- tough-cookie@~2.4.3:
5106
- version "2.4.3"
5107
- resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
5108
- integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
5109
- dependencies:
5110
- psl "^1.1.24"
5111
- punycode "^1.4.1"
5112
-
5113
5185
  tr46@^1.0.1:
5114
5186
  version "1.0.1"
5115
5187
  resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
@@ -5147,14 +5219,14 @@ typedarray@^0.0.6:
5147
5219
  integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
5148
5220
 
5149
5221
  typescript@^3.7.4:
5150
- version "3.7.4"
5151
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
5152
- integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==
5222
+ version "3.9.3"
5223
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
5224
+ integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
5153
5225
 
5154
5226
  uncss@^0.17.2:
5155
- version "0.17.2"
5156
- resolved "https://registry.yarnpkg.com/uncss/-/uncss-0.17.2.tgz#fac1c2429be72108e8a47437c647d58cf9ea66f1"
5157
- integrity sha512-hu2HquwDItuGDem4YsJROdAD8SknmWtM24zwhQax6J1se8tPjV1cnwPKhtjodzBaUhaL8Zb3hlGdZ2WAUpbAOg==
5227
+ version "0.17.3"
5228
+ resolved "https://registry.yarnpkg.com/uncss/-/uncss-0.17.3.tgz#50fc1eb4ed573ffff763458d801cd86e4d69ea11"
5229
+ integrity sha512-ksdDWl81YWvF/X14fOSw4iu8tESDHFIeyKIeDrK6GEVTQvqJc1WlOEXqostNwOCi3qAj++4EaLsdAgPmUbEyog==
5158
5230
  dependencies:
5159
5231
  commander "^2.20.0"
5160
5232
  glob "^7.1.4"
@@ -5179,15 +5251,15 @@ unicode-match-property-ecmascript@^1.0.4:
5179
5251
  unicode-canonical-property-names-ecmascript "^1.0.4"
5180
5252
  unicode-property-aliases-ecmascript "^1.0.4"
5181
5253
 
5182
- unicode-match-property-value-ecmascript@^1.1.0:
5183
- version "1.1.0"
5184
- resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277"
5185
- integrity sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g==
5254
+ unicode-match-property-value-ecmascript@^1.2.0:
5255
+ version "1.2.0"
5256
+ resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531"
5257
+ integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==
5186
5258
 
5187
5259
  unicode-property-aliases-ecmascript@^1.0.4:
5188
- version "1.0.5"
5189
- resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57"
5190
- integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==
5260
+ version "1.1.0"
5261
+ resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
5262
+ integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
5191
5263
 
5192
5264
  unicode-trie@^0.3.1:
5193
5265
  version "0.3.1"
@@ -5271,12 +5343,14 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1:
5271
5343
  integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
5272
5344
 
5273
5345
  util.promisify@~1.0.0:
5274
- version "1.0.0"
5275
- resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
5276
- integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==
5346
+ version "1.0.1"
5347
+ resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee"
5348
+ integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==
5277
5349
  dependencies:
5278
- define-properties "^1.1.2"
5279
- object.getownpropertydescriptors "^2.0.3"
5350
+ define-properties "^1.1.3"
5351
+ es-abstract "^1.17.2"
5352
+ has-symbols "^1.0.1"
5353
+ object.getownpropertydescriptors "^2.1.0"
5280
5354
 
5281
5355
  util@0.10.3:
5282
5356
  version "0.10.3"
@@ -5293,9 +5367,9 @@ util@^0.11.0:
5293
5367
  inherits "2.0.3"
5294
5368
 
5295
5369
  uuid@^3.3.2:
5296
- version "3.3.3"
5297
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
5298
- integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
5370
+ version "3.4.0"
5371
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
5372
+ integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
5299
5373
 
5300
5374
  v8-compile-cache@^2.0.0:
5301
5375
  version "2.1.0"
@@ -5303,9 +5377,9 @@ v8-compile-cache@^2.0.0:
5303
5377
  integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
5304
5378
 
5305
5379
  vendors@^1.0.0:
5306
- version "1.0.3"
5307
- resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.3.tgz#a6467781abd366217c050f8202e7e50cc9eef8c0"
5308
- integrity sha512-fOi47nsJP5Wqefa43kyWSg80qF+Q3XA6MUkgi7Hp1HQaKDQW4cQrK2D0P7mmbFtsV1N89am55Yru/nyEwRubcw==
5380
+ version "1.0.4"
5381
+ resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
5382
+ integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==
5309
5383
 
5310
5384
  verror@1.10.0:
5311
5385
  version "1.10.0"
@@ -5327,11 +5401,11 @@ vm-browserify@^1.0.1:
5327
5401
  integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
5328
5402
 
5329
5403
  w3c-hr-time@^1.0.1:
5330
- version "1.0.1"
5331
- resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"
5332
- integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=
5404
+ version "1.0.2"
5405
+ resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
5406
+ integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==
5333
5407
  dependencies:
5334
- browser-process-hrtime "^0.1.2"
5408
+ browser-process-hrtime "^1.0.0"
5335
5409
 
5336
5410
  w3c-xmlserializer@^1.1.2:
5337
5411
  version "1.1.2"
@@ -5440,18 +5514,18 @@ y18n@^4.0.0:
5440
5514
  resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
5441
5515
  integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
5442
5516
 
5443
- yargs-parser@^15.0.0:
5444
- version "15.0.0"
5445
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08"
5446
- integrity sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==
5517
+ yargs-parser@^15.0.1:
5518
+ version "15.0.1"
5519
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3"
5520
+ integrity sha512-0OAMV2mAZQrs3FkNpDQcBk1x5HXb8X4twADss4S0Iuk+2dGnLOE/fRHrsYm542GduMveyA77OF4wrNJuanRCWw==
5447
5521
  dependencies:
5448
5522
  camelcase "^5.0.0"
5449
5523
  decamelize "^1.2.0"
5450
5524
 
5451
5525
  yargs@^14.0.0:
5452
- version "14.2.2"
5453
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.2.tgz#2769564379009ff8597cdd38fba09da9b493c4b5"
5454
- integrity sha512-/4ld+4VV5RnrynMhPZJ/ZpOCGSCeghMykZ3BhdFBDa9Wy/RH6uEGNWDJog+aUlq+9OM1CFTgtYRW5Is1Po9NOA==
5526
+ version "14.2.3"
5527
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.3.tgz#1a1c3edced1afb2a2fea33604bc6d1d8d688a414"
5528
+ integrity sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==
5455
5529
  dependencies:
5456
5530
  cliui "^5.0.0"
5457
5531
  decamelize "^1.2.0"
@@ -5463,4 +5537,4 @@ yargs@^14.0.0:
5463
5537
  string-width "^3.0.0"
5464
5538
  which-module "^2.0.0"
5465
5539
  y18n "^4.0.0"
5466
- yargs-parser "^15.0.0"
5540
+ yargs-parser "^15.0.1"