diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index bcbea3529cb..e0c9d2bdf18 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -1242,6 +1242,12 @@ githubId = 32319131; name = "Brett L"; }; + buckley310 = { + email = "sean.bck@gmail.com"; + github = "buckley310"; + githubId = 2379774; + name = "Sean Buckley"; + }; buffet = { email = "niclas@countingsort.com"; github = "buffet"; @@ -4251,7 +4257,7 @@ name = "Julien Dehos"; }; julm = { - email = "julm+nixpkgs@sourcephile.fr"; + email = "julm+nix@sourcephile.fr"; github = "ju1m"; githubId = 21160136; name = "Julien Moutinho"; @@ -6567,6 +6573,12 @@ githubId = 8641; name = "Pierre Carrier"; }; + penguwin = { + email = "penguwin@penguwin.eu"; + github = "penguwin"; + githubId = 13225611; + name = "Nicolas Martin"; + }; periklis = { email = "theopompos@gmail.com"; github = "periklis"; @@ -9744,4 +9756,10 @@ fingerprint = "8597 4506 EC69 5392 0443 0805 9D98 CDAC FF04 FD78"; }]; }; + hloeffler = { + name = "Hauke Löffler"; + email = "nix@hauke-loeffler.de"; + github = "hloeffler"; + githubId = 6627191; + }; } diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml index d6e5826fda1..8135bb562c8 100644 --- a/nixos/doc/manual/release-notes/rl-2009.xml +++ b/nixos/doc/manual/release-notes/rl-2009.xml @@ -226,7 +226,29 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION; testing-python.nix respectively. - + + + The Mediatomb service declares new options. It also adapts existing + options to make the configuration generation lazy. The existing option + customCfg (defaults to false), when enabled, stops + the service configuration generation completely. It then expects the + users to provide their own correct configuration at the right location + (whereas the configuration was generated and not used at all before). + The new option transcodingOption (defaults to no) + allows a generated configuration. It makes the mediatomb service pulls + the necessary runtime dependencies in the nix store (whereas it was + generated with hardcoded values before). The new option + mediaDirectories allows the users to declare autoscan + media directories from their nixos configuration: + + services.mediatomb.mediaDirectories = [ + { path = "/var/lib/mediatomb/pictures"; recursive = false; hidden-files = false; } + { path = "/var/lib/mediatomb/audio"; recursive = true; hidden-files = false; } + ]; + + + +
+ + + The mediatomb service is now using the new and maintained gerbera + gerbera fork instead of the unmaintained + mediatomb package. If you want to keep the old + behavior, you must declare it with: + + services.mediatomb.package = pkgs.mediatomb; + + One new option openFirewall has been introduced which + defaults to false. If you relied on the service declaration to add the + firewall rules itself before, you should now declare it with: + + services.mediatomb.openFirewall = true; + + +
@@ -1009,24 +1048,6 @@ services.transmission.settings.rpc-bind-address = "0.0.0.0"; to get the previous behavior of listening on all network interfaces. - - - The security.apparmor module, - for the AppArmor - Mandatory Access Control system, - has been substantialy improved along with related tools, - so that module maintainers can now more easily write AppArmor profiles for NixOS. - The most notable change on the user-side is the new option , - replacing the previous profiles option - to provide a way to disable a profile - and to select whether to confine in enforce mode (default) - or in complain mode (see journalctl -b --grep apparmor). - Before enabling this module, either directly - or by importing <nixpkgs/nixos/modules/profiles/hardened.nix>, - please be sure to read the documentation of security.apparmor.enable, - and especially the part about . - - With this release systemd-networkd (when enabled through ) diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml index fb236fa96b3..8ce6219625c 100644 --- a/nixos/doc/manual/release-notes/rl-2103.xml +++ b/nixos/doc/manual/release-notes/rl-2103.xml @@ -94,7 +94,16 @@ - + + The default-version of nextcloud is nextcloud20. + Please note that it's not possible to upgrade nextcloud + across multiple major versions! This means that it's e.g. not possible to upgrade + from nextcloud18 to nextcloud20 in a single deploy. + + + The package can be manually upgraded by setting + to nextcloud20. + diff --git a/nixos/modules/config/fonts/fontconfig.nix b/nixos/modules/config/fonts/fontconfig.nix index 97607134bb1..5b681ca5946 100644 --- a/nixos/modules/config/fonts/fontconfig.nix +++ b/nixos/modules/config/fonts/fontconfig.nix @@ -448,40 +448,6 @@ in (mkIf cfg.enable { environment.systemPackages = [ pkgs.fontconfig ]; environment.etc.fonts.source = "${fontconfigEtc}/etc/fonts/"; - security.apparmor.includes."abstractions/fonts" = '' - # fonts.conf - r ${pkg.out}/etc/fonts/fonts.conf, - - # fontconfig default config files - r ${pkg.out}/etc/fonts/conf.d/*.conf, - - # 00-nixos-cache.conf - r ${cacheConf}, - - # 10-nixos-rendering.conf - r ${renderConf}, - - # 50-user.conf - ${optionalString cfg.includeUserConf '' - r ${pkg.out}/etc/fonts/conf.d.bak/50-user.conf, - ''} - - # local.conf (indirect priority 51) - ${optionalString (cfg.localConf != "") '' - r ${localConf}, - ''} - - # 52-nixos-default-fonts.conf - r ${defaultFontsConf}, - - # 53-no-bitmaps.conf - r ${rejectBitmaps}, - - ${optionalString (!cfg.allowType1) '' - # 53-nixos-reject-type1.conf - r ${rejectType1}, - ''} - ''; }) (mkIf cfg.enable { fonts.fontconfig.confPackages = [ confPkg ]; diff --git a/nixos/modules/config/malloc.nix b/nixos/modules/config/malloc.nix index 5c5752ef515..31a659ee83f 100644 --- a/nixos/modules/config/malloc.nix +++ b/nixos/modules/config/malloc.nix @@ -87,12 +87,5 @@ in environment.etc."ld-nix.so.preload".text = '' ${providerLibPath} ''; - security.apparmor.includes = { - "abstractions/base" = '' - r /etc/ld-nix.so.preload, - r ${config.environment.etc."ld-nix.so.preload".source}, - mr ${providerLibPath}, - ''; - }; }; } diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 76263a32138..39f28773eab 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -186,6 +186,7 @@ ./rename.nix ./security/acme.nix ./security/apparmor.nix + ./security/apparmor-suid.nix ./security/audit.nix ./security/auditd.nix ./security/ca.nix @@ -331,6 +332,7 @@ ./services/desktops/tumbler.nix ./services/desktops/zeitgeist.nix ./services/development/bloop.nix + ./services/development/blackfire.nix ./services/development/hoogle.nix ./services/development/jupyter/default.nix ./services/development/jupyterhub/default.nix diff --git a/nixos/modules/security/acme.nix b/nixos/modules/security/acme.nix index 8e67d4ff871..31fbc361474 100644 --- a/nixos/modules/security/acme.nix +++ b/nixos/modules/security/acme.nix @@ -110,6 +110,7 @@ let protocolOpts = if useDns then ( [ "--dns" data.dnsProvider ] ++ optionals (!data.dnsPropagationCheck) [ "--dns.disable-cp" ] + ++ optionals (data.dnsResolver != null) [ "--dns.resolvers" data.dnsResolver ] ) else ( [ "--http" "--http.webroot" data.webroot ] ); @@ -207,7 +208,7 @@ let renewService = { description = "Renew ACME certificate for ${cert}"; - after = [ "network.target" "network-online.target" "acme-fixperms.service" ] ++ selfsignedDeps; + after = [ "network.target" "network-online.target" "acme-fixperms.service" "nss-lookup.target" ] ++ selfsignedDeps; wants = [ "network-online.target" "acme-fixperms.service" ] ++ selfsignedDeps; # https://github.com/NixOS/nixpkgs/pull/81371#issuecomment-605526099 @@ -403,6 +404,17 @@ let ''; }; + dnsResolver = mkOption { + type = types.nullOr types.str; + default = null; + example = "1.1.1.1:53"; + description = '' + Set the resolver to use for performing recursive DNS queries. Supported: + host:port. The default is to use the system resolvers, or Google's DNS + resolvers if the system's cannot be determined. + ''; + }; + credentialsFile = mkOption { type = types.path; description = '' diff --git a/nixos/modules/security/apparmor-suid.nix b/nixos/modules/security/apparmor-suid.nix new file mode 100644 index 00000000000..6c479e070e2 --- /dev/null +++ b/nixos/modules/security/apparmor-suid.nix @@ -0,0 +1,49 @@ +{ config, lib, pkgs, ... }: +let + cfg = config.security.apparmor; +in +with lib; +{ + imports = [ + (mkRenamedOptionModule [ "security" "virtualization" "flushL1DataCache" ] [ "security" "virtualisation" "flushL1DataCache" ]) + ]; + + options.security.apparmor.confineSUIDApplications = mkOption { + type = types.bool; + default = true; + description = '' + Install AppArmor profiles for commonly-used SUID application + to mitigate potential privilege escalation attacks due to bugs + in such applications. + + Currently available profiles: ping + ''; + }; + + config = mkIf (cfg.confineSUIDApplications) { + security.apparmor.profiles = [ (pkgs.writeText "ping" '' + #include + /run/wrappers/bin/ping { + #include + #include + #include + + capability net_raw, + capability setuid, + network inet raw, + + ${pkgs.stdenv.cc.libc.out}/lib/*.so mr, + ${pkgs.libcap.lib}/lib/libcap.so* mr, + ${pkgs.attr.out}/lib/libattr.so* mr, + + ${pkgs.iputils}/bin/ping mixr, + + #/etc/modules.conf r, + + ## Site-specific additions and overrides. See local/README for details. + ##include + } + '') ]; + }; + +} diff --git a/nixos/modules/security/apparmor.nix b/nixos/modules/security/apparmor.nix index 3bf1e0fefc3..cfc65b347bc 100644 --- a/nixos/modules/security/apparmor.nix +++ b/nixos/modules/security/apparmor.nix @@ -1,198 +1,59 @@ { config, lib, pkgs, ... }: let - inherit (builtins) attrNames head map match readFile; - inherit (lib) types; - inherit (config.environment) etc; + inherit (lib) mkIf mkOption types concatMapStrings; cfg = config.security.apparmor; - mkDisableOption = name: lib.mkEnableOption name // { - default = true; - example = false; - }; - enabledPolicies = lib.filterAttrs (n: p: p.enable) cfg.policies; in { - imports = [ - (lib.mkRenamedOptionModule [ "security" "virtualization" "flushL1DataCache" ] [ "security" "virtualisation" "flushL1DataCache" ]) - (lib.mkRemovedOptionModule [ "security" "apparmor" "confineSUIDApplications" ] "Please use the new options: `security.apparmor.policies..enable'.") - (lib.mkRemovedOptionModule [ "security" "apparmor" "profiles" ] "Please use the new option: `security.apparmor.policies'.") - apparmor/includes.nix - apparmor/profiles.nix - ]; + options = { + security.apparmor = { + enable = mkOption { + type = types.bool; + default = false; + description = "Enable the AppArmor Mandatory Access Control system."; + }; + profiles = mkOption { + type = types.listOf types.path; + default = []; + description = "List of files containing AppArmor profiles."; + }; + packages = mkOption { + type = types.listOf types.package; + default = []; + description = "List of packages to be added to apparmor's include path"; + }; + }; + }; - options = { - security.apparmor = { - enable = lib.mkEnableOption ''the AppArmor Mandatory Access Control system. + config = mkIf cfg.enable { + environment.systemPackages = [ pkgs.apparmor-utils ]; - If you're enabling this module on a running system, - note that a reboot will be required to activate AppArmor in the kernel. + boot.kernelParams = [ "apparmor=1" "security=apparmor" ]; - Also, beware that enabling this module will by default - try to kill unconfined but confinable running processes, - in order to obtain a confinement matching what is declared in the NixOS configuration. - This will happen when upgrading to a NixOS revision - introducing an AppArmor profile for the executable of a running process. - This is because enabling an AppArmor profile for an executable - can only confine new or already confined processes of that executable, - but leaves already running processes unconfined. - Set killUnconfinedConfinables - to false if you prefer to leave those processes running''; - policies = lib.mkOption { - description = '' - AppArmor policies. - ''; - type = types.attrsOf (types.submodule ({ name, config, ... }: { - options = { - enable = mkDisableOption "loading of the profile into the kernel"; - enforce = mkDisableOption "enforcing of the policy or only complain in the logs"; - profile = lib.mkOption { - description = "The policy of the profile."; - type = types.lines; - apply = pkgs.writeText name; - }; - }; - })); - default = {}; - }; - includes = lib.mkOption { - type = types.attrsOf types.lines; - default = {}; - description = '' - List of paths to be added to AppArmor's searched paths - when resolving include directives. - ''; - apply = lib.mapAttrs pkgs.writeText; - }; - packages = lib.mkOption { - type = types.listOf types.package; - default = []; - description = "List of packages to be added to AppArmor's include path"; - }; - enableCache = lib.mkEnableOption ''caching of AppArmor policies - in /var/cache/apparmor/. - - Beware that AppArmor policies almost always contain Nix store paths, - and thus produce at each change of these paths - a new cached version accumulating in the cache''; - killUnconfinedConfinables = mkDisableOption ''killing of processes - which have an AppArmor profile enabled - (in policies) - but are not confined (because AppArmor can only confine new processes). - Beware that due to a current limitation of AppArmor, - only profiles with exact paths (and no name) can enable such kills''; - }; - }; - - config = lib.mkIf cfg.enable { - assertions = map (policy: - { assertion = match ".*/.*" policy == null; - message = "`security.apparmor.policies.\"${policy}\"' must not contain a slash."; - # Because, for instance, aa-remove-unknown uses profiles_names_list() in rc.apparmor.functions - # which does not recurse into sub-directories. - } - ) (attrNames cfg.policies); - - environment.systemPackages = [ pkgs.apparmor-utils ]; - environment.etc."apparmor.d".source = pkgs.linkFarm "apparmor.d" ( - # It's important to put only enabledPolicies here and not all cfg.policies - # because aa-remove-unknown reads profiles from all /etc/apparmor.d/* - lib.mapAttrsToList (name: p: {inherit name; path=p.profile;}) enabledPolicies ++ - lib.mapAttrsToList (name: path: {inherit name path;}) cfg.includes - ); - environment.etc."apparmor/parser.conf".text = '' - ${if cfg.enableCache then "write-cache" else "skip-cache"} - cache-loc /var/cache/apparmor - Include /etc/apparmor.d - '' + - lib.concatMapStrings (p: "Include ${p}/etc/apparmor.d\n") cfg.packages; - # For aa-logprof - environment.etc."apparmor/apparmor.conf".text = '' - ''; - # For aa-logprof - environment.etc."apparmor/severity.db".source = pkgs.apparmor-utils + "/etc/apparmor/severity.db"; - environment.etc."apparmor/logprof.conf".text = '' - [settings] - # /etc/apparmor.d/ is read-only on NixOS - profiledir = /var/cache/apparmor/logprof - inactive_profiledir = /etc/apparmor.d/disable - # Use: journalctl -b --since today --grep audit: | aa-logprof - logfiles = /dev/stdin - - parser = ${pkgs.apparmor-parser}/bin/apparmor_parser - ldd = ${pkgs.glibc.bin}/bin/ldd - logger = ${pkgs.utillinux}/bin/logger - - # customize how file ownership permissions are presented - # 0 - off - # 1 - default of what ever mode the log reported - # 2 - force the new permissions to be user - # 3 - force all perms on the rule to be user - default_owner_prompt = 1 - - custom_includes = /etc/apparmor.d ${lib.concatMapStringsSep " " (p: "${p}/etc/apparmor.d") cfg.packages} - - [qualifiers] - ${pkgs.runtimeShell} = icnu - ${pkgs.bashInteractive}/bin/sh = icnu - ${pkgs.bashInteractive}/bin/bash = icnu - '' + head (match "^.*\\[qualifiers](.*)" # Drop the original [settings] section. - (readFile "${pkgs.apparmor-utils}/etc/apparmor/logprof.conf")); - - boot.kernelParams = [ "apparmor=1" "security=apparmor" ]; - - systemd.services.apparmor = { - after = [ - "local-fs.target" - "systemd-journald-audit.socket" - ]; - before = [ "sysinit.target" ]; - wantedBy = [ "multi-user.target" ]; - unitConfig = { - Description="Load AppArmor policies"; - DefaultDependencies = "no"; - ConditionSecurity = "apparmor"; - }; - # Reloading instead of restarting enables to load new AppArmor profiles - # without necessarily restarting all services which have Requires=apparmor.service - reloadIfChanged = true; - restartTriggers = [ - etc."apparmor/parser.conf".source - etc."apparmor.d".source - ]; - serviceConfig = let - killUnconfinedConfinables = pkgs.writeShellScript "apparmor-kill" '' - set -eu - ${pkgs.apparmor-utils}/bin/aa-status --json | - ${pkgs.jq}/bin/jq --raw-output '.processes | .[] | .[] | select (.status == "unconfined") | .pid' | - xargs --verbose --no-run-if-empty --delimiter='\n' \ - kill - ''; - commonOpts = p: "--verbose --show-cache ${lib.optionalString (!p.enforce) "--complain "}${p.profile}"; - in { - Type = "oneshot"; - RemainAfterExit = "yes"; - ExecStartPre = "${pkgs.apparmor-utils}/bin/aa-teardown"; - ExecStart = lib.mapAttrsToList (n: p: "${pkgs.apparmor-parser}/bin/apparmor_parser --add ${commonOpts p}") enabledPolicies; - ExecStartPost = lib.optional cfg.killUnconfinedConfinables killUnconfinedConfinables; - ExecReload = - # Add or replace into the kernel profiles in enabledPolicies - # (because AppArmor can do that without stopping the processes already confined). - lib.mapAttrsToList (n: p: "${pkgs.apparmor-parser}/bin/apparmor_parser --replace ${commonOpts p}") enabledPolicies ++ - # Remove from the kernel any profile whose name is not - # one of the names within the content of the profiles in enabledPolicies - # (indirectly read from /etc/apparmor.d/*, without recursing into sub-directory). - # Note that this does not remove profiles dynamically generated by libvirt. - [ "${pkgs.apparmor-utils}/bin/aa-remove-unknown" ] ++ - # Optionaly kill the processes which are unconfined but now have a profile loaded - # (because AppArmor can only start to confine new processes). - lib.optional cfg.killUnconfinedConfinables killUnconfinedConfinables; - ExecStop = "${pkgs.apparmor-utils}/bin/aa-teardown"; - CacheDirectory = [ "apparmor" "apparmor/logprof" ]; - CacheDirectoryMode = "0700"; - }; - }; - }; - - meta.maintainers = with lib.maintainers; [ julm ]; + systemd.services.apparmor = let + paths = concatMapStrings (s: " -I ${s}/etc/apparmor.d") + ([ pkgs.apparmor-profiles ] ++ cfg.packages); + in { + after = [ "local-fs.target" ]; + before = [ "sysinit.target" ]; + wantedBy = [ "multi-user.target" ]; + unitConfig = { + DefaultDependencies = "no"; + }; + serviceConfig = { + Type = "oneshot"; + RemainAfterExit = "yes"; + ExecStart = map (p: + ''${pkgs.apparmor-parser}/bin/apparmor_parser -rKv ${paths} "${p}"'' + ) cfg.profiles; + ExecStop = map (p: + ''${pkgs.apparmor-parser}/bin/apparmor_parser -Rv "${p}"'' + ) cfg.profiles; + ExecReload = map (p: + ''${pkgs.apparmor-parser}/bin/apparmor_parser --reload ${paths} "${p}"'' + ) cfg.profiles; + }; + }; + }; } diff --git a/nixos/modules/security/apparmor/includes.nix b/nixos/modules/security/apparmor/includes.nix deleted file mode 100644 index 498d7e77650..00000000000 --- a/nixos/modules/security/apparmor/includes.nix +++ /dev/null @@ -1,301 +0,0 @@ -{ config, lib, pkgs, ... }: -let - inherit (builtins) attrNames hasAttr isAttrs; - inherit (lib) getLib; - inherit (config.environment) etc; - etcRule = arg: - let go = {path ? null, mode ? "r", trail ? ""}: - lib.optionalString (hasAttr path etc) - "${mode} ${config.environment.etc.${path}.source}${trail},"; - in if isAttrs arg - then go arg - else go {path=arg;}; -in -{ -# FIXME: most of the etcRule calls below have been -# written systematically by converting from apparmor-profiles's profiles -# without testing nor deep understanding of their uses, -# and thus may need more rules or can have less rules; -# this remains to be determined case by case, -# some may even be completely useless. -config.security.apparmor.includes = { - # This one is included by - # which is usualy included before any profile. - "abstractions/tunables/alias" = '' - alias /bin -> /run/current-system/sw/bin, - alias /lib/modules -> /run/current-system/kernel/lib/modules, - alias /sbin -> /run/current-system/sw/sbin, - alias /usr -> /run/current-system/sw, - ''; - "abstractions/audio" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/audio" - ${etcRule "asound.conf"} - ${etcRule "esound/esd.conf"} - ${etcRule "libao.conf"} - ${etcRule {path="pulse"; trail="/";}} - ${etcRule {path="pulse"; trail="/**";}} - ${etcRule {path="sound"; trail="/";}} - ${etcRule {path="sound"; trail="/**";}} - ${etcRule {path="alsa/conf.d"; trail="/";}} - ${etcRule {path="alsa/conf.d"; trail="/*";}} - ${etcRule "openal/alsoft.conf"} - ${etcRule "wildmidi/wildmidi.conf"} - ''; - "abstractions/authentication" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/authentication" - # Defined in security.pam - include - ${etcRule "nologin"} - ${etcRule "securetty"} - ${etcRule {path="security"; trail="/*";}} - ${etcRule "shadow"} - ${etcRule "gshadow"} - ${etcRule "pwdb.conf"} - ${etcRule "default/passwd"} - ${etcRule "login.defs"} - ''; - "abstractions/base" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/base" - r ${pkgs.stdenv.cc.libc}/share/locale/**, - r ${pkgs.stdenv.cc.libc}/share/locale.alias, - ${lib.optionalString (pkgs.glibcLocales != null) "r ${pkgs.glibcLocales}/lib/locale/locale-archive,"} - ${etcRule "localtime"} - r ${pkgs.tzdata}/share/zoneinfo/**, - r ${pkgs.stdenv.cc.libc}/share/i18n/**, - ''; - "abstractions/bash" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/bash" - # system-wide bash configuration - ${etcRule "profile.dos"} - ${etcRule "profile"} - ${etcRule "profile.d"} - ${etcRule {path="profile.d"; trail="/*";}} - ${etcRule "bashrc"} - ${etcRule "bash.bashrc"} - ${etcRule "bash.bashrc.local"} - ${etcRule "bash_completion"} - ${etcRule "bash_completion.d"} - ${etcRule {path="bash_completion.d"; trail="/*";}} - # bash relies on system-wide readline configuration - ${etcRule "inputrc"} - # bash inspects filesystems at startup - # and /etc/mtab is linked to /proc/mounts - @{PROC}/mounts - - # run out of /etc/bash.bashrc - ${etcRule "DIR_COLORS"} - ''; - "abstractions/cups-client" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/cpus-client" - ${etcRule "cups/cups-client.conf"} - ''; - "abstractions/consoles" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/consoles" - ''; - "abstractions/dbus-session-strict" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/dbus-session-strict" - ${etcRule "machine-id"} - ''; - "abstractions/dconf" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/dconf" - ${etcRule {path="dconf"; trail="/**";}} - ''; - "abstractions/dri-common" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/dri-common" - ${etcRule "drirc"} - ''; - # The config.fonts.fontconfig NixOS module adds many files to /etc/fonts/ - # by symlinking them but without exporting them outside of its NixOS module, - # those are therefore added there to this "abstractions/fonts". - "abstractions/fonts" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/fonts" - ${etcRule {path="fonts"; trail="/**";}} - ''; - "abstractions/gnome" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/gnome" - ${etcRule {path="gnome"; trail="/gtkrc*";}} - ${etcRule {path="gtk"; trail="/*";}} - ${etcRule {path="gtk-2.0"; trail="/*";}} - ${etcRule {path="gtk-3.0"; trail="/*";}} - ${etcRule "orbitrc"} - include - ${etcRule {path="pango"; trail="/*";}} - ${etcRule {path="/etc/gnome-vfs-2.0"; trail="/modules/";}} - ${etcRule {path="/etc/gnome-vfs-2.0"; trail="/modules/*";}} - ${etcRule "papersize"} - ${etcRule {path="cups"; trail="/lpoptions";}} - ${etcRule {path="gnome"; trail="/defaults.list";}} - ${etcRule {path="xdg"; trail="/{,*-}mimeapps.list";}} - ${etcRule "xdg/mimeapps.list"} - ''; - "abstractions/kde" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/kde" - ${etcRule {path="qt3"; trail="/kstylerc";}} - ${etcRule {path="qt3"; trail="/qt_plugins_3.3rc";}} - ${etcRule {path="qt3"; trail="/qtrc";}} - ${etcRule "kderc"} - ${etcRule {path="kde3"; trail="/*";}} - ${etcRule "kde4rc"} - ${etcRule {path="xdg"; trail="/kdeglobals";}} - ${etcRule {path="xdg"; trail="/Trolltech.conf";}} - ''; - "abstractions/kerberosclient" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/kerberosclient" - ${etcRule {path="krb5.keytab"; mode="rk";}} - ${etcRule "krb5.conf"} - ${etcRule "krb5.conf.d"} - ${etcRule {path="krb5.conf.d"; trail="/*";}} - - # config files found via strings on libs - ${etcRule "krb.conf"} - ${etcRule "krb.realms"} - ${etcRule "srvtab"} - ''; - "abstractions/ldapclient" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/ldapclient" - ${etcRule "ldap.conf"} - ${etcRule "ldap.secret"} - ${etcRule {path="openldap"; trail="/*";}} - ${etcRule {path="openldap"; trail="/cacerts/*";}} - ${etcRule {path="sasl2"; trail="/*";}} - ''; - "abstractions/likewise" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/likewise" - ''; - "abstractions/mdns" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/mdns" - ${etcRule "nss_mdns.conf"} - ''; - "abstractions/nameservice" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/nameservice" - - # Many programs wish to perform nameservice-like operations, such as - # looking up users by name or id, groups by name or id, hosts by name - # or IP, etc. These operations may be performed through files, dns, - # NIS, NIS+, LDAP, hesiod, wins, etc. Allow them all here. - ${etcRule "group"} - ${etcRule "host.conf"} - ${etcRule "hosts"} - ${etcRule "nsswitch.conf"} - ${etcRule "gai.conf"} - ${etcRule "passwd"} - ${etcRule "protocols"} - - # libtirpc (used for NIS/YP login) needs this - ${etcRule "netconfig"} - - ${etcRule "resolv.conf"} - - ${etcRule {path="samba"; trail="/lmhosts";}} - ${etcRule "services"} - - ${etcRule "default/nss"} - - # libnl-3-200 via libnss-gw-name - ${etcRule {path="libnl"; trail="/classid";}} - ${etcRule {path="libnl-3"; trail="/classid";}} - - mr ${getLib pkgs.nss}/lib/libnss_*.so*, - mr ${getLib pkgs.nss}/lib64/libnss_*.so*, - ''; - "abstractions/nis" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/nis" - ''; - "abstractions/nvidia" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/nvidia" - ${etcRule "vdpau_wrapper.cfg"} - ''; - "abstractions/opencl-common" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/opencl-common" - ${etcRule {path="OpenCL"; trail="/**";}} - ''; - "abstractions/opencl-mesa" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/opencl-mesa" - ${etcRule "default/drirc"} - ''; - "abstractions/openssl" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/openssl" - ${etcRule {path="ssl"; trail="/openssl.cnf";}} - ''; - "abstractions/p11-kit" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/p11-kit" - ${etcRule {path="pkcs11"; trail="/";}} - ${etcRule {path="pkcs11"; trail="/pkcs11.conf";}} - ${etcRule {path="pkcs11"; trail="/modules/";}} - ${etcRule {path="pkcs11"; trail="/modules/*";}} - ''; - "abstractions/perl" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/perl" - ${etcRule {path="perl"; trail="/**";}} - ''; - "abstractions/php" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/php" - ${etcRule {path="php"; trail="/**/";}} - ${etcRule {path="php5"; trail="/**/";}} - ${etcRule {path="php7"; trail="/**/";}} - ${etcRule {path="php"; trail="/**.ini";}} - ${etcRule {path="php5"; trail="/**.ini";}} - ${etcRule {path="php7"; trail="/**.ini";}} - ''; - "abstractions/postfix-common" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/postfix-common" - ${etcRule "mailname"} - ${etcRule {path="postfix"; trail="/*.cf";}} - ${etcRule "postfix/main.cf"} - ${etcRule "postfix/master.cf"} - ''; - "abstractions/python" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/python" - ''; - "abstractions/qt5" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/qt5" - ${etcRule {path="xdg"; trail="/QtProject/qtlogging.ini";}} - ${etcRule {path="xdg/QtProject"; trail="/qtlogging.ini";}} - ${etcRule "xdg/QtProject/qtlogging.ini"} - ''; - "abstractions/samba" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/samba" - ${etcRule {path="samba"; trail="/*";}} - ''; - "abstractions/ssl_certs" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/ssl_certs" - ${etcRule "ssl/certs/ca-certificates.crt"} - ${etcRule "ssl/certs/ca-bundle.crt"} - ${etcRule "pki/tls/certs/ca-bundle.crt"} - - ${etcRule {path="ssl/trust"; trail="/";}} - ${etcRule {path="ssl/trust"; trail="/*";}} - ${etcRule {path="ssl/trust/anchors"; trail="/";}} - ${etcRule {path="ssl/trust/anchors"; trail="/**";}} - ${etcRule {path="pki/trust"; trail="/";}} - ${etcRule {path="pki/trust"; trail="/*";}} - ${etcRule {path="pki/trust/anchors"; trail="/";}} - ${etcRule {path="pki/trust/anchors"; trail="/**";}} - - # security.acme NixOS module - r /var/lib/acme/*/cert.pem, - r /var/lib/acme/*/chain.pem, - r /var/lib/acme/*/fullchain.pem, - ''; - "abstractions/ssl_keys" = '' - # security.acme NixOS module - r /var/lib/acme/*/full.pem, - r /var/lib/acme/*/key.pem, - ''; - "abstractions/vulkan" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/vulkan" - ${etcRule {path="vulkan/icd.d"; trail="/";}} - ${etcRule {path="vulkan/icd.d"; trail="/*.json";}} - ''; - "abstractions/winbind" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/winbind" - ${etcRule {path="samba"; trail="/smb.conf";}} - ${etcRule {path="samba"; trail="/dhcp.conf";}} - ''; - "abstractions/X" = '' - include "${pkgs.apparmor-profiles}/etc/apparmor.d/abstractions/X" - ${etcRule {path="X11/cursors"; trail="/";}} - ${etcRule {path="X11/cursors"; trail="/**";}} - ''; -}; -} diff --git a/nixos/modules/security/apparmor/profiles.nix b/nixos/modules/security/apparmor/profiles.nix deleted file mode 100644 index 8eb630b5a48..00000000000 --- a/nixos/modules/security/apparmor/profiles.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, lib, pkgs, ... }: -let apparmor = config.security.apparmor; in -{ -config.security.apparmor.packages = [ pkgs.apparmor-profiles ]; -config.security.apparmor.policies."bin.ping".profile = lib.mkIf apparmor.policies."bin.ping".enable '' - include "${pkgs.iputils.apparmor}/bin.ping" - include "${pkgs.inetutils.apparmor}/bin.ping" - # Note that including those two profiles in the same profile - # would not work if the second one were to re-include . -''; -} diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix index 4e1bec91ff3..40bec8d0791 100644 --- a/nixos/modules/security/pam.nix +++ b/nixos/modules/security/pam.nix @@ -366,7 +366,7 @@ let ${let p11 = config.security.pam.p11; in optionalString cfg.p11Auth "auth ${p11.control} ${pkgs.pam_p11}/lib/security/pam_p11.so ${pkgs.opensc}/lib/opensc-pkcs11.so"} ${let u2f = config.security.pam.u2f; in optionalString cfg.u2fAuth - "auth ${u2f.control} ${pkgs.pam_u2f}/lib/security/pam_u2f.so ${optionalString u2f.debug "debug"} ${optionalString (u2f.authFile != null) "authfile=${u2f.authFile}"} ${optionalString u2f.interactive "interactive"} ${optionalString u2f.cue "cue"}"} + "auth ${u2f.control} ${pkgs.pam_u2f}/lib/security/pam_u2f.so ${optionalString u2f.debug "debug"} ${optionalString (u2f.authFile != null) "authfile=${u2f.authFile}"} ${optionalString u2f.interactive "interactive"} ${optionalString u2f.cue "cue"} ${optionalString (u2f.appId != null) "appid=${u2f.appId}"}"} ${optionalString cfg.usbAuth "auth sufficient ${pkgs.pam_usb}/lib/security/pam_usb.so"} ${let oath = config.security.pam.oath; in optionalString cfg.oathAuth @@ -653,6 +653,22 @@ in xlink:href="https://developers.yubico.com/pam-u2f/">here. ''; }; + + appId = mkOption { + default = null; + type = with types; nullOr str; + description = '' + By default pam-u2f module sets the application + ID to pam://$HOSTNAME. + + When using pamu2fcfg, you can specify your + application ID with the -i flag. + + More information can be found + here + ''; + }; control = mkOption { default = "sufficient"; @@ -834,61 +850,6 @@ in runuser-l = { rootOK = true; unixAuth = false; }; }; - security.apparmor.includes."abstractions/pam" = let - isEnabled = test: fold or false (map test (attrValues config.security.pam.services)); - in '' - ${lib.concatMapStringsSep "\n" - (name: "r ${config.environment.etc."pam.d/${name}".source},") - (attrNames config.security.pam.services)} - mr ${getLib pkgs.pam}/lib/security/pam_filter/*, - mr ${getLib pkgs.pam}/lib/security/pam_*.so, - r ${getLib pkgs.pam}/lib/security/, - ${optionalString use_ldap - "mr ${pam_ldap}/lib/security/pam_ldap.so,"} - ${optionalString config.services.sssd.enable - "mr ${pkgs.sssd}/lib/security/pam_sss.so,"} - ${optionalString config.krb5.enable '' - mr ${pam_krb5}/lib/security/pam_krb5.so, - mr ${pam_ccreds}/lib/security/pam_ccreds.so, - ''} - ${optionalString (isEnabled (cfg: cfg.googleOsLoginAccountVerification)) '' - mr ${pkgs.google-compute-engine-oslogin}/lib/pam_oslogin_login.so, - mr ${pkgs.google-compute-engine-oslogin}/lib/pam_oslogin_admin.so, - ''} - ${optionalString (isEnabled (cfg: cfg.googleOsLoginAuthentication)) - "mr ${pkgs.google-compute-engine-oslogin}/lib/pam_oslogin_login.so,"} - ${optionalString (config.security.pam.enableSSHAgentAuth && isEnabled (cfg: cfg.sshAgentAuth)) - "mr ${pkgs.pam_ssh_agent_auth}/libexec/pam_ssh_agent_auth.so,"} - ${optionalString (isEnabled (cfg: cfg.fprintAuth)) - "mr ${pkgs.fprintd}/lib/security/pam_fprintd.so,"} - ${optionalString (isEnabled (cfg: cfg.u2fAuth)) - "mr ${pkgs.pam_u2f}/lib/security/pam_u2f.so,"} - ${optionalString (isEnabled (cfg: cfg.usbAuth)) - "mr ${pkgs.pam_usb}/lib/security/pam_usb.so,"} - ${optionalString (isEnabled (cfg: cfg.oathAuth)) - "mr ${pkgs.oathToolkit}/lib/security/pam_oath.so,"} - ${optionalString (isEnabled (cfg: cfg.yubicoAuth)) - "mr ${pkgs.yubico-pam}/lib/security/pam_yubico.so,"} - ${optionalString (isEnabled (cfg: cfg.duoSecurity.enable)) - "mr ${pkgs.duo-unix}/lib/security/pam_duo.so,"} - ${optionalString (isEnabled (cfg: cfg.otpwAuth)) - "mr ${pkgs.otpw}/lib/security/pam_otpw.so,"} - ${optionalString config.security.pam.enableEcryptfs - "mr ${pkgs.ecryptfs}/lib/security/pam_ecryptfs.so,"} - ${optionalString (isEnabled (cfg: cfg.pamMount)) - "mr ${pkgs.pam_mount}/lib/security/pam_mount.so,"} - ${optionalString (isEnabled (cfg: cfg.enableGnomeKeyring)) - "mr ${pkgs.gnome3.gnome-keyring}/lib/security/pam_gnome_keyring.so,"} - ${optionalString (isEnabled (cfg: cfg.startSession)) - "mr ${pkgs.systemd}/lib/security/pam_systemd.so,"} - ${optionalString (isEnabled (cfg: cfg.enableAppArmor) && config.security.apparmor.enable) - "mr ${pkgs.apparmor-pam}/lib/security/pam_apparmor.so,"} - ${optionalString (isEnabled (cfg: cfg.enableKwallet)) - "mr ${pkgs.plasma5.kwallet-pam}/lib/security/pam_kwallet5.so,"} - ${optionalString config.virtualisation.lxc.lxcfs.enable - "mr ${pkgs.lxc}/lib/security/pam_cgfs.so"} - ''; - }; } diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix index f560f5c7628..52de21bca9b 100644 --- a/nixos/modules/security/wrappers/default.nix +++ b/nixos/modules/security/wrappers/default.nix @@ -179,14 +179,6 @@ in export PATH="${wrapperDir}:$PATH" ''; - security.apparmor.includes."nixos/security.wrappers" = '' - include "${pkgs.apparmorRulesFromClosure {} [ - securityWrapper - pkgs.stdenv.cc.cc - pkgs.stdenv.cc.libc - ]}" - ''; - ###### setcap activation script system.activationScripts.wrappers = lib.stringAfter [ "specialfs" "users" ] diff --git a/nixos/modules/services/databases/cassandra.nix b/nixos/modules/services/databases/cassandra.nix index 90c094f68b6..d55a7db3915 100644 --- a/nixos/modules/services/databases/cassandra.nix +++ b/nixos/modules/services/databases/cassandra.nix @@ -38,13 +38,18 @@ let cassandraYaml = builtins.toJSON cassandraConfigWithAddresses; cassandraEnvPkg = "${cfg.package}/conf/cassandra-env.sh"; cassandraLogbackConfig = pkgs.writeText "logback.xml" cfg.logbackConfig; + passAsFile = [ "extraEnvSh" ]; + inherit (cfg) extraEnvSh; buildCommand = '' mkdir -p "$out" echo "$cassandraYaml" > "$out/cassandra.yaml" ln -s "$cassandraLogbackConfig" "$out/logback.xml" - cp "$cassandraEnvPkg" "$out/cassandra-env.sh" + ( cat "$cassandraEnvPkg" + echo "# lines from services.cassandra.extraEnvSh: " + cat "$extraEnvShPath" + ) > "$out/cassandra-env.sh" # Delete default JMX Port, otherwise we can't set it using env variable sed -i '/JMX_PORT="7199"/d' "$out/cassandra-env.sh" @@ -224,6 +229,14 @@ in { Extra options to be merged into cassandra.yaml as nix attribute set. ''; }; + extraEnvSh = mkOption { + type = types.lines; + default = ""; + example = "CLASSPATH=$CLASSPATH:\${extraJar}"; + description = '' + Extra shell lines to be appended onto cassandra-env.sh. + ''; + }; fullRepairInterval = mkOption { type = types.nullOr types.str; default = "3w"; diff --git a/nixos/modules/services/development/blackfire.nix b/nixos/modules/services/development/blackfire.nix new file mode 100644 index 00000000000..6fd948cce38 --- /dev/null +++ b/nixos/modules/services/development/blackfire.nix @@ -0,0 +1,65 @@ +{ config, lib, pkgs, ... }: + +let + cfg = config.services.blackfire-agent; + + agentConfigFile = lib.generators.toINI {} { + blackfire = cfg.settings; + }; + + agentSock = "blackfire/agent.sock"; +in { + meta = { + maintainers = pkgs.blackfire.meta.maintainers; + doc = ./blackfire.xml; + }; + + options = { + services.blackfire-agent = { + enable = lib.mkEnableOption "Blackfire profiler agent"; + settings = lib.mkOption { + description = '' + See https://blackfire.io/docs/configuration/agent + ''; + type = lib.types.submodule { + freeformType = with lib.types; attrsOf str; + + options = { + server-id = lib.mkOption { + type = lib.types.str; + description = '' + Sets the server id used to authenticate with Blackfire + + You can find your personal server-id at https://blackfire.io/my/settings/credentials + ''; + }; + + server-token = lib.mkOption { + type = lib.types.str; + description = '' + Sets the server token used to authenticate with Blackfire + + You can find your personal server-token at https://blackfire.io/my/settings/credentials + ''; + }; + }; + }; + }; + }; + }; + + config = lib.mkIf cfg.enable { + environment.etc."blackfire/agent".text = agentConfigFile; + + services.blackfire-agent.settings.socket = "unix:///run/${agentSock}"; + + systemd.services.blackfire-agent = { + description = "Blackfire agent"; + + serviceConfig = { + ExecStart = "${pkgs.blackfire}/bin/blackfire-agent"; + RuntimeDirectory = "blackfire"; + }; + }; + }; +} diff --git a/nixos/modules/services/development/blackfire.xml b/nixos/modules/services/development/blackfire.xml new file mode 100644 index 00000000000..ad4af35788d --- /dev/null +++ b/nixos/modules/services/development/blackfire.xml @@ -0,0 +1,45 @@ + + Blackfire profiler + + Source: + modules/services/development/blackfire.nix + + + Upstream documentation: + + + + Blackfire is a proprietary tool for profiling applications. There are several languages supported by the product but currently only PHP support is packaged in Nixpkgs. The back-end consists of a module that is loaded into the language runtime (called probe) and a service (agent) that the probe connects to and that sends the profiles to the server. + + + To use it, you will need to enable the agent and the probe on your server. The exact method will depend on the way you use PHP but here is an example of NixOS configuration for PHP-FPM: +let + php = pkgs.php.withExtensions ({ enabled, all }: enabled ++ (with all; [ + blackfire + ])); +in { + # Enable the probe extension for PHP-FPM. + services.phpfpm = { + phpPackage = php; + }; + + # Enable and configure the agent. + services.blackfire-agent = { + enable = true; + settings = { + # You will need to get credentials at https://blackfire.io/my/settings/credentials + # You can also use other options described in https://blackfire.io/docs/configuration/agent + server-id = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"; + server-token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; + }; + }; + + # Make the agent run on start-up. + # Alternately, you can start it manually with `systemctl start blackfire-agent`. + systemd.services.blackfire-agent.wantedBy = [ "phpfpm-foo.service" ]; +} + + + On your developer machine, you will also want to install the client (see blackfire package) or the browser extension to actually trigger the profiling. + + diff --git a/nixos/modules/services/misc/mediatomb.nix b/nixos/modules/services/misc/mediatomb.nix index 529f584a201..a19b73889ce 100644 --- a/nixos/modules/services/misc/mediatomb.nix +++ b/nixos/modules/services/misc/mediatomb.nix @@ -6,37 +6,97 @@ let gid = config.ids.gids.mediatomb; cfg = config.services.mediatomb; + name = cfg.package.pname; + pkg = cfg.package; + optionYesNo = option: if option then "yes" else "no"; + # configuration on media directory + mediaDirectory = { + options = { + path = mkOption { + type = types.str; + description = '' + Absolute directory path to the media directory to index. + ''; + }; + recursive = mkOption { + type = types.bool; + default = false; + description = "Whether the indexation must take place recursively or not."; + }; + hidden-files = mkOption { + type = types.bool; + default = true; + description = "Whether to index the hidden files or not."; + }; + }; + }; + toMediaDirectory = d: "\n"; - mtConf = pkgs.writeText "config.xml" '' - - + transcodingConfig = if cfg.transcoding then with pkgs; '' + + + + + + + + + + audio/mpeg + no + yes + no + + + + + video/mpeg + yes + yes + yes + + + + + +'' else '' + + +''; + + configText = optionalString (! cfg.customCfg) '' + + - + ${cfg.serverName} uuid:${cfg.uuid} ${cfg.dataDir} - ${pkgs.mediatomb}/share/mediatomb/web + ${cfg.interface} + ${pkg}/share/${name}/web + - mediatomb.db + ${name}.db - - ${if cfg.dsmSupport then '' + + ${optionalString cfg.dsmSupport '' redsonic.com 105 - '' else ""} - ${if cfg.tg100Support then '' + ''} + ${optionalString cfg.tg100Support '' 101 - '' else ""} + ''} * @@ -47,11 +107,14 @@ let + + ${concatMapStrings toMediaDirectory cfg.mediaDirectories} + - ${pkgs.mediatomb}/share/mediatomb/js/common.js - ${pkgs.mediatomb}/share/mediatomb/js/playlists.js + ${pkg}/share/${name}/js/common.js + ${pkg}/share/${name}/js/playlists.js - ${pkgs.mediatomb}/share/mediatomb/js/import.js + ${pkg}/share/${name}/js/import.js @@ -75,12 +138,12 @@ let - ${if cfg.ps3Support then '' + ${optionalString cfg.ps3Support '' - '' else ""} - ${if cfg.dsmSupport then '' + ''} + ${optionalString cfg.dsmSupport '' - '' else ""} + ''} @@ -108,46 +171,27 @@ let - + - - + + - - - - - - - - - - audio/L16 - no - yes - no - - - - - video/mpeg - yes - yes - yes - - - - - + ${transcodingConfig} - ''; +''; + defaultFirewallRules = { + # udp 1900 port needs to be opened for SSDP (not configurable within + # mediatomb/gerbera) cf. + # http://docs.gerbera.io/en/latest/run.html?highlight=udp%20port#network-setup + allowedUDPPorts = [ 1900 cfg.port ]; + allowedTCPPorts = [ cfg.port ]; + }; in { - ###### interface options = { @@ -158,18 +202,27 @@ in { type = types.bool; default = false; description = '' - Whether to enable the mediatomb DLNA server. + Whether to enable the Gerbera/Mediatomb DLNA server. ''; }; serverName = mkOption { type = types.str; - default = "mediatomb"; + default = "Gerbera (Mediatomb)"; description = '' How to identify the server on the network. ''; }; + package = mkOption { + type = types.package; + example = literalExample "pkgs.mediatomb"; + default = pkgs.gerbera; + description = '' + Underlying package to be used with the module (default: pkgs.gerbera). + ''; + }; + ps3Support = mkOption { type = types.bool; default = false; @@ -206,23 +259,34 @@ in { dataDir = mkOption { type = types.path; - default = "/var/lib/mediatomb"; + default = "/var/lib/${name}"; description = '' - The directory where mediatomb stores its state, data, etc. + The directory where Gerbera/Mediatomb stores its state, data, etc. + ''; + }; + + pcDirectoryHide = mkOption { + type = types.bool; + default = true; + description = '' + Whether to list the top-level directory or not (from upnp client standpoint). ''; }; user = mkOption { + type = types.str; default = "mediatomb"; - description = "User account under which mediatomb runs."; + description = "User account under which ${name} runs."; }; group = mkOption { + type = types.str; default = "mediatomb"; - description = "Group account under which mediatomb runs."; + description = "Group account under which ${name} runs."; }; port = mkOption { + type = types.int; default = 49152; description = '' The network port to listen on. @@ -230,40 +294,76 @@ in { }; interface = mkOption { + type = types.str; default = ""; description = '' A specific interface to bind to. ''; }; + openFirewall = mkOption { + type = types.bool; + default = false; + description = '' + If false (the default), this is up to the user to declare the firewall rules. + If true, this opens port 1900 (tcp and udp) and the port specified by + . + + If the option is set, + the firewall rules opened are dedicated to that interface. Otherwise, + those rules are opened globally. + ''; + }; + uuid = mkOption { + type = types.str; default = "fdfc8a4e-a3ad-4c1d-b43d-a2eedb03a687"; description = '' A unique (on your network) to identify the server by. ''; }; + mediaDirectories = mkOption { + type = with types; listOf (submodule mediaDirectory); + default = {}; + description = '' + Declare media directories to index. + ''; + example = [ + { path = "/data/pictures"; recursive = false; hidden-files = false; } + { path = "/data/audio"; recursive = true; hidden-files = false; } + ]; + }; + customCfg = mkOption { type = types.bool; default = false; description = '' - Allow mediatomb to create and use its own config file inside ${cfg.dataDir}. + Allow ${name} to create and use its own config file inside the dataDir as + configured by . + Deactivated by default, the service then runs with the configuration generated from this module. + Otherwise, when enabled, no service configuration is generated. Gerbera/Mediatomb then starts using + config.xml within the configured dataDir. It's up to the user to make a correct + configuration file. ''; }; + }; }; ###### implementation - config = mkIf cfg.enable { + config = let binaryCommand = "${pkg}/bin/${name}"; + interfaceFlag = optionalString ( cfg.interface != "") "--interface ${cfg.interface}"; + configFlag = optionalString (! cfg.customCfg) "--config ${pkgs.writeText "config.xml" configText}"; + in mkIf cfg.enable { systemd.services.mediatomb = { - description = "MediaTomb media Server"; + description = "${cfg.serverName} media Server"; after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; - path = [ pkgs.mediatomb ]; - serviceConfig.ExecStart = "${pkgs.mediatomb}/bin/mediatomb -p ${toString cfg.port} ${if cfg.interface!="" then "-e ${cfg.interface}" else ""} ${if cfg.customCfg then "" else "-c ${mtConf}"} -m ${cfg.dataDir}"; - serviceConfig.User = "${cfg.user}"; + serviceConfig.ExecStart = "${binaryCommand} --port ${toString cfg.port} ${interfaceFlag} ${configFlag} --home ${cfg.dataDir}"; + serviceConfig.User = cfg.user; }; users.groups = optionalAttrs (cfg.group == "mediatomb") { @@ -274,15 +374,18 @@ in { mediatomb = { isSystemUser = true; group = cfg.group; - home = "${cfg.dataDir}"; + home = cfg.dataDir; createHome = true; - description = "Mediatomb DLNA Server User"; + description = "${name} DLNA Server User"; }; }; - networking.firewall = { - allowedUDPPorts = [ 1900 cfg.port ]; - allowedTCPPorts = [ cfg.port ]; - }; + # Open firewall only if users enable it + networking.firewall = mkMerge [ + (mkIf (cfg.openFirewall && cfg.interface != "") { + interfaces."${cfg.interface}" = defaultFirewallRules; + }) + (mkIf (cfg.openFirewall && cfg.interface == "") defaultFirewallRules) + ]; }; } diff --git a/nixos/modules/services/networking/murmur.nix b/nixos/modules/services/networking/murmur.nix index 3054ae1b201..b384f436861 100644 --- a/nixos/modules/services/networking/murmur.nix +++ b/nixos/modules/services/networking/murmur.nix @@ -241,6 +241,34 @@ in default = ""; description = "Extra configuration to put into murmur.ini."; }; + + environmentFile = mkOption { + type = types.nullOr types.path; + default = null; + example = "/var/lib/murmur/murmurd.env"; + description = '' + Environment file as defined in + systemd.exec5 + . + + Secrets may be passed to the service without adding them to the world-readable + Nix store, by specifying placeholder variables as the option value in Nix and + setting these variables accordingly in the environment file. + + + # snippet of murmur-related config + services.murmur.password = "$MURMURD_PASSWORD"; + + + + # content of the environment file + MURMURD_PASSWORD=verysecretpassword + + + Note that this file needs to be available on the host on which + murmur is running. + ''; + }; }; }; @@ -256,14 +284,22 @@ in description = "Murmur Chat Service"; wantedBy = [ "multi-user.target" ]; after = [ "network-online.target "]; + preStart = '' + ${pkgs.envsubst}/bin/envsubst \ + -o /run/murmur/murmurd.ini \ + -i ${configFile} + ''; serviceConfig = { # murmurd doesn't fork when logging to the console. - Type = if forking then "forking" else "simple"; - PIDFile = mkIf forking "/run/murmur/murmurd.pid"; - RuntimeDirectory = mkIf forking "murmur"; - User = "murmur"; - ExecStart = "${pkgs.murmur}/bin/murmurd -ini ${configFile}"; + Type = if forking then "forking" else "simple"; + PIDFile = mkIf forking "/run/murmur/murmurd.pid"; + EnvironmentFile = mkIf (cfg.environmentFile != null) cfg.environmentFile; + ExecStart = "${pkgs.murmur}/bin/murmurd -ini /run/murmur/murmurd.ini"; + Restart = "always"; + RuntimeDirectory = "murmur"; + RuntimeDirectoryMode = "0700"; + User = "murmur"; }; }; }; diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix index 57982c20ccd..014a22bb5a8 100644 --- a/nixos/modules/services/torrent/transmission.nix +++ b/nixos/modules/services/torrent/transmission.nix @@ -5,7 +5,7 @@ with lib; let cfg = config.services.transmission; inherit (config.environment) etc; - apparmor = config.security.apparmor; + apparmor = config.security.apparmor.enable; rootDir = "/run/transmission"; homeDir = "/var/lib/transmission"; settingsDir = ".config/transmission-daemon"; @@ -184,8 +184,8 @@ in systemd.services.transmission = { description = "Transmission BitTorrent Service"; - after = [ "network.target" ] ++ optional apparmor.enable "apparmor.service"; - requires = optional apparmor.enable "apparmor.service"; + after = [ "network.target" ] ++ optional apparmor "apparmor.service"; + requires = optional apparmor "apparmor.service"; wantedBy = [ "multi-user.target" ]; environment.CURL_CA_BUNDLE = etc."ssl/certs/ca-certificates.crt".source; @@ -357,21 +357,61 @@ in }) ]; - security.apparmor.policies."bin.transmission-daemon".profile = '' + security.apparmor.profiles = mkIf apparmor [ + (pkgs.writeText "apparmor-transmission-daemon" '' include + ${pkgs.transmission}/bin/transmission-daemon { include include - include - include "${pkgs.apparmorRulesFromClosure {} [pkgs.transmission]}" - include + + # NOTE: https://github.com/NixOS/nixpkgs/pull/93457 + # will remove the need for these by fixing + r ${etc."hosts".source}, + r /etc/ld-nix.so.preload, + ${lib.optionalString (builtins.hasAttr "ld-nix.so.preload" etc) '' + r ${etc."ld-nix.so.preload".source}, + ${concatMapStrings (p: optionalString (p != "") ("mr ${p},\n")) + (splitString "\n" config.environment.etc."ld-nix.so.preload".text)} + ''} + r ${etc."ssl/certs/ca-certificates.crt".source}, + r ${pkgs.tzdata}/share/zoneinfo/**, + r ${pkgs.stdenv.cc.libc}/share/i18n/**, + r ${pkgs.stdenv.cc.libc}/share/locale/**, + + mr ${getLib pkgs.stdenv.cc.cc}/lib/*.so*, + mr ${getLib pkgs.stdenv.cc.libc}/lib/*.so*, + mr ${getLib pkgs.attr}/lib/libattr*.so*, + mr ${getLib pkgs.c-ares}/lib/libcares*.so*, + mr ${getLib pkgs.curl}/lib/libcurl*.so*, + mr ${getLib pkgs.keyutils}/lib/libkeyutils*.so*, + mr ${getLib pkgs.libcap}/lib/libcap*.so*, + mr ${getLib pkgs.libevent}/lib/libevent*.so*, + mr ${getLib pkgs.libgcrypt}/lib/libgcrypt*.so*, + mr ${getLib pkgs.libgpgerror}/lib/libgpg-error*.so*, + mr ${getLib pkgs.libkrb5}/lib/lib*.so*, + mr ${getLib pkgs.libssh2}/lib/libssh2*.so*, + mr ${getLib pkgs.lz4}/lib/liblz4*.so*, + mr ${getLib pkgs.nghttp2}/lib/libnghttp2*.so*, + mr ${getLib pkgs.openssl}/lib/libcrypto*.so*, + mr ${getLib pkgs.openssl}/lib/libssl*.so*, + mr ${getLib pkgs.systemd}/lib/libsystemd*.so*, + mr ${getLib pkgs.utillinuxMinimal.out}/lib/libblkid.so*, + mr ${getLib pkgs.utillinuxMinimal.out}/lib/libmount.so*, + mr ${getLib pkgs.utillinuxMinimal.out}/lib/libuuid.so*, + mr ${getLib pkgs.xz}/lib/liblzma*.so*, + mr ${getLib pkgs.zlib}/lib/libz*.so*, r @{PROC}/sys/kernel/random/uuid, r @{PROC}/sys/vm/overcommit_memory, - r @{PROC}/@{pid}/environ, + # @{pid} is not a kernel variable yet but a regexp + #r @{PROC}/@{pid}/environ, r @{PROC}/@{pid}/mounts, rwk /tmp/tr_session_id_*, + + r ${pkgs.openssl.out}/etc/**, r ${config.systemd.services.transmission.environment.CURL_CA_BUNDLE}, + r ${pkgs.transmission}/share/transmission/**, owner rw ${cfg.home}/${settingsDir}/**, rw ${cfg.settings.download-dir}/**, @@ -399,9 +439,12 @@ in # https://gitlab.com/apparmor/apparmor/-/wikis/AppArmorStacking#seccomp-and-no_new_privs px ${cfg.settings.script-torrent-done-filename} -> &@{dirs}, ''} + + # FIXME: enable customizing using https://github.com/NixOS/nixpkgs/pull/93457 + # include } - ''; - security.apparmor.includes."local/bin.transmission-daemon" = ""; + '') + ]; }; meta.maintainers = with lib.maintainers; [ julm ]; diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix index e9c45754285..bad1bd9c767 100644 --- a/nixos/modules/services/web-apps/nextcloud.nix +++ b/nixos/modules/services/web-apps/nextcloud.nix @@ -85,7 +85,7 @@ in { package = mkOption { type = types.package; description = "Which package to use for the Nextcloud instance."; - relatedPackages = [ "nextcloud18" "nextcloud19" ]; + relatedPackages = [ "nextcloud18" "nextcloud19" "nextcloud20" ]; }; maxUploadSize = mkOption { @@ -330,37 +330,28 @@ in { } ]; - warnings = [] - ++ (optional (cfg.poolConfig != null) '' + warnings = let + latest = 20; + upgradeWarning = major: nixos: + '' + A legacy Nextcloud install (from before NixOS ${nixos}) may be installed. + + After nextcloud${toString major} is installed successfully, you can safely upgrade + to ${toString (major + 1)}. The latest version available is nextcloud${toString latest}. + + Please note that Nextcloud doesn't support upgrades across multiple major versions + (i.e. an upgrade from 16 is possible to 17, but not 16 to 18). + + The package can be upgraded by explicitly declaring the service-option + `services.nextcloud.package`. + ''; + in (optional (cfg.poolConfig != null) '' Using config.services.nextcloud.poolConfig is deprecated and will become unsupported in a future release. Please migrate your configuration to config.services.nextcloud.poolSettings. '') - ++ (optional (versionOlder cfg.package.version "18") '' - A legacy Nextcloud install (from before NixOS 20.03) may be installed. - - You're currently deploying an older version of Nextcloud. This may be needed - since Nextcloud doesn't allow major version upgrades that skip multiple - versions (i.e. an upgrade from 16 is possible to 17, but not 16 to 18). - - It is assumed that Nextcloud will be upgraded from version 16 to 17. - - * If this is a fresh install, there will be no upgrade to do now. - - * If this server already had Nextcloud installed, first deploy this to your - server, and wait until the upgrade to 17 is finished. - - Then, set `services.nextcloud.package` to `pkgs.nextcloud18` to upgrade to - Nextcloud version 18. Please note that Nextcloud 19 is already out and it's - recommended to upgrade to nextcloud19 after that. - '') - ++ (optional (versionOlder cfg.package.version "19") '' - A legacy Nextcloud install (from before NixOS 20.09) may be installed. - - If/After nextcloud18 is installed successfully, you can safely upgrade to - nextcloud19. If not, please upgrade to nextcloud18 first since Nextcloud doesn't - support upgrades that skip multiple versions (i.e. an upgrade from 17 to 19 isn't - possible, but an upgrade from 18 to 19). - ''); + ++ (optional (versionOlder cfg.package.version "18") (upgradeWarning 17 "20.03")) + ++ (optional (versionOlder cfg.package.version "19") (upgradeWarning 18 "20.09")) + ++ (optional (versionOlder cfg.package.version "20") (upgradeWarning 19 "21.03")); services.nextcloud.package = with pkgs; mkDefault ( @@ -372,7 +363,8 @@ in { '' else if versionOlder stateVersion "20.03" then nextcloud17 else if versionOlder stateVersion "20.09" then nextcloud18 - else nextcloud19 + else if versionOlder stateVersion "21.03" then nextcloud19 + else nextcloud20 ); } @@ -435,7 +427,7 @@ in { then ''"$(<"${toString c.dbpassFile}")"'' else if c.dbpass != null then ''"${toString c.dbpass}"'' - else null; + else ''""''; adminpass = if c.adminpassFile != null then ''"$(<"${toString c.adminpassFile}")"'' else ''"${toString c.adminpass}"''; @@ -449,8 +441,7 @@ in { ${if c.dbhost != null then "--database-host" else null} = ''"${c.dbhost}"''; ${if c.dbport != null then "--database-port" else null} = ''"${toString c.dbport}"''; ${if c.dbuser != null then "--database-user" else null} = ''"${c.dbuser}"''; - ${if (any (x: x != null) [c.dbpass c.dbpassFile]) - then "--database-pass" else null} = dbpass; + "--database-pass" = dbpass; ${if c.dbtableprefix != null then "--database-table-prefix" else null} = ''"${toString c.dbtableprefix}"''; "--admin-user" = ''"${c.adminuser}"''; @@ -543,9 +534,9 @@ in { services.nginx.enable = mkDefault true; - # FIXME(ma27) make sure that the config works fine with Nextcloud 19 - # *and* Nextcloud 20 as soon as it gets released. - services.nginx.virtualHosts.${cfg.hostName} = { + services.nginx.virtualHosts.${cfg.hostName} = let + major = toInt (versions.major cfg.package.version); + in { root = cfg.package; locations = { "= /robots.txt" = { @@ -558,7 +549,9 @@ in { }; "/" = { priority = 900; - extraConfig = "rewrite ^ /index.php;"; + extraConfig = if major < 20 + then "rewrite ^ /index.php;" + else "try_files $uri $uri/ /index.php$request_uri;"; }; "~ ^/store-apps" = { priority = 201; @@ -582,7 +575,7 @@ in { "~ ^/(?:\\.|autotest|occ|issue|indie|db_|console)".extraConfig = '' return 404; ''; - "~ ^\\/(?:index|remote|public|cron|core\\/ajax\\/update|status|ocs\\/v[12]|updater\\/.+|oc[ms]-provider\\/.+|.+\\/richdocumentscode\\/proxy)\\.php(?:$|\\/)" = { + ${if major < 20 then "~ ^\\/(?:index|remote|public|cron|core\\/ajax\\/update|status|ocs\\/v[12]|updater\\/.+|oc[ms]-provider\\/.+|.+\\/richdocumentscode\\/proxy)\\.php(?:$|\\/)" else "~ \\.php(?:$|/)"} = { priority = 500; extraConfig = '' include ${config.services.nginx.package}/conf/fastcgi.conf; @@ -600,20 +593,19 @@ in { fastcgi_read_timeout 120s; ''; }; - "~ \\.(?:css|js|svg|gif|map)$".extraConfig = '' + "~ \\.(?:css|js|woff2?|svg|gif|map)$".extraConfig = '' try_files $uri /index.php$request_uri; expires 6M; access_log off; ''; - "~ \\.woff2?$".extraConfig = '' - try_files $uri /index.php$request_uri; - expires 7d; - access_log off; - ''; "~ ^\\/(?:updater|ocs-provider|ocm-provider)(?:$|\\/)".extraConfig = '' try_files $uri/ =404; index index.php; ''; + "~ \\.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$".extraConfig = '' + try_files $uri /index.php$request_uri; + access_log off; + ''; }; extraConfig = '' index index.php index.html /index.php$request_uri; diff --git a/nixos/modules/services/x11/desktop-managers/gnome3.nix b/nixos/modules/services/x11/desktop-managers/gnome3.nix index ae1fde555a9..a4edcca72c9 100644 --- a/nixos/modules/services/x11/desktop-managers/gnome3.nix +++ b/nixos/modules/services/x11/desktop-managers/gnome3.nix @@ -53,6 +53,8 @@ let flashbackEnabled = cfg.flashback.enableMetacity || length cfg.flashback.customSessions > 0; + notExcluded = pkg: mkDefault (!(lib.elem pkg config.environment.gnome3.excludePackages)); + in { @@ -68,6 +70,38 @@ in core-shell.enable = mkEnableOption "GNOME Shell services"; core-utilities.enable = mkEnableOption "GNOME core utilities"; games.enable = mkEnableOption "GNOME games"; + + experimental-features = { + realtime-scheduling = mkOption { + type = types.bool; + default = false; + description = '' + Makes mutter (which propagates to gnome-shell) request a low priority real-time + scheduling which is only available on the wayland session. + To enable this experimental feature it requires a restart of the compositor. + Note that enabling this option only enables the capability + for realtime-scheduling to be used. It doesn't automatically set the gsetting + so that mutter actually uses realtime-scheduling. This would require adding + rt-scheduler to /org/gnome/mutter/experimental-features + with dconf-editor. You cannot use extraGSettingsOverrides because that will only + change the default value of the setting. + + Please be aware of these known issues with the feature in nixos: + + + + NixOS/nixpkgs#90201 + + + + + NixOS/nixpkgs#86730 + + + + ''; + }; + }; }; services.xserver.desktopManager.gnome3 = { @@ -289,26 +323,6 @@ in source-sans-pro ]; - ## Enable soft realtime scheduling, only supported on wayland ## - - security.wrappers.".gnome-shell-wrapped" = { - source = "${pkgs.gnome3.gnome-shell}/bin/.gnome-shell-wrapped"; - capabilities = "cap_sys_nice=ep"; - }; - - systemd.user.services.gnome-shell-wayland = let - gnomeShellRT = with pkgs.gnome3; pkgs.runCommand "gnome-shell-rt" {} '' - mkdir -p $out/bin/ - cp ${gnome-shell}/bin/gnome-shell $out/bin - sed -i "s@${gnome-shell}/bin/@${config.security.wrapperDir}/@" $out/bin/gnome-shell - ''; - in { - # Note we need to clear ExecStart before overriding it - serviceConfig.ExecStart = ["" "${gnomeShellRT}/bin/gnome-shell"]; - # Do not use the default environment, it provides a broken PATH - environment = mkForce {}; - }; - # Adapt from https://gitlab.gnome.org/GNOME/gnome-build-meta/blob/gnome-3-36/elements/core/meta-gnome-core-shell.bst environment.systemPackages = with pkgs.gnome3; [ adwaita-icon-theme @@ -333,6 +347,27 @@ in ]; }) + # Enable soft realtime scheduling, only supported on wayland + (mkIf serviceCfg.experimental-features.realtime-scheduling { + security.wrappers.".gnome-shell-wrapped" = { + source = "${pkgs.gnome3.gnome-shell}/bin/.gnome-shell-wrapped"; + capabilities = "cap_sys_nice=ep"; + }; + + systemd.user.services.gnome-shell-wayland = let + gnomeShellRT = with pkgs.gnome3; pkgs.runCommand "gnome-shell-rt" {} '' + mkdir -p $out/bin/ + cp ${gnome-shell}/bin/gnome-shell $out/bin + sed -i "s@${gnome-shell}/bin/@${config.security.wrapperDir}/@" $out/bin/gnome-shell + ''; + in { + # Note we need to clear ExecStart before overriding it + serviceConfig.ExecStart = ["" "${gnomeShellRT}/bin/gnome-shell"]; + # Do not use the default environment, it provides a broken PATH + environment = mkForce {}; + }; + }) + # Adapt from https://gitlab.gnome.org/GNOME/gnome-build-meta/blob/gnome-3-36/elements/core/meta-gnome-core-utilities.bst (mkIf serviceCfg.core-utilities.enable { environment.systemPackages = (with pkgs.gnome3; removePackagesByName [ @@ -363,6 +398,18 @@ in /* gnome-boxes */ ] config.environment.gnome3.excludePackages); + # Enable default program modules + # Since some of these have a corresponding package, we only + # enable that program module if the package hasn't been excluded + # through `environment.gnome3.excludePackages` + programs.evince.enable = notExcluded pkgs.gnome3.evince; + programs.file-roller.enable = notExcluded pkgs.gnome3.file-roller; + programs.geary.enable = notExcluded pkgs.gnome3.geary; + programs.gnome-disks.enable = notExcluded pkgs.gnome3.gnome-disk-utility; + programs.gnome-terminal.enable = notExcluded pkgs.gnome3.gnome-terminal; + programs.seahorse.enable = notExcluded pkgs.gnome3.seahorse; + services.gnome3.sushi.enable = notExcluded pkgs.gnome3.sushi; + # Let nautilus find extensions # TODO: Create nautilus-with-extensions package environment.sessionVariables.NAUTILUS_EXTENSION_DIR = "${config.system.path}/lib/nautilus/extensions-3.0"; @@ -375,25 +422,6 @@ in ]; }) - # Enable default program modules - # Since some of these have a corresponding package, we only - # enable that program module if the package hasn't been excluded - # through `environment.gnome3.excludePackages` - ( - let - notExcluded = pkg: mkDefault (!(lib.elem pkg config.environment.gnome3.excludePackages)); - in - with pkgs.gnome3; - { - programs.evince.enable = notExcluded evince; - programs.file-roller.enable = notExcluded file-roller; - programs.geary.enable = notExcluded geary; - programs.gnome-disks.enable = notExcluded gnome-disk-utility; - programs.gnome-terminal.enable = notExcluded gnome-terminal; - programs.seahorse.enable = notExcluded seahorse; - services.gnome3.sushi.enable = notExcluded sushi; - }) - (mkIf serviceCfg.games.enable { environment.systemPackages = (with pkgs.gnome3; removePackagesByName [ aisleriot atomix five-or-more four-in-a-row gnome-chess gnome-klotski diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix index bb8325c105e..e48b5f23b58 100644 --- a/nixos/modules/services/x11/desktop-managers/plasma5.nix +++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix @@ -274,6 +274,7 @@ in plasma-browser-integration plasma-integration polkit-kde-agent + spectacle systemsettings plasma-desktop diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix index b956f49c036..d369aab5457 100644 --- a/nixos/modules/tasks/network-interfaces.nix +++ b/nixos/modules/tasks/network-interfaces.nix @@ -1090,21 +1090,6 @@ in } else { ping.source = "${pkgs.iputils.out}/bin/ping"; }; - security.apparmor.policies."bin.ping".profile = lib.mkIf config.security.apparmor.policies."bin.ping".enable (lib.mkAfter '' - /run/wrappers/bin/ping { - include - include - rpx /run/wrappers/wrappers.*/ping, - } - /run/wrappers/wrappers.*/ping { - include - include - r /run/wrappers/wrappers.*/ping.real, - mrpx ${config.security.wrappers.ping.source}, - capability net_raw, - capability setpcap, - } - ''); # Set the host and domain names in the activation script. Don't # clear it if it's not configured in the NixOS configuration, diff --git a/nixos/modules/virtualisation/lxc.nix b/nixos/modules/virtualisation/lxc.nix index 0f8b22a45df..f484d5ee59a 100644 --- a/nixos/modules/virtualisation/lxc.nix +++ b/nixos/modules/virtualisation/lxc.nix @@ -74,13 +74,9 @@ in systemd.tmpfiles.rules = [ "d /var/lib/lxc/rootfs 0755 root root -" ]; security.apparmor.packages = [ pkgs.lxc ]; - security.apparmor.policies = { - "bin.lxc-start".profile = '' - include ${pkgs.lxc}/etc/apparmor.d/usr.bin.lxc-start - ''; - "lxc-containers".profile = '' - include ${pkgs.lxc}/etc/apparmor.d/lxc-containers - ''; - }; + security.apparmor.profiles = [ + "${pkgs.lxc}/etc/apparmor.d/lxc-containers" + "${pkgs.lxc}/etc/apparmor.d/usr.bin.lxc-start" + ]; }; } diff --git a/nixos/modules/virtualisation/lxd.nix b/nixos/modules/virtualisation/lxd.nix index 876956f654b..3958fc2c1d7 100644 --- a/nixos/modules/virtualisation/lxd.nix +++ b/nixos/modules/virtualisation/lxd.nix @@ -93,15 +93,11 @@ in security.apparmor = { enable = true; + profiles = [ + "${cfg.lxcPackage}/etc/apparmor.d/usr.bin.lxc-start" + "${cfg.lxcPackage}/etc/apparmor.d/lxc-containers" + ]; packages = [ cfg.lxcPackage ]; - policies = { - "bin.lxc-start".profile = '' - include ${cfg.lxcPackage}/etc/apparmor.d/usr.bin.lxc-start - ''; - "lxc-containers".profile = '' - include ${cfg.lxcPackage}/etc/apparmor.d/lxc-containers - ''; - }; }; systemd.services.lxd = { diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 8048c885e15..0dc14e527d1 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -44,6 +44,7 @@ in caddy = handleTest ./caddy.nix {}; cadvisor = handleTestOn ["x86_64-linux"] ./cadvisor.nix {}; cage = handleTest ./cage.nix {}; + cagebreak = handleTest ./cagebreak.nix {}; cassandra = handleTest ./cassandra.nix {}; ceph-single-node = handleTestOn ["x86_64-linux"] ./ceph-single-node.nix {}; ceph-multi-node = handleTestOn ["x86_64-linux"] ./ceph-multi-node.nix {}; diff --git a/nixos/tests/cagebreak.nix b/nixos/tests/cagebreak.nix new file mode 100644 index 00000000000..ecbb69646a9 --- /dev/null +++ b/nixos/tests/cagebreak.nix @@ -0,0 +1,98 @@ +import ./make-test-python.nix ({ pkgs, lib, ...} : + +let + cagebreakConfigfile = pkgs.writeText "config" '' + workspaces 1 + escape C-t + bind t exec env DISPLAY=:0 ${pkgs.xterm}/bin/xterm -cm -pc + bind a exec ${pkgs.alacritty}/bin/alacritty + ''; +in +{ + name = "cagebreak"; + meta = with pkgs.stdenv.lib.maintainers; { + maintainers = [ berbiche ]; + }; + + machine = { config, ... }: + let + alice = config.users.users.alice; + in { + imports = [ ./common/user-account.nix ]; + + environment.systemPackages = [ pkgs.cagebreak ]; + services.xserver = { + enable = true; + displayManager.autoLogin = { + enable = true; + user = alice.name; + }; + }; + services.xserver.windowManager.session = lib.singleton { + manage = "desktop"; + name = "cagebreak"; + start = '' + export XDG_RUNTIME_DIR=/run/user/${toString alice.uid} + ${pkgs.cagebreak}/bin/cagebreak & + waitPID=$! + ''; + }; + + systemd.services.setupCagebreakConfig = { + wantedBy = [ "multi-user.target" ]; + before = [ "multi-user.target" ]; + environment = { + HOME = alice.home; + }; + unitConfig = { + type = "oneshot"; + RemainAfterExit = true; + user = alice.name; + }; + script = '' + cd $HOME + CONFFILE=$HOME/.config/cagebreak/config + mkdir -p $(dirname $CONFFILE) + cp ${cagebreakConfigfile} $CONFFILE + ''; + }; + + # Copied from cage: + # this needs a fairly recent kernel, otherwise: + # [backend/drm/util.c:215] Unable to add DRM framebuffer: No such file or directory + # [backend/drm/legacy.c:15] Virtual-1: Failed to set CRTC: No such file or directory + # [backend/drm/util.c:215] Unable to add DRM framebuffer: No such file or directory + # [backend/drm/legacy.c:15] Virtual-1: Failed to set CRTC: No such file or directory + # [backend/drm/drm.c:618] Failed to initialize renderer on connector 'Virtual-1': initial page-flip failed + # [backend/drm/drm.c:701] Failed to initialize renderer for plane + boot.kernelPackages = pkgs.linuxPackages_latest; + + virtualisation.memorySize = 1024; + }; + + enableOCR = true; + + testScript = { nodes, ... }: let + user = nodes.machine.config.users.users.alice; + in '' + start_all() + machine.wait_for_unit("multi-user.target") + machine.wait_for_file("/run/user/${toString user.uid}/wayland-0") + + with subtest("ensure wayland works with alacritty"): + machine.send_key("ctrl-t") + machine.send_key("a") + machine.wait_until_succeeds("pgrep alacritty") + machine.wait_for_text("alice@machine") + machine.screenshot("screen") + machine.send_key("ctrl-d") + + with subtest("ensure xwayland works with xterm"): + machine.send_key("ctrl-t") + machine.send_key("t") + machine.wait_until_succeeds("pgrep xterm") + machine.wait_for_text("alice@machine") + machine.screenshot("screen") + machine.send_key("ctrl-d") + ''; +}) diff --git a/nixos/tests/mediatomb.nix b/nixos/tests/mediatomb.nix new file mode 100644 index 00000000000..b7a126a01ad --- /dev/null +++ b/nixos/tests/mediatomb.nix @@ -0,0 +1,81 @@ +import ./make-test-python.nix ({ pkgs, ... }: + +{ + name = "mediatomb"; + + nodes = { + serverGerbera = + { ... }: + let port = 49152; + in { + imports = [ ../modules/profiles/minimal.nix ]; + services.mediatomb = { + enable = true; + serverName = "Gerbera"; + package = pkgs.gerbera; + interface = "eth1"; # accessible from test + openFirewall = true; + mediaDirectories = [ + { path = "/var/lib/gerbera/pictures"; recursive = false; hidden-files = false; } + { path = "/var/lib/gerbera/audio"; recursive = true; hidden-files = false; } + ]; + }; + }; + + serverMediatomb = + { ... }: + let port = 49151; + in { + imports = [ ../modules/profiles/minimal.nix ]; + services.mediatomb = { + enable = true; + serverName = "Mediatomb"; + package = pkgs.mediatomb; + interface = "eth1"; + inherit port; + mediaDirectories = [ + { path = "/var/lib/mediatomb/pictures"; recursive = false; hidden-files = false; } + { path = "/var/lib/mediatomb/audio"; recursive = true; hidden-files = false; } + ]; + }; + networking.firewall.interfaces.eth1 = { + allowedUDPPorts = [ 1900 port ]; + allowedTCPPorts = [ port ]; + }; + }; + + client = { ... }: { }; + }; + + testScript = + '' + start_all() + + port = 49151 + serverMediatomb.succeed("mkdir -p /var/lib/mediatomb/{pictures,audio}") + serverMediatomb.succeed("chown -R mediatomb:mediatomb /var/lib/mediatomb") + serverMediatomb.wait_for_unit("mediatomb") + serverMediatomb.wait_for_open_port(port) + serverMediatomb.succeed(f"curl --fail http://serverMediatomb:{port}/") + page = client.succeed(f"curl --fail http://serverMediatomb:{port}/") + assert "MediaTomb" in page and "Gerbera" not in page + serverMediatomb.shutdown() + + port = 49152 + serverGerbera.succeed("mkdir -p /var/lib/mediatomb/{pictures,audio}") + serverGerbera.succeed("chown -R mediatomb:mediatomb /var/lib/mediatomb") + # service running gerbera fails the first time claiming something is already bound + # gerbera[715]: 2020-07-18 23:52:14 info: Please check if another instance of Gerbera or + # gerbera[715]: 2020-07-18 23:52:14 info: another application is running on port TCP 49152 or UDP 1900. + # I did not find anything so here I work around this + serverGerbera.succeed("sleep 2") + serverGerbera.wait_until_succeeds("systemctl restart mediatomb") + serverGerbera.wait_for_unit("mediatomb") + serverGerbera.succeed(f"curl --fail http://serverGerbera:{port}/") + page = client.succeed(f"curl --fail http://serverGerbera:{port}/") + assert "Gerbera" in page and "MediaTomb" not in page + + serverGerbera.shutdown() + client.shutdown() + ''; +}) diff --git a/nixos/tests/mumble.nix b/nixos/tests/mumble.nix index e9b6d14c6a1..cb3e0ec42fc 100644 --- a/nixos/tests/mumble.nix +++ b/nixos/tests/mumble.nix @@ -5,6 +5,12 @@ let imports = [ ./common/x11.nix ]; environment.systemPackages = [ pkgs.mumble ]; }; + + # outside of tests, this file should obviously not come from the nix store + envFile = pkgs.writeText "nixos-test-mumble-murmurd.env" '' + MURMURD_PASSWORD=testpassword + ''; + in { name = "mumble"; @@ -14,8 +20,10 @@ in nodes = { server = { config, ... }: { - services.murmur.enable = true; + services.murmur.enable = true; services.murmur.registerName = "NixOS tests"; + services.murmur.password = "$MURMURD_PASSWORD"; + services.murmur.environmentFile = envFile; networking.firewall.allowedTCPPorts = [ config.services.murmur.port ]; }; @@ -30,8 +38,8 @@ in client1.wait_for_x() client2.wait_for_x() - client1.execute("mumble mumble://client1\@server/test &") - client2.execute("mumble mumble://client2\@server/test &") + client1.execute("mumble mumble://client1:testpassword\@server/test &") + client2.execute("mumble mumble://client2:testpassword\@server/test &") # cancel client audio configuration client1.wait_for_window(r"Audio Tuning Wizard") @@ -63,8 +71,12 @@ in client2.send_chars("y") # Find clients in logs - server.wait_until_succeeds("journalctl -eu murmur -o cat | grep -q client1") - server.wait_until_succeeds("journalctl -eu murmur -o cat | grep -q client2") + server.wait_until_succeeds( + "journalctl -eu murmur -o cat | grep -q 'client1.\+Authenticated'" + ) + server.wait_until_succeeds( + "journalctl -eu murmur -o cat | grep -q 'client2.\+Authenticated'" + ) server.sleep(5) # wait to get screenshot client1.screenshot("screen1") diff --git a/pkgs/applications/audio/mellowplayer/default.nix b/pkgs/applications/audio/mellowplayer/default.nix index 93c0b36bbb0..a117611fdfa 100644 --- a/pkgs/applications/audio/mellowplayer/default.nix +++ b/pkgs/applications/audio/mellowplayer/default.nix @@ -14,13 +14,13 @@ mkDerivation rec { pname = "MellowPlayer"; - version = "3.6.5"; + version = "3.6.6"; src = fetchFromGitLab { owner = "ColinDuquesnoy"; repo = "MellowPlayer"; rev = version; - sha256 = "1fnfqyy52hnh9vwq4rcndcqwh0zsm1sd3vi4h5gzaj4zbniq5v2f"; + sha256 = "14y175fl6wg04fz0fhx553r8z3nwqrs2lr3rdls70bhwx5x6lavw"; }; nativeBuildInputs = [ cmake pkgconfig ]; diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix index 9274044090b..d8c927be268 100644 --- a/pkgs/applications/audio/picard/default.nix +++ b/pkgs/applications/audio/picard/default.nix @@ -58,7 +58,7 @@ in pythonPackages.buildPythonApplication rec { homepage = "https://picard.musicbrainz.org/"; description = "The official MusicBrainz tagger"; maintainers = with maintainers; [ ehmry ]; - license = licenses.gpl2; + license = licenses.gpl2Plus; platforms = platforms.all; }; } diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix index 6952d469adb..20778fc986b 100644 --- a/pkgs/applications/blockchains/go-ethereum.nix +++ b/pkgs/applications/blockchains/go-ethereum.nix @@ -2,17 +2,17 @@ buildGoModule rec { pname = "go-ethereum"; - version = "1.9.21"; + version = "1.9.22"; src = fetchFromGitHub { owner = "ethereum"; repo = pname; rev = "v${version}"; - sha256 = "0mr5pw08jka11lzgl28555nb90cqxx9vlqd1plfmyic6rb5z11df"; + sha256 = "08i31xil2lygfcn2igsvn4hpg8xnf8l6g914f78hgl4wj6v1dja9"; }; runVend = true; - vendorSha256 = "155hmny3543h02ryn1nnlpmvs0qvhd0lb66vmkhw5351m6gkbx7x"; + vendorSha256 = "1qbg44cryiv9kvcak6qjrbmkc9bxyk5fybj62vdkskqfjvv86068"; doCheck = false; diff --git a/pkgs/applications/blockchains/monero-gui/default.nix b/pkgs/applications/blockchains/monero-gui/default.nix index 6ea075e2a36..776d51ca6bd 100644 --- a/pkgs/applications/blockchains/monero-gui/default.nix +++ b/pkgs/applications/blockchains/monero-gui/default.nix @@ -1,62 +1,87 @@ { stdenv, wrapQtAppsHook, makeDesktopItem -, fetchFromGitHub, qmake, qttools, pkgconfig +, fetchFromGitHub +, cmake, qttools, pkgconfig , qtbase, qtdeclarative, qtgraphicaleffects , qtmultimedia, qtxmlpatterns , qtquickcontrols, qtquickcontrols2 -, monero, unbound, readline, boost, libunwind -, libsodium, pcsclite, zeromq, libgcrypt, libgpgerror -, hidapi, libusb-compat-0_1, protobuf, randomx +, monero, miniupnpc, unbound, readline +, boost, libunwind, libsodium, pcsclite +, randomx, zeromq, libgcrypt, libgpgerror +, hidapi, rapidjson +, trezorSupport ? true +, libusb1 ? null +, protobuf ? null +, python3 ? null }: with stdenv.lib; +assert trezorSupport -> all (x: x!=null) [ libusb1 protobuf python3 ]; + +let + arch = if stdenv.isx86_64 then "x86-64" + else if stdenv.isi686 then "i686" + else if stdenv.isAarch64 then "armv8-a" + else throw "unsupported architecture"; +in + stdenv.mkDerivation rec { pname = "monero-gui"; - version = "0.16.0.3"; + version = "0.17.0.1"; src = fetchFromGitHub { owner = "monero-project"; repo = "monero-gui"; rev = "v${version}"; - sha256 = "0iwjp8x5swy8i8pzrlm5v55awhm54cf48pm1vz98lcq361lhfzk6"; + sha256 = "1i9a3ampppyzsl4sllbqlr3w43sjpb3fdfxhb1j4n49p8g0jzmf3"; }; - nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ]; + nativeBuildInputs = [ + cmake pkgconfig wrapQtAppsHook + (getDev qttools) + ]; buildInputs = [ qtbase qtdeclarative qtgraphicaleffects qtmultimedia qtquickcontrols qtquickcontrols2 qtxmlpatterns - monero unbound readline libgcrypt libgpgerror - boost libunwind libsodium pcsclite zeromq - hidapi libusb-compat-0_1 protobuf randomx - ]; + monero miniupnpc unbound readline + randomx libgcrypt libgpgerror + boost libunwind libsodium pcsclite + zeromq hidapi rapidjson + ] ++ optionals trezorSupport [ libusb1 protobuf python3 ]; - NIX_CFLAGS_COMPILE = [ "-Wno-error=format-security" ]; + postUnpack = '' + # copy monero sources here + # (needs to be writable) + cp -r ${monero.source}/* source/monero + chmod -R +w source/monero + ''; patches = [ ./move-log-file.patch ]; postPatch = '' - echo ' - var GUI_VERSION = "${version}"; - var GUI_MONERO_VERSION = "${getVersion monero}"; - ' > version.js - substituteInPlace monero-wallet-gui.pro \ - --replace '$$[QT_INSTALL_BINS]/lrelease' '${getDev qttools}/bin/lrelease' + # set monero-gui version + substituteInPlace src/version.js.in \ + --replace '@VERSION_TAG_GUI@' '${version}' + + # remove this line on the next release + rm cmake/Version.cmake + + # use monerod from the monero package substituteInPlace src/daemon/DaemonManager.cpp \ --replace 'QApplication::applicationDirPath() + "' '"${monero}/bin' + + # only build external deps, *not* the full monero + substituteInPlace CMakeLists.txt \ + --replace 'add_subdirectory(monero)' \ + 'add_subdirectory(monero EXCLUDE_FROM_ALL)' ''; - makeFlags = [ "INSTALL_ROOT=$(out)" ]; - - preBuild = '' - sed -i s#/opt/monero-wallet-gui##g Makefile - make -C src/zxcvbn-c - - # use nixpkgs monero sources - rmdir monero - ln -s "${monero.src}" monero - ''; + cmakeFlags = [ + "-DCMAKE_INSTALL_PREFIX=$out/bin" + "-DARCH=${arch}" + ]; desktopItem = makeDesktopItem { name = "monero-wallet-gui"; @@ -69,15 +94,15 @@ stdenv.mkDerivation rec { postInstall = '' # install desktop entry - mkdir -p $out/share/applications - cp ${desktopItem}/share/applications/* $out/share/applications + install -Dm644 -t $out/share/applications \ + ${desktopItem}/share/applications/* # install icons for n in 16 24 32 48 64 96 128 256; do size=$n"x"$n - mkdir -p $out/share/icons/hicolor/$size/apps - cp $src/images/appicons/$size.png \ - $out/share/icons/hicolor/$size/apps/monero.png + install -Dm644 \ + -t $out/share/icons/hicolor/$size/apps/monero.png \ + $src/images/appicons/$size.png done; ''; diff --git a/pkgs/applications/blockchains/monero/default.nix b/pkgs/applications/blockchains/monero/default.nix index f1186564119..935040bc7bb 100644 --- a/pkgs/applications/blockchains/monero/default.nix +++ b/pkgs/applications/blockchains/monero/default.nix @@ -1,40 +1,69 @@ -{ stdenv, fetchFromGitHub +{ stdenv, fetchFromGitHub, fetchpatch , cmake, pkgconfig , boost, miniupnpc, openssl, unbound , zeromq, pcsclite, readline, libsodium, hidapi -, protobuf, randomx, rapidjson, libusb-compat-0_1 +, randomx, rapidjson , CoreData, IOKit, PCSC +, trezorSupport ? true +, libusb1 ? null +, protobuf ? null +, python3 ? null }: +with stdenv.lib; + assert stdenv.isDarwin -> IOKit != null; +assert trezorSupport -> all (x: x!=null) [ libusb1 protobuf python3 ]; stdenv.mkDerivation rec { pname = "monero"; - version = "0.16.0.3"; + version = "0.17.0.1"; src = fetchFromGitHub { owner = "monero-project"; repo = "monero"; rev = "v${version}"; - sha256 = "1r9x3712vhb24dxxirfiwj5f9x0h4m7x0ngiiavf5983dfdlgz33"; + sha256 = "1v0phvg5ralli4dr09a60nq032xqlci5d6v4zfq8304vgrn1ffgp"; fetchSubmodules = true; }; + patches = [ + ./use-system-libraries.patch + + # This fixes a bug in the monero-gui build system, + # remove it once the PR has been merged + (fetchpatch { + url = "https://github.com/monero-project/monero/pull/6867.patch"; + sha256 = "0nxa6861df1fadrm9bmhqf2g6mljgr4jndsbxqp7g501hv9z51j3"; + }) + ]; + + postPatch = '' + # remove vendored libraries + rm -r external/{miniupnp,randomx,rapidjson,unbound} + # export patched source for monero-gui + cp -r . $source + ''; + nativeBuildInputs = [ cmake pkgconfig ]; buildInputs = [ boost miniupnpc openssl unbound zeromq pcsclite readline libsodium hidapi randomx rapidjson - protobuf libusb-compat-0_1 - ] ++ stdenv.lib.optionals stdenv.isDarwin [ IOKit CoreData PCSC ]; + protobuf + ] ++ optionals stdenv.isDarwin [ IOKit CoreData PCSC ] + ++ optionals trezorSupport [ libusb1 protobuf python3 ]; cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" "-DUSE_DEVICE_TREZOR=ON" "-DBUILD_GUI_DEPS=ON" "-DReadline_ROOT_DIR=${readline.dev}" - ] ++ stdenv.lib.optional stdenv.isDarwin "-DBoost_USE_MULTITHREADED=OFF"; + "-DRandomX_ROOT_DIR=${randomx}" + ] ++ optional stdenv.isDarwin "-DBoost_USE_MULTITHREADED=OFF"; + + outputs = [ "out" "source" ]; meta = with stdenv.lib; { description = "Private, secure, untraceable currency"; diff --git a/pkgs/applications/blockchains/monero/use-system-libraries.patch b/pkgs/applications/blockchains/monero/use-system-libraries.patch new file mode 100644 index 00000000000..57e2a2e9a69 --- /dev/null +++ b/pkgs/applications/blockchains/monero/use-system-libraries.patch @@ -0,0 +1,69 @@ +diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt +index a8916a7d0..39ec7747b 100644 +--- a/external/CMakeLists.txt ++++ b/external/CMakeLists.txt +@@ -37,34 +37,16 @@ + + find_package(Miniupnpc REQUIRED) + +-message(STATUS "Using in-tree miniupnpc") +-add_subdirectory(miniupnp/miniupnpc) +-set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external") +-if(MSVC) +- set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267") +-elseif(NOT MSVC) +- set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-undef -Wno-unused-result -Wno-unused-value") +-endif() +-if(CMAKE_SYSTEM_NAME MATCHES "NetBSD") +- set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -D_NETBSD_SOURCE") +-endif() +- +-set(UPNP_LIBRARIES "libminiupnpc-static" PARENT_SCOPE) ++set(UPNP_STATIC false PARENT_SCOPE) ++set(UPNP_INCLUDE ${MINIUPNP_INCLUDE_DIR} PARENT_SCOPE) ++set(UPNP_LIBRARIES ${MINIUPNP_LIBRARY} PARENT_SCOPE) + + find_package(Unbound) + + if(NOT UNBOUND_INCLUDE_DIR OR STATIC) +- # NOTE: If STATIC is true, CMAKE_FIND_LIBRARY_SUFFIXES has been reordered. +- # unbound has config tests which used OpenSSL libraries, so -ldl may need to +- # be set in this case. +- # The unbound CMakeLists.txt can set it, since it's also needed for the +- # static OpenSSL libraries set up there after with target_link_libraries. +- add_subdirectory(unbound) +- +- set(UNBOUND_STATIC true PARENT_SCOPE) +- set(UNBOUND_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/unbound/libunbound" PARENT_SCOPE) +- set(UNBOUND_LIBRARY "unbound" PARENT_SCOPE) +- set(UNBOUND_LIBRARY_DIRS "${LIBEVENT2_LIBDIR}" PARENT_SCOPE) ++ set(UNBOUND_STATIC false PARENT_SCOPE) ++ set(UPNP_INCLUDE ${MINIUPNP_INCLUDE_DIR} PARENT_SCOPE) ++ set(UPNP_LIBRARIES ${MINIUPNP_LIBRARY} PARENT_SCOPE) + else() + message(STATUS "Found libunbound include (unbound.h) in ${UNBOUND_INCLUDE_DIR}") + if(UNBOUND_LIBRARIES) +@@ -81,4 +63,5 @@ endif() + add_subdirectory(db_drivers) + add_subdirectory(easylogging++) + add_subdirectory(qrcodegen) +-add_subdirectory(randomx EXCLUDE_FROM_ALL) ++ ++find_library(RANDOMX_LIBRARIES NAMES RandomX) +diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl +index 175741146..088b582f7 100644 +--- a/src/p2p/net_node.inl ++++ b/src/p2p/net_node.inl +@@ -60,9 +60,9 @@ + #include "cryptonote_core/cryptonote_core.h" + #include "net/parse.h" + +-#include +-#include +-#include ++#include ++#include ++#include + + #undef MONERO_DEFAULT_LOG_CATEGORY + #define MONERO_DEFAULT_LOG_CATEGORY "net.p2p" diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix index 5f26fa23bc2..35640965c6f 100644 --- a/pkgs/applications/editors/atom/default.nix +++ b/pkgs/applications/editors/atom/default.nix @@ -85,7 +85,7 @@ let description = "A hackable text editor for the 21st Century"; homepage = "https://atom.io/"; license = licenses.mit; - maintainers = with maintainers; [ offline nequissimus ysndr ]; + maintainers = with maintainers; [ offline ysndr ]; platforms = platforms.x86_64; }; }; diff --git a/pkgs/applications/editors/glow/default.nix b/pkgs/applications/editors/glow/default.nix index 347c5970cae..7af1287d8c1 100644 --- a/pkgs/applications/editors/glow/default.nix +++ b/pkgs/applications/editors/glow/default.nix @@ -2,25 +2,25 @@ buildGoModule rec { pname = "glow"; - version = "0.2.0"; + version = "1.0.1"; src = fetchFromGitHub { owner = "charmbracelet"; repo = "glow"; rev = "v${version}"; - sha256 = "0vhl8d7xxqqyl916nh8sgm1xdaf7xlc3r18464bd2av22q9yz68n"; + sha256 = "05scgdivb0hf0lfznikn20b6pgb479jhs24hgf5f5i60v37v930y"; }; - vendorSha256 = "1c16s5xiqr36azh2w90wg14jlw67ca2flbgjijpz7qd0ypxyfqlk"; + vendorSha256 = "180g6d9w3lfmxj4843kqvq4ikg8lwmwprgfxdgz1lzvjmbfjj3g9"; doCheck = false; buildFlagsArray = [ "-ldflags=" "-X=main.Version=${version}" ]; meta = with lib; { - description = "Render markdown on the CLI"; + description = "Render markdown on the CLI, with pizzazz!"; homepage = "https://github.com/charmbracelet/glow"; license = licenses.mit; - maintainers = with maintainers; [ ehmry filalex77 ]; + maintainers = with maintainers; [ ehmry filalex77 penguwin ]; }; } diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix index 244649f8663..6909af712fa 100644 --- a/pkgs/applications/editors/nano/default.nix +++ b/pkgs/applications/editors/nano/default.nix @@ -20,11 +20,11 @@ let in stdenv.mkDerivation rec { pname = "nano"; - version = "5.2"; + version = "5.3"; src = fetchurl { url = "mirror://gnu/nano/${pname}-${version}.tar.xz"; - sha256 = "1qd7pn9g5dgzbfg4fb3nqxqgi2iqq0g6x33x8d1mx6mfw51xmhij"; + sha256 = "0lj3fcfzprmv9raydx8yq25lw81bs6g40rhd0fv9d6idcb7wphf5"; }; nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext; diff --git a/pkgs/applications/editors/nano/nanorc/default.nix b/pkgs/applications/editors/nano/nanorc/default.nix index 5f3a1ac91bd..4d4b093233b 100644 --- a/pkgs/applications/editors/nano/nanorc/default.nix +++ b/pkgs/applications/editors/nano/nanorc/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "nanorc"; - version = "2018-09-05"; + version = "2020-01-25"; src = fetchFromGitHub { owner = "scopatz"; repo = "nanorc"; - rev = "1e589cb729d24fba470228d429e6dde07973d597"; - sha256 = "136yxr38lzrfv8bar0c6c56rh54q9s94zpwa19f425crh44drppl"; + rev = "2020.1.25"; + sha256 = "1y8jk3jsl4bd6r4hzmxzcf77hv8bwm0318yv7y2npkkd3a060z8d"; }; dontBuild = true; diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix index 6ec15bf02ab..025f97b54e6 100644 --- a/pkgs/applications/graphics/gimp/default.nix +++ b/pkgs/applications/graphics/gimp/default.nix @@ -52,13 +52,13 @@ let python = python2.withPackages (pp: [ pp.pygtk ]); in stdenv.mkDerivation rec { pname = "gimp"; - version = "2.10.20"; + version = "2.10.22"; outputs = [ "out" "dev" ]; src = fetchurl { url = "http://download.gimp.org/pub/gimp/v${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "4S+fh0saAHxCd7YKqB4LZzML5+YVPldJ6tg5uQL8ezw="; + sha256 = "1fqqyshakvdarf1jipk2n33ibqr23ni22z3d8srq13bpydblpf1d"; }; patches = [ diff --git a/pkgs/applications/misc/ArchiSteamFarm/default.nix b/pkgs/applications/misc/ArchiSteamFarm/default.nix index 38a25b3375a..86947c0bd66 100644 --- a/pkgs/applications/misc/ArchiSteamFarm/default.nix +++ b/pkgs/applications/misc/ArchiSteamFarm/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "ArchiSteamFarm"; - version = "4.2.4.0"; + version = "4.3.0.6"; src = fetchurl { url = "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${version}/ASF-generic.zip"; - sha256 = "1nkbyy9gnp8nkr04bbiapwvv2nspnl36fvnzjwaq4a13mj49m5zq"; + sha256 = "1i8cb9j1dk2ikrdr11gah48wrsmw52gj70pv7yml1pzb435madm8"; }; nativeBuildInputs = [ unzip makeWrapper jq ]; diff --git a/pkgs/applications/misc/charm/default.nix b/pkgs/applications/misc/charm/default.nix new file mode 100644 index 00000000000..98e04e81c12 --- /dev/null +++ b/pkgs/applications/misc/charm/default.nix @@ -0,0 +1,26 @@ +{ lib, buildGoModule, fetchFromGitHub }: + +buildGoModule rec { + pname = "charm"; + version = "0.8.3"; + + src = fetchFromGitHub { + owner = "charmbracelet"; + repo = "charm"; + rev = "v${version}"; + sha256 = "1nbix7fi6g9jadak5zyx7fdz7d6367aly6fnrs0v98zsl1kxyvx3"; + }; + + vendorSha256 = "0lhml6m0j9ksn09j7z4d9pix5aszhndpyqajycwj3apvi3ic90il"; + + doCheck = false; + + buildFlagsArray = [ "-ldflags=" "-X=main.Version=${version}" ]; + + meta = with lib; { + description = "Manage your charm account on the CLI"; + homepage = "https://github.com/charmbracelet/charm"; + license = licenses.mit; + maintainers = with maintainers; [ penguwin ]; + }; +} diff --git a/pkgs/applications/misc/dbeaver/default.nix b/pkgs/applications/misc/dbeaver/default.nix index 3d7d7bb40af..c5cd4fa6c7e 100644 --- a/pkgs/applications/misc/dbeaver/default.nix +++ b/pkgs/applications/misc/dbeaver/default.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { pname = "dbeaver-ce"; - version = "7.2.1"; + version = "7.2.2"; desktopItem = makeDesktopItem { name = "dbeaver"; @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://dbeaver.io/files/${version}/dbeaver-ce-${version}-linux.gtk.x86_64.tar.gz"; - sha256 = "0vdwbgff55aq5l67fczdvw7kn7kf0dsz183x5lz2v1sb2blsjvjj"; + sha256 = "08dm10smmzrpsc4vc5p3p6fbkg6a5r1sgmbdgr2ihkbk28gylfh0"; }; installPhase = '' diff --git a/pkgs/applications/misc/kitty/default.nix b/pkgs/applications/misc/kitty/default.nix index bc488ac13ca..e2eda846d60 100644 --- a/pkgs/applications/misc/kitty/default.nix +++ b/pkgs/applications/misc/kitty/default.nix @@ -21,14 +21,14 @@ with python3Packages; buildPythonApplication rec { pname = "kitty"; - version = "0.19.0"; + version = "0.19.1"; format = "other"; src = fetchFromGitHub { owner = "kovidgoyal"; repo = "kitty"; rev = "v${version}"; - sha256 = "0j2ci6acfl21mm111iis0aa5jp1hl1fnlvlhhfps9j5w4ba8sy7z"; + sha256 = "145fx4nnn0gszawllfwqf1h65ak0ij6ffargs7y0cgaxsc991s6m"; }; buildInputs = [ diff --git a/pkgs/applications/misc/prevo/data.nix b/pkgs/applications/misc/prevo/data.nix new file mode 100644 index 00000000000..7f61f60bf6a --- /dev/null +++ b/pkgs/applications/misc/prevo/data.nix @@ -0,0 +1,41 @@ +{ stdenv, fetchFromGitHub, prevo-tools }: + +stdenv.mkDerivation rec { + pname = "prevo-data"; + version = "2020-03-08"; + + src = fetchFromGitHub { + owner = "bpeel"; + repo = "revo"; + rev = "1e8d7197c0bc831e2127909e77e64dfc26906bdd"; + sha256 = "1ldhzpi3d5cbssv8r7acsn7qwxcl8qpqi8ywpsp7cbgx3w7hhkyz"; + }; + + nativeBuildInputs = [ prevo-tools ]; + + dontUnpack = true; + + buildPhase = '' + prevodb -s -i $src -o prevo.db + ''; + + installPhase = '' + mkdir -p $out/share/prevo + cp prevo.db $out/share/prevo/ + ''; + + meta = with stdenv.lib; { + description = + "data for offline version of the Esperanto dictionary Reta Vortaro"; + longDescription = '' + PReVo is the "portable" ReVo, i.e., the offline version + of the Esperanto dictionary Reta Vortaro. + + This package provides the ReVo database for the prevo command line application. + ''; + homepage = "https://github.com/bpeel/revo"; + license = licenses.gpl2Only; + maintainers = [ maintainers.das-g ]; + platforms = platforms.linux; + }; +} diff --git a/pkgs/applications/misc/prevo/default.nix b/pkgs/applications/misc/prevo/default.nix new file mode 100644 index 00000000000..1f299b15d40 --- /dev/null +++ b/pkgs/applications/misc/prevo/default.nix @@ -0,0 +1,27 @@ +{ stdenv, symlinkJoin, prevo-tools, prevo-data, makeWrapper }: + +symlinkJoin rec { + name = "prevo-${version}"; + inherit (prevo-tools) version; + + paths = [ prevo-tools ]; + + nativeBuildInputs = [ makeWrapper ]; + + postBuild = '' + wrapProgram $out/bin/prevo \ + --prefix XDG_DATA_DIRS : "${prevo-data}/share" + ''; + + meta = with stdenv.lib; { + description = "offline version of the Esperanto dictionary Reta Vortaro"; + longDescription = '' + PReVo is the "portable" ReVo, i.e., the offline version + of the Esperanto dictionary Reta Vortaro. + ''; + homepage = "https://github.com/bpeel/prevodb"; + license = licenses.gpl2Only; + maintainers = [ maintainers.das-g ]; + platforms = platforms.linux; + }; +} diff --git a/pkgs/applications/misc/prevo/tools.nix b/pkgs/applications/misc/prevo/tools.nix new file mode 100644 index 00000000000..6a85e73bf85 --- /dev/null +++ b/pkgs/applications/misc/prevo/tools.nix @@ -0,0 +1,38 @@ +{ stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib, expat +, installShellFiles }: + +stdenv.mkDerivation rec { + pname = "prevo-tools"; + version = "0.2"; + + src = fetchFromGitHub { + owner = "bpeel"; + repo = "prevodb"; + rev = version; + sha256 = "1fyrc4g9qdq04nxs4g8x0krxfani5xady6v9m0qfqpbh4xk2ry2d"; + }; + + nativeBuildInputs = [ autoreconfHook pkg-config installShellFiles ]; + buildInputs = [ glib expat ]; + + postInstall = '' + installShellCompletion --bash $out/etc/bash_completion.d/prevo-completion + ''; + + meta = with stdenv.lib; { + description = + "CLI tools for the offline version of the Esperanto dictionary Reta Vortaro"; + longDescription = '' + PReVo is the "portable" ReVo, i.e., the offline version + of the Esperanto dictionary Reta Vortaro. + + This package provides the command line application prevo to query a local + ReVo database, as well as the command line tool revodb to create such a + database for this application or for the Android app of the same name. + ''; + homepage = "https://github.com/bpeel/prevodb"; + license = licenses.gpl2Only; + maintainers = [ maintainers.das-g ]; + platforms = platforms.linux; + }; +} diff --git a/pkgs/applications/misc/wtf/default.nix b/pkgs/applications/misc/wtf/default.nix index 612b97b5b53..657d54f732c 100644 --- a/pkgs/applications/misc/wtf/default.nix +++ b/pkgs/applications/misc/wtf/default.nix @@ -3,20 +3,21 @@ , lib , makeWrapper , ncurses +, stdenv }: buildGoModule rec { pname = "wtf"; - version = "0.31.0"; + version = "0.32.0"; src = fetchFromGitHub { owner = "wtfutil"; repo = pname; rev = "v${version}"; - sha256 = "07ngk83p753w9qxm8bvw6n5vk0zldn14yv08d900sxny8cg2h0rb"; + sha256 = "1055shnf716ga46wwcaffdpgc1glr8vrqrbs2sqbkr3wjan6n0nw"; }; - vendorSha256 = "09iy148pnbdrzjj2j50lbd8s9mkv7vggrx77mj88p1gnqclz3lip"; + vendorSha256 = "0l1q29mdb13ir7n1x65jfnrmy1lamlsa6hm2jagf6yjbm6wf1kw4"; doCheck = false; @@ -37,5 +38,6 @@ buildGoModule rec { license = licenses.mpl20; maintainers = with maintainers; [ kalbasit ]; platforms = platforms.linux ++ platforms.darwin; + broken = stdenv.isDarwin; }; } diff --git a/pkgs/applications/misc/zola/default.nix b/pkgs/applications/misc/zola/default.nix index a6869179e39..377260a662d 100644 --- a/pkgs/applications/misc/zola/default.nix +++ b/pkgs/applications/misc/zola/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "zola"; - version = "0.12.1"; + version = "0.12.2"; src = fetchFromGitHub { owner = "getzola"; repo = pname; rev = "v${version}"; - sha256 = "00fkcrr40v93z23h3q2wqlfx0120g59j6j9szk8nx9x85i40j3if"; + sha256 = "sha256:0fb227kgani32ljnw73a0h5zn5361z5lraf79y34a0chcby2qv35"; }; - cargoSha256 = "1wdypyy787dzdq5q64a9mjfygg0kli49yjzw7xh66sjd7263w9fs"; + cargoSha256 = "sha256:0ilfr32zcajag05qcpwi5ixz250s427i4xrjf4wrk7qy32bblnr5"; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ openssl oniguruma ] @@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec { description = "A fast static site generator with everything built-in"; homepage = "https://www.getzola.org/"; license = licenses.mit; - maintainers = with maintainers; [ dywedir ]; + maintainers = with maintainers; [ dywedir _0x4A6F ]; }; } diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix index f76a108c7ff..5837ddd7efc 100644 --- a/pkgs/applications/networking/browsers/firefox/common.nix +++ b/pkgs/applications/networking/browsers/firefox/common.nix @@ -21,8 +21,9 @@ , pulseaudioSupport ? stdenv.isLinux, libpulseaudio , ffmpegSupport ? true , gtk3Support ? true, gtk2, gtk3, wrapGAppsHook -, waylandSupport ? true, libxkbcommon, pipewire +, waylandSupport ? true, libxkbcommon , gssSupport ? true, kerberos +, pipewireSupport ? waylandSupport && webrtcSupport, pipewire ## privacy-related options @@ -69,6 +70,7 @@ }: assert stdenv.cc.libc or null != null; +assert pipewireSupport -> !waylandSupport || !webrtcSupport -> throw "pipewireSupport requires both wayland and webrtc support."; let flag = tf: x: [(if tf then "--enable-${x}" else "--disable-${x}")]; @@ -84,6 +86,7 @@ let execdir = if stdenv.isDarwin then "/Applications/${binaryNameCapitalized}.app/Contents/MacOS" else "/bin"; + in stdenv.mkDerivation ({ @@ -94,12 +97,12 @@ stdenv.mkDerivation ({ patches = [ ./env_var_for_system_dir.patch + ] ++ lib.optional pipewireSupport (fetchpatch { # https://src.fedoraproject.org/rpms/firefox/blob/master/f/firefox-pipewire-0-3.patch url = "https://src.fedoraproject.org/rpms/firefox/raw/e99b683a352cf5b2c9ff198756859bae408b5d9d/f/firefox-pipewire-0-3.patch"; sha256 = "0qc62di5823r7ly2lxkclzj9rhg2z7ms81igz44nv0fzv3dszdab"; }) - ] ++ patches; @@ -128,7 +131,8 @@ stdenv.mkDerivation ({ ++ lib.optional pulseaudioSupport libpulseaudio # only headers are needed ++ lib.optional gtk3Support gtk3 ++ lib.optional gssSupport kerberos - ++ lib.optionals waylandSupport [ libxkbcommon pipewire ] + ++ lib.optionals waylandSupport [ libxkbcommon ] + ++ lib.optionals pipewireSupport [ pipewire ] ++ lib.optionals stdenv.isDarwin [ CoreMedia ExceptionHandling Kerberos AVFoundation MediaToolbox CoreLocation Foundation libobjc AddressBook cups ]; @@ -142,8 +146,10 @@ stdenv.mkDerivation ({ postPatch = '' rm -rf obj-x86_64-pc-linux-gnu - - # needed for enabling webrtc+pipewire + '' + lib.optionalString pipewireSupport '' + # substitute the /usr/include/ lines for the libraries that pipewire provides. + # The patch we pick from fedora only contains the generated moz.build files + # which hardcode the dependency paths instead of running pkg_config. substituteInPlace \ media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build \ --replace /usr/include ${pipewire.dev}/include diff --git a/pkgs/applications/networking/browsers/palemoon/default.nix b/pkgs/applications/networking/browsers/palemoon/default.nix index 9f2eda4c3ba..8bfbf98b198 100644 --- a/pkgs/applications/networking/browsers/palemoon/default.nix +++ b/pkgs/applications/networking/browsers/palemoon/default.nix @@ -2,7 +2,7 @@ , pkgconfig, autoconf213, alsaLib, bzip2, cairo , dbus, dbus-glib, ffmpeg_3, file, fontconfig, freetype , gnome2, gnum4, gtk2, hunspell, libevent, libjpeg -, libnotify, libstartup_notification, makeWrapper +, libnotify, libstartup_notification, wrapGAppsHook , libGLU, libGL, perl, python2, libpulseaudio , unzip, xorg, wget, which, yasm, zip, zlib @@ -16,13 +16,13 @@ let in stdenv.mkDerivation rec { pname = "palemoon"; - version = "28.13.0"; + version = "28.14.2"; src = fetchFromGitHub { owner = "MoonchildProductions"; repo = "Pale-Moon"; rev = "${version}_Release"; - sha256 = "1lza6239kb32wnwd9cwddn11npg1qx7p69l7qy63h9c59w29iypa"; + sha256 = "1qz2sqc8rcg5z5kncabgmpl6v4i6wrs9dlgmna69255qrmsshwgm"; fetchSubmodules = true; }; @@ -42,7 +42,7 @@ in stdenv.mkDerivation rec { ''; nativeBuildInputs = [ - desktop-file-utils file gnum4 makeWrapper perl pkgconfig python2 wget which + desktop-file-utils file gnum4 perl pkgconfig python2 wget which wrapGAppsHook ]; buildInputs = [ @@ -126,9 +126,15 @@ in stdenv.mkDerivation rec { size=$n"x"$n install -Dm644 $src/palemoon/branding/official/$iconname.png $out/share/icons/hicolor/$size/apps/palemoon.png done + ''; - wrapProgram $out/lib/palemoon-${version}/palemoon \ + dontWrapGApps = true; + + preFixup = '' + gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH : "${libPath}" + ) + wrapGApp $out/lib/palemoon-${version}/palemoon ''; meta = with lib; { diff --git a/pkgs/applications/networking/browsers/vivaldi/default.nix b/pkgs/applications/networking/browsers/vivaldi/default.nix index fbf49b9f41b..29a48939fac 100644 --- a/pkgs/applications/networking/browsers/vivaldi/default.nix +++ b/pkgs/applications/networking/browsers/vivaldi/default.nix @@ -90,7 +90,7 @@ in stdenv.mkDerivation rec { description = "A Browser for our Friends, powerful and personal"; homepage = "https://vivaldi.com"; license = licenses.unfree; - maintainers = with maintainers; [ otwieracz nequissimus badmutex ]; + maintainers = with maintainers; [ otwieracz badmutex ]; platforms = [ "x86_64-linux" ]; }; } diff --git a/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-skypeweb/default.nix b/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-skypeweb/default.nix index 7bb2517a188..72309e3479f 100644 --- a/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-skypeweb/default.nix +++ b/pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-skypeweb/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pidgin-skypeweb"; - version = "1.6"; + version = "1.7"; src = fetchFromGitHub { owner = "EionRobb"; repo = "skype4pidgin"; rev = version; - sha256 = "1q3m8hyr77mxm4y0zify2xhjp9d8y4pgwvqyfly4zcpmyd2argi1"; + sha256 = "11snyrjhm58gjvdmr5h5ajii3ah4a7c8zw3cavjv9xnnwrpfm5rb"; }; setSourceRoot = '' diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix index a07afc18116..44aa3a6ac66 100644 --- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix @@ -22,13 +22,13 @@ let pname = "wire-desktop"; version = { - x86_64-darwin = "3.19.3799"; - x86_64-linux = "3.19.2928"; + x86_64-darwin = "3.20.3912"; + x86_64-linux = "3.20.2934"; }.${system} or throwSystem; sha256 = { - x86_64-darwin = "1sv8n4g1pd4nwpwsg0m61zhrfjlh7sj29rnh46xjw1qg332g6cw9"; - x86_64-linux = "038h1j59qfj5ckaxk823qpfflxay47v0jrqc0hmrdmnd2y59dpx7"; + x86_64-darwin = "1crkdqzq3iccxbrqlrar4ai43qzjsgd4hvcajgzmz2y33f30xgqr"; + x86_64-linux = "0z6vrhzrhrrnl3swjbxrbl1dhk2fx86s45n2z2in2shdlv08dcx7"; }.${system} or throwSystem; meta = with stdenv.lib; { diff --git a/pkgs/applications/networking/instant-messengers/zulip/default.nix b/pkgs/applications/networking/instant-messengers/zulip/default.nix index c1ae0ce0a06..dbf6cf46e92 100644 --- a/pkgs/applications/networking/instant-messengers/zulip/default.nix +++ b/pkgs/applications/networking/instant-messengers/zulip/default.nix @@ -5,12 +5,12 @@ let pname = "zulip"; - version = "5.4.0"; + version = "5.4.3"; name = "${pname}-${version}"; src = fetchurl { url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage"; - sha256 = "14p0nly144rivd9yk273asfjza5p9qncpbmh4qxnd4gq01f98igh"; + sha256 = "0yd4g87kcwiy1arx3y2nyb7lq1nlh4cn87762k2sd8n4s9i52c7r"; name="${pname}-${version}.AppImage"; }; diff --git a/pkgs/applications/networking/mailreaders/mblaze/default.nix b/pkgs/applications/networking/mailreaders/mblaze/default.nix index fc9001e59e3..2ac32f34304 100644 --- a/pkgs/applications/networking/mailreaders/mblaze/default.nix +++ b/pkgs/applications/networking/mailreaders/mblaze/default.nix @@ -1,36 +1,30 @@ -{ stdenv, lib, fetchFromGitHub, fetchpatch, libiconv, ruby ? null }: +{ stdenv, lib, fetchFromGitHub, installShellFiles, libiconv, ruby ? null }: stdenv.mkDerivation rec { pname = "mblaze"; - version = "0.5.1"; + version = "1.0"; + nativeBuildInputs = [ installShellFiles ]; buildInputs = [ ruby ] ++ lib.optionals stdenv.isDarwin [ libiconv ]; src = fetchFromGitHub { - owner = "chneukirchen"; + owner = "leahneukirchen"; repo = "mblaze"; rev = "v${version}"; - sha256 = "11x548dl2jy9cmgsakqrzfdq166whhk4ja7zkiaxrapkjmkf6pbh"; + sha256 = "0hxy3mjjv4hg856sl1r15fdmqaw4s9c26b3lidsd5x0kpqy601ai"; }; - patches = [ - (fetchpatch { - url = "https://github.com/leahneukirchen/mblaze/commit/53151f4f890f302291eb8d3375dec4f8ecb66ed7.patch"; - sha256 = "1mcyrh053iiyzdhgm09g5h3a77np496whnc7jr4agpk1nkbcpfxc"; - }) - ]; - makeFlags = [ "PREFIX=$(out)" ]; postInstall = '' - install -Dm644 -t $out/share/zsh/site-functions contrib/_mblaze + installShellCompletion contrib/_mblaze '' + lib.optionalString (ruby != null) '' install -Dt $out/bin contrib/msuck contrib/mblow ''; meta = with lib; { - homepage = "https://github.com/chneukirchen/mblaze"; - description = "Unix utilities to deal with Maildir"; + homepage = "https://github.com/leahneukirchen/mblaze"; + description = "Unix utilities for processing and interacting with mail messages which are stored in maildir folders"; license = licenses.cc0; platforms = platforms.all; maintainers = [ maintainers.ajgrf ]; diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index 87053780073..a9a82dc67c0 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -12,7 +12,7 @@ with stdenv.lib; stdenv.mkDerivation rec { - version = "0.30.1c80020"; + version = "0.31"; pname = "notmuch"; passthru = { @@ -22,8 +22,8 @@ stdenv.mkDerivation rec { src = fetchgit { url = "https://git.notmuchmail.org/git/notmuch"; - sha256 = "0xj944c4ayps1bg21pksjih3y9v6lb34dd582df14i14q0yzji51"; - rev = "1c80020e701c7323de137c0616fc8864443d7bd3"; + sha256 = "0f9d9k9avb46yh2r8fvijvw7bryqwckvyzc68f9phax2g4c99x4x"; + rev = version; }; nativeBuildInputs = [ diff --git a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix new file mode 100644 index 00000000000..09b7011c316 --- /dev/null +++ b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix @@ -0,0 +1,80 @@ +{ stdenv, buildFHSUserEnv, fetchurl, makeWrapper, makeDesktopItem, libxslt, atk +, fontconfig, freetype, gdk-pixbuf, glib, gtk2, libudev0-shim, libxml2 +, pango, pixman, libX11, libXext, libXinerama, libXrandr , libXrender +, libXtst, libXcursor, libXi, libxkbfile , libXScrnSaver, zlib, liberation_ttf +, libtiff, dbus, at-spi2-atk, harfbuzz, gtk3-x11, libuuid, pcsclite +}: + +let + version = "2006"; + + sysArch = + if stdenv.hostPlatform.system == "x86_64-linux" then "x64" + else throw "Unsupported system: ${stdenv.hostPlatform.system}"; + # The downloaded archive also contains i386 and ARM binaries, but these have not been tested. + + vmwareHorizonClientFiles = stdenv.mkDerivation { + name = "vmwareHorizonClientFiles"; + inherit version; + src = fetchurl { + url = https://download3.vmware.com/software/view/viewclients/CART21FQ2/vmware-view-client-linux-2006-8.0.0-16522670.tar.gz; + sha256 = "8c46d49fea42f8c1f7cf32a5f038f5a47d2b304743b1e4f4c68c658621b0e79c"; + }; + buildInputs = [ makeWrapper ]; + installPhase = '' + mkdir ext $out + find ${sysArch} -type f -print0 | xargs -0n1 tar -Cext --strip-components=1 -xf + mv ext/bin ext/lib ext/share "$out"/ + + # Horizon includes a copy of libstdc++ which is loaded via $LD_LIBRARY_PATH + # when it cannot detect a new enough version already present on the system. + # The checks are distribution-specific and do not function correctly on NixOS. + # Deleting the bundled library is the simplest way to force it to use our version. + rm -f "$out/lib/vmware/gcc/libstdc++.so.6" + + # Force the default GTK theme (Adwaita) because Horizon is prone to + # UI usability issues when using non-default themes, such as Adwaita-dark. + makeWrapper "$out/bin/vmware-view" "$out/bin/vmware-view_wrapper" \ + --set GTK_THEME Adwaita \ + --suffix LD_LIBRARY_PATH : "$out/lib/vmware/view/crtbora:$out/lib/vmware" + ''; + }; + + vmwareFHSUserEnv = buildFHSUserEnv { + name = "vmware-view"; + + runScript = "${vmwareHorizonClientFiles}/bin/vmware-view_wrapper"; + + targetPkgs = pkgs: [ + pcsclite dbus vmwareHorizonClientFiles atk fontconfig freetype gdk-pixbuf glib gtk2 + libudev0-shim libxml2 pango pixman liberation_ttf libX11 libXext libXinerama + libXrandr libXrender libXtst libXcursor libXi libxkbfile at-spi2-atk libXScrnSaver + zlib libtiff harfbuzz gtk3-x11 libuuid + ]; + }; + + desktopItem = makeDesktopItem { + name = "vmware-view"; + desktopName = "VMware Horizon Client"; + icon = "${vmwareHorizonClientFiles}/share/icons/vmware-view.png"; + exec = "${vmwareFHSUserEnv}/bin/vmware-view %u"; + mimeType = "x-scheme-handler/vmware-view"; + }; + +in stdenv.mkDerivation { + name = "vmware-view"; + dontUnpack = true; + installPhase = '' + mkdir -p $out/bin $out/share/applications + cp "${desktopItem}"/share/applications/* $out/share/applications/ + ln -s "${vmwareFHSUserEnv}/bin/vmware-view" "$out/bin/" + ''; + + meta = with stdenv.lib; { + description = "Allows you to connect to your VMware Horizon virtual desktop"; + homepage = "https://www.vmware.com/go/viewclients"; + license = licenses.unfree; + platforms = platforms.linux; + maintainers = with maintainers; [ buckley310 ]; + }; +} diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix index 7baff125bac..6dd71ed4b4b 100644 --- a/pkgs/applications/networking/syncthing/default.nix +++ b/pkgs/applications/networking/syncthing/default.nix @@ -3,17 +3,17 @@ let common = { stname, target, postInstall ? "" }: buildGoModule rec { - version = "1.9.0"; + version = "1.10.0"; name = "${stname}-${version}"; src = fetchFromGitHub { owner = "syncthing"; repo = "syncthing"; rev = "v${version}"; - sha256 = "1p5wmcmv72hbd3dap9hqv4ryarsj8ljn833x9mcfgh8ff4k25qwr"; + sha256 = "0wi8k248qr80vscb5qwh2ygiyy2am9hh6a8c1il1h2702ch2cd45"; }; - vendorSha256 = "1mwjfv0l2n21srxsh8w18my2j8diim91jlg00ailiq9fwnvxxn8c"; + vendorSha256 = "0as1kn7bpgp5b82pf1bgr23az1qq8x85zr2zwgqsx57yjbc18658"; doCheck = false; @@ -45,6 +45,7 @@ let meta = with lib; { homepage = "https://syncthing.net/"; description = "Open Source Continuous File Synchronization"; + changelog = "https://github.com/syncthing/syncthing/releases/tag/v${version}"; license = licenses.mpl20; maintainers = with maintainers; [ pshendry joko peterhoeg andrew-d ]; platforms = platforms.unix; diff --git a/pkgs/applications/networking/znc/default.nix b/pkgs/applications/networking/znc/default.nix index 13803556a47..3487c72d408 100644 --- a/pkgs/applications/networking/znc/default.nix +++ b/pkgs/applications/networking/znc/default.nix @@ -13,11 +13,11 @@ with stdenv.lib; stdenv.mkDerivation rec { pname = "znc"; - version = "1.8.1"; + version = "1.8.2"; src = fetchurl { url = "https://znc.in/releases/archive/${pname}-${version}.tar.gz"; - sha256 = "0hb1v167aa6gv5bcwz352l6b8gnd74ymjw92y4x882l099hzg59i"; + sha256 = "03fyi0j44zcanj1rsdx93hkdskwfvhbywjiwd17f9q1a7yp8l8zz"; }; nativeBuildInputs = [ pkgconfig ]; diff --git a/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix b/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix index ce9e4b5d881..f4d1b27478d 100644 --- a/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix +++ b/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix @@ -1,20 +1,25 @@ -{ stdenv, fetchFromGitHub, xen_4_10 }: +{ stdenv +, fetchFromGitHub +, xen_4_10 +}: stdenv.mkDerivation rec { pname = "qubes-core-vchan-xen"; - version = "4.1.2"; + version = "4.1.4"; src = fetchFromGitHub { owner = "QubesOS"; repo = pname; rev = "v${version}"; - sha256 = "1wj4vv8nkzzig52r2nzkd4jy0cwznfkyddx379hfsdl4pzsp55mj"; + sha256 = "sha256:02l1vs5c2jfw22gxvl2fb66m0d99n8ya1i7rphsb5cxsljvxary0"; }; buildInputs = [ xen_4_10 ]; + buildPhase = '' - make all PREFIX=/ + make all PREFIX=/ LIBDIR="$out/lib" INCLUDEDIR="$out/include" ''; + installPhase = '' make install DESTDIR=$out PREFIX=/ ''; @@ -26,4 +31,5 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ _0x4A6F ]; platforms = platforms.linux; }; + } diff --git a/pkgs/applications/radio/multimon-ng/default.nix b/pkgs/applications/radio/multimon-ng/default.nix index e275db4ad91..a51a67135c0 100644 --- a/pkgs/applications/radio/multimon-ng/default.nix +++ b/pkgs/applications/radio/multimon-ng/default.nix @@ -1,6 +1,6 @@ { stdenv, fetchFromGitHub, qt4, qmake4Hook, libpulseaudio }: let - version = "1.1.8"; + version = "1.1.9"; in stdenv.mkDerivation { pname = "multimon-ng"; @@ -10,7 +10,7 @@ stdenv.mkDerivation { owner = "EliasOenal"; repo = "multimon-ng"; rev = version; - sha256 = "1973xfyvzl1viz19zr83cgqlx5laxbjrca35rqabn6dlb6xb5xk8"; + sha256 = "01716cfhxfzsab9zjply9giaa4nn4b7rm3p3vizrwi7n253yiwm2"; }; buildInputs = [ qt4 libpulseaudio ]; diff --git a/pkgs/applications/science/biology/EZminc/default.nix b/pkgs/applications/science/biology/EZminc/default.nix index 7502a4ffd2a..a9661ee2db7 100644 --- a/pkgs/applications/science/biology/EZminc/default.nix +++ b/pkgs/applications/science/biology/EZminc/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "EZminc"; - name = "${pname}-unstable-2019-03-12"; + version = "unstable-2019-03-12"; src = fetchFromGitHub { owner = "BIC-MNI"; @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake pkgconfig ]; buildInputs = [ itk4 libminc bicpl fftwFloat gsl ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" + cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" "-DEZMINC_BUILD_TOOLS=TRUE" "-DEZMINC_BUILD_MRFSEG=TRUE" "-DEZMINC_BUILD_DD=TRUE" ]; diff --git a/pkgs/applications/science/biology/N3/default.nix b/pkgs/applications/science/biology/N3/default.nix index d2dbcf18533..13ffc305d39 100644 --- a/pkgs/applications/science/biology/N3/default.nix +++ b/pkgs/applications/science/biology/N3/default.nix @@ -4,20 +4,20 @@ stdenv.mkDerivation rec { pname = "N3"; - name = "${pname}-2017-09-18"; + version = "unstable-2018-08-09"; src = fetchFromGitHub { owner = "BIC-MNI"; repo = pname; - rev = "2fdd939f0f2b24a4039bc6a8ade4a190a1d8e75d"; - sha256 = "13z21c4r09hna3q1csvcn4i7ws5ixbdaja6ch421xv6nydjh2w5g"; + rev = "010fc2ac58ce1d67b8e6a863fac0809d3203cb9b"; + sha256 = "06hci7gzhy8p34ggvx7gah2k9yxpwhgmq1cgw8pcd1r82g4rg6kd"; }; nativeBuildInputs = [ cmake makeWrapper ]; buildInputs = [ libminc EBTKS ]; propagatedBuildInputs = with perlPackages; [ perl MNI-Perllib GetoptTabular ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" "-DEBTKS_DIR=${EBTKS}/lib/" ]; + cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" "-DEBTKS_DIR=${EBTKS}/lib/" ]; postFixup = '' for p in $out/bin/*; do @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - homepage = "https://github.com/BIC-MNI/${pname}"; + homepage = "https://github.com/BIC-MNI/N3"; description = "MRI non-uniformity correction for MINC files"; maintainers = with maintainers; [ bcdarwin ]; platforms = platforms.unix; diff --git a/pkgs/applications/science/biology/conglomerate/default.nix b/pkgs/applications/science/biology/conglomerate/default.nix index 971e2f23055..8fb8e17eef8 100644 --- a/pkgs/applications/science/biology/conglomerate/default.nix +++ b/pkgs/applications/science/biology/conglomerate/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation rec { pname = "conglomerate"; - name = "${pname}-2017-09-10"; + version = "unstable-2017-09-10"; src = fetchFromGitHub { owner = "BIC-MNI"; @@ -16,7 +16,10 @@ stdenv.mkDerivation rec { buildInputs = [ libminc zlib bicpl ]; propagatedBuildInputs = [ coreutils minc_tools ] ++ (with perlPackages; [ perl GetoptTabular MNI-Perllib ]); - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" "-DBICPL_DIR=${bicpl}/lib/" ]; + cmakeFlags = [ + "-DLIBMINC_DIR=${libminc}/lib/cmake" + "-DBICPL_DIR=${bicpl}/lib" + ]; postFixup = '' for p in $out/bin/*; do diff --git a/pkgs/applications/science/biology/inormalize/default.nix b/pkgs/applications/science/biology/inormalize/default.nix index 9e63b92b24e..e6293bb90ef 100644 --- a/pkgs/applications/science/biology/inormalize/default.nix +++ b/pkgs/applications/science/biology/inormalize/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { buildInputs = [ libminc EBTKS ]; propagatedBuildInputs = with perlPackages; [ perl GetoptTabular MNI-Perllib ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" "-DEBTKS_DIR=${EBTKS}/lib/" ]; + cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" "-DEBTKS_DIR=${EBTKS}/lib/" ]; postFixup = '' for p in $out/bin/*; do diff --git a/pkgs/applications/science/biology/minc-tools/default.nix b/pkgs/applications/science/biology/minc-tools/default.nix index b2029842bbb..c594897f4b6 100644 --- a/pkgs/applications/science/biology/minc-tools/default.nix +++ b/pkgs/applications/science/biology/minc-tools/default.nix @@ -3,28 +3,20 @@ stdenv.mkDerivation rec { pname = "minc-tools"; - version = "unstable-2019-12-04"; + version = "unstable-2020-07-25"; src = fetchFromGitHub { owner = "BIC-MNI"; repo = pname; - rev = "d4dddfdb4e4fa0cea389b8fdce51cfc076565d94"; - sha256 = "1wwdss59qq4hz1jp35qylfswzzv0d37if23al0srnxkkgc5f8zng"; + rev = "fb0a68a07d281e4e099c5d54df29925240de14c1"; + sha256 = "0zcv2sdj3k6k0xjqdq8j5bxq8smm48dzai90vwsmz8znmbbm6kvw"; }; - patches = [ ./fix-netcdf-header.patch ]; - - # add missing CMake module to build NIFTI support - # (the maintainers normally build libminc and minc-tools in a meta-project) - postPatch = '' - cp ${libminc.src}/cmake-modules/FindNIFTI.cmake cmake-modules - ''; - nativeBuildInputs = [ cmake flex bison makeWrapper ]; buildInputs = [ libminc libjpeg nifticlib zlib ]; propagatedBuildInputs = [ perl TextFormat ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" + cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" "-DZNZ_INCLUDE_DIR=${nifticlib}/include/nifti" "-DNIFTI_INCLUDE_DIR=${nifticlib}/include/nifti" ]; diff --git a/pkgs/applications/science/biology/minc-tools/fix-netcdf-header.patch b/pkgs/applications/science/biology/minc-tools/fix-netcdf-header.patch deleted file mode 100644 index 89c7564f8b6..00000000000 --- a/pkgs/applications/science/biology/minc-tools/fix-netcdf-header.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/progs/mincdump/mincdump.h b/progs/mincdump/mincdump.h -index 14c95cd..117ab26 100644 ---- a/progs/mincdump/mincdump.h -+++ b/progs/mincdump/mincdump.h -@@ -3,6 +3,7 @@ - * See netcdf/COPYRIGHT file for copying and redistribution conditions. - * $Header: /private-cvsroot/minc/progs/mincdump/mincdump.h,v 1.1 2004-04-27 15:35:15 bert Exp $ - *********************************************************************/ -+#include - - - /* error checking macro */ diff --git a/pkgs/applications/science/biology/mni_autoreg/default.nix b/pkgs/applications/science/biology/mni_autoreg/default.nix index 254d874f9d9..40ec9e0de6d 100644 --- a/pkgs/applications/science/biology/mni_autoreg/default.nix +++ b/pkgs/applications/science/biology/mni_autoreg/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "mni_autoreg"; - name = "${pname}-2017-09-22"; + version = "unstable-2017-09-22"; src = fetchFromGitHub { owner = "BIC-MNI"; @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { buildInputs = [ libminc ]; propagatedBuildInputs = with perlPackages; [ perl GetoptTabular MNI-Perllib ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" ]; + cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" ]; # testing broken: './minc_wrapper: Permission denied' from Testing/ellipse0.mnc postFixup = '' diff --git a/pkgs/applications/version-management/git-and-tools/gh/default.nix b/pkgs/applications/version-management/git-and-tools/gh/default.nix index 13fe6cf4ef8..e59ca6ac899 100644 --- a/pkgs/applications/version-management/git-and-tools/gh/default.nix +++ b/pkgs/applications/version-management/git-and-tools/gh/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "gh"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "cli"; repo = "cli"; rev = "v${version}"; - sha256 = "10ixjrb56ddqxla7mfxqnf74zissjx66akcyvgl9xfmww0bvg64x"; + sha256 = "1jf1y6135p30dlr42fnl0w7782fczizq8yya4bsd6xf66bcq0zzn"; }; - vendorSha256 = "079zbm57xfcskwhsfj1x0c0lg6ip6c6dbk8hfwrzkpy8gfs2ysmr"; + vendorSha256 = "12ka5x5m4h8dfpcdhfjc5lz6bm8pzfqkbhs9j3a8w08xsi93dvdz"; nativeBuildInputs = [ installShellFiles ]; diff --git a/pkgs/applications/virtualization/docker/default.nix b/pkgs/applications/virtualization/docker/default.nix index 14cfa7b3120..a1d48b0588a 100644 --- a/pkgs/applications/virtualization/docker/default.nix +++ b/pkgs/applications/virtualization/docker/default.nix @@ -189,7 +189,7 @@ rec { homepage = "https://www.docker.com/"; description = "An open source project to pack, ship and run any application as a lightweight container"; license = licenses.asl20; - maintainers = with maintainers; [ nequissimus offline tailhook vdemeester periklis ]; + maintainers = with maintainers; [ offline tailhook vdemeester periklis ]; platforms = with platforms; linux ++ darwin; }; }); diff --git a/pkgs/applications/window-managers/cagebreak/default.nix b/pkgs/applications/window-managers/cagebreak/default.nix new file mode 100644 index 00000000000..7be643a2357 --- /dev/null +++ b/pkgs/applications/window-managers/cagebreak/default.nix @@ -0,0 +1,52 @@ +{ stdenv, fetchFromGitHub +, meson, ninja, pkg-config, wayland, scdoc, makeWrapper +, wlroots, wayland-protocols, pixman, libxkbcommon +, cairo , pango, fontconfig, pandoc, systemd +, withXwayland ? true, xwayland +, nixosTests +}: + +stdenv.mkDerivation rec { + pname = "cagebreak"; + version = "1.4.2"; + + src = fetchFromGitHub { + owner = "project-repo"; + repo = "cagebreak"; + rev = version; + hash = "sha256-+Ww1rsUR7qe/BixLPR8GiRc3C6QmpLzWpT2wym8b4/M="; + }; + + nativeBuildInputs = [ meson ninja pkg-config wayland scdoc makeWrapper ]; + + buildInputs = [ + wlroots wayland wayland-protocols pixman libxkbcommon cairo + pango fontconfig pandoc systemd + ]; + + outputs = [ "out" "contrib" ]; + + mesonFlags = [ + "-Dxwayland=${stdenv.lib.boolToString withXwayland}" + "-Dversion_override=${version}" + ]; + + postInstall = '' + mkdir -p $contrib/share/cagebreak + cp $src/examples/config $contrib/share/cagebreak/config + ''; + + postFixup = stdenv.lib.optionalString withXwayland '' + wrapProgram $out/bin/cagebreak --prefix PATH : "${xwayland}/bin" + ''; + + passthru.tests.basic = nixosTests.cagebreak; + + meta = with stdenv.lib; { + description = "A Wayland tiling compositor inspired by ratpoison"; + homepage = "https://github.com/project-repo/cagebreak"; + license = licenses.mit; + platforms = platforms.linux; + maintainers = with maintainers; [ berbiche ]; + }; +} diff --git a/pkgs/data/icons/flat-remix-icon-theme/default.nix b/pkgs/data/icons/flat-remix-icon-theme/default.nix index b0b115f096f..aea76738d82 100644 --- a/pkgs/data/icons/flat-remix-icon-theme/default.nix +++ b/pkgs/data/icons/flat-remix-icon-theme/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "flat-remix-icon-theme"; - version = "20200116"; + version = "20200710"; src = fetchFromGitHub { owner = "daniruiz"; repo = "flat-remix"; rev = version; - sha256 = "14n5wydhd5ifmsbj770s2qg2ksd3xa3m61qxydid6jq39k0lxbd8"; + sha256 = "0rlrmgimvs9rrj64g5jn04jgyi7wmn2dnsk7ckmxk6p8cdfjd0hx"; }; nativeBuildInputs = [ diff --git a/pkgs/desktops/gnome-3/extensions/material-shell/default.nix b/pkgs/desktops/gnome-3/extensions/material-shell/default.nix index b31df473da6..36de0e0a66a 100644 --- a/pkgs/desktops/gnome-3/extensions/material-shell/default.nix +++ b/pkgs/desktops/gnome-3/extensions/material-shell/default.nix @@ -1,4 +1,4 @@ -{ stdenv, lib, fetchFromGitHub, gnome3 }: +{ stdenv, lib, fetchFromGitHub, gnome3, fetchpatch }: stdenv.mkDerivation rec { pname = "gnome-shell-extension-material-shell"; @@ -11,6 +11,15 @@ stdenv.mkDerivation rec { sha256 = "076cv1l5qr5x71przjwvbzx0m91n4z0byc2gc3r48l8vsr2d0hwf"; }; + patches = [ + # Fix for https://github.com/material-shell/material-shell/issues/284 + # (Remove this patch when updating to version >= 8) + (fetchpatch { + url = "https://github.com/material-shell/material-shell/commit/fc27489a1ec503a4a5c7cb2f4e1eefa84a7ea2f1.patch"; + sha256 = "0x2skg955c4jqgwbkfhk7plm8bh1qnk66cdds796bzkp3hb5syw8"; + }) + ]; + # This package has a Makefile, but it's used for building a zip for # publication to extensions.gnome.org. Disable the build phase so # installing doesn't build an unnecessary release. diff --git a/pkgs/development/compilers/elm/packages/node-packages.nix b/pkgs/development/compilers/elm/packages/node-packages.nix index 7a296af4669..a284ef470bb 100644 --- a/pkgs/development/compilers/elm/packages/node-packages.nix +++ b/pkgs/development/compilers/elm/packages/node-packages.nix @@ -4,13 +4,13 @@ let sources = { - "@babel/cli-7.8.4" = { + "@babel/cli-7.11.6" = { name = "_at_babel_slash_cli"; packageName = "@babel/cli"; - version = "7.8.4"; + version = "7.11.6"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/cli/-/cli-7.8.4.tgz"; - sha512 = "XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag=="; + url = "https://registry.npmjs.org/@babel/cli/-/cli-7.11.6.tgz"; + sha512 = "+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg=="; }; }; "@babel/code-frame-7.0.0" = { @@ -40,22 +40,22 @@ let sha512 = "TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ=="; }; }; - "@babel/core-7.9.6" = { + "@babel/core-7.11.6" = { name = "_at_babel_slash_core"; packageName = "@babel/core"; - version = "7.9.6"; + version = "7.11.6"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/core/-/core-7.9.6.tgz"; - sha512 = "nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg=="; + url = "https://registry.npmjs.org/@babel/core/-/core-7.11.6.tgz"; + sha512 = "Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg=="; }; }; - "@babel/generator-7.11.4" = { + "@babel/generator-7.11.6" = { name = "_at_babel_slash_generator"; packageName = "@babel/generator"; - version = "7.11.4"; + version = "7.11.6"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/generator/-/generator-7.11.4.tgz"; - sha512 = "Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g=="; + url = "https://registry.npmjs.org/@babel/generator/-/generator-7.11.6.tgz"; + sha512 = "DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA=="; }; }; "@babel/helper-annotate-as-pure-7.10.4" = { @@ -85,6 +85,15 @@ let sha512 = "a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ=="; }; }; + "@babel/helper-create-class-features-plugin-7.10.5" = { + name = "_at_babel_slash_helper-create-class-features-plugin"; + packageName = "@babel/helper-create-class-features-plugin"; + version = "7.10.5"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz"; + sha512 = "0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A=="; + }; + }; "@babel/helper-create-regexp-features-plugin-7.10.4" = { name = "_at_babel_slash_helper-create-regexp-features-plugin"; packageName = "@babel/helper-create-regexp-features-plugin"; @@ -274,13 +283,13 @@ let sha512 = "i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA=="; }; }; - "@babel/parser-7.11.4" = { + "@babel/parser-7.11.5" = { name = "_at_babel_slash_parser"; packageName = "@babel/parser"; - version = "7.11.4"; + version = "7.11.5"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/parser/-/parser-7.11.4.tgz"; - sha512 = "MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA=="; + url = "https://registry.npmjs.org/@babel/parser/-/parser-7.11.5.tgz"; + sha512 = "X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q=="; }; }; "@babel/plugin-proposal-async-generator-functions-7.10.5" = { @@ -292,6 +301,15 @@ let sha512 = "cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg=="; }; }; + "@babel/plugin-proposal-class-properties-7.10.4" = { + name = "_at_babel_slash_plugin-proposal-class-properties"; + packageName = "@babel/plugin-proposal-class-properties"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz"; + sha512 = "vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg=="; + }; + }; "@babel/plugin-proposal-dynamic-import-7.10.4" = { name = "_at_babel_slash_plugin-proposal-dynamic-import"; packageName = "@babel/plugin-proposal-dynamic-import"; @@ -301,6 +319,15 @@ let sha512 = "up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ=="; }; }; + "@babel/plugin-proposal-export-namespace-from-7.10.4" = { + name = "_at_babel_slash_plugin-proposal-export-namespace-from"; + packageName = "@babel/plugin-proposal-export-namespace-from"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz"; + sha512 = "aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg=="; + }; + }; "@babel/plugin-proposal-json-strings-7.10.4" = { name = "_at_babel_slash_plugin-proposal-json-strings"; packageName = "@babel/plugin-proposal-json-strings"; @@ -310,6 +337,15 @@ let sha512 = "fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw=="; }; }; + "@babel/plugin-proposal-logical-assignment-operators-7.11.0" = { + name = "_at_babel_slash_plugin-proposal-logical-assignment-operators"; + packageName = "@babel/plugin-proposal-logical-assignment-operators"; + version = "7.11.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz"; + sha512 = "/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q=="; + }; + }; "@babel/plugin-proposal-nullish-coalescing-operator-7.10.4" = { name = "_at_babel_slash_plugin-proposal-nullish-coalescing-operator"; packageName = "@babel/plugin-proposal-nullish-coalescing-operator"; @@ -355,6 +391,15 @@ let sha512 = "v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA=="; }; }; + "@babel/plugin-proposal-private-methods-7.10.4" = { + name = "_at_babel_slash_plugin-proposal-private-methods"; + packageName = "@babel/plugin-proposal-private-methods"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz"; + sha512 = "wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw=="; + }; + }; "@babel/plugin-proposal-unicode-property-regex-7.10.4" = { name = "_at_babel_slash_plugin-proposal-unicode-property-regex"; packageName = "@babel/plugin-proposal-unicode-property-regex"; @@ -373,6 +418,15 @@ let sha512 = "tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw=="; }; }; + "@babel/plugin-syntax-class-properties-7.10.4" = { + name = "_at_babel_slash_plugin-syntax-class-properties"; + packageName = "@babel/plugin-syntax-class-properties"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz"; + sha512 = "GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA=="; + }; + }; "@babel/plugin-syntax-dynamic-import-7.8.3" = { name = "_at_babel_slash_plugin-syntax-dynamic-import"; packageName = "@babel/plugin-syntax-dynamic-import"; @@ -382,6 +436,15 @@ let sha512 = "5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ=="; }; }; + "@babel/plugin-syntax-export-namespace-from-7.8.3" = { + name = "_at_babel_slash_plugin-syntax-export-namespace-from"; + packageName = "@babel/plugin-syntax-export-namespace-from"; + version = "7.8.3"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz"; + sha512 = "MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q=="; + }; + }; "@babel/plugin-syntax-json-strings-7.8.3" = { name = "_at_babel_slash_plugin-syntax-json-strings"; packageName = "@babel/plugin-syntax-json-strings"; @@ -391,6 +454,15 @@ let sha512 = "lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA=="; }; }; + "@babel/plugin-syntax-logical-assignment-operators-7.10.4" = { + name = "_at_babel_slash_plugin-syntax-logical-assignment-operators"; + packageName = "@babel/plugin-syntax-logical-assignment-operators"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz"; + sha512 = "d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig=="; + }; + }; "@babel/plugin-syntax-nullish-coalescing-operator-7.8.3" = { name = "_at_babel_slash_plugin-syntax-nullish-coalescing-operator"; packageName = "@babel/plugin-syntax-nullish-coalescing-operator"; @@ -670,13 +742,13 @@ let sha512 = "hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ=="; }; }; - "@babel/plugin-transform-runtime-7.9.6" = { + "@babel/plugin-transform-runtime-7.11.5" = { name = "_at_babel_slash_plugin-transform-runtime"; packageName = "@babel/plugin-transform-runtime"; - version = "7.9.6"; + version = "7.11.5"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.6.tgz"; - sha512 = "qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w=="; + url = "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.5.tgz"; + sha512 = "9aIoee+EhjySZ6vY5hnLjigHzunBlscx9ANKutkeWTJTx6m5Rbq6Ic01tLvO54lSusR+BxV7u4UDdCmXv5aagg=="; }; }; "@babel/plugin-transform-shorthand-properties-7.10.4" = { @@ -724,6 +796,15 @@ let sha512 = "QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA=="; }; }; + "@babel/plugin-transform-unicode-escapes-7.10.4" = { + name = "_at_babel_slash_plugin-transform-unicode-escapes"; + packageName = "@babel/plugin-transform-unicode-escapes"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz"; + sha512 = "y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg=="; + }; + }; "@babel/plugin-transform-unicode-regex-7.10.4" = { name = "_at_babel_slash_plugin-transform-unicode-regex"; packageName = "@babel/plugin-transform-unicode-regex"; @@ -733,13 +814,13 @@ let sha512 = "wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A=="; }; }; - "@babel/preset-env-7.9.6" = { + "@babel/preset-env-7.11.5" = { name = "_at_babel_slash_preset-env"; packageName = "@babel/preset-env"; - version = "7.9.6"; + version = "7.11.5"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.9.6.tgz"; - sha512 = "0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ=="; + url = "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.11.5.tgz"; + sha512 = "kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA=="; }; }; "@babel/preset-modules-0.1.4" = { @@ -751,13 +832,13 @@ let sha512 = "J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg=="; }; }; - "@babel/runtime-7.9.6" = { + "@babel/runtime-7.11.2" = { name = "_at_babel_slash_runtime"; packageName = "@babel/runtime"; - version = "7.9.6"; + version = "7.11.2"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz"; - sha512 = "64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ=="; + url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz"; + sha512 = "TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw=="; }; }; "@babel/template-7.10.4" = { @@ -769,22 +850,22 @@ let sha512 = "ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA=="; }; }; - "@babel/traverse-7.11.0" = { + "@babel/traverse-7.11.5" = { name = "_at_babel_slash_traverse"; packageName = "@babel/traverse"; - version = "7.11.0"; + version = "7.11.5"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz"; - sha512 = "ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg=="; + url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.5.tgz"; + sha512 = "EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ=="; }; }; - "@babel/types-7.11.0" = { + "@babel/types-7.11.5" = { name = "_at_babel_slash_types"; packageName = "@babel/types"; - version = "7.11.0"; + version = "7.11.5"; src = fetchurl { - url = "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz"; - sha512 = "O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA=="; + url = "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz"; + sha512 = "bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q=="; }; }; "@hapi/address-2.1.4" = { @@ -841,13 +922,13 @@ let sha512 = "OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw=="; }; }; - "@jest/types-26.3.0" = { + "@jest/types-26.5.0" = { name = "_at_jest_slash_types"; packageName = "@jest/types"; - version = "26.3.0"; + version = "26.5.0"; src = fetchurl { - url = "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz"; - sha512 = "BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ=="; + url = "https://registry.npmjs.org/@jest/types/-/types-26.5.0.tgz"; + sha512 = "nH9DFLqaIhB+RVgjivemvMiFSWw/BKwbZGxBAMv8CCTvUyFoK8RwHhAlmlXIvMBrf5Z3YQ4p9cq3Qh9EDctGvA=="; }; }; "@mrmlnc/readdir-enhanced-2.2.1" = { @@ -949,15 +1030,6 @@ let sha512 = "ykFq2zmBGOCbpIXtoVbz4SKY5QriWPh3AjyU4G74RYbtt5yOc5OfaY75ftjg7mikMOla1CTGpX3lLbuJh8DTrQ=="; }; }; - "@types/color-name-1.1.1" = { - name = "_at_types_slash_color-name"; - packageName = "@types/color-name"; - version = "1.1.1"; - src = fetchurl { - url = "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz"; - sha512 = "rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="; - }; - }; "@types/glob-7.1.3" = { name = "_at_types_slash_glob"; packageName = "@types/glob"; @@ -967,13 +1039,13 @@ let sha512 = "SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w=="; }; }; - "@types/html-minifier-terser-5.1.0" = { + "@types/html-minifier-terser-5.1.1" = { name = "_at_types_slash_html-minifier-terser"; packageName = "@types/html-minifier-terser"; - version = "5.1.0"; + version = "5.1.1"; src = fetchurl { - url = "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz"; - sha512 = "iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA=="; + url = "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz"; + sha512 = "giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA=="; }; }; "@types/http-cache-semantics-4.0.0" = { @@ -1030,22 +1102,22 @@ let sha512 = "nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA=="; }; }; - "@types/jest-26.0.10" = { + "@types/jest-26.0.14" = { name = "_at_types_slash_jest"; packageName = "@types/jest"; - version = "26.0.10"; + version = "26.0.14"; src = fetchurl { - url = "https://registry.npmjs.org/@types/jest/-/jest-26.0.10.tgz"; - sha512 = "i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q=="; + url = "https://registry.npmjs.org/@types/jest/-/jest-26.0.14.tgz"; + sha512 = "Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg=="; }; }; - "@types/json-schema-7.0.5" = { + "@types/json-schema-7.0.6" = { name = "_at_types_slash_json-schema"; packageName = "@types/json-schema"; - version = "7.0.5"; + version = "7.0.6"; src = fetchurl { - url = "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz"; - sha512 = "7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ=="; + url = "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz"; + sha512 = "3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw=="; }; }; "@types/keyv-3.1.1" = { @@ -1066,13 +1138,22 @@ let sha512 = "tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA=="; }; }; - "@types/node-14.6.2" = { + "@types/node-14.11.3" = { name = "_at_types_slash_node"; packageName = "@types/node"; - version = "14.6.2"; + version = "14.11.3"; src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-14.6.2.tgz"; - sha512 = "onlIwbaeqvZyniGPfdw/TEhKIh79pz66L1q06WUQqJLnAb6wbjvOtepLYTGHTqzdXgBYIE3ZdmqHDGsRsbBz7A=="; + url = "https://registry.npmjs.org/@types/node/-/node-14.11.3.tgz"; + sha512 = "tPQAF6b1wak7rBO49tL2N5nNVknyHBAzJVylF5rIYkfXbFkrNpbBLFMFUjxHzuuBiR7Si7T/X4eh6IRhZxO1tQ=="; + }; + }; + "@types/parse-json-4.0.0" = { + name = "_at_types_slash_parse-json"; + packageName = "@types/parse-json"; + version = "4.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"; + sha512 = "//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="; }; }; "@types/q-1.5.4" = { @@ -1111,40 +1192,40 @@ let sha512 = "W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA=="; }; }; - "@types/uglify-js-3.9.3" = { + "@types/uglify-js-3.11.0" = { name = "_at_types_slash_uglify-js"; packageName = "@types/uglify-js"; - version = "3.9.3"; + version = "3.11.0"; src = fetchurl { - url = "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.9.3.tgz"; - sha512 = "KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w=="; + url = "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.11.0.tgz"; + sha512 = "I0Yd8TUELTbgRHq2K65j8rnDPAzAP+DiaF/syLem7yXwYLsHZhPd+AM2iXsWmf9P2F2NlFCgl5erZPQx9IbM9Q=="; }; }; - "@types/webpack-4.41.21" = { + "@types/webpack-4.41.22" = { name = "_at_types_slash_webpack"; packageName = "@types/webpack"; - version = "4.41.21"; + version = "4.41.22"; src = fetchurl { - url = "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.21.tgz"; - sha512 = "2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA=="; + url = "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.22.tgz"; + sha512 = "JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ=="; }; }; - "@types/webpack-sources-1.4.2" = { + "@types/webpack-sources-2.0.0" = { name = "_at_types_slash_webpack-sources"; packageName = "@types/webpack-sources"; - version = "1.4.2"; + version = "2.0.0"; src = fetchurl { - url = "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-1.4.2.tgz"; - sha512 = "77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw=="; + url = "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.0.0.tgz"; + sha512 = "a5kPx98CNFRKQ+wqawroFunvFqv7GHm/3KOI52NY9xWADgc8smu4R6prt4EU/M4QfVjvgBkMqU4fBhw3QfMVkg=="; }; }; - "@types/yargs-15.0.5" = { + "@types/yargs-15.0.7" = { name = "_at_types_slash_yargs"; packageName = "@types/yargs"; - version = "15.0.5"; + version = "15.0.7"; src = fetchurl { - url = "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.5.tgz"; - sha512 = "Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w=="; + url = "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.7.tgz"; + sha512 = "Gf4u3EjaPNcC9cTu4/j2oN14nSVhr8PQ+BvBcBQHAhDZfl0bVIiLgvnRXv/dn58XhTm9UXvBpvJpDlwV65QxOA=="; }; }; "@types/yargs-parser-15.0.0" = { @@ -1354,13 +1435,13 @@ let sha512 = "Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA=="; }; }; - "acorn-6.4.1" = { + "acorn-6.4.2" = { name = "acorn"; packageName = "acorn"; - version = "6.4.1"; + version = "6.4.2"; src = fetchurl { - url = "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz"; - sha512 = "ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA=="; + url = "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz"; + sha512 = "XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="; }; }; "address-1.0.3" = { @@ -1372,13 +1453,13 @@ let sha512 = "z55ocwKBRLryBs394Sm3ushTtBeg6VAeuku7utSoSnsJKvKcnXFIyC6vh27n3rXyxSgkJBBCAvyOn7gSUcTYjg=="; }; }; - "ajv-6.12.4" = { + "ajv-6.12.5" = { name = "ajv"; packageName = "ajv"; - version = "6.12.4"; + version = "6.12.5"; src = fetchurl { - url = "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz"; - sha512 = "eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ=="; + url = "https://registry.npmjs.org/ajv/-/ajv-6.12.5.tgz"; + sha512 = "lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag=="; }; }; "ajv-errors-1.0.1" = { @@ -1489,13 +1570,13 @@ let sha512 = "VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="; }; }; - "ansi-styles-4.2.1" = { + "ansi-styles-4.3.0" = { name = "ansi-styles"; packageName = "ansi-styles"; - version = "4.2.1"; + version = "4.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz"; - sha512 = "9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA=="; + url = "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"; + sha512 = "zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="; }; }; "anymatch-2.0.0" = { @@ -1777,13 +1858,13 @@ let sha512 = "Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="; }; }; - "autoprefixer-8.6.5" = { + "autoprefixer-10.0.1" = { name = "autoprefixer"; packageName = "autoprefixer"; - version = "8.6.5"; + version = "10.0.1"; src = fetchurl { - url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.6.5.tgz"; - sha512 = "PLWJN3Xo/rycNkx+mp8iBDMTm3FeWe4VmYaZDSqL5QQB9sLsQkG5k8n+LNDFnhh9kdq2K+egL/icpctOmDHwig=="; + url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.0.1.tgz"; + sha512 = "aQo2BDIsoOdemXUAOBpFv4ZQa2DrOtEufarYhtFsK1088Ca0TUwu/aQWf0M3mrILXZ3mTIVn1lR3hPW8acacsw=="; }; }; "aws-sign2-0.7.0" = { @@ -2137,15 +2218,6 @@ let sha512 = "Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA=="; }; }; - "browserslist-3.2.8" = { - name = "browserslist"; - packageName = "browserslist"; - version = "3.2.8"; - src = fetchurl { - url = "https://registry.npmjs.org/browserslist/-/browserslist-3.2.8.tgz"; - sha512 = "WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ=="; - }; - }; "browserslist-4.1.1" = { name = "browserslist"; packageName = "browserslist"; @@ -2155,13 +2227,13 @@ let sha512 = "VBorw+tgpOtZ1BYhrVSVTzTt/3+vSE3eFUh0N2GCFK1HffceOaf32YS/bs6WiFhjDAblAFrx85jMy3BG9fBK2Q=="; }; }; - "browserslist-4.14.0" = { + "browserslist-4.14.5" = { name = "browserslist"; packageName = "browserslist"; - version = "4.14.0"; + version = "4.14.5"; src = fetchurl { - url = "https://registry.npmjs.org/browserslist/-/browserslist-4.14.0.tgz"; - sha512 = "pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ=="; + url = "https://registry.npmjs.org/browserslist/-/browserslist-4.14.5.tgz"; + sha512 = "Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA=="; }; }; "bs-logger-0.2.6" = { @@ -2335,6 +2407,15 @@ let sha1 = "06eb84f00eea413da86affefacbffb36093b3c50"; }; }; + "callsites-3.1.0" = { + name = "callsites"; + packageName = "callsites"; + version = "3.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"; + sha512 = "P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="; + }; + }; "camel-case-4.1.1" = { name = "camel-case"; packageName = "camel-case"; @@ -2362,6 +2443,15 @@ let sha512 = "L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="; }; }; + "camelcase-6.0.0" = { + name = "camelcase"; + packageName = "camelcase"; + version = "6.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/camelcase/-/camelcase-6.0.0.tgz"; + sha512 = "8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w=="; + }; + }; "caniuse-api-3.0.0" = { name = "caniuse-api"; packageName = "caniuse-api"; @@ -2371,13 +2461,13 @@ let sha512 = "bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw=="; }; }; - "caniuse-lite-1.0.30001119" = { + "caniuse-lite-1.0.30001143" = { name = "caniuse-lite"; packageName = "caniuse-lite"; - version = "1.0.30001119"; + version = "1.0.30001143"; src = fetchurl { - url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001119.tgz"; - sha512 = "Hpwa4obv7EGP+TjkCh/wVvbtNJewxmtg4yVJBLFnxo35vbPapBr138bUWENkb5j5L9JZJ9RXLn4OrXRG/cecPQ=="; + url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001143.tgz"; + sha512 = "p/PO5YbwmCpBJPxjOiKBvAlUPgF8dExhfEpnsH+ys4N/791WHrYrGg0cyHiAURl5hSbx5vIcjKmQAP6sHDYH3w=="; }; }; "case-sensitive-paths-webpack-plugin-2.3.0" = { @@ -2506,15 +2596,6 @@ let sha512 = "/j5PPkb5Feyps9e+jo07jUZGvkB5Aj953NrI4s8xSVScrAo/RHeILrtdb4uzR7N6aaFFxxJ+gt8mA8HfNpw76w=="; }; }; - "chokidar-3.3.0" = { - name = "chokidar"; - packageName = "chokidar"; - version = "3.3.0"; - src = fetchurl { - url = "https://registry.npmjs.org/chokidar/-/chokidar-3.3.0.tgz"; - sha512 = "dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A=="; - }; - }; "chokidar-3.4.2" = { name = "chokidar"; packageName = "chokidar"; @@ -2722,6 +2803,15 @@ let sha512 = "dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw=="; }; }; + "colorette-1.2.1" = { + name = "colorette"; + packageName = "colorette"; + version = "1.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz"; + sha512 = "puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw=="; + }; + }; "colors-1.0.3" = { name = "colors"; packageName = "colors"; @@ -3001,13 +3091,13 @@ let sha1 = "676f6eb3c39997c2ee1ac3a924fd6124748f578d"; }; }; - "copy-webpack-plugin-5.1.1" = { + "copy-webpack-plugin-5.1.2" = { name = "copy-webpack-plugin"; packageName = "copy-webpack-plugin"; - version = "5.1.1"; + version = "5.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.1.tgz"; - sha512 = "P15M5ZC8dyCjQHWwd4Ia/dm0SgVvZJMYeykVIVYXbGyqO4dWB5oyPHp9i7wjwo5LhtlhKbiBCdS2NvM07Wlybg=="; + url = "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz"; + sha512 = "Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ=="; }; }; "core-js-2.6.11" = { @@ -3046,6 +3136,15 @@ let sha512 = "H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA=="; }; }; + "cosmiconfig-7.0.0" = { + name = "cosmiconfig"; + packageName = "cosmiconfig"; + version = "7.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz"; + sha512 = "pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA=="; + }; + }; "create-ecdh-4.0.4" = { name = "create-ecdh"; packageName = "create-ecdh"; @@ -3118,15 +3217,6 @@ let sha512 = "6U/8SMK2FBNnB21oQ4+6Nsodxanw1gTkntYA2zBdkFYFu3ZDx65P2ONEXGSvob/QS6REjVHQ9zxzdOafwFdstw=="; }; }; - "cross-spawn-7.0.1" = { - name = "cross-spawn"; - packageName = "cross-spawn"; - version = "7.0.1"; - src = fetchurl { - url = "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz"; - sha512 = "u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg=="; - }; - }; "cross-spawn-7.0.3" = { name = "cross-spawn"; packageName = "cross-spawn"; @@ -3172,13 +3262,13 @@ let sha512 = "BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA=="; }; }; - "css-loader-3.6.0" = { + "css-loader-4.3.0" = { name = "css-loader"; packageName = "css-loader"; - version = "3.6.0"; + version = "4.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz"; - sha512 = "M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ=="; + url = "https://registry.npmjs.org/css-loader/-/css-loader-4.3.0.tgz"; + sha512 = "rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg=="; }; }; "css-select-1.2.0" = { @@ -3235,13 +3325,13 @@ let sha512 = "a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg=="; }; }; - "css-what-3.3.0" = { + "css-what-3.4.1" = { name = "css-what"; packageName = "css-what"; - version = "3.3.0"; + version = "3.4.1"; src = fetchurl { - url = "https://registry.npmjs.org/css-what/-/css-what-3.3.0.tgz"; - sha512 = "pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg=="; + url = "https://registry.npmjs.org/css-what/-/css-what-3.4.1.tgz"; + sha512 = "wHOppVDKl4vTAOWzJt5Ek37Sgd9qq1Bmj/T1OjvicWbU5W7ru7Pqbn0Jdqii3Drx/h+dixHKXNhZYx7blthL7g=="; }; }; "cssesc-3.0.0" = { @@ -3361,13 +3451,13 @@ let sha512 = "mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ=="; }; }; - "debug-4.2.0" = { + "debug-4.3.0" = { name = "debug"; packageName = "debug"; - version = "4.2.0"; + version = "4.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz"; - sha512 = "IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg=="; + url = "https://registry.npmjs.org/debug/-/debug-4.3.0.tgz"; + sha512 = "jjO6JD2rKfiZQnBoRzhRTbXjHLGLfH+UtGkWLc/UXAh/rzZMyjbgn0NcfFpqT8nd1kTtFnDiJcrIFkq4UKeJVg=="; }; }; "decamelize-1.2.0" = { @@ -3667,13 +3757,13 @@ let sha512 = "BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="; }; }; - "domelementtype-2.0.1" = { + "domelementtype-2.0.2" = { name = "domelementtype"; packageName = "domelementtype"; - version = "2.0.1"; + version = "2.0.2"; src = fetchurl { - url = "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz"; - sha512 = "5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ=="; + url = "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.2.tgz"; + sha512 = "wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA=="; }; }; "domhandler-2.4.2" = { @@ -3712,13 +3802,13 @@ let sha512 = "7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA=="; }; }; - "dot-prop-5.2.0" = { + "dot-prop-5.3.0" = { name = "dot-prop"; packageName = "dot-prop"; - version = "5.2.0"; + version = "5.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz"; - sha512 = "uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A=="; + url = "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz"; + sha512 = "QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q=="; }; }; "dotenv-8.2.0" = { @@ -3775,13 +3865,13 @@ let sha1 = "590c61156b0ae2f4f0255732a158b266bc56b21d"; }; }; - "electron-to-chromium-1.3.555" = { + "electron-to-chromium-1.3.576" = { name = "electron-to-chromium"; packageName = "electron-to-chromium"; - version = "1.3.555"; + version = "1.3.576"; src = fetchurl { - url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.555.tgz"; - sha512 = "/55x3nF2feXFZ5tdGUOr00TxnUjUgdxhrn+eCJ1FAcoAt+cKQTjQkUC5XF4frMWE1R5sjHk+JueuBalimfe5Pg=="; + url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.576.tgz"; + sha512 = "uSEI0XZ//5ic+0NdOqlxp0liCD44ck20OAGyLMSymIWTEAtHKVJi6JM18acOnRgUgX7Q65QqnI+sNncNvIy8ew=="; }; }; "elliptic-6.5.3" = { @@ -3848,13 +3938,13 @@ let sha512 = "HSMlAr6INTV82wkpPNG0zsHoJXo/04GwG7bnhFX8s4zyIbbzuJAovsdo27FAT6/NKx5IVTXGI+IFcK9Z7oN1Tw=="; }; }; - "elm-hot-webpack-loader-1.1.6" = { + "elm-hot-webpack-loader-1.1.7" = { name = "elm-hot-webpack-loader"; packageName = "elm-hot-webpack-loader"; - version = "1.1.6"; + version = "1.1.7"; src = fetchurl { - url = "https://registry.npmjs.org/elm-hot-webpack-loader/-/elm-hot-webpack-loader-1.1.6.tgz"; - sha512 = "fY+36uG8/h/PvlO2HZSXBa6qGNkVCwn+QjoL/5WWHOocf7EfYAYFgJlWQqsgNQi/eYO4/dt/OglRuSsFfkFvtA=="; + url = "https://registry.npmjs.org/elm-hot-webpack-loader/-/elm-hot-webpack-loader-1.1.7.tgz"; + sha512 = "FcRN8UlTl52EigvGjTaG9rnfdUJYh88eWRrruUmZLNVb/71maM92l3HNDAcyztOj4pEYGhoo9DEHEquZm6B08A=="; }; }; "elm-test-0.19.1" = { @@ -3866,13 +3956,13 @@ let sha512 = "SyZgZ/hxq62budS3k0M1Qj1E8fIRvldSxFSm4XfzE6qRRuHAT2a82fxprZRZl1yG2GwnImGmhuKH5hSyjPpzjA=="; }; }; - "elm-test-0.19.1-revision2" = { + "elm-test-0.19.1-revision4" = { name = "elm-test"; packageName = "elm-test"; - version = "0.19.1-revision2"; + version = "0.19.1-revision4"; src = fetchurl { - url = "https://registry.npmjs.org/elm-test/-/elm-test-0.19.1-revision2.tgz"; - sha512 = "zVs2mVeyIE+K9y7/8b333h5xRMDWAoqbBDm7ThLDhyTi7ICxeL3t5uOS4KZCrRk9+4sP6+voSbcBlgr46Q+GiQ=="; + url = "https://registry.npmjs.org/elm-test/-/elm-test-0.19.1-revision4.tgz"; + sha512 = "DUzKPNzJb/2ZsPbtHttT5JIKGY1KtT7d9cexSNQI7DppvoEHxZ4nCd5EObv5kjskmC0JkQ5PHmCkIruQsbOdkQ=="; }; }; "elm-webpack-loader-6.0.1" = { @@ -4001,13 +4091,22 @@ let sha512 = "7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g=="; }; }; - "es-abstract-1.17.6" = { + "es-abstract-1.17.7" = { name = "es-abstract"; packageName = "es-abstract"; - version = "1.17.6"; + version = "1.17.7"; src = fetchurl { - url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz"; - sha512 = "Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw=="; + url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz"; + sha512 = "VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g=="; + }; + }; + "es-abstract-1.18.0-next.1" = { + name = "es-abstract"; + packageName = "es-abstract"; + version = "1.18.0-next.1"; + src = fetchurl { + url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz"; + sha512 = "I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA=="; }; }; "es-to-primitive-1.2.1" = { @@ -4028,13 +4127,13 @@ let sha512 = "HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg=="; }; }; - "escalade-3.0.2" = { + "escalade-3.1.0" = { name = "escalade"; packageName = "escalade"; - version = "3.0.2"; + version = "3.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/escalade/-/escalade-3.0.2.tgz"; - sha512 = "gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ=="; + url = "https://registry.npmjs.org/escalade/-/escalade-3.1.0.tgz"; + sha512 = "mAk+hPSO8fLDkhV7V0dXazH5pDc6MrjBTPyD3VeKzxnVFjH1MIxbCdqGZB9O8+EwWakZs3ZCbDS4IpRt79V1ig=="; }; }; "escape-html-1.0.3" = { @@ -4091,13 +4190,13 @@ let sha512 = "eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="; }; }; - "esrecurse-4.2.1" = { + "esrecurse-4.3.0" = { name = "esrecurse"; packageName = "esrecurse"; - version = "4.2.1"; + version = "4.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz"; - sha512 = "64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ=="; + url = "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz"; + sha512 = "KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag=="; }; }; "estraverse-4.3.0" = { @@ -4109,6 +4208,15 @@ let sha512 = "39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="; }; }; + "estraverse-5.2.0" = { + name = "estraverse"; + packageName = "estraverse"; + version = "5.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz"; + sha512 = "BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ=="; + }; + }; "esutils-2.0.3" = { name = "esutils"; packageName = "esutils"; @@ -4406,13 +4514,13 @@ let sha1 = "3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"; }; }; - "file-loader-1.1.11" = { + "file-loader-6.1.0" = { name = "file-loader"; packageName = "file-loader"; - version = "1.1.11"; + version = "6.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/file-loader/-/file-loader-1.1.11.tgz"; - sha512 = "TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg=="; + url = "https://registry.npmjs.org/file-loader/-/file-loader-6.1.0.tgz"; + sha512 = "26qPdHyTsArQ6gU4P1HJbAbnFTyT2r0pG7czh1GFAd9TZbj0n94wWbupgixZH/ET/meqi2/5+F7DhW4OAXD+Lg=="; }; }; "file-uri-to-path-1.0.0" = { @@ -5261,13 +5369,13 @@ let sha512 = "ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg=="; }; }; - "html-webpack-plugin-4.3.0" = { + "html-webpack-plugin-4.5.0" = { name = "html-webpack-plugin"; packageName = "html-webpack-plugin"; - version = "4.3.0"; + version = "4.5.0"; src = fetchurl { - url = "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz"; - sha512 = "C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w=="; + url = "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz"; + sha512 = "MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw=="; }; }; "htmlparser2-3.10.1" = { @@ -5486,15 +5594,6 @@ let sha512 = "4Urocwu9+XLDJw4Tc6ZCg7APVjjLInCFvO4TwGsAYV5zT6YYSor14dsZR0+0tHlDIN92cFUOq+i7fC00G5vTxA=="; }; }; - "import-cwd-2.1.0" = { - name = "import-cwd"; - packageName = "import-cwd"; - version = "2.1.0"; - src = fetchurl { - url = "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz"; - sha1 = "aa6cf36e722761285cb371ec6519f53e2435b0a9"; - }; - }; "import-fresh-2.0.0" = { name = "import-fresh"; packageName = "import-fresh"; @@ -5504,13 +5603,13 @@ let sha1 = "d81355c15612d386c61f9ddd3922d4304822a546"; }; }; - "import-from-2.1.0" = { - name = "import-from"; - packageName = "import-from"; - version = "2.1.0"; + "import-fresh-3.2.1" = { + name = "import-fresh"; + packageName = "import-fresh"; + version = "3.2.1"; src = fetchurl { - url = "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz"; - sha1 = "335db7f2a7affd53aaa471d4b8021dee36b7f3b1"; + url = "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz"; + sha512 = "6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ=="; }; }; "import-local-2.0.0" = { @@ -5747,13 +5846,13 @@ let sha512 = "NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="; }; }; - "is-callable-1.2.0" = { + "is-callable-1.2.2" = { name = "is-callable"; packageName = "is-callable"; - version = "1.2.0"; + version = "1.2.2"; src = fetchurl { - url = "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz"; - sha512 = "pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw=="; + url = "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz"; + sha512 = "dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA=="; }; }; "is-ci-2.0.0" = { @@ -5909,6 +6008,15 @@ let sha512 = "5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg=="; }; }; + "is-negative-zero-2.0.0" = { + name = "is-negative-zero"; + packageName = "is-negative-zero"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz"; + sha1 = "9553b121b0fac28869da9ed459e20c7543788461"; + }; + }; "is-number-3.0.0" = { name = "is-number"; packageName = "is-number"; @@ -5981,6 +6089,15 @@ let sha512 = "wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg=="; }; }; + "is-plain-obj-1.1.0" = { + name = "is-plain-obj"; + packageName = "is-plain-obj"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz"; + sha1 = "71a50c8429dfca773c92a390a4a03b39fcd51d3e"; + }; + }; "is-plain-object-2.0.4" = { name = "is-plain-object"; packageName = "is-plain-object"; @@ -6179,13 +6296,13 @@ let sha512 = "DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig=="; }; }; - "jest-util-26.3.0" = { + "jest-util-26.5.0" = { name = "jest-util"; packageName = "jest-util"; - version = "26.3.0"; + version = "26.5.0"; src = fetchurl { - url = "https://registry.npmjs.org/jest-util/-/jest-util-26.3.0.tgz"; - sha512 = "4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw=="; + url = "https://registry.npmjs.org/jest-util/-/jest-util-26.5.0.tgz"; + sha512 = "CSQ0uzE7JdHDCQo3K8jlyWRIF2xNLdpu9nbjo8okGDanaNsF7WonhusFvjOg7QiWn1SThe7wFRh8Jx2ls1Gx4Q=="; }; }; "js-tokens-4.0.0" = { @@ -6260,6 +6377,15 @@ let sha512 = "mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="; }; }; + "json-parse-even-better-errors-2.3.1" = { + name = "json-parse-even-better-errors"; + packageName = "json-parse-even-better-errors"; + version = "2.3.1"; + src = fetchurl { + url = "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz"; + sha512 = "xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="; + }; + }; "json-schema-0.2.3" = { name = "json-schema"; packageName = "json-schema"; @@ -6377,13 +6503,13 @@ let sha512 = "9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA=="; }; }; - "keyv-4.0.1" = { + "keyv-4.0.3" = { name = "keyv"; packageName = "keyv"; - version = "4.0.1"; + version = "4.0.3"; src = fetchurl { - url = "https://registry.npmjs.org/keyv/-/keyv-4.0.1.tgz"; - sha512 = "xz6Jv6oNkbhrFCvCP7HQa8AaII8y8LRpoSm661NOKLr4uHuBwhX4epXrPQgF3+xdJnN4Esm5X0xwY4bOlALOtw=="; + url = "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz"; + sha512 = "zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA=="; }; }; "killable-1.0.1" = { @@ -6440,6 +6566,15 @@ let sha1 = "42b76894701169cc910fd0d19ce677b5fb378af1"; }; }; + "klona-2.0.4" = { + name = "klona"; + packageName = "klona"; + version = "2.0.4"; + src = fetchurl { + url = "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz"; + sha512 = "ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA=="; + }; + }; "last-call-webpack-plugin-3.0.0" = { name = "last-call-webpack-plugin"; packageName = "last-call-webpack-plugin"; @@ -6485,6 +6620,24 @@ let sha512 = "mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ=="; }; }; + "line-column-1.0.2" = { + name = "line-column"; + packageName = "line-column"; + version = "1.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/line-column/-/line-column-1.0.2.tgz"; + sha1 = "d25af2936b6f4849172b312e4792d1d987bc34a2"; + }; + }; + "lines-and-columns-1.1.6" = { + name = "lines-and-columns"; + packageName = "lines-and-columns"; + version = "1.1.6"; + src = fetchurl { + url = "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz"; + sha1 = "1c00c743b433cd0a4e80758f7b64a57440d9ff00"; + }; + }; "load-json-file-1.1.0" = { name = "load-json-file"; packageName = "load-json-file"; @@ -6521,6 +6674,15 @@ let sha512 = "qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA=="; }; }; + "loader-utils-2.0.0" = { + name = "loader-utils"; + packageName = "loader-utils"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz"; + sha512 = "rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ=="; + }; + }; "locate-path-2.0.0" = { name = "locate-path"; packageName = "locate-path"; @@ -6935,13 +7097,13 @@ let sha512 = "wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA=="; }; }; - "mini-css-extract-plugin-0.4.5" = { + "mini-css-extract-plugin-0.11.3" = { name = "mini-css-extract-plugin"; packageName = "mini-css-extract-plugin"; - version = "0.4.5"; + version = "0.11.3"; src = fetchurl { - url = "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz"; - sha512 = "dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w=="; + url = "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz"; + sha512 = "n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA=="; }; }; "minimalistic-assert-1.0.1" = { @@ -7061,13 +7223,13 @@ let sha512 = "vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="; }; }; - "moment-2.27.0" = { + "moment-2.29.0" = { name = "moment"; packageName = "moment"; - version = "2.27.0"; + version = "2.29.0"; src = fetchurl { - url = "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz"; - sha512 = "al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ=="; + url = "https://registry.npmjs.org/moment/-/moment-2.29.0.tgz"; + sha512 = "z6IJ5HXYiuxvFTI6eiQ9dm77uE0gyy1yXNApVHqTcnIKfY9tIwEjlzsZ6u1LQXvVgKeTnv9Xm7NDvJ7lso3MtA=="; }; }; "move-concurrently-1.0.1" = { @@ -7169,6 +7331,15 @@ let sha512 = "isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw=="; }; }; + "nanoid-3.1.12" = { + name = "nanoid"; + packageName = "nanoid"; + version = "3.1.12"; + src = fetchurl { + url = "https://registry.npmjs.org/nanoid/-/nanoid-3.1.12.tgz"; + sha512 = "1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A=="; + }; + }; "nanomatch-1.2.13" = { name = "nanomatch"; packageName = "nanomatch"; @@ -7241,13 +7412,13 @@ let sha512 = "vapB+VkmKMY1NRy7jjpGjzwWbKmtiRfzbgVoV/eROz5Kx30QvY0Nd5Ua7iST+9utrn1aG8cVToXC6UWdEO5BKQ=="; }; }; - "node-forge-0.9.0" = { + "node-forge-0.10.0" = { name = "node-forge"; packageName = "node-forge"; - version = "0.9.0"; + version = "0.10.0"; src = fetchurl { - url = "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz"; - sha512 = "7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ=="; + url = "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz"; + sha512 = "PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="; }; }; "node-libs-browser-2.2.1" = { @@ -7259,13 +7430,13 @@ let sha512 = "h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q=="; }; }; - "node-releases-1.1.60" = { + "node-releases-1.1.61" = { name = "node-releases"; packageName = "node-releases"; - version = "1.1.60"; + version = "1.1.61"; src = fetchurl { - url = "https://registry.npmjs.org/node-releases/-/node-releases-1.1.60.tgz"; - sha512 = "gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA=="; + url = "https://registry.npmjs.org/node-releases/-/node-releases-1.1.61.tgz"; + sha512 = "DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g=="; }; }; "node-watch-0.5.5" = { @@ -7322,6 +7493,15 @@ let sha1 = "2d10c06bdfd312ea9777695a4d28439456b75942"; }; }; + "normalize-url-1.9.1" = { + name = "normalize-url"; + packageName = "normalize-url"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz"; + sha1 = "2cc0d66b31ea23036458436e3620d85954c66c3c"; + }; + }; "normalize-url-3.3.0" = { name = "normalize-url"; packageName = "normalize-url"; @@ -7430,13 +7610,13 @@ let sha512 = "jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA=="; }; }; - "object-is-1.1.2" = { + "object-is-1.1.3" = { name = "object-is"; packageName = "object-is"; - version = "1.1.2"; + version = "1.1.3"; src = fetchurl { - url = "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz"; - sha512 = "5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ=="; + url = "https://registry.npmjs.org/object-is/-/object-is-1.1.3.tgz"; + sha512 = "teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg=="; }; }; "object-keys-1.1.1" = { @@ -7457,13 +7637,13 @@ let sha1 = "f79c4493af0c5377b59fe39d395e41042dd045bb"; }; }; - "object.assign-4.1.0" = { + "object.assign-4.1.1" = { name = "object.assign"; packageName = "object.assign"; - version = "4.1.0"; + version = "4.1.1"; src = fetchurl { - url = "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz"; - sha512 = "exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w=="; + url = "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz"; + sha512 = "VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA=="; }; }; "object.entries-1.1.2" = { @@ -7565,13 +7745,13 @@ let sha512 = "IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg=="; }; }; - "open-7.2.1" = { + "open-7.3.0" = { name = "open"; packageName = "open"; - version = "7.2.1"; + version = "7.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/open/-/open-7.2.1.tgz"; - sha512 = "xbYCJib4spUdmcs0g/2mK1nKo/jO2T7INClWd/beL7PFkXRWgr8B23ssDHX/USPn2M2IjDR5UdpYs6I67SnTSA=="; + url = "https://registry.npmjs.org/open/-/open-7.3.0.tgz"; + sha512 = "mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw=="; }; }; "opn-5.4.0" = { @@ -7826,6 +8006,15 @@ let sha512 = "VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA=="; }; }; + "parent-module-1.0.1" = { + name = "parent-module"; + packageName = "parent-module"; + version = "1.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz"; + sha512 = "GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g=="; + }; + }; "parse-asn1-5.1.6" = { name = "parse-asn1"; packageName = "parse-asn1"; @@ -7853,6 +8042,15 @@ let sha1 = "be35f5425be1f7f6c747184f98a788cb99477ee0"; }; }; + "parse-json-5.1.0" = { + name = "parse-json"; + packageName = "parse-json"; + version = "5.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/parse-json/-/parse-json-5.1.0.tgz"; + sha512 = "+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ=="; + }; + }; "parse-passwd-1.0.0" = { name = "parse-passwd"; packageName = "parse-passwd"; @@ -8168,31 +8366,31 @@ let sha1 = "01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"; }; }; - "postcss-6.0.23" = { + "postcss-7.0.35" = { name = "postcss"; packageName = "postcss"; - version = "6.0.23"; + version = "7.0.35"; src = fetchurl { - url = "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz"; - sha512 = "soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag=="; + url = "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz"; + sha512 = "3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg=="; }; }; - "postcss-7.0.32" = { + "postcss-8.1.1" = { name = "postcss"; packageName = "postcss"; - version = "7.0.32"; + version = "8.1.1"; src = fetchurl { - url = "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz"; - sha512 = "03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw=="; + url = "https://registry.npmjs.org/postcss/-/postcss-8.1.1.tgz"; + sha512 = "9DGLSsjooH3kSNjTZUOt2eIj2ZTW0VI2PZ/3My+8TC7KIbH2OKwUlISfDsf63EP4aiRUt3XkEWMWvyJHvJelEg=="; }; }; - "postcss-calc-7.0.3" = { + "postcss-calc-7.0.5" = { name = "postcss-calc"; packageName = "postcss-calc"; - version = "7.0.3"; + version = "7.0.5"; src = fetchurl { - url = "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.3.tgz"; - sha512 = "IB/EAEmZhIMEIhG7Ov4x+l47UaXOS1n2f4FBUk/aKllQhtSCxWhTzn0nJgkqN7fo/jcWySvWTSB6Syk9L+31bA=="; + url = "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz"; + sha512 = "1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg=="; }; }; "postcss-colormin-4.0.3" = { @@ -8258,22 +8456,13 @@ let sha512 = "9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ=="; }; }; - "postcss-load-config-2.1.0" = { - name = "postcss-load-config"; - packageName = "postcss-load-config"; - version = "2.1.0"; - src = fetchurl { - url = "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz"; - sha512 = "4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q=="; - }; - }; - "postcss-loader-3.0.0" = { + "postcss-loader-4.0.3" = { name = "postcss-loader"; packageName = "postcss-loader"; - version = "3.0.0"; + version = "4.0.3"; src = fetchurl { - url = "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz"; - sha512 = "cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA=="; + url = "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.0.3.tgz"; + sha512 = "jHboC/AOnJLPu8/974hODCJ/rNAa2YhhJOclUeuRlAmFpKmEcBY6az8y1ejHyYc2LThzPl8qPRekh2Yz3CiRKA=="; }; }; "postcss-merge-longhand-4.0.11" = { @@ -8474,13 +8663,13 @@ let sha512 = "EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg=="; }; }; - "postcss-safe-parser-4.0.2" = { + "postcss-safe-parser-5.0.2" = { name = "postcss-safe-parser"; packageName = "postcss-safe-parser"; - version = "4.0.2"; + version = "5.0.2"; src = fetchurl { - url = "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz"; - sha512 = "Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g=="; + url = "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz"; + sha512 = "jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ=="; }; }; "postcss-selector-parser-3.1.2" = { @@ -8492,13 +8681,13 @@ let sha512 = "h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA=="; }; }; - "postcss-selector-parser-6.0.2" = { + "postcss-selector-parser-6.0.4" = { name = "postcss-selector-parser"; packageName = "postcss-selector-parser"; - version = "6.0.2"; + version = "6.0.4"; src = fetchurl { - url = "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz"; - sha512 = "36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg=="; + url = "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz"; + sha512 = "gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw=="; }; }; "postcss-svgo-4.0.2" = { @@ -8537,6 +8726,15 @@ let sha512 = "97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ=="; }; }; + "prepend-http-1.0.4" = { + name = "prepend-http"; + packageName = "prepend-http"; + version = "1.0.4"; + src = fetchurl { + url = "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz"; + sha1 = "d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"; + }; + }; "prepend-http-2.0.0" = { name = "prepend-http"; packageName = "prepend-http"; @@ -8546,13 +8744,13 @@ let sha1 = "e92434bfa5ea8c19f41cdfd401d741a3c819d897"; }; }; - "pretty-bytes-5.3.0" = { + "pretty-bytes-5.4.1" = { name = "pretty-bytes"; packageName = "pretty-bytes"; - version = "5.3.0"; + version = "5.4.1"; src = fetchurl { - url = "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.3.0.tgz"; - sha512 = "hjGrh+P926p4R4WbaB6OckyRtO0F0/lQBiT+0gnxjV+5kjPBrfVBFCsCLbMqVQeydvIoouYTCmmEURiH3R1Bdg=="; + url = "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.4.1.tgz"; + sha512 = "s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA=="; }; }; "pretty-error-2.1.1" = { @@ -8771,6 +8969,15 @@ let sha512 = "VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="; }; }; + "query-string-4.3.4" = { + name = "query-string"; + packageName = "query-string"; + version = "4.3.4"; + src = fetchurl { + url = "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz"; + sha1 = "bbb693b9ca915c232515b228b1a02b609043dbeb"; + }; + }; "querystring-0.2.0" = { name = "querystring"; packageName = "querystring"; @@ -8960,15 +9167,6 @@ let sha512 = "ZOsfTGkjO2kqeR5Mzr5RYDbTGYneSkdNKX2fOX2P5jF7vMrd/GNnIAUtDldeHHumHUCQ3V05YfWUdxMPAsRu9Q=="; }; }; - "readdirp-3.2.0" = { - name = "readdirp"; - packageName = "readdirp"; - version = "3.2.0"; - src = fetchurl { - url = "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz"; - sha512 = "crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ=="; - }; - }; "readdirp-3.4.0" = { name = "readdirp"; packageName = "readdirp"; @@ -9068,13 +9266,13 @@ let sha512 = "2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ=="; }; }; - "regexpu-core-4.7.0" = { + "regexpu-core-4.7.1" = { name = "regexpu-core"; packageName = "regexpu-core"; - version = "4.7.0"; + version = "4.7.1"; src = fetchurl { - url = "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.0.tgz"; - sha512 = "TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ=="; + url = "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz"; + sha512 = "ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ=="; }; }; "registry-auth-token-4.2.0" = { @@ -9266,6 +9464,15 @@ let sha1 = "b22c7af7d9d6881bc8b6e653335eebcb0a188748"; }; }; + "resolve-from-4.0.0" = { + name = "resolve-from"; + packageName = "resolve-from"; + version = "4.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"; + sha512 = "pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="; + }; + }; "resolve-url-0.2.1" = { name = "resolve-url"; packageName = "resolve-url"; @@ -9410,13 +9617,13 @@ let sha1 = "e848396f057d223f24386924618e25694161ec47"; }; }; - "rxjs-6.6.2" = { + "rxjs-6.6.3" = { name = "rxjs"; packageName = "rxjs"; - version = "6.6.2"; + version = "6.6.3"; src = fetchurl { - url = "https://registry.npmjs.org/rxjs/-/rxjs-6.6.2.tgz"; - sha512 = "BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg=="; + url = "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz"; + sha512 = "trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ=="; }; }; "safe-buffer-5.1.1" = { @@ -9500,13 +9707,13 @@ let sha512 = "i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g=="; }; }; - "schema-utils-2.7.0" = { + "schema-utils-2.7.1" = { name = "schema-utils"; packageName = "schema-utils"; - version = "2.7.0"; + version = "2.7.1"; src = fetchurl { - url = "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz"; - sha512 = "0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A=="; + url = "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz"; + sha512 = "SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg=="; }; }; "select-hose-2.0.0" = { @@ -9518,13 +9725,13 @@ let sha1 = "625d8658f865af43ec962bfc376a37359a4994ca"; }; }; - "selfsigned-1.10.7" = { + "selfsigned-1.10.8" = { name = "selfsigned"; packageName = "selfsigned"; - version = "1.10.7"; + version = "1.10.8"; src = fetchurl { - url = "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.7.tgz"; - sha512 = "8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA=="; + url = "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.8.tgz"; + sha512 = "2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w=="; }; }; "semver-5.7.1" = { @@ -9608,15 +9815,6 @@ let sha512 = "0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A=="; }; }; - "serialize-javascript-2.1.2" = { - name = "serialize-javascript"; - packageName = "serialize-javascript"; - version = "2.1.2"; - src = fetchurl { - url = "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz"; - sha512 = "rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ=="; - }; - }; "serialize-javascript-4.0.0" = { name = "serialize-javascript"; packageName = "serialize-javascript"; @@ -9869,6 +10067,15 @@ let sha512 = "5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g=="; }; }; + "sort-keys-1.1.2" = { + name = "sort-keys"; + packageName = "sort-keys"; + version = "1.1.2"; + src = fetchurl { + url = "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz"; + sha1 = "441b6d4d346798f1b4e49e8920adfba0e543f9ad"; + }; + }; "source-list-map-2.0.1" = { name = "source-list-map"; packageName = "source-list-map"; @@ -9959,13 +10166,13 @@ let sha512 = "cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q=="; }; }; - "spdx-license-ids-3.0.5" = { + "spdx-license-ids-3.0.6" = { name = "spdx-license-ids"; packageName = "spdx-license-ids"; - version = "3.0.5"; + version = "3.0.6"; src = fetchurl { - url = "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz"; - sha512 = "J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q=="; + url = "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz"; + sha512 = "+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw=="; }; }; "spdy-4.0.2" = { @@ -10130,6 +10337,15 @@ let sha512 = "AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ=="; }; }; + "strict-uri-encode-1.1.0" = { + name = "strict-uri-encode"; + packageName = "strict-uri-encode"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz"; + sha1 = "279b225df1d582b1f54e65addd4352e18faa0713"; + }; + }; "string-replace-loader-2.3.0" = { name = "string-replace-loader"; packageName = "string-replace-loader"; @@ -10301,13 +10517,13 @@ let sha1 = "3c531942e908c2697c0ec344858c286c7ca0a60a"; }; }; - "style-loader-0.23.1" = { + "style-loader-1.3.0" = { name = "style-loader"; packageName = "style-loader"; - version = "0.23.1"; + version = "1.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz"; - sha512 = "XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg=="; + url = "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz"; + sha512 = "V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q=="; }; }; "stylehacks-4.0.3" = { @@ -10661,13 +10877,13 @@ let sha1 = "61dbc2d53b69ff6091a12a168fd7d433107e40f1"; }; }; - "ts-jest-26.3.0" = { + "ts-jest-26.4.1" = { name = "ts-jest"; packageName = "ts-jest"; - version = "26.3.0"; + version = "26.4.1"; src = fetchurl { - url = "https://registry.npmjs.org/ts-jest/-/ts-jest-26.3.0.tgz"; - sha512 = "Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q=="; + url = "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.1.tgz"; + sha512 = "F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg=="; }; }; "ts-union-2.2.1" = { @@ -10913,13 +11129,13 @@ let sha1 = "8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"; }; }; - "unzip-stream-0.3.0" = { + "unzip-stream-0.3.1" = { name = "unzip-stream"; packageName = "unzip-stream"; - version = "0.3.0"; + version = "0.3.1"; src = fetchurl { - url = "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.0.tgz"; - sha512 = "NG1h/MdGIX3HzyqMjyj1laBCmlPYhcO4xEy7gEqqzGiSLw7XqDQCnY4nYSn5XSaH8mQ6TFkaujrO8d/PIZN85A=="; + url = "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.1.tgz"; + sha512 = "RzaGXLNt+CW+T41h1zl6pGz3EaeVhYlK+rdAap+7DxW5kqsqePO8kRtWPaCiVqdhZc86EctSPVYNix30YOMzmw=="; }; }; "upath-1.2.0" = { @@ -10940,13 +11156,13 @@ let sha1 = "4a50875ec5c715d19379799f0590a0e796958f61"; }; }; - "uri-js-4.2.2" = { + "uri-js-4.4.0" = { name = "uri-js"; packageName = "uri-js"; - version = "4.2.2"; + version = "4.4.0"; src = fetchurl { - url = "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz"; - sha512 = "KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ=="; + url = "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz"; + sha512 = "B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g=="; }; }; "urix-0.1.0" = { @@ -10967,13 +11183,13 @@ let sha1 = "3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"; }; }; - "url-loader-1.1.2" = { + "url-loader-4.1.0" = { name = "url-loader"; packageName = "url-loader"; - version = "1.1.2"; + version = "4.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/url-loader/-/url-loader-1.1.2.tgz"; - sha512 = "dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg=="; + url = "https://registry.npmjs.org/url-loader/-/url-loader-4.1.0.tgz"; + sha512 = "IzgAAIC8wRrg6NYkFIJY09vtktQcsvU8V6HhtQj9PTefbYImzLB1hufqo4m+RyM5N3mLx5BqJKccgxJS+W3kqw=="; }; }; "url-parse-1.4.7" = { @@ -11210,22 +11426,22 @@ let sha512 = "O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA=="; }; }; - "web-tree-sitter-0.16.4" = { + "web-tree-sitter-0.17.1" = { name = "web-tree-sitter"; packageName = "web-tree-sitter"; - version = "0.16.4"; + version = "0.17.1"; src = fetchurl { - url = "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.16.4.tgz"; - sha512 = "n1CfuJcJ+dynIx/fmavB6haPx37N3GZvY5HIGIselymDiSwNRC+8pAxOzoB4eVwUBJnbP3+aA8vWttrAZbgs7A=="; + url = "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.17.1.tgz"; + sha512 = "QgaeV+wmlB1Qaw9rS5a0ZDBt8GRcKkF+hGNSVxQ/HLm1lPCow3BKOhoILaXkYm7YozCcL7TjppRADBwFJugbuA=="; }; }; - "webpack-4.43.0" = { + "webpack-4.44.2" = { name = "webpack"; packageName = "webpack"; - version = "4.43.0"; + version = "4.44.2"; src = fetchurl { - url = "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz"; - sha512 = "GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g=="; + url = "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz"; + sha512 = "6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q=="; }; }; "webpack-dev-middleware-3.7.2" = { @@ -11300,13 +11516,13 @@ let sha512 = "OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="; }; }; - "whatwg-fetch-3.0.0" = { + "whatwg-fetch-3.4.1" = { name = "whatwg-fetch"; packageName = "whatwg-fetch"; - version = "3.0.0"; + version = "3.4.1"; src = fetchurl { - url = "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz"; - sha512 = "9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q=="; + url = "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz"; + sha512 = "sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ=="; }; }; "which-1.3.1" = { @@ -11615,6 +11831,15 @@ let sha512 = "Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ=="; }; }; + "xmlbuilder-15.1.1" = { + name = "xmlbuilder"; + packageName = "xmlbuilder"; + version = "15.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz"; + sha512 = "yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg=="; + }; + }; "xtend-4.0.2" = { name = "xtend"; packageName = "xtend"; @@ -11660,6 +11885,15 @@ let sha512 = "a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="; }; }; + "yaml-1.10.0" = { + name = "yaml"; + packageName = "yaml"; + version = "1.10.0"; + src = fetchurl { + url = "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz"; + sha512 = "yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg=="; + }; + }; "yargs-13.3.2" = { name = "yargs"; packageName = "yargs"; @@ -11705,6 +11939,15 @@ let sha512 = "o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ=="; }; }; + "yargs-parser-20.2.1" = { + name = "yargs-parser"; + packageName = "yargs-parser"; + version = "20.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.1.tgz"; + sha512 = "yYsjuSkjbLMBp16eaOt7/siKTjNVjMm3SoJnIg3sEh/JsvqVVDyjRKmaJV4cl+lNIgq6QEco2i3gDebJl7/vLA=="; + }; + }; "yargs-parser-4.2.1" = { name = "yargs-parser"; packageName = "yargs-parser"; @@ -11736,7 +11979,7 @@ in }; dependencies = [ sources."accepts-1.3.7" - sources."ajv-6.12.4" + sources."ajv-6.12.5" sources."array-flatten-1.1.1" sources."asn1-0.2.4" sources."assert-plus-1.0.0" @@ -11890,7 +12133,7 @@ in sources."typedarray-0.0.6" sources."ultron-1.0.2" sources."unpipe-1.0.0" - sources."uri-js-4.2.2" + sources."uri-js-4.4.0" sources."util-deprecate-1.0.2" sources."utils-merge-1.0.1" sources."uuid-3.4.0" @@ -11921,9 +12164,8 @@ in sha512 = "WHlO9LCu6DLzlIPR28GqcCgtyy6ZjRKBR+c6yYwy7m2o0D0buuLsr3wsZxJBjZYmwregmWRseUOM3DzHmoiIzg=="; }; dependencies = [ - sources."@types/color-name-1.1.1" sources."abbrev-1.1.1" - sources."ajv-6.12.4" + sources."ajv-6.12.5" sources."ansi-regex-4.1.0" sources."ansi-styles-3.2.1" sources."anymatch-3.1.1" @@ -12048,7 +12290,7 @@ in sources."minipass-2.9.0" sources."minizlib-1.3.3" sources."mkdirp-0.5.5" - sources."moment-2.27.0" + sources."moment-2.29.0" sources."murmur-hash-js-1.0.0" sources."mustache-3.2.1" sources."nice-try-1.0.5" @@ -12114,9 +12356,9 @@ in sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."universalify-0.1.2" - sources."unzip-stream-0.3.0" + sources."unzip-stream-0.3.1" sources."upgrade-1.1.0" - sources."uri-js-4.2.2" + sources."uri-js-4.4.0" sources."uuid-3.4.0" sources."verror-1.10.0" sources."which-1.3.1" @@ -12124,7 +12366,7 @@ in (sources."wrap-ansi-6.2.0" // { dependencies = [ sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."emoji-regex-8.0.0" @@ -12169,9 +12411,8 @@ in dependencies = [ sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" sources."accepts-1.3.7" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."anymatch-3.1.1" sources."array-flatten-1.1.1" sources."async-limiter-1.0.1" @@ -12262,7 +12503,7 @@ in sources."normalize-url-4.5.0" sources."on-finished-2.3.0" sources."once-1.4.0" - sources."open-7.2.1" + sources."open-7.3.0" sources."p-cancelable-1.1.0" sources."package-json-6.5.0" sources."parseurl-1.3.3" @@ -12329,17 +12570,17 @@ in "@elm-tooling/elm-language-server" = nodeEnv.buildNodePackage { name = "_at_elm-tooling_slash_elm-language-server"; packageName = "@elm-tooling/elm-language-server"; - version = "1.11.0"; + version = "1.12.0"; src = fetchurl { - url = "https://registry.npmjs.org/@elm-tooling/elm-language-server/-/elm-language-server-1.11.0.tgz"; - sha512 = "GYphbimDGTl9icqLf6ObivJIHnIn/5B7Vc4FsAJD7CwwfjRU0LQZ3uSLNOYMVol8NgxbULXBvJOgojMu3QHJ5Q=="; + url = "https://registry.npmjs.org/@elm-tooling/elm-language-server/-/elm-language-server-1.12.0.tgz"; + sha512 = "x2Yj/lTUyohViOpRzAh/BzWCsInNCYMDERLVGehX7c5g4DhFLwlT6CSqmQ5LU2twIZW7KEKgCvoQTQ1eZ/ZtTQ=="; }; dependencies = [ sources."@nodelib/fs.scandir-2.1.3" sources."@nodelib/fs.stat-2.0.3" sources."@nodelib/fs.walk-1.2.4" sources."accepts-1.3.7" - sources."ajv-6.12.4" + sources."ajv-6.12.5" sources."array-flatten-1.1.1" sources."array-union-2.1.0" sources."asn1-0.2.4" @@ -12513,7 +12754,7 @@ in sources."typedarray-0.0.6" sources."ultron-1.0.2" sources."unpipe-1.0.0" - sources."uri-js-4.2.2" + sources."uri-js-4.4.0" sources."util-deprecate-1.0.2" sources."utils-merge-1.0.1" sources."uuid-3.4.0" @@ -12525,7 +12766,7 @@ in sources."vscode-languageserver-textdocument-1.0.1" sources."vscode-languageserver-types-3.15.1" sources."vscode-uri-2.1.2" - sources."web-tree-sitter-0.16.4" + sources."web-tree-sitter-0.17.1" sources."which-2.0.2" sources."wrappy-1.0.2" (sources."ws-3.3.1" // { @@ -12665,15 +12906,14 @@ in elm-test = nodeEnv.buildNodePackage { name = "elm-test"; packageName = "elm-test"; - version = "0.19.1-revision2"; + version = "0.19.1-revision4"; src = fetchurl { - url = "https://registry.npmjs.org/elm-test/-/elm-test-0.19.1-revision2.tgz"; - sha512 = "zVs2mVeyIE+K9y7/8b333h5xRMDWAoqbBDm7ThLDhyTi7ICxeL3t5uOS4KZCrRk9+4sP6+voSbcBlgr46Q+GiQ=="; + url = "https://registry.npmjs.org/elm-test/-/elm-test-0.19.1-revision4.tgz"; + sha512 = "DUzKPNzJb/2ZsPbtHttT5JIKGY1KtT7d9cexSNQI7DppvoEHxZ4nCd5EObv5kjskmC0JkQ5PHmCkIruQsbOdkQ=="; }; dependencies = [ - sources."@types/color-name-1.1.1" - sources."ajv-6.12.4" - sources."ansi-styles-4.2.1" + sources."ajv-6.12.5" + sources."ansi-styles-4.3.0" sources."anymatch-3.1.1" sources."asn1-0.2.4" sources."assert-plus-1.0.0" @@ -12692,14 +12932,14 @@ in sources."caseless-0.12.0" sources."chainsaw-0.1.0" sources."chalk-3.0.0" - sources."chokidar-3.3.0" + sources."chokidar-3.4.2" sources."chownr-1.1.4" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."combined-stream-1.0.8" sources."concat-map-0.0.1" sources."core-util-is-1.0.2" - sources."cross-spawn-7.0.1" + sources."cross-spawn-7.0.3" sources."dashdash-1.14.1" sources."delayed-stream-1.0.0" sources."ecc-jsbn-0.1.2" @@ -12709,13 +12949,6 @@ in sources."fast-deep-equal-3.1.3" sources."fast-json-stable-stringify-2.1.0" sources."fill-range-7.0.1" - (sources."find-elm-dependencies-2.0.2" // { - dependencies = [ - sources."firstline-1.2.0" - ]; - }) - sources."find-parent-dir-0.3.0" - sources."firstline-2.0.2" sources."forever-agent-0.6.1" sources."form-data-2.3.3" sources."fs-extra-8.1.0" @@ -12745,7 +12978,7 @@ in sources."json-stringify-safe-5.0.1" sources."jsonfile-4.0.0" sources."jsprim-1.4.1" - sources."lodash-4.17.15" + sources."lodash-4.17.20" sources."mime-db-1.44.0" sources."mime-types-2.1.27" sources."minimatch-3.0.4" @@ -12755,16 +12988,6 @@ in sources."mkdirp-0.5.5" sources."murmur-hash-js-1.0.0" sources."mustache-3.2.1" - sources."nice-try-1.0.5" - (sources."node-elm-compiler-5.0.4" // { - dependencies = [ - sources."cross-spawn-6.0.5" - sources."path-key-2.0.1" - sources."shebang-command-1.2.0" - sources."shebang-regex-1.0.0" - sources."which-1.3.1" - ]; - }) sources."normalize-path-3.0.0" sources."oauth-sign-0.9.0" sources."once-1.4.0" @@ -12775,24 +12998,19 @@ in sources."psl-1.8.0" sources."punycode-2.1.1" sources."qs-6.5.2" - sources."readdirp-3.2.0" + sources."readdirp-3.4.0" sources."request-2.88.2" sources."request-promise-4.2.6" - (sources."request-promise-core-1.1.4" // { - dependencies = [ - sources."lodash-4.17.20" - ]; - }) + sources."request-promise-core-1.1.4" sources."rimraf-2.6.3" sources."safe-buffer-5.2.1" sources."safer-buffer-2.1.2" - sources."semver-5.7.1" sources."shebang-command-2.0.0" sources."shebang-regex-3.0.0" sources."split-1.0.1" sources."sshpk-1.16.1" sources."stealthy-require-1.1.1" - sources."supports-color-7.1.0" + sources."supports-color-7.2.0" sources."tar-4.4.13" sources."temp-0.9.1" sources."through-2.3.8" @@ -12802,13 +13020,13 @@ in sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."universalify-0.1.2" - sources."unzip-stream-0.3.0" - sources."uri-js-4.2.2" + sources."unzip-stream-0.3.1" + sources."uri-js-4.4.0" sources."uuid-3.4.0" sources."verror-1.10.0" - sources."which-2.0.1" + sources."which-2.0.2" sources."wrappy-1.0.2" - sources."xmlbuilder-13.0.2" + sources."xmlbuilder-15.1.1" sources."yallist-3.1.1" ]; buildInputs = globalBuildInputs; @@ -12835,7 +13053,7 @@ in sources."@types/cacheable-request-6.0.1" sources."@types/http-cache-semantics-4.0.0" sources."@types/keyv-3.1.1" - sources."@types/node-14.6.2" + sources."@types/node-14.11.3" sources."@types/responselike-1.0.0" sources."cacheable-lookup-2.0.1" sources."cacheable-request-7.0.1" @@ -12864,7 +13082,7 @@ in sources."isurl-1.0.0" sources."json-buffer-3.0.1" sources."jsonfile-4.0.0" - sources."keyv-4.0.1" + sources."keyv-4.0.3" sources."lowercase-keys-2.0.0" sources."mimic-response-2.1.0" sources."normalize-url-4.5.0" @@ -12909,7 +13127,7 @@ in sha512 = "dAOv+U9hXZ0IRGx19mkpCAdf5rUwoJWlzFmcR2gvOzE/QjZUSlPh3e0IIDAfGUuEF8DjfE5CTe31fNtIkkd2rQ=="; }; dependencies = [ - sources."ajv-6.12.4" + sources."ajv-6.12.5" sources."ansi-regex-4.1.0" sources."ansi-styles-3.2.1" sources."anymatch-3.1.1" @@ -13071,8 +13289,8 @@ in sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."universalify-0.1.2" - sources."unzip-stream-0.3.0" - sources."uri-js-4.2.2" + sources."unzip-stream-0.3.1" + sources."uri-js-4.4.0" sources."uuid-3.4.0" sources."verror-1.10.0" sources."which-2.0.1" @@ -13142,25 +13360,26 @@ in create-elm-app = nodeEnv.buildNodePackage { name = "create-elm-app"; packageName = "create-elm-app"; - version = "4.2.26"; + version = "5.2.1"; src = fetchurl { - url = "https://registry.npmjs.org/create-elm-app/-/create-elm-app-4.2.26.tgz"; - sha512 = "m8+dA/ea43gXODN7nnd8zSXSNTtnhSFLK5O9xNSxRWasaLPI6fqO3TsG0MADSV1sB66rmHRFsn5au12ir058DQ=="; + url = "https://registry.npmjs.org/create-elm-app/-/create-elm-app-5.2.1.tgz"; + sha512 = "gIobIWzQtCcKQH4dcCFzOJebm00j5Yha3s3XiwH0hp5auogbjS9TTLJKFUChF8j6vMlxIHxpCpxTmtPlrcZyvQ=="; }; dependencies = [ - sources."@babel/cli-7.8.4" + sources."@babel/cli-7.11.6" sources."@babel/code-frame-7.10.4" sources."@babel/compat-data-7.11.0" - (sources."@babel/core-7.9.6" // { + (sources."@babel/core-7.11.6" // { dependencies = [ - sources."debug-4.2.0" + sources."debug-4.3.0" sources."ms-2.1.2" ]; }) - sources."@babel/generator-7.11.4" + sources."@babel/generator-7.11.6" sources."@babel/helper-annotate-as-pure-7.10.4" sources."@babel/helper-builder-binary-assignment-operator-visitor-7.10.4" sources."@babel/helper-compilation-targets-7.10.4" + sources."@babel/helper-create-class-features-plugin-7.10.5" sources."@babel/helper-create-regexp-features-plugin-7.10.4" sources."@babel/helper-define-map-7.10.5" sources."@babel/helper-explode-assignable-expression-7.11.4" @@ -13182,19 +13401,26 @@ in sources."@babel/helper-wrap-function-7.10.4" sources."@babel/helpers-7.10.4" sources."@babel/highlight-7.10.4" - sources."@babel/parser-7.11.4" + sources."@babel/parser-7.11.5" sources."@babel/plugin-proposal-async-generator-functions-7.10.5" + sources."@babel/plugin-proposal-class-properties-7.10.4" sources."@babel/plugin-proposal-dynamic-import-7.10.4" + sources."@babel/plugin-proposal-export-namespace-from-7.10.4" sources."@babel/plugin-proposal-json-strings-7.10.4" + sources."@babel/plugin-proposal-logical-assignment-operators-7.11.0" sources."@babel/plugin-proposal-nullish-coalescing-operator-7.10.4" sources."@babel/plugin-proposal-numeric-separator-7.10.4" sources."@babel/plugin-proposal-object-rest-spread-7.11.0" sources."@babel/plugin-proposal-optional-catch-binding-7.10.4" sources."@babel/plugin-proposal-optional-chaining-7.11.0" + sources."@babel/plugin-proposal-private-methods-7.10.4" sources."@babel/plugin-proposal-unicode-property-regex-7.10.4" sources."@babel/plugin-syntax-async-generators-7.8.4" + sources."@babel/plugin-syntax-class-properties-7.10.4" sources."@babel/plugin-syntax-dynamic-import-7.8.3" + sources."@babel/plugin-syntax-export-namespace-from-7.8.3" sources."@babel/plugin-syntax-json-strings-7.8.3" + sources."@babel/plugin-syntax-logical-assignment-operators-7.10.4" sources."@babel/plugin-syntax-nullish-coalescing-operator-7.8.3" sources."@babel/plugin-syntax-numeric-separator-7.10.4" sources."@babel/plugin-syntax-object-rest-spread-7.8.3" @@ -13226,24 +13452,25 @@ in sources."@babel/plugin-transform-property-literals-7.10.4" sources."@babel/plugin-transform-regenerator-7.10.4" sources."@babel/plugin-transform-reserved-words-7.10.4" - sources."@babel/plugin-transform-runtime-7.9.6" + sources."@babel/plugin-transform-runtime-7.11.5" sources."@babel/plugin-transform-shorthand-properties-7.10.4" sources."@babel/plugin-transform-spread-7.11.0" sources."@babel/plugin-transform-sticky-regex-7.10.4" sources."@babel/plugin-transform-template-literals-7.10.5" sources."@babel/plugin-transform-typeof-symbol-7.10.4" + sources."@babel/plugin-transform-unicode-escapes-7.10.4" sources."@babel/plugin-transform-unicode-regex-7.10.4" - sources."@babel/preset-env-7.9.6" + sources."@babel/preset-env-7.11.5" sources."@babel/preset-modules-0.1.4" - sources."@babel/runtime-7.9.6" + sources."@babel/runtime-7.11.2" sources."@babel/template-7.10.4" - (sources."@babel/traverse-7.11.0" // { + (sources."@babel/traverse-7.11.5" // { dependencies = [ - sources."debug-4.2.0" + sources."debug-4.3.0" sources."ms-2.1.2" ]; }) - sources."@babel/types-7.11.0" + sources."@babel/types-7.11.5" sources."@hapi/address-2.1.4" sources."@hapi/bourne-1.3.2" sources."@hapi/hoek-8.5.1" @@ -13252,27 +13479,27 @@ in sources."@mrmlnc/readdir-enhanced-2.2.1" sources."@nodelib/fs.stat-1.1.3" sources."@types/anymatch-1.3.1" - sources."@types/color-name-1.1.1" sources."@types/glob-7.1.3" - sources."@types/html-minifier-terser-5.1.0" + sources."@types/html-minifier-terser-5.1.1" sources."@types/http-proxy-1.17.4" - sources."@types/json-schema-7.0.5" + sources."@types/json-schema-7.0.6" sources."@types/minimatch-3.0.3" - sources."@types/node-14.6.2" + sources."@types/node-14.11.3" + sources."@types/parse-json-4.0.0" sources."@types/q-1.5.4" sources."@types/source-list-map-0.1.2" sources."@types/tapable-1.0.6" - (sources."@types/uglify-js-3.9.3" // { + (sources."@types/uglify-js-3.11.0" // { dependencies = [ sources."source-map-0.6.1" ]; }) - (sources."@types/webpack-4.41.21" // { + (sources."@types/webpack-4.41.22" // { dependencies = [ sources."source-map-0.6.1" ]; }) - (sources."@types/webpack-sources-1.4.2" // { + (sources."@types/webpack-sources-2.0.0" // { dependencies = [ sources."source-map-0.7.3" ]; @@ -13298,9 +13525,9 @@ in sources."@xtuc/ieee754-1.2.0" sources."@xtuc/long-4.2.2" sources."accepts-1.3.7" - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."address-1.0.3" - sources."ajv-6.12.4" + sources."ajv-6.12.5" sources."ajv-errors-1.0.1" sources."ajv-keywords-3.5.2" sources."alphanum-sort-1.0.2" @@ -13351,11 +13578,7 @@ in sources."async-limiter-1.0.1" sources."asynckit-0.4.0" sources."atob-2.1.2" - (sources."autoprefixer-8.6.5" // { - dependencies = [ - sources."browserslist-3.2.8" - ]; - }) + sources."autoprefixer-10.0.1" sources."aws-sign2-0.7.0" sources."aws4-1.10.1" sources."babel-extract-comments-1.0.0" @@ -13420,7 +13643,7 @@ in ]; }) sources."browserify-zlib-0.2.0" - sources."browserslist-4.14.0" + sources."browserslist-4.14.5" sources."buffer-4.9.2" sources."buffer-from-1.1.1" sources."buffer-indexof-1.1.1" @@ -13437,7 +13660,7 @@ in sources."camel-case-4.1.1" sources."camelcase-5.3.1" sources."caniuse-api-3.0.0" - sources."caniuse-lite-1.0.30001119" + sources."caniuse-lite-1.0.30001143" sources."case-sensitive-paths-webpack-plugin-2.3.0" sources."caseless-0.12.0" sources."chainsaw-0.1.0" @@ -13488,6 +13711,7 @@ in sources."color-convert-1.9.3" sources."color-name-1.1.3" sources."color-string-1.5.3" + sources."colorette-1.2.1" sources."colors-1.0.3" sources."combined-stream-1.0.8" sources."commander-4.1.1" @@ -13508,7 +13732,7 @@ in sources."cookie-signature-1.0.6" sources."copy-concurrently-1.0.5" sources."copy-descriptor-0.1.1" - (sources."copy-webpack-plugin-5.1.1" // { + (sources."copy-webpack-plugin-5.1.2" // { dependencies = [ sources."schema-utils-1.0.0" ]; @@ -13531,20 +13755,12 @@ in sources."cross-spawn-7.0.3" sources."crypto-browserify-3.12.0" sources."css-color-names-0.0.4" - (sources."css-declaration-sorter-4.0.1" // { + sources."css-declaration-sorter-4.0.1" + (sources."css-loader-4.3.0" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."css-loader-3.6.0" // { - dependencies = [ - sources."postcss-7.0.32" - sources."postcss-value-parser-4.1.0" - sources."semver-6.3.0" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."camelcase-6.0.0" + sources."loader-utils-2.0.0" + sources."semver-7.3.2" ]; }) sources."css-select-1.2.0" @@ -13556,29 +13772,11 @@ in }) sources."css-what-2.1.3" sources."cssesc-3.0.0" - (sources."cssnano-4.1.10" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."cssnano-preset-default-4.0.7" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) + sources."cssnano-4.1.10" + sources."cssnano-preset-default-4.0.7" sources."cssnano-util-get-arguments-4.0.0" sources."cssnano-util-get-match-4.0.0" - (sources."cssnano-util-raw-cache-4.0.1" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) + sources."cssnano-util-raw-cache-4.0.1" sources."cssnano-util-same-parent-4.0.1" (sources."csso-4.0.3" // { dependencies = [ @@ -13624,7 +13822,7 @@ in sources."dom-converter-0.2.0" (sources."dom-serializer-0.2.2" // { dependencies = [ - sources."domelementtype-2.0.1" + sources."domelementtype-2.0.2" ]; }) sources."domain-browser-1.2.0" @@ -13632,13 +13830,13 @@ in sources."domhandler-2.4.2" sources."domutils-1.5.1" sources."dot-case-3.0.3" - sources."dot-prop-5.2.0" + sources."dot-prop-5.3.0" sources."dotenv-8.2.0" sources."duplexer-0.1.2" sources."duplexify-3.7.1" sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.555" + sources."electron-to-chromium-1.3.576" (sources."elliptic-6.5.3" // { dependencies = [ sources."bn.js-4.11.9" @@ -13647,18 +13845,17 @@ in sources."elm-0.19.1-3" sources."elm-asset-webpack-loader-1.1.2" sources."elm-hot-1.1.5" - sources."elm-hot-webpack-loader-1.1.6" - (sources."elm-test-0.19.1-revision2" // { + sources."elm-hot-webpack-loader-1.1.7" + (sources."elm-test-0.19.1-revision4" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."anymatch-3.1.1" sources."binary-extensions-2.1.0" sources."braces-3.0.2" sources."chalk-3.0.0" - sources."chokidar-3.3.0" + sources."chokidar-3.4.2" sources."color-convert-2.0.1" sources."color-name-1.1.4" - sources."cross-spawn-7.0.1" sources."fill-range-7.0.1" sources."fs-extra-8.1.0" sources."fsevents-2.1.3" @@ -13666,11 +13863,9 @@ in sources."has-flag-4.0.0" sources."is-binary-path-2.1.0" sources."is-number-7.0.0" - sources."lodash-4.17.15" - sources."readdirp-3.2.0" - sources."supports-color-7.1.0" + sources."readdirp-3.4.0" + sources."supports-color-7.2.0" sources."to-regex-range-5.0.1" - sources."which-2.0.1" ]; }) sources."elm-webpack-loader-6.0.1" @@ -13687,14 +13882,18 @@ in sources."entities-2.0.3" sources."errno-0.1.7" sources."error-ex-1.3.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" - sources."escalade-3.0.2" + sources."escalade-3.1.0" sources."escape-html-1.0.3" sources."escape-string-regexp-2.0.0" sources."eslint-scope-4.0.3" sources."esprima-4.0.1" - sources."esrecurse-4.2.1" + (sources."esrecurse-4.3.0" // { + dependencies = [ + sources."estraverse-5.2.0" + ]; + }) sources."estraverse-4.3.0" sources."esutils-2.0.3" sources."etag-1.8.1" @@ -13759,9 +13958,9 @@ in sources."escape-string-regexp-1.0.5" ]; }) - (sources."file-loader-1.1.11" // { + (sources."file-loader-6.1.0" // { dependencies = [ - sources."schema-utils-0.4.7" + sources."loader-utils-2.0.0" ]; }) sources."file-uri-to-path-1.0.0" @@ -13774,15 +13973,9 @@ in }) sources."finalhandler-1.1.2" sources."find-cache-dir-2.1.0" - (sources."find-elm-dependencies-2.0.2" // { - dependencies = [ - sources."firstline-1.2.0" - sources."lodash-4.17.15" - ]; - }) - sources."find-parent-dir-0.3.0" + sources."find-elm-dependencies-2.0.4" sources."find-up-3.0.0" - sources."firstline-2.0.2" + sources."firstline-1.3.1" sources."flush-write-stream-1.1.1" sources."follow-redirects-1.13.0" sources."for-in-1.0.2" @@ -13861,7 +14054,7 @@ in sources."html-comment-regex-1.1.2" sources."html-entities-1.3.1" sources."html-minifier-terser-5.1.1" - sources."html-webpack-plugin-4.3.0" + sources."html-webpack-plugin-4.5.0" (sources."htmlparser2-3.10.1" // { dependencies = [ sources."entities-1.1.2" @@ -13889,20 +14082,12 @@ in sources."https-browserify-1.0.0" sources."i-0.3.6" sources."iconv-lite-0.4.24" - (sources."icss-utils-4.1.1" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) + sources."icss-utils-4.1.1" sources."ieee754-1.1.13" sources."iferr-0.1.5" sources."ignore-3.3.10" sources."immer-1.7.2" - sources."import-cwd-2.1.0" sources."import-fresh-2.0.0" - sources."import-from-2.1.0" sources."import-local-2.0.0" sources."imurmurhash-0.1.4" sources."indexes-of-1.0.1" @@ -13931,7 +14116,7 @@ in sources."is-arrayish-0.2.1" sources."is-binary-path-1.0.1" sources."is-buffer-1.1.6" - sources."is-callable-1.2.0" + sources."is-callable-1.2.2" sources."is-color-stop-1.1.0" sources."is-data-descriptor-1.0.0" sources."is-date-object-1.0.2" @@ -13941,6 +14126,7 @@ in sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-1.0.0" sources."is-glob-4.0.1" + sources."is-negative-zero-2.0.0" (sources."is-number-3.0.0" // { dependencies = [ sources."kind-of-3.2.2" @@ -13950,6 +14136,7 @@ in sources."is-path-cwd-2.2.0" sources."is-path-in-cwd-2.1.0" sources."is-path-inside-2.1.0" + sources."is-plain-obj-1.1.0" sources."is-plain-object-2.0.4" sources."is-regex-1.1.1" sources."is-regexp-1.0.0" @@ -13971,6 +14158,7 @@ in sources."jsbn-0.1.1" sources."jsesc-2.5.2" sources."json-parse-better-errors-1.0.2" + sources."json-parse-even-better-errors-2.3.1" sources."json-schema-0.2.3" sources."json-schema-traverse-0.4.1" sources."json-stable-stringify-1.0.1" @@ -13982,10 +14170,17 @@ in sources."jsprim-1.4.1" sources."killable-1.0.1" sources."kind-of-6.0.3" + sources."klona-2.0.4" sources."last-call-webpack-plugin-3.0.0" sources."lcid-1.0.0" sources."leven-3.1.0" sources."levenary-1.1.1" + (sources."line-column-1.0.2" // { + dependencies = [ + sources."isobject-2.1.0" + ]; + }) + sources."lines-and-columns-1.1.6" (sources."load-json-file-1.1.0" // { dependencies = [ sources."parse-json-2.2.0" @@ -14025,11 +14220,11 @@ in sources."bn.js-4.11.9" ]; }) - sources."mime-2.4.6" + sources."mime-1.6.0" sources."mime-db-1.44.0" sources."mime-types-2.1.27" sources."mimic-fn-1.2.0" - (sources."mini-css-extract-plugin-0.4.5" // { + (sources."mini-css-extract-plugin-0.11.3" // { dependencies = [ sources."schema-utils-1.0.0" ]; @@ -14051,33 +14246,33 @@ in sources."mustache-3.2.1" sources."mute-stream-0.0.8" sources."nan-2.14.1" + sources."nanoid-3.1.12" sources."nanomatch-1.2.13" sources."ncp-1.0.1" sources."negotiator-0.6.2" sources."neo-async-2.6.2" sources."nice-try-1.0.5" sources."no-case-3.0.3" - (sources."node-elm-compiler-5.0.4" // { + (sources."node-elm-compiler-5.0.5" // { dependencies = [ sources."cross-spawn-6.0.5" - sources."lodash-4.17.15" sources."path-key-2.0.1" sources."shebang-command-1.2.0" sources."shebang-regex-1.0.0" sources."which-1.3.1" ]; }) - sources."node-forge-0.9.0" + sources."node-forge-0.10.0" (sources."node-libs-browser-2.2.1" // { dependencies = [ sources."punycode-1.4.1" ]; }) - sources."node-releases-1.1.60" + sources."node-releases-1.1.61" sources."normalize-package-data-2.5.0" sources."normalize-path-3.0.0" sources."normalize-range-0.1.2" - sources."normalize-url-3.3.0" + sources."normalize-url-1.9.1" (sources."npm-run-path-2.0.2" // { dependencies = [ sources."path-key-2.0.1" @@ -14102,14 +14297,26 @@ in ]; }) sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" sources."object-visit-1.0.1" - sources."object.assign-4.1.0" - sources."object.entries-1.1.2" - sources."object.getownpropertydescriptors-2.1.0" + sources."object.assign-4.1.1" + (sources."object.entries-1.1.2" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."object.getownpropertydescriptors-2.1.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."object.pick-1.3.0" - sources."object.values-1.1.1" + (sources."object.values-1.1.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."obuf-1.1.2" sources."on-finished-2.3.0" sources."on-headers-1.0.2" @@ -14130,6 +14337,11 @@ in sources."pako-1.0.11" sources."parallel-transform-1.2.0" sources."param-case-3.0.3" + (sources."parent-module-1.0.1" // { + dependencies = [ + sources."callsites-3.1.0" + ]; + }) sources."parse-asn1-5.1.6" sources."parse-json-4.0.0" sources."parse-passwd-1.0.0" @@ -14175,258 +14387,142 @@ in ]; }) sources."posix-character-classes-0.1.1" - (sources."postcss-6.0.23" // { + (sources."postcss-7.0.35" // { dependencies = [ sources."source-map-0.6.1" - ]; - }) - (sources."postcss-calc-7.0.3" // { - dependencies = [ - sources."postcss-7.0.32" - sources."postcss-value-parser-4.1.0" - sources."source-map-0.6.1" sources."supports-color-6.1.0" ]; }) + sources."postcss-calc-7.0.5" (sources."postcss-colormin-4.0.3" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-convert-values-4.0.1" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) - (sources."postcss-discard-comments-4.0.2" // { + sources."postcss-discard-comments-4.0.2" + sources."postcss-discard-duplicates-4.0.2" + sources."postcss-discard-empty-4.0.1" + sources."postcss-discard-overridden-4.0.1" + sources."postcss-flexbugs-fixes-4.2.1" + (sources."postcss-loader-4.0.3" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-discard-duplicates-4.0.2" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-discard-empty-4.0.1" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-discard-overridden-4.0.1" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-flexbugs-fixes-4.2.1" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - sources."postcss-load-config-2.1.0" - (sources."postcss-loader-3.0.0" // { - dependencies = [ - sources."postcss-7.0.32" - sources."schema-utils-1.0.0" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."cosmiconfig-7.0.0" + sources."import-fresh-3.2.1" + sources."loader-utils-2.0.0" + sources."parse-json-5.1.0" + sources."path-type-4.0.0" + sources."resolve-from-4.0.0" + sources."semver-7.3.2" ]; }) (sources."postcss-merge-longhand-4.0.11" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-merge-rules-4.0.3" // { dependencies = [ - sources."postcss-7.0.32" sources."postcss-selector-parser-3.1.2" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" ]; }) (sources."postcss-minify-font-values-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-minify-gradients-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-minify-params-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-minify-selectors-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" sources."postcss-selector-parser-3.1.2" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-modules-extract-imports-2.0.0" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-modules-local-by-default-3.0.3" // { - dependencies = [ - sources."postcss-7.0.32" - sources."postcss-value-parser-4.1.0" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-modules-scope-2.2.0" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-modules-values-3.0.0" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-normalize-charset-4.0.1" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" ]; }) + sources."postcss-modules-extract-imports-2.0.0" + sources."postcss-modules-local-by-default-3.0.3" + sources."postcss-modules-scope-2.2.0" + sources."postcss-modules-values-3.0.0" + sources."postcss-normalize-charset-4.0.1" (sources."postcss-normalize-display-values-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-normalize-positions-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-normalize-repeat-style-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-normalize-string-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-normalize-timing-functions-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-normalize-unicode-4.0.1" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-normalize-url-4.0.1" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."normalize-url-3.3.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-normalize-whitespace-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) (sources."postcss-ordered-values-4.1.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - (sources."postcss-reduce-initial-4.0.3" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) + sources."postcss-reduce-initial-4.0.3" (sources."postcss-reduce-transforms-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) - (sources."postcss-safe-parser-4.0.2" // { + (sources."postcss-safe-parser-5.0.2" // { dependencies = [ - sources."postcss-7.0.32" + sources."postcss-8.1.1" sources."source-map-0.6.1" - sources."supports-color-6.1.0" ]; }) - sources."postcss-selector-parser-6.0.2" + sources."postcss-selector-parser-6.0.4" (sources."postcss-svgo-4.0.2" // { dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" + sources."postcss-value-parser-3.3.1" ]; }) - (sources."postcss-unique-selectors-4.0.1" // { - dependencies = [ - sources."postcss-7.0.32" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" - ]; - }) - sources."postcss-value-parser-3.3.1" - sources."pretty-bytes-5.3.0" + sources."postcss-unique-selectors-4.0.1" + sources."postcss-value-parser-4.1.0" + sources."prepend-http-1.0.4" + sources."pretty-bytes-5.4.1" sources."pretty-error-2.1.1" sources."process-0.11.10" sources."process-nextick-args-2.0.1" @@ -14455,6 +14551,7 @@ in sources."punycode-2.1.1" sources."q-1.5.1" sources."qs-6.5.2" + sources."query-string-4.3.4" sources."querystring-0.2.0" sources."querystring-es3-0.2.1" sources."querystringify-2.2.0" @@ -14512,8 +14609,12 @@ in sources."regenerator-runtime-0.13.7" sources."regenerator-transform-0.14.5" sources."regex-not-1.0.2" - sources."regexp.prototype.flags-1.3.0" - sources."regexpu-core-4.7.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + sources."regexpu-core-4.7.1" sources."regjsgen-0.5.2" (sources."regjsparser-0.6.4" // { dependencies = [ @@ -14550,22 +14651,21 @@ in sources."ripemd160-2.0.2" sources."run-async-2.4.1" sources."run-queue-1.0.3" - sources."rxjs-6.6.2" + sources."rxjs-6.6.3" sources."safe-buffer-5.1.2" sources."safe-regex-1.1.0" sources."safer-buffer-2.1.2" sources."sax-1.2.4" - sources."schema-utils-2.7.0" + sources."schema-utils-2.7.1" sources."select-hose-2.0.0" - sources."selfsigned-1.10.7" + sources."selfsigned-1.10.8" sources."semver-5.7.1" (sources."send-0.17.1" // { dependencies = [ - sources."mime-1.6.0" sources."ms-2.1.1" ]; }) - sources."serialize-javascript-2.1.2" + sources."serialize-javascript-4.0.0" (sources."serve-index-1.9.1" // { dependencies = [ sources."http-errors-1.6.3" @@ -14636,6 +14736,7 @@ in sources."ms-2.1.2" ]; }) + sources."sort-keys-1.1.2" sources."source-list-map-2.0.1" sources."source-map-0.5.7" sources."source-map-resolve-0.5.3" @@ -14648,16 +14749,16 @@ in sources."spdx-correct-3.1.1" sources."spdx-exceptions-2.3.0" sources."spdx-expression-parse-3.0.1" - sources."spdx-license-ids-3.0.5" + sources."spdx-license-ids-3.0.6" (sources."spdy-4.0.2" // { dependencies = [ - sources."debug-4.2.0" + sources."debug-4.3.0" sources."ms-2.1.2" ]; }) (sources."spdy-transport-3.0.0" // { dependencies = [ - sources."debug-4.2.0" + sources."debug-4.3.0" sources."ms-2.1.2" sources."readable-stream-3.6.0" ]; @@ -14692,14 +14793,23 @@ in sources."stream-each-1.2.3" sources."stream-http-2.8.3" sources."stream-shift-1.0.1" + sources."strict-uri-encode-1.1.0" sources."string-replace-loader-2.3.0" (sources."string-width-1.0.2" // { dependencies = [ sources."strip-ansi-3.0.1" ]; }) - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" + (sources."string.prototype.trimend-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."string_decoder-1.1.1" (sources."stringify-object-3.3.0" // { dependencies = [ @@ -14714,24 +14824,21 @@ in sources."strip-bom-2.0.0" sources."strip-comments-1.0.2" sources."strip-eof-1.0.0" - (sources."style-loader-0.23.1" // { + (sources."style-loader-1.3.0" // { dependencies = [ - sources."schema-utils-1.0.0" + sources."loader-utils-2.0.0" ]; }) (sources."stylehacks-4.0.3" // { dependencies = [ - sources."postcss-7.0.32" sources."postcss-selector-parser-3.1.2" - sources."source-map-0.6.1" - sources."supports-color-6.1.0" ]; }) sources."supports-color-5.5.0" (sources."svgo-1.3.2" // { dependencies = [ sources."css-select-2.1.0" - sources."css-what-3.3.0" + sources."css-what-3.4.1" sources."domutils-1.7.0" ]; }) @@ -14751,7 +14858,6 @@ in (sources."terser-webpack-plugin-1.4.5" // { dependencies = [ sources."schema-utils-1.0.0" - sources."serialize-javascript-4.0.0" sources."source-map-0.6.1" ]; }) @@ -14834,18 +14940,18 @@ in sources."has-values-0.1.4" ]; }) - sources."unzip-stream-0.3.0" + sources."unzip-stream-0.3.1" sources."upath-1.2.0" - sources."uri-js-4.2.2" + sources."uri-js-4.4.0" sources."urix-0.1.0" (sources."url-0.11.0" // { dependencies = [ sources."punycode-1.3.2" ]; }) - (sources."url-loader-1.1.2" // { + (sources."url-loader-4.1.0" // { dependencies = [ - sources."schema-utils-1.0.0" + sources."loader-utils-2.0.0" ]; }) sources."url-parse-1.4.7" @@ -14883,12 +14989,16 @@ in }) sources."watchpack-chokidar2-2.0.0" sources."wbuf-1.7.3" - (sources."webpack-4.43.0" // { + (sources."webpack-4.44.2" // { dependencies = [ sources."schema-utils-1.0.0" ]; }) - sources."webpack-dev-middleware-3.7.2" + (sources."webpack-dev-middleware-3.7.2" // { + dependencies = [ + sources."mime-2.4.6" + ]; + }) (sources."webpack-dev-server-3.11.0" // { dependencies = [ sources."ansi-regex-4.1.0" @@ -14897,7 +15007,7 @@ in sources."strip-ansi-5.2.0" ]; }) - sources."debug-4.2.0" + sources."debug-4.3.0" sources."get-caller-file-2.0.5" sources."http-proxy-middleware-0.19.1" sources."is-absolute-url-3.0.3" @@ -14937,7 +15047,7 @@ in }) sources."websocket-driver-0.7.4" sources."websocket-extensions-0.1.4" - sources."whatwg-fetch-3.0.0" + sources."whatwg-fetch-3.4.1" sources."which-2.0.2" sources."which-module-1.0.0" (sources."winston-2.1.1" // { @@ -14974,10 +15084,11 @@ in }) sources."wrappy-1.0.2" sources."ws-6.2.1" - sources."xmlbuilder-13.0.2" + sources."xmlbuilder-15.1.1" sources."xtend-4.0.2" sources."y18n-4.0.0" sources."yallist-3.1.1" + sources."yaml-1.10.0" (sources."yargs-6.6.0" // { dependencies = [ sources."camelcase-3.0.0" @@ -15014,22 +15125,20 @@ in sources."chalk-3.0.0" ]; }) - sources."@types/color-name-1.1.1" sources."@types/istanbul-lib-coverage-2.0.3" sources."@types/istanbul-lib-report-3.0.0" sources."@types/istanbul-reports-1.1.2" - sources."@types/jest-26.0.10" - sources."@types/node-14.6.2" - sources."@types/yargs-15.0.5" + sources."@types/jest-26.0.14" + sources."@types/node-14.11.3" + sources."@types/yargs-15.0.7" sources."@types/yargs-parser-15.0.0" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."balanced-match-1.0.0" sources."brace-expansion-1.1.11" sources."braces-3.0.2" sources."bs-logger-0.2.6" sources."buffer-from-1.1.1" - sources."camelcase-5.3.1" sources."chalk-4.1.0" sources."ci-info-2.0.0" sources."color-convert-2.0.1" @@ -15041,7 +15150,6 @@ in sources."semver-5.7.1" ]; }) - sources."decamelize-1.2.0" sources."diff-sequences-25.2.6" sources."fast-json-stable-stringify-2.1.0" sources."fill-range-7.0.1" @@ -15062,9 +15170,9 @@ in ]; }) sources."jest-get-type-25.2.6" - (sources."jest-util-26.3.0" // { + (sources."jest-util-26.5.0" // { dependencies = [ - sources."@jest/types-26.3.0" + sources."@jest/types-26.5.0" sources."@types/istanbul-reports-3.0.0" ]; }) @@ -15091,12 +15199,12 @@ in sources."supports-color-7.2.0" sources."temp-0.9.1" sources."to-regex-range-5.0.1" - sources."ts-jest-26.3.0" + sources."ts-jest-26.4.1" sources."ts-union-2.2.1" sources."typescript-3.9.7" sources."which-1.3.1" sources."wrappy-1.0.2" - sources."yargs-parser-18.1.3" + sources."yargs-parser-20.2.1" ]; buildInputs = globalBuildInputs; meta = { diff --git a/pkgs/development/compilers/fpc/lazarus.nix b/pkgs/development/compilers/fpc/lazarus.nix index 31a0727da90..9f50ea9abba 100644 --- a/pkgs/development/compilers/fpc/lazarus.nix +++ b/pkgs/development/compilers/fpc/lazarus.nix @@ -1,53 +1,107 @@ -{ stdenv, fetchurl, makeWrapper +{ stdenv, lib, fetchurl, makeWrapper, writeText , fpc, gtk2, glib, pango, atk, gdk-pixbuf , libXi, xorgproto, libX11, libXext , gdb, gnumake, binutils +, withQt ? false, qtbase ? null, libqt5pas ? null, wrapQtAppsHook ? null }: + +# TODO: +# 1. the build date is embedded in the binary through `$I %DATE%` - we should dump that + +let + version = "2.0.10-2"; + + # as of 2.0.10 a suffix is being added. That may or may not disappear and then + # come back, so just leave this here. + majorMinorPatch = v: + builtins.concatStringsSep "." (lib.take 3 (lib.splitVersion v)); + + overrides = writeText "revision.inc" (lib.concatStringsSep "\n" (lib.mapAttrsToList (k: v: + "const ${k} = '${v}';") { + # this is technically the SVN revision but as we don't have that replace + # it with the version instead of showing "Unknown" + RevisionStr = version; + })); + +in stdenv.mkDerivation rec { - pname = "lazarus"; - version = "2.0.8"; + pname = "lazarus-${LCL_PLATFORM}"; + inherit version; src = fetchurl { - url = "mirror://sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${version}/lazarus-${version}.tar.gz"; - sha256 = "1iciqydb0miqdrh89aj59gy7kfcwikkycqssq9djcqsw1ql3gc4h"; + url = "mirror://sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${majorMinorPatch version}/lazarus-${version}.tar.gz"; + sha256 = "sha256-ZNViZGjdJKMzKyBfOr0KWBq33hsGCi1X4hhkBmz9Q7c="; }; + postPatch = '' + cp ${overrides} ide/${overrides.name} + ''; + buildInputs = [ + # we need gtk2 unconditionally as that is the default target when building applications with lazarus fpc gtk2 glib libXi xorgproto libX11 libXext pango atk - stdenv.cc makeWrapper gdk-pixbuf - ]; + stdenv.cc gdk-pixbuf + ] + ++ lib.optionals withQt [ libqt5pas qtbase ]; + + nativeBuildInputs = [ + makeWrapper + ] ++ lib.optional withQt wrapQtAppsHook; makeFlags = [ "FPC=fpc" "PP=fpc" + "LAZARUS_INSTALL_DIR=${placeholder "out"}/share/lazarus/" + "INSTALL_PREFIX=${placeholder "out"}/" "REQUIRE_PACKAGES+=tachartlazaruspkg" "bigide" ]; + LCL_PLATFORM = if withQt then "qt5" else "gtk2"; + + NIX_LDFLAGS = lib.concatStringsSep " " ([ + "-L${stdenv.cc.cc.lib}/lib" + "-lX11" + "-lXext" + "-lXi" + "-latk-1.0" + "-lc" + "-lcairo" + "-lgcc_s" + "-lgdk-x11-2.0" + "-lgdk_pixbuf-2.0" + "-lglib-2.0" + "-lgtk-x11-2.0" + "-lpango-1.0" + ] + ++ lib.optionals withQt [ + "-L${lib.getLib libqt5pas}/lib" + "-lQt5Pas" + ]); + preBuild = '' - export makeFlags="$makeFlags LAZARUS_INSTALL_DIR=$out/share/lazarus/ INSTALL_PREFIX=$out/" - export NIX_LDFLAGS="$NIX_LDFLAGS -L${stdenv.cc.cc.lib}/lib -lXi -lX11 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lc -lXext -lpango-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lcairo -lgcc_s" - export LCL_PLATFORM=gtk2 mkdir -p $out/share "$out/lazarus" tar xf ${fpc.src} --strip-components=1 -C $out/share -m - sed -e 's@/usr/fpcsrc@'"$out/share/fpcsrc@" -i ide/include/unix/lazbaseconf.inc + substituteInPlace ide/include/unix/lazbaseconf.inc \ + --replace '/usr/fpcsrc' "$out/share/fpcsrc" ''; - postInstall = '' - wrapProgram $out/bin/startlazarus --prefix NIX_LDFLAGS ' ' \ - "$(echo "$NIX_LDFLAGS" | sed -re 's/-rpath [^ ]+//g')" \ - --prefix NIX_LDFLAGS_${binutils.suffixSalt} ' ' \ - "$(echo "$NIX_LDFLAGS" | sed -re 's/-rpath [^ ]+//g')" \ + postInstall = let + ldFlags = ''$(echo "$NIX_LDFLAGS" | sed -re 's/-rpath [^ ]+//g')''; + in '' + wrapProgram $out/bin/startlazarus \ + --prefix NIX_LDFLAGS ' ' "${ldFlags}" \ + --prefix NIX_LDFLAGS_${binutils.suffixSalt} ' ' "${ldFlags}" \ --prefix LCL_PLATFORM ' ' "$LCL_PLATFORM" \ - --prefix PATH ':' "${fpc}/bin:${gdb}/bin:${gnumake}/bin:${binutils}/bin" + --prefix PATH ':' "${lib.makeBinPath [ fpc gdb gnumake binutils ]}" ''; meta = with stdenv.lib; { - description = "Lazarus graphical IDE for FreePascal language"; - homepage = "http://www.lazarus.freepascal.org"; + description = "Lazarus graphical IDE for the FreePascal language"; + homepage = "https://www.lazarus.freepascal.org"; license = licenses.gpl2Plus ; + maintainers = with maintainers; [ raskin ]; platforms = platforms.linux; - maintainers = [ maintainers.raskin ]; }; } diff --git a/pkgs/development/compilers/fpc/libqt5pas.nix b/pkgs/development/compilers/fpc/libqt5pas.nix index 82cdd394e78..f3ddfe9edc2 100644 --- a/pkgs/development/compilers/fpc/libqt5pas.nix +++ b/pkgs/development/compilers/fpc/libqt5pas.nix @@ -1,6 +1,6 @@ -{ stdenv, lazarus, qt5 }: +{ mkDerivation, lib, lazarus, qmake, qtbase, qtx11extras }: -stdenv.mkDerivation { +mkDerivation { pname = "libqt5pas"; inherit (lazarus) version src; @@ -8,14 +8,14 @@ stdenv.mkDerivation { postPatch = '' substituteInPlace Qt5Pas.pro \ - --replace "target.path = \$\$[QT_INSTALL_LIBS]" "target.path = $out/lib" + --replace 'target.path = $$[QT_INSTALL_LIBS]' "target.path = $out/lib" ''; - nativeBuildInputs = with qt5; [ qmake ]; + nativeBuildInputs = [ qmake ]; - buildInputs = with qt5; [ qtbase qtx11extras ]; + buildInputs = [ qtbase qtx11extras ]; - meta = with stdenv.lib; { + meta = with lib; { description = "Free Pascal Qt5 binding library"; homepage = "https://wiki.freepascal.org/Qt5_Interface#libqt5pas"; maintainers = with maintainers; [ sikmir ]; diff --git a/pkgs/development/compilers/kotlin/default.nix b/pkgs/development/compilers/kotlin/default.nix index 88c07fb07ca..e07769967fb 100644 --- a/pkgs/development/compilers/kotlin/default.nix +++ b/pkgs/development/compilers/kotlin/default.nix @@ -40,7 +40,7 @@ in stdenv.mkDerivation { homepage = "https://kotlinlang.org/"; license = stdenv.lib.licenses.asl20; maintainers = with stdenv.lib.maintainers; - [ nequissimus ]; + [ ]; platforms = stdenv.lib.platforms.all; }; } diff --git a/pkgs/development/compilers/openjdk/8.nix b/pkgs/development/compilers/openjdk/8.nix index f1379c209b3..bcd3524bb86 100644 --- a/pkgs/development/compilers/openjdk/8.nix +++ b/pkgs/development/compilers/openjdk/8.nix @@ -260,7 +260,7 @@ let homepage = "http://openjdk.java.net/"; license = licenses.gpl2; description = "The open-source Java Development Kit"; - maintainers = with maintainers; [ edwtjo nequissimus ]; + maintainers = with maintainers; [ edwtjo ]; platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ]; }; diff --git a/pkgs/development/compilers/zulu/8.nix b/pkgs/development/compilers/zulu/8.nix index cb8eb0b8f26..8df1c05d8b8 100644 --- a/pkgs/development/compilers/zulu/8.nix +++ b/pkgs/development/compilers/zulu/8.nix @@ -76,7 +76,7 @@ in stdenv.mkDerivation { Certified builds of OpenJDK that can be deployed across multiple operating systems, containers, hypervisors and Cloud platforms. ''; - maintainers = with maintainers; [ nequissimus fpletz ]; + maintainers = with maintainers; [ fpletz ]; platforms = [ "x86_64-linux" "x86_64-darwin" ]; }; } diff --git a/pkgs/development/compilers/zulu/default.nix b/pkgs/development/compilers/zulu/default.nix index d91581f5b10..151a9e5f1d2 100644 --- a/pkgs/development/compilers/zulu/default.nix +++ b/pkgs/development/compilers/zulu/default.nix @@ -73,7 +73,7 @@ in stdenv.mkDerivation { Certified builds of OpenJDK that can be deployed across multiple operating systems, containers, hypervisors and Cloud platforms. ''; - maintainers = with maintainers; [ nequissimus fpletz ]; + maintainers = with maintainers; [ fpletz ]; platforms = [ "x86_64-linux" "x86_64-darwin" ]; }; } diff --git a/pkgs/development/interpreters/luajit/2.0.nix b/pkgs/development/interpreters/luajit/2.0.nix index afb5dd9c5b6..22ad9aa05f4 100644 --- a/pkgs/development/interpreters/luajit/2.0.nix +++ b/pkgs/development/interpreters/luajit/2.0.nix @@ -1,10 +1,10 @@ { self, callPackage, lib }: callPackage ./default.nix { inherit self; - version = "2.0.5-2020-08-09"; - rev = "e296f56"; + version = "2.0.5-2020-09-27"; + rev = "e8ec6fe"; isStable = true; - sha256 = "0g4wvpmmrxj8ir6yi86gg93khy8ri7x4w091jihpxsmn670da21f"; + sha256 = "0v7g216j0zrjp32nfjqqxzgxgvgbdx89h3x0djbqg3avsgxjwnbk"; extraMeta = { # this isn't precise but it at least stops the useless Hydra build platforms = with lib; filter (p: p != "aarch64-linux") (platforms.linux ++ platforms.darwin); diff --git a/pkgs/development/interpreters/luajit/2.1.nix b/pkgs/development/interpreters/luajit/2.1.nix index cb0320c7c7c..18b4d32574a 100644 --- a/pkgs/development/interpreters/luajit/2.1.nix +++ b/pkgs/development/interpreters/luajit/2.1.nix @@ -1,8 +1,8 @@ { self, callPackage }: callPackage ./default.nix { inherit self; - version = "2.1.0-2020-08-27"; - rev = "ff1e72a"; + version = "2.1.0-2020-09-30"; + rev = "e9af1ab"; isStable = false; - sha256 = "0rlh5y48jbxnamr3a5i3szzh7y9ycvq052rw6m82gdhrb1jlamdz"; + sha256 = "081vrr4snr1c38cscbq1a8barv7abc9czqqlm4qlbdksa8g32bbj"; } diff --git a/pkgs/development/interpreters/luajit/default.nix b/pkgs/development/interpreters/luajit/default.nix index 9658186b9c0..e0e15ca3275 100644 --- a/pkgs/development/interpreters/luajit/default.nix +++ b/pkgs/development/interpreters/luajit/default.nix @@ -11,7 +11,7 @@ , enableFFI ? true , enableJIT ? true , enableJITDebugModule ? enableJIT -, enableGC64 ? stdenv.hostPlatform.isAarch64 +, enableGC64 ? true , enable52Compat ? false , enableValgrindSupport ? false , valgrind ? null diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix index a2e546b8261..8286de744ed 100644 --- a/pkgs/development/interpreters/php/default.nix +++ b/pkgs/development/interpreters/php/default.nix @@ -106,7 +106,7 @@ let name = "php-with-extensions-${version}"; inherit (php) version; nativeBuildInputs = [ makeWrapper ]; - passthru = { + passthru = php.passthru // { buildEnv = mkBuildEnv allArgs allExtensionFunctions; withExtensions = mkWithExtensions allArgs allExtensionFunctions; phpIni = "${phpWithExtensions}/lib/php.ini"; @@ -259,6 +259,7 @@ let passthru = { buildEnv = mkBuildEnv {} []; withExtensions = mkWithExtensions {} []; + inherit ztsSupport; }; meta = with stdenv.lib; { diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix index f7ef111bc66..b725c3e6e50 100644 --- a/pkgs/development/interpreters/wasmtime/default.nix +++ b/pkgs/development/interpreters/wasmtime/default.nix @@ -2,17 +2,17 @@ rustPlatform.buildRustPackage rec { pname = "wasmtime"; - version = "0.19.0"; + version = "0.20.0"; src = fetchFromGitHub { owner = "bytecodealliance"; repo = "${pname}"; rev = "v${version}"; - sha256 = "0gb8xk27ych553b7knflbbks9q64m39v40sdirycm6prqfnfrnm8"; + sha256 = "01k1fpk2qp4kv0xr4f0xmrjkr98j5ws48r1aks8l80mffs4ynqfr"; fetchSubmodules = true; }; - cargoSha256 = "1dqaxpwfm234yjwrhglzvsqhh2fr5nsx7bpk7bmycyk6lml8vxy7"; + cargoSha256 = "0vghcs1nbxlkmw9wfikzb1ndscx7fkmgv5q8dnfcisl05zpkj7si"; nativeBuildInputs = [ python cmake clang ]; buildInputs = [ llvmPackages.libclang ] ++ @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Standalone JIT-style runtime for WebAssembly, using Cranelift"; - homepage = "https://github.com/CraneStation/wasmtime"; + homepage = "https://github.com/bytecodealliance/wasmtime"; license = licenses.asl20; maintainers = [ maintainers.matthewbauer ]; platforms = platforms.unix; diff --git a/pkgs/development/libraries/aqbanking/default.nix b/pkgs/development/libraries/aqbanking/default.nix index c206630b57b..37bc175fede 100644 --- a/pkgs/development/libraries/aqbanking/default.nix +++ b/pkgs/development/libraries/aqbanking/default.nix @@ -29,7 +29,7 @@ in stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "An interface to banking tasks, file formats and country information"; - homepage = "http://www2.aquamaniac.de/sites/download/packages.php?package=03&showall=1"; + homepage = "https://www.aquamaniac.de/"; hydraPlatforms = []; license = licenses.gpl2Plus; maintainers = with maintainers; [ goibhniu ]; diff --git a/pkgs/development/libraries/babl/default.nix b/pkgs/development/libraries/babl/default.nix index 0b6c2ce064a..ac622fb290e 100644 --- a/pkgs/development/libraries/babl/default.nix +++ b/pkgs/development/libraries/babl/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "babl"; - version = "0.1.80"; + version = "0.1.82"; outputs = [ "out" "dev" ]; src = fetchurl { url = "https://download.gimp.org/pub/babl/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "13jgq2i1xkbqw9ijy8sy5iabf5jkviqi0wxlpjcm0n22mwwwqp7p"; + sha256 = "1iddkwdfw1bmfl6n8y1d4kkm3rb15rzvrfri6a7cnx37mpa96bf6"; }; nativeBuildInputs = [ diff --git a/pkgs/development/libraries/embree/default.nix b/pkgs/development/libraries/embree/default.nix index 2d83b9bbfab..60d6af94762 100644 --- a/pkgs/development/libraries/embree/default.nix +++ b/pkgs/development/libraries/embree/default.nix @@ -1,15 +1,15 @@ -{ stdenv, fetchFromGitHub, cmake, pkgconfig, ispc, tbb, glfw, - openimageio, libjpeg, libpng, libpthreadstubs, libX11 }: +{ stdenv, lib, fetchFromGitHub, cmake, pkgconfig, ispc, tbb, glfw, + openimageio, libjpeg, libpng, libpthreadstubs, libX11, glib }: stdenv.mkDerivation rec { pname = "embree"; - version = "3.11.0"; + version = "3.12.0"; src = fetchFromGitHub { owner = "embree"; repo = "embree"; rev = "v${version}"; - sha256 = "0v5gqi8jp09xxcbyyknji83412bq4l0w35b6hnrqxycgdrnf7hkr"; + sha256 = "1q06fkfww8z8pcnhaqc4d2zi8hn620i9h9dmpnrfy3azalvizhkq"; }; postPatch = '' @@ -17,6 +17,8 @@ stdenv.mkDerivation rec { sed -i "s|SET(EMBREE_ROOT_DIR .*)|set(EMBREE_ROOT_DIR $out)|" \ common/cmake/embree-config.cmake sed -i "s|$""{EMBREE_ROOT_DIR}/||" common/cmake/embree-config.cmake + substituteInPlace common/math/math.h --replace 'defined(__MACOSX__) && !defined(__INTEL_COMPILER)' 0 + substituteInPlace common/math/math.h --replace 'defined(__WIN32__) || defined(__FreeBSD__)' 'defined(__WIN32__) || defined(__FreeBSD__) || defined(__MACOSX__)' ''; cmakeFlags = [ @@ -24,8 +26,10 @@ stdenv.mkDerivation rec { "-DEMBREE_RAY_MASK=ON" ]; + nativeBuildInputs = [ ispc pkgconfig cmake ]; - buildInputs = [ tbb glfw openimageio libjpeg libpng libX11 libpthreadstubs ]; + buildInputs = [ tbb glfw openimageio libjpeg libpng libX11 libpthreadstubs ] + ++ lib.optionals stdenv.isDarwin [ glib ]; meta = with stdenv.lib; { description = "High performance ray tracing kernels from Intel"; diff --git a/pkgs/development/libraries/libfsm/default.nix b/pkgs/development/libraries/libfsm/default.nix index 78f1f66623a..e1c7f892aab 100644 --- a/pkgs/development/libraries/libfsm/default.nix +++ b/pkgs/development/libraries/libfsm/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "libfsm"; - version = "0.1pre1905_${builtins.substring 0 8 src.rev}"; + version = "0.1pre2442_${builtins.substring 0 8 src.rev}"; src = fetchFromGitHub { owner = "katef"; repo = pname; - rev = "bd5937fad42b26a86bac1fe3ec49eff73581bd1d"; - sha256 = "1q3grbmvjnnvc2sshswbd40cc2j2hnwibmljcqx9jqgda0wd6pgv"; + rev = "9c5095f7364fa464efff6c81fad9b60b19dfcc99"; + sha256 = "1bs51agvrrwqid0slq2svj2yj7kkjdsnv3xsrk8zmf1jbgza6jrm"; fetchSubmodules = true; }; diff --git a/pkgs/development/libraries/libminc/default.nix b/pkgs/development/libraries/libminc/default.nix index 53b6af40b51..ce39285e0d2 100644 --- a/pkgs/development/libraries/libminc/default.nix +++ b/pkgs/development/libraries/libminc/default.nix @@ -2,15 +2,15 @@ stdenv.mkDerivation rec { pname = "libminc"; - version = "2.4.03"; + version = "unstable-2020-07-17"; owner = "BIC-MNI"; src = fetchFromGitHub { inherit owner; repo = pname; - rev = "release-${version}"; - sha256 = "0kpmqs9df836ywsqj749qbsfavf5bnldblxrmnmxqq9pywc8yfrm"; + rev = "ffb5fb234a852ea7e8da8bb2b3b49f67acbe56ca"; + sha256 = "0yr4ksghpvxh9zg0a4p7hvln3qirsi08plvjp5kxx2qiyj96zsdm"; }; postPatch = '' @@ -18,7 +18,8 @@ stdenv.mkDerivation rec { ''; nativeBuildInputs = [ cmake ]; - buildInputs = [ zlib netcdf nifticlib hdf5 ]; + buildInputs = [ zlib nifticlib ]; + propagatedBuildInputs = [ netcdf hdf5 ]; cmakeFlags = [ "-DLIBMINC_MINC1_SUPPORT=ON" @@ -29,17 +30,16 @@ stdenv.mkDerivation rec { doCheck = !stdenv.isDarwin; checkPhase = '' export LD_LIBRARY_PATH="$(pwd)" # see #22060 - ctest -E 'ezminc_rw_test|minc_conversion' --output-on-failure - # ezminc_rw_test can't find libminc_io.so.5.2.0; minc_conversion hits netcdf compilation issue + ctest -j1 -E 'ezminc_rw_test' --output-on-failure + # -j1: see https://github.com/BIC-MNI/libminc/issues/110 + # ezminc_rw_test: can't find libminc_io.so.5.2.0 ''; - enableParallelBuilding = true; - meta = with stdenv.lib; { - homepage = "https://github.com/${owner}/${pname}"; + homepage = "https://github.com/BIC-MNI/libminc"; description = "Medical imaging library based on HDF5"; maintainers = with maintainers; [ bcdarwin ]; platforms = platforms.unix; - license = licenses.free; + license = licenses.free; }; } diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix index bb9fb777289..1f6313d8caa 100644 --- a/pkgs/development/libraries/libressl/default.nix +++ b/pkgs/development/libraries/libressl/default.nix @@ -69,7 +69,7 @@ in { }; libressl_3_1 = generic { - version = "3.1.3"; - sha256 = "184znscbkww65aavy2p4v4xncalp1ni19c2w5yvfq4pnmhb06sy7"; + version = "3.1.4"; + sha256 = "1dnbbnr43jashxivnafmh9gnn57c7ayva788ba03z633k6f18k21"; }; } diff --git a/pkgs/development/libraries/ois/default.nix b/pkgs/development/libraries/ois/default.nix index f750e4a685b..ee85e64966f 100644 --- a/pkgs/development/libraries/ois/default.nix +++ b/pkgs/development/libraries/ois/default.nix @@ -1,41 +1,24 @@ -{ stdenv, fetchurl, autoconf, automake, libtool, libX11, xorgproto -, libXi, libXaw, libXmu, libXt }: - -let - majorVersion = "1"; - minorVersion = "3"; -in +{ stdenv, lib, fetchFromGitHub, cmake, libX11, Cocoa, IOKit, Kernel }: stdenv.mkDerivation rec { pname = "ois"; - version = "${majorVersion}.${minorVersion}"; + version = "1.5"; - src = fetchurl { - url = "mirror://sourceforge/project/wgois/Source%20Release/${version}/ois_v${majorVersion}-${minorVersion}.tar.gz"; - sha256 = "18gs6xxhbqb91x2gm95hh1pmakimqim1k9c65h7ah6g14zc7dyjh"; + src = fetchFromGitHub { + owner = "wgois"; + repo = "OIS"; + rev = "v${version}"; + sha256 = "0g8krgq5bdx2rw7ig0xva4kqv4x815672i7z6lljp3n8847wmypa"; }; - patches = [ - (fetchurl { - url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-games/ois/files/ois-1.3-gcc47.patch"; - sha256 = "026jw06n42bcrmg0sbdhzc4cqxsnf7fw30a2z9cigd9x282zhii8"; - name = "gcc47.patch"; - }) - ]; + nativeBuildInputs = [ cmake ]; - patchFlags = [ "-p0" ]; - - buildInputs = [ - autoconf automake libtool libX11 xorgproto libXi libXaw - libXmu libXt - ]; - - preConfigure = "sh bootstrap"; + buildInputs = [ libX11 ] ++ lib.optionals stdenv.isDarwin [ Cocoa IOKit Kernel ]; meta = with stdenv.lib; { description = "Object-oriented C++ input system"; maintainers = [ maintainers.raskin ]; - platforms = platforms.linux; + platforms = platforms.unix; license = licenses.zlib; }; } diff --git a/pkgs/development/libraries/pupnp/default.nix b/pkgs/development/libraries/pupnp/default.nix index ef131118527..192ed56d456 100644 --- a/pkgs/development/libraries/pupnp/default.nix +++ b/pkgs/development/libraries/pupnp/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libupnp"; - version = "1.12.0"; + version = "1.14.0"; src = fetchFromGitHub { owner = "mrjimenez"; repo = "pupnp"; rev = "release-${version}"; - sha256 = "17jhbzx8khz5vbl0lhcipjzgg897p1k2lp5wcc3hiddcfyh05pdj"; + sha256 = "1wp9sz2ld4g6ak9v59i3s5mbsraxsphi9k91vw9xgrbzfmg8w0a6"; }; outputs = [ "dev" "out" ]; diff --git a/pkgs/development/libraries/science/biology/EBTKS/default.nix b/pkgs/development/libraries/science/biology/EBTKS/default.nix index f4353f51d66..c60fe31aaaf 100644 --- a/pkgs/development/libraries/science/biology/EBTKS/default.nix +++ b/pkgs/development/libraries/science/biology/EBTKS/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; buildInputs = [ libminc ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" ]; + cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" ]; meta = with stdenv.lib; { homepage = "https://github.com/BIC-MNI/${pname}"; diff --git a/pkgs/development/libraries/science/biology/bicgl/default.nix b/pkgs/development/libraries/science/biology/bicgl/default.nix index 3c9b8f8257c..4cc7dcada52 100644 --- a/pkgs/development/libraries/science/biology/bicgl/default.nix +++ b/pkgs/development/libraries/science/biology/bicgl/default.nix @@ -2,21 +2,24 @@ stdenv.mkDerivation rec { pname = "bicgl"; - name = "${pname}-2017-09-10"; + version = "unstable-2018-04-06"; owner = "BIC-MNI"; src = fetchFromGitHub { inherit owner; repo = pname; - rev = "b7f7e52d1039d6202a93d9055f516186033656cc"; + rev = "61a035751c9244fcca1edf94d6566fa2a709ce90"; sha256 = "0lzirdi1mf4yl8srq7vjn746sbydz7h0wjh7wy8gycy6hq04qrg4"; }; nativeBuildInputs = [ cmake ]; buildInputs = [ libminc bicpl freeglut mesa_glu ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib" "-DBICPL_DIR=${bicpl}/lib" ]; + cmakeFlags = [ + "-DLIBMINC_DIR=${libminc}/lib/cmake" + "-DBICPL_DIR=${bicpl}/lib" + ]; meta = with stdenv.lib; { homepage = "https://github.com/${owner}/${pname}"; diff --git a/pkgs/development/libraries/science/biology/bicpl/default.nix b/pkgs/development/libraries/science/biology/bicpl/default.nix index 0c634c0f265..96199f0478e 100644 --- a/pkgs/development/libraries/science/biology/bicpl/default.nix +++ b/pkgs/development/libraries/science/biology/bicpl/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "bicpl"; - name = "${pname}-2017-09-10"; + version = "unstable-2017-09-10"; owner = "BIC-MNI"; @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; buildInputs = [ libminc netpbm ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib" ]; + cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" ]; doCheck = false; # internal_volume_io.h: No such file or directory diff --git a/pkgs/development/libraries/science/biology/oobicpl/default.nix b/pkgs/development/libraries/science/biology/oobicpl/default.nix index 8755b7fd2eb..e5ecda0390b 100644 --- a/pkgs/development/libraries/science/biology/oobicpl/default.nix +++ b/pkgs/development/libraries/science/biology/oobicpl/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "oobicpl"; - name = "${pname}-2016-03-02"; + version = "unstable-2016-03-02"; owner = "BIC-MNI"; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; buildInputs = [ libminc bicpl arguments pcre-cpp ]; - cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib" + cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" "-DBICPL_DIR=${bicpl}/lib" "-DARGUMENTS_DIR=${arguments}/lib" "-DOOBICPL_BUILD_SHARED_LIBS=TRUE" ]; diff --git a/pkgs/development/libraries/sope/default.nix b/pkgs/development/libraries/sope/default.nix index 2c73ff24df2..59205a949e4 100644 --- a/pkgs/development/libraries/sope/default.nix +++ b/pkgs/development/libraries/sope/default.nix @@ -1,15 +1,19 @@ { gnustep, lib, fetchFromGitHub , libxml2, openssl_1_1 -, openldap, mysql, libmysqlclient, postgresql }: with lib; gnustep.stdenv.mkDerivation rec { +, openldap, mysql, libmysqlclient, postgresql }: +with lib; + +gnustep.stdenv.mkDerivation rec { pname = "sope"; - version = "5.0.0"; + version = "5.0.1"; src = fetchFromGitHub { owner = "inverse-inc"; repo = pname; rev = "SOPE-${version}"; - sha256 = "sha256-7NM9wcyHDSVmjjqu489Ff3iJgl9VM+UBF3XYWoiHHTg="; + sha256 = "031m8ydr4jhh29332mfbsw0i5d0cjfqfyfs55jm832dlmv4447gb"; }; + hardeningDisable = [ "format" ]; nativeBuildInputs = [ gnustep.make ]; buildInputs = flatten ([ gnustep.base libxml2 openssl_1_1 ] ++ optional (openldap != null) openldap diff --git a/pkgs/development/libraries/xmlsec/default.nix b/pkgs/development/libraries/xmlsec/default.nix index a1e6afd48b9..0d6fd9611c4 100644 --- a/pkgs/development/libraries/xmlsec/default.nix +++ b/pkgs/development/libraries/xmlsec/default.nix @@ -3,7 +3,7 @@ lib.fix (self: let - version = "1.2.28"; + version = "1.2.30"; in stdenv.mkDerivation { pname = "xmlsec"; @@ -11,7 +11,7 @@ stdenv.mkDerivation { src = fetchurl { url = "https://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz"; - sha256 = "1m12caglhyx08g8lh2sl3nkldlpryzdx2d572q73y3m33s0w9vhk"; + sha256 = "1j5bf7ni45jghyrbf7a14wx2pvfara557zyry7g7h8840c5kd11d"; }; patches = [ @@ -29,6 +29,7 @@ stdenv.mkDerivation { enableParallelBuilding = true; doCheck = true; + checkInputs = [ nss.tools ]; # enable deprecated soap headers required by lasso # https://dev.entrouvert.org/issues/18771 diff --git a/pkgs/development/node-packages/default.nix b/pkgs/development/node-packages/default.nix index 8c44e1001c0..4ef3de0bb4e 100644 --- a/pkgs/development/node-packages/default.nix +++ b/pkgs/development/node-packages/default.nix @@ -59,6 +59,11 @@ let buildInputs = [ pkgs.phantomjs2 ]; }; + expo-cli = super."expo-cli".override (attrs: { + # The traveling-fastlane-darwin optional dependency aborts build on Linux. + dependencies = builtins.filter (d: d.packageName != "@expo/traveling-fastlane-${if stdenv.isLinux then "darwin" else "linux"}") attrs.dependencies; + }); + git-ssb = super.git-ssb.override { buildInputs = [ self.node-gyp-build ]; meta.broken = since "10"; diff --git a/pkgs/development/node-packages/node-packages.json b/pkgs/development/node-packages/node-packages.json index fb07c50c0cf..4c8e3a2b816 100644 --- a/pkgs/development/node-packages/node-packages.json +++ b/pkgs/development/node-packages/node-packages.json @@ -71,6 +71,7 @@ , "escape-string-regexp" , "eslint" , "eslint_d" +, "expo-cli" , {"fast-cli": "1.x"} , "fkill-cli" , "forever" diff --git a/pkgs/development/node-packages/node-packages.nix b/pkgs/development/node-packages/node-packages.nix index db8baa53219..fabb587fef6 100644 --- a/pkgs/development/node-packages/node-packages.nix +++ b/pkgs/development/node-packages/node-packages.nix @@ -22,13 +22,13 @@ let sha512 = "t4WmWoGV9gyzypwG3y3JlcK2t8fKLtvzBA7xEoFTj9SMPvOuLsf13uh4ikK0RRaaa9RPPWLgFUdOyIRaQvCpwQ=="; }; }; - "@angular-devkit/architect-0.1001.3" = { + "@angular-devkit/architect-0.1001.4" = { name = "_at_angular-devkit_slash_architect"; packageName = "@angular-devkit/architect"; - version = "0.1001.3"; + version = "0.1001.4"; src = fetchurl { - url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1001.3.tgz"; - sha512 = "WS5IAN6I73jKapiHKYz3U05Kka4eVRmwCk++GWM2uGChluiZsI87eK8vxMS3KWDIqTnAOuMpDt3XWxlASv1nlQ=="; + url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1001.4.tgz"; + sha512 = "0U/w+61vWxnEe9Ln/hNOH6O27FVcU+s/sbJAuPREbP875R4bQzK2PX0eYRlISzkDtQyw16GzlsikLWOoJ3vjTA=="; }; }; "@angular-devkit/core-10.0.7" = { @@ -40,13 +40,13 @@ let sha512 = "pXaZgsQ8LHpRx4QGAUYDE8GwBQLAtoqPh6oUCwRJwBExm5rl13OGPTBWewHiq0ysV/SnFXvOjxwAaHQvC1AgZw=="; }; }; - "@angular-devkit/core-10.1.3" = { + "@angular-devkit/core-10.1.4" = { name = "_at_angular-devkit_slash_core"; packageName = "@angular-devkit/core"; - version = "10.1.3"; + version = "10.1.4"; src = fetchurl { - url = "https://registry.npmjs.org/@angular-devkit/core/-/core-10.1.3.tgz"; - sha512 = "Ub31/eqFtSuQy3V+B74Jt0jAUw8fs8sbd0ZL2UHYUJyrwm20iIRam+mOD3Sj8HFrDGLR8m56KsxJ12KvC1oxtQ=="; + url = "https://registry.npmjs.org/@angular-devkit/core/-/core-10.1.4.tgz"; + sha512 = "B1cwVcfChBvmEacydE2uqZ1UC2ez1G+KY0GyVnCQKpAb/DdfDgtaYjTx9JLvGQjE/BlVklEj8YCKDjVV0WPE5g=="; }; }; "@angular-devkit/core-9.1.12" = { @@ -67,13 +67,13 @@ let sha512 = "eyyYPgpjtr3h7WbnNbkDubJ/p+8TgKU6abWd+NmBfTvyeHrpVFUYZabNRcdXwUDSVzfTQKdmLynIkESj/KROrg=="; }; }; - "@angular-devkit/schematics-10.1.3" = { + "@angular-devkit/schematics-10.1.4" = { name = "_at_angular-devkit_slash_schematics"; packageName = "@angular-devkit/schematics"; - version = "10.1.3"; + version = "10.1.4"; src = fetchurl { - url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-10.1.3.tgz"; - sha512 = "5+E2bBBsphuz1KfloC5yA+hXSEbxMokkp5UEp+X9VC7zUGTXV8sxuvcbBo+JVutaoNHezJGu2JUx/LqNrKd58w=="; + url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-10.1.4.tgz"; + sha512 = "NIueJQYZ8OY3Yr3TGfxcGgP9ZGGsbtM7sa7sf9hSqxEAXdiGQdDJk5nChhtGtoGxUImterwqR8OiGmLcK5lg5g=="; }; }; "@angular-devkit/schematics-9.1.12" = { @@ -310,6 +310,15 @@ let sha512 = "vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg=="; }; }; + "@babel/code-frame-7.8.3" = { + name = "_at_babel_slash_code-frame"; + packageName = "@babel/code-frame"; + version = "7.8.3"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz"; + sha512 = "a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g=="; + }; + }; "@babel/compat-data-7.11.0" = { name = "_at_babel_slash_compat-data"; packageName = "@babel/compat-data"; @@ -328,6 +337,15 @@ let sha512 = "Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg=="; }; }; + "@babel/core-7.9.0" = { + name = "_at_babel_slash_core"; + packageName = "@babel/core"; + version = "7.9.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz"; + sha512 = "kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w=="; + }; + }; "@babel/generator-7.11.6" = { name = "_at_babel_slash_generator"; packageName = "@babel/generator"; @@ -625,6 +643,15 @@ let sha512 = "up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ=="; }; }; + "@babel/plugin-proposal-export-default-from-7.10.4" = { + name = "_at_babel_slash_plugin-proposal-export-default-from"; + packageName = "@babel/plugin-proposal-export-default-from"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.10.4.tgz"; + sha512 = "G1l00VvDZ7Yk2yRlC5D8Ybvu3gmeHS3rCHoUYdjrqGYUtdeOBoRypnvDZ5KQqxyaiiGHWnVDeSEzA5F9ozItig=="; + }; + }; "@babel/plugin-proposal-export-namespace-from-7.10.4" = { name = "_at_babel_slash_plugin-proposal-export-namespace-from"; packageName = "@babel/plugin-proposal-export-namespace-from"; @@ -751,6 +778,15 @@ let sha512 = "5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ=="; }; }; + "@babel/plugin-syntax-export-default-from-7.10.4" = { + name = "_at_babel_slash_plugin-syntax-export-default-from"; + packageName = "@babel/plugin-syntax-export-default-from"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.10.4.tgz"; + sha512 = "79V6r6Pgudz0RnuMGp5xidu6Z+bPFugh8/Q9eDHonmLp4wKFAZDwygJwYgCzuDu8lFA/sYyT+mc5y2wkd7bTXA=="; + }; + }; "@babel/plugin-syntax-export-namespace-from-7.8.3" = { name = "_at_babel_slash_plugin-syntax-export-namespace-from"; packageName = "@babel/plugin-syntax-export-namespace-from"; @@ -1057,6 +1093,15 @@ let sha512 = "YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw=="; }; }; + "@babel/plugin-transform-object-assign-7.10.4" = { + name = "_at_babel_slash_plugin-transform-object-assign"; + packageName = "@babel/plugin-transform-object-assign"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.10.4.tgz"; + sha512 = "6zccDhYEICfMeQqIjuY5G09/yhKzG30DKHJeYBQUHIsJH7c2jXSGvgwRalufLAXAq432OSlsEfAOLlzEsQzxVw=="; + }; + }; "@babel/plugin-transform-object-super-7.10.4" = { name = "_at_babel_slash_plugin-transform-object-super"; packageName = "@babel/plugin-transform-object-super"; @@ -1084,6 +1129,15 @@ let sha512 = "ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g=="; }; }; + "@babel/plugin-transform-react-display-name-7.10.4" = { + name = "_at_babel_slash_plugin-transform-react-display-name"; + packageName = "@babel/plugin-transform-react-display-name"; + version = "7.10.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.4.tgz"; + sha512 = "Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw=="; + }; + }; "@babel/plugin-transform-react-jsx-7.10.4" = { name = "_at_babel_slash_plugin-transform-react-jsx"; packageName = "@babel/plugin-transform-react-jsx"; @@ -1093,6 +1147,15 @@ let sha512 = "L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A=="; }; }; + "@babel/plugin-transform-react-jsx-source-7.10.5" = { + name = "_at_babel_slash_plugin-transform-react-jsx-source"; + packageName = "@babel/plugin-transform-react-jsx-source"; + version = "7.10.5"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.5.tgz"; + sha512 = "wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA=="; + }; + }; "@babel/plugin-transform-regenerator-7.10.4" = { name = "_at_babel_slash_plugin-transform-regenerator"; packageName = "@babel/plugin-transform-regenerator"; @@ -1264,6 +1327,15 @@ let sha512 = "TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw=="; }; }; + "@babel/runtime-7.9.0" = { + name = "_at_babel_slash_runtime"; + packageName = "@babel/runtime"; + version = "7.9.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.0.tgz"; + sha512 = "cTIudHnzuWLS56ik4DnRnqqNf8MkdUzV4iFFI1h7Jo9xvrpQROYaAnaSd2mHLQAzzZAPfATynX5ord6YlNYNMA=="; + }; + }; "@babel/template-7.10.4" = { name = "_at_babel_slash_template"; packageName = "@babel/template"; @@ -1300,13 +1372,13 @@ let sha512 = "bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q=="; }; }; - "@bugsnag/browser-7.3.5" = { + "@bugsnag/browser-7.4.0" = { name = "_at_bugsnag_slash_browser"; packageName = "@bugsnag/browser"; - version = "7.3.5"; + version = "7.4.0"; src = fetchurl { - url = "https://registry.npmjs.org/@bugsnag/browser/-/browser-7.3.5.tgz"; - sha512 = "Zs54UH7rXJTQbcuKDr6a4Qn2SDHr7cq7XLd5EHuLCJ6OMBktBlM8vZSf1sOiCBE2EE2g/kC2rk6VJktsRIaUEA=="; + url = "https://registry.npmjs.org/@bugsnag/browser/-/browser-7.4.0.tgz"; + sha512 = "WmBJLCFvM2dvj0ZUCCx2QO9xxKJ1V7qZC4zE3kzxBdEgG1UKmKe2MSOJv8Igr933t6gY7Wzd5e7j6EpRuyvIyg=="; }; }; "@bugsnag/core-7.3.5" = { @@ -1327,13 +1399,13 @@ let sha512 = "LOt8aaBI+KvOQGneBtpuCz3YqzyEAehd1f3nC5yr9TIYW1+IzYKa2xWS4EiMz5pPOnRPHkyyS5t/wmSmN51Gjg=="; }; }; - "@bugsnag/js-7.3.5" = { + "@bugsnag/js-7.4.0" = { name = "_at_bugsnag_slash_js"; packageName = "@bugsnag/js"; - version = "7.3.5"; + version = "7.4.0"; src = fetchurl { - url = "https://registry.npmjs.org/@bugsnag/js/-/js-7.3.5.tgz"; - sha512 = "5KCeFEM7ntww2UbxbgW94TEwLHKzVLepDd8TNZeae2rdInt+fTc4o9oS0QxgubdLZHdLo9LNt8GTghl6F/9NwQ=="; + url = "https://registry.npmjs.org/@bugsnag/js/-/js-7.4.0.tgz"; + sha512 = "v+LA3d1DJf5Oxpy93K+/2TBGHNQoVldNaiN0du/9sUTuc8thkx9tgtaj/BiUWINIEX6y3j7y28cRKUhfffdsIQ=="; }; }; "@bugsnag/node-7.3.5" = { @@ -1471,6 +1543,33 @@ let sha512 = "+A1YivoVDNNVCdfozHSR8v/jyuuLTMXwjWuxPFlFlUapXoGc+Gj9mDlTDDfrwl7rXCl2tNZ0kE8sIBO6YOn96Q=="; }; }; + "@devicefarmer/adbkit-2.11.3" = { + name = "_at_devicefarmer_slash_adbkit"; + packageName = "@devicefarmer/adbkit"; + version = "2.11.3"; + src = fetchurl { + url = "https://registry.npmjs.org/@devicefarmer/adbkit/-/adbkit-2.11.3.tgz"; + sha512 = "rsgWREAvSRQjdP9/3GoAV6Tq+o97haywgbTfCgt5yUqiDpaaq3hlH9FTo9XsdG8x+Jd0VQ9nTC2IXsDu8JGRSA=="; + }; + }; + "@devicefarmer/adbkit-logcat-1.1.0" = { + name = "_at_devicefarmer_slash_adbkit-logcat"; + packageName = "@devicefarmer/adbkit-logcat"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@devicefarmer/adbkit-logcat/-/adbkit-logcat-1.1.0.tgz"; + sha512 = "K90P5gUXM/w+yzLvJIRQ+tJooNU6ipUPPQkljtPJ0laR66TGtpt4Gqsjm0n9dPHK1W5KGgU1R5wnCd6RTSlPNA=="; + }; + }; + "@devicefarmer/adbkit-monkey-1.0.1" = { + name = "_at_devicefarmer_slash_adbkit-monkey"; + packageName = "@devicefarmer/adbkit-monkey"; + version = "1.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@devicefarmer/adbkit-monkey/-/adbkit-monkey-1.0.1.tgz"; + sha512 = "HilPrVrCosYWqSyjfpDtaaN1kJwdlBpS+IAflP3z+e7nsEgk3JGJf1Vg0NgHJooTf5HDfXSyZqMVg+5jvXCK0g=="; + }; + }; "@emmetio/extract-abbreviation-0.1.6" = { name = "_at_emmetio_slash_extract-abbreviation"; packageName = "@emmetio/extract-abbreviation"; @@ -1588,6 +1687,321 @@ let sha512 = "W98NvvOe/Med3o66xTO03pd7a2omZebH79PV64gSE+ceDdU8uxQhFTa7ISiD1kseyqyOrMyW5/MNdsGEU02i3Q=="; }; }; + "@expo/babel-preset-cli-0.2.18" = { + name = "_at_expo_slash_babel-preset-cli"; + packageName = "@expo/babel-preset-cli"; + version = "0.2.18"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/babel-preset-cli/-/babel-preset-cli-0.2.18.tgz"; + sha512 = "y2IZFynVtRxMQ4uxXYUnrnXZa+pvSH1R1aSUAfC6RsUb2UNOxC6zRehdLGSOyF4s9Wy+j3/CPm6fC0T5UJYoQg=="; + }; + }; + "@expo/bunyan-3.0.2" = { + name = "_at_expo_slash_bunyan"; + packageName = "@expo/bunyan"; + version = "3.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/bunyan/-/bunyan-3.0.2.tgz"; + sha512 = "fQRc4+RG+rEw1IdjFx/5t2AvOlJT8ktv2dfObD3aW838ohZxCx1QvFUY/Gdx5JA1JY/KrHRGuEqQLH9ayiexyg=="; + }; + }; + "@expo/config-3.3.9" = { + name = "_at_expo_slash_config"; + packageName = "@expo/config"; + version = "3.3.9"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/config/-/config-3.3.9.tgz"; + sha512 = "AeM7CNUsvG0tN4vKwdcqQjl0x8nyYS2Xcao+9HWQf30+V2Kt2qAy5RjZUElR/H7sWapluudRjiyLQ7/ThgXTuQ=="; + }; + }; + "@expo/config-types-40.0.0-beta.1" = { + name = "_at_expo_slash_config-types"; + packageName = "@expo/config-types"; + version = "40.0.0-beta.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/config-types/-/config-types-40.0.0-beta.1.tgz"; + sha512 = "hTp+6ZIKK57O8qhVoO+GBCkx0UCdOhwcWxaXfjpsELIR8LfXDGz8OmCxTzGvb7nnadcrGCccHBX5dO1NmPBbmg=="; + }; + }; + "@expo/configure-splash-screen-0.2.1" = { + name = "_at_expo_slash_configure-splash-screen"; + packageName = "@expo/configure-splash-screen"; + version = "0.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/configure-splash-screen/-/configure-splash-screen-0.2.1.tgz"; + sha512 = "6n7ji1WKDCdLe2Mto4u4W72kTLhAbhXhC7ydVk1HxDYCcbewNLfgiwhchPtPGyUMnSDizVWph5aDoiKxqVHqNQ=="; + }; + }; + "@expo/dev-server-0.1.34" = { + name = "_at_expo_slash_dev-server"; + packageName = "@expo/dev-server"; + version = "0.1.34"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/dev-server/-/dev-server-0.1.34.tgz"; + sha512 = "tBvir/IZ2Zhvz6WZpDEhEHGg3p6fwG4eB+b46e1wtJX6YkZ5mReaWlJOnorfOmm80RgugLZEqHAy+YJOYPP+1Q=="; + }; + }; + "@expo/dev-tools-0.13.52" = { + name = "_at_expo_slash_dev-tools"; + packageName = "@expo/dev-tools"; + version = "0.13.52"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.52.tgz"; + sha512 = "SicYMGGsHIEpvC6yy8lj+wvtOiDrAwQQwW1rKz+9cJi27Z1CmTM7Ke5I82J4h/dmRE17kiEpb7gnBBubLxlqUQ=="; + }; + }; + "@expo/eas-build-job-0.1.0" = { + name = "_at_expo_slash_eas-build-job"; + packageName = "@expo/eas-build-job"; + version = "0.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/eas-build-job/-/eas-build-job-0.1.0.tgz"; + sha512 = "yoJhhpc1GSP7l65pIIY9kc/IlvJKgQJ9SyUHl0QCu96DCHqCp51OEKaTBy0J+wxQ/7UKbQ8YvHbtYxwKrUR7nw=="; + }; + }; + "@expo/image-utils-0.3.7" = { + name = "_at_expo_slash_image-utils"; + packageName = "@expo/image-utils"; + version = "0.3.7"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.3.7.tgz"; + sha512 = "Vo1p5uv1JlRacgVIiVa+83oRoHfC7grSU8cypAtgvOYpbmdCWR8+3F4v+vaabHe6ktvIKRE78jh6vHMGwv2aOA=="; + }; + }; + "@expo/json-file-8.2.24" = { + name = "_at_expo_slash_json-file"; + packageName = "@expo/json-file"; + version = "8.2.24"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.24.tgz"; + sha512 = "i34lfcMVt5Wv2Cf5apZUj3o9JlFt8WOPSZjrECryunBQ9/BsQQYY5NHgGjhhZnnRE+6JFf0CPQTjXdoQ1w3w0w=="; + }; + }; + "@expo/metro-config-0.1.34" = { + name = "_at_expo_slash_metro-config"; + packageName = "@expo/metro-config"; + version = "0.1.34"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.1.34.tgz"; + sha512 = "jmUb0UVM53hu17PqSmayCFEuq3R6X2/inlXiUO9v+9jlcmusaJqe9Nh/M6SYgmy+hDlx6cwgR9MNlpvWfIE1kw=="; + }; + }; + "@expo/ngrok-2.4.3" = { + name = "_at_expo_slash_ngrok"; + packageName = "@expo/ngrok"; + version = "2.4.3"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok/-/ngrok-2.4.3.tgz"; + sha512 = "JOct+0BMTOTkTb2RreQc6uzhwCjX8Z/EYRo3EcbHMr5/3Zk+0YuujaM4Z84GeZcWz2sBMhnJj0LeJnhEkmd95Q=="; + }; + }; + "@expo/ngrok-bin-2.2.8-beta.3" = { + name = "_at_expo_slash_ngrok-bin"; + packageName = "@expo/ngrok-bin"; + version = "2.2.8-beta.3"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin/-/ngrok-bin-2.2.8-beta.3.tgz"; + sha512 = "VzL67ybSvSYhFJxwBm19VMEHAcgg6bDhE9p8HKDOXL2tdHIzqYtqAYxOyhv2mS263WYqdomtoAChSOb449of+g=="; + }; + }; + "@expo/ngrok-bin-darwin-ia32-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-darwin-ia32"; + packageName = "@expo/ngrok-bin-darwin-ia32"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-darwin-ia32/-/ngrok-bin-darwin-ia32-2.2.8.tgz"; + sha512 = "Mgept4WvXobcNQbxV0f8Nqrukl4HsAM4ExfFOC5BJ1PinlZisb1lQYp+PGu/3DuOYAinAspbL/3m77JkhT5Oow=="; + }; + }; + "@expo/ngrok-bin-darwin-x64-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-darwin-x64"; + packageName = "@expo/ngrok-bin-darwin-x64"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-darwin-x64/-/ngrok-bin-darwin-x64-2.2.8.tgz"; + sha512 = "hEVxBAKTT9G+jCy+2NOjgFrPrrzmdxljLhz3cQIb4izjooQXGCbTFvnEntB0odgsf6Dpa2jWNNt18H6t2nneOQ=="; + }; + }; + "@expo/ngrok-bin-freebsd-ia32-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-freebsd-ia32"; + packageName = "@expo/ngrok-bin-freebsd-ia32"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-freebsd-ia32/-/ngrok-bin-freebsd-ia32-2.2.8.tgz"; + sha512 = "yGdq06wUxreCPxXnhqlL3GzvLtArJ6eDOQinv4SiDK+ftQPY4TloEMQr/rwohvtx63O+bT9jAtgJW44jlfIQ2Q=="; + }; + }; + "@expo/ngrok-bin-freebsd-x64-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-freebsd-x64"; + packageName = "@expo/ngrok-bin-freebsd-x64"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-freebsd-x64/-/ngrok-bin-freebsd-x64-2.2.8.tgz"; + sha512 = "1uSZRastddaUIrK/2B5MANhV7LDKJ8/4cSQxn+E2+U296VKkU6n1ZfZ207a7hA1ctQeBcvwkRx9biFxDa99How=="; + }; + }; + "@expo/ngrok-bin-linux-arm-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-linux-arm"; + packageName = "@expo/ngrok-bin-linux-arm"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-linux-arm/-/ngrok-bin-linux-arm-2.2.8.tgz"; + sha512 = "qruRsoEuFvaVsSSlhNtHR8uWgF7aA6jdRtCuVKO4pMW32lTZfGS+U/y6hB0YBxXv4xhEn8o1x/15oLU7cNUxEA=="; + }; + }; + "@expo/ngrok-bin-linux-arm64-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-linux-arm64"; + packageName = "@expo/ngrok-bin-linux-arm64"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-linux-arm64/-/ngrok-bin-linux-arm64-2.2.8.tgz"; + sha512 = "9iXr88LlzBCp7+NwfPDsSg2sIy5GfWFXrhU8+vGLnFvZ5MO6ZoRmXbw2VRPFm7ekMa0Losddny4aiLDJkr9hXw=="; + }; + }; + "@expo/ngrok-bin-linux-ia32-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-linux-ia32"; + packageName = "@expo/ngrok-bin-linux-ia32"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-linux-ia32/-/ngrok-bin-linux-ia32-2.2.8.tgz"; + sha512 = "Cm3BH4nv55A6KF+XjrK8oLe1Ktn4WrUabd6TcErQRM6/2454A+vh1r6CEKWOVWy4bg7ceTbjgHhCdj9WMv8WTg=="; + }; + }; + "@expo/ngrok-bin-linux-x64-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-linux-x64"; + packageName = "@expo/ngrok-bin-linux-x64"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-linux-x64/-/ngrok-bin-linux-x64-2.2.8.tgz"; + sha512 = "jNhnnfMR/yAgUV1LnAheq/WWB/Tkdgm5sxZhN0fjN00CeiYTVyNuCsii2tdjXJCGrxdpb6RzvOxjLGstIT0mUQ=="; + }; + }; + "@expo/ngrok-bin-sunos-x64-2.2.8" = { + name = "_at_expo_slash_ngrok-bin-sunos-x64"; + packageName = "@expo/ngrok-bin-sunos-x64"; + version = "2.2.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-sunos-x64/-/ngrok-bin-sunos-x64-2.2.8.tgz"; + sha512 = "Ogcn/6jNN2PMMaZ1PJu7JBiZz92Yowa119cclI2E2RKyIqQaOYol2g72oHzm8SQ49KfzEJMGDmQA4Xh29cKmrQ=="; + }; + }; + "@expo/ngrok-bin-win32-ia32-2.2.8-beta.1" = { + name = "_at_expo_slash_ngrok-bin-win32-ia32"; + packageName = "@expo/ngrok-bin-win32-ia32"; + version = "2.2.8-beta.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-win32-ia32/-/ngrok-bin-win32-ia32-2.2.8-beta.1.tgz"; + sha512 = "Pva9ZNjUieD2/RVav7LYGAXZ1O6MVXlvOnJmHSmjP4rhreek7/Ez7b5HsCEN3YLjZIcPHH8SV8Duix1NO2zB5A=="; + }; + }; + "@expo/ngrok-bin-win32-x64-2.2.8-beta.1" = { + name = "_at_expo_slash_ngrok-bin-win32-x64"; + packageName = "@expo/ngrok-bin-win32-x64"; + version = "2.2.8-beta.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/ngrok-bin-win32-x64/-/ngrok-bin-win32-x64-2.2.8-beta.1.tgz"; + sha512 = "tVn0jkRC7cbDL502FU7iVI4jbaEKcbTER7pYo2xdUZgM02n4u0AS+FFuzUN+irDiRYZQIFdmDIhxDGl+SHkzbA=="; + }; + }; + "@expo/osascript-2.0.24" = { + name = "_at_expo_slash_osascript"; + packageName = "@expo/osascript"; + version = "2.0.24"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/osascript/-/osascript-2.0.24.tgz"; + sha512 = "oqar3vmvxkVx1OBG7hTjTbCaVVUX2o+aEMLxZWLUiubL0ly1qxgQKEt5p3g3pzkxTft+b1oMf8bT7jMi6iOv+Q=="; + }; + }; + "@expo/package-manager-0.0.33" = { + name = "_at_expo_slash_package-manager"; + packageName = "@expo/package-manager"; + version = "0.0.33"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/package-manager/-/package-manager-0.0.33.tgz"; + sha512 = "zhY1a67/Fsg9FjKj2AajNDywpcbERACA7kw9eR3uJEzQwdwYiqX9cmMO8K69UKJUY2kpba4edJY9/PEMJFfPiQ=="; + }; + }; + "@expo/plist-0.0.10" = { + name = "_at_expo_slash_plist"; + packageName = "@expo/plist"; + version = "0.0.10"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/plist/-/plist-0.0.10.tgz"; + sha512 = "uKbi7ANPCNJqeAvxLa+ZcS/Qf0fTPOySMqw5T2L4TrycSAdiAxV1VUZ69IzIbUsWb7GdriUVR2i38M/xa6+BvA=="; + }; + }; + "@expo/results-1.0.0" = { + name = "_at_expo_slash_results"; + packageName = "@expo/results"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/results/-/results-1.0.0.tgz"; + sha512 = "qECzzXX5oJot3m2Gu9pfRDz50USdBieQVwYAzeAtQRUTD3PVeTK1tlRUoDcrK8PSruDLuVYdKkLebX4w/o55VA=="; + }; + }; + "@expo/schemer-1.3.21" = { + name = "_at_expo_slash_schemer"; + packageName = "@expo/schemer"; + version = "1.3.21"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/schemer/-/schemer-1.3.21.tgz"; + sha512 = "8rk1P9bFmTLZa4yr/6rNMP5QOJy/BDu+73c/vKpAr/JXgJwxRnlaLYe/rZkwQFMl5aPyaa4JsattVBU4IdxAiA=="; + }; + }; + "@expo/simple-spinner-1.0.2" = { + name = "_at_expo_slash_simple-spinner"; + packageName = "@expo/simple-spinner"; + version = "1.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/simple-spinner/-/simple-spinner-1.0.2.tgz"; + sha1 = "b31447de60e5102837a4edf702839fcc8f7f31f3"; + }; + }; + "@expo/spawn-async-1.5.0" = { + name = "_at_expo_slash_spawn-async"; + packageName = "@expo/spawn-async"; + version = "1.5.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/spawn-async/-/spawn-async-1.5.0.tgz"; + sha512 = "LB7jWkqrHo+5fJHNrLAFdimuSXQ2MQ4lA7SQW5bf/HbsXuV2VrT/jN/M8f/KoWt0uJMGN4k/j7Opx4AvOOxSew=="; + }; + }; + "@expo/traveling-fastlane-darwin-1.15.1" = { + name = "_at_expo_slash_traveling-fastlane-darwin"; + packageName = "@expo/traveling-fastlane-darwin"; + version = "1.15.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/traveling-fastlane-darwin/-/traveling-fastlane-darwin-1.15.1.tgz"; + sha512 = "7sjG83+o9BT4MVPNq2UVqy1Oyg3n47FpEIDxc0M9CQvbC1WgYsAKloOJ85g5GRXZAjqzPOPUZF+lBhGbOwmQvg=="; + }; + }; + "@expo/traveling-fastlane-linux-1.15.1" = { + name = "_at_expo_slash_traveling-fastlane-linux"; + packageName = "@expo/traveling-fastlane-linux"; + version = "1.15.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/traveling-fastlane-linux/-/traveling-fastlane-linux-1.15.1.tgz"; + sha512 = "YaFAYYOOxImYNx9s6X3tY6fC1y6rka0KXstrs2zrS+vHyyBD8IOhNtIUvybHScM3jUL+qukgKElAb+7gzlF6Eg=="; + }; + }; + "@expo/webpack-config-0.12.38" = { + name = "_at_expo_slash_webpack-config"; + packageName = "@expo/webpack-config"; + version = "0.12.38"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/webpack-config/-/webpack-config-0.12.38.tgz"; + sha512 = "WUuzeubJPcHW/Qs7Ano8k2ZDqoe8h13IosWywGlyVPqMMgzT75qK2SStqhsPV3nUnnZ5owWhFSYQey8nNrFKFg=="; + }; + }; + "@expo/xdl-58.0.13" = { + name = "_at_expo_slash_xdl"; + packageName = "@expo/xdl"; + version = "58.0.13"; + src = fetchurl { + url = "https://registry.npmjs.org/@expo/xdl/-/xdl-58.0.13.tgz"; + sha512 = "ToCCTrj8NeupX0e9tpBtbZsESHlIEKbpRNU5IUy/2IKD9No5DXGxHG/FDsbEz595gawDzTv4isdzbOOulCoUcQ=="; + }; + }; "@fluentui/date-time-utilities-7.9.0" = { name = "_at_fluentui_slash_date-time-utilities"; packageName = "@fluentui/date-time-utilities"; @@ -1615,22 +2029,22 @@ let sha512 = "t3yIbbPKJubb22vQ/FIWwS9vFAzaPYzFxKWPHVWLtxs/P+5yL+LD3B16DRtYreWAdl9CZvEbos58ChLZ0KHwSQ=="; }; }; - "@fluentui/react-7.143.0" = { + "@fluentui/react-7.145.0" = { name = "_at_fluentui_slash_react"; packageName = "@fluentui/react"; - version = "7.143.0"; + version = "7.145.0"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/react/-/react-7.143.0.tgz"; - sha512 = "5HMFiQ+VszMPlu8zn6hT0pQSqsaPa0Q2T7uQQ0/cXakEMac4Y2iHngspzFIyn1OWS7yT2RU2Y5gSdzJFxobOXA=="; + url = "https://registry.npmjs.org/@fluentui/react/-/react-7.145.0.tgz"; + sha512 = "RNYTWwRQhIFKoMHmDkMLF48KcH91brHV/WXCEboIxsmtHm4HyYVG4Zpjib6UG2XOS1zk9sBefHao/zTx3pdG8Q=="; }; }; - "@fluentui/react-focus-7.16.9" = { + "@fluentui/react-focus-7.16.10" = { name = "_at_fluentui_slash_react-focus"; packageName = "@fluentui/react-focus"; - version = "7.16.9"; + version = "7.16.10"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-7.16.9.tgz"; - sha512 = "XT+W3+hSQi2PzEi3biNqAcUvBj4sZqLp/ERXD+jIF1Ux+CxdlLtf8WvS36u7/0B6jjvoMaIcpdsqGjqgU+8NGA=="; + url = "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-7.16.10.tgz"; + sha512 = "+4aP36KjD2RrijRBr6aPYNiBm9M9+33DOHpAdcE0K93TToLIlQ/WIwZGDNbM/6dPFD6vgUj+ya5rvfy6sbibjw=="; }; }; "@fluentui/react-window-provider-0.3.3" = { @@ -1642,31 +2056,31 @@ let sha512 = "MVPf2hqOQ17LAZsuvGcr3oOHksAskUm+fCYdXFhbVoAgsCDVTIuH6i8XgHFd6YjBtzjZmI4+k/3NTQfDqBX8EQ=="; }; }; - "@fluentui/theme-1.2.1" = { + "@fluentui/theme-1.3.0" = { name = "_at_fluentui_slash_theme"; packageName = "@fluentui/theme"; - version = "1.2.1"; + version = "1.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/theme/-/theme-1.2.1.tgz"; - sha512 = "18biLzW/E48HKgN1e5APP0znhMgUVpXq7h4B0LJjI7TTQZPuPTR96FA/LcHDwcTL3YR1rEMmnGgCFitWtsbA2A=="; + url = "https://registry.npmjs.org/@fluentui/theme/-/theme-1.3.0.tgz"; + sha512 = "OVN3yPdJShOGhTakalI5DC9+8myOhLPKzY/ZlICnNoKhh7cbPVrvdCnv2fLcDyZYMQg0CnB3oAaghBHiIW3jmA=="; }; }; - "@graphql-cli/common-4.0.0" = { + "@graphql-cli/common-4.1.0" = { name = "_at_graphql-cli_slash_common"; packageName = "@graphql-cli/common"; - version = "4.0.0"; + version = "4.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/@graphql-cli/common/-/common-4.0.0.tgz"; - sha512 = "1webMsg9tmVQX9YA1wYeCVxNdWNrCrgVmpD0JyzroSsSEjt5hrHZR2x2vzuHK5CthH9I99GdvRtuMixmd1S9bQ=="; + url = "https://registry.npmjs.org/@graphql-cli/common/-/common-4.1.0.tgz"; + sha512 = "OiP2kHf6eBdENnpmWCLBeWFk6t5+gPLhLBiAVSYreOG/8xhjNSvnvPrOPUqwtD1N21g2X9xKTm4LLc4GIVbufw=="; }; }; - "@graphql-cli/init-4.0.0" = { + "@graphql-cli/init-4.1.0" = { name = "_at_graphql-cli_slash_init"; packageName = "@graphql-cli/init"; - version = "4.0.0"; + version = "4.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/@graphql-cli/init/-/init-4.0.0.tgz"; - sha512 = "oJZb4PScX25ZGObpw9n7/bJBE7R0oF6hJ4ABe+WvMqSCI3kxaReMTgJJNIrxpmbXscxWM8U1ndLefP5IjPcU7Q=="; + url = "https://registry.npmjs.org/@graphql-cli/init/-/init-4.1.0.tgz"; + sha512 = "RNhQk0jMz6fZB4Ilu37PZj6YUQgSEZJrppXlaHpw/xYyDelcjYKZg/z9eMvYo6rxQPR2mGXjoj6by+zew1WgOw=="; }; }; "@graphql-tools/delegate-6.2.4" = { @@ -1732,13 +2146,13 @@ let sha512 = "rh+14lSY1q8IPbEv2J9x8UBFJ5NrDX9W5asXEUlPp+7vraLp/Tiox4GXdgyA92JhwpYco3nTf5Bo2JDMt1KnAQ=="; }; }; - "@graphql-tools/url-loader-6.2.4" = { + "@graphql-tools/url-loader-6.3.0" = { name = "_at_graphql-tools_slash_url-loader"; packageName = "@graphql-tools/url-loader"; - version = "6.2.4"; + version = "6.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-6.2.4.tgz"; - sha512 = "T14Ng02H2gzK5IRVNLKHM1ncQ2d+ou6+twGRNat3ETSP6arkS3jg0LPtJfu+8r6Op/4C3EXM6QbdaSNIkvatAQ=="; + url = "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-6.3.0.tgz"; + sha512 = "lX6A22Rhbqj8FHmkCVSDflolOGy7UtCJGtGbfRuv8/VqD94JfJLnGVFxC1jODURFdj+yrs/97Wm/ntRcpy7nDA=="; }; }; "@graphql-tools/utils-6.2.4" = { @@ -1786,6 +2200,15 @@ let sha512 = "QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ=="; }; }; + "@hapi/address-4.1.0" = { + name = "_at_hapi_slash_address"; + packageName = "@hapi/address"; + version = "4.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@hapi/address/-/address-4.1.0.tgz"; + sha512 = "SkszZf13HVgGmChdHo/PxchnSaCJ6cetVqLzyciudzZRT0jcOouIF/Q93mgjw8cce+D+4F4C1Z/WrfFN+O3VHQ=="; + }; + }; "@hapi/bourne-1.3.2" = { name = "_at_hapi_slash_bourne"; packageName = "@hapi/bourne"; @@ -1795,6 +2218,15 @@ let sha512 = "1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA=="; }; }; + "@hapi/formula-2.0.0" = { + name = "_at_hapi_slash_formula"; + packageName = "@hapi/formula"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@hapi/formula/-/formula-2.0.0.tgz"; + sha512 = "V87P8fv7PI0LH7LiVi8Lkf3x+KCO7pQozXRssAHNXXL9L1K+uyu4XypLXwxqVDKgyQai6qj3/KteNlrqDx4W5A=="; + }; + }; "@hapi/hoek-8.5.1" = { name = "_at_hapi_slash_hoek"; packageName = "@hapi/hoek"; @@ -1804,6 +2236,15 @@ let sha512 = "yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow=="; }; }; + "@hapi/hoek-9.1.0" = { + name = "_at_hapi_slash_hoek"; + packageName = "@hapi/hoek"; + version = "9.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.1.0.tgz"; + sha512 = "i9YbZPN3QgfighY/1X1Pu118VUz2Fmmhd6b2n0/O8YVgGGfw0FbUYoA97k7FkpGJ+pLCFEDLUmAPPV4D1kpeFw=="; + }; + }; "@hapi/joi-15.1.1" = { name = "_at_hapi_slash_joi"; packageName = "@hapi/joi"; @@ -1813,6 +2254,24 @@ let sha512 = "entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ=="; }; }; + "@hapi/joi-17.1.1" = { + name = "_at_hapi_slash_joi"; + packageName = "@hapi/joi"; + version = "17.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz"; + sha512 = "p4DKeZAoeZW4g3u7ZeRo+vCDuSDgSvtsB/NpfjXEHTUjSeINAi/RrVOWiVQ1isaoLzMvFEhe8n5065mQq1AdQg=="; + }; + }; + "@hapi/pinpoint-2.0.0" = { + name = "_at_hapi_slash_pinpoint"; + packageName = "@hapi/pinpoint"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-2.0.0.tgz"; + sha512 = "vzXR5MY7n4XeIvLpfl3HtE3coZYO4raKXW766R6DZw/6aLqR26iuZ109K7a0NtF2Db0jxqh7xz2AxkUwpUFybw=="; + }; + }; "@hapi/topo-3.1.6" = { name = "_at_hapi_slash_topo"; packageName = "@hapi/topo"; @@ -1822,6 +2281,15 @@ let sha512 = "tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ=="; }; }; + "@hapi/topo-5.0.0" = { + name = "_at_hapi_slash_topo"; + packageName = "@hapi/topo"; + version = "5.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@hapi/topo/-/topo-5.0.0.tgz"; + sha512 = "tFJlT47db0kMqVm3H4nQYgn6Pwg10GTZHb1pwmSiv1K4ks6drQOtfEF5ZnPjkvC+y4/bUPHK+bc87QvLcL+WMw=="; + }; + }; "@iarna/toml-2.2.5" = { name = "_at_iarna_slash_toml"; packageName = "@iarna/toml"; @@ -1975,6 +2443,285 @@ let sha512 = "OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw=="; }; }; + "@jimp/bmp-0.9.8" = { + name = "_at_jimp_slash_bmp"; + packageName = "@jimp/bmp"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.9.8.tgz"; + sha512 = "CZYQPEC3iUBMuaGWrtIG+GKNl93q/PkdudrCKJR/B96dfNngsmoosEm3LuFgJHEcJIfvnJkNqKw74l+zEiqCbg=="; + }; + }; + "@jimp/core-0.9.8" = { + name = "_at_jimp_slash_core"; + packageName = "@jimp/core"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/core/-/core-0.9.8.tgz"; + sha512 = "N4GCjcXb0QwR5GBABDK2xQ3cKyaF7LlCYeJEG9mV7G/ynBoRqJe4JA6YKU9Ww9imGkci/4A594nQo8tUIqdcBw=="; + }; + }; + "@jimp/custom-0.9.8" = { + name = "_at_jimp_slash_custom"; + packageName = "@jimp/custom"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/custom/-/custom-0.9.8.tgz"; + sha512 = "1UpJjI7fhX02BWLJ/KEqPwkHH60eNkCNeD6hEd+IZdTwLXfZCfFiM5BVlpgiZYZJSsVoRiAL4ne2Q5mCiKPKyw=="; + }; + }; + "@jimp/gif-0.9.8" = { + name = "_at_jimp_slash_gif"; + packageName = "@jimp/gif"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/gif/-/gif-0.9.8.tgz"; + sha512 = "LEbfpcO1sBJIQCJHchZjNlyNxzPjZQQ4X32klpQHZJG58n9FvL7Uuh1rpkrJRbqv3cU3P0ENNtTrsBDxsYwcfA=="; + }; + }; + "@jimp/jpeg-0.9.8" = { + name = "_at_jimp_slash_jpeg"; + packageName = "@jimp/jpeg"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-0.9.8.tgz"; + sha512 = "5u29SUzbZ32ZMmOaz3gO0hXatwSCnsvEAXRCKZoPPgbsPoyFAiZKVxjfLzjkeQF6awkvJ8hZni5chM15SNMg+g=="; + }; + }; + "@jimp/plugin-blit-0.9.8" = { + name = "_at_jimp_slash_plugin-blit"; + packageName = "@jimp/plugin-blit"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.9.8.tgz"; + sha512 = "6xTDomxJybhBcby1IUVaPydZFhxf+V0DRgfDlVK81kR9kSCoshJpzWqDuWrMqjNEPspPE7jRQwHMs0FdU7mVwQ=="; + }; + }; + "@jimp/plugin-blur-0.9.8" = { + name = "_at_jimp_slash_plugin-blur"; + packageName = "@jimp/plugin-blur"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.9.8.tgz"; + sha512 = "dqbxuNFBRbmt35iIRacdgma7nlXklmPThsKcGWNTDmqb/hniK5IC+0xSPzBV4qMI2fLGP39LWHqqDZ0xDz14dA=="; + }; + }; + "@jimp/plugin-circle-0.9.8" = { + name = "_at_jimp_slash_plugin-circle"; + packageName = "@jimp/plugin-circle"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-0.9.8.tgz"; + sha512 = "+UStXUPCzPqzTixLC8eVqcFcEa6TS+BEM/6/hyM11TDb9sbiMGeUtgpwZP/euR5H5gfpAQDA1Ppzqhh5fuMDlw=="; + }; + }; + "@jimp/plugin-color-0.9.8" = { + name = "_at_jimp_slash_plugin-color"; + packageName = "@jimp/plugin-color"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.9.8.tgz"; + sha512 = "SDHxOQsJHpt75hk6+sSlCPc2B3UJlXosFW+iLZ11xX1Qr0IdDtbfYlIoPmjKQFIDUNzqLSue/z7sKQ1OMZr/QA=="; + }; + }; + "@jimp/plugin-contain-0.9.8" = { + name = "_at_jimp_slash_plugin-contain"; + packageName = "@jimp/plugin-contain"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.9.8.tgz"; + sha512 = "oK52CPt7efozuLYCML7qOmpFeDt3zpU8qq8UZlnjsDs15reU6L8EiUbwYpJvzoEnEOh1ZqamB8F/gymViEO5og=="; + }; + }; + "@jimp/plugin-cover-0.9.8" = { + name = "_at_jimp_slash_plugin-cover"; + packageName = "@jimp/plugin-cover"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.9.8.tgz"; + sha512 = "nnamtHzMrNd5j5HRSPd1VzpZ8v9YYtUJPtvCdHOOiIjqG72jxJ2kTBlsS3oG5XS64h/2MJwpl/fmmMs1Tj1CmQ=="; + }; + }; + "@jimp/plugin-crop-0.9.8" = { + name = "_at_jimp_slash_plugin-crop"; + packageName = "@jimp/plugin-crop"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.9.8.tgz"; + sha512 = "Nv/6AIp4aJmbSIH2uiIqm+kSoShKM8eaX2fyrUTj811kio0hwD3f/vIxrWebvAqwDZjAFIAmMufFoFCVg6caoQ=="; + }; + }; + "@jimp/plugin-displace-0.9.8" = { + name = "_at_jimp_slash_plugin-displace"; + packageName = "@jimp/plugin-displace"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.9.8.tgz"; + sha512 = "0OgPjkOVa2xdbqI8P6gBKX/UK36RbaYVrFyXL8Jy9oNF69+LYWyTskuCu9YbGxzlCVjY/JFqQOvrKDbxgMYAKA=="; + }; + }; + "@jimp/plugin-dither-0.9.8" = { + name = "_at_jimp_slash_plugin-dither"; + packageName = "@jimp/plugin-dither"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.9.8.tgz"; + sha512 = "jGM/4ByniZJnmV2fv8hKwyyydXZe/YzvgBcnB8XxzCq8kVR3Imcn+qnd2PEPZzIPKOTH4Cig/zo9Vk9Bs+m5FQ=="; + }; + }; + "@jimp/plugin-fisheye-0.9.8" = { + name = "_at_jimp_slash_plugin-fisheye"; + packageName = "@jimp/plugin-fisheye"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.9.8.tgz"; + sha512 = "VnsalrD05f4pxG1msjnkwIFi5QveOqRm4y7VkoZKNX+iqs4TvRnH5+HpBnfdMzX/RXBi+Lf/kpTtuZgbOu/QWw=="; + }; + }; + "@jimp/plugin-flip-0.9.8" = { + name = "_at_jimp_slash_plugin-flip"; + packageName = "@jimp/plugin-flip"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.9.8.tgz"; + sha512 = "XbiZ4OfHD6woc0f6Sk7XxB6a7IyMjTRQ4pNU7APjaNxsl3L6qZC8qfCQphWVe3DHx7f3y7jEiPMvNnqRDP1xgA=="; + }; + }; + "@jimp/plugin-gaussian-0.9.8" = { + name = "_at_jimp_slash_plugin-gaussian"; + packageName = "@jimp/plugin-gaussian"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.9.8.tgz"; + sha512 = "ZBl5RA6+4XAD+mtqLfiG7u+qd8W5yqq3RBNca8eFqUSVo1v+eB2tzeLel0CWfVC/z6cw93Awm/nVnm6/CL2Oew=="; + }; + }; + "@jimp/plugin-invert-0.9.8" = { + name = "_at_jimp_slash_plugin-invert"; + packageName = "@jimp/plugin-invert"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.9.8.tgz"; + sha512 = "ESploqCoF6qUv5IWhVLaO5fEcrYZEsAWPFflh6ROiD2mmFKQxfeK+vHnk3IDLHtUwWTkAZQNbk89BVq7xvaNpQ=="; + }; + }; + "@jimp/plugin-mask-0.9.8" = { + name = "_at_jimp_slash_plugin-mask"; + packageName = "@jimp/plugin-mask"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.9.8.tgz"; + sha512 = "zSvEisTV4iGsBReitEdnQuGJq9/1xB5mPATadYZmIlp8r5HpD72HQb0WdEtb51/pu9Odt8KAxUf0ASg/PRVUiQ=="; + }; + }; + "@jimp/plugin-normalize-0.9.8" = { + name = "_at_jimp_slash_plugin-normalize"; + packageName = "@jimp/plugin-normalize"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.9.8.tgz"; + sha512 = "dPFBfwTa67K1tRw1leCidQT25R3ozrTUUOpO4jcGFHqXvBTWaR8sML1qxdfOBWs164mE5YpfdTvu6MM/junvCg=="; + }; + }; + "@jimp/plugin-print-0.9.8" = { + name = "_at_jimp_slash_plugin-print"; + packageName = "@jimp/plugin-print"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.9.8.tgz"; + sha512 = "nLLPv1/faehRsOjecXXUb6kzhRcZzImO55XuFZ0c90ZyoiHm4UFREwO5sKxHGvpLXS6RnkhvSav4+IWD2qGbEQ=="; + }; + }; + "@jimp/plugin-resize-0.9.8" = { + name = "_at_jimp_slash_plugin-resize"; + packageName = "@jimp/plugin-resize"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.9.8.tgz"; + sha512 = "L80NZ+HKsiKFyeDc6AfneC4+5XACrdL2vnyAVfAAsb3pmamgT/jDInWvvGhyI0Y76vx2w6XikplzEznW/QQvWg=="; + }; + }; + "@jimp/plugin-rotate-0.9.8" = { + name = "_at_jimp_slash_plugin-rotate"; + packageName = "@jimp/plugin-rotate"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.9.8.tgz"; + sha512 = "bpqzQheISYnBXKyU1lIj46uR7mRs0UhgEREWK70HnvFJSlRshdcoNMIrKamyrJeFdJrkYPSfR/a6D0d5zsWf1Q=="; + }; + }; + "@jimp/plugin-scale-0.9.8" = { + name = "_at_jimp_slash_plugin-scale"; + packageName = "@jimp/plugin-scale"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.9.8.tgz"; + sha512 = "QU3ZS4Lre8nN66U9dKCOC4FNfaOh/QJFYUmQPKpPS924oYbtnm4OlmsdfpK2hVMSVVyVOis8M+xpA1rDBnIp7w=="; + }; + }; + "@jimp/plugin-shadow-0.9.8" = { + name = "_at_jimp_slash_plugin-shadow"; + packageName = "@jimp/plugin-shadow"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.9.8.tgz"; + sha512 = "t/pE+QS3r1ZUxGIQNmwWDI3c5+/hLU+gxXD+C3EEC47/qk3gTBHpj/xDdGQBoObdT/HRjR048vC2BgBfzjj2hg=="; + }; + }; + "@jimp/plugin-threshold-0.9.8" = { + name = "_at_jimp_slash_plugin-threshold"; + packageName = "@jimp/plugin-threshold"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.9.8.tgz"; + sha512 = "WWmC3lnIwOTPvkKu55w4DUY8Ehlzf3nU98bY0QtIzkqxkAOZU5m+lvgC/JxO5FyGiA57j9FLMIf0LsWkjARj7g=="; + }; + }; + "@jimp/plugins-0.9.8" = { + name = "_at_jimp_slash_plugins"; + packageName = "@jimp/plugins"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.9.8.tgz"; + sha512 = "tD+cxS9SuEZaQ1hhAkNKw9TkUAqfoBAhdWPBrEZDr/GvGPrvJR4pYmmpSYhc5IZmMbXfQayHTTGqjj8D18bToA=="; + }; + }; + "@jimp/png-0.9.8" = { + name = "_at_jimp_slash_png"; + packageName = "@jimp/png"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/png/-/png-0.9.8.tgz"; + sha512 = "9CqR8d40zQCDhbnXHqcwkAMnvlV0vk9xSyE6LHjkYHS7x18Unsz5txQdsaEkEcXxCrOQSoWyITfLezlrWXRJAA=="; + }; + }; + "@jimp/tiff-0.9.8" = { + name = "_at_jimp_slash_tiff"; + packageName = "@jimp/tiff"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.9.8.tgz"; + sha512 = "eMxcpJivJqMByn2dZxUHLeh6qvVs5J/52kBF3TFa3C922OJ97D9l1C1h0WKUCBqFMWzMYapQQ4vwnLgpJ5tkow=="; + }; + }; + "@jimp/types-0.9.8" = { + name = "_at_jimp_slash_types"; + packageName = "@jimp/types"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/types/-/types-0.9.8.tgz"; + sha512 = "H5y/uqt0lqJ/ZN8pWqFG+pv8jPAppMKkTMByuC8YBIjWSsornwv44hjiWl93sbYhduLZY8ubz/CbX9jH2X6EwA=="; + }; + }; + "@jimp/utils-0.9.8" = { + name = "_at_jimp_slash_utils"; + packageName = "@jimp/utils"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/@jimp/utils/-/utils-0.9.8.tgz"; + sha512 = "UK0Fu0eevQlpRXq5ff4o/71HJlpX9wJMddJjMYg9vUqCCl8ZnumRAljfShHFhGyO+Vc9IzN6dd8Y5JZZTp1KOw=="; + }; + }; "@josh-brown/vector-3.4.0" = { name = "_at_josh-brown_slash_vector"; packageName = "@josh-brown/vector"; @@ -1984,15 +2731,6 @@ let sha512 = "E2FcWwiAMXwr4MUv+SkxmtKsgwgaEaCNK7IlyCfQ1Rz1QzeaV36SooA8/GNkLh0WnlIda59WmDDSL7S1S73lUg=="; }; }; - "@kwsites/exec-p-0.4.0" = { - name = "_at_kwsites_slash_exec-p"; - packageName = "@kwsites/exec-p"; - version = "0.4.0"; - src = fetchurl { - url = "https://registry.npmjs.org/@kwsites/exec-p/-/exec-p-0.4.0.tgz"; - sha512 = "44DWNv5gDR9EwrCTVQ4ZC99yPqVS0VCWrYIBl45qNR8XQy+4lbl0IQG8kBDf6NHwj4Ib4c2z1Fq1IUJOCbkZcw=="; - }; - }; "@kwsites/file-exists-1.1.1" = { name = "_at_kwsites_slash_file-exists"; packageName = "@kwsites/file-exists"; @@ -2542,13 +3280,13 @@ let sha512 = "RibeMnDPvlL8bFYW5C8cs4mbI3AHfQef73tnJCQ/SgrXZHehmHnsyWUiE7qDQCAo+B1RfTapvSyFF69iPj326A=="; }; }; - "@microsoft/load-themed-styles-1.10.101" = { + "@microsoft/load-themed-styles-1.10.108" = { name = "_at_microsoft_slash_load-themed-styles"; packageName = "@microsoft/load-themed-styles"; - version = "1.10.101"; + version = "1.10.108"; src = fetchurl { - url = "https://registry.npmjs.org/@microsoft/load-themed-styles/-/load-themed-styles-1.10.101.tgz"; - sha512 = "TERGxGXEmQ6lIQqgR/1MMMJCMXwk5sTN/Nt4PJnw28ZKa7T6mGAzxRDp6QLCxJCqST1YquTJoayv6ELhQSPFlQ=="; + url = "https://registry.npmjs.org/@microsoft/load-themed-styles/-/load-themed-styles-1.10.108.tgz"; + sha512 = "ETEADhZJwttKGPABitB7lDD/22ULL8AG1SKrn9uhYxjF1w1IaS6YS/yCPlDVALeh20zF8LJEEZ2MGb7DgVVYUw=="; }; }; "@mrmlnc/readdir-enhanced-2.2.1" = { @@ -2587,13 +3325,13 @@ let sha512 = "b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg=="; }; }; - "@netlify/build-4.5.2" = { + "@netlify/build-4.8.3" = { name = "_at_netlify_slash_build"; packageName = "@netlify/build"; - version = "4.5.2"; + version = "4.8.3"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/build/-/build-4.5.2.tgz"; - sha512 = "xKhRtqsWSwIFWTZTQCrNu2PBlJ57Lp7VVVwGk6IcJbbIiv5FyfwkjzW7hBcD/b16TFfy2HozLNVJ5KbD/EQ9VA=="; + url = "https://registry.npmjs.org/@netlify/build/-/build-4.8.3.tgz"; + sha512 = "5n/AF34wJIvDLjceB6mlviooF6l3ptgw/h5Y1MTpvmpW5bLv9DiVkPC0pyjlBC5EThmd4gwNmjwybATs24b61w=="; }; }; "@netlify/cache-utils-1.0.3" = { @@ -2614,13 +3352,13 @@ let sha512 = "Z7yzbx5qCX2I5RLlNyo0MMQ6GKJc8o5Nej9yspCavjqgYlUS7VJfbeE67WNxC26FXwDUqq00zJ0MrCS0Un1YOw=="; }; }; - "@netlify/config-2.2.1" = { + "@netlify/config-2.3.2" = { name = "_at_netlify_slash_config"; packageName = "@netlify/config"; - version = "2.2.1"; + version = "2.3.2"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/config/-/config-2.2.1.tgz"; - sha512 = "kYWXTFs05wQeVCYahPPmf8Pf6guoZJC6hEpxoL2uuA/u9xsIA6hQoO1FjBRARiiFeht1hNzpV1L7UOaC0cMF1Q=="; + url = "https://registry.npmjs.org/@netlify/config/-/config-2.3.2.tgz"; + sha512 = "Y0ClAW+EgtbyMae/D1v2JZSIfWMniA7oRgrjkYULYPWdZnLwVsp+3akJ15b6fp79p0vPBZAzHdwJzo8QMuzD8g=="; }; }; "@netlify/functions-utils-1.2.9" = { @@ -2641,22 +3379,22 @@ let sha512 = "rqaCUHlJFYwvcCL8l+wp/YMhGkuXo2ceEf9fpHCN8GFOlU3kSu0NLRlKFohIFk1pdrymG1D3M7Pt+s62EKLjwA=="; }; }; - "@netlify/open-api-0.16.1" = { + "@netlify/open-api-0.18.0" = { name = "_at_netlify_slash_open-api"; packageName = "@netlify/open-api"; - version = "0.16.1"; + version = "0.18.0"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/open-api/-/open-api-0.16.1.tgz"; - sha512 = "lIU1on/4xF+Gz2bpnLry/3E6Ns3ICGgCP62n3LmL3eSKo94wCqiO/9nyq5NILawYVSRUZeIvEVi5DgnVyLWyww=="; + url = "https://registry.npmjs.org/@netlify/open-api/-/open-api-0.18.0.tgz"; + sha512 = "2pgw9SngxtxNcg0g4OJzhHRWmXE/sGpjBn0KfeyKH6kyrY4a3XcKwIZLKuxVLuHxgkpdoBbsFlJBTlsj61g8Dw=="; }; }; - "@netlify/plugin-edge-handlers-1.6.0" = { + "@netlify/plugin-edge-handlers-1.8.0" = { name = "_at_netlify_slash_plugin-edge-handlers"; packageName = "@netlify/plugin-edge-handlers"; - version = "1.6.0"; + version = "1.8.0"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-1.6.0.tgz"; - sha512 = "pm+XQ926g6J1Tl1dzFkxnUiQmWI/j1PIELuGGk4qPiHdM8kXWCEeRkNPRpDtwDmXJUVSVVmJQVFpX5VXJ3ijWg=="; + url = "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-1.8.0.tgz"; + sha512 = "eOU3P8GgRSMKXZWBxMeLZYX3UUwq/w5Hn6BiUyroJ57UkxHFzMsIcsIryt/KW5vKEiLo/pvYZyU0S4WVcbHbWA=="; }; }; "@netlify/run-utils-1.0.1" = { @@ -2803,6 +3541,15 @@ let sha512 = "Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw=="; }; }; + "@npmcli/node-gyp-1.0.1" = { + name = "_at_npmcli_slash_node-gyp"; + packageName = "@npmcli/node-gyp"; + version = "1.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-1.0.1.tgz"; + sha512 = "pBqoKPWmuk9iaEcXlLBVRIA6I1kG9JiICU+sG0NuD6NAR461F+02elHJS4WkQxHW2W5rnsfvP/ClKwmsZ9RaaA=="; + }; + }; "@npmcli/promise-spawn-1.2.0" = { name = "_at_npmcli_slash_promise-spawn"; packageName = "@npmcli/promise-spawn"; @@ -2812,13 +3559,13 @@ let sha512 = "nFtqjVETliApiRdjbYwKwhlSHx2ZMagyj5b9YbNt0BWeeOVxJd47ZVE2u16vxDHyTOZvk+YLV7INwfAE9a2uow=="; }; }; - "@npmcli/run-script-1.6.0" = { + "@npmcli/run-script-1.7.2" = { name = "_at_npmcli_slash_run-script"; packageName = "@npmcli/run-script"; - version = "1.6.0"; + version = "1.7.2"; src = fetchurl { - url = "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.6.0.tgz"; - sha512 = "2BHum2b8MBXkiWGR6c1JOQ+2eAnE8kygwtT8F5bRam7ErDJqxxcHZSksIU6/qxqnA3WuiuyvxNdnptIJr8YQ8Q=="; + url = "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.7.2.tgz"; + sha512 = "EZO9uXrZrfzdIJsNi/WwrP2jt1P0lbFSxOq15ljgYn1/rr4UyQXUKBZRURioFVbUb7Z1BJDEKswnWrtRybZPzw=="; }; }; "@oclif/color-0.1.2" = { @@ -2947,13 +3694,13 @@ let sha512 = "jE/lE/IKIz2v1+/P0u4fJqv0kYwXOTujKemJMFr6FeopsxlIK3+wKDCJGnysg81XID5TgZQbIfuJ5J0lnTiuyQ=="; }; }; - "@octokit/endpoint-6.0.6" = { + "@octokit/endpoint-6.0.8" = { name = "_at_octokit_slash_endpoint"; packageName = "@octokit/endpoint"; - version = "6.0.6"; + version = "6.0.8"; src = fetchurl { - url = "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.6.tgz"; - sha512 = "7Cc8olaCoL/mtquB7j/HTbPM+sY6Ebr4k2X2y4JoXpVKQ7r5xB4iGQE0IoO58wIPsUk4AzoT65AMEpymSbWTgQ=="; + url = "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.8.tgz"; + sha512 = "MuRrgv+bM4Q+e9uEvxAB/Kf+Sj0O2JAOBA131uo1o6lgdq1iS8ejKwtqHgdfY91V3rN9R/hdGKFiQYMzVzVBEQ=="; }; }; "@octokit/plugin-enterprise-rest-6.0.1" = { @@ -3091,13 +3838,22 @@ let sha512 = "USSjRAAQYsZFlv43FUPdD+jEGML5/8oLF0rUzPQTtK4q9kvaXr49F5ZplyLz5lox78cLZ0TxN2bIDQ1xhOkulQ=="; }; }; - "@prettier/plugin-pug-1.7.0" = { + "@pmmmwh/react-refresh-webpack-plugin-0.3.3" = { + name = "_at_pmmmwh_slash_react-refresh-webpack-plugin"; + packageName = "@pmmmwh/react-refresh-webpack-plugin"; + version = "0.3.3"; + src = fetchurl { + url = "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.3.tgz"; + sha512 = "uc6FmPEegAZawSHjUMFQwU7EjaDn7zy1iD/KD/wBROL9F4378OES8MKMYHoRAKT61Fk7LxVKZSDR5VespMQiqw=="; + }; + }; + "@prettier/plugin-pug-1.8.1" = { name = "_at_prettier_slash_plugin-pug"; packageName = "@prettier/plugin-pug"; - version = "1.7.0"; + version = "1.8.1"; src = fetchurl { - url = "https://registry.npmjs.org/@prettier/plugin-pug/-/plugin-pug-1.7.0.tgz"; - sha512 = "iv1m8Qrsd1R+m1t4k2i81m2cDiuteB2z3IMyO792WgctyjSeWselFfwKdwBDO4l+4U+HU9b1MvckDL+aAaD9cg=="; + url = "https://registry.npmjs.org/@prettier/plugin-pug/-/plugin-pug-1.8.1.tgz"; + sha512 = "lXyGIECz6XsggTNfjqaQxeOB4PqoAL2pmhJ7koV7ibKA3JPlQeEkk91PcnUsSNFyFtLzfFBwaHepoBmJb5FNWQ=="; }; }; "@primer/octicons-11.0.0" = { @@ -3199,6 +3955,51 @@ let sha1 = "a777360b5b39a1a2e5106f8e858f2fd2d060c570"; }; }; + "@react-native-community/cli-debugger-ui-4.9.0" = { + name = "_at_react-native-community_slash_cli-debugger-ui"; + packageName = "@react-native-community/cli-debugger-ui"; + version = "4.9.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.9.0.tgz"; + sha512 = "fBFGamHm4VUrDqkBGnsrwQL8OC6Om7K6EBQb4xj0nWekpXt1HSa3ScylYHTTWwYcpRf9htGMRGiv4dQDY/odAw=="; + }; + }; + "@react-native-community/cli-platform-android-4.13.0" = { + name = "_at_react-native-community_slash_cli-platform-android"; + packageName = "@react-native-community/cli-platform-android"; + version = "4.13.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-4.13.0.tgz"; + sha512 = "3i8sX8GklEytUZwPnojuoFbCjIRzMugCdzDIdZ9UNmi/OhD4/8mLGO0dgXfT4sMWjZwu3qjy45sFfk2zOAgHbA=="; + }; + }; + "@react-native-community/cli-platform-ios-4.13.0" = { + name = "_at_react-native-community_slash_cli-platform-ios"; + packageName = "@react-native-community/cli-platform-ios"; + version = "4.13.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.13.0.tgz"; + sha512 = "6THlTu8zp62efkzimfGr3VIuQJ2514o+vScZERJCV1xgEi8XtV7mb/ZKt9o6Y9WGxKKkc0E0b/aVAtgy+L27CA=="; + }; + }; + "@react-native-community/cli-server-api-4.9.0" = { + name = "_at_react-native-community_slash_cli-server-api"; + packageName = "@react-native-community/cli-server-api"; + version = "4.9.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-4.9.0.tgz"; + sha512 = "lKBIXJjFLyu4+6Vhhj/QzD41aQGkVi8xWLqTYCgi26d61kjLuuZs0Xer02DPJK3+YADKExVdWrJzVHfJ7zYlTA=="; + }; + }; + "@react-native-community/cli-tools-4.13.0" = { + name = "_at_react-native-community_slash_cli-tools"; + packageName = "@react-native-community/cli-tools"; + version = "4.13.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-4.13.0.tgz"; + sha512 = "s4f489h5+EJksn4CfheLgv5PGOM0CDmK1UEBLw2t/ncWs3cW2VI7vXzndcd/WJHTv3GntJhXDcJMuL+Z2IAOgg=="; + }; + }; "@rollup/plugin-babel-5.2.1" = { name = "_at_rollup_slash_plugin-babel"; packageName = "@rollup/plugin-babel"; @@ -3226,6 +4027,15 @@ let sha512 = "xCQqz4z/o0h2syQ7d9LskIMvBSH4PX5PjYdpSSvgS+pQik3WahkQVNWg3D8XJeYjZoVWnIUQYDghuEMRGrmQYQ=="; }; }; + "@rollup/plugin-inject-4.0.2" = { + name = "_at_rollup_slash_plugin-inject"; + packageName = "@rollup/plugin-inject"; + version = "4.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-4.0.2.tgz"; + sha512 = "TSLMA8waJ7Dmgmoc8JfPnwUwVZgLjjIAM6MqeIFqPO2ODK36JqE0Cf2F54UTgCUuW8da93Mvoj75a6KAVWgylw=="; + }; + }; "@rollup/plugin-json-4.1.0" = { name = "_at_rollup_slash_plugin-json"; packageName = "@rollup/plugin-json"; @@ -3280,13 +4090,13 @@ let sha512 = "c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ=="; }; }; - "@schematics/angular-10.1.3" = { + "@schematics/angular-10.1.4" = { name = "_at_schematics_slash_angular"; packageName = "@schematics/angular"; - version = "10.1.3"; + version = "10.1.4"; src = fetchurl { - url = "https://registry.npmjs.org/@schematics/angular/-/angular-10.1.3.tgz"; - sha512 = "X3tNnpfF/jkl1KcyCC8PaOYogQlTZ9s7Yuz0va0DAVOptIqorpf8e6+lY0PPLKshaK9TSiFUcQ8SYYnjAVKcdA=="; + url = "https://registry.npmjs.org/@schematics/angular/-/angular-10.1.4.tgz"; + sha512 = "MWxyrKEiXqNCZ0Uh3zM/iWouQTOWalGy2gFn6Fx6UBgm7nPYgeXoX7wYiCAKIryoehaOFfs/Pw3zfCGgp/gUOw=="; }; }; "@schematics/schematics-0.1000.7" = { @@ -3298,13 +4108,22 @@ let sha512 = "mucBf5EkhME9O0TvxPeiUTEuudRvEOSjhF/YFHEp/9NZB1JH9lXtBQ60IN6xtCLEbxJmAzhZSns9QPPrHaZRrw=="; }; }; - "@schematics/update-0.1001.3" = { + "@schematics/update-0.1001.4" = { name = "_at_schematics_slash_update"; packageName = "@schematics/update"; - version = "0.1001.3"; + version = "0.1001.4"; src = fetchurl { - url = "https://registry.npmjs.org/@schematics/update/-/update-0.1001.3.tgz"; - sha512 = "ah4YHjEXACmpX0i3cAn5OguH5S430HD+zbxlMu4AC93A8W52ll97vqvUVF8NLZ6RKcOV/8tXmzgzvJDe07i8yQ=="; + url = "https://registry.npmjs.org/@schematics/update/-/update-0.1001.4.tgz"; + sha512 = "E2xIPWQoHgv+CRAYWV0LSNoa8JmOcgyxlrQvn44f6A80ySNDyrfcRP8VNzpk1UnGkBcjwEVhYeLuY+F0aguC3g=="; + }; + }; + "@segment/loosely-validate-event-2.0.0" = { + name = "_at_segment_slash_loosely-validate-event"; + packageName = "@segment/loosely-validate-event"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@segment/loosely-validate-event/-/loosely-validate-event-2.0.0.tgz"; + sha512 = "ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw=="; }; }; "@serverless/cli-1.5.2" = { @@ -3550,22 +4369,13 @@ let sha512 = "nI7ELxukf7pT4/VraL4iabtNNMz8mUo7EXlqCFld8O5z6mIMLX9llps24iPpaIZOwArkY3FWA+4t+ixyvtTSIA=="; }; }; - "@snyk/java-call-graph-builder-1.13.2" = { + "@snyk/java-call-graph-builder-1.16.0" = { name = "_at_snyk_slash_java-call-graph-builder"; packageName = "@snyk/java-call-graph-builder"; - version = "1.13.2"; + version = "1.16.0"; src = fetchurl { - url = "https://registry.npmjs.org/@snyk/java-call-graph-builder/-/java-call-graph-builder-1.13.2.tgz"; - sha512 = "YN3a93ttscqFQRUeThrxa7i2SJkFPfYn0VpFqdPB6mIJz2fRVLxUkMtlCbG0aSEUvWiLnGVHN0IYxwWEzhq11w=="; - }; - }; - "@snyk/java-call-graph-builder-1.14.0" = { - name = "_at_snyk_slash_java-call-graph-builder"; - packageName = "@snyk/java-call-graph-builder"; - version = "1.14.0"; - src = fetchurl { - url = "https://registry.npmjs.org/@snyk/java-call-graph-builder/-/java-call-graph-builder-1.14.0.tgz"; - sha512 = "EuqY22cxCoU+Ze+3KFLR/kFnL2UBOipAUX+39iNXUMTJal3LqN9RIvYGjpUjzecSMRhGyCLRnuizH/NxluhgvA=="; + url = "https://registry.npmjs.org/@snyk/java-call-graph-builder/-/java-call-graph-builder-1.16.0.tgz"; + sha512 = "bHbBR7NKCxLPxlsSdJ2pn2gBSfguBr9SAdo/2re9bEvHO/0hTefQiS0h/EJ4OpMCJbPyUN1BW4eaFq00MzgMtA=="; }; }; "@snyk/rpm-parser-2.0.0" = { @@ -3694,6 +4504,24 @@ let sha512 = "vA/p1LTVfuK8dP+EhBglMS7ll3dZahBjnvjwUiJ8NNUCqH5pSAj3tcRtOG3k7k1Wx1hWHJpGgZVj0VNQIo99bA=="; }; }; + "@stylelint/postcss-css-in-js-0.37.2" = { + name = "_at_stylelint_slash_postcss-css-in-js"; + packageName = "@stylelint/postcss-css-in-js"; + version = "0.37.2"; + src = fetchurl { + url = "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz"; + sha512 = "nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA=="; + }; + }; + "@stylelint/postcss-markdown-0.36.1" = { + name = "_at_stylelint_slash_postcss-markdown"; + packageName = "@stylelint/postcss-markdown"; + version = "0.36.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.1.tgz"; + sha512 = "iDxMBWk9nB2BPi1VFQ+Dc5+XpvODBHw2n3tYpaBZuEAFQlbtF9If0Qh5LTTwSi/XwdbJ2jt+0dis3i8omyggpw=="; + }; + }; "@szmarczak/http-timer-1.1.2" = { name = "_at_szmarczak_slash_http-timer"; packageName = "@szmarczak/http-timer"; @@ -3991,13 +4819,13 @@ let sha512 = "d/aS/lPOnUSruPhgNtT8jW39fHRVTLQy9sodysP1kkG8EdAtdZu1vt8NJaYA8w/6Z9j8izkAsx1A/yJhcYR1CA=="; }; }; - "@types/color-name-1.1.1" = { - name = "_at_types_slash_color-name"; - packageName = "@types/color-name"; - version = "1.1.1"; + "@types/configstore-2.1.1" = { + name = "_at_types_slash_configstore"; + packageName = "@types/configstore"; + version = "2.1.1"; src = fetchurl { - url = "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz"; - sha512 = "rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="; + url = "https://registry.npmjs.org/@types/configstore/-/configstore-2.1.1.tgz"; + sha1 = "cd1e8553633ad3185c3f2f239ecff5d2643e92b6"; }; }; "@types/connect-3.4.33" = { @@ -4045,6 +4873,15 @@ let sha512 = "sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ=="; }; }; + "@types/debug-0.0.30" = { + name = "_at_types_slash_debug"; + packageName = "@types/debug"; + version = "0.0.30"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/debug/-/debug-0.0.30.tgz"; + sha512 = "orGL5LXERPYsLov6CWs3Fh6203+dXzJkR7OnddIr2514Hsecwc8xRpzCapshBbKFImCsvS/mk6+FWiN5LyZJAQ=="; + }; + }; "@types/debug-4.1.5" = { name = "_at_types_slash_debug"; packageName = "@types/debug"; @@ -4117,6 +4954,15 @@ let sha512 = "jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g=="; }; }; + "@types/events-3.0.0" = { + name = "_at_types_slash_events"; + packageName = "@types/events"; + version = "3.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz"; + sha512 = "EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g=="; + }; + }; "@types/express-4.17.7" = { name = "_at_types_slash_express"; packageName = "@types/express"; @@ -4171,6 +5017,24 @@ let sha512 = "FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ=="; }; }; + "@types/get-port-3.2.0" = { + name = "_at_types_slash_get-port"; + packageName = "@types/get-port"; + version = "3.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/get-port/-/get-port-3.2.0.tgz"; + sha512 = "TiNg8R1kjDde5Pub9F9vCwZA/BNW9HeXP5b9j7Qucqncy/McfPZ6xze/EyBdXS5FhMIGN6Fx3vg75l5KHy3V1Q=="; + }; + }; + "@types/glob-5.0.36" = { + name = "_at_types_slash_glob"; + packageName = "@types/glob"; + version = "5.0.36"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/glob/-/glob-5.0.36.tgz"; + sha512 = "KEzSKuP2+3oOjYYjujue6Z3Yqis5HKA1BsIC+jZ1v3lrRNdsqyNNtX0rQf6LSuI4DJJ2z5UV//zBZCcvM0xikg=="; + }; + }; "@types/glob-7.1.3" = { name = "_at_types_slash_glob"; packageName = "@types/glob"; @@ -4234,6 +5098,15 @@ let sha512 = "OW/D8GqCyQtH8F7xDdDxzPJTBgknZeZhlCakUcBCya2rYPRN53F+0YJVwSPyiyAhrknnjkl3P9qVk0oBI4S1qw=="; }; }; + "@types/html-minifier-terser-5.1.1" = { + name = "_at_types_slash_html-minifier-terser"; + packageName = "@types/html-minifier-terser"; + version = "5.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz"; + sha512 = "giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA=="; + }; + }; "@types/http-assert-1.5.1" = { name = "_at_types_slash_http-assert"; packageName = "@types/http-assert"; @@ -4306,13 +5179,13 @@ let sha512 = "P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw=="; }; }; - "@types/jquery-3.5.1" = { + "@types/jquery-3.5.2" = { name = "_at_types_slash_jquery"; packageName = "@types/jquery"; - version = "3.5.1"; + version = "3.5.2"; src = fetchurl { - url = "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.1.tgz"; - sha512 = "Tyctjh56U7eX2b9udu3wG853ASYP0uagChJcQJXLUXEU6C/JiW5qt5dl8ao01VRj1i5pgXPAf8f1mq4+FDLRQg=="; + url = "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.2.tgz"; + sha512 = "+MFOdKF5Zr41t3y2wfzJvK1PrUK0KtPLAFwYownp/0nCoMIANDDu5aFSpWfb8S0ZajCSNeaBnMrBGxksXK5yeg=="; }; }; "@types/js-yaml-3.12.5" = { @@ -4513,13 +5386,13 @@ let sha512 = "1GJnq7RwuFPRicMHdT53vza5v39nep9OKIbozxNUpFXP04CydcdWrqpZQ+MlVdlLFCisWnnt09xughajjWpFsw=="; }; }; - "@types/node-10.17.35" = { + "@types/node-10.17.37" = { name = "_at_types_slash_node"; packageName = "@types/node"; - version = "10.17.35"; + version = "10.17.37"; src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-10.17.35.tgz"; - sha512 = "gXx7jAWpMddu0f7a+L+txMplp3FnHl53OhQIF9puXKq3hDGY/GjH+MF04oWnV/adPSCrbtHumDCFwzq2VhltWA=="; + url = "https://registry.npmjs.org/@types/node/-/node-10.17.37.tgz"; + sha512 = "4c38N7p9k9yqdcANh/WExTahkBgOTmggCyrTvVcbE8ByqO3g8evt/407v/I4X/gdfUkIyZBSQh/Rc3tvuwlVGw=="; }; }; "@types/node-12.7.12" = { @@ -4531,13 +5404,13 @@ let sha512 = "KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ=="; }; }; - "@types/node-13.13.21" = { + "@types/node-13.13.23" = { name = "_at_types_slash_node"; packageName = "@types/node"; - version = "13.13.21"; + version = "13.13.23"; src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-13.13.21.tgz"; - sha512 = "tlFWakSzBITITJSxHV4hg4KvrhR/7h3xbJdSFbYJBVzKubrASbnnIFuSgolUh7qKGo/ZeJPKUfbZ0WS6Jp14DQ=="; + url = "https://registry.npmjs.org/@types/node/-/node-13.13.23.tgz"; + sha512 = "L31WmMJYKb15PDqFWutn8HNwrNK6CE6bkWgSB0dO1XpNoHrszVKV1Clcnfgd6c/oG54TVF8XQEvY2gQrW8K6Mw=="; }; }; "@types/node-14.0.26" = { @@ -4549,13 +5422,13 @@ let sha512 = "W+fpe5s91FBGE0pEa0lnqGLL4USgpLgs4nokw16SrBBco/gQxuua7KnArSEOd5iaMqbbSHV10vUDkJYJJqpXKA=="; }; }; - "@types/node-14.11.2" = { + "@types/node-14.11.5" = { name = "_at_types_slash_node"; packageName = "@types/node"; - version = "14.11.2"; + version = "14.11.5"; src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-14.11.2.tgz"; - sha512 = "jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA=="; + url = "https://registry.npmjs.org/@types/node/-/node-14.11.5.tgz"; + sha512 = "jVFzDV6NTbrLMxm4xDSIW/gKnk8rQLF9wAzLWIOg+5nU6ACrIMndeBdXci0FGtqJbP9tQvm6V39eshc96TO2wQ=="; }; }; "@types/node-6.14.12" = { @@ -4576,6 +5449,15 @@ let sha512 = "/EwBIb+imu8Qi/A3NF9sJ9iuKo7yV+pryqjmeRqaU0C4wBAOhas5mdvoYeJ5PCKrh6thRSJHdoasFqh3BQGILA=="; }; }; + "@types/node-9.6.59" = { + name = "_at_types_slash_node"; + packageName = "@types/node"; + version = "9.6.59"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/node/-/node-9.6.59.tgz"; + sha512 = "TX/dHK9lFrXoMFtHdF3oyEw6EpfYfu+8AZ1zP6Oj3rOiQGbit2rgQlJzvBRx712b9ReaCfkSNPRXYzZDYI4YSw=="; + }; + }; "@types/node-fetch-2.5.7" = { name = "_at_types_slash_node-fetch"; packageName = "@types/node-fetch"; @@ -4702,6 +5584,24 @@ let sha512 = "85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA=="; }; }; + "@types/retry-0.12.0" = { + name = "_at_types_slash_retry"; + packageName = "@types/retry"; + version = "0.12.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz"; + sha512 = "wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="; + }; + }; + "@types/rimraf-2.0.4" = { + name = "_at_types_slash_rimraf"; + packageName = "@types/rimraf"; + version = "2.0.4"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/rimraf/-/rimraf-2.0.4.tgz"; + sha512 = "8gBudvllD2A/c0CcEX/BivIDorHFt5UI5m46TsNj8DjWCCTTZT74kEe4g+QsY7P/B9WdO98d82zZgXO/RQzu2Q=="; + }; + }; "@types/semver-5.5.0" = { name = "_at_types_slash_semver"; packageName = "@types/semver"; @@ -4783,6 +5683,15 @@ let sha512 = "W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA=="; }; }; + "@types/text-table-0.2.1" = { + name = "_at_types_slash_text-table"; + packageName = "@types/text-table"; + version = "0.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/text-table/-/text-table-0.2.1.tgz"; + sha512 = "dchbFCWfVgUSWEvhOkXGS7zjm+K7jCUvGrQkAHPk2Fmslfofp4HQTH2pqnQ3Pw5GPYv0zWa2AQjKtsfZThuemQ=="; + }; + }; "@types/through-0.0.30" = { name = "_at_types_slash_through"; packageName = "@types/through"; @@ -4792,6 +5701,15 @@ let sha512 = "FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg=="; }; }; + "@types/tmp-0.0.33" = { + name = "_at_types_slash_tmp"; + packageName = "@types/tmp"; + version = "0.0.33"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/tmp/-/tmp-0.0.33.tgz"; + sha1 = "1073c4bc824754ae3d10cfab88ab0237ba964e4d"; + }; + }; "@types/tough-cookie-4.0.0" = { name = "_at_types_slash_tough-cookie"; packageName = "@types/tough-cookie"; @@ -4864,13 +5782,22 @@ let sha512 = "2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA=="; }; }; - "@types/webpack-sources-1.4.2" = { + "@types/webpack-4.41.22" = { + name = "_at_types_slash_webpack"; + packageName = "@types/webpack"; + version = "4.41.22"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.22.tgz"; + sha512 = "JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ=="; + }; + }; + "@types/webpack-sources-2.0.0" = { name = "_at_types_slash_webpack-sources"; packageName = "@types/webpack-sources"; - version = "1.4.2"; + version = "2.0.0"; src = fetchurl { - url = "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-1.4.2.tgz"; - sha512 = "77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw=="; + url = "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.0.0.tgz"; + sha512 = "a5kPx98CNFRKQ+wqawroFunvFqv7GHm/3KOI52NY9xWADgc8smu4R6prt4EU/M4QfVjvgBkMqU4fBhw3QfMVkg=="; }; }; "@types/websocket-1.0.1" = { @@ -5008,22 +5935,22 @@ let sha512 = "9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ=="; }; }; - "@uifabric/foundation-7.9.9" = { + "@uifabric/foundation-7.9.10" = { name = "_at_uifabric_slash_foundation"; packageName = "@uifabric/foundation"; - version = "7.9.9"; + version = "7.9.10"; src = fetchurl { - url = "https://registry.npmjs.org/@uifabric/foundation/-/foundation-7.9.9.tgz"; - sha512 = "cpFsDrHIG3f952+WsBCLLPKT+06ywoMBTi0Z42KFBxAeQjFfJFZ4YnHRztXZMrFbwHsvokzV8GmOm+Nc2kectQ=="; + url = "https://registry.npmjs.org/@uifabric/foundation/-/foundation-7.9.10.tgz"; + sha512 = "DeKN+beoqn6HsMW+Ezici1umj7j8aaNykOhLjqg11XRevJh7ifKQOrpePXM+m13B2VAdm2nPyfO3d7eYFvu7Zw=="; }; }; - "@uifabric/icons-7.5.8" = { + "@uifabric/icons-7.5.9" = { name = "_at_uifabric_slash_icons"; packageName = "@uifabric/icons"; - version = "7.5.8"; + version = "7.5.9"; src = fetchurl { - url = "https://registry.npmjs.org/@uifabric/icons/-/icons-7.5.8.tgz"; - sha512 = "3YIp2nKHpuKeqPQnyOUPUvoKq18N81t1+2c/NVJXnlSOP4VyEy9PC2JXCmxoZZOdrGKwQ1Is99PfLY0XsIssEQ=="; + url = "https://registry.npmjs.org/@uifabric/icons/-/icons-7.5.9.tgz"; + sha512 = "kiFw2hm2++OwcVT8ZkHm/UIsyA+4CXBgttmtMaEXMB6/VSt6mfAc+3gs0ehnfXbrBTLUIM9omxXUrrtULSWLTw=="; }; }; "@uifabric/merge-styles-7.19.1" = { @@ -5035,13 +5962,13 @@ let sha512 = "yqUwmk62Kgu216QNPE9vOfS3h0kiSbTvoqM5QcZi+IzpqsBOlzZx3A9Er9UiDaqHRd5lsYF5pO/jeUULmBWF/A=="; }; }; - "@uifabric/react-hooks-7.13.5" = { + "@uifabric/react-hooks-7.13.6" = { name = "_at_uifabric_slash_react-hooks"; packageName = "@uifabric/react-hooks"; - version = "7.13.5"; + version = "7.13.6"; src = fetchurl { - url = "https://registry.npmjs.org/@uifabric/react-hooks/-/react-hooks-7.13.5.tgz"; - sha512 = "5Ucq3wH5bZud/TCKZE6IS+v1XpaxP65iiSk3ZxPi+RAi5Gt8NeKwmaMZTPWgLrRjkOTwy59jR4dJ6MzZVmSe7A=="; + url = "https://registry.npmjs.org/@uifabric/react-hooks/-/react-hooks-7.13.6.tgz"; + sha512 = "DvfphxrTsjo3oYioRZ0D8mXdpxWQhhIHeWk1cfdq0MVGqRyKM+cm++9pJpvItFvnTNba38jzKdggqRSUWi+clg=="; }; }; "@uifabric/set-version-7.0.23" = { @@ -5053,58 +5980,67 @@ let sha512 = "9E+YKtnH2kyMKnK9XZZsqyM8OCxEJIIfxtaThTlQpYOzrWAGJxQADFbZ7+Usi0U2xHnWNPFROjq+B9ocEzhqMA=="; }; }; - "@uifabric/styling-7.16.9" = { + "@uifabric/styling-7.16.10" = { name = "_at_uifabric_slash_styling"; packageName = "@uifabric/styling"; - version = "7.16.9"; + version = "7.16.10"; src = fetchurl { - url = "https://registry.npmjs.org/@uifabric/styling/-/styling-7.16.9.tgz"; - sha512 = "vouh7WeayCWvjbCo4VlqJfEYRvkRwq2fL9YyicPIJomIvKxs9lmkJJP+drUOxX78TV9DoGIMnbr+DMFpNsGcdA=="; + url = "https://registry.npmjs.org/@uifabric/styling/-/styling-7.16.10.tgz"; + sha512 = "qhTJME41VM63paw690xp9SxD3NJP7a4YGUQTifLU0q2GM0e7AMQVDPQ+Cd8Fv9YBS1lJKHi069hVRwSfBejlwg=="; }; }; - "@uifabric/utilities-7.32.3" = { + "@uifabric/utilities-7.32.4" = { name = "_at_uifabric_slash_utilities"; packageName = "@uifabric/utilities"; - version = "7.32.3"; + version = "7.32.4"; src = fetchurl { - url = "https://registry.npmjs.org/@uifabric/utilities/-/utilities-7.32.3.tgz"; - sha512 = "H0SWX6X0yZAd1XcdS/ZcPLKw3BWnT6/4eavVOD0NdWO+Dd168exfMHmV/nwgJ1yJjsUsG1o7x7x22QPRl6NQ6Q=="; + url = "https://registry.npmjs.org/@uifabric/utilities/-/utilities-7.32.4.tgz"; + sha512 = "IKZc03uyfTrgcCGSPAUWfFl9CyxzpSrxrYwAuO4NgDEySdOlkYBRwsRUh6UwWfM+sJdhg7Y3nupzNU3VSC/arg=="; }; }; - "@vue/cli-shared-utils-4.5.6" = { + "@ungap/from-entries-0.2.1" = { + name = "_at_ungap_slash_from-entries"; + packageName = "@ungap/from-entries"; + version = "0.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@ungap/from-entries/-/from-entries-0.2.1.tgz"; + sha512 = "CAqefTFAfnUPwYqsWHXpOxHaq1Zo5UQ3m9Zm2p09LggGe57rqHoBn3c++xcoomzXKynAUuiBMDUCQvKMnXjUpA=="; + }; + }; + "@vue/cli-shared-utils-4.5.7" = { name = "_at_vue_slash_cli-shared-utils"; packageName = "@vue/cli-shared-utils"; - version = "4.5.6"; + version = "4.5.7"; src = fetchurl { - url = "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.5.6.tgz"; - sha512 = "p6ePDlEa7Xc0GEt99KDOCwPZtR7UnoEaZLMfwPYU5LAWkdCmtAw8HPAY/WWcjtoiaAkY4k9tz7ZehQasZ9mJxg=="; + url = "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.5.7.tgz"; + sha512 = "oicFfx9PvgupxN/LW0s2ktdn1U6bBu8J4lPcW2xj6TtTWUkkxwzis4Tm+XOvgvZnu44+d7216y0Y4TX90q645w=="; }; }; - "@vue/cli-ui-4.5.6" = { + "@vue/cli-ui-4.5.7" = { name = "_at_vue_slash_cli-ui"; packageName = "@vue/cli-ui"; - version = "4.5.6"; + version = "4.5.7"; src = fetchurl { - url = "https://registry.npmjs.org/@vue/cli-ui/-/cli-ui-4.5.6.tgz"; - sha512 = "AmirESDgjeeTIvFc/OgQeNtYh1cfollyFdF3JSGaAy27rJJlbWfYRgHJoPFp7SD61FQQuqE+TOyiNjplHHt/Rg=="; + url = "https://registry.npmjs.org/@vue/cli-ui/-/cli-ui-4.5.7.tgz"; + sha512 = "3K+KGGOtkpxpvrkq1Q7FAo1i4CmzCyB6MtOrs5rU6Uqt8eZUjdBu7m7ElsIDRNvprAERKmarTyu89ErgxrkC4g=="; }; }; - "@vue/cli-ui-addon-webpack-4.5.6" = { + "@vue/cli-ui-addon-webpack-4.5.7" = { name = "_at_vue_slash_cli-ui-addon-webpack"; packageName = "@vue/cli-ui-addon-webpack"; - version = "4.5.6"; + version = "4.5.7"; src = fetchurl { - url = "https://registry.npmjs.org/@vue/cli-ui-addon-webpack/-/cli-ui-addon-webpack-4.5.6.tgz"; - sha512 = "wjgzU4+cl93YXDrnSdZQmYRHyvCSgq24wPQFsfdXrobfP6a76wx+QedrLm7o2o0/BCHNCkDrTQLHxHvPiVm9PA=="; + url = "https://registry.npmjs.org/@vue/cli-ui-addon-webpack/-/cli-ui-addon-webpack-4.5.7.tgz"; + sha512 = "FTB7Oc+IXFuDPA7Q8m3bY0c70+J/wJbBFUZyqFDdSRgd09t3sG3PJ9/4jzW5KJKyBB2uyttvhk1atZuNPuUNaw=="; }; }; - "@vue/cli-ui-addon-widgets-4.5.6" = { + "@vue/cli-ui-addon-widgets-4.5.7" = { name = "_at_vue_slash_cli-ui-addon-widgets"; packageName = "@vue/cli-ui-addon-widgets"; - version = "4.5.6"; + version = "4.5.7"; src = fetchurl { - url = "https://registry.npmjs.org/@vue/cli-ui-addon-widgets/-/cli-ui-addon-widgets-4.5.6.tgz"; - sha512 = "4Lpf59lr0pycIzKdTlZsgubJxCHDkAqcc4I60Gp6rggueksuhz2q3rAp7kfxwCzaZlAXXsqy6hoeyj+3sukqDQ=="; + url = "https://registry.npmjs.org/@vue/cli-ui-addon-widgets/-/cli-ui-addon-widgets-4.5.7.tgz"; + sha512 = "9EyKQKj/KhRcReWHa8G4j5d6YG/+dUppHo1IjeTbAhRdFmPgVJ3B51y+epK136s8KqS9p/bcsXXuIs8gZIxcjw=="; }; }; "@vue/compiler-core-3.0.0" = { @@ -5197,6 +6133,15 @@ let sha512 = "C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA=="; }; }; + "@webassemblyjs/ast-1.9.1" = { + name = "_at_webassemblyjs_slash_ast"; + packageName = "@webassemblyjs/ast"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.1.tgz"; + sha512 = "uMu1nCWn2Wxyy126LlGqRVlhdTOsO/bsBRI4dNq3+6SiSuRKRQX6ejjKgh82LoGAPSq72lDUiQ4FWVaf0PecYw=="; + }; + }; "@webassemblyjs/floating-point-hex-parser-1.8.1" = { name = "_at_webassemblyjs_slash_floating-point-hex-parser"; packageName = "@webassemblyjs/floating-point-hex-parser"; @@ -5215,6 +6160,15 @@ let sha512 = "TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA=="; }; }; + "@webassemblyjs/floating-point-hex-parser-1.9.1" = { + name = "_at_webassemblyjs_slash_floating-point-hex-parser"; + packageName = "@webassemblyjs/floating-point-hex-parser"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.1.tgz"; + sha512 = "5VEKu024RySmLKTTBl9q1eO/2K5jk9ZS+2HXDBLA9s9p5IjkaXxWiDb/+b7wSQp6FRdLaH1IVGIfOex58Na2pg=="; + }; + }; "@webassemblyjs/helper-api-error-1.8.1" = { name = "_at_webassemblyjs_slash_helper-api-error"; packageName = "@webassemblyjs/helper-api-error"; @@ -5233,6 +6187,15 @@ let sha512 = "NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw=="; }; }; + "@webassemblyjs/helper-api-error-1.9.1" = { + name = "_at_webassemblyjs_slash_helper-api-error"; + packageName = "@webassemblyjs/helper-api-error"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.1.tgz"; + sha512 = "y1lGmfm38djrScwpeL37rRR9f1D6sM8RhMpvM7CYLzOlHVboouZokXK/G88BpzW0NQBSvCCOnW5BFhten4FPfA=="; + }; + }; "@webassemblyjs/helper-buffer-1.8.1" = { name = "_at_webassemblyjs_slash_helper-buffer"; packageName = "@webassemblyjs/helper-buffer"; @@ -5269,22 +6232,31 @@ let sha512 = "ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA=="; }; }; - "@webassemblyjs/helper-compiler-1.9.0" = { - name = "_at_webassemblyjs_slash_helper-compiler"; - packageName = "@webassemblyjs/helper-compiler"; - version = "1.9.0"; + "@webassemblyjs/helper-code-frame-1.9.1" = { + name = "_at_webassemblyjs_slash_helper-code-frame"; + packageName = "@webassemblyjs/helper-code-frame"; + version = "1.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/@webassemblyjs/helper-compiler/-/helper-compiler-1.9.0.tgz"; - sha512 = "Gm32kroeSnrlIm9jZfW6m9weOkOyazvtDgZLjiepkKwWfdAAzseERKjmnsldlHxSVtEfP+CHxJAQePQEr40EcA=="; + url = "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.1.tgz"; + sha512 = "ZQ2ZT6Evk4DPIfD+92AraGYaFIqGm4U20e7FpXwl7WUo2Pn1mZ1v8VGH8i+Y++IQpxPbQo/UyG0Khs7eInskzA=="; }; }; - "@webassemblyjs/helper-flatten-ast-1.9.0" = { + "@webassemblyjs/helper-compiler-1.9.1" = { + name = "_at_webassemblyjs_slash_helper-compiler"; + packageName = "@webassemblyjs/helper-compiler"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/helper-compiler/-/helper-compiler-1.9.1.tgz"; + sha512 = "Qad79JaN6Qgv+lWd3sLqt206o6WRne5AynNPuLQlTlvDh8P/QsqVzf6RAJnjn9snJczXxkdN3BhWg9jSgb1sUw=="; + }; + }; + "@webassemblyjs/helper-flatten-ast-1.9.1" = { name = "_at_webassemblyjs_slash_helper-flatten-ast"; packageName = "@webassemblyjs/helper-flatten-ast"; - version = "1.9.0"; + version = "1.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/@webassemblyjs/helper-flatten-ast/-/helper-flatten-ast-1.9.0.tgz"; - sha512 = "DXR+7uFteadxravaiv8B4Fzq5W7sgf4eFAUyCt884mypznTra7Fig9tvxDinODmWXcsLs6z82iBMqMbmFlSqNg=="; + url = "https://registry.npmjs.org/@webassemblyjs/helper-flatten-ast/-/helper-flatten-ast-1.9.1.tgz"; + sha512 = "wb7ZvGAzfMdgPYAR5zQwu9R/M+kmJDYXKPCJ9vCMfUn3qMoa69Tn5J+Y9u+HzX7nt3TgPvJFcVZKWxCMIhuP7w=="; }; }; "@webassemblyjs/helper-fsm-1.8.1" = { @@ -5305,6 +6277,15 @@ let sha512 = "OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw=="; }; }; + "@webassemblyjs/helper-fsm-1.9.1" = { + name = "_at_webassemblyjs_slash_helper-fsm"; + packageName = "@webassemblyjs/helper-fsm"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.1.tgz"; + sha512 = "J32HGpveEqqcKFS0YbgicB0zAlpfIxJa5MjxDxhu3i5ltPcVfY5EPvKQ1suRguFPehxiUs+/hfkwPEXom/l0lw=="; + }; + }; "@webassemblyjs/helper-module-context-1.8.1" = { name = "_at_webassemblyjs_slash_helper-module-context"; packageName = "@webassemblyjs/helper-module-context"; @@ -5323,6 +6304,15 @@ let sha512 = "MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g=="; }; }; + "@webassemblyjs/helper-module-context-1.9.1" = { + name = "_at_webassemblyjs_slash_helper-module-context"; + packageName = "@webassemblyjs/helper-module-context"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.1.tgz"; + sha512 = "IEH2cMmEQKt7fqelLWB5e/cMdZXf2rST1JIrzWmf4XBt3QTxGdnnLvV4DYoN8pJjOx0VYXsWg+yF16MmJtolZg=="; + }; + }; "@webassemblyjs/helper-wasm-bytecode-1.8.1" = { name = "_at_webassemblyjs_slash_helper-wasm-bytecode"; packageName = "@webassemblyjs/helper-wasm-bytecode"; @@ -5341,6 +6331,15 @@ let sha512 = "R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw=="; }; }; + "@webassemblyjs/helper-wasm-bytecode-1.9.1" = { + name = "_at_webassemblyjs_slash_helper-wasm-bytecode"; + packageName = "@webassemblyjs/helper-wasm-bytecode"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.1.tgz"; + sha512 = "i2rGTBqFUcSXxyjt2K4vm/3kkHwyzG6o427iCjcIKjOqpWH8SEem+xe82jUk1iydJO250/CvE5o7hzNAMZf0dQ=="; + }; + }; "@webassemblyjs/helper-wasm-section-1.8.1" = { name = "_at_webassemblyjs_slash_helper-wasm-section"; packageName = "@webassemblyjs/helper-wasm-section"; @@ -5377,6 +6376,15 @@ let sha512 = "dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg=="; }; }; + "@webassemblyjs/ieee754-1.9.1" = { + name = "_at_webassemblyjs_slash_ieee754"; + packageName = "@webassemblyjs/ieee754"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.1.tgz"; + sha512 = "EvTG9M78zP1MmkBpUjGQHZc26DzPGZSLIPxYHCjQsBMo60Qy2W34qf8z0exRDtxBbRIoiKa5dFyWer/7r1aaSQ=="; + }; + }; "@webassemblyjs/leb128-1.8.1" = { name = "_at_webassemblyjs_slash_leb128"; packageName = "@webassemblyjs/leb128"; @@ -5395,6 +6403,15 @@ let sha512 = "ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw=="; }; }; + "@webassemblyjs/leb128-1.9.1" = { + name = "_at_webassemblyjs_slash_leb128"; + packageName = "@webassemblyjs/leb128"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.1.tgz"; + sha512 = "Oc04ub0vFfLnF+2/+ki3AE+anmW4sv9uNBqb+79fgTaPv6xJsOT0dhphNfL3FrME84CbX/D1T9XT8tjFo0IIiw=="; + }; + }; "@webassemblyjs/utf8-1.8.1" = { name = "_at_webassemblyjs_slash_utf8"; packageName = "@webassemblyjs/utf8"; @@ -5413,13 +6430,22 @@ let sha512 = "GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w=="; }; }; - "@webassemblyjs/validation-1.9.0" = { + "@webassemblyjs/utf8-1.9.1" = { + name = "_at_webassemblyjs_slash_utf8"; + packageName = "@webassemblyjs/utf8"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.1.tgz"; + sha512 = "llkYtppagjCodFjo0alWOUhAkfOiQPQDIc5oA6C9sFAXz7vC9QhZf/f8ijQIX+A9ToM3c9Pq85X0EX7nx9gVhg=="; + }; + }; + "@webassemblyjs/validation-1.9.1" = { name = "_at_webassemblyjs_slash_validation"; packageName = "@webassemblyjs/validation"; - version = "1.9.0"; + version = "1.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/@webassemblyjs/validation/-/validation-1.9.0.tgz"; - sha512 = "ysKeFNEWX8r45OXHtH0UPkqFM5qeUd+887+KnDob6kCrryqjNNyW3Ew+fTI8u1vzg7VUXYOJqxXplRUF6cfsfA=="; + url = "https://registry.npmjs.org/@webassemblyjs/validation/-/validation-1.9.1.tgz"; + sha512 = "a/Vh1fKuvuqff0KqA9TYATTyk/FihoVcc5vp4qhXHfKjS4J9BIW548gh5YZ81ZB39yg5TKiApRy8zMRa82Ij/A=="; }; }; "@webassemblyjs/wasm-edit-1.9.0" = { @@ -5476,6 +6502,15 @@ let sha512 = "9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA=="; }; }; + "@webassemblyjs/wasm-parser-1.9.1" = { + name = "_at_webassemblyjs_slash_wasm-parser"; + packageName = "@webassemblyjs/wasm-parser"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.1.tgz"; + sha512 = "ImM4N2T1MEIond0MyE3rXvStVxEmivQrDKf/ggfh5pP6EHu3lL/YTAoSrR7shrbKNPpeKpGesW1LIK/L4kqduw=="; + }; + }; "@webassemblyjs/wast-parser-1.8.1" = { name = "_at_webassemblyjs_slash_wast-parser"; packageName = "@webassemblyjs/wast-parser"; @@ -5494,6 +6529,15 @@ let sha512 = "qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw=="; }; }; + "@webassemblyjs/wast-parser-1.9.1" = { + name = "_at_webassemblyjs_slash_wast-parser"; + packageName = "@webassemblyjs/wast-parser"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.1.tgz"; + sha512 = "2xVxejXSvj3ls/o2TR/zI6p28qsGupjHhnHL6URULQRcXmryn3w7G83jQMcT7PHqUfyle65fZtWLukfdLdE7qw=="; + }; + }; "@webassemblyjs/wast-printer-1.8.1" = { name = "_at_webassemblyjs_slash_wast-printer"; packageName = "@webassemblyjs/wast-printer"; @@ -5512,6 +6556,15 @@ let sha512 = "2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA=="; }; }; + "@webassemblyjs/wast-printer-1.9.1" = { + name = "_at_webassemblyjs_slash_wast-printer"; + packageName = "@webassemblyjs/wast-printer"; + version = "1.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.1.tgz"; + sha512 = "tDV8V15wm7mmbAH6XvQRU1X+oPGmeOzYsd6h7hlRLz6QpV4Ec/KKxM8OpLtFmQPLCreGxTp+HuxtH4pRIZyL9w=="; + }; + }; "@wry/context-0.4.4" = { name = "_at_wry_slash_context"; packageName = "@wry/context"; @@ -5683,6 +6736,15 @@ let sha1 = "c22822f87e1c939f579887504d9c109c4173829d"; }; }; + "abstract-leveldown-0.12.4" = { + name = "abstract-leveldown"; + packageName = "abstract-leveldown"; + version = "0.12.4"; + src = fetchurl { + url = "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-0.12.4.tgz"; + sha1 = "29e18e632e60e4e221d5810247852a63d7b2e410"; + }; + }; "abstract-leveldown-6.0.3" = { name = "abstract-leveldown"; packageName = "abstract-leveldown"; @@ -5782,22 +6844,22 @@ let sha512 = "1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg=="; }; }; - "acorn-6.4.1" = { + "acorn-6.4.2" = { name = "acorn"; packageName = "acorn"; - version = "6.4.1"; + version = "6.4.2"; src = fetchurl { - url = "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz"; - sha512 = "ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA=="; + url = "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz"; + sha512 = "XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="; }; }; - "acorn-7.4.0" = { + "acorn-7.4.1" = { name = "acorn"; packageName = "acorn"; - version = "7.4.0"; + version = "7.4.1"; src = fetchurl { - url = "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz"; - sha512 = "+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w=="; + url = "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"; + sha512 = "nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="; }; }; "acorn-globals-1.0.9" = { @@ -5917,13 +6979,13 @@ let sha1 = "f291be701a2efc567a63fc7aa6afcded31430be1"; }; }; - "addons-linter-2.5.0" = { + "addons-linter-2.7.0" = { name = "addons-linter"; packageName = "addons-linter"; - version = "2.5.0"; + version = "2.7.0"; src = fetchurl { - url = "https://registry.npmjs.org/addons-linter/-/addons-linter-2.5.0.tgz"; - sha512 = "d3GGf27ibN9ioxmjEiAFkGQRdyw5W+Gb2/9G55AZ6YygtBjtJDotTnSsE6Tz+mEFY4QKo/OaVs1XKjcZEl2fJA=="; + url = "https://registry.npmjs.org/addons-linter/-/addons-linter-2.7.0.tgz"; + sha512 = "kH+0fAKSc461PnCyYQ0/SeKcxEQ2zxCZwG2GB6xjvfkMiMAwwic87VP62Cffc8H/zHEfYuT8uFmy42ayH5mqEQ=="; }; }; "addr-to-ip-port-1.5.1" = { @@ -5935,6 +6997,15 @@ let sha512 = "bA+dyydTNuQtrEDJ0g9eR7XabNhvrM5yZY0hvTbNK3yvoeC73ZqMES6E1cEqH9WPxs4uMtMsOjfwS4FmluhsAA=="; }; }; + "address-1.1.2" = { + name = "address"; + packageName = "address"; + version = "1.1.2"; + src = fetchurl { + url = "https://registry.npmjs.org/address/-/address-1.1.2.tgz"; + sha512 = "aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA=="; + }; + }; "adm-zip-0.4.13" = { name = "adm-zip"; packageName = "adm-zip"; @@ -6241,6 +7312,15 @@ let sha1 = "4a5282ac164729e93619bcfd3ad151f817ce91f5"; }; }; + "analytics-node-3.3.0" = { + name = "analytics-node"; + packageName = "analytics-node"; + version = "3.3.0"; + src = fetchurl { + url = "https://registry.npmjs.org/analytics-node/-/analytics-node-3.3.0.tgz"; + sha512 = "wxrsmibvZVysy5CfkLItYrYMGbNVXDBccWurz+hgLUg98pbijiS2/QQdRc0SjHWVEqByxReEJ2T2MGhgb4jk3A=="; + }; + }; "ansi-0.3.1" = { name = "ansi"; packageName = "ansi"; @@ -6367,6 +7447,15 @@ let sha512 = "JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA=="; }; }; + "ansi-fragments-0.2.1" = { + name = "ansi-fragments"; + packageName = "ansi-fragments"; + version = "0.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz"; + sha512 = "DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w=="; + }; + }; "ansi-gray-0.1.1" = { name = "ansi-gray"; packageName = "ansi-gray"; @@ -6493,13 +7582,13 @@ let sha512 = "VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="; }; }; - "ansi-styles-4.2.1" = { + "ansi-styles-4.3.0" = { name = "ansi-styles"; packageName = "ansi-styles"; - version = "4.2.1"; + version = "4.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz"; - sha512 = "9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA=="; + url = "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"; + sha512 = "zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="; }; }; "ansi-term-0.0.2" = { @@ -6538,6 +7627,15 @@ let sha1 = "665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"; }; }; + "any-base-1.1.0" = { + name = "any-base"; + packageName = "any-base"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz"; + sha512 = "uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg=="; + }; + }; "any-observable-0.3.0" = { name = "any-observable"; packageName = "any-observable"; @@ -6736,6 +7834,15 @@ let sha512 = "n1o1QmQ6hQcl5Rx+K23yO9MrDcF94Xygychn1pxJG5xKEZ8kkKxqNqjUhjFxIN908LJ4yuFjTW6OEtEym4haxg=="; }; }; + "apollo-link-1.2.1" = { + name = "apollo-link"; + packageName = "apollo-link"; + version = "1.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.1.tgz"; + sha512 = "6Ghf+j3cQLCIvjXd2dJrLw+16HZbWbwmB1qlTc41BviB2hv+rK1nJr17Y9dWK0UD4p3i9Hfddx3tthpMKrueHg=="; + }; + }; "apollo-link-1.2.14" = { name = "apollo-link"; packageName = "apollo-link"; @@ -6826,13 +7933,13 @@ let sha512 = "HUcP3TlgRsuGgeTOn8QMbkdx0hLPXyEJehZIPrcof0ATz7j7aTPA4at7gaiFHCo8gk07DaWYGB3PFgjboXRcWQ=="; }; }; - "apollo-server-core-2.18.1" = { + "apollo-server-core-2.18.2" = { name = "apollo-server-core"; packageName = "apollo-server-core"; - version = "2.18.1"; + version = "2.18.2"; src = fetchurl { - url = "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-2.18.1.tgz"; - sha512 = "Bv08AyJ3WSms59loE31haVRBctDn6MGyjtaPnfLlQV5//wMdwS5MXX8RcMCmXxv0Utp5TlhoD+pHLO5Ool+LRw=="; + url = "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-2.18.2.tgz"; + sha512 = "phz57BFBukMa3Ta7ZVW7pj1pdUne9KYLbcBdEcITr+I0+nbhy+YM8gcgpOnjrokWYiEZgIe52XeM3m4BMLw5dg=="; }; }; "apollo-server-env-2.4.5" = { @@ -6853,13 +7960,13 @@ let sha512 = "FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ=="; }; }; - "apollo-server-express-2.18.1" = { + "apollo-server-express-2.18.2" = { name = "apollo-server-express"; packageName = "apollo-server-express"; - version = "2.18.1"; + version = "2.18.2"; src = fetchurl { - url = "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-2.18.1.tgz"; - sha512 = "qAkSlhKSvPx7sWT+Thk7bfHqjWNNm+uP66zNZlnsvKlR4++84KfcFrij3MaCm67mu4h0MBv2dvlsoOrXehrYtg=="; + url = "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-2.18.2.tgz"; + sha512 = "9P5YOSE2amcNdkXqxqU3oulp+lpwoIBdwS2vOP69kl6ix+n7vEWHde4ulHwwl4xLdtZ88yyxgdKJEIkhaepiNw=="; }; }; "apollo-server-plugin-base-0.10.1" = { @@ -6970,6 +8077,15 @@ let sha1 = "dcfca9e509300e4c3b2d467965fe50c56fc75e66"; }; }; + "application-config-path-0.1.0" = { + name = "application-config-path"; + packageName = "application-config-path"; + version = "0.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/application-config-path/-/application-config-path-0.1.0.tgz"; + sha1 = "193c5f0a86541a4c66fba1e2dc38583362ea5e8f"; + }; + }; "aproba-1.2.0" = { name = "aproba"; packageName = "aproba"; @@ -7006,15 +8122,6 @@ let sha1 = "f92e72233056dfc6969472749c267bdb046b1d70"; }; }; - "archiver-2.1.1" = { - name = "archiver"; - packageName = "archiver"; - version = "2.1.1"; - src = fetchurl { - url = "https://registry.npmjs.org/archiver/-/archiver-2.1.1.tgz"; - sha1 = "ff662b4a78201494a3ee544d3a33fe7496509ebc"; - }; - }; "archiver-3.1.1" = { name = "archiver"; packageName = "archiver"; @@ -7042,15 +8149,6 @@ let sha512 = "Tq3yV/T4wxBsD2Wign8W9VQKhaUxzzRmjEiSoOK0SLqPgDP/N1TKdYyBeIEu56T4I9iO4fKTTR0mN9NWkBA0sg=="; }; }; - "archiver-utils-1.3.0" = { - name = "archiver-utils"; - packageName = "archiver-utils"; - version = "1.3.0"; - src = fetchurl { - url = "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz"; - sha1 = "e50b4c09c70bf3d680e32ff1b7994e9f9d895174"; - }; - }; "archiver-utils-2.1.0" = { name = "archiver-utils"; packageName = "archiver-utils"; @@ -7474,33 +8572,6 @@ let sha512 = "ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg=="; }; }; - "array-to-error-1.1.1" = { - name = "array-to-error"; - packageName = "array-to-error"; - version = "1.1.1"; - src = fetchurl { - url = "https://registry.npmjs.org/array-to-error/-/array-to-error-1.1.1.tgz"; - sha1 = "d68812926d14097a205579a667eeaf1856a44c07"; - }; - }; - "array-to-sentence-1.1.0" = { - name = "array-to-sentence"; - packageName = "array-to-sentence"; - version = "1.1.0"; - src = fetchurl { - url = "https://registry.npmjs.org/array-to-sentence/-/array-to-sentence-1.1.0.tgz"; - sha1 = "c804956dafa53232495b205a9452753a258d39fc"; - }; - }; - "array-to-sentence-2.0.0" = { - name = "array-to-sentence"; - packageName = "array-to-sentence"; - version = "2.0.0"; - src = fetchurl { - url = "https://registry.npmjs.org/array-to-sentence/-/array-to-sentence-2.0.0.tgz"; - sha512 = "rflEVg2oIxO0XgL5erRPr8GlInIORqIXrep6+b9RyrvztFcrawqIOxbWR5hYy1v7KzNvTWsSdHe8D9/XZ/rbMw=="; - }; - }; "array-union-1.0.2" = { name = "array-union"; packageName = "array-union"; @@ -8149,13 +9220,13 @@ let sha1 = "00f35b2d27ac91b1f0d3ef2084c98cf1d1f0adc3"; }; }; - "aws-sdk-2.763.0" = { + "aws-sdk-2.768.0" = { name = "aws-sdk"; packageName = "aws-sdk"; - version = "2.763.0"; + version = "2.768.0"; src = fetchurl { - url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.763.0.tgz"; - sha512 = "uHb+yfsH21wR8ZInj/GQwxCmWJjrL3sOwqwZ2lf9hDxh1P0lsMKDjf0e+8ICgRBY4x28XNWXs3/O15EID6Rsqw=="; + url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.768.0.tgz"; + sha512 = "yIY1Fbj8kvyP3cEHOCvvw59IRqcYq84/aB0BGfuWPQzPVRjTYVxA8zP/iytM4Zo+NO8xkCq9Wc9OoMfwZZb+GQ=="; }; }; "aws-sign2-0.6.0" = { @@ -8185,6 +9256,15 @@ let sha512 = "zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA=="; }; }; + "axios-0.17.1" = { + name = "axios"; + packageName = "axios"; + version = "0.17.1"; + src = fetchurl { + url = "https://registry.npmjs.org/axios/-/axios-0.17.1.tgz"; + sha1 = "2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"; + }; + }; "axios-0.18.1" = { name = "axios"; packageName = "axios"; @@ -8194,6 +9274,15 @@ let sha512 = "0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g=="; }; }; + "axios-0.19.0" = { + name = "axios"; + packageName = "axios"; + version = "0.19.0"; + src = fetchurl { + url = "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz"; + sha512 = "1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ=="; + }; + }; "axios-0.19.2" = { name = "axios"; packageName = "axios"; @@ -8203,6 +9292,15 @@ let sha512 = "fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA=="; }; }; + "axios-retry-3.1.9" = { + name = "axios-retry"; + packageName = "axios-retry"; + version = "3.1.9"; + src = fetchurl { + url = "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.9.tgz"; + sha512 = "NFCoNIHq8lYkJa6ku4m+V1837TP6lCa7n79Iuf8/AqATAHYB0ISaAS1eyIenDOfHOLtym34W65Sjke2xjg2fsA=="; + }; + }; "azure-devops-node-api-7.2.0" = { name = "azure-devops-node-api"; packageName = "azure-devops-node-api"; @@ -8248,6 +9346,15 @@ let sha512 = "z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA=="; }; }; + "babel-extract-comments-1.0.0" = { + name = "babel-extract-comments"; + packageName = "babel-extract-comments"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz"; + sha512 = "qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ=="; + }; + }; "babel-helper-evaluate-path-0.5.0" = { name = "babel-helper-evaluate-path"; packageName = "babel-helper-evaluate-path"; @@ -8482,6 +9589,24 @@ let sha1 = "0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"; }; }; + "babel-plugin-syntax-object-rest-spread-6.13.0" = { + name = "babel-plugin-syntax-object-rest-spread"; + packageName = "babel-plugin-syntax-object-rest-spread"; + version = "6.13.0"; + src = fetchurl { + url = "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz"; + sha1 = "fd6536f2bce13836ffa3a5458c4903a597bb3bf5"; + }; + }; + "babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0" = { + name = "babel-plugin-syntax-trailing-function-commas"; + packageName = "babel-plugin-syntax-trailing-function-commas"; + version = "7.0.0-beta.0"; + src = fetchurl { + url = "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz"; + sha512 = "Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ=="; + }; + }; "babel-plugin-transform-flow-strip-types-6.22.0" = { name = "babel-plugin-transform-flow-strip-types"; packageName = "babel-plugin-transform-flow-strip-types"; @@ -8527,6 +9652,15 @@ let sha1 = "acbb3e56a3555dd23928e4b582d285162dd2b198"; }; }; + "babel-plugin-transform-object-rest-spread-6.26.0" = { + name = "babel-plugin-transform-object-rest-spread"; + packageName = "babel-plugin-transform-object-rest-spread"; + version = "6.26.0"; + src = fetchurl { + url = "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz"; + sha1 = "0f36692d50fef6b7e2d4b3ac1478137a963b7b06"; + }; + }; "babel-plugin-transform-property-literals-6.9.4" = { name = "babel-plugin-transform-property-literals"; packageName = "babel-plugin-transform-property-literals"; @@ -8599,13 +9733,22 @@ let sha1 = "8364ca62df8eafb830499f699177466c3b03499d"; }; }; - "babel-preset-current-node-syntax-0.1.3" = { + "babel-preset-current-node-syntax-0.1.4" = { name = "babel-preset-current-node-syntax"; packageName = "babel-preset-current-node-syntax"; - version = "0.1.3"; + version = "0.1.4"; src = fetchurl { - url = "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-0.1.3.tgz"; - sha512 = "uyexu1sVwcdFnyq9o8UQYsXwXflIh8LvrF5+cKrYam93ned1CStffB3+BEcsxGSgagoA3GEyjDqO4a/58hyPYQ=="; + url = "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-0.1.4.tgz"; + sha512 = "5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w=="; + }; + }; + "babel-preset-fbjs-3.3.0" = { + name = "babel-preset-fbjs"; + packageName = "babel-preset-fbjs"; + version = "3.3.0"; + src = fetchurl { + url = "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.3.0.tgz"; + sha512 = "7QTLTCd2gwB2qGoi5epSULMHugSVgpcVt5YAeiFO9ABLrutDQzKfGwzxgZHLpugq8qMdg/DhRZDZ5CLKxBkEbw=="; }; }; "babel-preset-jest-25.5.0" = { @@ -8752,6 +9895,15 @@ let sha1 = "780a99c84e7d600260361511c4877613bf24f6bb"; }; }; + "base32.js-0.1.0" = { + name = "base32.js"; + packageName = "base32.js"; + version = "0.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/base32.js/-/base32.js-0.1.0.tgz"; + sha1 = "b582dec693c2f11e893cf064ee6ac5b6131a2202"; + }; + }; "base62-0.1.1" = { name = "base62"; packageName = "base62"; @@ -9238,6 +10390,15 @@ let sha512 = "5LhLQeGxdVFumJTbveJS16Rc+Vzh/nbC6o80UMj6ZRvSkiVkk+4L782OMYI0VG1JTfUxiRFP4f+CZBFyuclLBg=="; }; }; + "bl-0.8.2" = { + name = "bl"; + packageName = "bl"; + version = "0.8.2"; + src = fetchurl { + url = "https://registry.npmjs.org/bl/-/bl-0.8.2.tgz"; + sha1 = "c9b6bca08d1bc2ea00fc8afb4f1a5fd1e1c66e4e"; + }; + }; "bl-1.2.3" = { name = "bl"; packageName = "bl"; @@ -9400,6 +10561,15 @@ let sha512 = "vE52okJvzsVWhcgUHOv+69OG3Mdg151xyn41aVQN/5W5S+S43qZhxECtYLAEHMSFWX6Mv5IZrzj3T5+JqXfj5Q=="; }; }; + "bmp-js-0.1.0" = { + name = "bmp-js"; + packageName = "bmp-js"; + version = "0.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/bmp-js/-/bmp-js-0.1.0.tgz"; + sha1 = "e05a63f796a6c1ff25f4771ec7adadc148c07233"; + }; + }; "bn.js-4.11.9" = { name = "bn.js"; packageName = "bn.js"; @@ -9454,6 +10624,15 @@ let sha1 = "090700c4ba28862a8520ef378395fdee5f61c229"; }; }; + "body-parser-1.18.3" = { + name = "body-parser"; + packageName = "body-parser"; + version = "1.18.3"; + src = fetchurl { + url = "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz"; + sha1 = "5b292198ffdd553b3a0f20ded0592b956955c8b4"; + }; + }; "body-parser-1.19.0" = { name = "body-parser"; packageName = "body-parser"; @@ -9589,6 +10768,15 @@ let sha512 = "cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A=="; }; }; + "boxen-4.1.0" = { + name = "boxen"; + packageName = "boxen"; + version = "4.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/boxen/-/boxen-4.1.0.tgz"; + sha512 = "Iwq1qOkmEsl0EVABa864Bbj3HCL4186DRZgFW/NrFs5y5GMM3ljsxzMLgOHdWISDRvcM8beh8q4tTNzXz+mSKg=="; + }; + }; "boxen-4.2.0" = { name = "boxen"; packageName = "boxen"; @@ -9607,6 +10795,15 @@ let sha1 = "fef069bee85975b2ddcc2264aaa7c50dc17a3c7e"; }; }; + "bplist-creator-0.0.8" = { + name = "bplist-creator"; + packageName = "bplist-creator"; + version = "0.0.8"; + src = fetchurl { + url = "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz"; + sha512 = "Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA=="; + }; + }; "bplist-parser-0.1.1" = { name = "bplist-parser"; packageName = "bplist-parser"; @@ -9796,6 +10993,15 @@ let sha512 = "BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A=="; }; }; + "browserify-fs-1.0.0" = { + name = "browserify-fs"; + packageName = "browserify-fs"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/browserify-fs/-/browserify-fs-1.0.0.tgz"; + sha1 = "f075aa8a729d4d1716d066620e386fcc1311a96f"; + }; + }; "browserify-incremental-3.1.1" = { name = "browserify-incremental"; packageName = "browserify-incremental"; @@ -9859,6 +11065,15 @@ let sha512 = "yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA=="; }; }; + "browserslist-4.10.0" = { + name = "browserslist"; + packageName = "browserslist"; + version = "4.10.0"; + src = fetchurl { + url = "https://registry.npmjs.org/browserslist/-/browserslist-4.10.0.tgz"; + sha512 = "TpfK0TDgv71dzuTsEAlQiHeWQ/tiPqgNZVdv046fvNtBZrjbv2O3TsWCDU0AWGJJKCF/KsjNdLzR9hXOsh/CfA=="; + }; + }; "browserslist-4.14.5" = { name = "browserslist"; packageName = "browserslist"; @@ -10012,6 +11227,15 @@ let sha1 = "0353b54fd07fd9564170671ae6f66b9cf10d27f5"; }; }; + "buffer-es6-4.9.3" = { + name = "buffer-es6"; + packageName = "buffer-es6"; + version = "4.9.3"; + src = fetchurl { + url = "https://registry.npmjs.org/buffer-es6/-/buffer-es6-4.9.3.tgz"; + sha1 = "f26347b82df76fd37e18bcb5288c4970cfd5c404"; + }; + }; "buffer-fill-1.0.0" = { name = "buffer-fill"; packageName = "buffer-fill"; @@ -10624,13 +11848,13 @@ let sha512 = "bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw=="; }; }; - "caniuse-lite-1.0.30001140" = { + "caniuse-lite-1.0.30001144" = { name = "caniuse-lite"; packageName = "caniuse-lite"; - version = "1.0.30001140"; + version = "1.0.30001144"; src = fetchurl { - url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001140.tgz"; - sha512 = "xFtvBtfGrpjTOxTpjP5F2LmN04/ZGfYV8EQzUIC/RmKpdrmzJrjqlJ4ho7sGuAMPko2/Jl08h7x9uObCfBFaAA=="; + url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001144.tgz"; + sha512 = "4GQTEWNMnVZVOFG3BK0xvGeaDAtiPAbG2N8yuMXuXzx/c2Vd4XoMPO8+E918zeXn5IF0FRVtGShBfkfQea2wHQ=="; }; }; "canvas-2.6.1" = { @@ -11452,6 +12676,15 @@ let sha512 = "RHxtgFvXsRQ+1AM7dlozLDY7ssmvUUh0XEnfnyhYgJTO6beNZHBogiaCwGM9Q3rFrUkYxOtsZRC0zAturg5bjg=="; }; }; + "clean-webpack-plugin-3.0.0" = { + name = "clean-webpack-plugin"; + packageName = "clean-webpack-plugin"; + version = "3.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz"; + sha512 = "MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A=="; + }; + }; "cli-1.0.1" = { name = "cli"; packageName = "cli"; @@ -11587,6 +12820,15 @@ let sha512 = "7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw=="; }; }; + "cli-table3-0.6.0" = { + name = "cli-table3"; + packageName = "cli-table3"; + version = "0.6.0"; + src = fetchurl { + url = "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz"; + sha512 = "gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ=="; + }; + }; "cli-truncate-0.2.1" = { name = "cli-truncate"; packageName = "cli-truncate"; @@ -11803,6 +13045,15 @@ let sha1 = "b8d19188b3243e390f302410bd0cb1622db82649"; }; }; + "clone-0.1.19" = { + name = "clone"; + packageName = "clone"; + version = "0.1.19"; + src = fetchurl { + url = "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz"; + sha1 = "613fb68639b26a494ac53253e15b1a6bd88ada85"; + }; + }; "clone-0.1.5" = { name = "clone"; packageName = "clone"; @@ -12424,6 +13675,15 @@ let sha512 = "6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg=="; }; }; + "commander-2.20.0" = { + name = "commander"; + packageName = "commander"; + version = "2.20.0"; + src = fetchurl { + url = "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz"; + sha512 = "7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ=="; + }; + }; "commander-2.20.3" = { name = "commander"; packageName = "commander"; @@ -12649,13 +13909,13 @@ let sha1 = "645fc4adf58b72b649d5cae65135619db26ff143"; }; }; - "compress-commons-1.2.2" = { - name = "compress-commons"; - packageName = "compress-commons"; - version = "1.2.2"; + "component-type-1.2.1" = { + name = "component-type"; + packageName = "component-type"; + version = "1.2.1"; src = fetchurl { - url = "https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz"; - sha1 = "524a9f10903f3a813389b0225d27c48bb751890f"; + url = "https://registry.npmjs.org/component-type/-/component-type-1.2.1.tgz"; + sha1 = "8a47901700238e4fc32269771230226f24b415a9"; }; }; "compress-commons-2.1.1" = { @@ -12901,6 +14161,15 @@ let sha1 = "7890482bf5c71af6c5ca192be3136aed74428aad"; }; }; + "consola-2.15.0" = { + name = "consola"; + packageName = "consola"; + version = "2.15.0"; + src = fetchurl { + url = "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz"; + sha512 = "vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ=="; + }; + }; "console-browserify-1.1.0" = { name = "console-browserify"; packageName = "console-browserify"; @@ -13352,6 +14621,15 @@ let sha512 = "xkXSJhvKz4MfLbVkZ7GyCaFo4ciB3uKI/HHzkGwj1eyTH5+7RTFxW5CE0irWAZgV5oFcO9hd6+NVXAtY9hlo7Q=="; }; }; + "copy-webpack-plugin-6.0.4" = { + name = "copy-webpack-plugin"; + packageName = "copy-webpack-plugin"; + version = "6.0.4"; + src = fetchurl { + url = "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.0.4.tgz"; + sha512 = "zCazfdYAh3q/O4VzZFiadWGpDA2zTs6FC6D7YTHD6H1J40pzo0H4z22h1NYMCl4ArQP4CK8y/KWqPrJ4rVkZ5A=="; + }; + }; "cordova-app-hello-world-5.0.0" = { name = "cordova-app-hello-world"; packageName = "cordova-app-hello-world"; @@ -13505,6 +14783,15 @@ let sha512 = "xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg=="; }; }; + "cosmiconfig-7.0.0" = { + name = "cosmiconfig"; + packageName = "cosmiconfig"; + version = "7.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz"; + sha512 = "pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA=="; + }; + }; "couch-login-0.1.20" = { name = "couch-login"; packageName = "couch-login"; @@ -13577,15 +14864,6 @@ let sha512 = "1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA=="; }; }; - "crc32-stream-2.0.0" = { - name = "crc32-stream"; - packageName = "crc32-stream"; - version = "2.0.0"; - src = fetchurl { - url = "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz"; - sha1 = "e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4"; - }; - }; "crc32-stream-3.0.1" = { name = "crc32-stream"; packageName = "crc32-stream"; @@ -13622,6 +14900,15 @@ let sha1 = "06be7abef947a3f14a30fd610671d401bca8b7b6"; }; }; + "create-graphback-1.0.1" = { + name = "create-graphback"; + packageName = "create-graphback"; + version = "1.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/create-graphback/-/create-graphback-1.0.1.tgz"; + sha512 = "zbxPH0+Yh21hjWtD3zaiTl84N/4JV+ix62T2kNWzHTd0lbmI/4R1DaoswZdGvUSC62jDuEz8tJISx4J1u66rZQ=="; + }; + }; "create-hash-1.2.0" = { name = "create-hash"; packageName = "create-hash"; @@ -13676,15 +14963,6 @@ let sha512 = "rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ=="; }; }; - "cross-fetch-3.0.4" = { - name = "cross-fetch"; - packageName = "cross-fetch"; - version = "3.0.4"; - src = fetchurl { - url = "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz"; - sha512 = "MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw=="; - }; - }; "cross-fetch-3.0.6" = { name = "cross-fetch"; packageName = "cross-fetch"; @@ -13865,6 +15143,15 @@ let sha512 = "BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA=="; }; }; + "css-loader-3.6.0" = { + name = "css-loader"; + packageName = "css-loader"; + version = "3.6.0"; + src = fetchurl { + url = "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz"; + sha512 = "M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ=="; + }; + }; "css-modules-loader-core-1.1.0" = { name = "css-modules-loader-core"; packageName = "css-modules-loader-core"; @@ -13964,13 +15251,13 @@ let sha512 = "a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg=="; }; }; - "css-what-3.3.0" = { + "css-what-3.4.1" = { name = "css-what"; packageName = "css-what"; - version = "3.3.0"; + version = "3.4.1"; src = fetchurl { - url = "https://registry.npmjs.org/css-what/-/css-what-3.3.0.tgz"; - sha512 = "pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg=="; + url = "https://registry.npmjs.org/css-what/-/css-what-3.4.1.tgz"; + sha512 = "wHOppVDKl4vTAOWzJt5Ek37Sgd9qq1Bmj/T1OjvicWbU5W7ru7Pqbn0Jdqii3Drx/h+dixHKXNhZYx7blthL7g=="; }; }; "cssauron-1.4.0" = { @@ -14855,6 +16142,15 @@ let sha1 = "aa24ffb9ac3df9a2351837cfb2d279360cd78492"; }; }; + "decache-4.4.0" = { + name = "decache"; + packageName = "decache"; + version = "4.4.0"; + src = fetchurl { + url = "https://registry.npmjs.org/decache/-/decache-4.4.0.tgz"; + sha1 = "6f6df6b85d7e7c4410a932ffc26489b78e9acd13"; + }; + }; "decamelize-1.2.0" = { name = "decamelize"; packageName = "decamelize"; @@ -15026,13 +16322,13 @@ let sha512 = "yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g=="; }; }; - "deep-equal-2.0.3" = { + "deep-equal-2.0.4" = { name = "deep-equal"; packageName = "deep-equal"; - version = "2.0.3"; + version = "2.0.4"; src = fetchurl { - url = "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.3.tgz"; - sha512 = "Spqdl4H+ky45I9ByyJtXteOm9CaIrPmnIPmOhrkKGNYWeDgCvJ8jNYVCTjChxW4FqGuZnLHADc8EKRMX6+CgvA=="; + url = "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.4.tgz"; + sha512 = "BUfaXrVoCfgkOQY/b09QdO9L3XNoF2XH0A3aY9IQwQL/ZjLOe8FQgCNVl1wiolhsFo8kFdO9zdPViCPbmaJA5w=="; }; }; "deep-extend-0.2.11" = { @@ -15098,6 +16394,15 @@ let sha1 = "b369d6fb5dbc13eecf524f91b070feedc357cf34"; }; }; + "deep-scope-analyser-1.7.0" = { + name = "deep-scope-analyser"; + packageName = "deep-scope-analyser"; + version = "1.7.0"; + src = fetchurl { + url = "https://registry.npmjs.org/deep-scope-analyser/-/deep-scope-analyser-1.7.0.tgz"; + sha512 = "rl5Dmt2IZkFpZo6XbEY1zG8st2Wpq8Pi/dV2gz8ZF6BDYt3fnor2JNxHwdO1WLo0k6JbmYp0x8MNy8kE4l1NtA=="; + }; + }; "deepcopy-2.1.0" = { name = "deepcopy"; packageName = "deepcopy"; @@ -15107,6 +16412,15 @@ let sha512 = "8cZeTb1ZKC3bdSCP6XOM1IsTczIO73fdqtwa2B0N15eAz7gmyhQo+mc5gnFuulsgN3vIQYmTgbmQVKalH1dKvQ=="; }; }; + "deepmerge-1.5.2" = { + name = "deepmerge"; + packageName = "deepmerge"; + version = "1.5.2"; + src = fetchurl { + url = "https://registry.npmjs.org/deepmerge/-/deepmerge-1.5.2.tgz"; + sha512 = "95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ=="; + }; + }; "deepmerge-2.1.0" = { name = "deepmerge"; packageName = "deepmerge"; @@ -15224,6 +16538,15 @@ let sha512 = "8eluCl/Blx4YOGwMapBvXRKxHXhA8ejDXYzEaK8+/gtcm8hRMhSLmXSqDmNUKNc/C8HNSmuyyp/hflhqDAvK2A=="; }; }; + "deferred-leveldown-0.2.0" = { + name = "deferred-leveldown"; + packageName = "deferred-leveldown"; + version = "0.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-0.2.0.tgz"; + sha1 = "2cef1f111e1c57870d8bbb8af2650e587cd2f5b4"; + }; + }; "deferred-leveldown-5.3.0" = { name = "deferred-leveldown"; packageName = "deferred-leveldown"; @@ -15350,6 +16673,15 @@ let sha512 = "txgOrJu3OdtOfTiEOT2e76dJVfG/1dz2NZ4F0Pyt4UGZJryssMRp5vdM5wQoLwSOBNdrJv3F9PAhp/heqd7vrA=="; }; }; + "delay-async-1.2.0" = { + name = "delay-async"; + packageName = "delay-async"; + version = "1.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/delay-async/-/delay-async-1.2.0.tgz"; + sha512 = "BDhPL4k42yL2c0b5zTUlMIM3/wmv77HOgZi4ya/8tOHw16GZ1i9Qj7Tmy3xt0jWb4VmpQtklLPReUtOUZUuzuQ=="; + }; + }; "delayed-stream-1.0.0" = { name = "delayed-stream"; packageName = "delayed-stream"; @@ -15566,6 +16898,15 @@ let sha512 = "ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw=="; }; }; + "detect-port-alt-1.1.6" = { + name = "detect-port-alt"; + packageName = "detect-port-alt"; + version = "1.1.6"; + src = fetchurl { + url = "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz"; + sha512 = "5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q=="; + }; + }; "detective-4.7.1" = { name = "detective"; packageName = "detective"; @@ -15665,6 +17006,15 @@ let sha512 = "SrsUCfCaDTF64QVMHMidRal+kmkbIc5zP8cxxZPsomWx9vuEUjBlSJNhf7/ypE5cLdJJDI4qzKDmyzqQ+iz/xg=="; }; }; + "devcert-1.1.3" = { + name = "devcert"; + packageName = "devcert"; + version = "1.1.3"; + src = fetchurl { + url = "https://registry.npmjs.org/devcert/-/devcert-1.1.3.tgz"; + sha512 = "7/nIzKdQ8y2K0imjIP7dyg2GJ2h38Ps6VOMXWZHIarNDV3p6mTXyEugKFnkmsZ2DD58JEG34ILyVb3qdOMmP9w=="; + }; + }; "devtools-protocol-0.0.799653" = { name = "devtools-protocol"; packageName = "devtools-protocol"; @@ -15926,13 +17276,13 @@ let sha512 = "EAyaxl8hy4Ph07kzlzGTfpbZMNAAAHXSZtNEMwdlnSd1noHzvA6HsgKt4fEMSvaEXQYLSphe5rPMxN4WOj0hcQ=="; }; }; - "dispensary-0.55.0" = { + "dispensary-0.57.0" = { name = "dispensary"; packageName = "dispensary"; - version = "0.55.0"; + version = "0.57.0"; src = fetchurl { - url = "https://registry.npmjs.org/dispensary/-/dispensary-0.55.0.tgz"; - sha512 = "5+6E0kQNVWIZCGwTw34B48bJQyUuvwJD6hsI/b7ScKbjfrzUIgod/ROsTX6t9d3O031A9O5RPVHIqkX4ZzcAfw=="; + url = "https://registry.npmjs.org/dispensary/-/dispensary-0.57.0.tgz"; + sha512 = "vgRaZa9Ok8QdrAVtx+s6heBgI1RGT+Y6VA336oPWYADZZz83K+5NOTpLamEKRyJdRY5pYLaWhV2Js7bau1JyKg=="; }; }; "diveSync-0.3.0" = { @@ -16124,6 +17474,15 @@ let sha1 = "ea80b106a87538774e8a3a4a5afe293de489e0a9"; }; }; + "dom-converter-0.2.0" = { + name = "dom-converter"; + packageName = "dom-converter"; + version = "0.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz"; + sha512 = "gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA=="; + }; + }; "dom-serialize-2.2.1" = { name = "dom-serialize"; packageName = "dom-serialize"; @@ -16259,13 +17618,13 @@ let sha512 = "JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA=="; }; }; - "domhandler-3.2.0" = { + "domhandler-3.3.0" = { name = "domhandler"; packageName = "domhandler"; - version = "3.2.0"; + version = "3.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/domhandler/-/domhandler-3.2.0.tgz"; - sha512 = "FnT5pxGpykNI10uuwyqae65Ysw7XBQJKDjDjlHgE/rsNtjr1FyGNVNQCVlM5hwcq9wkyWSqB+L5Z+Qa4khwLuA=="; + url = "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz"; + sha512 = "J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA=="; }; }; "domino-2.1.6" = { @@ -16313,13 +17672,13 @@ let sha512 = "Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg=="; }; }; - "domutils-2.4.1" = { + "domutils-2.4.2" = { name = "domutils"; packageName = "domutils"; - version = "2.4.1"; + version = "2.4.2"; src = fetchurl { - url = "https://registry.npmjs.org/domutils/-/domutils-2.4.1.tgz"; - sha512 = "AA5r2GD1Dljhxc+k4zD2HYQaDkDPBhTqmqF55wLNlxfhFQlqaYME8Jhmo2nKNBb+CNfPXE8SAjtF6SsZ0cza/w=="; + url = "https://registry.npmjs.org/domutils/-/domutils-2.4.2.tgz"; + sha512 = "NKbgaM8ZJOecTZsIzW5gSuplsX2IWW2mIK7xVr8hTQF2v1CJWTmLZ1HOCh5sH+IzVPAGE5IucooOkvwBRAdowA=="; }; }; "dot-case-3.0.3" = { @@ -16754,13 +18113,13 @@ let sha512 = "dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w=="; }; }; - "electron-to-chromium-1.3.576" = { + "electron-to-chromium-1.3.578" = { name = "electron-to-chromium"; packageName = "electron-to-chromium"; - version = "1.3.576"; + version = "1.3.578"; src = fetchurl { - url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.576.tgz"; - sha512 = "uSEI0XZ//5ic+0NdOqlxp0liCD44ck20OAGyLMSymIWTEAtHKVJi6JM18acOnRgUgX7Q65QqnI+sNncNvIy8ew=="; + url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.578.tgz"; + sha512 = "z4gU6dA1CbBJsAErW5swTGAaU2TBzc2mPAonJb00zqW1rOraDo2zfBMDRvaz9cVic+0JEZiYbHWPw/fTaZlG2Q=="; }; }; "elegant-spinner-1.0.1" = { @@ -16890,6 +18249,15 @@ let sha512 = "5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw=="; }; }; + "emojis-list-2.1.0" = { + name = "emojis-list"; + packageName = "emojis-list"; + version = "2.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz"; + sha1 = "4daa4d9db00f9819880c79fa457ae5b09a1fd389"; + }; + }; "emojis-list-3.0.0" = { name = "emojis-list"; packageName = "emojis-list"; @@ -17160,6 +18528,15 @@ let sha512 = "AOiNZ3lmxrtva3r/roqaYDF+1PX2V+ouUzuGqJf7KNxyyYkuU+CsfFbbUeibQPdixxjI/lP6eDtvtkX1/wymJw=="; }; }; + "env-editor-0.4.1" = { + name = "env-editor"; + packageName = "env-editor"; + version = "0.4.1"; + src = fetchurl { + url = "https://registry.npmjs.org/env-editor/-/env-editor-0.4.1.tgz"; + sha512 = "suh+Vm00GnPQgXpmONTkcUT9LgBSL6sJrRnJxbykT0j+ONjzmIS+1U3ne467ArdZN/42/npp+GnhtwkLQ+vUjw=="; + }; + }; "env-paths-1.0.0" = { name = "env-paths"; packageName = "env-paths"; @@ -17205,6 +18582,15 @@ let sha512 = "46+j5QxbPWza0PB1i15nZx0xQ4I/EfQxg9J8Had3b408SV63nEtor2e+oiY63amTo9KTuh2a3XLObNwduxYwwA=="; }; }; + "eol-0.9.1" = { + name = "eol"; + packageName = "eol"; + version = "0.9.1"; + src = fetchurl { + url = "https://registry.npmjs.org/eol/-/eol-0.9.1.tgz"; + sha512 = "Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg=="; + }; + }; "epidemic-broadcast-trees-7.0.0" = { name = "epidemic-broadcast-trees"; packageName = "epidemic-broadcast-trees"; @@ -17286,22 +18672,22 @@ let sha512 = "rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A=="; }; }; - "es-abstract-1.17.6" = { + "es-abstract-1.17.7" = { name = "es-abstract"; packageName = "es-abstract"; - version = "1.17.6"; + version = "1.17.7"; src = fetchurl { - url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz"; - sha512 = "Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw=="; + url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz"; + sha512 = "VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g=="; }; }; - "es-abstract-1.18.0-next.0" = { + "es-abstract-1.18.0-next.1" = { name = "es-abstract"; packageName = "es-abstract"; - version = "1.18.0-next.0"; + version = "1.18.0-next.1"; src = fetchurl { - url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.0.tgz"; - sha512 = "elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ=="; + url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz"; + sha512 = "I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA=="; }; }; "es-array-method-boxes-properly-1.0.0" = { @@ -17349,6 +18735,15 @@ let sha1 = "aba8d9e1943a895ac96837a62a39b3f55ecd94ab"; }; }; + "es6-error-3.2.0" = { + name = "es6-error"; + packageName = "es6-error"; + version = "3.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/es6-error/-/es6-error-3.2.0.tgz"; + sha1 = "e567cfdcb324d4e7ae5922a3700ada5de879a0ca"; + }; + }; "es6-error-4.1.1" = { name = "es6-error"; packageName = "es6-error"; @@ -17664,13 +19059,13 @@ let sha512 = "Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ=="; }; }; - "eslint-plugin-vue-7.0.0" = { + "eslint-plugin-vue-7.0.1" = { name = "eslint-plugin-vue"; packageName = "eslint-plugin-vue"; - version = "7.0.0"; + version = "7.0.1"; src = fetchurl { - url = "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.0.0.tgz"; - sha512 = "SFcM8ZMdVRUQKrAryl6Q5razrJtloATUOKTZoK/8yvQig1c1L3VRoMLL9AXiV3VNsKXolkk6yeMIiqGf33/Iew=="; + url = "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.0.1.tgz"; + sha512 = "Pzl88S8Gue9BPcvSg+K/Av2V5UlwGeBxiZW5cLYbDngHm7vLnSuO/q2n54kIyCqfPmuD5PKlJrNSzoN+Ur9HRg=="; }; }; "eslint-scope-3.7.3" = { @@ -18186,6 +19581,15 @@ let sha512 = "/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA=="; }; }; + "exec-async-2.2.0" = { + name = "exec-async"; + packageName = "exec-async"; + version = "2.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/exec-async/-/exec-async-2.2.0.tgz"; + sha1 = "c7c5ad2eef3478d38390c6dd3acfe8af0efc8301"; + }; + }; "exec-sh-0.2.2" = { name = "exec-sh"; packageName = "exec-sh"; @@ -18294,6 +19698,24 @@ let sha512 = "8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg=="; }; }; + "exeunt-1.1.0" = { + name = "exeunt"; + packageName = "exeunt"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/exeunt/-/exeunt-1.1.0.tgz"; + sha1 = "af72db6f94b3cb75e921aee375d513049843d284"; + }; + }; + "exif-parser-0.1.12" = { + name = "exif-parser"; + packageName = "exif-parser"; + version = "0.1.12"; + src = fetchurl { + url = "https://registry.npmjs.org/exif-parser/-/exif-parser-0.1.12.tgz"; + sha1 = "58a9d2d72c02c1f6f02a0ef4a9166272b7760922"; + }; + }; "exit-0.1.2" = { name = "exit"; packageName = "exit"; @@ -18375,6 +19797,15 @@ let sha1 = "a793d3ac0cad4c6ab571e9968fbbab6cb2532929"; }; }; + "expo-pwa-0.0.44" = { + name = "expo-pwa"; + packageName = "expo-pwa"; + version = "0.0.44"; + src = fetchurl { + url = "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.44.tgz"; + sha512 = "GB5HKftWXh3G43kftpD/ZhuHIKSukW+7eA1UdxkIKkNVqHy2Co3CNrVQFogDl5H3XY744rJKXJj5Jnz/jMxOtg=="; + }; + }; "express-2.5.11" = { name = "express"; packageName = "express"; @@ -18393,6 +19824,15 @@ let sha1 = "0b63ae626c96b71b78d13dfce079c10351635a86"; }; }; + "express-4.16.4" = { + name = "express"; + packageName = "express"; + version = "4.16.4"; + src = fetchurl { + url = "https://registry.npmjs.org/express/-/express-4.16.4.tgz"; + sha512 = "j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg=="; + }; + }; "express-4.17.1" = { name = "express"; packageName = "express"; @@ -18870,13 +20310,13 @@ let sha1 = "3d8a5c66883a16a30ca8643e851f19baa7797917"; }; }; - "fast-redact-2.0.0" = { + "fast-redact-2.1.0" = { name = "fast-redact"; packageName = "fast-redact"; - version = "2.0.0"; + version = "2.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/fast-redact/-/fast-redact-2.0.0.tgz"; - sha512 = "zxpkULI9W9MNTK2sJ3BpPQrTEXFNESd2X6O1tXMFpK/XM0G5c5Rll2EVYZH2TqI3xRGK/VaJ+eEOt7pnENJpeA=="; + url = "https://registry.npmjs.org/fast-redact/-/fast-redact-2.1.0.tgz"; + sha512 = "0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A=="; }; }; "fast-safe-stringify-1.2.3" = { @@ -19050,6 +20490,15 @@ let sha512 = "0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw=="; }; }; + "figlet-1.5.0" = { + name = "figlet"; + packageName = "figlet"; + version = "1.5.0"; + src = fetchurl { + url = "https://registry.npmjs.org/figlet/-/figlet-1.5.0.tgz"; + sha512 = "ZQJM4aifMpz6H19AW1VqvZ7l4pOE9p7i/3LyxgO2kp+PO/VcDYNqIHEMtkccqIhTXMKci4kjueJr/iCQEaT/Ww=="; + }; + }; "figures-1.7.0" = { name = "figures"; packageName = "figures"; @@ -19095,6 +20544,15 @@ let sha512 = "bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g=="; }; }; + "file-loader-6.0.0" = { + name = "file-loader"; + packageName = "file-loader"; + version = "6.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/file-loader/-/file-loader-6.0.0.tgz"; + sha512 = "/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ=="; + }; + }; "file-size-0.0.5" = { name = "file-size"; packageName = "file-size"; @@ -19176,6 +20634,15 @@ let sha512 = "qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ=="; }; }; + "file-type-9.0.0" = { + name = "file-type"; + packageName = "file-type"; + version = "9.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/file-type/-/file-type-9.0.0.tgz"; + sha512 = "Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw=="; + }; + }; "file-uri-to-path-1.0.0" = { name = "file-uri-to-path"; packageName = "file-uri-to-path"; @@ -19248,6 +20715,15 @@ let sha512 = "7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg=="; }; }; + "filesize-6.0.1" = { + name = "filesize"; + packageName = "filesize"; + version = "6.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz"; + sha512 = "u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg=="; + }; + }; "filesize-6.1.0" = { name = "filesize"; packageName = "filesize"; @@ -19302,6 +20778,15 @@ let sha512 = "yDEp513p7+iLdFHWBVdZFnRiOYwg8ZqmpaAiZCMjzqsbo7tCS4Qm4ulXOht337NGzkukKa9u3W4wqQ9tQPm3Ug=="; }; }; + "finalhandler-1.1.1" = { + name = "finalhandler"; + packageName = "finalhandler"; + version = "1.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz"; + sha512 = "Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg=="; + }; + }; "finalhandler-1.1.2" = { name = "finalhandler"; packageName = "finalhandler"; @@ -19410,6 +20895,15 @@ let sha512 = "dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q=="; }; }; + "find-yarn-workspace-root-2.0.0" = { + name = "find-yarn-workspace-root"; + packageName = "find-yarn-workspace-root"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz"; + sha512 = "1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ=="; + }; + }; "findit-1.2.0" = { name = "findit"; packageName = "findit"; @@ -19455,13 +20949,13 @@ let sha512 = "ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng=="; }; }; - "firefox-profile-2.0.0" = { + "firefox-profile-4.0.0" = { name = "firefox-profile"; packageName = "firefox-profile"; - version = "2.0.0"; + version = "4.0.0"; src = fetchurl { - url = "https://registry.npmjs.org/firefox-profile/-/firefox-profile-2.0.0.tgz"; - sha512 = "BPfcUISOV6+UwF6uqo5QS8iuFL6XZvHCm+1iuynIJ7fe1zea69Is77/n/098fp0a9sZ94lvT8rpYB15S/riSaA=="; + url = "https://registry.npmjs.org/firefox-profile/-/firefox-profile-4.0.0.tgz"; + sha512 = "Vw31AsjfLDbcApMDwwnhZcz3tWjV6lxB9BNf84FaV44rZXtU87cVbFMBzPEtrJdUDbwPYiuYzprp6yksYGwjSw=="; }; }; "first-chunk-stream-2.0.0" = { @@ -19626,13 +21120,13 @@ let sha512 = "jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg=="; }; }; - "flow-parser-0.134.0" = { + "flow-parser-0.135.0" = { name = "flow-parser"; packageName = "flow-parser"; - version = "0.134.0"; + version = "0.135.0"; src = fetchurl { - url = "https://registry.npmjs.org/flow-parser/-/flow-parser-0.134.0.tgz"; - sha512 = "VmRba5YXKmVqIH3xNzUJ4pNobxXEOl6h36m+0f5dZ6/av9YlRpls/yBnPESQ4qBUbyyp7iqoc1Feo1lFw3u1YQ=="; + url = "https://registry.npmjs.org/flow-parser/-/flow-parser-0.135.0.tgz"; + sha512 = "ev8SvmG+XU9D6WgHVezP4kY3Myr1tJvTUTEi7mbhhj+rn889K7YXdakte6oqXNLIJYJ2f5Fuw18zXTVa1NO8Kw=="; }; }; "fluent-ffmpeg-2.1.2" = { @@ -19905,6 +21399,15 @@ let sha512 = "47VfT5AYpxn1bnsnH6UfpBWKpMVnSz42MZwH+hwz/wACd9THyUu/fRoCRIT758fzCAbRoHIlkVUAL+WmlxSKeg=="; }; }; + "fork-ts-checker-webpack-plugin-3.1.1" = { + name = "fork-ts-checker-webpack-plugin"; + packageName = "fork-ts-checker-webpack-plugin"; + version = "3.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz"; + sha512 = "DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ=="; + }; + }; "fork-ts-checker-webpack-plugin-5.1.0" = { name = "fork-ts-checker-webpack-plugin"; packageName = "fork-ts-checker-webpack-plugin"; @@ -20058,6 +21561,15 @@ let sha1 = "006775509f3935701784d3ed2fc9f12c9df1bab2"; }; }; + "freeport-async-2.0.0" = { + name = "freeport-async"; + packageName = "freeport-async"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/freeport-async/-/freeport-async-2.0.0.tgz"; + sha512 = "K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ=="; + }; + }; "fresh-0.1.0" = { name = "fresh"; packageName = "fresh"; @@ -20472,6 +21984,15 @@ let sha1 = "979e22f9451b4b38f051f7937c919dbacc692958"; }; }; + "fwd-stream-1.0.4" = { + name = "fwd-stream"; + packageName = "fwd-stream"; + version = "1.0.4"; + src = fetchurl { + url = "https://registry.npmjs.org/fwd-stream/-/fwd-stream-1.0.4.tgz"; + sha1 = "ed281cabed46feecf921ee32dc4c50b372ac7cfa"; + }; + }; "fx-runner-1.0.13" = { name = "fx-runner"; packageName = "fx-runner"; @@ -20643,6 +22164,15 @@ let sha1 = "ead774abee72e20409433a066366023dd6887a41"; }; }; + "get-own-enumerable-property-symbols-3.0.2" = { + name = "get-own-enumerable-property-symbols"; + packageName = "get-own-enumerable-property-symbols"; + version = "3.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz"; + sha512 = "I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="; + }; + }; "get-package-type-0.1.0" = { name = "get-package-type"; packageName = "get-package-type"; @@ -20805,6 +22335,15 @@ let sha1 = "dc15ca1c672387ca76bd37ac0a395ba2042a2c28"; }; }; + "getenv-0.7.0" = { + name = "getenv"; + packageName = "getenv"; + version = "0.7.0"; + src = fetchurl { + url = "https://registry.npmjs.org/getenv/-/getenv-0.7.0.tgz"; + sha1 = "39b91838707e2086fd1cf6ef8777d1c93e14649e"; + }; + }; "getmac-5.16.0" = { name = "getmac"; packageName = "getmac"; @@ -21670,6 +23209,15 @@ let sha512 = "jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A=="; }; }; + "graphql-0.13.2" = { + name = "graphql"; + packageName = "graphql"; + version = "0.13.2"; + src = fetchurl { + url = "https://registry.npmjs.org/graphql/-/graphql-0.13.2.tgz"; + sha512 = "QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog=="; + }; + }; "graphql-14.7.0" = { name = "graphql"; packageName = "graphql"; @@ -21733,6 +23281,15 @@ let sha512 = "VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA=="; }; }; + "graphql-tools-3.0.0" = { + name = "graphql-tools"; + packageName = "graphql-tools"; + version = "3.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/graphql-tools/-/graphql-tools-3.0.0.tgz"; + sha512 = "orcLQm0pc6dcIvFyAudgmno/akZy07bbMalTv5dj6B8uW2ZPmwIANr7pDEJoiumb67h2kZjsU9yvgTwmF0kMPQ=="; + }; + }; "graphql-tools-4.0.8" = { name = "graphql-tools"; packageName = "graphql-tools"; @@ -21742,15 +23299,6 @@ let sha512 = "MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg=="; }; }; - "graphql-type-json-0.2.4" = { - name = "graphql-type-json"; - packageName = "graphql-type-json"; - version = "0.2.4"; - src = fetchurl { - url = "https://registry.npmjs.org/graphql-type-json/-/graphql-type-json-0.2.4.tgz"; - sha512 = "/tq02ayMQjrG4oDFDRLLrPk0KvJXue0nVXoItBe7uAdbNXjQUu+HYCBdAmPLQoseVzUKKMzrhq2P/sfI76ON6w=="; - }; - }; "graphql-type-json-0.3.2" = { name = "graphql-type-json"; packageName = "graphql-type-json"; @@ -21958,6 +23506,15 @@ let sha512 = "4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw=="; }; }; + "gzip-size-5.1.1" = { + name = "gzip-size"; + packageName = "gzip-size"; + version = "5.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz"; + sha512 = "FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA=="; + }; + }; "handle-thing-2.0.1" = { name = "handle-thing"; packageName = "handle-thing"; @@ -22264,6 +23821,15 @@ let sha512 = "UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw=="; }; }; + "hasbin-1.2.3" = { + name = "hasbin"; + packageName = "hasbin"; + version = "1.2.3"; + src = fetchurl { + url = "https://registry.npmjs.org/hasbin/-/hasbin-1.2.3.tgz"; + sha1 = "78c5926893c80215c2b568ae1fd3fcab7a2696b0"; + }; + }; "hash-base-3.1.0" = { name = "hash-base"; packageName = "hash-base"; @@ -22318,6 +23884,15 @@ let sha1 = "8b5341c3496124b0724ac8555fbb8ca363ebbb73"; }; }; + "hashids-1.1.4" = { + name = "hashids"; + packageName = "hashids"; + version = "1.1.4"; + src = fetchurl { + url = "https://registry.npmjs.org/hashids/-/hashids-1.1.4.tgz"; + sha512 = "U/fnTE3edW0AV92ZI/BfEluMZuVcu3MDOopsN7jS+HqDYcarQo8rXQiWlsBlm0uX48/taYSdxRsfzh2HRg5Z6w=="; + }; + }; "hashish-0.0.4" = { name = "hashish"; packageName = "hashish"; @@ -22624,6 +24199,15 @@ let sha1 = "20bb7403d3cea398e91dc4710a8ff1b8274a25ed"; }; }; + "hoek-4.2.1" = { + name = "hoek"; + packageName = "hoek"; + version = "4.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz"; + sha512 = "QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA=="; + }; + }; "hogan.js-3.0.2" = { name = "hogan.js"; packageName = "hogan.js"; @@ -22741,6 +24325,15 @@ let sha512 = "rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA=="; }; }; + "html-loader-1.1.0" = { + name = "html-loader"; + packageName = "html-loader"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/html-loader/-/html-loader-1.1.0.tgz"; + sha512 = "zwLbEgy+i7sgIYTlxI9M7jwkn29IvdsV6f1y7a2aLv/w8l1RigVk0PFijBZLLFsdi2gvL8sf2VJhTjLlfnK8sA=="; + }; + }; "html-minifier-3.5.21" = { name = "html-minifier"; packageName = "html-minifier"; @@ -22750,6 +24343,15 @@ let sha512 = "LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA=="; }; }; + "html-minifier-terser-5.1.1" = { + name = "html-minifier-terser"; + packageName = "html-minifier-terser"; + version = "5.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz"; + sha512 = "ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg=="; + }; + }; "html-tags-1.2.0" = { name = "html-tags"; packageName = "html-tags"; @@ -22786,6 +24388,15 @@ let sha512 = "uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w=="; }; }; + "html-webpack-plugin-4.3.0" = { + name = "html-webpack-plugin"; + packageName = "html-webpack-plugin"; + version = "4.3.0"; + src = fetchurl { + url = "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz"; + sha512 = "C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w=="; + }; + }; "html-whitespace-sensitive-tag-names-1.0.3" = { name = "html-whitespace-sensitive-tag-names"; packageName = "html-whitespace-sensitive-tag-names"; @@ -23291,6 +24902,15 @@ let sha512 = "98ELn/dqep00DQ/v1E1gpM21HNN6nqU3mS85mYKd9P7lXrhfUcuysPaa3HviKSFb3WPdjf7avuAST3P0dhNp/A=="; }; }; + "iconv-lite-0.4.23" = { + name = "iconv-lite"; + packageName = "iconv-lite"; + version = "0.4.23"; + src = fetchurl { + url = "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz"; + sha512 = "neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA=="; + }; + }; "iconv-lite-0.4.24" = { name = "iconv-lite"; packageName = "iconv-lite"; @@ -23345,6 +24965,24 @@ let sha512 = "snvtAQRforYUI+C2+45L2LBJy/0/uQUffxv8/uwiS98fSUoXHVrFPClgzWZWxT0drwkLHJRm9inZcYzTR42GLA=="; }; }; + "idb-wrapper-1.7.2" = { + name = "idb-wrapper"; + packageName = "idb-wrapper"; + version = "1.7.2"; + src = fetchurl { + url = "https://registry.npmjs.org/idb-wrapper/-/idb-wrapper-1.7.2.tgz"; + sha512 = "zfNREywMuf0NzDo9mVsL0yegjsirJxHpKHvWcyRozIqQy89g0a3U+oBPOCN4cc0oCiOuYgZHimzaW/R46G1Mpg=="; + }; + }; + "idx-2.4.0" = { + name = "idx"; + packageName = "idx"; + version = "2.4.0"; + src = fetchurl { + url = "https://registry.npmjs.org/idx/-/idx-2.4.0.tgz"; + sha512 = "FnV6fXF1/cXvam/OXAz98v3GbhQVws+ecMEVLxyQ1aXgK2nooTkTDqex5Lks84wiCsS1So6QtwwCYT6H+vIKkw=="; + }; + }; "ieee754-1.1.13" = { name = "ieee754"; packageName = "ieee754"; @@ -23480,6 +25118,15 @@ let sha512 = "QshP0SFpsy/bHQBjYMgzCcnLoqTj6PHFg8ZkPi2WbTw1qddNy0puuPDaFlXyrsZAdWMT3QziPDMzfj+mzCVMYg=="; }; }; + "immer-1.10.0" = { + name = "immer"; + packageName = "immer"; + version = "1.10.0"; + src = fetchurl { + url = "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz"; + sha512 = "O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg=="; + }; + }; "import-cwd-2.1.0" = { name = "import-cwd"; packageName = "import-cwd"; @@ -23741,13 +25388,13 @@ let sha512 = "zKSiXKhQveNteyhcj1CoOP8tqp1QuxPIPBl8Bid99DGLFqA1p87M6lNgfjJHSBoWJJlidGOv5rWjyYKEB3g2Jw=="; }; }; - "ink-3.0.6" = { + "ink-3.0.7" = { name = "ink"; packageName = "ink"; - version = "3.0.6"; + version = "3.0.7"; src = fetchurl { - url = "https://registry.npmjs.org/ink/-/ink-3.0.6.tgz"; - sha512 = "MOaRUKlDdyzBr6IhiBpBA5+9tv+OlVvQrEErQlN2dfofJ0Q52Xc3gZ5YtgGj0UVD24Ex79WL2QZGJh0emz+jDQ=="; + url = "https://registry.npmjs.org/ink/-/ink-3.0.7.tgz"; + sha512 = "DF/Ena9E8af4+dYu4rrk60WwWB54CPL4s4OspDnBk0uZqntmNZLfc4PftreHeW3sUeQJK+2MdQvPLORro7mDQQ=="; }; }; "ink-text-input-4.0.1" = { @@ -23885,13 +25532,13 @@ let sha512 = "JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA=="; }; }; - "inquirer-autocomplete-prompt-1.1.0" = { + "inquirer-autocomplete-prompt-1.2.0" = { name = "inquirer-autocomplete-prompt"; packageName = "inquirer-autocomplete-prompt"; - version = "1.1.0"; + version = "1.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-1.1.0.tgz"; - sha512 = "mrSeUSFGnTSid/DCKG+E+IcN4MaOnT2bW7NuSagZAguD4k3hZ0UladdYNP4EstZOwgeqv0C3M1zYa1QIIf0Oyg=="; + url = "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-1.2.0.tgz"; + sha512 = "t8A0gFq0mOKGz8wmGBPh+M/AC8KSMMcn7dnHXzLWyKvLiRYWswQ6rg7d938hoR5tVP1GpHVmHOR6YP8G5dYhhQ=="; }; }; "insert-module-globals-7.2.0" = { @@ -23975,15 +25622,6 @@ let sha512 = "LgjHkRl9W6bj2n+kWrAOgvCYPTYt+LanE4rtd/vKNq6yEb+SvVV7UTLzoSPpDX6/U1cAz7VfqPr+lPAIz7wHaQ=="; }; }; - "inspect-with-kind-1.0.5" = { - name = "inspect-with-kind"; - packageName = "inspect-with-kind"; - version = "1.0.5"; - src = fetchurl { - url = "https://registry.npmjs.org/inspect-with-kind/-/inspect-with-kind-1.0.5.tgz"; - sha512 = "MAQUJuIo7Xqk8EVNP+6d3CKq9c80hi4tjIbIAT6lmGW9W6WzlHiu9PS8uSuUYU+Do+j1baiFp3H25XEVxDIG2g=="; - }; - }; "int53-1.0.0" = { name = "int53"; packageName = "int53"; @@ -24209,6 +25847,15 @@ let sha1 = "2ca9b033651111855412f16be5d77c62a458a766"; }; }; + "is-0.2.7" = { + name = "is"; + packageName = "is"; + version = "0.2.7"; + src = fetchurl { + url = "https://registry.npmjs.org/is/-/is-0.2.7.tgz"; + sha1 = "3b34a2c48f359972f35042849193ae7264b63562"; + }; + }; "is-3.3.0" = { name = "is"; packageName = "is"; @@ -24902,6 +26549,15 @@ let sha512 = "96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig=="; }; }; + "is-npm-5.0.0" = { + name = "is-npm"; + packageName = "is-npm"; + version = "5.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz"; + sha512 = "WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA=="; + }; + }; "is-number-2.1.0" = { name = "is-number"; packageName = "is-number"; @@ -24965,6 +26621,15 @@ let sha512 = "drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="; }; }; + "is-object-0.1.2" = { + name = "is-object"; + packageName = "is-object"; + version = "0.1.2"; + src = fetchurl { + url = "https://registry.npmjs.org/is-object/-/is-object-0.1.2.tgz"; + sha1 = "00efbc08816c33cfc4ac8251d132e10dc65098d7"; + }; + }; "is-object-1.0.1" = { name = "is-object"; packageName = "is-object"; @@ -25073,6 +26738,15 @@ let sha512 = "VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q=="; }; }; + "is-port-reachable-2.0.1" = { + name = "is-port-reachable"; + packageName = "is-port-reachable"; + version = "2.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/is-port-reachable/-/is-port-reachable-2.0.1.tgz"; + sha512 = "SqU55C5gkitgOhl2ccd2v23MbkbcOFa5e4aPo8h8VGqOifh7iDwG44bQBWGW/lZulTjl9AWIKP0NiUWpa+TtWA=="; + }; + }; "is-posix-bracket-0.1.1" = { name = "is-posix-bracket"; packageName = "is-posix-bracket"; @@ -25118,6 +26792,15 @@ let sha1 = "57fe1c4e48474edd65b09911f26b1cd4095dda84"; }; }; + "is-reachable-4.0.0" = { + name = "is-reachable"; + packageName = "is-reachable"; + version = "4.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/is-reachable/-/is-reachable-4.0.0.tgz"; + sha512 = "eCTBKm9K6nO3H1S3BrJBAqZJIVXKNdwDuGl6KHf1bnf/bn02BvEe+l+MypjsxbqZ7mt5oMhu+bS/mm7G2FRW3A=="; + }; + }; "is-redirect-1.0.0" = { name = "is-redirect"; packageName = "is-redirect"; @@ -25235,6 +26918,15 @@ let sha1 = "07b6c233bc394cd9d02ba15c966bd6660d6342d5"; }; }; + "is-root-2.1.0" = { + name = "is-root"; + packageName = "is-root"; + version = "2.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz"; + sha512 = "AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg=="; + }; + }; "is-scoped-1.0.0" = { name = "is-scoped"; packageName = "is-scoped"; @@ -25541,6 +27233,15 @@ let sha512 = "ORrEy+SNVqUhrCaal4hA4fBzhggQQ+BaLntyPOdoEiwlKZW9BZiJXjg3RMiruE4tPEI3pyVPpySHQF/dKWperg=="; }; }; + "isbuffer-0.0.0" = { + name = "isbuffer"; + packageName = "isbuffer"; + version = "0.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/isbuffer/-/isbuffer-0.0.0.tgz"; + sha1 = "38c146d9df528b8bf9b0701c3d43cf12df3fc39b"; + }; + }; "isemail-3.2.0" = { name = "isemail"; packageName = "isemail"; @@ -25685,6 +27386,15 @@ let sha512 = "1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w=="; }; }; + "iterall-1.2.2" = { + name = "iterall"; + packageName = "iterall"; + version = "1.2.2"; + src = fetchurl { + url = "https://registry.npmjs.org/iterall/-/iterall-1.2.2.tgz"; + sha512 = "yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA=="; + }; + }; "iterall-1.3.0" = { name = "iterall"; packageName = "iterall"; @@ -25856,13 +27566,22 @@ let sha512 = "/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw=="; }; }; - "jest-worker-26.3.0" = { + "jest-worker-26.5.0" = { name = "jest-worker"; packageName = "jest-worker"; - version = "26.3.0"; + version = "26.5.0"; src = fetchurl { - url = "https://registry.npmjs.org/jest-worker/-/jest-worker-26.3.0.tgz"; - sha512 = "Vmpn2F6IASefL+DVBhPzI2J9/GJUsqzomdeN+P+dK8/jKxbh8R3BtFnx3FIta7wYlPU62cpJMJQo4kuOowcMnw=="; + url = "https://registry.npmjs.org/jest-worker/-/jest-worker-26.5.0.tgz"; + sha512 = "kTw66Dn4ZX7WpjZ7T/SUDgRhapFRKWmisVAF0Rv4Fu8SLFD7eLbqpLvbxVqYhSgaWa7I+bW7pHnbyfNsH6stug=="; + }; + }; + "jetifier-1.6.6" = { + name = "jetifier"; + packageName = "jetifier"; + version = "1.6.6"; + src = fetchurl { + url = "https://registry.npmjs.org/jetifier/-/jetifier-1.6.6.tgz"; + sha512 = "JNAkmPeB/GS2tCRqUzRPsTOHpGDah7xP18vGJfIjZC+W2sxEHbxgJxetIjIqhjQ3yYbYNEELkM/spKLtwoOSUQ=="; }; }; "jetpack-id-1.0.0" = { @@ -25874,6 +27593,15 @@ let sha1 = "2cf9fbae46d8074fc16b7de0071c8efebca473a6"; }; }; + "jimp-0.9.8" = { + name = "jimp"; + packageName = "jimp"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/jimp/-/jimp-0.9.8.tgz"; + sha512 = "DHN4apKMwLIvD/TKO9tFfPuankNuVK98vCwHm/Jv9z5cJnrd38xhi+4I7IAGmDU3jIDlrEVhzTkFH1Ymv5yTQQ=="; + }; + }; "jju-1.4.0" = { name = "jju"; packageName = "jju"; @@ -25901,6 +27629,24 @@ let sha1 = "06d4912255093419477d425633606e0e90782967"; }; }; + "joi-11.4.0" = { + name = "joi"; + packageName = "joi"; + version = "11.4.0"; + src = fetchurl { + url = "https://registry.npmjs.org/joi/-/joi-11.4.0.tgz"; + sha512 = "O7Uw+w/zEWgbL6OcHbyACKSj0PkQeUgmehdoXVSxt92QFCq4+1390Rwh5moI2K/OgC7D8RHRZqHZxT2husMJHA=="; + }; + }; + "join-component-1.1.0" = { + name = "join-component"; + packageName = "join-component"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/join-component/-/join-component-1.1.0.tgz"; + sha1 = "b8417b750661a392bee2c2537c68b2a9d4977cd5"; + }; + }; "joplin-turndown-4.0.29" = { name = "joplin-turndown"; packageName = "joplin-turndown"; @@ -25919,6 +27665,15 @@ let sha512 = "qL4+1iycQjZ1fs8zk3jSRk7cg3ROBUHk7GKtiLAQLFzLPKErnILUvz5DLszSQvz3s1sTjPbywLDISVUtBY6HaA=="; }; }; + "jpeg-js-0.3.7" = { + name = "jpeg-js"; + packageName = "jpeg-js"; + version = "0.3.7"; + src = fetchurl { + url = "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.7.tgz"; + sha512 = "9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ=="; + }; + }; "jpeg-js-0.4.2" = { name = "jpeg-js"; packageName = "jpeg-js"; @@ -26252,6 +28007,15 @@ let sha512 = "3OvjqKdCBvH41DLpV4iSt6v2XhZXV1bPB4OROuknvUXI7ZQNofieCPkmE26stEJ9zdQuvIxDHCuYhfgxFAAs+Q=="; }; }; + "json-ptr-1.3.2" = { + name = "json-ptr"; + packageName = "json-ptr"; + version = "1.3.2"; + src = fetchurl { + url = "https://registry.npmjs.org/json-ptr/-/json-ptr-1.3.2.tgz"; + sha512 = "tFH40YQ+lG7mgYYM1kGZOhQngO4SbOEHZJlA4W+NtetWZ20EUU3BPU+30uWRKumuAJoSo5eqrsXD2h72ioS8ew=="; + }; + }; "json-refs-2.1.7" = { name = "json-refs"; packageName = "json-refs"; @@ -26549,13 +28313,13 @@ let sha1 = "3f4dae4a91fac315f71062f8521cc239f1366280"; }; }; - "jsonpath-plus-3.0.0" = { + "jsonpath-plus-4.0.0" = { name = "jsonpath-plus"; packageName = "jsonpath-plus"; - version = "3.0.0"; + version = "4.0.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-3.0.0.tgz"; - sha512 = "WQwgWEBgn+SJU1tlDa/GiY5/ngRpa9yrSj8n4BYPHcwoxTDaMEaYCHMOn42hIHHDd3CrUoRr3+HpsK0hCKoxzA=="; + url = "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-4.0.0.tgz"; + sha512 = "e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A=="; }; }; "jsonpointer-4.1.0" = { @@ -26738,6 +28502,15 @@ let sha1 = "7d86bd56679f58ce6a84704a657dd392bba81a79"; }; }; + "jwt-decode-3.0.0" = { + name = "jwt-decode"; + packageName = "jwt-decode"; + version = "3.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.0.0.tgz"; + sha512 = "RBQv2MTm3FNKQkdzhEyQwh5MbdNgMa+FyIJIK5RMWEn6hRgRHr7j55cRxGhRe6vGJDElyi6f6u/yfkP7AoXddA=="; + }; + }; "k-bucket-0.6.0" = { name = "k-bucket"; packageName = "k-bucket"; @@ -26901,6 +28674,15 @@ let sha1 = "8a319d8e45a13172fca56286372f90c1d4c7014c"; }; }; + "keychain-1.3.0" = { + name = "keychain"; + packageName = "keychain"; + version = "1.3.0"; + src = fetchurl { + url = "https://registry.npmjs.org/keychain/-/keychain-1.3.0.tgz"; + sha1 = "ccb8ddc64a62f34d541ac25e612186442a432410"; + }; + }; "keygrip-1.1.0" = { name = "keygrip"; packageName = "keygrip"; @@ -27063,13 +28845,13 @@ let sha512 = "wRJ9I4az0QcsH7A4v4l0enUpkS++MBx0BnL/68KaLzJg7x1qmbjSlwEoCNol7KTYZ+pmtI7Eh2J0Nu6/2Z5J/Q=="; }; }; - "known-css-properties-0.14.0" = { + "known-css-properties-0.19.0" = { name = "known-css-properties"; packageName = "known-css-properties"; - version = "0.14.0"; + version = "0.19.0"; src = fetchurl { - url = "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.14.0.tgz"; - sha512 = "P+0a/gBzLgVlCnK8I7VcD0yuYJscmWn66wH9tlKsQnmVdg689tLEmziwB9PuazZYLkcm07fvWOKCJJqI55sD5Q=="; + url = "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.19.0.tgz"; + sha512 = "eYboRV94Vco725nKMlpkn3nV2+96p9c3gKXRsYqAJSswSENvBhN7n5L+uDhY58xQa0UukWsDMTGELzmD8Q+wTA=="; }; }; "known-css-properties-0.5.0" = { @@ -27135,6 +28917,15 @@ let sha512 = "T+iwIkuQT0JvTQhvNBTikLhpEJk3ovNoC33niE4QNmYOUrCOdo86PcPkgppOZl+NJXXHebdPHDJ40zqBJ9VMzg=="; }; }; + "last-call-webpack-plugin-3.0.0" = { + name = "last-call-webpack-plugin"; + packageName = "last-call-webpack-plugin"; + version = "3.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz"; + sha512 = "7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w=="; + }; + }; "last-one-wins-1.0.4" = { name = "last-one-wins"; packageName = "last-one-wins"; @@ -27360,6 +29151,15 @@ let sha512 = "psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw=="; }; }; + "level-blobs-0.1.7" = { + name = "level-blobs"; + packageName = "level-blobs"; + version = "0.1.7"; + src = fetchurl { + url = "https://registry.npmjs.org/level-blobs/-/level-blobs-0.1.7.tgz"; + sha1 = "9ab9b97bb99f1edbf9f78a3433e21ed56386bdaf"; + }; + }; "level-codec-6.2.0" = { name = "level-codec"; packageName = "level-codec"; @@ -27396,6 +29196,42 @@ let sha512 = "UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw=="; }; }; + "level-filesystem-1.2.0" = { + name = "level-filesystem"; + packageName = "level-filesystem"; + version = "1.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/level-filesystem/-/level-filesystem-1.2.0.tgz"; + sha1 = "a00aca9919c4a4dfafdca6a8108d225aadff63b3"; + }; + }; + "level-fix-range-1.0.2" = { + name = "level-fix-range"; + packageName = "level-fix-range"; + version = "1.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/level-fix-range/-/level-fix-range-1.0.2.tgz"; + sha1 = "bf15b915ae36d8470c821e883ddf79cd16420828"; + }; + }; + "level-fix-range-2.0.0" = { + name = "level-fix-range"; + packageName = "level-fix-range"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/level-fix-range/-/level-fix-range-2.0.0.tgz"; + sha1 = "c417d62159442151a19d9a2367868f1724c2d548"; + }; + }; + "level-hooks-4.5.0" = { + name = "level-hooks"; + packageName = "level-hooks"; + version = "4.5.0"; + src = fetchurl { + url = "https://registry.npmjs.org/level-hooks/-/level-hooks-4.5.0.tgz"; + sha1 = "1b9ae61922930f3305d1a61fc4d83c8102c0dd93"; + }; + }; "level-iterator-stream-4.0.2" = { name = "level-iterator-stream"; packageName = "level-iterator-stream"; @@ -27405,6 +29241,15 @@ let sha512 = "ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q=="; }; }; + "level-js-2.2.4" = { + name = "level-js"; + packageName = "level-js"; + version = "2.2.4"; + src = fetchurl { + url = "https://registry.npmjs.org/level-js/-/level-js-2.2.4.tgz"; + sha1 = "bc055f4180635d4489b561c9486fa370e8c11697"; + }; + }; "level-js-4.0.2" = { name = "level-js"; packageName = "level-js"; @@ -27432,6 +29277,15 @@ let sha512 = "HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ=="; }; }; + "level-peek-1.0.6" = { + name = "level-peek"; + packageName = "level-peek"; + version = "1.0.6"; + src = fetchurl { + url = "https://registry.npmjs.org/level-peek/-/level-peek-1.0.6.tgz"; + sha1 = "bec51c72a82ee464d336434c7c876c3fcbcce77f"; + }; + }; "level-post-1.0.7" = { name = "level-post"; packageName = "level-post"; @@ -27441,6 +29295,15 @@ let sha512 = "PWYqG4Q00asOrLhX7BejSajByB4EmG2GaKHfj3h5UmmZ2duciXLPGYWIjBzLECFWUGOZWlm5B20h/n3Gs3HKew=="; }; }; + "level-sublevel-5.2.3" = { + name = "level-sublevel"; + packageName = "level-sublevel"; + version = "5.2.3"; + src = fetchurl { + url = "https://registry.npmjs.org/level-sublevel/-/level-sublevel-5.2.3.tgz"; + sha1 = "744c12c72d2e72be78dde3b9b5cd84d62191413a"; + }; + }; "level-supports-1.0.1" = { name = "level-supports"; packageName = "level-supports"; @@ -27459,6 +29322,15 @@ let sha512 = "iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ=="; }; }; + "levelup-0.18.6" = { + name = "levelup"; + packageName = "levelup"; + version = "0.18.6"; + src = fetchurl { + url = "https://registry.npmjs.org/levelup/-/levelup-0.18.6.tgz"; + sha1 = "e6a01cb089616c8ecc0291c2a9bd3f0c44e3e5eb"; + }; + }; "levelup-4.4.0" = { name = "levelup"; packageName = "levelup"; @@ -27720,6 +29592,15 @@ let sha512 = "04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw=="; }; }; + "load-bmfont-1.4.1" = { + name = "load-bmfont"; + packageName = "load-bmfont"; + version = "1.4.1"; + src = fetchurl { + url = "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz"; + sha512 = "8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA=="; + }; + }; "load-ip-set-2.1.0" = { name = "load-ip-set"; packageName = "load-ip-set"; @@ -27783,6 +29664,15 @@ let sha512 = "Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw=="; }; }; + "loader-utils-1.2.3" = { + name = "loader-utils"; + packageName = "loader-utils"; + version = "1.2.3"; + src = fetchurl { + url = "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz"; + sha512 = "fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA=="; + }; + }; "loader-utils-1.4.0" = { name = "loader-utils"; packageName = "loader-utils"; @@ -27846,6 +29736,15 @@ let sha512 = "iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw=="; }; }; + "lock-0.1.4" = { + name = "lock"; + packageName = "lock"; + version = "0.1.4"; + src = fetchurl { + url = "https://registry.npmjs.org/lock/-/lock-0.1.4.tgz"; + sha1 = "fec7deaef17e7c3a0a55e1da042803e25d91745d"; + }; + }; "locks-0.2.2" = { name = "locks"; packageName = "locks"; @@ -27855,13 +29754,13 @@ let sha1 = "259933d1327cbaf0fd3662f8fffde36809d84ced"; }; }; - "locutus-2.0.12" = { + "locutus-2.0.14" = { name = "locutus"; packageName = "locutus"; - version = "2.0.12"; + version = "2.0.14"; src = fetchurl { - url = "https://registry.npmjs.org/locutus/-/locutus-2.0.12.tgz"; - sha512 = "wnzhY9xOdDb2djr17kQhTh9oZgEfp78zI27KRRiiV1GnPXWA2xfVODbpH3QgpIuUMLupM02+6X/rJXvktTpnoA=="; + url = "https://registry.npmjs.org/locutus/-/locutus-2.0.14.tgz"; + sha512 = "0H1o1iHNEp3kJ5rW57bT/CAP5g6Qm0Zd817Wcx2+rOMTYyIJoc482Ja1v9dB6IUjwvWKcBNdYi7x2lRXtlJ3bA=="; }; }; "lodash-2.4.2" = { @@ -27900,6 +29799,15 @@ let sha1 = "d22c9ac660288f3843e16ba7d2b5d06cca27d777"; }; }; + "lodash-4.17.15" = { + name = "lodash"; + packageName = "lodash"; + version = "4.17.15"; + src = fetchurl { + url = "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz"; + sha512 = "8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="; + }; + }; "lodash-4.17.19" = { name = "lodash"; packageName = "lodash"; @@ -29097,6 +31005,15 @@ let sha512 = "Mc8jNuSFImQUIateBFwdOQcmC6Q5maU0VVvdC2R6XMb66/VnT+7WS4D/0EeNMZu1YODmJe5NIn2XftCzEocUgw=="; }; }; + "logfmt-1.3.2" = { + name = "logfmt"; + packageName = "logfmt"; + version = "1.3.2"; + src = fetchurl { + url = "https://registry.npmjs.org/logfmt/-/logfmt-1.3.2.tgz"; + sha512 = "U0lelcaGWEfEITZQXs8y5HrJp2xa0BJ+KDfkkLJRmuKbQIEVGNv145FbaNekY4ZYHJSBBx8NLJitaPtRqLEkxQ=="; + }; + }; "logform-2.2.0" = { name = "logform"; packageName = "logform"; @@ -29106,6 +31023,15 @@ let sha512 = "N0qPlqfypFx7UHNn4B3lzS/b0uLqt2hmuoa+PpuXNYgozdJYAyauF5Ky0BWVjrxDlMWiT3qN4zPq3vVAfZy7Yg=="; }; }; + "logkitty-0.7.1" = { + name = "logkitty"; + packageName = "logkitty"; + version = "0.7.1"; + src = fetchurl { + url = "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz"; + sha512 = "/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ=="; + }; + }; "loglevel-1.7.0" = { name = "loglevel"; packageName = "loglevel"; @@ -30213,6 +32139,15 @@ let sha512 = "xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg=="; }; }; + "md5hex-1.0.0" = { + name = "md5hex"; + packageName = "md5hex"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/md5hex/-/md5hex-1.0.0.tgz"; + sha1 = "ed74b477a2ee9369f75efee2f08d5915e52a42e8"; + }; + }; "mdast-comment-marker-1.1.2" = { name = "mdast-comment-marker"; packageName = "mdast-comment-marker"; @@ -30258,13 +32193,13 @@ let sha1 = "c04891883c28c83602e1d06b05a11037e359b4c8"; }; }; - "mdn-browser-compat-data-1.0.35" = { + "mdn-browser-compat-data-1.0.39" = { name = "mdn-browser-compat-data"; packageName = "mdn-browser-compat-data"; - version = "1.0.35"; + version = "1.0.39"; src = fetchurl { - url = "https://registry.npmjs.org/mdn-browser-compat-data/-/mdn-browser-compat-data-1.0.35.tgz"; - sha512 = "7SMAEZgBaElDNcqFhmInBnSo+c+MOzprt7hrGNcEo9hMhDiPQ7L4dwEt6gunudjI0jXenPJaW0S8U4ckeP2uhw=="; + url = "https://registry.npmjs.org/mdn-browser-compat-data/-/mdn-browser-compat-data-1.0.39.tgz"; + sha512 = "1U5Lt+pjYxJ1mosBIdK5fr3guzV4v81f8yy0rLAj/cu7ki3ciCe85LVJJ0RLK0lP6VwFtjpXSOESfwAEpz0FyQ=="; }; }; "mdn-data-2.0.4" = { @@ -30708,6 +32643,51 @@ let sha1 = "5529a4d67654134edcc5266656835b0f851afcee"; }; }; + "metro-babel-transformer-0.58.0" = { + name = "metro-babel-transformer"; + packageName = "metro-babel-transformer"; + version = "0.58.0"; + src = fetchurl { + url = "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.58.0.tgz"; + sha512 = "yBX3BkRhw2TCNPhe+pmLSgsAEA3huMvnX08UwjFqSXXI1aiqzRQobn92uKd1U5MM1Vx8EtXVomlJb95ZHNAv6A=="; + }; + }; + "metro-react-native-babel-preset-0.58.0" = { + name = "metro-react-native-babel-preset"; + packageName = "metro-react-native-babel-preset"; + version = "0.58.0"; + src = fetchurl { + url = "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.58.0.tgz"; + sha512 = "MRriNW+fF6jxABsgPphocUY6mIhmCm8idcrQZ58fT3Iti2vCdtkaK32TyCGUNUptzhUe2/cbE57j4aC+eaodAA=="; + }; + }; + "metro-react-native-babel-transformer-0.58.0" = { + name = "metro-react-native-babel-transformer"; + packageName = "metro-react-native-babel-transformer"; + version = "0.58.0"; + src = fetchurl { + url = "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.58.0.tgz"; + sha512 = "3A73+cRq1eUPQ8g+hPNGgMUMCGmtQjwqHfoG1DwinAoJ/kr4WOXWWbGZo0xHJNBe/zdHGl0uHcDCp2knPglTdQ=="; + }; + }; + "metro-source-map-0.58.0" = { + name = "metro-source-map"; + packageName = "metro-source-map"; + version = "0.58.0"; + src = fetchurl { + url = "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.58.0.tgz"; + sha512 = "yvN1YPmejmgiiS7T1aKBiiUTHPw2Vcm3r2TZ+DY92z/9PR4alysIywrCs/fTHs8rbDcKM5VfPCKGLpkBrbKeOw=="; + }; + }; + "metro-symbolicate-0.58.0" = { + name = "metro-symbolicate"; + packageName = "metro-symbolicate"; + version = "0.58.0"; + src = fetchurl { + url = "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.58.0.tgz"; + sha512 = "uIVxUQC1E26qOMj13dKROhwAa2FmZk5eR0NcBqej/aXmQhpr8LjJg2sondkoLKUp827Tf/Fm9+pS4icb5XiqCw=="; + }; + }; "micro-api-client-3.3.0" = { name = "micro-api-client"; packageName = "micro-api-client"; @@ -30744,6 +32724,15 @@ let sha1 = "a12bdb0103681e8b126a9b071eba4c467c78fffe"; }; }; + "microevent.ts-0.1.1" = { + name = "microevent.ts"; + packageName = "microevent.ts"; + version = "0.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz"; + sha512 = "jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g=="; + }; + }; "micromatch-2.3.11" = { name = "micromatch"; packageName = "micromatch"; @@ -30825,6 +32814,15 @@ let sha1 = "115f9e3b6b3daf2959983cb38f149a2d40eb5d53"; }; }; + "mime-1.4.1" = { + name = "mime"; + packageName = "mime"; + version = "1.4.1"; + src = fetchurl { + url = "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz"; + sha512 = "KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ=="; + }; + }; "mime-1.6.0" = { name = "mime"; packageName = "mime"; @@ -30960,6 +32958,15 @@ let sha512 = "I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="; }; }; + "mini-css-extract-plugin-0.5.0" = { + name = "mini-css-extract-plugin"; + packageName = "mini-css-extract-plugin"; + version = "0.5.0"; + src = fetchurl { + url = "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz"; + sha512 = "IuaLjruM0vMKhUUT51fQdQzBYTX49dLj8w68ALEAe2A4iYNpIC4eMac67mt3NzycvjOlf07/kYxJDc0RTl1Wqw=="; + }; + }; "minicap-prebuilt-2.3.0" = { name = "minicap-prebuilt"; packageName = "minicap-prebuilt"; @@ -31086,6 +33093,15 @@ let sha512 = "1oPjfuLQa2caorJUM8HV8lGgWCc0qqAO1MNv/k05G4qslmsndV/5WdNZrqCiyqiz3wohia2Ij2B7w2Dr7/IyrA=="; }; }; + "minipass-2.3.5" = { + name = "minipass"; + packageName = "minipass"; + version = "2.3.5"; + src = fetchurl { + url = "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz"; + sha512 = "Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA=="; + }; + }; "minipass-2.9.0" = { name = "minipass"; packageName = "minipass"; @@ -31113,13 +33129,13 @@ let sha512 = "6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA=="; }; }; - "minipass-fetch-1.3.1" = { + "minipass-fetch-1.3.2" = { name = "minipass-fetch"; packageName = "minipass-fetch"; - version = "1.3.1"; + version = "1.3.2"; src = fetchurl { - url = "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.1.tgz"; - sha512 = "N0ddPAD8OZnoAHUYj1ZH4ZJVna+ucy7if777LrdeIV1ko8f46af4jbyM5EC1gN4xc9Wq5c3C38GnxRJ2gneXRA=="; + url = "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.2.tgz"; + sha512 = "/i4fX1ss+Dtwyk++OsAI6SEV+eE1dvI6W+0hORdjfruQ7VD5uYTetJIHcEMjWiEiszWjn2aAtP1CB/Q4KfeoYA=="; }; }; "minipass-flush-1.0.5" = { @@ -31446,13 +33462,13 @@ let sha512 = "Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw=="; }; }; - "moment-2.29.0" = { + "moment-2.29.1" = { name = "moment"; packageName = "moment"; - version = "2.29.0"; + version = "2.29.1"; src = fetchurl { - url = "https://registry.npmjs.org/moment/-/moment-2.29.0.tgz"; - sha512 = "z6IJ5HXYiuxvFTI6eiQ9dm77uE0gyy1yXNApVHqTcnIKfY9tIwEjlzsZ6u1LQXvVgKeTnv9Xm7NDvJ7lso3MtA=="; + url = "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz"; + sha512 = "kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="; }; }; "moment-2.7.0" = { @@ -32166,6 +34182,15 @@ let sha512 = "9nRjinI9bmz+S7dgNtf4A70+/vPhnd+2krGpy4SUlADuOuSa24IDkNaZ+R/QT1wQ6S8jBdi6wE7fLekFZNfUpQ=="; }; }; + "native-url-0.2.6" = { + name = "native-url"; + packageName = "native-url"; + version = "0.2.6"; + src = fetchurl { + url = "https://registry.npmjs.org/native-url/-/native-url-0.2.6.tgz"; + sha512 = "k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA=="; + }; + }; "natives-1.1.6" = { name = "natives"; packageName = "natives"; @@ -32428,13 +34453,13 @@ let sha512 = "AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug=="; }; }; - "netlify-4.6.0" = { + "netlify-4.7.0" = { name = "netlify"; packageName = "netlify"; - version = "4.6.0"; + version = "4.7.0"; src = fetchurl { - url = "https://registry.npmjs.org/netlify/-/netlify-4.6.0.tgz"; - sha512 = "wmx0bs64TQH1DtJs+5NyYUy9f+VvrBRRpGXNgzFYyaVsect/lxycdkDZwWQFrcvTlCf9lGHlRu2Gr0uC6+/k6Q=="; + url = "https://registry.npmjs.org/netlify/-/netlify-4.7.0.tgz"; + sha512 = "ylGfihIjzVrimuLo6Pl/pGwIIZ9IHxHEemtUu2YBv8fnZzj5rDTHZCNNLaYLDMGo6Oe0o83yR7fnd0pnBHf2Aw=="; }; }; "netlify-redirect-parser-2.5.0" = { @@ -32753,15 +34778,6 @@ let sha512 = "OayFWziIxiHY8bCUyLX6sTpDH8Jsbp4FfYd1j1f7vZyfgkcOnAyM4oQR16f8a0s7Gl/viMGRey8eScYk4V4EZA=="; }; }; - "node-fetch-2.6.0" = { - name = "node-fetch"; - packageName = "node-fetch"; - version = "2.6.0"; - src = fetchurl { - url = "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz"; - sha512 = "8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="; - }; - }; "node-fetch-2.6.1" = { name = "node-fetch"; packageName = "node-fetch"; @@ -32897,6 +34913,15 @@ let sha512 = "MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg=="; }; }; + "node-html-parser-1.3.1" = { + name = "node-html-parser"; + packageName = "node-html-parser"; + version = "1.3.1"; + src = fetchurl { + url = "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.3.1.tgz"; + sha512 = "AwYVI6GyEKj9NGoyMfSx4j5l7Axf7obQgLWGxtasLjED6RggTTQoq5ZRzjwSUfgSZ+Mv8Nzbi3pID0gFGqNUsA=="; + }; + }; "node-int64-0.4.0" = { name = "node-int64"; packageName = "node-int64"; @@ -33437,6 +35462,15 @@ let sha512 = "EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="; }; }; + "npm-package-arg-6.1.0" = { + name = "npm-package-arg"; + packageName = "npm-package-arg"; + version = "6.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.0.tgz"; + sha512 = "zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA=="; + }; + }; "npm-package-arg-6.1.1" = { name = "npm-package-arg"; packageName = "npm-package-arg"; @@ -33446,6 +35480,15 @@ let sha512 = "qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg=="; }; }; + "npm-package-arg-7.0.0" = { + name = "npm-package-arg"; + packageName = "npm-package-arg"; + version = "7.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-7.0.0.tgz"; + sha512 = "xXxr8y5U0kl8dVkz2oK7yZjPBvqM2fwaO5l3Yg13p03v8+E3qQcD0JNhHzjL1vyGgxcKkD0cco+NLR72iuPk3g=="; + }; + }; "npm-package-arg-8.0.1" = { name = "npm-package-arg"; packageName = "npm-package-arg"; @@ -33743,6 +35786,15 @@ let sha512 = "l/SxykuACi2U51osSsBXTxdsFc8Fw41xI7AsZkzgVgWJAzoEFaaNptt35WgY9C3757RUclsm6ye5GvSyYoozLQ=="; }; }; + "oas-validator-5.0.2" = { + name = "oas-validator"; + packageName = "oas-validator"; + version = "5.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/oas-validator/-/oas-validator-5.0.2.tgz"; + sha512 = "KVyNNWtZut1sZVBy4mBt1Iq6vQt0km+vJvaPanx4xV33ylpWpuQnMsb9UNQ6MuZVmOzBLl9SbNyvlNjzicty9Q=="; + }; + }; "oauth-0.9.15" = { name = "oauth"; packageName = "oauth"; @@ -33789,6 +35841,15 @@ let sha1 = "793cef251d45ebdeac32ae40a8b6814faab1d483"; }; }; + "ob1-0.58.0" = { + name = "ob1"; + packageName = "ob1"; + version = "0.58.0"; + src = fetchurl { + url = "https://registry.npmjs.org/ob1/-/ob1-0.58.0.tgz"; + sha512 = "uZP44cbowAfHafP1k4skpWItk5iHCoRevMfrnUvYCfyNNPPJd3rfDCyj0exklWi2gDXvjlj2ObsfiqP/bs/J7Q=="; + }; + }; "object-assign-1.0.0" = { name = "object-assign"; packageName = "object-assign"; @@ -33888,13 +35949,22 @@ let sha512 = "jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA=="; }; }; - "object-is-1.1.2" = { + "object-is-1.1.3" = { name = "object-is"; packageName = "object-is"; - version = "1.1.2"; + version = "1.1.3"; src = fetchurl { - url = "https://registry.npmjs.org/object-is/-/object-is-1.1.2.tgz"; - sha512 = "5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ=="; + url = "https://registry.npmjs.org/object-is/-/object-is-1.1.3.tgz"; + sha512 = "teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg=="; + }; + }; + "object-keys-0.2.0" = { + name = "object-keys"; + packageName = "object-keys"; + version = "0.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/object-keys/-/object-keys-0.2.0.tgz"; + sha1 = "cddec02998b091be42bf1035ae32e49f1cb6ea67"; }; }; "object-keys-0.4.0" = { @@ -33978,6 +36048,15 @@ let sha1 = "3a7f868334b407dea06da16d88d5cd29e435fecf"; }; }; + "object.entries-1.1.2" = { + name = "object.entries"; + packageName = "object.entries"; + version = "1.1.2"; + src = fetchurl { + url = "https://registry.npmjs.org/object.entries/-/object.entries-1.1.2.tgz"; + sha512 = "BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA=="; + }; + }; "object.getownpropertydescriptors-2.1.0" = { name = "object.getownpropertydescriptors"; packageName = "object.getownpropertydescriptors"; @@ -34086,6 +36165,15 @@ let sha512 = "c+EtVwT2IpXz5we2mR40aPLJ1s0eNOsxYeaYbaHhmsY6kWKo3IRkpwpBU5ck0aHfqfKUUEiKabC6rzsrG/hSHw=="; }; }; + "octal-1.0.0" = { + name = "octal"; + packageName = "octal"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/octal/-/octal-1.0.0.tgz"; + sha1 = "63e7162a68efbeb9e213588d58e989d1e5c4530b"; + }; + }; "octokit-pagination-methods-1.1.0" = { name = "octokit-pagination-methods"; packageName = "octokit-pagination-methods"; @@ -34095,13 +36183,13 @@ let sha512 = "fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ=="; }; }; - "office-ui-fabric-react-7.143.0" = { + "office-ui-fabric-react-7.145.0" = { name = "office-ui-fabric-react"; packageName = "office-ui-fabric-react"; - version = "7.143.0"; + version = "7.145.0"; src = fetchurl { - url = "https://registry.npmjs.org/office-ui-fabric-react/-/office-ui-fabric-react-7.143.0.tgz"; - sha512 = "wXYvx0/tPKCQB1l1E8dUCE9udsx+M5TWKoM0sTKoKnBM0qf8q1FvROA+ZEoQ9tlEEohmRpxxiRdrZjCDyV/U3Q=="; + url = "https://registry.npmjs.org/office-ui-fabric-react/-/office-ui-fabric-react-7.145.0.tgz"; + sha512 = "+eAo/bZpnTXmirwsPZxIbPhjQk+C34f0W/8tAHYWYASrRio9DWWDB0PRsSGUNrn1QubWxjudW294fovkewPeAQ=="; }; }; "omggif-1.0.10" = { @@ -34311,15 +36399,6 @@ let sha512 = "IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg=="; }; }; - "open-7.0.4" = { - name = "open"; - packageName = "open"; - version = "7.0.4"; - src = fetchurl { - url = "https://registry.npmjs.org/open/-/open-7.0.4.tgz"; - sha512 = "brSA+/yq+b08Hsr4c8fsEW2CRzk1BmfN3SAK/5VCHQ9bdoZJ4qa/+AfR0xHjlbbZUyPkUHs1b8x1RqdyZdkVqQ=="; - }; - }; "open-7.1.0" = { name = "open"; packageName = "open"; @@ -34509,13 +36588,13 @@ let sha512 = "fiRJE2Z5F0tY9QBssBX9g8Txtr0oj1BOU0nOZ6QHHXQdCYxebszGgcXD63uy0UJQwzwVOMs/AlCnKNVS/yMSEg=="; }; }; - "openapi-to-graphql-2.1.0" = { + "openapi-to-graphql-2.2.5" = { name = "openapi-to-graphql"; packageName = "openapi-to-graphql"; - version = "2.1.0"; + version = "2.2.5"; src = fetchurl { - url = "https://registry.npmjs.org/openapi-to-graphql/-/openapi-to-graphql-2.1.0.tgz"; - sha512 = "Su7/ckttN192x/XTJfaXlzpYK2m+6UEobGS2E0fXK5iLjIwreEZol2uIwjctkFz6oSuKvBgMGCjkBeXGuvPl2A=="; + url = "https://registry.npmjs.org/openapi-to-graphql/-/openapi-to-graphql-2.2.5.tgz"; + sha512 = "HlCCs/D7wMtraNZVYR8fgqv2Fr4afWgWKVf38uwwMEdhTuVHadn+1ILYfmZV6AdejFw7ViQpjNGVRcdrN2wzFg=="; }; }; "openapi-types-1.3.4" = { @@ -34671,6 +36750,15 @@ let sha1 = "da3ea74686fa21a19a111c326e90eb15a0196686"; }; }; + "optimize-css-assets-webpack-plugin-5.0.4" = { + name = "optimize-css-assets-webpack-plugin"; + packageName = "optimize-css-assets-webpack-plugin"; + version = "5.0.4"; + src = fetchurl { + url = "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz"; + sha512 = "wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A=="; + }; + }; "optionator-0.3.0" = { name = "optionator"; packageName = "optionator"; @@ -35220,6 +37308,15 @@ let sha512 = "XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w=="; }; }; + "p-retry-4.1.0" = { + name = "p-retry"; + packageName = "p-retry"; + version = "4.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/p-retry/-/p-retry-4.1.0.tgz"; + sha512 = "oepllyG9gX1qH4Sm20YAKxg1GA7L7puhvGnTfimi31P07zSIj7SDV6YtuAx9nbJF51DES+2CIIRkXs8GKqWJxA=="; + }; + }; "p-some-4.1.0" = { name = "p-some"; packageName = "p-some"; @@ -35247,6 +37344,15 @@ let sha512 = "88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA=="; }; }; + "p-timeout-3.1.0" = { + name = "p-timeout"; + packageName = "p-timeout"; + version = "3.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/p-timeout/-/p-timeout-3.1.0.tgz"; + sha512 = "C27DYI+tCroT8J8cTEyySGydl2B7FlxrGNF5/wmMbl1V+jeehUCzEE/BVgzRebdm2K3ZitKOKx8YbdFumDyYmw=="; + }; + }; "p-timeout-3.2.0" = { name = "p-timeout"; packageName = "p-timeout"; @@ -35328,6 +37434,15 @@ let sha512 = "EeHQFFTlEmLrkIQoxbE9w0FuAWHoc1XpthDqnZ/i9keOt701cteyXwAxQFLpVqVjj3feh2TodkihjLaRUtIgLg=="; }; }; + "package-json-6.4.0" = { + name = "package-json"; + packageName = "package-json"; + version = "6.4.0"; + src = fetchurl { + url = "https://registry.npmjs.org/package-json/-/package-json-6.4.0.tgz"; + sha512 = "bd1T8OBG7hcvMd9c/udgv6u5v9wISP3Oyl9Cm7Weop8EFwrtcQDnS2sb6zhwqus2WslSr5wSTIPiTTpxxmPm7Q=="; + }; + }; "package-json-6.5.0" = { name = "package-json"; packageName = "package-json"; @@ -35373,6 +37488,15 @@ let sha1 = "79b302fc144cdfbb4ab6feba7040e6a5d99c79c7"; }; }; + "pacote-11.1.0" = { + name = "pacote"; + packageName = "pacote"; + version = "11.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/pacote/-/pacote-11.1.0.tgz"; + sha512 = "JcMmHiK6h6rcncj2HLayiyJZg28iJXJafXcmEGw2NjKH3WE8ZgSwyMZs7+f+aliPD57PDhB31IEgUtLXp0YZxA=="; + }; + }; "pacote-11.1.11" = { name = "pacote"; packageName = "pacote"; @@ -35508,6 +37632,33 @@ let sha512 = "RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw=="; }; }; + "parse-bmfont-ascii-1.0.6" = { + name = "parse-bmfont-ascii"; + packageName = "parse-bmfont-ascii"; + version = "1.0.6"; + src = fetchurl { + url = "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz"; + sha1 = "11ac3c3ff58f7c2020ab22769079108d4dfa0285"; + }; + }; + "parse-bmfont-binary-1.0.6" = { + name = "parse-bmfont-binary"; + packageName = "parse-bmfont-binary"; + version = "1.0.6"; + src = fetchurl { + url = "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz"; + sha1 = "d038b476d3e9dd9db1e11a0b0e53a22792b69006"; + }; + }; + "parse-bmfont-xml-1.1.4" = { + name = "parse-bmfont-xml"; + packageName = "parse-bmfont-xml"; + version = "1.1.4"; + src = fetchurl { + url = "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz"; + sha512 = "bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ=="; + }; + }; "parse-english-4.1.3" = { name = "parse-english"; packageName = "parse-english"; @@ -35715,6 +37866,15 @@ let sha512 = "HSqVz6iuXSiL8C1ku5Gl1Z5cwDd9Wo0q8CoffdAghP6bz8pJa1tcMC+m4N+z6VAS8QdksnIGq1TB6EgR4vPR6w=="; }; }; + "parse-png-2.1.0" = { + name = "parse-png"; + packageName = "parse-png"; + version = "2.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/parse-png/-/parse-png-2.1.0.tgz"; + sha512 = "Nt/a5SfCLiTnQAjx3fHlqp8hRgTL3z7kTQZzvIMS9uCAepnCyjpdEc6M/sz69WqMBdaDBw9sF1F1UaHROYzGkQ=="; + }; + }; "parse-semver-1.1.1" = { name = "parse-semver"; packageName = "parse-semver"; @@ -35724,6 +37884,15 @@ let sha1 = "9a4afd6df063dc4826f93fba4a99cf223f666cb8"; }; }; + "parse-srcset-1.0.2" = { + name = "parse-srcset"; + packageName = "parse-srcset"; + version = "1.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz"; + sha1 = "f2bd221f6cc970a938d88556abc589caaaa2bde1"; + }; + }; "parse-torrent-4.1.0" = { name = "parse-torrent"; packageName = "parse-torrent"; @@ -35895,6 +38064,15 @@ let sha512 = "CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="; }; }; + "pascal-case-2.0.1" = { + name = "pascal-case"; + packageName = "pascal-case"; + version = "2.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.1.tgz"; + sha1 = "2d578d3455f660da65eca18ef95b4e0de912761e"; + }; + }; "pascal-case-3.1.1" = { name = "pascal-case"; packageName = "pascal-case"; @@ -36399,13 +38577,13 @@ let sha512 = "jQPKWHWxbI09s/Z9aUvoTbvGgoj98AU7FDCcQ7kdejupn/TcNpx56v2gaOTzXkzOajmOEJEdi9eTh9cA2RVAjQ=="; }; }; - "pg-connection-string-2.3.0" = { + "pg-connection-string-2.4.0" = { name = "pg-connection-string"; packageName = "pg-connection-string"; - version = "2.3.0"; + version = "2.4.0"; src = fetchurl { - url = "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.3.0.tgz"; - sha512 = "ukMTJXLI7/hZIwTW7hGMZJ0Lj0S2XQBCJ4Shv4y1zgQ/vqVea+FLhzywvPj0ujSuofu+yA4MYHGZPTsgjBgJ+w=="; + url = "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.4.0.tgz"; + sha512 = "3iBXuv7XKvxeMrIgym7njT+HlZkwZqqGX4Bu9cci8xHZNT+Um1gWKqCsAzcC0d95rcKMU5WBg6YRUcHyV0HZKQ=="; }; }; "pg-int8-1.0.1" = { @@ -36426,13 +38604,13 @@ let sha512 = "BQDPWUeKenVrMMDN9opfns/kZo4lxmSWhIqo+cSAF7+lfi9ZclQbr9vfnlNaPr8wYF3UYjm5X0yPAhbcgqNOdA=="; }; }; - "pg-protocol-1.2.5" = { + "pg-protocol-1.3.0" = { name = "pg-protocol"; packageName = "pg-protocol"; - version = "1.2.5"; + version = "1.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.2.5.tgz"; - sha512 = "1uYCckkuTfzz/FCefvavRywkowa6M5FohNMF5OjKrqo9PSR8gYc8poVmwwYQaBxhmQdBjhtP514eXy9/Us2xKg=="; + url = "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.3.0.tgz"; + sha512 = "64/bYByMrhWULUaCd+6/72c9PMWhiVFs3EVxl9Ct6a3v/U8+rKgqP2w+kKg/BIGgMJyB+Bk/eNivT32Al+Jghw=="; }; }; "pg-types-2.2.0" = { @@ -36462,6 +38640,15 @@ let sha1 = "efd212a4a3966d3647684ea8ba788549be2aefef"; }; }; + "phin-2.9.3" = { + name = "phin"; + packageName = "phin"; + version = "2.9.3"; + src = fetchurl { + url = "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz"; + sha512 = "CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA=="; + }; + }; "physical-cpu-count-2.0.0" = { name = "physical-cpu-count"; packageName = "physical-cpu-count"; @@ -36624,6 +38811,15 @@ let sha512 = "WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA=="; }; }; + "pixelmatch-4.0.2" = { + name = "pixelmatch"; + packageName = "pixelmatch"; + version = "4.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz"; + sha1 = "8f47dcec5011b477b67db03c243bc1f3085e8854"; + }; + }; "pkg-conf-1.1.3" = { name = "pkg-conf"; packageName = "pkg-conf"; @@ -36840,6 +39036,15 @@ let sha1 = "1cc7c212303acabe74263ec3ac78009580242d93"; }; }; + "pngjs-3.4.0" = { + name = "pngjs"; + packageName = "pngjs"; + version = "3.4.0"; + src = fetchurl { + url = "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz"; + sha512 = "NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w=="; + }; + }; "pngjs-5.0.0" = { name = "pngjs"; packageName = "pngjs"; @@ -36849,6 +39054,15 @@ let sha512 = "40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw=="; }; }; + "pnp-webpack-plugin-1.6.4" = { + name = "pnp-webpack-plugin"; + packageName = "pnp-webpack-plugin"; + version = "1.6.4"; + src = fetchurl { + url = "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz"; + sha512 = "7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg=="; + }; + }; "polished-3.6.7" = { name = "polished"; packageName = "polished"; @@ -36931,13 +39145,13 @@ let sha512 = "3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg=="; }; }; - "postcss-calc-7.0.4" = { + "postcss-calc-7.0.5" = { name = "postcss-calc"; packageName = "postcss-calc"; - version = "7.0.4"; + version = "7.0.5"; src = fetchurl { - url = "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.4.tgz"; - sha512 = "0I79VRAd1UTkaHzY9w83P39YGO/M3bG7/tNLrHGEunBolfoGM0hSjrGvjoeaj0JE/zIw5GsI2KZ0UwDJqv5hjw=="; + url = "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz"; + sha512 = "1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg=="; }; }; "postcss-colormin-4.0.3" = { @@ -37012,15 +39226,6 @@ let sha512 = "HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw=="; }; }; - "postcss-jsx-0.36.4" = { - name = "postcss-jsx"; - packageName = "postcss-jsx"; - version = "0.36.4"; - src = fetchurl { - url = "https://registry.npmjs.org/postcss-jsx/-/postcss-jsx-0.36.4.tgz"; - sha512 = "jwO/7qWUvYuWYnpOb0+4bIIgJt7003pgU3P6nETBLaOyBXuTD55ho21xnals5nBrlpTIFodyd3/jBi6UO3dHvA=="; - }; - }; "postcss-less-1.1.5" = { name = "postcss-less"; packageName = "postcss-less"; @@ -37048,15 +39253,6 @@ let sha512 = "/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw=="; }; }; - "postcss-markdown-0.36.0" = { - name = "postcss-markdown"; - packageName = "postcss-markdown"; - version = "0.36.0"; - src = fetchurl { - url = "https://registry.npmjs.org/postcss-markdown/-/postcss-markdown-0.36.0.tgz"; - sha512 = "rl7fs1r/LNSB2bWRhyZ+lM/0bwKv9fhl38/06gF6mKMo/NPnp55+K1dSTosSVjFZc0e1ppBlu+WT91ba0PMBfQ=="; - }; - }; "postcss-media-query-parser-0.2.3" = { name = "postcss-media-query-parser"; packageName = "postcss-media-query-parser"; @@ -37318,15 +39514,6 @@ let sha512 = "rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg=="; }; }; - "postcss-reporter-6.0.1" = { - name = "postcss-reporter"; - packageName = "postcss-reporter"; - version = "6.0.1"; - src = fetchurl { - url = "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-6.0.1.tgz"; - sha512 = "LpmQjfRWyabc+fRygxZjpRxfhRf9u/fdlKf4VHG4TSPbV2XNsuISzYW1KL+1aQzx53CAppa1bKG4APIB/DOXXw=="; - }; - }; "postcss-reporter-7.0.1" = { name = "postcss-reporter"; packageName = "postcss-reporter"; @@ -37372,13 +39559,13 @@ let sha512 = "cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg=="; }; }; - "postcss-sass-0.3.5" = { + "postcss-sass-0.4.4" = { name = "postcss-sass"; packageName = "postcss-sass"; - version = "0.3.5"; + version = "0.4.4"; src = fetchurl { - url = "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.3.5.tgz"; - sha512 = "B5z2Kob4xBxFjcufFnhQ2HqJQ2y/Zs/ic5EZbCywCkxKd756Q40cIQ/veRDwSrw1BF6+4wUgmpm0sBASqVi65A=="; + url = "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz"; + sha512 = "BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg=="; }; }; "postcss-scss-1.0.6" = { @@ -37624,6 +39811,15 @@ let sha1 = "e92434bfa5ea8c19f41cdfd401d741a3c819d897"; }; }; + "prepend-http-3.0.1" = { + name = "prepend-http"; + packageName = "prepend-http"; + version = "3.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/prepend-http/-/prepend-http-3.0.1.tgz"; + sha512 = "BLxfZh+m6UiAiCPZFJ4+vYoL7NrRs5XgCTRrjseATAggXhdZKKxn+JUNmuVYWY23bDHgaEHodxw8mnmtVEDtHw=="; + }; + }; "preserve-0.2.0" = { name = "preserve"; packageName = "preserve"; @@ -37714,6 +39910,15 @@ let sha512 = "urhX7U/F+fu8sztEs/Z7CxNS8PdEytEwGKhQaH5fxxCdRmHGT45FoClyDlcZrMk9cK/8JpX/asFmTOHtSGJfLg=="; }; }; + "pretty-bytes-4.0.2" = { + name = "pretty-bytes"; + packageName = "pretty-bytes"; + version = "4.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz"; + sha1 = "b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"; + }; + }; "pretty-bytes-5.4.1" = { name = "pretty-bytes"; packageName = "pretty-bytes"; @@ -37723,6 +39928,15 @@ let sha512 = "s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA=="; }; }; + "pretty-error-2.1.1" = { + name = "pretty-error"; + packageName = "pretty-error"; + version = "2.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz"; + sha1 = "5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"; + }; + }; "pretty-format-23.6.0" = { name = "pretty-format"; packageName = "pretty-format"; @@ -37741,6 +39955,15 @@ let sha512 = "00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA=="; }; }; + "pretty-format-25.5.0" = { + name = "pretty-format"; + packageName = "pretty-format"; + version = "25.5.0"; + src = fetchurl { + url = "https://registry.npmjs.org/pretty-format/-/pretty-format-25.5.0.tgz"; + sha512 = "kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ=="; + }; + }; "pretty-hash-1.0.1" = { name = "pretty-hash"; packageName = "pretty-hash"; @@ -37768,6 +39991,15 @@ let sha512 = "4gaK1skD2gwscCfkswYQRmddUb2GJZtzDGRjHWadVHtK/DIKFufa12MvES6/xu1tVbUYeia5bmLcwJtZJQUqnw=="; }; }; + "pretty-time-1.1.0" = { + name = "pretty-time"; + packageName = "pretty-time"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz"; + sha512 = "28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA=="; + }; + }; "prettyjson-1.2.1" = { name = "prettyjson"; packageName = "prettyjson"; @@ -37849,6 +40081,24 @@ let sha512 = "abAuk3ZDyQvPLY6MygtwaDTUBIZ0C5wMMuX1jXa0svazV+keTwn7cPobRv4WYA9ctsDUztm/9CYu4y2TPL08xw=="; }; }; + "probe-image-size-3.2.0" = { + name = "probe-image-size"; + packageName = "probe-image-size"; + version = "3.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/probe-image-size/-/probe-image-size-3.2.0.tgz"; + sha512 = "LE7mIvfDoEeOgIH9TbMNv5txJh+K0/UVandiXHk+Hm4VKqNV5qxoeDzdW3QiMIlqXsIEm3K+SzeAedT6fZKjtQ=="; + }; + }; + "probe-image-size-4.0.0" = { + name = "probe-image-size"; + packageName = "probe-image-size"; + version = "4.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/probe-image-size/-/probe-image-size-4.0.0.tgz"; + sha512 = "nm7RvWUxps+2+jZKNLkd04mNapXNariS6G5WIEVzvAqjx7EUuKcY1Dp3e6oUK7GLwzJ+3gbSbPLFAASHFQrPcQ=="; + }; + }; "probe-image-size-5.0.0" = { name = "probe-image-size"; packageName = "probe-image-size"; @@ -37885,6 +40135,15 @@ let sha1 = "1638d8a8e34c2f440a91db95ab9aeb677fc185cf"; }; }; + "process-es6-0.11.6" = { + name = "process-es6"; + packageName = "process-es6"; + version = "0.11.6"; + src = fetchurl { + url = "https://registry.npmjs.org/process-es6/-/process-es6-0.11.6.tgz"; + sha1 = "c6bb389f9a951f82bd4eb169600105bd2ff9c778"; + }; + }; "process-exists-3.1.0" = { name = "process-exists"; packageName = "process-exists"; @@ -38227,6 +40486,15 @@ let sha1 = "a3fdf1befb730f951965872ac2f6074c61477a56"; }; }; + "prr-0.0.0" = { + name = "prr"; + packageName = "prr"; + version = "0.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz"; + sha1 = "1a84b85908325501411853d0081ee3fa86e2926a"; + }; + }; "prr-1.0.1" = { name = "prr"; packageName = "prr"; @@ -39109,6 +41377,15 @@ let sha512 = "8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg=="; }; }; + "qrcode-terminal-0.11.0" = { + name = "qrcode-terminal"; + packageName = "qrcode-terminal"; + version = "0.11.0"; + src = fetchurl { + url = "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz"; + sha1 = "ffc6c28a2fc0bfb47052b47e23f4f446a5fbdb9e"; + }; + }; "qs-0.4.2" = { name = "qs"; packageName = "qs"; @@ -39523,6 +41800,15 @@ let sha512 = "PPYLwZ63lXi6Tv2EZ8w3M4FzC0rVqvxivaOVS8pXSp5FMIHFnvi4MWHL3UdFLhwSy50aNtJsgjY0mBC6oFL26Q=="; }; }; + "raven-2.6.3" = { + name = "raven"; + packageName = "raven"; + version = "2.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/raven/-/raven-2.6.3.tgz"; + sha512 = "bKre7qlDW+y1+G2bUtCuntdDYc8o5v1T233t0vmJfbj8ttGOgLrGRlYB8saelVMW9KUAJNLrhFkAKOwFWFJonw=="; + }; + }; "raven-js-3.27.2" = { name = "raven-js"; packageName = "raven-js"; @@ -39550,6 +41836,15 @@ let sha1 = "a2c2f98c8531cee99c63d8d238b7de97bb659fca"; }; }; + "raw-body-2.3.3" = { + name = "raw-body"; + packageName = "raw-body"; + version = "2.3.3"; + src = fetchurl { + url = "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz"; + sha512 = "9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw=="; + }; + }; "raw-body-2.4.0" = { name = "raw-body"; packageName = "raw-body"; @@ -39613,6 +41908,15 @@ let sha512 = "YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w=="; }; }; + "react-dev-utils-10.2.1" = { + name = "react-dev-utils"; + packageName = "react-dev-utils"; + version = "10.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz"; + sha512 = "XxTbgJnYZmxuPtY3y/UV0D8/65NKkmaia4rXzViknVnZeVlklSh8u6TnaEYPfAi/Gh1TP4mEOXHI6jQOPbeakQ=="; + }; + }; "react-devtools-core-4.8.2" = { name = "react-devtools-core"; packageName = "react-devtools-core"; @@ -39640,6 +41944,15 @@ let sha512 = "BDApCUhs0qHqnFW3b54SuqI200FOOsmiy0dejdmtdTn/MMY11jcou3CLX1oT2Qa1PdN7viTyAGT8YCpK5qb9xg=="; }; }; + "react-error-overlay-6.0.7" = { + name = "react-error-overlay"; + packageName = "react-error-overlay"; + version = "6.0.7"; + src = fetchurl { + url = "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.7.tgz"; + sha512 = "TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA=="; + }; + }; "react-hot-loader-4.13.0" = { name = "react-hot-loader"; packageName = "react-hot-loader"; @@ -39676,6 +41989,24 @@ let sha512 = "gAGnwWkf+NOTig9oOowqid9O0HjTDC+XVGBCAmJYYJ2A2cN/O4gDdIuuUQjv8A4v6GDwVfJkagpBBLW5OW9HSw=="; }; }; + "react-refresh-0.4.3" = { + name = "react-refresh"; + packageName = "react-refresh"; + version = "0.4.3"; + src = fetchurl { + url = "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz"; + sha512 = "Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA=="; + }; + }; + "react-refresh-0.8.3" = { + name = "react-refresh"; + packageName = "react-refresh"; + version = "0.8.3"; + src = fetchurl { + url = "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz"; + sha512 = "X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg=="; + }; + }; "react-tabs-3.1.1" = { name = "react-tabs"; packageName = "react-tabs"; @@ -39730,6 +42061,15 @@ let sha512 = "v5yCqQ/7okKoZZkBQUAfTsQ3sVJtXdNfbPnI5cceppoxEVLYA3k+VtV2omkeo8MS94JCy4fSiUwlRBAwCVRPUA=="; }; }; + "read-last-lines-1.6.0" = { + name = "read-last-lines"; + packageName = "read-last-lines"; + version = "1.6.0"; + src = fetchurl { + url = "https://registry.npmjs.org/read-last-lines/-/read-last-lines-1.6.0.tgz"; + sha512 = "PLKEiyUBMqRMvPu+vfL1XQmkRE5g/TurxrsoNEURqfHbP6eOJaE/2K6+H2IXSfc6/flG5LIj+MtxahclzVvsAA=="; + }; + }; "read-metadata-1.0.0" = { name = "read-metadata"; packageName = "read-metadata"; @@ -39928,13 +42268,13 @@ let sha512 = "+oZJurc4hXpaaqsN68GoZGQAQIA3qr09Or4fqEsargABnbe5Aau8hFn6ISVleT3cpY/0n/8drn7huyyEvTbghA=="; }; }; - "readdir-glob-1.1.0" = { + "readdir-glob-1.1.1" = { name = "readdir-glob"; packageName = "readdir-glob"; - version = "1.1.0"; + version = "1.1.1"; src = fetchurl { - url = "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.0.tgz"; - sha512 = "KgT0oXPIDQRRRYFf+06AUaodICTep2Q5635BORLzTEzp7rEqcR14a47j3Vzm3ix7FeI1lp8mYyG7r8lTB06Pyg=="; + url = "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.1.tgz"; + sha512 = "91/k1EzZwDx6HbERR+zucygRFfiPl2zkIYZtv3Jjr6Mn7SkKcVct8aVO+sSRiGMc6fLf72du3d92/uY63YPdEA=="; }; }; "readdir-scoped-modules-1.1.0" = { @@ -40414,13 +42754,13 @@ let sha512 = "b7wGPo7o2KE/g7SqkJDDbav6zmrEeP4TK2VpITU72J/M949TLe/23y/ZHJo+pskcGM52xIfFoT9hydwmgr1AEg=="; }; }; - "remark-10.0.1" = { + "remark-12.0.1" = { name = "remark"; packageName = "remark"; - version = "10.0.1"; + version = "12.0.1"; src = fetchurl { - url = "https://registry.npmjs.org/remark/-/remark-10.0.1.tgz"; - sha512 = "E6lMuoLIy2TyiokHprMjcWNJ5UxfGQjaMSMhV+f4idM625UjjK4j798+gPs5mfjzDE6vL0oFKVeZM6gZVSVrzQ=="; + url = "https://registry.npmjs.org/remark/-/remark-12.0.1.tgz"; + sha512 = "gS7HDonkdIaHmmP/+shCPejCEEW+liMp/t/QwmF0Xt47Rpuhl32lLtDV1uKWvGoq+kxr5jSgg5oAIpGuyULjUw=="; }; }; "remark-3.2.3" = { @@ -40522,15 +42862,6 @@ let sha512 = "b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA=="; }; }; - "remark-parse-6.0.3" = { - name = "remark-parse"; - packageName = "remark-parse"; - version = "6.0.3"; - src = fetchurl { - url = "https://registry.npmjs.org/remark-parse/-/remark-parse-6.0.3.tgz"; - sha512 = "QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg=="; - }; - }; "remark-parse-8.0.3" = { name = "remark-parse"; packageName = "remark-parse"; @@ -40567,15 +42898,6 @@ let sha512 = "xLuyKTnuQer3ke9hkU38SUYLiTmS078QOnoFavztmbt/pAJtNSkNtFgR0U//uCcmG0qnyxao+PDuatQav46F1w=="; }; }; - "remark-stringify-6.0.4" = { - name = "remark-stringify"; - packageName = "remark-stringify"; - version = "6.0.4"; - src = fetchurl { - url = "https://registry.npmjs.org/remark-stringify/-/remark-stringify-6.0.4.tgz"; - sha512 = "eRWGdEPMVudijE/psbIDNcnJLRVx3xhfuEsTDGgH4GsFF91dVhw5nhmnBppafJ7+NWINW6C7ZwWbi30ImJzqWg=="; - }; - }; "remark-stringify-8.1.1" = { name = "remark-stringify"; packageName = "remark-stringify"; @@ -40639,6 +42961,15 @@ let sha1 = "c24bce2a283adad5bc3f58e0d48249b92379d8ef"; }; }; + "remove-trailing-slash-0.1.1" = { + name = "remove-trailing-slash"; + packageName = "remove-trailing-slash"; + version = "0.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/remove-trailing-slash/-/remove-trailing-slash-0.1.1.tgz"; + sha512 = "o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA=="; + }; + }; "render-media-3.4.3" = { name = "render-media"; packageName = "render-media"; @@ -40648,6 +42979,15 @@ let sha512 = "Gyk9CYWqGmG2W83ZfQnK8ZGZbmKkrxnHHHiWxF32vH5Afd19IIPZFZADtlmeXVA2petJgCB9L1EbPUc6dS8jDg=="; }; }; + "renderkid-2.0.3" = { + name = "renderkid"; + packageName = "renderkid"; + version = "2.0.3"; + src = fetchurl { + url = "https://registry.npmjs.org/renderkid/-/renderkid-2.0.3.tgz"; + sha512 = "z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA=="; + }; + }; "repeat-element-1.1.3" = { name = "repeat-element"; packageName = "repeat-element"; @@ -40711,6 +43051,15 @@ let sha1 = "e87f6d513b928dde808260c12be7fec6ff6e798c"; }; }; + "replace-string-1.1.0" = { + name = "replace-string"; + packageName = "replace-string"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/replace-string/-/replace-string-1.1.0.tgz"; + sha1 = "87062117f823fe5800c306bacb2cfa359b935fea"; + }; + }; "replaceall-0.1.6" = { name = "replaceall"; packageName = "replaceall"; @@ -41422,6 +43771,15 @@ let sha512 = "jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q=="; }; }; + "rollup-plugin-node-builtins-2.1.2" = { + name = "rollup-plugin-node-builtins"; + packageName = "rollup-plugin-node-builtins"; + version = "2.1.2"; + src = fetchurl { + url = "https://registry.npmjs.org/rollup-plugin-node-builtins/-/rollup-plugin-node-builtins-2.1.2.tgz"; + sha1 = "24a1fed4a43257b6b64371d8abc6ce1ab14597e9"; + }; + }; "rollup-plugin-node-resolve-5.2.0" = { name = "rollup-plugin-node-resolve"; packageName = "rollup-plugin-node-resolve"; @@ -41485,6 +43843,15 @@ let sha1 = "6f04063a2d04eba3303a1bbc6765eef63037cf3d"; }; }; + "router-ips-1.0.0" = { + name = "router-ips"; + packageName = "router-ips"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/router-ips/-/router-ips-1.0.0.tgz"; + sha1 = "44e00858ebebc0133d58e40b2cd8a1fbb04203f5"; + }; + }; "rss-parser-3.7.1" = { name = "rss-parser"; packageName = "rss-parser"; @@ -41863,13 +44230,13 @@ let sha512 = "y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg=="; }; }; - "sass-1.26.11" = { + "sass-1.26.12" = { name = "sass"; packageName = "sass"; - version = "1.26.11"; + version = "1.26.12"; src = fetchurl { - url = "https://registry.npmjs.org/sass/-/sass-1.26.11.tgz"; - sha512 = "W1l/+vjGjIamsJ6OnTe0K37U2DBO/dgsv2Z4c89XQ8ZOO6l/VwkqwLSqoYzJeJs6CLuGSTRWc91GbQFL3lvrvw=="; + url = "https://registry.npmjs.org/sass/-/sass-1.26.12.tgz"; + sha512 = "hmSwtBOWoS9zwe0yAS+QmaseVCUELiGV22gXHDR7+9stEsVuEuxfY1GhC8XmUpC+Ir3Hwq7NxSUNbnmkznnF7g=="; }; }; "sass-formatter-0.4.15" = { @@ -41944,6 +44311,15 @@ let sha512 = "n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA=="; }; }; + "schema-utils-0.4.7" = { + name = "schema-utils"; + packageName = "schema-utils"; + version = "0.4.7"; + src = fetchurl { + url = "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz"; + sha512 = "v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ=="; + }; + }; "schema-utils-1.0.0" = { name = "schema-utils"; packageName = "schema-utils"; @@ -42169,6 +44545,15 @@ let sha512 = "sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="; }; }; + "semver-6.1.1" = { + name = "semver"; + packageName = "semver"; + version = "6.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz"; + sha512 = "rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ=="; + }; + }; "semver-6.3.0" = { name = "semver"; packageName = "semver"; @@ -42295,6 +44680,15 @@ let sha1 = "be70d8d1be01de61821af13780b50345a4f71abd"; }; }; + "send-0.16.2" = { + name = "send"; + packageName = "send"; + version = "0.16.2"; + src = fetchurl { + url = "https://registry.npmjs.org/send/-/send-0.16.2.tgz"; + sha512 = "E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw=="; + }; + }; "send-0.17.1" = { name = "send"; packageName = "send"; @@ -42349,6 +44743,24 @@ let sha1 = "ae02af3a424793d8ccbf212d69174e0c54dffe38"; }; }; + "serialize-error-5.0.0" = { + name = "serialize-error"; + packageName = "serialize-error"; + version = "5.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/serialize-error/-/serialize-error-5.0.0.tgz"; + sha512 = "/VtpuyzYf82mHYTtI4QKtwHa79vAdU5OQpNPAmE/0UDdlGT0ZxHwC+J6gXkw29wwoVI8fMPsfcVHOwXtUQYYQA=="; + }; + }; + "serialize-error-6.0.0" = { + name = "serialize-error"; + packageName = "serialize-error"; + version = "6.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/serialize-error/-/serialize-error-6.0.0.tgz"; + sha512 = "3vmBkMZLQO+BR4RPHcyRGdE09XCF6cvxzk2N2qn8Er3F91cy8Qt7VvEbZBOpaL53qsBbe2cFOefU6tRY6WDelA=="; + }; + }; "serialize-error-7.0.1" = { name = "serialize-error"; packageName = "serialize-error"; @@ -42412,6 +44824,15 @@ let sha1 = "d3768d69b1e7d82e5ce050fff5b453bea12a9239"; }; }; + "serve-static-1.13.2" = { + name = "serve-static"; + packageName = "serve-static"; + version = "1.13.2"; + src = fetchurl { + url = "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz"; + sha512 = "p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw=="; + }; + }; "serve-static-1.14.1" = { name = "serve-static"; packageName = "serve-static"; @@ -42880,22 +45301,13 @@ let sha512 = "xauHm1YqCTom1sC9eOjfq3/9RKiUA9iPnxBbrY2DdL8l4ADMu0jjM5l5lphQP5YWNqAL2aXC/OeuQ76vHtW5fg=="; }; }; - "simple-git-2.20.1" = { + "simple-git-2.21.0" = { name = "simple-git"; packageName = "simple-git"; - version = "2.20.1"; + version = "2.21.0"; src = fetchurl { - url = "https://registry.npmjs.org/simple-git/-/simple-git-2.20.1.tgz"; - sha512 = "aa9s2ZLjXlHCVGbDXQLInMLvLkxKEclqMU9X5HMXi3tLWLxbWObz1UgtyZha6ocHarQtFp0OjQW9KHVR1g6wbA=="; - }; - }; - "simple-git-2.5.0" = { - name = "simple-git"; - packageName = "simple-git"; - version = "2.5.0"; - src = fetchurl { - url = "https://registry.npmjs.org/simple-git/-/simple-git-2.5.0.tgz"; - sha512 = "4gmtMqfIL9bsBNJDP/rDwZe3GsQL/tp85Qv5cmRc8iIDNOZJS4IX1oPfcqp9b7BGPc5bfuw4yd1i3lQacvuqDQ=="; + url = "https://registry.npmjs.org/simple-git/-/simple-git-2.21.0.tgz"; + sha512 = "rohCHmEjD/ESXFLxF4bVeqgdb4Awc65ZyyuCKl3f7BvgMbZOBa/Ye3HN/GFnvruiUOAWWNupxhz3Rz5/3vJLTg=="; }; }; "simple-markdown-0.4.4" = { @@ -42925,6 +45337,15 @@ let sha512 = "xeMyxa9B4V0eA6mf17fVr8nm2QhAYFu+ZZv8zkSFFTjJETGF227CshwobrIYZuspJglMD63egcevQXGOrTIsuA=="; }; }; + "simple-plist-1.1.1" = { + name = "simple-plist"; + packageName = "simple-plist"; + version = "1.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz"; + sha512 = "pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg=="; + }; + }; "simple-sha1-2.1.2" = { name = "simple-sha1"; packageName = "simple-sha1"; @@ -43114,6 +45535,15 @@ let sha512 = "pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ=="; }; }; + "slice-ansi-4.0.0" = { + name = "slice-ansi"; + packageName = "slice-ansi"; + version = "4.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz"; + sha512 = "qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ=="; + }; + }; "sliced-1.0.1" = { name = "sliced"; packageName = "sliced"; @@ -43141,6 +45571,15 @@ let sha512 = "d/9yTbJDtSIhJThaNRP/U5uxwCl0mWIlV42JmKSfvg8t7DiVt69G8rAWTc0FWhaQOier0fiNAWVs7ctvVhK1RA=="; }; }; + "slugid-1.1.0" = { + name = "slugid"; + packageName = "slugid"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/slugid/-/slugid-1.1.0.tgz"; + sha1 = "e09f00899c09f5a7058edc36dd49f046fd50a82a"; + }; + }; "slugify-1.4.5" = { name = "slugify"; packageName = "slugify"; @@ -43276,13 +45715,13 @@ let sha512 = "/xcDy8H5wxhk+4E9e8zDDGfcNo5g+zpwy585sCDkH5KpHdZHmguPi0GmZ9ZCBTuGIodeTIqsDqkBiA1WXSH7+w=="; }; }; - "snyk-docker-plugin-3.24.0" = { + "snyk-docker-plugin-3.26.2" = { name = "snyk-docker-plugin"; packageName = "snyk-docker-plugin"; - version = "3.24.0"; + version = "3.26.2"; src = fetchurl { - url = "https://registry.npmjs.org/snyk-docker-plugin/-/snyk-docker-plugin-3.24.0.tgz"; - sha512 = "ZKYNZkfCv90/SzBvZcQlEbfJ5ctOvfltZ5Km/z6N5IF+Peetos6VRwxcX8Jenq204ec0bTnBQ0h0OpTIGkMQnQ=="; + url = "https://registry.npmjs.org/snyk-docker-plugin/-/snyk-docker-plugin-3.26.2.tgz"; + sha512 = "66t+KkAbaHcJJUDUXj5TBeiFkId9SfdChrsYiI7srRLWNU3PG20V3JrjNx7hjEqJpCJCsucnUjTwouZWg39eUg=="; }; }; "snyk-go-parser-1.4.1" = { @@ -43303,13 +45742,13 @@ let sha512 = "FAM56z3bl1iuxeqkCEA/jyZ2hpwkQK8xQxQbhR+QppEK5lole7w1PQyWYgZAJ9oRY/BU32zdRAJwGuZbhk7G2Q=="; }; }; - "snyk-gradle-plugin-3.7.0" = { + "snyk-gradle-plugin-3.9.0" = { name = "snyk-gradle-plugin"; packageName = "snyk-gradle-plugin"; - version = "3.7.0"; + version = "3.9.0"; src = fetchurl { - url = "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.7.0.tgz"; - sha512 = "j2HJCX0RCvRsYLvF+MkA5io175QIWh6jVjHNXRYOL6ls0ZOhn0BLLs1Ilm8WkT+jTmaZt+Wnh8wBHDMhKlGcew=="; + url = "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.9.0.tgz"; + sha512 = "oux2M/GhnfyZW3ngs3BO/uKlZTVLErGBY83j6ctGti3d54Ax8GZvS6iHjXd3FNrTd+9o5mfFzZyUHq/ujiakMw=="; }; }; "snyk-module-1.9.1" = { @@ -43339,13 +45778,13 @@ let sha512 = "HHuOYEAACpUpkFgU8HT57mmxmonaJ4O3YADoSkVhnhkmJ+AowqZyJOau703dYHNrq2DvQ7qYw81H7yyxS1Nfjw=="; }; }; - "snyk-mvn-plugin-2.19.4" = { + "snyk-mvn-plugin-2.22.0" = { name = "snyk-mvn-plugin"; packageName = "snyk-mvn-plugin"; - version = "2.19.4"; + version = "2.22.0"; src = fetchurl { - url = "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-2.19.4.tgz"; - sha512 = "kYPUKOugnNd31PFqx1YHJTo90pospELYHME4AzBx8dkMDgs5ZPjAmQXSxegQ3AMUqfqcETMSTzlKHe6uHujI8A=="; + url = "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-2.22.0.tgz"; + sha512 = "5gs9SPN3niqJWktfsZFw31bqAAQ85MfJWrTurdGjjn2RHtdOfirc68VrJNY4gFJdFrlkWzxKm2kEzJIs5MCsdQ=="; }; }; "snyk-nodejs-lockfile-parser-1.28.1" = { @@ -43510,6 +45949,15 @@ let sha512 = "cEQQf24gET3rfhxZ2jJ5xzAOo/xhZwK+mOqtGRg5IowZsMgwvHwnf/mCRapAAkadhM26y+iydgwsXGObBB5ZdA=="; }; }; + "socket.io-client-2.3.1" = { + name = "socket.io-client"; + packageName = "socket.io-client"; + version = "2.3.1"; + src = fetchurl { + url = "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.3.1.tgz"; + sha512 = "YXmXn3pA8abPOY//JtYxou95Ihvzmg8U6kQyolArkIyLd0pgVhrfor/iMsox8cn07WCOOvvuJ6XKegzIucPutQ=="; + }; + }; "socket.io-parser-2.1.2" = { name = "socket.io-parser"; packageName = "socket.io-parser"; @@ -43861,6 +46309,15 @@ let sha512 = "Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw=="; }; }; + "source-map-support-0.4.18" = { + name = "source-map-support"; + packageName = "source-map-support"; + version = "0.4.18"; + src = fetchurl { + url = "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz"; + sha512 = "try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA=="; + }; + }; "source-map-support-0.5.19" = { name = "source-map-support"; packageName = "source-map-support"; @@ -44842,6 +47299,15 @@ let sha1 = "cbd243953cc42effd548b5d22388ed689ec639bd"; }; }; + "statuses-1.4.0" = { + name = "statuses"; + packageName = "statuses"; + version = "1.4.0"; + src = fetchurl { + url = "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz"; + sha512 = "zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew=="; + }; + }; "statuses-1.5.0" = { name = "statuses"; packageName = "statuses"; @@ -44851,6 +47317,15 @@ let sha1 = "161c7dac177659fd9811f43771fa99381478628c"; }; }; + "std-env-2.2.1" = { + name = "std-env"; + packageName = "std-env"; + version = "2.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/std-env/-/std-env-2.2.1.tgz"; + sha512 = "IjYQUinA3lg5re/YMlwlfhqNRTzMZMqE+pezevdcTaHceqx8ngEi1alX9nNCk9Sc81fy1fLDeQoaCzeiW1yBOQ=="; + }; + }; "stealthy-require-1.1.1" = { name = "stealthy-require"; packageName = "stealthy-require"; @@ -45247,6 +47722,15 @@ let sha1 = "3aaad855b3e9735c5e412dfe72198ccf99c7f48e"; }; }; + "string-range-1.2.2" = { + name = "string-range"; + packageName = "string-range"; + version = "1.2.2"; + src = fetchurl { + url = "https://registry.npmjs.org/string-range/-/string-range-1.2.2.tgz"; + sha1 = "a893ed347e72299bc83befbbf2a692a8d239d5dd"; + }; + }; "string-similarity-2.0.0" = { name = "string-similarity"; packageName = "string-similarity"; @@ -45400,6 +47884,15 @@ let sha512 = "Lsk3ISA2++eJYqBMPKcr/8eby1I6L0gP0NlxF8Zja6c05yr/yCYyb2c9PwXjd08Ib3If1vn1rbs1H5ZtVuOfvQ=="; }; }; + "stringify-object-3.3.0" = { + name = "stringify-object"; + packageName = "stringify-object"; + version = "3.3.0"; + src = fetchurl { + url = "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz"; + sha512 = "rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw=="; + }; + }; "stringify-package-1.0.1" = { name = "stringify-package"; packageName = "stringify-package"; @@ -45571,6 +48064,15 @@ let sha1 = "e5211e9224369fbb81d633a2f00044dc8cedad92"; }; }; + "strip-comments-1.0.2" = { + name = "strip-comments"; + packageName = "strip-comments"; + version = "1.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz"; + sha512 = "kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw=="; + }; + }; "strip-dirs-2.1.0" = { name = "strip-dirs"; packageName = "strip-dirs"; @@ -45733,6 +48235,15 @@ let sha1 = "dd802425e0f53dc4a6e7aca3752901a1ccda7af5"; }; }; + "style-loader-1.2.1" = { + name = "style-loader"; + packageName = "style-loader"; + version = "1.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/style-loader/-/style-loader-1.2.1.tgz"; + sha512 = "ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg=="; + }; + }; "style-search-0.1.0" = { name = "style-search"; packageName = "style-search"; @@ -45760,13 +48271,13 @@ let sha512 = "7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g=="; }; }; - "stylelint-10.1.0" = { + "stylelint-13.7.2" = { name = "stylelint"; packageName = "stylelint"; - version = "10.1.0"; + version = "13.7.2"; src = fetchurl { - url = "https://registry.npmjs.org/stylelint/-/stylelint-10.1.0.tgz"; - sha512 = "OmlUXrgzEMLQYj1JPTpyZPR9G4bl0StidfHnGJEMpdiQ0JyTq0MPg1xkHk1/xVJ2rTPESyJCDWjG8Kbpoo7Kuw=="; + url = "https://registry.npmjs.org/stylelint/-/stylelint-13.7.2.tgz"; + sha512 = "mmieorkfmO+ZA6CNDu1ic9qpt4tFvH2QUB7vqXgrMVHe5ENU69q7YDq0YUg/UHLuCsZOWhUAvcMcLzLDIERzSg=="; }; }; "stylelint-8.4.0" = { @@ -45778,24 +48289,6 @@ let sha512 = "56hPH5mTFnk8LzlEuTWq0epa34fHuS54UFYQidBOFt563RJBNi1nz1F2HK2MoT1X1waq47milvRsRahFCCJs/Q=="; }; }; - "stylelint-vscode-7.0.0-21" = { - name = "stylelint-vscode"; - packageName = "stylelint-vscode"; - version = "7.0.0-21"; - src = fetchurl { - url = "https://registry.npmjs.org/stylelint-vscode/-/stylelint-vscode-7.0.0-21.tgz"; - sha512 = "M7tnqBendVqPAAR3CWSJswMRV6/ZRypW3iQz4S4gxUTkmrBS/+8QW3bJ4ltKAJif7u89CYVG12hBqY0kGacFCw=="; - }; - }; - "stylelint-warning-to-vscode-diagnostic-1.0.1" = { - name = "stylelint-warning-to-vscode-diagnostic"; - packageName = "stylelint-warning-to-vscode-diagnostic"; - version = "1.0.1"; - src = fetchurl { - url = "https://registry.npmjs.org/stylelint-warning-to-vscode-diagnostic/-/stylelint-warning-to-vscode-diagnostic-1.0.1.tgz"; - sha512 = "Lqze501k5gMdCJg/InZV+TU7MgJyxu+gHLBQjQcTluoZRtMoWyJ4ywPCRpZdaHA2LAI1OCqJCEl93FMuZhA1/A=="; - }; - }; "stylint-2.0.0" = { name = "stylint"; packageName = "stylint"; @@ -45850,6 +48343,15 @@ let sha512 = "tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA=="; }; }; + "subscriptions-transport-ws-0.9.8" = { + name = "subscriptions-transport-ws"; + packageName = "subscriptions-transport-ws"; + version = "0.9.8"; + src = fetchurl { + url = "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.8.tgz"; + sha1 = "3a26ab96e06f78cf4ace8d083f6227fa55970947"; + }; + }; "sudo-block-1.2.0" = { name = "sudo-block"; packageName = "sudo-block"; @@ -45859,6 +48361,24 @@ let sha1 = "cc539bf8191624d4f507d83eeb45b4cea27f3463"; }; }; + "sudo-prompt-8.2.5" = { + name = "sudo-prompt"; + packageName = "sudo-prompt"; + version = "8.2.5"; + src = fetchurl { + url = "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-8.2.5.tgz"; + sha512 = "rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw=="; + }; + }; + "sudo-prompt-9.1.1" = { + name = "sudo-prompt"; + packageName = "sudo-prompt"; + version = "9.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.1.1.tgz"; + sha512 = "es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA=="; + }; + }; "suf-cli-0.1.3" = { name = "suf-cli"; packageName = "suf-cli"; @@ -46165,13 +48685,13 @@ let sha512 = "hAu/ig5N8i0trXXbrC7rwbXV4DhpEAsZhYXDs1305OjmDgjGC0thINbb0197idy3Pp+B6w7u426SUM43GAP7qw=="; }; }; - "swagger-ui-dist-3.34.0" = { + "swagger-ui-dist-3.35.0" = { name = "swagger-ui-dist"; packageName = "swagger-ui-dist"; - version = "3.34.0"; + version = "3.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.34.0.tgz"; - sha512 = "xk5CMbwoQVI53rTq9o/iMojAqXP5NT4/+TMeTP4uXWDIH18pB9AXgO5Olqt0RXuf3jH032DA4DS4qzem6XdXAw=="; + url = "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.35.0.tgz"; + sha512 = "VdjOd7Lpj3LU6V/SG9BHZHTJ5cTk+uoyHBrGAeEP70SYf7GflLYqw7USUNxoraEx72vIA1wqogMv4GiRqMr8lA=="; }; }; "swagger2openapi-5.4.0" = { @@ -46183,6 +48703,15 @@ let sha512 = "f5QqfXawiVijhjMtYqWZ55ESHPZFqrPC8L9idhIiuSX8O2qsa1i4MVGtCM3TQF+Smzr/6WfT/7zBuzG3aTgPAA=="; }; }; + "swagger2openapi-7.0.2" = { + name = "swagger2openapi"; + packageName = "swagger2openapi"; + version = "7.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-7.0.2.tgz"; + sha512 = "EG9h+hq+mX4S6mh0IHf/K4Bd8cLFVvRFxt6YiuoQCKycbCoa8Cjr8hbzy1oDNpGYwjT29js/PrHffgJDuDlgQw=="; + }; + }; "sway-1.0.0" = { name = "sway"; packageName = "sway"; @@ -46255,13 +48784,13 @@ let sha512 = "YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w=="; }; }; - "systeminformation-4.27.5" = { + "systeminformation-4.27.7" = { name = "systeminformation"; packageName = "systeminformation"; - version = "4.27.5"; + version = "4.27.7"; src = fetchurl { - url = "https://registry.npmjs.org/systeminformation/-/systeminformation-4.27.5.tgz"; - sha512 = "EysogxKqREk54ZYDEFcsCODv8GymKZcyiSfegYit8dKhPjzuQr+KX4GFHjssWjYrWFEIM2bYNsFrZX5eufeAXg=="; + url = "https://registry.npmjs.org/systeminformation/-/systeminformation-4.27.7.tgz"; + sha512 = "3ozUwGSf5jmrhGgOXlX/O6hk1KQ28XPb7d3NiPZX267QmimuDq3TuIgnkw+vICUrGJGKWPLKmXVASnuJ3w07nw=="; }; }; "syswide-cas-5.3.0" = { @@ -46309,6 +48838,15 @@ let sha512 = "wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug=="; }; }; + "table-6.0.3" = { + name = "table"; + packageName = "table"; + version = "6.0.3"; + src = fetchurl { + url = "https://registry.npmjs.org/table/-/table-6.0.3.tgz"; + sha512 = "8321ZMcf1B9HvVX/btKv8mMZahCjn2aYrDlpqHaBFCfnox64edeH9kEid0vTLTRR8gWR2A20aDgeuTTea4sVtw=="; + }; + }; "table-layout-0.4.5" = { name = "table-layout"; packageName = "table-layout"; @@ -46445,6 +48983,15 @@ let sha512 = "w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA=="; }; }; + "tar-4.4.6" = { + name = "tar"; + packageName = "tar"; + version = "4.4.6"; + src = fetchurl { + url = "https://registry.npmjs.org/tar/-/tar-4.4.6.tgz"; + sha512 = "tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg=="; + }; + }; "tar-5.0.5" = { name = "tar"; packageName = "tar"; @@ -46688,6 +49235,15 @@ let sha512 = "OuPvQzx6oxr3oE2Y78NgRy0TetmurGa/vshYV02Kd6XDWctHO/sHpjnLe3Jhi8FrUkL0XAZMGlxjLeDtRFL4wg=="; }; }; + "terminal-link-2.1.1" = { + name = "terminal-link"; + packageName = "terminal-link"; + version = "2.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz"; + sha512 = "un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ=="; + }; + }; "terser-3.17.0" = { name = "terser"; packageName = "terser"; @@ -46706,13 +49262,13 @@ let sha512 = "EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw=="; }; }; - "terser-5.3.3" = { + "terser-5.3.4" = { name = "terser"; packageName = "terser"; - version = "5.3.3"; + version = "5.3.4"; src = fetchurl { - url = "https://registry.npmjs.org/terser/-/terser-5.3.3.tgz"; - sha512 = "vRQDIlD+2Pg8YMwVK9kMM3yGylG95EIwzBai1Bw7Ot4OBfn3VP1TZn3EWx4ep2jERN/AmnVaTiGuelZSN7ds/A=="; + url = "https://registry.npmjs.org/terser/-/terser-5.3.4.tgz"; + sha512 = "dxuB8KQo8Gt6OVOeLg/rxfcxdNZI/V1G6ze1czFUzPeCFWZRtvZMgSzlZZ5OYBZ4HoG607F6pFPNLekJyV+yVw=="; }; }; "terser-webpack-plugin-1.4.5" = { @@ -46733,6 +49289,15 @@ let sha512 = "5JqibUOctE6Ou4T00IVGYTQJBOhu24jz0PpqYeitQJJ3hlZY2ZKSwzzuqjmBH8MzbdWMgIefpmHwTkvwm6Q4CQ=="; }; }; + "terser-webpack-plugin-3.1.0" = { + name = "terser-webpack-plugin"; + packageName = "terser-webpack-plugin"; + version = "3.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz"; + sha512 = "cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA=="; + }; + }; "test-exclude-6.0.0" = { name = "test-exclude"; packageName = "test-exclude"; @@ -47057,13 +49622,13 @@ let sha1 = "f32eacac5a175bea25d7fab565ab3ed8741ef56f"; }; }; - "timeout-refresh-1.0.2" = { + "timeout-refresh-1.0.3" = { name = "timeout-refresh"; packageName = "timeout-refresh"; - version = "1.0.2"; + version = "1.0.3"; src = fetchurl { - url = "https://registry.npmjs.org/timeout-refresh/-/timeout-refresh-1.0.2.tgz"; - sha512 = "lsO23gD/EeW53AvEoTOleUFqTIapZTu5NPzD6ndUGs0+G1IuN0+hu2kT6I3AmNX2fiOrcC6umtzMEv1XQmajgQ=="; + url = "https://registry.npmjs.org/timeout-refresh/-/timeout-refresh-1.0.3.tgz"; + sha512 = "Mz0CX4vBGM5lj8ttbIFt7o4ZMxk/9rgudJRh76EvB7xXZMur7T/cjRiH2w4Fmkq0zxf2QpM8IFvOSRn8FEu3gA=="; }; }; "timers-browserify-1.4.2" = { @@ -47093,6 +49658,15 @@ let sha512 = "b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ=="; }; }; + "timm-1.7.1" = { + name = "timm"; + packageName = "timm"; + version = "1.7.1"; + src = fetchurl { + url = "https://registry.npmjs.org/timm/-/timm-1.7.1.tgz"; + sha512 = "IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw=="; + }; + }; "timsort-0.3.0" = { name = "timsort"; packageName = "timsort"; @@ -47129,6 +49703,15 @@ let sha1 = "320b5a52d83abb5978d81a3e887d4aefb15a6164"; }; }; + "tinycolor2-1.4.2" = { + name = "tinycolor2"; + packageName = "tinycolor2"; + version = "1.4.2"; + src = fetchurl { + url = "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz"; + sha512 = "vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA=="; + }; + }; "titleize-1.0.1" = { name = "titleize"; packageName = "titleize"; @@ -47507,6 +50090,15 @@ let sha512 = "ePZfjs1ajL4b8jT4MeVId+9Ci5hJCzAtNIEXIHyFYmKmQuX+eHC/RNv6tuLMUhrGrhJ+sYWW/lBF/LKILHGZEA=="; }; }; + "topo-2.0.2" = { + name = "topo"; + packageName = "topo"; + version = "2.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/topo/-/topo-2.0.2.tgz"; + sha1 = "cd5615752539057c0dc0491a621c3bc6fbe1d182"; + }; + }; "topojson-client-3.1.0" = { name = "topojson-client"; packageName = "topojson-client"; @@ -47894,6 +50486,15 @@ let sha512 = "ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA=="; }; }; + "ts-pnp-1.2.0" = { + name = "ts-pnp"; + packageName = "ts-pnp"; + version = "1.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz"; + sha512 = "csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw=="; + }; + }; "ts-process-promises-1.0.2" = { name = "ts-process-promises"; packageName = "ts-process-promises"; @@ -47930,22 +50531,22 @@ let sha512 = "aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA=="; }; }; - "tslib-1.13.0" = { + "tslib-1.14.0" = { name = "tslib"; packageName = "tslib"; - version = "1.13.0"; + version = "1.14.0"; src = fetchurl { - url = "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz"; - sha512 = "i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q=="; + url = "https://registry.npmjs.org/tslib/-/tslib-1.14.0.tgz"; + sha512 = "+Zw5lu0D9tvBMjGP8LpvMb0u2WW2QV3y+D8mO6J+cNzCYIN4sVy43Bf9vl92nqFahutN0I8zHa7cc4vihIshnw=="; }; }; - "tslib-2.0.1" = { + "tslib-2.0.2" = { name = "tslib"; packageName = "tslib"; - version = "2.0.1"; + version = "2.0.2"; src = fetchurl { - url = "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz"; - sha512 = "SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ=="; + url = "https://registry.npmjs.org/tslib/-/tslib-2.0.2.tgz"; + sha512 = "wAH28hcEKwna96/UacuWaVspVLkg4x1aDM9JlzqaQTOFczCktkVAb5fmXChgandR1EraDPs2w8P+ozM+oafwxg=="; }; }; "tslint-5.20.1" = { @@ -48254,6 +50855,15 @@ let sha512 = "cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ=="; }; }; + "type-fest-0.5.2" = { + name = "type-fest"; + packageName = "type-fest"; + version = "0.5.2"; + src = fetchurl { + url = "https://registry.npmjs.org/type-fest/-/type-fest-0.5.2.tgz"; + sha512 = "DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw=="; + }; + }; "type-fest-0.6.0" = { name = "type-fest"; packageName = "type-fest"; @@ -48299,6 +50909,15 @@ let sha1 = "867ac74e3864187b1d3d47d996a78ec5c8830777"; }; }; + "typedarray-to-buffer-1.0.4" = { + name = "typedarray-to-buffer"; + packageName = "typedarray-to-buffer"; + version = "1.0.4"; + src = fetchurl { + url = "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-1.0.4.tgz"; + sha1 = "9bb8ba0e841fb3f4cf1fe7c245e9f3fa8a5fe99c"; + }; + }; "typedarray-to-buffer-3.1.5" = { name = "typedarray-to-buffer"; packageName = "typedarray-to-buffer"; @@ -48443,13 +51062,13 @@ let sha512 = "Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA=="; }; }; - "uglify-js-3.11.0" = { + "uglify-js-3.11.1" = { name = "uglify-js"; packageName = "uglify-js"; - version = "3.11.0"; + version = "3.11.1"; src = fetchurl { - url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.0.tgz"; - sha512 = "e1KQFRCpOxnrJsJVqDUCjURq+wXvIn7cK2sRAx9XL3HYLL9aezOP4Pb1+Y3/o693EPk111Yj2Q+IUXxcpHlygQ=="; + url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.1.tgz"; + sha512 = "OApPSuJcxcnewwjSGGfWOjx3oix5XpmrK9Z2j0fTRlHGoZ49IU6kExfZTM0++fCArOOCet+vIfWwFHbvWqwp6g=="; }; }; "uglify-js-3.4.10" = { @@ -48983,6 +51602,15 @@ let sha512 = "lWgIc3rrTMTlK1Y0hEuL+k+ApzFk78h+lsaa2gHf63Gp5Ww+mt11huDniuaoq1H+XMK2lIIjjPkncxXcDp3QDw=="; }; }; + "unist-util-find-all-after-3.0.1" = { + name = "unist-util-find-all-after"; + packageName = "unist-util-find-all-after"; + version = "3.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.1.tgz"; + sha512 = "0GICgc++sRJesLwEYDjFVJPJttBpVQaTNgc6Jw0Jhzvfs+jtKePEMu+uD+PqkRUrAvGQqwhpDwLGWo1PK8PDEw=="; + }; + }; "unist-util-inspect-4.1.4" = { name = "unist-util-inspect"; packageName = "unist-util-inspect"; @@ -49361,6 +51989,15 @@ let sha512 = "1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ=="; }; }; + "update-check-1.5.3" = { + name = "update-check"; + packageName = "update-check"; + version = "1.5.3"; + src = fetchurl { + url = "https://registry.npmjs.org/update-check/-/update-check-1.5.3.tgz"; + sha512 = "6KLU4/dd0Tg/l0xwL+f9V7kEIPSL1vOIbnNnhSLiRDlj4AVG6Ks9Zoc9Jgt9kIgWFPZ/wp2AHgmG7xNf15TJOA=="; + }; + }; "update-notifier-2.5.0" = { name = "update-notifier"; packageName = "update-notifier"; @@ -49379,15 +52016,6 @@ let sha512 = "grrmrB6Zb8DUiyDIaeRTBCkgISYUgETNe7NglEbVsrLWXeESnlCSP50WfRSj/GmzMPl6Uchj24S/p80nP/ZQrQ=="; }; }; - "update-notifier-4.1.1" = { - name = "update-notifier"; - packageName = "update-notifier"; - version = "4.1.1"; - src = fetchurl { - url = "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.1.tgz"; - sha512 = "9y+Kds0+LoLG6yN802wVXoIfxYEwh3FlZwzMwpCZp62S2i1/Jzeqb9Eeeju3NSHccGGasfGlK5/vEHbAifYRDg=="; - }; - }; "update-notifier-4.1.3" = { name = "update-notifier"; packageName = "update-notifier"; @@ -49397,6 +52025,15 @@ let sha512 = "Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A=="; }; }; + "update-notifier-5.0.0" = { + name = "update-notifier"; + packageName = "update-notifier"; + version = "5.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/update-notifier/-/update-notifier-5.0.0.tgz"; + sha512 = "8tqsiVrMv7aZsKNSjqA6DdBLKJpZG1hRpkj1RbOJu1PgyP69OX+EInAnP1EK/ShX5YdPFgwWdk19oquZ0HTM8g=="; + }; + }; "upnp-device-client-1.0.2" = { name = "upnp-device-client"; packageName = "upnp-device-client"; @@ -49433,6 +52070,15 @@ let sha512 = "laAsbea9SY5osxrv7S99vH9xAaJKrw5Qpdh4ENRLcaxipjKsiaBwiAsxfa8X5mObKNTQPsupSq0J/VIxsSJe3A=="; }; }; + "upper-case-first-1.1.2" = { + name = "upper-case-first"; + packageName = "upper-case-first"; + version = "1.1.2"; + src = fetchurl { + url = "https://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz"; + sha1 = "5d79bedcff14419518fd2edb0a0507c9b6859115"; + }; + }; "upper-case-first-2.0.1" = { name = "upper-case-first"; packageName = "upper-case-first"; @@ -49523,6 +52169,15 @@ let sha1 = "5af22f18c052a000a48d7b82c5e9c2e2feeda728"; }; }; + "url-join-4.0.0" = { + name = "url-join"; + packageName = "url-join"; + version = "4.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/url-join/-/url-join-4.0.0.tgz"; + sha1 = "4d3340e807d3773bda9991f8305acdcc2a665d2a"; + }; + }; "url-join-4.0.1" = { name = "url-join"; packageName = "url-join"; @@ -49532,6 +52187,15 @@ let sha512 = "jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA=="; }; }; + "url-loader-4.1.0" = { + name = "url-loader"; + packageName = "url-loader"; + version = "4.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/url-loader/-/url-loader-4.1.0.tgz"; + sha512 = "IzgAAIC8wRrg6NYkFIJY09vtktQcsvU8V6HhtQj9PTefbYImzLB1hufqo4m+RyM5N3mLx5BqJKccgxJS+W3kqw=="; + }; + }; "url-parse-1.4.7" = { name = "url-parse"; packageName = "url-parse"; @@ -49685,6 +52349,15 @@ let sha1 = "d52b2fd632a99eca8d9d4a39eece014a6a2b0048"; }; }; + "utif-2.0.1" = { + name = "utif"; + packageName = "utif"; + version = "2.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/utif/-/utif-2.0.1.tgz"; + sha512 = "Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg=="; + }; + }; "util-0.10.3" = { name = "util"; packageName = "util"; @@ -49739,6 +52412,15 @@ let sha1 = "3c2236476c4d32c5ff3c47002add7c13b9a82a53"; }; }; + "util.promisify-1.0.0" = { + name = "util.promisify"; + packageName = "util.promisify"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz"; + sha512 = "i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA=="; + }; + }; "util.promisify-1.0.1" = { name = "util.promisify"; packageName = "util.promisify"; @@ -49748,6 +52430,15 @@ let sha512 = "g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA=="; }; }; + "utila-0.4.0" = { + name = "utila"; + packageName = "utila"; + version = "0.4.0"; + src = fetchurl { + url = "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz"; + sha1 = "8a16a05d445657a3aea5eecc5b12a4fa5379772c"; + }; + }; "utile-0.2.1" = { name = "utile"; packageName = "utile"; @@ -49802,6 +52493,24 @@ let sha512 = "7GvD4gjGyL1GaNtZAaBVHn8SeWgx9/xIVE1LufMR0m2pWUs1EVx5WiOCXrCHyt7e15+5SquBMoQfj888pJySxA=="; }; }; + "uuid-2.0.3" = { + name = "uuid"; + packageName = "uuid"; + version = "2.0.3"; + src = fetchurl { + url = "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz"; + sha1 = "67e2e863797215530dff318e5bf9dcebfd47b21a"; + }; + }; + "uuid-3.0.0" = { + name = "uuid"; + packageName = "uuid"; + version = "3.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz"; + sha1 = "6728fc0459c450d796a99c31837569bdf672d728"; + }; + }; "uuid-3.3.2" = { name = "uuid"; packageName = "uuid"; @@ -49838,6 +52547,15 @@ let sha512 = "fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ=="; }; }; + "uuid-8.3.1" = { + name = "uuid"; + packageName = "uuid"; + version = "8.3.1"; + src = fetchurl { + url = "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz"; + sha512 = "FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg=="; + }; + }; "v8-compile-cache-2.1.1" = { name = "v8-compile-cache"; packageName = "v8-compile-cache"; @@ -49928,6 +52646,24 @@ let sha512 = "X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw=="; }; }; + "validator-10.5.0" = { + name = "validator"; + packageName = "validator"; + version = "10.5.0"; + src = fetchurl { + url = "https://registry.npmjs.org/validator/-/validator-10.5.0.tgz"; + sha512 = "6OOi+eV2mOxCFLq0f2cJDrdB6lrtLXEUxabhNRGjgOLT/l3SSll9J49Cl+LIloUqkWWTPraK/mucEQ3dc2jStQ=="; + }; + }; + "validator-11.0.0" = { + name = "validator"; + packageName = "validator"; + version = "11.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/validator/-/validator-11.0.0.tgz"; + sha512 = "+wnGLYqaKV2++nUv60uGzUJyJQwYVOin6pn1tgEiFCeCQO60yeu3Og9/yPccbBX574kxIcEJicogkzx6s6eyag=="; + }; + }; "validator-5.7.0" = { name = "validator"; packageName = "validator"; @@ -50054,22 +52790,22 @@ let sha1 = "cfde751860a15822db3b132bc59b116a4adaf01b"; }; }; - "vega-5.16.1" = { + "vega-5.17.0" = { name = "vega"; packageName = "vega"; - version = "5.16.1"; + version = "5.17.0"; src = fetchurl { - url = "https://registry.npmjs.org/vega/-/vega-5.16.1.tgz"; - sha512 = "bqovD23iKvIgFnTkP9WqapJbaejhgdED6YjAVWIwG8hsDq5Lf/ZNstJJWPiSDu3j785GQU/o6ZU3RXywdH4dJA=="; + url = "https://registry.npmjs.org/vega/-/vega-5.17.0.tgz"; + sha512 = "2Rm9aS3cSMXE55YgjfkuOmvSBMtiM/85/qX/WHLc+YiJacKGiwY9yzeC+w2Ft50JUs3nKZc1KB90ePgf5mfo0Q=="; }; }; - "vega-canvas-1.2.5" = { + "vega-canvas-1.2.6" = { name = "vega-canvas"; packageName = "vega-canvas"; - version = "1.2.5"; + version = "1.2.6"; src = fetchurl { - url = "https://registry.npmjs.org/vega-canvas/-/vega-canvas-1.2.5.tgz"; - sha512 = "6+jFEd6s7G088npH0+YuN1JTRxMYsjb1uXbwqcJ8zSP7gFR4f3tg/yA/BHU0+JbvLnxnScr61HYpDXAQ59YW3w=="; + url = "https://registry.npmjs.org/vega-canvas/-/vega-canvas-1.2.6.tgz"; + sha512 = "rgeYUpslYn/amIfnuv3Sw6n4BGns94OjjZNtUc9IDji6b+K8LGS/kW+Lvay8JX/oFqtulBp8RLcHN6QjqPLA9Q=="; }; }; "vega-crossfilter-4.0.5" = { @@ -50171,13 +52907,13 @@ let sha512 = "hCdm2pcHgkKgxnzW9GvX5JmYNiUMlOXOibtMmBzvFBQHX3NiV9giQ5nsPiQiFbV08VxEPtM+VYXr2HyrIcq5zQ=="; }; }; - "vega-loader-4.3.3" = { + "vega-loader-4.4.0" = { name = "vega-loader"; packageName = "vega-loader"; - version = "4.3.3"; + version = "4.4.0"; src = fetchurl { - url = "https://registry.npmjs.org/vega-loader/-/vega-loader-4.3.3.tgz"; - sha512 = "ZcAMi6C7yfbA3gpxDnFe3PvsP/jcDwUjgPIpZ2IYsaQS+JijZAj5g3i4mpQCao0Atc+C/g7htg0Ir3twFLPjkQ=="; + url = "https://registry.npmjs.org/vega-loader/-/vega-loader-4.4.0.tgz"; + sha512 = "e5enQECdau7rJob0NFB5pGumh3RaaSWWm90+boxMy3ay2b4Ki/3XIvo+C4F1Lx04qSxvQF7tO2LJcklRm6nqRA=="; }; }; "vega-parser-6.1.0" = { @@ -50288,6 +53024,15 @@ let sha512 = "NCbfCPMVgdP4geLrFtCDN9PTEXrgZgJBBLvpyos7HGv2xSe9bGjDCysv6qcueHrc1myEeCQzrHDFaShny6wXDg=="; }; }; + "vega-util-1.16.0" = { + name = "vega-util"; + packageName = "vega-util"; + version = "1.16.0"; + src = fetchurl { + url = "https://registry.npmjs.org/vega-util/-/vega-util-1.16.0.tgz"; + sha512 = "6mmz6mI+oU4zDMeKjgvE2Fjz0Oh6zo6WGATcvCfxH2gXBzhBHmy5d25uW5Zjnkc6QBXSWPLV9Xa6SiqMsrsKog=="; + }; + }; "vega-view-5.9.0" = { name = "vega-view"; packageName = "vega-view"; @@ -50621,6 +53366,15 @@ let sha512 = "DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow=="; }; }; + "vlq-1.0.1" = { + name = "vlq"; + packageName = "vlq"; + version = "1.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz"; + sha512 = "gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w=="; + }; + }; "vls-0.5.4" = { name = "vls"; packageName = "vls"; @@ -50657,13 +53411,13 @@ let sha1 = "c066afb582bb1cb4128d60ea92392e94d5e9dbec"; }; }; - "vsce-1.80.0" = { + "vsce-1.81.1" = { name = "vsce"; packageName = "vsce"; - version = "1.80.0"; + version = "1.81.1"; src = fetchurl { - url = "https://registry.npmjs.org/vsce/-/vsce-1.80.0.tgz"; - sha512 = "pnJT0LttCd5k1fJRsTOer8NvgesMYxLZYTUwuVWVOgONK9w+U5Yf32rtm4cX374TsHZbBwUr6ZFLP36wyDD8/g=="; + url = "https://registry.npmjs.org/vsce/-/vsce-1.81.1.tgz"; + sha512 = "1yWAYRxTx/PKSFZnuELe7GPyIo70H/XKJqf6wGikofUK3f3TCNGI6F9xkTQFvXKNe0AygUuxN7kITyPIQGMP+w=="; }; }; "vscode-css-languageservice-3.0.13" = { @@ -50783,6 +53537,15 @@ let sha512 = "JvONPptw3GAQGXlVV2utDcHx0BiY34FupW/kI6mZ5x06ER5DdPG/tXWMVHjTNULF5uKPOUUD0SaXg5QaubJL0A=="; }; }; + "vscode-jsonrpc-5.1.0-next.1" = { + name = "vscode-jsonrpc"; + packageName = "vscode-jsonrpc"; + version = "5.1.0-next.1"; + src = fetchurl { + url = "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-5.1.0-next.1.tgz"; + sha512 = "mwLDojZkbmpizSJSmp690oa9FB9jig18SIDGZeBCvFc2/LYSRvMm/WwWtMBJuJ1MfFh7rZXfQige4Uje5Z9NzA=="; + }; + }; "vscode-jsonrpc-6.0.0-next.5" = { name = "vscode-jsonrpc"; packageName = "vscode-jsonrpc"; @@ -50864,6 +53627,15 @@ let sha512 = "DueEpkUAkD5XTR4MLYNr6bQIp/UFR0/IPApgXU3YfCBCB08u2sm9hRCs6DxYZELkk++STPjpcjksR2H8qI3cDQ=="; }; }; + "vscode-languageserver-6.2.0-next.2" = { + name = "vscode-languageserver"; + packageName = "vscode-languageserver"; + version = "6.2.0-next.2"; + src = fetchurl { + url = "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-6.2.0-next.2.tgz"; + sha512 = "UCXULa/RmT2zxcb6auNezl9ZIPwYHS15+a0XzybrpT2+xA0RbHEYQCsIQkTRYjGv8cm3yS9iPJMmxLilP+y1Xw=="; + }; + }; "vscode-languageserver-7.0.0-next.7" = { name = "vscode-languageserver"; packageName = "vscode-languageserver"; @@ -50891,6 +53663,15 @@ let sha512 = "zrMuwHOAQRhjDSnflWdJG+O2ztMWss8GqUUB8dXLR/FPenwkiBNkMIJJYfSN6sgskvsF0rHAoBowNQfbyZnnvw=="; }; }; + "vscode-languageserver-protocol-3.16.0-next.2" = { + name = "vscode-languageserver-protocol"; + packageName = "vscode-languageserver-protocol"; + version = "3.16.0-next.2"; + src = fetchurl { + url = "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0-next.2.tgz"; + sha512 = "atmkGT/W6tF0cx4SaWFYtFs2UeSeC28RPiap9myv2YZTaTCFvTBEPNWrU5QRKfkyM0tbgtGo6T3UCQ8tkDpjzA=="; + }; + }; "vscode-languageserver-protocol-3.16.0-next.7" = { name = "vscode-languageserver-protocol"; packageName = "vscode-languageserver-protocol"; @@ -50954,6 +53735,15 @@ let sha512 = "+a9MPUQrNGRrGU630OGbYVQ+11iOIovjCkqxajPa9w57Sd5ruK8WQNsslzpa0x/QJqC8kRc2DUxWjIFwoNm4ZQ=="; }; }; + "vscode-languageserver-types-3.16.0-next.1" = { + name = "vscode-languageserver-types"; + packageName = "vscode-languageserver-types"; + version = "3.16.0-next.1"; + src = fetchurl { + url = "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0-next.1.tgz"; + sha512 = "tZFUSbyjUcrh+qQf13ALX4QDdOfDX0cVaBFgy7ktJ0VwS7AW/yRKgGPSxVqqP9OCMNPdqP57O5q47w2pEwfaUg=="; + }; + }; "vscode-languageserver-types-3.16.0-next.2" = { name = "vscode-languageserver-types"; packageName = "vscode-languageserver-types"; @@ -51314,13 +54104,13 @@ let sha512 = "n1CfuJcJ+dynIx/fmavB6haPx37N3GZvY5HIGIselymDiSwNRC+8pAxOzoB4eVwUBJnbP3+aA8vWttrAZbgs7A=="; }; }; - "webassemblyjs-1.9.0" = { + "webassemblyjs-1.9.1" = { name = "webassemblyjs"; packageName = "webassemblyjs"; - version = "1.9.0"; + version = "1.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/webassemblyjs/-/webassemblyjs-1.9.0.tgz"; - sha512 = "KTRXdxjv0R5fPnD3Nxeu3UX99egbq53/XLh6YV8/aHXgxtfq9LgEXqGy5OUGt0aWCve0Y463WgDM2MLDfkDlug=="; + url = "https://registry.npmjs.org/webassemblyjs/-/webassemblyjs-1.9.1.tgz"; + sha512 = "x0YxqLnuk8PjeZf5NOkmdQ4FwIRa7NlX3WIRhbpzSaGCih6la55TaATY4BpS81lMyjZvpdfKAQlLVzvd5G57fg=="; }; }; "webidl-conversions-2.0.1" = { @@ -51350,6 +54140,15 @@ let sha512 = "qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="; }; }; + "webpack-4.43.0" = { + name = "webpack"; + packageName = "webpack"; + version = "4.43.0"; + src = fetchurl { + url = "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz"; + sha512 = "GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g=="; + }; + }; "webpack-4.44.0" = { name = "webpack"; packageName = "webpack"; @@ -51395,6 +54194,15 @@ let sha1 = "fc571588c8558da77be9efb6debdc5a3b172bdc2"; }; }; + "webpack-deep-scope-plugin-1.6.0" = { + name = "webpack-deep-scope-plugin"; + packageName = "webpack-deep-scope-plugin"; + version = "1.6.0"; + src = fetchurl { + url = "https://registry.npmjs.org/webpack-deep-scope-plugin/-/webpack-deep-scope-plugin-1.6.0.tgz"; + sha512 = "ZYldKNeWQtk9SoV70x7Eb2NRmvHMtNBOjscs0wUdg/pfymntiF+0W/D9v2o76ztufjND6RNFjNVnyFQww25AZg=="; + }; + }; "webpack-dev-middleware-3.7.2" = { name = "webpack-dev-middleware"; packageName = "webpack-dev-middleware"; @@ -51404,6 +54212,15 @@ let sha512 = "1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw=="; }; }; + "webpack-dev-server-3.11.0" = { + name = "webpack-dev-server"; + packageName = "webpack-dev-server"; + version = "3.11.0"; + src = fetchurl { + url = "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz"; + sha512 = "PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg=="; + }; + }; "webpack-log-2.0.0" = { name = "webpack-log"; packageName = "webpack-log"; @@ -51413,6 +54230,15 @@ let sha512 = "cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg=="; }; }; + "webpack-manifest-plugin-2.2.0" = { + name = "webpack-manifest-plugin"; + packageName = "webpack-manifest-plugin"; + version = "2.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz"; + sha512 = "9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ=="; + }; + }; "webpack-node-externals-2.5.1" = { name = "webpack-node-externals"; packageName = "webpack-node-externals"; @@ -51440,6 +54266,15 @@ let sha512 = "WvyVU0K1/VB1NZ7JfsaemVdG0PXAQUqbjUNW4A58th4pULvKMQxG+y33HXTL02JvD56ko2Cub+E2NyPwrLBT/A=="; }; }; + "webpackbar-4.0.0" = { + name = "webpackbar"; + packageName = "webpackbar"; + version = "4.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/webpackbar/-/webpackbar-4.0.0.tgz"; + sha512 = "k1qRoSL/3BVuINzngj09nIwreD8wxV4grcuhHTD8VJgUbGcy8lQSPqv+bM00B7F+PffwIsQ8ISd4mIwRbr23eQ=="; + }; + }; "websocket-1.0.32" = { name = "websocket"; packageName = "websocket"; @@ -51512,15 +54347,6 @@ let sha512 = "b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw=="; }; }; - "whatwg-fetch-3.0.0" = { - name = "whatwg-fetch"; - packageName = "whatwg-fetch"; - version = "3.0.0"; - src = fetchurl { - url = "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz"; - sha512 = "9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q=="; - }; - }; "whatwg-mimetype-2.3.0" = { name = "whatwg-mimetype"; packageName = "whatwg-mimetype"; @@ -51944,6 +54770,141 @@ let sha512 = "mO8XtqyPvykVCsrwj5MlOVWvSnCdT+C+QVbm6blradR7JExAhbkZ7hZ9A+9NUtwzSqrlUo9a67ws0EiILrvRpw=="; }; }; + "workbox-background-sync-3.6.3" = { + name = "workbox-background-sync"; + packageName = "workbox-background-sync"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-3.6.3.tgz"; + sha512 = "ypLo0B6dces4gSpaslmDg5wuoUWrHHVJfFWwl1udvSylLdXvnrfhFfriCS42SNEe5lsZtcNZF27W/SMzBlva7Q=="; + }; + }; + "workbox-broadcast-cache-update-3.6.3" = { + name = "workbox-broadcast-cache-update"; + packageName = "workbox-broadcast-cache-update"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-broadcast-cache-update/-/workbox-broadcast-cache-update-3.6.3.tgz"; + sha512 = "pJl4lbClQcvp0SyTiEw0zLSsVYE1RDlCPtpKnpMjxFtu8lCFTAEuVyzxp9w7GF4/b3P4h5nyQ+q7V9mIR7YzGg=="; + }; + }; + "workbox-build-3.6.3" = { + name = "workbox-build"; + packageName = "workbox-build"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-build/-/workbox-build-3.6.3.tgz"; + sha512 = "w0clZ/pVjL8VXy6GfthefxpEXs0T8uiRuopZSFVQ8ovfbH6c6kUpEh6DcYwm/Y6dyWPiCucdyAZotgjz+nRz8g=="; + }; + }; + "workbox-cache-expiration-3.6.3" = { + name = "workbox-cache-expiration"; + packageName = "workbox-cache-expiration"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-cache-expiration/-/workbox-cache-expiration-3.6.3.tgz"; + sha512 = "+ECNph/6doYx89oopO/UolYdDmQtGUgo8KCgluwBF/RieyA1ZOFKfrSiNjztxOrGJoyBB7raTIOlEEwZ1LaHoA=="; + }; + }; + "workbox-cacheable-response-3.6.3" = { + name = "workbox-cacheable-response"; + packageName = "workbox-cacheable-response"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-3.6.3.tgz"; + sha512 = "QpmbGA9SLcA7fklBLm06C4zFg577Dt8u3QgLM0eMnnbaVv3rhm4vbmDpBkyTqvgK/Ly8MBDQzlXDtUCswQwqqg=="; + }; + }; + "workbox-core-3.6.3" = { + name = "workbox-core"; + packageName = "workbox-core"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-core/-/workbox-core-3.6.3.tgz"; + sha512 = "cx9cx0nscPkIWs8Pt98HGrS9/aORuUcSkWjG25GqNWdvD/pSe7/5Oh3BKs0fC+rUshCiyLbxW54q0hA+GqZeSQ=="; + }; + }; + "workbox-google-analytics-3.6.3" = { + name = "workbox-google-analytics"; + packageName = "workbox-google-analytics"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-3.6.3.tgz"; + sha512 = "RQBUo/6SXtIaQTRFj4RQZ9e1gAl7D8oS5S+Hi173Kk70/BgJjzPwXpC5A249Jv5YfkCOLMQCeF9A27BiD0b0ig=="; + }; + }; + "workbox-navigation-preload-3.6.3" = { + name = "workbox-navigation-preload"; + packageName = "workbox-navigation-preload"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-3.6.3.tgz"; + sha512 = "dd26xTX16DUu0i+MhqZK/jQXgfIitu0yATM4jhRXEmpMqQ4MxEeNvl2CgjDMOHBnCVMax+CFZQWwxMx/X/PqCw=="; + }; + }; + "workbox-precaching-3.6.3" = { + name = "workbox-precaching"; + packageName = "workbox-precaching"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-3.6.3.tgz"; + sha512 = "aBqT66BuMFviPTW6IpccZZHzpA8xzvZU2OM1AdhmSlYDXOJyb1+Z6blVD7z2Q8VNtV1UVwQIdImIX+hH3C3PIw=="; + }; + }; + "workbox-range-requests-3.6.3" = { + name = "workbox-range-requests"; + packageName = "workbox-range-requests"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-3.6.3.tgz"; + sha512 = "R+yLWQy7D9aRF9yJ3QzwYnGFnGDhMUij4jVBUVtkl67oaVoP1ymZ81AfCmfZro2kpPRI+vmNMfxxW531cqdx8A=="; + }; + }; + "workbox-routing-3.6.3" = { + name = "workbox-routing"; + packageName = "workbox-routing"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-routing/-/workbox-routing-3.6.3.tgz"; + sha512 = "bX20i95OKXXQovXhFOViOK63HYmXvsIwZXKWbSpVeKToxMrp0G/6LZXnhg82ijj/S5yhKNRf9LeGDzaqxzAwMQ=="; + }; + }; + "workbox-strategies-3.6.3" = { + name = "workbox-strategies"; + packageName = "workbox-strategies"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-3.6.3.tgz"; + sha512 = "Pg5eulqeKet2y8j73Yw6xTgLdElktcWExGkzDVCGqfV9JCvnGuEpz5eVsCIK70+k4oJcBCin9qEg3g3CwEIH3g=="; + }; + }; + "workbox-streams-3.6.3" = { + name = "workbox-streams"; + packageName = "workbox-streams"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-streams/-/workbox-streams-3.6.3.tgz"; + sha512 = "rqDuS4duj+3aZUYI1LsrD2t9hHOjwPqnUIfrXSOxSVjVn83W2MisDF2Bj+dFUZv4GalL9xqErcFW++9gH+Z27w=="; + }; + }; + "workbox-sw-3.6.3" = { + name = "workbox-sw"; + packageName = "workbox-sw"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-sw/-/workbox-sw-3.6.3.tgz"; + sha512 = "IQOUi+RLhvYCiv80RP23KBW/NTtIvzvjex28B8NW1jOm+iV4VIu3VXKXTA6er5/wjjuhmtB28qEAUqADLAyOSg=="; + }; + }; + "workbox-webpack-plugin-3.6.3" = { + name = "workbox-webpack-plugin"; + packageName = "workbox-webpack-plugin"; + version = "3.6.3"; + src = fetchurl { + url = "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-3.6.3.tgz"; + sha512 = "RwmKjc7HFHUFHoOlKoZUq9349u0QN3F8W5tZZU0vc1qsBZDINWXRiIBCAKvo/Njgay5sWz7z4I2adnyTo97qIQ=="; + }; + }; "worker-farm-1.7.0" = { name = "worker-farm"; packageName = "worker-farm"; @@ -51953,6 +54914,24 @@ let sha512 = "rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw=="; }; }; + "worker-loader-2.0.0" = { + name = "worker-loader"; + packageName = "worker-loader"; + version = "2.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/worker-loader/-/worker-loader-2.0.0.tgz"; + sha512 = "tnvNp4K3KQOpfRnD20m8xltE3eWh89Ye+5oj7wXEEHKac1P4oZ6p9oTj8/8ExqoSBnk9nu5Pr4nKfQ1hn2APJw=="; + }; + }; + "worker-rpc-0.1.1" = { + name = "worker-rpc"; + packageName = "worker-rpc"; + version = "0.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz"; + sha512 = "P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg=="; + }; + }; "workerpool-6.0.0" = { name = "workerpool"; packageName = "workerpool"; @@ -52214,6 +55193,24 @@ let sha1 = "c9af18876f7a175801d564fe70ad9e8317784934"; }; }; + "xcode-2.1.0" = { + name = "xcode"; + packageName = "xcode"; + version = "2.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz"; + sha512 = "uCrmPITrqTEzhn0TtT57fJaNaw8YJs1aCzs+P/QqxsDbvPZSv7XMPPwXrKvHtD6pLjBM/NaVwraWJm8q83Y4iQ=="; + }; + }; + "xcode-3.0.1" = { + name = "xcode"; + packageName = "xcode"; + version = "3.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz"; + sha512 = "kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA=="; + }; + }; "xdg-basedir-2.0.0" = { name = "xdg-basedir"; packageName = "xdg-basedir"; @@ -52295,6 +55292,15 @@ let sha1 = "3904c143fa8eb3a0030ec646d2902a2f1b706c44"; }; }; + "xml-js-1.6.11" = { + name = "xml-js"; + packageName = "xml-js"; + version = "1.6.11"; + src = fetchurl { + url = "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz"; + sha512 = "7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g=="; + }; + }; "xml-name-validator-2.0.1" = { name = "xml-name-validator"; packageName = "xml-name-validator"; @@ -52313,6 +55319,15 @@ let sha512 = "A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="; }; }; + "xml-parse-from-string-1.0.1" = { + name = "xml-parse-from-string"; + packageName = "xml-parse-from-string"; + version = "1.0.1"; + src = fetchurl { + url = "https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz"; + sha1 = "a9029e929d3dbcded169f3c6e28238d95a5d5a28"; + }; + }; "xml2js-0.2.4" = { name = "xml2js"; packageName = "xml2js"; @@ -52385,6 +55400,15 @@ let sha512 = "fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA=="; }; }; + "xmlbuilder-14.0.0" = { + name = "xmlbuilder"; + packageName = "xmlbuilder"; + version = "14.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-14.0.0.tgz"; + sha512 = "ts+B2rSe4fIckR6iquDjsKbQFK2NlUk6iG5nf14mDEyldgoc2nEKZ3jZWMPTxGQwVgToSjt6VGIho1H8/fNFTg=="; + }; + }; "xmlbuilder-2.5.2" = { name = "xmlbuilder"; packageName = "xmlbuilder"; @@ -52430,6 +55454,15 @@ let sha512 = "HgS+X6zAztGa9zIK3Y3LXuJes33Lz9x+YyTxgrkIdabu2vqcGOWwdfCpf1hWLRrd553wd4QCDf6BBO6FfdsRiQ=="; }; }; + "xmldoc-1.1.2" = { + name = "xmldoc"; + packageName = "xmldoc"; + version = "1.1.2"; + src = fetchurl { + url = "https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz"; + sha512 = "ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ=="; + }; + }; "xmldom-0.1.19" = { name = "xmldom"; packageName = "xmldom"; @@ -52439,6 +55472,15 @@ let sha1 = "631fc07776efd84118bf25171b37ed4d075a0abc"; }; }; + "xmldom-0.1.27" = { + name = "xmldom"; + packageName = "xmldom"; + version = "0.1.27"; + src = fetchurl { + url = "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz"; + sha1 = "d501f97b3bdb403af8ef9ecc20573187aadac0e9"; + }; + }; "xmldom-0.1.31" = { name = "xmldom"; packageName = "xmldom"; @@ -52566,6 +55608,15 @@ let sha512 = "IiTO53rJ+Y5Jj7qMq0f3nwWU1KsajkJkzudTXJa/f3DQ1ifw5O6z/IFZuYF4osfPKhU85jyGaSfY3zqdiMNTVw=="; }; }; + "xtend-2.0.6" = { + name = "xtend"; + packageName = "xtend"; + version = "2.0.6"; + src = fetchurl { + url = "https://registry.npmjs.org/xtend/-/xtend-2.0.6.tgz"; + sha1 = "5ea657a6dba447069c2e59c58a1138cb0c5e6cee"; + }; + }; "xtend-2.1.2" = { name = "xtend"; packageName = "xtend"; @@ -52575,6 +55626,24 @@ let sha1 = "6efecc2a4dad8e6962c4901b337ce7ba87b5d28b"; }; }; + "xtend-2.2.0" = { + name = "xtend"; + packageName = "xtend"; + version = "2.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/xtend/-/xtend-2.2.0.tgz"; + sha1 = "eef6b1f198c1c8deafad8b1765a04dad4a01c5a9"; + }; + }; + "xtend-3.0.0" = { + name = "xtend"; + packageName = "xtend"; + version = "3.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz"; + sha1 = "5cce7407baf642cba7becda568111c493f59665a"; + }; + }; "xtend-4.0.2" = { name = "xtend"; packageName = "xtend"; @@ -52602,13 +55671,13 @@ let sha512 = "r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w=="; }; }; - "y18n-5.0.1" = { + "y18n-5.0.2" = { name = "y18n"; packageName = "y18n"; - version = "5.0.1"; + version = "5.0.2"; src = fetchurl { - url = "https://registry.npmjs.org/y18n/-/y18n-5.0.1.tgz"; - sha512 = "/jJ831jEs4vGDbYPQp4yGKDYPSCCEQ45uZWJHE1AoYBzqdZi8+LDWas0z4HrmJXmKdpFsTiowSHXdxyFhpmdMg=="; + url = "https://registry.npmjs.org/y18n/-/y18n-5.0.2.tgz"; + sha512 = "CkwaeZw6dQgqgPGeTWKMXCRmMcBgETFlTml1+ZOO+q7kGst8NREJ+eWwFNPVUQ4QGdAaklbqCZHH6Zuep1RjiA=="; }; }; "yaeti-0.0.6" = { @@ -52881,13 +55950,13 @@ let sha1 = "85568de3cf150ff49fa51825f03a8c880ddcc5c4"; }; }; - "yargs-parser-20.2.0" = { + "yargs-parser-20.2.1" = { name = "yargs-parser"; packageName = "yargs-parser"; - version = "20.2.0"; + version = "20.2.1"; src = fetchurl { - url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.0.tgz"; - sha512 = "2agPoRFPoIcFzOIp6656gcvsg2ohtscpw2OINr/q46+Sq41xz2OYLqx5HRHabmFU1OARIPAYH5uteICE7mn/5A=="; + url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.1.tgz"; + sha512 = "yYsjuSkjbLMBp16eaOt7/siKTjNVjMm3SoJnIg3sEh/JsvqVVDyjRKmaJV4cl+lNIgq6QEco2i3gDebJl7/vLA=="; }; }; "yargs-parser-4.2.1" = { @@ -53034,13 +56103,13 @@ let sha512 = "Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q=="; }; }; - "yoga-layout-prebuilt-1.9.6" = { + "yoga-layout-prebuilt-1.10.0" = { name = "yoga-layout-prebuilt"; packageName = "yoga-layout-prebuilt"; - version = "1.9.6"; + version = "1.10.0"; src = fetchurl { - url = "https://registry.npmjs.org/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.9.6.tgz"; - sha512 = "Wursw6uqLXLMjBAO4SEShuzj8+EJXhCF71/rJ7YndHTkRAYSU0GY3OghRqfAk9HPUAAFMuqp3U1Wl+01vmGRQQ=="; + url = "https://registry.npmjs.org/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.10.0.tgz"; + sha512 = "YnOmtSbv4MTf7RGJMK0FvZ+KD8OEe/J5BNnR0GHhD8J/XcG/Qvxgszm0Un6FTHWW4uHlTgP0IztiXQnGyIR45g=="; }; }; "yosay-2.0.2" = { @@ -53106,15 +56175,6 @@ let sha1 = "253f907aead62a21acd8721d8b88032b2411c051"; }; }; - "zip-stream-1.2.0" = { - name = "zip-stream"; - packageName = "zip-stream"; - version = "1.2.0"; - src = fetchurl { - url = "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz"; - sha1 = "a8bc45f4c1b49699c6b90198baacaacdbcd4ba04"; - }; - }; "zip-stream-2.1.3" = { name = "zip-stream"; packageName = "zip-stream"; @@ -53166,18 +56226,17 @@ in "@angular/cli" = nodeEnv.buildNodePackage { name = "_at_angular_slash_cli"; packageName = "@angular/cli"; - version = "10.1.3"; + version = "10.1.4"; src = fetchurl { - url = "https://registry.npmjs.org/@angular/cli/-/cli-10.1.3.tgz"; - sha512 = "wj+ZcTLRzM94asLUZRO5U96CLEsnWosa3Iqub+1AH1/C8Wv2w/2njUKDM7ifQeebYzjPb5EcN4EIAGcHAGyeWw=="; + url = "https://registry.npmjs.org/@angular/cli/-/cli-10.1.4.tgz"; + sha512 = "Q61cqx3qMAtMugE28aWAtAaj+c31pRjGlq7xSH2LhQSmaGyoAq7v6qah6gqH1Ik8nlpF9T7jBIozKyqX9aXysg=="; }; dependencies = [ - sources."@angular-devkit/architect-0.1001.3" - sources."@angular-devkit/core-10.1.3" - sources."@angular-devkit/schematics-10.1.3" - sources."@schematics/angular-10.1.3" - sources."@schematics/update-0.1001.3" - sources."@types/color-name-1.1.1" + sources."@angular-devkit/architect-0.1001.4" + sources."@angular-devkit/core-10.1.4" + sources."@angular-devkit/schematics-10.1.4" + sources."@schematics/angular-10.1.4" + sources."@schematics/update-0.1001.4" sources."@yarnpkg/lockfile-1.1.0" sources."JSONStream-1.3.5" sources."agent-base-4.3.0" @@ -53186,7 +56245,7 @@ in sources."ansi-colors-4.1.1" sources."ansi-escapes-4.3.1" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."aproba-1.2.0" sources."asap-2.0.6" sources."asn1-0.2.4" @@ -53244,7 +56303,7 @@ in }) sources."end-of-stream-1.4.4" sources."err-code-1.1.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."es6-promise-4.2.8" sources."es6-promisify-5.0.0" @@ -53378,7 +56437,7 @@ in sources."object-keys-1.1.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."object.getownpropertydescriptors-2.1.0" @@ -53483,7 +56542,7 @@ in sources."through2-2.0.5" sources."tmp-0.0.33" sources."tough-cookie-2.5.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."type-fest-0.11.0" @@ -53646,7 +56705,7 @@ in ]; }) sources."end-of-stream-1.4.4" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."escape-string-regexp-2.0.0" sources."esprima-4.0.1" @@ -53820,12 +56879,12 @@ in sources."stream-shift-1.0.1" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."string_decoder-1.3.0" @@ -53851,7 +56910,7 @@ in ]; }) sources."to-utf8-0.0.1" - sources."uglify-js-3.11.0" + sources."uglify-js-3.11.1" sources."unc-path-regex-0.1.2" sources."unique-stream-2.3.1" sources."universalify-0.1.2" @@ -53898,7 +56957,7 @@ in }; dependencies = [ sources."abab-2.0.5" - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."acorn-globals-4.3.4" sources."acorn-walk-6.2.0" sources."agent-base-5.1.1" @@ -54025,7 +57084,7 @@ in sources."tmp-0.0.33" sources."tough-cookie-2.5.0" sources."tr46-1.0.1" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."type-check-0.3.2" @@ -54091,10 +57150,9 @@ in }) sources."@schematics/schematics-0.1000.7" sources."@types/anymatch-1.3.1" - sources."@types/color-name-1.1.1" sources."@types/json-schema-7.0.6" sources."@types/json5-0.0.29" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/parse-json-4.0.0" sources."@types/source-list-map-0.1.2" sources."@types/tapable-1.0.6" @@ -54108,7 +57166,7 @@ in sources."source-map-0.6.1" ]; }) - sources."@types/webpack-sources-1.4.2" + sources."@types/webpack-sources-2.0.0" sources."@webassemblyjs/ast-1.9.0" sources."@webassemblyjs/floating-point-hex-parser-1.9.0" sources."@webassemblyjs/helper-api-error-1.9.0" @@ -54129,7 +57187,7 @@ in sources."@webassemblyjs/wast-printer-1.9.0" sources."@xtuc/ieee754-1.2.0" sources."@xtuc/long-4.2.2" - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."ajv-6.12.3" sources."ajv-errors-1.0.1" sources."ajv-keywords-3.5.2" @@ -54200,7 +57258,7 @@ in sources."callsites-3.1.0" (sources."chalk-3.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."has-flag-4.0.0" @@ -54351,7 +57409,7 @@ in sources."for-in-1.0.2" (sources."fork-ts-checker-webpack-plugin-5.1.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -54402,7 +57460,7 @@ in sources."inherits-2.0.4" (sources."inquirer-7.3.3" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."cli-width-3.0.0" sources."color-convert-2.0.1" @@ -54539,7 +57597,7 @@ in sources."onetime-5.1.2" (sources."ora-5.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -54729,7 +57787,7 @@ in sources."chalk-2.4.2" ]; }) - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tty-browserify-0.0.0" sources."type-fest-0.11.0" sources."typedarray-0.0.6" @@ -54819,17 +57877,17 @@ in "@vue/cli" = nodeEnv.buildNodePackage { name = "_at_vue_slash_cli"; packageName = "@vue/cli"; - version = "4.5.6"; + version = "4.5.7"; src = fetchurl { - url = "https://registry.npmjs.org/@vue/cli/-/cli-4.5.6.tgz"; - sha512 = "S3CToCDtuqkcUyPrPTYKdic9aiOsVairCP8dEydyYjvLUIYVVK3GWJqBfThkNdaMjeB/fVPt8qlYjGqvSs55GQ=="; + url = "https://registry.npmjs.org/@vue/cli/-/cli-4.5.7.tgz"; + sha512 = "rx6yzQQ0DLxtJGxvGti8R1ND/wF5ISIv+hwyh1qB2R9gO6WobhT9sUBB/8Rth5hxRj7/MuCIz6KgmTc2hW+u2g=="; }; dependencies = [ sources."@akryum/winattr-3.0.0" sources."@apollo/federation-0.20.2" (sources."@apollo/protobufjs-1.0.5" // { dependencies = [ - sources."@types/node-10.17.35" + sources."@types/node-10.17.37" ]; }) sources."@apollographql/apollo-tools-0.4.8" @@ -55004,7 +58062,7 @@ in dependencies = [ (sources."chalk-3.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."supports-color-7.2.0" ]; }) @@ -55024,12 +58082,12 @@ in dependencies = [ sources."globby-11.0.1" sources."is-wsl-2.2.0" - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) (sources."@oclif/errors-1.3.3" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."clean-stack-3.0.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -55069,7 +58127,7 @@ in sources."npm-run-path-3.1.0" sources."path-key-3.1.1" sources."semver-7.3.2" - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) (sources."@oclif/plugin-warn-if-update-available-1.7.0" // { @@ -55092,7 +58150,6 @@ in sources."@sindresorhus/is-0.7.0" sources."@types/accepts-1.3.5" sources."@types/body-parser-1.19.0" - sources."@types/color-name-1.1.1" sources."@types/connect-3.4.33" sources."@types/content-disposition-0.5.3" sources."@types/cookies-0.7.4" @@ -55123,7 +58180,7 @@ in sources."@types/long-4.0.1" sources."@types/mime-2.0.3" sources."@types/minimatch-3.0.3" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" (sources."@types/node-fetch-2.5.7" // { dependencies = [ sources."form-data-3.0.0" @@ -55136,14 +58193,14 @@ in sources."@types/through-0.0.30" sources."@types/ws-7.2.7" sources."@types/zen-observable-0.8.1" - sources."@vue/cli-shared-utils-4.5.6" - (sources."@vue/cli-ui-4.5.6" // { + sources."@vue/cli-shared-utils-4.5.7" + (sources."@vue/cli-ui-4.5.7" // { dependencies = [ sources."clone-2.1.2" ]; }) - sources."@vue/cli-ui-addon-webpack-4.5.6" - sources."@vue/cli-ui-addon-widgets-4.5.6" + sources."@vue/cli-ui-addon-webpack-4.5.7" + sources."@vue/cli-ui-addon-widgets-4.5.7" (sources."@vue/compiler-core-3.0.0" // { dependencies = [ sources."@babel/types-7.11.5" @@ -55223,7 +58280,7 @@ in ]; }) sources."source-map-0.6.1" - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) sources."apollo-codegen-flow-0.36.0" @@ -55244,14 +58301,14 @@ in sources."apollo-link-ws-1.0.20" sources."apollo-reporting-protobuf-0.6.0" sources."apollo-server-caching-0.5.2" - (sources."apollo-server-core-2.18.1" // { + (sources."apollo-server-core-2.18.2" // { dependencies = [ - sources."uuid-8.3.0" + sources."uuid-8.3.1" ]; }) sources."apollo-server-env-2.4.5" sources."apollo-server-errors-2.4.2" - sources."apollo-server-express-2.18.1" + sources."apollo-server-express-2.18.2" sources."apollo-server-plugin-base-0.10.1" sources."apollo-server-types-0.6.0" sources."apollo-tracing-0.11.4" @@ -55277,7 +58334,7 @@ in sources."assign-symbols-1.0.0" (sources."ast-types-0.14.2" // { dependencies = [ - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) sources."astral-regex-1.0.0" @@ -55323,7 +58380,7 @@ in sources."string-width-3.1.0" ]; }) - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."camelcase-5.3.1" sources."chalk-3.0.0" sources."cli-boxes-2.2.1" @@ -55367,7 +58424,7 @@ in sources."callsites-2.0.0" sources."camel-case-4.1.1" sources."camelcase-4.1.0" - sources."caniuse-lite-1.0.30001140" + sources."caniuse-lite-1.0.30001144" sources."capital-case-1.0.3" sources."capture-stack-trace-1.0.1" sources."cardinal-2.1.1" @@ -55424,7 +58481,7 @@ in (sources."cli-ux-5.5.0" // { dependencies = [ sources."ansi-escapes-4.3.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."clean-stack-3.0.0" sources."color-convert-2.0.1" @@ -55437,7 +58494,7 @@ in sources."semver-7.3.2" sources."supports-color-7.2.0" sources."supports-hyperlinks-2.1.0" - sources."tslib-2.0.1" + sources."tslib-2.0.2" sources."type-fest-0.11.0" ]; }) @@ -55445,7 +58502,7 @@ in sources."clipboard-2.0.6" (sources."cliui-6.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."wrap-ansi-6.2.0" @@ -55575,7 +58632,7 @@ in sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" sources."ejs-2.7.4" - sources."electron-to-chromium-1.3.576" + sources."electron-to-chromium-1.3.578" sources."elegant-spinner-1.0.1" sources."emoji-regex-8.0.0" sources."emojis-list-3.0.0" @@ -55585,7 +58642,7 @@ in sources."env-ci-3.2.2" sources."envinfo-7.7.3" sources."error-ex-1.3.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."escalade-3.1.0" sources."escape-html-1.0.3" @@ -55666,7 +58723,7 @@ in }) sources."find-up-3.0.0" sources."fkill-6.2.0" - sources."flow-parser-0.134.0" + sources."flow-parser-0.135.0" sources."for-in-1.0.2" sources."forever-agent-0.6.1" sources."form-data-2.3.3" @@ -55825,7 +58882,7 @@ in (sources."inquirer-7.3.3" // { dependencies = [ sources."ansi-escapes-4.3.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."cli-cursor-3.1.0" sources."color-convert-2.0.1" @@ -56099,7 +59156,7 @@ in sources."object-visit-1.0.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."object.getownpropertydescriptors-2.1.0" @@ -56497,7 +59554,7 @@ in sources."trim-repeated-1.0.0" sources."ts-invariant-0.4.4" sources."ts-node-8.10.2" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tty-1.0.1" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" @@ -56647,31 +59704,31 @@ in "@webassemblyjs/cli" = nodeEnv.buildNodePackage { name = "_at_webassemblyjs_slash_cli"; packageName = "@webassemblyjs/cli"; - version = "1.9.0"; + version = "1.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/@webassemblyjs/cli/-/cli-1.9.0.tgz"; - sha512 = "Gw6ToOlVAdmzjR1Xf+PHZflT5HOLaghWDanAHrZMJ0v+FVGRSGC8QAdnLneVDqgse7snzwGwkBu9AUwT4gNc4A=="; + url = "https://registry.npmjs.org/@webassemblyjs/cli/-/cli-1.9.1.tgz"; + sha512 = "OMu4uSrLdv1bJRrV+zbl6DszJiYaSUwfeigoGMkZvVHzh686pmzka9Bbz85es9Az/dnantDDIokEPSx1FQYm4A=="; }; dependencies = [ - sources."@webassemblyjs/ast-1.9.0" - sources."@webassemblyjs/floating-point-hex-parser-1.9.0" - sources."@webassemblyjs/helper-api-error-1.9.0" - sources."@webassemblyjs/helper-code-frame-1.9.0" - sources."@webassemblyjs/helper-compiler-1.9.0" - sources."@webassemblyjs/helper-flatten-ast-1.9.0" - sources."@webassemblyjs/helper-fsm-1.9.0" - sources."@webassemblyjs/helper-module-context-1.9.0" - sources."@webassemblyjs/helper-wasm-bytecode-1.9.0" - sources."@webassemblyjs/ieee754-1.9.0" - sources."@webassemblyjs/leb128-1.9.0" - sources."@webassemblyjs/utf8-1.9.0" - sources."@webassemblyjs/validation-1.9.0" - sources."@webassemblyjs/wasm-parser-1.9.0" - sources."@webassemblyjs/wast-parser-1.9.0" - sources."@webassemblyjs/wast-printer-1.9.0" + sources."@webassemblyjs/ast-1.9.1" + sources."@webassemblyjs/floating-point-hex-parser-1.9.1" + sources."@webassemblyjs/helper-api-error-1.9.1" + sources."@webassemblyjs/helper-code-frame-1.9.1" + sources."@webassemblyjs/helper-compiler-1.9.1" + sources."@webassemblyjs/helper-flatten-ast-1.9.1" + sources."@webassemblyjs/helper-fsm-1.9.1" + sources."@webassemblyjs/helper-module-context-1.9.1" + sources."@webassemblyjs/helper-wasm-bytecode-1.9.1" + sources."@webassemblyjs/ieee754-1.9.1" + sources."@webassemblyjs/leb128-1.9.1" + sources."@webassemblyjs/utf8-1.9.1" + sources."@webassemblyjs/validation-1.9.1" + sources."@webassemblyjs/wasm-parser-1.9.1" + sources."@webassemblyjs/wast-parser-1.9.1" + sources."@webassemblyjs/wast-printer-1.9.1" sources."@xtuc/ieee754-1.2.0" sources."@xtuc/long-4.2.2" - sources."webassemblyjs-1.9.0" + sources."webassemblyjs-1.9.1" ]; buildInputs = globalBuildInputs; meta = { @@ -56686,31 +59743,31 @@ in "@webassemblyjs/repl" = nodeEnv.buildNodePackage { name = "_at_webassemblyjs_slash_repl"; packageName = "@webassemblyjs/repl"; - version = "1.9.0"; + version = "1.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/@webassemblyjs/repl/-/repl-1.9.0.tgz"; - sha512 = "y7eF4UgamWDu29cZL9kDg8dr9yRR+uOFNgwBwu7qrHJ0nmV7cMx2rhw8NHNEOr8VfCSKNhTpT9aewbT8aTdR3g=="; + url = "https://registry.npmjs.org/@webassemblyjs/repl/-/repl-1.9.1.tgz"; + sha512 = "190S+kS/qWfwt/c/QSpRmZpZV57WEL4Cbz2KZu+z5HAg+e53LXxC4XfpxHdsw+1Lo8Z4QB7nI+5xIr2mH+2ZjQ=="; }; dependencies = [ - sources."@webassemblyjs/ast-1.9.0" - sources."@webassemblyjs/floating-point-hex-parser-1.9.0" - sources."@webassemblyjs/helper-api-error-1.9.0" - sources."@webassemblyjs/helper-code-frame-1.9.0" - sources."@webassemblyjs/helper-compiler-1.9.0" - sources."@webassemblyjs/helper-flatten-ast-1.9.0" - sources."@webassemblyjs/helper-fsm-1.9.0" - sources."@webassemblyjs/helper-module-context-1.9.0" - sources."@webassemblyjs/helper-wasm-bytecode-1.9.0" - sources."@webassemblyjs/ieee754-1.9.0" - sources."@webassemblyjs/leb128-1.9.0" - sources."@webassemblyjs/utf8-1.9.0" - sources."@webassemblyjs/validation-1.9.0" - sources."@webassemblyjs/wasm-parser-1.9.0" - sources."@webassemblyjs/wast-parser-1.9.0" - sources."@webassemblyjs/wast-printer-1.9.0" + sources."@webassemblyjs/ast-1.9.1" + sources."@webassemblyjs/floating-point-hex-parser-1.9.1" + sources."@webassemblyjs/helper-api-error-1.9.1" + sources."@webassemblyjs/helper-code-frame-1.9.1" + sources."@webassemblyjs/helper-compiler-1.9.1" + sources."@webassemblyjs/helper-flatten-ast-1.9.1" + sources."@webassemblyjs/helper-fsm-1.9.1" + sources."@webassemblyjs/helper-module-context-1.9.1" + sources."@webassemblyjs/helper-wasm-bytecode-1.9.1" + sources."@webassemblyjs/ieee754-1.9.1" + sources."@webassemblyjs/leb128-1.9.1" + sources."@webassemblyjs/utf8-1.9.1" + sources."@webassemblyjs/validation-1.9.1" + sources."@webassemblyjs/wasm-parser-1.9.1" + sources."@webassemblyjs/wast-parser-1.9.1" + sources."@webassemblyjs/wast-printer-1.9.1" sources."@xtuc/ieee754-1.2.0" sources."@xtuc/long-4.2.2" - sources."webassemblyjs-1.9.0" + sources."webassemblyjs-1.9.1" ]; buildInputs = globalBuildInputs; meta = { @@ -56762,10 +59819,10 @@ in "@webassemblyjs/wasm-text-gen" = nodeEnv.buildNodePackage { name = "_at_webassemblyjs_slash_wasm-text-gen"; packageName = "@webassemblyjs/wasm-text-gen"; - version = "1.9.0"; + version = "1.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/@webassemblyjs/wasm-text-gen/-/wasm-text-gen-1.9.0.tgz"; - sha512 = "O+nGHNGmkxo6g0X8BgsN5pSTi+iaYJ0noo28Vwwqgugdelcy6FNZmGWXR68KDQdnMXSjwD3eQVJTz21PCN9Qng=="; + url = "https://registry.npmjs.org/@webassemblyjs/wasm-text-gen/-/wasm-text-gen-1.9.1.tgz"; + sha512 = "RzgRzhCQJ/DBak+Yoy2bo4W6dUdqiswX8PN7qXsIZpNLYMcOOkcaq2o5gkiT/Y2HM3Rt08GxnBBlanXTrryTKQ=="; }; dependencies = [ sources."@babel/code-frame-7.10.4" @@ -56775,19 +59832,19 @@ in sources."@babel/parser-7.11.5" sources."@babel/template-7.10.4" sources."@babel/types-7.11.5" - sources."@webassemblyjs/ast-1.9.0" - sources."@webassemblyjs/floating-point-hex-parser-1.9.0" - sources."@webassemblyjs/helper-api-error-1.9.0" - sources."@webassemblyjs/helper-code-frame-1.9.0" - sources."@webassemblyjs/helper-fsm-1.9.0" - sources."@webassemblyjs/helper-module-context-1.9.0" - sources."@webassemblyjs/helper-wasm-bytecode-1.9.0" - sources."@webassemblyjs/ieee754-1.9.0" - sources."@webassemblyjs/leb128-1.9.0" - sources."@webassemblyjs/utf8-1.9.0" - sources."@webassemblyjs/wasm-parser-1.9.0" - sources."@webassemblyjs/wast-parser-1.9.0" - sources."@webassemblyjs/wast-printer-1.9.0" + sources."@webassemblyjs/ast-1.9.1" + sources."@webassemblyjs/floating-point-hex-parser-1.9.1" + sources."@webassemblyjs/helper-api-error-1.9.1" + sources."@webassemblyjs/helper-code-frame-1.9.1" + sources."@webassemblyjs/helper-fsm-1.9.1" + sources."@webassemblyjs/helper-module-context-1.9.1" + sources."@webassemblyjs/helper-wasm-bytecode-1.9.1" + sources."@webassemblyjs/ieee754-1.9.1" + sources."@webassemblyjs/leb128-1.9.1" + sources."@webassemblyjs/utf8-1.9.1" + sources."@webassemblyjs/wasm-parser-1.9.1" + sources."@webassemblyjs/wast-parser-1.9.1" + sources."@webassemblyjs/wast-printer-1.9.1" sources."@xtuc/ieee754-1.2.0" sources."@xtuc/long-4.2.2" sources."ansi-styles-3.2.1" @@ -56817,21 +59874,21 @@ in "@webassemblyjs/wast-refmt" = nodeEnv.buildNodePackage { name = "_at_webassemblyjs_slash_wast-refmt"; packageName = "@webassemblyjs/wast-refmt"; - version = "1.9.0"; + version = "1.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/@webassemblyjs/wast-refmt/-/wast-refmt-1.9.0.tgz"; - sha512 = "TgYUlxP6Lk2MXHZuO6evze/4kso/iZI1/DuGDybICqeiHO3aMWV0xPw7amHY617l3X9Cu6Su4InLo03F4c2sAA=="; + url = "https://registry.npmjs.org/@webassemblyjs/wast-refmt/-/wast-refmt-1.9.1.tgz"; + sha512 = "+JfTZZV25LhdJspgw5xznFr/2QiFnHrKvb8CXmEV/s3PNFRpNDUlRPw0ZUZk2cwooZdiWNpC+WKfRPQb8tMx8w=="; }; dependencies = [ - sources."@webassemblyjs/ast-1.9.0" - sources."@webassemblyjs/floating-point-hex-parser-1.9.0" - sources."@webassemblyjs/helper-api-error-1.9.0" - sources."@webassemblyjs/helper-code-frame-1.9.0" - sources."@webassemblyjs/helper-fsm-1.9.0" - sources."@webassemblyjs/helper-module-context-1.9.0" - sources."@webassemblyjs/helper-wasm-bytecode-1.9.0" - sources."@webassemblyjs/wast-parser-1.9.0" - sources."@webassemblyjs/wast-printer-1.9.0" + sources."@webassemblyjs/ast-1.9.1" + sources."@webassemblyjs/floating-point-hex-parser-1.9.1" + sources."@webassemblyjs/helper-api-error-1.9.1" + sources."@webassemblyjs/helper-code-frame-1.9.1" + sources."@webassemblyjs/helper-fsm-1.9.1" + sources."@webassemblyjs/helper-module-context-1.9.1" + sources."@webassemblyjs/helper-wasm-bytecode-1.9.1" + sources."@webassemblyjs/wast-parser-1.9.1" + sources."@webassemblyjs/wast-printer-1.9.1" sources."@xtuc/long-4.2.2" ]; buildInputs = globalBuildInputs; @@ -56980,7 +60037,7 @@ in dependencies = [ sources."@types/glob-7.1.3" sources."@types/minimatch-3.0.3" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."balanced-match-1.0.0" sources."brace-expansion-1.1.11" sources."chromium-pickle-js-0.2.0" @@ -57018,7 +60075,7 @@ in sources."acorn-5.7.4" (sources."acorn-globals-4.3.4" // { dependencies = [ - sources."acorn-6.4.1" + sources."acorn-6.4.2" ]; }) sources."acorn-walk-6.2.0" @@ -57303,7 +60360,7 @@ in }; dependencies = [ sources."JSONStream-1.3.5" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-node-1.8.2" sources."acorn-walk-7.2.0" (sources."asn1.js-5.4.1" // { @@ -57520,7 +60577,7 @@ in sources."@protobufjs/pool-1.1.0" sources."@protobufjs/utf8-1.1.0" sources."@types/long-4.0.1" - sources."@types/node-13.13.21" + sources."@types/node-13.13.23" sources."addr-to-ip-port-1.5.1" sources."airplay-js-0.2.16" sources."ajv-6.12.5" @@ -58038,7 +61095,7 @@ in dependencies = [ sources."isexe-2.0.0" sources."node-fetch-2.6.1" - sources."tslib-2.0.1" + sources."tslib-2.0.2" sources."vscode-uri-2.1.2" sources."which-2.0.2" ]; @@ -58145,10 +61202,10 @@ in coc-json = nodeEnv.buildNodePackage { name = "coc-json"; packageName = "coc-json"; - version = "1.3.1"; + version = "1.3.2"; src = fetchurl { - url = "https://registry.npmjs.org/coc-json/-/coc-json-1.3.1.tgz"; - sha512 = "VKCzzCMZYxqjU89EMh8g58ytbhXXQcMSyWx385NXiijjK3Amtuvz775lPfiUeIAeVNr2VM+yeKimUw4pbE/lug=="; + url = "https://registry.npmjs.org/coc-json/-/coc-json-1.3.2.tgz"; + sha512 = "4wSADhO6oE2lxyYJw1cZqz6eYTrJWI4wHLETSTwhkkpZrPCNJA7mSmuB6oowxt7kJRmDVAIZP2mFyLTXU0jU6w=="; }; buildInputs = globalBuildInputs; meta = { @@ -58221,7 +61278,7 @@ in sources."define-properties-1.1.3" sources."duplexer2-0.1.4" sources."end-of-stream-1.4.4" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."event-lite-0.1.2" sources."execa-1.0.0" @@ -58297,7 +61354,7 @@ in sources."object-keys-1.1.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."once-1.4.0" @@ -58332,7 +61389,7 @@ in sources."strip-json-comments-2.0.1" sources."tar-6.0.5" sources."traverse-0.3.9" - sources."tslib-2.0.1" + sources."tslib-2.0.2" sources."universalify-0.1.2" sources."unzipper-0.10.11" sources."util-deprecate-1.0.2" @@ -58387,7 +61444,6 @@ in sources."@babel/highlight-7.10.4" sources."@mrmlnc/readdir-enhanced-2.2.1" sources."@nodelib/fs.stat-1.1.3" - sources."@types/color-name-1.1.1" sources."@types/eslint-visitor-keys-1.0.0" sources."@types/json-schema-7.0.6" sources."@typescript-eslint/experimental-utils-3.10.1" @@ -58395,7 +61451,7 @@ in sources."@typescript-eslint/types-3.10.1" sources."@typescript-eslint/typescript-estree-3.10.1" sources."@typescript-eslint/visitor-keys-3.10.1" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-jsx-5.3.1" sources."ajv-6.12.5" sources."ajv-keywords-3.5.2" @@ -58457,7 +61513,7 @@ in sources."callsites-3.1.0" sources."camelcase-2.1.1" sources."camelcase-keys-2.1.0" - sources."caniuse-lite-1.0.30001140" + sources."caniuse-lite-1.0.30001144" sources."capture-stack-trace-1.0.1" sources."ccount-1.0.5" sources."chalk-2.4.2" @@ -58554,7 +61610,7 @@ in sources."domutils-1.7.0" sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" - sources."electron-to-chromium-1.3.576" + sources."electron-to-chromium-1.3.578" sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."entities-1.1.2" @@ -58738,7 +61794,7 @@ in sources."ini-1.3.5" (sources."inquirer-7.3.3" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -59235,7 +62291,7 @@ in sources."trim-newlines-1.0.0" sources."trim-trailing-lines-1.1.3" sources."trough-1.0.5" - sources."tslib-1.13.0" + sources."tslib-1.14.0" (sources."tslint-5.20.1" // { dependencies = [ sources."semver-5.7.1" @@ -59394,10 +62450,10 @@ in coc-rust-analyzer = nodeEnv.buildNodePackage { name = "coc-rust-analyzer"; packageName = "coc-rust-analyzer"; - version = "0.8.2"; + version = "0.9.0"; src = fetchurl { - url = "https://registry.npmjs.org/coc-rust-analyzer/-/coc-rust-analyzer-0.8.2.tgz"; - sha512 = "eTRAjbX2HgnqR+iu+xE41osKxlodln4aLSki2+sRc2dulIvCtB0y9E7u3auX6Y8au6IKfnjmn/GLNAWIz4oPQw=="; + url = "https://registry.npmjs.org/coc-rust-analyzer/-/coc-rust-analyzer-0.9.0.tgz"; + sha512 = "//DKmHGTR4u7tPoFBU+8apTuaXidWIJf+squdnVb/DX6J1fO9BSI6M6TBTlfY6IC1V1FOa6bUE6GNcQDyH1hYQ=="; }; buildInputs = globalBuildInputs; meta = { @@ -59464,10 +62520,10 @@ in coc-stylelint = nodeEnv.buildNodePackage { name = "coc-stylelint"; packageName = "coc-stylelint"; - version = "1.1.0"; + version = "1.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/coc-stylelint/-/coc-stylelint-1.1.0.tgz"; - sha512 = "+dVV5p9OBXyBGKFPQAS5a1SFvikSbYtYXyzPCkvYqYAqDiJlmFVEyi1aP+FI17Y/094u7mFeDQJlSd7IXVgO7w=="; + url = "https://registry.npmjs.org/coc-stylelint/-/coc-stylelint-1.2.0.tgz"; + sha512 = "+GYR6KTvHQnqu0j1kXT30hRZMuCwG/G52wG/19LSPE+p9Q0i8XFH6582T0btTu39xz2TPsDOGjT1VgyRw2urug=="; }; dependencies = [ sources."@babel/code-frame-7.10.4" @@ -59484,106 +62540,63 @@ in sources."@babel/helper-split-export-declaration-7.11.0" sources."@babel/helper-validator-identifier-7.10.4" sources."@babel/helpers-7.10.4" - sources."@babel/highlight-7.10.4" + (sources."@babel/highlight-7.10.4" // { + dependencies = [ + sources."chalk-2.4.2" + ]; + }) sources."@babel/parser-7.11.5" sources."@babel/template-7.10.4" sources."@babel/traverse-7.11.5" sources."@babel/types-7.11.5" - sources."@mrmlnc/readdir-enhanced-2.2.1" - sources."@nodelib/fs.stat-1.1.3" - sources."@types/glob-7.1.3" - sources."@types/minimatch-3.0.3" - sources."@types/node-14.11.2" + sources."@nodelib/fs.scandir-2.1.3" + sources."@nodelib/fs.stat-2.0.3" + sources."@nodelib/fs.walk-1.2.4" + sources."@stylelint/postcss-css-in-js-0.37.2" + sources."@stylelint/postcss-markdown-0.36.1" + sources."@types/minimist-1.2.0" + sources."@types/normalize-package-data-2.4.0" + sources."@types/parse-json-4.0.0" sources."@types/unist-2.0.3" - sources."@types/vfile-3.0.2" - sources."@types/vfile-message-2.0.0" sources."ajv-6.12.5" sources."ansi-regex-5.0.0" sources."ansi-styles-3.2.1" - sources."argparse-1.0.10" - sources."arr-diff-4.0.0" - sources."arr-flatten-1.1.0" - sources."arr-union-3.1.0" - sources."array-find-index-1.0.2" - (sources."array-to-error-1.1.1" // { - dependencies = [ - sources."array-to-sentence-1.1.0" - ]; - }) - sources."array-to-sentence-2.0.0" - sources."array-union-1.0.2" - sources."array-uniq-1.0.3" - sources."array-unique-0.3.2" + sources."array-union-2.1.0" sources."arrify-1.0.1" - sources."assign-symbols-1.0.0" - sources."astral-regex-1.0.0" - sources."atob-2.1.2" - (sources."autoprefixer-9.8.6" // { - dependencies = [ - sources."postcss-value-parser-4.1.0" - ]; - }) + sources."astral-regex-2.0.0" + sources."autoprefixer-9.8.6" sources."bail-1.0.5" sources."balanced-match-1.0.0" - (sources."base-0.11.2" // { - dependencies = [ - sources."define-property-1.0.0" - ]; - }) sources."brace-expansion-1.1.11" - (sources."braces-2.3.2" // { + sources."braces-3.0.2" + sources."browserslist-4.14.5" + sources."callsites-3.1.0" + sources."camelcase-5.3.1" + sources."camelcase-keys-6.2.2" + sources."caniuse-lite-1.0.30001144" + sources."ccount-1.0.5" + (sources."chalk-4.1.0" // { dependencies = [ - sources."extend-shallow-2.0.1" + sources."ansi-styles-4.3.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + sources."has-flag-4.0.0" + sources."supports-color-7.2.0" ]; }) - sources."browserslist-4.14.5" - sources."cache-base-1.0.1" - sources."call-me-maybe-1.0.1" - sources."caller-callsite-2.0.0" - sources."caller-path-2.0.0" - sources."callsites-2.0.0" - sources."camelcase-4.1.0" - sources."camelcase-keys-4.2.0" - sources."caniuse-lite-1.0.30001140" - sources."ccount-1.0.5" - sources."chalk-2.4.2" sources."character-entities-1.2.4" sources."character-entities-html4-1.1.4" sources."character-entities-legacy-1.1.4" sources."character-reference-invalid-1.1.4" - (sources."class-utils-0.3.6" // { - dependencies = [ - sources."define-property-0.2.5" - (sources."is-accessor-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - (sources."is-data-descriptor-0.1.4" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-descriptor-0.1.6" - sources."kind-of-5.1.0" - ]; - }) sources."clone-regexp-2.2.0" sources."collapse-white-space-1.0.6" - sources."collection-visit-1.0.0" sources."color-convert-1.9.3" sources."color-name-1.1.3" sources."colorette-1.2.1" - sources."component-emitter-1.3.0" sources."concat-map-0.0.1" - (sources."convert-source-map-1.7.0" // { - dependencies = [ - sources."safe-buffer-5.1.2" - ]; - }) - sources."copy-descriptor-0.1.1" - sources."cosmiconfig-5.2.1" - sources."currently-unhandled-0.4.1" + sources."convert-source-map-1.7.0" + sources."cosmiconfig-7.0.0" + sources."cssesc-3.0.0" sources."debug-4.3.0" sources."decamelize-1.2.0" (sources."decamelize-keys-1.1.0" // { @@ -59591,9 +62604,7 @@ in sources."map-obj-1.0.1" ]; }) - sources."decode-uri-component-0.2.0" - sources."define-property-2.0.2" - sources."dir-glob-2.2.2" + sources."dir-glob-3.0.1" (sources."dom-serializer-0.2.2" // { dependencies = [ sources."domelementtype-2.0.2" @@ -59603,431 +62614,238 @@ in sources."domelementtype-1.3.1" sources."domhandler-2.4.2" sources."domutils-1.7.0" - sources."dot-prop-5.3.0" - sources."electron-to-chromium-1.3.576" + sources."electron-to-chromium-1.3.578" sources."emoji-regex-8.0.0" sources."entities-1.1.2" sources."error-ex-1.3.2" sources."escalade-3.1.0" sources."escape-string-regexp-1.0.5" - sources."esprima-4.0.1" sources."execall-2.0.0" - (sources."expand-brackets-2.1.4" // { - dependencies = [ - sources."debug-2.6.9" - sources."define-property-0.2.5" - sources."extend-shallow-2.0.1" - (sources."is-accessor-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - (sources."is-data-descriptor-0.1.4" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-descriptor-0.1.6" - sources."kind-of-5.1.0" - sources."ms-2.0.0" - ]; - }) sources."extend-3.0.2" - (sources."extend-shallow-3.0.2" // { - dependencies = [ - sources."is-extendable-1.0.1" - ]; - }) - (sources."extglob-2.0.4" // { - dependencies = [ - sources."define-property-1.0.0" - sources."extend-shallow-2.0.1" - ]; - }) sources."fast-deep-equal-3.1.3" - (sources."fast-glob-2.2.7" // { - dependencies = [ - sources."micromatch-3.1.10" - ]; - }) + sources."fast-diff-1.2.0" + sources."fast-glob-3.2.4" sources."fast-json-stable-stringify-2.1.0" + sources."fastest-levenshtein-1.0.12" + sources."fastq-1.8.0" sources."file-entry-cache-5.0.1" - (sources."fill-range-4.0.0" // { - dependencies = [ - sources."extend-shallow-2.0.1" - ]; - }) - sources."find-up-2.1.0" + sources."fill-range-7.0.1" + sources."find-up-4.1.0" sources."flat-cache-2.0.1" sources."flatted-2.0.2" - sources."for-in-1.0.2" - sources."fragment-cache-0.2.1" sources."fs.realpath-1.0.0" sources."gensync-1.0.0-beta.1" - sources."get-stdin-7.0.0" - sources."get-value-2.0.6" + sources."get-stdin-8.0.0" sources."glob-7.1.6" - (sources."glob-parent-3.1.0" // { - dependencies = [ - sources."is-glob-3.1.0" - ]; - }) - sources."glob-to-regexp-0.3.0" + sources."glob-parent-5.1.1" sources."global-modules-2.0.0" sources."global-prefix-3.0.0" sources."globals-11.12.0" - (sources."globby-9.2.0" // { - dependencies = [ - sources."ignore-4.0.6" - sources."slash-2.0.0" - ]; - }) + sources."globby-11.0.1" sources."globjoin-0.1.4" sources."gonzales-pe-4.3.0" - sources."graceful-fs-4.2.4" + sources."hard-rejection-2.1.0" sources."has-flag-3.0.0" - sources."has-value-1.0.0" - (sources."has-values-1.0.0" // { - dependencies = [ - sources."kind-of-4.0.0" - ]; - }) sources."hosted-git-info-2.8.8" sources."html-tags-3.1.0" sources."htmlparser2-3.10.1" sources."ignore-5.1.8" - (sources."import-fresh-2.0.0" // { + (sources."import-fresh-3.2.1" // { dependencies = [ - sources."resolve-from-3.0.0" + sources."resolve-from-4.0.0" ]; }) sources."import-lazy-4.0.0" sources."imurmurhash-0.1.4" - sources."indent-string-3.2.0" + sources."indent-string-4.0.0" sources."indexes-of-1.0.1" sources."inflight-1.0.6" sources."inherits-2.0.4" sources."ini-1.3.5" - sources."inspect-with-kind-1.0.5" - sources."is-accessor-descriptor-1.0.0" sources."is-alphabetical-1.0.4" sources."is-alphanumeric-1.0.0" sources."is-alphanumerical-1.0.4" sources."is-arrayish-0.2.1" - sources."is-buffer-1.1.6" - sources."is-data-descriptor-1.0.0" + sources."is-buffer-2.0.4" sources."is-decimal-1.0.4" - sources."is-descriptor-1.0.2" - sources."is-directory-0.3.1" - sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" sources."is-glob-4.0.1" sources."is-hexadecimal-1.0.4" - (sources."is-number-3.0.0" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-obj-2.0.0" - sources."is-plain-obj-1.1.0" - sources."is-plain-object-2.0.4" + sources."is-number-7.0.0" + sources."is-plain-obj-2.1.0" sources."is-regexp-2.1.0" + sources."is-typedarray-1.0.0" sources."is-whitespace-character-1.0.4" - sources."is-windows-1.0.2" sources."is-word-character-1.0.4" - sources."isarray-1.0.0" sources."isexe-2.0.0" - sources."isobject-3.0.1" sources."js-tokens-4.0.0" - sources."js-yaml-3.14.0" sources."jsesc-2.5.2" - sources."json-parse-better-errors-1.0.2" + sources."json-parse-even-better-errors-2.3.1" sources."json-schema-traverse-0.4.1" sources."json5-2.1.3" sources."kind-of-6.0.3" - sources."known-css-properties-0.14.0" - sources."leven-3.1.0" - (sources."load-json-file-4.0.0" // { - dependencies = [ - sources."pify-3.0.0" - ]; - }) - sources."locate-path-2.0.0" + sources."known-css-properties-0.19.0" + sources."lines-and-columns-1.1.6" + sources."locate-path-5.0.0" sources."lodash-4.17.20" - sources."log-symbols-3.0.0" + sources."log-symbols-4.0.0" sources."longest-streak-2.0.4" - sources."loud-rejection-1.6.0" - sources."map-cache-0.2.2" - sources."map-obj-2.0.0" - sources."map-visit-1.0.0" + sources."map-obj-4.1.0" sources."markdown-escapes-1.0.4" - sources."markdown-table-1.1.3" + sources."markdown-table-2.0.0" sources."mathml-tag-names-2.1.3" - sources."mdast-util-compact-1.0.4" - sources."meow-5.0.0" + sources."mdast-util-compact-2.0.1" + sources."meow-7.1.1" sources."merge2-1.4.1" - (sources."micromatch-4.0.2" // { - dependencies = [ - sources."braces-3.0.2" - sources."fill-range-7.0.1" - sources."is-number-7.0.0" - sources."to-regex-range-5.0.1" - ]; - }) + sources."micromatch-4.0.2" + sources."min-indent-1.0.1" sources."minimatch-3.0.4" sources."minimist-1.2.5" - sources."minimist-options-3.0.2" - (sources."mixin-deep-1.3.2" // { + (sources."minimist-options-4.1.0" // { dependencies = [ - sources."is-extendable-1.0.1" + sources."is-plain-obj-1.1.0" ]; }) sources."mkdirp-0.5.5" sources."ms-2.1.2" - sources."nanomatch-1.2.13" sources."node-releases-1.1.61" sources."normalize-package-data-2.5.0" sources."normalize-range-0.1.2" sources."normalize-selector-0.2.0" sources."num2fraction-1.2.2" - (sources."object-copy-0.1.0" // { - dependencies = [ - sources."define-property-0.2.5" - sources."is-accessor-descriptor-0.1.6" - sources."is-data-descriptor-0.1.4" - (sources."is-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-5.1.0" - ]; - }) - sources."kind-of-3.2.2" - ]; - }) - sources."object-visit-1.0.1" - sources."object.pick-1.3.0" sources."once-1.4.0" - sources."p-limit-1.3.0" - sources."p-locate-2.0.0" - sources."p-try-1.0.0" - sources."parse-entities-1.2.2" - sources."parse-json-4.0.0" - sources."pascalcase-0.1.1" - sources."path-dirname-1.0.2" - sources."path-exists-3.0.0" + sources."p-limit-2.3.0" + sources."p-locate-4.1.0" + sources."p-try-2.2.0" + sources."parent-module-1.0.1" + sources."parse-entities-2.0.0" + sources."parse-json-5.1.0" + sources."path-exists-4.0.0" sources."path-is-absolute-1.0.1" + sources."path-is-inside-1.0.2" sources."path-parse-1.0.6" - (sources."path-type-3.0.0" // { - dependencies = [ - sources."pify-3.0.0" - ]; - }) + sources."path-type-4.0.0" sources."picomatch-2.2.2" - sources."pify-4.0.1" - sources."posix-character-classes-0.1.1" (sources."postcss-7.0.35" // { dependencies = [ + (sources."chalk-2.4.2" // { + dependencies = [ + sources."supports-color-5.5.0" + ]; + }) sources."source-map-0.6.1" sources."supports-color-6.1.0" ]; }) sources."postcss-html-0.36.0" - sources."postcss-jsx-0.36.4" sources."postcss-less-3.1.4" - sources."postcss-markdown-0.36.0" sources."postcss-media-query-parser-0.2.3" - (sources."postcss-reporter-6.0.1" // { - dependencies = [ - sources."log-symbols-2.2.0" - ]; - }) sources."postcss-resolve-nested-selector-0.1.1" sources."postcss-safe-parser-4.0.2" - sources."postcss-sass-0.3.5" + sources."postcss-sass-0.4.4" sources."postcss-scss-2.1.1" - sources."postcss-selector-parser-3.1.2" + sources."postcss-selector-parser-6.0.4" sources."postcss-syntax-0.36.2" - sources."postcss-value-parser-3.3.1" + sources."postcss-value-parser-4.1.0" sources."punycode-2.1.1" - sources."quick-lru-1.1.0" - sources."read-pkg-3.0.0" - sources."read-pkg-up-3.0.0" + sources."quick-lru-4.0.1" + (sources."read-pkg-5.2.0" // { + dependencies = [ + sources."type-fest-0.6.0" + ]; + }) + (sources."read-pkg-up-7.0.1" // { + dependencies = [ + sources."type-fest-0.8.1" + ]; + }) sources."readable-stream-3.6.0" - sources."redent-2.0.0" - sources."regex-not-1.0.2" - sources."remark-10.0.1" - sources."remark-parse-6.0.3" - sources."remark-stringify-6.0.4" - sources."repeat-element-1.1.3" + sources."redent-3.0.0" + sources."remark-12.0.1" + sources."remark-parse-8.0.3" + sources."remark-stringify-8.1.1" sources."repeat-string-1.6.1" sources."replace-ext-1.0.0" sources."resolve-1.17.0" sources."resolve-from-5.0.0" - sources."resolve-url-0.2.1" - sources."ret-0.1.15" + sources."reusify-1.0.4" sources."rimraf-2.6.3" - sources."safe-buffer-5.2.1" - sources."safe-regex-1.1.0" + sources."run-parallel-1.1.9" + sources."safe-buffer-5.1.2" sources."semver-5.7.1" - (sources."set-value-2.0.1" // { - dependencies = [ - sources."extend-shallow-2.0.1" - ]; - }) sources."signal-exit-3.0.3" sources."slash-3.0.0" - (sources."slice-ansi-2.1.0" // { + (sources."slice-ansi-4.0.0" // { dependencies = [ - sources."is-fullwidth-code-point-2.0.0" - ]; - }) - (sources."snapdragon-0.8.2" // { - dependencies = [ - sources."debug-2.6.9" - sources."define-property-0.2.5" - sources."extend-shallow-2.0.1" - (sources."is-accessor-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - (sources."is-data-descriptor-0.1.4" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-descriptor-0.1.6" - sources."kind-of-5.1.0" - sources."ms-2.0.0" - ]; - }) - (sources."snapdragon-node-2.1.1" // { - dependencies = [ - sources."define-property-1.0.0" - ]; - }) - (sources."snapdragon-util-3.0.1" // { - dependencies = [ - sources."kind-of-3.2.2" + sources."ansi-styles-4.3.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" ]; }) sources."source-map-0.5.7" - sources."source-map-resolve-0.5.3" - sources."source-map-url-0.4.0" sources."spdx-correct-3.1.1" sources."spdx-exceptions-2.3.0" sources."spdx-expression-parse-3.0.1" sources."spdx-license-ids-3.0.6" sources."specificity-0.4.1" - sources."split-string-3.1.0" - sources."sprintf-js-1.0.3" sources."state-toggle-1.0.3" - (sources."static-extend-0.1.2" // { + sources."string-width-4.2.0" + (sources."string_decoder-1.3.0" // { dependencies = [ - sources."define-property-0.2.5" - (sources."is-accessor-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - (sources."is-data-descriptor-0.1.4" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-descriptor-0.1.6" - sources."kind-of-5.1.0" + sources."safe-buffer-5.2.1" ]; }) - (sources."string-width-4.2.0" // { - dependencies = [ - sources."strip-ansi-6.0.0" - ]; - }) - sources."string_decoder-1.3.0" - sources."stringify-entities-1.3.2" - (sources."strip-ansi-5.2.0" // { - dependencies = [ - sources."ansi-regex-4.1.0" - ]; - }) - sources."strip-bom-3.0.0" - sources."strip-indent-2.0.0" + sources."stringify-entities-3.0.1" + sources."strip-ansi-6.0.0" + sources."strip-indent-3.0.0" sources."style-search-0.1.0" - sources."stylelint-10.1.0" - sources."stylelint-vscode-7.0.0-21" - sources."stylelint-warning-to-vscode-diagnostic-1.0.1" + sources."stylelint-13.7.2" sources."sugarss-2.0.0" sources."supports-color-5.5.0" sources."svg-tags-1.0.0" - (sources."table-5.4.6" // { - dependencies = [ - sources."emoji-regex-7.0.3" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - ]; - }) + sources."table-6.0.3" sources."to-fast-properties-2.0.0" - (sources."to-object-path-0.3.0" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."to-regex-3.0.2" - sources."to-regex-range-2.1.1" + sources."to-regex-range-5.0.1" sources."trim-0.0.1" - sources."trim-newlines-2.0.0" + sources."trim-newlines-3.0.0" sources."trim-trailing-lines-1.1.3" sources."trough-1.0.5" + sources."type-fest-0.13.1" + sources."typedarray-to-buffer-3.1.5" sources."unherit-1.1.3" - sources."unified-7.1.0" - sources."union-value-1.0.1" + sources."unified-9.2.0" sources."uniq-1.0.1" - sources."unist-util-find-all-after-1.0.5" - sources."unist-util-is-3.0.0" - sources."unist-util-remove-position-1.1.4" + sources."unist-util-find-all-after-3.0.1" + sources."unist-util-is-4.0.2" + sources."unist-util-remove-position-2.0.1" sources."unist-util-stringify-position-2.0.3" - sources."unist-util-visit-1.4.1" - sources."unist-util-visit-parents-2.1.2" - (sources."unset-value-1.0.0" // { - dependencies = [ - (sources."has-value-0.3.1" // { - dependencies = [ - sources."isobject-2.1.0" - ]; - }) - sources."has-values-0.1.4" - ]; - }) + sources."unist-util-visit-2.0.3" + sources."unist-util-visit-parents-3.1.0" sources."uri-js-4.4.0" - sources."urix-0.1.0" - sources."use-3.1.1" sources."util-deprecate-1.0.2" + sources."v8-compile-cache-2.1.1" sources."validate-npm-package-license-3.0.4" - (sources."vfile-3.0.1" // { - dependencies = [ - sources."is-buffer-2.0.4" - sources."unist-util-stringify-position-1.1.2" - sources."vfile-message-1.1.1" - ]; - }) - sources."vfile-location-2.0.6" + sources."vfile-4.2.0" + sources."vfile-location-3.1.0" sources."vfile-message-2.0.4" - sources."vscode-jsonrpc-4.0.0" - sources."vscode-languageserver-5.2.1" - (sources."vscode-languageserver-protocol-3.14.1" // { + sources."vscode-jsonrpc-5.1.0-next.1" + sources."vscode-languageserver-6.2.0-next.2" + (sources."vscode-languageserver-protocol-3.16.0-next.2" // { dependencies = [ - sources."vscode-languageserver-types-3.14.0" + sources."vscode-languageserver-types-3.16.0-next.1" ]; }) - sources."vscode-languageserver-types-3.15.1" - sources."vscode-uri-1.0.8" + sources."vscode-languageserver-textdocument-1.0.1" + sources."vscode-languageserver-types-3.16.0-next.3" + sources."vscode-uri-2.1.2" sources."which-1.3.1" sources."wrappy-1.0.2" sources."write-1.0.3" - sources."x-is-string-0.1.0" + sources."write-file-atomic-3.0.3" sources."xtend-4.0.2" - sources."yargs-parser-10.1.0" + sources."yaml-1.10.0" + sources."yargs-parser-18.1.3" ]; buildInputs = globalBuildInputs; meta = { @@ -60097,7 +62915,7 @@ in sources."semver-5.7.1" sources."sprintf-js-1.0.3" sources."supports-color-5.5.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tslint-5.20.1" sources."tsutils-2.29.0" sources."typescript-3.9.7" @@ -60149,13 +62967,13 @@ in coc-tsserver = nodeEnv.buildNodePackage { name = "coc-tsserver"; packageName = "coc-tsserver"; - version = "1.5.7"; + version = "1.5.8"; src = fetchurl { - url = "https://registry.npmjs.org/coc-tsserver/-/coc-tsserver-1.5.7.tgz"; - sha512 = "VP/xLBnChBWZPrURULJsy5fi9gt+Fsvv5qWXZrLorBsh/14ppnPqfdyyKRuK+mDrxi9gcnSbAwTHOJ4yl5e9ag=="; + url = "https://registry.npmjs.org/coc-tsserver/-/coc-tsserver-1.5.8.tgz"; + sha512 = "rh1/curdq4ygQxsqPxJ7lgZR1zcEC3uWjLuDM4aiexzVAIO5QxtCFmKkfQHPzlOMHm6Gp5WvSJzgncS3Fj2Z+Q=="; }; dependencies = [ - sources."typescript-3.9.7" + sources."typescript-4.0.3" ]; buildInputs = globalBuildInputs; meta = { @@ -60195,7 +63013,7 @@ in }) sources."@nodelib/fs.stat-1.1.3" sources."@nodelib/fs.walk-1.2.4" - sources."@prettier/plugin-pug-1.7.0" + sources."@prettier/plugin-pug-1.8.1" sources."@sindresorhus/is-0.14.0" sources."@sorg/log-2.2.0" sources."@starptech/expression-parser-0.10.0" @@ -60217,13 +63035,12 @@ in sources."@starptech/rehype-webparser-0.10.0" sources."@starptech/webparser-0.10.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" sources."@types/eslint-visitor-keys-1.0.0" sources."@types/glob-7.1.3" sources."@types/json-schema-7.0.6" sources."@types/minimatch-3.0.3" sources."@types/minimist-1.2.0" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/normalize-package-data-2.4.0" sources."@types/unist-2.0.3" sources."@types/vfile-3.0.2" @@ -60239,7 +63056,7 @@ in }) sources."@typescript-eslint/visitor-keys-3.10.1" sources."abbrev-1.1.1" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-jsx-5.3.1" (sources."aggregate-error-3.1.0" // { dependencies = [ @@ -60452,7 +63269,7 @@ in (sources."eslint-7.10.0" // { dependencies = [ sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -60470,7 +63287,7 @@ in sources."which-2.0.2" ]; }) - (sources."eslint-plugin-vue-7.0.0" // { + (sources."eslint-plugin-vue-7.0.1" // { dependencies = [ sources."semver-7.3.2" ]; @@ -60623,7 +63440,7 @@ in (sources."inquirer-7.3.3" // { dependencies = [ sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -61083,7 +63900,7 @@ in sources."trim-newlines-2.0.0" sources."trim-trailing-lines-1.1.3" sources."trough-1.0.5" - sources."tslib-1.13.0" + sources."tslib-1.14.0" (sources."tslint-5.20.1" // { dependencies = [ sources."tsutils-2.29.0" @@ -61323,10 +64140,10 @@ in coc-yank = nodeEnv.buildNodePackage { name = "coc-yank"; packageName = "coc-yank"; - version = "1.1.7"; + version = "1.1.8"; src = fetchurl { - url = "https://registry.npmjs.org/coc-yank/-/coc-yank-1.1.7.tgz"; - sha512 = "5WCpa1k96mlhcC8acPqljkDhmoVFfFzTRi2bO+QJDakgQfZxN5UqMcVrnh4ZDKFQuE09zEpn8quwEjvU1W5VMQ=="; + url = "https://registry.npmjs.org/coc-yank/-/coc-yank-1.1.8.tgz"; + sha512 = "jDBtzTnFb3TnwmsqQt5b6KFRcXB7J5pdsebzdovqroaKwKT9YH19CG4qPeuJleT3dJ/AwfUw3WP3yZWkwvLbFg=="; }; buildInputs = globalBuildInputs; meta = { @@ -61487,7 +64304,6 @@ in sources."@nodelib/fs.walk-1.2.4" sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" sources."abbrev-1.1.1" sources."accepts-1.3.7" sources."ajv-6.12.5" @@ -61499,7 +64315,7 @@ in }) sources."ansi-escapes-3.2.0" sources."ansi-regex-3.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."array-find-index-1.0.2" sources."array-flatten-1.1.1" sources."array-union-2.1.0" @@ -61899,7 +64715,7 @@ in sources."strip-final-newline-2.0.0" sources."strip-json-comments-2.0.1" sources."supports-color-7.2.0" - sources."systeminformation-4.27.5" + sources."systeminformation-4.27.7" sources."term-size-2.2.0" sources."through-2.3.8" sources."tmp-0.2.1" @@ -61907,7 +64723,7 @@ in sources."to-regex-range-5.0.1" sources."toidentifier-1.0.0" sources."tough-cookie-3.0.1" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."type-fest-0.8.1" @@ -61986,7 +64802,7 @@ in sources."@types/glob-7.1.3" sources."@types/minimatch-3.0.3" sources."@types/minimist-1.2.0" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/normalize-package-data-2.4.0" sources."aggregate-error-3.1.0" sources."ansi-styles-3.2.1" @@ -62354,7 +65170,7 @@ in sources."@cycle/run-3.4.0" sources."@cycle/time-0.10.1" sources."@types/cookiejar-2.1.1" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/superagent-3.8.2" sources."ansi-escapes-3.2.0" sources."ansi-regex-2.1.1" @@ -62501,10 +65317,9 @@ in sha512 = "i0Zxiqj8Q2tMJkMousrZdB/vlvtoAZyN49bgAfM4yHhWQUzrpM1rZU7TX1Rg5bbDQ1R8Gk/usNnpkDzEHJdVXg=="; }; dependencies = [ - sources."@types/color-name-1.1.1" sources."ansi-escapes-4.3.1" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."balanced-match-1.0.0" sources."block-stream-0.0.9" sources."brace-expansion-1.1.11" @@ -62607,7 +65422,7 @@ in ]; }) sources."tmp-0.1.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."type-fest-0.11.0" sources."uid-number-0.0.6" sources."universalify-0.1.2" @@ -63234,7 +66049,7 @@ in sources."throttle-1.0.3" sources."thunky-1.1.0" sources."timed-out-4.0.1" - sources."timeout-refresh-1.0.2" + sources."timeout-refresh-1.0.3" sources."to-buffer-1.1.1" (sources."to-object-path-0.3.0" // { dependencies = [ @@ -63325,10 +66140,10 @@ in dhcp = nodeEnv.buildNodePackage { name = "dhcp"; packageName = "dhcp"; - version = "0.2.19"; + version = "0.2.20"; src = fetchurl { - url = "https://registry.npmjs.org/dhcp/-/dhcp-0.2.19.tgz"; - sha512 = "RQhzFYjO955zR6YUqP2NbaE6owt9sq33ACWydyKS0v7Tec71Gf2+ewNLyE91UqCtw3wmQhTAYDsWdrqzsxVNig=="; + url = "https://registry.npmjs.org/dhcp/-/dhcp-0.2.20.tgz"; + sha512 = "SfKVTg5qqe5aXSrSAXABM1yJl3OjekhSg6ryJyLjK1015waNj9fmMq8SrHI6qWuICtiprfYbh/f55giBJcC9Ag=="; }; dependencies = [ sources."minimist-1.2.5" @@ -63407,7 +66222,7 @@ in sources."temp-dir-2.0.0" sources."tempy-0.7.1" sources."to-regex-range-5.0.1" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."type-fest-0.16.0" sources."unique-string-2.0.0" sources."vscode-jsonrpc-5.0.1" @@ -63474,7 +66289,7 @@ in sources."assert-plus-1.0.0" sources."async-2.6.3" sources."asynckit-0.4.0" - sources."aws-sdk-2.763.0" + sources."aws-sdk-2.768.0" sources."aws-sign2-0.7.0" sources."aws4-1.10.1" sources."base64-js-1.3.1" @@ -63649,11 +66464,10 @@ in sources."@sindresorhus/is-3.1.2" sources."@szmarczak/http-timer-4.0.5" sources."@types/cacheable-request-6.0.1" - sources."@types/color-name-1.1.1" sources."@types/http-cache-semantics-4.0.0" sources."@types/keyv-3.1.1" sources."@types/minimist-1.2.0" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/normalize-package-data-2.4.0" sources."@types/responselike-1.0.0" sources."@types/yoga-layout-1.9.2" @@ -63748,9 +66562,9 @@ in sources."indent-string-4.0.0" sources."inflight-1.0.6" sources."inherits-2.0.4" - (sources."ink-3.0.6" // { + (sources."ink-3.0.7" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -63760,7 +66574,7 @@ in }) (sources."ink-text-input-4.0.1" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -63790,7 +66604,6 @@ in sources."lines-and-columns-1.1.6" sources."locate-path-3.0.0" sources."lodash-4.17.20" - sources."lodash.throttle-4.1.1" sources."loose-envify-1.4.0" sources."lowercase-keys-2.0.0" (sources."make-dir-3.1.0" // { @@ -63884,7 +66697,7 @@ in sources."skin-tone-1.0.0" (sources."slice-ansi-3.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" ]; @@ -63921,7 +66734,7 @@ in sources."widest-line-3.1.0" (sources."wrap-ansi-6.2.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" ]; @@ -63929,7 +66742,7 @@ in sources."wrappy-1.0.2" sources."ws-7.3.1" sources."yargs-parser-18.1.3" - sources."yoga-layout-prebuilt-1.9.6" + sources."yoga-layout-prebuilt-1.10.0" ]; buildInputs = globalBuildInputs; meta = { @@ -63970,10 +66783,10 @@ in sources."@fluentui/date-time-utilities-7.9.0" sources."@fluentui/dom-utilities-1.1.1" sources."@fluentui/keyboard-key-0.2.12" - sources."@fluentui/react-7.143.0" - sources."@fluentui/react-focus-7.16.9" + sources."@fluentui/react-7.145.0" + sources."@fluentui/react-focus-7.16.10" sources."@fluentui/react-window-provider-0.3.3" - sources."@fluentui/theme-1.2.1" + sources."@fluentui/theme-1.3.0" (sources."@gulp-sourcemaps/identity-map-1.0.2" // { dependencies = [ sources."normalize-path-2.1.1" @@ -63985,7 +66798,7 @@ in sources."normalize-path-2.1.1" ]; }) - sources."@microsoft/load-themed-styles-1.10.101" + sources."@microsoft/load-themed-styles-1.10.108" sources."@nodelib/fs.scandir-2.1.3" sources."@nodelib/fs.stat-2.0.3" sources."@nodelib/fs.walk-1.2.4" @@ -64026,13 +66839,13 @@ in sources."@types/sqlite3-3.1.6" sources."@types/tough-cookie-4.0.0" sources."@types/url-join-4.0.0" - sources."@uifabric/foundation-7.9.9" - sources."@uifabric/icons-7.5.8" + sources."@uifabric/foundation-7.9.10" + sources."@uifabric/icons-7.5.9" sources."@uifabric/merge-styles-7.19.1" - sources."@uifabric/react-hooks-7.13.5" + sources."@uifabric/react-hooks-7.13.6" sources."@uifabric/set-version-7.0.23" - sources."@uifabric/styling-7.16.9" - sources."@uifabric/utilities-7.32.3" + sources."@uifabric/styling-7.16.10" + sources."@uifabric/utilities-7.32.4" sources."@webassemblyjs/ast-1.9.0" sources."@webassemblyjs/floating-point-hex-parser-1.9.0" sources."@webassemblyjs/helper-api-error-1.9.0" @@ -64425,7 +67238,7 @@ in sources."enhanced-resolve-4.3.0" sources."errno-0.1.7" sources."error-ex-1.3.2" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."es5-ext-0.10.53" sources."es6-iterator-2.0.3" @@ -64715,7 +67528,7 @@ in sources."isexe-2.0.0" sources."isobject-3.0.1" sources."isstream-0.1.2" - (sources."jest-worker-26.3.0" // { + (sources."jest-worker-26.5.0" // { dependencies = [ sources."has-flag-4.0.0" sources."supports-color-7.2.0" @@ -64853,7 +67666,7 @@ in ]; }) sources."mkdirp-1.0.4" - sources."moment-2.29.0" + sources."moment-2.29.1" (sources."morgan-1.10.0" // { dependencies = [ sources."depd-2.0.0" @@ -64948,7 +67761,7 @@ in sources."object.map-1.0.1" sources."object.pick-1.3.0" sources."object.reduce-1.0.1" - sources."office-ui-fabric-react-7.143.0" + sources."office-ui-fabric-react-7.145.0" sources."on-finished-2.3.0" sources."on-headers-1.0.2" sources."once-1.4.0" @@ -65052,10 +67865,10 @@ in sources."semver-4.3.2" ]; }) - sources."pg-connection-string-2.3.0" + sources."pg-connection-string-2.4.0" sources."pg-int8-1.0.1" sources."pg-pool-3.2.1" - sources."pg-protocol-1.2.5" + sources."pg-protocol-1.3.0" sources."pg-types-2.2.0" sources."pgpass-1.0.2" sources."picomatch-2.2.2" @@ -65159,7 +67972,7 @@ in sources."safe-buffer-5.1.2" sources."safe-regex-1.1.0" sources."safer-buffer-2.1.2" - sources."sass-1.26.11" + sources."sass-1.26.12" sources."sax-1.2.4" sources."scheduler-0.19.1" sources."schema-utils-2.7.1" @@ -65302,12 +68115,12 @@ in sources."string-width-1.0.2" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."string_decoder-1.1.1" @@ -65359,7 +68172,7 @@ in ]; }) sources."ts-log-2.2.3" - sources."tslib-1.13.0" + sources."tslib-1.14.0" (sources."tslint-6.1.2" // { dependencies = [ sources."mkdirp-0.5.5" @@ -65439,7 +68252,7 @@ in sources."watchpack-chokidar2-2.0.0" (sources."webpack-4.44.0" // { dependencies = [ - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."braces-2.3.2" sources."cacache-12.0.4" sources."chownr-1.1.4" @@ -65540,8 +68353,7 @@ in ]; }) sources."@eslint/eslintrc-0.1.3" - sources."@types/color-name-1.1.1" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-jsx-5.3.1" sources."ajv-6.12.5" sources."ansi-colors-4.1.1" @@ -65554,7 +68366,7 @@ in sources."callsites-3.1.0" (sources."chalk-4.1.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."has-flag-4.0.0" @@ -65683,8 +68495,7 @@ in ]; }) sources."@eslint/eslintrc-0.1.3" - sources."@types/color-name-1.1.1" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-jsx-5.3.1" sources."ajv-6.12.5" sources."ansi-colors-4.1.1" @@ -65697,7 +68508,7 @@ in sources."callsites-3.1.0" (sources."chalk-4.1.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."has-flag-4.0.0" @@ -65812,6 +68623,2722 @@ in bypassCache = true; reconstructLock = true; }; + expo-cli = nodeEnv.buildNodePackage { + name = "expo-cli"; + packageName = "expo-cli"; + version = "3.27.14"; + src = fetchurl { + url = "https://registry.npmjs.org/expo-cli/-/expo-cli-3.27.14.tgz"; + sha512 = "1/avJnfrvOEM31Bfu/8wSGnSxscxKJ+MusqjTgy7q/LEes8M0VqtdMWb8ZPXJ8weaIEV6o98EGoomkYayJTyJw=="; + }; + dependencies = [ + sources."@babel/code-frame-7.10.4" + sources."@babel/compat-data-7.11.0" + sources."@babel/core-7.9.0" + sources."@babel/generator-7.11.6" + sources."@babel/helper-annotate-as-pure-7.10.4" + sources."@babel/helper-builder-binary-assignment-operator-visitor-7.10.4" + sources."@babel/helper-builder-react-jsx-7.10.4" + sources."@babel/helper-builder-react-jsx-experimental-7.11.5" + sources."@babel/helper-compilation-targets-7.10.4" + sources."@babel/helper-create-class-features-plugin-7.10.5" + sources."@babel/helper-create-regexp-features-plugin-7.10.4" + (sources."@babel/helper-define-map-7.10.5" // { + dependencies = [ + sources."lodash-4.17.20" + ]; + }) + sources."@babel/helper-explode-assignable-expression-7.11.4" + sources."@babel/helper-function-name-7.10.4" + sources."@babel/helper-get-function-arity-7.10.4" + sources."@babel/helper-hoist-variables-7.10.4" + sources."@babel/helper-member-expression-to-functions-7.11.0" + sources."@babel/helper-module-imports-7.10.4" + (sources."@babel/helper-module-transforms-7.11.0" // { + dependencies = [ + sources."lodash-4.17.20" + ]; + }) + sources."@babel/helper-optimise-call-expression-7.10.4" + sources."@babel/helper-plugin-utils-7.10.4" + (sources."@babel/helper-regex-7.10.5" // { + dependencies = [ + sources."lodash-4.17.20" + ]; + }) + sources."@babel/helper-remap-async-to-generator-7.11.4" + sources."@babel/helper-replace-supers-7.10.4" + sources."@babel/helper-simple-access-7.10.4" + sources."@babel/helper-skip-transparent-expression-wrappers-7.11.0" + sources."@babel/helper-split-export-declaration-7.11.0" + sources."@babel/helper-validator-identifier-7.10.4" + sources."@babel/helper-wrap-function-7.10.4" + sources."@babel/helpers-7.10.4" + (sources."@babel/highlight-7.10.4" // { + dependencies = [ + sources."chalk-2.4.2" + ]; + }) + sources."@babel/parser-7.11.5" + sources."@babel/plugin-proposal-async-generator-functions-7.10.5" + sources."@babel/plugin-proposal-class-properties-7.10.4" + sources."@babel/plugin-proposal-dynamic-import-7.10.4" + sources."@babel/plugin-proposal-export-default-from-7.10.4" + sources."@babel/plugin-proposal-export-namespace-from-7.10.4" + sources."@babel/plugin-proposal-json-strings-7.10.4" + sources."@babel/plugin-proposal-logical-assignment-operators-7.11.0" + sources."@babel/plugin-proposal-nullish-coalescing-operator-7.10.4" + sources."@babel/plugin-proposal-numeric-separator-7.10.4" + sources."@babel/plugin-proposal-object-rest-spread-7.11.0" + sources."@babel/plugin-proposal-optional-catch-binding-7.10.4" + sources."@babel/plugin-proposal-optional-chaining-7.11.0" + sources."@babel/plugin-proposal-private-methods-7.10.4" + sources."@babel/plugin-proposal-unicode-property-regex-7.10.4" + sources."@babel/plugin-syntax-async-generators-7.8.4" + sources."@babel/plugin-syntax-class-properties-7.10.4" + sources."@babel/plugin-syntax-dynamic-import-7.8.3" + sources."@babel/plugin-syntax-export-default-from-7.10.4" + sources."@babel/plugin-syntax-export-namespace-from-7.8.3" + sources."@babel/plugin-syntax-flow-7.10.4" + sources."@babel/plugin-syntax-json-strings-7.8.3" + sources."@babel/plugin-syntax-jsx-7.10.4" + sources."@babel/plugin-syntax-logical-assignment-operators-7.10.4" + sources."@babel/plugin-syntax-nullish-coalescing-operator-7.8.3" + sources."@babel/plugin-syntax-numeric-separator-7.10.4" + sources."@babel/plugin-syntax-object-rest-spread-7.8.3" + sources."@babel/plugin-syntax-optional-catch-binding-7.8.3" + sources."@babel/plugin-syntax-optional-chaining-7.8.3" + sources."@babel/plugin-syntax-top-level-await-7.10.4" + sources."@babel/plugin-syntax-typescript-7.10.4" + sources."@babel/plugin-transform-arrow-functions-7.10.4" + sources."@babel/plugin-transform-async-to-generator-7.10.4" + sources."@babel/plugin-transform-block-scoped-functions-7.10.4" + sources."@babel/plugin-transform-block-scoping-7.11.1" + sources."@babel/plugin-transform-classes-7.10.4" + sources."@babel/plugin-transform-computed-properties-7.10.4" + sources."@babel/plugin-transform-destructuring-7.10.4" + sources."@babel/plugin-transform-dotall-regex-7.10.4" + sources."@babel/plugin-transform-duplicate-keys-7.10.4" + sources."@babel/plugin-transform-exponentiation-operator-7.10.4" + sources."@babel/plugin-transform-flow-strip-types-7.10.4" + sources."@babel/plugin-transform-for-of-7.10.4" + sources."@babel/plugin-transform-function-name-7.10.4" + sources."@babel/plugin-transform-literals-7.10.4" + sources."@babel/plugin-transform-member-expression-literals-7.10.4" + sources."@babel/plugin-transform-modules-amd-7.10.5" + sources."@babel/plugin-transform-modules-commonjs-7.10.4" + sources."@babel/plugin-transform-modules-systemjs-7.10.5" + sources."@babel/plugin-transform-modules-umd-7.10.4" + sources."@babel/plugin-transform-named-capturing-groups-regex-7.10.4" + sources."@babel/plugin-transform-new-target-7.10.4" + sources."@babel/plugin-transform-object-assign-7.10.4" + sources."@babel/plugin-transform-object-super-7.10.4" + sources."@babel/plugin-transform-parameters-7.10.5" + sources."@babel/plugin-transform-property-literals-7.10.4" + sources."@babel/plugin-transform-react-display-name-7.10.4" + sources."@babel/plugin-transform-react-jsx-7.10.4" + sources."@babel/plugin-transform-react-jsx-source-7.10.5" + sources."@babel/plugin-transform-regenerator-7.10.4" + sources."@babel/plugin-transform-reserved-words-7.10.4" + (sources."@babel/plugin-transform-runtime-7.11.5" // { + dependencies = [ + sources."semver-5.7.1" + ]; + }) + sources."@babel/plugin-transform-shorthand-properties-7.10.4" + sources."@babel/plugin-transform-spread-7.11.0" + sources."@babel/plugin-transform-sticky-regex-7.10.4" + sources."@babel/plugin-transform-template-literals-7.10.5" + sources."@babel/plugin-transform-typeof-symbol-7.10.4" + sources."@babel/plugin-transform-typescript-7.11.0" + sources."@babel/plugin-transform-unicode-escapes-7.10.4" + sources."@babel/plugin-transform-unicode-regex-7.10.4" + sources."@babel/preset-env-7.11.5" + sources."@babel/preset-modules-0.1.4" + sources."@babel/preset-typescript-7.10.4" + sources."@babel/runtime-7.11.2" + sources."@babel/template-7.10.4" + (sources."@babel/traverse-7.11.5" // { + dependencies = [ + sources."lodash-4.17.20" + ]; + }) + (sources."@babel/types-7.11.5" // { + dependencies = [ + sources."lodash-4.17.20" + ]; + }) + sources."@expo/babel-preset-cli-0.2.18" + (sources."@expo/bunyan-3.0.2" // { + dependencies = [ + sources."uuid-3.4.0" + ]; + }) + (sources."@expo/config-3.3.9" // { + dependencies = [ + sources."semver-7.3.2" + sources."uuid-3.4.0" + sources."xcode-2.1.0" + ]; + }) + sources."@expo/config-types-40.0.0-beta.1" + (sources."@expo/configure-splash-screen-0.2.1" // { + dependencies = [ + sources."commander-5.1.0" + sources."pngjs-5.0.0" + ]; + }) + (sources."@expo/dev-server-0.1.34" // { + dependencies = [ + sources."body-parser-1.19.0" + sources."bytes-3.1.0" + sources."debug-2.6.9" + sources."http-errors-1.7.2" + sources."iconv-lite-0.4.24" + sources."inherits-2.0.3" + sources."ms-2.0.0" + sources."qs-6.7.0" + sources."raw-body-2.4.0" + sources."serialize-error-6.0.0" + sources."setprototypeof-1.1.1" + sources."statuses-1.5.0" + ]; + }) + sources."@expo/dev-tools-0.13.52" + sources."@expo/eas-build-job-0.1.0" + (sources."@expo/image-utils-0.3.7" // { + dependencies = [ + sources."semver-6.1.1" + ]; + }) + (sources."@expo/json-file-8.2.24" // { + dependencies = [ + sources."json5-1.0.1" + ]; + }) + sources."@expo/metro-config-0.1.34" + (sources."@expo/ngrok-2.4.3" // { + dependencies = [ + sources."uuid-3.4.0" + ]; + }) + sources."@expo/ngrok-bin-2.2.8-beta.3" + sources."@expo/ngrok-bin-darwin-ia32-2.2.8" + sources."@expo/ngrok-bin-darwin-x64-2.2.8" + sources."@expo/ngrok-bin-freebsd-ia32-2.2.8" + sources."@expo/ngrok-bin-freebsd-x64-2.2.8" + sources."@expo/ngrok-bin-linux-arm-2.2.8" + sources."@expo/ngrok-bin-linux-arm64-2.2.8" + sources."@expo/ngrok-bin-linux-ia32-2.2.8" + sources."@expo/ngrok-bin-linux-x64-2.2.8" + sources."@expo/ngrok-bin-sunos-x64-2.2.8" + sources."@expo/ngrok-bin-win32-ia32-2.2.8-beta.1" + sources."@expo/ngrok-bin-win32-x64-2.2.8-beta.1" + sources."@expo/osascript-2.0.24" + (sources."@expo/package-manager-0.0.33" // { + dependencies = [ + sources."ansi-regex-5.0.0" + sources."npm-package-arg-7.0.0" + sources."rimraf-3.0.2" + sources."semver-5.7.1" + ]; + }) + (sources."@expo/plist-0.0.10" // { + dependencies = [ + sources."xmlbuilder-14.0.0" + ]; + }) + sources."@expo/results-1.0.0" + (sources."@expo/schemer-1.3.21" // { + dependencies = [ + sources."ajv-5.5.2" + sources."es6-error-4.1.1" + sources."fast-deep-equal-1.1.0" + sources."get-stream-3.0.0" + sources."got-6.7.1" + sources."json-schema-traverse-0.3.1" + sources."probe-image-size-3.2.0" + ]; + }) + sources."@expo/simple-spinner-1.0.2" + sources."@expo/spawn-async-1.5.0" + sources."@expo/traveling-fastlane-darwin-1.15.1" + sources."@expo/traveling-fastlane-linux-1.15.1" + (sources."@expo/webpack-config-0.12.38" // { + dependencies = [ + sources."@babel/runtime-7.9.0" + sources."is-wsl-2.2.0" + sources."react-refresh-0.8.3" + ]; + }) + (sources."@expo/xdl-58.0.13" // { + dependencies = [ + sources."chownr-1.1.4" + sources."es6-error-4.1.1" + (sources."fs-minipass-1.2.7" // { + dependencies = [ + sources."minipass-2.9.0" + ]; + }) + sources."indent-string-3.2.0" + sources."lru-cache-5.1.1" + (sources."minizlib-1.3.3" // { + dependencies = [ + sources."minipass-2.9.0" + ]; + }) + sources."mkdirp-1.0.4" + (sources."npm-package-arg-8.0.1" // { + dependencies = [ + sources."semver-7.3.2" + ]; + }) + (sources."pacote-11.1.0" // { + dependencies = [ + sources."minipass-3.1.3" + sources."semver-7.3.2" + (sources."tar-6.0.5" // { + dependencies = [ + sources."chownr-2.0.0" + ]; + }) + sources."yallist-4.0.0" + ]; + }) + (sources."tar-4.4.6" // { + dependencies = [ + sources."mkdirp-0.5.5" + ]; + }) + sources."uuid-3.3.2" + sources."validator-11.0.0" + sources."which-2.0.2" + sources."xcode-2.1.0" + sources."xmldom-0.1.27" + sources."yallist-3.1.1" + ]; + }) + sources."@hapi/address-4.1.0" + sources."@hapi/formula-2.0.0" + sources."@hapi/hoek-9.1.0" + sources."@hapi/joi-17.1.1" + sources."@hapi/pinpoint-2.0.0" + sources."@hapi/topo-5.0.0" + (sources."@jest/types-25.5.0" // { + dependencies = [ + sources."ansi-styles-4.3.0" + sources."chalk-3.0.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + sources."has-flag-4.0.0" + sources."supports-color-7.2.0" + ]; + }) + sources."@jimp/bmp-0.9.8" + sources."@jimp/core-0.9.8" + sources."@jimp/custom-0.9.8" + sources."@jimp/gif-0.9.8" + sources."@jimp/jpeg-0.9.8" + sources."@jimp/plugin-blit-0.9.8" + sources."@jimp/plugin-blur-0.9.8" + sources."@jimp/plugin-circle-0.9.8" + sources."@jimp/plugin-color-0.9.8" + sources."@jimp/plugin-contain-0.9.8" + sources."@jimp/plugin-cover-0.9.8" + sources."@jimp/plugin-crop-0.9.8" + sources."@jimp/plugin-displace-0.9.8" + sources."@jimp/plugin-dither-0.9.8" + sources."@jimp/plugin-fisheye-0.9.8" + sources."@jimp/plugin-flip-0.9.8" + sources."@jimp/plugin-gaussian-0.9.8" + sources."@jimp/plugin-invert-0.9.8" + sources."@jimp/plugin-mask-0.9.8" + sources."@jimp/plugin-normalize-0.9.8" + sources."@jimp/plugin-print-0.9.8" + sources."@jimp/plugin-resize-0.9.8" + sources."@jimp/plugin-rotate-0.9.8" + sources."@jimp/plugin-scale-0.9.8" + sources."@jimp/plugin-shadow-0.9.8" + sources."@jimp/plugin-threshold-0.9.8" + sources."@jimp/plugins-0.9.8" + sources."@jimp/png-0.9.8" + sources."@jimp/tiff-0.9.8" + sources."@jimp/types-0.9.8" + sources."@jimp/utils-0.9.8" + sources."@mrmlnc/readdir-enhanced-2.2.1" + sources."@nodelib/fs.scandir-2.1.3" + sources."@nodelib/fs.stat-2.0.3" + sources."@nodelib/fs.walk-1.2.4" + sources."@npmcli/ci-detect-1.3.0" + (sources."@npmcli/git-2.0.4" // { + dependencies = [ + sources."mkdirp-1.0.4" + sources."semver-7.3.2" + sources."which-2.0.2" + ]; + }) + sources."@npmcli/installed-package-contents-1.0.5" + (sources."@npmcli/move-file-1.0.1" // { + dependencies = [ + sources."mkdirp-1.0.4" + ]; + }) + sources."@npmcli/node-gyp-1.0.1" + sources."@npmcli/promise-spawn-1.2.0" + sources."@npmcli/run-script-1.7.2" + sources."@pmmmwh/react-refresh-webpack-plugin-0.3.3" + sources."@react-native-community/cli-debugger-ui-4.9.0" + (sources."@react-native-community/cli-platform-android-4.13.0" // { + dependencies = [ + sources."ansi-styles-4.3.0" + sources."chalk-3.0.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + sources."fs-extra-8.1.0" + sources."has-flag-4.0.0" + sources."slash-3.0.0" + sources."supports-color-7.2.0" + ]; + }) + (sources."@react-native-community/cli-platform-ios-4.13.0" // { + dependencies = [ + sources."ansi-styles-4.3.0" + sources."chalk-3.0.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + sources."has-flag-4.0.0" + sources."supports-color-7.2.0" + sources."uuid-3.4.0" + sources."xcode-2.1.0" + ]; + }) + (sources."@react-native-community/cli-server-api-4.9.0" // { + dependencies = [ + sources."ultron-1.0.2" + sources."ws-1.1.5" + ]; + }) + (sources."@react-native-community/cli-tools-4.13.0" // { + dependencies = [ + sources."ansi-styles-4.3.0" + sources."chalk-3.0.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + sources."has-flag-4.0.0" + sources."supports-color-7.2.0" + ]; + }) + sources."@segment/loosely-validate-event-2.0.0" + sources."@sindresorhus/is-0.14.0" + sources."@szmarczak/http-timer-1.1.2" + sources."@tootallnate/once-1.1.2" + sources."@types/anymatch-1.3.1" + sources."@types/cacheable-request-6.0.1" + sources."@types/configstore-2.1.1" + sources."@types/debug-0.0.30" + sources."@types/events-3.0.0" + sources."@types/get-port-3.2.0" + sources."@types/glob-7.1.3" + sources."@types/html-minifier-terser-5.1.1" + sources."@types/http-cache-semantics-4.0.0" + sources."@types/istanbul-lib-coverage-2.0.3" + sources."@types/istanbul-lib-report-3.0.0" + sources."@types/istanbul-reports-1.1.2" + sources."@types/json-schema-7.0.6" + sources."@types/keyv-3.1.1" + sources."@types/lodash-4.14.161" + sources."@types/minimatch-3.0.3" + sources."@types/mkdirp-0.5.2" + sources."@types/node-9.6.59" + sources."@types/q-1.5.4" + sources."@types/responselike-1.0.0" + sources."@types/retry-0.12.0" + sources."@types/rimraf-2.0.4" + sources."@types/source-list-map-0.1.2" + sources."@types/tapable-1.0.6" + sources."@types/text-table-0.2.1" + sources."@types/tmp-0.0.33" + (sources."@types/uglify-js-3.11.0" // { + dependencies = [ + sources."source-map-0.6.1" + ]; + }) + (sources."@types/webpack-4.41.22" // { + dependencies = [ + sources."source-map-0.6.1" + ]; + }) + (sources."@types/webpack-sources-2.0.0" // { + dependencies = [ + sources."source-map-0.7.3" + ]; + }) + sources."@types/yargs-15.0.7" + sources."@types/yargs-parser-15.0.0" + sources."@webassemblyjs/ast-1.9.0" + sources."@webassemblyjs/floating-point-hex-parser-1.9.0" + sources."@webassemblyjs/helper-api-error-1.9.0" + sources."@webassemblyjs/helper-buffer-1.9.0" + sources."@webassemblyjs/helper-code-frame-1.9.0" + sources."@webassemblyjs/helper-fsm-1.9.0" + sources."@webassemblyjs/helper-module-context-1.9.0" + sources."@webassemblyjs/helper-wasm-bytecode-1.9.0" + sources."@webassemblyjs/helper-wasm-section-1.9.0" + sources."@webassemblyjs/ieee754-1.9.0" + sources."@webassemblyjs/leb128-1.9.0" + sources."@webassemblyjs/utf8-1.9.0" + sources."@webassemblyjs/wasm-edit-1.9.0" + sources."@webassemblyjs/wasm-gen-1.9.0" + sources."@webassemblyjs/wasm-opt-1.9.0" + sources."@webassemblyjs/wasm-parser-1.9.0" + sources."@webassemblyjs/wast-parser-1.9.0" + sources."@webassemblyjs/wast-printer-1.9.0" + sources."@wry/equality-0.1.11" + sources."@xtuc/ieee754-1.2.0" + sources."@xtuc/long-4.2.2" + sources."abbrev-1.1.1" + sources."accepts-1.3.7" + sources."acorn-6.4.2" + sources."address-1.1.2" + sources."agent-base-6.0.1" + sources."agentkeepalive-4.1.3" + sources."aggregate-error-3.1.0" + sources."ajv-6.12.5" + sources."ajv-errors-1.0.1" + sources."ajv-keywords-3.5.2" + sources."alphanum-sort-1.0.2" + (sources."analytics-node-3.3.0" // { + dependencies = [ + sources."axios-0.17.1" + sources."uuid-3.4.0" + ]; + }) + (sources."ansi-align-3.0.0" // { + dependencies = [ + sources."emoji-regex-7.0.3" + sources."string-width-3.1.0" + sources."strip-ansi-5.2.0" + ]; + }) + sources."ansi-colors-3.2.4" + (sources."ansi-escapes-4.3.1" // { + dependencies = [ + sources."type-fest-0.11.0" + ]; + }) + (sources."ansi-fragments-0.2.1" // { + dependencies = [ + sources."strip-ansi-5.2.0" + ]; + }) + sources."ansi-html-0.0.7" + sources."ansi-regex-4.1.0" + sources."ansi-styles-3.2.1" + sources."any-base-1.1.0" + sources."any-promise-1.3.0" + sources."anymatch-3.1.1" + sources."apollo-link-1.2.1" + sources."apollo-utilities-1.3.4" + sources."application-config-path-0.1.0" + sources."aproba-1.2.0" + sources."arch-2.1.2" + sources."are-we-there-yet-1.1.5" + sources."argparse-1.0.10" + sources."arr-diff-4.0.0" + sources."arr-flatten-1.1.0" + sources."arr-union-3.1.0" + sources."array-filter-0.0.1" + sources."array-flatten-1.1.1" + sources."array-map-0.0.0" + sources."array-reduce-0.0.0" + sources."array-union-1.0.2" + sources."array-uniq-1.0.3" + sources."array-unique-0.3.2" + sources."arrify-2.0.1" + sources."asap-2.0.6" + sources."asn1-0.2.4" + (sources."asn1.js-5.4.1" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + (sources."assert-1.5.0" // { + dependencies = [ + sources."inherits-2.0.1" + sources."util-0.10.3" + ]; + }) + sources."assert-plus-1.0.0" + sources."assign-symbols-1.0.0" + sources."astral-regex-1.0.0" + sources."async-0.9.2" + sources."async-each-1.0.3" + sources."async-limiter-1.0.1" + sources."asynckit-0.4.0" + sources."at-least-node-1.0.0" + sources."atob-2.1.2" + (sources."available-typed-arrays-1.0.2" // { + dependencies = [ + sources."array-filter-1.0.0" + ]; + }) + sources."aws-sign2-0.7.0" + sources."aws4-1.10.1" + (sources."axios-0.19.0" // { + dependencies = [ + sources."debug-3.1.0" + sources."follow-redirects-1.5.10" + sources."is-buffer-2.0.4" + sources."ms-2.0.0" + ]; + }) + sources."axios-retry-3.1.9" + (sources."babel-code-frame-6.26.0" // { + dependencies = [ + sources."ansi-regex-2.1.1" + sources."ansi-styles-2.2.1" + sources."chalk-1.1.3" + sources."js-tokens-3.0.2" + sources."strip-ansi-3.0.1" + sources."supports-color-2.0.0" + ]; + }) + sources."babel-extract-comments-1.0.0" + sources."babel-loader-8.1.0" + sources."babel-plugin-dynamic-import-node-2.3.3" + sources."babel-plugin-syntax-object-rest-spread-6.13.0" + sources."babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0" + sources."babel-plugin-transform-object-rest-spread-6.26.0" + sources."babel-preset-fbjs-3.3.0" + (sources."babel-runtime-6.26.0" // { + dependencies = [ + sources."core-js-2.6.11" + sources."regenerator-runtime-0.11.1" + ]; + }) + sources."babylon-6.18.0" + sources."backo2-1.0.2" + sources."balanced-match-1.0.0" + (sources."base-0.11.2" // { + dependencies = [ + sources."define-property-1.0.0" + ]; + }) + sources."base32.js-0.1.0" + sources."base64-js-1.3.1" + sources."base64url-3.0.1" + sources."batch-0.6.1" + sources."bcrypt-pbkdf-1.0.2" + sources."big-integer-1.6.48" + sources."big.js-5.2.2" + sources."binary-extensions-2.1.0" + sources."bindings-1.5.0" + sources."bluebird-3.7.2" + sources."bmp-js-0.1.0" + sources."bn.js-5.1.3" + (sources."body-parser-1.18.3" // { + dependencies = [ + sources."debug-2.6.9" + sources."ms-2.0.0" + ]; + }) + (sources."bonjour-3.5.0" // { + dependencies = [ + sources."array-flatten-2.1.2" + sources."deep-equal-1.1.1" + ]; + }) + sources."boolbase-1.0.0" + (sources."boxen-4.1.0" // { + dependencies = [ + sources."chalk-2.4.2" + sources."type-fest-0.5.2" + ]; + }) + sources."bplist-creator-0.0.8" + sources."bplist-parser-0.2.0" + sources."brace-expansion-1.1.11" + sources."braces-3.0.2" + sources."brorand-1.1.0" + sources."browserify-aes-1.2.0" + sources."browserify-cipher-1.0.1" + sources."browserify-des-1.0.2" + (sources."browserify-rsa-4.0.1" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + (sources."browserify-sign-4.2.1" // { + dependencies = [ + sources."readable-stream-3.6.0" + sources."safe-buffer-5.2.1" + ]; + }) + sources."browserify-zlib-0.2.0" + sources."browserslist-4.14.5" + sources."buffer-5.6.0" + sources."buffer-equal-0.0.1" + sources."buffer-from-1.1.1" + sources."buffer-indexof-1.1.1" + sources."buffer-xor-1.0.3" + sources."builtin-status-codes-3.0.0" + sources."builtins-1.0.3" + sources."bytes-3.0.0" + (sources."cacache-15.0.5" // { + dependencies = [ + sources."minipass-3.1.3" + sources."mkdirp-1.0.4" + sources."p-map-4.0.0" + sources."rimraf-3.0.2" + ]; + }) + sources."cache-base-1.0.1" + sources."cacheable-lookup-5.0.3" + (sources."cacheable-request-6.1.0" // { + dependencies = [ + sources."get-stream-5.2.0" + sources."lowercase-keys-2.0.0" + sources."normalize-url-4.5.0" + ]; + }) + sources."call-me-maybe-1.0.1" + sources."caller-callsite-2.0.0" + sources."caller-path-2.0.0" + sources."callsite-1.0.0" + sources."callsites-2.0.0" + (sources."camel-case-4.1.1" // { + dependencies = [ + sources."pascal-case-3.1.1" + ]; + }) + sources."camelcase-5.3.1" + sources."caniuse-api-3.0.0" + sources."caniuse-lite-1.0.30001144" + sources."capture-stack-trace-1.0.1" + sources."caseless-0.12.0" + (sources."chalk-4.1.0" // { + dependencies = [ + sources."ansi-styles-4.3.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + sources."has-flag-4.0.0" + sources."supports-color-7.2.0" + ]; + }) + sources."chardet-0.4.2" + sources."charenc-0.0.2" + sources."chokidar-3.4.2" + sources."chownr-2.0.0" + sources."chrome-trace-event-1.0.2" + sources."ci-info-1.6.0" + sources."cipher-base-1.0.4" + (sources."class-utils-0.3.6" // { + dependencies = [ + sources."define-property-0.2.5" + (sources."is-accessor-descriptor-0.1.6" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + (sources."is-data-descriptor-0.1.4" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + sources."is-descriptor-0.1.6" + sources."kind-of-5.1.0" + ]; + }) + (sources."clean-css-4.2.3" // { + dependencies = [ + sources."source-map-0.6.1" + ]; + }) + sources."clean-stack-2.2.0" + sources."clean-webpack-plugin-3.0.0" + sources."cli-boxes-2.2.1" + sources."cli-cursor-2.1.0" + sources."cli-spinners-2.4.0" + sources."cli-table3-0.6.0" + sources."cli-width-2.2.1" + (sources."clipboardy-2.3.0" // { + dependencies = [ + sources."is-wsl-2.2.0" + ]; + }) + sources."cliui-6.0.0" + sources."clone-1.0.4" + sources."clone-response-1.0.2" + sources."co-4.6.0" + (sources."coa-2.0.2" // { + dependencies = [ + sources."chalk-2.4.2" + ]; + }) + sources."code-point-at-1.1.0" + sources."collection-visit-1.0.0" + sources."color-3.1.2" + sources."color-convert-1.9.3" + sources."color-name-1.1.3" + sources."color-string-1.5.3" + sources."colorette-1.2.1" + sources."colors-1.4.0" + sources."combined-stream-1.0.8" + sources."command-exists-1.2.9" + sources."commander-2.17.1" + sources."common-tags-1.8.0" + sources."commondir-1.0.1" + sources."component-emitter-1.3.0" + sources."component-type-1.2.1" + sources."compressible-2.0.18" + (sources."compression-1.7.4" // { + dependencies = [ + sources."debug-2.6.9" + sources."ms-2.0.0" + ]; + }) + sources."concat-map-0.0.1" + sources."concat-stream-1.6.2" + (sources."connect-3.7.0" // { + dependencies = [ + sources."debug-2.6.9" + sources."finalhandler-1.1.2" + sources."ms-2.0.0" + sources."statuses-1.5.0" + ]; + }) + sources."connect-history-api-fallback-1.6.0" + sources."consola-2.15.0" + sources."console-browserify-1.2.0" + sources."console-control-strings-1.1.0" + sources."constants-browserify-1.0.0" + sources."content-disposition-0.5.2" + sources."content-type-1.0.4" + sources."convert-source-map-1.7.0" + sources."cookie-0.3.1" + sources."cookie-signature-1.0.6" + (sources."copy-concurrently-1.0.5" // { + dependencies = [ + sources."rimraf-2.7.1" + ]; + }) + sources."copy-descriptor-0.1.1" + (sources."copy-webpack-plugin-6.0.4" // { + dependencies = [ + sources."array-union-2.1.0" + sources."find-cache-dir-3.3.1" + sources."globby-11.0.1" + sources."loader-utils-2.0.0" + sources."make-dir-3.1.0" + sources."p-limit-3.0.2" + sources."pkg-dir-4.2.0" + sources."semver-6.3.0" + sources."slash-3.0.0" + ]; + }) + sources."core-js-3.6.5" + (sources."core-js-compat-3.6.5" // { + dependencies = [ + sources."semver-7.0.0" + ]; + }) + sources."core-util-is-1.0.2" + sources."cosmiconfig-5.2.1" + (sources."create-ecdh-4.0.4" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + sources."create-error-class-3.0.2" + sources."create-hash-1.2.0" + sources."create-hmac-1.1.7" + sources."cross-spawn-6.0.5" + sources."crypt-0.0.2" + sources."crypto-browserify-3.12.0" + sources."crypto-random-string-1.0.0" + sources."css-color-names-0.0.4" + sources."css-declaration-sorter-4.0.1" + (sources."css-loader-3.6.0" // { + dependencies = [ + sources."semver-6.3.0" + ]; + }) + (sources."css-select-1.2.0" // { + dependencies = [ + (sources."dom-serializer-0.2.2" // { + dependencies = [ + sources."domelementtype-2.0.2" + ]; + }) + sources."domelementtype-1.3.1" + sources."domutils-1.5.1" + ]; + }) + sources."css-select-base-adapter-0.1.1" + (sources."css-tree-1.0.0-alpha.37" // { + dependencies = [ + sources."source-map-0.6.1" + ]; + }) + sources."css-what-2.1.3" + sources."cssesc-3.0.0" + sources."cssnano-4.1.10" + sources."cssnano-preset-default-4.0.7" + sources."cssnano-util-get-arguments-4.0.0" + sources."cssnano-util-get-match-4.0.0" + sources."cssnano-util-raw-cache-4.0.1" + sources."cssnano-util-same-parent-4.0.1" + (sources."csso-4.0.3" // { + dependencies = [ + sources."css-tree-1.0.0-alpha.39" + sources."mdn-data-2.0.6" + sources."source-map-0.6.1" + ]; + }) + sources."cyclist-1.0.1" + sources."dashdash-1.14.1" + sources."dateformat-3.0.3" + sources."dayjs-1.9.1" + sources."debug-4.3.0" + sources."debuglog-1.0.1" + sources."decache-4.4.0" + sources."decamelize-1.2.0" + sources."decode-uri-component-0.2.0" + sources."decompress-response-3.3.0" + sources."deep-equal-2.0.4" + sources."deep-extend-0.6.0" + sources."deep-scope-analyser-1.7.0" + sources."deepmerge-1.5.2" + sources."default-gateway-4.2.0" + sources."defaults-1.0.3" + sources."defer-to-connect-1.1.3" + sources."define-properties-1.1.3" + sources."define-property-2.0.2" + (sources."del-4.1.1" // { + dependencies = [ + sources."p-map-2.1.0" + sources."rimraf-2.7.1" + ]; + }) + sources."delay-async-1.2.0" + sources."delayed-stream-1.0.0" + sources."delegates-1.0.0" + sources."depd-1.1.2" + sources."deprecated-decorator-0.1.6" + sources."des.js-1.0.1" + sources."destroy-1.0.4" + sources."detect-node-2.0.4" + (sources."detect-port-alt-1.1.6" // { + dependencies = [ + sources."debug-2.6.9" + sources."ms-2.0.0" + ]; + }) + (sources."devcert-1.1.3" // { + dependencies = [ + sources."@types/glob-5.0.36" + sources."@types/node-8.10.64" + sources."debug-3.2.6" + sources."rimraf-2.7.1" + sources."sudo-prompt-8.2.5" + ]; + }) + sources."dezalgo-1.0.3" + (sources."diffie-hellman-5.0.3" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + sources."dir-glob-3.0.1" + sources."dns-equal-1.0.0" + sources."dns-packet-1.3.1" + sources."dns-txt-2.0.2" + sources."dom-converter-0.2.0" + sources."dom-serializer-1.1.0" + sources."dom-walk-0.1.2" + sources."domain-browser-1.2.0" + sources."domelementtype-2.0.2" + sources."domhandler-3.3.0" + sources."domutils-2.4.2" + sources."dot-case-3.0.3" + sources."dot-prop-5.3.0" + sources."duplexer-0.1.2" + sources."duplexer3-0.1.4" + sources."duplexify-3.7.1" + sources."ecc-jsbn-0.1.2" + sources."ee-first-1.1.1" + sources."electron-to-chromium-1.3.578" + (sources."elliptic-6.5.3" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + sources."emoji-regex-8.0.0" + sources."emojis-list-3.0.0" + sources."encodeurl-1.0.2" + (sources."encoding-0.1.13" // { + dependencies = [ + sources."iconv-lite-0.6.2" + ]; + }) + sources."end-of-stream-1.4.4" + (sources."enhanced-resolve-4.3.0" // { + dependencies = [ + sources."memory-fs-0.5.0" + ]; + }) + sources."entities-2.0.3" + sources."env-editor-0.4.1" + sources."env-paths-2.2.0" + sources."envinfo-7.5.0" + sources."eol-0.9.1" + sources."err-code-1.1.2" + sources."errno-0.1.7" + (sources."error-ex-1.3.2" // { + dependencies = [ + sources."is-arrayish-0.2.1" + ]; + }) + sources."error-stack-parser-2.0.6" + sources."errorhandler-1.5.1" + sources."es-abstract-1.18.0-next.1" + (sources."es-get-iterator-1.1.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + sources."es-to-primitive-1.2.1" + sources."es6-error-3.2.0" + sources."escalade-3.1.0" + sources."escape-html-1.0.3" + sources."escape-string-regexp-1.0.5" + sources."eslint-scope-4.0.3" + sources."esprima-4.0.1" + (sources."esrecurse-4.3.0" // { + dependencies = [ + sources."estraverse-5.2.0" + ]; + }) + sources."estraverse-4.3.0" + sources."esutils-2.0.3" + sources."etag-1.8.1" + sources."eventemitter3-2.0.3" + sources."events-3.2.0" + sources."eventsource-1.0.7" + sources."evp_bytestokey-1.0.3" + sources."exec-async-2.2.0" + sources."execa-1.0.0" + sources."exeunt-1.1.0" + sources."exif-parser-0.1.12" + (sources."expand-brackets-2.1.4" // { + dependencies = [ + sources."debug-2.6.9" + sources."define-property-0.2.5" + sources."extend-shallow-2.0.1" + (sources."is-accessor-descriptor-0.1.6" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + (sources."is-data-descriptor-0.1.4" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + sources."is-descriptor-0.1.6" + sources."kind-of-5.1.0" + sources."ms-2.0.0" + ]; + }) + (sources."expo-pwa-0.0.44" // { + dependencies = [ + sources."commander-2.20.0" + ]; + }) + (sources."express-4.16.4" // { + dependencies = [ + sources."debug-2.6.9" + sources."ms-2.0.0" + ]; + }) + sources."extend-3.0.2" + (sources."extend-shallow-3.0.2" // { + dependencies = [ + sources."is-extendable-1.0.1" + ]; + }) + sources."external-editor-2.2.0" + (sources."extglob-2.0.4" // { + dependencies = [ + sources."define-property-1.0.0" + sources."extend-shallow-2.0.1" + ]; + }) + sources."extsprintf-1.3.0" + sources."fast-deep-equal-3.1.3" + sources."fast-glob-3.2.4" + sources."fast-json-stable-stringify-2.1.0" + sources."fastq-1.8.0" + sources."faye-websocket-0.10.0" + sources."figgy-pudding-3.5.2" + sources."figures-3.2.0" + (sources."file-loader-6.0.0" // { + dependencies = [ + sources."loader-utils-2.0.0" + ]; + }) + sources."file-type-9.0.0" + sources."file-uri-to-path-1.0.0" + sources."filesize-6.0.1" + sources."fill-range-7.0.1" + (sources."finalhandler-1.1.1" // { + dependencies = [ + sources."debug-2.6.9" + sources."ms-2.0.0" + ]; + }) + sources."find-cache-dir-2.1.0" + sources."find-up-4.1.0" + sources."find-yarn-workspace-root-2.0.0" + sources."flush-write-stream-1.1.1" + sources."follow-redirects-1.13.0" + sources."for-in-1.0.2" + sources."foreach-2.0.5" + sources."forever-agent-0.6.1" + (sources."fork-ts-checker-webpack-plugin-3.1.1" // { + dependencies = [ + sources."braces-2.3.2" + sources."chalk-2.4.2" + sources."extend-shallow-2.0.1" + sources."fill-range-4.0.0" + sources."is-number-3.0.0" + sources."kind-of-3.2.2" + sources."micromatch-3.1.10" + sources."semver-5.7.1" + sources."to-regex-range-2.1.1" + ]; + }) + (sources."form-data-2.3.2" // { + dependencies = [ + sources."combined-stream-1.0.6" + ]; + }) + sources."forwarded-0.1.2" + sources."fragment-cache-0.2.1" + sources."freeport-async-2.0.0" + sources."fresh-0.5.2" + sources."from2-2.3.0" + (sources."fs-extra-9.0.0" // { + dependencies = [ + sources."jsonfile-6.0.1" + sources."universalify-1.0.0" + ]; + }) + (sources."fs-minipass-2.1.0" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + sources."fs-write-stream-atomic-1.0.10" + sources."fs.realpath-1.0.0" + sources."fsevents-2.1.3" + sources."function-bind-1.1.1" + (sources."gauge-2.7.4" // { + dependencies = [ + sources."ansi-regex-2.1.1" + sources."is-fullwidth-code-point-1.0.0" + sources."string-width-1.0.2" + sources."strip-ansi-3.0.1" + ]; + }) + sources."gensync-1.0.0-beta.1" + sources."get-caller-file-2.0.5" + sources."get-own-enumerable-property-symbols-3.0.2" + sources."get-port-3.2.0" + sources."get-stream-4.1.0" + sources."get-value-2.0.6" + sources."getenv-0.7.0" + sources."getpass-0.1.7" + sources."glob-7.1.6" + sources."glob-parent-5.1.1" + sources."glob-to-regexp-0.3.0" + sources."global-4.3.2" + sources."global-modules-2.0.0" + sources."global-prefix-3.0.0" + sources."globals-11.12.0" + (sources."globby-6.1.0" // { + dependencies = [ + sources."pify-2.3.0" + ]; + }) + (sources."got-11.7.0" // { + dependencies = [ + sources."@sindresorhus/is-3.1.2" + sources."@szmarczak/http-timer-4.0.5" + sources."cacheable-request-7.0.1" + sources."decompress-response-6.0.0" + sources."defer-to-connect-2.0.0" + sources."get-stream-5.2.0" + sources."json-buffer-3.0.1" + sources."keyv-4.0.3" + sources."lowercase-keys-2.0.0" + sources."mimic-response-3.1.0" + sources."normalize-url-4.5.0" + sources."p-cancelable-2.0.0" + sources."responselike-2.0.0" + ]; + }) + sources."graceful-fs-4.2.4" + sources."graphql-0.13.2" + (sources."graphql-tools-3.0.0" // { + dependencies = [ + sources."uuid-3.4.0" + ]; + }) + sources."gzip-size-5.1.1" + sources."handle-thing-2.0.1" + sources."har-schema-2.0.0" + sources."har-validator-5.1.5" + sources."has-1.0.3" + (sources."has-ansi-2.0.0" // { + dependencies = [ + sources."ansi-regex-2.1.1" + ]; + }) + sources."has-flag-3.0.0" + sources."has-symbols-1.0.1" + sources."has-unicode-2.0.1" + sources."has-value-1.0.0" + (sources."has-values-1.0.0" // { + dependencies = [ + (sources."is-number-3.0.0" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + sources."kind-of-4.0.0" + ]; + }) + (sources."hasbin-1.2.3" // { + dependencies = [ + sources."async-1.5.2" + ]; + }) + (sources."hash-base-3.1.0" // { + dependencies = [ + sources."readable-stream-3.6.0" + sources."safe-buffer-5.2.1" + ]; + }) + sources."hash.js-1.1.7" + sources."hashids-1.1.4" + sources."he-1.2.0" + sources."hex-color-regex-1.1.0" + sources."hmac-drbg-1.0.1" + sources."hoek-4.2.1" + sources."hosted-git-info-3.0.5" + sources."hpack.js-2.1.6" + sources."hsl-regex-1.0.0" + sources."hsla-regex-1.0.0" + sources."html-comment-regex-1.1.2" + sources."html-entities-1.3.1" + (sources."html-loader-1.1.0" // { + dependencies = [ + sources."loader-utils-2.0.0" + ]; + }) + (sources."html-minifier-terser-5.1.1" // { + dependencies = [ + sources."commander-4.1.1" + ]; + }) + sources."html-webpack-plugin-4.3.0" + sources."htmlparser2-4.1.0" + sources."http-cache-semantics-4.1.0" + sources."http-deceiver-1.2.7" + (sources."http-errors-1.6.3" // { + dependencies = [ + sources."inherits-2.0.3" + ]; + }) + (sources."http-proxy-1.18.1" // { + dependencies = [ + sources."eventemitter3-4.0.7" + ]; + }) + sources."http-proxy-agent-4.0.1" + (sources."http-proxy-middleware-0.19.1" // { + dependencies = [ + sources."braces-2.3.2" + sources."extend-shallow-2.0.1" + sources."fill-range-4.0.0" + sources."is-number-3.0.0" + sources."kind-of-3.2.2" + sources."micromatch-3.1.10" + sources."to-regex-range-2.1.1" + ]; + }) + sources."http-signature-1.2.0" + sources."http2-wrapper-1.0.0-beta.5.2" + sources."https-browserify-1.0.0" + sources."https-proxy-agent-5.0.0" + sources."humanize-ms-1.2.1" + sources."iconv-lite-0.4.23" + sources."icss-utils-4.1.1" + sources."idx-2.4.0" + sources."ieee754-1.1.13" + sources."iferr-0.1.5" + sources."ignore-5.1.8" + sources."ignore-walk-3.0.3" + sources."immer-1.10.0" + (sources."import-fresh-2.0.0" // { + dependencies = [ + sources."resolve-from-3.0.0" + ]; + }) + sources."import-local-2.0.0" + sources."imurmurhash-0.1.4" + sources."indent-string-4.0.0" + sources."indexes-of-1.0.1" + sources."infer-owner-1.0.4" + sources."inflight-1.0.6" + sources."inherits-2.0.4" + sources."ini-1.3.5" + (sources."inquirer-5.2.0" // { + dependencies = [ + sources."ansi-escapes-3.2.0" + sources."ansi-regex-3.0.0" + sources."chalk-2.4.2" + sources."figures-2.0.0" + sources."string-width-2.1.1" + sources."strip-ansi-4.0.0" + ]; + }) + sources."internal-ip-4.3.0" + sources."invariant-2.2.4" + sources."ip-1.1.5" + sources."ip-regex-2.1.0" + sources."ipaddr.js-1.9.1" + sources."is-absolute-url-2.1.0" + sources."is-accessor-descriptor-1.0.0" + sources."is-arguments-1.0.4" + sources."is-arrayish-0.3.2" + sources."is-bigint-1.0.0" + sources."is-binary-path-2.1.0" + sources."is-boolean-object-1.0.1" + sources."is-buffer-1.1.6" + sources."is-callable-1.2.2" + sources."is-color-stop-1.1.0" + sources."is-data-descriptor-1.0.0" + sources."is-date-object-1.0.2" + sources."is-descriptor-1.0.2" + sources."is-directory-0.3.1" + sources."is-docker-2.1.1" + sources."is-extendable-0.1.1" + sources."is-extglob-2.1.1" + sources."is-fullwidth-code-point-2.0.0" + sources."is-function-1.0.2" + sources."is-glob-4.0.1" + sources."is-lambda-1.0.1" + sources."is-map-2.0.1" + sources."is-negative-zero-2.0.0" + sources."is-number-7.0.0" + sources."is-number-object-1.0.4" + sources."is-obj-2.0.0" + sources."is-path-cwd-2.2.0" + sources."is-path-in-cwd-2.1.0" + sources."is-path-inside-2.1.0" + sources."is-plain-object-2.0.4" + sources."is-port-reachable-2.0.1" + (sources."is-reachable-4.0.0" // { + dependencies = [ + sources."got-9.6.0" + sources."p-timeout-3.2.0" + sources."prepend-http-3.0.1" + (sources."url-parse-lax-3.0.0" // { + dependencies = [ + sources."prepend-http-2.0.0" + ]; + }) + ]; + }) + sources."is-redirect-1.0.0" + sources."is-regex-1.1.1" + sources."is-regexp-1.0.0" + sources."is-resolvable-1.1.0" + sources."is-retry-allowed-1.2.0" + sources."is-root-2.1.0" + sources."is-set-2.0.1" + sources."is-stream-1.1.0" + sources."is-string-1.0.5" + sources."is-svg-3.0.0" + sources."is-symbol-1.0.3" + (sources."is-typed-array-1.1.3" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + sources."is-typedarray-1.0.0" + sources."is-weakmap-2.0.1" + sources."is-weakset-2.0.1" + sources."is-windows-1.0.2" + sources."is-wsl-1.1.0" + sources."isarray-2.0.5" + sources."isemail-3.2.0" + sources."isexe-2.0.0" + sources."isobject-3.0.1" + sources."isstream-0.1.2" + sources."iterall-1.2.2" + (sources."jest-worker-26.5.0" // { + dependencies = [ + sources."has-flag-4.0.0" + sources."supports-color-7.2.0" + ]; + }) + sources."jetifier-1.6.6" + sources."jimp-0.9.8" + sources."joi-11.4.0" + sources."join-component-1.1.0" + sources."jpeg-js-0.3.7" + sources."js-tokens-4.0.0" + sources."js-yaml-3.14.0" + sources."jsbn-0.1.1" + sources."jsesc-2.5.2" + sources."json-buffer-3.0.0" + sources."json-parse-better-errors-1.0.2" + sources."json-parse-even-better-errors-2.3.1" + sources."json-schema-0.2.3" + sources."json-schema-traverse-0.4.1" + sources."json-stable-stringify-1.0.1" + sources."json-stringify-safe-5.0.1" + sources."json3-3.3.3" + sources."json5-2.1.3" + sources."jsonfile-4.0.0" + sources."jsonify-0.0.0" + sources."jsonparse-1.3.1" + sources."jsprim-1.4.1" + sources."keychain-1.3.0" + sources."keyv-3.1.0" + sources."killable-1.0.1" + sources."kind-of-6.0.3" + sources."klaw-sync-6.0.0" + sources."kleur-3.0.3" + sources."last-call-webpack-plugin-3.0.0" + sources."latest-version-5.1.0" + sources."leven-3.1.0" + sources."levenary-1.1.1" + (sources."load-bmfont-1.4.1" // { + dependencies = [ + sources."mime-1.6.0" + ]; + }) + sources."loader-runner-2.4.0" + (sources."loader-utils-1.4.0" // { + dependencies = [ + sources."json5-1.0.1" + ]; + }) + sources."locate-path-5.0.0" + sources."lock-0.1.4" + sources."lodash-4.17.15" + sources."lodash._reinterpolate-3.0.0" + sources."lodash.assign-4.2.0" + sources."lodash.debounce-4.0.8" + sources."lodash.isobject-3.0.2" + sources."lodash.isstring-4.0.1" + sources."lodash.memoize-4.1.2" + sources."lodash.template-4.5.0" + sources."lodash.templatesettings-4.2.0" + sources."lodash.uniq-4.5.0" + (sources."log-symbols-2.2.0" // { + dependencies = [ + sources."chalk-2.4.2" + ]; + }) + (sources."logfmt-1.3.2" // { + dependencies = [ + sources."split-0.2.10" + ]; + }) + sources."logkitty-0.7.1" + sources."loglevel-1.7.0" + sources."loose-envify-1.4.0" + sources."lower-case-2.0.1" + sources."lowercase-keys-1.0.1" + sources."lru-cache-6.0.0" + (sources."make-dir-2.1.0" // { + dependencies = [ + sources."semver-5.7.1" + ]; + }) + (sources."make-fetch-happen-8.0.9" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + sources."map-cache-0.2.2" + sources."map-visit-1.0.0" + sources."md5-2.3.0" + sources."md5-file-5.0.0" + sources."md5.js-1.3.5" + sources."md5hex-1.0.0" + sources."mdn-data-2.0.4" + sources."media-typer-0.3.0" + sources."memory-fs-0.4.1" + sources."merge-descriptors-1.0.1" + sources."merge-stream-2.0.0" + sources."merge2-1.4.1" + sources."methods-1.1.2" + sources."metro-babel-transformer-0.58.0" + sources."metro-react-native-babel-preset-0.58.0" + sources."metro-react-native-babel-transformer-0.58.0" + sources."metro-source-map-0.58.0" + sources."metro-symbolicate-0.58.0" + sources."microevent.ts-0.1.1" + sources."micromatch-4.0.2" + (sources."miller-rabin-4.0.1" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + sources."mime-2.4.6" + sources."mime-db-1.44.0" + sources."mime-types-2.1.27" + sources."mimic-fn-1.2.0" + sources."mimic-response-1.0.1" + sources."min-document-2.19.0" + (sources."mini-css-extract-plugin-0.5.0" // { + dependencies = [ + sources."schema-utils-1.0.0" + ]; + }) + sources."minimalistic-assert-1.0.1" + sources."minimalistic-crypto-utils-1.0.1" + sources."minimatch-3.0.4" + sources."minimist-1.2.5" + (sources."minipass-2.3.5" // { + dependencies = [ + sources."yallist-3.1.1" + ]; + }) + (sources."minipass-collect-1.0.2" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + (sources."minipass-fetch-1.3.2" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + (sources."minipass-flush-1.0.5" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + (sources."minipass-json-stream-1.0.1" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + (sources."minipass-pipeline-1.2.4" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + (sources."minipass-sized-1.0.3" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + (sources."minizlib-2.1.2" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + sources."mississippi-3.0.0" + (sources."mixin-deep-1.3.2" // { + dependencies = [ + sources."is-extendable-1.0.1" + ]; + }) + sources."mkdirp-0.5.5" + sources."moment-2.29.1" + (sources."move-concurrently-1.0.1" // { + dependencies = [ + sources."rimraf-2.7.1" + ]; + }) + sources."ms-2.1.2" + sources."multicast-dns-6.2.3" + sources."multicast-dns-service-types-1.1.0" + sources."mute-stream-0.0.7" + sources."mv-2.1.1" + sources."mz-2.7.0" + sources."nan-2.14.1" + sources."nanomatch-1.2.13" + sources."native-url-0.2.6" + sources."ncp-2.0.0" + sources."negotiator-0.6.2" + sources."neo-async-2.6.2" + sources."next-tick-1.1.0" + sources."nice-try-1.0.5" + sources."no-case-3.0.3" + sources."node-fetch-2.6.1" + sources."node-forge-0.7.6" + (sources."node-gyp-7.1.0" // { + dependencies = [ + sources."rimraf-2.7.1" + sources."semver-7.3.2" + sources."which-2.0.2" + ]; + }) + sources."node-html-parser-1.3.1" + (sources."node-libs-browser-2.2.1" // { + dependencies = [ + sources."buffer-4.9.2" + sources."isarray-1.0.0" + sources."process-0.11.10" + sources."punycode-1.4.1" + ]; + }) + sources."node-releases-1.1.61" + sources."nopt-4.0.3" + sources."normalize-path-3.0.0" + sources."normalize-url-3.3.0" + sources."npm-bundled-1.1.1" + (sources."npm-install-checks-4.0.0" // { + dependencies = [ + sources."semver-7.3.2" + ]; + }) + sources."npm-normalize-package-bin-1.0.1" + (sources."npm-package-arg-6.1.0" // { + dependencies = [ + sources."hosted-git-info-2.8.8" + ]; + }) + sources."npm-packlist-2.1.2" + (sources."npm-pick-manifest-6.1.0" // { + dependencies = [ + sources."npm-package-arg-8.0.1" + sources."semver-7.3.2" + ]; + }) + (sources."npm-registry-fetch-8.1.4" // { + dependencies = [ + sources."minipass-3.1.3" + sources."npm-package-arg-8.0.1" + sources."semver-7.3.2" + ]; + }) + sources."npm-run-path-2.0.2" + sources."npmlog-4.1.2" + sources."nth-check-1.0.2" + sources."number-is-nan-1.0.1" + sources."oauth-sign-0.9.0" + sources."ob1-0.58.0" + sources."object-assign-4.1.1" + (sources."object-copy-0.1.0" // { + dependencies = [ + sources."define-property-0.2.5" + sources."is-accessor-descriptor-0.1.6" + sources."is-data-descriptor-0.1.4" + (sources."is-descriptor-0.1.6" // { + dependencies = [ + sources."kind-of-5.1.0" + ]; + }) + sources."kind-of-3.2.2" + ]; + }) + sources."object-inspect-1.8.0" + sources."object-is-1.1.3" + sources."object-keys-1.1.1" + sources."object-visit-1.0.1" + sources."object.assign-4.1.1" + (sources."object.entries-1.1.2" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."object.getownpropertydescriptors-2.1.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + sources."object.pick-1.3.0" + (sources."object.values-1.1.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + sources."obuf-1.1.2" + sources."omggif-1.0.10" + sources."on-finished-2.3.0" + sources."on-headers-1.0.2" + sources."once-1.4.0" + sources."onetime-2.0.1" + sources."open-6.4.0" + sources."opn-5.5.0" + sources."optimize-css-assets-webpack-plugin-5.0.4" + sources."options-0.0.6" + (sources."ora-3.4.0" // { + dependencies = [ + sources."chalk-2.4.2" + sources."strip-ansi-5.2.0" + ]; + }) + sources."original-1.0.2" + sources."os-browserify-0.3.0" + sources."os-homedir-1.0.2" + sources."os-tmpdir-1.0.2" + sources."osenv-0.1.5" + (sources."p-any-2.1.0" // { + dependencies = [ + sources."p-cancelable-2.0.0" + sources."type-fest-0.3.1" + ]; + }) + sources."p-cancelable-1.1.0" + sources."p-finally-1.0.0" + sources."p-limit-2.3.0" + sources."p-locate-4.1.0" + sources."p-map-3.0.0" + sources."p-retry-4.1.0" + (sources."p-some-4.1.0" // { + dependencies = [ + sources."p-cancelable-2.0.0" + ]; + }) + sources."p-timeout-3.1.0" + sources."p-try-2.2.0" + (sources."package-json-6.4.0" // { + dependencies = [ + sources."got-9.6.0" + sources."prepend-http-2.0.0" + sources."registry-auth-token-3.4.0" + sources."registry-url-5.1.0" + sources."semver-6.3.0" + sources."url-parse-lax-3.0.0" + ]; + }) + (sources."pacote-11.1.11" // { + dependencies = [ + sources."minipass-3.1.3" + sources."mkdirp-1.0.4" + sources."npm-package-arg-8.0.1" + sources."rimraf-3.0.2" + sources."semver-7.3.2" + ]; + }) + sources."pako-1.0.11" + sources."parallel-transform-1.2.0" + sources."param-case-3.0.3" + sources."parse-asn1-5.1.6" + sources."parse-bmfont-ascii-1.0.6" + sources."parse-bmfont-binary-1.0.6" + sources."parse-bmfont-xml-1.1.4" + sources."parse-headers-2.0.3" + sources."parse-json-4.0.0" + sources."parse-png-2.1.0" + sources."parse-srcset-1.0.2" + sources."parseurl-1.3.3" + (sources."pascal-case-2.0.1" // { + dependencies = [ + sources."camel-case-3.0.0" + sources."lower-case-1.1.4" + sources."no-case-2.3.2" + ]; + }) + sources."pascalcase-0.1.1" + (sources."password-prompt-1.1.2" // { + dependencies = [ + sources."ansi-escapes-3.2.0" + ]; + }) + sources."path-browserify-0.0.1" + sources."path-dirname-1.0.2" + sources."path-exists-4.0.0" + sources."path-is-absolute-1.0.1" + sources."path-is-inside-1.0.2" + sources."path-key-2.0.1" + sources."path-parse-1.0.6" + sources."path-to-regexp-0.1.7" + sources."path-type-4.0.0" + sources."pbkdf2-3.1.1" + sources."performance-now-2.1.0" + sources."phin-2.9.3" + sources."picomatch-2.2.2" + sources."pify-4.0.1" + sources."pinkie-2.0.4" + sources."pinkie-promise-2.0.1" + sources."pixelmatch-4.0.2" + (sources."pkg-dir-3.0.0" // { + dependencies = [ + sources."find-up-3.0.0" + sources."locate-path-3.0.0" + sources."p-locate-3.0.0" + sources."path-exists-3.0.0" + ]; + }) + (sources."pkg-up-3.1.0" // { + dependencies = [ + sources."find-up-3.0.0" + sources."locate-path-3.0.0" + sources."p-locate-3.0.0" + sources."path-exists-3.0.0" + ]; + }) + sources."plist-3.0.1" + sources."pngjs-3.4.0" + sources."pnp-webpack-plugin-1.6.4" + (sources."portfinder-1.0.28" // { + dependencies = [ + sources."async-2.6.3" + sources."debug-3.2.6" + ]; + }) + sources."posix-character-classes-0.1.1" + (sources."postcss-7.0.35" // { + dependencies = [ + (sources."chalk-2.4.2" // { + dependencies = [ + sources."supports-color-5.5.0" + ]; + }) + sources."source-map-0.6.1" + sources."supports-color-6.1.0" + ]; + }) + sources."postcss-calc-7.0.5" + (sources."postcss-colormin-4.0.3" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-convert-values-4.0.1" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + sources."postcss-discard-comments-4.0.2" + sources."postcss-discard-duplicates-4.0.2" + sources."postcss-discard-empty-4.0.1" + sources."postcss-discard-overridden-4.0.1" + (sources."postcss-merge-longhand-4.0.11" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-merge-rules-4.0.3" // { + dependencies = [ + sources."postcss-selector-parser-3.1.2" + ]; + }) + (sources."postcss-minify-font-values-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-minify-gradients-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-minify-params-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-minify-selectors-4.0.2" // { + dependencies = [ + sources."postcss-selector-parser-3.1.2" + ]; + }) + sources."postcss-modules-extract-imports-2.0.0" + sources."postcss-modules-local-by-default-3.0.3" + sources."postcss-modules-scope-2.2.0" + sources."postcss-modules-values-3.0.0" + sources."postcss-normalize-charset-4.0.1" + (sources."postcss-normalize-display-values-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-normalize-positions-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-normalize-repeat-style-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-normalize-string-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-normalize-timing-functions-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-normalize-unicode-4.0.1" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-normalize-url-4.0.1" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-normalize-whitespace-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + (sources."postcss-ordered-values-4.1.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + sources."postcss-reduce-initial-4.0.3" + (sources."postcss-reduce-transforms-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + sources."postcss-safe-parser-4.0.2" + sources."postcss-selector-parser-6.0.4" + (sources."postcss-svgo-4.0.2" // { + dependencies = [ + sources."postcss-value-parser-3.3.1" + ]; + }) + sources."postcss-unique-selectors-4.0.1" + sources."postcss-value-parser-4.1.0" + sources."prepend-http-1.0.4" + sources."pretty-bytes-5.4.1" + sources."pretty-error-2.1.1" + (sources."pretty-format-25.5.0" // { + dependencies = [ + sources."ansi-regex-5.0.0" + sources."ansi-styles-4.3.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + ]; + }) + sources."pretty-time-1.1.0" + (sources."probe-image-size-4.0.0" // { + dependencies = [ + sources."deepmerge-2.2.1" + ]; + }) + sources."process-0.5.2" + sources."process-nextick-args-2.0.1" + sources."progress-2.0.3" + sources."promise-inflight-1.0.1" + (sources."promise-retry-1.1.1" // { + dependencies = [ + sources."retry-0.10.1" + ]; + }) + sources."prompts-2.3.2" + sources."proxy-addr-2.0.6" + sources."prr-1.0.1" + sources."psl-1.8.0" + (sources."public-encrypt-4.0.3" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + sources."pump-3.0.0" + (sources."pumpify-1.5.1" // { + dependencies = [ + sources."pump-2.0.1" + ]; + }) + sources."punycode-2.1.1" + sources."q-1.5.1" + sources."qrcode-terminal-0.11.0" + sources."qs-6.5.2" + sources."querystring-0.2.0" + sources."querystring-es3-0.2.1" + sources."querystringify-2.2.0" + sources."quick-lru-5.1.1" + sources."randombytes-2.1.0" + sources."randomfill-1.0.4" + sources."range-parser-1.2.1" + (sources."raven-2.6.3" // { + dependencies = [ + sources."uuid-3.0.0" + ]; + }) + sources."raw-body-2.3.3" + sources."rc-1.2.8" + (sources."react-dev-utils-10.2.1" // { + dependencies = [ + sources."@babel/code-frame-7.8.3" + sources."@nodelib/fs.stat-1.1.3" + sources."arrify-1.0.1" + sources."braces-2.3.2" + sources."browserslist-4.10.0" + (sources."chalk-2.4.2" // { + dependencies = [ + sources."escape-string-regexp-1.0.5" + ]; + }) + sources."chardet-0.7.0" + sources."cli-cursor-3.1.0" + sources."cross-spawn-7.0.1" + sources."dir-glob-2.0.0" + sources."emojis-list-2.1.0" + sources."escape-string-regexp-2.0.0" + sources."extend-shallow-2.0.1" + sources."external-editor-3.1.0" + sources."fast-glob-2.2.7" + sources."fill-range-4.0.0" + sources."glob-parent-3.1.0" + sources."globby-8.0.2" + sources."iconv-lite-0.4.24" + sources."ignore-3.3.10" + (sources."inquirer-7.0.4" // { + dependencies = [ + sources."strip-ansi-5.2.0" + ]; + }) + sources."is-glob-3.1.0" + sources."is-number-3.0.0" + sources."is-wsl-2.2.0" + sources."json5-1.0.1" + sources."kind-of-3.2.2" + sources."loader-utils-1.2.3" + sources."micromatch-3.1.10" + sources."mimic-fn-2.1.0" + sources."mute-stream-0.0.8" + sources."onetime-5.1.2" + sources."open-7.3.0" + sources."path-key-3.1.1" + sources."path-type-3.0.0" + sources."pify-3.0.0" + sources."restore-cursor-3.1.0" + sources."rxjs-6.6.3" + sources."shebang-command-2.0.0" + sources."shebang-regex-3.0.0" + sources."shell-quote-1.7.2" + sources."to-regex-range-2.1.1" + sources."which-2.0.2" + ]; + }) + sources."react-error-overlay-6.0.7" + sources."react-is-16.13.1" + sources."react-refresh-0.4.3" + sources."read-chunk-3.2.0" + sources."read-last-lines-1.6.0" + sources."read-package-json-fast-1.2.1" + (sources."readable-stream-2.3.7" // { + dependencies = [ + sources."isarray-1.0.0" + ]; + }) + sources."readdir-scoped-modules-1.1.0" + sources."readdirp-3.4.0" + sources."recursive-readdir-2.2.2" + sources."regenerate-1.4.1" + sources."regenerate-unicode-properties-8.2.0" + sources."regenerator-runtime-0.13.7" + sources."regenerator-transform-0.14.5" + sources."regex-not-1.0.2" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + sources."regexpu-core-4.7.1" + sources."registry-auth-token-3.3.2" + sources."registry-url-3.1.0" + sources."regjsgen-0.5.2" + (sources."regjsparser-0.6.4" // { + dependencies = [ + sources."jsesc-0.5.0" + ]; + }) + sources."relateurl-0.2.7" + sources."remove-trailing-separator-1.1.0" + sources."remove-trailing-slash-0.1.1" + (sources."renderkid-2.0.3" // { + dependencies = [ + sources."ansi-regex-2.1.1" + (sources."dom-serializer-0.2.2" // { + dependencies = [ + sources."domelementtype-2.0.2" + sources."entities-2.0.3" + ]; + }) + sources."domelementtype-1.3.1" + sources."domhandler-2.4.2" + sources."domutils-1.7.0" + sources."entities-1.1.2" + sources."htmlparser2-3.10.1" + sources."readable-stream-3.6.0" + sources."strip-ansi-3.0.1" + ]; + }) + sources."repeat-element-1.1.3" + sources."repeat-string-1.6.1" + sources."replace-string-1.1.0" + (sources."request-2.88.2" // { + dependencies = [ + sources."uuid-3.4.0" + ]; + }) + sources."require-directory-2.1.1" + sources."require-from-string-2.0.2" + sources."require-main-filename-2.0.0" + sources."requires-port-1.0.0" + sources."resolve-1.17.0" + sources."resolve-alpn-1.0.0" + (sources."resolve-cwd-2.0.0" // { + dependencies = [ + sources."resolve-from-3.0.0" + ]; + }) + sources."resolve-from-5.0.0" + sources."resolve-url-0.2.1" + sources."responselike-1.0.2" + sources."restore-cursor-2.0.0" + sources."ret-0.1.15" + sources."retry-0.12.0" + sources."reusify-1.0.4" + sources."rgb-regex-1.0.1" + sources."rgba-regex-1.0.0" + (sources."rimraf-2.4.5" // { + dependencies = [ + sources."glob-6.0.4" + ]; + }) + sources."ripemd160-2.0.2" + sources."router-ips-1.0.0" + sources."run-async-2.4.1" + sources."run-parallel-1.1.9" + sources."run-queue-1.0.3" + (sources."rxjs-5.5.12" // { + dependencies = [ + sources."symbol-observable-1.0.1" + ]; + }) + sources."safe-buffer-5.1.2" + sources."safe-json-stringify-1.2.0" + sources."safe-regex-1.1.0" + sources."safer-buffer-2.1.2" + sources."sax-1.2.4" + sources."schema-utils-2.7.1" + sources."select-hose-2.0.0" + (sources."selfsigned-1.10.8" // { + dependencies = [ + sources."node-forge-0.10.0" + ]; + }) + sources."semver-5.5.0" + (sources."send-0.16.2" // { + dependencies = [ + sources."debug-2.6.9" + sources."mime-1.4.1" + sources."ms-2.0.0" + ]; + }) + (sources."serialize-error-5.0.0" // { + dependencies = [ + sources."type-fest-0.8.1" + ]; + }) + sources."serialize-javascript-4.0.0" + (sources."serve-index-1.9.1" // { + dependencies = [ + sources."debug-2.6.9" + sources."ms-2.0.0" + ]; + }) + sources."serve-static-1.13.2" + sources."set-blocking-2.0.0" + (sources."set-value-2.0.1" // { + dependencies = [ + sources."extend-shallow-2.0.1" + ]; + }) + sources."setimmediate-1.0.5" + sources."setprototypeof-1.1.0" + sources."sha.js-2.4.11" + sources."shebang-command-1.2.0" + sources."shebang-regex-1.0.0" + sources."shell-quote-1.6.1" + sources."side-channel-1.0.3" + sources."signal-exit-3.0.3" + sources."simple-plist-1.1.1" + sources."simple-swizzle-0.2.2" + sources."sisteransi-1.0.5" + sources."slash-1.0.0" + sources."slice-ansi-2.1.0" + (sources."slugid-1.1.0" // { + dependencies = [ + sources."uuid-2.0.3" + ]; + }) + sources."slugify-1.4.5" + sources."smart-buffer-4.1.0" + (sources."snapdragon-0.8.2" // { + dependencies = [ + sources."debug-2.6.9" + sources."define-property-0.2.5" + sources."extend-shallow-2.0.1" + (sources."is-accessor-descriptor-0.1.6" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + (sources."is-data-descriptor-0.1.4" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + sources."is-descriptor-0.1.6" + sources."kind-of-5.1.0" + sources."ms-2.0.0" + ]; + }) + (sources."snapdragon-node-2.1.1" // { + dependencies = [ + sources."define-property-1.0.0" + ]; + }) + (sources."snapdragon-util-3.0.1" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + (sources."sockjs-0.3.20" // { + dependencies = [ + sources."uuid-3.4.0" + ]; + }) + (sources."sockjs-client-1.4.0" // { + dependencies = [ + sources."debug-3.2.6" + sources."faye-websocket-0.11.3" + ]; + }) + sources."socks-2.4.4" + sources."socks-proxy-agent-5.0.0" + sources."source-list-map-2.0.1" + sources."source-map-0.5.7" + sources."source-map-resolve-0.5.3" + sources."source-map-support-0.4.18" + sources."source-map-url-0.4.0" + sources."spdy-4.0.2" + (sources."spdy-transport-3.0.0" // { + dependencies = [ + sources."readable-stream-3.6.0" + ]; + }) + sources."split-1.0.1" + sources."split-string-3.1.0" + sources."sprintf-js-1.0.3" + sources."sshpk-1.16.1" + (sources."ssri-8.0.0" // { + dependencies = [ + sources."minipass-3.1.3" + ]; + }) + sources."stable-0.1.8" + sources."stack-trace-0.0.10" + sources."stackframe-1.2.0" + (sources."static-extend-0.1.2" // { + dependencies = [ + sources."define-property-0.2.5" + (sources."is-accessor-descriptor-0.1.6" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + (sources."is-data-descriptor-0.1.4" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + sources."is-descriptor-0.1.6" + sources."kind-of-5.1.0" + ]; + }) + sources."statuses-1.4.0" + sources."std-env-2.2.1" + sources."stream-browserify-2.0.2" + sources."stream-buffers-2.2.0" + sources."stream-each-1.2.3" + sources."stream-http-2.8.3" + (sources."stream-parser-0.3.1" // { + dependencies = [ + sources."debug-2.6.9" + sources."ms-2.0.0" + ]; + }) + sources."stream-shift-1.0.1" + (sources."string-width-4.2.0" // { + dependencies = [ + sources."is-fullwidth-code-point-3.0.0" + ]; + }) + (sources."string.prototype.trimend-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + sources."string_decoder-1.1.1" + (sources."stringify-object-3.3.0" // { + dependencies = [ + sources."is-obj-1.0.1" + ]; + }) + (sources."strip-ansi-6.0.0" // { + dependencies = [ + sources."ansi-regex-5.0.0" + ]; + }) + sources."strip-comments-1.0.2" + sources."strip-eof-1.0.0" + sources."strip-json-comments-2.0.1" + (sources."style-loader-1.2.1" // { + dependencies = [ + sources."loader-utils-2.0.0" + ]; + }) + (sources."stylehacks-4.0.3" // { + dependencies = [ + sources."postcss-selector-parser-3.1.2" + ]; + }) + sources."subscriptions-transport-ws-0.9.8" + sources."sudo-prompt-9.1.1" + sources."supports-color-5.5.0" + (sources."supports-hyperlinks-2.1.0" // { + dependencies = [ + sources."has-flag-4.0.0" + sources."supports-color-7.2.0" + ]; + }) + (sources."svgo-1.3.2" // { + dependencies = [ + sources."chalk-2.4.2" + sources."css-select-2.1.0" + sources."css-what-3.4.1" + (sources."dom-serializer-0.2.2" // { + dependencies = [ + sources."domelementtype-2.0.2" + ]; + }) + sources."domelementtype-1.3.1" + sources."domutils-1.7.0" + ]; + }) + sources."symbol-observable-1.2.0" + sources."tapable-1.1.3" + (sources."tar-6.0.5" // { + dependencies = [ + sources."minipass-3.1.3" + sources."mkdirp-1.0.4" + ]; + }) + sources."temp-dir-1.0.0" + (sources."tempy-0.3.0" // { + dependencies = [ + sources."type-fest-0.3.1" + ]; + }) + sources."term-size-2.2.0" + sources."terminal-link-2.1.1" + (sources."terser-4.8.0" // { + dependencies = [ + sources."commander-2.20.3" + sources."source-map-0.6.1" + sources."source-map-support-0.5.19" + ]; + }) + (sources."terser-webpack-plugin-3.1.0" // { + dependencies = [ + sources."find-cache-dir-3.3.1" + sources."make-dir-3.1.0" + sources."p-limit-3.0.2" + sources."pkg-dir-4.2.0" + sources."semver-6.3.0" + sources."source-map-0.6.1" + ]; + }) + sources."text-table-0.2.0" + sources."thenify-3.3.1" + sources."thenify-all-1.6.0" + sources."through-2.3.8" + sources."through2-2.0.5" + sources."thunky-1.1.0" + sources."timed-out-4.0.1" + sources."timers-browserify-2.0.11" + sources."timm-1.7.1" + sources."timsort-0.3.0" + sources."tinycolor2-1.4.2" + sources."tmp-0.0.33" + sources."to-arraybuffer-1.0.1" + sources."to-fast-properties-2.0.0" + (sources."to-object-path-0.3.0" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + sources."to-readable-stream-1.0.0" + sources."to-regex-3.0.2" + sources."to-regex-range-5.0.1" + sources."toidentifier-1.0.0" + sources."topo-2.0.2" + sources."tough-cookie-2.5.0" + sources."tree-kill-1.2.2" + sources."ts-invariant-0.4.4" + sources."ts-pnp-1.2.0" + sources."tslib-1.14.0" + sources."tty-browserify-0.0.0" + sources."tunnel-agent-0.6.0" + sources."tweetnacl-0.14.5" + sources."type-fest-0.12.0" + sources."type-is-1.6.18" + sources."typedarray-0.0.6" + sources."ultron-1.1.1" + sources."unicode-canonical-property-names-ecmascript-1.0.4" + sources."unicode-match-property-ecmascript-1.0.4" + sources."unicode-match-property-value-ecmascript-1.2.0" + sources."unicode-property-aliases-ecmascript-1.1.0" + sources."union-value-1.0.1" + sources."uniq-1.0.1" + sources."uniqs-2.0.0" + sources."unique-filename-1.1.1" + sources."unique-slug-2.0.2" + sources."unique-string-1.0.0" + sources."universalify-0.1.2" + sources."unpipe-1.0.0" + sources."unquote-1.1.1" + (sources."unset-value-1.0.0" // { + dependencies = [ + (sources."has-value-0.3.1" // { + dependencies = [ + sources."isobject-2.1.0" + ]; + }) + sources."has-values-0.1.4" + sources."isarray-1.0.0" + ]; + }) + sources."untildify-3.0.3" + sources."unzip-response-2.0.1" + sources."upath-1.2.0" + sources."update-check-1.5.3" + sources."upper-case-1.1.3" + sources."upper-case-first-1.1.2" + sources."uri-js-4.4.0" + sources."urix-0.1.0" + (sources."url-0.11.0" // { + dependencies = [ + sources."punycode-1.3.2" + ]; + }) + sources."url-join-4.0.0" + (sources."url-loader-4.1.0" // { + dependencies = [ + sources."loader-utils-2.0.0" + ]; + }) + sources."url-parse-1.4.7" + sources."url-parse-lax-1.0.0" + sources."use-3.1.1" + sources."utif-2.0.1" + (sources."util-0.11.1" // { + dependencies = [ + sources."inherits-2.0.3" + ]; + }) + sources."util-deprecate-1.0.2" + sources."util.promisify-1.0.0" + sources."utila-0.4.0" + sources."utils-merge-1.0.1" + sources."uuid-8.3.1" + sources."validate-npm-package-name-3.0.0" + sources."validator-10.5.0" + sources."vary-1.1.2" + sources."vendors-1.0.4" + sources."verror-1.10.0" + sources."vlq-1.0.1" + sources."vm-browserify-1.1.2" + sources."watchpack-1.7.4" + (sources."watchpack-chokidar2-2.0.0" // { + dependencies = [ + sources."anymatch-2.0.0" + sources."binary-extensions-1.13.1" + sources."braces-2.3.2" + sources."chokidar-2.1.8" + sources."extend-shallow-2.0.1" + sources."fill-range-4.0.0" + sources."fsevents-1.2.13" + sources."glob-parent-3.1.0" + sources."is-binary-path-1.0.1" + sources."is-glob-3.1.0" + sources."is-number-3.0.0" + sources."kind-of-3.2.2" + sources."micromatch-3.1.10" + sources."normalize-path-2.1.1" + sources."readdirp-2.2.1" + sources."to-regex-range-2.1.1" + ]; + }) + sources."wbuf-1.7.3" + sources."wcwidth-1.0.1" + (sources."webpack-4.43.0" // { + dependencies = [ + (sources."braces-2.3.2" // { + dependencies = [ + sources."extend-shallow-2.0.1" + ]; + }) + sources."cacache-12.0.4" + sources."chownr-1.1.4" + (sources."fill-range-4.0.0" // { + dependencies = [ + sources."extend-shallow-2.0.1" + ]; + }) + (sources."is-number-3.0.0" // { + dependencies = [ + sources."kind-of-3.2.2" + ]; + }) + sources."lru-cache-5.1.1" + sources."micromatch-3.1.10" + sources."rimraf-2.7.1" + sources."schema-utils-1.0.0" + sources."source-map-0.6.1" + sources."ssri-6.0.1" + sources."terser-webpack-plugin-1.4.5" + sources."to-regex-range-2.1.1" + sources."yallist-3.1.1" + ]; + }) + sources."webpack-deep-scope-plugin-1.6.0" + sources."webpack-dev-middleware-3.7.2" + (sources."webpack-dev-server-3.11.0" // { + dependencies = [ + sources."ansi-regex-2.1.1" + sources."anymatch-2.0.0" + sources."binary-extensions-1.13.1" + (sources."body-parser-1.19.0" // { + dependencies = [ + sources."debug-2.6.9" + ]; + }) + sources."braces-2.3.2" + sources."bytes-3.1.0" + sources."chokidar-2.1.8" + (sources."cliui-5.0.0" // { + dependencies = [ + sources."ansi-regex-4.1.0" + sources."strip-ansi-5.2.0" + ]; + }) + sources."content-disposition-0.5.3" + sources."cookie-0.4.0" + sources."emoji-regex-7.0.3" + (sources."express-4.17.1" // { + dependencies = [ + sources."debug-2.6.9" + ]; + }) + sources."extend-shallow-2.0.1" + sources."fill-range-4.0.0" + (sources."finalhandler-1.1.2" // { + dependencies = [ + sources."debug-2.6.9" + ]; + }) + sources."find-up-3.0.0" + sources."fsevents-1.2.13" + sources."glob-parent-3.1.0" + sources."http-errors-1.7.2" + sources."iconv-lite-0.4.24" + sources."inherits-2.0.3" + sources."is-absolute-url-3.0.3" + sources."is-binary-path-1.0.1" + sources."is-glob-3.1.0" + sources."is-number-3.0.0" + sources."kind-of-3.2.2" + sources."locate-path-3.0.0" + sources."micromatch-3.1.10" + sources."mime-1.6.0" + sources."ms-2.0.0" + sources."normalize-path-2.1.1" + sources."p-locate-3.0.0" + sources."p-retry-3.0.1" + sources."path-exists-3.0.0" + sources."qs-6.7.0" + sources."raw-body-2.4.0" + sources."readdirp-2.2.1" + sources."schema-utils-1.0.0" + sources."semver-6.3.0" + (sources."send-0.17.1" // { + dependencies = [ + (sources."debug-2.6.9" // { + dependencies = [ + sources."ms-2.0.0" + ]; + }) + sources."ms-2.1.1" + ]; + }) + sources."serve-static-1.14.1" + sources."setprototypeof-1.1.1" + sources."statuses-1.5.0" + (sources."string-width-3.1.0" // { + dependencies = [ + sources."ansi-regex-4.1.0" + sources."strip-ansi-5.2.0" + ]; + }) + sources."strip-ansi-3.0.1" + sources."supports-color-6.1.0" + sources."to-regex-range-2.1.1" + (sources."wrap-ansi-5.1.0" // { + dependencies = [ + sources."ansi-regex-4.1.0" + sources."strip-ansi-5.2.0" + ]; + }) + sources."ws-6.2.1" + sources."yargs-13.3.2" + sources."yargs-parser-13.1.2" + ]; + }) + (sources."webpack-log-2.0.0" // { + dependencies = [ + sources."uuid-3.4.0" + ]; + }) + (sources."webpack-manifest-plugin-2.2.0" // { + dependencies = [ + sources."fs-extra-7.0.1" + ]; + }) + (sources."webpack-sources-1.4.3" // { + dependencies = [ + sources."source-map-0.6.1" + ]; + }) + (sources."webpackbar-4.0.0" // { + dependencies = [ + sources."chalk-2.4.2" + ]; + }) + sources."websocket-driver-0.6.5" + sources."websocket-extensions-0.1.4" + sources."which-1.3.1" + sources."which-boxed-primitive-1.0.1" + sources."which-collection-1.0.1" + sources."which-module-2.0.0" + (sources."which-typed-array-1.1.2" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."wide-align-1.1.3" // { + dependencies = [ + sources."ansi-regex-3.0.0" + sources."string-width-2.1.1" + sources."strip-ansi-4.0.0" + ]; + }) + sources."widest-line-3.1.0" + sources."with-open-file-0.1.7" + sources."wordwrap-1.0.0" + sources."workbox-background-sync-3.6.3" + sources."workbox-broadcast-cache-update-3.6.3" + (sources."workbox-build-3.6.3" // { + dependencies = [ + sources."fs-extra-4.0.3" + sources."pretty-bytes-4.0.2" + ]; + }) + sources."workbox-cache-expiration-3.6.3" + sources."workbox-cacheable-response-3.6.3" + sources."workbox-core-3.6.3" + sources."workbox-google-analytics-3.6.3" + sources."workbox-navigation-preload-3.6.3" + sources."workbox-precaching-3.6.3" + sources."workbox-range-requests-3.6.3" + sources."workbox-routing-3.6.3" + sources."workbox-strategies-3.6.3" + sources."workbox-streams-3.6.3" + sources."workbox-sw-3.6.3" + sources."workbox-webpack-plugin-3.6.3" + sources."worker-farm-1.7.0" + (sources."worker-loader-2.0.0" // { + dependencies = [ + sources."schema-utils-0.4.7" + ]; + }) + sources."worker-rpc-0.1.1" + (sources."wrap-ansi-6.2.0" // { + dependencies = [ + sources."ansi-styles-4.3.0" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + ]; + }) + sources."wrappy-1.0.2" + sources."write-file-atomic-2.4.3" + sources."ws-3.3.3" + (sources."xcode-3.0.1" // { + dependencies = [ + sources."uuid-7.0.3" + ]; + }) + sources."xhr-2.5.0" + sources."xml-js-1.6.11" + sources."xml-parse-from-string-1.0.1" + (sources."xml2js-0.4.23" // { + dependencies = [ + sources."xmlbuilder-11.0.1" + ]; + }) + sources."xmlbuilder-9.0.7" + sources."xmldoc-1.1.2" + sources."xmldom-0.1.31" + sources."xtend-4.0.2" + sources."y18n-4.0.0" + sources."yallist-4.0.0" + sources."yargs-15.4.1" + sources."yargs-parser-18.1.3" + sources."zen-observable-0.8.15" + sources."zen-observable-ts-0.8.21" + ]; + buildInputs = globalBuildInputs; + meta = { + description = "The command-line tool for creating and publishing Expo apps"; + homepage = "https://github.com/expo/expo-cli/tree/master/packages/expo-cli#readme"; + license = "MIT"; + }; + production = true; + bypassCache = true; + reconstructLock = true; + }; "fast-cli-1.x" = nodeEnv.buildNodePackage { name = "fast-cli"; packageName = "fast-cli"; @@ -66015,13 +71542,12 @@ in sources."supports-color-5.5.0" ]; }) - sources."@types/color-name-1.1.1" sources."@types/minimist-1.2.0" sources."@types/normalize-package-data-2.4.0" sources."aggregate-error-3.1.0" sources."ansi-escapes-4.3.1" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."arrify-2.0.1" sources."astral-regex-2.0.0" sources."camelcase-5.3.1" @@ -66067,7 +71593,7 @@ in sources."chalk-4.1.0" ]; }) - (sources."inquirer-autocomplete-prompt-1.1.0" // { + (sources."inquirer-autocomplete-prompt-1.2.0" // { dependencies = [ sources."chalk-4.1.0" ]; @@ -66171,7 +71697,7 @@ in sources."through-2.3.8" sources."tmp-0.0.33" sources."trim-newlines-3.0.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."type-fest-0.11.0" sources."validate-npm-package-license-3.0.4" sources."which-2.0.2" @@ -66281,7 +71807,7 @@ in sources."defined-0.0.0" sources."director-1.2.7" sources."duplexer-0.1.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."event-stream-3.3.4" sources."eventemitter2-0.4.14" @@ -66414,14 +71940,10 @@ in ]; }) sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" sources."object-visit-1.0.1" - (sources."object.assign-4.1.1" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."object.assign-4.1.1" sources."object.pick-1.3.0" sources."once-1.4.0" sources."optimist-0.6.0" @@ -66450,7 +71972,11 @@ in sources."readable-stream-2.3.7" sources."readdirp-2.2.1" sources."regex-not-1.0.2" - sources."regexp.prototype.flags-1.3.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."remove-trailing-separator-1.1.0" sources."repeat-element-1.1.3" sources."repeat-string-1.6.1" @@ -66523,8 +72049,16 @@ in }) sources."stream-combiner-0.0.4" sources."string-width-1.0.2" - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" + (sources."string.prototype.trimend-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."string_decoder-1.1.1" sources."strip-ansi-3.0.1" sources."strip-json-comments-0.1.3" @@ -66699,7 +72233,7 @@ in sources."mime-types-2.1.27" sources."minimist-1.2.5" sources."mkdirp-0.5.5" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."moo-0.5.1" sources."ms-2.1.2" sources."multicb-1.2.2" @@ -66875,7 +72409,6 @@ in }) sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" sources."@types/minimist-1.2.0" sources."@types/normalize-package-data-2.4.0" sources."ajv-6.12.5" @@ -66890,7 +72423,7 @@ in }) sources."ansi-escapes-4.3.1" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."arrify-1.0.1" sources."atomically-1.3.2" (sources."boxen-4.2.0" // { @@ -66967,7 +72500,7 @@ in sources."indent-string-4.0.0" sources."ini-1.3.5" sources."inquirer-7.3.3" - sources."inquirer-autocomplete-prompt-1.1.0" + sources."inquirer-autocomplete-prompt-1.2.0" sources."is-arrayish-0.2.1" sources."is-ci-2.0.0" sources."is-fullwidth-code-point-3.0.0" @@ -67098,7 +72631,7 @@ in sources."tmp-0.0.33" sources."to-readable-stream-1.0.0" sources."trim-newlines-3.0.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."type-fest-0.11.0" sources."typedarray-to-buffer-3.1.5" sources."unique-string-2.0.0" @@ -67131,10 +72664,10 @@ in graphql-cli = nodeEnv.buildNodePackage { name = "graphql-cli"; packageName = "graphql-cli"; - version = "4.0.0"; + version = "4.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/graphql-cli/-/graphql-cli-4.0.0.tgz"; - sha512 = "O3UHyNJ3nYBNfgC+R5hvJPADiZztZHgWoYfdX0vAtXf0yWyqNgtJQzkcY3RufW1Yi+Bq2Yo8ptyYr2i573GPTQ=="; + url = "https://registry.npmjs.org/graphql-cli/-/graphql-cli-4.1.0.tgz"; + sha512 = "VmA5VrjEJZdHsG8JcIdofFtSWspdYlDtJobn6F+gWgRf6cXRbJwuzszcnx4yvhhwc7EcfRP29NLA2652SNhpgQ=="; }; dependencies = [ sources."@ardatan/aggregate-error-0.0.6" @@ -67150,56 +72683,38 @@ in sources."supports-color-5.5.0" ]; }) - sources."@babel/runtime-7.11.2" sources."@exodus/schemasafe-1.0.0-rc.2" - sources."@graphql-cli/common-4.0.0" - sources."@graphql-cli/init-4.0.0" + sources."@graphql-cli/common-4.1.0" + sources."@graphql-cli/init-4.1.0" sources."@graphql-tools/delegate-6.2.4" - (sources."@graphql-tools/graphql-file-loader-6.2.4" // { - dependencies = [ - sources."fs-extra-9.0.1" - ]; - }) - (sources."@graphql-tools/import-6.2.4" // { - dependencies = [ - sources."fs-extra-9.0.1" - ]; - }) - (sources."@graphql-tools/json-file-loader-6.2.4" // { - dependencies = [ - sources."fs-extra-9.0.1" - ]; - }) + sources."@graphql-tools/graphql-file-loader-6.2.4" + sources."@graphql-tools/import-6.2.4" + sources."@graphql-tools/json-file-loader-6.2.4" sources."@graphql-tools/load-6.2.4" sources."@graphql-tools/merge-6.2.4" sources."@graphql-tools/schema-6.2.4" - (sources."@graphql-tools/url-loader-6.2.4" // { - dependencies = [ - sources."cross-fetch-3.0.6" - sources."node-fetch-2.6.1" - ]; - }) + sources."@graphql-tools/url-loader-6.3.0" sources."@graphql-tools/utils-6.2.4" sources."@graphql-tools/wrap-6.2.4" - sources."@kwsites/exec-p-0.4.0" + sources."@kwsites/file-exists-1.1.1" + sources."@kwsites/promise-deferred-1.1.1" sources."@nodelib/fs.scandir-2.1.3" sources."@nodelib/fs.stat-2.0.3" sources."@nodelib/fs.walk-1.2.4" sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/parse-json-4.0.0" sources."@types/websocket-1.0.1" sources."aggregate-error-3.1.0" - sources."ajv-5.5.2" + sources."ajv-6.12.5" (sources."ansi-escapes-4.3.1" // { dependencies = [ sources."type-fest-0.11.0" ]; }) - sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-regex-4.1.0" + sources."ansi-styles-4.3.0" sources."argparse-1.0.10" sources."array-filter-1.0.0" sources."array-union-2.1.0" @@ -67214,16 +72729,6 @@ in sources."backo2-1.0.2" sources."balanced-match-1.0.0" sources."bcrypt-pbkdf-1.0.2" - (sources."better-ajv-errors-0.6.7" // { - dependencies = [ - sources."ansi-styles-3.2.1" - sources."chalk-2.4.2" - sources."color-convert-1.9.3" - sources."color-name-1.1.3" - sources."has-flag-3.0.0" - sources."supports-color-5.5.0" - ]; - }) sources."brace-expansion-1.1.11" sources."braces-3.0.2" sources."bufferutil-4.0.1" @@ -67237,38 +72742,44 @@ in sources."callsites-3.1.0" (sources."camel-case-4.1.1" // { dependencies = [ - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; }) sources."camelcase-5.3.1" sources."caseless-0.12.0" - sources."chalk-4.0.0" + sources."chalk-4.1.0" sources."chardet-0.7.0" + sources."chownr-2.0.0" sources."clean-stack-2.2.0" - sources."cli-cursor-3.1.0" + sources."cli-cursor-2.1.0" sources."cli-spinners-2.4.0" - sources."cli-width-2.2.1" - (sources."cliui-4.1.0" // { + sources."cli-width-3.0.0" + (sources."cliui-6.0.0" // { dependencies = [ - sources."ansi-regex-3.0.0" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-2.1.1" - sources."strip-ansi-4.0.0" + sources."ansi-regex-5.0.0" + sources."strip-ansi-6.0.0" ]; }) sources."clone-1.0.4" sources."clone-response-1.0.2" - sources."co-4.6.0" - sources."code-error-fragment-0.0.230" - sources."code-point-at-1.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."combined-stream-1.0.8" sources."concat-map-0.0.1" - sources."core-js-3.6.5" sources."core-util-is-1.0.2" - sources."cosmiconfig-6.0.0" - sources."cross-fetch-3.0.4" + sources."cosmiconfig-7.0.0" + (sources."create-graphback-1.0.1" // { + dependencies = [ + sources."ansi-styles-3.2.1" + sources."chalk-2.4.2" + sources."color-convert-1.9.3" + sources."color-name-1.1.3" + sources."has-flag-3.0.0" + sources."ora-3.4.0" + sources."supports-color-5.5.0" + ]; + }) + sources."cross-fetch-3.0.6" sources."cross-spawn-6.0.5" sources."d-1.0.1" sources."dashdash-1.14.1" @@ -67276,7 +72787,7 @@ in sources."debug-4.3.0" sources."decamelize-1.2.0" sources."decompress-response-3.3.0" - sources."deep-equal-2.0.3" + sources."deep-equal-2.0.4" sources."deep-extend-0.6.0" sources."defaults-1.0.3" sources."defer-to-connect-1.1.3" @@ -67288,13 +72799,18 @@ in sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."error-ex-1.3.2" - sources."es-abstract-1.17.6" - sources."es-get-iterator-1.1.0" + sources."es-abstract-1.18.0-next.1" + (sources."es-get-iterator-1.1.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."es-to-primitive-1.2.1" sources."es5-ext-0.10.53" sources."es6-iterator-2.0.3" sources."es6-promise-3.3.1" sources."es6-symbol-3.1.3" + sources."escalade-3.1.0" sources."escape-string-regexp-1.0.5" sources."esprima-4.0.1" sources."eventemitter3-3.1.2" @@ -67311,24 +72827,26 @@ in ]; }) sources."extsprintf-1.3.0" - sources."fast-deep-equal-1.1.0" + sources."fast-deep-equal-3.1.3" sources."fast-glob-3.2.4" sources."fast-json-stable-stringify-2.1.0" sources."fast-safe-stringify-2.0.7" sources."fastq-1.8.0" + sources."figlet-1.5.0" sources."figures-3.2.0" sources."fill-range-7.0.1" sources."filter-obj-2.0.1" - sources."find-up-3.0.0" + sources."find-up-4.1.0" sources."foreach-2.0.5" sources."forever-agent-0.6.1" sources."form-data-2.3.3" sources."form-urlencoded-4.2.1" - sources."fs-extra-9.0.0" + sources."fs-extra-9.0.1" + sources."fs-minipass-2.1.0" sources."fs.realpath-1.0.0" sources."fullname-4.0.1" sources."function-bind-1.1.1" - sources."get-caller-file-1.0.3" + sources."get-caller-file-2.0.5" sources."get-stream-4.1.0" sources."getpass-0.1.7" sources."glob-7.1.6" @@ -67340,19 +72858,16 @@ in ]; }) sources."graceful-fs-4.2.4" - sources."grapheme-splitter-1.0.4" sources."graphql-15.3.0" - sources."graphql-config-3.0.3" - sources."graphql-subscriptions-1.1.0" - sources."graphql-type-json-0.2.4" - sources."har-schema-2.0.0" - (sources."har-validator-5.1.5" // { + (sources."graphql-config-3.0.3" // { dependencies = [ - sources."ajv-6.12.5" - sources."fast-deep-equal-3.1.3" - sources."json-schema-traverse-0.4.1" + sources."cosmiconfig-6.0.0" ]; }) + sources."graphql-subscriptions-1.1.0" + sources."graphql-type-json-0.3.2" + sources."har-schema-2.0.0" + sources."har-validator-5.1.5" sources."has-1.0.3" sources."has-flag-4.0.0" sources."has-symbols-1.0.1" @@ -67371,12 +72886,16 @@ in sources."inflight-1.0.6" sources."inherits-2.0.4" sources."ini-1.3.5" - (sources."inquirer-7.1.0" // { + (sources."inquirer-7.3.3" // { dependencies = [ - sources."chalk-3.0.0" + sources."ansi-regex-5.0.0" + sources."cli-cursor-3.1.0" + sources."mimic-fn-2.1.0" + sources."onetime-5.1.2" + sources."restore-cursor-3.1.0" + sources."strip-ansi-6.0.0" ]; }) - sources."invert-kv-2.0.0" sources."is-arguments-1.0.4" sources."is-arrayish-0.2.1" sources."is-bigint-1.0.0" @@ -67398,7 +72917,11 @@ in sources."is-stream-1.1.0" sources."is-string-1.0.5" sources."is-symbol-1.0.3" - sources."is-typed-array-1.1.3" + (sources."is-typed-array-1.1.3" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."is-typedarray-1.0.0" sources."is-weakmap-2.0.1" sources."is-weakset-2.0.1" @@ -67412,22 +72935,20 @@ in sources."jsbn-0.1.1" sources."json-buffer-3.0.0" sources."json-parse-even-better-errors-2.3.1" + sources."json-ptr-1.3.2" sources."json-schema-0.2.3" - sources."json-schema-traverse-0.3.1" + sources."json-schema-traverse-0.4.1" sources."json-stringify-safe-5.0.1" - sources."json-to-ast-2.1.0" sources."jsonfile-6.0.1" - sources."jsonpath-plus-3.0.0" - sources."jsonpointer-4.1.0" + sources."jsonpath-plus-4.0.0" sources."jsprim-1.4.1" sources."keyv-3.1.0" sources."latest-version-5.1.0" - sources."lcid-2.0.0" - sources."leven-3.1.0" sources."lines-and-columns-1.1.6" - sources."locate-path-3.0.0" + sources."locate-path-5.0.0" sources."lodash-4.17.20" - (sources."log-symbols-3.0.0" // { + sources."lodash.toarray-4.4.0" + (sources."log-symbols-2.2.0" // { dependencies = [ sources."ansi-styles-3.2.1" sources."chalk-2.4.2" @@ -67439,63 +72960,71 @@ in }) (sources."lower-case-2.0.1" // { dependencies = [ - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; }) sources."lowercase-keys-1.0.1" sources."map-age-cleaner-0.1.3" - sources."mem-5.1.1" + (sources."mem-5.1.1" // { + dependencies = [ + sources."mimic-fn-2.1.0" + ]; + }) sources."merge2-1.4.1" sources."micromatch-4.0.2" sources."mime-db-1.44.0" sources."mime-types-2.1.27" - sources."mimic-fn-2.1.0" + sources."mimic-fn-1.2.0" sources."mimic-response-1.0.1" sources."minimatch-3.0.4" sources."minimist-1.2.5" + sources."minipass-3.1.3" + sources."minizlib-2.1.2" + sources."mkdirp-1.0.4" sources."ms-2.1.2" sources."mute-stream-0.0.8" sources."next-tick-1.0.0" sources."nice-try-1.0.5" (sources."no-case-3.0.3" // { dependencies = [ - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; }) - sources."node-fetch-2.6.0" + sources."node-emoji-1.10.0" + sources."node-fetch-2.6.1" sources."node-fetch-h2-2.3.0" sources."node-gyp-build-3.7.0" sources."node-readfiles-0.2.0" sources."normalize-path-2.1.1" sources."normalize-url-4.5.0" sources."npm-run-path-2.0.2" - sources."number-is-nan-1.0.1" sources."oas-kit-common-1.0.8" sources."oas-linter-3.2.0" - sources."oas-resolver-2.5.1" + (sources."oas-resolver-2.5.1" // { + dependencies = [ + sources."yargs-15.4.1" + ]; + }) sources."oas-schema-walker-1.1.5" - sources."oas-validator-3.4.0" + sources."oas-validator-5.0.2" sources."oauth-sign-0.9.0" sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" - (sources."object.assign-4.1.1" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."object.assign-4.1.1" sources."once-1.4.0" - sources."onetime-5.1.2" - sources."open-7.0.4" - sources."openapi-to-graphql-2.1.0" - (sources."ora-4.0.4" // { + sources."onetime-2.0.1" + sources."open-7.3.0" + sources."openapi-to-graphql-2.2.5" + (sources."ora-5.1.0" // { dependencies = [ - sources."chalk-3.0.0" - ]; - }) - (sources."os-locale-3.1.0" // { - dependencies = [ - sources."mem-4.3.0" + sources."ansi-regex-5.0.0" + sources."cli-cursor-3.1.0" + sources."log-symbols-4.0.0" + sources."mimic-fn-2.1.0" + sources."onetime-5.1.2" + sources."restore-cursor-3.1.0" + sources."strip-ansi-6.0.0" ]; }) sources."os-tmpdir-1.0.2" @@ -67505,7 +73034,7 @@ in sources."p-finally-1.0.0" sources."p-is-promise-2.1.0" sources."p-limit-3.0.2" - (sources."p-locate-3.0.0" // { + (sources."p-locate-4.1.0" // { dependencies = [ sources."p-limit-2.3.0" ]; @@ -67518,14 +73047,15 @@ in ]; }) sources."parent-module-1.0.1" + sources."parse-github-url-1.0.2" sources."parse-json-5.1.0" (sources."pascal-case-3.1.1" // { dependencies = [ - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; }) sources."passwd-user-3.0.0" - sources."path-exists-3.0.0" + sources."path-exists-4.0.0" sources."path-is-absolute-1.0.1" sources."path-key-2.0.1" sources."path-type-4.0.0" @@ -67539,24 +73069,27 @@ in sources."qs-6.5.2" sources."rc-1.2.8" sources."reftools-1.1.6" - sources."regenerator-runtime-0.13.7" - sources."regexp.prototype.flags-1.3.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."registry-auth-token-4.2.0" sources."registry-url-5.1.0" sources."remove-trailing-separator-1.1.0" sources."request-2.88.2" sources."require-directory-2.1.1" - sources."require-main-filename-1.0.1" + sources."require-main-filename-2.0.0" sources."resolve-from-5.0.0" sources."responselike-1.0.2" - sources."restore-cursor-3.1.0" + sources."restore-cursor-2.0.0" sources."reusify-1.0.4" sources."rimraf-3.0.2" sources."run-async-2.4.1" sources."run-parallel-1.1.9" (sources."rxjs-6.6.3" // { dependencies = [ - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; }) sources."safe-buffer-5.2.1" @@ -67571,41 +73104,47 @@ in sources."should-type-1.4.0" sources."should-type-adaptors-1.1.0" sources."should-util-1.0.1" - (sources."side-channel-1.0.3" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."side-channel-1.0.3" sources."signal-exit-3.0.3" - sources."simple-git-2.5.0" + sources."simple-git-2.21.0" sources."slash-3.0.0" sources."sprintf-js-1.0.3" sources."sshpk-1.16.1" sources."string-env-interpolation-1.0.1" - sources."string-width-4.2.0" - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" - sources."strip-ansi-6.0.0" + (sources."string-width-4.2.0" // { + dependencies = [ + sources."ansi-regex-5.0.0" + sources."strip-ansi-6.0.0" + ]; + }) + (sources."string.prototype.trimend-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + sources."strip-ansi-5.2.0" sources."strip-eof-1.0.0" sources."strip-json-comments-2.0.1" sources."subscriptions-transport-ws-0.9.18" sources."supports-color-7.2.0" - (sources."swagger2openapi-5.4.0" // { + (sources."swagger2openapi-7.0.2" // { dependencies = [ - sources."ansi-regex-3.0.0" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-2.1.1" - sources."strip-ansi-4.0.0" - sources."yargs-12.0.5" + sources."yargs-15.4.1" ]; }) sources."symbol-observable-1.2.0" + sources."tar-6.0.5" sources."through-2.3.8" sources."tmp-0.2.1" sources."to-readable-stream-1.0.0" sources."to-regex-range-5.0.1" sources."tough-cookie-2.5.0" - sources."tslib-2.0.1" + sources."tslib-2.0.2" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."type-1.2.0" @@ -67626,40 +73165,38 @@ in sources."ms-2.0.0" ]; }) - sources."whatwg-fetch-3.0.0" sources."which-1.3.1" sources."which-boxed-primitive-1.0.1" sources."which-collection-1.0.1" sources."which-module-2.0.0" - sources."which-typed-array-1.1.2" - (sources."wrap-ansi-2.1.0" // { + (sources."which-typed-array-1.1.2" // { dependencies = [ - sources."ansi-regex-2.1.1" - sources."is-fullwidth-code-point-1.0.0" - sources."string-width-1.0.2" - sources."strip-ansi-3.0.1" + sources."es-abstract-1.17.7" + ]; + }) + (sources."wrap-ansi-6.2.0" // { + dependencies = [ + sources."ansi-regex-5.0.0" + sources."strip-ansi-6.0.0" ]; }) sources."wrappy-1.0.2" sources."ws-5.2.2" sources."y18n-4.0.0" sources."yaeti-0.0.6" + sources."yallist-4.0.0" sources."yaml-1.10.0" - (sources."yargs-15.4.1" // { + (sources."yargs-16.0.3" // { dependencies = [ - sources."cliui-6.0.0" - sources."find-up-4.1.0" - sources."get-caller-file-2.0.5" - sources."locate-path-5.0.0" - sources."p-limit-2.3.0" - sources."p-locate-4.1.0" - sources."path-exists-4.0.0" - sources."require-main-filename-2.0.0" - sources."wrap-ansi-6.2.0" - sources."yargs-parser-18.1.3" + sources."ansi-regex-5.0.0" + sources."cliui-7.0.1" + sources."strip-ansi-6.0.0" + sources."wrap-ansi-7.0.0" + sources."y18n-5.0.2" + sources."yargs-parser-20.2.1" ]; }) - sources."yargs-parser-11.1.1" + sources."yargs-parser-18.1.3" ]; buildInputs = globalBuildInputs; meta = { @@ -67946,7 +73483,6 @@ in sha512 = "Dn/8Kt57CsFLHd9vJIqWuhzXETpm+J86tD444rOz04uUu0kQBUTEBXmwu7zOVntb+TRr4EuyRxBo2tecJAPFmA=="; }; dependencies = [ - sources."@types/color-name-1.1.1" sources."abbrev-1.1.1" sources."ansi-escapes-4.3.1" sources."ansi-regex-2.1.1" @@ -67986,7 +73522,7 @@ in sources."marked-0.7.0" (sources."marked-terminal-4.1.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."supports-color-7.2.0" ]; @@ -68010,7 +73546,7 @@ in sources."supports-color-7.2.0" ]; }) - sources."systeminformation-4.27.5" + sources."systeminformation-4.27.7" sources."term-canvas-0.0.5" sources."type-fest-0.11.0" sources."wordwrap-0.0.3" @@ -68146,7 +73682,7 @@ in sources."each-props-1.3.2" sources."end-of-stream-1.4.4" sources."error-ex-1.3.2" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."es5-ext-0.10.53" sources."es6-iterator-2.0.3" @@ -68438,12 +73974,12 @@ in sources."string-width-1.0.2" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."string_decoder-1.1.1" @@ -68576,7 +74112,7 @@ in sources."detect-file-1.0.0" sources."each-props-1.3.2" sources."error-ex-1.3.2" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."es5-ext-0.10.53" sources."es6-iterator-2.0.3" @@ -68825,12 +74361,12 @@ in sources."string-width-1.0.2" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."string_decoder-1.1.1" @@ -68917,7 +74453,7 @@ in sources."param-case-2.1.1" sources."relateurl-0.2.7" sources."source-map-0.6.1" - sources."uglify-js-3.11.0" + sources."uglify-js-3.11.1" sources."upper-case-1.1.3" ]; buildInputs = globalBuildInputs; @@ -68939,9 +74475,8 @@ in sha512 = "VWKrljlwF8tEKH48YPfC30zYKhrsMqm70d7vXswivEqd3DSva8ZlIzfeCa3YWFEFRIIhiXKgKurlqEpCtYMCAA=="; }; dependencies = [ - sources."@types/color-name-1.1.1" sources."ajv-6.12.5" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."asn1-0.2.4" sources."assert-plus-1.0.0" sources."async-3.2.0" @@ -69155,7 +74690,7 @@ in sources."minimist-1.2.5" ]; }) - sources."moment-2.29.0" + sources."moment-2.29.1" sources."mv-2.1.1" sources."nan-2.14.1" sources."ncp-2.0.0" @@ -69222,7 +74757,7 @@ in sha512 = "Oac190s8AGYOYDvAP7PLNFm3gA+dtSoHl5yYGf9sgvMB+I8bRPfSNI6q4kra1QubpN5+/ARfGjGjAFUu10QsIg=="; }; dependencies = [ - sources."@types/jquery-3.5.1" + sources."@types/jquery-3.5.2" sources."@types/sizzle-2.3.2" sources."balanced-match-1.0.0" sources."brace-expansion-1.1.11" @@ -69287,14 +74822,13 @@ in sources."@ionic/utils-stream-2.0.5" sources."@ionic/utils-subprocess-1.0.13" sources."@ionic/utils-terminal-1.1.2" - sources."@types/color-name-1.1.1" sources."agent-base-4.3.0" sources."ansi-escapes-3.2.0" sources."ansi-regex-4.1.0" sources."ansi-styles-3.2.1" (sources."ast-types-0.14.2" // { dependencies = [ - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) sources."astral-regex-2.0.0" @@ -69304,7 +74838,7 @@ in sources."bytes-3.1.0" (sources."chalk-3.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" ]; @@ -69409,7 +74943,7 @@ in (sources."inquirer-7.3.3" // { dependencies = [ sources."ansi-escapes-4.3.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."cli-cursor-3.1.0" sources."color-convert-2.0.1" @@ -69509,7 +75043,7 @@ in sources."signal-exit-3.0.3" (sources."slice-ansi-3.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."is-fullwidth-code-point-3.0.0" @@ -69560,7 +75094,7 @@ in sources."tmp-0.0.33" sources."toidentifier-1.0.0" sources."tree-kill-1.2.2" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."type-check-0.3.2" sources."type-fest-0.11.0" sources."typedarray-to-buffer-3.1.5" @@ -69574,7 +75108,7 @@ in sources."word-wrap-1.2.3" (sources."wrap-ansi-6.2.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" ]; @@ -69603,7 +75137,6 @@ in dependencies = [ sources."@iarna/toml-2.2.5" sources."@josh-brown/vector-3.4.0" - sources."@types/color-name-1.1.1" sources."JSONStream-1.3.5" sources."abbrev-1.1.1" sources."ajv-6.12.5" @@ -69891,7 +75424,7 @@ in sources."tough-cookie-2.5.0" sources."traverse-0.3.9" sources."ts-process-promises-1.0.2" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."ttf2woff-2.0.2" sources."ttf2woff2-3.0.0" sources."tunnel-agent-0.6.0" @@ -69909,13 +75442,13 @@ in sources."validate-npm-package-license-3.0.4" (sources."verda-1.1.1" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."has-flag-4.0.0" sources."supports-color-7.2.0" - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) sources."verror-1.10.0" @@ -69933,7 +75466,7 @@ in sources."wordwrap-0.0.3" (sources."wrap-ansi-6.2.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" ]; @@ -70085,10 +75618,10 @@ in sources."@yarnpkg/lockfile-1.1.0" sources."abab-2.0.5" sources."abbrev-1.1.1" - sources."acorn-7.4.0" + sources."acorn-7.4.1" (sources."acorn-globals-4.3.4" // { dependencies = [ - sources."acorn-6.4.1" + sources."acorn-6.4.2" ]; }) sources."acorn-walk-6.2.0" @@ -70127,7 +75660,7 @@ in sources."async-mutex-0.1.4" sources."asynckit-0.4.0" sources."atob-2.1.2" - (sources."aws-sdk-2.763.0" // { + (sources."aws-sdk-2.768.0" // { dependencies = [ sources."sax-1.2.1" sources."uuid-3.3.2" @@ -70369,8 +75902,8 @@ in dependencies = [ sources."dom-serializer-1.1.0" sources."domelementtype-2.0.2" - sources."domhandler-3.2.0" - sources."domutils-2.4.1" + sources."domhandler-3.3.0" + sources."domutils-2.4.2" sources."entities-2.0.3" ]; }) @@ -70534,7 +76067,7 @@ in }) sources."mkdirp-0.5.5" sources."mkdirp-classic-0.5.3" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."ms-2.0.0" sources."multiparty-4.2.2" sources."nan-2.14.1" @@ -71177,32 +76710,24 @@ in json-server = nodeEnv.buildNodePackage { name = "json-server"; packageName = "json-server"; - version = "0.16.1"; + version = "0.16.2"; src = fetchurl { - url = "https://registry.npmjs.org/json-server/-/json-server-0.16.1.tgz"; - sha512 = "aVUTdpt+X27iIuWuxBChJywykPSP4opEiFrH044pG+34Gde3eHZRTzeMyx8ts5/kY2gK1Ru2YBmF2k/vI0lQug=="; + url = "https://registry.npmjs.org/json-server/-/json-server-0.16.2.tgz"; + sha512 = "USmSODvmBvt9Z7M3e4AHGHzLBcFlNkQMVOOqtB/h/k79JQI4saPcWniYvD5zf0kE3oGNR9VJzcHKzT8fZ9kEtw=="; }; dependencies = [ sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" sources."accepts-1.3.7" - sources."ajv-6.12.5" (sources."ansi-align-3.0.0" // { dependencies = [ sources."string-width-3.1.0" ]; }) sources."ansi-regex-4.1.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."array-flatten-1.1.1" - sources."asn1-0.2.4" - sources."assert-plus-1.0.0" - sources."asynckit-0.4.0" - sources."aws-sign2-0.7.0" - sources."aws4-1.10.1" sources."basic-auth-2.0.1" - sources."bcrypt-pbkdf-1.0.2" sources."body-parser-1.19.0" sources."boxen-4.2.0" sources."bytes-3.1.0" @@ -71213,7 +76738,6 @@ in ]; }) sources."camelcase-5.3.1" - sources."caseless-0.12.0" sources."chalk-3.0.0" sources."ci-info-2.0.0" sources."cli-boxes-2.2.1" @@ -71226,7 +76750,6 @@ in sources."clone-response-1.0.2" sources."color-convert-2.0.1" sources."color-name-1.1.4" - sources."combined-stream-1.0.8" sources."compressible-2.0.18" (sources."compression-1.7.4" // { dependencies = [ @@ -71239,21 +76762,17 @@ in sources."content-type-1.0.4" sources."cookie-0.4.0" sources."cookie-signature-1.0.6" - sources."core-util-is-1.0.2" sources."cors-2.8.5" sources."crypto-random-string-2.0.0" - sources."dashdash-1.14.1" sources."debug-2.6.9" sources."decamelize-1.2.0" sources."decompress-response-3.3.0" sources."deep-extend-0.6.0" sources."defer-to-connect-1.1.3" - sources."delayed-stream-1.0.0" sources."depd-1.1.2" sources."destroy-1.0.4" sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" - sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" sources."emoji-regex-7.0.3" sources."encodeurl-1.0.2" @@ -71268,29 +76787,19 @@ in sources."path-to-regexp-1.8.0" ]; }) - sources."extend-3.0.2" - sources."extsprintf-1.3.0" - sources."fast-deep-equal-3.1.3" - sources."fast-json-stable-stringify-2.1.0" sources."finalhandler-1.1.2" sources."find-up-4.1.0" - sources."forever-agent-0.6.1" - sources."form-data-2.3.3" sources."forwarded-0.1.2" sources."fresh-0.5.2" sources."get-caller-file-2.0.5" sources."get-stream-4.1.0" - sources."getpass-0.1.7" sources."global-dirs-2.0.1" sources."got-9.6.0" sources."graceful-fs-4.2.4" - sources."har-schema-2.0.0" - sources."har-validator-5.1.5" sources."has-flag-4.0.0" sources."has-yarn-2.1.0" sources."http-cache-semantics-4.1.0" sources."http-errors-1.7.2" - sources."http-signature-1.2.0" sources."iconv-lite-0.4.24" sources."import-lazy-2.1.0" sources."imurmurhash-0.1.4" @@ -71307,15 +76816,9 @@ in sources."is-typedarray-1.0.0" sources."is-yarn-global-0.3.0" sources."isarray-0.0.1" - sources."isstream-0.1.2" sources."jju-1.4.0" - sources."jsbn-0.1.1" sources."json-buffer-3.0.0" sources."json-parse-helpfulerror-1.0.3" - sources."json-schema-0.2.3" - sources."json-schema-traverse-0.4.1" - sources."json-stringify-safe-5.0.1" - sources."jsprim-1.4.1" sources."keyv-3.1.0" sources."latest-version-5.1.0" sources."locate-path-5.0.0" @@ -71346,7 +76849,6 @@ in sources."nanoid-2.1.11" sources."negotiator-0.6.2" sources."normalize-url-4.5.0" - sources."oauth-sign-0.9.0" sources."object-assign-4.1.1" sources."on-finished-2.3.0" sources."on-headers-1.0.2" @@ -71359,15 +76861,12 @@ in sources."parseurl-1.3.3" sources."path-exists-4.0.0" sources."path-to-regexp-0.1.7" - sources."performance-now-2.1.0" sources."pify-3.0.0" sources."please-upgrade-node-3.2.0" sources."pluralize-8.0.0" sources."prepend-http-2.0.0" sources."proxy-addr-2.0.6" - sources."psl-1.8.0" sources."pump-3.0.0" - sources."punycode-2.1.1" sources."pupa-2.0.1" sources."qs-6.7.0" sources."range-parser-1.2.1" @@ -71375,11 +76874,6 @@ in sources."rc-1.2.8" sources."registry-auth-token-4.2.0" sources."registry-url-5.1.0" - (sources."request-2.88.2" // { - dependencies = [ - sources."qs-6.5.2" - ]; - }) sources."require-directory-2.1.1" sources."require-main-filename-2.0.0" sources."responselike-1.0.2" @@ -71398,7 +76892,6 @@ in sources."set-blocking-2.0.0" sources."setprototypeof-1.1.1" sources."signal-exit-3.0.3" - sources."sshpk-1.16.1" sources."statuses-1.5.0" sources."steno-0.4.4" (sources."string-width-4.2.0" // { @@ -71415,21 +76908,15 @@ in sources."term-size-2.2.0" sources."to-readable-stream-1.0.0" sources."toidentifier-1.0.0" - sources."tough-cookie-2.5.0" - sources."tunnel-agent-0.6.0" - sources."tweetnacl-0.14.5" sources."type-fest-0.8.1" sources."type-is-1.6.18" sources."typedarray-to-buffer-3.1.5" sources."unique-string-2.0.0" sources."unpipe-1.0.0" sources."update-notifier-4.1.3" - sources."uri-js-4.4.0" sources."url-parse-lax-3.0.0" sources."utils-merge-1.0.1" - sources."uuid-3.4.0" sources."vary-1.1.2" - sources."verror-1.10.0" sources."which-module-2.0.0" sources."widest-line-3.1.0" (sources."wrap-ansi-6.2.0" // { @@ -71490,11 +76977,10 @@ in sha512 = "tHdyFADhVVPBorIKCX8A37iLHxc6RBRphkSoQ+MLKdAtFn1k97tD8WUGi1KlEtDZKL3hui0qhsY9HXUfSNDYPQ=="; }; dependencies = [ - sources."@types/color-name-1.1.1" sources."accepts-1.3.7" sources."after-0.8.2" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."anymatch-3.1.1" sources."arraybuffer.slice-0.0.7" sources."async-limiter-1.0.1" @@ -71713,7 +77199,7 @@ in sources."define-properties-1.1.3" sources."duplexify-3.7.1" sources."end-of-stream-1.4.4" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."extend-3.0.2" sources."flush-write-stream-1.1.1" @@ -71770,12 +77256,12 @@ in sources."stream-shift-1.0.1" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."string_decoder-1.1.1" @@ -71926,7 +77412,7 @@ in sources."minimatch-3.0.4" sources."minimist-0.0.8" sources."mkdirp-0.5.1" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."mute-stream-0.0.8" (sources."nconf-0.10.0" // { dependencies = [ @@ -72167,7 +77653,7 @@ in sources."@mrmlnc/readdir-enhanced-2.2.1" sources."@nodelib/fs.stat-1.1.3" sources."@octokit/auth-token-2.4.2" - (sources."@octokit/endpoint-6.0.6" // { + (sources."@octokit/endpoint-6.0.8" // { dependencies = [ sources."is-plain-object-5.0.0" sources."universal-user-agent-6.0.0" @@ -72202,7 +77688,7 @@ in sources."@types/glob-7.1.3" sources."@types/minimatch-3.0.3" sources."@types/minimist-1.2.0" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/normalize-package-data-2.4.0" sources."@zkochan/cmd-shim-3.1.0" sources."JSONStream-1.3.5" @@ -72396,7 +77882,7 @@ in sources."envinfo-7.7.3" sources."err-code-1.1.2" sources."error-ex-1.3.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."es6-promise-4.2.8" sources."es6-promisify-5.0.0" @@ -72775,7 +78261,7 @@ in sources."object-visit-1.0.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."object.getownpropertydescriptors-2.1.0" @@ -73005,12 +78491,12 @@ in sources."tr46-1.0.1" sources."trim-newlines-3.0.0" sources."trim-off-newlines-1.0.1" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."type-fest-0.3.1" sources."typedarray-0.0.6" - sources."uglify-js-3.11.0" + sources."uglify-js-3.11.1" sources."uid-number-0.0.6" sources."umask-1.1.0" sources."union-value-1.0.1" @@ -73108,7 +78594,7 @@ in sources."prr-1.0.1" sources."semver-5.7.1" sources."source-map-0.6.1" - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; buildInputs = globalBuildInputs; meta = { @@ -74110,14 +79596,13 @@ in sources."@types/babel__generator-7.6.2" sources."@types/babel__template-7.0.3" sources."@types/babel__traverse-7.0.15" - sources."@types/color-name-1.1.1" sources."@types/estree-0.0.45" sources."@types/graceful-fs-4.1.3" sources."@types/istanbul-lib-coverage-2.0.3" sources."@types/istanbul-lib-report-3.0.0" sources."@types/istanbul-reports-1.1.2" sources."@types/json-schema-7.0.6" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/normalize-package-data-2.4.0" sources."@types/resolve-0.0.8" sources."@types/yargs-15.0.7" @@ -74144,7 +79629,7 @@ in sources."@xtuc/long-4.2.2" sources."JSONStream-1.3.5" sources."ace.improved-0.2.1" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-node-1.8.2" sources."acorn-walk-7.2.0" sources."ajv-6.12.5" @@ -74223,7 +79708,7 @@ in sources."babel-plugin-transform-remove-undefined-0.5.0" sources."babel-plugin-transform-simplify-comparison-operators-6.9.4" sources."babel-plugin-transform-undefined-to-void-6.9.4" - sources."babel-preset-current-node-syntax-0.1.3" + sources."babel-preset-current-node-syntax-0.1.4" sources."babel-preset-jest-25.5.0" sources."babel-preset-minify-0.5.1" (sources."babel-runtime-6.26.0" // { @@ -74294,12 +79779,12 @@ in sources."cache-base-1.0.1" sources."cached-path-relative-1.0.2" sources."camelcase-5.3.1" - sources."caniuse-lite-1.0.30001140" + sources."caniuse-lite-1.0.30001144" sources."capture-exit-2.0.0" sources."caseless-0.12.0" (sources."chalk-3.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."has-flag-4.0.0" @@ -74416,7 +79901,7 @@ in sources."duplexer2-0.1.4" sources."duplexify-3.7.1" sources."ecc-jsbn-0.1.2" - sources."electron-to-chromium-1.3.576" + sources."electron-to-chromium-1.3.578" (sources."elliptic-6.5.3" // { dependencies = [ sources."bn.js-4.11.9" @@ -74432,7 +79917,7 @@ in }) sources."errno-0.1.7" sources."error-ex-1.3.2" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."escalade-3.1.0" sources."escape-string-regexp-1.0.5" @@ -74979,12 +80464,12 @@ in sources."string-width-3.1.0" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string_decoder-1.3.0" // { @@ -75029,7 +80514,7 @@ in sources."to-regex-3.0.2" sources."to-regex-range-2.1.1" sources."tough-cookie-2.5.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tty-browserify-0.0.1" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" @@ -75094,7 +80579,7 @@ in }) (sources."webpack-4.44.2" // { dependencies = [ - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."micromatch-3.1.10" sources."mkdirp-0.5.5" sources."schema-utils-1.0.0" @@ -75196,9 +80681,8 @@ in sha512 = "Q9LTCwBjWcQR9dd6LNMXg9GFewkRiVEaU/+Y2ZcCbOb0lVqIfeJworWYGakG7bFj8HJQILBTRnAnEK9DDKfdPA=="; }; dependencies = [ - sources."@types/color-name-1.1.1" sources."ajv-6.12.5" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."asn1-0.2.4" sources."assert-plus-1.0.0" sources."async-3.2.0" @@ -75621,17 +81105,16 @@ in "@mermaid-js/mermaid-cli" = nodeEnv.buildNodePackage { name = "_at_mermaid-js_slash_mermaid-cli"; packageName = "@mermaid-js/mermaid-cli"; - version = "8.8.0"; + version = "8.8.1"; src = fetchurl { - url = "https://registry.npmjs.org/@mermaid-js/mermaid-cli/-/mermaid-cli-8.8.0.tgz"; - sha512 = "vHmikrgrYlaQFqYLFEShIjpAcz26vpXTA08c7QnAR8PN+6aIs9q2RREKcOTbd0Cm/0JoHZ0UwbCviaJIB3Ex1Q=="; + url = "https://registry.npmjs.org/@mermaid-js/mermaid-cli/-/mermaid-cli-8.8.1.tgz"; + sha512 = "cESM33+QjLuHUcMk9B2qpsplx4h+97adwI/P0/2SvFwFlhVsFfi82a53vV1638hIBLac+RxGG2aT+Fq8YYHHRQ=="; }; dependencies = [ - sources."@types/color-name-1.1.1" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/yauzl-2.9.1" sources."agent-base-5.1.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."balanced-match-1.0.0" sources."base64-js-1.3.1" sources."bl-4.0.3" @@ -75711,20 +81194,20 @@ in sources."@fluentui/date-time-utilities-7.9.0" sources."@fluentui/dom-utilities-1.1.1" sources."@fluentui/keyboard-key-0.2.12" - sources."@fluentui/react-7.143.0" - sources."@fluentui/react-focus-7.16.9" + sources."@fluentui/react-7.145.0" + sources."@fluentui/react-focus-7.16.10" sources."@fluentui/react-window-provider-0.3.3" - sources."@fluentui/theme-1.2.1" - sources."@microsoft/load-themed-styles-1.10.101" + sources."@fluentui/theme-1.3.0" + sources."@microsoft/load-themed-styles-1.10.108" sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@uifabric/foundation-7.9.9" - sources."@uifabric/icons-7.5.8" + sources."@uifabric/foundation-7.9.10" + sources."@uifabric/icons-7.5.9" sources."@uifabric/merge-styles-7.19.1" - sources."@uifabric/react-hooks-7.13.5" + sources."@uifabric/react-hooks-7.13.6" sources."@uifabric/set-version-7.0.23" - sources."@uifabric/styling-7.16.9" - sources."@uifabric/utilities-7.32.3" + sources."@uifabric/styling-7.16.10" + sources."@uifabric/utilities-7.32.4" sources."accepts-1.3.7" sources."ajv-6.12.5" sources."ansi-escapes-1.4.0" @@ -75850,7 +81333,7 @@ in sources."node-fetch-1.6.3" sources."normalize-url-4.5.0" sources."object-assign-4.1.1" - sources."office-ui-fabric-react-7.143.0" + sources."office-ui-fabric-react-7.145.0" sources."on-finished-2.3.0" sources."on-headers-1.0.2" sources."once-1.4.0" @@ -75949,14 +81432,14 @@ in sources."strip-json-comments-2.0.1" sources."supports-color-2.0.0" sources."swagger-schema-official-2.0.0-bab6bed" - sources."swagger-ui-dist-3.34.0" + sources."swagger-ui-dist-3.35.0" sources."tail-2.0.4" sources."through-2.3.8" sources."tmp-0.0.33" sources."to-readable-stream-1.0.0" sources."toidentifier-1.0.0" sources."ts-log-2.2.3" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."type-is-1.6.18" sources."unpipe-1.0.0" sources."uri-js-4.4.0" @@ -75986,10 +81469,9 @@ in sha512 = "ZbaYib4hT4PpF4bdSO2DohooKXIn4lDeiYqB+vTmCdr6l2woW0b6H3pf5x4sM5nwQMru9RvjjHYWVGltR50ZBw=="; }; dependencies = [ - sources."@types/color-name-1.1.1" sources."ansi-colors-4.1.1" sources."ansi-regex-3.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."anymatch-3.1.1" sources."argparse-1.0.10" sources."array.prototype.map-1.0.2" @@ -76016,7 +81498,12 @@ in sources."define-properties-1.1.3" sources."diff-4.0.2" sources."emoji-regex-7.0.3" - sources."es-abstract-1.17.6" + (sources."es-abstract-1.17.7" // { + dependencies = [ + sources."es-abstract-1.18.0-next.1" + sources."object.assign-4.1.1" + ]; + }) sources."es-array-method-boxes-properly-1.0.0" sources."es-get-iterator-1.1.0" sources."es-to-primitive-1.2.1" @@ -76047,6 +81534,7 @@ in sources."is-fullwidth-code-point-2.0.0" sources."is-glob-4.0.1" sources."is-map-2.0.1" + sources."is-negative-zero-2.0.0" sources."is-number-7.0.0" sources."is-plain-obj-1.1.0" sources."is-regex-1.1.1" @@ -76270,10 +81758,10 @@ in netlify-cli = nodeEnv.buildNodePackage { name = "netlify-cli"; packageName = "netlify-cli"; - version = "2.64.1"; + version = "2.65.1"; src = fetchurl { - url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-2.64.1.tgz"; - sha512 = "Lo1DX//zdGzbiRaDfcRd+RyjenNw7UvnZbFpSDiPUq+88BmTY2e9UinFCKoFmymG+o0+lYnRA+wynozknjFUQw=="; + url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-2.65.1.tgz"; + sha512 = "JdcOuoz6LCNmw9BgDqFgOsQrKP1F4TeUNgX3h81DxKr7apJeXJxZwXJfR8l+5BM9zn3l907DYO2zQ46hh8WQlg=="; }; dependencies = [ sources."@babel/code-frame-7.10.4" @@ -76385,23 +81873,23 @@ in sources."@babel/template-7.10.4" sources."@babel/traverse-7.11.5" sources."@babel/types-7.11.5" - sources."@bugsnag/browser-7.3.5" + sources."@bugsnag/browser-7.4.0" sources."@bugsnag/core-7.3.5" sources."@bugsnag/cuid-3.0.0" - sources."@bugsnag/js-7.3.5" + sources."@bugsnag/js-7.4.0" sources."@bugsnag/node-7.3.5" sources."@bugsnag/safe-json-stringify-6.0.0" sources."@dabh/diagnostics-2.0.2" sources."@jest/types-24.9.0" sources."@mrmlnc/readdir-enhanced-2.2.1" - (sources."@netlify/build-4.5.2" // { + (sources."@netlify/build-4.8.3" // { dependencies = [ sources."chalk-3.0.0" sources."resolve-2.0.0-next.1" ]; }) sources."@netlify/cache-utils-1.0.3" - (sources."@netlify/config-2.2.1" // { + (sources."@netlify/config-2.3.2" // { dependencies = [ sources."chalk-3.0.0" ]; @@ -76416,8 +81904,8 @@ in sources."to-regex-range-5.0.1" ]; }) - sources."@netlify/open-api-0.16.1" - sources."@netlify/plugin-edge-handlers-1.6.0" + sources."@netlify/open-api-0.18.0" + sources."@netlify/plugin-edge-handlers-1.8.0" sources."@netlify/run-utils-1.0.1" (sources."@netlify/zip-it-and-ship-it-1.3.12" // { dependencies = [ @@ -76436,7 +81924,7 @@ in sources."ansi-styles-3.2.1" (sources."chalk-3.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."supports-color-7.2.0" ]; }) @@ -76473,7 +81961,7 @@ in sources."micromatch-4.0.2" sources."slash-3.0.0" sources."to-regex-range-5.0.1" - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) (sources."@oclif/errors-1.3.3" // { @@ -76528,13 +82016,13 @@ in sources."jsonfile-4.0.0" sources."npm-run-path-3.1.0" sources."path-key-3.1.1" - sources."tslib-2.0.1" + sources."tslib-2.0.2" sources."universalify-0.1.2" ]; }) sources."@oclif/screen-1.0.4" sources."@octokit/auth-token-2.4.2" - (sources."@octokit/endpoint-6.0.6" // { + (sources."@octokit/endpoint-6.0.8" // { dependencies = [ sources."is-plain-object-5.0.0" sources."universal-user-agent-6.0.0" @@ -76571,6 +82059,7 @@ in sources."estree-walker-2.0.1" ]; }) + sources."@rollup/plugin-inject-4.0.2" sources."@rollup/plugin-json-4.1.0" sources."@rollup/plugin-node-resolve-9.0.0" sources."@rollup/pluginutils-3.1.0" @@ -76582,7 +82071,6 @@ in ]; }) sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" sources."@types/decompress-4.2.3" sources."@types/download-6.2.4" sources."@types/estree-0.0.39" @@ -76594,7 +82082,7 @@ in sources."@types/istanbul-reports-1.1.2" sources."@types/minimatch-3.0.3" sources."@types/mkdirp-0.5.2" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/node-fetch-2.5.7" sources."@types/normalize-package-data-2.4.0" sources."@types/resolve-1.17.1" @@ -76602,6 +82090,12 @@ in sources."@types/yargs-13.0.11" sources."@types/yargs-parser-15.0.0" sources."@typescript-eslint/typescript-estree-2.34.0" + sources."@ungap/from-entries-0.2.1" + (sources."abstract-leveldown-0.12.4" // { + dependencies = [ + sources."xtend-3.0.0" + ]; + }) sources."accepts-1.3.7" sources."agent-base-6.0.1" sources."aggregate-error-3.1.0" @@ -76615,7 +82109,7 @@ in }) sources."ansi-escapes-3.2.0" sources."ansi-regex-4.1.0" - (sources."ansi-styles-4.2.1" // { + (sources."ansi-styles-4.3.0" // { dependencies = [ sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -76628,13 +82122,12 @@ in sources."file-type-4.4.0" ]; }) - sources."archiver-4.0.2" - (sources."archiver-utils-2.1.0" // { + (sources."archiver-4.0.2" // { dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" + sources."readable-stream-3.6.0" ]; }) + sources."archiver-utils-2.1.0" sources."argparse-1.0.10" sources."arr-diff-4.0.0" sources."arr-flatten-1.1.0" @@ -76646,6 +82139,11 @@ in sources."array-unique-0.3.2" sources."arrify-2.0.1" sources."ascii-table-0.0.9" + (sources."asn1.js-5.4.1" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) sources."assign-symbols-1.0.0" sources."ast-module-types-2.6.0" sources."async-3.2.0" @@ -76653,7 +82151,7 @@ in sources."at-least-node-1.0.0" sources."atob-2.1.2" sources."atob-lite-2.0.0" - (sources."aws-sdk-2.763.0" // { + (sources."aws-sdk-2.768.0" // { dependencies = [ sources."buffer-4.9.2" sources."uuid-3.3.2" @@ -76670,7 +82168,14 @@ in sources."base64-js-1.3.1" sources."before-after-hook-2.1.0" sources."binary-extensions-2.1.0" - sources."bl-4.0.3" + (sources."bl-0.8.2" // { + dependencies = [ + sources."isarray-0.0.1" + sources."readable-stream-1.0.34" + sources."string_decoder-0.10.31" + ]; + }) + sources."bn.js-5.1.3" (sources."body-parser-1.19.0" // { dependencies = [ sources."debug-2.6.9" @@ -76688,14 +82193,31 @@ in sources."extend-shallow-2.0.1" ]; }) + sources."brorand-1.1.0" + sources."browserify-aes-1.2.0" + sources."browserify-cipher-1.0.1" + sources."browserify-des-1.0.2" + sources."browserify-fs-1.0.0" + (sources."browserify-rsa-4.0.1" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + (sources."browserify-sign-4.2.1" // { + dependencies = [ + sources."readable-stream-3.6.0" + ]; + }) sources."browserslist-4.14.5" sources."btoa-lite-1.0.0" sources."buffer-5.6.0" sources."buffer-alloc-1.2.0" sources."buffer-alloc-unsafe-1.1.0" sources."buffer-crc32-0.2.13" + sources."buffer-es6-4.9.3" sources."buffer-fill-1.0.0" sources."buffer-from-1.1.1" + sources."buffer-xor-1.0.3" sources."builtin-modules-3.1.0" sources."builtins-1.0.3" sources."byline-5.0.0" @@ -76709,7 +82231,7 @@ in sources."cachedir-2.3.0" sources."call-me-maybe-1.0.1" sources."camelcase-5.3.1" - sources."caniuse-lite-1.0.30001140" + sources."caniuse-lite-1.0.30001144" sources."cardinal-2.1.1" sources."caw-2.0.1" (sources."chalk-2.4.2" // { @@ -76731,6 +82253,7 @@ in ]; }) sources."ci-info-2.0.0" + sources."cipher-base-1.0.4" (sources."class-utils-0.3.6" // { dependencies = [ sources."define-property-0.2.5" @@ -76762,13 +82285,13 @@ in sources."extract-stack-2.0.0" sources."fs-extra-9.0.1" sources."supports-hyperlinks-2.1.0" - sources."tslib-2.0.1" + sources."tslib-2.0.2" sources."type-fest-0.11.0" ]; }) sources."cli-width-2.2.1" sources."cliui-6.0.0" - sources."clone-1.0.4" + sources."clone-0.1.19" sources."clone-response-1.0.2" sources."collection-visit-1.0.0" sources."color-3.0.0" @@ -76782,13 +82305,9 @@ in sources."common-path-prefix-2.0.0" sources."commondir-1.0.1" sources."component-emitter-1.3.0" - (sources."compress-commons-3.0.0" // { - dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - ]; - }) + sources."compress-commons-3.0.0" sources."concat-map-0.0.1" + sources."concat-stream-1.6.2" (sources."concordance-4.0.0" // { dependencies = [ sources."semver-5.7.1" @@ -76813,9 +82332,7 @@ in (sources."copy-template-dir-1.4.0" // { dependencies = [ sources."pump-1.0.3" - sources."readable-stream-2.3.7" sources."readdirp-2.2.1" - sources."safe-buffer-5.1.2" ]; }) (sources."core-js-compat-3.6.5" // { @@ -76831,13 +82348,25 @@ in ]; }) sources."crc-3.8.0" - sources."crc32-stream-3.0.1" + (sources."crc32-stream-3.0.1" // { + dependencies = [ + sources."readable-stream-3.6.0" + ]; + }) + (sources."create-ecdh-4.0.4" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) + sources."create-hash-1.2.0" + sources."create-hmac-1.1.7" (sources."cross-spawn-6.0.5" // { dependencies = [ sources."semver-5.7.1" sources."which-1.3.1" ]; }) + sources."crypto-browserify-3.12.0" sources."crypto-random-string-2.0.0" sources."cyclist-1.0.1" sources."date-time-2.1.0" @@ -76863,9 +82392,8 @@ in dependencies = [ sources."bl-1.2.3" sources."file-type-5.2.0" - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" sources."tar-stream-1.6.2" + sources."xtend-4.0.2" ]; }) (sources."decompress-tarbz2-4.1.1" // { @@ -76888,8 +82416,13 @@ in sources."deep-extend-0.6.0" sources."deep-is-0.1.3" sources."deepmerge-4.2.2" - sources."defaults-1.0.3" + (sources."defaults-1.0.3" // { + dependencies = [ + sources."clone-1.0.4" + ]; + }) sources."defer-to-connect-1.1.3" + sources."deferred-leveldown-0.2.0" sources."define-properties-1.1.3" sources."define-property-2.0.2" (sources."del-5.1.0" // { @@ -76900,6 +82433,7 @@ in sources."delayed-stream-1.0.0" sources."depd-1.1.2" sources."deprecation-2.3.1" + sources."des.js-1.0.1" sources."destroy-1.0.4" sources."detective-amd-3.0.0" sources."detective-cjs-3.1.1" @@ -76910,6 +82444,11 @@ in sources."detective-scss-2.0.1" sources."detective-stylus-1.0.0" sources."detective-typescript-5.8.0" + (sources."diffie-hellman-5.0.3" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) (sources."dir-glob-2.2.2" // { dependencies = [ sources."path-type-3.0.0" @@ -76939,16 +82478,22 @@ in }) sources."duplexer3-0.1.4" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.576" + sources."electron-to-chromium-1.3.578" sources."elf-tools-1.1.2" + (sources."elliptic-6.5.3" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) sources."emoji-regex-8.0.0" sources."enabled-2.0.0" sources."encodeurl-1.0.2" sources."end-of-stream-1.4.4" sources."envinfo-7.7.3" + sources."errno-0.1.7" sources."error-ex-1.3.2" sources."error-stack-parser-2.0.6" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."escalade-3.1.0" sources."escape-goat-2.1.1" @@ -76967,6 +82512,7 @@ in sources."etag-1.8.1" sources."eventemitter3-4.0.7" sources."events-1.1.1" + sources."evp_bytestokey-1.0.3" (sources."execa-3.4.0" // { dependencies = [ sources."cross-spawn-7.0.3" @@ -77055,21 +82601,21 @@ in }) sources."find-up-4.1.0" sources."flatten-1.0.3" - sources."flush-write-stream-2.0.0" + (sources."flush-write-stream-2.0.0" // { + dependencies = [ + sources."readable-stream-3.6.0" + ]; + }) sources."fn.name-1.1.0" sources."folder-walker-3.2.0" sources."follow-redirects-1.13.0" sources."for-in-1.0.2" + sources."foreach-2.0.5" sources."form-data-3.0.0" sources."forwarded-0.1.2" sources."fragment-cache-0.2.1" sources."fresh-0.5.2" - (sources."from2-2.3.0" // { - dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - ]; - }) + sources."from2-2.3.0" sources."from2-array-0.0.4" sources."fs-constants-1.0.0" (sources."fs-extra-8.1.0" // { @@ -77082,6 +82628,13 @@ in sources."fsevents-2.1.3" sources."function-bind-1.1.1" sources."fuzzy-0.1.3" + (sources."fwd-stream-1.0.4" // { + dependencies = [ + sources."isarray-0.0.1" + sources."readable-stream-1.0.34" + sources."string_decoder-0.10.31" + ]; + }) sources."gensync-1.0.0-beta.1" sources."get-amd-module-type-3.0.0" sources."get-caller-file-2.0.5" @@ -77152,11 +82705,18 @@ in ]; }) sources."has-yarn-2.1.0" + (sources."hash-base-3.1.0" // { + dependencies = [ + sources."readable-stream-3.6.0" + ]; + }) + sources."hash.js-1.1.7" (sources."hasha-5.2.1" // { dependencies = [ sources."is-stream-2.0.0" ]; }) + sources."hmac-drbg-1.0.1" sources."hosted-git-info-2.8.8" sources."http-cache-semantics-4.1.0" (sources."http-call-5.3.0" // { @@ -77184,12 +82744,14 @@ in sources."human-signals-1.1.1" sources."hyperlinker-1.0.0" sources."iconv-lite-0.4.24" + sources."idb-wrapper-1.7.2" sources."ieee754-1.1.13" sources."ignore-4.0.6" sources."import-lazy-2.1.0" sources."imurmurhash-0.1.4" sources."indent-string-4.0.0" sources."indexes-of-1.0.1" + sources."indexof-0.0.1" sources."inflight-1.0.6" sources."inherits-2.0.4" sources."ini-1.3.5" @@ -77211,7 +82773,7 @@ in }) ]; }) - (sources."inquirer-autocomplete-prompt-1.1.0" // { + (sources."inquirer-autocomplete-prompt-1.2.0" // { dependencies = [ sources."ansi-escapes-4.3.1" sources."chalk-4.1.0" @@ -77221,6 +82783,7 @@ in sources."into-stream-3.1.0" sources."invariant-2.2.4" sources."ipaddr.js-1.9.1" + sources."is-0.2.7" sources."is-accessor-descriptor-1.0.0" sources."is-arrayish-0.2.1" sources."is-binary-path-2.1.0" @@ -77247,7 +82810,7 @@ in ]; }) sources."is-obj-2.0.0" - sources."is-object-1.0.1" + sources."is-object-0.1.2" sources."is-path-cwd-2.2.0" sources."is-path-inside-3.0.2" sources."is-plain-obj-2.1.0" @@ -77263,13 +82826,18 @@ in sources."is-wsl-2.2.0" sources."is-yarn-global-0.3.0" sources."isarray-1.0.0" + sources."isbuffer-0.0.0" sources."iserror-0.0.2" sources."isexe-2.0.0" sources."isobject-3.0.1" - sources."isurl-1.0.0" + (sources."isurl-1.0.0" // { + dependencies = [ + sources."is-object-1.0.1" + ]; + }) sources."jest-get-type-24.9.0" sources."jest-validate-24.9.0" - sources."jest-worker-26.3.0" + sources."jest-worker-26.5.0" sources."jmespath-0.15.0" sources."js-string-escape-1.0.1" sources."js-tokens-4.0.0" @@ -77281,7 +82849,7 @@ in sources."json5-2.1.3" sources."jsonfile-6.0.1" sources."junk-3.1.0" - sources."jwt-decode-2.2.0" + sources."jwt-decode-3.0.0" sources."keep-func-props-3.0.1" sources."keyv-3.1.0" sources."kind-of-6.0.3" @@ -77292,10 +82860,42 @@ in ]; }) sources."latest-version-5.1.0" - (sources."lazystream-1.0.0" // { + sources."lazystream-1.0.0" + (sources."level-blobs-0.1.7" // { dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" + sources."isarray-0.0.1" + sources."readable-stream-1.1.14" + sources."string_decoder-0.10.31" + ]; + }) + sources."level-filesystem-1.2.0" + sources."level-fix-range-2.0.0" + sources."level-hooks-4.5.0" + (sources."level-js-2.2.4" // { + dependencies = [ + sources."object-keys-0.4.0" + sources."xtend-2.1.2" + ]; + }) + (sources."level-peek-1.0.6" // { + dependencies = [ + sources."level-fix-range-1.0.2" + ]; + }) + (sources."level-sublevel-5.2.3" // { + dependencies = [ + sources."object-keys-0.2.0" + sources."xtend-2.0.6" + ]; + }) + (sources."levelup-0.18.6" // { + dependencies = [ + sources."isarray-0.0.1" + sources."prr-0.0.0" + sources."readable-stream-1.0.34" + sources."semver-2.3.2" + sources."string_decoder-0.10.31" + sources."xtend-3.0.0" ]; }) sources."leven-3.1.0" @@ -77348,6 +82948,7 @@ in }) sources."loose-envify-1.4.0" sources."lowercase-keys-1.0.1" + sources."ltgt-2.2.1" sources."macos-release-2.4.1" sources."magic-string-0.25.7" (sources."make-dir-3.1.0" // { @@ -77366,6 +82967,7 @@ in }) sources."md5-hex-2.0.0" sources."md5-o-matic-0.1.1" + sources."md5.js-1.3.5" sources."media-typer-0.3.0" sources."memoize-one-5.1.1" sources."merge-descriptors-1.0.1" @@ -77375,11 +82977,18 @@ in sources."micro-api-client-3.3.0" sources."micro-memoize-2.1.2" sources."micromatch-3.1.10" + (sources."miller-rabin-4.0.1" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) sources."mime-1.6.0" sources."mime-db-1.44.0" sources."mime-types-2.1.27" sources."mimic-fn-3.1.0" sources."mimic-response-1.0.1" + sources."minimalistic-assert-1.0.1" + sources."minimalistic-crypto-utils-1.0.1" sources."minimatch-3.0.4" sources."minimist-1.2.5" (sources."mixin-deep-1.3.2" // { @@ -77413,7 +83022,7 @@ in sources."natural-orderby-2.0.3" sources."negotiator-0.6.2" sources."nested-error-stacks-2.1.0" - (sources."netlify-4.6.0" // { + (sources."netlify-4.7.0" // { dependencies = [ sources."qs-6.9.4" ]; @@ -77464,10 +83073,11 @@ in sources."object.assign-4.1.1" (sources."object.getownpropertydescriptors-2.1.0" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."object.pick-1.3.0" + sources."octal-1.0.0" sources."octokit-pagination-methods-1.1.0" sources."omit.js-2.0.2" sources."on-finished-2.3.0" @@ -77479,11 +83089,7 @@ in sources."mimic-fn-2.1.0" ]; }) - (sources."open-6.4.0" // { - dependencies = [ - sources."is-wsl-1.1.0" - ]; - }) + sources."open-7.3.0" (sources."opn-5.5.0" // { dependencies = [ sources."is-wsl-1.1.0" @@ -77526,12 +83132,8 @@ in sources."semver-6.3.0" ]; }) - (sources."parallel-transform-1.2.0" // { - dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - ]; - }) + sources."parallel-transform-1.2.0" + sources."parse-asn1-5.1.6" sources."parse-github-url-1.0.2" sources."parse-gitignore-1.0.1" sources."parse-json-5.1.0" @@ -77546,6 +83148,7 @@ in sources."path-parse-1.0.6" sources."path-to-regexp-0.1.7" sources."path-type-4.0.0" + sources."pbkdf2-3.1.1" sources."pend-1.2.0" sources."picomatch-2.2.2" sources."pify-4.0.1" @@ -77572,9 +83175,16 @@ in }) sources."pretty-ms-5.1.0" sources."prettyjson-1.2.1" + sources."process-es6-0.11.6" sources."process-nextick-args-2.0.1" sources."proto-list-1.2.4" sources."proxy-addr-2.0.6" + sources."prr-1.0.1" + (sources."public-encrypt-4.0.3" // { + dependencies = [ + sources."bn.js-4.11.9" + ]; + }) sources."pump-3.0.0" sources."punycode-1.3.2" sources."pupa-2.0.1" @@ -77584,6 +83194,7 @@ in sources."random-bytes-1.0.0" sources."random-item-3.0.0" sources."randombytes-2.1.0" + sources."randomfill-1.0.4" sources."range-parser-1.2.1" (sources."raw-body-2.4.1" // { dependencies = [ @@ -77598,7 +83209,11 @@ in ]; }) sources."read-pkg-up-7.0.1" - sources."readable-stream-3.6.0" + (sources."readable-stream-2.3.7" // { + dependencies = [ + sources."safe-buffer-5.1.2" + ]; + }) sources."readdirp-3.4.0" sources."redeyed-2.1.1" sources."regenerate-1.4.1" @@ -77634,7 +83249,9 @@ in sources."ret-0.1.15" sources."reusify-1.0.4" sources."rimraf-3.0.2" + sources."ripemd160-2.0.2" sources."rollup-2.28.2" + sources."rollup-plugin-node-builtins-2.1.2" sources."rollup-plugin-terser-7.0.2" sources."run-async-2.4.1" sources."run-parallel-1.1.9" @@ -77671,6 +83288,7 @@ in ]; }) sources."setprototypeof-1.1.1" + sources."sha.js-2.4.11" sources."shebang-command-1.2.0" sources."shebang-regex-1.0.0" sources."signal-exit-3.0.3" @@ -77764,15 +83382,16 @@ in sources."statsd-client-0.4.5" sources."statuses-1.5.0" sources."strict-uri-encode-1.1.0" + sources."string-range-1.2.2" sources."string-width-4.2.0" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string_decoder-1.1.1" // { @@ -77807,7 +83426,12 @@ in }) ]; }) - sources."tar-stream-2.1.4" + (sources."tar-stream-2.1.4" // { + dependencies = [ + sources."bl-4.0.3" + sources."readable-stream-3.6.0" + ]; + }) sources."temp-dir-1.0.0" (sources."tempy-0.3.0" // { dependencies = [ @@ -77817,7 +83441,7 @@ in ]; }) sources."term-size-2.2.0" - (sources."terser-5.3.3" // { + (sources."terser-5.3.4" // { dependencies = [ sources."source-map-0.7.3" ]; @@ -77826,12 +83450,19 @@ in sources."through-2.3.8" (sources."through2-2.0.5" // { dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" + sources."xtend-4.0.2" + ]; + }) + (sources."through2-filter-3.0.0" // { + dependencies = [ + sources."xtend-4.0.2" + ]; + }) + (sources."through2-map-3.0.0" // { + dependencies = [ + sources."xtend-4.0.2" ]; }) - sources."through2-filter-3.0.0" - sources."through2-map-3.0.0" sources."time-zone-1.0.0" sources."timed-out-4.0.1" sources."tmp-0.2.1" @@ -77856,13 +83487,14 @@ in ]; }) sources."triple-beam-1.3.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tsutils-3.17.1" sources."tunnel-agent-0.6.0" sources."type-check-0.3.2" sources."type-fest-0.8.1" sources."type-is-1.6.18" - sources."typedarray-to-buffer-3.1.5" + sources."typedarray-0.0.6" + sources."typedarray-to-buffer-1.0.4" sources."typescript-3.9.7" sources."uid-safe-2.1.5" sources."unbzip2-stream-1.4.3" @@ -77904,11 +83536,11 @@ in sources."util-deprecate-1.0.2" (sources."util.promisify-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."utils-merge-1.0.1" - sources."uuid-8.3.0" + sources."uuid-8.3.1" sources."validate-npm-package-license-3.0.4" sources."validate-npm-package-name-3.0.0" sources."vary-1.1.2" @@ -77931,28 +83563,32 @@ in (sources."winston-3.3.3" // { dependencies = [ sources."is-stream-2.0.0" + sources."readable-stream-3.6.0" ]; }) - (sources."winston-transport-4.4.0" // { - dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - ]; - }) + sources."winston-transport-4.4.0" sources."word-wrap-1.2.3" sources."wrap-ansi-6.2.0" sources."wrappy-1.0.2" - sources."write-file-atomic-3.0.3" + (sources."write-file-atomic-3.0.3" // { + dependencies = [ + sources."typedarray-to-buffer-3.1.5" + ]; + }) sources."xdg-basedir-4.0.0" sources."xml2js-0.4.19" sources."xmlbuilder-9.0.7" - sources."xtend-4.0.2" + sources."xtend-2.2.0" sources."y18n-4.0.0" sources."yargs-15.4.1" sources."yargs-parser-18.1.3" sources."yarn-1.22.10" sources."yauzl-2.10.0" - sources."zip-stream-3.0.1" + (sources."zip-stream-3.0.1" // { + dependencies = [ + sources."readable-stream-3.6.0" + ]; + }) ]; buildInputs = globalBuildInputs; meta = { @@ -78808,7 +84444,7 @@ in }) sources."minizlib-1.3.3" sources."mkdirp-0.5.5" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."moment-timezone-0.5.31" (sources."mqtt-2.18.8" // { dependencies = [ @@ -79207,7 +84843,6 @@ in dependencies = [ sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" sources."abbrev-1.1.1" (sources."ansi-align-3.0.0" // { dependencies = [ @@ -79215,7 +84850,7 @@ in ]; }) sources."ansi-regex-4.1.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."anymatch-3.1.1" sources."balanced-match-1.0.0" sources."binary-extensions-2.1.0" @@ -79381,22 +85016,22 @@ in npm-check-updates = nodeEnv.buildNodePackage { name = "npm-check-updates"; packageName = "npm-check-updates"; - version = "9.0.3"; + version = "9.0.4"; src = fetchurl { - url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-9.0.3.tgz"; - sha512 = "/pO7pFcPd8EUPvipS5aeiwGHIa0HXvl2+IJOZ9rlS/jXYJmHE7Y1V/jxZEN5gOVUT8fCAdJRMmN57ydeH+Mv0Q=="; + url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-9.0.4.tgz"; + sha512 = "kqevC9RXRsaosPZHg4Pm5CNwnOAG2ymvhU7Q3QIX01SDUID4fpoSAQIuXQH9V3Nnu96kSUz5bDPzQSku33Mz0A=="; }; dependencies = [ sources."@npmcli/ci-detect-1.3.0" sources."@npmcli/git-2.0.4" sources."@npmcli/installed-package-contents-1.0.5" sources."@npmcli/move-file-1.0.1" + sources."@npmcli/node-gyp-1.0.1" sources."@npmcli/promise-spawn-1.2.0" - sources."@npmcli/run-script-1.6.0" + sources."@npmcli/run-script-1.7.2" sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" sources."@tootallnate/once-1.1.2" - sources."@types/color-name-1.1.1" sources."abbrev-1.1.1" sources."agent-base-6.0.1" sources."agentkeepalive-4.1.3" @@ -79411,7 +85046,7 @@ in ]; }) sources."ansi-regex-2.1.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."aproba-1.2.0" sources."are-we-there-yet-1.1.5" sources."argparse-1.0.10" @@ -79526,7 +85161,7 @@ in sources."is-fullwidth-code-point-1.0.0" sources."is-installed-globally-0.3.2" sources."is-lambda-1.0.1" - sources."is-npm-4.0.0" + sources."is-npm-5.0.0" sources."is-obj-2.0.0" sources."is-path-inside-3.0.2" sources."is-typedarray-1.0.0" @@ -79576,7 +85211,7 @@ in sources."minimist-1.2.5" sources."minipass-3.1.3" sources."minipass-collect-1.0.2" - sources."minipass-fetch-1.3.1" + sources."minipass-fetch-1.3.2" sources."minipass-flush-1.0.5" sources."minipass-json-stream-1.0.1" sources."minipass-pipeline-1.2.4" @@ -79680,11 +85315,7 @@ in sources."unique-filename-1.1.1" sources."unique-slug-2.0.2" sources."unique-string-2.0.0" - (sources."update-notifier-4.1.3" // { - dependencies = [ - sources."chalk-3.0.0" - ]; - }) + sources."update-notifier-5.0.0" sources."uri-js-4.4.0" sources."url-parse-lax-3.0.0" sources."util-deprecate-1.0.2" @@ -80059,10 +85690,10 @@ in sources."@parcel/workers-1.11.0" sources."@types/q-1.5.4" sources."abab-2.0.5" - sources."acorn-7.4.0" + sources."acorn-7.4.1" (sources."acorn-globals-4.3.4" // { dependencies = [ - sources."acorn-6.4.1" + sources."acorn-6.4.2" ]; }) sources."acorn-walk-6.2.0" @@ -80166,7 +85797,7 @@ in sources."caller-path-2.0.0" sources."callsites-2.0.0" sources."caniuse-api-3.0.0" - sources."caniuse-lite-1.0.30001140" + sources."caniuse-lite-1.0.30001144" sources."caseless-0.12.0" sources."chalk-2.4.2" sources."chokidar-2.1.8" @@ -80230,7 +85861,7 @@ in sources."css-select-base-adapter-0.1.1" sources."css-selector-tokenizer-0.7.3" sources."css-tree-1.0.0-alpha.37" - sources."css-what-3.3.0" + sources."css-what-3.4.1" sources."cssesc-3.0.0" sources."cssnano-4.1.10" sources."cssnano-preset-default-4.0.7" @@ -80300,7 +85931,7 @@ in sources."duplexer2-0.1.4" sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.576" + sources."electron-to-chromium-1.3.578" (sources."elliptic-6.5.3" // { dependencies = [ sources."bn.js-4.11.9" @@ -80310,7 +85941,7 @@ in sources."entities-1.1.2" sources."envinfo-7.7.3" sources."error-ex-1.3.2" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."escalade-3.1.0" sources."escape-html-1.0.3" @@ -80473,7 +86104,7 @@ in sources."jsbn-0.1.1" (sources."jsdom-14.1.0" // { dependencies = [ - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."escodegen-1.14.3" sources."esprima-4.0.1" sources."ws-6.2.1" @@ -80568,13 +86199,13 @@ in sources."object.assign-4.1.1" (sources."object.getownpropertydescriptors-2.1.0" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."object.pick-1.3.0" (sources."object.values-1.1.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."on-finished-2.3.0" @@ -80605,7 +86236,7 @@ in sources."supports-color-6.1.0" ]; }) - (sources."postcss-calc-7.0.4" // { + (sources."postcss-calc-7.0.5" // { dependencies = [ sources."postcss-value-parser-4.1.0" ]; @@ -80807,12 +86438,12 @@ in sources."stream-http-2.8.3" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."string_decoder-1.1.1" @@ -80892,7 +86523,7 @@ in sources."util-deprecate-1.0.2" (sources."util.promisify-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."uuid-3.4.0" @@ -81005,7 +86636,7 @@ in sources."encodeurl-1.0.2" sources."entities-1.1.2" sources."errno-0.1.7" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."escape-html-1.0.3" sources."esprima-4.0.1" @@ -81089,7 +86720,7 @@ in sources."minimatch-3.0.4" sources."minimist-1.2.5" sources."mkdirp-0.5.5" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."ms-2.0.0" sources."msgpack5-3.6.0" sources."mv-2.1.1" @@ -81173,12 +86804,12 @@ in sources."string-width-3.1.0" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."string_decoder-1.1.1" @@ -81188,7 +86819,7 @@ in sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."type-is-1.6.18" - sources."uglify-js-3.11.0" + sources."uglify-js-3.11.1" sources."unix-dgram-2.0.4" sources."unpipe-1.0.0" sources."uri-js-4.4.0" @@ -81573,7 +87204,7 @@ in sources."dns-txt-2.0.2" sources."end-of-stream-1.4.4" sources."error-ex-1.3.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."escape-string-regexp-1.0.5" sources."external-editor-2.2.0" @@ -81665,13 +87296,9 @@ in sources."numeral-2.0.6" sources."object-assign-4.1.1" sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" - (sources."object.assign-4.1.1" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."object.assign-4.1.1" sources."once-1.4.0" sources."onetime-2.0.1" sources."open-0.0.5" @@ -81723,7 +87350,11 @@ in sources."read-pkg-up-1.0.1" sources."readable-stream-2.3.7" sources."redent-1.0.0" - sources."regexp.prototype.flags-1.3.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."repeating-2.0.1" sources."resolve-1.17.0" sources."restore-cursor-2.0.0" @@ -81757,8 +87388,16 @@ in sources."speedometer-0.1.4" sources."stream-buffers-2.2.0" sources."string-width-1.0.2" - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" + (sources."string.prototype.trimend-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) (sources."string2compact-1.3.0" // { dependencies = [ sources."ipaddr.js-1.9.1" @@ -82224,9 +87863,8 @@ in sources."@nodelib/fs.scandir-2.1.3" sources."@nodelib/fs.stat-2.0.3" sources."@nodelib/fs.walk-1.2.4" - sources."@types/color-name-1.1.1" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."anymatch-3.1.1" sources."argparse-1.0.10" sources."array-union-2.1.0" @@ -82304,9 +87942,9 @@ in sources."to-regex-range-5.0.1" sources."universalify-1.0.0" sources."wrap-ansi-7.0.0" - sources."y18n-5.0.1" + sources."y18n-5.0.2" sources."yargs-16.0.3" - sources."yargs-parser-20.2.0" + sources."yargs-parser-20.2.1" ]; buildInputs = globalBuildInputs; meta = { @@ -82383,7 +88021,7 @@ in }; dependencies = [ sources."JSONStream-1.3.5" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-node-1.8.2" sources."acorn-walk-7.2.0" (sources."asn1.js-5.4.1" // { @@ -82644,10 +88282,10 @@ in purescript-language-server = nodeEnv.buildNodePackage { name = "purescript-language-server"; packageName = "purescript-language-server"; - version = "0.14.2"; + version = "0.14.3"; src = fetchurl { - url = "https://registry.npmjs.org/purescript-language-server/-/purescript-language-server-0.14.2.tgz"; - sha512 = "4dLL/PvePCi4GvI88OjcT1lERIj4jpspXeUvivkYvGxI2NypkmrADuxa32Y3kIZ0D+bAM2ZR6MyOqAyztmRKcg=="; + url = "https://registry.npmjs.org/purescript-language-server/-/purescript-language-server-0.14.3.tgz"; + sha512 = "nt5N6EusQO2dqEnbkma/z7fXxKuVCgMQ8BSJEGZdRiM9W8pa/AV8f8UyPFsN8AMpwZbZv6P9T9LDL6Q3+61S3Q=="; }; dependencies = [ sources."isexe-2.0.0" @@ -82674,10 +88312,10 @@ in purescript-psa = nodeEnv.buildNodePackage { name = "purescript-psa"; packageName = "purescript-psa"; - version = "0.7.3"; + version = "0.8.0"; src = fetchurl { - url = "https://registry.npmjs.org/purescript-psa/-/purescript-psa-0.7.3.tgz"; - sha512 = "qcnhruybTHVunhJqAuurOEWnz1BOOc/7mpcnyH5yxm5caYCejxq8GOE4ZNWbiPMeTlcG79qUPIOz7gx5OVmk2Q=="; + url = "https://registry.npmjs.org/purescript-psa/-/purescript-psa-0.8.0.tgz"; + sha512 = "N76JjHcBbJMf4/rs8dnCniFi7TL9iBbV0BycXuwEtSYnmiaogng0tFmnliqubQyZ5FpDU9ET8Bq1NjH3Hmx5PA=="; }; buildInputs = globalBuildInputs; meta = { @@ -82710,10 +88348,10 @@ in pyright = nodeEnv.buildNodePackage { name = "pyright"; packageName = "pyright"; - version = "1.1.75"; + version = "1.1.78"; src = fetchurl { - url = "https://registry.npmjs.org/pyright/-/pyright-1.1.75.tgz"; - sha512 = "mwIUq71cfiVKep0QGB3cO+rjaU5t7v9D5CPIKWkBI9VJ6ENRpx8pwUrO+oANDHGCrCLtpDnJXA7n+4GcoXVojg=="; + url = "https://registry.npmjs.org/pyright/-/pyright-1.1.78.tgz"; + sha512 = "sKh6AbVIysi0CzgL3M8iaKBy/2yopDxyB0VptIYTIGpGcGKJce0KrsJ7OSR3bgx3S4MYMWKF004ws0tosJy+kA=="; }; buildInputs = globalBuildInputs; meta = { @@ -82745,10 +88383,14 @@ in sources."colors-0.6.2" sources."concat-map-0.0.1" sources."cycle-1.0.3" - sources."deep-equal-2.0.3" + sources."deep-equal-2.0.4" sources."define-properties-1.1.3" - sources."es-abstract-1.17.6" - sources."es-get-iterator-1.1.0" + sources."es-abstract-1.18.0-next.1" + (sources."es-get-iterator-1.1.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."es-to-primitive-1.2.1" sources."escape-string-regexp-1.0.5" sources."eyes-0.1.8" @@ -82774,7 +88416,11 @@ in sources."is-set-2.0.1" sources."is-string-1.0.5" sources."is-symbol-1.0.3" - sources."is-typed-array-1.1.3" + (sources."is-typed-array-1.1.3" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."is-weakmap-2.0.1" sources."is-weakset-2.0.1" sources."isarray-2.0.5" @@ -82785,36 +88431,44 @@ in sources."mute-stream-0.0.8" sources."ncp-0.4.2" sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" - (sources."object.assign-4.1.1" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."object.assign-4.1.1" sources."once-1.4.0" sources."path-is-absolute-1.0.1" sources."pkginfo-0.4.1" sources."prompt-0.2.14" sources."read-1.0.7" - sources."regexp.prototype.flags-1.3.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."revalidator-0.1.8" sources."rimraf-2.7.1" sources."semver-5.7.1" - (sources."side-channel-1.0.3" // { + sources."side-channel-1.0.3" + sources."stack-trace-0.0.10" + (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" ]; }) - sources."stack-trace-0.0.10" - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" sources."strip-ansi-3.0.1" sources."supports-color-2.0.0" sources."utile-0.2.1" sources."which-boxed-primitive-1.0.1" sources."which-collection-1.0.1" - sources."which-typed-array-1.1.2" + (sources."which-typed-array-1.1.2" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) (sources."winston-0.8.3" // { dependencies = [ sources."pkginfo-0.3.1" @@ -82918,7 +88572,6 @@ in sources."@emotion/stylis-0.8.5" sources."@emotion/unitless-0.7.5" sources."@exodus/schemasafe-1.0.0-rc.2" - sources."@types/color-name-1.1.1" sources."ajv-5.5.2" sources."ansi-regex-3.0.0" sources."ansi-styles-3.2.1" @@ -83175,7 +88828,7 @@ in sources."readdirp-3.4.0" (sources."redoc-2.0.0-rc.8-1" // { dependencies = [ - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; }) sources."reftools-1.1.6" @@ -83227,9 +88880,9 @@ in sources."to-arraybuffer-1.0.1" sources."to-fast-properties-2.0.0" sources."to-regex-range-5.0.1" - sources."tslib-2.0.1" + sources."tslib-2.0.2" sources."tty-browserify-0.0.0" - sources."uglify-js-3.11.0" + sources."uglify-js-3.11.1" (sources."url-0.11.0" // { dependencies = [ sources."punycode-1.3.2" @@ -83259,7 +88912,7 @@ in (sources."yargs-15.4.1" // { dependencies = [ sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."cliui-6.0.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -83344,7 +88997,6 @@ in sources."@rollup/plugin-commonjs-13.0.2" sources."@rollup/plugin-node-resolve-8.4.0" sources."@rollup/pluginutils-3.1.0" - sources."@types/color-name-1.1.1" sources."@types/eslint-visitor-keys-1.0.0" sources."@types/estree-0.0.39" sources."@types/glob-7.1.3" @@ -83369,7 +89021,7 @@ in ]; }) sources."@typescript-eslint/visitor-keys-3.10.1" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-jsx-5.3.1" sources."agent-base-4.3.0" sources."ajv-6.12.5" @@ -83394,7 +89046,7 @@ in sources."camelcase-5.3.1" (sources."chalk-4.1.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."has-flag-4.0.0" @@ -83441,7 +89093,12 @@ in sources."emoji-regex-7.0.3" sources."enquirer-2.3.6" sources."entities-1.1.2" - sources."es-abstract-1.17.6" + (sources."es-abstract-1.17.7" // { + dependencies = [ + sources."es-abstract-1.18.0-next.1" + sources."object.assign-4.1.1" + ]; + }) sources."es-array-method-boxes-properly-1.0.0" sources."es-get-iterator-1.1.0" sources."es-to-primitive-1.2.1" @@ -83522,6 +89179,7 @@ in sources."is-glob-4.0.1" sources."is-map-2.0.1" sources."is-module-1.0.0" + sources."is-negative-zero-2.0.0" sources."is-number-7.0.0" sources."is-plain-obj-1.1.0" sources."is-reference-1.2.1" @@ -83639,10 +89297,10 @@ in sources."text-table-0.2.0" sources."tmp-0.0.29" sources."to-regex-range-5.0.1" - sources."tslib-2.0.1" + sources."tslib-2.0.2" (sources."tsutils-3.17.1" // { dependencies = [ - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; }) sources."tunnel-0.0.4" @@ -83657,9 +89315,10 @@ in sources."url-join-1.1.0" sources."util-deprecate-1.0.2" sources."v8-compile-cache-2.1.1" - (sources."vsce-1.80.0" // { + (sources."vsce-1.81.1" // { dependencies = [ sources."chalk-2.4.2" + sources."commander-6.1.0" sources."semver-5.7.1" ]; }) @@ -83979,10 +89638,10 @@ in serverless = nodeEnv.buildNodePackage { name = "serverless"; packageName = "serverless"; - version = "2.3.0"; + version = "2.5.0"; src = fetchurl { - url = "https://registry.npmjs.org/serverless/-/serverless-2.3.0.tgz"; - sha512 = "glI1JOC5c4HBWRgo+mlhBv/PdFCNSGQDsmLdC5l1jj+yTL3zVMVSu+M0/ZizcyxCWu157H5V1pYRGyNbhP7slg=="; + url = "https://registry.npmjs.org/serverless/-/serverless-2.5.0.tgz"; + sha512 = "2JxwILnVqCY9mSw+QcPSKh2OJXsCmL5BZ9xHXYAOaKbI8G/TlxwooeCmw9LT91kdtM8Wh69rJsxRzzpP4MhWyQ=="; }; dependencies = [ sources."2-thenable-1.0.0" @@ -84068,12 +89727,11 @@ in sources."@tencent-sdk/capi-1.1.4" sources."@types/cacheable-request-6.0.1" sources."@types/caseless-0.12.2" - sources."@types/color-name-1.1.1" sources."@types/http-cache-semantics-4.0.0" sources."@types/keyv-3.1.1" sources."@types/lodash-4.14.161" sources."@types/long-4.0.1" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/request-2.48.5" sources."@types/request-promise-native-1.0.17" sources."@types/responselike-1.0.0" @@ -84121,7 +89779,7 @@ in sources."async-limiter-1.0.1" sources."asynckit-0.4.0" sources."at-least-node-1.0.0" - (sources."aws-sdk-2.763.0" // { + (sources."aws-sdk-2.768.0" // { dependencies = [ sources."buffer-4.9.2" sources."isarray-1.0.0" @@ -84133,17 +89791,16 @@ in sources."axios-0.19.2" sources."backo2-1.0.2" sources."balanced-match-1.0.0" - sources."base64-arraybuffer-0.1.5" + sources."base64-arraybuffer-0.1.4" sources."base64-js-1.3.1" sources."bcrypt-pbkdf-1.0.2" - sources."better-assert-1.0.2" sources."binary-extensions-2.1.0" sources."bl-4.0.3" sources."blob-0.0.5" sources."bluebird-3.7.2" (sources."boxen-4.2.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-3.0.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -84169,12 +89826,11 @@ in ]; }) sources."cachedir-2.3.0" - sources."callsite-1.0.0" sources."camelcase-5.3.1" sources."caseless-0.12.0" (sources."chalk-4.1.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."has-flag-4.0.0" @@ -84203,7 +89859,7 @@ in sources."combined-stream-1.0.8" sources."commander-2.19.0" sources."component-bind-1.0.0" - sources."component-emitter-1.2.1" + sources."component-emitter-1.3.0" sources."component-inherit-0.0.3" sources."compress-commons-4.0.1" sources."concat-map-0.0.1" @@ -84298,17 +89954,10 @@ in sources."end-of-stream-1.4.4" (sources."engine.io-client-3.4.4" // { dependencies = [ - sources."component-emitter-1.3.0" - sources."parseqs-0.0.6" - sources."parseuri-0.0.6" sources."ws-6.1.4" ]; }) - (sources."engine.io-parser-2.2.1" // { - dependencies = [ - sources."base64-arraybuffer-0.1.4" - ]; - }) + sources."engine.io-parser-2.2.1" sources."env-variable-0.0.6" sources."es5-ext-0.10.53" sources."es6-iterator-2.0.3" @@ -84417,7 +90066,7 @@ in sources."strip-ansi-6.0.0" ]; }) - sources."inquirer-autocomplete-prompt-1.1.0" + sources."inquirer-autocomplete-prompt-1.2.0" sources."into-stream-3.1.0" sources."is-arrayish-0.3.2" sources."is-binary-path-2.1.0" @@ -84510,7 +90159,7 @@ in sources."minimatch-3.0.4" sources."minimist-1.2.5" sources."mkdirp-0.5.5" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."ms-2.0.0" sources."mute-stream-0.0.8" sources."nanoid-2.1.11" @@ -84524,7 +90173,6 @@ in sources."normalize-url-4.5.0" sources."oauth-sign-0.9.0" sources."object-assign-4.1.1" - sources."object-component-0.0.3" sources."object-hash-2.0.3" sources."once-1.4.0" sources."one-time-0.0.4" @@ -84549,8 +90197,8 @@ in ]; }) sources."pako-1.0.11" - sources."parseqs-0.0.5" - sources."parseuri-0.0.5" + sources."parseqs-0.0.6" + sources."parseuri-0.0.6" sources."path-is-absolute-1.0.1" sources."path-key-2.0.1" sources."path-loader-1.0.10" @@ -84567,7 +90215,7 @@ in sources."promise-queue-2.2.5" (sources."protobufjs-6.10.1" // { dependencies = [ - sources."@types/node-13.13.21" + sources."@types/node-13.13.23" ]; }) sources."psl-1.8.0" @@ -84580,7 +90228,7 @@ in sources."ramda-0.26.1" sources."rc-1.2.8" sources."readable-stream-3.6.0" - sources."readdir-glob-1.1.0" + sources."readdir-glob-1.1.1" sources."readdirp-3.4.0" sources."regenerator-runtime-0.13.7" sources."registry-auth-token-4.2.0" @@ -84611,7 +90259,7 @@ in sources."shebang-regex-1.0.0" sources."shortid-2.2.15" sources."signal-exit-3.0.3" - (sources."simple-git-2.20.1" // { + (sources."simple-git-2.21.0" // { dependencies = [ sources."debug-4.3.0" sources."ms-2.1.2" @@ -84619,17 +90267,8 @@ in }) sources."simple-swizzle-0.2.2" sources."slash-3.0.0" - (sources."socket.io-client-2.3.0" // { - dependencies = [ - sources."debug-4.1.1" - sources."ms-2.1.2" - ]; - }) - (sources."socket.io-parser-3.3.1" // { - dependencies = [ - sources."component-emitter-1.3.0" - ]; - }) + sources."socket.io-client-2.3.1" + sources."socket.io-parser-3.3.1" sources."sort-keys-1.1.2" sources."sort-keys-length-1.0.1" sources."source-map-0.6.1" @@ -84699,7 +90338,7 @@ in sources."traverse-0.6.6" sources."trim-repeated-1.0.0" sources."triple-beam-1.3.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."type-2.1.0" @@ -84718,7 +90357,7 @@ in sources."url-to-options-1.0.1" sources."urlencode-1.1.0" sources."util-deprecate-1.0.2" - sources."uuid-8.3.0" + sources."uuid-8.3.1" sources."verror-1.10.0" sources."which-1.3.1" sources."widest-line-3.1.0" @@ -84740,7 +90379,7 @@ in sources."xtend-4.0.2" sources."yaml-ast-parser-0.0.43" sources."yamljs-0.3.0" - sources."yargs-parser-20.2.0" + sources."yargs-parser-20.2.1" sources."yauzl-2.10.0" sources."yeast-0.1.2" sources."zip-stream-4.0.2" @@ -85382,10 +91021,10 @@ in snyk = nodeEnv.buildNodePackage { name = "snyk"; packageName = "snyk"; - version = "1.405.0"; + version = "1.410.3"; src = fetchurl { - url = "https://registry.npmjs.org/snyk/-/snyk-1.405.0.tgz"; - sha512 = "WHvO3XCKV/l5u27MhsWEfh21DbM8Bp7iQK27z+G2fONecg+OAMp7EabbS1a4NyvWsz3TuPQRykscMuCe7CxvsQ=="; + url = "https://registry.npmjs.org/snyk/-/snyk-1.410.3.tgz"; + sha512 = "BZ2w1uPCDyjgM2Y6XW071ZlVa1RAVU0xEe7oFY93cdf6ccjCZLyfDqsnbf0ahxAZJp8BZOrq/HsFAfEhm3P8hg=="; }; dependencies = [ sources."@sindresorhus/is-2.1.1" @@ -85395,11 +91034,11 @@ in sources."@snyk/dep-graph-1.19.4" sources."@snyk/docker-registry-v2-client-1.13.5" sources."@snyk/gemfile-1.2.0" - sources."@snyk/java-call-graph-builder-1.14.0" + sources."@snyk/java-call-graph-builder-1.16.0" sources."@snyk/rpm-parser-2.0.0" (sources."@snyk/snyk-cocoapods-plugin-2.5.1" // { dependencies = [ - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) (sources."@snyk/snyk-docker-pull-3.2.0" // { @@ -85409,14 +91048,13 @@ in }) sources."@szmarczak/http-timer-4.0.5" sources."@types/cacheable-request-6.0.1" - sources."@types/color-name-1.1.1" sources."@types/debug-4.1.5" sources."@types/graphlib-2.1.7" sources."@types/hosted-git-info-2.7.0" sources."@types/http-cache-semantics-4.0.0" sources."@types/js-yaml-3.12.5" sources."@types/keyv-3.1.1" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/responselike-1.0.0" sources."@types/semver-5.5.0" sources."@yarnpkg/lockfile-1.1.0" @@ -85439,7 +91077,7 @@ in sources."asn1-0.2.4" (sources."ast-types-0.14.2" // { dependencies = [ - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) sources."async-1.5.2" @@ -85455,7 +91093,7 @@ in }) (sources."boxen-4.2.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."camelcase-5.3.1" sources."chalk-3.0.0" sources."color-convert-2.0.1" @@ -85609,7 +91247,7 @@ in (sources."inquirer-7.3.3" // { dependencies = [ sources."ansi-escapes-4.3.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -85770,21 +91408,21 @@ in sources."snyk-config-3.1.1" (sources."snyk-cpp-plugin-2.0.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-4.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."has-flag-4.0.0" sources."supports-color-7.2.0" - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) - (sources."snyk-docker-plugin-3.24.0" // { + (sources."snyk-docker-plugin-3.26.2" // { dependencies = [ sources."rimraf-3.0.2" sources."snyk-nodejs-lockfile-parser-1.29.0" sources."tmp-0.2.1" - sources."uuid-8.3.0" + sources."uuid-8.3.1" ]; }) sources."snyk-go-parser-1.4.1" @@ -85794,14 +91432,14 @@ in sources."tmp-0.2.1" ]; }) - (sources."snyk-gradle-plugin-3.7.0" // { + (sources."snyk-gradle-plugin-3.9.0" // { dependencies = [ (sources."@snyk/cli-interface-2.9.1" // { dependencies = [ - sources."tslib-1.13.0" + sources."tslib-1.14.0" ]; }) - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-3.0.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -85809,14 +91447,13 @@ in sources."rimraf-3.0.2" sources."supports-color-7.2.0" sources."tmp-0.2.1" - sources."tslib-2.0.1" + sources."tslib-2.0.2" ]; }) sources."snyk-module-3.1.0" - (sources."snyk-mvn-plugin-2.19.4" // { + (sources."snyk-mvn-plugin-2.22.0" // { dependencies = [ sources."@snyk/cli-interface-2.9.1" - sources."@snyk/java-call-graph-builder-1.13.2" sources."tmp-0.1.0" sources."tslib-1.11.1" ]; @@ -85927,7 +91564,7 @@ in sources."toidentifier-1.0.0" sources."toml-3.0.0" sources."tree-kill-1.2.2" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tweetnacl-0.14.5" sources."type-check-0.3.2" sources."type-fest-0.11.0" @@ -85936,7 +91573,7 @@ in sources."unpipe-1.0.0" (sources."update-notifier-4.1.3" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-3.0.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -86385,9 +92022,10 @@ in }) sources."epidemic-broadcast-trees-7.0.0" sources."errno-0.1.7" - sources."es-abstract-1.17.6" + sources."es-abstract-1.18.0-next.1" (sources."es-get-iterator-1.1.0" // { dependencies = [ + sources."es-abstract-1.17.7" sources."isarray-2.0.5" ]; }) @@ -86434,7 +92072,7 @@ in }) (sources."flumeview-links-1.0.1" // { dependencies = [ - sources."deep-equal-2.0.3" + sources."deep-equal-2.0.4" sources."flumeview-level-3.0.14" sources."isarray-2.0.5" sources."map-filter-reduce-3.2.2" @@ -86543,7 +92181,11 @@ in sources."is-set-2.0.1" sources."is-string-1.0.5" sources."is-symbol-1.0.3" - sources."is-typed-array-1.1.3" + (sources."is-typed-array-1.1.3" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."is-typedarray-1.0.0" sources."is-valid-domain-0.0.15" sources."is-weakmap-2.0.1" @@ -86653,18 +92295,14 @@ in ]; }) sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" (sources."object-visit-1.0.1" // { dependencies = [ sources."isobject-3.0.1" ]; }) - (sources."object.assign-4.1.1" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."object.assign-4.1.1" sources."object.omit-2.0.1" (sources."object.pick-1.3.0" // { dependencies = [ @@ -86823,7 +92461,11 @@ in }) sources."regex-cache-0.4.4" sources."regex-not-1.0.2" - sources."regexp.prototype.flags-1.3.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."relative-url-1.0.2" (sources."remark-3.2.3" // { dependencies = [ @@ -86863,11 +92505,7 @@ in sources."shebang-command-1.2.0" sources."shebang-regex-1.0.0" sources."shellsubstitute-1.2.0" - (sources."side-channel-1.0.3" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."side-channel-1.0.3" sources."smart-buffer-4.1.0" (sources."snapdragon-0.8.2" // { dependencies = [ @@ -86983,13 +92621,17 @@ in ]; }) sources."string-width-1.0.2" - (sources."string.prototype.trim-1.2.2" // { + sources."string.prototype.trim-1.2.2" + (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" ]; }) - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" sources."string_decoder-1.1.1" sources."stringify-entities-1.3.2" sources."strip-ansi-3.0.1" @@ -87056,7 +92698,11 @@ in sources."which-1.3.1" sources."which-boxed-primitive-1.0.1" sources."which-collection-1.0.1" - sources."which-typed-array-1.1.2" + (sources."which-typed-array-1.1.2" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."word-wrap-1.2.3" sources."wrap-fn-0.1.5" sources."wrappy-1.0.2" @@ -87160,7 +92806,7 @@ in sources."async-1.5.2" sources."async-limiter-1.0.1" sources."asynckit-0.4.0" - (sources."aws-sdk-2.763.0" // { + (sources."aws-sdk-2.768.0" // { dependencies = [ sources."uuid-3.3.2" ]; @@ -87524,7 +93170,7 @@ in sources."minimist-1.2.5" sources."minitouch-prebuilt-1.2.0" sources."mkdirp-0.5.5" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."ms-2.1.2" sources."multer-1.4.2" sources."mustache-2.3.2" @@ -87951,7 +93597,7 @@ in sources."css-select-2.1.0" sources."css-select-base-adapter-0.1.1" sources."css-tree-1.0.0-alpha.37" - sources."css-what-3.3.0" + sources."css-what-3.4.1" (sources."csso-4.0.3" // { dependencies = [ sources."css-tree-1.0.0-alpha.39" @@ -87967,7 +93613,7 @@ in sources."domelementtype-1.3.1" sources."domutils-1.7.0" sources."entities-2.0.3" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."escape-string-regexp-1.0.5" sources."esprima-4.0.1" @@ -87989,7 +93635,7 @@ in sources."object-keys-1.1.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."object.getownpropertydescriptors-2.1.0" @@ -88587,7 +94233,7 @@ in sources."truncate-utf8-bytes-1.0.2" sources."type-is-1.6.18" sources."typedarray-0.0.6" - sources."uglify-js-3.11.0" + sources."uglify-js-3.11.1" sources."undefsafe-2.0.3" (sources."union-value-1.0.1" // { dependencies = [ @@ -88712,7 +94358,7 @@ in sources."mime-types-2.1.27" sources."minimist-1.2.5" sources."module-alias-2.2.2" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."ms-2.1.2" sources."node-fetch-2.6.1" sources."oauth-sign-0.9.0" @@ -88776,7 +94422,7 @@ in sha512 = "Z8uvtdWIlFn1GWy0HW5FhZ8VDryZwoJUdnjZU25C7/PBOltLIn1uv+WF3rVq6S1761YbsmbZYRP/l0ZJBCkvrw=="; }; dependencies = [ - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."acorn-loose-6.1.0" sources."acorn-walk-6.2.0" sources."balanced-match-1.0.0" @@ -88873,7 +94519,7 @@ in sources."define-properties-1.1.3" sources."diff-4.0.2" sources."error-ex-1.3.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."escape-string-regexp-1.0.5" sources."esprima-4.0.1" @@ -88935,13 +94581,9 @@ in sources."normalize-package-data-2.5.0" sources."number-is-nan-1.0.1" sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" - (sources."object.assign-4.1.1" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."object.assign-4.1.1" sources."once-1.4.0" sources."optionator-0.8.3" sources."p-limit-1.3.0" @@ -88973,7 +94615,11 @@ in ]; }) sources."readable-stream-2.3.7" - sources."regexp.prototype.flags-1.3.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."remark-frontmatter-1.3.3" sources."remark-parse-5.0.0" sources."repeat-string-1.6.1" @@ -88995,8 +94641,16 @@ in sources."strip-ansi-3.0.1" ]; }) - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" + (sources."string.prototype.trimend-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."string_decoder-1.1.1" (sources."strip-ansi-6.0.0" // { dependencies = [ @@ -89084,7 +94738,7 @@ in }; dependencies = [ sources."define-properties-1.1.3" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."function-bind-1.1.1" sources."has-1.0.3" @@ -89099,7 +94753,7 @@ in sources."object-keys-1.1.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."regexp.prototype.flags-1.3.0" @@ -89132,7 +94786,6 @@ in sources."@szmarczak/http-timer-1.1.2" sources."@textlint/ast-node-types-4.3.4" sources."@textlint/types-1.4.5" - sources."@types/color-name-1.1.1" sources."@types/minimist-1.2.0" sources."@types/normalize-package-data-2.4.0" sources."@types/parse5-5.0.3" @@ -89153,7 +94806,7 @@ in sources."boundary-1.0.1" (sources."boxen-4.2.0" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-3.0.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -89497,7 +95150,7 @@ in sources."unist-util-visit-parents-3.1.0" (sources."update-notifier-4.1.3" // { dependencies = [ - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."chalk-3.0.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -89673,7 +95326,7 @@ in sources."buffer-from-1.1.1" sources."concat-stream-2.0.0" sources."define-properties-1.1.3" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."function-bind-1.1.1" sources."has-1.0.3" @@ -89689,7 +95342,7 @@ in sources."object-keys-1.1.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."object.values-1.1.1" @@ -89731,7 +95384,7 @@ in sources."define-properties-1.1.3" sources."emoji-regex-6.5.1" sources."end-with-1.0.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."function-bind-1.1.1" sources."has-1.0.3" @@ -89745,7 +95398,7 @@ in sources."object-keys-1.1.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."string.prototype.trimend-1.0.1" @@ -89832,7 +95485,7 @@ in dependencies = [ sources."array-includes-3.1.1" sources."define-properties-1.1.3" - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" sources."es-to-primitive-1.2.1" sources."function-bind-1.1.1" sources."has-1.0.3" @@ -89848,7 +95501,7 @@ in sources."object-keys-1.1.1" (sources."object.assign-4.1.1" // { dependencies = [ - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" ]; }) sources."string.prototype.trimend-1.0.1" @@ -89879,7 +95532,7 @@ in sources."boundary-1.0.1" sources."define-properties-1.1.3" sources."e-prime-0.10.4" - sources."es-abstract-1.18.0-next.0" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."function-bind-1.1.1" sources."has-1.0.3" @@ -89896,12 +95549,12 @@ in sources."passive-voice-0.1.0" (sources."string.prototype.trimend-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) (sources."string.prototype.trimstart-1.0.1" // { dependencies = [ - sources."es-abstract-1.17.6" + sources."es-abstract-1.17.7" ]; }) sources."structured-source-3.0.2" @@ -89936,11 +95589,10 @@ in sources."@szmarczak/http-timer-4.0.5" sources."@tokenizer/token-0.1.1" sources."@types/cacheable-request-6.0.1" - sources."@types/color-name-1.1.1" sources."@types/debug-4.1.5" sources."@types/http-cache-semantics-4.0.0" sources."@types/keyv-3.1.1" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/responselike-1.0.0" sources."abbrev-1.1.1" sources."abstract-logging-2.0.0" @@ -89954,7 +95606,7 @@ in }) sources."ajv-6.12.5" sources."ansi-regex-2.1.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."aproba-1.2.0" (sources."are-we-there-yet-1.1.5" // { dependencies = [ @@ -90374,10 +96026,10 @@ in three = nodeEnv.buildNodePackage { name = "three"; packageName = "three"; - version = "0.121.0"; + version = "0.121.1"; src = fetchurl { - url = "https://registry.npmjs.org/three/-/three-0.121.0.tgz"; - sha512 = "12bkOFsSCsfHViuqDuxDccMBT8eJ/UH829P1J50f4mvI9pWNX4iurZq8Vbo+rs9rKkgrSBRq7ubE77dQ1Y1hzA=="; + url = "https://registry.npmjs.org/three/-/three-0.121.1.tgz"; + sha512 = "+rYhNpW5W1aBdLkPQDld/GA4Sj/uOKJJKVpCAZUbpk/HZEiYRUlPt8+s+9nmxRglWmRHdBa3ERvUwqg4nmoA5w=="; }; buildInputs = globalBuildInputs; meta = { @@ -90475,7 +96127,7 @@ in sources."mime-db-1.44.0" sources."mime-types-2.1.27" sources."minimatch-3.0.4" - sources."moment-2.29.0" + sources."moment-2.29.1" (sources."node-appc-1.1.1" // { dependencies = [ sources."async-3.2.0" @@ -90513,7 +96165,7 @@ in sources."tweetnacl-0.14.5" sources."universalify-1.0.0" sources."uri-js-4.4.0" - sources."uuid-8.3.0" + sources."uuid-8.3.1" sources."verror-1.10.0" (sources."winston-1.1.2" // { dependencies = [ @@ -90610,7 +96262,7 @@ in sources."minimatch-3.0.4" sources."minimist-0.0.8" sources."mkdirp-0.5.1" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."mooremachine-2.3.0" sources."mute-stream-0.0.8" sources."mv-2.1.1" @@ -90768,7 +96420,7 @@ in sources."strip-ansi-3.0.1" sources."supports-color-2.0.0" sources."temp-0.8.4" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."wordwrap-0.0.3" sources."wrappy-1.0.2" ]; @@ -90862,10 +96514,10 @@ in uglify-js = nodeEnv.buildNodePackage { name = "uglify-js"; packageName = "uglify-js"; - version = "3.11.0"; + version = "3.11.1"; src = fetchurl { - url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.0.tgz"; - sha512 = "e1KQFRCpOxnrJsJVqDUCjURq+wXvIn7cK2sRAx9XL3HYLL9aezOP4Pb1+Y3/o693EPk111Yj2Q+IUXxcpHlygQ=="; + url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.1.tgz"; + sha512 = "OApPSuJcxcnewwjSGGfWOjx3oix5XpmrK9Z2j0fTRlHGoZ49IU6kExfZTM0++fCArOOCet+vIfWwFHbvWqwp6g=="; }; buildInputs = globalBuildInputs; meta = { @@ -90890,13 +96542,12 @@ in sources."@primer/octicons-11.0.0" sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."abbrev-1.1.1" sources."accepts-1.3.7" sources."after-0.8.2" sources."ansi-regex-5.0.0" - (sources."ansi-styles-4.2.1" // { + (sources."ansi-styles-4.3.0" // { dependencies = [ sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -91179,10 +96830,10 @@ in sources."wrappy-1.0.2" sources."ws-7.3.1" sources."xmlhttprequest-ssl-1.5.5" - sources."y18n-5.0.1" + sources."y18n-5.0.2" sources."yallist-2.1.2" sources."yargs-16.0.3" - sources."yargs-parser-20.2.0" + sources."yargs-parser-20.2.1" sources."yeast-0.1.2" ]; buildInputs = globalBuildInputs; @@ -91198,16 +96849,15 @@ in vega-cli = nodeEnv.buildNodePackage { name = "vega-cli"; packageName = "vega-cli"; - version = "5.16.1"; + version = "5.17.0"; src = fetchurl { - url = "https://registry.npmjs.org/vega-cli/-/vega-cli-5.16.1.tgz"; - sha512 = "7CkUpjfRLvqANnDChd2/gYXzuJD/8v2ookj38nWrSPzrEPXlziDXiWeFycgr+cj9QdZTmlFF73fe+YhXF1c73Q=="; + url = "https://registry.npmjs.org/vega-cli/-/vega-cli-5.17.0.tgz"; + sha512 = "IMsPOtAnagoKK0czFoVdeVfDsGAKb8fPyDON68kEeWp9Jql71QAninG1ZqdjR2yHQy66szfP7ou9ksIIWyKGJw=="; }; dependencies = [ - sources."@types/color-name-1.1.1" sources."abbrev-1.1.1" sources."ansi-regex-2.1.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."aproba-1.2.0" sources."are-we-there-yet-1.1.5" sources."balanced-match-1.0.0" @@ -91314,8 +96964,8 @@ in sources."tar-4.4.13" sources."topojson-client-3.1.0" sources."util-deprecate-1.0.2" - sources."vega-5.16.1" - sources."vega-canvas-1.2.5" + sources."vega-5.17.0" + sources."vega-canvas-1.2.6" sources."vega-crossfilter-4.0.5" sources."vega-dataflow-5.7.3" sources."vega-encode-4.8.3" @@ -91327,7 +96977,7 @@ in sources."vega-geo-4.3.7" sources."vega-hierarchy-4.0.9" sources."vega-label-1.0.0" - sources."vega-loader-4.3.3" + sources."vega-loader-4.4.0" sources."vega-parser-6.1.0" sources."vega-projection-1.4.5" sources."vega-regression-1.0.9" @@ -91339,7 +96989,7 @@ in sources."vega-time-2.0.4" sources."vega-transforms-4.9.3" sources."vega-typings-0.19.1" - sources."vega-util-1.15.3" + sources."vega-util-1.16.0" sources."vega-view-5.9.0" sources."vega-view-transforms-4.5.8" sources."vega-voronoi-4.1.5" @@ -91354,7 +97004,7 @@ in ]; }) sources."wrappy-1.0.2" - sources."y18n-5.0.1" + sources."y18n-5.0.2" sources."yallist-3.1.1" (sources."yargs-16.0.3" // { dependencies = [ @@ -91364,7 +97014,7 @@ in sources."strip-ansi-6.0.0" ]; }) - sources."yargs-parser-20.2.0" + sources."yargs-parser-20.2.1" ]; buildInputs = globalBuildInputs; meta = { @@ -91386,10 +97036,9 @@ in }; dependencies = [ sources."@types/clone-2.1.0" - sources."@types/color-name-1.1.1" sources."@types/fast-json-stable-stringify-2.0.0" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."array-flat-polyfill-1.0.1" sources."cliui-7.0.1" sources."clone-2.1.2" @@ -91405,14 +97054,14 @@ in sources."require-directory-2.1.1" sources."string-width-4.2.0" sources."strip-ansi-6.0.0" - sources."tslib-2.0.1" + sources."tslib-2.0.2" sources."vega-event-selector-2.0.6" sources."vega-expression-3.0.0" sources."vega-util-1.15.3" sources."wrap-ansi-7.0.0" - sources."y18n-5.0.1" + sources."y18n-5.0.2" sources."yargs-16.0.3" - sources."yargs-parser-20.2.0" + sources."yargs-parser-20.2.1" ]; buildInputs = globalBuildInputs; meta = { @@ -91590,7 +97239,7 @@ in sources."@webassemblyjs/wast-printer-1.9.0" sources."@xtuc/ieee754-1.2.0" sources."@xtuc/long-4.2.2" - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."ajv-6.12.5" sources."ajv-errors-1.0.1" sources."ajv-keywords-3.5.2" @@ -91706,7 +97355,7 @@ in sources."collection-visit-1.0.0" sources."color-convert-1.9.3" sources."color-name-1.1.3" - sources."commander-2.20.3" + sources."commander-6.1.0" sources."commondir-1.0.1" sources."component-emitter-1.3.0" sources."concat-map-0.0.1" @@ -91771,7 +97420,12 @@ in sources."enhanced-resolve-4.3.0" sources."entities-1.1.2" sources."errno-0.1.7" - sources."es-abstract-1.17.6" + (sources."es-abstract-1.17.7" // { + dependencies = [ + sources."es-abstract-1.18.0-next.1" + sources."object.assign-4.1.1" + ]; + }) sources."es-to-primitive-1.2.1" sources."escape-string-regexp-1.0.5" sources."eslint-scope-4.0.3" @@ -91924,6 +97578,7 @@ in sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-2.0.0" sources."is-glob-4.0.1" + sources."is-negative-zero-2.0.0" sources."is-number-7.0.0" sources."is-plain-object-2.0.4" sources."is-regex-1.1.1" @@ -92205,7 +97860,11 @@ in sources."strip-json-comments-2.0.1" sources."supports-color-6.0.0" sources."tapable-1.1.3" - sources."terser-4.8.0" + (sources."terser-4.8.0" // { + dependencies = [ + sources."commander-2.20.3" + ]; + }) sources."terser-webpack-plugin-1.4.5" (sources."through2-2.0.5" // { dependencies = [ @@ -92230,7 +97889,7 @@ in sources."semver-6.3.0" ]; }) - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tty-browserify-0.0.0" sources."tunnel-0.0.4" sources."typed-rest-client-1.2.0" @@ -92270,7 +97929,7 @@ in sources."util-deprecate-1.0.2" sources."v8-compile-cache-2.1.1" sources."vm-browserify-1.1.2" - sources."vsce-1.80.0" + sources."vsce-1.81.1" sources."vscode-debugadapter-testsupport-1.42.0" sources."vscode-debugprotocol-1.42.0" (sources."watchpack-1.7.4" // { @@ -92619,10 +98278,10 @@ in sources."toml-2.3.6" sources."tough-cookie-2.5.0" sources."trim-repeated-1.0.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" - sources."uglify-js-3.11.0" + sources."uglify-js-3.11.1" sources."uid-0.0.2" sources."unbzip2-stream-1.4.3" sources."unyield-0.0.1" @@ -92681,12 +98340,12 @@ in sources."@starptech/rehype-webparser-0.10.0" sources."@starptech/webparser-0.10.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/unist-2.0.3" sources."@types/vfile-3.0.2" sources."@types/vfile-message-2.0.0" sources."abbrev-1.1.1" - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."acorn-jsx-5.3.1" sources."ajv-6.12.5" sources."ajv-keywords-2.1.1" @@ -92877,7 +98536,7 @@ in }) (sources."eslint-plugin-vue-6.2.2" // { dependencies = [ - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."debug-4.3.0" sources."eslint-scope-5.1.1" sources."espree-6.2.1" @@ -93465,7 +99124,7 @@ in sources."trim-newlines-2.0.0" sources."trim-trailing-lines-1.1.3" sources."trough-1.0.5" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tslint-5.20.1" sources."tsutils-2.29.0" sources."type-check-0.3.2" @@ -93610,10 +99269,10 @@ in web-ext = nodeEnv.buildNodePackage { name = "web-ext"; packageName = "web-ext"; - version = "5.1.0"; + version = "5.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/web-ext/-/web-ext-5.1.0.tgz"; - sha512 = "Eupjwvif/9P4uGdZIddJziLLLD/RuzW8r8HEANGCW8e3dlPV4GJu5z815k9DLVshG0v+q/stUPR968Q2p7hhMQ=="; + url = "https://registry.npmjs.org/web-ext/-/web-ext-5.2.0.tgz"; + sha512 = "o/s206JW2U/vXHTe/XeBnsUQhIcuphsSVNVrJU+MoMFq8JlU9vI1VdS2RCW+u5NuqAsMvTyV+pA+4hLGB9CGCw=="; }; dependencies = [ sources."@babel/code-frame-7.10.4" @@ -93632,6 +99291,9 @@ in sources."@babel/runtime-7.11.2" sources."@cliqz-oss/firefox-client-0.3.1" sources."@cliqz-oss/node-firefox-connect-1.2.1" + sources."@devicefarmer/adbkit-2.11.3" + sources."@devicefarmer/adbkit-logcat-1.1.0" + sources."@devicefarmer/adbkit-monkey-1.0.1" (sources."@eslint/eslintrc-0.1.3" // { dependencies = [ sources."debug-4.3.0" @@ -93640,38 +99302,27 @@ in }) sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/color-name-1.1.1" sources."@types/minimatch-3.0.3" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."JSONSelect-0.2.1" - sources."acorn-7.4.0" + sources."acorn-7.4.1" sources."acorn-jsx-5.3.1" - sources."adbkit-2.11.1" - sources."adbkit-logcat-1.1.0" - sources."adbkit-monkey-1.0.1" - sources."addons-linter-2.5.0" + sources."addons-linter-2.7.0" sources."adm-zip-0.4.16" sources."ajv-6.12.5" sources."ajv-merge-patch-4.1.0" sources."ansi-align-3.0.0" sources."ansi-colors-4.1.1" sources."ansi-regex-2.1.1" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."any-promise-1.3.0" - (sources."anymatch-3.1.1" // { + sources."anymatch-3.1.1" + (sources."archiver-5.0.2" // { dependencies = [ - sources."normalize-path-3.0.0" + sources."async-3.2.0" ]; }) - (sources."archiver-2.1.1" // { - dependencies = [ - sources."async-2.6.3" - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - sources."string_decoder-1.1.1" - ]; - }) - (sources."archiver-utils-1.3.0" // { + (sources."archiver-utils-2.1.0" // { dependencies = [ sources."readable-stream-2.3.7" sources."safe-buffer-5.1.2" @@ -93711,20 +99362,7 @@ in sources."bcrypt-pbkdf-1.0.2" sources."binary-extensions-2.1.0" sources."bindings-1.5.0" - (sources."bl-1.2.3" // { - dependencies = [ - (sources."readable-stream-2.3.7" // { - dependencies = [ - sources."safe-buffer-5.1.2" - ]; - }) - (sources."string_decoder-1.1.1" // { - dependencies = [ - sources."safe-buffer-5.1.2" - ]; - }) - ]; - }) + sources."bl-4.0.3" sources."bluebird-2.9.34" sources."boolbase-1.0.0" (sources."boxen-4.2.0" // { @@ -93741,11 +99379,8 @@ in sources."brace-expansion-1.1.11" sources."braces-3.0.2" sources."buffer-5.6.0" - sources."buffer-alloc-1.2.0" - sources."buffer-alloc-unsafe-1.1.0" sources."buffer-crc32-0.2.13" sources."buffer-equal-constant-time-1.0.1" - sources."buffer-fill-1.0.0" sources."buffer-from-1.1.1" sources."bunyan-1.8.14" sources."cache-base-1.0.1" @@ -93759,11 +99394,7 @@ in sources."caseless-0.12.0" sources."chalk-4.1.0" sources."cheerio-1.0.0-rc.3" - (sources."chokidar-3.4.2" // { - dependencies = [ - sources."normalize-path-3.0.0" - ]; - }) + sources."chokidar-3.4.2" (sources."chrome-launcher-0.13.4" // { dependencies = [ sources."mkdirp-0.5.5" @@ -93809,13 +99440,7 @@ in sources."commander-2.20.3" sources."common-tags-1.8.0" sources."component-emitter-1.3.0" - (sources."compress-commons-1.2.2" // { - dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - sources."string_decoder-1.1.1" - ]; - }) + sources."compress-commons-4.0.1" sources."concat-map-0.0.1" (sources."concat-stream-1.6.2" // { dependencies = [ @@ -93829,13 +99454,7 @@ in sources."core-js-2.6.11" sources."core-util-is-1.0.2" sources."crc-3.8.0" - (sources."crc32-stream-2.0.0" // { - dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - sources."string_decoder-1.1.1" - ]; - }) + sources."crc32-stream-4.0.0" sources."cross-spawn-7.0.3" sources."crypto-random-string-2.0.0" sources."css-select-1.2.0" @@ -93856,7 +99475,7 @@ in sources."define-properties-1.1.3" sources."define-property-2.0.2" sources."delayed-stream-1.0.0" - (sources."dispensary-0.55.0" // { + (sources."dispensary-0.57.0" // { dependencies = [ sources."async-3.2.0" ]; @@ -93876,7 +99495,7 @@ in sources."enquirer-2.3.6" sources."entities-1.1.2" sources."error-ex-1.3.2" - sources."es-abstract-1.17.6" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."es6-error-4.1.1" sources."es6-promise-2.3.0" @@ -93959,14 +99578,14 @@ in }) sources."fast-json-stable-stringify-2.1.0" sources."fast-levenshtein-2.0.6" - sources."fast-redact-2.0.0" + sources."fast-redact-2.1.0" sources."fast-safe-stringify-2.0.7" sources."fd-slicer-1.1.0" sources."file-entry-cache-5.0.1" sources."file-uri-to-path-1.0.0" sources."fill-range-7.0.1" sources."find-up-4.1.0" - (sources."firefox-profile-2.0.0" // { + (sources."firefox-profile-4.0.0" // { dependencies = [ sources."async-2.5.0" sources."fs-extra-4.0.3" @@ -94064,7 +99683,7 @@ in sources."is-installed-globally-0.3.2" sources."is-mergeable-object-1.1.1" sources."is-negative-zero-2.0.0" - sources."is-npm-4.0.0" + sources."is-npm-5.0.0" sources."is-number-7.0.0" sources."is-obj-2.0.0" sources."is-path-inside-3.0.2" @@ -94123,6 +99742,9 @@ in sources."lines-and-columns-1.1.6" sources."locate-path-5.0.0" sources."lodash-4.17.20" + sources."lodash.defaults-4.2.0" + sources."lodash.difference-4.5.0" + sources."lodash.flatten-4.4.0" sources."lodash.includes-4.3.0" sources."lodash.isboolean-3.0.3" sources."lodash.isinteger-4.0.4" @@ -94131,6 +99753,7 @@ in sources."lodash.isstring-4.0.1" sources."lodash.once-4.1.1" sources."lodash.sortby-4.7.0" + sources."lodash.union-4.6.0" sources."lowercase-keys-1.0.1" (sources."make-dir-3.1.0" // { dependencies = [ @@ -94141,7 +99764,7 @@ in sources."map-cache-0.2.2" sources."map-visit-1.0.0" sources."marky-1.2.1" - sources."mdn-browser-compat-data-1.0.35" + sources."mdn-browser-compat-data-1.0.39" sources."mem-5.1.1" sources."merge-stream-2.0.0" (sources."micromatch-3.1.10" // { @@ -94176,7 +99799,7 @@ in ]; }) sources."mkdirp-1.0.4" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."ms-2.0.0" sources."multimatch-4.0.0" (sources."mv-2.1.1" // { @@ -94194,13 +99817,13 @@ in sources."ncp-2.0.0" sources."neo-async-2.6.2" sources."next-tick-1.1.0" - sources."node-forge-0.7.6" + sources."node-forge-0.10.0" (sources."node-notifier-8.0.0" // { dependencies = [ - sources."uuid-8.3.0" + sources."uuid-8.3.1" ]; }) - sources."normalize-path-2.1.1" + sources."normalize-path-3.0.0" sources."normalize-url-4.5.0" sources."npm-run-path-4.0.1" sources."nth-check-1.0.2" @@ -94220,18 +99843,14 @@ in ]; }) sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" sources."object-visit-1.0.1" - (sources."object.assign-4.1.1" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."object.assign-4.1.1" sources."object.pick-1.3.0" sources."once-1.4.0" sources."onetime-5.1.2" - sources."open-7.1.0" + sources."open-7.3.0" sources."optionator-0.9.1" sources."os-locale-5.0.0" sources."os-shim-0.1.3" @@ -94261,7 +99880,7 @@ in sources."pino-6.6.1" sources."pino-std-serializers-2.5.0" sources."posix-character-classes-0.1.1" - (sources."postcss-7.0.32" // { + (sources."postcss-7.0.35" // { dependencies = [ sources."ansi-styles-3.2.1" (sources."chalk-2.4.2" // { @@ -94292,10 +99911,15 @@ in ]; }) sources."readable-stream-3.6.0" + sources."readdir-glob-1.1.1" sources."readdirp-3.4.0" sources."regenerator-runtime-0.13.7" sources."regex-not-1.0.2" - sources."regexp.prototype.flags-1.3.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."regexpp-3.1.0" sources."registry-auth-token-4.2.0" sources."registry-url-5.1.0" @@ -94420,8 +100044,16 @@ in sources."strip-ansi-5.2.0" ]; }) - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" + (sources."string.prototype.trimend-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."string_decoder-1.3.0" sources."strip-ansi-3.0.1" sources."strip-bom-4.0.0" @@ -94435,13 +100067,7 @@ in sources."strip-json-comments-3.1.1" sources."supports-color-7.2.0" sources."table-5.4.6" - (sources."tar-stream-1.6.2" // { - dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - sources."string_decoder-1.1.1" - ]; - }) + sources."tar-stream-2.1.4" sources."term-size-2.2.0" sources."text-table-0.2.0" sources."thenify-3.3.1" @@ -94452,7 +100078,6 @@ in sources."rimraf-3.0.2" ]; }) - sources."to-buffer-1.1.1" (sources."to-object-path-0.3.0" // { dependencies = [ sources."kind-of-3.2.2" @@ -94486,11 +100111,7 @@ in ]; }) sources."upath-1.2.0" - (sources."update-notifier-4.1.1" // { - dependencies = [ - sources."chalk-3.0.0" - ]; - }) + sources."update-notifier-5.0.0" sources."uri-js-4.4.0" sources."urix-0.1.0" sources."url-parse-lax-3.0.0" @@ -94502,11 +100123,7 @@ in sources."watchpack-1.7.4" (sources."watchpack-chokidar2-2.0.0" // { dependencies = [ - (sources."anymatch-2.0.0" // { - dependencies = [ - sources."normalize-path-2.1.1" - ]; - }) + sources."anymatch-2.0.0" sources."binary-extensions-1.13.1" sources."braces-2.3.2" sources."chokidar-2.1.8" @@ -94518,7 +100135,7 @@ in sources."is-glob-3.1.0" sources."is-number-3.0.0" sources."kind-of-3.2.2" - sources."normalize-path-3.0.0" + sources."normalize-path-2.1.1" sources."readable-stream-2.3.7" sources."readdirp-2.2.1" sources."safe-buffer-5.1.2" @@ -94563,7 +100180,6 @@ in sources."xdg-basedir-4.0.0" sources."xml2js-0.4.23" sources."xmlbuilder-11.0.1" - sources."xtend-4.0.2" sources."y18n-4.0.0" (sources."yargs-15.4.1" // { dependencies = [ @@ -94587,13 +100203,7 @@ in sources."async-1.5.2" ]; }) - (sources."zip-stream-1.2.0" // { - dependencies = [ - sources."readable-stream-2.3.7" - sources."safe-buffer-5.1.2" - sources."string_decoder-1.1.1" - ]; - }) + sources."zip-stream-4.0.2" ]; buildInputs = globalBuildInputs; meta = { @@ -94634,7 +100244,7 @@ in sources."@webassemblyjs/wast-printer-1.9.0" sources."@xtuc/ieee754-1.2.0" sources."@xtuc/long-4.2.2" - sources."acorn-6.4.1" + sources."acorn-6.4.2" sources."ajv-6.12.5" sources."ajv-errors-1.0.1" sources."ajv-keywords-3.5.2" @@ -95070,7 +100680,7 @@ in }) sources."to-regex-3.0.2" sources."to-regex-range-2.1.1" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tty-browserify-0.0.0" sources."typedarray-0.0.6" sources."union-value-1.0.1" @@ -95458,7 +101068,7 @@ in dependencies = [ sources."@types/glob-7.1.3" sources."@types/minimatch-3.0.3" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."accepts-1.3.7" sources."ajv-6.12.5" sources."ajv-errors-1.0.1" @@ -95586,7 +101196,7 @@ in sources."encodeurl-1.0.2" sources."end-of-stream-1.4.4" sources."errno-0.1.7" - sources."es-abstract-1.17.6" + sources."es-abstract-1.18.0-next.1" sources."es-to-primitive-1.2.1" sources."escape-html-1.0.3" sources."etag-1.8.1" @@ -95773,14 +101383,10 @@ in ]; }) sources."object-inspect-1.8.0" - sources."object-is-1.1.2" + sources."object-is-1.1.3" sources."object-keys-1.1.1" sources."object-visit-1.0.1" - (sources."object.assign-4.1.1" // { - dependencies = [ - sources."es-abstract-1.18.0-next.0" - ]; - }) + sources."object.assign-4.1.1" sources."object.pick-1.3.0" sources."obuf-1.1.2" sources."on-finished-2.3.0" @@ -95834,7 +101440,11 @@ in }) sources."readdirp-2.2.1" sources."regex-not-1.0.2" - sources."regexp.prototype.flags-1.3.0" + (sources."regexp.prototype.flags-1.3.0" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) sources."remove-trailing-separator-1.1.0" sources."repeat-element-1.1.3" sources."repeat-string-1.6.1" @@ -95956,8 +101566,16 @@ in sources."strip-ansi-5.2.0" ]; }) - sources."string.prototype.trimend-1.0.1" - sources."string.prototype.trimstart-1.0.1" + (sources."string.prototype.trimend-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) + (sources."string.prototype.trimstart-1.0.1" // { + dependencies = [ + sources."es-abstract-1.17.7" + ]; + }) (sources."string_decoder-1.1.1" // { dependencies = [ sources."safe-buffer-5.1.2" @@ -96042,10 +101660,10 @@ in copy-webpack-plugin = nodeEnv.buildNodePackage { name = "copy-webpack-plugin"; packageName = "copy-webpack-plugin"; - version = "6.1.1"; + version = "6.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.1.1.tgz"; - sha512 = "4TlkHFYkrZ3WppLA5XkPmBLI5lnEpFsXvpeqxCf5PzkratZiVklNXsvoQkLhUU43q7ZL3AOXtaHAd9jLNJoU0w=="; + url = "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.2.0.tgz"; + sha512 = "1s/VbhIX73FBFBYF4D0KdeBLkjEnAlCQn0Ufo2a/IyJ41jHpQ9ZzM4JAfbE7yTOhbmwRFkARErJ/XIiLceja6Q=="; }; dependencies = [ sources."@nodelib/fs.scandir-2.1.3" @@ -96173,7 +101791,7 @@ in sources."@protobufjs/pool-1.1.0" sources."@protobufjs/utf8-1.1.0" sources."@types/long-4.0.1" - sources."@types/node-13.13.21" + sources."@types/node-13.13.23" sources."addr-to-ip-port-1.5.1" sources."airplay-js-0.3.0" sources."balanced-match-1.0.0" @@ -96308,7 +101926,7 @@ in sources."minimatch-3.0.4" sources."minimist-1.2.5" sources."mkdirp-classic-0.5.3" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."mp4-box-encoding-1.4.1" sources."mp4-stream-3.1.0" sources."ms-2.0.0" @@ -96588,10 +102206,9 @@ in sources."@mrmlnc/readdir-enhanced-2.2.1" sources."@nodelib/fs.stat-1.1.3" sources."@sindresorhus/is-0.7.0" - sources."@types/color-name-1.1.1" sources."@types/glob-7.1.3" sources."@types/minimatch-3.0.3" - sources."@types/node-14.11.2" + sources."@types/node-14.11.5" sources."@types/normalize-package-data-2.4.0" sources."JSONStream-1.3.5" sources."aggregate-error-3.1.0" @@ -96974,7 +102591,7 @@ in ]; }) sources."locate-path-2.0.0" - sources."locutus-2.0.12" + sources."locutus-2.0.14" sources."lodash-4.17.20" sources."lodash.debounce-4.0.8" sources."lodash.pad-4.5.1" @@ -97033,7 +102650,7 @@ in ]; }) sources."mkdirp-0.5.5" - sources."moment-2.29.0" + sources."moment-2.29.1" sources."ms-2.0.0" (sources."multimatch-4.0.0" // { dependencies = [ @@ -97358,7 +102975,7 @@ in sources."to-regex-range-2.1.1" sources."tough-cookie-3.0.1" sources."trim-newlines-1.0.0" - sources."tslib-1.13.0" + sources."tslib-1.14.0" sources."tunnel-0.0.6" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" @@ -97429,7 +103046,7 @@ in dependencies = [ sources."ansi-escapes-4.3.1" sources."ansi-regex-5.0.0" - sources."ansi-styles-4.2.1" + sources."ansi-styles-4.3.0" sources."cli-cursor-3.1.0" sources."cli-width-3.0.0" sources."color-convert-2.0.1" diff --git a/pkgs/development/ocaml-modules/bap/default.nix b/pkgs/development/ocaml-modules/bap/default.nix index 8fa74b931ef..66b1dd67a9f 100644 --- a/pkgs/development/ocaml-modules/bap/default.nix +++ b/pkgs/development/ocaml-modules/bap/default.nix @@ -4,20 +4,25 @@ utop, libxml2, ppx_tools_versioned, which, makeWrapper, writeText +, z3 }: -if stdenv.lib.versionAtLeast core_kernel.version "0.12" -then throw "BAP needs core_kernel-0.11 (hence OCaml ≤ 4.06)" +if !stdenv.lib.versionAtLeast ocaml.version "4.07" +then throw "BAP is not available for OCaml ${ocaml.version}" +else + +if stdenv.lib.versionAtLeast core_kernel.version "0.13" +then throw "BAP needs core_kernel-0.12 (hence OCaml 4.07)" else stdenv.mkDerivation rec { name = "ocaml${ocaml.version}-bap-${version}"; - version = "2.0.0"; + version = "2.1.0"; src = fetchFromGitHub { owner = "BinaryAnalysisPlatform"; repo = "bap"; rev = "v${version}"; - sha256 = "0lb9xkfp67wjjqr75p6krivmjra7l5673236v9ny4gp0xi0755bk"; + sha256 = "10fkr6p798ad18j4h9bvp9dg4pmjdpv3hmj7k389i0vhqniwi5xq"; }; sigs = fetchurl { @@ -36,6 +41,7 @@ stdenv.mkDerivation rec { buildInputs = [ ocaml findlib ocamlbuild ocaml_oasis llvm ppx_tools_versioned + z3 utop libxml2 ]; propagatedBuildInputs = [ bitstring camlzip cmdliner ppx_jane core_kernel ezjsonm fileutils ocaml_lwt ocamlgraph ocurl re uri zarith piqi parsexp diff --git a/pkgs/development/ocaml-modules/earley/default.nix b/pkgs/development/ocaml-modules/earley/default.nix index f47231a242e..c7b2d09d667 100644 --- a/pkgs/development/ocaml-modules/earley/default.nix +++ b/pkgs/development/ocaml-modules/earley/default.nix @@ -1,18 +1,23 @@ -{ lib, fetchurl, ocaml, buildDunePackage }: - -if lib.versionAtLeast ocaml.version "4.08" -then throw "earley is not available for OCaml ${ocaml.version}" -else +{ lib, fetchFromGitHub, ocaml, buildDunePackage +, stdlib-shims +}: buildDunePackage rec { - version = "2.0.0"; + version = "3.0.0"; pname = "earley"; - src = fetchurl { - url = "https://github.com/rlepigre/ocaml-earley/releases/download/${version}/earley-${version}.tbz"; - sha256 = "1kjr0wh3lji7f493kf48rphxnlv3sygj5a8rmx9z3xkpbd7aqyyw"; + src = fetchFromGitHub { + owner = "rlepigre"; + repo = "ocaml-earley"; + rev = version; + sha256 = "1vi58zdxchpw6ai0bz9h2ggcmg8kv57yk6qbx82lh47s5wb3mz5y"; }; - minimumOCamlVersion = "4.03"; + minimumOCamlVersion = "4.07"; + useDune2 = true; + + buildInputs = [ stdlib-shims ]; + + doCheck = true; meta = { description = "Parser combinators based on Earley Algorithm"; diff --git a/pkgs/development/ocaml-modules/fmt/default.nix b/pkgs/development/ocaml-modules/fmt/default.nix index d9b5afa9d3a..6b457a9d6dc 100644 --- a/pkgs/development/ocaml-modules/fmt/default.nix +++ b/pkgs/development/ocaml-modules/fmt/default.nix @@ -5,12 +5,12 @@ then throw "fmt is not available for OCaml ${ocaml.version}" else stdenv.mkDerivation rec { - version = "0.8.8"; + version = "0.8.9"; pname = "ocaml${ocaml.version}-fmt"; src = fetchurl { url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz"; - sha256 = "1iy0rwknd302mr15328g805k210xyigxbija6fzqqfzyb43azvk4"; + sha256 = "0gkkkj4x678vxdda4xaw2dd44qjacavsvn5nx8gydfwah6pjbkxk"; }; nativeBuildInputs = [ ocaml findlib ocamlbuild ]; @@ -19,11 +19,11 @@ stdenv.mkDerivation rec { inherit (topkg) buildPhase installPhase; - meta = { + meta = with stdenv.lib; { homepage = "https://erratique.ch/software/fmt"; - license = stdenv.lib.licenses.isc; + license = licenses.isc; description = "OCaml Format pretty-printer combinators"; inherit (ocaml.meta) platforms; - maintainers = [ stdenv.lib.maintainers.vbgl ]; + maintainers = [ maintainers.vbgl ]; }; } diff --git a/pkgs/development/python-modules/afdko/default.nix b/pkgs/development/python-modules/afdko/default.nix index a887b65a8f9..5d960b5e92e 100644 --- a/pkgs/development/python-modules/afdko/default.nix +++ b/pkgs/development/python-modules/afdko/default.nix @@ -1,20 +1,20 @@ { stdenv, buildPythonPackage, fetchPypi, pythonOlder, python , fonttools, defcon, lxml, fs, unicodedata2, zopfli, brotlipy, fontpens , brotli, fontmath, mutatormath, booleanoperations -, ufoprocessor, ufonormalizer, psautohint, tqdm +, ufoprocessor, ufonormalizer, psautohint , setuptools_scm , pytest }: buildPythonPackage rec { pname = "afdko"; - version = "3.5.1"; + version = "3.5.0"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "1qg7dgl81yq0sp50pkhgvmf8az1svx20zmpkfa68ka9d0ssh1wjw"; + sha256 = "0wid4l70bxm297xgayyrgw5glhp6n92gh4sz1nd4rncgf1ziz8ck"; }; nativeBuildInputs = [ setuptools_scm ]; @@ -35,7 +35,6 @@ buildPythonPackage rec { ufoprocessor ufonormalizer psautohint - tqdm ]; # tests are broken on non x86_64 diff --git a/pkgs/development/python-modules/alerta-server/default.nix b/pkgs/development/python-modules/alerta-server/default.nix index 571b1fea2e3..dd3e4ab1b11 100644 --- a/pkgs/development/python-modules/alerta-server/default.nix +++ b/pkgs/development/python-modules/alerta-server/default.nix @@ -1,5 +1,5 @@ -{ stdenv, buildPythonPackage, fetchPypi, pythonOlder, pyyaml -, python-dateutil, requests, pymongo, raven, bcrypt, flask, pyjwt, flask-cors, psycopg2, pytz, flask-compress, jinja2 +{ stdenv, buildPythonPackage, fetchPypi, pythonOlder +, bcrypt, blinker, flask, flask-compress, flask-cors, mohawk, psycopg2, pyjwt, pymongo, python-dateutil, pytz, pyyaml, requests, requests-hawk, sentry-sdk }: buildPythonPackage rec { @@ -11,7 +11,23 @@ buildPythonPackage rec { sha256 = "894d240c51428225264867a80094b9743d71272635a18ddfefa5832b61fed2c6"; }; - propagatedBuildInputs = [ python-dateutil requests pymongo raven bcrypt flask pyjwt flask-cors psycopg2 pytz flask-compress jinja2 pyyaml]; + propagatedBuildInputs = [ + bcrypt + blinker + flask + flask-compress + flask-cors + mohawk + psycopg2 + pyjwt + pymongo + python-dateutil + pytz + pyyaml + requests + requests-hawk + sentry-sdk + ]; doCheck = false; # We can't run the tests from Nix, because they rely on the presence of a working MongoDB server diff --git a/pkgs/development/python-modules/avro-python3/default.nix b/pkgs/development/python-modules/avro-python3/default.nix index e6bd5acbbb8..332bcf4d4d1 100644 --- a/pkgs/development/python-modules/avro-python3/default.nix +++ b/pkgs/development/python-modules/avro-python3/default.nix @@ -1,4 +1,4 @@ -{ lib, stdenv, buildPythonPackage, fetchPypi, isPy3k }: +{ lib, stdenv, buildPythonPackage, fetchPypi, isPy3k, pycodestyle, isort }: buildPythonPackage rec { pname = "avro-python3"; @@ -10,6 +10,7 @@ buildPythonPackage rec { sha256 = "a455c215540b1fceb1823e2a918e94959b54cb363307c97869aa46b5b55bde05"; }; + buildInputs = [ pycodestyle isort ]; doCheck = false; # No such file or directory: './run_tests.py meta = with lib; { diff --git a/pkgs/development/python-modules/azure-mgmt-commerce/default.nix b/pkgs/development/python-modules/azure-mgmt-commerce/default.nix index 2be5d27f82a..43829dcb59e 100644 --- a/pkgs/development/python-modules/azure-mgmt-commerce/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-commerce/default.nix @@ -1,6 +1,6 @@ { lib , buildPythonPackage -, fetchFromGitHub +, fetchPypi , msrestazure , azure-common , azure-mgmt-nspkg @@ -8,34 +8,39 @@ , isPy3k }: -buildPythonPackage { +buildPythonPackage rec { pname = "azure-mgmt-commerce"; version = "1.0.1"; - src = fetchFromGitHub { - owner = "Azure"; - repo = "azure-sdk-for-python"; - rev = "ee5b47525d6c1eae3b1fd5f65b0421eab62a6e6f"; - sha256 = "0xzdn7da5c3q5knh033vbsqk36vwbm75cx8vf10x0yj58krb4kn4"; + src = fetchPypi { + inherit pname version; + extension = "zip"; + sha256 = "1hw4crkgb72ps85m2kz9kf8p2wg9qmaagk3z5nydva9g6bnq93n4"; }; - preBuild = '' - cd ./azure-mgmt-commerce - ''; - propagatedBuildInputs = [ msrestazure azure-common azure-mgmt-nspkg ]; + prePatch = '' + rm -f azure_bdist_wheel.py tox.ini + substituteInPlace setup.py \ + --replace "wheel==0.30.0" "wheel" + sed -i "/azure-namespace-package/c\ " setup.cfg + ''; + + pythonNamespaces = [ "azure.mgmt" ]; + # has no tests doCheck = false; + pythonImportsCheck = [ "azure.mgmt.commerce" ]; meta = with lib; { description = "This is the Microsoft Azure Commerce Management Client Library"; homepage = "https://github.com/Azure/azure-sdk-for-python"; license = licenses.mit; - maintainers = with maintainers; [ mwilsoninsight ]; + maintainers = with maintainers; [ mwilsoninsight jonringer ]; }; } diff --git a/pkgs/development/python-modules/azure-servicemanagement-legacy/default.nix b/pkgs/development/python-modules/azure-servicemanagement-legacy/default.nix index dbd4c1c040f..13d577362a3 100644 --- a/pkgs/development/python-modules/azure-servicemanagement-legacy/default.nix +++ b/pkgs/development/python-modules/azure-servicemanagement-legacy/default.nix @@ -1,32 +1,29 @@ { lib , buildPythonPackage -, fetchFromGitHub +, fetchPypi , azure-common , requests }: -buildPythonPackage { +buildPythonPackage rec { version = "0.20.7"; pname = "azure-servicemanagement-legacy"; - src = fetchFromGitHub { - owner = "Azure"; - repo = "azure-sdk-for-python"; - rev = "ab01fc1f23462f130c69f46505524b88101023dc"; - sha256 = "0w2bm9hkwy1m94l8r2klnpqn4192y8bir3z8bymxgfx9y0b1mn2q"; + src = fetchPypi { + inherit version pname; + extension = "zip"; + sha256 = "1kcibw17qm8c02y28xabm3k1zrawi6g4q8kzc751l5l3vagqnf2x"; }; - preBuild = '' - cd ./azure-servicemanagement-legacy - ''; - propagatedBuildInputs = [ azure-common requests ]; + pythonNamespaces = [ "azure" ]; # has no tests doCheck = false; + pythonImportsCheck = [ "azure.servicemanagement" ]; meta = with lib; { description = "This is the Microsoft Azure Service Management Legacy Client Library"; diff --git a/pkgs/development/python-modules/bayesian-optimization/default.nix b/pkgs/development/python-modules/bayesian-optimization/default.nix index 69494a4fa1f..9174b25f6b3 100644 --- a/pkgs/development/python-modules/bayesian-optimization/default.nix +++ b/pkgs/development/python-modules/bayesian-optimization/default.nix @@ -25,7 +25,8 @@ buildPythonPackage rec { checkInputs = [ pytest ]; checkPhase = '' - pytest tests + # New sklearn broke one test: https://github.com/fmfn/BayesianOptimization/issues/243 + pytest tests -k "not test_suggest_with_one_observation" ''; meta = with lib; { diff --git a/pkgs/development/python-modules/cirq/default.nix b/pkgs/development/python-modules/cirq/default.nix index 21f9c5446c3..537ffdbaf95 100644 --- a/pkgs/development/python-modules/cirq/default.nix +++ b/pkgs/development/python-modules/cirq/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec { pname = "cirq"; - version = "0.8.2"; + version = "0.9.1"; disabled = pythonOlder "3.6"; @@ -36,25 +36,20 @@ buildPythonPackage rec { owner = "quantumlib"; repo = "cirq"; rev = "v${version}"; - sha256 = "0xs46s19idh8smf80zhgraxwh3lphcdbljdrhxwhi5xcc41dfsmf"; + sha256 = "0mygvpq7kzga8l1w2jvwv9a2n3akpss45hrx250gdrnqjp6xrw64"; }; - patches = [ - (fetchpatch { - # Fixes serialization issues on certain versions of protobuf & numpy. - name = "cirq-pr-2986-protobuf-bools.patch"; - url = "https://github.com/quantumlib/Cirq/commit/78ddfb574c0f3936f713613bf4ba102163efb7b3.patch"; - sha256 = "0hmad9ndsqf5ci7shvd924d2rv4k9pzx2r2cl1bm5w91arzz9m18"; - }) - ]; - postPatch = '' substituteInPlace requirements.txt \ --replace "freezegun~=0.3.15" "freezegun" \ --replace "matplotlib~=3.0" "matplotlib" \ --replace "networkx~=2.4" "networkx" \ - --replace "numpy~=1.16, < 1.19" "numpy" \ + --replace "numpy~=1.16" "numpy" \ --replace "protobuf~=3.12.0" "protobuf" + + # Fix serialize_sympy_constants test by allowing small errors in pi + substituteInPlace cirq/google/arg_func_langs_test.py \ + --replace "'float_value': float(str(np.float32(sympy.pi)))" "'float_value': pytest.approx(float(str(np.float32(sympy.pi))))" ''; propagatedBuildInputs = [ @@ -87,6 +82,7 @@ buildPythonPackage rec { pytestFlagsArray = [ "--ignore=dev_tools" # Only needed when developing new code, which is out-of-scope + "--ignore=cirq/contrib/" # requires external (unpackaged) python packages, so untested. "--benchmark-disable" # Don't need to run benchmarks when packaging. ]; disabledTests = [ @@ -95,6 +91,25 @@ buildPythonPackage rec { # Seem to fail due to math issues on aarch64? "expectation_from_wavefunction" "test_single_qubit_op_to_framed_phase_form_output_on_example_case" + ] ++ [ + # slow tests, for quicker building + "test_anneal_search_method_calls" + "test_density_matrix_from_state_tomography_is_correct" + "test_example_runs_qubit_characterizations" + "test_example_runs_hello_line_perf" + "test_example_runs_bc_mean_field_perf" + "test_main_loop" + "test_clifford_circuit_2" + "test_decompose_specific_matrices" + "test_two_qubit_randomized_benchmarking" + "test_kak_decomposition_perf" + "test_example_runs_simon" + "test_decompose_random_unitary" + "test_decompose_size_special_unitary" + "test_api_retry_5xx_errors" + "test_xeb_fidelity" + "test_example_runs_phase_estimator_perf" + "test_cross_entropy_benchmarking" ]; meta = with lib; { diff --git a/pkgs/development/python-modules/cvxpy/default.nix b/pkgs/development/python-modules/cvxpy/default.nix index 29b19414151..1050591f641 100644 --- a/pkgs/development/python-modules/cvxpy/default.nix +++ b/pkgs/development/python-modules/cvxpy/default.nix @@ -17,13 +17,13 @@ buildPythonPackage rec { pname = "cvxpy"; - version = "1.1.5"; + version = "1.1.6"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - sha256 = "7c826a874db2e4cefe54e63ebd3a3763d0d72e55a17c7d1cfec80008a87b8d81"; + sha256 = "36527573c937cedd270f46c77b50bb5e16b96ca7b05a7a480bdc8c9052595723"; }; propagatedBuildInputs = [ diff --git a/pkgs/development/python-modules/fs/default.nix b/pkgs/development/python-modules/fs/default.nix index ff6ce57aefa..77aee7a3bdf 100644 --- a/pkgs/development/python-modules/fs/default.nix +++ b/pkgs/development/python-modules/fs/default.nix @@ -3,7 +3,6 @@ , buildPythonPackage , fetchPypi , six -, nose , appdirs , scandir , backports_os @@ -15,7 +14,8 @@ , mock , pythonAtLeast , isPy3k -, pytest +, pytestCheckHook +, stdenv }: buildPythonPackage rec { @@ -28,7 +28,7 @@ buildPythonPackage rec { }; buildInputs = [ glibcLocales ]; - checkInputs = [ nose pyftpdlib mock psutil pytest ]; + checkInputs = [ pyftpdlib mock psutil pytestCheckHook ]; propagatedBuildInputs = [ six appdirs pytz ] ++ lib.optionals (!isPy3k) [ backports_os ] ++ lib.optionals (!pythonAtLeast "3.6") [ typing ] @@ -37,10 +37,20 @@ buildPythonPackage rec { LC_ALL="en_US.utf-8"; - checkPhase = '' - HOME=$(mktemp -d) pytest -k 'not user_data_repr' --ignore=tests/test_opener.py + preCheck = '' + HOME=$(mktemp -d) ''; + pytestFlagsArray = [ "--ignore=tests/test_opener.py" ]; + + disabledTests = [ + "user_data_repr" + ] ++ lib.optionals (stdenv.isDarwin) [ # remove if https://github.com/PyFilesystem/pyfilesystem2/issues/430#issue-707878112 resolved + "test_ftpfs" + ]; + + __darwinAllowLocalNetworking = true; + meta = with lib; { description = "Filesystem abstraction"; homepage = "https://github.com/PyFilesystem/pyfilesystem2"; diff --git a/pkgs/development/python-modules/fsspec/default.nix b/pkgs/development/python-modules/fsspec/default.nix index 66e251b9362..1734ad2f507 100644 --- a/pkgs/development/python-modules/fsspec/default.nix +++ b/pkgs/development/python-modules/fsspec/default.nix @@ -24,12 +24,15 @@ buildPythonPackage rec { numpy ]; - pytestFlagsArray = [ "--rootdir=$(mktemp -d)" ]; - disabledTests = [ # Test assumes user name is part of $HOME # AssertionError: assert 'nixbld' in '/homeless-shelter/foo/bar' "test_strip_protocol_expanduser" + # flaky: works locally but fails on hydra + # as it uses the install dir for tests instead of a temp dir + # resolved in https://github.com/intake/filesystem_spec/issues/432 and + # can be enabled again from version 0.8.4 + "test_pathobject" ] ++ lib.optionals (stdenv.isDarwin) [ # works locally on APFS, fails on hydra with AssertionError comparing timestamps # darwin hydra builder uses HFS+ and has only one second timestamp resolution diff --git a/pkgs/development/python-modules/gym/default.nix b/pkgs/development/python-modules/gym/default.nix index 7588135e33c..482b2c64aae 100644 --- a/pkgs/development/python-modules/gym/default.nix +++ b/pkgs/development/python-modules/gym/default.nix @@ -14,8 +14,10 @@ buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ - --replace "pyglet>=1.2.0,<=1.3.2" "pyglet" + --replace "pyglet>=1.2.0,<=1.3.2" "pyglet" \ + --replace "cloudpickle>=1.2.0,<1.4.0" "cloudpickle~=1.2" ''; + # cloudpickle range has been expanded in package but not yet released propagatedBuildInputs = [ numpy requests six pyglet scipy cloudpickle @@ -24,6 +26,8 @@ buildPythonPackage rec { # The test needs MuJoCo that is not free library. doCheck = false; + pythonImportCheck = [ "gym" ]; + meta = with lib; { description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents"; homepage = "https://gym.openai.com/"; diff --git a/pkgs/development/python-modules/localzone/default.nix b/pkgs/development/python-modules/localzone/default.nix index 0feaa1db55d..f4ed4b98ef5 100644 --- a/pkgs/development/python-modules/localzone/default.nix +++ b/pkgs/development/python-modules/localzone/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "localzone"; - version = "0.9.6"; + version = "0.9.7"; src = fetchFromGitHub { owner = "ags-slc"; repo = pname; rev = "v${version}"; - sha256 = "154l7qglsm4jrhqddvlas8cgl9qm2z4dzihv05jmsyqjikcmfwk8"; + sha256 = "1vzn1vm3zf86l7qncbmghjrwyvla9dc2v8abn8jajbl47gm7r5f7"; }; propagatedBuildInputs = [ dnspython sphinx ]; @@ -30,6 +30,5 @@ buildPythonPackage rec { homepage = "https://localzone.iomaestro.com"; license = licenses.bsd3; maintainers = with maintainers; [ flyfloh ]; - broken = true; # incompatible with dnspython>=2.0.0 }; } diff --git a/pkgs/development/python-modules/nvchecker/default.nix b/pkgs/development/python-modules/nvchecker/default.nix index 42084390751..e85fc4693ae 100644 --- a/pkgs/development/python-modules/nvchecker/default.nix +++ b/pkgs/development/python-modules/nvchecker/default.nix @@ -2,14 +2,14 @@ buildPythonPackage rec { pname = "nvchecker"; - version = "2.0"; + version = "2.1"; # Tests not included in PyPI tarball src = fetchFromGitHub { owner = "lilydjwg"; repo = pname; rev = "v${version}"; - sha256 = "13wa95pvivbyshq3ys12iyvn8wlyzxfia8l6xh3fd46a2cs9x9g7"; + sha256 = "0zf9vhf8ka0v1mf1xhbvkc2nr54m0rkiw1i68ps4sgx2mdj6qrfk"; }; propagatedBuildInputs = [ setuptools toml structlog appdirs tornado pycurl aiohttp ]; diff --git a/pkgs/development/python-modules/plexapi/default.nix b/pkgs/development/python-modules/plexapi/default.nix index c41aaf6b4d3..b9a4fb34bf6 100644 --- a/pkgs/development/python-modules/plexapi/default.nix +++ b/pkgs/development/python-modules/plexapi/default.nix @@ -1,21 +1,21 @@ { lib, buildPythonPackage, fetchFromGitHub, requests -, tqdm, websocket_client, pytest, pillow, mock, isPy27 }: +, tqdm, websocket_client, pytest, pillow, isPy27 }: buildPythonPackage rec { pname = "PlexAPI"; - version = "3.6.0"; + version = "4.1.2"; + disabled = isPy27; src = fetchFromGitHub { owner = "pkkid"; repo = "python-plexapi"; rev = version; - sha256 = "1lzp3367hmcpqwbkp4ckdv6hv37knwnwya88jicwl1smznpmjdfv"; + sha256 = "1l955q1q6lljq3bmyiayr33gzxrlw16xdwgjdaflznvyg16fcjkk"; }; propagatedBuildInputs = [ requests tqdm websocket_client ]; - checkInputs = [ pytest pillow ] - ++ lib.optionals isPy27 [ mock ]; + checkInputs = [ pytest pillow ]; meta = with lib; { homepage = "https://github.com/pkkid/python-plexapi"; diff --git a/pkgs/development/python-modules/poetry/default.nix b/pkgs/development/python-modules/poetry/default.nix index ddef1920d58..8000c667e6d 100644 --- a/pkgs/development/python-modules/poetry/default.nix +++ b/pkgs/development/python-modules/poetry/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "poetry"; - version = "1.1.0"; + version = "1.1.1"; format = "pyproject"; disabled = isPy27; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "python-poetry"; repo = pname; rev = version; - sha256 = "0kl23dkq9n112z1pqjg6f1wv3qk77ij6q5glg15lwrj7yrl9k65c"; + sha256 = "1j3ij8qsd709p7ww5r4759f2xnk2s7g40kzm9vx99l98zw890g05"; }; postPatch = '' diff --git a/pkgs/development/python-modules/py3exiv2/default.nix b/pkgs/development/python-modules/py3exiv2/default.nix index fe0827c4f8f..f9ed9acd0c8 100644 --- a/pkgs/development/python-modules/py3exiv2/default.nix +++ b/pkgs/development/python-modules/py3exiv2/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "py3exiv2"; - version = "0.7.0"; + version = "0.8.0"; disabled = !(isPy3k); src = fetchPypi { inherit pname version; - sha256 = "1gcvmglyl8ad2f336w88gwkd5djjsxdx1ind9wnlbqc3jn9i05cg"; + sha256 = "1v419f1kkqw8hqyc3yhzslnbzk52j8j3wfknfkjg308n5mf5bn09"; }; buildInputs = [ exiv2 boost ]; @@ -15,20 +15,11 @@ buildPythonPackage rec { # work around python distutils compiling C++ with $CC (see issue #26709) NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1"; - # fix broken libboost_python3 detection - patches = [ - (substituteAll { - src = ./setup.patch; - version = "3${stdenv.lib.versions.minor python.version}"; - }) - ]; - meta = { homepage = "https://launchpad.net/py3exiv2"; description = "A Python3 binding to the library exiv2"; license = with stdenv.lib.licenses; [ gpl3 ]; maintainers = with stdenv.lib.maintainers; [ vinymeuh ]; platforms = with stdenv.lib.platforms; linux ++ darwin; - broken = true; }; } diff --git a/pkgs/development/python-modules/py3exiv2/setup.patch b/pkgs/development/python-modules/py3exiv2/setup.patch deleted file mode 100644 index 8b0619c5bc5..00000000000 --- a/pkgs/development/python-modules/py3exiv2/setup.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py 2017-10-16 22:03:02.000000000 +0200 -+++ b/setup.py 2017-10-16 22:03:34.000000000 +0200 -@@ -39,7 +39,7 @@ - if '3' in l[2:]: - return l.replace('libboost', 'boost') - --libboost = get_libboost_name() -+libboost = 'boost_python@version@' - - setup( - name='py3exiv2', diff --git a/pkgs/development/python-modules/pydot_ng/default.nix b/pkgs/development/python-modules/pydot_ng/default.nix deleted file mode 100644 index d48ddaccd58..00000000000 --- a/pkgs/development/python-modules/pydot_ng/default.nix +++ /dev/null @@ -1,36 +0,0 @@ -{ lib, buildPythonPackage, fetchPypi, isPy27 -, graphviz -, mock -, pyparsing -, pytest -, unittest2 -}: - -buildPythonPackage rec { - pname = "pydot_ng"; - version = "2.0.0"; - - src = fetchPypi { - inherit pname version; - sha256 = "8c8073b97aa7030c28118961e2c6c92f046e4cb57aeba7df87146f7baa6530c5"; - }; - - propagatedBuildInputs = [ graphviz pyparsing ]; - - checkInputs = [ - graphviz - mock - pytest - ] ++ lib.optionals isPy27 [ unittest2]; - - checkPhase = '' - pytest - ''; - - meta = with lib; { - homepage = "https://pypi.python.org/pypi/pydot-ng"; - description = "Python 3-compatible update of pydot, a Python interface to Graphviz's Dot"; - license = licenses.mit; - maintainers = with maintainers; [ bcdarwin jonringer ]; - }; -} diff --git a/pkgs/development/python-modules/python-csxcad/default.nix b/pkgs/development/python-modules/python-csxcad/default.nix new file mode 100644 index 00000000000..885208e0e61 --- /dev/null +++ b/pkgs/development/python-modules/python-csxcad/default.nix @@ -0,0 +1,44 @@ +{ lib +, buildPythonPackage +, fetchFromGitHub +, cython +, openems +, csxcad +, numpy +, matplotlib +}: + +buildPythonPackage rec { + pname = "python-csxcad"; + version = "unstable-2020-02-18"; + + src = fetchFromGitHub { + owner = "thliebig"; + repo = "CSXCAD"; + rev = "ef6e40931dbd80e0959f37c8e9614c437bf7e518"; + sha256 = "072s765jyzpdq8qqysdy0dld17m6sr9zfcs0ip2zk8c4imxaysnb"; + }; + + sourceRoot = "source/python"; + + nativeBuildInputs = [ + cython + ]; + + propagatedBuildInputs = [ + openems + csxcad + numpy + matplotlib + ]; + + setupPyBuildFlags = "-I${openems}/include -L${openems}/lib -R${openems}/lib"; + + meta = with lib; { + description = "Python interface to CSXCAD"; + homepage = http://openems.de/index.php/Main_Page.html; + license = licenses.gpl3; + maintainers = with maintainers; [ matthuszagh ]; + platforms = platforms.linux; + }; +} diff --git a/pkgs/development/python-modules/rarfile/default.nix b/pkgs/development/python-modules/rarfile/default.nix index 024d043c471..6502d9f4ae6 100644 --- a/pkgs/development/python-modules/rarfile/default.nix +++ b/pkgs/development/python-modules/rarfile/default.nix @@ -1,4 +1,4 @@ -{ stdenv, buildPythonPackage, fetchFromGitHub, pytest, nose, libarchive, glibcLocales +{ stdenv, buildPythonPackage, fetchFromGitHub, pytestCheckHook, nose, libarchive, glibcLocales, isPy27 # unrar is non-free software , useUnrar ? false, unrar }: @@ -6,17 +6,19 @@ assert useUnrar -> unrar != null; assert !useUnrar -> libarchive != null; -buildPythonPackage { +buildPythonPackage rec { pname = "rarfile"; - version = "3.0"; + version = "4.0"; + disabled = isPy27; src = fetchFromGitHub { owner = "markokr"; repo = "rarfile"; - rev = "rarfile_3_0"; - sha256 = "07yliz6p1bxzhipnrgz133gl8laic35gl4rqfay7f1vc384ch7sn"; + rev = "v${version}"; + sha256 = "0gpriqkvcb6bsccvq8b099xjv5fkjs0d7g4636d5jphy417jxk5m"; }; - buildInputs = [ pytest nose glibcLocales ]; + + checkInputs = [ pytestCheckHook nose glibcLocales ]; prePatch = '' substituteInPlace rarfile.py \ @@ -31,9 +33,7 @@ buildPythonPackage { # the tests only work with the standard unrar package doCheck = useUnrar; LC_ALL = "en_US.UTF-8"; - checkPhase = '' - py.test test -k "not test_printdir" - ''; + pythonImportsCheck = [ "rarfile" ]; meta = with stdenv.lib; { description = "RAR archive reader for Python"; diff --git a/pkgs/development/tools/ammonite/default.nix b/pkgs/development/tools/ammonite/default.nix index 8e420f5f462..82e38e2a25f 100644 --- a/pkgs/development/tools/ammonite/default.nix +++ b/pkgs/development/tools/ammonite/default.nix @@ -1,45 +1,50 @@ -{ stdenv, fetchurl, jre -, disableRemoteLogging ? true -}: +{ stdenv, fetchurl, jre, disableRemoteLogging ? true }: with stdenv.lib; let -common = { scalaVersion, sha256 }: -stdenv.mkDerivation rec { - pname = "ammonite"; - version = "2.2.0"; + common = { scalaVersion, sha256 }: + stdenv.mkDerivation rec { + pname = "ammonite"; + version = "2.2.0"; - src = fetchurl { - url = "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}"; - inherit sha256; - }; + src = fetchurl { + url = + "https://github.com/lihaoyi/Ammonite/releases/download/${version}/${scalaVersion}-${version}"; + inherit sha256; + }; - phases = "installPhase"; + phases = "installPhase"; - installPhase = '' - install -Dm755 $src $out/bin/amm - sed -i '0,/java/{s|java|${jre}/bin/java|}' $out/bin/amm - '' + optionalString (disableRemoteLogging) '' - sed -i '0,/ammonite.Main/{s|ammonite.Main|ammonite.Main --no-remote-logging|}' $out/bin/amm - sed -i '1i #!/bin/sh' $out/bin/amm - ''; + installPhase = '' + install -Dm755 $src $out/bin/amm + sed -i '0,/java/{s|java|${jre}/bin/java|}' $out/bin/amm + '' + optionalString (disableRemoteLogging) '' + sed -i '0,/ammonite.Main/{s|ammonite.Main|ammonite.Main --no-remote-logging|}' $out/bin/amm + sed -i '1i #!/bin/sh' $out/bin/amm + ''; - meta = { - description = "Improved Scala REPL"; - longDescription = '' - The Ammonite-REPL is an improved Scala REPL, re-implemented from first principles. - It is much more featureful than the default REPL and comes - with a lot of ergonomic improvements and configurability - that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh. - ''; - homepage = "http://www.lihaoyi.com/Ammonite/"; - license = licenses.mit; - platforms = platforms.all; - maintainers = [ maintainers.nequissimus ]; - }; -}; + meta = { + description = "Improved Scala REPL"; + longDescription = '' + The Ammonite-REPL is an improved Scala REPL, re-implemented from first principles. + It is much more featureful than the default REPL and comes + with a lot of ergonomic improvements and configurability + that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh. + ''; + homepage = "http://www.lihaoyi.com/Ammonite/"; + license = licenses.mit; + platforms = platforms.all; + maintainers = [ maintainers.nequissimus ]; + }; + }; in { - ammonite_2_12 = common { scalaVersion = "2.12"; sha256 = "0nclfqwy3jfn1680z1hd0zzmc0b79wpvx6gn1jnm19aq7qcvh5zp"; }; - ammonite_2_13 = common { scalaVersion = "2.13"; sha256 = "104bnahn382sb6vwjvchsg0jrnkkwjn08rfh0g5ra7lwhgcj2719"; }; + ammonite_2_12 = common { + scalaVersion = "2.12"; + sha256 = "0nclfqwy3jfn1680z1hd0zzmc0b79wpvx6gn1jnm19aq7qcvh5zp"; + }; + ammonite_2_13 = common { + scalaVersion = "2.13"; + sha256 = "104bnahn382sb6vwjvchsg0jrnkkwjn08rfh0g5ra7lwhgcj2719"; + }; } diff --git a/pkgs/development/tools/analysis/nix-linter/default.nix b/pkgs/development/tools/analysis/nix-linter/default.nix index 5895be0208b..62de8bdfdaa 100644 --- a/pkgs/development/tools/analysis/nix-linter/default.nix +++ b/pkgs/development/tools/analysis/nix-linter/default.nix @@ -1,20 +1,18 @@ { lib , mkDerivation , fetchFromGitHub -, parallel-io , fixplate -, pandoc , tasty , tasty-hunit , tasty-th , streamly , mtl -, path-io , path , pretty-terminal , text , base , aeson +, path-io , cmdargs , containers , hnix @@ -23,19 +21,19 @@ mkDerivation rec { pname = "nix-linter-unstable"; - version = "2019-04-26"; + version = "2020-09-25"; src = fetchFromGitHub { owner = "Synthetica9"; repo = "nix-linter"; - rev = "4aaf60195cd2d9f9e2345fbdf4aac48e1451292c"; - sha256 = "0c7rcjaxd8z0grwambsw46snv7cg66h3pszw3549z4xz0i60yq87"; + rev = "2516a8cda41f9bb553a1c3eca38e3dd94ebf53de"; + sha256 = "07mn2c9v67wsm57jlxv9pqac9hahw4618vngmj2sfbgihx8997kb"; }; isLibrary = false; isExecutable = true; - libraryHaskellDepends = [ parallel-io fixplate pandoc ]; - executableHaskellDepends = [ streamly mtl path-io path pretty-terminal text base aeson cmdargs containers hnix bytestring ]; + libraryHaskellDepends = [ fixplate ]; + executableHaskellDepends = [ streamly mtl path pretty-terminal text base aeson cmdargs containers hnix bytestring path-io ]; testHaskellDepends = [ tasty tasty-hunit tasty-th ]; description = "Linter for Nix(pkgs), based on hnix"; diff --git a/pkgs/development/tools/avro-tools/default.nix b/pkgs/development/tools/avro-tools/default.nix index e78f3444997..5327ab354e9 100644 --- a/pkgs/development/tools/avro-tools/default.nix +++ b/pkgs/development/tools/avro-tools/default.nix @@ -29,6 +29,6 @@ stdenv.mkDerivation rec { homepage = "https://avro.apache.org/"; description = "Avro command-line tools and utilities"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ nequissimus ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/development/tools/build-managers/bazel/bazel_0_26/default.nix b/pkgs/development/tools/build-managers/bazel/bazel_0_26/default.nix index c507169cf37..2ec244e502b 100644 --- a/pkgs/development/tools/build-managers/bazel/bazel_0_26/default.nix +++ b/pkgs/development/tools/build-managers/bazel/bazel_0_26/default.nix @@ -2,7 +2,7 @@ , zip, unzip, bash, writeCBin, coreutils , which, python, perl, gawk, gnused, gnutar, gnugrep, gzip, findutils # Apple dependencies -, cctools, clang, libcxx, CoreFoundation, CoreServices, Foundation +, cctools, llvmPackages_8, CoreFoundation, CoreServices, Foundation # Allow to independently override the jdks used to build and run respectively , buildJdk, runJdk , buildJdkName @@ -90,9 +90,10 @@ let # Java toolchain used for the build and tests javaToolchain = "@bazel_tools//tools/jdk:toolchain_host${buildJdkName}"; + stdenv' = if stdenv.isDarwin then llvmPackages_8.libcxxStdenv else stdenv; in -stdenv.mkDerivation rec { +stdenv'.mkDerivation rec { version = "0.26.0"; @@ -182,10 +183,10 @@ stdenv.mkDerivation rec { # libcxx includes aren't added by libcxx hook # https://github.com/NixOS/nixpkgs/pull/41589 - export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -isystem ${libcxx}/include/c++/v1" + export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -isystem ${llvmPackages_8.libcxx}/include/c++/v1" # don't use system installed Xcode to run clang, use Nix clang instead - sed -i -E "s;/usr/bin/xcrun (--sdk macosx )?clang;${stdenv.cc}/bin/clang $NIX_CFLAGS_COMPILE $(bazelLinkFlags) -framework CoreFoundation;g" \ + sed -i -E "s;/usr/bin/xcrun (--sdk macosx )?clang;${stdenv'.cc}/bin/clang $NIX_CFLAGS_COMPILE $(bazelLinkFlags) -framework CoreFoundation;g" \ scripts/bootstrap/compile.sh \ src/tools/xcode/realpath/BUILD \ src/tools/xcode/stdredirect/BUILD \ @@ -236,8 +237,8 @@ stdenv.mkDerivation rec { fetch --experimental_distdir=${distDir} build --copt="$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --copt="/g')" build --host_copt="$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --host_copt="/g')" - build --linkopt="$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --linkopt="/g')" - build --host_linkopt="$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --host_linkopt="/g')" + build --linkopt="$(echo $(< ${stdenv'.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --linkopt="/g')" + build --host_linkopt="$(echo $(< ${stdenv'.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --host_linkopt="/g')" build --linkopt="-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --linkopt="-Wl,/g')" build --host_linkopt="-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --host_linkopt="-Wl,/g')" build --host_javabase='@local_jdk//:jdk' @@ -247,8 +248,8 @@ stdenv.mkDerivation rec { # add the same environment vars to compile.sh sed -e "/\$command \\\\$/a --copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --copt=\"/g')\" \\\\" \ -e "/\$command \\\\$/a --host_copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --host_copt=\"/g')\" \\\\" \ - -e "/\$command \\\\$/a --linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --linkopt=\"/g')\" \\\\" \ - -e "/\$command \\\\$/a --host_linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --host_linkopt=\"/g')\" \\\\" \ + -e "/\$command \\\\$/a --linkopt=\"$(echo $(< ${stdenv'.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --linkopt=\"/g')\" \\\\" \ + -e "/\$command \\\\$/a --host_linkopt=\"$(echo $(< ${stdenv'.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --host_linkopt=\"/g')\" \\\\" \ -e "/\$command \\\\$/a --linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --linkopt=\"-Wl,/g')\" \\\\" \ -e "/\$command \\\\$/a --host_linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --host_linkopt=\"-Wl,/g')\" \\\\" \ -e "/\$command \\\\$/a --host_javabase='@local_jdk//:jdk' \\\\" \ @@ -295,7 +296,7 @@ stdenv.mkDerivation rec { makeWrapper which customBash - ] ++ lib.optionals (stdenv.isDarwin) [ cctools libcxx CoreFoundation CoreServices Foundation ]; + ] ++ lib.optionals (stdenv.isDarwin) [ cctools CoreFoundation CoreServices Foundation ]; # Bazel makes extensive use of symlinks in the WORKSPACE. # This causes problems with infinite symlinks if the build output is in the same location as the diff --git a/pkgs/development/tools/build-managers/bazel/bazel_0_29/default.nix b/pkgs/development/tools/build-managers/bazel/bazel_0_29/default.nix index ad6e9ee4456..92bbbd45214 100644 --- a/pkgs/development/tools/build-managers/bazel/bazel_0_29/default.nix +++ b/pkgs/development/tools/build-managers/bazel/bazel_0_29/default.nix @@ -7,7 +7,7 @@ # updater , python27, python3, writeScript # Apple dependencies -, cctools, libcxx, CoreFoundation, CoreServices, Foundation +, cctools, llvmPackages_8, CoreFoundation, CoreServices, Foundation # Allow to independently override the jdks used to build and run respectively , buildJdk, runJdk , buildJdkName @@ -138,9 +138,10 @@ let try-import /etc/bazel.bazelrc ''; }; + stdenv' = if stdenv.isDarwin then llvmPackages_8.libcxxStdenv else stdenv; in -stdenv.mkDerivation rec { +stdenv'.mkDerivation rec { pname = "bazel"; inherit version; @@ -258,20 +259,20 @@ stdenv.mkDerivation rec { in (if !stdenv.hostPlatform.isDarwin then { # `extracted` doesn’t work on darwin - shebang = callPackage ./shebang-test.nix { inherit runLocal extracted bazelTest distDir; }; + shebang = callPackage ../shebang-test.nix { inherit runLocal extracted bazelTest distDir; }; } else {}) // { - bashTools = callPackage ./bash-tools-test.nix { inherit runLocal bazelTest distDir; }; - cpp = callPackage ./cpp-test.nix { inherit runLocal bazelTest bazel-examples distDir; }; - java = callPackage ./java-test.nix { inherit runLocal bazelTest bazel-examples distDir; }; - protobuf = callPackage ./protobuf-test.nix { inherit runLocal bazelTest distDir; }; - pythonBinPath = callPackage ./python-bin-path-test.nix { inherit runLocal bazelTest distDir; }; + bashTools = callPackage ../bash-tools-test.nix { inherit runLocal bazelTest distDir; }; + cpp = callPackage ../cpp-test.nix { inherit runLocal bazelTest bazel-examples distDir; }; + java = callPackage ../java-test.nix { inherit runLocal bazelTest bazel-examples distDir; }; + protobuf = callPackage ../protobuf-test.nix { inherit runLocal bazelTest distDir; }; + pythonBinPath = callPackage ../python-bin-path-test.nix { inherit runLocal bazelTest distDir; }; - bashToolsWithNixHacks = callPackage ./bash-tools-test.nix { inherit runLocal bazelTest distDir; bazel = bazelWithNixHacks; }; + bashToolsWithNixHacks = callPackage ../bash-tools-test.nix { inherit runLocal bazelTest distDir; bazel = bazelWithNixHacks; }; - cppWithNixHacks = callPackage ./cpp-test.nix { inherit runLocal bazelTest bazel-examples distDir; bazel = bazelWithNixHacks; }; - javaWithNixHacks = callPackage ./java-test.nix { inherit runLocal bazelTest bazel-examples distDir; bazel = bazelWithNixHacks; }; - protobufWithNixHacks = callPackage ./protobuf-test.nix { inherit runLocal bazelTest distDir; bazel = bazelWithNixHacks; }; - pythonBinPathWithNixHacks = callPackage ./python-bin-path-test.nix { inherit runLocal bazelTest distDir; bazel = bazelWithNixHacks; }; + cppWithNixHacks = callPackage ../cpp-test.nix { inherit runLocal bazelTest bazel-examples distDir; bazel = bazelWithNixHacks; }; + javaWithNixHacks = callPackage ../java-test.nix { inherit runLocal bazelTest bazel-examples distDir; bazel = bazelWithNixHacks; }; + protobufWithNixHacks = callPackage ../protobuf-test.nix { inherit runLocal bazelTest distDir; bazel = bazelWithNixHacks; }; + pythonBinPathWithNixHacks = callPackage ../python-bin-path-test.nix { inherit runLocal bazelTest distDir; bazel = bazelWithNixHacks; }; # downstream packages using buildBazelPackage # fixed-output hashes of the fetch phase need to be spot-checked manually @@ -348,10 +349,10 @@ stdenv.mkDerivation rec { # libcxx includes aren't added by libcxx hook # https://github.com/NixOS/nixpkgs/pull/41589 - export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -isystem ${libcxx}/include/c++/v1" + export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -isystem ${llvmPackages_8.libcxx}/include/c++/v1" # don't use system installed Xcode to run clang, use Nix clang instead - sed -i -E "s;/usr/bin/xcrun (--sdk macosx )?clang;${stdenv.cc}/bin/clang $NIX_CFLAGS_COMPILE $(bazelLinkFlags) -framework CoreFoundation;g" \ + sed -i -E "s;/usr/bin/xcrun (--sdk macosx )?clang;${stdenv'.cc}/bin/clang $NIX_CFLAGS_COMPILE $(bazelLinkFlags) -framework CoreFoundation;g" \ scripts/bootstrap/compile.sh \ src/tools/xcode/realpath/BUILD \ src/tools/xcode/stdredirect/BUILD \ @@ -417,8 +418,8 @@ stdenv.mkDerivation rec { fetch --distdir=${distDir} build --copt="$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --copt="/g')" build --host_copt="$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --host_copt="/g')" - build --linkopt="$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --linkopt="/g')" - build --host_linkopt="$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --host_linkopt="/g')" + build --linkopt="$(echo $(< ${stdenv'.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --linkopt="/g')" + build --host_linkopt="$(echo $(< ${stdenv'.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --host_linkopt="/g')" build --linkopt="-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --linkopt="-Wl,/g')" build --host_linkopt="-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --host_linkopt="-Wl,/g')" build --host_javabase='@local_jdk//:jdk' @@ -428,8 +429,8 @@ stdenv.mkDerivation rec { # add the same environment vars to compile.sh sed -e "/\$command \\\\$/a --copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --copt=\"/g')\" \\\\" \ -e "/\$command \\\\$/a --host_copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --host_copt=\"/g')\" \\\\" \ - -e "/\$command \\\\$/a --linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --linkopt=\"/g')\" \\\\" \ - -e "/\$command \\\\$/a --host_linkopt=\"$(echo $(< ${stdenv.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --host_linkopt=\"/g')\" \\\\" \ + -e "/\$command \\\\$/a --linkopt=\"$(echo $(< ${stdenv'.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --linkopt=\"/g')\" \\\\" \ + -e "/\$command \\\\$/a --host_linkopt=\"$(echo $(< ${stdenv'.cc}/nix-support/libcxx-ldflags) | sed -e 's/ /" --host_linkopt=\"/g')\" \\\\" \ -e "/\$command \\\\$/a --linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --linkopt=\"-Wl,/g')\" \\\\" \ -e "/\$command \\\\$/a --host_linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --host_linkopt=\"-Wl,/g')\" \\\\" \ -e "/\$command \\\\$/a --host_javabase='@local_jdk//:jdk' \\\\" \ @@ -469,7 +470,7 @@ stdenv.mkDerivation rec { makeWrapper which customBash - ] ++ lib.optionals (stdenv.isDarwin) [ cctools libcxx CoreFoundation CoreServices Foundation ]; + ] ++ lib.optionals (stdenv.isDarwin) [ cctools CoreFoundation CoreServices Foundation ]; # Bazel makes extensive use of symlinks in the WORKSPACE. # This causes problems with infinite symlinks if the build output is in the same location as the diff --git a/pkgs/development/tools/build-managers/sbt/default.nix b/pkgs/development/tools/build-managers/sbt/default.nix index 0d8d0593839..9e0df43af3f 100644 --- a/pkgs/development/tools/build-managers/sbt/default.nix +++ b/pkgs/development/tools/build-managers/sbt/default.nix @@ -5,7 +5,8 @@ stdenv.mkDerivation rec { version = "1.4.0"; src = fetchurl { - url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"; + url = + "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"; sha256 = "1mgfs732w1c1p7dna7h47x8h073lvjs224fqlpkkvq10153mnxxl"; }; @@ -21,7 +22,9 @@ stdenv.mkDerivation rec { mkdir -p $out/share/sbt $out/bin cp -ra . $out/share/sbt ln -sT ../share/sbt/bin/sbt $out/bin/sbt - ln -sT ../share/sbt/bin/sbtn-x86_64-${ if (stdenv.isDarwin) then "apple-darwin" else "pc-linux"} $out/bin/sbtn + ln -sT ../share/sbt/bin/sbtn-x86_64-${ + if (stdenv.isDarwin) then "apple-darwin" else "pc-linux" + } $out/bin/sbtn ''; meta = with stdenv.lib; { diff --git a/pkgs/development/tools/continuous-integration/jenkins/default.nix b/pkgs/development/tools/continuous-integration/jenkins/default.nix index 310755fb532..d9eb540c3f2 100644 --- a/pkgs/development/tools/continuous-integration/jenkins/default.nix +++ b/pkgs/development/tools/continuous-integration/jenkins/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "jenkins"; - version = "2.249.1"; + version = "2.249.2"; src = fetchurl { url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war"; - sha256 = "1mjvxl48v0rdrs6hzwh4mx5xvx3lnqs6njx3d7nfdfp2nf2s9353"; + sha256 = "08m5z4ik96gnhw92hjzch7rpvrs0dipi9fps4rihwwzg5k26rc0v"; }; buildCommand = '' diff --git a/pkgs/development/tools/database/liquibase/default.nix b/pkgs/development/tools/database/liquibase/default.nix index 018d1310bd0..75ccca43a69 100644 --- a/pkgs/development/tools/database/liquibase/default.nix +++ b/pkgs/development/tools/database/liquibase/default.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { homepage = "https://www.liquibase.org/"; changelog = "https://raw.githubusercontent.com/liquibase/liquibase/v${version}/changelog.txt"; license = licenses.asl20; - maintainers = with maintainers; [ nequissimus ]; + maintainers = with maintainers; [ ]; platforms = with platforms; unix; }; } diff --git a/pkgs/development/tools/misc/blackfire/default.nix b/pkgs/development/tools/misc/blackfire/default.nix new file mode 100644 index 00000000000..08496d9f520 --- /dev/null +++ b/pkgs/development/tools/misc/blackfire/default.nix @@ -0,0 +1,52 @@ +{ stdenv +, lib +, fetchurl +, dpkg +, autoPatchelfHook +, writeShellScript +, curl +, jq +, common-updater-scripts +}: + +stdenv.mkDerivation rec { + pname = "blackfire-agent"; + version = "1.44.1"; + + src = fetchurl { + url = "https://packages.blackfire.io/debian/pool/any/main/b/blackfire-php/blackfire-agent_${version}_amd64.deb"; + sha256 = "1p00flipm5x6r36gblfrfrd14byipilybrhfzv8rzpahz2b7r5hb"; + }; + + nativeBuildInputs = [ + dpkg + autoPatchelfHook + ]; + + dontUnpack = true; + + installPhase = '' + runHook preInstall + + dpkg-deb -x $src $out + mv $out/usr/* $out + rmdir $out/usr + + runHook postInstall + ''; + + passthru = { + updateScript = writeShellScript "update-${pname}" '' + export PATH="${lib.makeBinPath [ curl jq common-updater-scripts ]}" + update-source-version "$UPDATE_NIX_ATTR_PATH" "$(curl https://blackfire.io/api/v1/releases | jq .agent --raw-output)" + ''; + }; + + meta = with lib; { + description = "Blackfire Profiler agent and client"; + homepage = "https://blackfire.io/"; + license = licenses.unfree; + maintainers = with maintainers; [ jtojnar ]; + platforms = [ "x86_64-linux" ]; + }; +} diff --git a/pkgs/development/tools/misc/blackfire/php-probe.nix b/pkgs/development/tools/misc/blackfire/php-probe.nix new file mode 100644 index 00000000000..5de2a05349a --- /dev/null +++ b/pkgs/development/tools/misc/blackfire/php-probe.nix @@ -0,0 +1,63 @@ +{ stdenv +, lib +, fetchurl +, dpkg +, autoPatchelfHook +, php +, writeShellScript +, curl +, jq +, common-updater-scripts +}: + +let + soFile = { + "7.3" = "blackfire-20180731"; + "7.4" = "blackfire-20190902"; + }.${lib.versions.majorMinor php.version} or (throw "Unsupported PHP version."); +in stdenv.mkDerivation rec { + pname = "php-blackfire"; + version = "1.41.0"; + + src = fetchurl { + url = "https://packages.blackfire.io/debian/pool/any/main/b/blackfire-php/blackfire-php_${version}_amd64.deb"; + sha256 = "0vbl48bccswk9ygb4sshn24cl33fk0xg8d1bcg7ihvdc45any9ww"; + }; + + nativeBuildInputs = [ + dpkg + autoPatchelfHook + ]; + + unpackPhase = '' + runHook preUnpack + + dpkg-deb -x $src pkg + sourceRoot=pkg + + runHook postUnpack + ''; + + installPhase = '' + runHook preInstall + + install -D usr/lib/blackfire-php/amd64/${soFile}${lib.optionalString php.ztsSupport "-zts"}.so $out/lib/php/extensions/blackfire.so + + runHook postInstall + ''; + + passthru = { + updateScript = writeShellScript "update-${pname}" '' + export PATH="${lib.makeBinPath [ curl jq common-updater-scripts ]}" + update-source-version "$UPDATE_NIX_ATTR_PATH" "$(curl https://blackfire.io/api/v1/releases | jq .probe.php --raw-output)" + ''; + }; + + meta = with lib; { + description = "Blackfire Profiler PHP module"; + homepage = "https://blackfire.io/"; + license = licenses.unfree; + maintainers = with maintainers; [ jtojnar ]; + platforms = [ "x86_64-linux" ]; + }; +} diff --git a/pkgs/development/tools/rust/rust-analyzer/default.nix b/pkgs/development/tools/rust/rust-analyzer/default.nix index 7a2586f0138..22152b52ff8 100644 --- a/pkgs/development/tools/rust/rust-analyzer/default.nix +++ b/pkgs/development/tools/rust/rust-analyzer/default.nix @@ -2,10 +2,10 @@ { rust-analyzer-unwrapped = callPackage ./generic.nix rec { - rev = "2020-09-28"; + rev = "2020-10-05"; version = "unstable-${rev}"; - sha256 = "1ynwrkdy78105xbrcynk0qimk90y849hn54sw8q3akdlyfx1kdrs"; - cargoSha256 = "0iy7h3q7dp2nbfzzg7yc8zbkb5npghz8l15d83xd8w8q39i3qff5"; + sha256 = "1vj5xwqif2ipzlb8ngpq3ymgqvv65d0700ihq7hx81k0i2m2awa6"; + cargoSha256 = "14n7nk64qq27a7ygqm0bly2bby3bmsav6nvsap3bkbkppyr5gyrg"; }; rust-analyzer = callPackage ./wrapper.nix {} { diff --git a/pkgs/development/tools/rust/rust-analyzer/no-option-zip.patch b/pkgs/development/tools/rust/rust-analyzer/no-option-zip.patch index b2cf679cee9..5b1089ba9b8 100644 --- a/pkgs/development/tools/rust/rust-analyzer/no-option-zip.patch +++ b/pkgs/development/tools/rust/rust-analyzer/no-option-zip.patch @@ -21,10 +21,10 @@ index fe33cee53..2184a4154 100644 rewriter.replace_ast(&tree, &merged); diff --git a/crates/assists/src/utils/insert_use.rs b/crates/assists/src/utils/insert_use.rs -index 09f4a2224..2c3a0ca0b 100644 +index f6025c99a..f9bd31cf3 100644 --- a/crates/assists/src/utils/insert_use.rs +++ b/crates/assists/src/utils/insert_use.rs -@@ -280,7 +280,7 @@ fn common_prefix(lhs: &ast::Path, rhs: &ast::Path) -> Option<(ast::Path, ast::Pa +@@ -274,7 +274,7 @@ fn common_prefix(lhs: &ast::Path, rhs: &ast::Path) -> Option<(ast::Path, ast::Pa } res = Some((lhs_curr.clone(), rhs_curr.clone())); @@ -33,36 +33,16 @@ index 09f4a2224..2c3a0ca0b 100644 Some((lhs, rhs)) => { lhs_curr = lhs; rhs_curr = rhs; -@@ -324,7 +324,7 @@ fn path_cmp(a: &ast::Path, b: &ast::Path) -> Ordering { - // cmp_by would be useful for us here but that is currently unstable - // cmp doesnt work due the lifetimes on text's return type - a.zip(b) -- .flat_map(|(seg, seg2)| seg.name_ref().zip(seg2.name_ref())) -+ .flat_map(|(seg, seg2)| zip(seg.name_ref(), seg2.name_ref())) - .find_map(|(a, b)| match a.text().cmp(b.text()) { - ord @ Ordering::Greater | ord @ Ordering::Less => Some(ord), - Ordering::Equal => None, -@@ -404,8 +404,8 @@ fn find_insert_position( +@@ -452,7 +452,7 @@ fn find_insert_position( let path_node_iter = scope .as_syntax_node() .children() - .filter_map(|node| ast::Use::cast(node.clone()).zip(Some(node))) -- .flat_map(|(use_, node)| use_.use_tree().and_then(|tree| tree.path()).zip(Some(node))); -+ .filter_map(|node| zip(ast::Use::cast(node.clone()), Some(node))) -+ .flat_map(|(use_, node)| zip(use_.use_tree().and_then(|tree| tree.path()), Some(node))); - // Iterator that discards anything thats not in the required grouping - // This implementation allows the user to rearrange their import groups as this only takes the first group that fits - let group_iter = path_node_iter -@@ -423,7 +423,7 @@ fn find_insert_position( - segments - .clone() - .zip(check_segments) -- .flat_map(|(seg, seg2)| seg.name_ref().zip(seg2.name_ref())) -+ .flat_map(|(seg, seg2)| zip(seg.name_ref(), seg2.name_ref())) - .all(|(l, r)| l.text() <= r.text()) - }); - match post_insert { -@@ -931,3 +931,7 @@ use foo::bar::baz::Qux;", ++ .filter_map(|node| Some((ast::Use::cast(node.clone())?, node))) + .flat_map(|(use_, node)| { + let tree = use_.use_tree()?; + let path = tree.path()?; +@@ -989,3 +989,7 @@ use foo::bar::baz::Qux;", assert_eq!(result.map(|u| u.to_string()), None); } } diff --git a/pkgs/misc/emulators/mame/default.nix b/pkgs/misc/emulators/mame/default.nix index f83e26c28ce..3033ce8dc7b 100644 --- a/pkgs/misc/emulators/mame/default.nix +++ b/pkgs/misc/emulators/mame/default.nix @@ -1,4 +1,4 @@ -{ stdenv, mkDerivation, fetchFromGitHub, fetchpatch, makeDesktopItem, makeWrapper +{ stdenv, mkDerivation, fetchFromGitHub, makeDesktopItem, makeWrapper , python, pkgconfig, SDL2, SDL2_ttf, alsaLib, which, qtbase, libXinerama , libpcap, CoreAudioKit, ForceFeedback , installShellFiles }: @@ -7,7 +7,7 @@ with stdenv; let majorVersion = "0"; - minorVersion = "224"; + minorVersion = "225"; desktopItem = makeDesktopItem { name = "MAME"; @@ -26,7 +26,7 @@ in mkDerivation { owner = "mamedev"; repo = "mame"; rev = "mame${majorVersion}${minorVersion}"; - sha256 = "1z012fk7nlvxxixxcavmzc9443xli6i7xzz7fdf755g7v1cys7im"; + sha256 = "0ln5z8xp81j2af2s94dixnk9n68qpi6b3plynp3pharg6dd55yac"; }; hardeningDisable = [ "fortify" ]; @@ -53,12 +53,6 @@ in mkDerivation { # install directory, so we add absolute paths here patches = [ ./emuopts.patch - # Make the parallel build reliable -- see https://github.com/mamedev/mame/pull/7279 - (fetchpatch { - name = "fix-mame-parallel-build.patch"; - url = "https://github.com/mamedev/mame/commit/13a54fd4e8b8b1a4aad77671562b2d9ef3d82e1f.patch"; - sha256 = "1p4bszir9hcdjx6am58p48zh17rhjzlhx2baiacas7fnig61i02n"; - }) ]; postPatch = '' diff --git a/pkgs/misc/screensavers/electricsheep/default.nix b/pkgs/misc/screensavers/electricsheep/default.nix index 71a248bcfa1..0d772da6790 100644 --- a/pkgs/misc/screensavers/electricsheep/default.nix +++ b/pkgs/misc/screensavers/electricsheep/default.nix @@ -4,12 +4,12 @@ stdenv.mkDerivation rec { pname = "electricsheep"; - version = "2.7b33-2017-10-20"; + version = "3.0.2-2019-10-05"; src = fetchFromGitHub { owner = "scottdraves"; repo = pname; - rev = "c02c19b9364733fc73826e105fc983a89a8b4f40"; + rev = "37ba0fd692d6581f8fe009ed11c9650cd8174123"; sha256 = "1z49l53j1lhk7ahdy96lm9r0pklwpf2i5s6y2l2rn6l4z8dxkjmk"; }; @@ -29,6 +29,10 @@ stdenv.mkDerivation rec { "CPPFLAGS=-I${glee}/include/GL" ]; + makeFlags = [ + ''CXXFLAGS+="-DGL_GLEXT_PROTOTYPES"'' + ]; + preBuild = '' sed -i "s|/usr|$out|" Makefile ''; diff --git a/pkgs/misc/uboot/nanonote.nix b/pkgs/misc/uboot/nanonote.nix deleted file mode 100644 index fb3b98f478e..00000000000 --- a/pkgs/misc/uboot/nanonote.nix +++ /dev/null @@ -1,59 +0,0 @@ -{stdenv, fetchurl, fetchgit}: - -# All this file is made for the Marvell Sheevaplug - -stdenv.mkDerivation { - name = "uboot-qb-2010.06"; - - src = fetchurl { - url = "ftp://ftp.denx.de/pub/u-boot/u-boot-2010.06.tar.bz2"; - sha256 = "1j0bl8x5i5m1pn62z450gbw30pbrj7sgs3fjp2l2giczv49cn33r"; - }; - - srcPatches = fetchgit { - url = "git://projects.qi-hardware.com/openwrt-xburst.git"; - rev = "3244d5ef9f93802f9b9b6f4405636424abf6fa83"; - sha256 = "0mg87s10hpz41dr1zbd3bcl8i64gwvh3f1nrz8cb8c49099miqla"; - }; - - patchPhase = '' - cp -R $srcPatches/package/uboot-xburst/files/* . - for a in $srcPatches/package/uboot-xburst/patches/*; do - patch -p1 < $a - done - chmod +w -R * - sed -i -e 's/console=ttyS0,57600n8//' include/configs/qi_lb60.h - # Load more than 2MiB for the kernel - sed -i -e 's/0x200000;bootm/0x400000;bootm/' include/configs/qi_lb60.h - ''; - - makeFlags = [ - "CROSS_COMPILE=${stdenv.cc.targetPrefix}" - ]; - - # Add reiserfs support - configurePhase = '' - make mrproper - make qi_lb60_config - ''; - - preBuild= '' - # A variable named 'src' used to affect the build in some uboot... - unset -v src - ''; - - dontStrip = true; - - installPhase = '' - mkdir -p $out - cp u-boot-nand.bin $out - cp u-boot u-boot.map $out - - mkdir -p $out/bin - cp tools/{envcrc,mkimage} $out/bin - ''; - - meta = { - platforms = stdenv.lib.platforms.mips; - }; -} diff --git a/pkgs/os-specific/linux/apparmor/default.nix b/pkgs/os-specific/linux/apparmor/default.nix index 8806f6c50d3..0e10add5561 100644 --- a/pkgs/os-specific/linux/apparmor/default.nix +++ b/pkgs/os-specific/linux/apparmor/default.nix @@ -10,13 +10,6 @@ , pam , libnotify , buildPackages -, coreutils -, gnugrep -, gnused -, kmod -, writeShellScript -, closureInfo -, runCommand }: let @@ -45,12 +38,6 @@ let sha256 = "0xw028iqp69j9mxv0kbwraplgkj5i5djdlgf0anpkc5cdbsf96r9"; }; - aa-teardown = writeShellScript "aa-teardown" '' - PATH="${lib.makeBinPath [coreutils gnused gnugrep]}:$PATH" - . ${apparmor-parser}/lib/apparmor/rc.apparmor.functions - remove_profiles - ''; - prePatchCommon = '' patch -p1 < ${gnumake43Patch} chmod a+x ./common/list_capabilities.sh ./common/list_af_names.sh @@ -162,15 +149,6 @@ let # aa-notify checks its name and does not work named ".aa-notify-wrapped" mv $out/bin/aa-notify $out/bin/aa-notify-wrapped makeWrapper ${perl}/bin/perl $out/bin/aa-notify --set PERL5LIB ${libapparmor}/${perl.libPrefix} --add-flags $out/bin/aa-notify-wrapped - - substituteInPlace $out/bin/aa-remove-unknown \ - --replace "/usr/bin/aa-status" "$out/bin/aa-status" \ - --replace "/sbin/modprobe" "${kmod}/bin/modprobe" \ - --replace "/lib/apparmor/rc.apparmor.functions" "${apparmor-parser}/lib/apparmor/rc.apparmor.functions" - wrapProgram $out/bin/aa-remove-unknown \ - --prefix PATH : ${lib.makeBinPath [gawk]} - - ln -s ${aa-teardown} $out/bin/aa-teardown ''; inherit doCheck; @@ -219,9 +197,6 @@ let substituteInPlace ./parser/Makefile --replace "/usr/include/linux/capability.h" "${linuxHeaders}/include/linux/capability.h" ## techdoc.pdf still doesn't build ... substituteInPlace ./parser/Makefile --replace "manpages htmlmanpages pdf" "manpages htmlmanpages" - substituteInPlace parser/rc.apparmor.functions \ - --replace "/sbin/apparmor_parser" "$out/bin/apparmor_parser" - sed -i parser/rc.apparmor.functions -e '2i . ${./fix-rc.apparmor.functions.sh}' ''; inherit patches; postPatch = "cd ./parser"; @@ -283,32 +258,8 @@ let meta = apparmor-meta "kernel patches"; }; - # Generate generic AppArmor rules in a file, - # from the closure of given rootPaths. - # To be included in an AppArmor profile like so: - # include "$(apparmorRulesFromClosure {} [pkgs.hello]}" - apparmorRulesFromClosure = - { # The store path of the derivation is given in $path - additionalRules ? [] - # TODO: factorize here some other common paths - # that may emerge from use cases. - , baseRules ? [ - "r $path" - "r $path/etc/**" - "r $path/share/**" - # Note that not all libraries are prefixed with "lib", - # eg. glibc-2.30/lib/ld-2.30.so - "mr $path/lib/**.so*" - # eg. glibc-2.30/lib/gconv/gconv-modules - "r $path/lib/**" - ] - }: rootPaths: runCommand "apparmor-closure-rules" {} '' - touch $out - while read -r path - do printf >>$out "%s,\n" ${lib.concatMapStringsSep " " (x: "\"${x}\"") (baseRules ++ additionalRules)} - done <${closureInfo {inherit rootPaths;}}/store-paths - ''; in + { inherit libapparmor @@ -317,6 +268,5 @@ in apparmor-parser apparmor-pam apparmor-profiles - apparmor-kernel-patches - apparmorRulesFromClosure; + apparmor-kernel-patches; } diff --git a/pkgs/os-specific/linux/apparmor/fix-rc.apparmor.functions.sh b/pkgs/os-specific/linux/apparmor/fix-rc.apparmor.functions.sh deleted file mode 100644 index ebc1baaa92d..00000000000 --- a/pkgs/os-specific/linux/apparmor/fix-rc.apparmor.functions.sh +++ /dev/null @@ -1,32 +0,0 @@ -aa_action() { - STRING=$1 - shift - $* - rc=$? - if [ $rc -eq 0 ] ; then - aa_log_success_msg $"$STRING " - else - aa_log_failure_msg $"$STRING " - fi - return $rc -} - -aa_log_success_msg() { - [ -n "$1" ] && echo -n $1 - echo ": done." -} - -aa_log_warning_msg() { - [ -n "$1" ] && echo -n $1 - echo ": Warning." -} - -aa_log_failure_msg() { - [ -n "$1" ] && echo -n $1 - echo ": Failed." -} - -aa_log_skipped_msg() { - [ -n "$1" ] && echo -n $1 - echo ": Skipped." -} diff --git a/pkgs/os-specific/linux/device-tree/raspberrypi.nix b/pkgs/os-specific/linux/device-tree/raspberrypi.nix index 5a0d5710392..93dad5ef327 100644 --- a/pkgs/os-specific/linux/device-tree/raspberrypi.nix +++ b/pkgs/os-specific/linux/device-tree/raspberrypi.nix @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation { overlays = "${raspberrypifw}/share/raspberrypi/boot/overlays"; }; meta = with stdenvNoCC.lib; { - inherit (raspberrypifw.meta) platforms homepage license; + inherit (raspberrypifw.meta) homepage license; description = "DTBs for the Raspberry Pi"; }; } diff --git a/pkgs/os-specific/linux/firmware/raspberrypi/default.nix b/pkgs/os-specific/linux/firmware/raspberrypi/default.nix index 77a28444636..6036eff2d98 100644 --- a/pkgs/os-specific/linux/firmware/raspberrypi/default.nix +++ b/pkgs/os-specific/linux/firmware/raspberrypi/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "raspberrypi-firmware"; - version = "1.20200601"; + version = "1.20200902"; src = fetchFromGitHub { owner = "raspberrypi"; repo = "firmware"; rev = version; - sha256 = "1vm038f9digwg8gdxl2bypzlip3ycjb6bl56274gh5i9abl6wjvf"; + sha256 = "1dj5vyhz2ljka7hwhl6s14hd017fspix1xp7zbm7lzdyys9jb9ni"; }; installPhase = '' @@ -16,11 +16,12 @@ stdenv.mkDerivation rec { cp -R boot/* $out/share/raspberrypi/boot ''; + dontFixup = true; + meta = with stdenv.lib; { description = "Firmware for the Raspberry Pi board"; homepage = "https://github.com/raspberrypi/firmware"; license = licenses.unfreeRedistributableFirmware; # See https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom - platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ]; maintainers = with maintainers; [ dezgeg tavyc ]; }; } diff --git a/pkgs/os-specific/linux/iputils/default.nix b/pkgs/os-specific/linux/iputils/default.nix index b005c65684d..e12c44888a0 100644 --- a/pkgs/os-specific/linux/iputils/default.nix +++ b/pkgs/os-specific/linux/iputils/default.nix @@ -1,7 +1,6 @@ { stdenv, fetchFromGitHub , meson, ninja, pkgconfig, gettext, libxslt, docbook_xsl_ns , libcap, systemd, libidn2 -, apparmorRulesFromClosure }: with stdenv.lib; @@ -23,8 +22,6 @@ in stdenv.mkDerivation rec { sha256 = "1jhbcz75a4ij1myyyi110ma1d8d5hpm3scz9pyw7js6qym50xvh4"; }; - outputs = ["out" "apparmor"]; - mesonFlags = [ "-DBUILD_RARPD=true" "-DBUILD_TRACEROUTE6=true" @@ -38,25 +35,6 @@ in stdenv.mkDerivation rec { nativeBuildInputs = [ meson ninja pkgconfig gettext libxslt.bin docbook_xsl_ns ]; buildInputs = [ libcap systemd ] ++ optional (!stdenv.hostPlatform.isMusl) libidn2; - postInstall = '' - install -D /dev/stdin $apparmor/bin.ping < - $out/bin/ping { - include - include - include - include "${apparmorRulesFromClosure {} - ([libcap] ++ optional (!stdenv.hostPlatform.isMusl) libidn2)}" - include - capability net_raw, - network inet raw, - network inet6 raw, - mr $out/bin/ping, - r $out/share/locale/**, - r @{PROC}/@{pid}/environ, - } - EOF - ''; meta = { description = "A set of small useful utilities for Linux networking"; diff --git a/pkgs/os-specific/linux/kernel/linux-4.19.nix b/pkgs/os-specific/linux/kernel/linux-4.19.nix index 4fb373b1e42..c862a50b3e3 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.19.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.19.nix @@ -3,7 +3,7 @@ with stdenv.lib; buildLinux (args // rec { - version = "4.19.149"; + version = "4.19.150"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "001alvxgyb1n0fgbfi5dkzjviid32lyjfjwd3jwmcallcsdcpkfr"; + sha256 = "1kmsrinhy67vh34m6z3xinwg3v6z8jm7v1asq6rqqkba13phkxzj"; }; } // (args.argsOverride or {})) diff --git a/pkgs/os-specific/linux/kernel/linux-5.4.nix b/pkgs/os-specific/linux/kernel/linux-5.4.nix index 40295fb690c..32d4106bfe5 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.4.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.4.nix @@ -3,7 +3,7 @@ with stdenv.lib; buildLinux (args // rec { - version = "5.4.69"; + version = "5.4.70"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "19vxsbwvfwyz1w6m7sp38d504w98zwjxaap4hfhh6wrrddqivcx8"; + sha256 = "01shqhibrxirl9bik8jwiag70n9n0l7782xh73gkb8jvbh4dicy0"; }; } // (args.argsOverride or {})) diff --git a/pkgs/os-specific/linux/kernel/linux-5.8.nix b/pkgs/os-specific/linux/kernel/linux-5.8.nix index 11ec11c443a..744b547e2bc 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.8.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.8.nix @@ -3,7 +3,7 @@ with stdenv.lib; buildLinux (args // rec { - version = "5.8.13"; + version = "5.8.14"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "039j4ckx2p6rfpgqc5gzn6xc1krvhy0ivkjxck83s66xgqbkcngj"; + sha256 = "1bzh82jpwcxsdzp6p1r8qlq9v5x79flhnzyimkcll8wdh28pjxpf"; }; } // (args.argsOverride or {})) diff --git a/pkgs/os-specific/linux/kernel/linux-rt-5.4.nix b/pkgs/os-specific/linux/kernel/linux-rt-5.4.nix index f58f08ca913..144eed65aca 100644 --- a/pkgs/os-specific/linux/kernel/linux-rt-5.4.nix +++ b/pkgs/os-specific/linux/kernel/linux-rt-5.4.nix @@ -6,7 +6,7 @@ , ... } @ args: let - version = "5.4.66-rt38"; # updated by ./update-rt.sh + version = "5.4.69-rt39"; # updated by ./update-rt.sh branch = lib.versions.majorMinor version; kversion = builtins.elemAt (lib.splitString "-" version) 0; in buildLinux (args // { @@ -14,14 +14,14 @@ in buildLinux (args // { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${kversion}.tar.xz"; - sha256 = "1cnsrz21kcf0h7krpv9p1a7n59mybr5ii0jdi3yc3x3lcwvk06gz"; + sha256 = "19vxsbwvfwyz1w6m7sp38d504w98zwjxaap4hfhh6wrrddqivcx8"; }; kernelPatches = let rt-patch = { name = "rt"; patch = fetchurl { url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz"; - sha256 = "1w0v5wl5fhxl5axd4701dljxhv9rywpgiix3yv7l6i3c5b8iw1zi"; + sha256 = "0y01m4mx4wl0w6nnmb1h5r87i11zx6ndwk8p8d7pp7vykq79x6rn"; }; }; in [ rt-patch ] ++ lib.remove rt-patch kernelPatches; diff --git a/pkgs/os-specific/linux/lm-sensors/default.nix b/pkgs/os-specific/linux/lm-sensors/default.nix index 82ac626d7c9..fa71d1fd155 100644 --- a/pkgs/os-specific/linux/lm-sensors/default.nix +++ b/pkgs/os-specific/linux/lm-sensors/default.nix @@ -18,8 +18,12 @@ stdenv.mkDerivation rec { buildInputs = [ perl ] ++ stdenv.lib.optional sensord rrdtool; - makeFlags = [ "PREFIX=${placeholder "out"}" "ETCDIR=${placeholder "out"}/etc" ] - ++ stdenv.lib.optional sensord "PROG_EXTRA=sensord"; + makeFlags = [ + "PREFIX=${placeholder "out"}" + "ETCDIR=${placeholder "out"}/etc" + "CC=${stdenv.cc.targetPrefix}cc" + "AR=${stdenv.cc.targetPrefix}ar" + ] ++ stdenv.lib.optional sensord "PROG_EXTRA=sensord"; meta = with stdenv.lib; { homepage = "https://hwmon.wiki.kernel.org/lm_sensors"; diff --git a/pkgs/os-specific/solo5/default.nix b/pkgs/os-specific/solo5/default.nix new file mode 100644 index 00000000000..689bc2f3857 --- /dev/null +++ b/pkgs/os-specific/solo5/default.nix @@ -0,0 +1,58 @@ +{ lib, stdenv, fetchurl, pkgconfig, libseccomp }: + +let version = "0.6.7"; +in stdenv.mkDerivation { + pname = "solo5"; + inherit version; + + nativeBuildInputs = [ pkgconfig ]; + buildInputs = lib.optional (stdenv.hostPlatform.isLinux) libseccomp; + + src = fetchurl { + url = + "https://github.com/Solo5/solo5/releases/download/v${version}/solo5-v${version}.tar.gz"; + sha256 = "05k9adg3440zk5baa6ry8z5dj8d8r8hvzafh2469pdgcnr6h45gr"; + }; + + hardeningEnable = [ "pie" ]; + + configurePhase = '' + runHook preConfigure + sh configure.sh + runHook postConfigure + ''; + + enableParallelBuilding = true; + + installPhase = '' + runHook preInstall + export DESTDIR=$out + export PREFIX=$out + make install-tools + ${lib.optionalString stdenv.hostPlatform.isLinux "make ${ + (lib.concatMapStringsSep " " (x: "install-opam-${x}") [ "hvt" "spt" ]) + }"} + runHook postInstall + ''; + + doCheck = true; + checkPhase = if stdenv.hostPlatform.isLinux then + '' + patchShebangs tests + ./tests/bats-core/bats ./tests/tests.bats + '' + else + null; + + meta = with lib; { + description = "Sandboxed execution environment."; + homepage = "https://github.com/solo5/solo5"; + license = licenses.isc; + maintainers = [ maintainers.ehmry ]; + platforms = lib.crossLists (arch: os: "${arch}-${os}") [ + [ "aarch64" "x86_64" ] + [ "freebsd" "genode" "linux" "openbsd" ] + ]; + }; + +} diff --git a/pkgs/servers/asterisk/sccp/default.nix b/pkgs/servers/asterisk/sccp/default.nix new file mode 100644 index 00000000000..827b26255cf --- /dev/null +++ b/pkgs/servers/asterisk/sccp/default.nix @@ -0,0 +1,34 @@ +{ stdenv, fetchFromGitHub, binutils-unwrapped, patchelf, asterisk }: +stdenv.mkDerivation rec { + pname = "asterisk-module-sccp"; + version = "4.3.2-epsilon"; + + src = fetchFromGitHub { + owner = "chan-sccp"; + repo = "chan-sccp"; + rev = "v${version}"; + sha256 = "0sp74xvb35m32flsrib0983yn1dyz3qk69vp0gqbx620ycbz19gd"; + }; + + nativeBuildInputs = [ patchelf ]; + + configureFlags = [ "--with-asterisk=${asterisk}" ]; + + installFlags = [ "DESTDIR=/build/dest" "DATAROOTDIR=/build/dest" ]; + + postInstall = '' + mkdir -p "$out" + cp -r /build/dest/${asterisk}/* "$out" + ''; + + postFixup = '' + p="$out/lib/asterisk/modules/chan_sccp.so" + patchelf --set-rpath "$p:${stdenv.lib.makeLibraryPath [ binutils-unwrapped ]}" "$p" + ''; + + meta = with stdenv.lib; { + description = "Replacement for the SCCP channel driver in Asterisk"; + license = licenses.gpl1Only; + maintainers = with maintainers; [ das_j ]; + }; +} diff --git a/pkgs/servers/gerbera/default.nix b/pkgs/servers/gerbera/default.nix new file mode 100644 index 00000000000..93bd7778d08 --- /dev/null +++ b/pkgs/servers/gerbera/default.nix @@ -0,0 +1,78 @@ +{ stdenv, fetchFromGitHub +, cmake, pkg-config +# required +, libupnp, libuuid, pugixml, libiconv, sqlite, zlib, spdlog, fmt +, pkgs +# options +, enableDuktape ? true +, enableCurl ? true +, enableTaglib ? true +, enableLibmagic ? true +, enableLibmatroska ? true +, enableAvcodec ? false +, enableLibexif ? true +, enableExiv2 ? false +, enableFFmpegThumbnailer ? false +, enableInotifyTools ? true +}: + +with stdenv.lib; +let + optionOnOff = option: if option then "on" else "off"; +in stdenv.mkDerivation rec { + pname = "gerbera"; + version = "1.6.1"; + + src = fetchFromGitHub { + repo = "gerbera"; + owner = "gerbera"; + rev = "v${version}"; + sha256 = "sha256:05ca27r9sidbl7xns9hcdan8wgjrpg26n1wq1vp247c9bqhpyql8"; + }; + + cmakeFlags = [ + "-DWITH_JS=${optionOnOff enableDuktape}" + "-DWITH_CURL=${optionOnOff enableCurl}" + "-DWITH_TAGLIB=${optionOnOff enableTaglib}" + "-DWITH_MAGIC=${optionOnOff enableLibmagic}" + "-DWITH_MATROSKA=${optionOnOff enableLibmatroska}" + "-DWITH_AVCODEC=${optionOnOff enableAvcodec}" + "-DWITH_EXIF=${optionOnOff enableLibexif}" + "-DWITH_EXIV2=${optionOnOff enableExiv2}" + "-DWITH_FFMPEGTHUMBNAILER=${optionOnOff enableFFmpegThumbnailer}" + "-DWITH_INOTIFY=${optionOnOff enableInotifyTools}" + # systemd service will be generated alongside the service + "-DWITH_SYSTEMD=OFF" + ]; + + nativeBuildInputs = [ cmake pkg-config ]; + + buildInputs = [ + libupnp libuuid pugixml libiconv sqlite zlib fmt.dev + spdlog + ] + ++ optionals enableDuktape [ pkgs.duktape ] + ++ optionals enableCurl [ pkgs.curl ] + ++ optionals enableTaglib [ pkgs.taglib ] + ++ optionals enableLibmagic [ pkgs.file ] + ++ optionals enableLibmatroska [ pkgs.libmatroska pkgs.libebml ] + ++ optionals enableAvcodec [ pkgs.libav.dev ] + ++ optionals enableLibexif [ pkgs.libexif ] + ++ optionals enableExiv2 [ pkgs.exiv2 ] + ++ optionals enableInotifyTools [ pkgs.inotify-tools ] + ++ optionals enableFFmpegThumbnailer [ pkgs.ffmpegthumbnailer ]; + + + meta = with stdenv.lib; { + homepage = https://docs.gerbera.io/; + description = "UPnP Media Server for 2020"; + longDescription = '' + Gerbera is a Mediatomb fork. + It allows to stream your digital media through your home network and consume it on all kinds + of UPnP supporting devices. + ''; + license = licenses.gpl2; + maintainers = [ maintainers.ardumont ]; + platforms = platforms.linux; + }; +} diff --git a/pkgs/servers/monitoring/prometheus/promscale.nix b/pkgs/servers/monitoring/prometheus/promscale.nix index 71ffd67f173..1bf5d511e28 100644 --- a/pkgs/servers/monitoring/prometheus/promscale.nix +++ b/pkgs/servers/monitoring/prometheus/promscale.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "promscale"; - version = "0.1.0-beta.5"; + version = "0.1.0"; src = fetchFromGitHub { owner = "timescale"; repo = pname; rev = "${version}"; - sha256 = "1q9zjxxjxa5kkhlsh69bvgns3kzf23z84jjzg294qb7y7xypym5q"; + sha256 = "sha256:0535sq640b9x9vi2sfazi9qs6arwjdn7nff16km2agncvs449dn4"; }; - vendorSha256 = "sha256:0y5rq2y48kf2z1z3a8ags6rqzfvjs54klk2679fk8x0yjamj5x04"; + vendorSha256 = "sha256:1ilciwf08678sciwwrjalwvcs5bp7x254nxc3nhdf88cf0bp2nxi"; buildFlagsArray = [ "-ldflags=-s -w -X github.com/timescale/promscale/pkg/version.Version=${version} -X github.com/timescale/promscale/pkg/version.CommitHash=${src.rev}" ]; diff --git a/pkgs/servers/monitoring/zabbix/versions.nix b/pkgs/servers/monitoring/zabbix/versions.nix index 2552964fe88..79d2916c05a 100644 --- a/pkgs/servers/monitoring/zabbix/versions.nix +++ b/pkgs/servers/monitoring/zabbix/versions.nix @@ -1,12 +1,12 @@ generic: { v50 = generic { - version = "5.0.3"; - sha256 = "1dc3fb9pa2cr6mfwgfyy1hpx26pbrws7989wj2kiiilmvimvrz1l"; + version = "5.0.4"; + sha256 = "0ivigwqcdfzx58vx5crixjsr4fh8l4bcf1wvnpf6xg46p0zninn1"; }; v40 = generic { - version = "4.0.24"; - sha256 = "01nm0pqsb168qawm1j7b3lixbwkz6hi8hd2052q6dlzqm7s2mi2s"; + version = "4.0.25"; + sha256 = "1w9k0pw3w0klpzw7ny8igv5a97icv2jl4xicbgyr5464if8sw9ck"; }; v30 = generic { diff --git a/pkgs/servers/nextcloud/default.nix b/pkgs/servers/nextcloud/default.nix index 183da107f12..fa17e10da7b 100644 --- a/pkgs/servers/nextcloud/default.nix +++ b/pkgs/servers/nextcloud/default.nix @@ -49,4 +49,9 @@ in { version = "19.0.3"; sha256 = "0sc9cnsdh8kj60h7i3knh40ngdz1w1wmdqw2v2axfkmax22kjl7w"; }; + + nextcloud20 = generic { + version = "20.0.0"; + sha256 = "1n2cv1i56g6qpzkbl5xaf420zzr4y7isg0lskmr7ymk83way0wx2"; + }; } diff --git a/pkgs/servers/sql/postgresql/ext/pg_cron.nix b/pkgs/servers/sql/postgresql/ext/pg_cron.nix index 4af950973b2..1d791c3a072 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_cron.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_cron.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "pg_cron"; - version = "1.2.0"; + version = "1.3.0"; buildInputs = [ postgresql ]; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { owner = "citusdata"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "1hkrk6jxl20k2b0ngchblwkrzigl77jaq1gvininp4yhjdlgaks8"; + sha256 = "1hvd0nfaq5q9yfxfcb0fbrjbdal06adjplvmaag88a0msdlirl7z"; }; installPhase = '' diff --git a/pkgs/servers/web-apps/sogo/default.nix b/pkgs/servers/web-apps/sogo/default.nix index 1ec512ba0ca..2e97ab31725 100644 --- a/pkgs/servers/web-apps/sogo/default.nix +++ b/pkgs/servers/web-apps/sogo/default.nix @@ -2,13 +2,13 @@ , openssl_1_1, openldap, sope, libmemcached, curl, libsodium, libzip, pkgconfig }: with lib; gnustep.stdenv.mkDerivation rec { pname = "SOGo"; - version = "5.0.0"; + version = "5.0.1"; src = fetchFromGitHub { owner = "inverse-inc"; repo = pname; rev = "SOGo-${version}"; - sha256 = "sha256-SEyyHekUCSkb5rOh7Ty8AhtT4S9KicTRbo9iWhijdGE="; + sha256 = "145hdlwnqds5zmpxbh4yainsbv5vy99ji93d6pl7xkbqwncfi80i"; }; nativeBuildInputs = [ gnustep.make makeWrapper python2 ]; diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix index d9374498774..3d412a30afb 100644 --- a/pkgs/shells/powershell/default.nix +++ b/pkgs/shells/powershell/default.nix @@ -4,8 +4,8 @@ let platformString = if stdenv.isDarwin then "osx" else if stdenv.isLinux then "linux" else throw "unsupported platform"; - platformSha = if stdenv.isDarwin then "0c71w6z6sc86si07i6vy4w3069jal7476wyiizyr7qjm9m22963f" - else if stdenv.isLinux then "14d6nhv525pa8pi4p1r2mn180isfzgshqrbmql3qd55aksjpq1v0" + platformSha = if stdenv.isDarwin then "0zv02h3njphrs8kgmicy7w40mmhmigdfl38f2dpwrs6z67f8vrm2" + else if stdenv.isLinux then "1zgdah397az0n3db6132h4bql0xzri7j98q5wg3s57sp4irlwx9w" else throw "unsupported platform"; platformLdLibraryPath = if stdenv.isDarwin then "DYLD_FALLBACK_LIBRARY_PATH" else if stdenv.isLinux then "LD_LIBRARY_PATH" @@ -15,7 +15,7 @@ let platformString = if stdenv.isDarwin then "osx" in stdenv.mkDerivation rec { pname = "powershell"; - version = "7.0.1"; + version = "7.0.3"; src = fetchzip { url = "https://github.com/PowerShell/PowerShell/releases/download/v${version}/powershell-${version}-${platformString}-x64.tar.gz"; diff --git a/pkgs/shells/zsh/oh-my-zsh/default.nix b/pkgs/shells/zsh/oh-my-zsh/default.nix index ad6a4ae8fec..f3fbd25e302 100644 --- a/pkgs/shells/zsh/oh-my-zsh/default.nix +++ b/pkgs/shells/zsh/oh-my-zsh/default.nix @@ -4,15 +4,15 @@ { stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { - version = "2020-10-05"; + version = "2020-10-08"; pname = "oh-my-zsh"; - rev = "fbb2b56c7ecd3c4873be805e004f70fa442e7c45"; + rev = "58ff4e1d2e6a81ea97a05b142c28a931a9924b70"; src = fetchFromGitHub { inherit rev; owner = "ohmyzsh"; repo = "ohmyzsh"; - sha256 = "0mqhiawcfp094xsdmkadfp42kgpcfmsn24dw7zngvhria5bvr8hb"; + sha256 = "096pkq91njg7pvlxar5r39slkzyfky6wcm7p6kfwrlbwh6wx46kz"; }; installPhase = '' @@ -66,18 +66,18 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - description = "A framework for managing your zsh configuration"; - longDescription = '' - Oh My Zsh is a framework for managing your zsh configuration. + description = "A framework for managing your zsh configuration"; + longDescription = '' + Oh My Zsh is a framework for managing your zsh configuration. - To copy the Oh My Zsh configuration file to your home directory, run - the following command: + To copy the Oh My Zsh configuration file to your home directory, run + the following command: - $ cp -v $(nix-env -q --out-path oh-my-zsh | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc - ''; - homepage = "https://ohmyz.sh/"; - license = licenses.mit; - platforms = platforms.all; - maintainers = with maintainers; [ scolobb nequissimus ]; + $ cp -v $(nix-env -q --out-path oh-my-zsh | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc + ''; + homepage = "https://ohmyz.sh/"; + license = licenses.mit; + platforms = platforms.all; + maintainers = with maintainers; [ scolobb nequissimus ]; }; } diff --git a/pkgs/tools/misc/fzf/default.nix b/pkgs/tools/misc/fzf/default.nix index d9fe6ac819b..d8916568b09 100644 --- a/pkgs/tools/misc/fzf/default.nix +++ b/pkgs/tools/misc/fzf/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "fzf"; - version = "0.22.0"; + version = "0.23.0"; src = fetchFromGitHub { owner = "junegunn"; repo = pname; rev = version; - sha256 = "0n0cy5q2r3dm1a3ivlzrv9c5d11awxlqim5b9x8zc85dlr73n35l"; + sha256 = "0rmps12dbqgdyc3jplkm7mc3n6yh8yd1b1jnlsf9fkf8b0rj0663"; }; - vendorSha256 = "1c2iz28hjrw9rig9a6r27wd8clycdhi8fgs3da91c63w4qi140zm"; + vendorSha256 = "0bd4fk15i292377mv5w57gzxjp21f0rcf1py9gd6v99rx1pviq66"; outputs = [ "out" "man" ]; diff --git a/pkgs/tools/misc/hdf5/1_8.nix b/pkgs/tools/misc/hdf5/1_8.nix deleted file mode 100644 index 849fa6b9ac3..00000000000 --- a/pkgs/tools/misc/hdf5/1_8.nix +++ /dev/null @@ -1,75 +0,0 @@ -{ stdenv -, fetchurl -, removeReferencesTo -, cpp ? false -, gfortran ? null -, fortran2003 ? false -, zlib ? null -, szip ? null -, mpi ? null -, enableShared ? true -}: - -# cpp and mpi options are mutually exclusive -# (--enable-unsupported could be used to force the build) -assert !cpp || mpi == null; - -# Need a Fortran compiler for Fortran2003 bindings -assert fortran2003 -> gfortran != null; - -# No point splitting version 1.8.18 into multiple outputs. -# The library /lib/libhdf5.so has a reference to gcc-wrapper - -let inherit (stdenv.lib) optional optionals; in - -stdenv.mkDerivation rec { - version = "1.8.19"; - pname = "hdf5"; - src = fetchurl { - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/${pname}-${version}/src/${pname}-${version}.tar.bz2"; - sha256 = "0f3jfbqpaaq21ighi40qzs52nb52kc2d2yjk541rjmsx20b3ih2r" ; - }; - - passthru = { - mpiSupport = (mpi != null); - inherit mpi; - }; - - nativeBuildInputs = [ removeReferencesTo ]; - - buildInputs = [] - ++ optional (gfortran != null) gfortran - ++ optional (szip != null) szip; - - propagatedBuildInputs = [] - ++ optional (zlib != null) zlib - ++ optional (mpi != null) mpi; - - configureFlags = [] - ++ optional cpp "--enable-cxx" - ++ optional (gfortran != null) "--enable-fortran" - ++ optional fortran2003 "--enable-fortran2003" - ++ optional (szip != null) "--with-szlib=${szip}" - ++ optionals (mpi != null) ["--enable-parallel" "CC=${mpi}/bin/mpicc"] - ++ optional enableShared "--enable-shared"; - - patches = [./bin-mv.patch]; - - postInstall = '' - find "$out" -type f -exec remove-references-to -t ${stdenv.cc} '{}' + - ''; - - meta = { - description = "Data model, library, and file format for storing and managing data"; - longDescription = '' - HDF5 supports an unlimited variety of datatypes, and is designed for flexible and efficient - I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing - applications to evolve in their use of HDF5. The HDF5 Technology suite includes tools and - applications for managing, manipulating, viewing, and analyzing data in the HDF5 format. - ''; - license = stdenv.lib.licenses.free; # BSD-like - homepage = "https://www.hdfgroup.org/HDF5/"; - platforms = stdenv.lib.platforms.unix; - broken = (gfortran != null) && stdenv.isDarwin; - }; -} diff --git a/pkgs/tools/misc/miniserve/default.nix b/pkgs/tools/misc/miniserve/default.nix index 18b4405a468..71d20c015d0 100644 --- a/pkgs/tools/misc/miniserve/default.nix +++ b/pkgs/tools/misc/miniserve/default.nix @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec { description = "For when you really just want to serve some files over HTTP right now!"; homepage = "https://github.com/svenstaro/miniserve"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ nequissimus zowoq ]; + maintainers = with maintainers; [ zowoq ]; platforms = platforms.unix; }; } diff --git a/pkgs/tools/networking/gmrender-resurrect/default.nix b/pkgs/tools/networking/gmrender-resurrect/default.nix index fa364dc4eab..8a8ed25a5a6 100644 --- a/pkgs/tools/networking/gmrender-resurrect/default.nix +++ b/pkgs/tools/networking/gmrender-resurrect/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, makeWrapper, gstreamer +{ stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, pkgconfig, makeWrapper, gstreamer , gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, libupnp }: let @@ -19,6 +19,14 @@ in sha256 = "14i5jrry6qiap5l2x2jqj7arymllajl3wgnk29ccvr8d45zp4jn1"; }; + patches = [ + (fetchpatch { + url = "https://github.com/hzeller/gmrender-resurrect/commit/dc8c4d4dc234311b3099e7f1efadf5d9733c81e9.patch"; + sha256 = "0fqi58viaq9jg5h5j1725qrach4c3wmfmh0q43q4r8az2pn7dszw"; + name = "libupnp.patch"; + }) + ]; + buildInputs = [ gstreamer libupnp ]; nativeBuildInputs = [ autoreconfHook pkgconfig makeWrapper ]; diff --git a/pkgs/tools/networking/grpcurl/default.nix b/pkgs/tools/networking/grpcurl/default.nix index 6a72be9a1e4..fccd4b8dace 100644 --- a/pkgs/tools/networking/grpcurl/default.nix +++ b/pkgs/tools/networking/grpcurl/default.nix @@ -1,27 +1,26 @@ -# This file was generated by https://github.com/kamilchm/go2nix v1.2.1 -# and modified to add meta and switch to fetchFromGitHub -{ stdenv, buildGoPackage, fetchFromGitHub }: +{ lib, buildGoModule, fetchFromGitHub }: -buildGoPackage rec { +buildGoModule rec { pname = "grpcurl"; - version = "1.4.0"; - rev = "v${version}"; - - goPackagePath = "github.com/fullstorydev/grpcurl"; + version = "1.7.0"; src = fetchFromGitHub { owner = "fullstorydev"; repo = "grpcurl"; - rev = "ccc9007156e7177388c8dd45ec694aebeb2da996"; - sha256 = "1zgiqg9c6vk45x16n04bpfvj9z838nck7ihdcsbfz89xgq7f1c0b"; + rev = "v${version}"; + sha256 = "11wjyg5008mkpzdp6q6k6yxwxx5byas8kbp57kdi1r38pya38hna"; }; - goDeps = ./deps.nix; + subPackages = [ "cmd/grpcurl" ]; - meta = { + vendorSha256 = "0pc62dndca13jyk3bq6mp53w1ay7sfzf487m0cswvkijcsw8wk9q"; + + buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ]; + + meta = with lib; { description = "Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers"; homepage = "https://github.com/fullstorydev/grpcurl"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ knl ]; + license = licenses.mit; + maintainers = with maintainers; [ knl ]; }; } diff --git a/pkgs/tools/networking/grpcurl/deps.nix b/pkgs/tools/networking/grpcurl/deps.nix deleted file mode 100644 index 91ec4db79b6..00000000000 --- a/pkgs/tools/networking/grpcurl/deps.nix +++ /dev/null @@ -1,183 +0,0 @@ -# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix) -[ - { - goPackagePath = "cloud.google.com/go"; - fetch = { - type = "git"; - url = "https://code.googlesource.com/gocloud"; - rev = "v0.26.0"; - sha256 = "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1"; - }; - } - { - goPackagePath = "github.com/BurntSushi/toml"; - fetch = { - type = "git"; - url = "https://github.com/BurntSushi/toml"; - rev = "v0.3.1"; - sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6"; - }; - } - { - goPackagePath = "github.com/client9/misspell"; - fetch = { - type = "git"; - url = "https://github.com/client9/misspell"; - rev = "v0.3.4"; - sha256 = "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs"; - }; - } - { - goPackagePath = "github.com/golang/glog"; - fetch = { - type = "git"; - url = "https://github.com/golang/glog"; - rev = "23def4e6c14b"; - sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30"; - }; - } - { - goPackagePath = "github.com/golang/mock"; - fetch = { - type = "git"; - url = "https://github.com/golang/mock"; - rev = "v1.1.1"; - sha256 = "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy"; - }; - } - { - goPackagePath = "github.com/golang/protobuf"; - fetch = { - type = "git"; - url = "https://github.com/golang/protobuf"; - rev = "v1.3.1"; - sha256 = "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl"; - }; - } - { - goPackagePath = "github.com/google/go-cmp"; - fetch = { - type = "git"; - url = "https://github.com/google/go-cmp"; - rev = "v0.2.0"; - sha256 = "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds"; - }; - } - { - goPackagePath = "github.com/jhump/protoreflect"; - fetch = { - type = "git"; - url = "https://github.com/jhump/protoreflect"; - rev = "v1.5.0"; - sha256 = "1xwccif809sbgf0xginpd1cm3q1dv7c1rv0qhnvjwbkp9agd0x2a"; - }; - } - { - goPackagePath = "golang.org/x/crypto"; - fetch = { - type = "git"; - url = "https://go.googlesource.com/crypto"; - rev = "c2843e01d9a2"; - sha256 = "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r"; - }; - } - { - goPackagePath = "golang.org/x/lint"; - fetch = { - type = "git"; - url = "https://go.googlesource.com/lint"; - rev = "d0100b6bd8b3"; - sha256 = "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7"; - }; - } - { - goPackagePath = "golang.org/x/net"; - fetch = { - type = "git"; - url = "https://go.googlesource.com/net"; - rev = "d8887717615a"; - sha256 = "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163"; - }; - } - { - goPackagePath = "golang.org/x/oauth2"; - fetch = { - type = "git"; - url = "https://go.googlesource.com/oauth2"; - rev = "d2e6202438be"; - sha256 = "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7"; - }; - } - { - goPackagePath = "golang.org/x/sync"; - fetch = { - type = "git"; - url = "https://go.googlesource.com/sync"; - rev = "1d60e4601c6f"; - sha256 = "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6"; - }; - } - { - goPackagePath = "golang.org/x/sys"; - fetch = { - type = "git"; - url = "https://go.googlesource.com/sys"; - rev = "d0b11bdaac8a"; - sha256 = "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl"; - }; - } - { - goPackagePath = "golang.org/x/text"; - fetch = { - type = "git"; - url = "https://go.googlesource.com/text"; - rev = "v0.3.0"; - sha256 = "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19"; - }; - } - { - goPackagePath = "golang.org/x/tools"; - fetch = { - type = "git"; - url = "https://go.googlesource.com/tools"; - rev = "11955173bddd"; - sha256 = "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3"; - }; - } - { - goPackagePath = "google.golang.org/appengine"; - fetch = { - type = "git"; - url = "https://github.com/golang/appengine"; - rev = "v1.1.0"; - sha256 = "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x"; - }; - } - { - goPackagePath = "google.golang.org/genproto"; - fetch = { - type = "git"; - url = "https://github.com/google/go-genproto"; - rev = "c66870c02cf8"; - sha256 = "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn"; - }; - } - { - goPackagePath = "google.golang.org/grpc"; - fetch = { - type = "git"; - url = "https://github.com/grpc/grpc-go"; - rev = "v1.21.0"; - sha256 = "0zxjlxnvjqfn6zfx7gbmqhadx0j788vxfn95g1ngbmjkgppzsnfp"; - }; - } - { - goPackagePath = "honnef.co/go/tools"; - fetch = { - type = "git"; - url = "https://github.com/dominikh/go-tools"; - rev = "c2f93a96b099"; - sha256 = "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8"; - }; - } -] diff --git a/pkgs/tools/networking/httpstat/default.nix b/pkgs/tools/networking/httpstat/default.nix index 70bbabc35bb..29bd4c331eb 100644 --- a/pkgs/tools/networking/httpstat/default.nix +++ b/pkgs/tools/networking/httpstat/default.nix @@ -1,24 +1,24 @@ { stdenv, fetchFromGitHub, curl, pythonPackages, glibcLocales }: pythonPackages.buildPythonApplication rec { - pname = "httpstat"; - version = "1.2.1"; - src = fetchFromGitHub { - owner = "reorx"; - repo = pname; - rev = version; - sha256 = "1vriibcsq4j1hvm5yigbbmmv21dc40y5c9gvd31dg9qkaz26hml6"; - }; - doCheck = false; # No tests - buildInputs = [ glibcLocales ]; - runtimeDeps = [ curl ]; + pname = "httpstat"; + version = "1.2.1"; + src = fetchFromGitHub { + owner = "reorx"; + repo = pname; + rev = version; + sha256 = "1vriibcsq4j1hvm5yigbbmmv21dc40y5c9gvd31dg9qkaz26hml6"; + }; + doCheck = false; # No tests + buildInputs = [ glibcLocales ]; + runtimeDeps = [ curl ]; - LC_ALL = "en_US.UTF-8"; + LC_ALL = "en_US.UTF-8"; - meta = { - description = "curl statistics made simple"; - homepage = "https://github.com/reorx/httpstat"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ nequissimus ]; - }; - } + meta = { + description = "curl statistics made simple"; + homepage = "https://github.com/reorx/httpstat"; + license = stdenv.lib.licenses.mit; + maintainers = with stdenv.lib.maintainers; [ nequissimus ]; + }; +} diff --git a/pkgs/tools/networking/inetutils/default.nix b/pkgs/tools/networking/inetutils/default.nix index bcc4237f434..1290ec2bdb1 100644 --- a/pkgs/tools/networking/inetutils/default.nix +++ b/pkgs/tools/networking/inetutils/default.nix @@ -1,6 +1,4 @@ -{ stdenv, lib, fetchurl, ncurses, perl, help2man -, apparmorRulesFromClosure -}: +{ stdenv, lib, fetchurl, ncurses, perl, help2man }: stdenv.mkDerivation rec { name = "inetutils-1.9.4"; @@ -10,8 +8,6 @@ stdenv.mkDerivation rec { sha256 = "05n65k4ixl85dc6rxc51b1b732gnmm8xnqi424dy9f1nz7ppb3xy"; }; - outputs = ["out" "apparmor"]; - patches = [ ./whois-Update-Canadian-TLD-server.patch ./service-name.patch @@ -45,22 +41,6 @@ stdenv.mkDerivation rec { installFlags = [ "SUIDMODE=" ]; - postInstall = '' - install -D /dev/stdin $apparmor/bin.ping < - include - include - include "${apparmorRulesFromClosure {} [stdenv.cc.libc]}" - include - capability net_raw, - network inet raw, - network inet6 raw, - mr $out/bin/ping, - } - EOF - ''; - meta = with lib; { description = "Collection of common network programs"; diff --git a/pkgs/tools/networking/p2p/amule/default.nix b/pkgs/tools/networking/p2p/amule/default.nix index 264c6fd4e16..6ecc9f7ba12 100644 --- a/pkgs/tools/networking/p2p/amule/default.nix +++ b/pkgs/tools/networking/p2p/amule/default.nix @@ -10,28 +10,15 @@ assert client -> libX11 != null; stdenv.mkDerivation rec { pname = "amule"; - version = "2.3.2"; + version = "unstable-20201006"; src = fetchFromGitHub { owner = "amule-project"; repo = "amule"; - rev = version; - sha256 = "010wxm6g9f92x6fympj501zbnjka32rzbx0sk3a2y4zpih5d2nsn"; + rev = "6f8951527eda670c7266984ce476061bfe8867fc"; + sha256 = "12b44b6hz3mb7nsn6xhzvm726xs06xcim013i1appif4dr8njbx1"; }; - patches = [ - (fetchpatch { - url = "https://patch-diff.githubusercontent.com/raw/amule-project/amule/pull/135.patch"; - sha256 = "1n24r1j28083b8ipbnh1nf6i4j6vx59pdkfl1c0g6bb4psx9wvvi"; - name = "libupnp_18.patch"; - }) - (fetchpatch { - name = "amule-cryptopp_6.patch"; - url = "https://github.com/amule-project/amule/commit/27c13f3e622b8a3eaaa05bb62b0149604bdcc9e8.patch"; - sha256 = "0kq095gi3xl665wr864zlhp5f3blk75pr725yany8ilzcwrzdrnm"; - }) - ]; - postPatch = '' substituteInPlace src/libs/ec/file_generator.pl \ --replace /usr/bin/perl ${perl}/bin/perl diff --git a/pkgs/tools/security/1password-gui/default.nix b/pkgs/tools/security/1password-gui/default.nix index 2d23da92c8e..94549c2e774 100644 --- a/pkgs/tools/security/1password-gui/default.nix +++ b/pkgs/tools/security/1password-gui/default.nix @@ -13,11 +13,11 @@ in stdenv.mkDerivation rec { pname = "1password"; - version = "0.8.8-1"; + version = "0.8.9"; src = fetchurl { url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage"; - sha256 = "0afx0sr2nrdayaxjhr0x2mx5mi92s781a6r2r9rpva9q4cdrf6w7"; + sha256 = "0gmflx7psyajxx6g82lrhmfwnh306sixwd1hykrn2xl3ncw65ydr"; }; nativeBuildInputs = [ makeWrapper ]; diff --git a/pkgs/tools/security/kbs2/default.nix b/pkgs/tools/security/kbs2/default.nix index 191b4f35150..b61a39d603b 100644 --- a/pkgs/tools/security/kbs2/default.nix +++ b/pkgs/tools/security/kbs2/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "kbs2"; - version = "0.1.4"; + version = "0.1.5"; src = fetchFromGitHub { owner = "woodruffw"; repo = pname; rev = "v${version}"; - sha256 = "1hjcx651nqj1plxw4i2nv72zc0igd8pl31dy2zwm5yyky6dl7qla"; + sha256 = "1zyggdsnxzdbfyxk5jcx9r4ra049ddb51krc81s6nik27d5nivmf"; }; - cargoSha256 = "11fw097r4mim3rgb0db7naqlf3ws0bavqdd4z84mpdg6714dga0n"; + cargoSha256 = "0yxqn8jhcj4rxp0g77jsdp02g5qbc0axaaz1j4gp1bkcww6a9k7v"; nativeBuildInputs = [ installShellFiles ] ++ stdenv.lib.optionals stdenv.isLinux [ python3 ]; diff --git a/pkgs/tools/security/thc-ipv6/default.nix b/pkgs/tools/security/thc-ipv6/default.nix new file mode 100644 index 00000000000..1bc7bc4ce6b --- /dev/null +++ b/pkgs/tools/security/thc-ipv6/default.nix @@ -0,0 +1,31 @@ +{ stdenv, fetchFromGitHub, libpcap, openssl, libnetfilter_queue, libnfnetlink }: +stdenv.mkDerivation rec { + pname = "thc-ipv6"; + version = "3.6"; + + src = fetchFromGitHub { + owner = "vanhauser-thc"; + repo = pname; + rev = "v${version}"; + sha256 = "1xjg30z0wzm3xvccv9cgh000i1m79p3m8f0b3s741k0mzyrk8lln"; + }; + + buildInputs = [ + libpcap + openssl + libnetfilter_queue + libnfnetlink + ]; + + makeFlags = [ + "PREFIX=$(out)" + ]; + + meta = with stdenv.lib; { + description = "IPv6 attack toolkit"; + homepage = "https://github.com/vanhauser-thc/thc-ipv6"; + maintainers = with maintainers; [ ajs124 ]; + platforms = platforms.linux; + license = licenses.agpl3Only; + }; +} diff --git a/pkgs/tools/text/rgxg/default.nix b/pkgs/tools/text/rgxg/default.nix new file mode 100644 index 00000000000..bd291be7015 --- /dev/null +++ b/pkgs/tools/text/rgxg/default.nix @@ -0,0 +1,18 @@ +{ stdenv, fetchzip }: + +stdenv.mkDerivation rec { + pname = "rgxg"; + version = "0.1.2"; + + src = fetchzip { + url = "https://github.com/rgxg/rgxg/releases/download/v${version}/${pname}-${version}.tar.gz"; + sha256 = "050jxc3qhfrm9fdbzd67hlsqlp4qk1fa20q1g2v919sh7s6v77si"; + }; + + meta = with stdenv.lib; { + description = "A C library and a command-line tool to generate (extended) regular expressions"; + license = licenses.zlib; + maintainers = with maintainers; [ hloeffler ]; + homepage = "https://rgxg.github.io/"; + }; +} diff --git a/pkgs/tools/text/xml/basex/default.nix b/pkgs/tools/text/xml/basex/default.nix index ab3eae11503..52991bb3924 100644 --- a/pkgs/tools/text/xml/basex/default.nix +++ b/pkgs/tools/text/xml/basex/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "basex"; - version = "8.6.6"; + version = "9.4.3"; src = fetchurl { - url = "http://files.basex.org/releases/${version}/BaseX866.zip"; - sha256 = "1kws6swisdaa17yhijjvkh2ikwz9rd5cw8mdjvkqw6vlcp1nq6m4"; + url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip"; + hash = "sha256-IZhRg2JcYQXQKU/lYZpLLcsSdjZZO+toY5yvk+RKUCY="; }; buildInputs = [ unzip jre ]; @@ -25,23 +25,15 @@ stdenv.mkDerivation rec { dontBuild = true; installPhase = '' - mkdir -p "$out" - cp -r * "$out" - # Remove Windows batch files (unclutter $out/bin) - rm -f "$out"/bin/*.bat + rm ./bin/*.bat - # Move some top-level stuff to $out/share/basex (unclutter $out) - mkdir -p "$out/share/basex" - mv "$out"/*.txt "$out/share/basex/" - mv "$out"/webapp "$out/share/basex/" + mkdir -p $out/share/basex" "$out/share/applications" - # Remove empty directories - rmdir "$out/repo" - rmdir "$out/data" + cp -R bin etc lib webapp src BaseX.jar "$out" + cp -R readme.txt webapp "$out/share/basex" # Install desktop file - mkdir -p "$out/share/applications" cp "$desktopItem"/share/applications/* "$out/share/applications/" # Use substitutions instead of wrapper scripts diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix index 1a71ae04d49..098ecb76d7a 100644 --- a/pkgs/tools/typesetting/tex/texlive/bin.nix +++ b/pkgs/tools/typesetting/tex/texlive/bin.nix @@ -145,6 +145,7 @@ core = stdenv.mkDerivation rec { configureFlags = common.configureFlags ++ [ "--without-x" ] # disable xdvik and xpdfopen ++ map (what: "--disable-${what}") ([ + "chktex" "dvisvgm" "dvipng" # ghostscript dependency "luatex" "luajittex" "mp" "pmp" "upmp" "mf" # cairo would bring in X and more "xetex" "bibtexu" "bibtex8" "bibtex-x" "upmendex" # ICU isn't small @@ -271,6 +272,24 @@ core-big = stdenv.mkDerivation { #TODO: upmendex }; +chktex = stdenv.mkDerivation { + pname = "texlive-chktex.bin"; + inherit version; + + inherit (common) src; + + nativeBuildInputs = [ pkgconfig ]; + buildInputs = [ core/*kpathsea*/ ]; + + preConfigure = "cd texk/chktex"; + + configureFlags = common.configureFlags + ++ [ "--with-system-kpathsea" ]; + + enableParallelBuilding = true; +}; + + dvisvgm = stdenv.mkDerivation { pname = "texlive-dvisvgm.bin"; inherit version; diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 645d70bc316..5695f7d8f1e 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -661,7 +661,6 @@ mapAliases ({ youtubeDL = youtube-dl; # added 2014-10-26 zdfmediathk = mediathekview; # added 2019-01-19 gnome_user_docs = gnome-user-docs; # added 2019-11-20 - spidermonkey = spidermonkey_68; # added 2020-09-30 # TODO(ekleog): add ‘wasm’ alias to ‘ocamlPackages.wasm’ after 19.03 # branch-off diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d07da20332c..824e5675a2c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -583,10 +583,7 @@ in acpica-tools = callPackage ../tools/system/acpica-tools { }; - act = callPackage ../development/tools/misc/act { - # go 1.15 cannot connect to docker-for-mac https://github.com/docker/for-mac/issues/4855 - buildGoModule = if stdenv.isDarwin then buildGo114Module else buildGoModule; - }; + act = callPackage ../development/tools/misc/act { }; actdiag = with python3.pkgs; toPythonApplication actdiag; @@ -845,6 +842,8 @@ in chamber = callPackage ../tools/admin/chamber { }; + charm = callPackage ../applications/misc/charm { }; + ec2_api_tools = callPackage ../tools/virtualization/ec2-api-tools { }; ec2_ami_tools = callPackage ../tools/virtualization/ec2-ami-tools { }; @@ -4371,12 +4370,6 @@ in mpi = null; }; - hdf5_1_8 = callPackage ../tools/misc/hdf5/1_8.nix { - gfortran = null; - szip = null; - mpi = null; - }; - hdf5-mpi = appendToName "mpi" (hdf5.override { szip = null; mpi = pkgs.openmpi; @@ -5722,7 +5715,7 @@ in grocy = callPackage ../servers/grocy { }; inherit (callPackage ../servers/nextcloud {}) - nextcloud17 nextcloud18 nextcloud19; + nextcloud17 nextcloud18 nextcloud19 nextcloud20; nextcloud-client = libsForQt514.callPackage ../applications/networking/nextcloud-client { }; @@ -7360,6 +7353,8 @@ in thc-hydra = callPackage ../tools/security/thc-hydra { }; + thc-ipv6 = callPackage ../tools/security/thc-ipv6 { }; + theharvester = callPackage ../tools/security/theharvester { }; inherit (nodePackages) thelounge; @@ -9353,6 +9348,11 @@ in fpc = fpc; }; + lazarus-qt = libsForQt5.callPackage ../development/compilers/fpc/lazarus.nix { + fpc = fpc; + withQt = true; + }; + lessc = nodePackages.less; liquibase = callPackage ../development/tools/database/liquibase { }; @@ -9590,6 +9590,8 @@ in rgbds = callPackage ../development/compilers/rgbds { }; + rgxg = callPackage ../tools/text/rgxg { }; + rocclr = callPackage ../development/libraries/rocclr { inherit (llvmPackages_rocm) clang; }; @@ -9926,7 +9928,12 @@ in z88dk = callPackage ../development/compilers/z88dk { }; - zulip = callPackage ../applications/networking/instant-messengers/zulip { }; + zulip = callPackage ../applications/networking/instant-messengers/zulip { + # Bubblewrap breaks zulip, see https://github.com/NixOS/nixpkgs/pull/97264#issuecomment-704454645 + appimageTools = pkgs.appimageTools.override { + buildFHSUserEnv = pkgs.buildFHSUserEnv; + }; + }; zulip-term = callPackage ../applications/networking/instant-messengers/zulip-term { }; @@ -10374,7 +10381,7 @@ in spidermonkey_60 = callPackage ../development/interpreters/spidermonkey/60.nix { }; spidermonkey_68 = callPackage ../development/interpreters/spidermonkey/68.nix { }; spidermonkey_78 = callPackage ../development/interpreters/spidermonkey/78.nix { }; - spidermonkey = spidermonkey_38; + spidermonkey = spidermonkey_68; ssm-agent = callPackage ../applications/networking/cluster/ssm-agent { }; ssm-session-manager-plugin = callPackage ../applications/networking/cluster/ssm-session-manager-plugin { }; @@ -10684,6 +10691,8 @@ in black = with python3Packages; toPythonApplication black; + blackfire = callPackage ../development/tools/misc/blackfire { }; + black-macchiato = with python3Packages; toPythonApplication black-macchiato; blackmagic = callPackage ../development/tools/misc/blackmagic { }; @@ -13300,7 +13309,7 @@ in libbacktrace = callPackage ../development/libraries/libbacktrace { }; libbap = callPackage ../development/libraries/libbap { - inherit (ocaml-ng.ocamlPackages_4_06) bap ocaml findlib ctypes; + inherit (ocaml-ng.ocamlPackages_4_07) bap ocaml findlib ctypes; }; libbass = (callPackage ../development/libraries/audio/libbass { }).bass; @@ -13930,9 +13939,7 @@ in libmilter = callPackage ../development/libraries/libmilter { }; - libminc = callPackage ../development/libraries/libminc { - hdf5 = hdf5_1_8; - }; + libminc = callPackage ../development/libraries/libminc { }; libmirage = callPackage ../misc/emulators/cdemu/libmirage.nix { }; @@ -14078,7 +14085,7 @@ in libqalculate = callPackage ../development/libraries/libqalculate { }; - libqt5pas = callPackage ../development/compilers/fpc/libqt5pas.nix { }; + libqt5pas = libsForQt5.callPackage ../development/compilers/fpc/libqt5pas.nix { }; libroxml = callPackage ../development/libraries/libroxml { }; @@ -14713,7 +14720,9 @@ in opendmarc = callPackage ../development/libraries/opendmarc { }; - ois = callPackage ../development/libraries/ois {}; + ois = callPackage ../development/libraries/ois { + inherit (darwin.apple_sdk.frameworks) Cocoa IOKit Kernel; + }; openh264 = callPackage ../development/libraries/openh264 { }; @@ -16367,6 +16376,8 @@ in asterisk asterisk-stable asterisk-lts asterisk_13 asterisk_15 asterisk_16; + asterisk-module-sccp = callPackage ../servers/asterisk/sccp { }; + sabnzbd = callPackage ../servers/sabnzbd { }; bftpd = callPackage ../servers/ftp/bftpd {}; @@ -16516,6 +16527,8 @@ in grafana_reporter = callPackage ../servers/monitoring/grafana-reporter { }; + gerbera = callPackage ../servers/gerbera { }; + gobetween = callPackage ../servers/gobetween { }; h2o = callPackage ../servers/http/h2o { }; @@ -17366,7 +17379,7 @@ in inherit (callPackages ../os-specific/linux/apparmor { python = python3; }) libapparmor apparmor-utils apparmor-bin-utils apparmor-parser apparmor-pam - apparmor-profiles apparmor-kernel-patches apparmorRulesFromClosure; + apparmor-profiles apparmor-kernel-patches; atop = callPackage ../os-specific/linux/atop { }; @@ -18549,6 +18562,8 @@ in smimesign = callPackage ../os-specific/darwin/smimesign { }; + solo5 = callPackage ../os-specific/solo5 { }; + speedometer = callPackage ../os-specific/linux/speedometer { }; statik = callPackage ../development/tools/statik { }; @@ -18652,9 +18667,6 @@ in ubootWandboard ; - # Non-upstream U-Boots: - ubootNanonote = callPackage ../misc/uboot/nanonote.nix { }; - uclibc = callPackage ../os-specific/linux/uclibc { }; uclibcCross = callPackage ../os-specific/linux/uclibc { @@ -22319,6 +22331,10 @@ in jre = openjdk11; }; + prevo = callPackage ../applications/misc/prevo { }; + prevo-data = callPackage ../applications/misc/prevo/data.nix { }; + prevo-tools = callPackage ../applications/misc/prevo/tools.nix { }; + ptex = callPackage ../development/libraries/ptex {}; qbec = callPackage ../applications/networking/cluster/qbec { }; @@ -23961,6 +23977,8 @@ in vmpk = callPackage ../applications/audio/vmpk { }; + vmware-horizon-client = callPackage ../applications/networking/remote/vmware-horizon-client { }; + vocproc = callPackage ../applications/audio/vocproc { }; vnstat = callPackage ../applications/networking/vnstat { }; @@ -28222,4 +28240,6 @@ in bottom = callPackage ../tools/system/bottom {}; + cagebreak = callPackage ../applications/window-managers/cagebreak/default.nix {}; + } diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 56166f9de15..7e908a2a7d6 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -1255,6 +1255,54 @@ let buildInputs = [ ExtUtilsCppGuess ExtUtilsTypemapsDefault ExtUtilsXSpp ModuleBuildWithXSpp ]; }; + BotTraining = buildPerlPackage { + pname = "Bot-Training"; + version = "0.07"; + src = fetchurl { + url = "mirror://cpan/authors/id/A/AV/AVAR/Bot-Training-0.07.tar.gz"; + sha256 = "ee66bbf814f0dc3d1e80680e050fad10b1e018fed7929f653ed40e088b2aa295"; + }; + buildInputs = [ FileSlurp ]; + propagatedBuildInputs = [ ClassLoad DirSelf FileShareDir ModulePluggable MooseXGetopt namespaceclean ]; + meta = { + homepage = "http://metacpan.org/release/Bot-Training"; + description = "Plain text training material for bots like Hailo and AI::MegaHAL"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + + BotTrainingMegaHAL = buildPerlPackage { + pname = "Bot-Training-MegaHAL"; + version = "0.03"; + src = fetchurl { + url = "mirror://cpan/authors/id/A/AV/AVAR/Bot-Training-MegaHAL-0.03.tar.gz"; + sha256 = "956072aff04f216e5c3b8196965b5d80d4d47695d77ecaabd56e59d65f22bf60"; + }; + buildInputs = [ FileShareDirInstall ]; + propagatedBuildInputs = [ BotTraining ]; + meta = { + homepage = "http://metacpan.org/release/Bot-Training-MegaHAL"; + description = "Provide megahal.trn via Bot::Training"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + + BotTrainingStarCraft = buildPerlPackage { + pname = "Bot-Training-StarCraft"; + version = "0.03"; + src = fetchurl { + url = "mirror://cpan/authors/id/A/AV/AVAR/Bot-Training-StarCraft-0.03.tar.gz"; + sha256 = "e7ceb8d01c62e732dd89bfe5f4d83e781c1cd912542d177c22e761b7c8614d5e"; + }; + buildInputs = [ FileShareDirInstall ]; + propagatedBuildInputs = [ BotTraining ]; + meta = { + homepage = "http://metacpan.org/release/Bot-Training-StarCraft"; + description = "Provide starcraft.trn via Bot::Training"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + BSDResource = buildPerlPackage { pname = "BSD-Resource"; version = "1.2911"; @@ -6116,6 +6164,20 @@ let }; }; + DirSelf = buildPerlPackage { + pname = "Dir-Self"; + version = "0.11"; + src = fetchurl { + url = "mirror://cpan/authors/id/M/MA/MAUKE/Dir-Self-0.11.tar.gz"; + sha256 = "e251a51abc7d9ba3e708f73c2aa208e09d47a0c528d6254710fa78cc8d6885b5"; + }; + meta = { + homepage = "https://github.com/mauke/Dir-Self"; + description = "A __DIR__ constant for the directory your source file is in"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + DispatchClass = buildPerlPackage { pname = "Dispatch-Class"; version = "0.02"; @@ -7086,6 +7148,20 @@ let }; }; + ExpectSimple = buildPerlPackage { + pname = "Expect-Simple"; + version = "0.04"; + src = fetchurl { + url = "mirror://cpan/authors/id/D/DJ/DJERIUS/Expect-Simple-0.04.tar.gz"; + sha256 = "af83b92185e642695913ff138efe819752e80857759996deafcaab2700ad5db5"; + }; + propagatedBuildInputs = [ Expect ]; + meta = { + description = "Wrapper around the Expect module"; + license = stdenv.lib.licenses.free; + }; + }; + ExtUtilsCChecker = buildPerlModule { pname = "ExtUtils-CChecker"; version = "0.10"; @@ -7477,6 +7553,19 @@ let }; }; + FileCountLines = buildPerlPackage { + pname = "File-CountLines"; + version = "0.0.3"; + src = fetchurl { + url = "mirror://cpan/authors/id/M/MO/MORITZ/File-CountLines-v0.0.3.tar.gz"; + sha256 = "cfd97cce7c9613e4e569d47874a2b5704f1be9eced2f0739c870725694382a62"; + }; + meta = { + description = "Efficiently count the number of line breaks in a file"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + FileDesktopEntry = buildPerlPackage { version = "0.22"; pname = "File-DesktopEntry"; @@ -8779,6 +8868,29 @@ let }; }; + Hailo = buildPerlPackage { + pname = "Hailo"; + version = "0.75"; + src = fetchurl { + url = "mirror://cpan/authors/id/A/AV/AVAR/Hailo-0.75.tar.gz"; + sha256 = "bba99cb0cfa3ee8632dd89906c6e6fa05fe6bb367f2282e88909cefd8f9174c2"; + }; + buildInputs = [ BotTrainingMegaHAL BotTrainingStarCraft DataSection FileSlurp PodSection TestException TestExpect TestOutput TestScript TestScriptRun ]; + propagatedBuildInputs = [ ClassLoad DBDSQLite DataDump DirSelf FileCountLines GetoptLongDescriptive IOInteractive IPCSystemSimple ListMoreUtils Moose MooseXGetopt MooseXStrictConstructor MooseXTypes RegexpCommon TermSk namespaceclean ]; + nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang; + postPatch = '' + patchShebangs bin + ''; + postInstall = stdenv.lib.optionalString stdenv.isDarwin '' + shortenPerlShebang $out/bin/hailo + ''; + meta = { + homepage = "https://github.com/hailo/hailo"; + description = "A pluggable Markov engine analogous to MegaHAL"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + HashDiff = buildPerlPackage { pname = "Hash-Diff"; version = "0.010"; @@ -16524,6 +16636,20 @@ let }; }; + PodAbstract = buildPerlPackage { + pname = "Pod-Abstract"; + version = "0.20"; + src = fetchurl { + url = "mirror://cpan/authors/id/B/BL/BLILBURNE/Pod-Abstract-0.20.tar.gz"; + sha256 = "956ef7bb884c55456e2fb6e7f229f9a87dd50a61d700500c738db8f2ba277f87"; + }; + propagatedBuildInputs = [ IOString TaskWeaken PodParser ]; + meta = { + description = "An abstract, tree-based interface to perl POD documents"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + PodChecker = buildPerlPackage { pname = "Pod-Checker"; version = "1.73"; @@ -16647,6 +16773,21 @@ let }; }; + PodSection = buildPerlModule { + pname = "Pod-Section"; + version = "0.02"; + src = fetchurl { + url = "mirror://cpan/authors/id/K/KT/KTAT/Pod-Section-0.02.tar.gz"; + sha256 = "c9d1d75292f321881184ec56983c16f408fd2d312d5a720f8fb0d2cafa729238"; + }; + propagatedBuildInputs = [ PodAbstract ]; + meta = { + homepage = "https://github.com/ktat/Pod-Section"; + description = "Select specified section from Module's POD"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + PodLaTeX = buildPerlModule { pname = "Pod-LaTeX"; version = "0.61"; @@ -18939,6 +19080,19 @@ let }; }; + TermSk = buildPerlPackage { + pname = "Term-Sk"; + version = "0.18"; + src = fetchurl { + url = "mirror://cpan/authors/id/K/KE/KEICHNER/Term-Sk-0.18.tar.gz"; + sha256 = "f2e491796061205b08688802b287792d7d803b08972339fb1070ba05612af885"; + }; + meta = { + description = "Perl extension for displaying a progress indicator on a terminal."; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + TermUI = buildPerlPackage { pname = "Term-UI"; version = "0.46"; @@ -19316,6 +19470,20 @@ let propagatedBuildInputs = [ SubUplevel ]; }; + TestExpect = buildPerlPackage { + pname = "Test-Expect"; + version = "0.34"; + src = fetchurl { + url = "mirror://cpan/authors/id/B/BP/BPS/Test-Expect-0.34.tar.gz"; + sha256 = "2628fcecdda5f649bd25323f646b96a1a07e4557cadcb327c9bad4dc41bbb999"; + }; + propagatedBuildInputs = [ ClassAccessorChained ExpectSimple ]; + meta = { + description = "Automated driving and testing of terminal-based programs"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + TestFailWarnings = buildPerlPackage { pname = "Test-FailWarnings"; version = "0.008"; @@ -20171,6 +20339,20 @@ let propagatedBuildInputs = [ CaptureTiny ProbePerl ]; }; + TestScriptRun = buildPerlPackage { + pname = "Test-Script-Run"; + version = "0.08"; + src = fetchurl { + url = "mirror://cpan/authors/id/S/SU/SUNNAVY/Test-Script-Run-0.08.tar.gz"; + sha256 = "1fef216e70bc425ace3e2c4370dfcdddb5e798b099efba2679244a4d5bc1ab0a"; + }; + propagatedBuildInputs = [ IPCRun3 TestException ]; + meta = { + description = "Test scripts with run"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + TestSharedFork = buildPerlPackage { pname = "Test-SharedFork"; version = "0.35"; diff --git a/pkgs/top-level/php-packages.nix b/pkgs/top-level/php-packages.nix index 8f052ee87b8..1e915f93851 100644 --- a/pkgs/top-level/php-packages.nix +++ b/pkgs/top-level/php-packages.nix @@ -399,6 +399,8 @@ in meta.maintainers = lib.teams.php.members; }; + blackfire = pkgs.callPackage ../development/tools/misc/blackfire/php-probe.nix { inherit php; }; + couchbase = buildPecl rec { version = "2.6.1"; pname = "couchbase"; diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index e1ae539fb6f..3d8980eb8ad 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -768,7 +768,7 @@ in { bandit = callPackage ../development/python-modules/bandit { }; - bap = callPackage ../development/python-modules/bap { bap = pkgs.ocaml-ng.ocamlPackages_4_06.bap; }; + bap = callPackage ../development/python-modules/bap { bap = pkgs.ocaml-ng.ocamlPackages_4_07.bap; }; base58 = callPackage ../development/python-modules/base58 { }; @@ -4498,6 +4498,8 @@ in { pkuseg = callPackage ../development/python-modules/pkuseg { }; + python-csxcad = callPackage ../development/python-modules/python-csxcad { }; + pkutils = callPackage ../development/python-modules/pkutils { }; plac = callPackage ../development/python-modules/plac { }; @@ -4893,8 +4895,6 @@ in { pydot = callPackage ../development/python-modules/pydot { inherit (pkgs) graphviz; }; - pydot_ng = callPackage ../development/python-modules/pydot_ng { graphviz = pkgs.graphviz; }; - pydotplus = callPackage ../development/python-modules/pydotplus { }; pydrive = callPackage ../development/python-modules/pydrive { }; @@ -6716,6 +6716,8 @@ in { else callPackage ../development/python-modules/sphinx/2.nix { }; + sphinx-argparse = callPackage ../development/python-modules/sphinx-argparse { }; + sphinx-jinja = callPackage ../development/python-modules/sphinx-jinja { }; sphinx-navtree = callPackage ../development/python-modules/sphinx-navtree { };