From b72647dc3a853cdd01d8445a7930735a536f8b7a Mon Sep 17 00:00:00 2001 From: talyz Date: Thu, 28 Oct 2021 16:47:31 +0200 Subject: [PATCH] gitlab: 14.3.3 -> 14.4.1 --- .../version-management/gitlab/data.json | 12 +- .../version-management/gitlab/default.nix | 9 + .../version-management/gitlab/gitaly/Gemfile | 4 +- .../gitlab/gitaly/Gemfile.lock | 28 +- .../gitlab/gitaly/default.nix | 4 +- .../gitlab/gitaly/gemset.nix | 32 +- .../gitlab/gitlab-workhorse/default.nix | 4 +- ...ties-remove-yarn-install-enhancement.patch | 13 + .../version-management/gitlab/rubyEnv/Gemfile | 24 +- .../gitlab/rubyEnv/Gemfile.lock | 182 +- .../gitlab/rubyEnv/gemset.nix | 143 +- .../version-management/gitlab/yarnPkgs.nix | 1752 ++++++++--------- 12 files changed, 1008 insertions(+), 1199 deletions(-) create mode 100644 pkgs/applications/version-management/gitlab/railties-remove-yarn-install-enhancement.patch diff --git a/pkgs/applications/version-management/gitlab/data.json b/pkgs/applications/version-management/gitlab/data.json index ff1689f28f8..cedc350a98a 100644 --- a/pkgs/applications/version-management/gitlab/data.json +++ b/pkgs/applications/version-management/gitlab/data.json @@ -1,13 +1,13 @@ { - "version": "14.3.3", - "repo_hash": "1sh8lf6arqljzc0hmajl2r2j38ahk9hl6kikg9inw72xycrll7dk", + "version": "14.4.1", + "repo_hash": "0sm44iyn32frc7njg6ypgbcip77mj5c3agn3cihk3lz7z5kr48lm", "owner": "gitlab-org", "repo": "gitlab", - "rev": "v14.3.3-ee", + "rev": "v14.4.1-ee", "passthru": { - "GITALY_SERVER_VERSION": "14.3.3", - "GITLAB_PAGES_VERSION": "1.44.0", + "GITALY_SERVER_VERSION": "14.4.1", + "GITLAB_PAGES_VERSION": "1.46.0", "GITLAB_SHELL_VERSION": "13.21.1", - "GITLAB_WORKHORSE_VERSION": "14.3.3" + "GITLAB_WORKHORSE_VERSION": "14.4.1" } } diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix index 08cf76a89fc..87fabab5117 100644 --- a/pkgs/applications/version-management/gitlab/default.nix +++ b/pkgs/applications/version-management/gitlab/default.nix @@ -36,6 +36,15 @@ let buildInputs = [ file ]; buildFlags = [ "--enable-system-libraries" ]; }; + # the included yarn rake task attaches the yarn:install task + # to assets:precompile, which is both unnecessary (since we + # run `yarn install` ourselves) and undoes the shebang patches + # in node_modules + railties = x.railties // { + dontBuild = false; + patches = [ ./railties-remove-yarn-install-enhancement.patch ]; + patchFlags = "-p2"; + }; }; groups = [ "default" "unicorn" "ed25519" "metrics" "development" "puma" "test" "kerberos" diff --git a/pkgs/applications/version-management/gitlab/gitaly/Gemfile b/pkgs/applications/version-management/gitlab/gitaly/Gemfile index 7eaf3c0f218..662252527f9 100644 --- a/pkgs/applications/version-management/gitlab/gitaly/Gemfile +++ b/pkgs/applications/version-management/gitlab/gitaly/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rugged', '~> 1.1' gem 'github-linguist', '~> 7.12', require: 'linguist' gem 'gitlab-markup', '~> 1.7.1' -gem 'activesupport', '~> 6.1.3.2' +gem 'activesupport', '~> 6.1.4.1' gem 'rdoc', '~> 6.0' gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false @@ -13,7 +13,7 @@ gem 'faraday', '~> 1.0' gem 'rbtrace', require: false # Labkit provides observability functionality -gem 'gitlab-labkit', '~> 0.20.0' +gem 'gitlab-labkit', '~> 0.21.1' # Detects the open source license the repository includes # This version needs to be in sync with GitLab CE/EE diff --git a/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock b/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock index dba345db638..05e75a52413 100644 --- a/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock +++ b/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock @@ -2,20 +2,20 @@ GEM remote: https://rubygems.org/ specs: abstract_type (0.0.7) - actionpack (6.1.3.2) - actionview (= 6.1.3.2) - activesupport (= 6.1.3.2) + actionpack (6.1.4.1) + actionview (= 6.1.4.1) + activesupport (= 6.1.4.1) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.3.2) - activesupport (= 6.1.3.2) + actionview (6.1.4.1) + activesupport (= 6.1.4.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.1.3.2) + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -65,10 +65,10 @@ GEM gitlab-gollum-rugged_adapter (0.4.4.4.gitlab.1) mime-types (>= 1.15) rugged (~> 1.0) - gitlab-labkit (0.20.0) + gitlab-labkit (0.21.2) actionpack (>= 5.0.0, < 7.0.0) activesupport (>= 5.0.0, < 7.0.0) - grpc (~> 1.19) + grpc (~> 1.30) jaeger-client (~> 1.1) opentracing (~> 0.4) pg_query (~> 2.1) @@ -94,7 +94,7 @@ GEM reverse_markdown (~> 1.0) rugged (>= 0.24, < 2.0) thor (>= 0.19, < 2.0) - loofah (2.10.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) memoizable (0.4.2) @@ -139,7 +139,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) rainbow (3.0.0) rbtrace (0.4.14) @@ -147,7 +147,7 @@ GEM msgpack (>= 0.4.3) optimist (>= 3.0.0) rdoc (6.3.2) - redis (4.2.5) + redis (4.4.0) regexp_parser (1.8.1) reverse_markdown (1.4.0) nokogiri @@ -197,7 +197,7 @@ GEM stringex (2.8.5) thor (1.1.0) thread_safe (0.3.6) - thrift (0.14.1) + thrift (0.15.0) timecop (0.9.1) tzinfo (2.0.4) concurrent-ruby (~> 1.0) @@ -216,13 +216,13 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.1.3.2) + activesupport (~> 6.1.4.1) factory_bot faraday (~> 1.0) github-linguist (~> 7.12) gitlab-gollum-lib (~> 4.2.7.10.gitlab.1) gitlab-gollum-rugged_adapter (~> 0.4.4.4.gitlab.1) - gitlab-labkit (~> 0.20.0) + gitlab-labkit (~> 0.21.1) gitlab-markup (~> 1.7.1) google-protobuf (~> 3.17.0) grpc (~> 1.30.2) diff --git a/pkgs/applications/version-management/gitlab/gitaly/default.nix b/pkgs/applications/version-management/gitlab/gitaly/default.nix index e9ddc90bda2..bc033331894 100644 --- a/pkgs/applications/version-management/gitlab/gitaly/default.nix +++ b/pkgs/applications/version-management/gitlab/gitaly/default.nix @@ -20,7 +20,7 @@ let }; }; }; - version = "14.3.3"; + version = "14.4.1"; gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}"; in @@ -32,7 +32,7 @@ buildGoModule { owner = "gitlab-org"; repo = "gitaly"; rev = "v${version}"; - sha256 = "sha256-WC361E+p3i02n2YCOwUzRxCWFt5UMEfJi6tHZPj1dgo="; + sha256 = "sha256-bATqaB7q3MlyacEiBXdcEDs+xsJUbULVnYTSpEznxFg="; }; vendorSha256 = "sha256-9RhPQosen70E9t1iAoc2SeKs9pYMMpMqgXLekWfKNf8="; diff --git a/pkgs/applications/version-management/gitlab/gitaly/gemset.nix b/pkgs/applications/version-management/gitlab/gitaly/gemset.nix index dea32e94b13..4aad9394cd6 100644 --- a/pkgs/applications/version-management/gitlab/gitaly/gemset.nix +++ b/pkgs/applications/version-management/gitlab/gitaly/gemset.nix @@ -13,10 +13,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1wdgv5llgbl4nayx5j78lfvhhjssrzfmypb45mjy37mgm8z5l5m5"; + sha256 = "0xgysqnibjsy6kdz10x2xb3kwa6lssiqhh0zggrbgs31ypwhlpia"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; actionview = { dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; @@ -24,10 +24,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1r6db2g3fsrca1hp9kbyvjx9psipsxw0g306qharkcblxl8h1ysn"; + sha256 = "1yf4ic5kl324rs0raralpwx24s6hvvdzxfhinafylf8f3x7jj23z"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; activesupport = { dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; @@ -35,10 +35,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1csxddyhl6k773ycxjvmyshyr4g9jb1icbs3pnm7crnavqs4h1yr"; + sha256 = "19gx1jcq46x9d1pi1w8xq0bgvvfw239y4lalr8asm291gj3q3ds4"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; adamantium = { dependencies = ["ice_nine" "memoizable"]; @@ -269,10 +269,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1krn6vi33i5vqbz3gmwzj9f9ifda41a3as3chpl899mrgni61q6r"; + sha256 = "0xkzm6kri1dzjrmicm3wgbnxi9gk0byanr6ibfrflv7spd98fz19"; type = "gem"; }; - version = "0.20.0"; + version = "0.21.2"; }; gitlab-markup = { groups = ["default"]; @@ -383,10 +383,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "19vkaazjqyq7yj5ah8rpr4vl9n4mg95scdr5im93akhd5bjvkkly"; + sha256 = "1nqcya57x2n58y1dify60i0dpla40n4yir928khp4nj5jrn9mgmw"; type = "gem"; }; - version = "2.10.0"; + version = "2.12.0"; }; memoizable = { dependencies = ["thread_safe"]; @@ -643,10 +643,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1icpqmxbppl4ynzmn6dx7wdil5hhq6fz707m9ya6d86c7ys8sd4f"; + sha256 = "09qrfi3pgllxb08r024lln9k0qzxs57v0slsj8616xf9c0cwnwbk"; type = "gem"; }; - version = "1.3.0"; + version = "1.4.2"; }; rainbow = { source = { @@ -682,10 +682,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "15x2sr6h094rjbvg8pkq6m3lcd5abpyx93aifvfdz3wv6x55xa48"; + sha256 = "1ig832dp0xmpp6a934nifzaj7wm9lzjxzasw911fagycs8p6m720"; type = "gem"; }; - version = "4.2.5"; + version = "4.4.0"; }; regexp_parser = { groups = ["default" "development" "test"]; @@ -899,10 +899,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1sfa4120a7yl3gxjcx990gyawsshfr22gfv5rvgpk72l2p9j2420"; + sha256 = "0rb9nax4k72zbriq7k98shfcj4lf54sqjpin2xm6ma7bb48ra8mc"; type = "gem"; }; - version = "0.14.1"; + version = "0.15.0"; }; timecop = { source = { diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix index 6c995588092..9a78da28096 100644 --- a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix +++ b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix @@ -5,7 +5,7 @@ in buildGoModule rec { pname = "gitlab-workhorse"; - version = "14.3.3"; + version = "14.4.1"; src = fetchFromGitLab { owner = data.owner; @@ -16,7 +16,7 @@ buildGoModule rec { sourceRoot = "source/workhorse"; - vendorSha256 = "sha256-piA14jYFV+FD20kR38rN1o329eeYAW/PmS0QI1GaU50="; + vendorSha256 = "sha256-yLZY9FFUS4nJl4TkE6MwICCEwtPTXFc5zuj4FgiIy74="; buildInputs = [ git ]; buildFlagsArray = "-ldflags=-X main.Version=${version}"; doCheck = false; diff --git a/pkgs/applications/version-management/gitlab/railties-remove-yarn-install-enhancement.patch b/pkgs/applications/version-management/gitlab/railties-remove-yarn-install-enhancement.patch new file mode 100644 index 00000000000..25cbf775e63 --- /dev/null +++ b/pkgs/applications/version-management/gitlab/railties-remove-yarn-install-enhancement.patch @@ -0,0 +1,13 @@ +diff --git a/railties/lib/rails/tasks/yarn.rake b/railties/lib/rails/tasks/yarn.rake +index 0226da721a..365cdeb0f9 100644 +--- a/railties/lib/rails/tasks/yarn.rake ++++ b/railties/lib/rails/tasks/yarn.rake +@@ -27,8 +27,3 @@ namespace :yarn do + exit 1 + end + end +- +-# Run Yarn prior to Sprockets assets precompilation, so dependencies are available for use. +-if Rake::Task.task_defined?("assets:precompile") && File.exist?(Rails.root.join("bin", "yarn")) +- Rake::Task["assets:precompile"].enhance [ "yarn:install" ] +-end diff --git a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile index 08a9b090c66..0713560ead8 100644 --- a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile +++ b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'rails', '~> 6.1.3.2' +gem 'rails', '~> 6.1.4.1' gem 'bootsnap', '~> 1.4.6' @@ -92,7 +92,7 @@ gem 'net-ldap', '~> 0.16.3' # API gem 'grape', '~> 1.5.2' -gem 'grape-entity', '~> 0.9.0' +gem 'grape-entity', '~> 0.10.0' gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' # GraphQL API @@ -129,7 +129,7 @@ gem 'fog-local', '~> 0.6' gem 'fog-openstack', '~> 1.0' gem 'fog-rackspace', '~> 0.1.1' gem 'fog-aliyun', '~> 0.3' -gem 'gitlab-fog-azure-rm', '~> 1.1.1', require: false +gem 'gitlab-fog-azure-rm', '~> 1.2.0', require: false # for Google storage gem 'google-api-client', '~> 0.33' @@ -154,7 +154,7 @@ gem 'html-pipeline', '~> 2.13.2' gem 'deckar01-task_list', '2.3.1' gem 'gitlab-markup', '~> 1.7.1' gem 'github-markup', '~> 1.7.0', require: 'github/markup' -gem 'commonmarker', '~> 0.21' +gem 'commonmarker', '~> 0.23.2' gem 'kramdown', '~> 2.3.1' gem 'RedCloth', '~> 4.3.2' gem 'rdoc', '~> 6.3.2' @@ -165,7 +165,7 @@ gem 'asciidoctor', '~> 2.0.10' gem 'asciidoctor-include-ext', '~> 0.3.1', require: false gem 'asciidoctor-plantuml', '~> 0.0.12' gem 'asciidoctor-kroki', '~> 0.5.0', require: false -gem 'rouge', '~> 3.26.0' +gem 'rouge', '~> 3.26.1' gem 'truncato', '~> 0.7.11' gem 'bootstrap_form', '~> 4.2.0' gem 'nokogiri', '~> 1.11.4' @@ -195,10 +195,10 @@ gem 'state_machines-activerecord', '~> 0.8.0' gem 'acts-as-taggable-on', '~> 7.0' # Background jobs -gem 'sidekiq', '~> 5.2.7' +gem 'sidekiq', '~> 6.2.2' gem 'sidekiq-cron', '~> 1.0' gem 'redis-namespace', '~> 1.8.1' -gem 'gitlab-sidekiq-fetcher', '0.5.6', require: 'sidekiq-reliable-fetch' +gem 'gitlab-sidekiq-fetcher', '0.8.0', require: 'sidekiq-reliable-fetch' # Cron Parser gem 'fugit', '~> 1.2.1' @@ -229,7 +229,7 @@ gem 'js_regex', '~> 3.7' gem 'device_detector' # Redis -gem 'redis', '~> 4.1.4' +gem 'redis', '~> 4.4.0' gem 'connection_pool', '~> 2.0' # Redis session store @@ -341,7 +341,7 @@ group :development do gem 'lefthook', '~> 0.7.0', require: false gem 'solargraph', '~> 0.43', require: false - gem 'letter_opener_web', '~> 1.4.0' + gem 'letter_opener_web', '~> 1.4.1' # Better errors handler gem 'better_errors', '~> 2.9.0' @@ -355,7 +355,7 @@ group :development, :test do gem 'bullet', '~> 6.1.3' gem 'pry-byebug' gem 'pry-rails', '~> 0.3.9' - gem 'pry-shell', '~> 0.4.0' + gem 'pry-shell', '~> 0.5.0' gem 'awesome_print', require: false @@ -424,7 +424,7 @@ group :test do gem 'webmock', '~> 3.9.1' gem 'rails-controller-testing' gem 'concurrent-ruby', '~> 1.1' - gem 'test-prof', '~> 0.12.0' + gem 'test-prof', '~> 1.0.7' gem 'rspec_junit_formatter' gem 'guard-rspec' @@ -474,7 +474,7 @@ end gem 'spamcheck', '~> 0.1.0' # Gitaly GRPC protocol definitions -gem 'gitaly', '~> 14.3.0.pre.rc1' +gem 'gitaly', '~> 14.3.0.pre.rc2' # KAS GRPC protocol definitions gem 'kas-grpc', '~> 0.0.2' diff --git a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock index 51ccc8a03cc..711bf671eed 100644 --- a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock +++ b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock @@ -4,63 +4,63 @@ GEM RedCloth (4.3.2) acme-client (2.0.6) faraday (>= 0.17, < 2.0.0) - actioncable (6.1.3.2) - actionpack (= 6.1.3.2) - activesupport (= 6.1.3.2) + actioncable (6.1.4.1) + actionpack (= 6.1.4.1) + activesupport (= 6.1.4.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.3.2) - actionpack (= 6.1.3.2) - activejob (= 6.1.3.2) - activerecord (= 6.1.3.2) - activestorage (= 6.1.3.2) - activesupport (= 6.1.3.2) + actionmailbox (6.1.4.1) + actionpack (= 6.1.4.1) + activejob (= 6.1.4.1) + activerecord (= 6.1.4.1) + activestorage (= 6.1.4.1) + activesupport (= 6.1.4.1) mail (>= 2.7.1) - actionmailer (6.1.3.2) - actionpack (= 6.1.3.2) - actionview (= 6.1.3.2) - activejob (= 6.1.3.2) - activesupport (= 6.1.3.2) + actionmailer (6.1.4.1) + actionpack (= 6.1.4.1) + actionview (= 6.1.4.1) + activejob (= 6.1.4.1) + activesupport (= 6.1.4.1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.3.2) - actionview (= 6.1.3.2) - activesupport (= 6.1.3.2) + actionpack (6.1.4.1) + actionview (= 6.1.4.1) + activesupport (= 6.1.4.1) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.3.2) - actionpack (= 6.1.3.2) - activerecord (= 6.1.3.2) - activestorage (= 6.1.3.2) - activesupport (= 6.1.3.2) + actiontext (6.1.4.1) + actionpack (= 6.1.4.1) + activerecord (= 6.1.4.1) + activestorage (= 6.1.4.1) + activesupport (= 6.1.4.1) nokogiri (>= 1.8.5) - actionview (6.1.3.2) - activesupport (= 6.1.3.2) + actionview (6.1.4.1) + activesupport (= 6.1.4.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.1.3.2) - activesupport (= 6.1.3.2) + activejob (6.1.4.1) + activesupport (= 6.1.4.1) globalid (>= 0.3.6) - activemodel (6.1.3.2) - activesupport (= 6.1.3.2) - activerecord (6.1.3.2) - activemodel (= 6.1.3.2) - activesupport (= 6.1.3.2) + activemodel (6.1.4.1) + activesupport (= 6.1.4.1) + activerecord (6.1.4.1) + activemodel (= 6.1.4.1) + activesupport (= 6.1.4.1) activerecord-explain-analyze (0.1.0) activerecord (>= 4) pg - activestorage (6.1.3.2) - actionpack (= 6.1.3.2) - activejob (= 6.1.3.2) - activerecord (= 6.1.3.2) - activesupport (= 6.1.3.2) + activestorage (6.1.4.1) + actionpack (= 6.1.4.1) + activejob (= 6.1.4.1) + activerecord (= 6.1.4.1) + activesupport (= 6.1.4.1) marcel (~> 1.0.0) - mini_mime (~> 1.0.2) - activesupport (6.1.3.2) + mini_mime (>= 1.1.0) + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -193,8 +193,7 @@ GEM open4 (~> 1.3) coderay (1.1.3) colored2 (3.1.2) - commonmarker (0.21.0) - ruby-enum (~> 0.5) + commonmarker (0.23.2) concurrent-ruby (1.1.9) connection_pool (2.2.2) contracts (0.11.0) @@ -446,7 +445,7 @@ GEM rails (>= 3.2.0) git (1.7.0) rchardet (~> 1.8) - gitaly (14.3.0.pre.rc1) + gitaly (14.3.0.pre.rc2) grpc (~> 1.0) github-markup (1.7.0) gitlab (4.16.1) @@ -461,7 +460,7 @@ GEM activesupport (>= 3.0) request_store (>= 1.0) scientist (~> 1.6, >= 1.6.0) - gitlab-fog-azure-rm (1.1.1) + gitlab-fog-azure-rm (1.2.0) azure-storage-blob (~> 2.0) azure-storage-common (~> 2.0) fog-core (= 2.1.0) @@ -484,8 +483,8 @@ GEM addressable (~> 2.7) omniauth (~> 1.9) openid_connect (~> 1.2) - gitlab-sidekiq-fetcher (0.5.6) - sidekiq (~> 5) + gitlab-sidekiq-fetcher (0.8.0) + sidekiq (~> 6.1) gitlab-styles (6.3.0) rubocop (~> 0.91, >= 0.91.1) rubocop-gitlab-security (~> 0.1.1) @@ -499,8 +498,8 @@ GEM omniauth (~> 1.3) pyu-ruby-sasl (>= 0.0.3.3, < 0.1) rubyntlm (~> 0.5) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (0.5.2) + activesupport (>= 5.0) gon (6.4.0) actionpack (>= 3.0.20) i18n (>= 0.7) @@ -536,7 +535,7 @@ GEM mustermann-grape (~> 1.0.0) rack (>= 1.3.0) rack-accept - grape-entity (0.9.0) + grape-entity (0.10.0) activesupport (>= 3.0.0) multi_json (>= 1.3.2) grape-path-helpers (1.7.0) @@ -693,7 +692,7 @@ GEM lefthook (0.7.5) letter_opener (1.7.0) launchy (~> 2.2) - letter_opener_web (1.4.0) + letter_opener_web (1.4.1) actionmailer (>= 3.2) letter_opener (~> 1.0) railties (>= 3.2) @@ -740,7 +739,7 @@ GEM mime-types-data (3.2020.0512) mini_histogram (0.3.1) mini_magick (4.10.1) - mini_mime (1.0.2) + mini_mime (1.1.1) mini_portile2 (2.5.3) minitest (5.11.3) mixlib-cli (2.1.8) @@ -777,7 +776,7 @@ GEM net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.0.0) netrc (0.11.0) - nio4r (2.5.4) + nio4r (2.5.8) no_proxy_fix (0.1.2) nokogiri (1.11.7) mini_portile2 (~> 2.5.0) @@ -901,7 +900,7 @@ GEM peek (1.1.0) railties (>= 4.0.0) pg (1.2.3) - pg_query (2.1.0) + pg_query (2.1.1) google-protobuf (>= 3.17.1) plist (3.6.0) png_quantizator (0.2.1) @@ -927,7 +926,7 @@ GEM pry (~> 0.13.0) pry-rails (0.3.9) pry (>= 0.10.4) - pry-shell (0.4.1) + pry-shell (0.5.0) pry (~> 0.13.0) tty-markdown tty-prompt @@ -953,27 +952,25 @@ GEM httpclient json-jwt (>= 1.11.0) rack (>= 2.1.0) - rack-protection (2.0.5) - rack rack-proxy (0.6.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) rack-timeout (0.5.2) - rails (6.1.3.2) - actioncable (= 6.1.3.2) - actionmailbox (= 6.1.3.2) - actionmailer (= 6.1.3.2) - actionpack (= 6.1.3.2) - actiontext (= 6.1.3.2) - actionview (= 6.1.3.2) - activejob (= 6.1.3.2) - activemodel (= 6.1.3.2) - activerecord (= 6.1.3.2) - activestorage (= 6.1.3.2) - activesupport (= 6.1.3.2) + rails (6.1.4.1) + actioncable (= 6.1.4.1) + actionmailbox (= 6.1.4.1) + actionmailer (= 6.1.4.1) + actionpack (= 6.1.4.1) + actiontext (= 6.1.4.1) + actionview (= 6.1.4.1) + activejob (= 6.1.4.1) + activemodel (= 6.1.4.1) + activerecord (= 6.1.4.1) + activestorage (= 6.1.4.1) + activesupport (= 6.1.4.1) bundler (>= 1.15.0) - railties (= 6.1.3.2) + railties (= 6.1.4.1) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) @@ -987,11 +984,11 @@ GEM rails-i18n (6.0.0) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 7) - railties (6.1.3.2) - actionpack (= 6.1.3.2) - activesupport (= 6.1.3.2) + railties (6.1.4.1) + actionpack (= 6.1.4.1) + activesupport (= 6.1.4.1) method_source - rake (>= 0.8.7) + rake (>= 0.13) thor (~> 1.0) rainbow (3.0.0) rake (13.0.6) @@ -1011,7 +1008,7 @@ GEM recaptcha (4.13.1) json recursive-open-struct (1.1.3) - redis (4.1.4) + redis (4.4.0) redis-actionpack (5.2.0) actionpack (>= 5, < 7) redis-rack (>= 2.1.0, < 3) @@ -1045,7 +1042,7 @@ GEM rexml (3.2.5) rinku (2.0.0) rotp (6.2.0) - rouge (3.26.0) + rouge (3.26.1) rqrcode (0.7.0) chunky_png rqrcode-rails3 (0.1.7) @@ -1109,8 +1106,6 @@ GEM rubocop-rspec (1.44.1) rubocop (~> 0.87) rubocop-ast (>= 0.7.1) - ruby-enum (0.8.0) - i18n ruby-fogbugz (0.2.1) crack (~> 0.4) ruby-magic (0.4.0) @@ -1169,11 +1164,10 @@ GEM shellany (0.0.1) shoulda-matchers (4.0.1) activesupport (>= 4.2.0) - sidekiq (5.2.9) - connection_pool (~> 2.2, >= 2.2.2) + sidekiq (6.2.2) + connection_pool (>= 2.2.2) rack (~> 2.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 4.2) + redis (>= 4.2.0) sidekiq-cron (1.0.4) fugit (~> 1.1) sidekiq (>= 4.2.1) @@ -1251,7 +1245,7 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) terser (1.0.2) execjs (>= 0.3.0, < 3) - test-prof (0.12.0) + test-prof (1.0.7) test_file_finder (0.1.4) faraday (~> 1.0) text (1.3.1) @@ -1351,7 +1345,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.6.1) - websocket-driver (0.7.3) + websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) wikicloth (0.8.1) @@ -1408,7 +1402,7 @@ DEPENDENCIES capybara-screenshot (~> 1.0.22) carrierwave (~> 1.3) charlock_holmes (~> 0.7.7) - commonmarker (~> 0.21) + commonmarker (~> 0.23.2) concurrent-ruby (~> 1.1) connection_pool (~> 2.0) countries (~> 3.0) @@ -1458,19 +1452,19 @@ DEPENDENCIES gettext (~> 3.3) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.3) - gitaly (~> 14.3.0.pre.rc1) + gitaly (~> 14.3.0.pre.rc2) github-markup (~> 1.7.0) gitlab-chronic (~> 0.10.5) gitlab-dangerfiles (~> 2.3.0) gitlab-experiment (~> 0.6.4) - gitlab-fog-azure-rm (~> 1.1.1) + gitlab-fog-azure-rm (~> 1.2.0) gitlab-labkit (~> 0.21.1) gitlab-license (~> 2.0) gitlab-mail_room (~> 0.0.9) gitlab-markup (~> 1.7.1) gitlab-net-dns (~> 0.9.1) gitlab-omniauth-openid-connect (~> 0.8.0) - gitlab-sidekiq-fetcher (= 0.5.6) + gitlab-sidekiq-fetcher (= 0.8.0) gitlab-styles (~> 6.3.0) gitlab_chronic_duration (~> 0.10.6.2) gitlab_omniauth-ldap (~> 2.1.1) @@ -1479,7 +1473,7 @@ DEPENDENCIES google-protobuf (~> 3.17.1) gpgme (~> 2.0.19) grape (~> 1.5.2) - grape-entity (~> 0.9.0) + grape-entity (~> 0.10.0) grape-path-helpers (~> 1.7.0) grape_logging (~> 1.7) graphiql-rails (~> 1.4.10) @@ -1512,7 +1506,7 @@ DEPENDENCIES kramdown (~> 2.3.1) kubeclient (~> 4.9.2) lefthook (~> 0.7.0) - letter_opener_web (~> 1.4.0) + letter_opener_web (~> 1.4.1) license_finder (~> 6.0) licensee (~> 9.14.1) lockbox (~> 0.6.2) @@ -1563,7 +1557,7 @@ DEPENDENCIES prometheus-client-mmap (~> 0.15.0) pry-byebug pry-rails (~> 0.3.9) - pry-shell (~> 0.4.0) + pry-shell (~> 0.5.0) puma (~> 5.3.1) puma_worker_killer (~> 0.3.1) rack (~> 2.2.3) @@ -1572,7 +1566,7 @@ DEPENDENCIES rack-oauth2 (~> 1.16.0) rack-proxy (~> 0.6.0) rack-timeout (~> 0.5.1) - rails (~> 6.1.3.2) + rails (~> 6.1.4.1) rails-controller-testing rails-i18n (~> 6.0) rainbow (~> 3.0) @@ -1581,14 +1575,14 @@ DEPENDENCIES rdoc (~> 6.3.2) re2 (~> 1.2.0) recaptcha (~> 4.11) - redis (~> 4.1.4) + redis (~> 4.4.0) redis-actionpack (~> 5.2.0) redis-namespace (~> 1.8.1) request_store (~> 1.5) responders (~> 3.0) retriable (~> 3.1.2) rexml (~> 3.2.5) - rouge (~> 3.26.0) + rouge (~> 3.26.1) rqrcode-rails3 (~> 0.1.7) rspec-parameterized rspec-rails (~> 5.0.1) @@ -1611,7 +1605,7 @@ DEPENDENCIES sentry-raven (~> 3.1) settingslogic (~> 2.0.9) shoulda-matchers (~> 4.0.1) - sidekiq (~> 5.2.7) + sidekiq (~> 6.2.2) sidekiq-cron (~> 1.0) simple_po_parser (~> 1.1.2) simplecov (~> 0.18.5) @@ -1628,7 +1622,7 @@ DEPENDENCIES state_machines-activerecord (~> 0.8.0) sys-filesystem (~> 1.1.6) terser (= 1.0.2) - test-prof (~> 0.12.0) + test-prof (~> 1.0.7) test_file_finder (~> 0.1.3) thin (~> 1.8.0) thrift (>= 0.14.0) @@ -1650,4 +1644,4 @@ DEPENDENCIES yajl-ruby (~> 1.4.1) BUNDLED WITH - 2.2.20 + 2.1.4 diff --git a/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix b/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix index 0eb5dc16a3f..2c1f53c0b3a 100644 --- a/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix +++ b/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix @@ -16,10 +16,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "15r6ab17iwhhq92by4ah9z4wwvjbr07qn16x8pn2ypgqwvfy74h7"; + sha256 = "0ilq5mniarm0zlvnkagqj9n9p73ljrhphciz02aymrpfxxxclz2x"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; actionmailbox = { dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail"]; @@ -27,10 +27,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1q1r3x9fbq5wlgn4xhqw48la09q7f97zna7ld5fglk3jpmh973x5"; + sha256 = "16azdnjws215clb056b9mabglx4b8f61hr82hv7hm80dmn89zqq6"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; actionmailer = { dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing"]; @@ -38,10 +38,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1nqdaykzgib8fsldkxdkw0w44jzz4grvb028crzg0qpwvv03g2wp"; + sha256 = "00s07l2ac5igch1g2rpa0linmiq7mhgk6v6wxkckg8gbiqijb592"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; actionpack = { dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; @@ -49,10 +49,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1wdgv5llgbl4nayx5j78lfvhhjssrzfmypb45mjy37mgm8z5l5m5"; + sha256 = "0xgysqnibjsy6kdz10x2xb3kwa6lssiqhh0zggrbgs31ypwhlpia"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; actiontext = { dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "nokogiri"]; @@ -60,10 +60,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1zfrkcnp9wy1dm4b6iqf29858dp04a62asfmldainqmv4a7931q7"; + sha256 = "0m4fy4qqh09vnzbhx383vjdfid6fzbs49bzzg415x05nmmjkx582"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; actionview = { dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; @@ -71,10 +71,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1r6db2g3fsrca1hp9kbyvjx9psipsxw0g306qharkcblxl8h1ysn"; + sha256 = "1yf4ic5kl324rs0raralpwx24s6hvvdzxfhinafylf8f3x7jj23z"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; activejob = { dependencies = ["activesupport" "globalid"]; @@ -82,10 +82,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0p80rbahcxhxlkxgf4bh580hbifn9q4gr5g9fy8fd0z5g6gr9xxq"; + sha256 = "1q7c0i0kwarxgcbxk71wa9jnlg45grbxmhlrh7dk9bgcv7r7r7hn"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; activemodel = { dependencies = ["activesupport"]; @@ -93,10 +93,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1gpd3hh4ryyr84drj6m0b5sy6929nyf50bfgksw1hpc594542nal"; + sha256 = "16ixam4lni8b5lgx0whnax0imzh1dh10fy5r9pxs52n83yz5nbq3"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; activerecord = { dependencies = ["activemodel" "activesupport"]; @@ -104,10 +104,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0fg58qma2zgrz0gr61p61qcz8c3h88fd5lbdrkpkm96aq5shwh68"; + sha256 = "1ccgvlj767ybps3pxlaa4iw77n7wbriw2sr8754id3ngjfap08ja"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; activerecord-explain-analyze = { dependencies = ["activerecord" "pg"]; @@ -126,10 +126,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0sbpkk3r8qi47bd0ilznq4gpfyfwm2bwvxqb5z0wc75h3zj1jhqg"; + sha256 = "17knzz9fvqg4x582vy0xmlgjkxfb13xyzl2rgw19qfma86hxsvvi"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; activesupport = { dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; @@ -137,10 +137,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1csxddyhl6k773ycxjvmyshyr4g9jb1icbs3pnm7crnavqs4h1yr"; + sha256 = "19gx1jcq46x9d1pi1w8xq0bgvvfw239y4lalr8asm291gj3q3ds4"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; acts-as-taggable-on = { dependencies = ["activerecord"]; @@ -790,15 +790,14 @@ version = "3.1.2"; }; commonmarker = { - dependencies = ["ruby-enum"]; groups = ["default" "development" "test"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0vwpkmwfr8lx8b6cfvwh56f1ygyf2da5ah37mxbdr9mxmfwig5fr"; + sha256 = "0sshs8mvjgk73sfz3bi9apq0p99kfj7n9bg1cyldl4yyy2z05prs"; type = "gem"; }; - version = "0.21.0"; + version = "0.23.2"; }; concurrent-ruby = { groups = ["default" "development" "test"]; @@ -1911,10 +1910,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0k0jrimdg0pij75hndkrl28hqgvsnl7sdn5k6mjv3sjwbm1p217w"; + sha256 = "197db842msm326ib8r3gqlavf5d11r4cd9jg4wjnyar3ccyr9dn7"; type = "gem"; }; - version = "14.3.0.pre.rc1"; + version = "14.3.0.pre.rc2"; }; github-markup = { groups = ["default"]; @@ -1976,10 +1975,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1k5f3vyy2jqv3zdkdqal6sgn447zakz8xcc04432qd806s7g9i89"; + sha256 = "1hi9v0zy863gnk17w0fp1ks2kr1s2z6q0bkx5wdbq6yawycjs94h"; type = "gem"; }; - version = "1.1.1"; + version = "1.2.0"; }; gitlab-labkit = { dependencies = ["actionpack" "activesupport" "grpc" "jaeger-client" "opentracing" "pg_query" "redis"]; @@ -2049,10 +2048,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0838p0vnyl65571d8j5hljwyfyhsnfs6dlj6di57gpmwrbl9sdpr"; + sha256 = "0qkkwd2sj9l6nmvipd1308ni01m2n8ixqwl6syl493cm5am4qmlw"; type = "gem"; }; - version = "0.5.6"; + version = "0.8.0"; }; gitlab-styles = { dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-performance" "rubocop-rails" "rubocop-rspec"]; @@ -2093,10 +2092,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1zkxndvck72bfw235bd9nl2ii0lvs5z88q14706cmn702ww2mxv1"; + sha256 = "0k6ww3shk3mv119xvr9m99l6ql0czq91xhd66hm8hqssb18r2lvm"; type = "gem"; }; - version = "0.4.2"; + version = "0.5.2"; }; gon = { dependencies = ["actionpack" "i18n" "multi_json" "request_store"]; @@ -2191,10 +2190,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0sqk33djlyvkinj0vxblfcib86bk9dy0iq2c3j2yalxyrpns3kfr"; + sha256 = "1zic5fx8s0424vdarhslmxdqmfnlfv3k4prfyxrrwvf9pdy1xvcs"; type = "gem"; }; - version = "0.9.0"; + version = "0.10.0"; }; grape-path-helpers = { dependencies = ["activesupport" "grape" "rake" "ruby2_keywords"]; @@ -2832,10 +2831,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0pianlrbf9n7jrqxpyxgsfk1j1d312d57d6gq7yxni6ax2q0293q"; + sha256 = "0kgz2n0cyw3m8ipvijlikb6bldmzhnq451b9d7w5l74gw2fhqckg"; type = "gem"; }; - version = "1.4.0"; + version = "1.4.1"; }; libyajl2 = { groups = ["default"]; @@ -3054,10 +3053,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1axm0rxyx3ss93wbmfkm78a6x03l8y4qy60rhkkiq0aza0vwq3ha"; + sha256 = "173dp4vqvx1sl6aq83daxwn5xvb5rn3jgynjmb91swl7gmgp17yl"; type = "gem"; }; - version = "1.0.2"; + version = "1.1.1"; }; mini_portile2 = { groups = ["default" "development" "test"]; @@ -3302,10 +3301,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1cbwp1kbv6b2qfxv8sarv0d0ilb257jihlvdqj8f5pdm0ksq1sgk"; + sha256 = "0xk64wghkscs6bv2n22853k2nh39d131c6rfpnlw12mbjnnv9v1v"; type = "gem"; }; - version = "2.5.4"; + version = "2.5.8"; }; no_proxy_fix = { groups = ["default" "development"]; @@ -3805,10 +3804,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "12dibsqndfnckc24yryy8v467rxp7p80jx21jhm8z7swp8118jhx"; + sha256 = "0cf1b97nznl6adkx25j2x96sq8xx2b4fpic230fx65k3vqqn8a4r"; type = "gem"; }; - version = "2.1.0"; + version = "2.1.1"; }; plist = { groups = ["default"]; @@ -3927,10 +3926,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1wyx2rz58lfys1h62h6inz7ggq8xckqyfxndk8jq2cbkkdi2n6d7"; + sha256 = "1jn3f5d9h2kg3hc4q7nzxfian4bhs23hh8n6g6hm9nzxqqbh9448"; type = "gem"; }; - version = "0.4.1"; + version = "0.5.0"; }; public_suffix = { groups = ["default" "development" "test"]; @@ -4048,17 +4047,6 @@ }; version = "1.16.0"; }; - rack-protection = { - dependencies = ["rack"]; - groups = ["default"]; - platforms = []; - source = { - remotes = ["https://rubygems.org"]; - sha256 = "15167q25rmxipqwi6hjqj3i1byi9iwl3xq9b7mdar7qiz39pmjsk"; - type = "gem"; - }; - version = "2.0.5"; - }; rack-proxy = { dependencies = ["rack"]; groups = ["default"]; @@ -4097,10 +4085,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0flnpli87b9j0zvb3c4l5addjbznbpkbmp1wzfjc1gh8qxlhcs1n"; + sha256 = "1y59m2x8rdc581bjgyyr9dabi3vk3frqhhpbb5ldpbj622kxfpbz"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; rails-controller-testing = { dependencies = ["actionpack" "actionview" "activesupport"]; @@ -4152,10 +4140,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "17r1pr8d467vh3zkciw4wmrcixj9zjrvd11nxn2z091bkzf66xq2"; + sha256 = "1kwpm068cqys34p2g0j3l1g0cd5f3kxnsay5v7lmbd0sgarac0vy"; type = "gem"; }; - version = "6.1.3.2"; + version = "6.1.4.1"; }; rainbow = { groups = ["default" "development" "test"]; @@ -4300,10 +4288,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0j0p82yb2a0z2sv38jq9xdzs0kvbslpyfdxky9f3znpy3igxj6yh"; + sha256 = "1ig832dp0xmpp6a934nifzaj7wm9lzjxzasw911fagycs8p6m720"; type = "gem"; }; - version = "4.1.4"; + version = "4.4.0"; }; redis-actionpack = { dependencies = ["actionpack" "redis-rack" "redis-store"]; @@ -4465,14 +4453,14 @@ version = "6.2.0"; }; rouge = { - groups = ["default"]; + groups = ["default" "development" "test"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0b4b300i3m4m4kw7w1n9wgxwy16zccnb7271miksyzd0wq5b9pm3"; + sha256 = "197k0vskf72wxx0gzwld2jzg27bb7982xlvnzy9adlvkzp7nh8vf"; type = "gem"; }; - version = "3.26.0"; + version = "3.26.1"; }; rqrcode = { dependencies = ["chunky_png"]; @@ -4671,17 +4659,6 @@ }; version = "1.44.1"; }; - ruby-enum = { - dependencies = ["i18n"]; - groups = ["default" "development" "test"]; - platforms = []; - source = { - remotes = ["https://rubygems.org"]; - sha256 = "0d3dyx2z41zd6va9dwn3q8caf710vzdaf57xspc0y17aqmnprwnw"; - type = "gem"; - }; - version = "0.8.0"; - }; ruby-fogbugz = { dependencies = ["crack"]; groups = ["default"]; @@ -5008,15 +4985,15 @@ version = "4.0.1"; }; sidekiq = { - dependencies = ["connection_pool" "rack" "rack-protection" "redis"]; + dependencies = ["connection_pool" "rack" "redis"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0kw4z9mr8h1rddx6f81gf7glw9pf90w0kvgc2fx4g9hspgh9xh7y"; + sha256 = "104a97cl94aclg71ngrr097zjbdf6cibnz4q3rqjb88izmd7cfk6"; type = "gem"; }; - version = "5.2.9"; + version = "6.2.2"; }; sidekiq-cron = { dependencies = ["fugit" "sidekiq"]; @@ -5351,10 +5328,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1pdb0szrj4mbczhlx2inszpj54rgnayvy2f2fff4q7jll2iz61i0"; + sha256 = "1vg0zjfgibdcgkzb4c25v0f4v6v8mvpzvgcag194rwglmkkyrwkx"; type = "gem"; }; - version = "0.12.0"; + version = "1.0.7"; }; test_file_finder = { dependencies = ["faraday"]; @@ -5824,10 +5801,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1i3rs4kcj0jba8idxla3s6xd1xfln3k8b4cb1dik2lda3ifnp3dh"; + sha256 = "0a3bwxd9v3ghrxzjc4vxmf4xa18c6m4xqy5wb0yk5c6b9psc7052"; type = "gem"; }; - version = "0.7.3"; + version = "0.7.5"; }; websocket-extensions = { groups = ["default" "test"]; diff --git a/pkgs/applications/version-management/gitlab/yarnPkgs.nix b/pkgs/applications/version-management/gitlab/yarnPkgs.nix index 131a6066748..2c8c1b10a65 100644 --- a/pkgs/applications/version-management/gitlab/yarnPkgs.nix +++ b/pkgs/applications/version-management/gitlab/yarnPkgs.nix @@ -34,19 +34,19 @@ }; } { - name = "_babel_generator___generator_7.15.0.tgz"; + name = "_babel_generator___generator_7.15.4.tgz"; path = fetchurl { - name = "_babel_generator___generator_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz"; - sha1 = "a7d0c172e0d814974bad5aa77ace543b97917f15"; + name = "_babel_generator___generator_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz"; + sha1 = "85acb159a267ca6324f9793986991ee2022a05b0"; }; } { - name = "_babel_helper_annotate_as_pure___helper_annotate_as_pure_7.14.5.tgz"; + name = "_babel_helper_annotate_as_pure___helper_annotate_as_pure_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_annotate_as_pure___helper_annotate_as_pure_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz"; - sha1 = "7bf478ec3b71726d56a8ca5775b046fc29879e61"; + name = "_babel_helper_annotate_as_pure___helper_annotate_as_pure_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz"; + sha1 = "3d0e43b00c5e49fdb6c57e421601a7a658d5f835"; }; } { @@ -58,19 +58,19 @@ }; } { - name = "_babel_helper_compilation_targets___helper_compilation_targets_7.15.0.tgz"; + name = "_babel_helper_compilation_targets___helper_compilation_targets_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_compilation_targets___helper_compilation_targets_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz"; - sha1 = "973df8cbd025515f3ff25db0c05efc704fa79818"; + name = "_babel_helper_compilation_targets___helper_compilation_targets_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz"; + sha1 = "cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"; }; } { - name = "_babel_helper_create_class_features_plugin___helper_create_class_features_plugin_7.15.0.tgz"; + name = "_babel_helper_create_class_features_plugin___helper_create_class_features_plugin_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_create_class_features_plugin___helper_create_class_features_plugin_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz"; - sha1 = "c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"; + name = "_babel_helper_create_class_features_plugin___helper_create_class_features_plugin_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz"; + sha1 = "7f977c17bd12a5fba363cb19bea090394bf37d2e"; }; } { @@ -98,59 +98,59 @@ }; } { - name = "_babel_helper_function_name___helper_function_name_7.14.5.tgz"; + name = "_babel_helper_function_name___helper_function_name_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_function_name___helper_function_name_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz"; - sha1 = "89e2c474972f15d8e233b52ee8c480e2cfcd50c4"; + name = "_babel_helper_function_name___helper_function_name_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz"; + sha1 = "845744dafc4381a4a5fb6afa6c3d36f98a787ebc"; }; } { - name = "_babel_helper_get_function_arity___helper_get_function_arity_7.14.5.tgz"; + name = "_babel_helper_get_function_arity___helper_get_function_arity_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_get_function_arity___helper_get_function_arity_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz"; - sha1 = "25fbfa579b0937eee1f3b805ece4ce398c431815"; + name = "_babel_helper_get_function_arity___helper_get_function_arity_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz"; + sha1 = "098818934a137fce78b536a3e015864be1e2879b"; }; } { - name = "_babel_helper_hoist_variables___helper_hoist_variables_7.14.5.tgz"; + name = "_babel_helper_hoist_variables___helper_hoist_variables_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_hoist_variables___helper_hoist_variables_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz"; - sha1 = "e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"; + name = "_babel_helper_hoist_variables___helper_hoist_variables_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz"; + sha1 = "09993a3259c0e918f99d104261dfdfc033f178df"; }; } { - name = "_babel_helper_member_expression_to_functions___helper_member_expression_to_functions_7.15.0.tgz"; + name = "_babel_helper_member_expression_to_functions___helper_member_expression_to_functions_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_member_expression_to_functions___helper_member_expression_to_functions_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz"; - sha1 = "0ddaf5299c8179f27f37327936553e9bba60990b"; + name = "_babel_helper_member_expression_to_functions___helper_member_expression_to_functions_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz"; + sha1 = "bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"; }; } { - name = "_babel_helper_module_imports___helper_module_imports_7.14.5.tgz"; + name = "_babel_helper_module_imports___helper_module_imports_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_module_imports___helper_module_imports_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz"; - sha1 = "6d1a44df6a38c957aa7c312da076429f11b422f3"; + name = "_babel_helper_module_imports___helper_module_imports_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz"; + sha1 = "e18007d230632dea19b47853b984476e7b4e103f"; }; } { - name = "_babel_helper_module_transforms___helper_module_transforms_7.15.0.tgz"; + name = "_babel_helper_module_transforms___helper_module_transforms_7.15.7.tgz"; path = fetchurl { - name = "_babel_helper_module_transforms___helper_module_transforms_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz"; - sha1 = "679275581ea056373eddbe360e1419ef23783b08"; + name = "_babel_helper_module_transforms___helper_module_transforms_7.15.7.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz"; + sha1 = "7da80c8cbc1f02655d83f8b79d25866afe50d226"; }; } { - name = "_babel_helper_optimise_call_expression___helper_optimise_call_expression_7.14.5.tgz"; + name = "_babel_helper_optimise_call_expression___helper_optimise_call_expression_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_optimise_call_expression___helper_optimise_call_expression_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz"; - sha1 = "f27395a8619e0665b3f0364cddb41c25d71b499c"; + name = "_babel_helper_optimise_call_expression___helper_optimise_call_expression_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz"; + sha1 = "f310a5121a3b9cc52d9ab19122bd729822dee171"; }; } { @@ -178,43 +178,43 @@ }; } { - name = "_babel_helper_replace_supers___helper_replace_supers_7.15.0.tgz"; + name = "_babel_helper_replace_supers___helper_replace_supers_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_replace_supers___helper_replace_supers_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz"; - sha1 = "ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"; + name = "_babel_helper_replace_supers___helper_replace_supers_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz"; + sha1 = "52a8ab26ba918c7f6dee28628b07071ac7b7347a"; }; } { - name = "_babel_helper_simple_access___helper_simple_access_7.14.8.tgz"; + name = "_babel_helper_simple_access___helper_simple_access_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_simple_access___helper_simple_access_7.14.8.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz"; - sha1 = "82e1fec0644a7e775c74d305f212c39f8fe73924"; + name = "_babel_helper_simple_access___helper_simple_access_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz"; + sha1 = "ac368905abf1de8e9781434b635d8f8674bcc13b"; }; } { - name = "_babel_helper_skip_transparent_expression_wrappers___helper_skip_transparent_expression_wrappers_7.14.5.tgz"; + name = "_babel_helper_skip_transparent_expression_wrappers___helper_skip_transparent_expression_wrappers_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_skip_transparent_expression_wrappers___helper_skip_transparent_expression_wrappers_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz"; - sha1 = "96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"; + name = "_babel_helper_skip_transparent_expression_wrappers___helper_skip_transparent_expression_wrappers_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz"; + sha1 = "707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb"; }; } { - name = "_babel_helper_split_export_declaration___helper_split_export_declaration_7.14.5.tgz"; + name = "_babel_helper_split_export_declaration___helper_split_export_declaration_7.15.4.tgz"; path = fetchurl { - name = "_babel_helper_split_export_declaration___helper_split_export_declaration_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz"; - sha1 = "22b23a54ef51c2b7605d851930c1976dd0bc693a"; + name = "_babel_helper_split_export_declaration___helper_split_export_declaration_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz"; + sha1 = "aecab92dcdbef6a10aa3b62ab204b085f776e257"; }; } { - name = "_babel_helper_validator_identifier___helper_validator_identifier_7.14.9.tgz"; + name = "_babel_helper_validator_identifier___helper_validator_identifier_7.15.7.tgz"; path = fetchurl { - name = "_babel_helper_validator_identifier___helper_validator_identifier_7.14.9.tgz"; - url = "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz"; - sha1 = "6654d171b2024f6d8ee151bf2509699919131d48"; + name = "_babel_helper_validator_identifier___helper_validator_identifier_7.15.7.tgz"; + url = "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz"; + sha1 = "220df993bfe904a4a6b02ab4f3385a5ebf6e2389"; }; } { @@ -234,11 +234,11 @@ }; } { - name = "_babel_helpers___helpers_7.15.3.tgz"; + name = "_babel_helpers___helpers_7.15.4.tgz"; path = fetchurl { - name = "_babel_helpers___helpers_7.15.3.tgz"; - url = "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.3.tgz"; - sha1 = "c96838b752b95dcd525b4e741ed40bb1dc2a1357"; + name = "_babel_helpers___helpers_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz"; + sha1 = "5f40f02050a3027121a3cf48d497c05c555eaf43"; }; } { @@ -250,11 +250,11 @@ }; } { - name = "_babel_parser___parser_7.15.3.tgz"; + name = "_babel_parser___parser_7.15.7.tgz"; path = fetchurl { - name = "_babel_parser___parser_7.15.3.tgz"; - url = "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz"; - sha1 = "3416d9bea748052cfcb63dbcc27368105b1ed862"; + name = "_babel_parser___parser_7.15.7.tgz"; + url = "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz"; + sha1 = "0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"; }; } { @@ -377,14 +377,6 @@ sha1 = "62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"; }; } - { - name = "_babel_plugin_syntax_flow___plugin_syntax_flow_7.14.5.tgz"; - path = fetchurl { - name = "_babel_plugin_syntax_flow___plugin_syntax_flow_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.14.5.tgz"; - sha1 = "2ff654999497d7d7d142493260005263731da180"; - }; - } { name = "_babel_plugin_syntax_import_meta___plugin_syntax_import_meta_7.10.4.tgz"; path = fetchurl { @@ -457,14 +449,6 @@ sha1 = "8b8733f8c57397b3eaa47ddba8841586dcaef362"; }; } - { - name = "_babel_plugin_syntax_typescript___plugin_syntax_typescript_7.14.5.tgz"; - path = fetchurl { - name = "_babel_plugin_syntax_typescript___plugin_syntax_typescript_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz"; - sha1 = "b82c6ce471b165b5ce420cf92914d6fb46225716"; - }; - } { name = "_babel_plugin_transform_arrow_functions___plugin_transform_arrow_functions_7.10.1.tgz"; path = fetchurl { @@ -545,14 +529,6 @@ sha1 = "279c3116756a60dd6e6f5e488ba7957db9c59eb3"; }; } - { - name = "_babel_plugin_transform_flow_strip_types___plugin_transform_flow_strip_types_7.14.5.tgz"; - path = fetchurl { - name = "_babel_plugin_transform_flow_strip_types___plugin_transform_flow_strip_types_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.14.5.tgz"; - sha1 = "0dc9c1d11dcdc873417903d6df4bed019ef0f85e"; - }; - } { name = "_babel_plugin_transform_for_of___plugin_transform_for_of_7.10.1.tgz"; path = fetchurl { @@ -713,14 +689,6 @@ sha1 = "60c0239b69965d166b80a84de7315c1bc7e0bb0e"; }; } - { - name = "_babel_plugin_transform_typescript___plugin_transform_typescript_7.15.0.tgz"; - path = fetchurl { - name = "_babel_plugin_transform_typescript___plugin_transform_typescript_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz"; - sha1 = "553f230b9d5385018716586fc48db10dd228eb7e"; - }; - } { name = "_babel_plugin_transform_unicode_escapes___plugin_transform_unicode_escapes_7.10.1.tgz"; path = fetchurl { @@ -745,14 +713,6 @@ sha1 = "715930f2cf8573b0928005ee562bed52fb65fdfb"; }; } - { - name = "_babel_preset_flow___preset_flow_7.14.5.tgz"; - path = fetchurl { - name = "_babel_preset_flow___preset_flow_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.14.5.tgz"; - sha1 = "a1810b0780c8b48ab0bece8e7ab8d0d37712751c"; - }; - } { name = "_babel_preset_modules___preset_modules_0.1.3.tgz"; path = fetchurl { @@ -761,22 +721,6 @@ sha1 = "13242b53b5ef8c883c3cf7dddd55b36ce80fbc72"; }; } - { - name = "_babel_preset_typescript___preset_typescript_7.15.0.tgz"; - path = fetchurl { - name = "_babel_preset_typescript___preset_typescript_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz"; - sha1 = "e8fca638a1a0f64f14e1119f7fe4500277840945"; - }; - } - { - name = "_babel_register___register_7.15.3.tgz"; - path = fetchurl { - name = "_babel_register___register_7.15.3.tgz"; - url = "https://registry.yarnpkg.com/@babel/register/-/register-7.15.3.tgz"; - sha1 = "6b40a549e06ec06c885b2ec42c3dd711f55fe752"; - }; - } { name = "_babel_runtime_corejs3___runtime_corejs3_7.10.2.tgz"; path = fetchurl { @@ -802,27 +746,27 @@ }; } { - name = "_babel_template___template_7.14.5.tgz"; + name = "_babel_template___template_7.15.4.tgz"; path = fetchurl { - name = "_babel_template___template_7.14.5.tgz"; - url = "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz"; - sha1 = "a9bc9d8b33354ff6e55a9c60d1109200a68974f4"; + name = "_babel_template___template_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz"; + sha1 = "51898d35dcf3faa670c4ee6afcfd517ee139f194"; }; } { - name = "_babel_traverse___traverse_7.15.0.tgz"; + name = "_babel_traverse___traverse_7.15.4.tgz"; path = fetchurl { - name = "_babel_traverse___traverse_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz"; - sha1 = "4cca838fd1b2a03283c1f38e141f639d60b3fc98"; + name = "_babel_traverse___traverse_7.15.4.tgz"; + url = "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz"; + sha1 = "ff8510367a144bfbff552d9e18e28f3e2889c22d"; }; } { - name = "_babel_types___types_7.15.0.tgz"; + name = "_babel_types___types_7.15.6.tgz"; path = fetchurl { - name = "_babel_types___types_7.15.0.tgz"; - url = "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz"; - sha1 = "61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"; + name = "_babel_types___types_7.15.6.tgz"; + url = "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz"; + sha1 = "99abdc48218b2881c058dd0a7ab05b99c9be758f"; }; } { @@ -866,11 +810,11 @@ }; } { - name = "_gitlab_eslint_plugin___eslint_plugin_9.3.0.tgz"; + name = "_gitlab_eslint_plugin___eslint_plugin_9.4.0.tgz"; path = fetchurl { - name = "_gitlab_eslint_plugin___eslint_plugin_9.3.0.tgz"; - url = "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-9.3.0.tgz"; - sha1 = "c1765b28d5a2a29143c0a556650fb7527cd9ab0d"; + name = "_gitlab_eslint_plugin___eslint_plugin_9.4.0.tgz"; + url = "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-9.4.0.tgz"; + sha1 = "cad8f63b7985c22865859cc7d2688eb446ad0bbb"; }; } { @@ -890,11 +834,11 @@ }; } { - name = "_gitlab_svgs___svgs_1.212.0.tgz"; + name = "_gitlab_svgs___svgs_1.218.0.tgz"; path = fetchurl { - name = "_gitlab_svgs___svgs_1.212.0.tgz"; - url = "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.212.0.tgz"; - sha1 = "21a5df04c52b10cc1b8521cd8ff7c7d6d13716db"; + name = "_gitlab_svgs___svgs_1.218.0.tgz"; + url = "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.218.0.tgz"; + sha1 = "0715e2ef50b5cb83813e1a5e29d5919a96685734"; }; } { @@ -906,11 +850,11 @@ }; } { - name = "_gitlab_ui___ui_32.11.0.tgz"; + name = "_gitlab_ui___ui_32.19.1.tgz"; path = fetchurl { - name = "_gitlab_ui___ui_32.11.0.tgz"; - url = "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.11.0.tgz"; - sha1 = "8c4a1724c1733a243f96e4a4813ae7f348502ba6"; + name = "_gitlab_ui___ui_32.19.1.tgz"; + url = "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.19.1.tgz"; + sha1 = "ab54408272cb5ee695dc0a328892e047da3d41ac"; }; } { @@ -1050,27 +994,27 @@ }; } { - name = "_nodelib_fs.scandir___fs.scandir_2.1.4.tgz"; + name = "_nodelib_fs.scandir___fs.scandir_2.1.5.tgz"; path = fetchurl { - name = "_nodelib_fs.scandir___fs.scandir_2.1.4.tgz"; - url = "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz"; - sha1 = "d4b3549a5db5de2683e0c1071ab4f140904bbf69"; + name = "_nodelib_fs.scandir___fs.scandir_2.1.5.tgz"; + url = "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"; + sha1 = "7619c2eb21b25483f6d167548b4cfd5a7488c3d5"; }; } { - name = "_nodelib_fs.stat___fs.stat_2.0.4.tgz"; + name = "_nodelib_fs.stat___fs.stat_2.0.5.tgz"; path = fetchurl { - name = "_nodelib_fs.stat___fs.stat_2.0.4.tgz"; - url = "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz"; - sha1 = "a3f2dd61bab43b8db8fa108a121cfffe4c676655"; + name = "_nodelib_fs.stat___fs.stat_2.0.5.tgz"; + url = "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"; + sha1 = "5bd262af94e9d25bd1e71b05deed44876a222e8b"; }; } { - name = "_nodelib_fs.walk___fs.walk_1.2.6.tgz"; + name = "_nodelib_fs.walk___fs.walk_1.2.8.tgz"; path = fetchurl { - name = "_nodelib_fs.walk___fs.walk_1.2.6.tgz"; - url = "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz"; - sha1 = "cce9396b30aa5afe9e3756608f5831adcb53d063"; + name = "_nodelib_fs.walk___fs.walk_1.2.8.tgz"; + url = "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"; + sha1 = "e95737e8bb6746ddedf69c556953494f196fe69a"; }; } { @@ -1089,78 +1033,6 @@ sha1 = "83cb70cdb2bac5fad6f8c93529e7b11187d49c02"; }; } - { - name = "_oclif_command___command_1.8.0.tgz"; - path = fetchurl { - name = "_oclif_command___command_1.8.0.tgz"; - url = "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.0.tgz"; - sha1 = "c1a499b10d26e9d1a611190a81005589accbb339"; - }; - } - { - name = "_oclif_config___config_1.17.0.tgz"; - path = fetchurl { - name = "_oclif_config___config_1.17.0.tgz"; - url = "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz"; - sha1 = "ba8639118633102a7e481760c50054623d09fcab"; - }; - } - { - name = "_oclif_errors___errors_1.3.5.tgz"; - path = fetchurl { - name = "_oclif_errors___errors_1.3.5.tgz"; - url = "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz"; - sha1 = "a1e9694dbeccab10fe2fe15acb7113991bed636c"; - }; - } - { - name = "_oclif_linewrap___linewrap_1.0.0.tgz"; - path = fetchurl { - name = "_oclif_linewrap___linewrap_1.0.0.tgz"; - url = "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz"; - sha1 = "aedcb64b479d4db7be24196384897b5000901d91"; - }; - } - { - name = "_oclif_parser___parser_3.8.5.tgz"; - path = fetchurl { - name = "_oclif_parser___parser_3.8.5.tgz"; - url = "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.5.tgz"; - sha1 = "c5161766a1efca7343e1f25d769efbefe09f639b"; - }; - } - { - name = "_oclif_plugin_help___plugin_help_3.2.3.tgz"; - path = fetchurl { - name = "_oclif_plugin_help___plugin_help_3.2.3.tgz"; - url = "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.3.tgz"; - sha1 = "cd24010e7eb326782843d3aa6d6b5a4affebb2c3"; - }; - } - { - name = "_percy_config___config_1.0.0_beta.65.tgz"; - path = fetchurl { - name = "_percy_config___config_1.0.0_beta.65.tgz"; - url = "https://registry.yarnpkg.com/@percy/config/-/config-1.0.0-beta.65.tgz"; - sha1 = "8775d8d645c2b8a094850032d10810f654bb3f1e"; - }; - } - { - name = "_percy_logger___logger_1.0.0_beta.65.tgz"; - path = fetchurl { - name = "_percy_logger___logger_1.0.0_beta.65.tgz"; - url = "https://registry.yarnpkg.com/@percy/logger/-/logger-1.0.0-beta.65.tgz"; - sha1 = "30a34797c935003334124e970f62914b0d124968"; - }; - } - { - name = "_percy_migrate___migrate_0.10.0.tgz"; - path = fetchurl { - name = "_percy_migrate___migrate_0.10.0.tgz"; - url = "https://registry.yarnpkg.com/@percy/migrate/-/migrate-0.10.0.tgz"; - sha1 = "4157bd8ca1638f1cc072086074c8edec57978abc"; - }; - } { name = "_polka_url___url_1.0.0_next.12.tgz"; path = fetchurl { @@ -1178,19 +1050,19 @@ }; } { - name = "_rails_actioncable___actioncable_6.1.3_2.tgz"; + name = "_rails_actioncable___actioncable_6.1.4_1.tgz"; path = fetchurl { - name = "_rails_actioncable___actioncable_6.1.3_2.tgz"; - url = "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.1.3-2.tgz"; - sha1 = "de22e2d7474dcca051f7060829450412a17ecc04"; + name = "_rails_actioncable___actioncable_6.1.4_1.tgz"; + url = "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.1.4-1.tgz"; + sha1 = "69982e7f352d732f71fda0cc01b7ba8269c9945b"; }; } { - name = "_rails_ujs___ujs_6.1.3_2.tgz"; + name = "_rails_ujs___ujs_6.1.4_1.tgz"; path = fetchurl { - name = "_rails_ujs___ujs_6.1.3_2.tgz"; - url = "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.3-2.tgz"; - sha1 = "5d7e161e7061654e738a116a7ec8b58b51721a11"; + name = "_rails_ujs___ujs_6.1.4_1.tgz"; + url = "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.4-1.tgz"; + sha1 = "37507fe288a1c7c3a593602aa4dea42e5cb5797f"; }; } { @@ -1306,11 +1178,11 @@ }; } { - name = "_tiptap_core___core_2.0.0_beta.105.tgz"; + name = "_tiptap_core___core_2.0.0_beta.118.tgz"; path = fetchurl { - name = "_tiptap_core___core_2.0.0_beta.105.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/core/-/core-2.0.0-beta.105.tgz"; - sha1 = "3d758cbbf3e8c9b806d1017cd2e7444f192d8109"; + name = "_tiptap_core___core_2.0.0_beta.118.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/core/-/core-2.0.0-beta.118.tgz"; + sha1 = "17e990da525a81d957494171c0c33d17e2039823"; }; } { @@ -1330,11 +1202,11 @@ }; } { - name = "_tiptap_extension_bubble_menu___extension_bubble_menu_2.0.0_beta.33.tgz"; + name = "_tiptap_extension_bubble_menu___extension_bubble_menu_2.0.0_beta.39.tgz"; path = fetchurl { - name = "_tiptap_extension_bubble_menu___extension_bubble_menu_2.0.0_beta.33.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.0.0-beta.33.tgz"; - sha1 = "50ee84c25118f7ee932385961211b64496355c74"; + name = "_tiptap_extension_bubble_menu___extension_bubble_menu_2.0.0_beta.39.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.0.0-beta.39.tgz"; + sha1 = "8971feeac93e685fc38564173a83ad078b4e7f2a"; }; } { @@ -1346,11 +1218,11 @@ }; } { - name = "_tiptap_extension_code_block_lowlight___extension_code_block_lowlight_2.0.0_beta.37.tgz"; + name = "_tiptap_extension_code_block_lowlight___extension_code_block_lowlight_2.0.0_beta.41.tgz"; path = fetchurl { - name = "_tiptap_extension_code_block_lowlight___extension_code_block_lowlight_2.0.0_beta.37.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.0.0-beta.37.tgz"; - sha1 = "672b2f21d49077285a507c2e204b07085df93906"; + name = "_tiptap_extension_code_block_lowlight___extension_code_block_lowlight_2.0.0_beta.41.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.0.0-beta.41.tgz"; + sha1 = "3ec98f509bbd5df689de6282f2a3881229262ed7"; }; } { @@ -1386,27 +1258,27 @@ }; } { - name = "_tiptap_extension_floating_menu___extension_floating_menu_2.0.0_beta.27.tgz"; + name = "_tiptap_extension_floating_menu___extension_floating_menu_2.0.0_beta.33.tgz"; path = fetchurl { - name = "_tiptap_extension_floating_menu___extension_floating_menu_2.0.0_beta.27.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.0.0-beta.27.tgz"; - sha1 = "692686854116823be624028fd8d73aa900cf71a9"; + name = "_tiptap_extension_floating_menu___extension_floating_menu_2.0.0_beta.33.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.0.0-beta.33.tgz"; + sha1 = "11068488f10fce697df2a48f79039e9c1d10eb7b"; }; } { - name = "_tiptap_extension_gapcursor___extension_gapcursor_2.0.0_beta.19.tgz"; + name = "_tiptap_extension_gapcursor___extension_gapcursor_2.0.0_beta.24.tgz"; path = fetchurl { - name = "_tiptap_extension_gapcursor___extension_gapcursor_2.0.0_beta.19.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.0.0-beta.19.tgz"; - sha1 = "6d826c240496b1a77808999d51b8917adb372cc5"; + name = "_tiptap_extension_gapcursor___extension_gapcursor_2.0.0_beta.24.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.0.0-beta.24.tgz"; + sha1 = "dc42a3610cea611755c6521e14a6995555e0ad49"; }; } { - name = "_tiptap_extension_hard_break___extension_hard_break_2.0.0_beta.16.tgz"; + name = "_tiptap_extension_hard_break___extension_hard_break_2.0.0_beta.21.tgz"; path = fetchurl { - name = "_tiptap_extension_hard_break___extension_hard_break_2.0.0_beta.16.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.0.0-beta.16.tgz"; - sha1 = "1a55e901ce2deaaeaf53d77d254371955fe8fd99"; + name = "_tiptap_extension_hard_break___extension_hard_break_2.0.0_beta.21.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.0.0-beta.21.tgz"; + sha1 = "3b9108c7703f23ae186c1038033f0b1354f721bf"; }; } { @@ -1426,11 +1298,11 @@ }; } { - name = "_tiptap_extension_horizontal_rule___extension_horizontal_rule_2.0.0_beta.19.tgz"; + name = "_tiptap_extension_horizontal_rule___extension_horizontal_rule_2.0.0_beta.21.tgz"; path = fetchurl { - name = "_tiptap_extension_horizontal_rule___extension_horizontal_rule_2.0.0_beta.19.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.0.0-beta.19.tgz"; - sha1 = "d98d0070a2cead32a497b62586c0e259d31f3f2e"; + name = "_tiptap_extension_horizontal_rule___extension_horizontal_rule_2.0.0_beta.21.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.0.0-beta.21.tgz"; + sha1 = "1c73a8547611f53935117ed0079542d958ba37fa"; }; } { @@ -1530,11 +1402,11 @@ }; } { - name = "_tiptap_extension_table___extension_table_2.0.0_beta.30.tgz"; + name = "_tiptap_extension_table___extension_table_2.0.0_beta.31.tgz"; path = fetchurl { - name = "_tiptap_extension_table___extension_table_2.0.0_beta.30.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/extension-table/-/extension-table-2.0.0-beta.30.tgz"; - sha1 = "f6ff97ea71b17ecf3371ddf80374df9f49042334"; + name = "_tiptap_extension_table___extension_table_2.0.0_beta.31.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/extension-table/-/extension-table-2.0.0-beta.31.tgz"; + sha1 = "96987fe14017be2fd3e4dbd2ce349eec641724de"; }; } { @@ -1562,11 +1434,11 @@ }; } { - name = "_tiptap_vue_2___vue_2_2.0.0_beta.50.tgz"; + name = "_tiptap_vue_2___vue_2_2.0.0_beta.57.tgz"; path = fetchurl { - name = "_tiptap_vue_2___vue_2_2.0.0_beta.50.tgz"; - url = "https://registry.yarnpkg.com/@tiptap/vue-2/-/vue-2-2.0.0-beta.50.tgz"; - sha1 = "1c1c3e7d696aaa167fc776e11b393b182f1bfbb4"; + name = "_tiptap_vue_2___vue_2_2.0.0_beta.57.tgz"; + url = "https://registry.yarnpkg.com/@tiptap/vue-2/-/vue-2-2.0.0-beta.57.tgz"; + sha1 = "242f7aa47d3c99fdef0e66a05a193b6fef1a95a6"; }; } { @@ -1633,14 +1505,6 @@ sha1 = "861f1bcb3100c0a064567c5400f2981cf4ae8ca7"; }; } - { - name = "_types_color_name___color_name_1.1.1.tgz"; - path = fetchurl { - name = "_types_color_name___color_name_1.1.1.tgz"; - url = "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz"; - sha1 = "1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"; - }; - } { name = "_types_estree___estree_0.0.44.tgz"; path = fetchurl { @@ -1874,11 +1738,11 @@ }; } { - name = "_types_prosemirror_view___prosemirror_view_1.19.0.tgz"; + name = "_types_prosemirror_view___prosemirror_view_1.19.1.tgz"; path = fetchurl { - name = "_types_prosemirror_view___prosemirror_view_1.19.0.tgz"; - url = "https://registry.yarnpkg.com/@types/prosemirror-view/-/prosemirror-view-1.19.0.tgz"; - sha1 = "35320b6875ae7c750bce799cccf735e5da91af7a"; + name = "_types_prosemirror_view___prosemirror_view_1.19.1.tgz"; + url = "https://registry.yarnpkg.com/@types/prosemirror-view/-/prosemirror-view-1.19.1.tgz"; + sha1 = "f12309ef07dfb701d20c2e4d0292d42ba34a081b"; }; } { @@ -2298,11 +2162,11 @@ }; } { - name = "ansi_escapes___ansi_escapes_4.3.0.tgz"; + name = "ansi_escapes___ansi_escapes_4.3.2.tgz"; path = fetchurl { - name = "ansi_escapes___ansi_escapes_4.3.0.tgz"; - url = "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.0.tgz"; - sha1 = "a4ce2b33d6b214b7950d8595c212f12ac9cc569d"; + name = "ansi_escapes___ansi_escapes_4.3.2.tgz"; + url = "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz"; + sha1 = "6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"; }; } { @@ -2321,14 +2185,6 @@ sha1 = "c3b33ab5ee360d86e0e628f0468ae7ef27d654df"; }; } - { - name = "ansi_regex___ansi_regex_3.0.0.tgz"; - path = fetchurl { - name = "ansi_regex___ansi_regex_3.0.0.tgz"; - url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz"; - sha1 = "ed0317c322064f79466c02966bddb605ab37d998"; - }; - } { name = "ansi_regex___ansi_regex_4.1.0.tgz"; path = fetchurl { @@ -2338,11 +2194,11 @@ }; } { - name = "ansi_regex___ansi_regex_5.0.0.tgz"; + name = "ansi_regex___ansi_regex_5.0.1.tgz"; path = fetchurl { - name = "ansi_regex___ansi_regex_5.0.0.tgz"; - url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz"; - sha1 = "388539f55179bf39339c81af30a654d69f87cb75"; + name = "ansi_regex___ansi_regex_5.0.1.tgz"; + url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz"; + sha1 = "082cb2c89c9fe8659a311a53bd6a4dc5301db304"; }; } { @@ -2354,11 +2210,11 @@ }; } { - name = "ansi_styles___ansi_styles_4.2.1.tgz"; + name = "ansi_styles___ansi_styles_4.3.0.tgz"; path = fetchurl { - name = "ansi_styles___ansi_styles_4.2.1.tgz"; - url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz"; - sha1 = "90ae75c424d008d2624c5bf29ead3177ebfcf359"; + name = "ansi_styles___ansi_styles_4.3.0.tgz"; + url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz"; + sha1 = "edd803628ae71c04c85ae7a0906edad34b648937"; }; } { @@ -2417,6 +2273,14 @@ sha1 = "3a5b8c7d9cf1b7840ce630238249b95070e75e54"; }; } + { + name = "apollo_link_error___apollo_link_error_1.1.13.tgz"; + path = fetchurl { + name = "apollo_link_error___apollo_link_error_1.1.13.tgz"; + url = "https://registry.yarnpkg.com/apollo-link-error/-/apollo-link-error-1.1.13.tgz"; + sha1 = "c1a1bb876ffe380802c8df0506a32c33aad284cd"; + }; + } { name = "apollo_link_http_common___apollo_link_http_common_0.2.16.tgz"; path = fetchurl { @@ -2633,14 +2497,6 @@ sha1 = "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"; }; } - { - name = "ast_types___ast_types_0.14.2.tgz"; - path = fetchurl { - name = "ast_types___ast_types_0.14.2.tgz"; - url = "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz"; - sha1 = "600b882df8583e3cd4f2df5fa20fa83759d4bdfd"; - }; - } { name = "astral_regex___astral_regex_2.0.0.tgz"; path = fetchurl { @@ -2737,14 +2593,6 @@ sha1 = "057ba30f04884694993a8cd07fa394cff11c50bd"; }; } - { - name = "babel_core___babel_core_7.0.0_bridge.0.tgz"; - path = fetchurl { - name = "babel_core___babel_core_7.0.0_bridge.0.tgz"; - url = "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz"; - sha1 = "95a492ddd90f9b4e9a4a1da14eb335b87b634ece"; - }; - } { name = "babel_eslint___babel_eslint_10.0.3.tgz"; path = fetchurl { @@ -2834,11 +2682,11 @@ }; } { - name = "balanced_match___balanced_match_1.0.0.tgz"; + name = "balanced_match___balanced_match_1.0.2.tgz"; path = fetchurl { - name = "balanced_match___balanced_match_1.0.0.tgz"; - url = "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz"; - sha1 = "89b4d199ab2bee49de164ea02b89ce462d71b767"; + name = "balanced_match___balanced_match_1.0.2.tgz"; + url = "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz"; + sha1 = "e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"; }; } { @@ -2897,14 +2745,6 @@ sha1 = "3209a51ca4a4ad541a3b8d3d6a6d5b83a2485935"; }; } - { - name = "bl___bl_4.1.0.tgz"; - path = fetchurl { - name = "bl___bl_4.1.0.tgz"; - url = "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz"; - sha1 = "451535264182bec2fbbc83a62ab98cf11d9f7b3a"; - }; - } { name = "bluebird___bluebird_3.5.5.tgz"; path = fetchurl { @@ -2946,11 +2786,11 @@ }; } { - name = "bootstrap_vue___bootstrap_vue_2.18.1.tgz"; + name = "bootstrap_vue___bootstrap_vue_2.20.1.tgz"; path = fetchurl { - name = "bootstrap_vue___bootstrap_vue_2.18.1.tgz"; - url = "https://registry.yarnpkg.com/bootstrap-vue/-/bootstrap-vue-2.18.1.tgz"; - sha1 = "4378d26b713d4255b45b42b3f852f6fa0a11d400"; + name = "bootstrap_vue___bootstrap_vue_2.20.1.tgz"; + url = "https://registry.yarnpkg.com/bootstrap-vue/-/bootstrap-vue-2.20.1.tgz"; + sha1 = "1b6cd4368632c1a6dd4a5ed161242baa131c3cd5"; }; } { @@ -3058,11 +2898,11 @@ }; } { - name = "browserslist___browserslist_4.16.6.tgz"; + name = "browserslist___browserslist_4.17.1.tgz"; path = fetchurl { - name = "browserslist___browserslist_4.16.6.tgz"; - url = "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz"; - sha1 = "d7901277a5a88e554ed305b183ec9b0c08f66fa2"; + name = "browserslist___browserslist_4.17.1.tgz"; + url = "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.1.tgz"; + sha1 = "a98d104f54af441290b7d592626dd541fa642eb9"; }; } { @@ -3074,11 +2914,11 @@ }; } { - name = "buffer_from___buffer_from_1.1.1.tgz"; + name = "buffer_from___buffer_from_1.1.2.tgz"; path = fetchurl { - name = "buffer_from___buffer_from_1.1.1.tgz"; - url = "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz"; - sha1 = "32713bc028f75c02fdb710d7c7bcec1f2c6070ef"; + name = "buffer_from___buffer_from_1.1.2.tgz"; + url = "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz"; + sha1 = "2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"; }; } { @@ -3113,14 +2953,6 @@ sha1 = "6d1bb601b07a4efced97094132093027c95bc298"; }; } - { - name = "buffer___buffer_5.7.1.tgz"; - path = fetchurl { - name = "buffer___buffer_5.7.1.tgz"; - url = "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz"; - sha1 = "ba62e7c13133053582197160851a8f648e99eed0"; - }; - } { name = "builtin_status_codes___builtin_status_codes_3.0.0.tgz"; path = fetchurl { @@ -3202,11 +3034,11 @@ }; } { - name = "callsites___callsites_3.0.0.tgz"; + name = "callsites___callsites_3.1.0.tgz"; path = fetchurl { - name = "callsites___callsites_3.0.0.tgz"; - url = "https://registry.yarnpkg.com/callsites/-/callsites-3.0.0.tgz"; - sha1 = "fb7eb569b72ad7a45812f93fd9430a3e410b3dd3"; + name = "callsites___callsites_3.1.0.tgz"; + url = "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz"; + sha1 = "b3630abd8943432f54b3f0519238e33cd7df2f73"; }; } { @@ -3234,11 +3066,11 @@ }; } { - name = "caniuse_lite___caniuse_lite_1.0.30001241.tgz"; + name = "caniuse_lite___caniuse_lite_1.0.30001261.tgz"; path = fetchurl { - name = "caniuse_lite___caniuse_lite_1.0.30001241.tgz"; - url = "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001241.tgz"; - sha1 = "cd3fae47eb3d7691692b406568d7a3e5b23c7598"; + name = "caniuse_lite___caniuse_lite_1.0.30001261.tgz"; + url = "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001261.tgz"; + sha1 = "96d89813c076ea061209a4e040d8dcf0c66a1d01"; }; } { @@ -3321,14 +3153,6 @@ sha1 = "083329cda0eae272ab3dbbf37e9a382c13af1560"; }; } - { - name = "chardet___chardet_0.7.0.tgz"; - path = fetchurl { - name = "chardet___chardet_0.7.0.tgz"; - url = "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz"; - sha1 = "90094849f0937f2eedc2425d0d28a9e5f0cbad9e"; - }; - } { name = "charenc___charenc_0.0.2.tgz"; path = fetchurl { @@ -3417,14 +3241,6 @@ sha1 = "ee8472dbb129e727b31e8a10a427dee9dfe4008b"; }; } - { - name = "clean_stack___clean_stack_3.0.1.tgz"; - path = fetchurl { - name = "clean_stack___clean_stack_3.0.1.tgz"; - url = "https://registry.yarnpkg.com/clean-stack/-/clean-stack-3.0.1.tgz"; - sha1 = "155bf0b2221bf5f4fba89528d24c5953f17fe3a8"; - }; - } { name = "cli_boxes___cli_boxes_2.2.0.tgz"; path = fetchurl { @@ -3433,30 +3249,6 @@ sha1 = "538ecae8f9c6ca508e3c3c95b453fe93cb4c168d"; }; } - { - name = "cli_cursor___cli_cursor_3.1.0.tgz"; - path = fetchurl { - name = "cli_cursor___cli_cursor_3.1.0.tgz"; - url = "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz"; - sha1 = "264305a7ae490d1d03bf0c9ba7c925d1753af307"; - }; - } - { - name = "cli_spinners___cli_spinners_2.6.0.tgz"; - path = fetchurl { - name = "cli_spinners___cli_spinners_2.6.0.tgz"; - url = "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.0.tgz"; - sha1 = "36c7dc98fb6a9a76bd6238ec3f77e2425627e939"; - }; - } - { - name = "cli_width___cli_width_3.0.0.tgz"; - path = fetchurl { - name = "cli_width___cli_width_3.0.0.tgz"; - url = "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz"; - sha1 = "a2f48437a2caa9a22436e794bf071ec9e61cedf6"; - }; - } { name = "clipboard___clipboard_1.7.1.tgz"; path = fetchurl { @@ -3489,14 +3281,6 @@ sha1 = "511d702c0c4e41ca156d7d0e96021f23e13225b1"; }; } - { - name = "clone_deep___clone_deep_4.0.1.tgz"; - path = fetchurl { - name = "clone_deep___clone_deep_4.0.1.tgz"; - url = "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz"; - sha1 = "c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"; - }; - } { name = "clone_regexp___clone_regexp_2.2.0.tgz"; path = fetchurl { @@ -3513,14 +3297,6 @@ sha1 = "d1dc973920314df67fbeb94223b4ee350239e96b"; }; } - { - name = "clone___clone_1.0.4.tgz"; - path = fetchurl { - name = "clone___clone_1.0.4.tgz"; - url = "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz"; - sha1 = "da309cc263df15994c688ca902179ca3c7cd7c7e"; - }; - } { name = "co___co_4.6.0.tgz"; path = fetchurl { @@ -3618,19 +3394,11 @@ }; } { - name = "colorette___colorette_1.2.2.tgz"; + name = "colorette___colorette_1.4.0.tgz"; path = fetchurl { - name = "colorette___colorette_1.2.2.tgz"; - url = "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz"; - sha1 = "cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"; - }; - } - { - name = "colors___colors_1.4.0.tgz"; - path = fetchurl { - name = "colors___colors_1.4.0.tgz"; - url = "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz"; - sha1 = "c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"; + name = "colorette___colorette_1.4.0.tgz"; + url = "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz"; + sha1 = "5190fbb87276259a86ad700bff2c6d6faa3fca40"; }; } { @@ -3649,6 +3417,14 @@ sha1 = "fd485e84c03eb4881c20722ba48035e8531aeb33"; }; } + { + name = "commander___commander_7.2.0.tgz"; + path = fetchurl { + name = "commander___commander_7.2.0.tgz"; + url = "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz"; + sha1 = "a36cb57d0b501ce108e4d20559a150a391d97ab7"; + }; + } { name = "commander___commander_6.2.1.tgz"; path = fetchurl { @@ -3666,11 +3442,11 @@ }; } { - name = "component_emitter___component_emitter_1.2.1.tgz"; + name = "component_emitter___component_emitter_1.3.0.tgz"; path = fetchurl { - name = "component_emitter___component_emitter_1.2.1.tgz"; - url = "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz"; - sha1 = "137918d6d78283f7df7a6b7c5a63e140e69425e6"; + name = "component_emitter___component_emitter_1.3.0.tgz"; + url = "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz"; + sha1 = "16e4070fba8ae29b679f2215853ee181ab2eabc0"; }; } { @@ -3810,11 +3586,11 @@ }; } { - name = "convert_source_map___convert_source_map_1.7.0.tgz"; + name = "convert_source_map___convert_source_map_1.8.0.tgz"; path = fetchurl { - name = "convert_source_map___convert_source_map_1.7.0.tgz"; - url = "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz"; - sha1 = "17a2cb882d7f77d3490585e2ce6c524424a3a442"; + name = "convert_source_map___convert_source_map_1.8.0.tgz"; + url = "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz"; + sha1 = "f3373c32d21b4d780dd8004514684fb791ca4369"; }; } { @@ -3882,11 +3658,11 @@ }; } { - name = "core_js___core_js_3.17.3.tgz"; + name = "core_js___core_js_3.18.2.tgz"; path = fetchurl { - name = "core_js___core_js_3.17.3.tgz"; - url = "https://registry.yarnpkg.com/core-js/-/core-js-3.17.3.tgz"; - sha1 = "8e8bd20e91df9951e903cabe91f9af4a0895bc1e"; + name = "core_js___core_js_3.18.2.tgz"; + url = "https://registry.yarnpkg.com/core-js/-/core-js-3.18.2.tgz"; + sha1 = "63a551e8a29f305cd4123754846e65896619ba5b"; }; } { @@ -3906,11 +3682,11 @@ }; } { - name = "cosmiconfig___cosmiconfig_7.0.0.tgz"; + name = "cosmiconfig___cosmiconfig_7.0.1.tgz"; path = fetchurl { - name = "cosmiconfig___cosmiconfig_7.0.0.tgz"; - url = "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz"; - sha1 = "ef9b44d773959cae63ddecd122de23853b60f8d3"; + name = "cosmiconfig___cosmiconfig_7.0.1.tgz"; + url = "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz"; + sha1 = "714d756522cace867867ccb4474c5d01bbae5d6d"; }; } { @@ -4114,51 +3890,91 @@ }; } { - name = "d3_array___d3_array_1.2.1.tgz"; + name = "d3_array___d3_array_1.2.4.tgz"; path = fetchurl { - name = "d3_array___d3_array_1.2.1.tgz"; - url = "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.1.tgz"; - sha1 = "d1ca33de2f6ac31efadb8e050a021d7e2396d5dc"; + name = "d3_array___d3_array_1.2.4.tgz"; + url = "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.4.tgz"; + sha1 = "635ce4d5eea759f6f605863dbcfc30edc737f71f"; }; } { - name = "d3_axis___d3_axis_1.0.8.tgz"; + name = "d3_array___d3_array_3.0.4.tgz"; path = fetchurl { - name = "d3_axis___d3_axis_1.0.8.tgz"; - url = "https://registry.yarnpkg.com/d3-axis/-/d3-axis-1.0.8.tgz"; - sha1 = "31a705a0b535e65759de14173a31933137f18efa"; + name = "d3_array___d3_array_3.0.4.tgz"; + url = "https://registry.yarnpkg.com/d3-array/-/d3-array-3.0.4.tgz"; + sha1 = "60550bcc9818be9ace88d269ccd97038fc399b55"; }; } { - name = "d3_brush___d3_brush_1.0.4.tgz"; + name = "d3_axis___d3_axis_1.0.12.tgz"; path = fetchurl { - name = "d3_brush___d3_brush_1.0.4.tgz"; - url = "https://registry.yarnpkg.com/d3-brush/-/d3-brush-1.0.4.tgz"; - sha1 = "00c2f238019f24f6c0a194a26d41a1530ffe7bc4"; + name = "d3_axis___d3_axis_1.0.12.tgz"; + url = "https://registry.yarnpkg.com/d3-axis/-/d3-axis-1.0.12.tgz"; + sha1 = "cdf20ba210cfbb43795af33756886fb3638daac9"; }; } { - name = "d3_chord___d3_chord_1.0.4.tgz"; + name = "d3_axis___d3_axis_3.0.0.tgz"; path = fetchurl { - name = "d3_chord___d3_chord_1.0.4.tgz"; - url = "https://registry.yarnpkg.com/d3-chord/-/d3-chord-1.0.4.tgz"; - sha1 = "7dec4f0ba886f713fe111c45f763414f6f74ca2c"; + name = "d3_axis___d3_axis_3.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-axis/-/d3-axis-3.0.0.tgz"; + sha1 = "c42a4a13e8131d637b745fc2973824cfeaf93322"; }; } { - name = "d3_collection___d3_collection_1.0.4.tgz"; + name = "d3_brush___d3_brush_1.1.6.tgz"; path = fetchurl { - name = "d3_collection___d3_collection_1.0.4.tgz"; - url = "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.4.tgz"; - sha1 = "342dfd12837c90974f33f1cc0a785aea570dcdc2"; + name = "d3_brush___d3_brush_1.1.6.tgz"; + url = "https://registry.yarnpkg.com/d3-brush/-/d3-brush-1.1.6.tgz"; + sha1 = "b0a22c7372cabec128bdddf9bddc058592f89e9b"; }; } { - name = "d3_color___d3_color_1.0.3.tgz"; + name = "d3_brush___d3_brush_3.0.0.tgz"; path = fetchurl { - name = "d3_color___d3_color_1.0.3.tgz"; - url = "https://registry.yarnpkg.com/d3-color/-/d3-color-1.0.3.tgz"; - sha1 = "bc7643fca8e53a8347e2fbdaffa236796b58509b"; + name = "d3_brush___d3_brush_3.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-brush/-/d3-brush-3.0.0.tgz"; + sha1 = "6f767c4ed8dcb79de7ede3e1c0f89e63ef64d31c"; + }; + } + { + name = "d3_chord___d3_chord_1.0.6.tgz"; + path = fetchurl { + name = "d3_chord___d3_chord_1.0.6.tgz"; + url = "https://registry.yarnpkg.com/d3-chord/-/d3-chord-1.0.6.tgz"; + sha1 = "309157e3f2db2c752f0280fedd35f2067ccbb15f"; + }; + } + { + name = "d3_chord___d3_chord_3.0.1.tgz"; + path = fetchurl { + name = "d3_chord___d3_chord_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-chord/-/d3-chord-3.0.1.tgz"; + sha1 = "d156d61f485fce8327e6abf339cb41d8cbba6966"; + }; + } + { + name = "d3_collection___d3_collection_1.0.7.tgz"; + path = fetchurl { + name = "d3_collection___d3_collection_1.0.7.tgz"; + url = "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz"; + sha1 = "349bd2aa9977db071091c13144d5e4f16b5b310e"; + }; + } + { + name = "d3_color___d3_color_1.4.1.tgz"; + path = fetchurl { + name = "d3_color___d3_color_1.4.1.tgz"; + url = "https://registry.yarnpkg.com/d3-color/-/d3-color-1.4.1.tgz"; + sha1 = "c52002bf8846ada4424d55d97982fef26eb3bc8a"; + }; + } + { + name = "d3_color___d3_color_3.0.1.tgz"; + path = fetchurl { + name = "d3_color___d3_color_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-color/-/d3-color-3.0.1.tgz"; + sha1 = "03316e595955d1fcd39d9f3610ad41bb90194d0a"; }; } { @@ -4170,115 +3986,243 @@ }; } { - name = "d3_dispatch___d3_dispatch_1.0.3.tgz"; + name = "d3_contour___d3_contour_3.0.1.tgz"; path = fetchurl { - name = "d3_dispatch___d3_dispatch_1.0.3.tgz"; - url = "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-1.0.3.tgz"; - sha1 = "46e1491eaa9b58c358fce5be4e8bed626e7871f8"; + name = "d3_contour___d3_contour_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-contour/-/d3-contour-3.0.1.tgz"; + sha1 = "2c64255d43059599cd0dba8fe4cc3d51ccdd9bbd"; }; } { - name = "d3_drag___d3_drag_1.2.1.tgz"; + name = "d3_delaunay___d3_delaunay_6.0.2.tgz"; path = fetchurl { - name = "d3_drag___d3_drag_1.2.1.tgz"; - url = "https://registry.yarnpkg.com/d3-drag/-/d3-drag-1.2.1.tgz"; - sha1 = "df8dd4c502fb490fc7462046a8ad98a5c479282d"; + name = "d3_delaunay___d3_delaunay_6.0.2.tgz"; + url = "https://registry.yarnpkg.com/d3-delaunay/-/d3-delaunay-6.0.2.tgz"; + sha1 = "7fd3717ad0eade2fc9939f4260acfb503f984e92"; }; } { - name = "d3_dsv___d3_dsv_1.0.8.tgz"; + name = "d3_dispatch___d3_dispatch_1.0.6.tgz"; path = fetchurl { - name = "d3_dsv___d3_dsv_1.0.8.tgz"; - url = "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-1.0.8.tgz"; - sha1 = "907e240d57b386618dc56468bacfe76bf19764ae"; + name = "d3_dispatch___d3_dispatch_1.0.6.tgz"; + url = "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-1.0.6.tgz"; + sha1 = "00d37bcee4dd8cd97729dd893a0ac29caaba5d58"; }; } { - name = "d3_ease___d3_ease_1.0.3.tgz"; + name = "d3_dispatch___d3_dispatch_3.0.1.tgz"; path = fetchurl { - name = "d3_ease___d3_ease_1.0.3.tgz"; - url = "https://registry.yarnpkg.com/d3-ease/-/d3-ease-1.0.3.tgz"; - sha1 = "68bfbc349338a380c44d8acc4fbc3304aa2d8c0e"; + name = "d3_dispatch___d3_dispatch_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz"; + sha1 = "5fc75284e9c2375c36c839411a0cf550cbfc4d5e"; }; } { - name = "d3_fetch___d3_fetch_1.1.2.tgz"; + name = "d3_drag___d3_drag_1.2.5.tgz"; path = fetchurl { - name = "d3_fetch___d3_fetch_1.1.2.tgz"; - url = "https://registry.yarnpkg.com/d3-fetch/-/d3-fetch-1.1.2.tgz"; - sha1 = "957c8fbc6d4480599ba191b1b2518bf86b3e1be2"; + name = "d3_drag___d3_drag_1.2.5.tgz"; + url = "https://registry.yarnpkg.com/d3-drag/-/d3-drag-1.2.5.tgz"; + sha1 = "2537f451acd39d31406677b7dc77c82f7d988f70"; }; } { - name = "d3_force___d3_force_1.1.0.tgz"; + name = "d3_drag___d3_drag_3.0.0.tgz"; path = fetchurl { - name = "d3_force___d3_force_1.1.0.tgz"; - url = "https://registry.yarnpkg.com/d3-force/-/d3-force-1.1.0.tgz"; - sha1 = "cebf3c694f1078fcc3d4daf8e567b2fbd70d4ea3"; + name = "d3_drag___d3_drag_3.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-drag/-/d3-drag-3.0.0.tgz"; + sha1 = "994aae9cd23c719f53b5e10e3a0a6108c69607ba"; }; } { - name = "d3_format___d3_format_1.2.2.tgz"; + name = "d3_dsv___d3_dsv_1.2.0.tgz"; path = fetchurl { - name = "d3_format___d3_format_1.2.2.tgz"; - url = "https://registry.yarnpkg.com/d3-format/-/d3-format-1.2.2.tgz"; - sha1 = "1a39c479c8a57fe5051b2e67a3bee27061a74e7a"; + name = "d3_dsv___d3_dsv_1.2.0.tgz"; + url = "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-1.2.0.tgz"; + sha1 = "9d5f75c3a5f8abd611f74d3f5847b0d4338b885c"; }; } { - name = "d3_geo___d3_geo_1.9.1.tgz"; + name = "d3_dsv___d3_dsv_3.0.1.tgz"; path = fetchurl { - name = "d3_geo___d3_geo_1.9.1.tgz"; - url = "https://registry.yarnpkg.com/d3-geo/-/d3-geo-1.9.1.tgz"; - sha1 = "157e3b0f917379d0f73bebfff3be537f49fa7356"; + name = "d3_dsv___d3_dsv_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-3.0.1.tgz"; + sha1 = "c63af978f4d6a0d084a52a673922be2160789b73"; }; } { - name = "d3_hierarchy___d3_hierarchy_1.1.5.tgz"; + name = "d3_ease___d3_ease_1.0.7.tgz"; path = fetchurl { - name = "d3_hierarchy___d3_hierarchy_1.1.5.tgz"; - url = "https://registry.yarnpkg.com/d3-hierarchy/-/d3-hierarchy-1.1.5.tgz"; - sha1 = "a1c845c42f84a206bcf1c01c01098ea4ddaa7a26"; + name = "d3_ease___d3_ease_1.0.7.tgz"; + url = "https://registry.yarnpkg.com/d3-ease/-/d3-ease-1.0.7.tgz"; + sha1 = "9a834890ef8b8ae8c558b2fe55bd57f5993b85e2"; }; } { - name = "d3_interpolate___d3_interpolate_1.1.6.tgz"; + name = "d3_ease___d3_ease_3.0.1.tgz"; path = fetchurl { - name = "d3_interpolate___d3_interpolate_1.1.6.tgz"; - url = "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-1.1.6.tgz"; - sha1 = "2cf395ae2381804df08aa1bf766b7f97b5f68fb6"; + name = "d3_ease___d3_ease_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-ease/-/d3-ease-3.0.1.tgz"; + sha1 = "9658ac38a2140d59d346160f1f6c30fda0bd12f4"; }; } { - name = "d3_path___d3_path_1.0.5.tgz"; + name = "d3_fetch___d3_fetch_1.2.0.tgz"; path = fetchurl { - name = "d3_path___d3_path_1.0.5.tgz"; - url = "https://registry.yarnpkg.com/d3-path/-/d3-path-1.0.5.tgz"; - sha1 = "241eb1849bd9e9e8021c0d0a799f8a0e8e441764"; + name = "d3_fetch___d3_fetch_1.2.0.tgz"; + url = "https://registry.yarnpkg.com/d3-fetch/-/d3-fetch-1.2.0.tgz"; + sha1 = "15ce2ecfc41b092b1db50abd2c552c2316cf7fc7"; }; } { - name = "d3_polygon___d3_polygon_1.0.3.tgz"; + name = "d3_fetch___d3_fetch_3.0.1.tgz"; path = fetchurl { - name = "d3_polygon___d3_polygon_1.0.3.tgz"; - url = "https://registry.yarnpkg.com/d3-polygon/-/d3-polygon-1.0.3.tgz"; - sha1 = "16888e9026460933f2b179652ad378224d382c62"; + name = "d3_fetch___d3_fetch_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-fetch/-/d3-fetch-3.0.1.tgz"; + sha1 = "83141bff9856a0edb5e38de89cdcfe63d0a60a22"; }; } { - name = "d3_quadtree___d3_quadtree_1.0.3.tgz"; + name = "d3_force___d3_force_1.2.1.tgz"; path = fetchurl { - name = "d3_quadtree___d3_quadtree_1.0.3.tgz"; - url = "https://registry.yarnpkg.com/d3-quadtree/-/d3-quadtree-1.0.3.tgz"; - sha1 = "ac7987e3e23fe805a990f28e1b50d38fcb822438"; + name = "d3_force___d3_force_1.2.1.tgz"; + url = "https://registry.yarnpkg.com/d3-force/-/d3-force-1.2.1.tgz"; + sha1 = "fd29a5d1ff181c9e7f0669e4bd72bdb0e914ec0b"; }; } { - name = "d3_random___d3_random_1.1.0.tgz"; + name = "d3_force___d3_force_3.0.0.tgz"; path = fetchurl { - name = "d3_random___d3_random_1.1.0.tgz"; - url = "https://registry.yarnpkg.com/d3-random/-/d3-random-1.1.0.tgz"; - sha1 = "6642e506c6fa3a648595d2b2469788a8d12529d3"; + name = "d3_force___d3_force_3.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-force/-/d3-force-3.0.0.tgz"; + sha1 = "3e2ba1a61e70888fe3d9194e30d6d14eece155c4"; + }; + } + { + name = "d3_format___d3_format_1.4.5.tgz"; + path = fetchurl { + name = "d3_format___d3_format_1.4.5.tgz"; + url = "https://registry.yarnpkg.com/d3-format/-/d3-format-1.4.5.tgz"; + sha1 = "374f2ba1320e3717eb74a9356c67daee17a7edb4"; + }; + } + { + name = "d3_format___d3_format_3.0.1.tgz"; + path = fetchurl { + name = "d3_format___d3_format_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-format/-/d3-format-3.0.1.tgz"; + sha1 = "e41b81b2ab79277141ec1404aa5d05001da64084"; + }; + } + { + name = "d3_geo___d3_geo_1.12.1.tgz"; + path = fetchurl { + name = "d3_geo___d3_geo_1.12.1.tgz"; + url = "https://registry.yarnpkg.com/d3-geo/-/d3-geo-1.12.1.tgz"; + sha1 = "7fc2ab7414b72e59fbcbd603e80d9adc029b035f"; + }; + } + { + name = "d3_geo___d3_geo_3.0.1.tgz"; + path = fetchurl { + name = "d3_geo___d3_geo_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-geo/-/d3-geo-3.0.1.tgz"; + sha1 = "4f92362fd8685d93e3b1fae0fd97dc8980b1ed7e"; + }; + } + { + name = "d3_hierarchy___d3_hierarchy_1.1.9.tgz"; + path = fetchurl { + name = "d3_hierarchy___d3_hierarchy_1.1.9.tgz"; + url = "https://registry.yarnpkg.com/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz"; + sha1 = "2f6bee24caaea43f8dc37545fa01628559647a83"; + }; + } + { + name = "d3_hierarchy___d3_hierarchy_3.0.1.tgz"; + path = fetchurl { + name = "d3_hierarchy___d3_hierarchy_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-hierarchy/-/d3-hierarchy-3.0.1.tgz"; + sha1 = "0365342d54972e38ca05e9143e0ab1c60846b3b5"; + }; + } + { + name = "d3_interpolate___d3_interpolate_1.4.0.tgz"; + path = fetchurl { + name = "d3_interpolate___d3_interpolate_1.4.0.tgz"; + url = "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-1.4.0.tgz"; + sha1 = "526e79e2d80daa383f9e0c1c1c7dcc0f0583e987"; + }; + } + { + name = "d3_interpolate___d3_interpolate_3.0.1.tgz"; + path = fetchurl { + name = "d3_interpolate___d3_interpolate_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz"; + sha1 = "3c47aa5b32c5b3dfb56ef3fd4342078a632b400d"; + }; + } + { + name = "d3_path___d3_path_1.0.9.tgz"; + path = fetchurl { + name = "d3_path___d3_path_1.0.9.tgz"; + url = "https://registry.yarnpkg.com/d3-path/-/d3-path-1.0.9.tgz"; + sha1 = "48c050bb1fe8c262493a8caf5524e3e9591701cf"; + }; + } + { + name = "d3_path___d3_path_3.0.1.tgz"; + path = fetchurl { + name = "d3_path___d3_path_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-path/-/d3-path-3.0.1.tgz"; + sha1 = "f09dec0aaffd770b7995f1a399152bf93052321e"; + }; + } + { + name = "d3_polygon___d3_polygon_1.0.6.tgz"; + path = fetchurl { + name = "d3_polygon___d3_polygon_1.0.6.tgz"; + url = "https://registry.yarnpkg.com/d3-polygon/-/d3-polygon-1.0.6.tgz"; + sha1 = "0bf8cb8180a6dc107f518ddf7975e12abbfbd38e"; + }; + } + { + name = "d3_polygon___d3_polygon_3.0.1.tgz"; + path = fetchurl { + name = "d3_polygon___d3_polygon_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-polygon/-/d3-polygon-3.0.1.tgz"; + sha1 = "0b45d3dd1c48a29c8e057e6135693ec80bf16398"; + }; + } + { + name = "d3_quadtree___d3_quadtree_1.0.7.tgz"; + path = fetchurl { + name = "d3_quadtree___d3_quadtree_1.0.7.tgz"; + url = "https://registry.yarnpkg.com/d3-quadtree/-/d3-quadtree-1.0.7.tgz"; + sha1 = "ca8b84df7bb53763fe3c2f24bd435137f4e53135"; + }; + } + { + name = "d3_quadtree___d3_quadtree_3.0.1.tgz"; + path = fetchurl { + name = "d3_quadtree___d3_quadtree_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz"; + sha1 = "6dca3e8be2b393c9a9d514dabbd80a92deef1a4f"; + }; + } + { + name = "d3_random___d3_random_1.1.2.tgz"; + path = fetchurl { + name = "d3_random___d3_random_1.1.2.tgz"; + url = "https://registry.yarnpkg.com/d3-random/-/d3-random-1.1.2.tgz"; + sha1 = "2833be7c124360bf9e2d3fd4f33847cfe6cab291"; + }; + } + { + name = "d3_random___d3_random_3.0.1.tgz"; + path = fetchurl { + name = "d3_random___d3_random_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-random/-/d3-random-3.0.1.tgz"; + sha1 = "d4926378d333d9c0bfd1e6fa0194d30aebaa20f4"; }; } { @@ -4290,11 +4234,19 @@ }; } { - name = "d3_scale_chromatic___d3_scale_chromatic_1.3.3.tgz"; + name = "d3_scale_chromatic___d3_scale_chromatic_1.5.0.tgz"; path = fetchurl { - name = "d3_scale_chromatic___d3_scale_chromatic_1.3.3.tgz"; - url = "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-1.3.3.tgz"; - sha1 = "dad4366f0edcb288f490128979c3c793583ed3c0"; + name = "d3_scale_chromatic___d3_scale_chromatic_1.5.0.tgz"; + url = "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-1.5.0.tgz"; + sha1 = "54e333fc78212f439b14641fb55801dd81135a98"; + }; + } + { + name = "d3_scale_chromatic___d3_scale_chromatic_3.0.0.tgz"; + path = fetchurl { + name = "d3_scale_chromatic___d3_scale_chromatic_3.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz"; + sha1 = "15b4ceb8ca2bb0dcb6d1a641ee03d59c3b62376a"; }; } { @@ -4306,11 +4258,27 @@ }; } { - name = "d3_selection___d3_selection_1.3.0.tgz"; + name = "d3_scale___d3_scale_4.0.2.tgz"; path = fetchurl { - name = "d3_selection___d3_selection_1.3.0.tgz"; - url = "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.3.0.tgz"; - sha1 = "d53772382d3dc4f7507bfb28bcd2d6aed2a0ad6d"; + name = "d3_scale___d3_scale_4.0.2.tgz"; + url = "https://registry.yarnpkg.com/d3-scale/-/d3-scale-4.0.2.tgz"; + sha1 = "82b38e8e8ff7080764f8dcec77bd4be393689396"; + }; + } + { + name = "d3_selection___d3_selection_1.4.2.tgz"; + path = fetchurl { + name = "d3_selection___d3_selection_1.4.2.tgz"; + url = "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.2.tgz"; + sha1 = "dcaa49522c0dbf32d6c1858afc26b6094555bc5c"; + }; + } + { + name = "d3_selection___d3_selection_3.0.0.tgz"; + path = fetchurl { + name = "d3_selection___d3_selection_3.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-selection/-/d3-selection-3.0.0.tgz"; + sha1 = "c25338207efa72cc5b9bd1458a1a41901f1e1b31"; }; } { @@ -4322,51 +4290,99 @@ }; } { - name = "d3_time_format___d3_time_format_2.1.1.tgz"; + name = "d3_shape___d3_shape_3.0.1.tgz"; path = fetchurl { - name = "d3_time_format___d3_time_format_2.1.1.tgz"; - url = "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-2.1.1.tgz"; - sha1 = "85b7cdfbc9ffca187f14d3c456ffda268081bb31"; + name = "d3_shape___d3_shape_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-shape/-/d3-shape-3.0.1.tgz"; + sha1 = "9ccdfb28fd9b0d12f2d8aec234cd5c4a9ea27931"; }; } { - name = "d3_time___d3_time_1.0.8.tgz"; + name = "d3_time_format___d3_time_format_2.3.0.tgz"; path = fetchurl { - name = "d3_time___d3_time_1.0.8.tgz"; - url = "https://registry.yarnpkg.com/d3-time/-/d3-time-1.0.8.tgz"; - sha1 = "dbd2d6007bf416fe67a76d17947b784bffea1e84"; + name = "d3_time_format___d3_time_format_2.3.0.tgz"; + url = "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-2.3.0.tgz"; + sha1 = "107bdc028667788a8924ba040faf1fbccd5a7850"; }; } { - name = "d3_timer___d3_timer_1.0.7.tgz"; + name = "d3_time_format___d3_time_format_4.0.0.tgz"; path = fetchurl { - name = "d3_timer___d3_timer_1.0.7.tgz"; - url = "https://registry.yarnpkg.com/d3-timer/-/d3-timer-1.0.7.tgz"; - sha1 = "df9650ca587f6c96607ff4e60cc38229e8dd8531"; + name = "d3_time_format___d3_time_format_4.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-4.0.0.tgz"; + sha1 = "930ded86a9de761702344760d8a25753467f28b7"; }; } { - name = "d3_transition___d3_transition_1.1.1.tgz"; + name = "d3_time___d3_time_1.1.0.tgz"; path = fetchurl { - name = "d3_transition___d3_transition_1.1.1.tgz"; - url = "https://registry.yarnpkg.com/d3-transition/-/d3-transition-1.1.1.tgz"; - sha1 = "d8ef89c3b848735b060e54a39b32aaebaa421039"; + name = "d3_time___d3_time_1.1.0.tgz"; + url = "https://registry.yarnpkg.com/d3-time/-/d3-time-1.1.0.tgz"; + sha1 = "b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1"; }; } { - name = "d3_voronoi___d3_voronoi_1.1.2.tgz"; + name = "d3_time___d3_time_3.0.0.tgz"; path = fetchurl { - name = "d3_voronoi___d3_voronoi_1.1.2.tgz"; - url = "https://registry.yarnpkg.com/d3-voronoi/-/d3-voronoi-1.1.2.tgz"; - sha1 = "1687667e8f13a2d158c80c1480c5a29cb0d8973c"; + name = "d3_time___d3_time_3.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-time/-/d3-time-3.0.0.tgz"; + sha1 = "65972cb98ae2d4954ef5c932e8704061335d4975"; }; } { - name = "d3_zoom___d3_zoom_1.7.1.tgz"; + name = "d3_timer___d3_timer_1.0.10.tgz"; path = fetchurl { - name = "d3_zoom___d3_zoom_1.7.1.tgz"; - url = "https://registry.yarnpkg.com/d3-zoom/-/d3-zoom-1.7.1.tgz"; - sha1 = "02f43b3c3e2db54f364582d7e4a236ccc5506b63"; + name = "d3_timer___d3_timer_1.0.10.tgz"; + url = "https://registry.yarnpkg.com/d3-timer/-/d3-timer-1.0.10.tgz"; + sha1 = "dfe76b8a91748831b13b6d9c793ffbd508dd9de5"; + }; + } + { + name = "d3_timer___d3_timer_3.0.1.tgz"; + path = fetchurl { + name = "d3_timer___d3_timer_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-timer/-/d3-timer-3.0.1.tgz"; + sha1 = "6284d2a2708285b1abb7e201eda4380af35e63b0"; + }; + } + { + name = "d3_transition___d3_transition_1.3.2.tgz"; + path = fetchurl { + name = "d3_transition___d3_transition_1.3.2.tgz"; + url = "https://registry.yarnpkg.com/d3-transition/-/d3-transition-1.3.2.tgz"; + sha1 = "a98ef2151be8d8600543434c1ca80140ae23b398"; + }; + } + { + name = "d3_transition___d3_transition_3.0.1.tgz"; + path = fetchurl { + name = "d3_transition___d3_transition_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/d3-transition/-/d3-transition-3.0.1.tgz"; + sha1 = "6869fdde1448868077fdd5989200cb61b2a1645f"; + }; + } + { + name = "d3_voronoi___d3_voronoi_1.1.4.tgz"; + path = fetchurl { + name = "d3_voronoi___d3_voronoi_1.1.4.tgz"; + url = "https://registry.yarnpkg.com/d3-voronoi/-/d3-voronoi-1.1.4.tgz"; + sha1 = "dd3c78d7653d2bb359284ae478645d95944c8297"; + }; + } + { + name = "d3_zoom___d3_zoom_1.8.3.tgz"; + path = fetchurl { + name = "d3_zoom___d3_zoom_1.8.3.tgz"; + url = "https://registry.yarnpkg.com/d3-zoom/-/d3-zoom-1.8.3.tgz"; + sha1 = "b6a3dbe738c7763121cd05b8a7795ffe17f4fc0a"; + }; + } + { + name = "d3_zoom___d3_zoom_3.0.0.tgz"; + path = fetchurl { + name = "d3_zoom___d3_zoom_3.0.0.tgz"; + url = "https://registry.yarnpkg.com/d3-zoom/-/d3-zoom-3.0.0.tgz"; + sha1 = "d13f4165c73217ffeaa54295cd6969b3e7aee8f3"; }; } { @@ -4377,6 +4393,14 @@ sha1 = "9c5e8d3b56403c79d4ed42fbd62f6113f199c877"; }; } + { + name = "d3___d3_7.0.4.tgz"; + path = fetchurl { + name = "d3___d3_7.0.4.tgz"; + url = "https://registry.yarnpkg.com/d3/-/d3-7.0.4.tgz"; + sha1 = "37dfeb3b526f64a0de2ddb705ea61649325207bd"; + }; + } { name = "dagre_d3___dagre_d3_0.6.4.tgz"; path = fetchurl { @@ -4418,11 +4442,11 @@ }; } { - name = "dateformat___dateformat_4.5.1.tgz"; + name = "dateformat___dateformat_5.0.1.tgz"; path = fetchurl { - name = "dateformat___dateformat_4.5.1.tgz"; - url = "https://registry.yarnpkg.com/dateformat/-/dateformat-4.5.1.tgz"; - sha1 = "c20e7a9ca77d147906b6dc2261a8be0a5bd2173c"; + name = "dateformat___dateformat_5.0.1.tgz"; + url = "https://registry.yarnpkg.com/dateformat/-/dateformat-5.0.1.tgz"; + sha1 = "60a27a2deb339f888ba4532f533e25ac73ca3d19"; }; } { @@ -4458,11 +4482,11 @@ }; } { - name = "debug___debug_4.3.1.tgz"; + name = "debug___debug_4.3.2.tgz"; path = fetchurl { - name = "debug___debug_4.3.1.tgz"; - url = "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz"; - sha1 = "f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"; + name = "debug___debug_4.3.2.tgz"; + url = "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz"; + sha1 = "f0a49c18ac8779e31d4a0c6029dfb76873c7428b"; }; } { @@ -4553,14 +4577,6 @@ sha1 = "167104c7500c2115f6dd69b0a536bb8ed720552b"; }; } - { - name = "defaults___defaults_1.0.3.tgz"; - path = fetchurl { - name = "defaults___defaults_1.0.3.tgz"; - url = "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz"; - sha1 = "c656051e9817d9ff08ed881477f3fe4019f3ef7d"; - }; - } { name = "defer_to_connect___defer_to_connect_1.1.3.tgz"; path = fetchurl { @@ -4609,6 +4625,14 @@ sha1 = "9e8f117222ea44a31ff3a156c049b99052a9f0b4"; }; } + { + name = "delaunator___delaunator_5.0.0.tgz"; + path = fetchurl { + name = "delaunator___delaunator_5.0.0.tgz"; + url = "https://registry.yarnpkg.com/delaunator/-/delaunator-5.0.0.tgz"; + sha1 = "60f052b28bd91c9b4566850ebf7756efe821d81b"; + }; + } { name = "delayed_stream___delayed_stream_1.0.0.tgz"; path = fetchurl { @@ -4850,19 +4874,19 @@ }; } { - name = "dompurify___dompurify_2.3.0.tgz"; + name = "dompurify___dompurify_2.3.1.tgz"; path = fetchurl { - name = "dompurify___dompurify_2.3.0.tgz"; - url = "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.0.tgz"; - sha1 = "07bb39515e491588e5756b1d3e8375b5964814e2"; + name = "dompurify___dompurify_2.3.1.tgz"; + url = "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.1.tgz"; + sha1 = "a47059ca21fd1212d3c8f71fdea6943b8bfbdf6a"; }; } { - name = "dompurify___dompurify_2.3.2.tgz"; + name = "dompurify___dompurify_2.3.3.tgz"; path = fetchurl { - name = "dompurify___dompurify_2.3.2.tgz"; - url = "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.2.tgz"; - sha1 = "c773efa410abb5c087c7caf44934fefa448f6e60"; + name = "dompurify___dompurify_2.3.3.tgz"; + url = "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.3.tgz"; + sha1 = "c1af3eb88be47324432964d8abc75cf4b98d634c"; }; } { @@ -4962,11 +4986,11 @@ }; } { - name = "electron_to_chromium___electron_to_chromium_1.3.762.tgz"; + name = "electron_to_chromium___electron_to_chromium_1.3.853.tgz"; path = fetchurl { - name = "electron_to_chromium___electron_to_chromium_1.3.762.tgz"; - url = "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.762.tgz"; - sha1 = "3fa4e3bcbda539b50e3aa23041627063a5cffe61"; + name = "electron_to_chromium___electron_to_chromium_1.3.853.tgz"; + url = "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.853.tgz"; + sha1 = "f3ed1d31f092cb3a17af188bca6c6a3ec91c3e82"; }; } { @@ -5161,14 +5185,6 @@ sha1 = "0258eae4d3d0c0974de1c169188ef0051d1d1988"; }; } - { - name = "escape_string_regexp___escape_string_regexp_4.0.0.tgz"; - path = fetchurl { - name = "escape_string_regexp___escape_string_regexp_4.0.0.tgz"; - url = "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"; - sha1 = "14ba83a5d373e3d311e5afca29cf5bfad965bf34"; - }; - } { name = "escape_string_regexp___escape_string_regexp_1.0.5.tgz"; path = fetchurl { @@ -5185,6 +5201,14 @@ sha1 = "a30304e99daa32e23b2fd20f51babd07cffca344"; }; } + { + name = "escape_string_regexp___escape_string_regexp_4.0.0.tgz"; + path = fetchurl { + name = "escape_string_regexp___escape_string_regexp_4.0.0.tgz"; + url = "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"; + sha1 = "14ba83a5d373e3d311e5afca29cf5bfad965bf34"; + }; + } { name = "escodegen___escodegen_1.14.3.tgz"; path = fetchurl { @@ -5210,11 +5234,11 @@ }; } { - name = "eslint_import_resolver_jest___eslint_import_resolver_jest_3.0.0.tgz"; + name = "eslint_import_resolver_jest___eslint_import_resolver_jest_3.0.2.tgz"; path = fetchurl { - name = "eslint_import_resolver_jest___eslint_import_resolver_jest_3.0.0.tgz"; - url = "https://registry.yarnpkg.com/eslint-import-resolver-jest/-/eslint-import-resolver-jest-3.0.0.tgz"; - sha1 = "fd61da30fe58f4c1074af1f069b4267c70a91fd6"; + name = "eslint_import_resolver_jest___eslint_import_resolver_jest_3.0.2.tgz"; + url = "https://registry.yarnpkg.com/eslint-import-resolver-jest/-/eslint-import-resolver-jest-3.0.2.tgz"; + sha1 = "b20150f574576b6bd0d432a7ff08b0067141b33e"; }; } { @@ -5569,14 +5593,6 @@ sha1 = "f8b1136b4071fbd8eb140aff858b1019ec2915fa"; }; } - { - name = "external_editor___external_editor_3.1.0.tgz"; - path = fetchurl { - name = "external_editor___external_editor_3.1.0.tgz"; - url = "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz"; - sha1 = "cb03f740befae03ea4d283caed2741a83f335495"; - }; - } { name = "extglob___extglob_2.0.4.tgz"; path = fetchurl { @@ -5626,11 +5642,11 @@ }; } { - name = "fast_glob___fast_glob_3.2.5.tgz"; + name = "fast_glob___fast_glob_3.2.7.tgz"; path = fetchurl { - name = "fast_glob___fast_glob_3.2.5.tgz"; - url = "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz"; - sha1 = "7939af2a656de79a4f1901903ee8adcaa7cb9661"; + name = "fast_glob___fast_glob_3.2.7.tgz"; + url = "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz"; + sha1 = "fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"; }; } { @@ -5666,11 +5682,11 @@ }; } { - name = "fastq___fastq_1.10.1.tgz"; + name = "fastq___fastq_1.13.0.tgz"; path = fetchurl { - name = "fastq___fastq_1.10.1.tgz"; - url = "https://registry.yarnpkg.com/fastq/-/fastq-1.10.1.tgz"; - sha1 = "8b8f2ac8bf3632d67afcd65dac248d5fdc45385e"; + name = "fastq___fastq_1.13.0.tgz"; + url = "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz"; + sha1 = "616760f88a7526bdfc596b7cab8c18938c36b98c"; }; } { @@ -5705,14 +5721,6 @@ sha1 = "862470112901c727a0e495a80744bd5baa1d6790"; }; } - { - name = "figures___figures_3.2.0.tgz"; - path = fetchurl { - name = "figures___figures_3.2.0.tgz"; - url = "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz"; - sha1 = "625c18bd293c604dc4a8ddb2febf0c88341746af"; - }; - } { name = "file_entry_cache___file_entry_cache_6.0.1.tgz"; path = fetchurl { @@ -5825,14 +5833,6 @@ sha1 = "c4b489e80096d9df1dfc97c79871aea7c617c469"; }; } - { - name = "flow_parser___flow_parser_0.157.0.tgz"; - path = fetchurl { - name = "flow_parser___flow_parser_0.157.0.tgz"; - url = "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.157.0.tgz"; - sha1 = "8ef0a748a838a505820a3099690472757d39581c"; - }; - } { name = "flush_write_stream___flush_write_stream_1.1.1.tgz"; path = fetchurl { @@ -5913,14 +5913,6 @@ sha1 = "8bfb5502bde4a4d36cfdeea007fcca21d7e382af"; }; } - { - name = "fs_extra___fs_extra_8.1.0.tgz"; - path = fetchurl { - name = "fs_extra___fs_extra_8.1.0.tgz"; - url = "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz"; - sha1 = "49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"; - }; - } { name = "fs_minipass___fs_minipass_2.0.0.tgz"; path = fetchurl { @@ -6601,6 +6593,14 @@ sha1 = "2022b4b25fbddc21d2f524974a474aafe733908b"; }; } + { + name = "iconv_lite___iconv_lite_0.6.3.tgz"; + path = fetchurl { + name = "iconv_lite___iconv_lite_0.6.3.tgz"; + url = "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz"; + sha1 = "a52f80bf38da1952eb5c681790719871a1a72501"; + }; + } { name = "icss_replace_symbols___icss_replace_symbols_1.1.0.tgz"; path = fetchurl { @@ -6793,22 +6793,6 @@ sha1 = "a29da425b48806f34767a4efce397269af28432c"; }; } - { - name = "inquirer_glob_prompt___inquirer_glob_prompt_0.1.0.tgz"; - path = fetchurl { - name = "inquirer_glob_prompt___inquirer_glob_prompt_0.1.0.tgz"; - url = "https://registry.yarnpkg.com/inquirer-glob-prompt/-/inquirer-glob-prompt-0.1.0.tgz"; - sha1 = "3676bc10bcdd31e17121146be9c6467a2d79fc85"; - }; - } - { - name = "inquirer___inquirer_8.1.2.tgz"; - path = fetchurl { - name = "inquirer___inquirer_8.1.2.tgz"; - url = "https://registry.yarnpkg.com/inquirer/-/inquirer-8.1.2.tgz"; - sha1 = "65b204d2cd7fb63400edd925dfe428bafd422e3d"; - }; - } { name = "internal_ip___internal_ip_4.3.0.tgz"; path = fetchurl { @@ -6817,6 +6801,14 @@ sha1 = "845452baad9d2ca3b69c635a137acb9a0dad0907"; }; } + { + name = "internmap___internmap_2.0.3.tgz"; + path = fetchurl { + name = "internmap___internmap_2.0.3.tgz"; + url = "https://registry.yarnpkg.com/internmap/-/internmap-2.0.3.tgz"; + sha1 = "6685f23755e43c524e251d29cbc97248e3061009"; + }; + } { name = "interpret___interpret_1.4.0.tgz"; path = fetchurl { @@ -7010,11 +7002,11 @@ }; } { - name = "is_docker___is_docker_2.1.1.tgz"; + name = "is_docker___is_docker_2.2.1.tgz"; path = fetchurl { - name = "is_docker___is_docker_2.1.1.tgz"; - url = "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz"; - sha1 = "4125a88e44e450d384e09047ede71adc2d144156"; + name = "is_docker___is_docker_2.2.1.tgz"; + url = "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz"; + sha1 = "33eeabe23cfe86f14bde4408a02c0cfb853acdaa"; }; } { @@ -7066,11 +7058,11 @@ }; } { - name = "is_glob___is_glob_4.0.1.tgz"; + name = "is_glob___is_glob_4.0.3.tgz"; path = fetchurl { - name = "is_glob___is_glob_4.0.1.tgz"; - url = "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz"; - sha1 = "7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"; + name = "is_glob___is_glob_4.0.3.tgz"; + url = "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz"; + sha1 = "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"; }; } { @@ -7089,14 +7081,6 @@ sha1 = "fd3efa79ee670d1187233182d5b0a1dd00313141"; }; } - { - name = "is_interactive___is_interactive_1.0.0.tgz"; - path = fetchurl { - name = "is_interactive___is_interactive_1.0.0.tgz"; - url = "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz"; - sha1 = "cea6e6ae5c870a7b0a0004070b7b587e0252912e"; - }; - } { name = "is_negative_zero___is_negative_zero_2.0.1.tgz"; path = fetchurl { @@ -7729,14 +7713,6 @@ sha1 = "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"; }; } - { - name = "jscodeshift___jscodeshift_0.11.0.tgz"; - path = fetchurl { - name = "jscodeshift___jscodeshift_0.11.0.tgz"; - url = "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.11.0.tgz"; - sha1 = "4f95039408f3f06b0e39bb4d53bc3139f5330e2f"; - }; - } { name = "jsdoc_vue___jsdoc_vue_1.0.0.tgz"; path = fetchurl { @@ -7858,11 +7834,11 @@ }; } { - name = "json5___json5_2.1.3.tgz"; + name = "json5___json5_2.2.0.tgz"; path = fetchurl { - name = "json5___json5_2.1.3.tgz"; - url = "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz"; - sha1 = "c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"; + name = "json5___json5_2.2.0.tgz"; + url = "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz"; + sha1 = "2dfefe720c6ba525d9ebd909950f0515316c89a3"; }; } { @@ -7881,14 +7857,6 @@ sha1 = "abdd785701c7e7eaca8a9ec8cf070ca51a745a22"; }; } - { - name = "jsonfile___jsonfile_4.0.0.tgz"; - path = fetchurl { - name = "jsonfile___jsonfile_4.0.0.tgz"; - url = "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz"; - sha1 = "8771aae0799b64076b76640fca058f9c10e33ecb"; - }; - } { name = "jsprim___jsprim_1.4.1.tgz"; path = fetchurl { @@ -8129,14 +8097,6 @@ sha1 = "1afba396afd676a6d42504d0a67a3a7eb9f62aa0"; }; } - { - name = "lodash._reinterpolate___lodash._reinterpolate_3.0.0.tgz"; - path = fetchurl { - name = "lodash._reinterpolate___lodash._reinterpolate_3.0.0.tgz"; - url = "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz"; - sha1 = "0ccf2d89166af03b3663c796538b75ac6e114d9d"; - }; - } { name = "lodash.assign___lodash.assign_4.2.0.tgz"; path = fetchurl { @@ -8329,22 +8289,6 @@ sha1 = "edd14c824e2cc9c1e0b0a1b42bb5210516a42438"; }; } - { - name = "lodash.template___lodash.template_4.5.0.tgz"; - path = fetchurl { - name = "lodash.template___lodash.template_4.5.0.tgz"; - url = "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz"; - sha1 = "f976195cf3f347d0d5f52483569fe8031ccce8ab"; - }; - } - { - name = "lodash.templatesettings___lodash.templatesettings_4.2.0.tgz"; - path = fetchurl { - name = "lodash.templatesettings___lodash.templatesettings_4.2.0.tgz"; - url = "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz"; - sha1 = "e481310f049d3cf6d47e912ad09313b154f0fb33"; - }; - } { name = "lodash.truncate___lodash.truncate_4.4.2.tgz"; path = fetchurl { @@ -8722,11 +8666,11 @@ }; } { - name = "mermaid___mermaid_8.11.5.tgz"; + name = "mermaid___mermaid_8.13.2.tgz"; path = fetchurl { - name = "mermaid___mermaid_8.11.5.tgz"; - url = "https://registry.yarnpkg.com/mermaid/-/mermaid-8.11.5.tgz"; - sha1 = "a2a284d705abf145e0d0f27e8b913d6e11bbb92c"; + name = "mermaid___mermaid_8.13.2.tgz"; + url = "https://registry.yarnpkg.com/mermaid/-/mermaid-8.13.2.tgz"; + sha1 = "9f8abc66ba1c53b132fdaa0d4a80f4717b7b7655"; }; } { @@ -8754,11 +8698,11 @@ }; } { - name = "micromatch___micromatch_4.0.2.tgz"; + name = "micromatch___micromatch_4.0.4.tgz"; path = fetchurl { - name = "micromatch___micromatch_4.0.2.tgz"; - url = "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz"; - sha1 = "4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"; + name = "micromatch___micromatch_4.0.4.tgz"; + url = "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz"; + sha1 = "896d519dfe9db25fce94ceb7a500919bf881ebf9"; }; } { @@ -9050,11 +8994,11 @@ }; } { - name = "mute_stream___mute_stream_0.0.8.tgz"; + name = "nanocolors___nanocolors_0.1.12.tgz"; path = fetchurl { - name = "mute_stream___mute_stream_0.0.8.tgz"; - url = "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz"; - sha1 = "1630c42b2251ff81e2a283de96a5497ea92e5e0d"; + name = "nanocolors___nanocolors_0.1.12.tgz"; + url = "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz"; + sha1 = "8577482c58cbd7b5bb1681db4cf48f11a87fd5f6"; }; } { @@ -9090,11 +9034,11 @@ }; } { - name = "neo_async___neo_async_2.6.1.tgz"; + name = "neo_async___neo_async_2.6.2.tgz"; path = fetchurl { - name = "neo_async___neo_async_2.6.1.tgz"; - url = "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz"; - sha1 = "ac27ada66167fa8849a6addd837f6b189ad2081c"; + name = "neo_async___neo_async_2.6.2.tgz"; + url = "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz"; + sha1 = "b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"; }; } { @@ -9105,14 +9049,6 @@ sha1 = "a3378a7696ce7d223e88fc9b764bd7ef1089e366"; }; } - { - name = "node_dir___node_dir_0.1.17.tgz"; - path = fetchurl { - name = "node_dir___node_dir_0.1.17.tgz"; - url = "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz"; - sha1 = "5f5665d93351335caabef8f1c554516cf5f1e4e5"; - }; - } { name = "node_ensure___node_ensure_0.0.0.tgz"; path = fetchurl { @@ -9170,11 +9106,11 @@ }; } { - name = "node_releases___node_releases_1.1.73.tgz"; + name = "node_releases___node_releases_1.1.76.tgz"; path = fetchurl { - name = "node_releases___node_releases_1.1.73.tgz"; - url = "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz"; - sha1 = "dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"; + name = "node_releases___node_releases_1.1.76.tgz"; + url = "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.76.tgz"; + sha1 = "df245b062b0cafbd5282ab6792f7dccc2d97f36e"; }; } { @@ -9410,11 +9346,11 @@ }; } { - name = "onetime___onetime_5.1.0.tgz"; + name = "onetime___onetime_5.1.2.tgz"; path = fetchurl { - name = "onetime___onetime_5.1.0.tgz"; - url = "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz"; - sha1 = "fff0f3c91617fe62bb50189636e99ac8a6df7be5"; + name = "onetime___onetime_5.1.2.tgz"; + url = "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz"; + sha1 = "d0e96ebb56b07476df1dd9c4806e5237985ca45e"; }; } { @@ -9457,14 +9393,6 @@ sha1 = "4f236a6373dae0566a6d43e1326674f50c291499"; }; } - { - name = "ora___ora_5.4.1.tgz"; - path = fetchurl { - name = "ora___ora_5.4.1.tgz"; - url = "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz"; - sha1 = "1b2678426af4ac4a509008e5e4ac9e9959db9e18"; - }; - } { name = "orderedmap___orderedmap_1.1.1.tgz"; path = fetchurl { @@ -9546,11 +9474,11 @@ }; } { - name = "p_limit___p_limit_2.2.2.tgz"; + name = "p_limit___p_limit_2.3.0.tgz"; path = fetchurl { - name = "p_limit___p_limit_2.2.2.tgz"; - url = "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz"; - sha1 = "61279b67721f5287aa1c13a9a7fbbc48c9291b1e"; + name = "p_limit___p_limit_2.3.0.tgz"; + url = "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz"; + sha1 = "3dd33c647a214fdfffd835933eb086da0dc21db1"; }; } { @@ -9698,11 +9626,11 @@ }; } { - name = "parse_json___parse_json_5.1.0.tgz"; + name = "parse_json___parse_json_5.2.0.tgz"; path = fetchurl { - name = "parse_json___parse_json_5.1.0.tgz"; - url = "https://registry.yarnpkg.com/parse-json/-/parse-json-5.1.0.tgz"; - sha1 = "f96088cdf24a8faa9aea9a009f2d9d942c999646"; + name = "parse_json___parse_json_5.2.0.tgz"; + url = "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz"; + sha1 = "c76fc66dee54231c962b22bcc8a72cf2f99753cd"; }; } { @@ -9866,11 +9794,11 @@ }; } { - name = "picomatch___picomatch_2.2.2.tgz"; + name = "picomatch___picomatch_2.3.0.tgz"; path = fetchurl { - name = "picomatch___picomatch_2.2.2.tgz"; - url = "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz"; - sha1 = "21f333e9b6b8eaff02468f5146ea406d345f4dad"; + name = "picomatch___picomatch_2.3.0.tgz"; + url = "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz"; + sha1 = "f1f061de8f6a4bf022892e2d128234fb98302972"; }; } { @@ -10282,11 +10210,11 @@ }; } { - name = "prosemirror_gapcursor___prosemirror_gapcursor_1.1.5.tgz"; + name = "prosemirror_gapcursor___prosemirror_gapcursor_1.2.0.tgz"; path = fetchurl { - name = "prosemirror_gapcursor___prosemirror_gapcursor_1.1.5.tgz"; - url = "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.1.5.tgz"; - sha1 = "0c37fd6cbb1d7c46358c2e7397f8da9a8b5c6246"; + name = "prosemirror_gapcursor___prosemirror_gapcursor_1.2.0.tgz"; + url = "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.2.0.tgz"; + sha1 = "28fb60bf3d9baf1f920907d2c3e613137204e8f3"; }; } { @@ -10314,11 +10242,11 @@ }; } { - name = "prosemirror_markdown___prosemirror_markdown_1.5.2.tgz"; + name = "prosemirror_markdown___prosemirror_markdown_1.6.0.tgz"; path = fetchurl { - name = "prosemirror_markdown___prosemirror_markdown_1.5.2.tgz"; - url = "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.5.2.tgz"; - sha1 = "f188ad14caa8c2f499b4d3eb6082e19f1d9d366e"; + name = "prosemirror_markdown___prosemirror_markdown_1.6.0.tgz"; + url = "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.6.0.tgz"; + sha1 = "141c88e03c8892f2e93cf58b1382ab0b6088d012"; }; } { @@ -10338,11 +10266,11 @@ }; } { - name = "prosemirror_schema_list___prosemirror_schema_list_1.1.5.tgz"; + name = "prosemirror_schema_list___prosemirror_schema_list_1.1.6.tgz"; path = fetchurl { - name = "prosemirror_schema_list___prosemirror_schema_list_1.1.5.tgz"; - url = "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.5.tgz"; - sha1 = "e7ad9e337ea3d77da6d6a4250f3d7bd51ae980a4"; + name = "prosemirror_schema_list___prosemirror_schema_list_1.1.6.tgz"; + url = "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.6.tgz"; + sha1 = "c3e13fe2f74750e4a53ff88d798dc0c4ccca6707"; }; } { @@ -10370,19 +10298,19 @@ }; } { - name = "prosemirror_transform___prosemirror_transform_1.3.2.tgz"; + name = "prosemirror_transform___prosemirror_transform_1.3.3.tgz"; path = fetchurl { - name = "prosemirror_transform___prosemirror_transform_1.3.2.tgz"; - url = "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.3.2.tgz"; - sha1 = "5620ebe7379e6fae4f34ecc881886cb22ce96579"; + name = "prosemirror_transform___prosemirror_transform_1.3.3.tgz"; + url = "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.3.3.tgz"; + sha1 = "5f6712b0577a119cc418686fe7588b6dd9b7464d"; }; } { - name = "prosemirror_view___prosemirror_view_1.20.0.tgz"; + name = "prosemirror_view___prosemirror_view_1.20.2.tgz"; path = fetchurl { - name = "prosemirror_view___prosemirror_view_1.20.0.tgz"; - url = "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.20.0.tgz"; - sha1 = "64198845f0d112c14a5594732c46a96ac3d9d828"; + name = "prosemirror_view___prosemirror_view_1.20.2.tgz"; + url = "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.20.2.tgz"; + sha1 = "fc073def4358fdbd617ea11f5cd4217c5123635d"; }; } { @@ -10545,6 +10473,14 @@ sha1 = "3345941b4153cb9d082d8eee4cda2016a9aef7f6"; }; } + { + name = "queue_microtask___queue_microtask_1.2.3.tgz"; + path = fetchurl { + name = "queue_microtask___queue_microtask_1.2.3.tgz"; + url = "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz"; + sha1 = "4929228bbc724dfac43e0efb058caf7b6cfb6243"; + }; + } { name = "quick_lru___quick_lru_4.0.1.tgz"; path = fetchurl { @@ -10689,14 +10625,6 @@ sha1 = "9fdccdf9e9155805449221ac645e8303ab5b9ada"; }; } - { - name = "recast___recast_0.20.5.tgz"; - path = fetchurl { - name = "recast___recast_0.20.5.tgz"; - url = "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz"; - sha1 = "8e2c6c96827a1b339c634dd232957d230553ceae"; - }; - } { name = "redent___redent_3.0.0.tgz"; path = fetchurl { @@ -10826,11 +10754,11 @@ }; } { - name = "repeat_element___repeat_element_1.1.3.tgz"; + name = "repeat_element___repeat_element_1.1.4.tgz"; path = fetchurl { - name = "repeat_element___repeat_element_1.1.3.tgz"; - url = "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz"; - sha1 = "782e0d825c0c5a3bb39731f84efee6b742e6b1ce"; + name = "repeat_element___repeat_element_1.1.4.tgz"; + url = "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz"; + sha1 = "be681520847ab58c7568ac75fbfad28ed42d39e9"; }; } { @@ -10993,14 +10921,6 @@ sha1 = "918720ef3b631c5642be068f15ade5a46f4ba1e7"; }; } - { - name = "restore_cursor___restore_cursor_3.1.0.tgz"; - path = fetchurl { - name = "restore_cursor___restore_cursor_3.1.0.tgz"; - url = "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz"; - sha1 = "39f67c54b3a7a58cea5236d95cf0034239631f7e"; - }; - } { name = "ret___ret_0.1.15.tgz"; path = fetchurl { @@ -11049,6 +10969,14 @@ sha1 = "0f4584295c53a3628af7e6d79aca21ce57d1c6e7"; }; } + { + name = "robust_predicates___robust_predicates_3.0.1.tgz"; + path = fetchurl { + name = "robust_predicates___robust_predicates_3.0.1.tgz"; + url = "https://registry.yarnpkg.com/robust-predicates/-/robust-predicates-3.0.1.tgz"; + sha1 = "ecde075044f7f30118682bd9fb3f123109577f9a"; + }; + } { name = "rope_sequence___rope_sequence_1.3.2.tgz"; path = fetchurl { @@ -11074,19 +11002,11 @@ }; } { - name = "run_async___run_async_2.4.1.tgz"; + name = "run_parallel___run_parallel_1.2.0.tgz"; path = fetchurl { - name = "run_async___run_async_2.4.1.tgz"; - url = "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz"; - sha1 = "8440eccf99ea3e70bd409d49aab88e10c189a455"; - }; - } - { - name = "run_parallel___run_parallel_1.1.10.tgz"; - path = fetchurl { - name = "run_parallel___run_parallel_1.1.10.tgz"; - url = "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.10.tgz"; - sha1 = "60a51b2ae836636c81377df16cb107351bcd13ef"; + name = "run_parallel___run_parallel_1.2.0.tgz"; + url = "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz"; + sha1 = "66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"; }; } { @@ -11105,22 +11025,6 @@ sha1 = "3f862dfa91ab766b14885ef4d01124bfda074fb4"; }; } - { - name = "rxjs___rxjs_6.6.7.tgz"; - path = fetchurl { - name = "rxjs___rxjs_6.6.7.tgz"; - url = "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz"; - sha1 = "90ac018acabf491bf65044235d5863c4dab804c9"; - }; - } - { - name = "rxjs___rxjs_7.3.0.tgz"; - path = fetchurl { - name = "rxjs___rxjs_7.3.0.tgz"; - url = "https://registry.yarnpkg.com/rxjs/-/rxjs-7.3.0.tgz"; - sha1 = "39fe4f3461dc1e50be1475b2b85a0a88c1e938c6"; - }; - } { name = "safe_buffer___safe_buffer_5.1.2.tgz"; path = fetchurl { @@ -11385,14 +11289,6 @@ sha1 = "b1fde5cd7d11a5626638a07c604ab909cfa31f9b"; }; } - { - name = "shallow_clone___shallow_clone_3.0.1.tgz"; - path = fetchurl { - name = "shallow_clone___shallow_clone_3.0.1.tgz"; - url = "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz"; - sha1 = "8f2981ad92531f55035b01fb230769a40e02efa3"; - }; - } { name = "shebang_command___shebang_command_1.2.0.tgz"; path = fetchurl { @@ -11450,11 +11346,11 @@ }; } { - name = "signal_exit___signal_exit_3.0.3.tgz"; + name = "signal_exit___signal_exit_3.0.4.tgz"; path = fetchurl { - name = "signal_exit___signal_exit_3.0.3.tgz"; - url = "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz"; - sha1 = "a1410c2edd8f077b08b4e253c8eacfcaf057461c"; + name = "signal_exit___signal_exit_3.0.4.tgz"; + url = "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.4.tgz"; + sha1 = "366a4684d175b9cab2081e3681fda3747b6c51d7"; }; } { @@ -11570,11 +11466,11 @@ }; } { - name = "source_map_url___source_map_url_0.4.0.tgz"; + name = "source_map_url___source_map_url_0.4.1.tgz"; path = fetchurl { - name = "source_map_url___source_map_url_0.4.0.tgz"; - url = "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz"; - sha1 = "3e935d7ddd73631b97659956d55128e87b5084a3"; + name = "source_map_url___source_map_url_0.4.1.tgz"; + url = "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz"; + sha1 = "0af66605a745a5a2f91cf1bbf8a7afbc283dec56"; }; } { @@ -11785,14 +11681,6 @@ sha1 = "4a973bf31ef77c4edbceadd6af2611996985f8a1"; }; } - { - name = "string_width___string_width_2.1.1.tgz"; - path = fetchurl { - name = "string_width___string_width_2.1.1.tgz"; - url = "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz"; - sha1 = "ab93f27a8dc13d28cac815c462143a6d9012ae9e"; - }; - } { name = "string_width___string_width_3.1.0.tgz"; path = fetchurl { @@ -11802,11 +11690,11 @@ }; } { - name = "string_width___string_width_4.2.0.tgz"; + name = "string_width___string_width_4.2.3.tgz"; path = fetchurl { - name = "string_width___string_width_4.2.0.tgz"; - url = "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz"; - sha1 = "952182c46cc7b2c313d1596e623992bd163b72b5"; + name = "string_width___string_width_4.2.3.tgz"; + url = "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz"; + sha1 = "269c7117d27b05ad2e536830a8ec895ef9c6d010"; }; } { @@ -11849,14 +11737,6 @@ sha1 = "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"; }; } - { - name = "strip_ansi___strip_ansi_4.0.0.tgz"; - path = fetchurl { - name = "strip_ansi___strip_ansi_4.0.0.tgz"; - url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz"; - sha1 = "a8479022eb1ac368a871389b635262c505ee368f"; - }; - } { name = "strip_ansi___strip_ansi_5.2.0.tgz"; path = fetchurl { @@ -11866,11 +11746,11 @@ }; } { - name = "strip_ansi___strip_ansi_6.0.0.tgz"; + name = "strip_ansi___strip_ansi_6.0.1.tgz"; path = fetchurl { - name = "strip_ansi___strip_ansi_6.0.0.tgz"; - url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz"; - sha1 = "0b1571dd7669ccd4f3e06e14ef1eed26225ae532"; + name = "strip_ansi___strip_ansi_6.0.1.tgz"; + url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz"; + sha1 = "9e26c63d30f53443e9489495b2105d37b67a85d9"; }; } { @@ -12026,11 +11906,11 @@ }; } { - name = "swagger_ui_dist___swagger_ui_dist_3.44.1.tgz"; + name = "swagger_ui_dist___swagger_ui_dist_3.52.3.tgz"; path = fetchurl { - name = "swagger_ui_dist___swagger_ui_dist_3.44.1.tgz"; - url = "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.44.1.tgz"; - sha1 = "757385a79698b8ef7045287be585671db4e4a252"; + name = "swagger_ui_dist___swagger_ui_dist_3.52.3.tgz"; + url = "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.52.3.tgz"; + sha1 = "a09b5cdccac69e3f5f1cbd258654a110119a7f0e"; }; } { @@ -12089,14 +11969,6 @@ sha1 = "bde815086e10b39f1dcd298e89d596e1535e200f"; }; } - { - name = "temp___temp_0.8.4.tgz"; - path = fetchurl { - name = "temp___temp_0.8.4.tgz"; - url = "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz"; - sha1 = "8c97a33a4770072e0a05f919396c7665a7dd59f2"; - }; - } { name = "term_size___term_size_2.2.0.tgz"; path = fetchurl { @@ -12201,14 +12073,6 @@ sha1 = "01c1e39eb31d07cb7d03a96a70823260b23132cd"; }; } - { - name = "through___through_2.3.8.tgz"; - path = fetchurl { - name = "through___through_2.3.8.tgz"; - url = "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz"; - sha1 = "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"; - }; - } { name = "thunky___thunky_0.1.0.tgz"; path = fetchurl { @@ -12289,14 +12153,6 @@ sha1 = "cd6259e853652bfc6860758ff44ebb695d5edd1c"; }; } - { - name = "tmp___tmp_0.0.33.tgz"; - path = fetchurl { - name = "tmp___tmp_0.0.33.tgz"; - url = "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz"; - sha1 = "6d34335889768d21b2bcda0aa277ced3b1bfadf9"; - }; - } { name = "tmpl___tmpl_1.0.4.tgz"; path = fetchurl { @@ -12450,11 +12306,11 @@ }; } { - name = "tslib___tslib_1.13.0.tgz"; + name = "tslib___tslib_1.14.1.tgz"; path = fetchurl { - name = "tslib___tslib_1.13.0.tgz"; - url = "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz"; - sha1 = "c881e13cc7015894ed914862d276436fa9a47043"; + name = "tslib___tslib_1.14.1.tgz"; + url = "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz"; + sha1 = "cf2d38bdc34a134bcaf1091c41f6619e2f672d00"; }; } { @@ -12465,14 +12321,6 @@ sha1 = "e8a335add5ceae51aa261d32a490158ef042ef01"; }; } - { - name = "tslib___tslib_2.1.0.tgz"; - path = fetchurl { - name = "tslib___tslib_2.1.0.tgz"; - url = "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz"; - sha1 = "da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"; - }; - } { name = "tsutils___tsutils_3.17.1.tgz"; path = fetchurl { @@ -12545,6 +12393,14 @@ sha1 = "1bf207f4b28f91583666cb5fbd327887301cd5f4"; }; } + { + name = "type_fest___type_fest_0.21.3.tgz"; + path = fetchurl { + name = "type_fest___type_fest_0.21.3.tgz"; + url = "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz"; + sha1 = "d260a24b0198436e133fa26a524a6d65fa3b2e37"; + }; + } { name = "type_fest___type_fest_0.6.0.tgz"; path = fetchurl { @@ -12737,14 +12593,6 @@ sha1 = "cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da"; }; } - { - name = "universalify___universalify_0.1.2.tgz"; - path = fetchurl { - name = "universalify___universalify_0.1.2.tgz"; - url = "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz"; - sha1 = "b646f69be3942dabcecc9d6639c80dc105efaa66"; - }; - } { name = "unpipe___unpipe_1.0.0.tgz"; path = fetchurl { @@ -12770,11 +12618,11 @@ }; } { - name = "uri_js___uri_js_4.4.0.tgz"; + name = "uri_js___uri_js_4.4.1.tgz"; path = fetchurl { - name = "uri_js___uri_js_4.4.0.tgz"; - url = "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz"; - sha1 = "aa714261de793e8a82347a7bcc9ce74e86f28602"; + name = "uri_js___uri_js_4.4.1.tgz"; + url = "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz"; + sha1 = "9b1a52595225859e55f669d928f88c6c57f2a77e"; }; } { @@ -13265,14 +13113,6 @@ sha1 = "c1d8d149316d3ea852848895cb6a0bfe887b87df"; }; } - { - name = "wcwidth___wcwidth_1.0.1.tgz"; - path = fetchurl { - name = "wcwidth___wcwidth_1.0.1.tgz"; - url = "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz"; - sha1 = "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"; - }; - } { name = "web_vitals___web_vitals_0.2.4.tgz"; path = fetchurl { @@ -13457,14 +13297,6 @@ sha1 = "45fda3ef76aca815771a89107399ee4119b430ac"; }; } - { - name = "wrap_ansi___wrap_ansi_4.0.0.tgz"; - path = fetchurl { - name = "wrap_ansi___wrap_ansi_4.0.0.tgz"; - url = "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-4.0.0.tgz"; - sha1 = "b3570d7c70156159a2d42be5cc942e957f7b1131"; - }; - } { name = "wrap_ansi___wrap_ansi_5.1.0.tgz"; path = fetchurl { @@ -13481,14 +13313,6 @@ sha1 = "e9393ba07102e6c91a3b221478f0257cd2856e53"; }; } - { - name = "wrap_ansi___wrap_ansi_7.0.0.tgz"; - path = fetchurl { - name = "wrap_ansi___wrap_ansi_7.0.0.tgz"; - url = "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz"; - sha1 = "67e145cff510a6a6984bdf1152911d69d2eb9e43"; - }; - } { name = "wrappy___wrappy_1.0.2.tgz"; path = fetchurl { @@ -13497,14 +13321,6 @@ sha1 = "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"; }; } - { - name = "write_file_atomic___write_file_atomic_2.4.3.tgz"; - path = fetchurl { - name = "write_file_atomic___write_file_atomic_2.4.3.tgz"; - url = "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz"; - sha1 = "1fd2e9ae1df3e75b8d8c367443c692d4ca81f481"; - }; - } { name = "write_file_atomic___write_file_atomic_3.0.3.tgz"; path = fetchurl { @@ -13658,11 +13474,11 @@ }; } { - name = "yaml___yaml_1.10.0.tgz"; + name = "yaml___yaml_1.10.2.tgz"; path = fetchurl { - name = "yaml___yaml_1.10.0.tgz"; - url = "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz"; - sha1 = "3b593add944876077d4d683fee01081bd9fff31e"; + name = "yaml___yaml_1.10.2.tgz"; + url = "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz"; + sha1 = "2301c5ffbf12b467de8da2333a459e29e7920e4b"; }; } {