station 0.0.95 → 0.0.102

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/Dockerfile +6 -5
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +1 -1
  5. data/bin/nexmo-developer +11 -3
  6. data/lib/nexmo_developer/.rubocop.yml +3 -0
  7. data/lib/nexmo_developer/.ruby-version +1 -1
  8. data/lib/nexmo_developer/Dockerfile +1 -1
  9. data/lib/nexmo_developer/Gemfile +5 -5
  10. data/lib/nexmo_developer/Gemfile.lock +18 -18
  11. data/lib/nexmo_developer/Guardfile +2 -2
  12. data/lib/nexmo_developer/app/controllers/dashboard_controller.rb +1 -1
  13. data/lib/nexmo_developer/app/presenters/tutorial_list_item.rb +3 -3
  14. data/lib/nexmo_developer/app/services/translator/file_translator.rb +18 -12
  15. data/lib/nexmo_developer/app/services/translator/smartling/api/upload_file.rb +4 -2
  16. data/lib/nexmo_developer/app/services/translator/translation_request.rb +3 -2
  17. data/lib/nexmo_developer/app/services/translator/utils.rb +28 -1
  18. data/lib/nexmo_developer/app/views/contribute/guides/markdown-guide.md +70 -48
  19. data/lib/nexmo_developer/app/webpacker/javascript/components/feedback/Feedback.vue +1 -0
  20. data/lib/nexmo_developer/app/webpacker/stylesheets/layout/_api.scss +1 -0
  21. data/lib/nexmo_developer/lib/tasks/smartling.rake +1 -1
  22. data/lib/nexmo_developer/version.rb +1 -1
  23. data/package.json +13 -13
  24. data/station.gemspec +4 -4
  25. data/yarn.lock +340 -266
  26. metadata +27 -145
  27. data/lib/nexmo_developer/public/packs-test/css/application-5047da33.chunk.css +0 -14950
  28. data/lib/nexmo_developer/public/packs-test/css/application-5047da33.chunk.css.map +0 -1
  29. data/lib/nexmo_developer/public/packs-test/css/application-a5fa0fdb.chunk.css +0 -15085
  30. data/lib/nexmo_developer/public/packs-test/css/application-a5fa0fdb.chunk.css.map +0 -1
  31. data/lib/nexmo_developer/public/packs-test/css/application-f92656e6.chunk.css +0 -13
  32. data/lib/nexmo_developer/public/packs-test/css/application-f92656e6.chunk.css.map +0 -1
  33. data/lib/nexmo_developer/public/packs-test/css/application-f9d1bdbc.chunk.css +0 -13
  34. data/lib/nexmo_developer/public/packs-test/css/application-f9d1bdbc.chunk.css.map +0 -1
  35. data/lib/nexmo_developer/public/packs-test/js/0-e58f598fb97314a89835.chunk.js +0 -59763
  36. data/lib/nexmo_developer/public/packs-test/js/0-e58f598fb97314a89835.chunk.js.map +0 -1
  37. data/lib/nexmo_developer/public/packs-test/js/application-21483bf220c794127fa9.chunk.js +0 -6405
  38. data/lib/nexmo_developer/public/packs-test/js/application-21483bf220c794127fa9.chunk.js.map +0 -1
  39. data/lib/nexmo_developer/public/packs-test/js/application-6e53f67bc3230c42f9dd.chunk.js +0 -7839
  40. data/lib/nexmo_developer/public/packs-test/js/application-6e53f67bc3230c42f9dd.chunk.js.map +0 -1
  41. data/lib/nexmo_developer/public/packs-test/js/application-76d5a80c3775a7e2327a.chunk.js +0 -6405
  42. data/lib/nexmo_developer/public/packs-test/js/application-76d5a80c3775a7e2327a.chunk.js.map +0 -1
  43. data/lib/nexmo_developer/public/packs-test/js/application-c6f3e7a9d98562f76890.chunk.js +0 -6619
  44. data/lib/nexmo_developer/public/packs-test/js/application-c6f3e7a9d98562f76890.chunk.js.map +0 -1
  45. data/lib/nexmo_developer/public/packs-test/js/application-d280e78dd4f9d3d9b466.chunk.js +0 -6405
  46. data/lib/nexmo_developer/public/packs-test/js/application-d280e78dd4f9d3d9b466.chunk.js.map +0 -1
  47. data/lib/nexmo_developer/public/packs-test/js/runtime~application-1c11a8c601900ade80b6.js +0 -155
  48. data/lib/nexmo_developer/public/packs-test/js/runtime~application-1c11a8c601900ade80b6.js.map +0 -1
  49. data/lib/nexmo_developer/public/packs-test/js/vendors~application-6518249ed8d7aa985a8b.chunk.js +0 -61849
  50. data/lib/nexmo_developer/public/packs-test/js/vendors~application-6518249ed8d7aa985a8b.chunk.js.map +0 -1
  51. data/lib/nexmo_developer/public/packs-test/js/vendors~application-bc967911d70f3f4a5151.chunk.js +0 -59077
  52. data/lib/nexmo_developer/public/packs-test/js/vendors~application-bc967911d70f3f4a5151.chunk.js.map +0 -1
  53. data/lib/nexmo_developer/public/packs-test/js/vendors~application-d2bde7a8e622fafdeb1d.chunk.js +0 -61843
  54. data/lib/nexmo_developer/public/packs-test/js/vendors~application-d2bde7a8e622fafdeb1d.chunk.js.map +0 -1
  55. data/lib/nexmo_developer/public/packs-test/js/vendors~application-eb13e7814c54bf76b364.chunk.js +0 -62431
  56. data/lib/nexmo_developer/public/packs-test/js/vendors~application-eb13e7814c54bf76b364.chunk.js.map +0 -1
  57. data/lib/nexmo_developer/public/packs-test/manifest.json +0 -85
@@ -28,19 +28,19 @@ navigation_weight: 3
28
28
 
29
29
  The purpose of the metadata is to provide useful information in the following areas:
30
30
 
31
- * Algolia search results (that is when you search in NDP)
32
- * Google (and other external search engine) search results
33
- * Information for the navbar (also sometimes called the table of contents or TOC)
31
+ - Algolia search results (that is when you search in NDP)
32
+ - Google (and other external search engine) search results
33
+ - Information for the navbar (also sometimes called the table of contents or TOC)
34
34
 
35
35
  The meta data items that can be used are described in the following table:
36
36
 
37
- Metadata | HTML generated | Description
38
- ----|----|----
39
- `title` | N/A | This is the title for the topic that will be displayed in the navbar. This main be different to that display at the top of the topic. It is displayed in the Algolia search results when you search NDP.
40
- `description` | N/A | This is the short description for the topic. It is displayed in the Algolia search results when you search NDP. It should indicate the nature of the content of the topic.
41
- `meta_title` | `<head><title>The title</title>...</head>` | Used for SEO in external search engine results. This should be more descriptive than the `title` to provide additional context in the absence of the navbar. [Further reading](https://moz.com/learn/seo/title-tag).
42
- `meta_description` | `<head><meta name="description" content="The description">...</head>` | Used in external search engine results. Provides SEO. Should be no more than 160 characters. [Further reading](https://moz.com/learn/seo/meta-description).
43
- `navigation_weight` | N/A | A hint to position the topic in the navbar where a particular position is preferred. The lower the number used the higher in the navbar the item will appear. Overrides information defined in `config/navigation.yml`. In most cases you only need to add a `navigation_weight` item if your topic is not automatically displayed in your preferred position in the navbar.
37
+ | Metadata | HTML generated | Description |
38
+ | ------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
39
+ | `title` | N/A | This is the title for the topic that will be displayed in the navbar. This main be different to that display at the top of the topic. It is displayed in the Algolia search results when you search NDP. |
40
+ | `description` | N/A | This is the short description for the topic. It is displayed in the Algolia search results when you search NDP. It should indicate the nature of the content of the topic. |
41
+ | `meta_title` | `<head><title>The title</title>...</head>` | Used for SEO in external search engine results. This should be more descriptive than the `title` to provide additional context in the absence of the navbar. [Further reading](https://moz.com/learn/seo/title-tag). |
42
+ | `meta_description` | `<head><meta name="description" content="The description">...</head>` | Used in external search engine results. Provides SEO. Should be no more than 160 characters. [Further reading](https://moz.com/learn/seo/meta-description). |
43
+ | `navigation_weight` | N/A | A hint to position the topic in the navbar where a particular position is preferred. The lower the number used the higher in the navbar the item will appear. Overrides information defined in `config/navigation.yml`. In most cases you only need to add a `navigation_weight` item if your topic is not automatically displayed in your preferred position in the navbar. |
44
44
 
45
45
  ### Example
46
46
 
@@ -62,15 +62,15 @@ When using `title` bear in mind that while something like "Overview" may be fine
62
62
 
63
63
  Ideally task (step) or other active topics should include a gerund. For example:
64
64
 
65
- * Installing the Vonage Command Line Interface (CLI)
65
+ - Installing the Vonage Command Line Interface (CLI)
66
66
 
67
67
  Topics providing reference information would have a noun-based title, for example:
68
68
 
69
- * The Conversation object
69
+ - The Conversation object
70
70
 
71
71
  To provide greater context in external search results a corresponding `meta_title` might contain much more specific information, for example:
72
72
 
73
- * The Vonage Conversation API Conversation object
73
+ - The Vonage Conversation API Conversation object
74
74
 
75
75
  ### Writing an effective `description`
76
76
 
@@ -89,7 +89,9 @@ This appears in external search engine results. While navbar titles such as "Ove
89
89
  **Headings**
90
90
 
91
91
  # I am a H1
92
+
92
93
  ## I am a H2
94
+
93
95
  ### I am a H3
94
96
 
95
97
  > Custom extension: Headings have their own slugified ID's for deep linking. For example the `h1` has an ID of `i-am-a-h1`
@@ -100,7 +102,7 @@ Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia od
100
102
 
101
103
  **Inline styles**
102
104
 
103
- Text can be **bold**, *italic* or ***bold and italic***. You could use ~~strikethrough~~ but please don't.
105
+ Text can be **bold**, _italic_ or **_bold and italic_**. You could use ~~strikethrough~~ but please don't.
104
106
 
105
107
  You can define inline `code block` with backticks.
106
108
 
@@ -152,13 +154,13 @@ Find out ^[more](Tooltips are useful for when you have more information to conve
152
154
  >
153
155
  > Indentations are 4 spaces.
154
156
 
155
- * Alpha
156
- * Bravo
157
- * Charlie
158
- * Delta
159
- * Echo
160
- * Foxtrot
161
- * Golf
157
+ - Alpha
158
+ - Bravo
159
+ - Charlie
160
+ - Delta
161
+ - Echo
162
+ - Foxtrot
163
+ - Golf
162
164
 
163
165
  **Ordered Lists**
164
166
 
@@ -171,7 +173,7 @@ Find out ^[more](Tooltips are useful for when you have more information to conve
171
173
  1. Three
172
174
  2. Four
173
175
  1. Five
174
- 1. Six
176
+ 3. Six
175
177
  3. Seven
176
178
 
177
179
  ## Code
@@ -184,11 +186,11 @@ See our detailed [code examples guide](/contribute/guides/code-examples) for adv
184
186
  >
185
187
  > You'll have to view the `markdown-guide.md` source to see how since showing you the syntax would result in it being processed.
186
188
 
187
- Key | Description
188
- -- | --
189
- `TO_NUMBER` | The number you are sending the SMS to
190
- `API_KEY` | You can find this in your [account overview](https://dashboard.nexmo.com/account-overview)
191
- `API_SECRET` | You can find this in your [account overview](https://dashboard.nexmo.com/account-overview)
189
+ | Key | Description |
190
+ | ------------ | ------------------------------------------------------------------------------------------ |
191
+ | `TO_NUMBER` | The number you are sending the SMS to |
192
+ | `API_KEY` | You can find this in your [account overview](https://dashboard.nexmo.com/account-overview) |
193
+ | `API_SECRET` | You can find this in your [account overview](https://dashboard.nexmo.com/account-overview) |
192
194
 
193
195
  ## Tabbed Content (custom plugin)
194
196
 
@@ -229,10 +231,10 @@ Note that `tabbed` is set to `true` for tabbed folder content.
229
231
 
230
232
  Example files can be found in the folder `_documentation/en/client-sdk/setup/add-sdk-to-your-app`:
231
233
 
232
- * `.config.yml`
233
- * `android.md`
234
- * `ios.md`
235
- * `javascript.md`
234
+ - `.config.yml`
235
+ - `android.md`
236
+ - `ios.md`
237
+ - `javascript.md`
236
238
 
237
239
  The rendered output can be found [here](/client-sdk/setup/add-sdk-to-your-app/javascript).
238
240
 
@@ -288,21 +290,21 @@ Andrew->>China: I am good thanks!
288
290
 
289
291
  Inline [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) support, using both primary language tags and subtags, is provided using the following syntax.
290
292
 
291
- Language | Key | Text
292
- -- | -- | --
293
- English | none | Hello World
294
- Spanish | `es` | [Hola Mundo](lang: 'es')
295
- French | `fr` | [Bonjour le monde](lang: 'fr')
296
- Brazilian Portuguese | `pt-BR` | [Olá Mundo](lang: 'pt-BR')
297
- Hebrew | `il` | [שלום עולם](lang: 'il')
293
+ | Language | Key | Text |
294
+ | -------------------- | ------- | ------------------------------ |
295
+ | English | none | Hello World |
296
+ | Spanish | `es` | [Hola Mundo](lang: "es") |
297
+ | French | `fr` | [Bonjour le monde](lang: "fr") |
298
+ | Brazilian Portuguese | `pt-BR` | [Olá Mundo](lang: "pt-BR") |
299
+ | Hebrew | `il` | [שלום עולם](lang: "il") |
298
300
 
299
301
  ## Anchors (custom plugin)
300
302
 
301
303
  Adding custom anchors and retaining support for old headings can be done as such:
302
304
 
303
- ````
305
+ ```
304
306
  ⚓ This is the old heading
305
- ````
307
+ ```
306
308
 
307
309
  This would produce the following HTML:
308
310
 
@@ -312,12 +314,12 @@ This would produce the following HTML:
312
314
 
313
315
  If you are adding support for a changed header this would normally go above the old heading as such:
314
316
 
315
- ````
317
+ ```
316
318
  ⚓ Send with Short Message Service
317
319
  ⚓ Send with SMS
318
320
 
319
321
  # Sending an SMS
320
- ````
322
+ ```
321
323
 
322
324
  ### Example
323
325
 
@@ -365,9 +367,9 @@ image: public/assets/screenshots/da5f952d465355c19eb888fa1049844b31e090c2.png
365
367
 
366
368
  The HTML `<audio>` element can be utilised in Markdown with the following syntax:
367
369
 
368
- ````
370
+ ```
369
371
  🔈[https://developer.nexmo.com.s3.amazonaws.com/assets/ssml/06-phonemes.mp3]
370
- ````
372
+ ```
371
373
 
372
374
  This produces the following output:
373
375
 
@@ -377,9 +379,9 @@ This produces the following output:
377
379
 
378
380
  You can use syntax such as:
379
381
 
380
- ````
382
+ ```
381
383
  Welcome to [~dynamic_content_example~]
382
- ````
384
+ ```
383
385
 
384
386
  This will render as:
385
387
 
@@ -405,7 +407,7 @@ Alternatively, you can specify the concepts to list manually if you need to show
405
407
 
406
408
  ````
407
409
  ```concept_list
408
- concepts:
410
+ concepts:
409
411
  - voice/voice-api/call-flow
410
412
  - messaging/sms/delivery-receipts
411
413
  ```
@@ -414,7 +416,27 @@ concepts:
414
416
  This produces the following output:
415
417
 
416
418
  ```concept_list
417
- concepts:
419
+ concepts:
418
420
  - voice/voice-api/call-flow
419
421
  - messaging/sms/delivery-receipts
420
422
  ```
423
+
424
+ ## Snippet Variables (custom plugin)
425
+
426
+ When writing a code snippet, you may need to define variables that the snippet will use and provide a description of each. The description will be shown in the selected language if a translation is available.
427
+
428
+ The variables are defined in `config/code_snippet_variables.yml`
429
+
430
+ ````
431
+ ```snippet_variables
432
+ - NEXMO_API_KEY
433
+ - TO_NUMBER
434
+ ```
435
+ ````
436
+
437
+ Produces the following output:
438
+
439
+ ```snippet_variables
440
+ - NEXMO_API_KEY
441
+ - TO_NUMBER
442
+ ```
@@ -77,6 +77,7 @@ export default {
77
77
  Array.from(document.getElementsByClassName('Vlt-modal_visible'), function(modal) {
78
78
  modal.classList.remove('Vlt-modal_visible');
79
79
  })
80
+ document.body.classList.remove('Vlt-body--modal-open');
80
81
  return false;
81
82
  },
82
83
  parameters: function() {
@@ -163,4 +163,5 @@
163
163
 
164
164
  .oas-page .Nxd-header {
165
165
  position: static;
166
+ flex-shrink: 0;
166
167
  }
@@ -51,7 +51,7 @@ namespace :smartling do
51
51
 
52
52
  desc 'Upload recently modified docs to Smartling for translation'
53
53
  task :upload, %i[paths frequency] => [:environment] do |_, args|
54
- # RAILS_ENV=production RAILS_LOG_TO_STDOUT=1 be nexmo-developer --docs=`pwd` --rake-smartling-upload 15 messages/test.md messages/external-accounts/overview.md
54
+ # RAILS_ENV=production RAILS_LOG_TO_STDOUT=1 be nexmo-developer --docs=`pwd` --rake-smartling-upload 15 _documentation/en/messages/test.md _documentation/en/messages/external-accounts/overview.md
55
55
  puts "Uploading files to Smartling with a translation frequency of #{args[:frequency]} days..."
56
56
  puts args[:paths].join("\n")
57
57
 
@@ -1,3 +1,3 @@
1
1
  module NexmoDeveloper
2
- VERSION = '0.0.95'.freeze
2
+ VERSION = '0.0.102'.freeze
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "@babel/core": "^7.12.3",
3
+ "@babel/core": "^7.12.9",
4
4
  "@babel/plugin-proposal-class-properties": "^7.12.1",
5
5
  "@babel/plugin-proposal-decorators": "^7.12.1",
6
6
  "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
@@ -11,42 +11,42 @@
11
11
  "@babel/plugin-proposal-throw-expressions": "^7.12.1",
12
12
  "@babel/plugin-syntax-dynamic-import": "^7.0.0",
13
13
  "@babel/plugin-syntax-import-meta": "^7.10.4",
14
- "@babel/preset-env": "^7.12.1",
14
+ "@babel/preset-env": "^7.12.7",
15
15
  "@rails/ujs": "^6.0.3-4",
16
16
  "@rails/webpacker": "^5.2.1",
17
17
  "@vonagevolta/volta2": "^0.0.56",
18
- "algoliasearch": "^4.6.0",
18
+ "algoliasearch": "^4.8.1",
19
19
  "autoprefixer": "^9.8.6",
20
20
  "babel-loader": "^8.2.1",
21
21
  "babel-preset-babili": "^0.1.4",
22
22
  "coffee-loader": "^1.0.1",
23
23
  "coffee-script": "^1.12.7",
24
- "compression-webpack-plugin": "^6.1.0",
24
+ "compression-webpack-plugin": "^6.1.1",
25
25
  "css-loader": "^5.0.1",
26
26
  "dotenv": "^8.2.0",
27
27
  "file-loader": "^6.2.0",
28
- "fetch-mock": "^9.10.7",
28
+ "fetch-mock": "^9.11.0",
29
29
  "foundation-sites": "^6.6.3",
30
30
  "glob": "^7.1.2",
31
31
  "gsap": "^3.5.1",
32
32
  "https-proxy-agent": "^5.0.0",
33
33
  "jquery": "^3.5.0",
34
34
  "js-yaml": "3.14.0",
35
- "jsrsasign": "^10.0.5",
35
+ "jsrsasign": "^10.1.4",
36
36
  "kind-of": "^6.0.3",
37
37
  "lodash": "^4.17.20",
38
38
  "markdown-spellcheck": "^1.3.1",
39
- "node-sass": "^4.14.1",
39
+ "node-sass": "^5.0.0",
40
40
  "path-complete-extname": "^1.0.0",
41
41
  "postcss-cssnext": "^3.0.2",
42
42
  "postcss-loader": "^3.0.0",
43
43
  "postcss-smart-import": "^0.7.5",
44
44
  "precss": "^4.0.0",
45
45
  "prop-types": "^15.7.2",
46
- "puppeteer": "^5.4.1",
46
+ "puppeteer": "^5.5.0",
47
47
  "rails-erb-loader": "^5.1.0",
48
48
  "resolve-url-loader": "^3.1.2",
49
- "sass-loader": "^10.0.5",
49
+ "sass-loader": "^10.1.0",
50
50
  "serialize-javascript": "^5.0.1",
51
51
  "sha1-file": "^1.0.0",
52
52
  "style-loader": "^2.0.0",
@@ -55,7 +55,7 @@
55
55
  "vue-template-compiler": "^2.6.12",
56
56
  "webpack": "^4.44.2",
57
57
  "webpack-manifest-plugin": "^2.2.0",
58
- "webpack-merge": "^5.3.0",
58
+ "webpack-merge": "^5.4.0",
59
59
  "webpacker": "^4",
60
60
  "websocket-extensions": "^0.1.4",
61
61
  "whatwg-fetch": "^3.5.0"
@@ -74,12 +74,12 @@
74
74
  "@vue/test-utils": "1.1.1",
75
75
  "babel-core": "^7.0.0-bridge.0",
76
76
  "babel-jest": "^26.6.3",
77
- "eslint": "^7.13.0",
78
- "eslint-config-standard": "^16.0.1",
77
+ "eslint": "^7.14.0",
78
+ "eslint-config-standard": "^16.0.2",
79
79
  "eslint-plugin-import": "^2.22.1",
80
80
  "eslint-plugin-node": "^11.1.0",
81
81
  "eslint-plugin-promise": "^4.2.1",
82
- "eslint-plugin-standard": "^4.1.0",
82
+ "eslint-plugin-standard": "^5.0.0",
83
83
  "extract-text-webpack-plugin": "^3.0.2",
84
84
  "flush-promises": "^1.0.2",
85
85
  "jest": "^26.6.3",
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
40
40
  spec.add_runtime_dependency('rails', '~> 6.0')
41
41
  spec.add_runtime_dependency('bootsnap', '~> 1.4')
42
42
  spec.add_runtime_dependency('nexmo-oas-renderer', '~> 2.4')
43
- spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.5')
43
+ spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.7')
44
44
  spec.add_runtime_dependency('activesupport', '~> 6.0')
45
45
  spec.add_runtime_dependency('bugsnag', '~> 6.13')
46
46
  spec.add_runtime_dependency('railties', '~> 6.0')
@@ -85,10 +85,10 @@ Gem::Specification.new do |spec|
85
85
  spec.add_runtime_dependency('countries', '3.0.1')
86
86
  spec.add_runtime_dependency('country_select', '4.0.0')
87
87
  spec.add_runtime_dependency('smartling', '2.0.3')
88
- spec.add_runtime_dependency('newrelic_rpm', '6.13.1')
89
- spec.add_runtime_dependency('redis', '4.2.2')
88
+ spec.add_runtime_dependency('newrelic_rpm', '6.14.0')
89
+ spec.add_runtime_dependency('redis', '4.2.5')
90
90
 
91
- spec.add_development_dependency('rubocop', '~> 1.2.0')
91
+ spec.add_development_dependency('rubocop', '~> 1.4.1')
92
92
  spec.add_development_dependency('rubocop-rails', '~> 2.6')
93
93
 
94
94
  spec.metadata = {
data/yarn.lock CHANGED
@@ -2,109 +2,109 @@
2
2
  # yarn lockfile v1
3
3
 
4
4
 
5
- "@algolia/cache-browser-local-storage@4.6.0":
6
- version "4.6.0"
7
- resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.6.0.tgz#79d825280f96ac5fc61df138a38aab3b658f3b65"
8
- integrity sha512-3ObeNwZ5gfDvKPp9NXdtbBrCtz/yR1oyDu/AReG73Oanua3y30Y11p7VQzzpLe2R/gDCLOGdRgr17h11lGy1Hg==
9
- dependencies:
10
- "@algolia/cache-common" "4.6.0"
11
-
12
- "@algolia/cache-common@4.6.0":
13
- version "4.6.0"
14
- resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.6.0.tgz#f67da65766a004368db0833caf4890fe450d8f0a"
15
- integrity sha512-mEedrPb2O3WwtiIHggFoIhTbHVCMNikxMiiN9kqmwZkdDfClfxm435OUGZfAl67rBZfc0DNs/jmPM2mUoefM9A==
16
-
17
- "@algolia/cache-in-memory@4.6.0":
18
- version "4.6.0"
19
- resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.6.0.tgz#f29bf505b52261d0fc29942a58b16c89527db16c"
20
- integrity sha512-J7ayGokVWEFkuLxzgrIsPS4k1/ZndyGVpG/qPrG9RHVrs7ZogEhUSY1tbEyUlW3mGy7diIh+/52dtohDL/nbGQ==
21
- dependencies:
22
- "@algolia/cache-common" "4.6.0"
23
-
24
- "@algolia/client-account@4.6.0":
25
- version "4.6.0"
26
- resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.6.0.tgz#bf68f8961b76b520d02bd46e08ddd0a949b73bb9"
27
- integrity sha512-0t2yU6wNBNJgAmrARHrM1llhANyPT4Q/1wu6yEzv2WfPXlfsHwMhtKYNti4/k8eswwUt9wAri10WFV6TJI48rg==
28
- dependencies:
29
- "@algolia/client-common" "4.6.0"
30
- "@algolia/client-search" "4.6.0"
31
- "@algolia/transporter" "4.6.0"
32
-
33
- "@algolia/client-analytics@4.6.0":
34
- version "4.6.0"
35
- resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.6.0.tgz#ee180fe1793f4989cff7500e14a543cbfcb1b3a7"
36
- integrity sha512-7yfn9pabA21Uw2iZjW1MNN4IJUT5y/YSg+ZJ+3HqBB6SgzOOqY0N3fATsPeGuN9EqSfVnqvnIrJMS8mI0b5FzQ==
37
- dependencies:
38
- "@algolia/client-common" "4.6.0"
39
- "@algolia/client-search" "4.6.0"
40
- "@algolia/requester-common" "4.6.0"
41
- "@algolia/transporter" "4.6.0"
42
-
43
- "@algolia/client-common@4.6.0":
44
- version "4.6.0"
45
- resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.6.0.tgz#a2cd94cce0026335e89ac508087425dfce20dd07"
46
- integrity sha512-60jK0LK5H+6q6HyyMyoBBD0fIs8zZzJt6BiyJGQG90o3gUV/SnjiNxO9Bx0RRlqdkE5s0OYFu1L7P9Y5TX7oAw==
47
- dependencies:
48
- "@algolia/requester-common" "4.6.0"
49
- "@algolia/transporter" "4.6.0"
50
-
51
- "@algolia/client-recommendation@4.6.0":
52
- version "4.6.0"
53
- resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.6.0.tgz#22d0c9db79873f96ac41c1f66e3ab654b1a9b73d"
54
- integrity sha512-j+Yb1z5QeIRDCCO+9hS9oZS3KNqRogPHDbJJsLTt6pkrs4CG2UVLVV67M977B1nzJ9OzaEki3VbpGQhRhPGNfQ==
55
- dependencies:
56
- "@algolia/client-common" "4.6.0"
57
- "@algolia/requester-common" "4.6.0"
58
- "@algolia/transporter" "4.6.0"
59
-
60
- "@algolia/client-search@4.6.0":
61
- version "4.6.0"
62
- resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.6.0.tgz#5c73de6be352eeb35332cb5284b7c4b9e2f88ba7"
63
- integrity sha512-+qA1NA88YnXvuCKifegfgts1RQs8IzcwccQqyurz8ins4hypZL1tXN2BkrOqqDIgvYIrUvFyhv+gLO6U9PpDUA==
64
- dependencies:
65
- "@algolia/client-common" "4.6.0"
66
- "@algolia/requester-common" "4.6.0"
67
- "@algolia/transporter" "4.6.0"
68
-
69
- "@algolia/logger-common@4.6.0":
70
- version "4.6.0"
71
- resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.6.0.tgz#966591b903eae60201d12c4126fbf278303e2d2a"
72
- integrity sha512-F+0HTGSQzJfWsX/cJq2l4eG2Y5JA6pqZ0YETyo5XJhZX4JaDrGszVKuOqp8kovZF/Ifebywxb8JdCiSUskmbig==
73
-
74
- "@algolia/logger-console@4.6.0":
75
- version "4.6.0"
76
- resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.6.0.tgz#7e1811aa22e6aad22ef7946732f9a110b46c4eb0"
77
- integrity sha512-ers7OhfU6qBQl6s7MOe5gNUkcpa7LGrhEzDWnD0cUwLSd5BvWt7zEN69O2CZVbvAUZYlZ5zJTzMMa49s0VXrKQ==
78
- dependencies:
79
- "@algolia/logger-common" "4.6.0"
80
-
81
- "@algolia/requester-browser-xhr@4.6.0":
82
- version "4.6.0"
83
- resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.6.0.tgz#51870239c98467d5bf0a7071523111c120b560c1"
84
- integrity sha512-ugrJT25VUkoKrl5vJVFclMdogbhTiDZ38Gss4xfTiSsP/SGE/0ei5VEOMEcj/bjkurJjPky1HfJZ3ykJhIsfCA==
85
- dependencies:
86
- "@algolia/requester-common" "4.6.0"
87
-
88
- "@algolia/requester-common@4.6.0":
89
- version "4.6.0"
90
- resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.6.0.tgz#0990f3b21414a3ec5a3a468f33f2b9bff4489222"
91
- integrity sha512-DJ5iIGBGrRudimaaFnpBFM19pv8SsXiMYuukn9q1GgQh2mPPBCBBJiezKc7+OzE1UyCVrAFBpR/hrJnflZnRdQ==
92
-
93
- "@algolia/requester-node-http@4.6.0":
94
- version "4.6.0"
95
- resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.6.0.tgz#a2e6c981507faf2f309f06fda2503f591e3a768d"
96
- integrity sha512-MPZK3oZz0jSBsqrGiPxv7LOKMUNknlaRNyRDy0v/ASIYG+GvLhGTdEzG5Eyw5tgSvBr8CWrWM5tDC31EH40Ndw==
97
- dependencies:
98
- "@algolia/requester-common" "4.6.0"
99
-
100
- "@algolia/transporter@4.6.0":
101
- version "4.6.0"
102
- resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.6.0.tgz#741300a1cd7efd175fc660c37afee4d9903621e5"
103
- integrity sha512-xp+HI8sB8gLCvP00scaOVPQEk5H7nboWUxrwLKyVUvtUO4o003bOfFPsH86NRyu5Dv7fzX9b8EH3rVxcLOhjqg==
104
- dependencies:
105
- "@algolia/cache-common" "4.6.0"
106
- "@algolia/logger-common" "4.6.0"
107
- "@algolia/requester-common" "4.6.0"
5
+ "@algolia/cache-browser-local-storage@4.8.1":
6
+ version "4.8.1"
7
+ resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.8.1.tgz#1c0230f6f174a37bb22549ec502cad2dc6973c35"
8
+ integrity sha512-qqudBJE2BzpiO11CbWDbxLual75qiP6lEjHW1zlG2P6jO/NkCnVMsOhPgu2eiJx7lTJ3vhkn981g87qZre8KSg==
9
+ dependencies:
10
+ "@algolia/cache-common" "4.8.1"
11
+
12
+ "@algolia/cache-common@4.8.1":
13
+ version "4.8.1"
14
+ resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.8.1.tgz#19c76300d0e75550c4dd88fa1d12b06a75cc290f"
15
+ integrity sha512-5bJ3KX0trQfNXFzEgDx7IHUcLdrjIvs/6g5fxGMRr0eWJj6x1tSmbIJBff4pdQw7oWZvO1kueWrWD1v0dV9b/Q==
16
+
17
+ "@algolia/cache-in-memory@4.8.1":
18
+ version "4.8.1"
19
+ resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.8.1.tgz#c84a72e75cf614dc75c2ccf0a993c382d3153862"
20
+ integrity sha512-4EEUi+DHsMKfZ38AYovXVS09oLTLSQlssw1PTswJEx7wuKCAzctWSBfB116+b1eAw8mp6EmiTJw8D2qFhr70oQ==
21
+ dependencies:
22
+ "@algolia/cache-common" "4.8.1"
23
+
24
+ "@algolia/client-account@4.8.1":
25
+ version "4.8.1"
26
+ resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.8.1.tgz#7c75a5151860a592abfe720610babd0652b5d822"
27
+ integrity sha512-zfQSb9EYzZrOsUqsekKJYuizpQVLiq1D0B81KC8V0PjhjtQc13UrAJx68XP3fkNBe7V9K6H3dIRPOaK5XVHYOg==
28
+ dependencies:
29
+ "@algolia/client-common" "4.8.1"
30
+ "@algolia/client-search" "4.8.1"
31
+ "@algolia/transporter" "4.8.1"
32
+
33
+ "@algolia/client-analytics@4.8.1":
34
+ version "4.8.1"
35
+ resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.8.1.tgz#330c2e001f758fe750820366092ea6f407d6ca9f"
36
+ integrity sha512-QF6I7MCV9jI8dawi8W/tA/R5EyE+4uKc74tqLTrm6WoUdlwExaTuKgSjsqZtSjRileIDw5TuuJhSGCpgBktDOg==
37
+ dependencies:
38
+ "@algolia/client-common" "4.8.1"
39
+ "@algolia/client-search" "4.8.1"
40
+ "@algolia/requester-common" "4.8.1"
41
+ "@algolia/transporter" "4.8.1"
42
+
43
+ "@algolia/client-common@4.8.1":
44
+ version "4.8.1"
45
+ resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.8.1.tgz#a0527d8ac76b41605f3fd6370d9cf1390ea98e10"
46
+ integrity sha512-iAVBzNUFyUYqX6yyWN3AsxB+sF2g+lWguXmdMaSDAym4XMRAT6cvd3xUKBloHafzm2zWR69XHm/qxUuqJbFnxQ==
47
+ dependencies:
48
+ "@algolia/requester-common" "4.8.1"
49
+ "@algolia/transporter" "4.8.1"
50
+
51
+ "@algolia/client-recommendation@4.8.1":
52
+ version "4.8.1"
53
+ resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.8.1.tgz#ce0577f53eaa0877a40e4f14789714a32d199a50"
54
+ integrity sha512-WiI86PtQKjU+pmIqlzyJ5skOqfZy6PTc7s6XPgPmVd+XfQxRweXxiejbBG0aQlVcZbN2eetNMmI2vawf1cTDWg==
55
+ dependencies:
56
+ "@algolia/client-common" "4.8.1"
57
+ "@algolia/requester-common" "4.8.1"
58
+ "@algolia/transporter" "4.8.1"
59
+
60
+ "@algolia/client-search@4.8.1":
61
+ version "4.8.1"
62
+ resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.8.1.tgz#62326038d9d128f8bc87857c514ce7dea91f73b1"
63
+ integrity sha512-EAeTq5iqpoEPQmi25La1zM5hxvE04hnZzutlUq+5flhrmjwV75z6xNjqNBlDVhPwH545Xg2jcccXQjjNzLHj7A==
64
+ dependencies:
65
+ "@algolia/client-common" "4.8.1"
66
+ "@algolia/requester-common" "4.8.1"
67
+ "@algolia/transporter" "4.8.1"
68
+
69
+ "@algolia/logger-common@4.8.1":
70
+ version "4.8.1"
71
+ resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.8.1.tgz#46accd128bc5179385c437085a02e0d9c5e721ae"
72
+ integrity sha512-ENX/9LuroGxLCjPbvuO6yKPoFNkSXFO0LhWHeR/JQY0gdTHhHgj2A2nXT4Qt0PxFGE9XNhXlJ3YYVxtWEG8rww==
73
+
74
+ "@algolia/logger-console@4.8.1":
75
+ version "4.8.1"
76
+ resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.8.1.tgz#a0b42f0cab7a33e5cd09ff8a0e6da1d197c2a7aa"
77
+ integrity sha512-pFxNb9aOvUsyS+RxHJgMvnTCzt6ewqi0nsICDCCXQ/Lz1VrRFbrfmXcfxD46nQ0W8o8/7esXzaVdjGUKmEmq0Q==
78
+ dependencies:
79
+ "@algolia/logger-common" "4.8.1"
80
+
81
+ "@algolia/requester-browser-xhr@4.8.1":
82
+ version "4.8.1"
83
+ resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.8.1.tgz#02ceb6548957d347c73a6eb8c8292750136bb88a"
84
+ integrity sha512-N0+0UONv1FYMTaZR/a6wl43MUrGFYpAvsqlVgCN8/CFhuG4LFBUXhZQudL8wq9GfMoUENJ6P9spCUk2EcE5mKQ==
85
+ dependencies:
86
+ "@algolia/requester-common" "4.8.1"
87
+
88
+ "@algolia/requester-common@4.8.1":
89
+ version "4.8.1"
90
+ resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.8.1.tgz#8d0990aed68d785433e40cd389c8a87701543f43"
91
+ integrity sha512-ZtG4g4pxPbN2qI8E7ChOthuntZGIauQegzXyqYfRAAlIZ+lkTTc8KPmUDREFhkT9znCKoPD43w0j8YogSVo/4A==
92
+
93
+ "@algolia/requester-node-http@4.8.1":
94
+ version "4.8.1"
95
+ resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.8.1.tgz#23702832093e769a7837107bf96200fba9d77be3"
96
+ integrity sha512-OyryP9UBcIqD9B9C6TfkjeNbd8G/MCxuaBaK3QfbjP/J7EUVeMBFPs0jo52jTKlm8l4cgRIHCDxa1ctgfhE1Xg==
97
+ dependencies:
98
+ "@algolia/requester-common" "4.8.1"
99
+
100
+ "@algolia/transporter@4.8.1":
101
+ version "4.8.1"
102
+ resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.8.1.tgz#a80d41ae4f4b0e9f2606f4c20cef9aa4183cb59b"
103
+ integrity sha512-JNO0Bs9vmQmrM54daORAFdmA05QFV7IQNoLS7ucbtEKexJAwmxb/mOB+sAH6Ju3V8vGPPvvn9jcgu9fwIkyX3Q==
104
+ dependencies:
105
+ "@algolia/cache-common" "4.8.1"
106
+ "@algolia/logger-common" "4.8.1"
107
+ "@algolia/requester-common" "4.8.1"
108
108
 
109
109
  "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
110
110
  version "7.10.4"
@@ -113,24 +113,24 @@
113
113
  dependencies:
114
114
  "@babel/highlight" "^7.10.4"
115
115
 
116
- "@babel/compat-data@^7.12.1":
117
- version "7.12.1"
118
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
119
- integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
116
+ "@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
117
+ version "7.12.7"
118
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
119
+ integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
120
120
 
121
- "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.5.5", "@babel/core@^7.7.5":
122
- version "7.12.3"
123
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
124
- integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
121
+ "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.9", "@babel/core@^7.5.5", "@babel/core@^7.7.5":
122
+ version "7.12.9"
123
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
124
+ integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
125
125
  dependencies:
126
126
  "@babel/code-frame" "^7.10.4"
127
- "@babel/generator" "^7.12.1"
127
+ "@babel/generator" "^7.12.5"
128
128
  "@babel/helper-module-transforms" "^7.12.1"
129
- "@babel/helpers" "^7.12.1"
130
- "@babel/parser" "^7.12.3"
131
- "@babel/template" "^7.10.4"
132
- "@babel/traverse" "^7.12.1"
133
- "@babel/types" "^7.12.1"
129
+ "@babel/helpers" "^7.12.5"
130
+ "@babel/parser" "^7.12.7"
131
+ "@babel/template" "^7.12.7"
132
+ "@babel/traverse" "^7.12.9"
133
+ "@babel/types" "^7.12.7"
134
134
  convert-source-map "^1.7.0"
135
135
  debug "^4.1.0"
136
136
  gensync "^1.0.0-beta.1"
@@ -140,12 +140,12 @@
140
140
  semver "^5.4.1"
141
141
  source-map "^0.5.0"
142
142
 
143
- "@babel/generator@^7.12.1":
144
- version "7.12.1"
145
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
146
- integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
143
+ "@babel/generator@^7.12.5":
144
+ version "7.12.5"
145
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
146
+ integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
147
147
  dependencies:
148
- "@babel/types" "^7.12.1"
148
+ "@babel/types" "^7.12.5"
149
149
  jsesc "^2.5.1"
150
150
  source-map "^0.5.0"
151
151
 
@@ -164,14 +164,14 @@
164
164
  "@babel/helper-explode-assignable-expression" "^7.10.4"
165
165
  "@babel/types" "^7.10.4"
166
166
 
167
- "@babel/helper-compilation-targets@^7.12.1":
168
- version "7.12.1"
169
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz#310e352888fbdbdd8577be8dfdd2afb9e7adcf50"
170
- integrity sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==
167
+ "@babel/helper-compilation-targets@^7.12.5":
168
+ version "7.12.5"
169
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
170
+ integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
171
171
  dependencies:
172
- "@babel/compat-data" "^7.12.1"
172
+ "@babel/compat-data" "^7.12.5"
173
173
  "@babel/helper-validator-option" "^7.12.1"
174
- browserslist "^4.12.0"
174
+ browserslist "^4.14.5"
175
175
  semver "^5.5.0"
176
176
 
177
177
  "@babel/helper-create-class-features-plugin@^7.12.1":
@@ -241,12 +241,12 @@
241
241
  dependencies:
242
242
  "@babel/types" "^7.12.1"
243
243
 
244
- "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1":
245
- version "7.12.1"
246
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
247
- integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
244
+ "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5":
245
+ version "7.12.5"
246
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
247
+ integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
248
248
  dependencies:
249
- "@babel/types" "^7.12.1"
249
+ "@babel/types" "^7.12.5"
250
250
 
251
251
  "@babel/helper-module-transforms@^7.12.1":
252
252
  version "7.12.1"
@@ -342,14 +342,14 @@
342
342
  "@babel/traverse" "^7.10.4"
343
343
  "@babel/types" "^7.10.4"
344
344
 
345
- "@babel/helpers@^7.12.1":
346
- version "7.12.1"
347
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
348
- integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
345
+ "@babel/helpers@^7.12.5":
346
+ version "7.12.5"
347
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
348
+ integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
349
349
  dependencies:
350
350
  "@babel/template" "^7.10.4"
351
- "@babel/traverse" "^7.12.1"
352
- "@babel/types" "^7.12.1"
351
+ "@babel/traverse" "^7.12.5"
352
+ "@babel/types" "^7.12.5"
353
353
 
354
354
  "@babel/highlight@^7.10.4":
355
355
  version "7.10.4"
@@ -360,10 +360,10 @@
360
360
  chalk "^2.0.0"
361
361
  js-tokens "^4.0.0"
362
362
 
363
- "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3":
364
- version "7.12.3"
365
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
366
- integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
363
+ "@babel/parser@^7.1.0", "@babel/parser@^7.12.7":
364
+ version "7.12.7"
365
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
366
+ integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
367
367
 
368
368
  "@babel/plugin-proposal-async-generator-functions@^7.12.1":
369
369
  version "7.12.1"
@@ -448,10 +448,10 @@
448
448
  "@babel/helper-plugin-utils" "^7.10.4"
449
449
  "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
450
450
 
451
- "@babel/plugin-proposal-numeric-separator@^7.12.1", "@babel/plugin-proposal-numeric-separator@^7.12.5":
452
- version "7.12.5"
453
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.5.tgz#b1ce757156d40ed79d59d467cb2b154a5c4149ba"
454
- integrity sha512-UiAnkKuOrCyjZ3sYNHlRlfuZJbBHknMQ9VMwVeX97Ofwx7RpD6gS2HfqTCh8KNUQgcOm8IKt103oR4KIjh7Q8g==
451
+ "@babel/plugin-proposal-numeric-separator@^7.12.5", "@babel/plugin-proposal-numeric-separator@^7.12.7":
452
+ version "7.12.7"
453
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b"
454
+ integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==
455
455
  dependencies:
456
456
  "@babel/helper-plugin-utils" "^7.10.4"
457
457
  "@babel/plugin-syntax-numeric-separator" "^7.10.4"
@@ -473,10 +473,10 @@
473
473
  "@babel/helper-plugin-utils" "^7.10.4"
474
474
  "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
475
475
 
476
- "@babel/plugin-proposal-optional-chaining@^7.12.1":
477
- version "7.12.1"
478
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797"
479
- integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==
476
+ "@babel/plugin-proposal-optional-chaining@^7.12.7":
477
+ version "7.12.7"
478
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c"
479
+ integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==
480
480
  dependencies:
481
481
  "@babel/helper-plugin-utils" "^7.10.4"
482
482
  "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -855,13 +855,12 @@
855
855
  "@babel/helper-plugin-utils" "^7.10.4"
856
856
  "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
857
857
 
858
- "@babel/plugin-transform-sticky-regex@^7.12.1":
859
- version "7.12.1"
860
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf"
861
- integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==
858
+ "@babel/plugin-transform-sticky-regex@^7.12.7":
859
+ version "7.12.7"
860
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad"
861
+ integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==
862
862
  dependencies:
863
863
  "@babel/helper-plugin-utils" "^7.10.4"
864
- "@babel/helper-regex" "^7.10.4"
865
864
 
866
865
  "@babel/plugin-transform-template-literals@^7.12.1":
867
866
  version "7.12.1"
@@ -900,14 +899,14 @@
900
899
  core-js "^2.6.5"
901
900
  regenerator-runtime "^0.13.4"
902
901
 
903
- "@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1":
904
- version "7.12.1"
905
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
906
- integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
902
+ "@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.7":
903
+ version "7.12.7"
904
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
905
+ integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
907
906
  dependencies:
908
- "@babel/compat-data" "^7.12.1"
909
- "@babel/helper-compilation-targets" "^7.12.1"
910
- "@babel/helper-module-imports" "^7.12.1"
907
+ "@babel/compat-data" "^7.12.7"
908
+ "@babel/helper-compilation-targets" "^7.12.5"
909
+ "@babel/helper-module-imports" "^7.12.5"
911
910
  "@babel/helper-plugin-utils" "^7.10.4"
912
911
  "@babel/helper-validator-option" "^7.12.1"
913
912
  "@babel/plugin-proposal-async-generator-functions" "^7.12.1"
@@ -917,10 +916,10 @@
917
916
  "@babel/plugin-proposal-json-strings" "^7.12.1"
918
917
  "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
919
918
  "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
920
- "@babel/plugin-proposal-numeric-separator" "^7.12.1"
919
+ "@babel/plugin-proposal-numeric-separator" "^7.12.7"
921
920
  "@babel/plugin-proposal-object-rest-spread" "^7.12.1"
922
921
  "@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
923
- "@babel/plugin-proposal-optional-chaining" "^7.12.1"
922
+ "@babel/plugin-proposal-optional-chaining" "^7.12.7"
924
923
  "@babel/plugin-proposal-private-methods" "^7.12.1"
925
924
  "@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
926
925
  "@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -962,14 +961,14 @@
962
961
  "@babel/plugin-transform-reserved-words" "^7.12.1"
963
962
  "@babel/plugin-transform-shorthand-properties" "^7.12.1"
964
963
  "@babel/plugin-transform-spread" "^7.12.1"
965
- "@babel/plugin-transform-sticky-regex" "^7.12.1"
964
+ "@babel/plugin-transform-sticky-regex" "^7.12.7"
966
965
  "@babel/plugin-transform-template-literals" "^7.12.1"
967
966
  "@babel/plugin-transform-typeof-symbol" "^7.12.1"
968
967
  "@babel/plugin-transform-unicode-escapes" "^7.12.1"
969
968
  "@babel/plugin-transform-unicode-regex" "^7.12.1"
970
969
  "@babel/preset-modules" "^0.1.3"
971
- "@babel/types" "^7.12.1"
972
- core-js-compat "^3.6.2"
970
+ "@babel/types" "^7.12.7"
971
+ core-js-compat "^3.7.0"
973
972
  semver "^5.5.0"
974
973
 
975
974
  "@babel/preset-modules@^0.1.3":
@@ -983,41 +982,41 @@
983
982
  "@babel/types" "^7.4.4"
984
983
  esutils "^2.0.2"
985
984
 
986
- "@babel/runtime@^7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
987
- version "7.11.2"
988
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
989
- integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
985
+ "@babel/runtime@^7.0.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
986
+ version "7.12.5"
987
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
988
+ integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
990
989
  dependencies:
991
990
  regenerator-runtime "^0.13.4"
992
991
 
993
- "@babel/template@^7.10.4", "@babel/template@^7.3.3":
994
- version "7.10.4"
995
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
996
- integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
992
+ "@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3":
993
+ version "7.12.7"
994
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
995
+ integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
997
996
  dependencies:
998
997
  "@babel/code-frame" "^7.10.4"
999
- "@babel/parser" "^7.10.4"
1000
- "@babel/types" "^7.10.4"
998
+ "@babel/parser" "^7.12.7"
999
+ "@babel/types" "^7.12.7"
1001
1000
 
1002
- "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.5.5":
1003
- version "7.12.1"
1004
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
1005
- integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
1001
+ "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.5.5":
1002
+ version "7.12.9"
1003
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
1004
+ integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
1006
1005
  dependencies:
1007
1006
  "@babel/code-frame" "^7.10.4"
1008
- "@babel/generator" "^7.12.1"
1007
+ "@babel/generator" "^7.12.5"
1009
1008
  "@babel/helper-function-name" "^7.10.4"
1010
1009
  "@babel/helper-split-export-declaration" "^7.11.0"
1011
- "@babel/parser" "^7.12.1"
1012
- "@babel/types" "^7.12.1"
1010
+ "@babel/parser" "^7.12.7"
1011
+ "@babel/types" "^7.12.7"
1013
1012
  debug "^4.1.0"
1014
1013
  globals "^11.1.0"
1015
1014
  lodash "^4.17.19"
1016
1015
 
1017
- "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1018
- version "7.12.1"
1019
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
1020
- integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
1016
+ "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1017
+ version "7.12.7"
1018
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
1019
+ integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
1021
1020
  dependencies:
1022
1021
  "@babel/helper-validator-identifier" "^7.10.4"
1023
1022
  lodash "^4.17.19"
@@ -2061,25 +2060,25 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
2061
2060
  json-schema-traverse "^0.4.1"
2062
2061
  uri-js "^4.2.2"
2063
2062
 
2064
- algoliasearch@^4.6.0:
2065
- version "4.6.0"
2066
- resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.6.0.tgz#ad96ecd6e4aa2f1187d5a6ade9f914b080001e28"
2067
- integrity sha512-f4QVfUYnWIGZwOupZh0RAqW8zEfpZAcZG6ZT0p6wDMztEyKBrjjbTXBk9p9uEaJqoIhFUm6TtApOxodTdHbqvw==
2068
- dependencies:
2069
- "@algolia/cache-browser-local-storage" "4.6.0"
2070
- "@algolia/cache-common" "4.6.0"
2071
- "@algolia/cache-in-memory" "4.6.0"
2072
- "@algolia/client-account" "4.6.0"
2073
- "@algolia/client-analytics" "4.6.0"
2074
- "@algolia/client-common" "4.6.0"
2075
- "@algolia/client-recommendation" "4.6.0"
2076
- "@algolia/client-search" "4.6.0"
2077
- "@algolia/logger-common" "4.6.0"
2078
- "@algolia/logger-console" "4.6.0"
2079
- "@algolia/requester-browser-xhr" "4.6.0"
2080
- "@algolia/requester-common" "4.6.0"
2081
- "@algolia/requester-node-http" "4.6.0"
2082
- "@algolia/transporter" "4.6.0"
2063
+ algoliasearch@^4.8.1:
2064
+ version "4.8.1"
2065
+ resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.8.1.tgz#ccaa1674459f2266cdc565a041bc59bd41218638"
2066
+ integrity sha512-rK0VQiOC/9DFD6cwAZIl1dq8SrmtSLVmrz9rk2IQ0/jpTKVAE7xstOaml3nvxjBZWcFQsS4+P2qtzsg6NaLaWw==
2067
+ dependencies:
2068
+ "@algolia/cache-browser-local-storage" "4.8.1"
2069
+ "@algolia/cache-common" "4.8.1"
2070
+ "@algolia/cache-in-memory" "4.8.1"
2071
+ "@algolia/client-account" "4.8.1"
2072
+ "@algolia/client-analytics" "4.8.1"
2073
+ "@algolia/client-common" "4.8.1"
2074
+ "@algolia/client-recommendation" "4.8.1"
2075
+ "@algolia/client-search" "4.8.1"
2076
+ "@algolia/logger-common" "4.8.1"
2077
+ "@algolia/logger-console" "4.8.1"
2078
+ "@algolia/requester-browser-xhr" "4.8.1"
2079
+ "@algolia/requester-common" "4.8.1"
2080
+ "@algolia/requester-node-http" "4.8.1"
2081
+ "@algolia/transporter" "4.8.1"
2083
2082
 
2084
2083
  alphanum-sort@^1.0.0:
2085
2084
  version "1.0.2"
@@ -3076,7 +3075,7 @@ browserslist@^2.0.0, browserslist@^2.11.3:
3076
3075
  caniuse-lite "^1.0.30000792"
3077
3076
  electron-to-chromium "^1.3.30"
3078
3077
 
3079
- browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.4, browserslist@^4.8.5:
3078
+ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.4:
3080
3079
  version "4.14.0"
3081
3080
  resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.0.tgz#2908951abfe4ec98737b72f34c3bcedc8d43b000"
3082
3081
  integrity sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ==
@@ -3086,6 +3085,17 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.4, browserslist@^4.
3086
3085
  escalade "^3.0.2"
3087
3086
  node-releases "^1.1.60"
3088
3087
 
3088
+ browserslist@^4.14.5, browserslist@^4.14.6:
3089
+ version "4.14.7"
3090
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
3091
+ integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
3092
+ dependencies:
3093
+ caniuse-lite "^1.0.30001157"
3094
+ colorette "^1.2.1"
3095
+ electron-to-chromium "^1.3.591"
3096
+ escalade "^3.1.1"
3097
+ node-releases "^1.1.66"
3098
+
3089
3099
  bser@2.1.1:
3090
3100
  version "2.1.1"
3091
3101
  resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -3363,6 +3373,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000805, can
3363
3373
  resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001114.tgz#2e88119afb332ead5eaa330e332e951b1c4bfea9"
3364
3374
  integrity sha512-ml/zTsfNBM+T1+mjglWRPgVsu2L76GAaADKX5f4t0pbhttEp0WMawJsHDYlFkVZkoA+89uvBRrVrEE4oqenzXQ==
3365
3375
 
3376
+ caniuse-lite@^1.0.30001157:
3377
+ version "1.0.30001159"
3378
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20"
3379
+ integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA==
3380
+
3366
3381
  capture-exit@^2.0.0:
3367
3382
  version "2.0.0"
3368
3383
  resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -3804,10 +3819,10 @@ compression-webpack-plugin@^4.0.0:
3804
3819
  serialize-javascript "^4.0.0"
3805
3820
  webpack-sources "^1.4.3"
3806
3821
 
3807
- compression-webpack-plugin@^6.1.0:
3808
- version "6.1.0"
3809
- resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-6.1.0.tgz#ef88a4c35e240aa14bec6cccc0582ed47e148605"
3810
- integrity sha512-RK/bBW3JwQpb7tH91trro7ulNa0ynSTPxQO48rn/oS1Y2nGUYuX6CWIOqbhUF2+b+2clqJeDGIYYckvg6WKabA==
3822
+ compression-webpack-plugin@^6.1.1:
3823
+ version "6.1.1"
3824
+ resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-6.1.1.tgz#ae8e4b2ffdb7396bb776e66918d751a20d8ccf0e"
3825
+ integrity sha512-BEHft9M6lwOqVIQFMS/YJGmeCYXVOakC5KzQk05TFpMBlODByh1qNsZCWjUBxCQhUP9x0WfGidxTbGkjbWO/TQ==
3811
3826
  dependencies:
3812
3827
  cacache "^15.0.5"
3813
3828
  find-cache-dir "^3.3.1"
@@ -3957,12 +3972,12 @@ copy-webpack-plugin@^4.5.3:
3957
3972
  p-limit "^1.0.0"
3958
3973
  serialize-javascript "^1.4.0"
3959
3974
 
3960
- core-js-compat@^3.6.2:
3961
- version "3.6.5"
3962
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c"
3963
- integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==
3975
+ core-js-compat@^3.7.0:
3976
+ version "3.7.0"
3977
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
3978
+ integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
3964
3979
  dependencies:
3965
- browserslist "^4.8.5"
3980
+ browserslist "^4.14.6"
3966
3981
  semver "7.0.0"
3967
3982
 
3968
3983
  core-js@^2.4.0, core-js@^2.5.7, core-js@^2.6.5:
@@ -4059,7 +4074,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
4059
4074
  shebang-command "^1.2.0"
4060
4075
  which "^1.2.9"
4061
4076
 
4062
- cross-spawn@^7.0.0, cross-spawn@^7.0.2:
4077
+ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
4063
4078
  version "7.0.3"
4064
4079
  resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
4065
4080
  integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -4584,10 +4599,10 @@ detect-node@^2.0.4:
4584
4599
  resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
4585
4600
  integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==
4586
4601
 
4587
- devtools-protocol@0.0.809251:
4588
- version "0.0.809251"
4589
- resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.809251.tgz#300b3366be107d5c46114ecb85274173e3999518"
4590
- integrity sha512-pf+2OY6ghMDPjKkzSWxHMq+McD+9Ojmq5XVRYpv/kPd9sTMQxzEt21592a31API8qRjro0iYYOc3ag46qF/1FA==
4602
+ devtools-protocol@0.0.818844:
4603
+ version "0.0.818844"
4604
+ resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
4605
+ integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==
4591
4606
 
4592
4607
  diff-sequences@^26.6.2:
4593
4608
  version "26.6.2"
@@ -4805,6 +4820,11 @@ electron-to-chromium@^1.3.30, electron-to-chromium@^1.3.523:
4805
4820
  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.533.tgz#d7e5ca4d57e9bc99af87efbe13e7be5dde729b0f"
4806
4821
  integrity sha512-YqAL+NXOzjBnpY+dcOKDlZybJDCOzgsq4koW3fvyty/ldTmsb4QazZpOWmVvZ2m0t5jbBf7L0lIGU3BUipwG+A==
4807
4822
 
4823
+ electron-to-chromium@^1.3.591:
4824
+ version "1.3.603"
4825
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.603.tgz#1b71bec27fb940eccd79245f6824c63d5f7e8abf"
4826
+ integrity sha512-J8OHxOeJkoSLgBXfV9BHgKccgfLMHh+CoeRo6wJsi6m0k3otaxS/5vrHpMNSEYY4MISwewqanPOuhAtuE8riQQ==
4827
+
4808
4828
  elliptic@^6.5.3:
4809
4829
  version "6.5.3"
4810
4830
  resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
@@ -4881,6 +4901,11 @@ entities@^2.0.0:
4881
4901
  resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
4882
4902
  integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
4883
4903
 
4904
+ env-paths@^2.2.0:
4905
+ version "2.2.0"
4906
+ resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43"
4907
+ integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==
4908
+
4884
4909
  errno@^0.1.3, errno@~0.1.7:
4885
4910
  version "0.1.7"
4886
4911
  resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618"
@@ -4965,6 +4990,11 @@ escalade@^3.0.2:
4965
4990
  resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.0.2.tgz#6a580d70edb87880f22b4c91d0d56078df6962c4"
4966
4991
  integrity sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ==
4967
4992
 
4993
+ escalade@^3.1.1:
4994
+ version "3.1.1"
4995
+ resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
4996
+ integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
4997
+
4968
4998
  escape-html@~1.0.3:
4969
4999
  version "1.0.3"
4970
5000
  resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -4992,10 +5022,10 @@ escodegen@^1.14.1:
4992
5022
  optionalDependencies:
4993
5023
  source-map "~0.6.1"
4994
5024
 
4995
- eslint-config-standard@^16.0.1:
4996
- version "16.0.1"
4997
- resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.1.tgz#9a385eea27f96b7918cb53f07e01e9d10cc56401"
4998
- integrity sha512-WBBiQQZdaPyL+4sPkGWhWrHCDtvJoU195B9j8yXE9uFQnX34gMXI5CeBRm95gx3PMEZPM5OpwET10hH4F4SxCA==
5025
+ eslint-config-standard@^16.0.2:
5026
+ version "16.0.2"
5027
+ resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.2.tgz#71e91727ac7a203782d0a5ca4d1c462d14e234f6"
5028
+ integrity sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw==
4999
5029
 
5000
5030
  eslint-import-resolver-node@^0.3.4:
5001
5031
  version "0.3.4"
@@ -5079,10 +5109,10 @@ eslint-plugin-react@^7.14.3:
5079
5109
  resolve "^1.17.0"
5080
5110
  string.prototype.matchall "^4.0.2"
5081
5111
 
5082
- eslint-plugin-standard@^4.1.0:
5083
- version "4.1.0"
5084
- resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz#0c3bf3a67e853f8bbbc580fb4945fbf16f41b7c5"
5085
- integrity sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==
5112
+ eslint-plugin-standard@^5.0.0:
5113
+ version "5.0.0"
5114
+ resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
5115
+ integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
5086
5116
 
5087
5117
  eslint-scope@^4.0.3:
5088
5118
  version "4.0.3"
@@ -5117,10 +5147,10 @@ eslint-visitor-keys@^2.0.0:
5117
5147
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
5118
5148
  integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
5119
5149
 
5120
- eslint@^7.13.0:
5121
- version "7.13.0"
5122
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.13.0.tgz#7f180126c0dcdef327bfb54b211d7802decc08da"
5123
- integrity sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==
5150
+ eslint@^7.14.0:
5151
+ version "7.14.0"
5152
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
5153
+ integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
5124
5154
  dependencies:
5125
5155
  "@babel/code-frame" "^7.0.0"
5126
5156
  "@eslint/eslintrc" "^0.2.1"
@@ -5533,12 +5563,13 @@ fd-slicer@~1.1.0:
5533
5563
  dependencies:
5534
5564
  pend "~1.2.0"
5535
5565
 
5536
- fetch-mock@^9.10.7:
5537
- version "9.10.7"
5538
- resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.7.tgz#9673717af181e1ecb791cf32315c13580d4571ea"
5539
- integrity sha512-YkiMHSL8CQ0vlWYpqGvlaZjViFk0Kar9jonPjSvaWoztkeHH6DENqUzBIsffzjVKhwchPI74SZRLRpIsEyNcZQ==
5566
+ fetch-mock@^9.11.0:
5567
+ version "9.11.0"
5568
+ resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.11.0.tgz#371c6fb7d45584d2ae4a18ee6824e7ad4b637a3f"
5569
+ integrity sha512-PG1XUv+x7iag5p/iNHD4/jdpxL9FtVSqRMUQhPab4hVDt80T1MH5ehzVrL2IdXO9Q2iBggArFvPqjUbHFuI58Q==
5540
5570
  dependencies:
5541
- babel-runtime "^6.26.0"
5571
+ "@babel/core" "^7.0.0"
5572
+ "@babel/runtime" "^7.0.0"
5542
5573
  core-js "^3.0.0"
5543
5574
  debug "^4.1.1"
5544
5575
  glob-to-regexp "^0.4.0"
@@ -6143,7 +6174,7 @@ good-listener@^1.2.2:
6143
6174
  dependencies:
6144
6175
  delegate "^3.1.2"
6145
6176
 
6146
- graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.4:
6177
+ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.3, graceful-fs@^4.2.4:
6147
6178
  version "4.2.4"
6148
6179
  resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
6149
6180
  integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
@@ -7780,10 +7811,10 @@ jsprim@^1.2.2:
7780
7811
  json-schema "0.2.3"
7781
7812
  verror "1.10.0"
7782
7813
 
7783
- jsrsasign@^10.0.5:
7784
- version "10.0.5"
7785
- resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-10.0.5.tgz#295cc1fb22fd0e1a269f56b6ff537459505d2ba7"
7786
- integrity sha512-Q9Hu2lvEO02hyIxEoh/GYDnglZEDH6p1vqaOEzPtn0d+ipTrml4lg4golFjEt1TV4upZx3Wag6HQ+xyAtp3qtg==
7814
+ jsrsasign@^10.1.4:
7815
+ version "10.1.4"
7816
+ resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-10.1.4.tgz#8fca72f4bce9b0cb24fe3390df60a5b4a059b446"
7817
+ integrity sha512-j+bG6EaQ/SBvQvnI8M2x3Wawz8jx3fBViPClAw84QpsnLSjtr5fobp5W2TAljpAhboxWvbkZmd/KDBm+hckqJQ==
7787
7818
 
7788
7819
  jsx-ast-utils@^2.4.1:
7789
7820
  version "2.4.1"
@@ -8672,6 +8703,22 @@ node-gyp@^3.8.0:
8672
8703
  tar "^2.0.0"
8673
8704
  which "1"
8674
8705
 
8706
+ node-gyp@^7.1.0:
8707
+ version "7.1.2"
8708
+ resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-7.1.2.tgz#21a810aebb187120251c3bcec979af1587b188ae"
8709
+ integrity sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==
8710
+ dependencies:
8711
+ env-paths "^2.2.0"
8712
+ glob "^7.1.4"
8713
+ graceful-fs "^4.2.3"
8714
+ nopt "^5.0.0"
8715
+ npmlog "^4.1.2"
8716
+ request "^2.88.2"
8717
+ rimraf "^3.0.2"
8718
+ semver "^7.3.2"
8719
+ tar "^6.0.2"
8720
+ which "^2.0.2"
8721
+
8675
8722
  node-int64@^0.4.0:
8676
8723
  version "0.4.0"
8677
8724
  resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -8728,6 +8775,11 @@ node-releases@^1.1.60:
8728
8775
  resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084"
8729
8776
  integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA==
8730
8777
 
8778
+ node-releases@^1.1.66:
8779
+ version "1.1.67"
8780
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12"
8781
+ integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==
8782
+
8731
8783
  node-sass@^4.12.0, node-sass@^4.14.1:
8732
8784
  version "4.14.1"
8733
8785
  resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5"
@@ -8751,6 +8803,28 @@ node-sass@^4.12.0, node-sass@^4.14.1:
8751
8803
  stdout-stream "^1.4.0"
8752
8804
  "true-case-path" "^1.0.2"
8753
8805
 
8806
+ node-sass@^5.0.0:
8807
+ version "5.0.0"
8808
+ resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-5.0.0.tgz#4e8f39fbef3bac8d2dc72ebe3b539711883a78d2"
8809
+ integrity sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==
8810
+ dependencies:
8811
+ async-foreach "^0.1.3"
8812
+ chalk "^1.1.1"
8813
+ cross-spawn "^7.0.3"
8814
+ gaze "^1.0.0"
8815
+ get-stdin "^4.0.1"
8816
+ glob "^7.0.3"
8817
+ lodash "^4.17.15"
8818
+ meow "^3.7.0"
8819
+ mkdirp "^0.5.1"
8820
+ nan "^2.13.2"
8821
+ node-gyp "^7.1.0"
8822
+ npmlog "^4.0.0"
8823
+ request "^2.88.0"
8824
+ sass-graph "2.2.5"
8825
+ stdout-stream "^1.4.0"
8826
+ "true-case-path" "^1.0.2"
8827
+
8754
8828
  noop-logger@^0.1.1:
8755
8829
  version "0.1.1"
8756
8830
  resolved "https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2"
@@ -8771,6 +8845,13 @@ nopt@^4.0.3:
8771
8845
  abbrev "1"
8772
8846
  osenv "^0.1.4"
8773
8847
 
8848
+ nopt@^5.0.0:
8849
+ version "5.0.0"
8850
+ resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
8851
+ integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
8852
+ dependencies:
8853
+ abbrev "1"
8854
+
8774
8855
  normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
8775
8856
  version "2.5.0"
8776
8857
  resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
@@ -10868,13 +10949,13 @@ punycode@^2.1.0, punycode@^2.1.1:
10868
10949
  resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
10869
10950
  integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
10870
10951
 
10871
- puppeteer@^5.4.1:
10872
- version "5.4.1"
10873
- resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.4.1.tgz#f2038eb23a0f593ed2cce0d6e7cd5c43aecd6756"
10874
- integrity sha512-8u6r9tFm3gtMylU4uCry1W/CeAA8uczKMONvGvivkTsGqKA7iB7DWO2CBFYlB9GY6/IEoq9vkI5slJWzUBkwNw==
10952
+ puppeteer@^5.5.0:
10953
+ version "5.5.0"
10954
+ resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
10955
+ integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
10875
10956
  dependencies:
10876
10957
  debug "^4.1.0"
10877
- devtools-protocol "0.0.809251"
10958
+ devtools-protocol "0.0.818844"
10878
10959
  extract-zip "^2.0.0"
10879
10960
  https-proxy-agent "^4.0.0"
10880
10961
  node-fetch "^2.6.1"
@@ -11391,14 +11472,7 @@ resolve-url@^0.2.1:
11391
11472
  resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
11392
11473
  integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
11393
11474
 
11394
- resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
11395
- version "1.17.0"
11396
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
11397
- integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
11398
- dependencies:
11399
- path-parse "^1.0.6"
11400
-
11401
- resolve@^1.18.1:
11475
+ resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
11402
11476
  version "1.18.1"
11403
11477
  resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
11404
11478
  integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
@@ -11555,10 +11629,10 @@ sass-graph@2.2.5:
11555
11629
  scss-tokenizer "^0.2.3"
11556
11630
  yargs "^13.3.2"
11557
11631
 
11558
- sass-loader@^10.0.5:
11559
- version "10.0.5"
11560
- resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.0.5.tgz#f53505b5ddbedf43797470ceb34066ded82bb769"
11561
- integrity sha512-2LqoNPtKkZq/XbXNQ4C64GFEleSEHKv6NPSI+bMC/l+jpEXGJhiRYkAQToO24MR7NU4JRY2RpLpJ/gjo2Uf13w==
11632
+ sass-loader@^10.1.0:
11633
+ version "10.1.0"
11634
+ resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.0.tgz#1727fcc0c32ab3eb197cda61d78adf4e9174a4b3"
11635
+ integrity sha512-ZCKAlczLBbFd3aGAhowpYEy69Te3Z68cg8bnHHl6WnSCvnKpbM6pQrz957HWMa8LKVuhnD9uMplmMAHwGQtHeg==
11562
11636
  dependencies:
11563
11637
  klona "^2.0.4"
11564
11638
  loader-utils "^2.0.0"
@@ -13497,10 +13571,10 @@ webpack-manifest-plugin@^2.2.0:
13497
13571
  object.entries "^1.1.0"
13498
13572
  tapable "^1.0.0"
13499
13573
 
13500
- webpack-merge@^5.3.0:
13501
- version "5.3.0"
13502
- resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.3.0.tgz#a80df44d35fabace680bf430a19fda9ec49ed8eb"
13503
- integrity sha512-4PtsBAWnmJULIJYviiPq4BxwAykbAgGMheyEVaemj2bJI54h+p/gnlbXZEH2EM0IYC3blOE1Qm6kzKlc06N1UQ==
13574
+ webpack-merge@^5.4.0:
13575
+ version "5.4.0"
13576
+ resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.4.0.tgz#81bef0a7d23fc1e6c24b06ad8bf22ddeb533a3a3"
13577
+ integrity sha512-/scBgu8LVPlHDgqH95Aw1xS+L+PHrpHKOwYVGFaNOQl4Q4wwwWDarwB1WdZAbLQ24SKhY3Awe7VZGYAdp+N+gQ==
13504
13578
  dependencies:
13505
13579
  clone-deep "^4.0.1"
13506
13580
  wildcard "^2.0.0"