gitlab: 12.5.5 -> 12.6.0

This commit is contained in:
talyz 2019-12-23 00:39:33 +01:00
parent a3c72e66a6
commit ff28cfa6d3
6 changed files with 341 additions and 261 deletions

@ -1,13 +1,13 @@
{
"version": "12.5.5",
"repo_hash": "1vafy31s2sbs6xc2cp457k535yyawz630i8ks22ypyg2m2gy5n5m",
"version": "12.6.0",
"repo_hash": "1pm630yaxgljrj5jwgsbk7yvdlna7riispc67gfrmf0kq8p80hjx",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v12.5.5-ee",
"rev": "v12.6.0-ee",
"passthru": {
"GITALY_SERVER_VERSION": "1.72.1",
"GITALY_SERVER_VERSION": "a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83",
"GITLAB_PAGES_VERSION": "1.12.0",
"GITLAB_SHELL_VERSION": "10.2.0",
"GITLAB_WORKHORSE_VERSION": "8.14.1"
"GITLAB_SHELL_VERSION": "10.3.0",
"GITLAB_WORKHORSE_VERSION": "8.18.0"
}
}

@ -43,7 +43,14 @@ let
pname = "gitlab-assets";
inherit version src;
nativeBuildInputs = [ rubyEnv.wrappedRuby rubyEnv.bundler nodejs yarn ];
nativeBuildInputs = [ rubyEnv.wrappedRuby rubyEnv.bundler nodejs yarn git ];
# Since version 12.6.0, the rake tasks need the location of git,
# so we have to apply the location patches here too.
patches = [ ./remove-hardcoded-locations.patch ];
# One of the patches uses this variable - if it's unset, execution
# of rake tasks fails.
GITLAB_LOG_PATH = "log";
configurePhase = ''
runHook preConfigure

@ -22,6 +22,7 @@ gem 'rugged', '~> 0.28'
gem 'grape-path-helpers', '~> 1.1'
gem 'faraday', '~> 0.12'
gem 'marginalia', '~> 1.8.0'
# Authentication libraries
gem 'devise', '~> 4.6'
@ -101,7 +102,7 @@ gem 'hashie-forbidden_attributes'
gem 'kaminari', '~> 1.0'
# HAML
gem 'hamlit', '~> 2.8.8'
gem 'hamlit', '~> 2.11.0'
# Files attachments
gem 'carrierwave', '~> 1.3'
@ -135,11 +136,11 @@ gem 'aws-sdk'
gem 'faraday_middleware-aws-signers-v4'
# Markdown and HTML processing
gem 'html-pipeline', '~> 2.8'
gem 'html-pipeline', '~> 2.12'
gem 'deckar01-task_list', '2.2.1'
gem 'gitlab-markup', '~> 1.7.0'
gem 'github-markup', '~> 1.7.0', require: 'github/markup'
gem 'commonmarker', '~> 0.17'
gem 'commonmarker', '~> 0.20'
gem 'RedCloth', '~> 4.3.2'
gem 'rdoc', '~> 6.0'
gem 'org-ruby', '~> 0.9.12'
@ -170,8 +171,8 @@ group :unicorn do
end
group :puma do
gem 'puma', '~> 3.12', require: false
gem 'puma_worker_killer', require: false
gem 'gitlab-puma', '~> 4.3.1.gitlab.2', require: false
gem 'gitlab-puma_worker_killer', '~> 0.1.1.gitlab.1', require: false
gem 'rack-timeout', require: false
end
@ -273,8 +274,8 @@ gem 'mimemagic', '~> 0.3.2'
gem 'fast_blank'
# Parse time & duration
gem 'chronic', '~> 0.10.2'
gem 'gitlab_chronic_duration', '~> 0.10.6.1'
gem 'gitlab-chronic', '~> 0.10.5'
gem 'gitlab_chronic_duration', '~> 0.10.6.2'
gem 'webpack-rails', '~> 0.9.10'
gem 'rack-proxy', '~> 0.6.0'
@ -312,8 +313,7 @@ gem 'gettext', '~> 3.2.2', require: false, group: :development
gem 'batch-loader', '~> 1.4.0'
# Perf bar
# https://gitlab.com/gitlab-org/gitlab/issues/13996
gem 'gitlab-peek', '~> 0.0.1', require: 'peek'
gem 'peek', '~> 1.1'
# Snowplow events tracking
gem 'snowplow-tracker', '~> 0.6.1'
@ -347,20 +347,15 @@ group :development do
end
group :development, :test do
gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET']
gem 'bullet', '~> 6.0.2', require: !!ENV['ENABLE_BULLET']
gem 'pry-byebug', '~> 3.5.1', platform: :mri
gem 'pry-rails', '~> 0.3.4'
gem 'awesome_print', require: false
gem 'fuubar', '~> 2.2.0'
gem 'database_cleaner', '~> 1.7.0'
gem 'factory_bot_rails', '~> 5.1.0'
gem 'rspec-rails', '~> 3.8.0'
gem 'rspec-retry', '~> 0.6.1'
gem 'rspec_profiling', '~> 0.0.5'
gem 'rspec-set', '~> 0.1.3'
gem 'rspec-parameterized', require: false
gem 'rspec-rails', '~> 4.0.0.beta3'
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
gem 'minitest', '~> 5.11.0'
@ -368,10 +363,6 @@ group :development, :test do
# Generate Fake data
gem 'ffaker', '~> 2.10'
gem 'capybara', '~> 3.22.0'
gem 'capybara-screenshot', '~> 1.0.22'
gem 'selenium-webdriver', '~> 3.141'
gem 'spring', '~> 2.0.0'
gem 'spring-commands-rspec', '~> 1.0.4'
@ -382,7 +373,7 @@ group :development, :test do
gem 'rubocop-rspec', '~> 1.22.1'
gem 'scss_lint', '~> 0.56.0', require: false
gem 'haml_lint', '~> 0.31.0', require: false
gem 'haml_lint', '~> 0.34.0', require: false
gem 'simplecov', '~> 0.16.1', require: false
gem 'bundler-audit', '~> 0.5.0', require: false
@ -390,7 +381,7 @@ group :development, :test do
gem 'knapsack', '~> 1.17'
gem 'stackprof', '~> 0.2.10', require: false
gem 'stackprof', '~> 0.2.13', require: false
gem 'simple_po_parser', '~> 1.1.2', require: false
@ -403,6 +394,16 @@ group :development, :test, :omnibus do
end
group :test do
gem 'fuubar', '~> 2.2.0'
gem 'rspec-retry', '~> 0.6.1'
gem 'rspec_profiling', '~> 0.0.5'
gem 'rspec-set', '~> 0.1.3'
gem 'rspec-parameterized', require: false
gem 'capybara', '~> 3.22.0'
gem 'capybara-screenshot', '~> 1.0.22'
gem 'selenium-webdriver', '~> 3.142'
gem 'shoulda-matchers', '~> 4.0.1', require: false
gem 'email_spec', '~> 2.2.0'
gem 'json-schema', '~> 2.8.0'
@ -416,7 +417,7 @@ end
gem 'octokit', '~> 4.9'
gem 'mail_room', '~> 0.9.1'
gem 'mail_room', '~> 0.10.0'
gem 'email_reply_trimmer', '~> 0.1'
gem 'html2text'
@ -451,7 +452,7 @@ group :ed25519 do
end
# Gitaly GRPC protocol definitions
gem 'gitaly', '~> 1.70.0'
gem 'gitaly', '~> 1.73.0'
gem 'grpc', '~> 1.24.0'

@ -118,9 +118,9 @@ GEM
brakeman (4.2.1)
browser (2.5.3)
builder (3.2.3)
bullet (5.5.1)
bullet (6.0.2)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
uniform_notifier (~> 1.11)
bundler-audit (0.5.0)
bundler (~> 1.2)
thor (~> 0.18)
@ -143,9 +143,7 @@ GEM
cause (0.1)
character_set (1.1.2)
charlock_holmes (0.7.6)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
chronic (0.10.2)
childprocess (3.0.0)
chunky_png (1.3.5)
citrus (3.0.2)
claide (1.0.3)
@ -157,7 +155,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
colored2 (3.1.2)
commonmarker (0.17.13)
commonmarker (0.20.1)
ruby-enum (~> 0.5)
concord (0.1.5)
adamantium (~> 0.2.0)
@ -287,7 +285,7 @@ GEM
fast_blank (1.0.0)
fast_gettext (1.6.0)
ffaker (2.10.0)
ffi (1.11.1)
ffi (1.11.3)
flipper (0.17.1)
flipper-active_record (0.17.1)
activerecord (>= 4.2, < 7)
@ -359,9 +357,11 @@ GEM
po_to_json (>= 1.0.0)
rails (>= 3.2.0)
git (1.5.0)
gitaly (1.70.0)
gitaly (1.73.0)
grpc (~> 1.0)
github-markup (1.7.0)
gitlab-chronic (0.10.5)
numerizer (~> 0.2)
gitlab-labkit (0.7.0)
actionpack (>= 5.0.0, < 6.1.0)
activesupport (>= 5.0.0, < 6.1.0)
@ -372,8 +372,11 @@ GEM
gitlab-license (1.0.0)
gitlab-markup (1.7.0)
gitlab-net-dns (0.9.1)
gitlab-peek (0.0.1)
railties (>= 4.0.0)
gitlab-puma (4.3.1.gitlab.2)
nio4r (~> 2.0)
gitlab-puma_worker_killer (0.1.1.gitlab.1)
get_process_mem (~> 0.2)
gitlab-puma (>= 2.7, < 5)
gitlab-sidekiq-fetcher (0.5.2)
sidekiq (~> 5)
gitlab-styles (2.8.0)
@ -381,8 +384,8 @@ GEM
rubocop-gitlab-security (~> 0.1.0)
rubocop-performance (~> 1.1.0)
rubocop-rspec (~> 1.19)
gitlab_chronic_duration (0.10.6.1)
numerizer (~> 0.1.1)
gitlab_chronic_duration (0.10.6.2)
numerizer (~> 0.2)
gitlab_omniauth-ldap (2.1.1)
net-ldap (~> 0.16)
omniauth (~> 1.3)
@ -460,17 +463,16 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
haml (5.0.4)
haml (5.1.2)
temple (>= 0.8.0)
tilt
haml_lint (0.31.0)
haml (>= 4.0, < 5.1)
haml_lint (0.34.0)
haml (>= 4.0, < 5.2)
rainbow
rake (>= 10, < 13)
rubocop (>= 0.50.0)
sysexits (~> 1.1)
hamlit (2.8.8)
temple (>= 0.8.0)
hamlit (2.11.0)
temple (>= 0.8.2)
thor
tilt
hangouts-chat (0.0.5)
@ -484,7 +486,7 @@ GEM
hipchat (1.5.2)
httparty
mimemagic
html-pipeline (2.8.4)
html-pipeline (2.12.2)
activesupport (>= 2)
nokogiri (>= 1.4)
html2text (0.2.0)
@ -591,9 +593,12 @@ GEM
lumberjack (1.0.13)
mail (2.7.1)
mini_mime (>= 0.1.1)
mail_room (0.9.1)
mail_room (0.10.0)
marcel (0.3.3)
mimemagic (~> 0.3.2)
marginalia (1.8.0)
actionpack (>= 2.3)
activerecord (>= 2.3)
memoist (0.16.0)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
@ -622,7 +627,7 @@ GEM
net-ntp (2.1.3)
net-ssh (5.2.0)
netrc (0.11.0)
nio4r (2.3.1)
nio4r (2.5.2)
no_proxy_fix (0.1.2)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
@ -631,7 +636,7 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
numerizer (0.1.1)
numerizer (0.2.0)
oauth (0.5.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
@ -724,6 +729,8 @@ GEM
parser (2.6.3.0)
ast (~> 2.4.0)
parslet (1.8.2)
peek (1.1.0)
railties (>= 4.0.0)
pg (1.1.4)
po_to_json (1.0.1)
json (>= 1.6.0)
@ -749,10 +756,6 @@ GEM
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.1.1)
puma (3.12.0)
puma_worker_killer (0.1.0)
get_process_mem (~> 0.2)
puma (>= 2.7, < 4)
pyu-ruby-sasl (0.0.3.3)
raabro (1.1.6)
rack (2.0.7)
@ -881,14 +884,14 @@ GEM
proc_to_ast
rspec (>= 2.13, < 4)
unparser
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-rails (4.0.0.beta3)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.8)
rspec-expectations (~> 3.8)
rspec-mocks (~> 3.8)
rspec-support (~> 3.8)
rspec-retry (0.6.1)
rspec-core (> 3.3)
rspec-set (0.1.3)
@ -927,7 +930,7 @@ GEM
rubyntlm (0.6.2)
rubypants (0.2.0)
rubyzip (1.3.0)
rugged (0.28.3.1)
rugged (0.28.4.1)
safe_yaml (1.0.4)
sanitize (4.6.6)
crass (~> 1.0.2)
@ -956,9 +959,9 @@ GEM
seed-fu (2.3.7)
activerecord (>= 3.1)
activesupport (>= 3.1)
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
rubyzip (~> 1.2, >= 1.2.2)
selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sentry-raven (2.9.0)
faraday (>= 0.7.6, < 1.0)
settingslogic (2.0.9)
@ -1002,7 +1005,7 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sshkey (2.0.0)
stackprof (0.2.10)
stackprof (0.2.13)
state_machines (0.5.0)
state_machines-activemodel (0.7.1)
activemodel (>= 4.1)
@ -1017,7 +1020,7 @@ GEM
sys-filesystem (1.1.6)
ffi
sysexits (1.2.0)
temple (0.8.1)
temple (0.8.2)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
test-prof (0.10.0)
@ -1026,10 +1029,10 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.19.4)
thor (0.20.3)
thread_safe (0.3.6)
thrift (0.11.0.0)
tilt (2.0.9)
tilt (2.0.10)
timecop (0.8.1)
timfel-krb5-auth (0.8.3)
toml (0.2.0)
@ -1057,7 +1060,7 @@ GEM
unicorn-worker-killer (0.4.4)
get_process_mem (~> 0)
unicorn (>= 4, < 6)
uniform_notifier (1.10.0)
uniform_notifier (1.13.0)
unleash (0.1.5)
murmurhash3 (~> 0.1.6)
unparser (0.4.5)
@ -1139,14 +1142,13 @@ DEPENDENCIES
bootstrap_form (~> 4.2.0)
brakeman (~> 4.2)
browser (~> 2.5)
bullet (~> 5.5.0)
bullet (~> 6.0.2)
bundler-audit (~> 0.5.0)
capybara (~> 3.22.0)
capybara-screenshot (~> 1.0.22)
carrierwave (~> 1.3)
charlock_holmes (~> 0.7.5)
chronic (~> 0.10.2)
commonmarker (~> 0.17)
commonmarker (~> 0.20)
concurrent-ruby (~> 1.1)
connection_pool (~> 2.0)
countries (~> 3.0)
@ -1194,16 +1196,18 @@ DEPENDENCIES
gettext (~> 3.2.2)
gettext_i18n_rails (~> 1.8.0)
gettext_i18n_rails_js (~> 1.3)
gitaly (~> 1.70.0)
gitaly (~> 1.73.0)
github-markup (~> 1.7.0)
gitlab-chronic (~> 0.10.5)
gitlab-labkit (~> 0.5)
gitlab-license (~> 1.0)
gitlab-markup (~> 1.7.0)
gitlab-net-dns (~> 0.9.1)
gitlab-peek (~> 0.0.1)
gitlab-puma (~> 4.3.1.gitlab.2)
gitlab-puma_worker_killer (~> 0.1.1.gitlab.1)
gitlab-sidekiq-fetcher (= 0.5.2)
gitlab-styles (~> 2.7)
gitlab_chronic_duration (~> 0.10.6.1)
gitlab_chronic_duration (~> 0.10.6.2)
gitlab_omniauth-ldap (~> 2.1.1)
gon (~> 6.2)
google-api-client (~> 0.23)
@ -1219,13 +1223,13 @@ DEPENDENCIES
grpc (~> 1.24.0)
gssapi
guard-rspec
haml_lint (~> 0.31.0)
hamlit (~> 2.8.8)
haml_lint (~> 0.34.0)
hamlit (~> 2.11.0)
hangouts-chat (~> 0.0.5)
hashie-forbidden_attributes
health_check (~> 2.6.0)
hipchat (~> 1.5.0)
html-pipeline (~> 2.8)
html-pipeline (~> 2.12)
html2text
httparty (~> 0.16.4)
icalendar
@ -1243,7 +1247,8 @@ DEPENDENCIES
licensee (~> 8.9)
lograge (~> 0.5)
loofah (~> 2.2)
mail_room (~> 0.9.1)
mail_room (~> 0.10.0)
marginalia (~> 1.8.0)
memory_profiler (~> 0.9)
method_source (~> 0.8)
mimemagic (~> 0.3.2)
@ -1275,13 +1280,12 @@ DEPENDENCIES
omniauth_crowd (~> 2.2.0)
omniauth_openid_connect (~> 0.3.3)
org-ruby (~> 0.9.12)
peek (~> 1.1)
pg (~> 1.1)
premailer-rails (~> 1.10.3)
prometheus-client-mmap (~> 0.9.10)
pry-byebug (~> 3.5.1)
pry-rails (~> 0.3.4)
puma (~> 3.12)
puma_worker_killer
rack (~> 2.0.7)
rack-attack (~> 6.2.0)
rack-cors (~> 1.0.0)
@ -1307,7 +1311,7 @@ DEPENDENCIES
rouge (~> 3.11.0)
rqrcode-rails3 (~> 0.1.7)
rspec-parameterized
rspec-rails (~> 3.8.0)
rspec-rails (~> 4.0.0.beta3)
rspec-retry (~> 0.6.1)
rspec-set (~> 0.1.3)
rspec_junit_formatter
@ -1325,7 +1329,7 @@ DEPENDENCIES
sassc-rails (~> 2.1.0)
scss_lint (~> 0.56.0)
seed-fu (~> 2.3.7)
selenium-webdriver (~> 3.141)
selenium-webdriver (~> 3.142)
sentry-raven (~> 2.9)
settingslogic (~> 2.0.9)
shoulda-matchers (~> 4.0.1)
@ -1339,7 +1343,7 @@ DEPENDENCIES
spring-commands-rspec (~> 1.0.4)
sprockets (~> 3.7.0)
sshkey (~> 2.0)
stackprof (~> 0.2.10)
stackprof (~> 0.2.13)
state_machines-activerecord (~> 0.6.0)
sys-filesystem (~> 1.1.6)
test-prof (~> 0.10.0)

@ -545,10 +545,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pdq3ckmwxnwrdm2x89zfj68h0yhiln35y8wps2nkvam4kpivyr5";
sha256 = "1h16vrqblcdlizgbidk7bgmhcfb96a9y5jw117my5yhs07yp0i3s";
type = "gem";
};
version = "5.5.1";
version = "6.0.2";
};
bundler-audit = {
dependencies = ["thor"];
@ -639,25 +639,14 @@
version = "0.7.6";
};
childprocess = {
dependencies = ["ffi"];
groups = ["default" "development" "test"];
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0a61922kmvcxyj5l70fycapr87gz1dzzlkfpq85rfqk5vdh3d28p";
sha256 = "1ic028k8xgm2dds9mqnvwwx3ibaz32j8455zxr9f4bcnviyahya5";
type = "gem";
};
version = "0.9.0";
};
chronic = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1hrdkn4g8x7dlzxwb1rfgr8kw3bp4ywg5l4y4i9c2g5cwv62yvvn";
type = "gem";
};
version = "0.10.2";
version = "3.0.0";
};
chunky_png = {
groups = ["default"];
@ -741,10 +730,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pmjm87p0hxnknp33cxyvkgbr1swfp9gcznssmalm9z8kwyancb9";
sha256 = "19zd9na1g2d0zzbqhmfj8rjfzcxj34vja3i52gvv859i8fifa461";
type = "gem";
};
version = "0.17.13";
version = "0.20.1";
};
concord = {
dependencies = ["adamantium" "equalizer"];
@ -1385,10 +1374,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06mvxpjply8qh4j3fj9wh08kdzwkbnvsiysh0vrhlk5cwxzjmblh";
sha256 = "10ay35dm0lkcqprsiya6q2kwvyid884102ryipr4vrk790yfp8kd";
type = "gem";
};
version = "1.11.1";
version = "1.11.3";
};
flipper = {
groups = ["default"];
@ -1655,10 +1644,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0b705d2fmdisirf3hydakswdr8jq786wbqn053gvxgssrwcdlrq3";
sha256 = "1bls6aywjkvq1jw324criphzbzl710rx1nab4y22bvyi98qvdi38";
type = "gem";
};
version = "1.70.0";
version = "1.73.0";
};
github-markup = {
groups = ["default"];
@ -1670,6 +1659,17 @@
};
version = "1.7.0";
};
gitlab-chronic = {
dependencies = ["numerizer"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xf857vj55r1jafbkdpdzq6c22r964rj9186m1q8hw4vd7f1h3zq";
type = "gem";
};
version = "0.10.5";
};
gitlab-labkit = {
dependencies = ["actionpack" "activesupport" "grpc" "jaeger-client" "opentracing" "redis"];
groups = ["default"];
@ -1711,16 +1711,27 @@
};
version = "0.9.1";
};
gitlab-peek = {
dependencies = ["railties"];
groups = ["default"];
gitlab-puma = {
dependencies = ["nio4r"];
groups = ["puma"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0r5a1cjhw8dyz1az9rhqh252rvsjhvbs28wnmk0lnqkvyydip4ql";
sha256 = "0a0kihx7ps6hc1a5xbpbssqnh1k0gzfvln7xkjinpqipvk53l094";
type = "gem";
};
version = "0.0.1";
version = "4.3.1.gitlab.2";
};
gitlab-puma_worker_killer = {
dependencies = ["get_process_mem" "gitlab-puma"];
groups = ["puma"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0iagbqh4djbxfd18srvfg9qcxn845ibs3kf0q1sd57k27lxj0har";
type = "gem";
};
version = "0.1.1.gitlab.1";
};
gitlab-sidekiq-fetcher = {
dependencies = ["sidekiq"];
@ -1750,10 +1761,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rajna3aijqj8ap55xggawyh2xzh1vkrmzkjh3ja5x05qsf9csgs";
sha256 = "1yq5a4vs96xz5yxqkfwcvzw0riww7mf87j1s2s7rb6yagpz4rnkd";
type = "gem";
};
version = "0.10.6.1";
version = "0.10.6.2";
};
gitlab_omniauth-ldap = {
dependencies = ["net-ldap" "omniauth" "pyu-ruby-sasl" "rubyntlm"];
@ -1978,21 +1989,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1q0a9fvqh8kn6wm97fcks6qzbjd400bv8bx748w8v87m7p4klhac";
sha256 = "0dwarfbc04bblljs4xg9fy57b5y8xrck6slhssa6bd7x58bh222c";
type = "gem";
};
version = "5.0.4";
version = "5.1.2";
};
haml_lint = {
dependencies = ["haml" "rainbow" "rake" "rubocop" "sysexits"];
dependencies = ["haml" "rainbow" "rubocop" "sysexits"];
groups = ["development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1k6pvb2lc6d72nq01jqmi3mxpp80m9mmbc265kgaxmcnjxqhacb1";
sha256 = "1iaaa5as4nlblnbvy6pxj8z9k3jqspbh4f43il519f28lgi0llsn";
type = "gem";
};
version = "0.31.0";
version = "0.34.0";
};
hamlit = {
dependencies = ["temple" "thor" "tilt"];
@ -2000,10 +2011,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hk338vkzmwszxdh0q02iw88rbr3bj3fd7fzn4psm8wy80zcgl9i";
sha256 = "13wkrvyldk21xlc9illam495fpgf7w7bksaj8y6n00y036wmbg60";
type = "gem";
};
version = "2.8.8";
version = "2.11.0";
};
hangouts-chat = {
groups = ["default"];
@ -2084,10 +2095,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1mpj5y13jk1arqkhdk66n49kyglmci980c1l6np7pqgyjllb68ad";
sha256 = "19hc7njr029pzqljpfhzhdi0p2rgn8ihn3bdnai2apy6nj1g1sg2";
type = "gem";
};
version = "2.8.4";
version = "2.12.2";
};
html2text = {
dependencies = ["nokogiri"];
@ -2561,10 +2572,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "16b8yjd1if665mwaindwys06nkkcs0jw3dcsqvn6qbp6alfigqaa";
sha256 = "0q06fkv6wka68gbva17jknm57jnjwk57f9ng1lvyvwki2v4jnkz4";
type = "gem";
};
version = "0.9.1";
version = "0.10.0";
};
marcel = {
dependencies = ["mimemagic"];
@ -2577,6 +2588,17 @@
};
version = "0.3.3";
};
marginalia = {
dependencies = ["actionpack" "activerecord"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1akbiibmg64liw8ya6xzf9lavh2n2707hxsnf9sfslsk36iwx0yn";
type = "gem";
};
version = "1.8.0";
};
memoist = {
groups = ["default"];
platforms = [];
@ -2835,14 +2857,14 @@
version = "0.11.0";
};
nio4r = {
groups = ["default" "development" "test"];
groups = ["default" "puma" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1a41ca1kpdmrypjp9xbgvckpy8g26zxphkja9vk7j5wl4n8yvlyr";
sha256 = "0gnmvbryr521r135yz5bv8354m7xn6miiapfgpg1bnwsvxz8xj6c";
type = "gem";
};
version = "2.3.1";
version = "2.5.2";
};
no_proxy_fix = {
groups = ["default" "development"];
@ -2892,10 +2914,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0vrk9jbv4p4dcz0wzr72wrf5kajblhc5l9qf7adbcwi4qvz9xv0h";
sha256 = "0ysxf30qcybh131r98frp38sqqkdhcjwpnajgrxl2w2kxvapd075";
type = "gem";
};
version = "0.1.1";
version = "0.2.0";
};
oauth = {
groups = ["default"];
@ -3263,6 +3285,17 @@
};
version = "1.8.2";
};
peek = {
dependencies = ["railties"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1k1yggixrcj72jlc98hi3jjd04x71dpynn8dxpcdhinyijniwl6n";
type = "gem";
};
version = "1.1.0";
};
pg = {
groups = ["default" "development" "test"];
platforms = [];
@ -3388,27 +3421,6 @@
};
version = "3.1.1";
};
puma = {
groups = ["puma"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1k7dqxnq0dnf5rxkgs9rknclkn3ah7lsdrk6nrqxla8qzy31wliq";
type = "gem";
};
version = "3.12.0";
};
puma_worker_killer = {
dependencies = ["get_process_mem" "puma"];
groups = ["puma"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1m08qi8mxpp20zqqjj9yzcrx0sn29n5fn5avlf1lnl0n7qa9c03i";
type = "gem";
};
version = "0.1.0";
};
pyu-ruby-sasl = {
groups = ["default"];
platforms = [];
@ -3981,10 +3993,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pf6n9l4sw1arlax1bdbm1znsvl8cgna2n6k6yk1bi8vz2n73ls1";
sha256 = "164dni69b9imgv33rxzsy3272ni10xny0f4dbx6k90zr1cgzmj5s";
type = "gem";
};
version = "3.8.2";
version = "4.0.0.beta3";
};
rspec-retry = {
dependencies = ["rspec-core"];
@ -4192,10 +4204,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "03w3k7j27kgzpcc3halkd3w0b677sny2lfwm2lwn2n1ac20dzjc6";
sha256 = "0rdidxgpk1b6y1jq9v77lcx5khq0s9q0s253lr8x57d3hk43iskx";
type = "gem";
};
version = "0.28.3.1";
version = "0.28.4.1";
};
safe_yaml = {
groups = ["default" "test"];
@ -4297,14 +4309,14 @@
};
selenium-webdriver = {
dependencies = ["childprocess" "rubyzip"];
groups = ["development" "test"];
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "114hv2ajmh6d186v2w887yqakqcxyxq367l0iakrrpvwviknrhfs";
sha256 = "11abil34dr8p1kw7hlaqd6kr430v4srmhzf72zzqvhcimlfvm4yb";
type = "gem";
};
version = "3.141.0";
version = "3.142.6";
};
sentry-raven = {
dependencies = ["faraday"];
@ -4522,10 +4534,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1c88j2d6ipjw5s3hgdgfww37gysgrkicawagj33hv3knijjc9ski";
sha256 = "1wck8lqmlndaic2c8z678ylxkkyqlip9ikms9x6lplk298rrdybl";
type = "gem";
};
version = "0.2.10";
version = "0.2.13";
};
state_machines = {
groups = ["default"];
@ -4596,10 +4608,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "158d7ygbwcifqnvrph219p7m78yjdjazhykv5darbkms7bxm5y09";
sha256 = "060zzj7c2kicdfk6cpnn40n9yjnhfrr13d0rsbdhdij68chp2861";
type = "gem";
};
version = "0.8.1";
version = "0.8.2";
};
terminal-table = {
dependencies = ["unicode-display_width"];
@ -4644,14 +4656,14 @@
version = "1.7.2";
};
thor = {
groups = ["default" "development" "test"];
groups = ["default" "development" "omnibus" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "01n5dv9kql60m6a00zc0r66jvaxx98qhdny3klyj0p3w34pad2ns";
sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
type = "gem";
};
version = "0.19.4";
version = "0.20.3";
};
thread_safe = {
groups = ["default" "development" "test"];
@ -4678,10 +4690,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ca4k0clwf0rkvy7726x4nxpjxkpv67w043i39saxgldxd97zmwz";
sha256 = "0rn8z8hda4h41a64l0zhkiwz2vxw9b1nb70gl37h1dg2k874yrlv";
type = "gem";
};
version = "2.0.9";
version = "2.0.10";
};
timecop = {
groups = ["development" "test"];
@ -4846,10 +4858,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1jha0l7x602g5rvah960xl9r0f3q25gslj39i0x1vai8i5z6zr1l";
sha256 = "0vm4aix8jmv42s1x58m3lj3xwkbxyn9qn6lzhhig0d1j8fv6j30c";
type = "gem";
};
version = "1.10.0";
version = "1.13.0";
};
unleash = {
dependencies = ["murmurhash3"];

@ -257,6 +257,14 @@
sha1 = "135d81edb68a081e55e56ec48541ece8065c38f5";
};
}
{
name = "_babel_plugin_proposal_optional_chaining___plugin_proposal_optional_chaining_7.7.5.tgz";
path = fetchurl {
name = "_babel_plugin_proposal_optional_chaining___plugin_proposal_optional_chaining_7.7.5.tgz";
url = "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.7.5.tgz";
sha1 = "f0835f044cef85b31071a924010a2a390add11d4";
};
}
{
name = "_babel_plugin_proposal_private_methods___plugin_proposal_private_methods_7.6.0.tgz";
path = fetchurl {
@ -321,6 +329,14 @@
sha1 = "a94013d6eda8908dfe6a477e7f9eda85656ecf5c";
};
}
{
name = "_babel_plugin_syntax_optional_chaining___plugin_syntax_optional_chaining_7.7.4.tgz";
path = fetchurl {
name = "_babel_plugin_syntax_optional_chaining___plugin_syntax_optional_chaining_7.7.4.tgz";
url = "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.7.4.tgz";
sha1 = "c91fdde6de85d2eb8906daea7b21944c3610c901";
};
}
{
name = "_babel_plugin_transform_arrow_functions___plugin_transform_arrow_functions_7.2.0.tgz";
path = fetchurl {
@ -626,11 +642,11 @@
};
}
{
name = "_gitlab_eslint_config___eslint_config_1.6.0.tgz";
name = "_gitlab_eslint_config___eslint_config_2.0.0.tgz";
path = fetchurl {
name = "_gitlab_eslint_config___eslint_config_1.6.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/eslint-config/-/eslint-config-1.6.0.tgz";
sha1 = "1fd247d6ab477d53d4c330e05f007e3afa303689";
name = "_gitlab_eslint_config___eslint_config_2.0.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/eslint-config/-/eslint-config-2.0.0.tgz";
sha1 = "e30dbf2b170a7a4ca003a321de9f4170a2512510";
};
}
{
@ -650,35 +666,35 @@
};
}
{
name = "_gitlab_svgs___svgs_1.82.0.tgz";
name = "_gitlab_svgs___svgs_1.88.0.tgz";
path = fetchurl {
name = "_gitlab_svgs___svgs_1.82.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.82.0.tgz";
sha1 = "c059c460afc13ebfe9df370521ca8963fa5afb80";
name = "_gitlab_svgs___svgs_1.88.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.88.0.tgz";
sha1 = "0a9b72e9591264fcac592ebf9944665c70f48de2";
};
}
{
name = "_gitlab_ui___ui_7.11.0.tgz";
name = "_gitlab_ui___ui_8.8.0.tgz";
path = fetchurl {
name = "_gitlab_ui___ui_7.11.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/ui/-/ui-7.11.0.tgz";
sha1 = "b5c981f3b1edbf0ad75bcca8fa1cd81017676b3b";
name = "_gitlab_ui___ui_8.8.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/ui/-/ui-8.8.0.tgz";
sha1 = "c22b4dece89d224c525b3510970f3c61321a6765";
};
}
{
name = "_gitlab_visual_review_tools___visual_review_tools_1.2.0.tgz";
name = "_gitlab_visual_review_tools___visual_review_tools_1.5.1.tgz";
path = fetchurl {
name = "_gitlab_visual_review_tools___visual_review_tools_1.2.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/visual-review-tools/-/visual-review-tools-1.2.0.tgz";
sha1 = "8d6757917193c1023012bb4a316dc1a97309a27a";
name = "_gitlab_visual_review_tools___visual_review_tools_1.5.1.tgz";
url = "https://registry.yarnpkg.com/@gitlab/visual-review-tools/-/visual-review-tools-1.5.1.tgz";
sha1 = "2552927cd7a376f1f06ef3293a69fe2ffcdddb52";
};
}
{
name = "_gitlab_vue_toasted___vue_toasted_1.2.1.tgz";
name = "_gitlab_vue_toasted___vue_toasted_1.3.0.tgz";
path = fetchurl {
name = "_gitlab_vue_toasted___vue_toasted_1.2.1.tgz";
url = "https://registry.yarnpkg.com/@gitlab/vue-toasted/-/vue-toasted-1.2.1.tgz";
sha1 = "f407b5aa710863e5b7f021f4a1f66160331ab263";
name = "_gitlab_vue_toasted___vue_toasted_1.3.0.tgz";
url = "https://registry.yarnpkg.com/@gitlab/vue-toasted/-/vue-toasted-1.3.0.tgz";
sha1 = "f21550d4ce406ee5f99447a02abf36250ecc922d";
};
}
{
@ -786,59 +802,59 @@
};
}
{
name = "_sentry_browser___browser_5.7.1.tgz";
name = "_sentry_browser___browser_5.10.2.tgz";
path = fetchurl {
name = "_sentry_browser___browser_5.7.1.tgz";
url = "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.7.1.tgz";
sha1 = "1f8435e2a325d7a09f830065ebce40a2b3c708a4";
name = "_sentry_browser___browser_5.10.2.tgz";
url = "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.10.2.tgz";
sha1 = "0bbb05505c58ea998c833cffec3f922fe4b4fa58";
};
}
{
name = "_sentry_core___core_5.7.1.tgz";
name = "_sentry_core___core_5.10.2.tgz";
path = fetchurl {
name = "_sentry_core___core_5.7.1.tgz";
url = "https://registry.yarnpkg.com/@sentry/core/-/core-5.7.1.tgz";
sha1 = "3eb2b7662cac68245931ee939ec809bf7a639d0e";
name = "_sentry_core___core_5.10.2.tgz";
url = "https://registry.yarnpkg.com/@sentry/core/-/core-5.10.2.tgz";
sha1 = "1cb64489e6f8363c3249415b49d3f1289814825f";
};
}
{
name = "_sentry_hub___hub_5.7.1.tgz";
name = "_sentry_hub___hub_5.10.2.tgz";
path = fetchurl {
name = "_sentry_hub___hub_5.7.1.tgz";
url = "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.7.1.tgz";
sha1 = "a52acd9fead7f3779d96e9965c6978aecc8b9cad";
name = "_sentry_hub___hub_5.10.2.tgz";
url = "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.10.2.tgz";
sha1 = "25d9f36b8f7c5cb65cf486737fa61dc9bf69b7e3";
};
}
{
name = "_sentry_minimal___minimal_5.7.1.tgz";
name = "_sentry_minimal___minimal_5.10.2.tgz";
path = fetchurl {
name = "_sentry_minimal___minimal_5.7.1.tgz";
url = "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.7.1.tgz";
sha1 = "56afc537737586929e25349765e37a367958c1e1";
name = "_sentry_minimal___minimal_5.10.2.tgz";
url = "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.10.2.tgz";
sha1 = "267c2f3aa6877a0fe7a86971942e83f3ee616580";
};
}
{
name = "_sentry_types___types_5.7.1.tgz";
name = "_sentry_types___types_5.10.0.tgz";
path = fetchurl {
name = "_sentry_types___types_5.7.1.tgz";
url = "https://registry.yarnpkg.com/@sentry/types/-/types-5.7.1.tgz";
sha1 = "4c4c1d4d891b6b8c2c3c7b367d306a8b1350f090";
name = "_sentry_types___types_5.10.0.tgz";
url = "https://registry.yarnpkg.com/@sentry/types/-/types-5.10.0.tgz";
sha1 = "4f0ba31b6e4d5371112c38279f11f66c73b43746";
};
}
{
name = "_sentry_utils___utils_5.7.1.tgz";
name = "_sentry_utils___utils_5.10.2.tgz";
path = fetchurl {
name = "_sentry_utils___utils_5.7.1.tgz";
url = "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.7.1.tgz";
sha1 = "cf37ad55f78e317665cd8680f202d307fa77f1d0";
name = "_sentry_utils___utils_5.10.2.tgz";
url = "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.10.2.tgz";
sha1 = "261f575079d30aaf604e59f5f4de0aa21db22252";
};
}
{
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.13.tgz";
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.14.tgz";
path = fetchurl {
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.13.tgz";
url = "https://registry.yarnpkg.com/@sourcegraph/code-host-integration/-/code-host-integration-0.0.13.tgz";
sha1 = "4fd5fe1e0088c63b2a26be231c5a2a4ca79b1596";
name = "_sourcegraph_code_host_integration___code_host_integration_0.0.14.tgz";
url = "https://registry.yarnpkg.com/@sourcegraph/code-host-integration/-/code-host-integration-0.0.14.tgz";
sha1 = "e12b08371dc37bf4a468450b008c6e167705e1a8";
};
}
{
@ -921,14 +937,6 @@
sha1 = "7a8cbf6a406f36c8add871625b278eaf0b0d255a";
};
}
{
name = "_types_jquery___jquery_2.0.48.tgz";
path = fetchurl {
name = "_types_jquery___jquery_2.0.48.tgz";
url = "https://registry.yarnpkg.com/@types/jquery/-/jquery-2.0.48.tgz";
sha1 = "3e90d8cde2d29015e5583017f7830cb3975b2eef";
};
}
{
name = "_types_minimatch___minimatch_3.0.3.tgz";
path = fetchurl {
@ -1601,6 +1609,14 @@
sha1 = "426bb9da84090c1838d812c8150af20a8331e296";
};
}
{
name = "array_includes___array_includes_3.0.3.tgz";
path = fetchurl {
name = "array_includes___array_includes_3.0.3.tgz";
url = "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz";
sha1 = "184b48f62d92d7452bb31b323165c7f8bd02266d";
};
}
{
name = "array_union___array_union_1.0.2.tgz";
path = fetchurl {
@ -4322,19 +4338,19 @@
};
}
{
name = "es_abstract___es_abstract_1.13.0.tgz";
name = "es_abstract___es_abstract_1.16.2.tgz";
path = fetchurl {
name = "es_abstract___es_abstract_1.13.0.tgz";
url = "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz";
sha1 = "ac86145fdd5099d8dd49558ccba2eaf9b88e24e9";
name = "es_abstract___es_abstract_1.16.2.tgz";
url = "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.2.tgz";
sha1 = "4e874331645e9925edef141e74fc4bd144669d34";
};
}
{
name = "es_to_primitive___es_to_primitive_1.2.0.tgz";
name = "es_to_primitive___es_to_primitive_1.2.1.tgz";
path = fetchurl {
name = "es_to_primitive___es_to_primitive_1.2.0.tgz";
url = "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz";
sha1 = "edf72478033456e8dda8ef09e00ad9650707f377";
name = "es_to_primitive___es_to_primitive_1.2.1.tgz";
url = "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz";
sha1 = "e55cd4c9cdc188bcefb03b366c736323fc5c898a";
};
}
{
@ -4418,11 +4434,11 @@
};
}
{
name = "eslint_module_utils___eslint_module_utils_2.3.0.tgz";
name = "eslint_module_utils___eslint_module_utils_2.4.1.tgz";
path = fetchurl {
name = "eslint_module_utils___eslint_module_utils_2.3.0.tgz";
url = "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz";
sha1 = "546178dab5e046c8b562bbb50705e2456d7bda49";
name = "eslint_module_utils___eslint_module_utils_2.4.1.tgz";
url = "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz";
sha1 = "7b4675875bf96b0dbf1b21977456e5bb1f5e018c";
};
}
{
@ -4434,11 +4450,11 @@
};
}
{
name = "eslint_plugin_import___eslint_plugin_import_2.16.0.tgz";
name = "eslint_plugin_import___eslint_plugin_import_2.18.2.tgz";
path = fetchurl {
name = "eslint_plugin_import___eslint_plugin_import_2.16.0.tgz";
url = "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz";
sha1 = "97ac3e75d0791c4fac0e15ef388510217be7f66f";
name = "eslint_plugin_import___eslint_plugin_import_2.18.2.tgz";
url = "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz";
sha1 = "02f1180b90b077b33d447a17a2326ceb400aceb6";
};
}
{
@ -4458,11 +4474,11 @@
};
}
{
name = "eslint_plugin_no_jquery___eslint_plugin_no_jquery_2.1.0.tgz";
name = "eslint_plugin_no_jquery___eslint_plugin_no_jquery_2.3.0.tgz";
path = fetchurl {
name = "eslint_plugin_no_jquery___eslint_plugin_no_jquery_2.1.0.tgz";
url = "https://registry.yarnpkg.com/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-2.1.0.tgz";
sha1 = "d03b74224c5cfbc7fc0bdd12ce4eb400d09e0c0b";
name = "eslint_plugin_no_jquery___eslint_plugin_no_jquery_2.3.0.tgz";
url = "https://registry.yarnpkg.com/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-2.3.0.tgz";
sha1 = "fccdad84afa61baa4c0527dd6249cdcbfa0f74a8";
};
}
{
@ -5602,11 +5618,11 @@
};
}
{
name = "has_symbols___has_symbols_1.0.0.tgz";
name = "has_symbols___has_symbols_1.0.1.tgz";
path = fetchurl {
name = "has_symbols___has_symbols_1.0.0.tgz";
url = "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz";
sha1 = "ba1a8f1af2a0fc39650f5c850367704122063b44";
name = "has_symbols___has_symbols_1.0.1.tgz";
url = "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz";
sha1 = "9f5214758a44196c406d9bd76cebf81ec2dd31e8";
};
}
{
@ -8617,6 +8633,14 @@
sha1 = "7e7d858b781bd7c991a41ba975ed3812754e998c";
};
}
{
name = "object_inspect___object_inspect_1.7.0.tgz";
path = fetchurl {
name = "object_inspect___object_inspect_1.7.0.tgz";
url = "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz";
sha1 = "f4f6bd181ad77f006b5ece60bd0b6f398ff74a67";
};
}
{
name = "object_keys___object_keys_1.1.1.tgz";
path = fetchurl {
@ -8665,6 +8689,14 @@
sha1 = "87a10ac4c1694bd2e1cbf53591a66141fb5dd747";
};
}
{
name = "object.values___object.values_1.1.0.tgz";
path = fetchurl {
name = "object.values___object.values_1.1.0.tgz";
url = "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz";
sha1 = "bf6810ef5da3e5325790eaaa2be213ea84624da9";
};
}
{
name = "obuf___obuf_1.1.2.tgz";
path = fetchurl {
@ -10402,11 +10434,11 @@
};
}
{
name = "resolve___resolve_1.11.1.tgz";
name = "resolve___resolve_1.12.0.tgz";
path = fetchurl {
name = "resolve___resolve_1.11.1.tgz";
url = "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz";
sha1 = "ea10d8110376982fef578df8fc30b9ac30a07a3e";
name = "resolve___resolve_1.12.0.tgz";
url = "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz";
sha1 = "3fc644a35c84a48554609ff26ec52b66fa577df6";
};
}
{
@ -11265,6 +11297,22 @@
sha1 = "ba846d1daa97c3c596155308063e075ed1c99aff";
};
}
{
name = "string.prototype.trimleft___string.prototype.trimleft_2.1.0.tgz";
path = fetchurl {
name = "string.prototype.trimleft___string.prototype.trimleft_2.1.0.tgz";
url = "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz";
sha1 = "6cc47f0d7eb8d62b0f3701611715a3954591d634";
};
}
{
name = "string.prototype.trimright___string.prototype.trimright_2.1.0.tgz";
path = fetchurl {
name = "string.prototype.trimright___string.prototype.trimright_2.1.0.tgz";
url = "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz";
sha1 = "669d164be9df9b6f7559fa8e89945b168a5a6c58";
};
}
{
name = "string_decoder___string_decoder_1.1.1.tgz";
path = fetchurl {
@ -11457,6 +11505,14 @@
sha1 = "5bd9f6defc133859a044646d4743fabc28db7e2d";
};
}
{
name = "swagger_ui_dist___swagger_ui_dist_3.24.3.tgz";
path = fetchurl {
name = "swagger_ui_dist___swagger_ui_dist_3.24.3.tgz";
url = "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.24.3.tgz";
sha1 = "99754d11b0ddd314a1a50db850acb415e4b0a0c6";
};
}
{
name = "symbol_observable___symbol_observable_1.2.0.tgz";
path = fetchurl {
@ -11634,11 +11690,11 @@
};
}
{
name = "timeago.js___timeago.js_3.0.2.tgz";
name = "timeago.js___timeago.js_4.0.1.tgz";
path = fetchurl {
name = "timeago.js___timeago.js_3.0.2.tgz";
url = "https://registry.yarnpkg.com/timeago.js/-/timeago.js-3.0.2.tgz";
sha1 = "32a67e7c0d887ea42ca588d3aae26f77de5e76cc";
name = "timeago.js___timeago.js_4.0.1.tgz";
url = "https://registry.yarnpkg.com/timeago.js/-/timeago.js-4.0.1.tgz";
sha1 = "4be4aa19565ceaeb0da31fe14e01ce6ca4742da6";
};
}
{