Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - `README.md` - `package.json`
This commit is contained in:
		
						commit
						ad29279214
					
				
					 8 changed files with 253 additions and 261 deletions
				
			
		| 
						 | 
				
			
			@ -231,8 +231,8 @@ SMTP_FROM_ADDRESS=notifications@${APP_NAME}.nanoapp.io
 | 
			
		|||
 | 
			
		||||
# Optional SAML authentication (cf. omniauth-saml)
 | 
			
		||||
# SAML_ENABLED=true
 | 
			
		||||
# SAML_ACS_URL=
 | 
			
		||||
# SAML_ISSUER=http://localhost:3000/auth/auth/saml/callback
 | 
			
		||||
# SAML_ACS_URL=http://localhost:3000/auth/auth/saml/callback
 | 
			
		||||
# SAML_ISSUER=https://example.com
 | 
			
		||||
# SAML_IDP_SSO_TARGET_URL=https://idp.testshib.org/idp/profile/SAML2/Redirect/SSO
 | 
			
		||||
# SAML_IDP_CERT=
 | 
			
		||||
# SAML_IDP_CERT_FINGERPRINT=
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -251,8 +251,8 @@ STREAMING_CLUSTER_NUM=1
 | 
			
		|||
 | 
			
		||||
# Optional SAML authentication (cf. omniauth-saml)
 | 
			
		||||
# SAML_ENABLED=true
 | 
			
		||||
# SAML_ACS_URL=
 | 
			
		||||
# SAML_ISSUER=http://localhost:3000/auth/auth/saml/callback
 | 
			
		||||
# SAML_ACS_URL=http://localhost:3000/auth/auth/saml/callback
 | 
			
		||||
# SAML_ISSUER=https://example.com
 | 
			
		||||
# SAML_IDP_SSO_TARGET_URL=https://idp.testshib.org/idp/profile/SAML2/Redirect/SSO
 | 
			
		||||
# SAML_IDP_CERT=
 | 
			
		||||
# SAML_IDP_CERT_FINGERPRINT=
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -13,6 +13,7 @@
 | 
			
		|||
/db/*.sqlite3-journal
 | 
			
		||||
 | 
			
		||||
# Ignore all logfiles and tempfiles.
 | 
			
		||||
.eslintcache
 | 
			
		||||
/log/*
 | 
			
		||||
!/log/.keep
 | 
			
		||||
/tmp
 | 
			
		||||
| 
						 | 
				
			
			@ -61,4 +62,3 @@ ubuntu-xenial-16.04-cloudimg-console.log
 | 
			
		|||
 | 
			
		||||
# Ignore Docker option files
 | 
			
		||||
docker-compose.override.yml
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										6
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Gemfile
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -65,7 +65,7 @@ gem 'mime-types', '~> 3.3', require: 'mime/types/columnar'
 | 
			
		|||
gem 'nilsimsa', git: 'https://github.com/witgo/nilsimsa', ref: 'fd184883048b922b176939f851338d0a4971a532'
 | 
			
		||||
gem 'nokogiri', '~> 1.10'
 | 
			
		||||
gem 'nsa', '~> 0.2'
 | 
			
		||||
gem 'oj', '~> 3.9'
 | 
			
		||||
gem 'oj', '~> 3.10'
 | 
			
		||||
gem 'ostatus2', '~> 2.0'
 | 
			
		||||
gem 'ox', '~> 2.11'
 | 
			
		||||
gem 'parslet'
 | 
			
		||||
| 
						 | 
				
			
			@ -120,7 +120,7 @@ end
 | 
			
		|||
group :test do
 | 
			
		||||
  gem 'capybara', '~> 3.29'
 | 
			
		||||
  gem 'climate_control', '~> 0.2'
 | 
			
		||||
  gem 'faker', '~> 2.8'
 | 
			
		||||
  gem 'faker', '~> 2.9'
 | 
			
		||||
  gem 'microformats', '~> 4.1'
 | 
			
		||||
  gem 'rails-controller-testing', '~> 1.0'
 | 
			
		||||
  gem 'rspec-sidekiq', '~> 3.0'
 | 
			
		||||
| 
						 | 
				
			
			@ -138,7 +138,7 @@ group :development do
 | 
			
		|||
  gem 'letter_opener', '~> 1.7'
 | 
			
		||||
  gem 'letter_opener_web', '~> 1.3'
 | 
			
		||||
  gem 'memory_profiler'
 | 
			
		||||
  gem 'rubocop', '~> 0.77', require: false
 | 
			
		||||
  gem 'rubocop', '~> 0.78', require: false
 | 
			
		||||
  gem 'rubocop-rails', '~> 2.4', require: false
 | 
			
		||||
  gem 'brakeman', '~> 4.7', require: false
 | 
			
		||||
  gem 'bundler-audit', '~> 0.6', require: false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										90
									
								
								Gemfile.lock
									
									
									
									
									
								
							
							
						
						
									
										90
									
								
								Gemfile.lock
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -44,25 +44,25 @@ GIT
 | 
			
		|||
GEM
 | 
			
		||||
  remote: https://rubygems.org/
 | 
			
		||||
  specs:
 | 
			
		||||
    actioncable (5.2.4)
 | 
			
		||||
      actionpack (= 5.2.4)
 | 
			
		||||
    actioncable (5.2.4.1)
 | 
			
		||||
      actionpack (= 5.2.4.1)
 | 
			
		||||
      nio4r (~> 2.0)
 | 
			
		||||
      websocket-driver (>= 0.6.1)
 | 
			
		||||
    actionmailer (5.2.4)
 | 
			
		||||
      actionpack (= 5.2.4)
 | 
			
		||||
      actionview (= 5.2.4)
 | 
			
		||||
      activejob (= 5.2.4)
 | 
			
		||||
    actionmailer (5.2.4.1)
 | 
			
		||||
      actionpack (= 5.2.4.1)
 | 
			
		||||
      actionview (= 5.2.4.1)
 | 
			
		||||
      activejob (= 5.2.4.1)
 | 
			
		||||
      mail (~> 2.5, >= 2.5.4)
 | 
			
		||||
      rails-dom-testing (~> 2.0)
 | 
			
		||||
    actionpack (5.2.4)
 | 
			
		||||
      actionview (= 5.2.4)
 | 
			
		||||
      activesupport (= 5.2.4)
 | 
			
		||||
      rack (~> 2.0)
 | 
			
		||||
    actionpack (5.2.4.1)
 | 
			
		||||
      actionview (= 5.2.4.1)
 | 
			
		||||
      activesupport (= 5.2.4.1)
 | 
			
		||||
      rack (~> 2.0, >= 2.0.8)
 | 
			
		||||
      rack-test (>= 0.6.3)
 | 
			
		||||
      rails-dom-testing (~> 2.0)
 | 
			
		||||
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
 | 
			
		||||
    actionview (5.2.4)
 | 
			
		||||
      activesupport (= 5.2.4)
 | 
			
		||||
    actionview (5.2.4.1)
 | 
			
		||||
      activesupport (= 5.2.4.1)
 | 
			
		||||
      builder (~> 3.1)
 | 
			
		||||
      erubi (~> 1.4)
 | 
			
		||||
      rails-dom-testing (~> 2.0)
 | 
			
		||||
| 
						 | 
				
			
			@ -73,20 +73,20 @@ GEM
 | 
			
		|||
      case_transform (>= 0.2)
 | 
			
		||||
      jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
 | 
			
		||||
    active_record_query_trace (1.7)
 | 
			
		||||
    activejob (5.2.4)
 | 
			
		||||
      activesupport (= 5.2.4)
 | 
			
		||||
    activejob (5.2.4.1)
 | 
			
		||||
      activesupport (= 5.2.4.1)
 | 
			
		||||
      globalid (>= 0.3.6)
 | 
			
		||||
    activemodel (5.2.4)
 | 
			
		||||
      activesupport (= 5.2.4)
 | 
			
		||||
    activerecord (5.2.4)
 | 
			
		||||
      activemodel (= 5.2.4)
 | 
			
		||||
      activesupport (= 5.2.4)
 | 
			
		||||
    activemodel (5.2.4.1)
 | 
			
		||||
      activesupport (= 5.2.4.1)
 | 
			
		||||
    activerecord (5.2.4.1)
 | 
			
		||||
      activemodel (= 5.2.4.1)
 | 
			
		||||
      activesupport (= 5.2.4.1)
 | 
			
		||||
      arel (>= 9.0)
 | 
			
		||||
    activestorage (5.2.4)
 | 
			
		||||
      actionpack (= 5.2.4)
 | 
			
		||||
      activerecord (= 5.2.4)
 | 
			
		||||
    activestorage (5.2.4.1)
 | 
			
		||||
      actionpack (= 5.2.4.1)
 | 
			
		||||
      activerecord (= 5.2.4.1)
 | 
			
		||||
      marcel (~> 0.3.1)
 | 
			
		||||
    activesupport (5.2.4)
 | 
			
		||||
    activesupport (5.2.4.1)
 | 
			
		||||
      concurrent-ruby (~> 1.0, >= 1.0.2)
 | 
			
		||||
      i18n (>= 0.7, < 2)
 | 
			
		||||
      minitest (~> 5.1)
 | 
			
		||||
| 
						 | 
				
			
			@ -240,7 +240,7 @@ GEM
 | 
			
		|||
      tzinfo
 | 
			
		||||
    excon (0.71.0)
 | 
			
		||||
    fabrication (2.21.0)
 | 
			
		||||
    faker (2.8.1)
 | 
			
		||||
    faker (2.9.0)
 | 
			
		||||
      i18n (>= 1.6, < 1.8)
 | 
			
		||||
    faraday (0.15.4)
 | 
			
		||||
      multipart-post (>= 1.2, < 3)
 | 
			
		||||
| 
						 | 
				
			
			@ -399,7 +399,7 @@ GEM
 | 
			
		|||
      concurrent-ruby (~> 1.0, >= 1.0.2)
 | 
			
		||||
      sidekiq (>= 3.5)
 | 
			
		||||
      statsd-ruby (~> 1.4, >= 1.4.0)
 | 
			
		||||
    oj (3.9.2)
 | 
			
		||||
    oj (3.10.0)
 | 
			
		||||
    omniauth (1.9.0)
 | 
			
		||||
      hashie (>= 3.4.6, < 3.7.0)
 | 
			
		||||
      rack (>= 1.6.2, < 3)
 | 
			
		||||
| 
						 | 
				
			
			@ -461,7 +461,7 @@ GEM
 | 
			
		|||
      activesupport (>= 3.0.0)
 | 
			
		||||
    raabro (1.1.6)
 | 
			
		||||
    rack (2.0.8)
 | 
			
		||||
    rack-attack (6.2.1)
 | 
			
		||||
    rack-attack (6.2.2)
 | 
			
		||||
      rack (>= 1.0, < 3)
 | 
			
		||||
    rack-cors (1.1.0)
 | 
			
		||||
      rack (>= 2.0.0)
 | 
			
		||||
| 
						 | 
				
			
			@ -471,18 +471,18 @@ GEM
 | 
			
		|||
      rack
 | 
			
		||||
    rack-test (1.1.0)
 | 
			
		||||
      rack (>= 1.0, < 3)
 | 
			
		||||
    rails (5.2.4)
 | 
			
		||||
      actioncable (= 5.2.4)
 | 
			
		||||
      actionmailer (= 5.2.4)
 | 
			
		||||
      actionpack (= 5.2.4)
 | 
			
		||||
      actionview (= 5.2.4)
 | 
			
		||||
      activejob (= 5.2.4)
 | 
			
		||||
      activemodel (= 5.2.4)
 | 
			
		||||
      activerecord (= 5.2.4)
 | 
			
		||||
      activestorage (= 5.2.4)
 | 
			
		||||
      activesupport (= 5.2.4)
 | 
			
		||||
    rails (5.2.4.1)
 | 
			
		||||
      actioncable (= 5.2.4.1)
 | 
			
		||||
      actionmailer (= 5.2.4.1)
 | 
			
		||||
      actionpack (= 5.2.4.1)
 | 
			
		||||
      actionview (= 5.2.4.1)
 | 
			
		||||
      activejob (= 5.2.4.1)
 | 
			
		||||
      activemodel (= 5.2.4.1)
 | 
			
		||||
      activerecord (= 5.2.4.1)
 | 
			
		||||
      activestorage (= 5.2.4.1)
 | 
			
		||||
      activesupport (= 5.2.4.1)
 | 
			
		||||
      bundler (>= 1.3.0)
 | 
			
		||||
      railties (= 5.2.4)
 | 
			
		||||
      railties (= 5.2.4.1)
 | 
			
		||||
      sprockets-rails (>= 2.0.0)
 | 
			
		||||
    rails-controller-testing (1.0.4)
 | 
			
		||||
      actionpack (>= 5.0.1.x)
 | 
			
		||||
| 
						 | 
				
			
			@ -498,9 +498,9 @@ GEM
 | 
			
		|||
      railties (>= 5.0, < 6)
 | 
			
		||||
    rails-settings-cached (0.6.6)
 | 
			
		||||
      rails (>= 4.2.0)
 | 
			
		||||
    railties (5.2.4)
 | 
			
		||||
      actionpack (= 5.2.4)
 | 
			
		||||
      activesupport (= 5.2.4)
 | 
			
		||||
    railties (5.2.4.1)
 | 
			
		||||
      actionpack (= 5.2.4.1)
 | 
			
		||||
      activesupport (= 5.2.4.1)
 | 
			
		||||
      method_source
 | 
			
		||||
      rake (>= 0.8.7)
 | 
			
		||||
      thor (>= 0.19.0, < 2.0)
 | 
			
		||||
| 
						 | 
				
			
			@ -561,7 +561,7 @@ GEM
 | 
			
		|||
      rspec-core (~> 3.0, >= 3.0.0)
 | 
			
		||||
      sidekiq (>= 2.4.0)
 | 
			
		||||
    rspec-support (3.9.0)
 | 
			
		||||
    rubocop (0.77.0)
 | 
			
		||||
    rubocop (0.78.0)
 | 
			
		||||
      jaro_winkler (~> 1.5.1)
 | 
			
		||||
      parallel (~> 1.10)
 | 
			
		||||
      parser (>= 2.6)
 | 
			
		||||
| 
						 | 
				
			
			@ -623,7 +623,7 @@ GEM
 | 
			
		|||
    stoplight (2.2.0)
 | 
			
		||||
    streamio-ffmpeg (3.0.2)
 | 
			
		||||
      multi_json (~> 1.8)
 | 
			
		||||
    strong_migrations (0.5.0)
 | 
			
		||||
    strong_migrations (0.5.1)
 | 
			
		||||
      activerecord (>= 5)
 | 
			
		||||
    temple (0.8.1)
 | 
			
		||||
    terminal-table (1.8.0)
 | 
			
		||||
| 
						 | 
				
			
			@ -713,7 +713,7 @@ DEPENDENCIES
 | 
			
		|||
  doorkeeper (~> 5.2)
 | 
			
		||||
  dotenv-rails (~> 2.7)
 | 
			
		||||
  fabrication (~> 2.21)
 | 
			
		||||
  faker (~> 2.8)
 | 
			
		||||
  faker (~> 2.9)
 | 
			
		||||
  fast_blank (~> 1.0)
 | 
			
		||||
  fastimage
 | 
			
		||||
  fog-core (<= 2.1.0)
 | 
			
		||||
| 
						 | 
				
			
			@ -748,7 +748,7 @@ DEPENDENCIES
 | 
			
		|||
  nilsimsa!
 | 
			
		||||
  nokogiri (~> 1.10)
 | 
			
		||||
  nsa (~> 0.2)
 | 
			
		||||
  oj (~> 3.9)
 | 
			
		||||
  oj (~> 3.10)
 | 
			
		||||
  omniauth (~> 1.9)
 | 
			
		||||
  omniauth-cas (~> 1.1)
 | 
			
		||||
  omniauth-saml (~> 1.10)
 | 
			
		||||
| 
						 | 
				
			
			@ -783,7 +783,7 @@ DEPENDENCIES
 | 
			
		|||
  rqrcode (~> 0.10)
 | 
			
		||||
  rspec-rails (~> 3.9)
 | 
			
		||||
  rspec-sidekiq (~> 3.0)
 | 
			
		||||
  rubocop (~> 0.77)
 | 
			
		||||
  rubocop (~> 0.78)
 | 
			
		||||
  rubocop-rails (~> 2.4)
 | 
			
		||||
  ruby-progressbar (~> 1.10)
 | 
			
		||||
  sanitize (~> 5.1)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -60,16 +60,15 @@ deploy.config:
 | 
			
		|||
    - touch /app/log/production.log
 | 
			
		||||
  before_live:
 | 
			
		||||
    web.web:
 | 
			
		||||
      - bin/tootctl cache clear
 | 
			
		||||
      - bundle exec rake db:migrate:setup
 | 
			
		||||
  after_live:
 | 
			
		||||
    worker.sidekiq:
 | 
			
		||||
      - |-
 | 
			
		||||
          if [[ "${ES_ENABLED}" != "false" ]]
 | 
			
		||||
          then
 | 
			
		||||
            bin/tootctl search deploy
 | 
			
		||||
          fi
 | 
			
		||||
      - bin/tootctl cache clear
 | 
			
		||||
  after_live:
 | 
			
		||||
    worker.sidekiq:
 | 
			
		||||
      - bin/tootctl search deploy
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
web.web:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										18
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								package.json
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -12,7 +12,7 @@
 | 
			
		|||
    "start": "node ./streaming/index.js",
 | 
			
		||||
    "test": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest",
 | 
			
		||||
    "test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",
 | 
			
		||||
    "test:lint:js": "eslint --ext=js .",
 | 
			
		||||
    "test:lint:js": "eslint --ext=js . --cache",
 | 
			
		||||
    "test:lint:sass": "sass-lint -v",
 | 
			
		||||
    "test:jest": "cross-env NODE_ENV=test jest --coverage"
 | 
			
		||||
  },
 | 
			
		||||
| 
						 | 
				
			
			@ -65,12 +65,12 @@
 | 
			
		|||
    "@babel/plugin-proposal-decorators": "^7.7.4",
 | 
			
		||||
    "@babel/plugin-transform-react-inline-elements": "^7.7.4",
 | 
			
		||||
    "@babel/plugin-transform-runtime": "^7.7.6",
 | 
			
		||||
    "@babel/preset-env": "^7.7.6",
 | 
			
		||||
    "@babel/preset-env": "^7.7.7",
 | 
			
		||||
    "@babel/preset-react": "^7.7.4",
 | 
			
		||||
    "@babel/runtime": "^7.7.6",
 | 
			
		||||
    "@babel/runtime": "^7.7.7",
 | 
			
		||||
    "@gamestdio/websocket": "^0.3.2",
 | 
			
		||||
    "@clusterws/cws": "^0.16.0",
 | 
			
		||||
    "array-includes": "^3.1.0",
 | 
			
		||||
    "array-includes": "^3.1.1",
 | 
			
		||||
    "atrament": "^0.2.3",
 | 
			
		||||
    "arrow-key-navigation": "^1.1.0",
 | 
			
		||||
    "autoprefixer": "^9.7.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -86,7 +86,7 @@
 | 
			
		|||
    "compression-webpack-plugin": "^3.0.1",
 | 
			
		||||
    "copy-webpack-plugin": "^5.1.1",
 | 
			
		||||
    "cross-env": "^6.0.3",
 | 
			
		||||
    "css-loader": "^3.3.2",
 | 
			
		||||
    "css-loader": "^3.4.0",
 | 
			
		||||
    "cssnano": "^4.1.10",
 | 
			
		||||
    "detect-passive-events": "^1.0.2",
 | 
			
		||||
    "dotenv": "^8.2.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -112,12 +112,12 @@
 | 
			
		|||
    "lodash": "^4.17.14",
 | 
			
		||||
    "mark-loader": "^0.1.6",
 | 
			
		||||
    "marky": "^1.2.1",
 | 
			
		||||
    "mini-css-extract-plugin": "^0.8.0",
 | 
			
		||||
    "mini-css-extract-plugin": "^0.9.0",
 | 
			
		||||
    "mkdirp": "^0.5.1",
 | 
			
		||||
    "npmlog": "^4.1.2",
 | 
			
		||||
    "object-assign": "^4.1.1",
 | 
			
		||||
    "object-fit-images": "^3.2.3",
 | 
			
		||||
    "object.values": "^1.1.0",
 | 
			
		||||
    "object.values": "^1.1.1",
 | 
			
		||||
    "offline-plugin": "^5.0.7",
 | 
			
		||||
    "path-complete-extname": "^1.0.0",
 | 
			
		||||
    "pg": "^6.4.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -153,7 +153,7 @@
 | 
			
		|||
    "requestidlecallback": "^0.3.0",
 | 
			
		||||
    "reselect": "^4.0.0",
 | 
			
		||||
    "rimraf": "^3.0.0",
 | 
			
		||||
    "sass": "^1.23.3",
 | 
			
		||||
    "sass": "^1.24.0",
 | 
			
		||||
    "sass-loader": "^8.0.0",
 | 
			
		||||
    "stringz": "^2.0.0",
 | 
			
		||||
    "substring-trie": "^1.0.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -173,7 +173,7 @@
 | 
			
		|||
  "devDependencies": {
 | 
			
		||||
    "babel-eslint": "^10.0.3",
 | 
			
		||||
    "babel-jest": "^24.9.0",
 | 
			
		||||
    "enzyme": "^3.10.0",
 | 
			
		||||
    "enzyme": "^3.11.0",
 | 
			
		||||
    "enzyme-adapter-react-16": "^1.15.1",
 | 
			
		||||
    "eslint": "^6.7.2",
 | 
			
		||||
    "eslint-plugin-import": "~2.19.1",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										383
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										383
									
								
								yarn.lock
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -299,10 +299,10 @@
 | 
			
		|||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
    "@babel/plugin-syntax-json-strings" "^7.7.4"
 | 
			
		||||
 | 
			
		||||
"@babel/plugin-proposal-object-rest-spread@^7.7.4":
 | 
			
		||||
  version "7.7.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
 | 
			
		||||
  integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==
 | 
			
		||||
"@babel/plugin-proposal-object-rest-spread@^7.7.7":
 | 
			
		||||
  version "7.7.7"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370"
 | 
			
		||||
  integrity sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
    "@babel/plugin-syntax-object-rest-spread" "^7.7.4"
 | 
			
		||||
| 
						 | 
				
			
			@ -315,10 +315,10 @@
 | 
			
		|||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
    "@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
 | 
			
		||||
 | 
			
		||||
"@babel/plugin-proposal-unicode-property-regex@^7.7.4":
 | 
			
		||||
  version "7.7.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb"
 | 
			
		||||
  integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA==
 | 
			
		||||
"@babel/plugin-proposal-unicode-property-regex@^7.7.7":
 | 
			
		||||
  version "7.7.7"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.7.tgz#433fa9dac64f953c12578b29633f456b68831c4e"
 | 
			
		||||
  integrity sha512-80PbkKyORBUVm1fbTLrHpYdJxMThzM1UqFGh0ALEhO9TYbG86Ah9zQYAB/84axz2vcxefDLdZwWwZNlYARlu9w==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@babel/helper-create-regexp-features-plugin" "^7.7.4"
 | 
			
		||||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -438,10 +438,10 @@
 | 
			
		|||
  dependencies:
 | 
			
		||||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
 | 
			
		||||
"@babel/plugin-transform-dotall-regex@^7.7.4":
 | 
			
		||||
  version "7.7.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96"
 | 
			
		||||
  integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw==
 | 
			
		||||
"@babel/plugin-transform-dotall-regex@^7.7.7":
 | 
			
		||||
  version "7.7.7"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.7.tgz#3e9713f1b69f339e87fa796b097d73ded16b937b"
 | 
			
		||||
  integrity sha512-b4in+YlTeE/QmTgrllnb3bHA0HntYvjz8O3Mcbx75UBPJA2xhb5A8nle498VhxSXJHQefjtQxpnLPehDJ4TRlg==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@babel/helper-create-regexp-features-plugin" "^7.7.4"
 | 
			
		||||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -548,10 +548,10 @@
 | 
			
		|||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
    "@babel/helper-replace-supers" "^7.7.4"
 | 
			
		||||
 | 
			
		||||
"@babel/plugin-transform-parameters@^7.7.4":
 | 
			
		||||
  version "7.7.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce"
 | 
			
		||||
  integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw==
 | 
			
		||||
"@babel/plugin-transform-parameters@^7.7.7":
 | 
			
		||||
  version "7.7.7"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.7.tgz#7a884b2460164dc5f194f668332736584c760007"
 | 
			
		||||
  integrity sha512-OhGSrf9ZBrr1fw84oFXj5hgi8Nmg+E2w5L7NhnG0lPvpDtqd7dbyilM2/vR8CKbJ907RyxPh2kj6sBCSSfI9Ew==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@babel/helper-call-delegate" "^7.7.4"
 | 
			
		||||
    "@babel/helper-get-function-arity" "^7.7.4"
 | 
			
		||||
| 
						 | 
				
			
			@ -673,19 +673,19 @@
 | 
			
		|||
    "@babel/helper-create-regexp-features-plugin" "^7.7.4"
 | 
			
		||||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
 | 
			
		||||
"@babel/preset-env@^7.7.6":
 | 
			
		||||
  version "7.7.6"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.6.tgz#39ac600427bbb94eec6b27953f1dfa1d64d457b2"
 | 
			
		||||
  integrity sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ==
 | 
			
		||||
"@babel/preset-env@^7.7.7":
 | 
			
		||||
  version "7.7.7"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac"
 | 
			
		||||
  integrity sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@babel/helper-module-imports" "^7.7.4"
 | 
			
		||||
    "@babel/helper-plugin-utils" "^7.0.0"
 | 
			
		||||
    "@babel/plugin-proposal-async-generator-functions" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-proposal-dynamic-import" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-proposal-json-strings" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-proposal-object-rest-spread" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-proposal-object-rest-spread" "^7.7.7"
 | 
			
		||||
    "@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-proposal-unicode-property-regex" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-proposal-unicode-property-regex" "^7.7.7"
 | 
			
		||||
    "@babel/plugin-syntax-async-generators" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-syntax-dynamic-import" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-syntax-json-strings" "^7.7.4"
 | 
			
		||||
| 
						 | 
				
			
			@ -699,7 +699,7 @@
 | 
			
		|||
    "@babel/plugin-transform-classes" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-computed-properties" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-destructuring" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-dotall-regex" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-dotall-regex" "^7.7.7"
 | 
			
		||||
    "@babel/plugin-transform-duplicate-keys" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-exponentiation-operator" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-for-of" "^7.7.4"
 | 
			
		||||
| 
						 | 
				
			
			@ -713,7 +713,7 @@
 | 
			
		|||
    "@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-new-target" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-object-super" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-parameters" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-parameters" "^7.7.7"
 | 
			
		||||
    "@babel/plugin-transform-property-literals" "^7.7.4"
 | 
			
		||||
    "@babel/plugin-transform-regenerator" "^7.7.5"
 | 
			
		||||
    "@babel/plugin-transform-reserved-words" "^7.7.4"
 | 
			
		||||
| 
						 | 
				
			
			@ -725,7 +725,7 @@
 | 
			
		|||
    "@babel/plugin-transform-unicode-regex" "^7.7.4"
 | 
			
		||||
    "@babel/types" "^7.7.4"
 | 
			
		||||
    browserslist "^4.6.0"
 | 
			
		||||
    core-js-compat "^3.4.7"
 | 
			
		||||
    core-js-compat "^3.6.0"
 | 
			
		||||
    invariant "^2.2.2"
 | 
			
		||||
    js-levenshtein "^1.1.3"
 | 
			
		||||
    semver "^5.5.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -755,10 +755,10 @@
 | 
			
		|||
  dependencies:
 | 
			
		||||
    regenerator-runtime "^0.12.0"
 | 
			
		||||
 | 
			
		||||
"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6":
 | 
			
		||||
  version "7.7.6"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.6.tgz#d18c511121aff1b4f2cd1d452f1bac9601dd830f"
 | 
			
		||||
  integrity sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==
 | 
			
		||||
"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.7":
 | 
			
		||||
  version "7.7.7"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.7.tgz#194769ca8d6d7790ec23605af9ee3e42a0aa79cf"
 | 
			
		||||
  integrity sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    regenerator-runtime "^0.13.2"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1604,13 +1604,14 @@ array-flatten@^2.1.0:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
 | 
			
		||||
  integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
 | 
			
		||||
 | 
			
		||||
array-includes@^3.0.3, array-includes@^3.1.0:
 | 
			
		||||
  version "3.1.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.0.tgz#48a929ef4c6bb1fa6dc4a92c9b023a261b0ca404"
 | 
			
		||||
  integrity sha512-ONOEQoKrvXPKk7Su92Co0YMqYO32FfqJTzkKU9u2UpIXyYZIzLSvpdg4AwvSw4mSUW0czu6inK+zby6Oj6gDjQ==
 | 
			
		||||
array-includes@^3.0.3, array-includes@^3.1.1:
 | 
			
		||||
  version "3.1.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
 | 
			
		||||
  integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.3"
 | 
			
		||||
    es-abstract "^1.17.0-next.0"
 | 
			
		||||
    es-abstract "^1.17.0"
 | 
			
		||||
    is-string "^1.0.5"
 | 
			
		||||
 | 
			
		||||
array-union@^1.0.1:
 | 
			
		||||
  version "1.0.2"
 | 
			
		||||
| 
						 | 
				
			
			@ -1637,14 +1638,13 @@ array.prototype.find@^2.1.0:
 | 
			
		|||
    define-properties "^1.1.3"
 | 
			
		||||
    es-abstract "^1.13.0"
 | 
			
		||||
 | 
			
		||||
array.prototype.flat@^1.2.1:
 | 
			
		||||
  version "1.2.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
 | 
			
		||||
  integrity sha512-rVqIs330nLJvfC7JqYvEWwqVr5QjYF1ib02i3YJtR/fICO6527Tjpc/e4Mvmxh3GIePPreRXMdaGyC99YphWEw==
 | 
			
		||||
array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3:
 | 
			
		||||
  version "1.2.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
 | 
			
		||||
  integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.2"
 | 
			
		||||
    es-abstract "^1.10.0"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
    define-properties "^1.1.3"
 | 
			
		||||
    es-abstract "^1.17.0-next.1"
 | 
			
		||||
 | 
			
		||||
arrify@^1.0.1:
 | 
			
		||||
  version "1.0.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -2387,13 +2387,13 @@ check-types@^8.0.3:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/check-types/-/check-types-8.0.3.tgz#3356cca19c889544f2d7a95ed49ce508a0ecf552"
 | 
			
		||||
  integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==
 | 
			
		||||
 | 
			
		||||
cheerio@^1.0.0-rc.2:
 | 
			
		||||
  version "1.0.0-rc.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.2.tgz#4b9f53a81b27e4d5dac31c0ffd0cfa03cc6830db"
 | 
			
		||||
  integrity sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=
 | 
			
		||||
cheerio@^1.0.0-rc.3:
 | 
			
		||||
  version "1.0.0-rc.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6"
 | 
			
		||||
  integrity sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    css-select "~1.2.0"
 | 
			
		||||
    dom-serializer "~0.1.0"
 | 
			
		||||
    dom-serializer "~0.1.1"
 | 
			
		||||
    entities "~1.1.1"
 | 
			
		||||
    htmlparser2 "^3.9.1"
 | 
			
		||||
    lodash "^4.15.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -2617,11 +2617,16 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
 | 
			
		|||
  dependencies:
 | 
			
		||||
    delayed-stream "~1.0.0"
 | 
			
		||||
 | 
			
		||||
commander@^2.11.0, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.8.1, commander@~2.20.0:
 | 
			
		||||
commander@^2.11.0, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.8.1:
 | 
			
		||||
  version "2.20.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.1.tgz#3863ce3ca92d0831dcf2a102f5fb4b5926afd0f9"
 | 
			
		||||
  integrity sha512-cCuLsMhJeWQ/ZpsFTbE765kvVfoeSddc4nU3up4fV+fDBcfUXnbITJ+JzhkdjzOqhURjZgujxaioam4RM9yGUg==
 | 
			
		||||
 | 
			
		||||
commander@~2.20.3:
 | 
			
		||||
  version "2.20.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
 | 
			
		||||
  integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
 | 
			
		||||
 | 
			
		||||
commondir@^1.0.1:
 | 
			
		||||
  version "1.0.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
 | 
			
		||||
| 
						 | 
				
			
			@ -2770,13 +2775,13 @@ copy-webpack-plugin@^5.1.1:
 | 
			
		|||
    serialize-javascript "^2.1.2"
 | 
			
		||||
    webpack-log "^2.0.0"
 | 
			
		||||
 | 
			
		||||
core-js-compat@^3.4.7:
 | 
			
		||||
  version "3.5.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.5.0.tgz#5a11a619a9e9dd2dcf1c742b2060bc4a2143e5b6"
 | 
			
		||||
  integrity sha512-E7iJB72svRjJTnm9HDvujzNVMCm3ZcDYEedkJ/sDTNsy/0yooCd9Cg7GSzE7b4e0LfIkjijdB1tqg0pGwxWeWg==
 | 
			
		||||
core-js-compat@^3.6.0:
 | 
			
		||||
  version "3.6.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.0.tgz#4eb6cb69d03d99159ed7c860cd5fcf7d23a62ea9"
 | 
			
		||||
  integrity sha512-Z3eCNjGgoYluH89Jt4wVkfYsc/VdLrA2/woX5lm0isO/pCT+P+Y+o65bOuEnjDJLthdwTBxbCVzptTXtc18fJg==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    browserslist "^4.8.2"
 | 
			
		||||
    semver "^6.3.0"
 | 
			
		||||
    semver "7.0.0"
 | 
			
		||||
 | 
			
		||||
core-js@^1.0.0:
 | 
			
		||||
  version "1.2.7"
 | 
			
		||||
| 
						 | 
				
			
			@ -2944,10 +2949,10 @@ css-list-helpers@^1.0.1:
 | 
			
		|||
  dependencies:
 | 
			
		||||
    tcomb "^2.5.0"
 | 
			
		||||
 | 
			
		||||
css-loader@^3.3.2:
 | 
			
		||||
  version "3.3.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.3.2.tgz#41b2086528aa4fbf8c0692e874bc14f081129b21"
 | 
			
		||||
  integrity sha512-4XSiURS+YEK2fQhmSaM1onnUm0VKWNf6WWBYjkp9YbSDGCBTVZ5XOM6Gkxo8tLgQlzkZOBJvk9trHlDk4gjEYg==
 | 
			
		||||
css-loader@^3.4.0:
 | 
			
		||||
  version "3.4.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.4.0.tgz#9fb263436783117a41d014e45e8eaeba54dd6670"
 | 
			
		||||
  integrity sha512-JornYo4RAXl1Mzt0lOSVPmArzAMV3rGY2VuwtaDc732WTWjdwTaeS19nCGWMcSCf305Q396lhhDAJEWWM0SgPQ==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    camelcase "^5.3.1"
 | 
			
		||||
    cssesc "^3.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -3412,7 +3417,7 @@ dom-helpers@^3.2.1, dom-helpers@^3.3.1:
 | 
			
		|||
  dependencies:
 | 
			
		||||
    "@babel/runtime" "^7.1.2"
 | 
			
		||||
 | 
			
		||||
dom-serializer@0, dom-serializer@~0.1.0:
 | 
			
		||||
dom-serializer@0:
 | 
			
		||||
  version "0.1.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
 | 
			
		||||
  integrity sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=
 | 
			
		||||
| 
						 | 
				
			
			@ -3420,6 +3425,14 @@ dom-serializer@0, dom-serializer@~0.1.0:
 | 
			
		|||
    domelementtype "~1.1.1"
 | 
			
		||||
    entities "~1.1.1"
 | 
			
		||||
 | 
			
		||||
dom-serializer@~0.1.1:
 | 
			
		||||
  version "0.1.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
 | 
			
		||||
  integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    domelementtype "^1.3.0"
 | 
			
		||||
    entities "^1.1.1"
 | 
			
		||||
 | 
			
		||||
domain-browser@^1.1.1:
 | 
			
		||||
  version "1.2.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
 | 
			
		||||
| 
						 | 
				
			
			@ -3612,40 +3625,41 @@ enzyme-adapter-utils@^1.12.1:
 | 
			
		|||
    prop-types "^15.7.2"
 | 
			
		||||
    semver "^5.7.0"
 | 
			
		||||
 | 
			
		||||
enzyme-shallow-equal@^1.0.0:
 | 
			
		||||
  version "1.0.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.0.tgz#d8e4603495e6ea279038eef05a4bf4887b55dc69"
 | 
			
		||||
  integrity sha512-VUf+q5o1EIv2ZaloNQQtWCJM9gpeux6vudGVH6vLmfPXFLRuxl5+Aq3U260wof9nn0b0i+P5OEUXm1vnxkRpXQ==
 | 
			
		||||
enzyme-shallow-equal@^1.0.0, enzyme-shallow-equal@^1.0.1:
 | 
			
		||||
  version "1.0.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.1.tgz#7afe03db3801c9b76de8440694096412a8d9d49e"
 | 
			
		||||
  integrity sha512-hGA3i1so8OrYOZSM9whlkNmVHOicJpsjgTzC+wn2JMJXhq1oO4kA4bJ5MsfzSIcC71aLDKzJ6gZpIxrqt3QTAQ==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    has "^1.0.3"
 | 
			
		||||
    object-is "^1.0.1"
 | 
			
		||||
    object-is "^1.0.2"
 | 
			
		||||
 | 
			
		||||
enzyme@^3.10.0:
 | 
			
		||||
  version "3.10.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10.0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6"
 | 
			
		||||
  integrity sha512-p2yy9Y7t/PFbPoTvrWde7JIYB2ZyGC+NgTNbVEGvZ5/EyoYSr9aG/2rSbVvyNvMHEhw9/dmGUJHWtfQIEiX9pg==
 | 
			
		||||
enzyme@^3.11.0:
 | 
			
		||||
  version "3.11.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.11.0.tgz#71d680c580fe9349f6f5ac6c775bc3e6b7a79c28"
 | 
			
		||||
  integrity sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    array.prototype.flat "^1.2.1"
 | 
			
		||||
    cheerio "^1.0.0-rc.2"
 | 
			
		||||
    function.prototype.name "^1.1.0"
 | 
			
		||||
    array.prototype.flat "^1.2.3"
 | 
			
		||||
    cheerio "^1.0.0-rc.3"
 | 
			
		||||
    enzyme-shallow-equal "^1.0.1"
 | 
			
		||||
    function.prototype.name "^1.1.2"
 | 
			
		||||
    has "^1.0.3"
 | 
			
		||||
    html-element-map "^1.0.0"
 | 
			
		||||
    is-boolean-object "^1.0.0"
 | 
			
		||||
    is-callable "^1.1.4"
 | 
			
		||||
    is-number-object "^1.0.3"
 | 
			
		||||
    is-regex "^1.0.4"
 | 
			
		||||
    is-string "^1.0.4"
 | 
			
		||||
    html-element-map "^1.2.0"
 | 
			
		||||
    is-boolean-object "^1.0.1"
 | 
			
		||||
    is-callable "^1.1.5"
 | 
			
		||||
    is-number-object "^1.0.4"
 | 
			
		||||
    is-regex "^1.0.5"
 | 
			
		||||
    is-string "^1.0.5"
 | 
			
		||||
    is-subset "^0.1.1"
 | 
			
		||||
    lodash.escape "^4.0.1"
 | 
			
		||||
    lodash.isequal "^4.5.0"
 | 
			
		||||
    object-inspect "^1.6.0"
 | 
			
		||||
    object-is "^1.0.1"
 | 
			
		||||
    object-inspect "^1.7.0"
 | 
			
		||||
    object-is "^1.0.2"
 | 
			
		||||
    object.assign "^4.1.0"
 | 
			
		||||
    object.entries "^1.0.4"
 | 
			
		||||
    object.values "^1.0.4"
 | 
			
		||||
    raf "^3.4.0"
 | 
			
		||||
    object.entries "^1.1.1"
 | 
			
		||||
    object.values "^1.1.1"
 | 
			
		||||
    raf "^3.4.1"
 | 
			
		||||
    rst-selector-parser "^2.2.3"
 | 
			
		||||
    string.prototype.trim "^1.1.2"
 | 
			
		||||
    string.prototype.trim "^1.2.1"
 | 
			
		||||
 | 
			
		||||
errno@^0.1.3, errno@~0.1.7:
 | 
			
		||||
  version "0.1.7"
 | 
			
		||||
| 
						 | 
				
			
			@ -3661,38 +3675,22 @@ error-ex@^1.2.0, error-ex@^1.3.1:
 | 
			
		|||
  dependencies:
 | 
			
		||||
    is-arrayish "^0.2.1"
 | 
			
		||||
 | 
			
		||||
es-abstract@^1.10.0, es-abstract@^1.12.0, es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.5.0, es-abstract@^1.5.1:
 | 
			
		||||
  version "1.16.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.2.tgz#4e874331645e9925edef141e74fc4bd144669d34"
 | 
			
		||||
  integrity sha512-jYo/J8XU2emLXl3OLwfwtuFfuF2w6DYPs+xy9ZfVyPkDcrauu6LYrw/q2TyCtrbc/KUdCiC5e9UajRhgNkVopA==
 | 
			
		||||
es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.5.1:
 | 
			
		||||
  version "1.17.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0.tgz#f42a517d0036a5591dbb2c463591dc8bb50309b1"
 | 
			
		||||
  integrity sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    es-to-primitive "^1.2.1"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
    has "^1.0.3"
 | 
			
		||||
    has-symbols "^1.0.1"
 | 
			
		||||
    is-callable "^1.1.4"
 | 
			
		||||
    is-regex "^1.0.4"
 | 
			
		||||
    object-inspect "^1.7.0"
 | 
			
		||||
    object-keys "^1.1.1"
 | 
			
		||||
    string.prototype.trimleft "^2.1.0"
 | 
			
		||||
    string.prototype.trimright "^2.1.0"
 | 
			
		||||
 | 
			
		||||
es-abstract@^1.17.0-next.0:
 | 
			
		||||
  version "1.17.0-next.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172"
 | 
			
		||||
  integrity sha512-7MmGr03N7Rnuid6+wyhD9sHNE2n4tFSwExnU2lQl3lIo2ShXWGePY80zYaoMOmILWv57H0amMjZGHNzzGG70Rw==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    es-to-primitive "^1.2.1"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
    has "^1.0.3"
 | 
			
		||||
    has-symbols "^1.0.1"
 | 
			
		||||
    is-callable "^1.1.4"
 | 
			
		||||
    is-regex "^1.0.4"
 | 
			
		||||
    is-callable "^1.1.5"
 | 
			
		||||
    is-regex "^1.0.5"
 | 
			
		||||
    object-inspect "^1.7.0"
 | 
			
		||||
    object-keys "^1.1.1"
 | 
			
		||||
    object.assign "^4.1.0"
 | 
			
		||||
    string.prototype.trimleft "^2.1.0"
 | 
			
		||||
    string.prototype.trimright "^2.1.0"
 | 
			
		||||
    string.prototype.trimleft "^2.1.1"
 | 
			
		||||
    string.prototype.trimright "^2.1.1"
 | 
			
		||||
 | 
			
		||||
es-to-primitive@^1.2.1:
 | 
			
		||||
  version "1.2.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -4595,36 +4593,26 @@ fsevents@^2.0.6:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a"
 | 
			
		||||
  integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==
 | 
			
		||||
 | 
			
		||||
function-bind@^1.0.2, function-bind@^1.1.1:
 | 
			
		||||
function-bind@^1.1.1:
 | 
			
		||||
  version "1.1.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
 | 
			
		||||
  integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
 | 
			
		||||
 | 
			
		||||
function.prototype.name@^1.1.0:
 | 
			
		||||
  version "1.1.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
 | 
			
		||||
  integrity sha512-Bs0VRrTz4ghD8pTmbJQD1mZ8A/mN0ur/jGz+A6FBxPDUPkm1tNfF6bhTYPA7i7aF4lZJVr+OXTNNrnnIl58Wfg==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.2"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
    is-callable "^1.1.3"
 | 
			
		||||
 | 
			
		||||
function.prototype.name@^1.1.1:
 | 
			
		||||
  version "1.1.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.1.tgz#6d252350803085abc2ad423d4fe3be2f9cbda392"
 | 
			
		||||
  integrity sha512-e1NzkiJuw6xqVH7YSdiW/qDHebcmMhPNe6w+4ZYYEg0VA+LaLzx37RimbPLuonHhYGFGPx1ME2nSi74JiaCr/Q==
 | 
			
		||||
function.prototype.name@^1.1.1, function.prototype.name@^1.1.2:
 | 
			
		||||
  version "1.1.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.2.tgz#5cdf79d7c05db401591dfde83e3b70c5123e9a45"
 | 
			
		||||
  integrity sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.3"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
    functions-have-names "^1.1.1"
 | 
			
		||||
    is-callable "^1.1.4"
 | 
			
		||||
    es-abstract "^1.17.0-next.1"
 | 
			
		||||
    functions-have-names "^1.2.0"
 | 
			
		||||
 | 
			
		||||
functional-red-black-tree@^1.0.1:
 | 
			
		||||
  version "1.0.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
 | 
			
		||||
  integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
 | 
			
		||||
 | 
			
		||||
functions-have-names@^1.1.1:
 | 
			
		||||
functions-have-names@^1.2.0:
 | 
			
		||||
  version "1.2.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d"
 | 
			
		||||
  integrity sha512-zKXyzksTeaCSw5wIX79iCA40YAa6CJMJgNg9wdkU/ERBrIdPSimPICYiLp65lRbSBqtiHql/HZfS2DyI/AH6tQ==
 | 
			
		||||
| 
						 | 
				
			
			@ -4844,9 +4832,9 @@ handle-thing@^2.0.0:
 | 
			
		|||
  integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
 | 
			
		||||
 | 
			
		||||
handlebars@^4.1.2:
 | 
			
		||||
  version "4.2.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.0.tgz#57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e"
 | 
			
		||||
  integrity sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw==
 | 
			
		||||
  version "4.5.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
 | 
			
		||||
  integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    neo-async "^2.6.0"
 | 
			
		||||
    optimist "^0.6.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -4925,7 +4913,7 @@ has-values@^1.0.0:
 | 
			
		|||
    is-number "^3.0.0"
 | 
			
		||||
    kind-of "^4.0.0"
 | 
			
		||||
 | 
			
		||||
has@^1.0.0, has@^1.0.1, has@^1.0.3:
 | 
			
		||||
has@^1.0.0, has@^1.0.3:
 | 
			
		||||
  version "1.0.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
 | 
			
		||||
  integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
 | 
			
		||||
| 
						 | 
				
			
			@ -5039,10 +5027,10 @@ html-comment-regex@^1.1.0:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
 | 
			
		||||
  integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
 | 
			
		||||
 | 
			
		||||
html-element-map@^1.0.0:
 | 
			
		||||
  version "1.0.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.1.tgz#3c4fcb4874ebddfe4283b51c8994e7713782b592"
 | 
			
		||||
  integrity sha512-BZSfdEm6n706/lBfXKWa4frZRZcT5k1cOusw95ijZsHlI+GdgY0v95h6IzO3iIDf2ROwq570YTwqNPqHcNMozw==
 | 
			
		||||
html-element-map@^1.2.0:
 | 
			
		||||
  version "1.2.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.2.0.tgz#dfbb09efe882806af63d990cf6db37993f099f22"
 | 
			
		||||
  integrity sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    array-filter "^1.0.0"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -5475,10 +5463,10 @@ is-binary-path@^2.1.0:
 | 
			
		|||
  dependencies:
 | 
			
		||||
    binary-extensions "^2.0.0"
 | 
			
		||||
 | 
			
		||||
is-boolean-object@^1.0.0:
 | 
			
		||||
  version "1.0.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
 | 
			
		||||
  integrity sha1-mPiygDBoQhmpXzdc+9iM40Bd/5M=
 | 
			
		||||
is-boolean-object@^1.0.1:
 | 
			
		||||
  version "1.0.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.1.tgz#10edc0900dd127697a92f6f9807c7617d68ac48e"
 | 
			
		||||
  integrity sha512-TqZuVwa/sppcrhUCAYkGBk7w0yxfQQnxq28fjkO53tnK9FQXmdwz2JS5+GjsWQ6RByES1K40nI+yDic5c9/aAQ==
 | 
			
		||||
 | 
			
		||||
is-buffer@^1.1.5:
 | 
			
		||||
  version "1.1.6"
 | 
			
		||||
| 
						 | 
				
			
			@ -5497,10 +5485,10 @@ is-builtin-module@^1.0.0:
 | 
			
		|||
  dependencies:
 | 
			
		||||
    builtin-modules "^1.0.0"
 | 
			
		||||
 | 
			
		||||
is-callable@^1.1.3, is-callable@^1.1.4:
 | 
			
		||||
  version "1.1.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
 | 
			
		||||
  integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
 | 
			
		||||
is-callable@^1.1.4, is-callable@^1.1.5:
 | 
			
		||||
  version "1.1.5"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
 | 
			
		||||
  integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
 | 
			
		||||
 | 
			
		||||
is-ci@^2.0.0:
 | 
			
		||||
  version "2.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -5639,10 +5627,10 @@ is-nan@^1.2.1:
 | 
			
		|||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.1"
 | 
			
		||||
 | 
			
		||||
is-number-object@^1.0.3:
 | 
			
		||||
  version "1.0.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
 | 
			
		||||
  integrity sha1-8mWrian0RQNO9q/xWo8AsA9VF5k=
 | 
			
		||||
is-number-object@^1.0.4:
 | 
			
		||||
  version "1.0.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
 | 
			
		||||
  integrity sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==
 | 
			
		||||
 | 
			
		||||
is-number@^3.0.0:
 | 
			
		||||
  version "3.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -5702,12 +5690,12 @@ is-property@^1.0.0, is-property@^1.0.2:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
 | 
			
		||||
  integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=
 | 
			
		||||
 | 
			
		||||
is-regex@^1.0.4:
 | 
			
		||||
  version "1.0.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
 | 
			
		||||
  integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=
 | 
			
		||||
is-regex@^1.0.4, is-regex@^1.0.5:
 | 
			
		||||
  version "1.0.5"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
 | 
			
		||||
  integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    has "^1.0.1"
 | 
			
		||||
    has "^1.0.3"
 | 
			
		||||
 | 
			
		||||
is-resolvable@^1.0.0:
 | 
			
		||||
  version "1.1.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -5719,10 +5707,10 @@ is-stream@^1.0.1, is-stream@^1.1.0:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
 | 
			
		||||
  integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
 | 
			
		||||
 | 
			
		||||
is-string@^1.0.4:
 | 
			
		||||
  version "1.0.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
 | 
			
		||||
  integrity sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ=
 | 
			
		||||
is-string@^1.0.5:
 | 
			
		||||
  version "1.0.5"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
 | 
			
		||||
  integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
 | 
			
		||||
 | 
			
		||||
is-subset@^0.1.1:
 | 
			
		||||
  version "0.1.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -6815,10 +6803,10 @@ mimic-fn@^2.0.0, mimic-fn@^2.1.0:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
 | 
			
		||||
  integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
 | 
			
		||||
 | 
			
		||||
mini-css-extract-plugin@^0.8.0:
 | 
			
		||||
  version "0.8.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1"
 | 
			
		||||
  integrity sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==
 | 
			
		||||
mini-css-extract-plugin@^0.9.0:
 | 
			
		||||
  version "0.9.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
 | 
			
		||||
  integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    loader-utils "^1.1.0"
 | 
			
		||||
    normalize-url "1.9.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -7280,15 +7268,15 @@ object-fit-images@^3.2.3:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/object-fit-images/-/object-fit-images-3.2.4.tgz#6c299d38fdf207746e5d2d46c2877f6f25d15b52"
 | 
			
		||||
  integrity sha512-G+7LzpYfTfqUyrZlfrou/PLLLAPNC52FTy5y1CBywX+1/FkxIloOyQXBmZ3Zxa2AWO+lMF0JTuvqbr7G5e5CWg==
 | 
			
		||||
 | 
			
		||||
object-inspect@^1.6.0, object-inspect@^1.7.0:
 | 
			
		||||
object-inspect@^1.7.0:
 | 
			
		||||
  version "1.7.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
 | 
			
		||||
  integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
 | 
			
		||||
 | 
			
		||||
object-is@^1.0.1:
 | 
			
		||||
  version "1.0.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
 | 
			
		||||
  integrity sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY=
 | 
			
		||||
object-is@^1.0.1, object-is@^1.0.2:
 | 
			
		||||
  version "1.0.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.2.tgz#6b80eb84fe451498f65007982f035a5b445edec4"
 | 
			
		||||
  integrity sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==
 | 
			
		||||
 | 
			
		||||
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
 | 
			
		||||
  version "1.1.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -7312,13 +7300,13 @@ object.assign@^4.1.0:
 | 
			
		|||
    has-symbols "^1.0.0"
 | 
			
		||||
    object-keys "^1.0.11"
 | 
			
		||||
 | 
			
		||||
object.entries@^1.0.4, object.entries@^1.1.0:
 | 
			
		||||
  version "1.1.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
 | 
			
		||||
  integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
 | 
			
		||||
object.entries@^1.1.0, object.entries@^1.1.1:
 | 
			
		||||
  version "1.1.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
 | 
			
		||||
  integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.3"
 | 
			
		||||
    es-abstract "^1.12.0"
 | 
			
		||||
    es-abstract "^1.17.0-next.1"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
    has "^1.0.3"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -7347,13 +7335,13 @@ object.pick@^1.3.0:
 | 
			
		|||
  dependencies:
 | 
			
		||||
    isobject "^3.0.1"
 | 
			
		||||
 | 
			
		||||
object.values@^1.0.4, object.values@^1.1.0:
 | 
			
		||||
  version "1.1.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
 | 
			
		||||
  integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
 | 
			
		||||
object.values@^1.0.4, object.values@^1.1.0, object.values@^1.1.1:
 | 
			
		||||
  version "1.1.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
 | 
			
		||||
  integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.3"
 | 
			
		||||
    es-abstract "^1.12.0"
 | 
			
		||||
    es-abstract "^1.17.0-next.1"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
    has "^1.0.3"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -8502,7 +8490,7 @@ quote@^0.4.0:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/quote/-/quote-0.4.0.tgz#10839217f6c1362b89194044d29b233fd7f32f01"
 | 
			
		||||
  integrity sha1-EIOSF/bBNiuJGUBE0psjP9fzLwE=
 | 
			
		||||
 | 
			
		||||
raf@^3.1.0, raf@^3.4.0, raf@^3.4.1:
 | 
			
		||||
raf@^3.1.0, raf@^3.4.1:
 | 
			
		||||
  version "3.4.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
 | 
			
		||||
  integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==
 | 
			
		||||
| 
						 | 
				
			
			@ -9395,10 +9383,10 @@ sass-loader@^8.0.0:
 | 
			
		|||
    schema-utils "^2.1.0"
 | 
			
		||||
    semver "^6.3.0"
 | 
			
		||||
 | 
			
		||||
sass@^1.23.3:
 | 
			
		||||
  version "1.23.3"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/sass/-/sass-1.23.3.tgz#f07503b9e8d2bcf06ef69e8beea5d085589b1620"
 | 
			
		||||
  integrity sha512-1DKRZxJMOh4Bme16AbWTyYeJAjTlrvw2+fWshHHaepeJfGq2soFZTnt0YhWit+bohtDu4LdyPoEj6VFD4APHog==
 | 
			
		||||
sass@^1.24.0:
 | 
			
		||||
  version "1.24.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/sass/-/sass-1.24.0.tgz#e8b9931bc5d18a37d271749311ef2edc83102a77"
 | 
			
		||||
  integrity sha512-1TsPyMhLTx+9DLlmwg02iBW2p4poGA7LlkWJLpUY/XticFKNhPcx+l4FsIJLKl6oSUfXmAKpVljHEez1hwjqiw==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    chokidar ">=2.0.0 <4.0.0"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -9470,6 +9458,11 @@ semver@4.3.2:
 | 
			
		|||
  resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.2.tgz#c7a07158a80bedd052355b770d82d6640f803be7"
 | 
			
		||||
  integrity sha1-x6BxWKgL7dBSNVt3DYLWZA+AO+c=
 | 
			
		||||
 | 
			
		||||
semver@7.0.0:
 | 
			
		||||
  version "7.0.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
 | 
			
		||||
  integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
 | 
			
		||||
 | 
			
		||||
semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
 | 
			
		||||
  version "6.3.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
 | 
			
		||||
| 
						 | 
				
			
			@ -9957,27 +9950,27 @@ string-width@^4.1.0, string-width@^4.2.0:
 | 
			
		|||
    is-fullwidth-code-point "^3.0.0"
 | 
			
		||||
    strip-ansi "^6.0.0"
 | 
			
		||||
 | 
			
		||||
string.prototype.trim@^1.1.2:
 | 
			
		||||
  version "1.1.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
 | 
			
		||||
  integrity sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=
 | 
			
		||||
string.prototype.trim@^1.2.1:
 | 
			
		||||
  version "1.2.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz#141233dff32c82bfad80684d7e5f0869ee0fb782"
 | 
			
		||||
  integrity sha512-MjGFEeqixw47dAMFMtgUro/I0+wNqZB5GKXGt1fFr24u3TzDXCPu7J9Buppzoe3r/LqkSDLDDJzE15RGWDGAVw==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.2"
 | 
			
		||||
    es-abstract "^1.5.0"
 | 
			
		||||
    function-bind "^1.0.2"
 | 
			
		||||
    define-properties "^1.1.3"
 | 
			
		||||
    es-abstract "^1.17.0-next.1"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
 | 
			
		||||
string.prototype.trimleft@^2.1.0:
 | 
			
		||||
  version "2.1.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
 | 
			
		||||
  integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==
 | 
			
		||||
string.prototype.trimleft@^2.1.1:
 | 
			
		||||
  version "2.1.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
 | 
			
		||||
  integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.3"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
 | 
			
		||||
string.prototype.trimright@^2.1.0:
 | 
			
		||||
  version "2.1.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
 | 
			
		||||
  integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==
 | 
			
		||||
string.prototype.trimright@^2.1.1:
 | 
			
		||||
  version "2.1.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
 | 
			
		||||
  integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    define-properties "^1.1.3"
 | 
			
		||||
    function-bind "^1.1.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -10461,11 +10454,11 @@ ua-parser-js@^0.7.18:
 | 
			
		|||
  integrity sha512-T3PVJ6uz8i0HzPxOF9SWzWAlfN/DavlpQqepn22xgve/5QecC+XMCAtmUNnY7C9StehaV6exjUCI801lOI7QlQ==
 | 
			
		||||
 | 
			
		||||
uglify-js@^3.1.4:
 | 
			
		||||
  version "3.6.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
 | 
			
		||||
  integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==
 | 
			
		||||
  version "3.7.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.2.tgz#cb1a601e67536e9ed094a92dd1e333459643d3f9"
 | 
			
		||||
  integrity sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    commander "~2.20.0"
 | 
			
		||||
    commander "~2.20.3"
 | 
			
		||||
    source-map "~0.6.1"
 | 
			
		||||
 | 
			
		||||
unicode-astral-regex@^1.0.1:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue