diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 534405fdfc8d..8d5f0c1be5a6 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -6303,6 +6303,12 @@
githubId = 1843676;
name = "Jonathan Reeve";
};
+ jonnybolton = {
+ email = "jonnybolton@gmail.com";
+ github = "jonnybolton";
+ githubId = 8580434;
+ name = "Jonny Bolton";
+ };
jonringer = {
email = "jonringer117@gmail.com";
matrix = "@jonringer:matrix.org";
@@ -7848,6 +7854,12 @@
githubId = 7645711;
name = "Bart Brouns";
};
+ magnouvean = {
+ email = "rg0zjsyh@anonaddy.me";
+ github = "magnouvean";
+ githubId = 85435692;
+ name = "Maxwell Berg";
+ };
mahe = {
email = "matthias.mh.herrmann@gmail.com";
github = "2chilled";
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index c6eaf4624291..83f3c4a03bf9 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -36,6 +36,18 @@
PHP now defaults to PHP 8.1, updated from 8.0.
+
+
+ hardware.nvidia has a new option
+ open that can be used to opt in the
+ opensource version of NVIDIA kernel driver. Note that the
+ driver’s support for GeForce and Workstation GPUs is still
+ alpha quality, see
+ NVIDIA
+ Releases Open-Source GPU Kernel Modules for the
+ official announcement.
+
+
@@ -140,6 +152,12 @@
instead.
+
+
+ k3s no longer supports docker as runtime
+ due to upstream dropping support.
+
+
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 56df3c00cb20..2c5cc7c633cf 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -19,6 +19,8 @@ In addition to numerous new and upgraded packages, this release has the followin
- PHP now defaults to PHP 8.1, updated from 8.0.
+- `hardware.nvidia` has a new option `open` that can be used to opt in the opensource version of NVIDIA kernel driver. Note that the driver's support for GeForce and Workstation GPUs is still alpha quality, see [NVIDIA Releases Open-Source GPU Kernel Modules](https://developer.nvidia.com/blog/nvidia-releases-open-source-gpu-kernel-modules/) for the official announcement.
+
## New Services {#sec-release-22.11-new-services}
@@ -57,6 +59,8 @@ In addition to numerous new and upgraded packages, this release has the followin
- (Neo)Vim can not be configured with `configure.pathogen` anymore to reduce maintainance burden.
Use `configure.packages` instead.
+- `k3s` no longer supports docker as runtime due to upstream dropping support.
+
## Other Notable Changes {#sec-release-22.11-notable-changes}
diff --git a/nixos/lib/test-driver/setup.py b/nixos/lib/test-driver/setup.py
index 476c7b2dab2a..1719b988db68 100644
--- a/nixos/lib/test-driver/setup.py
+++ b/nixos/lib/test-driver/setup.py
@@ -4,6 +4,7 @@ setup(
name="nixos-test-driver",
version='1.1',
packages=find_packages(),
+ package_data={"test_driver": ["py.typed"]},
entry_points={
"console_scripts": [
"nixos-test-driver=test_driver:main",
diff --git a/nixos/lib/testing-python.nix b/nixos/lib/testing-python.nix
index a6868a708aaf..4bb1689ffd78 100644
--- a/nixos/lib/testing-python.nix
+++ b/nixos/lib/testing-python.nix
@@ -119,6 +119,7 @@ rec {
{
inherit testName;
nativeBuildInputs = [ makeWrapper mypy ];
+ buildInputs = [ testDriver ];
testScript = testScript';
preferLocalBuild = true;
passthru = passthru // {
@@ -138,13 +139,10 @@ rec {
echo "${builtins.toString vlanNames}" >> testScriptWithTypes
echo -n "$testScript" >> testScriptWithTypes
- # set pythonpath so mypy knows where to find the imports. this requires the py.typed file.
- export PYTHONPATH='${./test-driver}'
mypy --no-implicit-optional \
--pretty \
--no-color-output \
testScriptWithTypes
- unset PYTHONPATH
''}
echo -n "$testScript" >> $out/test-script
diff --git a/nixos/modules/hardware/video/nvidia.nix b/nixos/modules/hardware/video/nvidia.nix
index a9b04bcc8595..b4717719661a 100644
--- a/nixos/modules/hardware/video/nvidia.nix
+++ b/nixos/modules/hardware/video/nvidia.nix
@@ -183,6 +183,14 @@ in
'';
example = literalExpression "config.boot.kernelPackages.nvidiaPackages.legacy_340";
};
+
+ hardware.nvidia.open = lib.mkOption {
+ type = lib.types.bool;
+ default = false;
+ description = ''
+ Whether to use the open source kernel module
+ '';
+ };
};
config = let
@@ -231,6 +239,11 @@ in
);
message = "Required files for driver based power management don't exist.";
}
+
+ {
+ assertion = cfg.open -> (cfg.package ? open && cfg.package ? firmware);
+ message = "This version of NVIDIA driver does not provide a corresponding opensource kernel driver";
+ }
];
# If Optimus/PRIME is enabled, we:
@@ -364,7 +377,8 @@ in
++ optional (nvidia_x11.persistenced != null && config.virtualisation.docker.enableNvidia)
"L+ /run/nvidia-docker/extras/bin/nvidia-persistenced - - - - ${nvidia_x11.persistenced}/origBin/nvidia-persistenced";
- boot.extraModulePackages = [ nvidia_x11.bin ];
+ boot.extraModulePackages = if cfg.open then [ nvidia_x11.open ] else [ nvidia_x11.bin ];
+ hardware.firmware = lib.optional cfg.open nvidia_x11.firmware;
# nvidia-uvm is required by CUDA applications.
boot.kernelModules = [ "nvidia-uvm" ] ++
@@ -372,7 +386,8 @@ in
# If requested enable modesetting via kernel parameter.
boot.kernelParams = optional (offloadCfg.enable || cfg.modesetting.enable) "nvidia-drm.modeset=1"
- ++ optional cfg.powerManagement.enable "nvidia.NVreg_PreserveVideoMemoryAllocations=1";
+ ++ optional cfg.powerManagement.enable "nvidia.NVreg_PreserveVideoMemoryAllocations=1"
+ ++ optional cfg.open "nvidia.NVreg_OpenRmEnableUnsupportedGpus=1";
services.udev.extraRules =
''
diff --git a/nixos/modules/services/cluster/k3s/default.nix b/nixos/modules/services/cluster/k3s/default.nix
index 3a36cfa3f37b..421aa0aac60e 100644
--- a/nixos/modules/services/cluster/k3s/default.nix
+++ b/nixos/modules/services/cluster/k3s/default.nix
@@ -3,8 +3,14 @@
with lib;
let
cfg = config.services.k3s;
+ removeOption = config: instruction:
+ lib.mkRemovedOptionModule ([ "services" "k3s" ] ++ config) instruction;
in
{
+ imports = [
+ (removeOption [ "docker" ] "k3s docker option is no longer supported.")
+ ];
+
# interface
options.services.k3s = {
enable = mkEnableOption "k3s";
@@ -48,12 +54,6 @@ in
default = null;
};
- docker = mkOption {
- type = types.bool;
- default = false;
- description = "Use docker to run containers rather than the built-in containerd.";
- };
-
extraFlags = mkOption {
description = "Extra flags to pass to the k3s command.";
type = types.str;
@@ -88,14 +88,11 @@ in
}
];
- virtualisation.docker = mkIf cfg.docker {
- enable = mkDefault true;
- };
environment.systemPackages = [ config.services.k3s.package ];
systemd.services.k3s = {
description = "k3s service";
- after = [ "network.service" "firewall.service" ] ++ (optional cfg.docker "docker.service");
+ after = [ "network.service" "firewall.service" ];
wants = [ "network.service" "firewall.service" ];
wantedBy = [ "multi-user.target" ];
path = optional config.boot.zfs.enabled config.boot.zfs.package;
@@ -113,8 +110,8 @@ in
ExecStart = concatStringsSep " \\\n " (
[
"${cfg.package}/bin/k3s ${cfg.role}"
- ] ++ (optional cfg.docker "--docker")
- ++ (optional (cfg.docker && config.systemd.enableUnifiedCgroupHierarchy) "--kubelet-arg=cgroup-driver=systemd")
+ ]
+ ++ (optional (config.systemd.enableUnifiedCgroupHierarchy) "--kubelet-arg=cgroup-driver=systemd")
++ (optional cfg.disableAgent "--disable-agent")
++ (optional (cfg.serverAddr != "") "--server ${cfg.serverAddr}")
++ (optional (cfg.token != "") "--token ${cfg.token}")
diff --git a/nixos/modules/services/misc/gollum.nix b/nixos/modules/services/misc/gollum.nix
index 354278fad226..5a5f488dc565 100644
--- a/nixos/modules/services/misc/gollum.nix
+++ b/nixos/modules/services/misc/gollum.nix
@@ -47,7 +47,7 @@ in
user-icons = mkOption {
type = types.nullOr (types.enum [ "gravatar" "identicon" ]);
default = null;
- description = "User icons for history view";
+ description = "Enable specific user icons for history view";
};
emoji = mkOption {
@@ -68,6 +68,12 @@ in
description = "Disable editing pages";
};
+ local-time = mkOption {
+ type = types.bool;
+ default = false;
+ description = "Use the browser's local timezone instead of the server's for displaying dates.";
+ };
+
branch = mkOption {
type = types.str;
default = "master";
@@ -123,6 +129,7 @@ in
${optionalString cfg.emoji "--emoji"} \
${optionalString cfg.h1-title "--h1-title"} \
${optionalString cfg.no-edit "--no-edit"} \
+ ${optionalString cfg.local-time "--local-time"} \
${optionalString (cfg.allowUploads != null) "--allow-uploads ${cfg.allowUploads}"} \
${optionalString (cfg.user-icons != null) "--user-icons ${cfg.user-icons}"} \
${cfg.stateDir}
diff --git a/nixos/modules/services/network-filesystems/ipfs.nix b/nixos/modules/services/network-filesystems/ipfs.nix
index 395b9788855f..a5f8f55a682c 100644
--- a/nixos/modules/services/network-filesystems/ipfs.nix
+++ b/nixos/modules/services/network-filesystems/ipfs.nix
@@ -257,7 +257,7 @@ in
'' + optionalString cfg.autoMigrate ''
${pkgs.ipfs-migrator}/bin/fs-repo-migrations -to '${cfg.package.repoVersion}' -y
'' + ''
- ipfs --offline config profile apply ${profile}
+ ipfs --offline config profile apply ${profile} >/dev/null
fi
'' + optionalString cfg.autoMount ''
ipfs --offline config Mounts.FuseAllowOther --json true
diff --git a/nixos/modules/tasks/network-interfaces-scripted.nix b/nixos/modules/tasks/network-interfaces-scripted.nix
index 66fdc61d2835..dce72b36fc50 100644
--- a/nixos/modules/tasks/network-interfaces-scripted.nix
+++ b/nixos/modules/tasks/network-interfaces-scripted.nix
@@ -90,7 +90,7 @@ let
bindsTo = [ "network-setup.service" ];
};
- networkSetup =
+ networkSetup = lib.mkIf (config.networking.resolvconf.enable || cfg.defaultGateway != null || cfg.defaultGateway6 != null)
{ description = "Networking Setup";
after = [ "network-pre.target" "systemd-udevd.service" "systemd-sysctl.service" ];
diff --git a/nixos/modules/virtualisation/lxc-container.nix b/nixos/modules/virtualisation/lxc-container.nix
index 9816cc2332fb..d3a2e0ed151d 100644
--- a/nixos/modules/virtualisation/lxc-container.nix
+++ b/nixos/modules/virtualisation/lxc-container.nix
@@ -63,18 +63,18 @@ in
default = {};
example = literalExpression ''
{
- # create /etc/hostname on container creation
+ # create /etc/hostname on container creation. also requires networking.hostName = "" to be set
"hostname" = {
enable = true;
target = "/etc/hostname";
- template = builtins.writeFile "hostname.tpl" "{{ container.name }}";
+ template = builtins.toFile "hostname.tpl" "{{ container.name }}";
when = [ "create" ];
};
# create /etc/nixos/hostname.nix with a configuration for keeping the hostname applied
"hostname-nix" = {
enable = true;
target = "/etc/nixos/hostname.nix";
- template = builtins.writeFile "hostname-nix.tpl" "{ ... }: { networking.hostName = "{{ container.name }}"; }";
+ template = builtins.toFile "hostname-nix.tpl" "{ ... }: { networking.hostName = \"{{ container.name }}\"; }";
# copy keeps the file updated when the container is changed
when = [ "create" "copy" ];
};
@@ -82,7 +82,7 @@ in
"configuration-nix" = {
enable = true;
target = "/etc/nixos/configuration.nix";
- template = builtins.writeFile "configuration-nix" "{{ config_get(\"user.user-data\", properties.default) }}";
+ template = builtins.toFile "configuration-nix" "{{ config_get(\"user.user-data\", properties.default) }}";
when = [ "create" ];
};
};
diff --git a/nixos/tests/acme.nix b/nixos/tests/acme.nix
index 2dd06a50f40b..c07f99c5db3a 100644
--- a/nixos/tests/acme.nix
+++ b/nixos/tests/acme.nix
@@ -578,7 +578,7 @@ in {
webserver.wait_for_unit(f"acme-finished-{test_domain}.target")
wait_for_server()
check_connection(client, test_domain)
- rc, _ = client.execute(
+ rc, _s = client.execute(
f"openssl s_client -CAfile /tmp/ca.crt -connect {test_alias}:443"
" /dev/null | openssl x509 -noout -text"
f" | grep DNS: | grep {test_alias}"
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index d5e422bb94f2..099b8e7972c9 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -254,7 +254,6 @@ in {
jirafeau = handleTest ./jirafeau.nix {};
jitsi-meet = handleTest ./jitsi-meet.nix {};
k3s-single-node = handleTest ./k3s-single-node.nix {};
- k3s-single-node-docker = handleTest ./k3s-single-node-docker.nix {};
kafka = handleTest ./kafka.nix {};
kanidm = handleTest ./kanidm.nix {};
kbd-setfont-decompress = handleTest ./kbd-setfont-decompress.nix {};
diff --git a/nixos/tests/convos.nix b/nixos/tests/convos.nix
index 72275ab390d9..cc0c2e75893c 100644
--- a/nixos/tests/convos.nix
+++ b/nixos/tests/convos.nix
@@ -23,7 +23,7 @@ in
testScript = ''
machine.wait_for_unit("convos")
- machine.wait_for_open_port(port)
+ machine.wait_for_open_port(${toString port})
machine.succeed("journalctl -u convos | grep -q 'Listening at.*${toString port}'")
machine.succeed("curl -f http://localhost:${toString port}/")
'';
diff --git a/nixos/tests/fcitx/default.nix b/nixos/tests/fcitx/default.nix
index 78b322d351d3..c132249fcb24 100644
--- a/nixos/tests/fcitx/default.nix
+++ b/nixos/tests/fcitx/default.nix
@@ -5,6 +5,7 @@ import ../make-test-python.nix (
# copy_from_host works only for store paths
rec {
name = "fcitx";
+ meta.broken = true; # takes hours to time out since October 2021
nodes.machine =
{
pkgs,
diff --git a/nixos/tests/k3s-single-node-docker.nix b/nixos/tests/k3s-single-node-docker.nix
deleted file mode 100644
index 735aa5ac2975..000000000000
--- a/nixos/tests/k3s-single-node-docker.nix
+++ /dev/null
@@ -1,84 +0,0 @@
-import ./make-test-python.nix ({ pkgs, ... }:
-
- let
- imageEnv = pkgs.buildEnv {
- name = "k3s-pause-image-env";
- paths = with pkgs; [ tini (hiPrio coreutils) busybox ];
- };
- pauseImage = pkgs.dockerTools.streamLayeredImage {
- name = "test.local/pause";
- tag = "local";
- contents = imageEnv;
- config.Entrypoint = [ "/bin/tini" "--" "/bin/sleep" "inf" ];
- };
- # Don't use the default service account because there's a race where it may
- # not be created yet; make our own instead.
- testPodYaml = pkgs.writeText "test.yml" ''
- apiVersion: v1
- kind: ServiceAccount
- metadata:
- name: test
- ---
- apiVersion: v1
- kind: Pod
- metadata:
- name: test
- spec:
- serviceAccountName: test
- containers:
- - name: test
- image: test.local/pause:local
- imagePullPolicy: Never
- command: ["sh", "-c", "sleep inf"]
- '';
- in
- {
- name = "k3s";
- meta = with pkgs.lib.maintainers; {
- maintainers = [ euank ];
- };
-
- nodes.machine = { pkgs, ... }: {
- environment.systemPackages = with pkgs; [ k3s gzip ];
-
- # k3s uses enough resources the default vm fails.
- virtualisation.memorySize = 1536;
- virtualisation.diskSize = 4096;
-
- services.k3s = {
- enable = true;
- role = "server";
- docker = true;
- # Slightly reduce resource usage
- extraFlags = "--no-deploy coredns,servicelb,traefik,local-storage,metrics-server --pause-image test.local/pause:local";
- };
-
- users.users = {
- noprivs = {
- isNormalUser = true;
- description = "Can't access k3s by default";
- password = "*";
- };
- };
- };
-
- testScript = ''
- start_all()
-
- machine.wait_for_unit("k3s")
- machine.succeed("k3s kubectl cluster-info")
- machine.fail("sudo -u noprivs k3s kubectl cluster-info")
- # FIXME: this fails with the current nixos kernel config; once it passes, we should uncomment it
- # machine.succeed("k3s check-config")
-
- machine.succeed(
- "${pauseImage} | docker load"
- )
-
- machine.succeed("k3s kubectl apply -f ${testPodYaml}")
- machine.succeed("k3s kubectl wait --for 'condition=Ready' pod/test")
- machine.succeed("k3s kubectl delete -f ${testPodYaml}")
-
- machine.shutdown()
- '';
- })
diff --git a/pkgs/applications/audio/flacon/default.nix b/pkgs/applications/audio/flacon/default.nix
index 83d9c5da8381..1b1a9e7dd119 100644
--- a/pkgs/applications/audio/flacon/default.nix
+++ b/pkgs/applications/audio/flacon/default.nix
@@ -1,20 +1,20 @@
{ stdenv, lib, fetchFromGitHub, cmake, libuchardet, pkg-config, shntool, flac
-, opusTools, vorbis-tools, mp3gain, lame, wavpack, vorbisgain, gtk3, qtbase
+, opusTools, vorbis-tools, mp3gain, lame, taglib, wavpack, vorbisgain, gtk3, qtbase
, qttools, wrapQtAppsHook }:
stdenv.mkDerivation rec {
pname = "flacon";
- version = "7.0.1";
+ version = "9.0.0";
src = fetchFromGitHub {
owner = "flacon";
repo = "flacon";
rev = "v${version}";
- sha256 = "sha256-35tARJkyhC8EisIyDCwuT/UUruzLjJRUuZysuqeNssM=";
+ sha256 = "sha256-x27tp8NnAae8y8n9Z1JMobFrgPVRADVZj2cRyul7+cM=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
- buildInputs = [ qtbase qttools libuchardet ];
+ buildInputs = [ qtbase qttools libuchardet taglib ];
bin_path = lib.makeBinPath [
shntool
diff --git a/pkgs/applications/audio/google-play-music-desktop-player/default.nix b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
deleted file mode 100644
index 74286073b904..000000000000
--- a/pkgs/applications/audio/google-play-music-desktop-player/default.nix
+++ /dev/null
@@ -1,82 +0,0 @@
-{ lib, stdenv, alsa-lib, atk, at-spi2-atk, cairo, cups, dbus, dpkg, expat, fontconfig, freetype
-, fetchurl, GConf, gdk-pixbuf, glib, gtk2, gtk3, libpulseaudio, makeWrapper, nspr
-, nss, pango, udev, xorg
-}:
-
-let
- version = "4.7.1";
-
- deps = [
- alsa-lib
- atk
- at-spi2-atk
- cairo
- cups
- dbus
- expat
- fontconfig
- freetype
- GConf
- gdk-pixbuf
- glib
- gtk2
- gtk3
- libpulseaudio
- nspr
- nss
- pango
- stdenv.cc.cc
- udev
- xorg.libX11
- xorg.libxcb
- xorg.libXcomposite
- xorg.libXcursor
- xorg.libXdamage
- xorg.libXext
- xorg.libXfixes
- xorg.libXi
- xorg.libXrandr
- xorg.libXrender
- xorg.libXScrnSaver
- xorg.libXtst
- ];
-
-in
-
-stdenv.mkDerivation {
- pname = "google-play-music-desktop-player";
- inherit version;
-
- src = fetchurl {
- url = "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v${version}/google-play-music-desktop-player_${version}_amd64.deb";
- sha256 = "1ljm9c5sv6wa7pa483yq03wq9j1h1jdh8363z5m2imz407yzgm5r";
- };
-
- dontBuild = true;
- nativeBuildInputs = [ dpkg makeWrapper ];
-
- unpackPhase = ''
- dpkg -x $src .
- '';
-
- installPhase = ''
- mkdir -p $out
- cp -r ./usr/share $out
- cp -r ./usr/bin $out
-
- patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
- "$out/share/google-play-music-desktop-player/Google Play Music Desktop Player"
-
- wrapProgram $out/bin/google-play-music-desktop-player \
- --prefix LD_LIBRARY_PATH : "$out/share/google-play-music-desktop-player" \
- --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath deps}"
- '';
-
- meta = {
- homepage = "https://www.googleplaymusicdesktopplayer.com/";
- description = "A beautiful cross platform Desktop Player for Google Play Music and YouTube Music";
- license = lib.licenses.mit;
- platforms = [ "x86_64-linux" ];
- maintainers = with lib.maintainers; [ anna328p SuprDewd ];
- };
-}
diff --git a/pkgs/applications/audio/klystrack/default.nix b/pkgs/applications/audio/klystrack/default.nix
index 5d26397efdb7..362c76a0d4de 100644
--- a/pkgs/applications/audio/klystrack/default.nix
+++ b/pkgs/applications/audio/klystrack/default.nix
@@ -27,6 +27,12 @@ stdenv.mkDerivation rec {
})
];
+ # Workaround build failure on -fno-common toolchains:
+ # ld: libengine_gui.a(gui_menu.o):(.bss+0x0): multiple definition of
+ # `menu_t'; objs.release/action.o:(.bss+0x20): first defined here
+ # TODO: remove it for 1.7.7+ release as it was fixed upstream.
+ NIX_CFLAGS_COMPILE = "-fcommon";
+
buildFlags = [ "PREFIX=${placeholder "out"}" "CFG=release" ];
installPhase = ''
diff --git a/pkgs/applications/editors/featherpad/default.nix b/pkgs/applications/editors/featherpad/default.nix
index f722f8c3db82..e2d4e6a47b22 100644
--- a/pkgs/applications/editors/featherpad/default.nix
+++ b/pkgs/applications/editors/featherpad/default.nix
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "featherpad";
- version = "1.1.1";
+ version = "1.2.0";
src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
- sha256 = "sha256-qDhubKk6FLZmVxp4SkGm1B7zIg6rPtPRoFGCcBYUDFA=";
+ sha256 = "sha256-KKk3acjzqtNhetus/TZFSv2SUSYMzWrYYQ+Uj/XLSKc=";
};
nativeBuildInputs = [ cmake pkg-config qttools ];
diff --git a/pkgs/applications/editors/netbeans/default.nix b/pkgs/applications/editors/netbeans/default.nix
index 2282e583683d..1fd1e2cbf565 100644
--- a/pkgs/applications/editors/netbeans/default.nix
+++ b/pkgs/applications/editors/netbeans/default.nix
@@ -3,7 +3,7 @@
}:
let
- version = "13";
+ version = "14";
desktopItem = makeDesktopItem {
name = "netbeans";
exec = "netbeans";
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
inherit version;
src = fetchurl {
url = "mirror://apache/netbeans/netbeans/${version}/netbeans-${version}-bin.zip";
- hash = "sha512-Xnh2OhnHOo++gGPx1o/WmcTHV7KNVeeT6ut9xH2Zo0EFtt43GFi2+HLOXm3u/IcjAzWlbGvIp9+TVUnwDusDoA==";
+ hash = "sha512-AEuUOiVCvZh4SjghQR2j8LBIubEBzEaZqWsb93icZU9K1sc6ddUanLD0NsQhzjK6oK1EDv5GG9PmqOXo6Sf1xg==";
};
buildCommand = ''
diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix
index 665a7ebcbfbf..9a362fec65be 100644
--- a/pkgs/applications/editors/rstudio/default.nix
+++ b/pkgs/applications/editors/rstudio/default.nix
@@ -39,16 +39,17 @@
let
pname = "RStudio";
- version = "1.4.1717";
- RSTUDIO_VERSION_MAJOR = lib.versions.major version;
- RSTUDIO_VERSION_MINOR = lib.versions.minor version;
- RSTUDIO_VERSION_PATCH = lib.versions.patch version;
+ version = "2022.02.3+492";
+ RSTUDIO_VERSION_MAJOR = "2022";
+ RSTUDIO_VERSION_MINOR = "02";
+ RSTUDIO_VERSION_PATCH = "3";
+ RSTUDIO_VERSION_SUFFIX = "+492";
src = fetchFromGitHub {
owner = "rstudio";
repo = "rstudio";
rev = "v${version}";
- sha256 = "sha256-9c1bNsf8kJjpcZ2cMV/pPNtXQkFOntX29a1cdnXpllE=";
+ sha256 = "1pgbk5rpy47h9ihdrplbfhfc49hrc6242j9099bclq7rqif049wi";
};
mathJaxSrc = fetchurl {
@@ -59,7 +60,7 @@ let
rsconnectSrc = fetchFromGitHub {
owner = "rstudio";
repo = "rsconnect";
- rev = "f5854bb71464f6e3017da9855f058fe3d5b32efd";
+ rev = "e287b586e7da03105de3faa8774c63f08984eb3c";
sha256 = "sha256-ULyWdSgGPSAwMt0t4QPuzeUE6Bo6IJh+5BMgW1bFN+Y=";
};
@@ -74,7 +75,7 @@ let
in
(if server then stdenv.mkDerivation else mkDerivation)
(rec {
- inherit pname version src RSTUDIO_VERSION_MAJOR RSTUDIO_VERSION_MINOR RSTUDIO_VERSION_PATCH;
+ inherit pname version src RSTUDIO_VERSION_MAJOR RSTUDIO_VERSION_MINOR RSTUDIO_VERSION_PATCH RSTUDIO_VERSION_SUFFIX;
nativeBuildInputs = [
cmake
@@ -114,6 +115,7 @@ in
"-DRSTUDIO_USE_SYSTEM_SOCI=ON"
"-DRSTUDIO_USE_SYSTEM_BOOST=ON"
"-DRSTUDIO_USE_SYSTEM_YAML_CPP=ON"
+ "-DQUARTO_ENABLED=FALSE"
"-DPANDOC_VERSION=${pandoc.version}"
"-DCMAKE_INSTALL_PREFIX=${placeholder "out"}/lib/rstudio"
] ++ lib.optional (!server) [
@@ -124,14 +126,9 @@ in
patches = [
./r-location.patch
./clang-location.patch
- # postFetch doesn't work with this | error: unexpected end-of-file
- # replacing /usr/bin/node is done in postPatch
- # https://src.fedoraproject.org/rpms/rstudio/tree/rawhide
- (fetchpatch {
- name = "system-node.patch";
- url = "https://src.fedoraproject.org/rpms/rstudio/raw/5bda2e290c9e72305582f2011040938d3e356906/f/0004-use-system-node.patch";
- sha256 = "sha256-P1Y07RB/ceFNa749nyBUWSE41eiiZgt43zVcmahvfZM=";
- })
+ ./use-system-node.patch
+ ./fix-resources-path.patch
+ ./pandoc-nix-path.patch
];
postPatch = ''
@@ -141,14 +138,14 @@ in
--replace 'SOCI_LIBRARY_DIR "/usr/lib"' 'SOCI_LIBRARY_DIR "${soci}/lib"'
substituteInPlace src/gwt/build.xml \
- --replace '/usr/bin/node' '${nodejs}/bin/node'
+ --replace '@node@' ${nodejs}
substituteInPlace src/cpp/core/libclang/LibClang.cpp \
--replace '@libclang@' ${llvmPackages.libclang.lib} \
--replace '@libclang.so@' ${llvmPackages.libclang.lib}/lib/libclang.so
- substituteInPlace src/cpp/session/include/session/SessionConstants.hpp \
- --replace "bin/pandoc" "${pandoc}/bin/pandoc"
+ substituteInPlace src/cpp/session/include/session/SessionConstants.hpp \
+ --replace '@pandoc@' ${pandoc}/bin/pandoc
'';
hunspellDictionaries = with lib; filter isDerivation (unique (attrValues hunspellDicts));
@@ -197,6 +194,7 @@ in
for f in .gitignore .Rbuildignore LICENSE README; do
find . -name $f -delete
done
+
rm -r $out/lib/rstudio/{INSTALL,COPYING,NOTICE,README.md,SOURCE,VERSION}
rm -r $out/lib/rstudio/bin/{pandoc/pandoc,pandoc}
'';
diff --git a/pkgs/applications/editors/rstudio/fix-resources-path.patch b/pkgs/applications/editors/rstudio/fix-resources-path.patch
new file mode 100644
index 000000000000..24f8b3cb51b9
--- /dev/null
+++ b/pkgs/applications/editors/rstudio/fix-resources-path.patch
@@ -0,0 +1,19 @@
+--- a/src/cpp/desktop/DesktopOptions.cpp
++++ b/src/cpp/desktop/DesktopOptions.cpp
+@@ -499,15 +499,9 @@
+ {
+ if (resourcesPath_.isEmpty())
+ {
+-#ifdef RSTUDIO_PACKAGE_BUILD
+ // release configuration: the 'resources' folder is
+ // part of the supporting files folder
+- resourcesPath_ = supportingFilePath().completePath("resources");
+-#else
+- // developer configuration: the 'resources' folder is
+- // a sibling of the RStudio executable
+- resourcesPath_ = scriptsPath().completePath("resources");
+-#endif
++ resourcesPath_ = supportingFilePath().completePath("resources");
+ }
+
+ return resourcesPath_;
diff --git a/pkgs/applications/editors/rstudio/package.json b/pkgs/applications/editors/rstudio/package.json
index 31943987a522..6677ca9e06de 100644
--- a/pkgs/applications/editors/rstudio/package.json
+++ b/pkgs/applications/editors/rstudio/package.json
@@ -5,57 +5,59 @@
"license": "agpl-3.0",
"dependencies": {
"@types/ace": "^0.0.43",
- "@types/clipboard": "^2.0.1",
+ "@types/clipboard": "^2.0.7",
"@types/diff-match-patch": "^1.0.32",
- "@types/js-yaml": "^3.12.3",
+ "@types/js-yaml": "^4.0.3",
"@types/lodash.debounce": "^4.0.6",
+ "@types/lodash.orderby": "^4.6.6",
"@types/lodash.uniqby": "^4.7.6",
"@types/orderedmap": "^1.0.0",
- "@types/prosemirror-commands": "^1.0.3",
- "@types/prosemirror-dev-tools": "^2.1.0",
- "@types/prosemirror-dropcursor": "^1.0.0",
- "@types/prosemirror-gapcursor": "^1.0.1",
- "@types/prosemirror-history": "^1.0.1",
- "@types/prosemirror-inputrules": "^1.0.3",
- "@types/prosemirror-keymap": "^1.0.3",
- "@types/prosemirror-model": "^1.7.2",
- "@types/prosemirror-schema-list": "^1.0.1",
- "@types/prosemirror-state": "^1.2.5",
+ "@types/pinyin": "^2.10.0",
+ "@types/prosemirror-commands": "^1.0.4",
+ "@types/prosemirror-dropcursor": "^1.0.3",
+ "@types/prosemirror-gapcursor": "^1.0.4",
+ "@types/prosemirror-history": "^1.0.3",
+ "@types/prosemirror-inputrules": "^1.0.4",
+ "@types/prosemirror-keymap": "^1.0.4",
+ "@types/prosemirror-schema-list": "^1.0.3",
"@types/prosemirror-tables": "^0.9.1",
- "@types/prosemirror-transform": "^1.1.1",
- "@types/react": "^16.9.32",
- "@types/react-dom": "^16.9.6",
- "@types/react-window": "^1.8.2",
- "@types/zenscroll": "^4.0.0",
- "biblatex-csl-converter": "^1.9.1",
- "clipboard": "^2.0.6",
- "diff-match-patch": "^1.0.4",
- "fuse.js": "^6.0.4",
- "js-yaml": "^3.13.1",
+ "@types/react": "^17.0.20",
+ "@types/react-dom": "^17.0.9",
+ "@types/react-window": "^1.8.5",
+ "@types/transliteration": "^1.6.6",
+ "@types/zenscroll": "^4.0.1",
+ "biblatex-csl-converter": "^2.0.2",
+ "clipboard": "^2.0.8",
+ "diff-match-patch": "^1.0.5",
+ "fuse.js": "^6.4.6",
+ "js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
+ "lodash.orderby": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"orderedmap": "^1.0.0",
+ "pinyin": "^2.10.2",
"prosemirror-changeset": "^2.1.2",
- "prosemirror-commands": "^1.1.4",
+ "prosemirror-commands": "^1.1.10",
"prosemirror-dev-tools": "^2.1.1",
- "prosemirror-dropcursor": "^1.3.2",
+ "prosemirror-dropcursor": "^1.3.5",
"prosemirror-gapcursor": "^1.1.5",
- "prosemirror-history": "^1.1.3",
- "prosemirror-inputrules": "^1.1.2",
+ "prosemirror-history": "^1.2.0",
+ "prosemirror-inputrules": "^1.1.3",
"prosemirror-keymap": "^1.1.4",
- "prosemirror-model": "^1.11.0",
- "prosemirror-schema-list": "^1.1.4",
- "prosemirror-state": "^1.3.3",
+ "prosemirror-model": "^1.14.3",
+ "prosemirror-schema-list": "^1.1.5",
+ "prosemirror-state": "^1.3.4",
"prosemirror-tables": "^1.1.1",
- "prosemirror-transform": "^1.2.8",
+ "prosemirror-transform": "^1.3.2",
"prosemirror-utils": "^0.9.6",
- "prosemirror-view": "^1.15.6",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-window": "^1.8.5",
- "sentence-splitter": "^3.2.0",
+ "prosemirror-view": "^1.20.1",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "react-window": "^1.8.6",
+ "sentence-splitter": "^3.2.2",
"thenby": "^1.3.3",
"tlite": "^0.1.9",
+ "transliteration": "^2.2.0",
"typescript": "3.8.3",
"zenscroll": "^4.0.2"
},
diff --git a/pkgs/applications/editors/rstudio/pandoc-nix-path.patch b/pkgs/applications/editors/rstudio/pandoc-nix-path.patch
new file mode 100644
index 000000000000..a2b9bbd9f02b
--- /dev/null
+++ b/pkgs/applications/editors/rstudio/pandoc-nix-path.patch
@@ -0,0 +1,11 @@
+--- a/src/cpp/session/include/session/SessionConstants.hpp
++++ b/src/cpp/session/include/session/SessionConstants.hpp
+@@ -140,7 +140,7 @@
+ #ifdef QUARTO_ENABLED
+ # define kDefaultPandocPath "bin/quarto/bin"
+ #else
+-# define kDefaultPandocPath "bin/pandoc"
++# define kDefaultPandocPath "@pandoc@"
+ #endif
+
+ #define kDefaultQuartoPath "bin/quarto"
diff --git a/pkgs/applications/editors/rstudio/use-system-node.patch b/pkgs/applications/editors/rstudio/use-system-node.patch
new file mode 100644
index 000000000000..b78adbaee263
--- /dev/null
+++ b/pkgs/applications/editors/rstudio/use-system-node.patch
@@ -0,0 +1,28 @@
+--- a/src/gwt/build.xml
++++ b/src/gwt/build.xml
+@@ -84,23 +84,7 @@
+
+
+
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
++
+
+
+
+
diff --git a/pkgs/applications/editors/rstudio/yarn.lock b/pkgs/applications/editors/rstudio/yarn.lock
index d1717012db47..ce02ab6748b8 100644
--- a/pkgs/applications/editors/rstudio/yarn.lock
+++ b/pkgs/applications/editors/rstudio/yarn.lock
@@ -10,11 +10,16 @@
"@babel/highlight" "^7.8.3"
"@babel/helper-module-imports@^7.0.0":
- version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
- integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
+ version "7.15.4"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
+ integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
dependencies:
- "@babel/types" "^7.8.3"
+ "@babel/types" "^7.15.4"
+
+"@babel/helper-validator-identifier@^7.14.9":
+ version "7.14.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
+ integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
"@babel/highlight@^7.8.3":
version "7.8.3"
@@ -39,13 +44,12 @@
dependencies:
regenerator-runtime "^0.13.2"
-"@babel/types@^7.8.3":
- version "7.8.6"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz#629ecc33c2557fcde7126e58053127afdb3e6d01"
- integrity sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA==
+"@babel/types@^7.15.4":
+ version "7.15.6"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
+ integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
dependencies:
- esutils "^2.0.2"
- lodash "^4.17.13"
+ "@babel/helper-validator-identifier" "^7.14.9"
to-fast-properties "^2.0.0"
"@emotion/babel-utils@^0.6.4":
@@ -102,30 +106,47 @@
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.8.2.tgz#576ff7fb1230185b619a75d258cbc98f0867a8dc"
integrity sha512-rLu3wcBWH4P5q1CGoSSH/i9hrXs7SlbRLkoq9IGuoPYNGQvDJ3pt/wmOM+XgYjIDRMVIdkUWt0RsfzF50JfnCw==
-"@textlint/ast-node-types@^4.2.5":
- version "4.3.4"
- resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.3.4.tgz#f6596c45c32c85dc06915c3077bb7686033efd32"
- integrity sha512-Grq+vJuNH7HCa278eFeiqJvowrD+onMCoG2ctLyoN+fXYIQGIr1/8fo8AcIg+VM16Kga+N6Y1UWNOWPd8j1nFg==
+"@mapbox/node-pre-gyp@^1.0.4":
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.5.tgz#2a0b32fcb416fb3f2250fd24cb2a81421a4f5950"
+ integrity sha512-4srsKPXWlIxp5Vbqz5uLfBN+du2fJChBoYn/f2h991WLdk7jUvcSk/McVLSv/X+xQIPI8eGD5GjrnygdyHnhPA==
+ dependencies:
+ detect-libc "^1.0.3"
+ https-proxy-agent "^5.0.0"
+ make-dir "^3.1.0"
+ node-fetch "^2.6.1"
+ nopt "^5.0.0"
+ npmlog "^4.1.2"
+ rimraf "^3.0.2"
+ semver "^7.3.4"
+ tar "^6.1.0"
+
+"@textlint/ast-node-types@^4.4.2":
+ version "4.4.3"
+ resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
+ integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==
"@types/ace@^0.0.43":
version "0.0.43"
resolved "https://registry.yarnpkg.com/@types/ace/-/ace-0.0.43.tgz#9f0916174b6060dabbccd36ba4868ea769a1c633"
integrity sha512-eQdX8AQ7CfSHym07MZMBQ8FKUj9AZ2Wcc26W5Ct8J4KOMjFY6SFUaf2YA8YHBut0Fwl//2kZ+0GLZNp+NQNRIA==
-"@types/clipboard@^2.0.1":
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/@types/clipboard/-/clipboard-2.0.1.tgz#75a74086c293d75b12bc93ff13bc7797fef05a40"
- integrity sha512-gJJX9Jjdt3bIAePQRRjYWG20dIhAgEqonguyHxXuqALxsoDsDLimihqrSg8fXgVTJ4KZCzkfglKtwsh/8dLfbA==
+"@types/clipboard@^2.0.7":
+ version "2.0.7"
+ resolved "https://registry.yarnpkg.com/@types/clipboard/-/clipboard-2.0.7.tgz#db578ceec578947be2d603b003667ebdd5f274e1"
+ integrity sha512-VwVFUHlneOsWfv/GaaY7Kwk4XasDqkAlyFQtsHxnOw0yyBYWTrlEXtmb9RtC+VFBCdtuOeIXECmELNd5RrKp/g==
+ dependencies:
+ clipboard "*"
"@types/diff-match-patch@^1.0.32":
version "1.0.32"
resolved "https://registry.yarnpkg.com/@types/diff-match-patch/-/diff-match-patch-1.0.32.tgz#d9c3b8c914aa8229485351db4865328337a3d09f"
integrity sha512-bPYT5ECFiblzsVzyURaNhljBH2Gh1t9LowgUwciMrNAhFewLkHT2H0Mto07Y4/3KCOGZHRQll3CTtQZ0X11D/A==
-"@types/js-yaml@^3.12.3":
- version "3.12.3"
- resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.3.tgz#abf383c5b639d0aa8b8c4a420d6a85f703357d6c"
- integrity sha512-otRe77JNNWzoVGLKw8TCspKswRoQToys4tuL6XYVBFxjgeM0RUrx7m3jkaTdxILxeGry3zM8mGYkGXMeQ02guA==
+"@types/js-yaml@^4.0.3":
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.3.tgz#9f33cd6fbf0d5ec575dc8c8fc69c7fec1b4eb200"
+ integrity sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==
"@types/lodash.debounce@^4.0.6":
version "4.0.6"
@@ -134,6 +155,13 @@
dependencies:
"@types/lodash" "*"
+"@types/lodash.orderby@^4.6.6":
+ version "4.6.6"
+ resolved "https://registry.yarnpkg.com/@types/lodash.orderby/-/lodash.orderby-4.6.6.tgz#126543bb597477dc9b27d748b5822244f577915c"
+ integrity sha512-wQzu6xK+bSwhu45OeMI7fjywiIZiiaBzJB8W3fwnF1SJXHoOXRLutrSnVmq4yHPOM036qsy8lx9wHQcAbXNjJw==
+ dependencies:
+ "@types/lodash" "*"
+
"@types/lodash.uniqby@^4.7.6":
version "4.7.6"
resolved "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.6.tgz#672827a701403f07904fe37f0721ae92abfa80e8"
@@ -161,12 +189,17 @@
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
+"@types/pinyin@^2.10.0":
+ version "2.10.0"
+ resolved "https://registry.yarnpkg.com/@types/pinyin/-/pinyin-2.10.0.tgz#074964ec2f777d632e221f927a975bb7d51ded9a"
+ integrity sha512-YLty6FPYiBgxNbQNaTRJquvflRdG026jjOpjNXR7HdGEJPGtmPBp1x9LkWePCNA/ClaTT0hYem080TbRCMLbew==
+
"@types/prop-types@*":
version "15.7.3"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
-"@types/prosemirror-commands@*", "@types/prosemirror-commands@^1.0.3":
+"@types/prosemirror-commands@*":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@types/prosemirror-commands/-/prosemirror-commands-1.0.3.tgz#e9fa5653cffd1c75c260594cf3ec5244c9004dbf"
integrity sha512-AjFCJqBvAhQ4gOzXPgUcnEZwu4jd7se7ani3dYAv8p4L+cWEPD6Pshrpp5uJDI5/pzvNXLWQ/4c2Qk4h9IML1w==
@@ -175,65 +208,67 @@
"@types/prosemirror-state" "*"
"@types/prosemirror-view" "*"
-"@types/prosemirror-dev-tools@^2.1.0":
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/@types/prosemirror-dev-tools/-/prosemirror-dev-tools-2.1.0.tgz#91e2ef4f36129f5155f924296e306de187e86bdb"
- integrity sha512-OhnSaC4yrrEMLPRUkEWcHAIPVqgKlLkE4kISqL3cHeAYxASouSPvPMLqhBIbWkGwaozy43DjjVC1OXkxTo+y5Q==
+"@types/prosemirror-commands@^1.0.4":
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/@types/prosemirror-commands/-/prosemirror-commands-1.0.4.tgz#d08551415127d93ae62e7239d30db0b5e7208e22"
+ integrity sha512-utDNYB3EXLjAfYIcRWJe6pn3kcQ5kG4RijbT/0Y/TFOm6yhvYS/D9eJVnijdg9LDjykapcezchxGRqFD5LcyaQ==
dependencies:
+ "@types/prosemirror-model" "*"
"@types/prosemirror-state" "*"
"@types/prosemirror-view" "*"
-"@types/prosemirror-dropcursor@^1.0.0":
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/@types/prosemirror-dropcursor/-/prosemirror-dropcursor-1.0.0.tgz#2df872bc6431a9f06bc1a4a0eac7c2dc527e7f12"
- integrity sha512-S2ndHt94M64avSqjBcgIblaF3YeC3RfcmpY9/WIdfqU7aoJxuOh4RJk5emdmQPHZT1wbczMHFmFSsRqgErK0EQ==
+"@types/prosemirror-dropcursor@^1.0.3":
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/@types/prosemirror-dropcursor/-/prosemirror-dropcursor-1.0.3.tgz#49250849b8a0b86e8c29eb1ba70a463e53e46947"
+ integrity sha512-b0/8njnJ4lwyHKcGuCMf3x7r1KjxyugB1R/c2iMCjplsJHSC7UY9+OysqgJR5uUXRekUSGniiLgBtac/lvH6wg==
dependencies:
"@types/prosemirror-state" "*"
-"@types/prosemirror-gapcursor@^1.0.1":
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/@types/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.1.tgz#56a6274ef39f62c339adcc64305294b800211a5e"
- integrity sha512-ruA7FK9NJv+bn5s55SZYFf9SwaN3wk/MkBvqRmhIqIHvowTTa7nzIGWbUdWZMga1DDTk+GrwdcQaEHunAFjFsQ==
- dependencies:
- "@types/prosemirror-state" "*"
-
-"@types/prosemirror-history@^1.0.1":
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/@types/prosemirror-history/-/prosemirror-history-1.0.1.tgz#b8d7595f73788b63fc9f2b57a763ba8375abfe87"
- integrity sha512-BYyPJlWDo3VEnWS5X2DCHXrrAKEjdbCe1DUjGL6R/8hmwMFe3iMJGYdBkOXU1FfkTpw7Z+PlwY/pMyeelVydmg==
+"@types/prosemirror-gapcursor@^1.0.4":
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/@types/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.4.tgz#7df7d373edb33ea8da12084bfd462cf84cd69761"
+ integrity sha512-9xKjFIG5947dzerFvkLWp6F53JwrUYoYwh3SgcTFEp8SbSfNNrez/PFYVZKPnoqPoaK5WtTdQTaMwpCV9rXQIg==
dependencies:
"@types/prosemirror-model" "*"
"@types/prosemirror-state" "*"
-"@types/prosemirror-inputrules@^1.0.3":
+"@types/prosemirror-history@^1.0.3":
version "1.0.3"
- resolved "https://registry.yarnpkg.com/@types/prosemirror-inputrules/-/prosemirror-inputrules-1.0.3.tgz#3f8f07921f692b6c7e4781fa426aee3e76b9018c"
- integrity sha512-cxMkCcu/di8//68jWc/NrRpvpCbizgq9vqv4rCRsAiuSiJ8L5hf4aFlCBUYCffuQnrY98uOfJ8YAUY3dbtaF9A==
+ resolved "https://registry.yarnpkg.com/@types/prosemirror-history/-/prosemirror-history-1.0.3.tgz#f1110efbe758129b5475e466ff077f0a8d9b964f"
+ integrity sha512-5TloMDRavgLjOAKXp1Li8u0xcsspzbT1Cm9F2pwHOkgvQOz1jWQb2VIXO7RVNsFjLBZdIXlyfSLivro3DuMWXg==
dependencies:
"@types/prosemirror-model" "*"
"@types/prosemirror-state" "*"
-"@types/prosemirror-keymap@^1.0.3":
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/@types/prosemirror-keymap/-/prosemirror-keymap-1.0.3.tgz#09cc469a69222a4c8a3d415d02eeb459bb74269c"
- integrity sha512-iCYUtt0u8y6qeDZVsidEWJGbw2Kas+jtHD1QY374W/N2jASYp+8auucFLXe0UvoOy9jiWcGcqcecec1R+vkzgw==
+"@types/prosemirror-inputrules@^1.0.4":
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/@types/prosemirror-inputrules/-/prosemirror-inputrules-1.0.4.tgz#4cb75054d954aa0f6f42099be05eb6c0e6958bae"
+ integrity sha512-lJIMpOjO47SYozQybUkpV6QmfuQt7GZKHtVrvS+mR5UekA8NMC5HRIVMyaIauJLWhKU6oaNjpVaXdw41kh165g==
+ dependencies:
+ "@types/prosemirror-model" "*"
+ "@types/prosemirror-state" "*"
+
+"@types/prosemirror-keymap@^1.0.4":
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/@types/prosemirror-keymap/-/prosemirror-keymap-1.0.4.tgz#f73c79810e8d0e0a20d153d84f998f02e5afbc0c"
+ integrity sha512-ycevwkqUh+jEQtPwqO7sWGcm+Sybmhu8MpBsM8DlO3+YTKnXbKA6SDz/+q14q1wK3UA8lHJyfR+v+GPxfUSemg==
dependencies:
"@types/prosemirror-commands" "*"
"@types/prosemirror-model" "*"
"@types/prosemirror-state" "*"
"@types/prosemirror-view" "*"
-"@types/prosemirror-model@*", "@types/prosemirror-model@^1.7.2":
+"@types/prosemirror-model@*":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@types/prosemirror-model/-/prosemirror-model-1.7.2.tgz#9c7aff2fd62f0f56eb76e2e0eb27bf6996e6c28a"
integrity sha512-2l+yXvidg3AUHN07mO4Jd8Q84fo6ksFsy7LHUurLYrZ74uTahBp2fzcO49AKZMzww2EulXJ40Kl/OFaQ/7A1fw==
dependencies:
"@types/orderedmap" "*"
-"@types/prosemirror-schema-list@^1.0.1":
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/@types/prosemirror-schema-list/-/prosemirror-schema-list-1.0.1.tgz#7f53e3c0326b1359755f3971b8c448d98b722f21"
- integrity sha512-+iUYq+pj2wVHSThj0MjNDzkkGwq8aDQ6j0UJK8a0cNCL8v44Ftcx1noGPtBIEUJgitH960VnfBNoTWfQoQZfRA==
+"@types/prosemirror-schema-list@^1.0.3":
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/@types/prosemirror-schema-list/-/prosemirror-schema-list-1.0.3.tgz#bdf1893a7915fbdc5c49b3cac9368e96213d70de"
+ integrity sha512-uWybOf+M2Ea7rlbs0yLsS4YJYNGXYtn4N+w8HCw3Vvfl6wBAROzlMt0gV/D/VW/7J/LlAjwMezuGe8xi24HzXA==
dependencies:
"@types/orderedmap" "*"
"@types/prosemirror-model" "*"
@@ -248,15 +283,6 @@
"@types/prosemirror-transform" "*"
"@types/prosemirror-view" "*"
-"@types/prosemirror-state@^1.2.5":
- version "1.2.5"
- resolved "https://registry.yarnpkg.com/@types/prosemirror-state/-/prosemirror-state-1.2.5.tgz#a91304e9aab6e71f868e23b3a1ae514a75033f8f"
- integrity sha512-a5DxAifiF6vmdSJ5jsDMkpykUgUJUy+T5Q5hCjFOKJ4cfd3m3q1lsFKr7Bc4r91Qb7rfqyiKCMDnASS8LIHrKw==
- dependencies:
- "@types/prosemirror-model" "*"
- "@types/prosemirror-transform" "*"
- "@types/prosemirror-view" "*"
-
"@types/prosemirror-tables@^0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@types/prosemirror-tables/-/prosemirror-tables-0.9.1.tgz#d2203330f0fa1161c04152bf02c39e152082d408"
@@ -264,7 +290,7 @@
dependencies:
prosemirror-tables "*"
-"@types/prosemirror-transform@*", "@types/prosemirror-transform@^1.1.1":
+"@types/prosemirror-transform@*":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@types/prosemirror-transform/-/prosemirror-transform-1.1.1.tgz#5a0de16e8e0123b4c3d9559235e19f39cee85e5c"
integrity sha512-yYCYSoiRH+Wcbl8GJc0PFCzeyMzNQ1vL2xrHHSXZuNcIlH75VoiKrZFeZ6BS9cl8mYXjZrlmdBe8YOxYvyKM6A==
@@ -280,21 +306,21 @@
"@types/prosemirror-state" "*"
"@types/prosemirror-transform" "*"
-"@types/react-dom@^16.9.6":
- version "16.9.6"
- resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.6.tgz#9e7f83d90566521cc2083be2277c6712dcaf754c"
- integrity sha512-S6ihtlPMDotrlCJE9ST1fRmYrQNNwfgL61UB4I1W7M6kPulUKx9fXAleW5zpdIjUQ4fTaaog8uERezjsGUj9HQ==
+"@types/react-dom@^17.0.9":
+ version "17.0.9"
+ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
+ integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==
dependencies:
"@types/react" "*"
-"@types/react-window@^1.8.2":
- version "1.8.2"
- resolved "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.2.tgz#a5a6b2762ce73ffaab7911ee1397cf645f2459fe"
- integrity sha512-gP1xam68Wc4ZTAee++zx6pTdDAH08rAkQrWm4B4F/y6hhmlT9Mgx2q8lTCXnrPHXsr15XjRN9+K2DLKcz44qEQ==
+"@types/react-window@^1.8.5":
+ version "1.8.5"
+ resolved "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.5.tgz#285fcc5cea703eef78d90f499e1457e9b5c02fc1"
+ integrity sha512-V9q3CvhC9Jk9bWBOysPGaWy/Z0lxYcTXLtLipkt2cnRj1JOSFNF7wqGpkScSXMgBwC+fnVRg/7shwgddBG5ICw==
dependencies:
"@types/react" "*"
-"@types/react@*", "@types/react@^16.9.32":
+"@types/react@*":
version "16.9.32"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.32.tgz#f6368625b224604148d1ddf5920e4fefbd98d383"
integrity sha512-fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ==
@@ -302,6 +328,27 @@
"@types/prop-types" "*"
csstype "^2.2.0"
+"@types/react@^17.0.20":
+ version "17.0.20"
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.20.tgz#a4284b184d47975c71658cd69e759b6bd37c3b8c"
+ integrity sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA==
+ dependencies:
+ "@types/prop-types" "*"
+ "@types/scheduler" "*"
+ csstype "^3.0.2"
+
+"@types/scheduler@*":
+ version "0.16.2"
+ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
+ integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
+
+"@types/transliteration@^1.6.6":
+ version "1.6.6"
+ resolved "https://registry.yarnpkg.com/@types/transliteration/-/transliteration-1.6.6.tgz#72b4f1742280d9341fbbe19c7efa5c2bc20a4726"
+ integrity sha512-drgWFeHgZt16bXKhsu4cP6TlunW3Pu9MS1l9w7Qnm+bcsqf4/pnjnO6/uMAziCV8rnmuU3iCSk7J2zio1nR1+A==
+ dependencies:
+ transliteration "*"
+
"@types/unzip@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@types/unzip/-/unzip-0.1.1.tgz#96e80dc5e2917a769c8be01aa49c4fe660e7bab3"
@@ -309,10 +356,10 @@
dependencies:
"@types/node" "*"
-"@types/zenscroll@^4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@types/zenscroll/-/zenscroll-4.0.0.tgz#9acc7df6c87cc9e064f5a6230df499835dee1972"
- integrity sha512-n9np/qsr3HBH3VBVfviHhQPmGP1+D01+VI/40QFq/7LyJqDoIlcaaABu/qPAVats/oNuUJ/dhrjrOjVaqos+4A==
+"@types/zenscroll@^4.0.1":
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/@types/zenscroll/-/zenscroll-4.0.1.tgz#881e92d5cc44ef900d2919ca0295a0b8d9011858"
+ integrity sha512-r1h1/SPJQn8kL4rzyJvf4HJvqv20YrTV++qRGiPuA1mYbCSkMBaUOsCXLN780gI6BZfRzDbmjU0/sWq9yi1WgQ==
abbrev@1:
version "1.1.1"
@@ -339,6 +386,13 @@ acorn@^5.0.3, acorn@^5.7.3:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
+agent-base@6:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
+ integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
+ dependencies:
+ debug "4"
+
ajax-request@^1.2.0:
version "1.2.3"
resolved "https://registry.yarnpkg.com/ajax-request/-/ajax-request-1.2.3.tgz#99fcbec1d6d2792f85fa949535332bd14f5f3790"
@@ -362,11 +416,21 @@ ansi-escapes@^3.0.0:
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
+ansi-regex@^2.0.0:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
+ integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
+
ansi-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
+ansi-regex@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
+ integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
+
ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -374,6 +438,13 @@ ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"
+ansi-styles@^4.0.0:
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
+ integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
+ dependencies:
+ color-convert "^2.0.1"
+
ansi@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz#0c42d4fb17160d5a9af1e484bace1c66922c1b21"
@@ -397,6 +468,19 @@ app-root-path@^2.0.1:
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.2.1.tgz#d0df4a682ee408273583d43f6f79e9892624bc9a"
integrity sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==
+aproba@^1.0.3:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
+ integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
+
+are-we-there-yet@~1.1.2:
+ version "1.1.7"
+ resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146"
+ integrity sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==
+ dependencies:
+ delegates "^1.0.0"
+ readable-stream "^2.0.6"
+
arg@^4.1.0:
version "4.1.3"
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
@@ -409,6 +493,11 @@ argparse@^1.0.7:
dependencies:
sprintf-js "~1.0.2"
+argparse@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
+ integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
+
arr-diff@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
@@ -571,10 +660,10 @@ bcrypt-pbkdf@^1.0.0:
dependencies:
tweetnacl "^0.14.3"
-biblatex-csl-converter@^1.9.1:
- version "1.9.1"
- resolved "https://registry.yarnpkg.com/biblatex-csl-converter/-/biblatex-csl-converter-1.9.1.tgz#50aacfef172997f1c98d72837ffdd3b19c62f8c4"
- integrity sha512-M7HkWas8NbiFoNdS/lZOfup5A83Scw4iWFoPn9r84zh9DzaG/gHU86qH1QHMgUc2dSaquuIBQZRHC9wCs7k92g==
+biblatex-csl-converter@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/biblatex-csl-converter/-/biblatex-csl-converter-2.0.2.tgz#bfddc2cfb013296affb98c9f432634e3d5b90b53"
+ integrity sha512-od1JdAkQYh2T1Pzpq11eYtuNb3nNXQ0w+17CAnYqRsX+QFtoiK0XcvBE7N6rpDJyUo0acoaB6Of7EDhFQOcblA==
binary-extensions@^1.0.0:
version "1.13.1"
@@ -747,6 +836,11 @@ chokidar@^1.6.1:
optionalDependencies:
fsevents "^1.0.0"
+chownr@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
+ integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
+
class-utils@^0.3.5:
version "0.3.6"
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
@@ -776,15 +870,29 @@ cli-width@^2.0.0:
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
-clipboard@^2.0.6:
- version "2.0.6"
- resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.6.tgz#52921296eec0fdf77ead1749421b21c968647376"
- integrity sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==
+clipboard@*, clipboard@^2.0.8:
+ version "2.0.8"
+ resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.8.tgz#ffc6c103dd2967a83005f3f61976aa4655a4cdba"
+ integrity sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==
dependencies:
good-listener "^1.2.2"
select "^1.1.2"
tiny-emitter "^2.0.0"
+cliui@^7.0.2:
+ version "7.0.4"
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
+ integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
+ dependencies:
+ string-width "^4.2.0"
+ strip-ansi "^6.0.0"
+ wrap-ansi "^7.0.0"
+
+code-point-at@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
+ integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
+
collection-visit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
@@ -800,11 +908,23 @@ color-convert@^1.9.0:
dependencies:
color-name "1.1.3"
+color-convert@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
+ integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
+ dependencies:
+ color-name "~1.1.4"
+
color-name@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
+color-name@~1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
+ integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
+
combined-stream@^1.0.6, combined-stream@~1.0.6:
version "1.0.8"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -817,6 +937,13 @@ commander@^2.12.1, commander@^2.20.0, commander@~2.20.3:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
+commander@~1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-1.1.1.tgz#50d1651868ae60eccff0a2d9f34595376bc6b041"
+ integrity sha1-UNFlGGiuYOzP8KLZ80WVN2vGsEE=
+ dependencies:
+ keypress "0.1.x"
+
component-emitter@^1.2.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
@@ -847,6 +974,11 @@ concat-stream@^2.0.0:
readable-stream "^3.0.2"
typedarray "^0.0.6"
+console-control-strings@^1.0.0, console-control-strings@~1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
+ integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
+
content-disposition@0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
@@ -859,13 +991,20 @@ content-type@~1.0.4:
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
-convert-source-map@^1.5.0, convert-source-map@^1.5.1:
+convert-source-map@^1.5.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
dependencies:
safe-buffer "~5.1.1"
+convert-source-map@^1.5.1:
+ version "1.8.0"
+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
+ integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
+ dependencies:
+ safe-buffer "~5.1.1"
+
cookie-signature@1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
@@ -933,9 +1072,14 @@ csstype@^2.2.0:
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
csstype@^2.5.2:
- version "2.6.9"
- resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.9.tgz#05141d0cd557a56b8891394c1911c40c8a98d098"
- integrity sha512-xz39Sb4+OaTsULgUERcCk+TJj8ylkL4aSVDQiX/ksxbELSqwkgt4d4RD7fovIdgJGSuNYqwZEiVjYY5l0ask+Q==
+ version "2.6.18"
+ resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.18.tgz#980a8b53085f34af313410af064f2bd241784218"
+ integrity sha512-RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==
+
+csstype@^3.0.2:
+ version "3.0.9"
+ resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
+ integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
dashdash@^1.12.0:
version "1.14.1"
@@ -951,6 +1095,13 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
dependencies:
ms "2.0.0"
+debug@4:
+ version "4.3.2"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
+ integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
+ dependencies:
+ ms "2.1.2"
+
decode-uri-component@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
@@ -961,13 +1112,6 @@ deep-is@~0.1.3:
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
-define-properties@^1.1.2, define-properties@^1.1.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
- integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
- dependencies:
- object-keys "^1.0.12"
-
define-property@^0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
@@ -1000,6 +1144,11 @@ delegate@^3.1.2:
resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166"
integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==
+delegates@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
+ integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
+
depd@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
@@ -1010,11 +1159,21 @@ destroy@~1.0.4:
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
-diff-match-patch@^1.0.0, diff-match-patch@^1.0.4:
+detect-libc@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
+ integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
+
+diff-match-patch@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.4.tgz#6ac4b55237463761c4daf0dc603eb869124744b1"
integrity sha512-Uv3SW8bmH9nAtHKaKSanOQmj2DnlH65fUpcrMdfdaOxUG02QQ4YGZ8AE7kKOMisF7UqvOlGKVYWRvezdncW9lg==
+diff-match-patch@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
+ integrity sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==
+
diff@^4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
@@ -1033,6 +1192,11 @@ ee-first@1.1.1:
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
+emoji-regex@^8.0.0:
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
+ integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
+
emotion@^9.2.5:
version "9.2.12"
resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.12.tgz#53925aaa005614e65c6e43db8243c843574d1ea9"
@@ -1053,37 +1217,16 @@ error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"
-es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
- version "1.17.6"
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
- integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
- dependencies:
- es-to-primitive "^1.2.1"
- function-bind "^1.1.1"
- has "^1.0.3"
- has-symbols "^1.0.1"
- is-callable "^1.2.0"
- is-regex "^1.1.0"
- object-inspect "^1.7.0"
- object-keys "^1.1.1"
- object.assign "^4.1.0"
- string.prototype.trimend "^1.0.1"
- string.prototype.trimstart "^1.0.1"
-
-es-to-primitive@^1.2.1:
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
- integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
- dependencies:
- is-callable "^1.1.4"
- is-date-object "^1.0.1"
- is-symbol "^1.0.2"
-
es6-object-assign@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
+escalade@^3.1.1:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
+ integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
+
escape-html@~1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -1406,6 +1549,13 @@ fs-extra@^7.0.0:
jsonfile "^4.0.0"
universalify "^0.1.0"
+fs-minipass@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
+ integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
+ dependencies:
+ minipass "^3.0.0"
+
fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -1429,11 +1579,6 @@ fsevents@^1.0.0:
mkdirp "0.5"
rimraf "2"
-function-bind@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
- integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
-
fuse-box@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/fuse-box/-/fuse-box-3.7.1.tgz#d32879ceee4c8bcec9bbd8fcfe5b29e7142371cd"
@@ -1480,16 +1625,35 @@ fuse-concat-with-sourcemaps@^1.0.5:
dependencies:
source-map "^0.6.1"
-fuse.js@^6.0.4:
- version "6.0.4"
- resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.0.4.tgz#9f5af976f836247ad5d2c338090d6ce13cf9a4d2"
- integrity sha512-XAeQaT+DV8dxqohN911+Qzkb4iMzTzae04mdb9/XSQbMjbsFasQxe0+UwM+3UWP+8vO7svz1Rj0KuQw6xJ45Ww==
+fuse.js@^6.4.6:
+ version "6.4.6"
+ resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.4.6.tgz#62f216c110e5aa22486aff20be7896d19a059b79"
+ integrity sha512-/gYxR/0VpXmWSfZOIPS3rWwU8SHgsRTwWuXhyb2O6s7aRuVtHtxCkR33bNYu3wyLyNx/Wpv0vU7FZy8Vj53VNw==
+
+gauge@~2.7.3:
+ version "2.7.4"
+ resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
+ integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
+ dependencies:
+ aproba "^1.0.3"
+ console-control-strings "^1.0.0"
+ has-unicode "^2.0.0"
+ object-assign "^4.1.0"
+ signal-exit "^3.0.0"
+ string-width "^1.0.1"
+ strip-ansi "^3.0.1"
+ wide-align "^1.1.0"
get-caller-file@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
+get-caller-file@^2.0.5:
+ version "2.0.5"
+ resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
+ integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
+
get-value@^2.0.3, get-value@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -1571,10 +1735,10 @@ has-flag@^3.0.0:
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
-has-symbols@^1.0.0, has-symbols@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
- integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
+has-unicode@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
+ integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
has-value@^0.3.1:
version "0.3.1"
@@ -1607,13 +1771,6 @@ has-values@^1.0.0:
is-number "^3.0.0"
kind-of "^4.0.0"
-has@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
- integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
- dependencies:
- function-bind "^1.1.1"
-
html@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/html/-/html-1.0.0.tgz#a544fa9ea5492bfb3a2cca8210a10be7b5af1f61"
@@ -1652,6 +1809,14 @@ http-signature@~1.2.0:
jsprim "^1.2.2"
sshpk "^1.7.0"
+https-proxy-agent@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
+ integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
+ dependencies:
+ agent-base "6"
+ debug "4"
+
iconv-lite@0.4.24, iconv-lite@^0.4.17:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
@@ -1751,11 +1916,6 @@ is-buffer@^1.1.5:
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
-is-callable@^1.1.4, is-callable@^1.2.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
- integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
-
is-data-descriptor@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -1770,11 +1930,6 @@ is-data-descriptor@^1.0.0:
dependencies:
kind-of "^6.0.0"
-is-date-object@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
- integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==
-
is-descriptor@^0.1.0:
version "0.1.6"
resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
@@ -1822,11 +1977,23 @@ is-extglob@^1.0.0:
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
+is-fullwidth-code-point@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
+ integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
+ dependencies:
+ number-is-nan "^1.0.0"
+
is-fullwidth-code-point@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
+is-fullwidth-code-point@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
+ integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
+
is-glob@^2.0.0, is-glob@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -1875,20 +2042,6 @@ is-promise@^2.1.0:
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
-is-regex@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
- integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
- dependencies:
- has-symbols "^1.0.1"
-
-is-symbol@^1.0.2:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
- integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
- dependencies:
- has-symbols "^1.0.1"
-
is-typedarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -1939,6 +2092,13 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"
+js-yaml@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
+ dependencies:
+ argparse "^2.0.1"
+
jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
@@ -1994,6 +2154,11 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"
+keypress@0.1.x:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/keypress/-/keypress-0.1.0.tgz#4a3188d4291b66b4f65edb99f806aa9ae293592a"
+ integrity sha1-SjGI1CkbZrT2XtuZ+AaqmuKTWSo=
+
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
version "3.2.2"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@@ -2065,12 +2230,17 @@ lodash.flow@^3.3.0:
resolved "https://registry.yarnpkg.com/lodash.flow/-/lodash.flow-3.5.0.tgz#87bf40292b8cf83e4e8ce1a3ae4209e20071675a"
integrity sha1-h79AKSuM+D5OjOGjrkIJ4gBxZ1o=
+lodash.orderby@^4.6.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/lodash.orderby/-/lodash.orderby-4.6.0.tgz#e697f04ce5d78522f54d9338b32b81a3393e4eb3"
+ integrity sha1-5pfwTOXXhSL1TZM4syuBozk+TrM=
+
lodash.uniqby@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302"
integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=
-lodash@^4.17.13, lodash@^4.3.0:
+lodash@^4.3.0:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -2082,6 +2252,20 @@ loose-envify@^1.1.0, loose-envify@^1.4.0:
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
+lru-cache@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
+ integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
+ dependencies:
+ yallist "^4.0.0"
+
+make-dir@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
+ integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
+ dependencies:
+ semver "^6.0.0"
+
make-error@^1.1.1:
version "1.3.6"
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
@@ -2219,6 +2403,21 @@ minimist@^1.2.5:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
+minipass@^3.0.0:
+ version "3.1.5"
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.5.tgz#71f6251b0a33a49c01b3cf97ff77eda030dff732"
+ integrity sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==
+ dependencies:
+ yallist "^4.0.0"
+
+minizlib@^2.1.1:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
+ integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
+ dependencies:
+ minipass "^3.0.0"
+ yallist "^4.0.0"
+
mixin-deep@^1.2.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
@@ -2241,6 +2440,11 @@ mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"
+mkdirp@^1.0.3:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
+ integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
+
mock-require@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/mock-require/-/mock-require-3.0.3.tgz#ccd544d9eae81dd576b3f219f69ec867318a1946"
@@ -2259,6 +2463,11 @@ ms@2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
+ms@2.1.2:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
+ integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
+
mustache@^2.3.0:
version "2.3.2"
resolved "https://registry.yarnpkg.com/mustache/-/mustache-2.3.2.tgz#a6d4d9c3f91d13359ab889a812954f9230a3d0c5"
@@ -2306,6 +2515,33 @@ negotiator@0.6.2:
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
+node-addon-api@^3.0.2:
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161"
+ integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==
+
+node-fetch@^2.6.1:
+ version "2.6.5"
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
+ integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
+ dependencies:
+ whatwg-url "^5.0.0"
+
+nodejieba@^2.2.1:
+ version "2.5.2"
+ resolved "https://registry.yarnpkg.com/nodejieba/-/nodejieba-2.5.2.tgz#fc929ee29f93c28c639696bac0319bac116a296a"
+ integrity sha512-ByskJvaBrQ2eV+5M0OeD80S5NKoGaHc9zi3Z/PTKl/95eac2YF8RmWduq9AknLpkQLrLAIcqurrtC6BzjpKwwg==
+ dependencies:
+ "@mapbox/node-pre-gyp" "^1.0.4"
+ node-addon-api "^3.0.2"
+
+nopt@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
+ integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
+ dependencies:
+ abbrev "1"
+
nopt@~1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee"
@@ -2320,12 +2556,27 @@ normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1:
dependencies:
remove-trailing-separator "^1.0.1"
+npmlog@^4.1.2:
+ version "4.1.2"
+ resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
+ integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
+ dependencies:
+ are-we-there-yet "~1.1.2"
+ console-control-strings "~1.1.0"
+ gauge "~2.7.3"
+ set-blocking "~2.0.0"
+
+number-is-nan@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
+ integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
+
oauth-sign@~0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
-object-assign@^4.1.1:
+object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
@@ -2339,16 +2590,6 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"
-object-inspect@^1.7.0:
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
- integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
-
-object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
- integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
-
object-visit@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -2356,16 +2597,6 @@ object-visit@^1.0.0:
dependencies:
isobject "^3.0.0"
-object.assign@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
- integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
- dependencies:
- define-properties "^1.1.2"
- function-bind "^1.1.1"
- has-symbols "^1.0.0"
- object-keys "^1.0.11"
-
object.omit@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -2381,15 +2612,10 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"
-object.values@^1.1.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
- integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.17.0-next.1"
- function-bind "^1.1.1"
- has "^1.0.3"
+object_values@^0.1.2:
+ version "0.1.2"
+ resolved "https://registry.yarnpkg.com/object_values/-/object_values-0.1.2.tgz#f8fbc31d2e537170a4cbcfb28dd61501b3207334"
+ integrity sha512-tZgUiKLraVH+4OAedBYrr4/K6KmAQw2RPNd1AuNdhLsuz5WP3VB7WuiKBWbOcjeqqAjus2ChIIWC8dSfmg7ReA==
on-finished@~2.3.0:
version "2.3.0"
@@ -2506,6 +2732,16 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
+pinyin@^2.10.2:
+ version "2.10.2"
+ resolved "https://registry.yarnpkg.com/pinyin/-/pinyin-2.10.2.tgz#93e3b3cb4430009925163bad10c741778c85b013"
+ integrity sha512-qAcp7+2vnjm6sAd0B9pp5JpyvHbYoQO1v9zCeJQMEgyw2VeRi02l0gR22ZBgfjjvZ1c2EGoVjJHJ1h0rwr34Ug==
+ dependencies:
+ commander "~1.1.1"
+ object-assign "^4.0.1"
+ optionalDependencies:
+ nodejieba "^2.2.1"
+
posix-character-classes@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
@@ -2569,10 +2805,10 @@ prosemirror-changeset@^2.1.2:
dependencies:
prosemirror-transform "^1.0.0"
-prosemirror-commands@^1.1.4:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.1.4.tgz#991563e67623acab4f8c510fad1570f8b4693780"
- integrity sha512-kj4Qi+8h3EpJtZuuEDwZ9h2/QNGWDsIX/CzjmClxi9GhxWyBUMVUvIFk0mgdqHyX20lLeGmOpc0TLA5aPzgpWg==
+prosemirror-commands@^1.1.10:
+ version "1.1.10"
+ resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.1.10.tgz#406a6589966e6cd80809cea2d801fb998639b37d"
+ integrity sha512-IWyBBXNAd44RM6NnBPljwq+/CM2oYCQJkF+YhKEAZNwzW0uFdGf4qComhjbKZzqFdu6Iub2ZhNsXgwPibA0lCQ==
dependencies:
prosemirror-model "^1.0.0"
prosemirror-state "^1.0.0"
@@ -2596,10 +2832,10 @@ prosemirror-dev-tools@^2.1.1:
react-json-tree "^0.11.0"
unstated "^2.1.1"
-prosemirror-dropcursor@^1.3.2:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.3.2.tgz#28738c4ed7102e814d7a8a26d70018523fc7cd6d"
- integrity sha512-4c94OUGyobGnwcQI70OXyMhE/9T4aTgjU+CHxkd5c7D+jH/J0mKM/lk+jneFVKt7+E4/M0D9HzRPifu8U28Thw==
+prosemirror-dropcursor@^1.3.5:
+ version "1.3.5"
+ resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.3.5.tgz#d2808c17089df0e441ad66016aecc2b6457c8a1f"
+ integrity sha512-tNUwcF2lPAkwKBZPZRtbxpwljnODRNZ3eiYloN1DSUqDjMT1nBZm0nejaEMS1TvNQ+3amibUSAiV4hX+jpASFA==
dependencies:
prosemirror-state "^1.0.0"
prosemirror-transform "^1.1.0"
@@ -2615,19 +2851,19 @@ prosemirror-gapcursor@^1.1.5:
prosemirror-state "^1.0.0"
prosemirror-view "^1.0.0"
-prosemirror-history@^1.1.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.1.3.tgz#4f76a1e71db4ef7cdf0e13dec6d8da2aeaecd489"
- integrity sha512-zGDotijea+vnfnyyUGyiy1wfOQhf0B/b6zYcCouBV8yo6JmrE9X23M5q7Nf/nATywEZbgRLG70R4DmfSTC+gfg==
+prosemirror-history@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.2.0.tgz#04cc4df8d2f7b2a46651a2780de191ada6d465ea"
+ integrity sha512-B9v9xtf4fYbKxQwIr+3wtTDNLDZcmMMmGiI3TAPShnUzvo+Rmv1GiUrsQChY1meetHl7rhML2cppF3FTs7f7UQ==
dependencies:
prosemirror-state "^1.2.2"
prosemirror-transform "^1.0.0"
rope-sequence "^1.3.0"
-prosemirror-inputrules@^1.1.2:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.1.2.tgz#487e46c763e1212a4577397aba7706139084f012"
- integrity sha512-Ja5Z3BWestlHYGvtSGqyvxMeB8QEuBjlHM8YnKtLGUXMDp965qdDV4goV8lJb17kIWHk7e7JNj6Catuoa3302g==
+prosemirror-inputrules@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.1.3.tgz#93f9199ca02473259c30d7e352e4c14022d54638"
+ integrity sha512-ZaHCLyBtvbyIHv0f5p6boQTIJjlD6o2NPZiEaZWT2DA+j591zS29QQEMT4lBqwcLW3qRSf7ZvoKNbf05YrsStw==
dependencies:
prosemirror-state "^1.0.0"
prosemirror-transform "^1.0.0"
@@ -2655,17 +2891,17 @@ prosemirror-model@>=1.0.0, prosemirror-model@^1.0.0, prosemirror-model@^1.1.0, p
dependencies:
orderedmap "^1.1.0"
-prosemirror-model@^1.11.0:
- version "1.11.0"
- resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.11.0.tgz#dc36cdb3ad6442b9f6325c7d89170c624f9dc520"
- integrity sha512-GqoAz/mIYjdv8gVYJ8mWFKpHoTxn/lXq4tXJ6bTVxs+rem2LzMYXrNVXfucGtfsgqsJlRIgng/ByG9j7Q8XDrg==
+prosemirror-model@^1.14.3:
+ version "1.14.3"
+ resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.14.3.tgz#a9c250d3c4023ddf10ecb41a0a7a130e9741d37e"
+ integrity sha512-yzZlBaSxfUPIIP6U5Edh5zKxJPZ5f7bwZRhiCuH3UYkWhj+P3d8swHsbuAMOu/iDatDc5J/Qs5Mb3++mZf+CvQ==
dependencies:
orderedmap "^1.1.0"
-prosemirror-schema-list@^1.1.4:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.4.tgz#471f9caf2d2bed93641d2e490434c0d2d4330df1"
- integrity sha512-pNTuZflacFOBlxrTcWSdWhjoB8BaucwfJVp/gJNxztOwaN3wQiC65axclXyplf6TKgXD/EkWfS/QAov3/Znadw==
+prosemirror-schema-list@^1.1.5:
+ version "1.1.5"
+ resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.5.tgz#e7ad9e337ea3d77da6d6a4250f3d7bd51ae980a4"
+ integrity sha512-9gadhga/wySVfb/iZ2vOpndbG0XroeLw0HkkZN5demNbOea6U5oQtJmvyYWC7ZVf3WkhmVdVsOXrllM9JcC20A==
dependencies:
prosemirror-model "^1.0.0"
prosemirror-transform "^1.0.0"
@@ -2678,10 +2914,10 @@ prosemirror-state@>=1.0.0, prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, p
prosemirror-model "^1.0.0"
prosemirror-transform "^1.0.0"
-prosemirror-state@^1.3.3:
- version "1.3.3"
- resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.3.3.tgz#b2862866b14dec2b3ae1ab18229f2bd337651a2c"
- integrity sha512-PLXh2VJsIgvlgSTH6I2Yg6vk1CzPDp21DFreVpQtDMY2S6WaMmrQgDTLRcsrD8X38v8Yc873H7+ogdGzyIPn+w==
+prosemirror-state@^1.3.4:
+ version "1.3.4"
+ resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.3.4.tgz#4c6b52628216e753fc901c6d2bfd84ce109e8952"
+ integrity sha512-Xkkrpd1y/TQ6HKzN3agsQIGRcLckUMA9u3j207L04mt8ToRgpGeyhbVv0HI7omDORIBHjR29b7AwlATFFf2GLA==
dependencies:
prosemirror-model "^1.0.0"
prosemirror-transform "^1.0.0"
@@ -2715,10 +2951,10 @@ prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transfor
dependencies:
prosemirror-model "^1.0.0"
-prosemirror-transform@^1.2.8:
- version "1.2.8"
- resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.2.8.tgz#4b86544fa43637fe381549fb7b019f4fb71fe65c"
- integrity sha512-hKqceqv9ZmMQXNQkhFjr0KFGPvkhygaWND+uIM0GxRpALrKfxP97SsgHTBs3OpJhDmh5N+mB4D/CksB291Eavg==
+prosemirror-transform@^1.3.2:
+ version "1.3.2"
+ resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.3.2.tgz#5620ebe7379e6fae4f34ecc881886cb22ce96579"
+ integrity sha512-/G6d/u9Mf6Bv3H1XR8VxhpjmUO75LYmnvj+s3ZfZpakU1hnQbsvCEybml1B3f2IWUAAQRFkbO1PnsbFhLZsYsw==
dependencies:
prosemirror-model "^1.0.0"
@@ -2736,12 +2972,12 @@ prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.13.3:
prosemirror-state "^1.0.0"
prosemirror-transform "^1.1.0"
-prosemirror-view@^1.15.6:
- version "1.15.6"
- resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.15.6.tgz#446bf7662235300c5f47362af2db805c6df3ad24"
- integrity sha512-9FBFB+rK5pvvzHsHOacy0T/Jf+OxZSzY8tSlQiur3SZwAVaNVQm+fl23V/6gU2dHBnreGxjYx9jK+F3XPsPCGw==
+prosemirror-view@^1.20.1:
+ version "1.20.1"
+ resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.20.1.tgz#174ba8ca358c73cc05e9a92a3d252bcf181ea337"
+ integrity sha512-djWORhy3a706mUH4A2dgEEV0IPZqQd1tFyz/ZVHJNoqhSgq82FwG6dq7uqHeUB2KdVSNfI2yc3rwfqlC/ll2pA==
dependencies:
- prosemirror-model "^1.1.0"
+ prosemirror-model "^1.14.3"
prosemirror-state "^1.0.0"
prosemirror-transform "^1.1.0"
@@ -2830,15 +3066,14 @@ react-dock@^0.2.4:
lodash.debounce "^3.1.1"
prop-types "^15.5.8"
-react-dom@^16.13.1:
- version "16.13.1"
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
- integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
+react-dom@^17.0.2:
+ version "17.0.2"
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
+ integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
- prop-types "^15.6.2"
- scheduler "^0.19.1"
+ scheduler "^0.20.2"
react-emotion@^9.2.5:
version "9.2.12"
@@ -2862,24 +3097,23 @@ react-json-tree@^0.11.0:
prop-types "^15.5.8"
react-base16-styling "^0.5.1"
-react-window@^1.8.5:
- version "1.8.5"
- resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.5.tgz#a56b39307e79979721021f5d06a67742ecca52d1"
- integrity sha512-HeTwlNa37AFa8MDZFZOKcNEkuF2YflA0hpGPiTT9vR7OawEt+GZbfM6wqkBahD3D3pUjIabQYzsnY/BSJbgq6Q==
+react-window@^1.8.6:
+ version "1.8.6"
+ resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.6.tgz#d011950ac643a994118632665aad0c6382e2a112"
+ integrity sha512-8VwEEYyjz6DCnGBsd+MgkD0KJ2/OXFULyDtorIiTz+QzwoP94tBoA7CnbtyXMm+cCeAUER5KJcPtWl9cpKbOBg==
dependencies:
"@babel/runtime" "^7.0.0"
memoize-one ">=3.1.1 <6"
-react@^16.13.1:
- version "16.13.1"
- resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
- integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
+react@^17.0.2:
+ version "17.0.2"
+ resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
+ integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
- prop-types "^15.6.2"
-readable-stream@^2.0.2, readable-stream@^2.2.2:
+readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.2.2:
version "2.3.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -3035,6 +3269,11 @@ request@^2.79.0:
tunnel-agent "^0.6.0"
uuid "^3.3.2"
+require-directory@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
+ integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
+
resolve-from@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
@@ -3072,6 +3311,13 @@ rimraf@2:
dependencies:
glob "^7.1.3"
+rimraf@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
+ integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
+ dependencies:
+ glob "^7.1.3"
+
rope-sequence@^1.3.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.2.tgz#a19e02d72991ca71feb6b5f8a91154e48e3c098b"
@@ -3123,10 +3369,10 @@ safe-regex@^1.1.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
-scheduler@^0.19.1:
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
- integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
+scheduler@^0.20.2:
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
+ integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
@@ -3141,6 +3387,18 @@ semver@^5.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
+semver@^6.0.0:
+ version "6.3.0"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
+ integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
+
+semver@^7.3.4:
+ version "7.3.5"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
+ integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
+ dependencies:
+ lru-cache "^6.0.0"
+
send@0.17.1:
version "0.17.1"
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -3160,14 +3418,14 @@ send@0.17.1:
range-parser "~1.2.1"
statuses "~1.5.0"
-sentence-splitter@^3.2.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.0.tgz#fb2cd2f61f40006643ba83d9acf4609233c1c68c"
- integrity sha512-lKX2tZ1rsA9Tu0gW8vRmMDmIEJoZ1d7cKpzcbFZdUrSpCR6gy/7OPPh7jjT/6Oc6Z79ToUmC2l8tyTEGanVmiA==
+sentence-splitter@^3.2.2:
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.2.tgz#b02a28c08bbad4bd3b6ec6f619d50e3fd3596d07"
+ integrity sha512-hMvaodgK9Fay928uiQoTMEWjXpCERdKD2uKo7BbSyP+uWTo+wHiRjN+ZShyI99rW0VuoV4Cuw8FUmaRcnpN7Ug==
dependencies:
- "@textlint/ast-node-types" "^4.2.5"
+ "@textlint/ast-node-types" "^4.4.2"
concat-stream "^2.0.0"
- object.values "^1.1.0"
+ object_values "^0.1.2"
structured-source "^3.0.2"
serve-static@1.14.1:
@@ -3180,6 +3438,11 @@ serve-static@1.14.1:
parseurl "~1.3.3"
send "0.17.1"
+set-blocking@~2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
+ integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
+
set-value@^2.0.0, set-value@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
@@ -3205,6 +3468,11 @@ shorthash@0.0.2:
resolved "https://registry.yarnpkg.com/shorthash/-/shorthash-0.0.2.tgz#59b268eecbde59038b30da202bcfbddeb2c4a4eb"
integrity sha1-WbJo7sveWQOLMNogK8+93rLEpOs=
+signal-exit@^3.0.0:
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz#9e3e8cc0c75a99472b44321033a7702e7738252f"
+ integrity sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==
+
signal-exit@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -3349,7 +3617,16 @@ stream-browserify@^2.0.1:
inherits "~2.0.1"
readable-stream "^2.0.2"
-string-width@^2.1.0:
+string-width@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
+ integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
+ dependencies:
+ code-point-at "^1.0.0"
+ is-fullwidth-code-point "^1.0.0"
+ strip-ansi "^3.0.0"
+
+"string-width@^1.0.2 || 2", string-width@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
@@ -3357,21 +3634,14 @@ string-width@^2.1.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^4.0.0"
-string.prototype.trimend@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
- integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
+string-width@^4.1.0, string-width@^4.2.0:
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.17.5"
-
-string.prototype.trimstart@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
- integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.17.5"
+ emoji-regex "^8.0.0"
+ is-fullwidth-code-point "^3.0.0"
+ strip-ansi "^6.0.1"
string_decoder@^1.1.1:
version "1.3.0"
@@ -3392,6 +3662,13 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
+strip-ansi@^3.0.0, strip-ansi@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
+ integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
+ dependencies:
+ ansi-regex "^2.0.0"
+
strip-ansi@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
@@ -3399,6 +3676,13 @@ strip-ansi@^4.0.0:
dependencies:
ansi-regex "^3.0.0"
+strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
structured-source@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/structured-source/-/structured-source-3.0.2.tgz#dd802425e0f53dc4a6e7aca3752901a1ccda7af5"
@@ -3423,6 +3707,18 @@ supports-color@^5.3.0, supports-color@^5.4.0:
dependencies:
has-flag "^3.0.0"
+tar@^6.1.0:
+ version "6.1.11"
+ resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
+ integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
+ dependencies:
+ chownr "^2.0.0"
+ fs-minipass "^2.0.0"
+ minipass "^3.0.0"
+ minizlib "^2.1.1"
+ mkdirp "^1.0.3"
+ yallist "^4.0.0"
+
terser@^4.6.2:
version "4.6.4"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.4.tgz#40a0b37afbe5b57e494536815efa68326840fc00"
@@ -3509,6 +3805,18 @@ tough-cookie@~2.5.0:
psl "^1.1.28"
punycode "^2.1.1"
+tr46@~0.0.3:
+ version "0.0.3"
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
+
+transliteration@*, transliteration@^2.2.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/transliteration/-/transliteration-2.2.0.tgz#e6333cc74b25ef4465bc27086ed8465c9a19211d"
+ integrity sha512-o29GDWtecNoK4TNfnJQesGluFPiza+U8NoiKrErU8eTNlVgma6w1LV/tTiGo+waFLkhtL9WxrW0lXhZKmm7msQ==
+ dependencies:
+ yargs "^16.1.0"
+
"traverse@>=0.3.0 <0.4":
version "0.3.9"
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
@@ -3799,11 +4107,40 @@ watch@^1.0.1:
exec-sh "^0.2.0"
minimist "^1.2.0"
+webidl-conversions@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
+
+whatwg-url@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
+ dependencies:
+ tr46 "~0.0.3"
+ webidl-conversions "^3.0.0"
+
+wide-align@^1.1.0:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
+ integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
+ dependencies:
+ string-width "^1.0.2 || 2"
+
word-wrap@~1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
+wrap-ansi@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
+ dependencies:
+ ansi-styles "^4.0.0"
+ string-width "^4.1.0"
+ strip-ansi "^6.0.0"
+
wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -3817,6 +4154,16 @@ ws@^1.1.1:
options ">=0.0.5"
ultron "1.0.x"
+y18n@^5.0.5:
+ version "5.0.8"
+ resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
+ integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
+
+yallist@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
+ integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
+
yaml@^1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"
@@ -3824,6 +4171,24 @@ yaml@^1.7.2:
dependencies:
"@babel/runtime" "^7.6.3"
+yargs-parser@^20.2.2:
+ version "20.2.9"
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
+ integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
+
+yargs@^16.1.0:
+ version "16.2.0"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
+ integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
+ dependencies:
+ cliui "^7.0.2"
+ escalade "^3.1.1"
+ get-caller-file "^2.0.5"
+ require-directory "^2.1.1"
+ string-width "^4.2.0"
+ y18n "^5.0.5"
+ yargs-parser "^20.2.2"
+
yn@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
diff --git a/pkgs/applications/editors/rstudio/yarndeps.nix b/pkgs/applications/editors/rstudio/yarndeps.nix
index be4480a67c66..21d267f841cd 100644
--- a/pkgs/applications/editors/rstudio/yarndeps.nix
+++ b/pkgs/applications/editors/rstudio/yarndeps.nix
@@ -6,15 +6,23 @@
path = fetchurl {
name = "_babel_code_frame___code_frame_7.8.3.tgz";
url = "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz";
- sha1 = "33e25903d7481181534e12ec0a25f16b6fcf419e";
+ sha512 = "a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==";
};
}
{
- name = "_babel_helper_module_imports___helper_module_imports_7.8.3.tgz";
+ name = "_babel_helper_module_imports___helper_module_imports_7.15.4.tgz";
path = fetchurl {
- name = "_babel_helper_module_imports___helper_module_imports_7.8.3.tgz";
- url = "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz";
- sha1 = "7fe39589b39c016331b6b8c3f441e8f0b1419498";
+ name = "_babel_helper_module_imports___helper_module_imports_7.15.4.tgz";
+ url = "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz";
+ sha512 = "jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==";
+ };
+ }
+ {
+ name = "_babel_helper_validator_identifier___helper_validator_identifier_7.14.9.tgz";
+ path = fetchurl {
+ name = "_babel_helper_validator_identifier___helper_validator_identifier_7.14.9.tgz";
+ url = "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz";
+ sha512 = "pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==";
};
}
{
@@ -22,7 +30,7 @@
path = fetchurl {
name = "_babel_highlight___highlight_7.8.3.tgz";
url = "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz";
- sha1 = "28f173d04223eaaa59bc1d439a3836e6d1265797";
+ sha512 = "PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==";
};
}
{
@@ -30,7 +38,7 @@
path = fetchurl {
name = "_babel_runtime___runtime_7.9.6.tgz";
url = "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz";
- sha1 = "a9102eb5cadedf3f31d08a9ecf294af7827ea29f";
+ sha512 = "64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==";
};
}
{
@@ -38,15 +46,15 @@
path = fetchurl {
name = "_babel_runtime___runtime_7.8.4.tgz";
url = "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz";
- sha1 = "d79f5a2040f7caa24d53e563aad49cbc05581308";
+ sha512 = "neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==";
};
}
{
- name = "_babel_types___types_7.8.6.tgz";
+ name = "_babel_types___types_7.15.6.tgz";
path = fetchurl {
- name = "_babel_types___types_7.8.6.tgz";
- url = "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz";
- sha1 = "629ecc33c2557fcde7126e58053127afdb3e6d01";
+ name = "_babel_types___types_7.15.6.tgz";
+ url = "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz";
+ sha512 = "BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==";
};
}
{
@@ -54,7 +62,7 @@
path = fetchurl {
name = "_emotion_babel_utils___babel_utils_0.6.10.tgz";
url = "https://registry.yarnpkg.com/@emotion/babel-utils/-/babel-utils-0.6.10.tgz";
- sha1 = "83dbf3dfa933fae9fc566e54fbb45f14674c6ccc";
+ sha512 = "/fnkM/LTEp3jKe++T0KyTszVGWNKPNOUJfjNKLO17BzQ6QPxgbg3whayom1Qr2oLFH3V92tDymU+dT5q676uow==";
};
}
{
@@ -62,7 +70,7 @@
path = fetchurl {
name = "_emotion_hash___hash_0.6.6.tgz";
url = "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.6.6.tgz";
- sha1 = "62266c5f0eac6941fece302abad69f2ee7e25e44";
+ sha512 = "ojhgxzUHZ7am3D2jHkMzPpsBAiB005GF5YU4ea+8DNPybMk01JJUM9V9YRlF/GE95tcOm8DxQvWA2jq19bGalQ==";
};
}
{
@@ -70,7 +78,7 @@
path = fetchurl {
name = "_emotion_is_prop_valid___is_prop_valid_0.6.8.tgz";
url = "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.6.8.tgz";
- sha1 = "68ad02831da41213a2089d2cab4e8ac8b30cbd85";
+ sha512 = "IMSL7ekYhmFlILXcouA6ket3vV7u9BqStlXzbKOF9HBtpUPMMlHU+bBxrLOa2NvleVwNIxeq/zL8LafLbeUXcA==";
};
}
{
@@ -78,7 +86,7 @@
path = fetchurl {
name = "_emotion_memoize___memoize_0.6.6.tgz";
url = "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.6.6.tgz";
- sha1 = "004b98298d04c7ca3b4f50ca2035d4f60d2eed1b";
+ sha512 = "h4t4jFjtm1YV7UirAFuSuFGyLa+NNxjdkq6DpFLANNQY5rHueFZHVY+8Cu1HYVP6DrheB0kv4m5xPjo7eKT7yQ==";
};
}
{
@@ -86,7 +94,7 @@
path = fetchurl {
name = "_emotion_serialize___serialize_0.9.1.tgz";
url = "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.9.1.tgz";
- sha1 = "a494982a6920730dba6303eb018220a2b629c145";
+ sha512 = "zTuAFtyPvCctHBEL8KZ5lJuwBanGSutFEncqLn/m9T1a6a93smBStK+bZzcNPgj4QS8Rkw9VTwJGhRIUVO8zsQ==";
};
}
{
@@ -94,7 +102,7 @@
path = fetchurl {
name = "_emotion_stylis___stylis_0.7.1.tgz";
url = "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.7.1.tgz";
- sha1 = "50f63225e712d99e2b2b39c19c70fff023793ca5";
+ sha512 = "/SLmSIkN13M//53TtNxgxo57mcJk/UJIDFRKwOiLIBEyBHEcipgR6hNMQ/59Sl4VjCJ0Z/3zeAZyvnSLPG/1HQ==";
};
}
{
@@ -102,7 +110,7 @@
path = fetchurl {
name = "_emotion_unitless___unitless_0.6.7.tgz";
url = "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.6.7.tgz";
- sha1 = "53e9f1892f725b194d5e6a1684a7b394df592397";
+ sha512 = "Arj1hncvEVqQ2p7Ega08uHLr1JuRYBuO5cIvcA+WWEQ5+VmkOE3ZXzl04NbQxeQpWX78G7u6MqxKuNX3wvYZxg==";
};
}
{
@@ -110,15 +118,23 @@
path = fetchurl {
name = "_emotion_utils___utils_0.8.2.tgz";
url = "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.8.2.tgz";
- sha1 = "576ff7fb1230185b619a75d258cbc98f0867a8dc";
+ sha512 = "rLu3wcBWH4P5q1CGoSSH/i9hrXs7SlbRLkoq9IGuoPYNGQvDJ3pt/wmOM+XgYjIDRMVIdkUWt0RsfzF50JfnCw==";
};
}
{
- name = "_textlint_ast_node_types___ast_node_types_4.3.4.tgz";
+ name = "_mapbox_node_pre_gyp___node_pre_gyp_1.0.5.tgz";
path = fetchurl {
- name = "_textlint_ast_node_types___ast_node_types_4.3.4.tgz";
- url = "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.3.4.tgz";
- sha1 = "f6596c45c32c85dc06915c3077bb7686033efd32";
+ name = "_mapbox_node_pre_gyp___node_pre_gyp_1.0.5.tgz";
+ url = "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.5.tgz";
+ sha512 = "4srsKPXWlIxp5Vbqz5uLfBN+du2fJChBoYn/f2h991WLdk7jUvcSk/McVLSv/X+xQIPI8eGD5GjrnygdyHnhPA==";
+ };
+ }
+ {
+ name = "_textlint_ast_node_types___ast_node_types_4.4.3.tgz";
+ path = fetchurl {
+ name = "_textlint_ast_node_types___ast_node_types_4.4.3.tgz";
+ url = "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz";
+ sha512 = "qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==";
};
}
{
@@ -126,15 +142,15 @@
path = fetchurl {
name = "_types_ace___ace_0.0.43.tgz";
url = "https://registry.yarnpkg.com/@types/ace/-/ace-0.0.43.tgz";
- sha1 = "9f0916174b6060dabbccd36ba4868ea769a1c633";
+ sha512 = "eQdX8AQ7CfSHym07MZMBQ8FKUj9AZ2Wcc26W5Ct8J4KOMjFY6SFUaf2YA8YHBut0Fwl//2kZ+0GLZNp+NQNRIA==";
};
}
{
- name = "_types_clipboard___clipboard_2.0.1.tgz";
+ name = "_types_clipboard___clipboard_2.0.7.tgz";
path = fetchurl {
- name = "_types_clipboard___clipboard_2.0.1.tgz";
- url = "https://registry.yarnpkg.com/@types/clipboard/-/clipboard-2.0.1.tgz";
- sha1 = "75a74086c293d75b12bc93ff13bc7797fef05a40";
+ name = "_types_clipboard___clipboard_2.0.7.tgz";
+ url = "https://registry.yarnpkg.com/@types/clipboard/-/clipboard-2.0.7.tgz";
+ sha512 = "VwVFUHlneOsWfv/GaaY7Kwk4XasDqkAlyFQtsHxnOw0yyBYWTrlEXtmb9RtC+VFBCdtuOeIXECmELNd5RrKp/g==";
};
}
{
@@ -142,15 +158,15 @@
path = fetchurl {
name = "_types_diff_match_patch___diff_match_patch_1.0.32.tgz";
url = "https://registry.yarnpkg.com/@types/diff-match-patch/-/diff-match-patch-1.0.32.tgz";
- sha1 = "d9c3b8c914aa8229485351db4865328337a3d09f";
+ sha512 = "bPYT5ECFiblzsVzyURaNhljBH2Gh1t9LowgUwciMrNAhFewLkHT2H0Mto07Y4/3KCOGZHRQll3CTtQZ0X11D/A==";
};
}
{
- name = "_types_js_yaml___js_yaml_3.12.3.tgz";
+ name = "_types_js_yaml___js_yaml_4.0.3.tgz";
path = fetchurl {
- name = "_types_js_yaml___js_yaml_3.12.3.tgz";
- url = "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.3.tgz";
- sha1 = "abf383c5b639d0aa8b8c4a420d6a85f703357d6c";
+ name = "_types_js_yaml___js_yaml_4.0.3.tgz";
+ url = "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.3.tgz";
+ sha512 = "5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==";
};
}
{
@@ -158,7 +174,15 @@
path = fetchurl {
name = "_types_lodash.debounce___lodash.debounce_4.0.6.tgz";
url = "https://registry.yarnpkg.com/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz";
- sha1 = "c5a2326cd3efc46566c47e4c0aa248dc0ee57d60";
+ sha512 = "4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==";
+ };
+ }
+ {
+ name = "_types_lodash.orderby___lodash.orderby_4.6.6.tgz";
+ path = fetchurl {
+ name = "_types_lodash.orderby___lodash.orderby_4.6.6.tgz";
+ url = "https://registry.yarnpkg.com/@types/lodash.orderby/-/lodash.orderby-4.6.6.tgz";
+ sha512 = "wQzu6xK+bSwhu45OeMI7fjywiIZiiaBzJB8W3fwnF1SJXHoOXRLutrSnVmq4yHPOM036qsy8lx9wHQcAbXNjJw==";
};
}
{
@@ -166,7 +190,7 @@
path = fetchurl {
name = "_types_lodash.uniqby___lodash.uniqby_4.7.6.tgz";
url = "https://registry.yarnpkg.com/@types/lodash.uniqby/-/lodash.uniqby-4.7.6.tgz";
- sha1 = "672827a701403f07904fe37f0721ae92abfa80e8";
+ sha512 = "9wBhrm1y6asW50Joj6tsySCNUgzK2tCqL7vtKIej0E9RyeBFdcte7fxUosmFuMoOU0eHqOMK76kCCrK99jxHgg==";
};
}
{
@@ -174,7 +198,7 @@
path = fetchurl {
name = "_types_lodash___lodash_4.14.154.tgz";
url = "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.154.tgz";
- sha1 = "069e3c703fdb264e67be9e03b20a640bc0198ecc";
+ sha512 = "VoDZIJmg3P8vPEnTldLvgA+q7RkIbVkbYX4k0cAVFzGAOQwUehVgRHgIr2/wepwivDst/rVRqaiBSjCXRnoWwQ==";
};
}
{
@@ -182,7 +206,7 @@
path = fetchurl {
name = "_types_node___node_14.0.4.tgz";
url = "https://registry.yarnpkg.com/@types/node/-/node-14.0.4.tgz";
- sha1 = "43a63fc5edce226bed106b31b875165256271107";
+ sha512 = "k3NqigXWRzQZVBDS5D1U70A5E8Qk4Kh+Ha/x4M8Bt9pF0X05eggfnC9+63Usc9Q928hRUIpIhTQaXsZwZBl4Ew==";
};
}
{
@@ -190,7 +214,7 @@
path = fetchurl {
name = "_types_orderedmap___orderedmap_1.0.0.tgz";
url = "https://registry.yarnpkg.com/@types/orderedmap/-/orderedmap-1.0.0.tgz";
- sha1 = "807455a192bba52cbbb4517044bc82bdbfa8c596";
+ sha512 = "dxKo80TqYx3YtBipHwA/SdFmMMyLCnP+5mkEqN0eMjcTBzHkiiX0ES118DsjDBjvD+zeSsSU9jULTZ+frog+Gw==";
};
}
{
@@ -198,7 +222,15 @@
path = fetchurl {
name = "_types_parse_json___parse_json_4.0.0.tgz";
url = "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz";
- sha1 = "2f8bb441434d163b35fb8ffdccd7138927ffb8c0";
+ sha512 = "//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==";
+ };
+ }
+ {
+ name = "_types_pinyin___pinyin_2.10.0.tgz";
+ path = fetchurl {
+ name = "_types_pinyin___pinyin_2.10.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/pinyin/-/pinyin-2.10.0.tgz";
+ sha512 = "YLty6FPYiBgxNbQNaTRJquvflRdG026jjOpjNXR7HdGEJPGtmPBp1x9LkWePCNA/ClaTT0hYem080TbRCMLbew==";
};
}
{
@@ -206,7 +238,7 @@
path = fetchurl {
name = "_types_prop_types___prop_types_15.7.3.tgz";
url = "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz";
- sha1 = "2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7";
+ sha512 = "KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==";
};
}
{
@@ -214,55 +246,55 @@
path = fetchurl {
name = "_types_prosemirror_commands___prosemirror_commands_1.0.3.tgz";
url = "https://registry.yarnpkg.com/@types/prosemirror-commands/-/prosemirror-commands-1.0.3.tgz";
- sha1 = "e9fa5653cffd1c75c260594cf3ec5244c9004dbf";
+ sha512 = "AjFCJqBvAhQ4gOzXPgUcnEZwu4jd7se7ani3dYAv8p4L+cWEPD6Pshrpp5uJDI5/pzvNXLWQ/4c2Qk4h9IML1w==";
};
}
{
- name = "_types_prosemirror_dev_tools___prosemirror_dev_tools_2.1.0.tgz";
+ name = "_types_prosemirror_commands___prosemirror_commands_1.0.4.tgz";
path = fetchurl {
- name = "_types_prosemirror_dev_tools___prosemirror_dev_tools_2.1.0.tgz";
- url = "https://registry.yarnpkg.com/@types/prosemirror-dev-tools/-/prosemirror-dev-tools-2.1.0.tgz";
- sha1 = "91e2ef4f36129f5155f924296e306de187e86bdb";
+ name = "_types_prosemirror_commands___prosemirror_commands_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/@types/prosemirror-commands/-/prosemirror-commands-1.0.4.tgz";
+ sha512 = "utDNYB3EXLjAfYIcRWJe6pn3kcQ5kG4RijbT/0Y/TFOm6yhvYS/D9eJVnijdg9LDjykapcezchxGRqFD5LcyaQ==";
};
}
{
- name = "_types_prosemirror_dropcursor___prosemirror_dropcursor_1.0.0.tgz";
+ name = "_types_prosemirror_dropcursor___prosemirror_dropcursor_1.0.3.tgz";
path = fetchurl {
- name = "_types_prosemirror_dropcursor___prosemirror_dropcursor_1.0.0.tgz";
- url = "https://registry.yarnpkg.com/@types/prosemirror-dropcursor/-/prosemirror-dropcursor-1.0.0.tgz";
- sha1 = "2df872bc6431a9f06bc1a4a0eac7c2dc527e7f12";
+ name = "_types_prosemirror_dropcursor___prosemirror_dropcursor_1.0.3.tgz";
+ url = "https://registry.yarnpkg.com/@types/prosemirror-dropcursor/-/prosemirror-dropcursor-1.0.3.tgz";
+ sha512 = "b0/8njnJ4lwyHKcGuCMf3x7r1KjxyugB1R/c2iMCjplsJHSC7UY9+OysqgJR5uUXRekUSGniiLgBtac/lvH6wg==";
};
}
{
- name = "_types_prosemirror_gapcursor___prosemirror_gapcursor_1.0.1.tgz";
+ name = "_types_prosemirror_gapcursor___prosemirror_gapcursor_1.0.4.tgz";
path = fetchurl {
- name = "_types_prosemirror_gapcursor___prosemirror_gapcursor_1.0.1.tgz";
- url = "https://registry.yarnpkg.com/@types/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.1.tgz";
- sha1 = "56a6274ef39f62c339adcc64305294b800211a5e";
+ name = "_types_prosemirror_gapcursor___prosemirror_gapcursor_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/@types/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.4.tgz";
+ sha512 = "9xKjFIG5947dzerFvkLWp6F53JwrUYoYwh3SgcTFEp8SbSfNNrez/PFYVZKPnoqPoaK5WtTdQTaMwpCV9rXQIg==";
};
}
{
- name = "_types_prosemirror_history___prosemirror_history_1.0.1.tgz";
+ name = "_types_prosemirror_history___prosemirror_history_1.0.3.tgz";
path = fetchurl {
- name = "_types_prosemirror_history___prosemirror_history_1.0.1.tgz";
- url = "https://registry.yarnpkg.com/@types/prosemirror-history/-/prosemirror-history-1.0.1.tgz";
- sha1 = "b8d7595f73788b63fc9f2b57a763ba8375abfe87";
+ name = "_types_prosemirror_history___prosemirror_history_1.0.3.tgz";
+ url = "https://registry.yarnpkg.com/@types/prosemirror-history/-/prosemirror-history-1.0.3.tgz";
+ sha512 = "5TloMDRavgLjOAKXp1Li8u0xcsspzbT1Cm9F2pwHOkgvQOz1jWQb2VIXO7RVNsFjLBZdIXlyfSLivro3DuMWXg==";
};
}
{
- name = "_types_prosemirror_inputrules___prosemirror_inputrules_1.0.3.tgz";
+ name = "_types_prosemirror_inputrules___prosemirror_inputrules_1.0.4.tgz";
path = fetchurl {
- name = "_types_prosemirror_inputrules___prosemirror_inputrules_1.0.3.tgz";
- url = "https://registry.yarnpkg.com/@types/prosemirror-inputrules/-/prosemirror-inputrules-1.0.3.tgz";
- sha1 = "3f8f07921f692b6c7e4781fa426aee3e76b9018c";
+ name = "_types_prosemirror_inputrules___prosemirror_inputrules_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/@types/prosemirror-inputrules/-/prosemirror-inputrules-1.0.4.tgz";
+ sha512 = "lJIMpOjO47SYozQybUkpV6QmfuQt7GZKHtVrvS+mR5UekA8NMC5HRIVMyaIauJLWhKU6oaNjpVaXdw41kh165g==";
};
}
{
- name = "_types_prosemirror_keymap___prosemirror_keymap_1.0.3.tgz";
+ name = "_types_prosemirror_keymap___prosemirror_keymap_1.0.4.tgz";
path = fetchurl {
- name = "_types_prosemirror_keymap___prosemirror_keymap_1.0.3.tgz";
- url = "https://registry.yarnpkg.com/@types/prosemirror-keymap/-/prosemirror-keymap-1.0.3.tgz";
- sha1 = "09cc469a69222a4c8a3d415d02eeb459bb74269c";
+ name = "_types_prosemirror_keymap___prosemirror_keymap_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/@types/prosemirror-keymap/-/prosemirror-keymap-1.0.4.tgz";
+ sha512 = "ycevwkqUh+jEQtPwqO7sWGcm+Sybmhu8MpBsM8DlO3+YTKnXbKA6SDz/+q14q1wK3UA8lHJyfR+v+GPxfUSemg==";
};
}
{
@@ -270,15 +302,15 @@
path = fetchurl {
name = "_types_prosemirror_model___prosemirror_model_1.7.2.tgz";
url = "https://registry.yarnpkg.com/@types/prosemirror-model/-/prosemirror-model-1.7.2.tgz";
- sha1 = "9c7aff2fd62f0f56eb76e2e0eb27bf6996e6c28a";
+ sha512 = "2l+yXvidg3AUHN07mO4Jd8Q84fo6ksFsy7LHUurLYrZ74uTahBp2fzcO49AKZMzww2EulXJ40Kl/OFaQ/7A1fw==";
};
}
{
- name = "_types_prosemirror_schema_list___prosemirror_schema_list_1.0.1.tgz";
+ name = "_types_prosemirror_schema_list___prosemirror_schema_list_1.0.3.tgz";
path = fetchurl {
- name = "_types_prosemirror_schema_list___prosemirror_schema_list_1.0.1.tgz";
- url = "https://registry.yarnpkg.com/@types/prosemirror-schema-list/-/prosemirror-schema-list-1.0.1.tgz";
- sha1 = "7f53e3c0326b1359755f3971b8c448d98b722f21";
+ name = "_types_prosemirror_schema_list___prosemirror_schema_list_1.0.3.tgz";
+ url = "https://registry.yarnpkg.com/@types/prosemirror-schema-list/-/prosemirror-schema-list-1.0.3.tgz";
+ sha512 = "uWybOf+M2Ea7rlbs0yLsS4YJYNGXYtn4N+w8HCw3Vvfl6wBAROzlMt0gV/D/VW/7J/LlAjwMezuGe8xi24HzXA==";
};
}
{
@@ -286,15 +318,7 @@
path = fetchurl {
name = "_types_prosemirror_state___prosemirror_state_1.2.3.tgz";
url = "https://registry.yarnpkg.com/@types/prosemirror-state/-/prosemirror-state-1.2.3.tgz";
- sha1 = "7f5f871acf7b8c22e1862ff0068f9bf7e9682c0e";
- };
- }
- {
- name = "_types_prosemirror_state___prosemirror_state_1.2.5.tgz";
- path = fetchurl {
- name = "_types_prosemirror_state___prosemirror_state_1.2.5.tgz";
- url = "https://registry.yarnpkg.com/@types/prosemirror-state/-/prosemirror-state-1.2.5.tgz";
- sha1 = "a91304e9aab6e71f868e23b3a1ae514a75033f8f";
+ sha512 = "6m433Hubix9bx+JgcLW7zzyiZuzwjq5mBdSMYY4Yi5c5ZpV2RiVmg7Cy6f9Thtts8vuztilw+PczJAgDm1Frfw==";
};
}
{
@@ -302,7 +326,7 @@
path = fetchurl {
name = "_types_prosemirror_tables___prosemirror_tables_0.9.1.tgz";
url = "https://registry.yarnpkg.com/@types/prosemirror-tables/-/prosemirror-tables-0.9.1.tgz";
- sha1 = "d2203330f0fa1161c04152bf02c39e152082d408";
+ sha512 = "zoY1qcAC6kG4UjnaQQXuoyYQdDJMQmY9uzRKdyUppP8rWRR5/kXBHOd84CD9ZvrYUBo3uDmS20qQnc3knr2j9A==";
};
}
{
@@ -310,7 +334,7 @@
path = fetchurl {
name = "_types_prosemirror_transform___prosemirror_transform_1.1.1.tgz";
url = "https://registry.yarnpkg.com/@types/prosemirror-transform/-/prosemirror-transform-1.1.1.tgz";
- sha1 = "5a0de16e8e0123b4c3d9559235e19f39cee85e5c";
+ sha512 = "yYCYSoiRH+Wcbl8GJc0PFCzeyMzNQ1vL2xrHHSXZuNcIlH75VoiKrZFeZ6BS9cl8mYXjZrlmdBe8YOxYvyKM6A==";
};
}
{
@@ -318,23 +342,23 @@
path = fetchurl {
name = "_types_prosemirror_view___prosemirror_view_1.11.2.tgz";
url = "https://registry.yarnpkg.com/@types/prosemirror-view/-/prosemirror-view-1.11.2.tgz";
- sha1 = "58af5dcb7de20b7de874de99147552d5627209a1";
+ sha512 = "EKcQmR4KdkFZU13wS5pWrkSojRCPGqz/l/uzpZFfW5cgdr7fQsftf2/ttvIjpk1a94ISifEY4UZwflVJ+uL4Rg==";
};
}
{
- name = "_types_react_dom___react_dom_16.9.6.tgz";
+ name = "_types_react_dom___react_dom_17.0.9.tgz";
path = fetchurl {
- name = "_types_react_dom___react_dom_16.9.6.tgz";
- url = "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.6.tgz";
- sha1 = "9e7f83d90566521cc2083be2277c6712dcaf754c";
+ name = "_types_react_dom___react_dom_17.0.9.tgz";
+ url = "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz";
+ sha512 = "wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==";
};
}
{
- name = "_types_react_window___react_window_1.8.2.tgz";
+ name = "_types_react_window___react_window_1.8.5.tgz";
path = fetchurl {
- name = "_types_react_window___react_window_1.8.2.tgz";
- url = "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.2.tgz";
- sha1 = "a5a6b2762ce73ffaab7911ee1397cf645f2459fe";
+ name = "_types_react_window___react_window_1.8.5.tgz";
+ url = "https://registry.yarnpkg.com/@types/react-window/-/react-window-1.8.5.tgz";
+ sha512 = "V9q3CvhC9Jk9bWBOysPGaWy/Z0lxYcTXLtLipkt2cnRj1JOSFNF7wqGpkScSXMgBwC+fnVRg/7shwgddBG5ICw==";
};
}
{
@@ -342,7 +366,31 @@
path = fetchurl {
name = "_types_react___react_16.9.32.tgz";
url = "https://registry.yarnpkg.com/@types/react/-/react-16.9.32.tgz";
- sha1 = "f6368625b224604148d1ddf5920e4fefbd98d383";
+ sha512 = "fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ==";
+ };
+ }
+ {
+ name = "_types_react___react_17.0.20.tgz";
+ path = fetchurl {
+ name = "_types_react___react_17.0.20.tgz";
+ url = "https://registry.yarnpkg.com/@types/react/-/react-17.0.20.tgz";
+ sha512 = "wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA==";
+ };
+ }
+ {
+ name = "_types_scheduler___scheduler_0.16.2.tgz";
+ path = fetchurl {
+ name = "_types_scheduler___scheduler_0.16.2.tgz";
+ url = "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz";
+ sha512 = "hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==";
+ };
+ }
+ {
+ name = "_types_transliteration___transliteration_1.6.6.tgz";
+ path = fetchurl {
+ name = "_types_transliteration___transliteration_1.6.6.tgz";
+ url = "https://registry.yarnpkg.com/@types/transliteration/-/transliteration-1.6.6.tgz";
+ sha512 = "drgWFeHgZt16bXKhsu4cP6TlunW3Pu9MS1l9w7Qnm+bcsqf4/pnjnO6/uMAziCV8rnmuU3iCSk7J2zio1nR1+A==";
};
}
{
@@ -350,15 +398,15 @@
path = fetchurl {
name = "_types_unzip___unzip_0.1.1.tgz";
url = "https://registry.yarnpkg.com/@types/unzip/-/unzip-0.1.1.tgz";
- sha1 = "96e80dc5e2917a769c8be01aa49c4fe660e7bab3";
+ sha512 = "skD6Um7Pk2l7y+tVOKSgOA9vXViyhk/qJYmr17Ek4Uw3Zgo/DWPScphTPztPbApTIngyYSJnkEW87xrHzRYaew==";
};
}
{
- name = "_types_zenscroll___zenscroll_4.0.0.tgz";
+ name = "_types_zenscroll___zenscroll_4.0.1.tgz";
path = fetchurl {
- name = "_types_zenscroll___zenscroll_4.0.0.tgz";
- url = "https://registry.yarnpkg.com/@types/zenscroll/-/zenscroll-4.0.0.tgz";
- sha1 = "9acc7df6c87cc9e064f5a6230df499835dee1972";
+ name = "_types_zenscroll___zenscroll_4.0.1.tgz";
+ url = "https://registry.yarnpkg.com/@types/zenscroll/-/zenscroll-4.0.1.tgz";
+ sha512 = "r1h1/SPJQn8kL4rzyJvf4HJvqv20YrTV++qRGiPuA1mYbCSkMBaUOsCXLN780gI6BZfRzDbmjU0/sWq9yi1WgQ==";
};
}
{
@@ -366,7 +414,7 @@
path = fetchurl {
name = "abbrev___abbrev_1.1.1.tgz";
url = "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz";
- sha1 = "f8f2c887ad10bf67f634f005b6987fed3179aac8";
+ sha512 = "nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==";
};
}
{
@@ -374,7 +422,7 @@
path = fetchurl {
name = "accepts___accepts_1.3.7.tgz";
url = "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz";
- sha1 = "531bc726517a3b2b41f850021c6cc15eaab507cd";
+ sha512 = "Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==";
};
}
{
@@ -382,7 +430,7 @@
path = fetchurl {
name = "acorn_jsx___acorn_jsx_4.1.1.tgz";
url = "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-4.1.1.tgz";
- sha1 = "e8e41e48ea2fe0c896740610ab6a4ffd8add225e";
+ sha512 = "JY+iV6r+cO21KtntVvFkD+iqjtdpRUpGqKWgfkCdZq1R+kbreEl8EcdcJR4SmiIgsIQT33s6QzheQ9a275Q8xw==";
};
}
{
@@ -390,7 +438,15 @@
path = fetchurl {
name = "acorn___acorn_5.7.3.tgz";
url = "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz";
- sha1 = "67aa231bf8812974b85235a96771eb6bd07ea279";
+ sha512 = "T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==";
+ };
+ }
+ {
+ name = "agent_base___agent_base_6.0.2.tgz";
+ path = fetchurl {
+ name = "agent_base___agent_base_6.0.2.tgz";
+ url = "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz";
+ sha512 = "RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==";
};
}
{
@@ -398,7 +454,7 @@
path = fetchurl {
name = "ajax_request___ajax_request_1.2.3.tgz";
url = "https://registry.yarnpkg.com/ajax-request/-/ajax-request-1.2.3.tgz";
- sha1 = "99fcbec1d6d2792f85fa949535332bd14f5f3790";
+ sha1 = "mfy+wdbSeS+F+pSVNTMr0U9fN5A=";
};
}
{
@@ -406,7 +462,7 @@
path = fetchurl {
name = "ajv___ajv_6.12.0.tgz";
url = "https://registry.yarnpkg.com/ajv/-/ajv-6.12.0.tgz";
- sha1 = "06d60b96d87b8454a5adaba86e7854da629db4b7";
+ sha512 = "D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw==";
};
}
{
@@ -414,7 +470,15 @@
path = fetchurl {
name = "ansi_escapes___ansi_escapes_3.2.0.tgz";
url = "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz";
- sha1 = "8780b98ff9dbf5638152d1f1fe5c1d7b4442976b";
+ sha512 = "cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==";
+ };
+ }
+ {
+ name = "ansi_regex___ansi_regex_2.1.1.tgz";
+ path = fetchurl {
+ name = "ansi_regex___ansi_regex_2.1.1.tgz";
+ url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz";
+ sha1 = "w7M6te42DYbg5ijwRorn7yfWVN8=";
};
}
{
@@ -422,7 +486,15 @@
path = fetchurl {
name = "ansi_regex___ansi_regex_3.0.0.tgz";
url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz";
- sha1 = "ed0317c322064f79466c02966bddb605ab37d998";
+ sha1 = "7QMXwyIGT3lGbAKWa922Bas32Zg=";
+ };
+ }
+ {
+ name = "ansi_regex___ansi_regex_5.0.1.tgz";
+ path = fetchurl {
+ name = "ansi_regex___ansi_regex_5.0.1.tgz";
+ url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz";
+ sha512 = "quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==";
};
}
{
@@ -430,7 +502,15 @@
path = fetchurl {
name = "ansi_styles___ansi_styles_3.2.1.tgz";
url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz";
- sha1 = "41fbb20243e50b12be0f04b8dedbf07520ce841d";
+ sha512 = "VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==";
+ };
+ }
+ {
+ name = "ansi_styles___ansi_styles_4.3.0.tgz";
+ path = fetchurl {
+ name = "ansi_styles___ansi_styles_4.3.0.tgz";
+ url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz";
+ sha512 = "zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==";
};
}
{
@@ -438,7 +518,7 @@
path = fetchurl {
name = "ansi___ansi_0.3.1.tgz";
url = "https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz";
- sha1 = "0c42d4fb17160d5a9af1e484bace1c66922c1b21";
+ sha1 = "DELU+xcWDVqa8eSEus4cZpIsGyE=";
};
}
{
@@ -446,7 +526,7 @@
path = fetchurl {
name = "anymatch___anymatch_1.3.2.tgz";
url = "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz";
- sha1 = "553dcb8f91e3c889845dfdba34c77721b90b9d7a";
+ sha512 = "0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==";
};
}
{
@@ -454,7 +534,7 @@
path = fetchurl {
name = "app_root_path___app_root_path_1.4.0.tgz";
url = "https://registry.yarnpkg.com/app-root-path/-/app-root-path-1.4.0.tgz";
- sha1 = "6335d865c9640d0fad99004e5a79232238e92dfa";
+ sha1 = "YzXYZclkDQ+tmQBOWnkjIjjpLfo=";
};
}
{
@@ -462,7 +542,23 @@
path = fetchurl {
name = "app_root_path___app_root_path_2.2.1.tgz";
url = "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.2.1.tgz";
- sha1 = "d0df4a682ee408273583d43f6f79e9892624bc9a";
+ sha512 = "91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==";
+ };
+ }
+ {
+ name = "aproba___aproba_1.2.0.tgz";
+ path = fetchurl {
+ name = "aproba___aproba_1.2.0.tgz";
+ url = "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz";
+ sha512 = "Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==";
+ };
+ }
+ {
+ name = "are_we_there_yet___are_we_there_yet_1.1.7.tgz";
+ path = fetchurl {
+ name = "are_we_there_yet___are_we_there_yet_1.1.7.tgz";
+ url = "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz";
+ sha512 = "nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==";
};
}
{
@@ -470,7 +566,7 @@
path = fetchurl {
name = "arg___arg_4.1.3.tgz";
url = "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz";
- sha1 = "269fc7ad5b8e42cb63c896d5666017261c144089";
+ sha512 = "58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==";
};
}
{
@@ -478,7 +574,15 @@
path = fetchurl {
name = "argparse___argparse_1.0.10.tgz";
url = "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz";
- sha1 = "bcd6791ea5ae09725e17e5ad988134cd40b3d911";
+ sha512 = "o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==";
+ };
+ }
+ {
+ name = "argparse___argparse_2.0.1.tgz";
+ path = fetchurl {
+ name = "argparse___argparse_2.0.1.tgz";
+ url = "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz";
+ sha512 = "8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==";
};
}
{
@@ -486,7 +590,7 @@
path = fetchurl {
name = "arr_diff___arr_diff_2.0.0.tgz";
url = "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz";
- sha1 = "8f3b827f955a8bd669697e4a4256ac3ceae356cf";
+ sha1 = "jzuCf5Vai9ZpaX5KQlasPOrjVs8=";
};
}
{
@@ -494,7 +598,7 @@
path = fetchurl {
name = "arr_diff___arr_diff_4.0.0.tgz";
url = "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz";
- sha1 = "d6461074febfec71e7e15235761a329a5dc7c520";
+ sha1 = "1kYQdP6/7HHn4VI1dhoyml3HxSA=";
};
}
{
@@ -502,7 +606,7 @@
path = fetchurl {
name = "arr_flatten___arr_flatten_1.1.0.tgz";
url = "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz";
- sha1 = "36048bbff4e7b47e136644316c99669ea5ae91f1";
+ sha512 = "L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==";
};
}
{
@@ -510,7 +614,7 @@
path = fetchurl {
name = "arr_union___arr_union_3.1.0.tgz";
url = "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz";
- sha1 = "e39b09aea9def866a8f206e288af63919bae39c4";
+ sha1 = "45sJrqne+Gao8gbiiK9jkZuuOcQ=";
};
}
{
@@ -518,7 +622,7 @@
path = fetchurl {
name = "array_flatten___array_flatten_1.1.1.tgz";
url = "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz";
- sha1 = "9a5f699051b1e7073328f2a008968b64ea2955d2";
+ sha1 = "ml9pkFGx5wczKPKgCJaLZOopVdI=";
};
}
{
@@ -526,7 +630,7 @@
path = fetchurl {
name = "array_unique___array_unique_0.2.1.tgz";
url = "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz";
- sha1 = "a1d97ccafcbc2625cc70fadceb36a50c58b01a53";
+ sha1 = "odl8yvy8JiXMcPrc6zalDFiwGlM=";
};
}
{
@@ -534,7 +638,7 @@
path = fetchurl {
name = "array_unique___array_unique_0.3.2.tgz";
url = "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz";
- sha1 = "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428";
+ sha1 = "qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=";
};
}
{
@@ -542,7 +646,7 @@
path = fetchurl {
name = "asn1___asn1_0.2.4.tgz";
url = "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz";
- sha1 = "8d2475dfab553bb33e77b54e59e880bb8ce23136";
+ sha512 = "jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==";
};
}
{
@@ -550,7 +654,7 @@
path = fetchurl {
name = "assert_plus___assert_plus_1.0.0.tgz";
url = "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz";
- sha1 = "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525";
+ sha1 = "8S4PPF13sLHN2RRpQuTpbB5N1SU=";
};
}
{
@@ -558,7 +662,7 @@
path = fetchurl {
name = "assign_symbols___assign_symbols_1.0.0.tgz";
url = "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz";
- sha1 = "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367";
+ sha1 = "WWZ/QfrdTyDMvCu5a41Pf3jsA2c=";
};
}
{
@@ -566,7 +670,7 @@
path = fetchurl {
name = "async_each___async_each_1.0.3.tgz";
url = "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz";
- sha1 = "b727dbf87d7651602f06f4d4ac387f47d91b0cbf";
+ sha512 = "z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==";
};
}
{
@@ -574,7 +678,7 @@
path = fetchurl {
name = "asynckit___asynckit_0.4.0.tgz";
url = "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz";
- sha1 = "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79";
+ sha1 = "x57Zf380y48robyXkLzDZkdLS3k=";
};
}
{
@@ -582,7 +686,7 @@
path = fetchurl {
name = "atob___atob_2.1.2.tgz";
url = "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz";
- sha1 = "6d9517eb9e030d2436666651e86bd9f6f13533c9";
+ sha512 = "Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==";
};
}
{
@@ -590,7 +694,7 @@
path = fetchurl {
name = "aws_sign2___aws_sign2_0.7.0.tgz";
url = "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz";
- sha1 = "b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8";
+ sha1 = "tG6JCTSpWR8tL2+G1+ap8bP+dqg=";
};
}
{
@@ -598,7 +702,7 @@
path = fetchurl {
name = "aws4___aws4_1.9.1.tgz";
url = "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz";
- sha1 = "7e33d8f7d449b3f673cd72deb9abdc552dbe528e";
+ sha512 = "wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==";
};
}
{
@@ -606,7 +710,7 @@
path = fetchurl {
name = "babel_plugin_emotion___babel_plugin_emotion_9.2.11.tgz";
url = "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.11.tgz";
- sha1 = "319c005a9ee1d15bb447f59fe504c35fd5807728";
+ sha512 = "dgCImifnOPPSeXod2znAmgc64NhaaOjGEHROR/M+lmStb3841yK1sgaDYAYMnlvWNz8GnpwIPN0VmNpbWYZ+VQ==";
};
}
{
@@ -614,7 +718,7 @@
path = fetchurl {
name = "babel_plugin_macros___babel_plugin_macros_2.8.0.tgz";
url = "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz";
- sha1 = "0f958a7cc6556b1e65344465d99111a1e5e10138";
+ sha512 = "SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==";
};
}
{
@@ -622,7 +726,7 @@
path = fetchurl {
name = "babel_plugin_syntax_jsx___babel_plugin_syntax_jsx_6.18.0.tgz";
url = "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz";
- sha1 = "0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946";
+ sha1 = "CvMqmm4Tyno/1QaeYtew9Y0NiUY=";
};
}
{
@@ -630,7 +734,7 @@
path = fetchurl {
name = "babel_runtime___babel_runtime_6.26.0.tgz";
url = "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz";
- sha1 = "965c7058668e82b55d7bfe04ff2337bc8b5647fe";
+ sha1 = "llxwWGaOgrVde/4E/yM3vItWR/4=";
};
}
{
@@ -638,7 +742,7 @@
path = fetchurl {
name = "balanced_match___balanced_match_1.0.0.tgz";
url = "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz";
- sha1 = "89b4d199ab2bee49de164ea02b89ce462d71b767";
+ sha1 = "ibTRmasr7kneFk6gK4nORi1xt2c=";
};
}
{
@@ -646,7 +750,7 @@
path = fetchurl {
name = "base16___base16_1.0.0.tgz";
url = "https://registry.yarnpkg.com/base16/-/base16-1.0.0.tgz";
- sha1 = "e297f60d7ec1014a7a971a39ebc8a98c0b681e70";
+ sha1 = "4pf2DX7BAUp6lxo568ipjAtoHnA=";
};
}
{
@@ -654,7 +758,7 @@
path = fetchurl {
name = "base64_img___base64_img_1.0.4.tgz";
url = "https://registry.yarnpkg.com/base64-img/-/base64-img-1.0.4.tgz";
- sha1 = "3e22d55d6c74a24553d840d2b1bc12a7db078d35";
+ sha1 = "PiLVXWx0okVT2EDSsbwSp9sHjTU=";
};
}
{
@@ -662,7 +766,7 @@
path = fetchurl {
name = "base64_js___base64_js_1.3.1.tgz";
url = "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz";
- sha1 = "58ece8cb75dd07e71ed08c736abc5fac4dbf8df1";
+ sha512 = "mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==";
};
}
{
@@ -670,7 +774,7 @@
path = fetchurl {
name = "base___base_0.11.2.tgz";
url = "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz";
- sha1 = "7bde5ced145b6d551a90db87f83c558b4eb48a8f";
+ sha512 = "5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==";
};
}
{
@@ -678,15 +782,15 @@
path = fetchurl {
name = "bcrypt_pbkdf___bcrypt_pbkdf_1.0.2.tgz";
url = "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz";
- sha1 = "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e";
+ sha1 = "pDAdOJtqQ/m2f/PKEaP2Y342Dp4=";
};
}
{
- name = "biblatex_csl_converter___biblatex_csl_converter_1.9.1.tgz";
+ name = "biblatex_csl_converter___biblatex_csl_converter_2.0.2.tgz";
path = fetchurl {
- name = "biblatex_csl_converter___biblatex_csl_converter_1.9.1.tgz";
- url = "https://registry.yarnpkg.com/biblatex-csl-converter/-/biblatex-csl-converter-1.9.1.tgz";
- sha1 = "50aacfef172997f1c98d72837ffdd3b19c62f8c4";
+ name = "biblatex_csl_converter___biblatex_csl_converter_2.0.2.tgz";
+ url = "https://registry.yarnpkg.com/biblatex-csl-converter/-/biblatex-csl-converter-2.0.2.tgz";
+ sha512 = "od1JdAkQYh2T1Pzpq11eYtuNb3nNXQ0w+17CAnYqRsX+QFtoiK0XcvBE7N6rpDJyUo0acoaB6Of7EDhFQOcblA==";
};
}
{
@@ -694,7 +798,7 @@
path = fetchurl {
name = "binary_extensions___binary_extensions_1.13.1.tgz";
url = "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz";
- sha1 = "598afe54755b2868a5330d2aff9d4ebb53209b65";
+ sha512 = "Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==";
};
}
{
@@ -702,7 +806,7 @@
path = fetchurl {
name = "binary___binary_0.3.0.tgz";
url = "https://registry.yarnpkg.com/binary/-/binary-0.3.0.tgz";
- sha1 = "9f60553bc5ce8c3386f3b553cff47462adecaa79";
+ sha1 = "n2BVO8XOjDOG87VTz/R0Yq3sqnk=";
};
}
{
@@ -710,7 +814,7 @@
path = fetchurl {
name = "bindings___bindings_1.5.0.tgz";
url = "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz";
- sha1 = "10353c9e945334bc0511a6d90b38fbc7c9c504df";
+ sha512 = "p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==";
};
}
{
@@ -718,7 +822,7 @@
path = fetchurl {
name = "body_parser___body_parser_1.19.0.tgz";
url = "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz";
- sha1 = "96b2709e57c9c4e09a6fd66a8fd979844f69f08a";
+ sha512 = "dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==";
};
}
{
@@ -726,7 +830,7 @@
path = fetchurl {
name = "boundary___boundary_1.0.1.tgz";
url = "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz";
- sha1 = "4d67dc2602c0cc16dd9bce7ebf87e948290f5812";
+ sha1 = "TWfcJgLAzBbdm85+v4fpSCkPWBI=";
};
}
{
@@ -734,7 +838,7 @@
path = fetchurl {
name = "bowser___bowser_2.9.0.tgz";
url = "https://registry.yarnpkg.com/bowser/-/bowser-2.9.0.tgz";
- sha1 = "3bed854233b419b9a7422d9ee3e85504373821c9";
+ sha512 = "2ld76tuLBNFekRgmJfT2+3j5MIrP6bFict8WAIT3beq+srz1gcKNAdNKMqHqauQt63NmAa88HfP1/Ypa9Er3HA==";
};
}
{
@@ -742,7 +846,7 @@
path = fetchurl {
name = "brace_expansion___brace_expansion_1.1.11.tgz";
url = "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz";
- sha1 = "3c7fcbf529d87226f3d2f52b966ff5271eb441dd";
+ sha512 = "iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==";
};
}
{
@@ -750,7 +854,7 @@
path = fetchurl {
name = "braces___braces_1.8.5.tgz";
url = "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz";
- sha1 = "ba77962e12dff969d6b76711e914b737857bf6a7";
+ sha1 = "uneWLhLf+WnWt2cR6RS3N4V79qc=";
};
}
{
@@ -758,7 +862,7 @@
path = fetchurl {
name = "braces___braces_2.3.2.tgz";
url = "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz";
- sha1 = "5979fd3f14cd531565e5fa2df1abfff1dfaee729";
+ sha512 = "aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==";
};
}
{
@@ -766,7 +870,7 @@
path = fetchurl {
name = "buffer_from___buffer_from_1.1.1.tgz";
url = "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz";
- sha1 = "32713bc028f75c02fdb710d7c7bcec1f2c6070ef";
+ sha512 = "MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==";
};
}
{
@@ -774,7 +878,7 @@
path = fetchurl {
name = "buffers___buffers_0.1.1.tgz";
url = "https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz";
- sha1 = "b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb";
+ sha1 = "skV5w77U1tOWru5tmorn9Ugqt7s=";
};
}
{
@@ -782,7 +886,7 @@
path = fetchurl {
name = "builtin_modules___builtin_modules_1.1.1.tgz";
url = "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz";
- sha1 = "270f076c5a72c02f5b65a47df94c5fe3a278892f";
+ sha1 = "Jw8HbFpywC9bZaR9+Uxf46J4iS8=";
};
}
{
@@ -790,7 +894,7 @@
path = fetchurl {
name = "bytes___bytes_3.1.0.tgz";
url = "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz";
- sha1 = "f6cf7933a360e0588fa9fde85651cdc7f805d1f6";
+ sha512 = "zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==";
};
}
{
@@ -798,7 +902,7 @@
path = fetchurl {
name = "cache_base___cache_base_1.0.1.tgz";
url = "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz";
- sha1 = "0a7f46416831c8b662ee36fe4e7c59d76f666ab2";
+ sha512 = "AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==";
};
}
{
@@ -806,7 +910,7 @@
path = fetchurl {
name = "callsites___callsites_3.1.0.tgz";
url = "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz";
- sha1 = "b3630abd8943432f54b3f0519238e33cd7df2f73";
+ sha512 = "P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==";
};
}
{
@@ -814,7 +918,7 @@
path = fetchurl {
name = "caseless___caseless_0.12.0.tgz";
url = "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz";
- sha1 = "1b681c21ff84033c826543090689420d187151dc";
+ sha1 = "G2gcIf+EAzyCZUMJBolCDRhxUdw=";
};
}
{
@@ -822,7 +926,7 @@
path = fetchurl {
name = "chain_able___chain_able_1.0.1.tgz";
url = "https://registry.yarnpkg.com/chain-able/-/chain-able-1.0.1.tgz";
- sha1 = "b48ac9bdc18f2192ec730abc66609f90aab5605f";
+ sha1 = "tIrJvcGPIZLscwq8ZmCfkKq1YF8=";
};
}
{
@@ -830,7 +934,7 @@
path = fetchurl {
name = "chain_able___chain_able_3.0.0.tgz";
url = "https://registry.yarnpkg.com/chain-able/-/chain-able-3.0.0.tgz";
- sha1 = "dcffe8b04f3da210941a23843bc1332bb288ca9f";
+ sha512 = "26MoELhta86n7gCsE2T1hGRyncZvPjFXTkB/DEp4+i/EJVSxXQNwXMDZZb2+SWcbPuow18wQtztaW7GXOel9DA==";
};
}
{
@@ -838,7 +942,7 @@
path = fetchurl {
name = "chainsaw___chainsaw_0.1.0.tgz";
url = "https://registry.yarnpkg.com/chainsaw/-/chainsaw-0.1.0.tgz";
- sha1 = "5eab50b28afe58074d0d58291388828b5e5fbc98";
+ sha1 = "XqtQsor+WAdNDVgpE4iCi15fvJg=";
};
}
{
@@ -846,7 +950,7 @@
path = fetchurl {
name = "chalk___chalk_2.4.2.tgz";
url = "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz";
- sha1 = "cd42541677a54333cf541a49108c1432b44c9424";
+ sha512 = "Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==";
};
}
{
@@ -854,7 +958,7 @@
path = fetchurl {
name = "chardet___chardet_0.4.2.tgz";
url = "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz";
- sha1 = "b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2";
+ sha1 = "tUc7M9yXxCTl2Y3IfVXU2KKci/I=";
};
}
{
@@ -862,7 +966,15 @@
path = fetchurl {
name = "chokidar___chokidar_1.7.0.tgz";
url = "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz";
- sha1 = "798e689778151c8076b4b360e5edd28cda2bb468";
+ sha1 = "eY5ol3gVHIB2tLNg5e3SjNortGg=";
+ };
+ }
+ {
+ name = "chownr___chownr_2.0.0.tgz";
+ path = fetchurl {
+ name = "chownr___chownr_2.0.0.tgz";
+ url = "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz";
+ sha512 = "bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==";
};
}
{
@@ -870,7 +982,7 @@
path = fetchurl {
name = "class_utils___class_utils_0.3.6.tgz";
url = "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz";
- sha1 = "f93369ae8b9a7ce02fd41faad0ca83033190c463";
+ sha512 = "qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==";
};
}
{
@@ -878,7 +990,7 @@
path = fetchurl {
name = "clean_css___clean_css_4.2.3.tgz";
url = "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz";
- sha1 = "507b5de7d97b48ee53d84adb0160ff6216380f78";
+ sha512 = "VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==";
};
}
{
@@ -886,7 +998,7 @@
path = fetchurl {
name = "cli_cursor___cli_cursor_2.1.0.tgz";
url = "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz";
- sha1 = "b35dac376479facc3e94747d41d0d0f5238ffcb5";
+ sha1 = "s12sN2R5+sw+lHR9QdDQ9SOP/LU=";
};
}
{
@@ -894,15 +1006,31 @@
path = fetchurl {
name = "cli_width___cli_width_2.2.0.tgz";
url = "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz";
- sha1 = "ff19ede8a9a5e579324147b0c11f0fbcbabed639";
+ sha1 = "/xnt6Kml5XkyQUewwR8PvLq+1jk=";
};
}
{
- name = "clipboard___clipboard_2.0.6.tgz";
+ name = "clipboard___clipboard_2.0.8.tgz";
path = fetchurl {
- name = "clipboard___clipboard_2.0.6.tgz";
- url = "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.6.tgz";
- sha1 = "52921296eec0fdf77ead1749421b21c968647376";
+ name = "clipboard___clipboard_2.0.8.tgz";
+ url = "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.8.tgz";
+ sha512 = "Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==";
+ };
+ }
+ {
+ name = "cliui___cliui_7.0.4.tgz";
+ path = fetchurl {
+ name = "cliui___cliui_7.0.4.tgz";
+ url = "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz";
+ sha512 = "OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==";
+ };
+ }
+ {
+ name = "code_point_at___code_point_at_1.1.0.tgz";
+ path = fetchurl {
+ name = "code_point_at___code_point_at_1.1.0.tgz";
+ url = "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz";
+ sha1 = "DQcLTQQ6W+ozovGkDi7bPZpMz3c=";
};
}
{
@@ -910,7 +1038,7 @@
path = fetchurl {
name = "collection_visit___collection_visit_1.0.0.tgz";
url = "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz";
- sha1 = "4bc0373c164bc3291b4d368c829cf1a80a59dca0";
+ sha1 = "S8A3PBZLwykbTTaMgpzxqApZ3KA=";
};
}
{
@@ -918,7 +1046,15 @@
path = fetchurl {
name = "color_convert___color_convert_1.9.3.tgz";
url = "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz";
- sha1 = "bb71850690e1f136567de629d2d5471deda4c1e8";
+ sha512 = "QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==";
+ };
+ }
+ {
+ name = "color_convert___color_convert_2.0.1.tgz";
+ path = fetchurl {
+ name = "color_convert___color_convert_2.0.1.tgz";
+ url = "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz";
+ sha512 = "RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==";
};
}
{
@@ -926,7 +1062,15 @@
path = fetchurl {
name = "color_name___color_name_1.1.3.tgz";
url = "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz";
- sha1 = "a7d0558bd89c42f795dd42328f740831ca53bc25";
+ sha1 = "p9BVi9icQveV3UIyj3QIMcpTvCU=";
+ };
+ }
+ {
+ name = "color_name___color_name_1.1.4.tgz";
+ path = fetchurl {
+ name = "color_name___color_name_1.1.4.tgz";
+ url = "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz";
+ sha512 = "dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==";
};
}
{
@@ -934,7 +1078,7 @@
path = fetchurl {
name = "combined_stream___combined_stream_1.0.8.tgz";
url = "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz";
- sha1 = "c3d45a8b34fd730631a110a8a2520682b31d5a7f";
+ sha512 = "FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==";
};
}
{
@@ -942,7 +1086,15 @@
path = fetchurl {
name = "commander___commander_2.20.3.tgz";
url = "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz";
- sha1 = "fd485e84c03eb4881c20722ba48035e8531aeb33";
+ sha512 = "GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==";
+ };
+ }
+ {
+ name = "commander___commander_1.1.1.tgz";
+ path = fetchurl {
+ name = "commander___commander_1.1.1.tgz";
+ url = "https://registry.yarnpkg.com/commander/-/commander-1.1.1.tgz";
+ sha1 = "UNFlGGiuYOzP8KLZ80WVN2vGsEE=";
};
}
{
@@ -950,7 +1102,7 @@
path = fetchurl {
name = "component_emitter___component_emitter_1.3.0.tgz";
url = "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz";
- sha1 = "16e4070fba8ae29b679f2215853ee181ab2eabc0";
+ sha512 = "Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==";
};
}
{
@@ -958,7 +1110,7 @@
path = fetchurl {
name = "concat_map___concat_map_0.0.1.tgz";
url = "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz";
- sha1 = "d8a96bd77fd68df7793a73036a3ba0d5405d477b";
+ sha1 = "2Klr13/Wjfd5OnMDajug1UBdR3s=";
};
}
{
@@ -966,7 +1118,7 @@
path = fetchurl {
name = "concat_stream___concat_stream_1.6.2.tgz";
url = "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz";
- sha1 = "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34";
+ sha512 = "27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==";
};
}
{
@@ -974,7 +1126,15 @@
path = fetchurl {
name = "concat_stream___concat_stream_2.0.0.tgz";
url = "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz";
- sha1 = "414cf5af790a48c60ab9be4527d56d5e41133cb1";
+ sha512 = "MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==";
+ };
+ }
+ {
+ name = "console_control_strings___console_control_strings_1.1.0.tgz";
+ path = fetchurl {
+ name = "console_control_strings___console_control_strings_1.1.0.tgz";
+ url = "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz";
+ sha1 = "PXz0Rk22RG6mRL9LOVB/mFEAjo4=";
};
}
{
@@ -982,7 +1142,7 @@
path = fetchurl {
name = "content_disposition___content_disposition_0.5.3.tgz";
url = "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz";
- sha1 = "e130caf7e7279087c5616c2007d0485698984fbd";
+ sha512 = "ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==";
};
}
{
@@ -990,7 +1150,7 @@
path = fetchurl {
name = "content_type___content_type_1.0.4.tgz";
url = "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz";
- sha1 = "e138cc75e040c727b1966fe5e5f8c9aee256fe3b";
+ sha512 = "hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==";
};
}
{
@@ -998,7 +1158,15 @@
path = fetchurl {
name = "convert_source_map___convert_source_map_1.7.0.tgz";
url = "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz";
- sha1 = "17a2cb882d7f77d3490585e2ce6c524424a3a442";
+ sha512 = "4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==";
+ };
+ }
+ {
+ name = "convert_source_map___convert_source_map_1.8.0.tgz";
+ path = fetchurl {
+ name = "convert_source_map___convert_source_map_1.8.0.tgz";
+ url = "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz";
+ sha512 = "+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==";
};
}
{
@@ -1006,7 +1174,7 @@
path = fetchurl {
name = "cookie_signature___cookie_signature_1.0.6.tgz";
url = "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz";
- sha1 = "e303a882b342cc3ee8ca513a79999734dab3ae2c";
+ sha1 = "4wOogrNCzD7oylE6eZmXNNqzriw=";
};
}
{
@@ -1014,7 +1182,7 @@
path = fetchurl {
name = "cookie___cookie_0.4.0.tgz";
url = "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz";
- sha1 = "beb437e7022b3b6d49019d088665303ebe9c14ba";
+ sha512 = "+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==";
};
}
{
@@ -1022,7 +1190,7 @@
path = fetchurl {
name = "copy_descriptor___copy_descriptor_0.1.1.tgz";
url = "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz";
- sha1 = "676f6eb3c39997c2ee1ac3a924fd6124748f578d";
+ sha1 = "Z29us8OZl8LuGsOpJP1hJHSPV40=";
};
}
{
@@ -1030,7 +1198,7 @@
path = fetchurl {
name = "core_js___core_js_2.6.11.tgz";
url = "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz";
- sha1 = "38831469f9922bded8ee21c9dc46985e0399308c";
+ sha512 = "5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==";
};
}
{
@@ -1038,7 +1206,7 @@
path = fetchurl {
name = "core_util_is___core_util_is_1.0.2.tgz";
url = "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz";
- sha1 = "b5fd54220aa2bc5ab57aab7140c940754503c1a7";
+ sha1 = "tf1UIgqivFq1eqtxQMlAdUUDwac=";
};
}
{
@@ -1046,7 +1214,7 @@
path = fetchurl {
name = "cosmiconfig___cosmiconfig_6.0.0.tgz";
url = "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz";
- sha1 = "da4fee853c52f6b1e6935f41c1a2fc50bd4a9982";
+ sha512 = "xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==";
};
}
{
@@ -1054,7 +1222,7 @@
path = fetchurl {
name = "create_emotion_styled___create_emotion_styled_9.2.8.tgz";
url = "https://registry.yarnpkg.com/create-emotion-styled/-/create-emotion-styled-9.2.8.tgz";
- sha1 = "c0050e768ba439609bec108600467adf2de67cc3";
+ sha512 = "2LrNM5MREWzI5hZK+LyiBHglwE18WE3AEbBQgpHQ1+zmyLSm/dJsUZBeFAwuIMb+TjNZP0KsMZlV776ufOtFdg==";
};
}
{
@@ -1062,7 +1230,7 @@
path = fetchurl {
name = "create_emotion___create_emotion_9.2.12.tgz";
url = "https://registry.yarnpkg.com/create-emotion/-/create-emotion-9.2.12.tgz";
- sha1 = "0fc8e7f92c4f8bb924b0fef6781f66b1d07cb26f";
+ sha512 = "P57uOF9NL2y98Xrbl2OuiDQUZ30GVmASsv5fbsjF4Hlraip2kyAvMm+2PoYUvFFw03Fhgtxk3RqZSm2/qHL9hA==";
};
}
{
@@ -1070,7 +1238,7 @@
path = fetchurl {
name = "create_react_context___create_react_context_0.1.6.tgz";
url = "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.1.6.tgz";
- sha1 = "0f425931d907741127acc6e31acb4f9015dd9fdc";
+ sha512 = "eCnYYEUEc5i32LHwpE/W7NlddOB9oHwsPaWtWzYtflNkkwa3IfindIcoXdVWs12zCbwaMCavKNu84EXogVIWHw==";
};
}
{
@@ -1078,15 +1246,23 @@
path = fetchurl {
name = "csstype___csstype_2.6.10.tgz";
url = "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz";
- sha1 = "e63af50e66d7c266edb6b32909cfd0aabe03928b";
+ sha512 = "D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==";
};
}
{
- name = "csstype___csstype_2.6.9.tgz";
+ name = "csstype___csstype_2.6.18.tgz";
path = fetchurl {
- name = "csstype___csstype_2.6.9.tgz";
- url = "https://registry.yarnpkg.com/csstype/-/csstype-2.6.9.tgz";
- sha1 = "05141d0cd557a56b8891394c1911c40c8a98d098";
+ name = "csstype___csstype_2.6.18.tgz";
+ url = "https://registry.yarnpkg.com/csstype/-/csstype-2.6.18.tgz";
+ sha512 = "RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==";
+ };
+ }
+ {
+ name = "csstype___csstype_3.0.9.tgz";
+ path = fetchurl {
+ name = "csstype___csstype_3.0.9.tgz";
+ url = "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz";
+ sha512 = "rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==";
};
}
{
@@ -1094,7 +1270,7 @@
path = fetchurl {
name = "dashdash___dashdash_1.14.1.tgz";
url = "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz";
- sha1 = "853cfa0f7cbe2fed5de20326b8dd581035f6e2f0";
+ sha1 = "hTz6D3y+L+1d4gMmuN1YEDX24vA=";
};
}
{
@@ -1102,7 +1278,15 @@
path = fetchurl {
name = "debug___debug_2.6.9.tgz";
url = "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz";
- sha1 = "5d128515df134ff327e90a4c93f4e077a536341f";
+ sha512 = "bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==";
+ };
+ }
+ {
+ name = "debug___debug_4.3.2.tgz";
+ path = fetchurl {
+ name = "debug___debug_4.3.2.tgz";
+ url = "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz";
+ sha512 = "mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==";
};
}
{
@@ -1110,7 +1294,7 @@
path = fetchurl {
name = "decode_uri_component___decode_uri_component_0.2.0.tgz";
url = "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz";
- sha1 = "eb3913333458775cb84cd1a1fae062106bb87545";
+ sha1 = "6zkTMzRYd1y4TNGh+uBiEGu4dUU=";
};
}
{
@@ -1118,15 +1302,7 @@
path = fetchurl {
name = "deep_is___deep_is_0.1.3.tgz";
url = "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz";
- sha1 = "b369d6fb5dbc13eecf524f91b070feedc357cf34";
- };
- }
- {
- name = "define_properties___define_properties_1.1.3.tgz";
- path = fetchurl {
- name = "define_properties___define_properties_1.1.3.tgz";
- url = "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz";
- sha1 = "cf88da6cbee26fe6db7094f61d870cbd84cee9f1";
+ sha1 = "s2nW+128E+7PUk+RsHD+7cNXzzQ=";
};
}
{
@@ -1134,7 +1310,7 @@
path = fetchurl {
name = "define_property___define_property_0.2.5.tgz";
url = "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz";
- sha1 = "c35b1ef918ec3c990f9a5bc57be04aacec5c8116";
+ sha1 = "w1se+RjsPJkPmlvFe+BKrOxcgRY=";
};
}
{
@@ -1142,7 +1318,7 @@
path = fetchurl {
name = "define_property___define_property_1.0.0.tgz";
url = "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz";
- sha1 = "769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6";
+ sha1 = "dp66rz9KY6rTr56NMEybvnm/sOY=";
};
}
{
@@ -1150,7 +1326,7 @@
path = fetchurl {
name = "define_property___define_property_2.0.2.tgz";
url = "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz";
- sha1 = "d459689e8d654ba77e02a817f8710d702cb16e9d";
+ sha512 = "jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==";
};
}
{
@@ -1158,7 +1334,7 @@
path = fetchurl {
name = "delayed_stream___delayed_stream_1.0.0.tgz";
url = "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz";
- sha1 = "df3ae199acadfb7d440aaae0b29e2272b24ec619";
+ sha1 = "3zrhmayt+31ECqrgsp4icrJOxhk=";
};
}
{
@@ -1166,7 +1342,15 @@
path = fetchurl {
name = "delegate___delegate_3.2.0.tgz";
url = "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz";
- sha1 = "b66b71c3158522e8ab5744f720d8ca0c2af59166";
+ sha512 = "IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==";
+ };
+ }
+ {
+ name = "delegates___delegates_1.0.0.tgz";
+ path = fetchurl {
+ name = "delegates___delegates_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz";
+ sha1 = "hMbhWbgZBP3KWaDvRM2HDTElD5o=";
};
}
{
@@ -1174,7 +1358,7 @@
path = fetchurl {
name = "depd___depd_1.1.2.tgz";
url = "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz";
- sha1 = "9bcd52e14c097763e749b274c4346ed2e560b5a9";
+ sha1 = "m81S4UwJd2PnSbJ0xDRu0uVgtak=";
};
}
{
@@ -1182,7 +1366,15 @@
path = fetchurl {
name = "destroy___destroy_1.0.4.tgz";
url = "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz";
- sha1 = "978857442c44749e4206613e37946205826abd80";
+ sha1 = "l4hXRCxEdJ5CBmE+N5RiBYJqvYA=";
+ };
+ }
+ {
+ name = "detect_libc___detect_libc_1.0.3.tgz";
+ path = fetchurl {
+ name = "detect_libc___detect_libc_1.0.3.tgz";
+ url = "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz";
+ sha1 = "+hN8S9aY7fVc1c0CrFWfkaTEups=";
};
}
{
@@ -1190,7 +1382,15 @@
path = fetchurl {
name = "diff_match_patch___diff_match_patch_1.0.4.tgz";
url = "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.4.tgz";
- sha1 = "6ac4b55237463761c4daf0dc603eb869124744b1";
+ sha512 = "Uv3SW8bmH9nAtHKaKSanOQmj2DnlH65fUpcrMdfdaOxUG02QQ4YGZ8AE7kKOMisF7UqvOlGKVYWRvezdncW9lg==";
+ };
+ }
+ {
+ name = "diff_match_patch___diff_match_patch_1.0.5.tgz";
+ path = fetchurl {
+ name = "diff_match_patch___diff_match_patch_1.0.5.tgz";
+ url = "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz";
+ sha512 = "IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==";
};
}
{
@@ -1198,7 +1398,7 @@
path = fetchurl {
name = "diff___diff_4.0.2.tgz";
url = "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz";
- sha1 = "60f3aecb89d5fae520c11aa19efc2bb982aade7d";
+ sha512 = "58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==";
};
}
{
@@ -1206,7 +1406,7 @@
path = fetchurl {
name = "ecc_jsbn___ecc_jsbn_0.1.2.tgz";
url = "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz";
- sha1 = "3a83a904e54353287874c564b7549386849a98c9";
+ sha1 = "OoOpBOVDUyh4dMVkt1SThoSamMk=";
};
}
{
@@ -1214,7 +1414,15 @@
path = fetchurl {
name = "ee_first___ee_first_1.1.1.tgz";
url = "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz";
- sha1 = "590c61156b0ae2f4f0255732a158b266bc56b21d";
+ sha1 = "WQxhFWsK4vTwJVcyoViyZrxWsh0=";
+ };
+ }
+ {
+ name = "emoji_regex___emoji_regex_8.0.0.tgz";
+ path = fetchurl {
+ name = "emoji_regex___emoji_regex_8.0.0.tgz";
+ url = "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz";
+ sha512 = "MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==";
};
}
{
@@ -1222,7 +1430,7 @@
path = fetchurl {
name = "emotion___emotion_9.2.12.tgz";
url = "https://registry.yarnpkg.com/emotion/-/emotion-9.2.12.tgz";
- sha1 = "53925aaa005614e65c6e43db8243c843574d1ea9";
+ sha512 = "hcx7jppaI8VoXxIWEhxpDW7I+B4kq9RNzQLmsrF6LY8BGKqe2N+gFAQr0EfuFucFlPs2A9HM4+xNj4NeqEWIOQ==";
};
}
{
@@ -1230,7 +1438,7 @@
path = fetchurl {
name = "encodeurl___encodeurl_1.0.2.tgz";
url = "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz";
- sha1 = "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59";
+ sha1 = "rT/0yG7C0CkyL1oCw6mmBslbP1k=";
};
}
{
@@ -1238,23 +1446,7 @@
path = fetchurl {
name = "error_ex___error_ex_1.3.2.tgz";
url = "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz";
- sha1 = "b4ac40648107fdcdcfae242f428bea8a14d4f1bf";
- };
- }
- {
- name = "es_abstract___es_abstract_1.17.6.tgz";
- path = fetchurl {
- name = "es_abstract___es_abstract_1.17.6.tgz";
- url = "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz";
- sha1 = "9142071707857b2cacc7b89ecb670316c3e2d52a";
- };
- }
- {
- name = "es_to_primitive___es_to_primitive_1.2.1.tgz";
- path = fetchurl {
- name = "es_to_primitive___es_to_primitive_1.2.1.tgz";
- url = "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz";
- sha1 = "e55cd4c9cdc188bcefb03b366c736323fc5c898a";
+ sha512 = "7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==";
};
}
{
@@ -1262,7 +1454,15 @@
path = fetchurl {
name = "es6_object_assign___es6_object_assign_1.1.0.tgz";
url = "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz";
- sha1 = "c2c3582656247c39ea107cb1e6652b6f9f24523c";
+ sha1 = "wsNYJlYkfDnqEHyx5mUrb58kUjw=";
+ };
+ }
+ {
+ name = "escalade___escalade_3.1.1.tgz";
+ path = fetchurl {
+ name = "escalade___escalade_3.1.1.tgz";
+ url = "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz";
+ sha512 = "k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==";
};
}
{
@@ -1270,7 +1470,7 @@
path = fetchurl {
name = "escape_html___escape_html_1.0.3.tgz";
url = "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz";
- sha1 = "0258eae4d3d0c0974de1c169188ef0051d1d1988";
+ sha1 = "Aljq5NPQwJdN4cFpGI7wBR0dGYg=";
};
}
{
@@ -1278,7 +1478,7 @@
path = fetchurl {
name = "escape_string_regexp___escape_string_regexp_1.0.5.tgz";
url = "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz";
- sha1 = "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4";
+ sha1 = "G2HAViGQqN/2rjuyzwIAyhMLhtQ=";
};
}
{
@@ -1286,7 +1486,7 @@
path = fetchurl {
name = "escodegen___escodegen_1.14.1.tgz";
url = "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.1.tgz";
- sha1 = "ba01d0c8278b5e95a9a45350142026659027a457";
+ sha512 = "Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ==";
};
}
{
@@ -1294,7 +1494,7 @@
path = fetchurl {
name = "esprima___esprima_4.0.1.tgz";
url = "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz";
- sha1 = "13b04cdb3e6c5d19df91ab6987a8695619b0aa71";
+ sha512 = "eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==";
};
}
{
@@ -1302,7 +1502,7 @@
path = fetchurl {
name = "estraverse___estraverse_4.3.0.tgz";
url = "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz";
- sha1 = "398ad3f3c5a24948be7725e83d11a7de28cdbd1d";
+ sha512 = "39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==";
};
}
{
@@ -1310,7 +1510,7 @@
path = fetchurl {
name = "esutils___esutils_2.0.3.tgz";
url = "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz";
- sha1 = "74d2eb4de0b8da1293711910d50775b9b710ef64";
+ sha512 = "kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==";
};
}
{
@@ -1318,7 +1518,7 @@
path = fetchurl {
name = "etag___etag_1.8.1.tgz";
url = "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz";
- sha1 = "41ae2eeb65efa62268aebfea83ac7d79299b0887";
+ sha1 = "Qa4u62XvpiJorr/qg6x9eSmbCIc=";
};
}
{
@@ -1326,7 +1526,7 @@
path = fetchurl {
name = "exec_sh___exec_sh_0.2.2.tgz";
url = "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.2.2.tgz";
- sha1 = "2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36";
+ sha512 = "FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==";
};
}
{
@@ -1334,7 +1534,7 @@
path = fetchurl {
name = "expand_brackets___expand_brackets_0.1.5.tgz";
url = "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz";
- sha1 = "df07284e342a807cd733ac5af72411e581d1177b";
+ sha1 = "3wcoTjQqgHzXM6xa9yQR5YHRF3s=";
};
}
{
@@ -1342,7 +1542,7 @@
path = fetchurl {
name = "expand_brackets___expand_brackets_2.1.4.tgz";
url = "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz";
- sha1 = "b77735e315ce30f6b6eff0f83b04151a22449622";
+ sha1 = "t3c14xXOMPa27/D4OwQVGiJEliI=";
};
}
{
@@ -1350,7 +1550,7 @@
path = fetchurl {
name = "expand_range___expand_range_1.8.2.tgz";
url = "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz";
- sha1 = "a299effd335fe2721ebae8e257ec79644fc85337";
+ sha1 = "opnv/TNf4nIeuujiV+x5ZE/IUzc=";
};
}
{
@@ -1358,7 +1558,7 @@
path = fetchurl {
name = "express___express_4.17.1.tgz";
url = "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz";
- sha1 = "4491fc38605cf51f8629d39c2b5d026f98a4c134";
+ sha512 = "mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==";
};
}
{
@@ -1366,7 +1566,7 @@
path = fetchurl {
name = "extend_shallow___extend_shallow_2.0.1.tgz";
url = "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz";
- sha1 = "51af7d614ad9a9f610ea1bafbb989d6b1c56890f";
+ sha1 = "Ua99YUrZqfYQ6huvu5idaxxWiQ8=";
};
}
{
@@ -1374,7 +1574,7 @@
path = fetchurl {
name = "extend_shallow___extend_shallow_3.0.2.tgz";
url = "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz";
- sha1 = "26a71aaf073b39fb2127172746131c2704028db8";
+ sha1 = "Jqcarwc7OfshJxcnRhMcJwQCjbg=";
};
}
{
@@ -1382,7 +1582,7 @@
path = fetchurl {
name = "extend___extend_3.0.2.tgz";
url = "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz";
- sha1 = "f8b1136b4071fbd8eb140aff858b1019ec2915fa";
+ sha512 = "fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==";
};
}
{
@@ -1390,7 +1590,7 @@
path = fetchurl {
name = "external_editor___external_editor_2.2.0.tgz";
url = "https://registry.yarnpkg.com/external-editor/-/external-editor-2.2.0.tgz";
- sha1 = "045511cfd8d133f3846673d1047c154e214ad3d5";
+ sha512 = "bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==";
};
}
{
@@ -1398,7 +1598,7 @@
path = fetchurl {
name = "extglob___extglob_0.3.2.tgz";
url = "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz";
- sha1 = "2e18ff3d2f49ab2765cec9023f011daa8d8349a1";
+ sha1 = "Lhj/PS9JqydlzskCPwEdqo2DSaE=";
};
}
{
@@ -1406,7 +1606,7 @@
path = fetchurl {
name = "extglob___extglob_2.0.4.tgz";
url = "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz";
- sha1 = "ad00fe4dc612a9232e8718711dc5cb5ab0285543";
+ sha512 = "Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==";
};
}
{
@@ -1414,7 +1614,7 @@
path = fetchurl {
name = "extsprintf___extsprintf_1.3.0.tgz";
url = "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz";
- sha1 = "96918440e3041a7a414f8c52e3c574eb3c3e1e05";
+ sha1 = "lpGEQOMEGnpBT4xS48V06zw+HgU=";
};
}
{
@@ -1422,7 +1622,7 @@
path = fetchurl {
name = "extsprintf___extsprintf_1.4.0.tgz";
url = "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz";
- sha1 = "e2689f8f356fad62cca65a3a91c5df5f9551692f";
+ sha1 = "4mifjzVvrWLMplo6kcXfX5VRaS8=";
};
}
{
@@ -1430,7 +1630,7 @@
path = fetchurl {
name = "fast_deep_equal___fast_deep_equal_3.1.1.tgz";
url = "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz";
- sha1 = "545145077c501491e33b15ec408c294376e94ae4";
+ sha512 = "8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==";
};
}
{
@@ -1438,7 +1638,7 @@
path = fetchurl {
name = "fast_json_stable_stringify___fast_json_stable_stringify_2.1.0.tgz";
url = "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz";
- sha1 = "874bf69c6f404c2b5d99c481341399fd55892633";
+ sha512 = "lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==";
};
}
{
@@ -1446,7 +1646,7 @@
path = fetchurl {
name = "fast_levenshtein___fast_levenshtein_2.0.6.tgz";
url = "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz";
- sha1 = "3d8a5c66883a16a30ca8643e851f19baa7797917";
+ sha1 = "PYpcZog6FqMMqGQ+hR8Zuqd5eRc=";
};
}
{
@@ -1454,7 +1654,7 @@
path = fetchurl {
name = "fast_xml_parser___fast_xml_parser_3.17.1.tgz";
url = "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.17.1.tgz";
- sha1 = "579fa64346cc891ce240d378268c6216e74aab10";
+ sha512 = "jZ0EVn1iBuZtx/sbQnfvhSaaUltz+0+yfR+6QRyzrlt5yMiU+8ZfGj9i3/hoXJxm+aFri7dycBWbncox7frCAQ==";
};
}
{
@@ -1462,7 +1662,7 @@
path = fetchurl {
name = "figures___figures_2.0.0.tgz";
url = "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz";
- sha1 = "3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962";
+ sha1 = "OrGi0qYsi/tDGgyUy3l6L84nyWI=";
};
}
{
@@ -1470,7 +1670,7 @@
path = fetchurl {
name = "file_match___file_match_1.0.2.tgz";
url = "https://registry.yarnpkg.com/file-match/-/file-match-1.0.2.tgz";
- sha1 = "c9cad265d2c8adf3a81475b0df475859069faef7";
+ sha1 = "ycrSZdLIrfOoFHWw30dYWQafrvc=";
};
}
{
@@ -1478,7 +1678,7 @@
path = fetchurl {
name = "file_system___file_system_2.2.2.tgz";
url = "https://registry.yarnpkg.com/file-system/-/file-system-2.2.2.tgz";
- sha1 = "7d65833e3a2347dcd956a813c677153ed3edd987";
+ sha1 = "fWWDPjojR9zZVqgTxncVPtPt2Yc=";
};
}
{
@@ -1486,7 +1686,7 @@
path = fetchurl {
name = "file_uri_to_path___file_uri_to_path_1.0.0.tgz";
url = "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz";
- sha1 = "553a7b8446ff6f684359c445f1e37a05dacc33dd";
+ sha512 = "0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==";
};
}
{
@@ -1494,7 +1694,7 @@
path = fetchurl {
name = "filename_regex___filename_regex_2.0.1.tgz";
url = "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz";
- sha1 = "c1c4b9bee3e09725ddb106b75c1e301fe2f18b26";
+ sha1 = "wcS5vuPglyXdsQa3XB4wH+LxiyY=";
};
}
{
@@ -1502,7 +1702,7 @@
path = fetchurl {
name = "fill_range___fill_range_2.2.4.tgz";
url = "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz";
- sha1 = "eb1e773abb056dcd8df2bfdf6af59b8b3a936565";
+ sha512 = "cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==";
};
}
{
@@ -1510,7 +1710,7 @@
path = fetchurl {
name = "fill_range___fill_range_4.0.0.tgz";
url = "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz";
- sha1 = "d544811d428f98eb06a63dc402d2403c328c38f7";
+ sha1 = "1USBHUKPmOsGpj3EAtJAPDKMOPc=";
};
}
{
@@ -1518,7 +1718,7 @@
path = fetchurl {
name = "finalhandler___finalhandler_1.1.2.tgz";
url = "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz";
- sha1 = "b7e7d000ffd11938d0fdb053506f6ebabe9f587d";
+ sha512 = "aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==";
};
}
{
@@ -1526,7 +1726,7 @@
path = fetchurl {
name = "find_root___find_root_1.1.0.tgz";
url = "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz";
- sha1 = "abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4";
+ sha512 = "NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==";
};
}
{
@@ -1534,7 +1734,7 @@
path = fetchurl {
name = "fliplog___fliplog_0.3.13.tgz";
url = "https://registry.yarnpkg.com/fliplog/-/fliplog-0.3.13.tgz";
- sha1 = "dd0d786e821822aae272e0ddc84012596a96154c";
+ sha512 = "R504CdX+mdhMYpmyrdiQ9PW6ncAyZnxyeA85fS1/P/Y9qmbMiQsqt6QzsYhq5kbqMb84PibVOcS1oz98GJl6EQ==";
};
}
{
@@ -1542,7 +1742,7 @@
path = fetchurl {
name = "for_in___for_in_1.0.2.tgz";
url = "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz";
- sha1 = "81068d295a8142ec0ac726c6e2200c30fb6d5e80";
+ sha1 = "gQaNKVqBQuwKxybG4iAMMPttXoA=";
};
}
{
@@ -1550,7 +1750,7 @@
path = fetchurl {
name = "for_own___for_own_0.1.5.tgz";
url = "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz";
- sha1 = "5265c681a4f294dabbf17c9509b6763aa84510ce";
+ sha1 = "UmXGgaTylNq78XyVCbZ2OqhFEM4=";
};
}
{
@@ -1558,7 +1758,7 @@
path = fetchurl {
name = "forever_agent___forever_agent_0.6.1.tgz";
url = "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz";
- sha1 = "fbc71f0c41adeb37f96c577ad1ed42d8fdacca91";
+ sha1 = "+8cfDEGt6zf5bFd60e1C2P2sypE=";
};
}
{
@@ -1566,7 +1766,7 @@
path = fetchurl {
name = "form_data___form_data_2.3.3.tgz";
url = "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz";
- sha1 = "dcce52c05f644f298c6a7ab936bd724ceffbf3a6";
+ sha512 = "1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==";
};
}
{
@@ -1574,7 +1774,7 @@
path = fetchurl {
name = "forwarded___forwarded_0.1.2.tgz";
url = "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz";
- sha1 = "98c23dab1175657b8c0573e8ceccd91b0ff18c84";
+ sha1 = "mMI9qxF1ZXuMBXPozszZGw/xjIQ=";
};
}
{
@@ -1582,7 +1782,7 @@
path = fetchurl {
name = "fragment_cache___fragment_cache_0.2.1.tgz";
url = "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz";
- sha1 = "4290fad27f13e89be7f33799c6bc5a0abfff0d19";
+ sha1 = "QpD60n8T6Jvn8zeZxrxaCr//DRk=";
};
}
{
@@ -1590,7 +1790,7 @@
path = fetchurl {
name = "fresh___fresh_0.5.2.tgz";
url = "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz";
- sha1 = "3d8cadd90d976569fa835ab1f8e4b23a105605a7";
+ sha1 = "PYyt2Q2XZWn6g1qx+OSyOhBWBac=";
};
}
{
@@ -1598,7 +1798,15 @@
path = fetchurl {
name = "fs_extra___fs_extra_7.0.1.tgz";
url = "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz";
- sha1 = "4f189c44aa123b895f722804f55ea23eadc348e9";
+ sha512 = "YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==";
+ };
+ }
+ {
+ name = "fs_minipass___fs_minipass_2.1.0.tgz";
+ path = fetchurl {
+ name = "fs_minipass___fs_minipass_2.1.0.tgz";
+ url = "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz";
+ sha512 = "V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==";
};
}
{
@@ -1606,7 +1814,7 @@
path = fetchurl {
name = "fs.realpath___fs.realpath_1.0.0.tgz";
url = "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz";
- sha1 = "1504ad2523158caa40db4a2787cb01411994ea4f";
+ sha1 = "FQStJSMVjKpA20onh8sBQRmU6k8=";
};
}
{
@@ -1614,7 +1822,7 @@
path = fetchurl {
name = "fsevents___fsevents_1.2.11.tgz";
url = "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.11.tgz";
- sha1 = "67bf57f4758f02ede88fb2a1712fef4d15358be3";
+ sha512 = "+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==";
};
}
{
@@ -1622,15 +1830,7 @@
path = fetchurl {
name = "fstream___fstream_0.1.31.tgz";
url = "https://registry.yarnpkg.com/fstream/-/fstream-0.1.31.tgz";
- sha1 = "7337f058fbbbbefa8c9f561a28cab0849202c988";
- };
- }
- {
- name = "function_bind___function_bind_1.1.1.tgz";
- path = fetchurl {
- name = "function_bind___function_bind_1.1.1.tgz";
- url = "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz";
- sha1 = "a56899d3ea3c9bab874bb9773b7c5ede92f4895d";
+ sha1 = "czfwWPu7vvqMn1YaKMqwhJICyYg=";
};
}
{
@@ -1638,7 +1838,7 @@
path = fetchurl {
name = "fuse_box___fuse_box_3.7.1.tgz";
url = "https://registry.yarnpkg.com/fuse-box/-/fuse-box-3.7.1.tgz";
- sha1 = "d32879ceee4c8bcec9bbd8fcfe5b29e7142371cd";
+ sha512 = "aM7t9bUcRpNNQu9M+YjXXzx9JSJQVPWeY+8iTyv7OhvJNWHrqqEWPzbn9OfcyFa2AfPwAUyC/uzWexBbjtTvsA==";
};
}
{
@@ -1646,15 +1846,23 @@
path = fetchurl {
name = "fuse_concat_with_sourcemaps___fuse_concat_with_sourcemaps_1.0.5.tgz";
url = "https://registry.yarnpkg.com/fuse-concat-with-sourcemaps/-/fuse-concat-with-sourcemaps-1.0.5.tgz";
- sha1 = "9c6a521f675cff5cdbb48db1ca9c181ae49a7b97";
+ sha512 = "tKsRJIxn9tU3IH8JHMwFhGbObqkDKXhNKOvcM+QyflAlYb2EgOvIQe8D6WB/cocA3puldHatsp9SN5SKryasrw==";
};
}
{
- name = "fuse.js___fuse.js_6.0.4.tgz";
+ name = "fuse.js___fuse.js_6.4.6.tgz";
path = fetchurl {
- name = "fuse.js___fuse.js_6.0.4.tgz";
- url = "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.0.4.tgz";
- sha1 = "9f5af976f836247ad5d2c338090d6ce13cf9a4d2";
+ name = "fuse.js___fuse.js_6.4.6.tgz";
+ url = "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.4.6.tgz";
+ sha512 = "/gYxR/0VpXmWSfZOIPS3rWwU8SHgsRTwWuXhyb2O6s7aRuVtHtxCkR33bNYu3wyLyNx/Wpv0vU7FZy8Vj53VNw==";
+ };
+ }
+ {
+ name = "gauge___gauge_2.7.4.tgz";
+ path = fetchurl {
+ name = "gauge___gauge_2.7.4.tgz";
+ url = "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz";
+ sha1 = "LANAXHU4w51+s3sxcCLjJfsBi/c=";
};
}
{
@@ -1662,7 +1870,15 @@
path = fetchurl {
name = "get_caller_file___get_caller_file_1.0.3.tgz";
url = "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz";
- sha1 = "f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a";
+ sha512 = "3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==";
+ };
+ }
+ {
+ name = "get_caller_file___get_caller_file_2.0.5.tgz";
+ path = fetchurl {
+ name = "get_caller_file___get_caller_file_2.0.5.tgz";
+ url = "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz";
+ sha512 = "DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==";
};
}
{
@@ -1670,7 +1886,7 @@
path = fetchurl {
name = "get_value___get_value_2.0.6.tgz";
url = "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz";
- sha1 = "dc15ca1c672387ca76bd37ac0a395ba2042a2c28";
+ sha1 = "3BXKHGcjh8p2vTesCjlbogQqLCg=";
};
}
{
@@ -1678,7 +1894,7 @@
path = fetchurl {
name = "getopts___getopts_2.2.5.tgz";
url = "https://registry.yarnpkg.com/getopts/-/getopts-2.2.5.tgz";
- sha1 = "67a0fe471cacb9c687d817cab6450b96dde8313b";
+ sha512 = "9jb7AW5p3in+IiJWhQiZmmwkpLaR/ccTWdWQCtZM66HJcHHLegowh4q4tSD7gouUyeNvFWRavfK9GXosQHDpFA==";
};
}
{
@@ -1686,7 +1902,7 @@
path = fetchurl {
name = "getpass___getpass_0.1.7.tgz";
url = "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz";
- sha1 = "5eff8e3e684d569ae4cb2b1282604e8ba62149fa";
+ sha1 = "Xv+OPmhNVprkyysSgmBOi6YhSfo=";
};
}
{
@@ -1694,7 +1910,7 @@
path = fetchurl {
name = "glob_base___glob_base_0.3.0.tgz";
url = "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz";
- sha1 = "dbb164f6221b1c0b1ccf82aea328b497df0ea3c4";
+ sha1 = "27Fk9iIbHAscz4Kuoyi0l98Oo8Q=";
};
}
{
@@ -1702,7 +1918,7 @@
path = fetchurl {
name = "glob_parent___glob_parent_2.0.0.tgz";
url = "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz";
- sha1 = "81383d72db054fcccf5336daa902f182f6edbb28";
+ sha1 = "gTg9ctsFT8zPUzbaqQLxgvbtuyg=";
};
}
{
@@ -1710,7 +1926,7 @@
path = fetchurl {
name = "glob___glob_7.1.6.tgz";
url = "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz";
- sha1 = "141f33b81a7c2492e125594307480c46679278a6";
+ sha512 = "LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==";
};
}
{
@@ -1718,7 +1934,7 @@
path = fetchurl {
name = "good_listener___good_listener_1.2.2.tgz";
url = "https://registry.yarnpkg.com/good-listener/-/good-listener-1.2.2.tgz";
- sha1 = "d53b30cdf9313dffb7dc9a0d477096aa6d145c50";
+ sha1 = "1TswzfkxPf+33JoNR3CWqm0UXFA=";
};
}
{
@@ -1726,7 +1942,7 @@
path = fetchurl {
name = "graceful_fs___graceful_fs_4.2.3.tgz";
url = "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz";
- sha1 = "4a12ff1b60376ef09862c2093edd908328be8423";
+ sha512 = "a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==";
};
}
{
@@ -1734,7 +1950,7 @@
path = fetchurl {
name = "graceful_fs___graceful_fs_3.0.12.tgz";
url = "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-3.0.12.tgz";
- sha1 = "0034947ce9ed695ec8ab0b854bc919e82b1ffaef";
+ sha512 = "J55gaCS4iTTJfTXIxSVw3EMQckcqkpdRv3IR7gu6sq0+tbC363Zx6KH/SEwXASK9JRbhyZmVjJEVJIOxYsB3Qg==";
};
}
{
@@ -1742,7 +1958,7 @@
path = fetchurl {
name = "har_schema___har_schema_2.0.0.tgz";
url = "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz";
- sha1 = "a94c2224ebcac04782a0d9035521f24735b7ec92";
+ sha1 = "qUwiJOvKwEeCoNkDVSHyRzW37JI=";
};
}
{
@@ -1750,7 +1966,7 @@
path = fetchurl {
name = "har_validator___har_validator_5.1.3.tgz";
url = "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz";
- sha1 = "1ef89ebd3e4996557675eed9893110dc350fa080";
+ sha512 = "sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==";
};
}
{
@@ -1758,15 +1974,15 @@
path = fetchurl {
name = "has_flag___has_flag_3.0.0.tgz";
url = "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz";
- sha1 = "b5d454dc2199ae225699f3467e5a07f3b955bafd";
+ sha1 = "tdRU3CGZriJWmfNGfloH87lVuv0=";
};
}
{
- name = "has_symbols___has_symbols_1.0.1.tgz";
+ name = "has_unicode___has_unicode_2.0.1.tgz";
path = fetchurl {
- name = "has_symbols___has_symbols_1.0.1.tgz";
- url = "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz";
- sha1 = "9f5214758a44196c406d9bd76cebf81ec2dd31e8";
+ name = "has_unicode___has_unicode_2.0.1.tgz";
+ url = "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz";
+ sha1 = "4Ob+aijPUROIVeCG0Wkedx3iqLk=";
};
}
{
@@ -1774,7 +1990,7 @@
path = fetchurl {
name = "has_value___has_value_0.3.1.tgz";
url = "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz";
- sha1 = "7b1f58bada62ca827ec0a2078025654845995e1f";
+ sha1 = "ex9YutpiyoJ+wKIHgCVlSEWZXh8=";
};
}
{
@@ -1782,7 +1998,7 @@
path = fetchurl {
name = "has_value___has_value_1.0.0.tgz";
url = "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz";
- sha1 = "18b281da585b1c5c51def24c930ed29a0be6b177";
+ sha1 = "GLKB2lhbHFxR3vJMkw7SmgvmsXc=";
};
}
{
@@ -1790,7 +2006,7 @@
path = fetchurl {
name = "has_values___has_values_0.1.4.tgz";
url = "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz";
- sha1 = "6d61de95d91dfca9b9a02089ad384bff8f62b771";
+ sha1 = "bWHeldkd/Km5oCCJrThL/49it3E=";
};
}
{
@@ -1798,15 +2014,7 @@
path = fetchurl {
name = "has_values___has_values_1.0.0.tgz";
url = "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz";
- sha1 = "95b0b63fec2146619a6fe57fe75628d5a39efe4f";
- };
- }
- {
- name = "has___has_1.0.3.tgz";
- path = fetchurl {
- name = "has___has_1.0.3.tgz";
- url = "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz";
- sha1 = "722d7cbfc1f6aa8241f16dd814e011e1f41e8796";
+ sha1 = "lbC2P+whRmGab+V/51Yo1aOe/k8=";
};
}
{
@@ -1814,7 +2022,7 @@
path = fetchurl {
name = "html___html_1.0.0.tgz";
url = "https://registry.yarnpkg.com/html/-/html-1.0.0.tgz";
- sha1 = "a544fa9ea5492bfb3a2cca8210a10be7b5af1f61";
+ sha1 = "pUT6nqVJK/s6LMqCEKEL57WvH2E=";
};
}
{
@@ -1822,7 +2030,7 @@
path = fetchurl {
name = "http_errors___http_errors_1.7.2.tgz";
url = "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz";
- sha1 = "4f5029cf13239f31036e5b2e55292bcfbcc85c8f";
+ sha512 = "uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==";
};
}
{
@@ -1830,7 +2038,7 @@
path = fetchurl {
name = "http_errors___http_errors_1.7.3.tgz";
url = "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz";
- sha1 = "6c619e4f9c60308c38519498c14fbb10aacebb06";
+ sha512 = "ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==";
};
}
{
@@ -1838,7 +2046,15 @@
path = fetchurl {
name = "http_signature___http_signature_1.2.0.tgz";
url = "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz";
- sha1 = "9aecd925114772f3d95b65a60abb8f7c18fbace1";
+ sha1 = "muzZJRFHcvPZW2WmCruPfBj7rOE=";
+ };
+ }
+ {
+ name = "https_proxy_agent___https_proxy_agent_5.0.0.tgz";
+ path = fetchurl {
+ name = "https_proxy_agent___https_proxy_agent_5.0.0.tgz";
+ url = "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz";
+ sha512 = "EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==";
};
}
{
@@ -1846,7 +2062,7 @@
path = fetchurl {
name = "iconv_lite___iconv_lite_0.4.24.tgz";
url = "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz";
- sha1 = "2022b4b25fbddc21d2f524974a474aafe733908b";
+ sha512 = "v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==";
};
}
{
@@ -1854,7 +2070,7 @@
path = fetchurl {
name = "ie_array_find_polyfill___ie_array_find_polyfill_1.1.0.tgz";
url = "https://registry.yarnpkg.com/ie-array-find-polyfill/-/ie-array-find-polyfill-1.1.0.tgz";
- sha1 = "5078e533f026831da22bd7476513d9460d65a142";
+ sha1 = "UHjlM/Amgx2iK9dHZRPZRg1loUI=";
};
}
{
@@ -1862,7 +2078,7 @@
path = fetchurl {
name = "ieee754___ieee754_1.1.13.tgz";
url = "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz";
- sha1 = "ec168558e95aa181fd87d37f55c32bbcb6708b84";
+ sha512 = "4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==";
};
}
{
@@ -1870,7 +2086,7 @@
path = fetchurl {
name = "import_fresh___import_fresh_3.2.1.tgz";
url = "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz";
- sha1 = "633ff618506e793af5ac91bf48b72677e15cbe66";
+ sha512 = "6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==";
};
}
{
@@ -1878,7 +2094,7 @@
path = fetchurl {
name = "inflight___inflight_1.0.6.tgz";
url = "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz";
- sha1 = "49bd6331d7d02d0c09bc910a1075ba8165b56df9";
+ sha1 = "Sb1jMdfQLQwJvJEKEHW6gWW1bfk=";
};
}
{
@@ -1886,7 +2102,7 @@
path = fetchurl {
name = "inherits___inherits_2.0.4.tgz";
url = "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz";
- sha1 = "0fa2c64f932917c3433a0ded55363aae37416b7c";
+ sha512 = "k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==";
};
}
{
@@ -1894,7 +2110,7 @@
path = fetchurl {
name = "inherits___inherits_2.0.3.tgz";
url = "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz";
- sha1 = "633c2c83e3da42a502f52466022480f4208261de";
+ sha1 = "Yzwsg+PaQqUC9SRmAiSA9CCCYd4=";
};
}
{
@@ -1902,7 +2118,7 @@
path = fetchurl {
name = "inquirer___inquirer_3.3.0.tgz";
url = "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz";
- sha1 = "9dd2f2ad765dcab1ff0443b491442a20ba227dc9";
+ sha512 = "h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==";
};
}
{
@@ -1910,7 +2126,7 @@
path = fetchurl {
name = "ipaddr.js___ipaddr.js_1.9.1.tgz";
url = "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz";
- sha1 = "bff38543eeb8984825079ff3a2a8e6cbd46781b3";
+ sha512 = "0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==";
};
}
{
@@ -1918,7 +2134,7 @@
path = fetchurl {
name = "is_accessor_descriptor___is_accessor_descriptor_0.1.6.tgz";
url = "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz";
- sha1 = "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6";
+ sha1 = "qeEss66Nh2cn7u84Q/igiXtcmNY=";
};
}
{
@@ -1926,7 +2142,7 @@
path = fetchurl {
name = "is_accessor_descriptor___is_accessor_descriptor_1.0.0.tgz";
url = "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz";
- sha1 = "169c2f6d3df1f992618072365c9b0ea1f6878656";
+ sha512 = "m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==";
};
}
{
@@ -1934,7 +2150,7 @@
path = fetchurl {
name = "is_arrayish___is_arrayish_0.2.1.tgz";
url = "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz";
- sha1 = "77c99840527aa8ecb1a8ba697b80645a7a926a9d";
+ sha1 = "d8mYQFJ6qOyxqLppe4BkWnqSap0=";
};
}
{
@@ -1942,7 +2158,7 @@
path = fetchurl {
name = "is_binary_path___is_binary_path_1.0.1.tgz";
url = "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz";
- sha1 = "75f16642b480f187a711c814161fd3a4a7655898";
+ sha1 = "dfFmQrSA8YenEcgUFh/TpKdlWJg=";
};
}
{
@@ -1950,15 +2166,7 @@
path = fetchurl {
name = "is_buffer___is_buffer_1.1.6.tgz";
url = "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz";
- sha1 = "efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be";
- };
- }
- {
- name = "is_callable___is_callable_1.2.0.tgz";
- path = fetchurl {
- name = "is_callable___is_callable_1.2.0.tgz";
- url = "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz";
- sha1 = "83336560b54a38e35e3a2df7afd0454d691468bb";
+ sha512 = "NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==";
};
}
{
@@ -1966,7 +2174,7 @@
path = fetchurl {
name = "is_data_descriptor___is_data_descriptor_0.1.4.tgz";
url = "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz";
- sha1 = "0b5ee648388e2c860282e793f1856fec3f301b56";
+ sha1 = "C17mSDiOLIYCgueT8YVv7D8wG1Y=";
};
}
{
@@ -1974,15 +2182,7 @@
path = fetchurl {
name = "is_data_descriptor___is_data_descriptor_1.0.0.tgz";
url = "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz";
- sha1 = "d84876321d0e7add03990406abbbbd36ba9268c7";
- };
- }
- {
- name = "is_date_object___is_date_object_1.0.2.tgz";
- path = fetchurl {
- name = "is_date_object___is_date_object_1.0.2.tgz";
- url = "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz";
- sha1 = "bda736f2cd8fd06d32844e7743bfa7494c3bfd7e";
+ sha512 = "jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==";
};
}
{
@@ -1990,7 +2190,7 @@
path = fetchurl {
name = "is_descriptor___is_descriptor_0.1.6.tgz";
url = "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz";
- sha1 = "366d8240dde487ca51823b1ab9f07a10a78251ca";
+ sha512 = "avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==";
};
}
{
@@ -1998,7 +2198,7 @@
path = fetchurl {
name = "is_descriptor___is_descriptor_1.0.2.tgz";
url = "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz";
- sha1 = "3b159746a66604b04f8c81524ba365c5f14d86ec";
+ sha512 = "2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==";
};
}
{
@@ -2006,7 +2206,7 @@
path = fetchurl {
name = "is_dotfile___is_dotfile_1.0.3.tgz";
url = "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz";
- sha1 = "a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1";
+ sha1 = "pqLzL/0t+wT1yiXs0Pa4PPeYoeE=";
};
}
{
@@ -2014,7 +2214,7 @@
path = fetchurl {
name = "is_equal_shallow___is_equal_shallow_0.1.3.tgz";
url = "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz";
- sha1 = "2238098fc221de0bcfa5d9eac4c45d638aa1c534";
+ sha1 = "IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=";
};
}
{
@@ -2022,7 +2222,7 @@
path = fetchurl {
name = "is_extendable___is_extendable_0.1.1.tgz";
url = "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz";
- sha1 = "62b110e289a471418e3ec36a617d472e301dfc89";
+ sha1 = "YrEQ4omkcUGOPsNqYX1HLjAd/Ik=";
};
}
{
@@ -2030,7 +2230,7 @@
path = fetchurl {
name = "is_extendable___is_extendable_1.0.1.tgz";
url = "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz";
- sha1 = "a7470f9e426733d81bd81e1155264e3a3507cab4";
+ sha512 = "arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==";
};
}
{
@@ -2038,7 +2238,15 @@
path = fetchurl {
name = "is_extglob___is_extglob_1.0.0.tgz";
url = "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz";
- sha1 = "ac468177c4943405a092fc8f29760c6ffc6206c0";
+ sha1 = "rEaBd8SUNAWgkvyPKXYMb/xiBsA=";
+ };
+ }
+ {
+ name = "is_fullwidth_code_point___is_fullwidth_code_point_1.0.0.tgz";
+ path = fetchurl {
+ name = "is_fullwidth_code_point___is_fullwidth_code_point_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz";
+ sha1 = "754xOG8DGn8NZDr4L95QxFfvAMs=";
};
}
{
@@ -2046,7 +2254,15 @@
path = fetchurl {
name = "is_fullwidth_code_point___is_fullwidth_code_point_2.0.0.tgz";
url = "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz";
- sha1 = "a3b30a5c4f199183167aaab93beefae3ddfb654f";
+ sha1 = "o7MKXE8ZkYMWeqq5O+764937ZU8=";
+ };
+ }
+ {
+ name = "is_fullwidth_code_point___is_fullwidth_code_point_3.0.0.tgz";
+ path = fetchurl {
+ name = "is_fullwidth_code_point___is_fullwidth_code_point_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz";
+ sha512 = "zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==";
};
}
{
@@ -2054,7 +2270,7 @@
path = fetchurl {
name = "is_glob___is_glob_2.0.1.tgz";
url = "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz";
- sha1 = "d096f926a3ded5600f3fdfd91198cb0888c2d863";
+ sha1 = "0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=";
};
}
{
@@ -2062,7 +2278,7 @@
path = fetchurl {
name = "is_number___is_number_2.1.0.tgz";
url = "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz";
- sha1 = "01fcbbb393463a548f2f466cce16dece49db908f";
+ sha1 = "Afy7s5NGOlSPL0ZszhbezknbkI8=";
};
}
{
@@ -2070,7 +2286,7 @@
path = fetchurl {
name = "is_number___is_number_3.0.0.tgz";
url = "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz";
- sha1 = "24fd6201a4782cf50561c810276afc7d12d71195";
+ sha1 = "JP1iAaR4LPUFYcgQJ2r8fRLXEZU=";
};
}
{
@@ -2078,7 +2294,7 @@
path = fetchurl {
name = "is_number___is_number_4.0.0.tgz";
url = "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz";
- sha1 = "0026e37f5454d73e356dfe6564699867c6a7f0ff";
+ sha512 = "rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==";
};
}
{
@@ -2086,7 +2302,7 @@
path = fetchurl {
name = "is_plain_object___is_plain_object_2.0.4.tgz";
url = "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz";
- sha1 = "2c163b3fafb1b606d9d17928f05c2a1c38e07677";
+ sha512 = "h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==";
};
}
{
@@ -2094,7 +2310,7 @@
path = fetchurl {
name = "is_posix_bracket___is_posix_bracket_0.1.1.tgz";
url = "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz";
- sha1 = "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4";
+ sha1 = "MzTceXdDaOkvAW5vvAqI9c1ua8Q=";
};
}
{
@@ -2102,7 +2318,7 @@
path = fetchurl {
name = "is_primitive___is_primitive_2.0.0.tgz";
url = "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz";
- sha1 = "207bab91638499c07b2adf240a41a87210034575";
+ sha1 = "IHurkWOEmcB7Kt8kCkGochADRXU=";
};
}
{
@@ -2110,23 +2326,7 @@
path = fetchurl {
name = "is_promise___is_promise_2.1.0.tgz";
url = "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz";
- sha1 = "79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa";
- };
- }
- {
- name = "is_regex___is_regex_1.1.0.tgz";
- path = fetchurl {
- name = "is_regex___is_regex_1.1.0.tgz";
- url = "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz";
- sha1 = "ece38e389e490df0dc21caea2bd596f987f767ff";
- };
- }
- {
- name = "is_symbol___is_symbol_1.0.3.tgz";
- path = fetchurl {
- name = "is_symbol___is_symbol_1.0.3.tgz";
- url = "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz";
- sha1 = "38e1014b9e6329be0de9d24a414fd7441ec61937";
+ sha1 = "eaKp7OfwlugPNtKy87wWwf9L8/o=";
};
}
{
@@ -2134,7 +2334,7 @@
path = fetchurl {
name = "is_typedarray___is_typedarray_1.0.0.tgz";
url = "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz";
- sha1 = "e479c80858df0c1b11ddda6940f96011fcda4a9a";
+ sha1 = "5HnICFjfDBsR3dppQPlgEfzaSpo=";
};
}
{
@@ -2142,7 +2342,7 @@
path = fetchurl {
name = "is_windows___is_windows_1.0.2.tgz";
url = "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz";
- sha1 = "d1850eb9791ecd18e6182ce12a30f396634bb19d";
+ sha512 = "eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==";
};
}
{
@@ -2150,7 +2350,7 @@
path = fetchurl {
name = "isarray___isarray_0.0.1.tgz";
url = "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz";
- sha1 = "8a18acfca9a8f4177e09abfc6038939b05d1eedf";
+ sha1 = "ihis/Kmo9Bd+Cav8YDiTmwXR7t8=";
};
}
{
@@ -2158,7 +2358,7 @@
path = fetchurl {
name = "isarray___isarray_1.0.0.tgz";
url = "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz";
- sha1 = "bb935d48582cba168c06834957a54a3e07124f11";
+ sha1 = "u5NdSFgsuhaMBoNJV6VKPgcSTxE=";
};
}
{
@@ -2166,7 +2366,7 @@
path = fetchurl {
name = "isobject___isobject_2.1.0.tgz";
url = "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz";
- sha1 = "f065561096a3f1da2ef46272f815c840d87e0c89";
+ sha1 = "8GVWEJaj8dou9GJy+BXIQNh+DIk=";
};
}
{
@@ -2174,7 +2374,7 @@
path = fetchurl {
name = "isobject___isobject_3.0.1.tgz";
url = "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz";
- sha1 = "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df";
+ sha1 = "TkMekrEalzFjaqH5yNHMvP2reN8=";
};
}
{
@@ -2182,7 +2382,7 @@
path = fetchurl {
name = "isstream___isstream_0.1.2.tgz";
url = "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz";
- sha1 = "47e63f7af55afa6f92e1500e690eb8b8529c099a";
+ sha1 = "R+Y/evVa+m+S4VAOaQ64uFKcCZo=";
};
}
{
@@ -2190,7 +2390,7 @@
path = fetchurl {
name = "js_tokens___js_tokens_4.0.0.tgz";
url = "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz";
- sha1 = "19203fb59991df98e3a287050d4647cdeaf32499";
+ sha512 = "RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==";
};
}
{
@@ -2198,7 +2398,15 @@
path = fetchurl {
name = "js_yaml___js_yaml_3.13.1.tgz";
url = "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz";
- sha1 = "aff151b30bfdfa8e49e05da22e7415e9dfa37847";
+ sha512 = "YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==";
+ };
+ }
+ {
+ name = "js_yaml___js_yaml_4.1.0.tgz";
+ path = fetchurl {
+ name = "js_yaml___js_yaml_4.1.0.tgz";
+ url = "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz";
+ sha512 = "wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==";
};
}
{
@@ -2206,7 +2414,7 @@
path = fetchurl {
name = "jsbn___jsbn_0.1.1.tgz";
url = "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz";
- sha1 = "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513";
+ sha1 = "peZUwuWi3rXyAdls77yoDA7y9RM=";
};
}
{
@@ -2214,7 +2422,7 @@
path = fetchurl {
name = "jsesc___jsesc_0.5.0.tgz";
url = "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz";
- sha1 = "e7dee66e35d6fc16f710fe91d5cf69f70f08911d";
+ sha1 = "597mbjXW/Bb3EP6R1c9p9w8IkR0=";
};
}
{
@@ -2222,7 +2430,7 @@
path = fetchurl {
name = "json_parse_better_errors___json_parse_better_errors_1.0.2.tgz";
url = "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz";
- sha1 = "bb867cfb3450e69107c131d1c514bab3dc8bcaa9";
+ sha512 = "mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==";
};
}
{
@@ -2230,7 +2438,7 @@
path = fetchurl {
name = "json_schema_traverse___json_schema_traverse_0.4.1.tgz";
url = "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz";
- sha1 = "69f6a87d9513ab8bb8fe63bdb0979c448e684660";
+ sha512 = "xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==";
};
}
{
@@ -2238,7 +2446,7 @@
path = fetchurl {
name = "json_schema___json_schema_0.2.3.tgz";
url = "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz";
- sha1 = "b480c892e59a2f05954ce727bd3f2a4e882f9e13";
+ sha1 = "tIDIkuWaLwWVTOcnvT8qTogvnhM=";
};
}
{
@@ -2246,7 +2454,7 @@
path = fetchurl {
name = "json_stringify_safe___json_stringify_safe_5.0.1.tgz";
url = "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz";
- sha1 = "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb";
+ sha1 = "Epai1Y/UXxmg9s4B1lcB4sc1tus=";
};
}
{
@@ -2254,7 +2462,7 @@
path = fetchurl {
name = "jsondiffpatch___jsondiffpatch_0.3.11.tgz";
url = "https://registry.yarnpkg.com/jsondiffpatch/-/jsondiffpatch-0.3.11.tgz";
- sha1 = "43f9443a0d081b5f79d413fe20f302079e493201";
+ sha512 = "Xi3Iygdt/BGhml6bdUFhgDki1TgOsp3hG3iiH3KtzP+CahtGcdPfKRLlnZbSw+3b1umZkhmKrqXUgUcKenyhtA==";
};
}
{
@@ -2262,7 +2470,7 @@
path = fetchurl {
name = "jsonfile___jsonfile_4.0.0.tgz";
url = "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz";
- sha1 = "8771aae0799b64076b76640fca058f9c10e33ecb";
+ sha1 = "h3Gq4HmbZAdrdmQPygWPnBDjPss=";
};
}
{
@@ -2270,7 +2478,15 @@
path = fetchurl {
name = "jsprim___jsprim_1.4.1.tgz";
url = "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz";
- sha1 = "313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2";
+ sha1 = "MT5mvB5cwG5Di8G3SZwuXFastqI=";
+ };
+ }
+ {
+ name = "keypress___keypress_0.1.0.tgz";
+ path = fetchurl {
+ name = "keypress___keypress_0.1.0.tgz";
+ url = "https://registry.yarnpkg.com/keypress/-/keypress-0.1.0.tgz";
+ sha1 = "SjGI1CkbZrT2XtuZ+AaqmuKTWSo=";
};
}
{
@@ -2278,7 +2494,7 @@
path = fetchurl {
name = "kind_of___kind_of_3.2.2.tgz";
url = "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz";
- sha1 = "31ea21a734bab9bbb0f32466d893aea51e4a3c64";
+ sha1 = "MeohpzS6ubuw8yRm2JOupR5KPGQ=";
};
}
{
@@ -2286,7 +2502,7 @@
path = fetchurl {
name = "kind_of___kind_of_4.0.0.tgz";
url = "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz";
- sha1 = "20813df3d712928b207378691a45066fae72dd57";
+ sha1 = "IIE989cSkosgc3hpGkUGb65y3Vc=";
};
}
{
@@ -2294,7 +2510,7 @@
path = fetchurl {
name = "kind_of___kind_of_5.1.0.tgz";
url = "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz";
- sha1 = "729c91e2d857b7a419a1f9aa65685c4c33f5845d";
+ sha512 = "NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==";
};
}
{
@@ -2302,7 +2518,7 @@
path = fetchurl {
name = "kind_of___kind_of_6.0.3.tgz";
url = "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz";
- sha1 = "07c05034a6c349fa06e24fa35aa76db4580ce4dd";
+ sha512 = "dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==";
};
}
{
@@ -2310,7 +2526,7 @@
path = fetchurl {
name = "lego_api___lego_api_1.0.8.tgz";
url = "https://registry.yarnpkg.com/lego-api/-/lego-api-1.0.8.tgz";
- sha1 = "5e26be726c5e11d540f89e7c6b1abf8c5834bd01";
+ sha512 = "pZD0mf32+RL1bUMJztRcXiNBB1gE8gd/h4MDLWdZp7vaMZyjPiYK/zNpNNGoJvmoa7D/wf9dll+5z7pDObdLFg==";
};
}
{
@@ -2318,7 +2534,7 @@
path = fetchurl {
name = "levn___levn_0.3.0.tgz";
url = "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz";
- sha1 = "3b09924edf9f083c0490fdd4c0bc4421e04764ee";
+ sha1 = "OwmSTt+fCDwEkP3UwLxEIeBHZO4=";
};
}
{
@@ -2326,7 +2542,7 @@
path = fetchurl {
name = "lines_and_columns___lines_and_columns_1.1.6.tgz";
url = "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz";
- sha1 = "1c00c743b433cd0a4e80758f7b64a57440d9ff00";
+ sha1 = "HADHQ7QzzQpOgHWPe2SldEDZ/wA=";
};
}
{
@@ -2334,7 +2550,7 @@
path = fetchurl {
name = "lodash._getnative___lodash._getnative_3.9.1.tgz";
url = "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz";
- sha1 = "570bc7dede46d61cdcde687d65d3eecbaa3aaff5";
+ sha1 = "VwvH3t5G1hzc3mh9ZdPuy6o6r/U=";
};
}
{
@@ -2342,7 +2558,7 @@
path = fetchurl {
name = "lodash.curry___lodash.curry_4.1.1.tgz";
url = "https://registry.yarnpkg.com/lodash.curry/-/lodash.curry-4.1.1.tgz";
- sha1 = "248e36072ede906501d75966200a86dab8b23170";
+ sha1 = "JI42By7ekGUB11lmIAqG2riyMXA=";
};
}
{
@@ -2350,7 +2566,7 @@
path = fetchurl {
name = "lodash.debounce___lodash.debounce_3.1.1.tgz";
url = "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-3.1.1.tgz";
- sha1 = "812211c378a94cc29d5aa4e3346cf0bfce3a7df5";
+ sha1 = "gSIRw3ipTMKdWqTjNGzwv846ffU=";
};
}
{
@@ -2358,7 +2574,7 @@
path = fetchurl {
name = "lodash.debounce___lodash.debounce_4.0.8.tgz";
url = "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz";
- sha1 = "82d79bff30a67c4005ffd5e2515300ad9ca4d7af";
+ sha1 = "gteb/zCmfEAF/9XiUVMArZyk168=";
};
}
{
@@ -2366,7 +2582,15 @@
path = fetchurl {
name = "lodash.flow___lodash.flow_3.5.0.tgz";
url = "https://registry.yarnpkg.com/lodash.flow/-/lodash.flow-3.5.0.tgz";
- sha1 = "87bf40292b8cf83e4e8ce1a3ae4209e20071675a";
+ sha1 = "h79AKSuM+D5OjOGjrkIJ4gBxZ1o=";
+ };
+ }
+ {
+ name = "lodash.orderby___lodash.orderby_4.6.0.tgz";
+ path = fetchurl {
+ name = "lodash.orderby___lodash.orderby_4.6.0.tgz";
+ url = "https://registry.yarnpkg.com/lodash.orderby/-/lodash.orderby-4.6.0.tgz";
+ sha1 = "5pfwTOXXhSL1TZM4syuBozk+TrM=";
};
}
{
@@ -2374,7 +2598,7 @@
path = fetchurl {
name = "lodash.uniqby___lodash.uniqby_4.7.0.tgz";
url = "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz";
- sha1 = "d99c07a669e9e6d24e1362dfe266c67616af1302";
+ sha1 = "2ZwHpmnp5tJOE2Lf4mbGdhavEwI=";
};
}
{
@@ -2382,7 +2606,7 @@
path = fetchurl {
name = "lodash___lodash_4.17.15.tgz";
url = "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz";
- sha1 = "b447f6670a0455bbfeedd11392eff330ea097548";
+ sha512 = "8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==";
};
}
{
@@ -2390,7 +2614,23 @@
path = fetchurl {
name = "loose_envify___loose_envify_1.4.0.tgz";
url = "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz";
- sha1 = "71ee51fa7be4caec1a63839f7e682d8132d30caf";
+ sha512 = "lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==";
+ };
+ }
+ {
+ name = "lru_cache___lru_cache_6.0.0.tgz";
+ path = fetchurl {
+ name = "lru_cache___lru_cache_6.0.0.tgz";
+ url = "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz";
+ sha512 = "Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==";
+ };
+ }
+ {
+ name = "make_dir___make_dir_3.1.0.tgz";
+ path = fetchurl {
+ name = "make_dir___make_dir_3.1.0.tgz";
+ url = "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz";
+ sha512 = "g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==";
};
}
{
@@ -2398,7 +2638,7 @@
path = fetchurl {
name = "make_error___make_error_1.3.6.tgz";
url = "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz";
- sha1 = "2eb2e37ea9b67c4891f684a1394799af484cf7a2";
+ sha512 = "s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==";
};
}
{
@@ -2406,7 +2646,7 @@
path = fetchurl {
name = "map_cache___map_cache_0.2.2.tgz";
url = "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz";
- sha1 = "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf";
+ sha1 = "wyq9C9ZSXZsFFkW7TyasXcmKDb8=";
};
}
{
@@ -2414,7 +2654,7 @@
path = fetchurl {
name = "map_visit___map_visit_1.0.0.tgz";
url = "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz";
- sha1 = "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f";
+ sha1 = "7Nyo8TFE5mDxtb1B8S80edmN+48=";
};
}
{
@@ -2422,7 +2662,7 @@
path = fetchurl {
name = "match_stream___match_stream_0.0.2.tgz";
url = "https://registry.yarnpkg.com/match-stream/-/match-stream-0.0.2.tgz";
- sha1 = "99eb050093b34dffade421b9ac0b410a9cfa17cf";
+ sha1 = "mesFAJOzTf+t5CG5rAtBCpz6F88=";
};
}
{
@@ -2430,7 +2670,7 @@
path = fetchurl {
name = "math_random___math_random_1.0.4.tgz";
url = "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz";
- sha1 = "5dd6943c938548267016d4e34f057583080c514c";
+ sha512 = "rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==";
};
}
{
@@ -2438,7 +2678,7 @@
path = fetchurl {
name = "media_typer___media_typer_0.3.0.tgz";
url = "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz";
- sha1 = "8710d7af0aa626f8fffa1ce00168545263255748";
+ sha1 = "hxDXrwqmJvj/+hzgAWhUUmMlV0g=";
};
}
{
@@ -2446,7 +2686,7 @@
path = fetchurl {
name = "memoize_one___memoize_one_5.1.1.tgz";
url = "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.1.1.tgz";
- sha1 = "047b6e3199b508eaec03504de71229b8eb1d75c0";
+ sha512 = "HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA==";
};
}
{
@@ -2454,7 +2694,7 @@
path = fetchurl {
name = "merge_descriptors___merge_descriptors_1.0.1.tgz";
url = "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz";
- sha1 = "b00aaa556dd8b44568150ec9d1b953f3f90cbb61";
+ sha1 = "sAqqVW3YtEVoFQ7J0blT8/kMu2E=";
};
}
{
@@ -2462,7 +2702,7 @@
path = fetchurl {
name = "merge___merge_1.2.1.tgz";
url = "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz";
- sha1 = "38bebf80c3220a8a487b6fcfb3941bb11720c145";
+ sha512 = "VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==";
};
}
{
@@ -2470,7 +2710,7 @@
path = fetchurl {
name = "methods___methods_1.1.2.tgz";
url = "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz";
- sha1 = "5529a4d67654134edcc5266656835b0f851afcee";
+ sha1 = "VSmk1nZUE07cxSZmVoNbD4Ua/O4=";
};
}
{
@@ -2478,7 +2718,7 @@
path = fetchurl {
name = "micromatch___micromatch_2.3.11.tgz";
url = "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz";
- sha1 = "86677c97d1720b363431d04d0d15293bd38c1565";
+ sha1 = "hmd8l9FyCzY0MdBNDRUpO9OMFWU=";
};
}
{
@@ -2486,7 +2726,7 @@
path = fetchurl {
name = "micromatch___micromatch_3.1.10.tgz";
url = "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz";
- sha1 = "70859bc95c9840952f359a068a3fc49f9ecfac23";
+ sha512 = "MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==";
};
}
{
@@ -2494,7 +2734,7 @@
path = fetchurl {
name = "mime_db___mime_db_1.43.0.tgz";
url = "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz";
- sha1 = "0a12e0502650e473d735535050e7c8f4eb4fae58";
+ sha512 = "+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==";
};
}
{
@@ -2502,7 +2742,7 @@
path = fetchurl {
name = "mime_types___mime_types_2.1.26.tgz";
url = "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz";
- sha1 = "9c921fc09b7e149a65dfdc0da4d20997200b0a06";
+ sha512 = "01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==";
};
}
{
@@ -2510,7 +2750,7 @@
path = fetchurl {
name = "mime___mime_1.6.0.tgz";
url = "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz";
- sha1 = "32cd9e5c64553bd58d19a568af452acff04981b1";
+ sha512 = "x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==";
};
}
{
@@ -2518,7 +2758,7 @@
path = fetchurl {
name = "mimic_fn___mimic_fn_1.2.0.tgz";
url = "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz";
- sha1 = "820c86a39334640e99516928bd03fca88057d022";
+ sha512 = "jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==";
};
}
{
@@ -2526,7 +2766,7 @@
path = fetchurl {
name = "minimatch___minimatch_3.0.4.tgz";
url = "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz";
- sha1 = "5166e286457f03306064be5497e8dbb0c3d32083";
+ sha512 = "yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==";
};
}
{
@@ -2534,7 +2774,7 @@
path = fetchurl {
name = "minimist___minimist_0.0.8.tgz";
url = "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz";
- sha1 = "857fcabfc3397d2625b8228262e86aa7a011b05d";
+ sha1 = "hX/Kv8M5fSYluCKCYuhqp6ARsF0=";
};
}
{
@@ -2542,7 +2782,7 @@
path = fetchurl {
name = "minimist___minimist_1.2.0.tgz";
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz";
- sha1 = "a35008b20f41383eec1fb914f4cd5df79a264284";
+ sha1 = "o1AIsg9BOD7sH7kU9M1d95omQoQ=";
};
}
{
@@ -2550,7 +2790,23 @@
path = fetchurl {
name = "minimist___minimist_1.2.5.tgz";
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz";
- sha1 = "67d66014b66a6a8aaa0c083c5fd58df4e4e97602";
+ sha512 = "FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==";
+ };
+ }
+ {
+ name = "minipass___minipass_3.1.5.tgz";
+ path = fetchurl {
+ name = "minipass___minipass_3.1.5.tgz";
+ url = "https://registry.yarnpkg.com/minipass/-/minipass-3.1.5.tgz";
+ sha512 = "+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==";
+ };
+ }
+ {
+ name = "minizlib___minizlib_2.1.2.tgz";
+ path = fetchurl {
+ name = "minizlib___minizlib_2.1.2.tgz";
+ url = "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz";
+ sha512 = "bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==";
};
}
{
@@ -2558,7 +2814,7 @@
path = fetchurl {
name = "mixin_deep___mixin_deep_1.3.2.tgz";
url = "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz";
- sha1 = "1120b43dc359a785dce65b55b82e257ccf479566";
+ sha512 = "WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==";
};
}
{
@@ -2566,7 +2822,7 @@
path = fetchurl {
name = "mkdirp___mkdirp_0.5.5.tgz";
url = "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz";
- sha1 = "d91cefd62d1436ca0f41620e251288d420099def";
+ sha512 = "NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==";
};
}
{
@@ -2574,7 +2830,15 @@
path = fetchurl {
name = "mkdirp___mkdirp_0.5.1.tgz";
url = "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz";
- sha1 = "30057438eac6cf7f8c4767f38648d6697d75c903";
+ sha1 = "MAV0OOrGz3+MR2fzhkjWaX11yQM=";
+ };
+ }
+ {
+ name = "mkdirp___mkdirp_1.0.4.tgz";
+ path = fetchurl {
+ name = "mkdirp___mkdirp_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz";
+ sha512 = "vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==";
};
}
{
@@ -2582,7 +2846,7 @@
path = fetchurl {
name = "mock_require___mock_require_3.0.3.tgz";
url = "https://registry.yarnpkg.com/mock-require/-/mock-require-3.0.3.tgz";
- sha1 = "ccd544d9eae81dd576b3f219f69ec867318a1946";
+ sha512 = "lLzfLHcyc10MKQnNUCv7dMcoY/2Qxd6wJfbqCcVk3LDb8An4hF6ohk5AztrvgKhJCqj36uyzi/p5se+tvyD+Wg==";
};
}
{
@@ -2590,7 +2854,7 @@
path = fetchurl {
name = "ms___ms_2.0.0.tgz";
url = "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz";
- sha1 = "5608aeadfc00be6c2901df5f9861788de0d597c8";
+ sha1 = "VgiurfwAvmwpAd9fmGF4jeDVl8g=";
};
}
{
@@ -2598,7 +2862,15 @@
path = fetchurl {
name = "ms___ms_2.1.1.tgz";
url = "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz";
- sha1 = "30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a";
+ sha512 = "tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==";
+ };
+ }
+ {
+ name = "ms___ms_2.1.2.tgz";
+ path = fetchurl {
+ name = "ms___ms_2.1.2.tgz";
+ url = "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz";
+ sha512 = "sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==";
};
}
{
@@ -2606,7 +2878,7 @@
path = fetchurl {
name = "mustache___mustache_2.3.2.tgz";
url = "https://registry.yarnpkg.com/mustache/-/mustache-2.3.2.tgz";
- sha1 = "a6d4d9c3f91d13359ab889a812954f9230a3d0c5";
+ sha512 = "KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==";
};
}
{
@@ -2614,7 +2886,7 @@
path = fetchurl {
name = "mute_stream___mute_stream_0.0.7.tgz";
url = "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz";
- sha1 = "3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab";
+ sha1 = "MHXOk7whuPq0PhvE2n6BFe0ee6s=";
};
}
{
@@ -2622,7 +2894,7 @@
path = fetchurl {
name = "nan___nan_2.14.0.tgz";
url = "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz";
- sha1 = "7818f722027b2459a86f0295d434d1fc2336c52c";
+ sha512 = "INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==";
};
}
{
@@ -2630,7 +2902,7 @@
path = fetchurl {
name = "nanomatch___nanomatch_1.2.13.tgz";
url = "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz";
- sha1 = "b87a8aa4fc0de8fe6be88895b38983ff265bd119";
+ sha512 = "fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==";
};
}
{
@@ -2638,7 +2910,7 @@
path = fetchurl {
name = "nanoseconds___nanoseconds_0.1.0.tgz";
url = "https://registry.yarnpkg.com/nanoseconds/-/nanoseconds-0.1.0.tgz";
- sha1 = "69ec39fcd00e77ab3a72de0a43342824cd79233a";
+ sha1 = "aew5/NAOd6s6ct4KQzQoJM15Izo=";
};
}
{
@@ -2646,7 +2918,7 @@
path = fetchurl {
name = "natives___natives_1.1.6.tgz";
url = "https://registry.yarnpkg.com/natives/-/natives-1.1.6.tgz";
- sha1 = "a603b4a498ab77173612b9ea1acdec4d980f00bb";
+ sha512 = "6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==";
};
}
{
@@ -2654,7 +2926,39 @@
path = fetchurl {
name = "negotiator___negotiator_0.6.2.tgz";
url = "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz";
- sha1 = "feacf7ccf525a77ae9634436a64883ffeca346fb";
+ sha512 = "hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==";
+ };
+ }
+ {
+ name = "node_addon_api___node_addon_api_3.2.1.tgz";
+ path = fetchurl {
+ name = "node_addon_api___node_addon_api_3.2.1.tgz";
+ url = "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz";
+ sha512 = "mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==";
+ };
+ }
+ {
+ name = "node_fetch___node_fetch_2.6.5.tgz";
+ path = fetchurl {
+ name = "node_fetch___node_fetch_2.6.5.tgz";
+ url = "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz";
+ sha512 = "mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==";
+ };
+ }
+ {
+ name = "nodejieba___nodejieba_2.5.2.tgz";
+ path = fetchurl {
+ name = "nodejieba___nodejieba_2.5.2.tgz";
+ url = "https://registry.yarnpkg.com/nodejieba/-/nodejieba-2.5.2.tgz";
+ sha512 = "ByskJvaBrQ2eV+5M0OeD80S5NKoGaHc9zi3Z/PTKl/95eac2YF8RmWduq9AknLpkQLrLAIcqurrtC6BzjpKwwg==";
+ };
+ }
+ {
+ name = "nopt___nopt_5.0.0.tgz";
+ path = fetchurl {
+ name = "nopt___nopt_5.0.0.tgz";
+ url = "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz";
+ sha512 = "Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==";
};
}
{
@@ -2662,7 +2966,7 @@
path = fetchurl {
name = "nopt___nopt_1.0.10.tgz";
url = "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz";
- sha1 = "6ddd21bd2a31417b92727dd585f8a6f37608ebee";
+ sha1 = "bd0hvSoxQXuScn3Vhfim83YI6+4=";
};
}
{
@@ -2670,7 +2974,23 @@
path = fetchurl {
name = "normalize_path___normalize_path_2.1.1.tgz";
url = "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz";
- sha1 = "1ab28b556e198363a8c1a6f7e6fa20137fe6aed9";
+ sha1 = "GrKLVW4Zg2Oowab35vogE3/mrtk=";
+ };
+ }
+ {
+ name = "npmlog___npmlog_4.1.2.tgz";
+ path = fetchurl {
+ name = "npmlog___npmlog_4.1.2.tgz";
+ url = "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz";
+ sha512 = "2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==";
+ };
+ }
+ {
+ name = "number_is_nan___number_is_nan_1.0.1.tgz";
+ path = fetchurl {
+ name = "number_is_nan___number_is_nan_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz";
+ sha1 = "CXtgK1NCKlIsGvuHkDGDNpQaAR0=";
};
}
{
@@ -2678,7 +2998,7 @@
path = fetchurl {
name = "oauth_sign___oauth_sign_0.9.0.tgz";
url = "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz";
- sha1 = "47a7b016baa68b5fa0ecf3dee08a85c679ac6455";
+ sha512 = "fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==";
};
}
{
@@ -2686,7 +3006,7 @@
path = fetchurl {
name = "object_assign___object_assign_4.1.1.tgz";
url = "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz";
- sha1 = "2109adc7965887cfc05cbbd442cac8bfbb360863";
+ sha1 = "IQmtx5ZYh8/AXLvUQsrIv7s2CGM=";
};
}
{
@@ -2694,23 +3014,7 @@
path = fetchurl {
name = "object_copy___object_copy_0.1.0.tgz";
url = "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz";
- sha1 = "7e7d858b781bd7c991a41ba975ed3812754e998c";
- };
- }
- {
- name = "object_inspect___object_inspect_1.8.0.tgz";
- path = fetchurl {
- name = "object_inspect___object_inspect_1.8.0.tgz";
- url = "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz";
- sha1 = "df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0";
- };
- }
- {
- name = "object_keys___object_keys_1.1.1.tgz";
- path = fetchurl {
- name = "object_keys___object_keys_1.1.1.tgz";
- url = "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz";
- sha1 = "1c47f272df277f3b1daf061677d9c82e2322c60e";
+ sha1 = "fn2Fi3gb18mRpBupde04EnVOmYw=";
};
}
{
@@ -2718,15 +3022,7 @@
path = fetchurl {
name = "object_visit___object_visit_1.0.1.tgz";
url = "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz";
- sha1 = "f79c4493af0c5377b59fe39d395e41042dd045bb";
- };
- }
- {
- name = "object.assign___object.assign_4.1.0.tgz";
- path = fetchurl {
- name = "object.assign___object.assign_4.1.0.tgz";
- url = "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz";
- sha1 = "968bf1100d7956bb3ca086f006f846b3bc4008da";
+ sha1 = "95xEk68MU3e1n+OdOV5BBC3QRbs=";
};
}
{
@@ -2734,7 +3030,7 @@
path = fetchurl {
name = "object.omit___object.omit_2.0.1.tgz";
url = "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz";
- sha1 = "1a9c744829f39dbb858c76ca3579ae2a54ebd1fa";
+ sha1 = "Gpx0SCnznbuFjHbKNXmuKlTr0fo=";
};
}
{
@@ -2742,15 +3038,15 @@
path = fetchurl {
name = "object.pick___object.pick_1.3.0.tgz";
url = "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz";
- sha1 = "87a10ac4c1694bd2e1cbf53591a66141fb5dd747";
+ sha1 = "h6EKxMFpS9Lhy/U1kaZhQftd10c=";
};
}
{
- name = "object.values___object.values_1.1.1.tgz";
+ name = "object_values___object_values_0.1.2.tgz";
path = fetchurl {
- name = "object.values___object.values_1.1.1.tgz";
- url = "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz";
- sha1 = "68a99ecde356b7e9295a3c5e0ce31dc8c953de5e";
+ name = "object_values___object_values_0.1.2.tgz";
+ url = "https://registry.yarnpkg.com/object_values/-/object_values-0.1.2.tgz";
+ sha512 = "tZgUiKLraVH+4OAedBYrr4/K6KmAQw2RPNd1AuNdhLsuz5WP3VB7WuiKBWbOcjeqqAjus2ChIIWC8dSfmg7ReA==";
};
}
{
@@ -2758,7 +3054,7 @@
path = fetchurl {
name = "on_finished___on_finished_2.3.0.tgz";
url = "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz";
- sha1 = "20f1336481b083cd75337992a16971aa2d906947";
+ sha1 = "IPEzZIGwg811M3mSoWlxqi2QaUc=";
};
}
{
@@ -2766,7 +3062,7 @@
path = fetchurl {
name = "once___once_1.4.0.tgz";
url = "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz";
- sha1 = "583b1aa775961d4b113ac17d9c50baef9dd76bd1";
+ sha1 = "WDsap3WWHUsROsF9nFC6753Xa9E=";
};
}
{
@@ -2774,7 +3070,7 @@
path = fetchurl {
name = "onetime___onetime_2.0.1.tgz";
url = "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz";
- sha1 = "067428230fd67443b2794b22bba528b6867962d4";
+ sha1 = "BnQoIw/WdEOyeUsiu6UotoZ5YtQ=";
};
}
{
@@ -2782,7 +3078,7 @@
path = fetchurl {
name = "optionator___optionator_0.8.3.tgz";
url = "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz";
- sha1 = "84fa1d036fe9d3c7e21d99884b601167ec8fb495";
+ sha512 = "+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==";
};
}
{
@@ -2790,7 +3086,7 @@
path = fetchurl {
name = "options___options_0.0.6.tgz";
url = "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz";
- sha1 = "ec22d312806bb53e731773e7cdaefcf1c643128f";
+ sha1 = "7CLTEoBrtT5zF3Pnza788cZDEo8=";
};
}
{
@@ -2798,7 +3094,7 @@
path = fetchurl {
name = "orderedmap___orderedmap_1.1.1.tgz";
url = "https://registry.yarnpkg.com/orderedmap/-/orderedmap-1.1.1.tgz";
- sha1 = "c618e77611b3b21d0fe3edc92586265e0059c789";
+ sha512 = "3Ux8um0zXbVacKUkcytc0u3HgC0b0bBLT+I60r2J/En72cI0nZffqrA7Xtf2Hqs27j1g82llR5Mhbd0Z1XW4AQ==";
};
}
{
@@ -2806,7 +3102,7 @@
path = fetchurl {
name = "os_tmpdir___os_tmpdir_1.0.2.tgz";
url = "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz";
- sha1 = "bbe67406c79aa85c5cfec766fe5734555dfa1274";
+ sha1 = "u+Z0BseaqFxc/sdm/lc0VV36EnQ=";
};
}
{
@@ -2814,7 +3110,7 @@
path = fetchurl {
name = "over___over_0.0.5.tgz";
url = "https://registry.yarnpkg.com/over/-/over-0.0.5.tgz";
- sha1 = "f29852e70fd7e25f360e013a8ec44c82aedb5708";
+ sha1 = "8phS5w/X4l82DgE6jsRMgq7bVwg=";
};
}
{
@@ -2822,7 +3118,7 @@
path = fetchurl {
name = "parent_module___parent_module_1.0.1.tgz";
url = "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz";
- sha1 = "691d2709e78c79fae3a156622452d00762caaaa2";
+ sha512 = "GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==";
};
}
{
@@ -2830,7 +3126,7 @@
path = fetchurl {
name = "parse_glob___parse_glob_3.0.4.tgz";
url = "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz";
- sha1 = "b2c376cfb11f35513badd173ef0bb6e3a388391c";
+ sha1 = "ssN2z7EfNVE7rdFz7wu246OIORw=";
};
}
{
@@ -2838,7 +3134,7 @@
path = fetchurl {
name = "parse_json___parse_json_5.0.0.tgz";
url = "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz";
- sha1 = "73e5114c986d143efa3712d4ea24db9a4266f60f";
+ sha512 = "OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==";
};
}
{
@@ -2846,7 +3142,7 @@
path = fetchurl {
name = "parseurl___parseurl_1.3.3.tgz";
url = "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz";
- sha1 = "9da19e7bee8d12dff0513ed5b76957793bc2e8d4";
+ sha512 = "CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==";
};
}
{
@@ -2854,7 +3150,7 @@
path = fetchurl {
name = "pascalcase___pascalcase_0.1.1.tgz";
url = "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz";
- sha1 = "b363e55e8006ca6fe21784d2db22bd15d7917f14";
+ sha1 = "s2PlXoAGym/iF4TS2yK9FdeRfxQ=";
};
}
{
@@ -2862,7 +3158,7 @@
path = fetchurl {
name = "path_is_absolute___path_is_absolute_1.0.1.tgz";
url = "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz";
- sha1 = "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f";
+ sha1 = "F0uSaHNVNP+8es5r9TpanhtcX18=";
};
}
{
@@ -2870,7 +3166,7 @@
path = fetchurl {
name = "path_parse___path_parse_1.0.6.tgz";
url = "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz";
- sha1 = "d62dbb5679405d72c4737ec58600e9ddcf06d24c";
+ sha512 = "GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==";
};
}
{
@@ -2878,7 +3174,7 @@
path = fetchurl {
name = "path_to_regexp___path_to_regexp_0.1.7.tgz";
url = "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz";
- sha1 = "df604178005f522f15eb4490e7247a1bfaa67f8c";
+ sha1 = "32BBeABfUi8V60SQ5yR6G/qmf4w=";
};
}
{
@@ -2886,7 +3182,7 @@
path = fetchurl {
name = "path_type___path_type_4.0.0.tgz";
url = "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz";
- sha1 = "84ed01c0a7ba380afe09d90a8c180dcd9d03043b";
+ sha512 = "gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==";
};
}
{
@@ -2894,7 +3190,15 @@
path = fetchurl {
name = "performance_now___performance_now_2.1.0.tgz";
url = "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz";
- sha1 = "6309f4e0e5fa913ec1c69307ae364b4b377c9e7b";
+ sha1 = "Ywn04OX6kT7BxpMHrjZLSzd8nns=";
+ };
+ }
+ {
+ name = "pinyin___pinyin_2.10.2.tgz";
+ path = fetchurl {
+ name = "pinyin___pinyin_2.10.2.tgz";
+ url = "https://registry.yarnpkg.com/pinyin/-/pinyin-2.10.2.tgz";
+ sha512 = "qAcp7+2vnjm6sAd0B9pp5JpyvHbYoQO1v9zCeJQMEgyw2VeRi02l0gR22ZBgfjjvZ1c2EGoVjJHJ1h0rwr34Ug==";
};
}
{
@@ -2902,7 +3206,7 @@
path = fetchurl {
name = "posix_character_classes___posix_character_classes_0.1.1.tgz";
url = "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz";
- sha1 = "01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab";
+ sha1 = "AerA/jta9xoqbAL+q7jB/vfgDqs=";
};
}
{
@@ -2910,7 +3214,7 @@
path = fetchurl {
name = "postcss___postcss_6.0.23.tgz";
url = "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz";
- sha1 = "61c82cc328ac60e677645f979054eb98bc0e3324";
+ sha512 = "soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==";
};
}
{
@@ -2918,7 +3222,7 @@
path = fetchurl {
name = "prelude_ls___prelude_ls_1.1.2.tgz";
url = "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz";
- sha1 = "21932a549f5e52ffd9a827f570e04be62a97da54";
+ sha1 = "IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=";
};
}
{
@@ -2926,7 +3230,7 @@
path = fetchurl {
name = "preserve___preserve_0.2.0.tgz";
url = "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz";
- sha1 = "815ed1f6ebc65926f865b310c0713bcb3315ce4b";
+ sha1 = "gV7R9uvGWSb4ZbMQwHE7yzMVzks=";
};
}
{
@@ -2934,7 +3238,7 @@
path = fetchurl {
name = "prettier___prettier_1.19.1.tgz";
url = "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz";
- sha1 = "f7d7f5ff8a9cd872a7be4ca142095956a60797cb";
+ sha512 = "s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==";
};
}
{
@@ -2942,7 +3246,7 @@
path = fetchurl {
name = "pretty_time___pretty_time_0.2.0.tgz";
url = "https://registry.yarnpkg.com/pretty-time/-/pretty-time-0.2.0.tgz";
- sha1 = "7a3bdec4049c620cd7c42b7f342b74d56e73d74e";
+ sha1 = "ejvexAScYgzXxCt/NCt01W5z104=";
};
}
{
@@ -2950,7 +3254,7 @@
path = fetchurl {
name = "prettysize___prettysize_0.0.3.tgz";
url = "https://registry.yarnpkg.com/prettysize/-/prettysize-0.0.3.tgz";
- sha1 = "14afff6a645e591a4ddf1c72919c23b4146181a1";
+ sha1 = "FK//amReWRpN3xxykZwjtBRhgaE=";
};
}
{
@@ -2958,7 +3262,7 @@
path = fetchurl {
name = "process_nextick_args___process_nextick_args_2.0.1.tgz";
url = "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz";
- sha1 = "7820d9b16120cc55ca9ae7792680ae7dba6d7fe2";
+ sha512 = "3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==";
};
}
{
@@ -2966,7 +3270,7 @@
path = fetchurl {
name = "prop_types___prop_types_15.7.2.tgz";
url = "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz";
- sha1 = "52c41e75b8c87e72b9d9360e0206b99dcbffa6c5";
+ sha512 = "8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==";
};
}
{
@@ -2974,15 +3278,15 @@
path = fetchurl {
name = "prosemirror_changeset___prosemirror_changeset_2.1.2.tgz";
url = "https://registry.yarnpkg.com/prosemirror-changeset/-/prosemirror-changeset-2.1.2.tgz";
- sha1 = "91dee900eb4618b21ed0c38c8d41dc7539303864";
+ sha512 = "/eeAM2XeOFmtiPsFVfVkM3Iq4xfNlFuDB6MlC8Hqch/ibq3YlH3YxDi8fqg78fT8fkrfvN6zRu9EE0HkSmH8PA==";
};
}
{
- name = "prosemirror_commands___prosemirror_commands_1.1.4.tgz";
+ name = "prosemirror_commands___prosemirror_commands_1.1.10.tgz";
path = fetchurl {
- name = "prosemirror_commands___prosemirror_commands_1.1.4.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.1.4.tgz";
- sha1 = "991563e67623acab4f8c510fad1570f8b4693780";
+ name = "prosemirror_commands___prosemirror_commands_1.1.10.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.1.10.tgz";
+ sha512 = "IWyBBXNAd44RM6NnBPljwq+/CM2oYCQJkF+YhKEAZNwzW0uFdGf4qComhjbKZzqFdu6Iub2ZhNsXgwPibA0lCQ==";
};
}
{
@@ -2990,15 +3294,15 @@
path = fetchurl {
name = "prosemirror_dev_tools___prosemirror_dev_tools_2.1.1.tgz";
url = "https://registry.yarnpkg.com/prosemirror-dev-tools/-/prosemirror-dev-tools-2.1.1.tgz";
- sha1 = "0c4304b05b437608b3666b72fdb4b21e24fa29fc";
+ sha512 = "d9MG4PF82meg5Ru64ox6WCKPkQNsiZEaG5xR5a+l88RJ0VRButMZq5JzPh28vUlTBq+TXnpdTJRlPQIgTOtpqg==";
};
}
{
- name = "prosemirror_dropcursor___prosemirror_dropcursor_1.3.2.tgz";
+ name = "prosemirror_dropcursor___prosemirror_dropcursor_1.3.5.tgz";
path = fetchurl {
- name = "prosemirror_dropcursor___prosemirror_dropcursor_1.3.2.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.3.2.tgz";
- sha1 = "28738c4ed7102e814d7a8a26d70018523fc7cd6d";
+ name = "prosemirror_dropcursor___prosemirror_dropcursor_1.3.5.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.3.5.tgz";
+ sha512 = "tNUwcF2lPAkwKBZPZRtbxpwljnODRNZ3eiYloN1DSUqDjMT1nBZm0nejaEMS1TvNQ+3amibUSAiV4hX+jpASFA==";
};
}
{
@@ -3006,23 +3310,23 @@
path = fetchurl {
name = "prosemirror_gapcursor___prosemirror_gapcursor_1.1.5.tgz";
url = "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.1.5.tgz";
- sha1 = "0c37fd6cbb1d7c46358c2e7397f8da9a8b5c6246";
+ sha512 = "SjbUZq5pgsBDuV3hu8GqgIpZR5eZvGLM+gPQTqjVVYSMUCfKW3EGXTEYaLHEl1bGduwqNC95O3bZflgtAb4L6w==";
};
}
{
- name = "prosemirror_history___prosemirror_history_1.1.3.tgz";
+ name = "prosemirror_history___prosemirror_history_1.2.0.tgz";
path = fetchurl {
- name = "prosemirror_history___prosemirror_history_1.1.3.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.1.3.tgz";
- sha1 = "4f76a1e71db4ef7cdf0e13dec6d8da2aeaecd489";
+ name = "prosemirror_history___prosemirror_history_1.2.0.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.2.0.tgz";
+ sha512 = "B9v9xtf4fYbKxQwIr+3wtTDNLDZcmMMmGiI3TAPShnUzvo+Rmv1GiUrsQChY1meetHl7rhML2cppF3FTs7f7UQ==";
};
}
{
- name = "prosemirror_inputrules___prosemirror_inputrules_1.1.2.tgz";
+ name = "prosemirror_inputrules___prosemirror_inputrules_1.1.3.tgz";
path = fetchurl {
- name = "prosemirror_inputrules___prosemirror_inputrules_1.1.2.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.1.2.tgz";
- sha1 = "487e46c763e1212a4577397aba7706139084f012";
+ name = "prosemirror_inputrules___prosemirror_inputrules_1.1.3.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.1.3.tgz";
+ sha512 = "ZaHCLyBtvbyIHv0f5p6boQTIJjlD6o2NPZiEaZWT2DA+j591zS29QQEMT4lBqwcLW3qRSf7ZvoKNbf05YrsStw==";
};
}
{
@@ -3030,7 +3334,7 @@
path = fetchurl {
name = "prosemirror_keymap___prosemirror_keymap_1.1.3.tgz";
url = "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.1.3.tgz";
- sha1 = "be22d6108df2521608e9216a87b1a810f0ed361e";
+ sha512 = "PRA4NzkUMzV/NFf5pyQ6tmlIHiW/qjQ1kGWUlV2rF/dvlOxtpGpTEjIMhWgLuMf+HiDEFnUEP7uhYXu+t+491g==";
};
}
{
@@ -3038,7 +3342,7 @@
path = fetchurl {
name = "prosemirror_keymap___prosemirror_keymap_1.1.4.tgz";
url = "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.1.4.tgz";
- sha1 = "8b481bf8389a5ac40d38dbd67ec3da2c7eac6a6d";
+ sha512 = "Al8cVUOnDFL4gcI5IDlG6xbZ0aOD/i3B17VT+1JbHWDguCgt/lBHVTHUBcKvvbSg6+q/W4Nj1Fu6bwZSca3xjg==";
};
}
{
@@ -3046,23 +3350,23 @@
path = fetchurl {
name = "prosemirror_model___prosemirror_model_1.9.1.tgz";
url = "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.9.1.tgz";
- sha1 = "8c08cf556f593c5f015548d2c1a6825661df087f";
+ sha512 = "Qblh8pm1c7Ll64sYLauwwzjimo/tFg1zW3Q3IWhKRhvfOEgRKqa6dC5pRrAa+XHOIjBFEYrqbi52J5bqA2dV8Q==";
};
}
{
- name = "prosemirror_model___prosemirror_model_1.11.0.tgz";
+ name = "prosemirror_model___prosemirror_model_1.14.3.tgz";
path = fetchurl {
- name = "prosemirror_model___prosemirror_model_1.11.0.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.11.0.tgz";
- sha1 = "dc36cdb3ad6442b9f6325c7d89170c624f9dc520";
+ name = "prosemirror_model___prosemirror_model_1.14.3.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.14.3.tgz";
+ sha512 = "yzZlBaSxfUPIIP6U5Edh5zKxJPZ5f7bwZRhiCuH3UYkWhj+P3d8swHsbuAMOu/iDatDc5J/Qs5Mb3++mZf+CvQ==";
};
}
{
- name = "prosemirror_schema_list___prosemirror_schema_list_1.1.4.tgz";
+ name = "prosemirror_schema_list___prosemirror_schema_list_1.1.5.tgz";
path = fetchurl {
- name = "prosemirror_schema_list___prosemirror_schema_list_1.1.4.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.4.tgz";
- sha1 = "471f9caf2d2bed93641d2e490434c0d2d4330df1";
+ name = "prosemirror_schema_list___prosemirror_schema_list_1.1.5.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.5.tgz";
+ sha512 = "9gadhga/wySVfb/iZ2vOpndbG0XroeLw0HkkZN5demNbOea6U5oQtJmvyYWC7ZVf3WkhmVdVsOXrllM9JcC20A==";
};
}
{
@@ -3070,15 +3374,15 @@
path = fetchurl {
name = "prosemirror_state___prosemirror_state_1.3.2.tgz";
url = "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.3.2.tgz";
- sha1 = "1b910b0dc01c1f00926bb9ba1589f7b7ac0d658b";
+ sha512 = "t/JqE3aR0SV9QrzFVkAXsQwsgrQBNs/BDbcFH20RssW0xauqNNdjTXxy/J/kM7F+0zYi6+BRmz7cMMQQFU3mwQ==";
};
}
{
- name = "prosemirror_state___prosemirror_state_1.3.3.tgz";
+ name = "prosemirror_state___prosemirror_state_1.3.4.tgz";
path = fetchurl {
- name = "prosemirror_state___prosemirror_state_1.3.3.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.3.3.tgz";
- sha1 = "b2862866b14dec2b3ae1ab18229f2bd337651a2c";
+ name = "prosemirror_state___prosemirror_state_1.3.4.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.3.4.tgz";
+ sha512 = "Xkkrpd1y/TQ6HKzN3agsQIGRcLckUMA9u3j207L04mt8ToRgpGeyhbVv0HI7omDORIBHjR29b7AwlATFFf2GLA==";
};
}
{
@@ -3086,7 +3390,7 @@
path = fetchurl {
name = "prosemirror_tables___prosemirror_tables_1.0.0.tgz";
url = "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.0.0.tgz";
- sha1 = "ec3d0b11e638c6a92dd14ae816d0a2efd1719b70";
+ sha512 = "zFw5Us4G5Vdq0yIj8GiqZOGA6ud5UKpMKElux9O0HrfmhkuGa1jf1PCpz2R5pmIQJv+tIM24H1mox/ODBAX37Q==";
};
}
{
@@ -3094,7 +3398,7 @@
path = fetchurl {
name = "prosemirror_tables___prosemirror_tables_1.1.1.tgz";
url = "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.1.1.tgz";
- sha1 = "ad66300cc49500455cf1243bb129c9e7d883321e";
+ sha512 = "LmCz4jrlqQZRsYRDzCRYf/pQ5CUcSOyqZlAj5kv67ZWBH1SVLP2U9WJEvQfimWgeRlIz0y0PQVqO1arRm1+woA==";
};
}
{
@@ -3102,15 +3406,15 @@
path = fetchurl {
name = "prosemirror_transform___prosemirror_transform_1.2.3.tgz";
url = "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.2.3.tgz";
- sha1 = "239d17591af24d39ef3f1999daa09e1f1c76b06a";
+ sha512 = "PUfayeskQfuUBXktvL6207ZWRwHBFNPNPiek4fR+LgCPnBofuEb2+L0FfbNtrAwffHVs6M3DaFvJB1W2VQdV0A==";
};
}
{
- name = "prosemirror_transform___prosemirror_transform_1.2.8.tgz";
+ name = "prosemirror_transform___prosemirror_transform_1.3.2.tgz";
path = fetchurl {
- name = "prosemirror_transform___prosemirror_transform_1.2.8.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.2.8.tgz";
- sha1 = "4b86544fa43637fe381549fb7b019f4fb71fe65c";
+ name = "prosemirror_transform___prosemirror_transform_1.3.2.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.3.2.tgz";
+ sha512 = "/G6d/u9Mf6Bv3H1XR8VxhpjmUO75LYmnvj+s3ZfZpakU1hnQbsvCEybml1B3f2IWUAAQRFkbO1PnsbFhLZsYsw==";
};
}
{
@@ -3118,7 +3422,7 @@
path = fetchurl {
name = "prosemirror_utils___prosemirror_utils_0.9.6.tgz";
url = "https://registry.yarnpkg.com/prosemirror-utils/-/prosemirror-utils-0.9.6.tgz";
- sha1 = "3d97bd85897e3b535555867dc95a51399116a973";
+ sha512 = "UC+j9hQQ1POYfMc5p7UFxBTptRiGPR7Kkmbl3jVvU8VgQbkI89tR/GK+3QYC8n+VvBZrtAoCrJItNhWSxX3slA==";
};
}
{
@@ -3126,15 +3430,15 @@
path = fetchurl {
name = "prosemirror_view___prosemirror_view_1.14.2.tgz";
url = "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.14.2.tgz";
- sha1 = "23eb89f6101e9671b5e0c19d82ee0ad9de5608de";
+ sha512 = "9yPVH6OLyaEraHjWHbSk2DB0R/1TsEE6AA1LI+vmCypXXA+zTzNrktUFzBhSJHehXDoEJcQfnl1Wdp5GPSh2+g==";
};
}
{
- name = "prosemirror_view___prosemirror_view_1.15.6.tgz";
+ name = "prosemirror_view___prosemirror_view_1.20.1.tgz";
path = fetchurl {
- name = "prosemirror_view___prosemirror_view_1.15.6.tgz";
- url = "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.15.6.tgz";
- sha1 = "446bf7662235300c5f47362af2db805c6df3ad24";
+ name = "prosemirror_view___prosemirror_view_1.20.1.tgz";
+ url = "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.20.1.tgz";
+ sha512 = "djWORhy3a706mUH4A2dgEEV0IPZqQd1tFyz/ZVHJNoqhSgq82FwG6dq7uqHeUB2KdVSNfI2yc3rwfqlC/ll2pA==";
};
}
{
@@ -3142,7 +3446,7 @@
path = fetchurl {
name = "proxy_addr___proxy_addr_2.0.6.tgz";
url = "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz";
- sha1 = "fdc2336505447d3f2f2c638ed272caf614bbb2bf";
+ sha512 = "dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==";
};
}
{
@@ -3150,7 +3454,7 @@
path = fetchurl {
name = "psl___psl_1.7.0.tgz";
url = "https://registry.yarnpkg.com/psl/-/psl-1.7.0.tgz";
- sha1 = "f1c4c47a8ef97167dea5d6bbf4816d736e884a3c";
+ sha512 = "5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==";
};
}
{
@@ -3158,7 +3462,7 @@
path = fetchurl {
name = "pullstream___pullstream_0.4.1.tgz";
url = "https://registry.yarnpkg.com/pullstream/-/pullstream-0.4.1.tgz";
- sha1 = "d6fb3bf5aed697e831150eb1002c25a3f8ae1314";
+ sha1 = "1vs79a7Wl+gxFQ6xACwlo/iuExQ=";
};
}
{
@@ -3166,7 +3470,7 @@
path = fetchurl {
name = "punycode___punycode_2.1.1.tgz";
url = "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz";
- sha1 = "b58b010ac40c22c5657616c8d2c2c02c7bf479ec";
+ sha512 = "XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==";
};
}
{
@@ -3174,7 +3478,7 @@
path = fetchurl {
name = "pure_color___pure_color_1.3.0.tgz";
url = "https://registry.yarnpkg.com/pure-color/-/pure-color-1.3.0.tgz";
- sha1 = "1fe064fb0ac851f0de61320a8bf796836422f33e";
+ sha1 = "H+Bk+wrIUfDeYTIKi/eWg2Qi8z4=";
};
}
{
@@ -3182,7 +3486,7 @@
path = fetchurl {
name = "qs___qs_6.7.0.tgz";
url = "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz";
- sha1 = "41dc1a015e3d581f1621776be31afb2876a9b1bc";
+ sha512 = "VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==";
};
}
{
@@ -3190,7 +3494,7 @@
path = fetchurl {
name = "qs___qs_6.5.2.tgz";
url = "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz";
- sha1 = "cb3ae806e8740444584ef154ce8ee98d403f3e36";
+ sha512 = "N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==";
};
}
{
@@ -3198,7 +3502,7 @@
path = fetchurl {
name = "randomatic___randomatic_3.1.1.tgz";
url = "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz";
- sha1 = "b776efc59375984e36c537b2f51a1f0aff0da1ed";
+ sha512 = "TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==";
};
}
{
@@ -3206,7 +3510,7 @@
path = fetchurl {
name = "range_parser___range_parser_1.2.1.tgz";
url = "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz";
- sha1 = "3cf37023d199e1c24d1a55b84800c2f3e6468031";
+ sha512 = "Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==";
};
}
{
@@ -3214,7 +3518,7 @@
path = fetchurl {
name = "raw_body___raw_body_2.4.0.tgz";
url = "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz";
- sha1 = "a1ce6fb9c9bc356ca52e89256ab59059e13d0332";
+ sha512 = "4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==";
};
}
{
@@ -3222,7 +3526,7 @@
path = fetchurl {
name = "react_base16_styling___react_base16_styling_0.5.3.tgz";
url = "https://registry.yarnpkg.com/react-base16-styling/-/react-base16-styling-0.5.3.tgz";
- sha1 = "3858f24e9c4dd8cbd3f702f3f74d581ca2917269";
+ sha1 = "OFjyTpxN2MvT9wLz901YHKKRcmk=";
};
}
{
@@ -3230,15 +3534,15 @@
path = fetchurl {
name = "react_dock___react_dock_0.2.4.tgz";
url = "https://registry.yarnpkg.com/react-dock/-/react-dock-0.2.4.tgz";
- sha1 = "e727dc7550b3b73116635dcb9c0e04d0b7afe17c";
+ sha1 = "5yfcdVCztzEWY13LnA4E0Lev4Xw=";
};
}
{
- name = "react_dom___react_dom_16.13.1.tgz";
+ name = "react_dom___react_dom_17.0.2.tgz";
path = fetchurl {
- name = "react_dom___react_dom_16.13.1.tgz";
- url = "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz";
- sha1 = "c1bd37331a0486c078ee54c4740720993b2e0e7f";
+ name = "react_dom___react_dom_17.0.2.tgz";
+ url = "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz";
+ sha512 = "s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==";
};
}
{
@@ -3246,7 +3550,7 @@
path = fetchurl {
name = "react_emotion___react_emotion_9.2.12.tgz";
url = "https://registry.yarnpkg.com/react-emotion/-/react-emotion-9.2.12.tgz";
- sha1 = "74d1494f89e22d0b9442e92a33ca052461955c83";
+ sha512 = "qt7XbxnEKX5sZ73rERJ92JMbEOoyOwG3BuCRFRkXrsJhEe+rFBRTljRw7yOLHZUCQC4GBObZhjXIduQ8S0ZpYw==";
};
}
{
@@ -3254,7 +3558,7 @@
path = fetchurl {
name = "react_is___react_is_16.13.0.tgz";
url = "https://registry.yarnpkg.com/react-is/-/react-is-16.13.0.tgz";
- sha1 = "0f37c3613c34fe6b37cd7f763a0d6293ab15c527";
+ sha512 = "GFMtL0vHkiBv9HluwNZTggSn/sCyEt9n02aM0dSAjGGyqyNlAyftYm4phPxdvCigG15JreC5biwxCgTAJZ7yAA==";
};
}
{
@@ -3262,23 +3566,23 @@
path = fetchurl {
name = "react_json_tree___react_json_tree_0.11.2.tgz";
url = "https://registry.yarnpkg.com/react-json-tree/-/react-json-tree-0.11.2.tgz";
- sha1 = "af70199fcbc265699ade2aec492465c51608f95e";
+ sha512 = "aYhUPj1y5jR3ZQ+G3N7aL8FbTyO03iLwnVvvEikLcNFqNTyabdljo9xDftZndUBFyyyL0aK3qGO9+8EilILHUw==";
};
}
{
- name = "react_window___react_window_1.8.5.tgz";
+ name = "react_window___react_window_1.8.6.tgz";
path = fetchurl {
- name = "react_window___react_window_1.8.5.tgz";
- url = "https://registry.yarnpkg.com/react-window/-/react-window-1.8.5.tgz";
- sha1 = "a56b39307e79979721021f5d06a67742ecca52d1";
+ name = "react_window___react_window_1.8.6.tgz";
+ url = "https://registry.yarnpkg.com/react-window/-/react-window-1.8.6.tgz";
+ sha512 = "8VwEEYyjz6DCnGBsd+MgkD0KJ2/OXFULyDtorIiTz+QzwoP94tBoA7CnbtyXMm+cCeAUER5KJcPtWl9cpKbOBg==";
};
}
{
- name = "react___react_16.13.1.tgz";
+ name = "react___react_17.0.2.tgz";
path = fetchurl {
- name = "react___react_16.13.1.tgz";
- url = "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz";
- sha1 = "2e818822f1a9743122c063d6410d85c1e3afe48e";
+ name = "react___react_17.0.2.tgz";
+ url = "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz";
+ sha512 = "gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==";
};
}
{
@@ -3286,7 +3590,7 @@
path = fetchurl {
name = "readable_stream___readable_stream_2.3.7.tgz";
url = "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz";
- sha1 = "1eca1cf711aef814c04f62252a36a62f6cb23b57";
+ sha512 = "Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==";
};
}
{
@@ -3294,7 +3598,7 @@
path = fetchurl {
name = "readable_stream___readable_stream_3.6.0.tgz";
url = "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz";
- sha1 = "337bbda3adc0706bd3e024426a286d4b4b2c9198";
+ sha512 = "BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==";
};
}
{
@@ -3302,7 +3606,7 @@
path = fetchurl {
name = "readable_stream___readable_stream_1.0.34.tgz";
url = "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz";
- sha1 = "125820e34bc842d2f2aaafafe4c2916ee32c157c";
+ sha1 = "Elgg40vIQtLyqq+v5MKRbuMsFXw=";
};
}
{
@@ -3310,7 +3614,7 @@
path = fetchurl {
name = "readdirp___readdirp_2.2.1.tgz";
url = "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz";
- sha1 = "0e87622a3325aa33e892285caf8b4e846529a525";
+ sha512 = "1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==";
};
}
{
@@ -3318,7 +3622,7 @@
path = fetchurl {
name = "realm_utils___realm_utils_1.0.9.tgz";
url = "https://registry.yarnpkg.com/realm-utils/-/realm-utils-1.0.9.tgz";
- sha1 = "5c76a5ff39e4816af2c133a161f4221d6628eff4";
+ sha1 = "XHal/znkgWrywTOhYfQiHWYo7/Q=";
};
}
{
@@ -3326,7 +3630,7 @@
path = fetchurl {
name = "regenerate_unicode_properties___regenerate_unicode_properties_8.1.0.tgz";
url = "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz";
- sha1 = "ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e";
+ sha512 = "LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA==";
};
}
{
@@ -3334,7 +3638,7 @@
path = fetchurl {
name = "regenerate___regenerate_1.4.0.tgz";
url = "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz";
- sha1 = "4a856ec4b56e4077c557589cae85e7a4c8869a11";
+ sha512 = "1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==";
};
}
{
@@ -3342,7 +3646,7 @@
path = fetchurl {
name = "regenerator_runtime___regenerator_runtime_0.11.1.tgz";
url = "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz";
- sha1 = "be05ad7f9bf7d22e056f9726cee5017fbf19e2e9";
+ sha512 = "MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==";
};
}
{
@@ -3350,7 +3654,7 @@
path = fetchurl {
name = "regenerator_runtime___regenerator_runtime_0.13.3.tgz";
url = "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz";
- sha1 = "7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5";
+ sha512 = "naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==";
};
}
{
@@ -3358,7 +3662,7 @@
path = fetchurl {
name = "regenerator_runtime___regenerator_runtime_0.13.5.tgz";
url = "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz";
- sha1 = "d878a1d094b4306d10b9096484b33ebd55e26697";
+ sha512 = "ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==";
};
}
{
@@ -3366,7 +3670,7 @@
path = fetchurl {
name = "regex_cache___regex_cache_0.4.4.tgz";
url = "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz";
- sha1 = "75bdc58a2a1496cec48a12835bc54c8d562336dd";
+ sha512 = "nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==";
};
}
{
@@ -3374,7 +3678,7 @@
path = fetchurl {
name = "regex_not___regex_not_1.0.2.tgz";
url = "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz";
- sha1 = "1f4ece27e00b0b65e0247a6810e6a85d83a5752c";
+ sha512 = "J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==";
};
}
{
@@ -3382,7 +3686,7 @@
path = fetchurl {
name = "regexpu_core___regexpu_core_4.6.0.tgz";
url = "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz";
- sha1 = "2037c18b327cfce8a6fea2a4ec441f2432afb8b6";
+ sha512 = "YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==";
};
}
{
@@ -3390,7 +3694,7 @@
path = fetchurl {
name = "regjsgen___regjsgen_0.5.1.tgz";
url = "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz";
- sha1 = "48f0bf1a5ea205196929c0d9798b42d1ed98443c";
+ sha512 = "5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==";
};
}
{
@@ -3398,7 +3702,7 @@
path = fetchurl {
name = "regjsparser___regjsparser_0.6.3.tgz";
url = "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.3.tgz";
- sha1 = "74192c5805d35e9f5ebe3c1fb5b40d40a8a38460";
+ sha512 = "8uZvYbnfAtEm9Ab8NTb3hdLwL4g/LQzEYP7Xs27T96abJCCE2d6r3cPZPQEsLKy0vRSGVNG+/zVGtLr86HQduA==";
};
}
{
@@ -3406,7 +3710,7 @@
path = fetchurl {
name = "remove_trailing_separator___remove_trailing_separator_1.1.0.tgz";
url = "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz";
- sha1 = "c24bce2a283adad5bc3f58e0d48249b92379d8ef";
+ sha1 = "wkvOKig62tW8P1jg1IJJuSN52O8=";
};
}
{
@@ -3414,7 +3718,7 @@
path = fetchurl {
name = "repeat_element___repeat_element_1.1.3.tgz";
url = "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz";
- sha1 = "782e0d825c0c5a3bb39731f84efee6b742e6b1ce";
+ sha512 = "ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==";
};
}
{
@@ -3422,7 +3726,7 @@
path = fetchurl {
name = "repeat_string___repeat_string_1.6.1.tgz";
url = "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz";
- sha1 = "8dcae470e1c88abc2d600fff4a776286da75e637";
+ sha1 = "jcrkcOHIirwtYA//Sndihtp15jc=";
};
}
{
@@ -3430,7 +3734,15 @@
path = fetchurl {
name = "request___request_2.88.2.tgz";
url = "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz";
- sha1 = "d73c918731cb5a87da047e207234146f664d12b3";
+ sha512 = "MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==";
+ };
+ }
+ {
+ name = "require_directory___require_directory_2.1.1.tgz";
+ path = fetchurl {
+ name = "require_directory___require_directory_2.1.1.tgz";
+ url = "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz";
+ sha1 = "jGStX9MNqxyXbiNE/+f3kqam30I=";
};
}
{
@@ -3438,7 +3750,7 @@
path = fetchurl {
name = "resolve_from___resolve_from_4.0.0.tgz";
url = "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz";
- sha1 = "4abcd852ad32dd7baabfe9b40e00a36db5f392e6";
+ sha512 = "pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==";
};
}
{
@@ -3446,7 +3758,7 @@
path = fetchurl {
name = "resolve_url___resolve_url_0.2.1.tgz";
url = "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz";
- sha1 = "2c637fe77c893afd2a663fe21aa9080068e2052a";
+ sha1 = "LGN/53yJOv0qZj/iGqkIAGjiBSo=";
};
}
{
@@ -3454,7 +3766,7 @@
path = fetchurl {
name = "resolve___resolve_1.15.1.tgz";
url = "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz";
- sha1 = "27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8";
+ sha512 = "84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==";
};
}
{
@@ -3462,7 +3774,7 @@
path = fetchurl {
name = "restore_cursor___restore_cursor_2.0.0.tgz";
url = "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz";
- sha1 = "9f7ee287f82fd326d4fd162923d62129eee0dfaf";
+ sha1 = "n37ih/gv0ybU/RYpI9YhKe7g368=";
};
}
{
@@ -3470,7 +3782,7 @@
path = fetchurl {
name = "ret___ret_0.1.15.tgz";
url = "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz";
- sha1 = "b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc";
+ sha512 = "TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==";
};
}
{
@@ -3478,7 +3790,15 @@
path = fetchurl {
name = "rimraf___rimraf_2.7.1.tgz";
url = "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz";
- sha1 = "35797f13a7fdadc566142c29d4f07ccad483e3ec";
+ sha512 = "uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==";
+ };
+ }
+ {
+ name = "rimraf___rimraf_3.0.2.tgz";
+ path = fetchurl {
+ name = "rimraf___rimraf_3.0.2.tgz";
+ url = "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz";
+ sha512 = "JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==";
};
}
{
@@ -3486,7 +3806,7 @@
path = fetchurl {
name = "rope_sequence___rope_sequence_1.3.2.tgz";
url = "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.2.tgz";
- sha1 = "a19e02d72991ca71feb6b5f8a91154e48e3c098b";
+ sha512 = "ku6MFrwEVSVmXLvy3dYph3LAMNS0890K7fabn+0YIRQ2T96T9F4gkFf0vf0WW0JUraNWwGRtInEpH7yO4tbQZg==";
};
}
{
@@ -3494,7 +3814,7 @@
path = fetchurl {
name = "run_async___run_async_2.4.0.tgz";
url = "https://registry.yarnpkg.com/run-async/-/run-async-2.4.0.tgz";
- sha1 = "e59054a5b86876cfae07f431d18cbaddc594f1e8";
+ sha512 = "xJTbh/d7Lm7SBhc1tNvTpeCHaEzoyxPrqNlvSdMfBTYwaY++UJFyXUOxAtsRUXjlqOfj8luNaR9vjCh4KeV+pg==";
};
}
{
@@ -3502,7 +3822,7 @@
path = fetchurl {
name = "rx_lite_aggregates___rx_lite_aggregates_4.0.8.tgz";
url = "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz";
- sha1 = "753b87a89a11c95467c4ac1626c4efc4e05c67be";
+ sha1 = "dTuHqJoRyVRnxKwWJsTvxOBcZ74=";
};
}
{
@@ -3510,7 +3830,7 @@
path = fetchurl {
name = "rx_lite___rx_lite_4.0.8.tgz";
url = "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz";
- sha1 = "0b1e11af8bc44836f04a6407e92da42467b79444";
+ sha1 = "Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=";
};
}
{
@@ -3518,7 +3838,7 @@
path = fetchurl {
name = "safe_buffer___safe_buffer_5.1.2.tgz";
url = "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz";
- sha1 = "991ec69d296e0313747d59bdfd2b745c35f8828d";
+ sha512 = "Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==";
};
}
{
@@ -3526,7 +3846,7 @@
path = fetchurl {
name = "safe_buffer___safe_buffer_5.2.0.tgz";
url = "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz";
- sha1 = "b74daec49b1148f88c64b68d49b1e815c1f2f519";
+ sha512 = "fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==";
};
}
{
@@ -3534,7 +3854,7 @@
path = fetchurl {
name = "safe_buffer___safe_buffer_5.2.1.tgz";
url = "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz";
- sha1 = "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6";
+ sha512 = "rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==";
};
}
{
@@ -3542,7 +3862,7 @@
path = fetchurl {
name = "safe_regex___safe_regex_1.1.0.tgz";
url = "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz";
- sha1 = "40a3669f3b077d1e943d44629e157dd48023bf2e";
+ sha1 = "QKNmnzsHfR6UPURinhV91IAjvy4=";
};
}
{
@@ -3550,15 +3870,15 @@
path = fetchurl {
name = "safer_buffer___safer_buffer_2.1.2.tgz";
url = "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz";
- sha1 = "44fa161b0187b9549dd84bb91802f9bd8385cd6a";
+ sha512 = "YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==";
};
}
{
- name = "scheduler___scheduler_0.19.1.tgz";
+ name = "scheduler___scheduler_0.20.2.tgz";
path = fetchurl {
- name = "scheduler___scheduler_0.19.1.tgz";
- url = "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz";
- sha1 = "4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196";
+ name = "scheduler___scheduler_0.20.2.tgz";
+ url = "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz";
+ sha512 = "2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==";
};
}
{
@@ -3566,7 +3886,7 @@
path = fetchurl {
name = "select___select_1.1.2.tgz";
url = "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz";
- sha1 = "0e7350acdec80b1108528786ec1d4418d11b396d";
+ sha1 = "DnNQrN7ICxEIUoeG7B1EGNEbOW0=";
};
}
{
@@ -3574,7 +3894,23 @@
path = fetchurl {
name = "semver___semver_5.7.1.tgz";
url = "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz";
- sha1 = "a954f931aeba508d307bbf069eff0c01c96116f7";
+ sha512 = "sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==";
+ };
+ }
+ {
+ name = "semver___semver_6.3.0.tgz";
+ path = fetchurl {
+ name = "semver___semver_6.3.0.tgz";
+ url = "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz";
+ sha512 = "b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==";
+ };
+ }
+ {
+ name = "semver___semver_7.3.5.tgz";
+ path = fetchurl {
+ name = "semver___semver_7.3.5.tgz";
+ url = "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz";
+ sha512 = "PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==";
};
}
{
@@ -3582,15 +3918,15 @@
path = fetchurl {
name = "send___send_0.17.1.tgz";
url = "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz";
- sha1 = "c1d8b059f7900f7466dd4938bdc44e11ddb376c8";
+ sha512 = "BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==";
};
}
{
- name = "sentence_splitter___sentence_splitter_3.2.0.tgz";
+ name = "sentence_splitter___sentence_splitter_3.2.2.tgz";
path = fetchurl {
- name = "sentence_splitter___sentence_splitter_3.2.0.tgz";
- url = "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.0.tgz";
- sha1 = "fb2cd2f61f40006643ba83d9acf4609233c1c68c";
+ name = "sentence_splitter___sentence_splitter_3.2.2.tgz";
+ url = "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.2.tgz";
+ sha512 = "hMvaodgK9Fay928uiQoTMEWjXpCERdKD2uKo7BbSyP+uWTo+wHiRjN+ZShyI99rW0VuoV4Cuw8FUmaRcnpN7Ug==";
};
}
{
@@ -3598,7 +3934,15 @@
path = fetchurl {
name = "serve_static___serve_static_1.14.1.tgz";
url = "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz";
- sha1 = "666e636dc4f010f7ef29970a88a674320898b2f9";
+ sha512 = "JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==";
+ };
+ }
+ {
+ name = "set_blocking___set_blocking_2.0.0.tgz";
+ path = fetchurl {
+ name = "set_blocking___set_blocking_2.0.0.tgz";
+ url = "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz";
+ sha1 = "BF+XgtARrppoA93TgrJDkrPYkPc=";
};
}
{
@@ -3606,7 +3950,7 @@
path = fetchurl {
name = "set_value___set_value_2.0.1.tgz";
url = "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz";
- sha1 = "a18d40530e6f07de4228c7defe4227af8cad005b";
+ sha512 = "JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==";
};
}
{
@@ -3614,7 +3958,7 @@
path = fetchurl {
name = "setimmediate___setimmediate_1.0.5.tgz";
url = "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz";
- sha1 = "290cbb232e306942d7d7ea9b83732ab7856f8285";
+ sha1 = "KQy7Iy4waULX1+qbg3Mqt4VvgoU=";
};
}
{
@@ -3622,7 +3966,7 @@
path = fetchurl {
name = "setprototypeof___setprototypeof_1.1.1.tgz";
url = "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz";
- sha1 = "7e95acb24aa92f5885e0abef5ba131330d4ae683";
+ sha512 = "JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==";
};
}
{
@@ -3630,7 +3974,15 @@
path = fetchurl {
name = "shorthash___shorthash_0.0.2.tgz";
url = "https://registry.yarnpkg.com/shorthash/-/shorthash-0.0.2.tgz";
- sha1 = "59b268eecbde59038b30da202bcfbddeb2c4a4eb";
+ sha1 = "WbJo7sveWQOLMNogK8+93rLEpOs=";
+ };
+ }
+ {
+ name = "signal_exit___signal_exit_3.0.5.tgz";
+ path = fetchurl {
+ name = "signal_exit___signal_exit_3.0.5.tgz";
+ url = "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz";
+ sha512 = "KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==";
};
}
{
@@ -3638,7 +3990,7 @@
path = fetchurl {
name = "signal_exit___signal_exit_3.0.2.tgz";
url = "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz";
- sha1 = "b5fdc08f1287ea1178628e415e25132b73646c6d";
+ sha1 = "tf3AjxKH6hF4Yo5BXiUTK3NkbG0=";
};
}
{
@@ -3646,7 +3998,7 @@
path = fetchurl {
name = "slice_stream___slice_stream_1.0.0.tgz";
url = "https://registry.yarnpkg.com/slice-stream/-/slice-stream-1.0.0.tgz";
- sha1 = "5b33bd66f013b1a7f86460b03d463dec39ad3ea0";
+ sha1 = "WzO9ZvATsaf4ZGCwPUY97DmtPqA=";
};
}
{
@@ -3654,7 +4006,7 @@
path = fetchurl {
name = "snapdragon_node___snapdragon_node_2.1.1.tgz";
url = "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz";
- sha1 = "6c175f86ff14bdb0724563e8f3c1b021a286853b";
+ sha512 = "O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==";
};
}
{
@@ -3662,7 +4014,7 @@
path = fetchurl {
name = "snapdragon_util___snapdragon_util_3.0.1.tgz";
url = "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz";
- sha1 = "f956479486f2acd79700693f6f7b805e45ab56e2";
+ sha512 = "mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==";
};
}
{
@@ -3670,7 +4022,7 @@
path = fetchurl {
name = "snapdragon___snapdragon_0.8.2.tgz";
url = "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz";
- sha1 = "64922e7c565b0e14204ba1aa7d6964278d25182d";
+ sha512 = "FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==";
};
}
{
@@ -3678,7 +4030,7 @@
path = fetchurl {
name = "source_map_resolve___source_map_resolve_0.5.3.tgz";
url = "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz";
- sha1 = "190866bece7553e1f8f267a2ee82c606b5509a1a";
+ sha512 = "Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==";
};
}
{
@@ -3686,7 +4038,7 @@
path = fetchurl {
name = "source_map_support___source_map_support_0.5.19.tgz";
url = "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz";
- sha1 = "a98b62f86dcaf4f67399648c085291ab9e8fed61";
+ sha512 = "Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==";
};
}
{
@@ -3694,7 +4046,7 @@
path = fetchurl {
name = "source_map_support___source_map_support_0.5.16.tgz";
url = "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz";
- sha1 = "0ae069e7fe3ba7538c64c98515e35339eac5a042";
+ sha512 = "efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==";
};
}
{
@@ -3702,7 +4054,7 @@
path = fetchurl {
name = "source_map_url___source_map_url_0.4.0.tgz";
url = "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz";
- sha1 = "3e935d7ddd73631b97659956d55128e87b5084a3";
+ sha1 = "PpNdfd1zYxuXZZlW1VEo6HtQhKM=";
};
}
{
@@ -3710,7 +4062,7 @@
path = fetchurl {
name = "source_map___source_map_0.5.7.tgz";
url = "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz";
- sha1 = "8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc";
+ sha1 = "igOdLRAh0i0eoUyA2OpGi6LvP8w=";
};
}
{
@@ -3718,7 +4070,7 @@
path = fetchurl {
name = "source_map___source_map_0.6.1.tgz";
url = "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz";
- sha1 = "74722af32e9614e9c287a8d0bbde48b5e2f1a263";
+ sha512 = "UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==";
};
}
{
@@ -3726,7 +4078,7 @@
path = fetchurl {
name = "source_map___source_map_0.7.3.tgz";
url = "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz";
- sha1 = "5302f8169031735226544092e64981f751750383";
+ sha512 = "CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==";
};
}
{
@@ -3734,7 +4086,7 @@
path = fetchurl {
name = "sourcemap_blender___sourcemap_blender_1.0.5.tgz";
url = "https://registry.yarnpkg.com/sourcemap-blender/-/sourcemap-blender-1.0.5.tgz";
- sha1 = "d361f3d12381c4e477178113878fdf984a91bdbc";
+ sha512 = "GPhjCmDtJ8YY6zt1L6kP6WtBg6WrdWt5hw2Wmgt9rwC3yiwLo9vEuabh/YYSZ5KmFV20hVkGdkTwpXtT2E65TA==";
};
}
{
@@ -3742,7 +4094,7 @@
path = fetchurl {
name = "split_string___split_string_3.1.0.tgz";
url = "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz";
- sha1 = "7cb09dda3a86585705c64b39a6466038682e8fe2";
+ sha512 = "NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==";
};
}
{
@@ -3750,7 +4102,7 @@
path = fetchurl {
name = "sprintf_js___sprintf_js_1.0.3.tgz";
url = "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz";
- sha1 = "04e6926f662895354f3dd015203633b857297e2c";
+ sha1 = "BOaSb2YolTVPPdAVIDYzuFcpfiw=";
};
}
{
@@ -3758,7 +4110,7 @@
path = fetchurl {
name = "sshpk___sshpk_1.16.1.tgz";
url = "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz";
- sha1 = "fb661c0bef29b39db40769ee39fa70093d6f6877";
+ sha512 = "HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==";
};
}
{
@@ -3766,7 +4118,7 @@
path = fetchurl {
name = "static_extend___static_extend_0.1.2.tgz";
url = "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz";
- sha1 = "60809c39cbff55337226fd5e0b520f341f1fb5c6";
+ sha1 = "YICcOcv/VTNyJv1eC1IPNB8ftcY=";
};
}
{
@@ -3774,7 +4126,7 @@
path = fetchurl {
name = "statuses___statuses_1.5.0.tgz";
url = "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz";
- sha1 = "161c7dac177659fd9811f43771fa99381478628c";
+ sha1 = "Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=";
};
}
{
@@ -3782,7 +4134,15 @@
path = fetchurl {
name = "stream_browserify___stream_browserify_2.0.2.tgz";
url = "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz";
- sha1 = "87521d38a44aa7ee91ce1cd2a47df0cb49dd660b";
+ sha512 = "nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==";
+ };
+ }
+ {
+ name = "string_width___string_width_1.0.2.tgz";
+ path = fetchurl {
+ name = "string_width___string_width_1.0.2.tgz";
+ url = "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz";
+ sha1 = "EYvfW4zcUaKn5w0hHgfisLmxB9M=";
};
}
{
@@ -3790,23 +4150,15 @@
path = fetchurl {
name = "string_width___string_width_2.1.1.tgz";
url = "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz";
- sha1 = "ab93f27a8dc13d28cac815c462143a6d9012ae9e";
+ sha512 = "nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==";
};
}
{
- name = "string.prototype.trimend___string.prototype.trimend_1.0.1.tgz";
+ name = "string_width___string_width_4.2.3.tgz";
path = fetchurl {
- name = "string.prototype.trimend___string.prototype.trimend_1.0.1.tgz";
- url = "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz";
- sha1 = "85812a6b847ac002270f5808146064c995fb6913";
- };
- }
- {
- name = "string.prototype.trimstart___string.prototype.trimstart_1.0.1.tgz";
- path = fetchurl {
- name = "string.prototype.trimstart___string.prototype.trimstart_1.0.1.tgz";
- url = "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz";
- sha1 = "14af6d9f34b053f7cfc89b72f8f2ee14b9039a54";
+ name = "string_width___string_width_4.2.3.tgz";
+ url = "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz";
+ sha512 = "wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==";
};
}
{
@@ -3814,7 +4166,7 @@
path = fetchurl {
name = "string_decoder___string_decoder_1.3.0.tgz";
url = "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz";
- sha1 = "42f114594a46cf1a8e30b0a84f56c78c3edac21e";
+ sha512 = "hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==";
};
}
{
@@ -3822,7 +4174,7 @@
path = fetchurl {
name = "string_decoder___string_decoder_0.10.31.tgz";
url = "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz";
- sha1 = "62e203bc41766c6c28c9fc84301dab1c5310fa94";
+ sha1 = "YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=";
};
}
{
@@ -3830,7 +4182,15 @@
path = fetchurl {
name = "string_decoder___string_decoder_1.1.1.tgz";
url = "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz";
- sha1 = "9cf1611ba62685d7030ae9e4ba34149c3af03fc8";
+ sha512 = "n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==";
+ };
+ }
+ {
+ name = "strip_ansi___strip_ansi_3.0.1.tgz";
+ path = fetchurl {
+ name = "strip_ansi___strip_ansi_3.0.1.tgz";
+ url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz";
+ sha1 = "ajhfuIU9lS1f8F0Oiq+UJ43GPc8=";
};
}
{
@@ -3838,7 +4198,15 @@
path = fetchurl {
name = "strip_ansi___strip_ansi_4.0.0.tgz";
url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz";
- sha1 = "a8479022eb1ac368a871389b635262c505ee368f";
+ sha1 = "qEeQIusaw2iocTibY1JixQXuNo8=";
+ };
+ }
+ {
+ name = "strip_ansi___strip_ansi_6.0.1.tgz";
+ path = fetchurl {
+ name = "strip_ansi___strip_ansi_6.0.1.tgz";
+ url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz";
+ sha512 = "Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==";
};
}
{
@@ -3846,7 +4214,7 @@
path = fetchurl {
name = "structured_source___structured_source_3.0.2.tgz";
url = "https://registry.yarnpkg.com/structured-source/-/structured-source-3.0.2.tgz";
- sha1 = "dd802425e0f53dc4a6e7aca3752901a1ccda7af5";
+ sha1 = "3YAkJeD1PcSm56yjdSkBoczaevU=";
};
}
{
@@ -3854,7 +4222,7 @@
path = fetchurl {
name = "stylis_rule_sheet___stylis_rule_sheet_0.0.10.tgz";
url = "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz";
- sha1 = "44e64a2b076643f4b52e5ff71efc04d8c3c4a430";
+ sha512 = "nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==";
};
}
{
@@ -3862,7 +4230,7 @@
path = fetchurl {
name = "stylis___stylis_3.5.4.tgz";
url = "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz";
- sha1 = "f665f25f5e299cf3d64654ab949a57c768b73fbe";
+ sha512 = "8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==";
};
}
{
@@ -3870,7 +4238,15 @@
path = fetchurl {
name = "supports_color___supports_color_5.5.0.tgz";
url = "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz";
- sha1 = "e2e69a44ac8772f78a1ec0b35b689df6530efc8f";
+ sha512 = "QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==";
+ };
+ }
+ {
+ name = "tar___tar_6.1.11.tgz";
+ path = fetchurl {
+ name = "tar___tar_6.1.11.tgz";
+ url = "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz";
+ sha512 = "an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==";
};
}
{
@@ -3878,7 +4254,7 @@
path = fetchurl {
name = "terser___terser_4.6.4.tgz";
url = "https://registry.yarnpkg.com/terser/-/terser-4.6.4.tgz";
- sha1 = "40a0b37afbe5b57e494536815efa68326840fc00";
+ sha512 = "5fqgBPLgVHZ/fVvqRhhUp9YUiGXhFJ9ZkrZWD9vQtFBR4QIGTnbsb+/kKqSqfgp3WnBwGWAFnedGTtmX1YTn0w==";
};
}
{
@@ -3886,7 +4262,7 @@
path = fetchurl {
name = "thenby___thenby_1.3.3.tgz";
url = "https://registry.yarnpkg.com/thenby/-/thenby-1.3.3.tgz";
- sha1 = "016c3427772a284bbfef982d978f7574fd15ee9d";
+ sha512 = "vCzp0TxrQ+2bfRJoWNhMwk6RNfboOUN2S+nbEfhJfj7RwJHD6PlgtXH/hXiSmv6UJs35IQDtVqiI45J+cAgLqg==";
};
}
{
@@ -3894,7 +4270,7 @@
path = fetchurl {
name = "through___through_2.3.8.tgz";
url = "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz";
- sha1 = "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5";
+ sha1 = "DdTJ/6q8NXlgsbckEV1+Doai4fU=";
};
}
{
@@ -3902,7 +4278,7 @@
path = fetchurl {
name = "tiny_emitter___tiny_emitter_2.1.0.tgz";
url = "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz";
- sha1 = "1d1a56edfc51c43e863cbb5382a72330e3555423";
+ sha512 = "NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==";
};
}
{
@@ -3910,7 +4286,7 @@
path = fetchurl {
name = "tlite___tlite_0.1.9.tgz";
url = "https://registry.yarnpkg.com/tlite/-/tlite-0.1.9.tgz";
- sha1 = "e886e4a305b7522242e2453b7ca4fb84f2d9de0f";
+ sha512 = "5QOBAvDxZZwW1i+2YXMgF6/PuV/KhA0LyE9PyVi8Ywr3bfIPziZcQD+RpdJaQurCU8zIGtBo/XuPCEHdvyeFuQ==";
};
}
{
@@ -3918,7 +4294,7 @@
path = fetchurl {
name = "tmp___tmp_0.0.33.tgz";
url = "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz";
- sha1 = "6d34335889768d21b2bcda0aa277ced3b1bfadf9";
+ sha512 = "jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==";
};
}
{
@@ -3926,7 +4302,7 @@
path = fetchurl {
name = "to_fast_properties___to_fast_properties_2.0.0.tgz";
url = "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz";
- sha1 = "dc5e698cbd079265bc73e0377681a4e4e83f616e";
+ sha1 = "3F5pjL0HkmW8c+A3doGk5Og/YW4=";
};
}
{
@@ -3934,7 +4310,7 @@
path = fetchurl {
name = "to_object_path___to_object_path_0.3.0.tgz";
url = "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz";
- sha1 = "297588b7b0e7e0ac08e04e672f85c1f4999e17af";
+ sha1 = "KXWIt7Dn4KwI4E5nL4XB9JmeF68=";
};
}
{
@@ -3942,7 +4318,7 @@
path = fetchurl {
name = "to_regex_range___to_regex_range_2.1.1.tgz";
url = "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz";
- sha1 = "7c80c17b9dfebe599e27367e0d4dd5590141db38";
+ sha1 = "fIDBe53+vlmeJzZ+DU3VWQFB2zg=";
};
}
{
@@ -3950,7 +4326,7 @@
path = fetchurl {
name = "to_regex___to_regex_3.0.2.tgz";
url = "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz";
- sha1 = "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce";
+ sha512 = "FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==";
};
}
{
@@ -3958,7 +4334,7 @@
path = fetchurl {
name = "toidentifier___toidentifier_1.0.0.tgz";
url = "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz";
- sha1 = "7e1be3470f1e77948bc43d94a3c8f4d7752ba553";
+ sha512 = "yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==";
};
}
{
@@ -3966,7 +4342,7 @@
path = fetchurl {
name = "touch___touch_2.0.2.tgz";
url = "https://registry.yarnpkg.com/touch/-/touch-2.0.2.tgz";
- sha1 = "ca0b2a3ae3211246a61b16ba9e6cbf1596287164";
+ sha512 = "qjNtvsFXTRq7IuMLweVgFxmEuQ6gLbRs2jQxL80TtZ31dEKWYIxRXquij6w6VimyDek5hD3PytljHmEtAs2u0A==";
};
}
{
@@ -3974,7 +4350,23 @@
path = fetchurl {
name = "tough_cookie___tough_cookie_2.5.0.tgz";
url = "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz";
- sha1 = "cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2";
+ sha512 = "nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==";
+ };
+ }
+ {
+ name = "tr46___tr46_0.0.3.tgz";
+ path = fetchurl {
+ name = "tr46___tr46_0.0.3.tgz";
+ url = "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz";
+ sha1 = "gYT9NH2snNwYWZLzpmIuFLnZq2o=";
+ };
+ }
+ {
+ name = "transliteration___transliteration_2.2.0.tgz";
+ path = fetchurl {
+ name = "transliteration___transliteration_2.2.0.tgz";
+ url = "https://registry.yarnpkg.com/transliteration/-/transliteration-2.2.0.tgz";
+ sha512 = "o29GDWtecNoK4TNfnJQesGluFPiza+U8NoiKrErU8eTNlVgma6w1LV/tTiGo+waFLkhtL9WxrW0lXhZKmm7msQ==";
};
}
{
@@ -3982,7 +4374,7 @@
path = fetchurl {
name = "traverse___traverse_0.3.9.tgz";
url = "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz";
- sha1 = "717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9";
+ sha1 = "cXuPIgzAu3tE5AUUwisui7xw2Lk=";
};
}
{
@@ -3990,7 +4382,7 @@
path = fetchurl {
name = "ts_node___ts_node_8.10.2.tgz";
url = "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz";
- sha1 = "eee03764633b1234ddd37f8db9ec10b75ec7fb8d";
+ sha512 = "ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==";
};
}
{
@@ -3998,7 +4390,7 @@
path = fetchurl {
name = "tslib___tslib_1.11.1.tgz";
url = "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz";
- sha1 = "eb15d128827fbee2841549e171f45ed338ac7e35";
+ sha512 = "aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==";
};
}
{
@@ -4006,7 +4398,7 @@
path = fetchurl {
name = "tslint_config_prettier___tslint_config_prettier_1.18.0.tgz";
url = "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz";
- sha1 = "75f140bde947d35d8f0d238e0ebf809d64592c37";
+ sha512 = "xPw9PgNPLG3iKRxmK7DWr+Ea/SzrvfHtjFt5LBl61gk2UBG/DB9kCXRjv+xyIU1rUtnayLeMUVJBcMX8Z17nDg==";
};
}
{
@@ -4014,7 +4406,7 @@
path = fetchurl {
name = "tslint_react___tslint_react_5.0.0.tgz";
url = "https://registry.yarnpkg.com/tslint-react/-/tslint-react-5.0.0.tgz";
- sha1 = "d0ae644e8163bdd3e134012e9353094904e8dd44";
+ sha512 = "/IbcSmoBPlFic8kQaRfQ4knTY4mivwo5LVzvozvX6Dyu2ynEnrh1dIcR2ujjyp/IodXqY/H5GbxFxSMo/Kf2Hg==";
};
}
{
@@ -4022,7 +4414,7 @@
path = fetchurl {
name = "tslint___tslint_5.20.1.tgz";
url = "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz";
- sha1 = "e401e8aeda0152bc44dd07e614034f3f80c67b7d";
+ sha512 = "EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==";
};
}
{
@@ -4030,7 +4422,7 @@
path = fetchurl {
name = "tsutils___tsutils_2.29.0.tgz";
url = "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz";
- sha1 = "32b488501467acbedd4b85498673a0812aca0b99";
+ sha512 = "g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==";
};
}
{
@@ -4038,7 +4430,7 @@
path = fetchurl {
name = "tsutils___tsutils_3.17.1.tgz";
url = "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz";
- sha1 = "ed719917f11ca0dee586272b2ac49e015a2dd759";
+ sha512 = "kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==";
};
}
{
@@ -4046,7 +4438,7 @@
path = fetchurl {
name = "tunnel_agent___tunnel_agent_0.6.0.tgz";
url = "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz";
- sha1 = "27a5dea06b36b04a0a9966774b290868f0fc40fd";
+ sha1 = "J6XeoGs2sEoKmWZ3SykIaPD8QP0=";
};
}
{
@@ -4054,7 +4446,7 @@
path = fetchurl {
name = "tweetnacl___tweetnacl_0.14.5.tgz";
url = "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz";
- sha1 = "5ae68177f192d4456269d108afa93ff8743f4f64";
+ sha1 = "WuaBd/GS1EViadEIr6k/+HQ/T2Q=";
};
}
{
@@ -4062,7 +4454,7 @@
path = fetchurl {
name = "type_check___type_check_0.3.2.tgz";
url = "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz";
- sha1 = "5884cab512cf1d355e3fb784f30804b2b520db72";
+ sha1 = "WITKtRLPHTVeP7eE8wgEsrUg23I=";
};
}
{
@@ -4070,7 +4462,7 @@
path = fetchurl {
name = "type_is___type_is_1.6.18.tgz";
url = "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz";
- sha1 = "4e552cd05df09467dcbc4ef739de89f2cf37c131";
+ sha512 = "TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==";
};
}
{
@@ -4078,7 +4470,7 @@
path = fetchurl {
name = "typedarray___typedarray_0.0.6.tgz";
url = "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz";
- sha1 = "867ac74e3864187b1d3d47d996a78ec5c8830777";
+ sha1 = "hnrHTjhkGHsdPUfZlqeOxciDB3c=";
};
}
{
@@ -4086,7 +4478,7 @@
path = fetchurl {
name = "typescript_tslint_plugin___typescript_tslint_plugin_0.5.5.tgz";
url = "https://registry.yarnpkg.com/typescript-tslint-plugin/-/typescript-tslint-plugin-0.5.5.tgz";
- sha1 = "673875c43640251f1ab3d63745d7d49726ff961c";
+ sha512 = "tR5igNQP+6FhxaPJYRlUBVsEl0n5cSuXRbg7L1y80mL4B1jUHb8uiIcbQBJ9zWyypJEdFYFUccpXxvMwZR8+AA==";
};
}
{
@@ -4094,7 +4486,7 @@
path = fetchurl {
name = "typescript___typescript_3.8.3.tgz";
url = "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz";
- sha1 = "409eb8544ea0335711205869ec458ab109ee1061";
+ sha512 = "MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==";
};
}
{
@@ -4102,7 +4494,7 @@
path = fetchurl {
name = "uglify_js___uglify_js_3.8.0.tgz";
url = "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.8.0.tgz";
- sha1 = "f3541ae97b2f048d7e7e3aa4f39fd8a1f5d7a805";
+ sha512 = "ugNSTT8ierCsDHso2jkBHXYrU8Y5/fY2ZUprfrJUiD7YpuFvV4jODLFmb3h4btQjqr5Nh4TX4XtgDfCU1WdioQ==";
};
}
{
@@ -4110,7 +4502,7 @@
path = fetchurl {
name = "ultron___ultron_1.0.2.tgz";
url = "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz";
- sha1 = "ace116ab557cd197386a4e88f4685378c8b2e4fa";
+ sha1 = "rOEWq1V80Zc4ak6I9GhTeMiy5Po=";
};
}
{
@@ -4118,7 +4510,7 @@
path = fetchurl {
name = "unicode_canonical_property_names_ecmascript___unicode_canonical_property_names_ecmascript_1.0.4.tgz";
url = "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz";
- sha1 = "2619800c4c825800efdd8343af7dd9933cbe2818";
+ sha512 = "jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==";
};
}
{
@@ -4126,7 +4518,7 @@
path = fetchurl {
name = "unicode_match_property_ecmascript___unicode_match_property_ecmascript_1.0.4.tgz";
url = "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz";
- sha1 = "8ed2a32569961bce9227d09cd3ffbb8fed5f020c";
+ sha512 = "L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==";
};
}
{
@@ -4134,7 +4526,7 @@
path = fetchurl {
name = "unicode_match_property_value_ecmascript___unicode_match_property_value_ecmascript_1.1.0.tgz";
url = "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz";
- sha1 = "5b4b426e08d13a80365e0d657ac7a6c1ec46a277";
+ sha512 = "hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g==";
};
}
{
@@ -4142,7 +4534,7 @@
path = fetchurl {
name = "unicode_property_aliases_ecmascript___unicode_property_aliases_ecmascript_1.0.5.tgz";
url = "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz";
- sha1 = "a9cc6cc7ce63a0a3023fc99e341b94431d405a57";
+ sha512 = "L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==";
};
}
{
@@ -4150,7 +4542,7 @@
path = fetchurl {
name = "union_value___union_value_1.0.1.tgz";
url = "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz";
- sha1 = "0b6fe7b835aecda61c6ea4d4f02c14221e109847";
+ sha512 = "tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==";
};
}
{
@@ -4158,7 +4550,7 @@
path = fetchurl {
name = "universalify___universalify_0.1.2.tgz";
url = "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz";
- sha1 = "b646f69be3942dabcecc9d6639c80dc105efaa66";
+ sha512 = "rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==";
};
}
{
@@ -4166,7 +4558,7 @@
path = fetchurl {
name = "unpipe___unpipe_1.0.0.tgz";
url = "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz";
- sha1 = "b2bf4ee8514aae6165b4817829d21b2ef49904ec";
+ sha1 = "sr9O6FFKrmFltIF4KdIbLvSZBOw=";
};
}
{
@@ -4174,7 +4566,7 @@
path = fetchurl {
name = "unset_value___unset_value_1.0.0.tgz";
url = "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz";
- sha1 = "8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559";
+ sha1 = "g3aHP30jNRef+x5vw6jtDfyKtVk=";
};
}
{
@@ -4182,7 +4574,7 @@
path = fetchurl {
name = "unstated___unstated_2.1.1.tgz";
url = "https://registry.yarnpkg.com/unstated/-/unstated-2.1.1.tgz";
- sha1 = "36b124dfb2e7a12d39d0bb9c46dfb6e51276e3a2";
+ sha512 = "fORlTWMZxq7NuMJDxyIrrYIZKN7wEWYQ9SiaJfIRcSpsowr6Ph/JIfK2tgtXLW614JfPG/t5q9eEIhXRCf55xg==";
};
}
{
@@ -4190,7 +4582,7 @@
path = fetchurl {
name = "unzip___unzip_0.1.11.tgz";
url = "https://registry.yarnpkg.com/unzip/-/unzip-0.1.11.tgz";
- sha1 = "89749c63b058d7d90d619f86b98aa1535d3b97f0";
+ sha1 = "iXScY7BY19kNYZ+GuYqhU107l/A=";
};
}
{
@@ -4198,7 +4590,7 @@
path = fetchurl {
name = "uri_js___uri_js_4.2.2.tgz";
url = "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz";
- sha1 = "94c540e1ff772956e2299507c010aea6c8838eb0";
+ sha512 = "KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==";
};
}
{
@@ -4206,7 +4598,7 @@
path = fetchurl {
name = "urix___urix_0.1.0.tgz";
url = "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz";
- sha1 = "da937f7a62e21fec1fd18d49b35c2935067a6c72";
+ sha1 = "2pN/emLiH+wf0Y1Js1wpNQZ6bHI=";
};
}
{
@@ -4214,7 +4606,7 @@
path = fetchurl {
name = "use___use_3.1.1.tgz";
url = "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz";
- sha1 = "d50c8cac79a19fbc20f2911f56eb973f4e10070f";
+ sha512 = "cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==";
};
}
{
@@ -4222,7 +4614,7 @@
path = fetchurl {
name = "util_deprecate___util_deprecate_1.0.2.tgz";
url = "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz";
- sha1 = "450d4dc9fa70de732762fbd2d4a28981419a0ccf";
+ sha1 = "RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=";
};
}
{
@@ -4230,7 +4622,7 @@
path = fetchurl {
name = "utils_extend___utils_extend_1.0.8.tgz";
url = "https://registry.yarnpkg.com/utils-extend/-/utils-extend-1.0.8.tgz";
- sha1 = "ccfd7b64540f8e90ee21eec57769d0651cab8a5f";
+ sha1 = "zP17ZFQPjpDuIe7Fd2nQZRyril8=";
};
}
{
@@ -4238,7 +4630,7 @@
path = fetchurl {
name = "utils_merge___utils_merge_1.0.1.tgz";
url = "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz";
- sha1 = "9f95710f50a267947b2ccc124741c1028427e713";
+ sha1 = "n5VxD1CiZ5R7LMwSR0HBAoQn5xM=";
};
}
{
@@ -4246,7 +4638,7 @@
path = fetchurl {
name = "uuid___uuid_3.4.0.tgz";
url = "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz";
- sha1 = "b23e4358afa8a202fe7a100af1f5f883f02007ee";
+ sha512 = "HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==";
};
}
{
@@ -4254,7 +4646,7 @@
path = fetchurl {
name = "vary___vary_1.1.2.tgz";
url = "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz";
- sha1 = "2299f02c6ded30d4a5961b0b9f74524a18f634fc";
+ sha1 = "IpnwLG3tMNSllhsLn3RSShj2NPw=";
};
}
{
@@ -4262,7 +4654,7 @@
path = fetchurl {
name = "verror___verror_1.10.0.tgz";
url = "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz";
- sha1 = "3a105ca17053af55d6e270c1f8288682e18da400";
+ sha1 = "OhBcoXBTr1XW4nDB+CiGguGNpAA=";
};
}
{
@@ -4270,7 +4662,7 @@
path = fetchurl {
name = "vscode_jsonrpc___vscode_jsonrpc_4.0.0.tgz";
url = "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz";
- sha1 = "a7bf74ef3254d0a0c272fab15c82128e378b3be9";
+ sha512 = "perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg==";
};
}
{
@@ -4278,7 +4670,7 @@
path = fetchurl {
name = "vscode_languageserver_protocol___vscode_languageserver_protocol_3.14.1.tgz";
url = "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.14.1.tgz";
- sha1 = "b8aab6afae2849c84a8983d39a1cf742417afe2f";
+ sha512 = "IL66BLb2g20uIKog5Y2dQ0IiigW0XKrvmWiOvc0yXw80z3tMEzEnHjaGAb3ENuU7MnQqgnYJ1Cl2l9RvNgDi4g==";
};
}
{
@@ -4286,7 +4678,7 @@
path = fetchurl {
name = "vscode_languageserver_types___vscode_languageserver_types_3.14.0.tgz";
url = "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.14.0.tgz";
- sha1 = "d3b5952246d30e5241592b6dde8280e03942e743";
+ sha512 = "lTmS6AlAlMHOvPQemVwo3CezxBp0sNB95KNPkqp3Nxd5VFEnuG1ByM0zlRWos0zjO3ZWtkvhal0COgiV1xIA4A==";
};
}
{
@@ -4294,7 +4686,7 @@
path = fetchurl {
name = "vscode_languageserver___vscode_languageserver_5.2.1.tgz";
url = "https://registry.yarnpkg.com/vscode-languageserver/-/vscode-languageserver-5.2.1.tgz";
- sha1 = "0d2feddd33f92aadf5da32450df498d52f6f14eb";
+ sha512 = "GuayqdKZqAwwaCUjDvMTAVRPJOp/SLON3mJ07eGsx/Iq9HjRymhKWztX41rISqDKhHVVyFM+IywICyZDla6U3A==";
};
}
{
@@ -4302,7 +4694,7 @@
path = fetchurl {
name = "vscode_uri___vscode_uri_1.0.8.tgz";
url = "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-1.0.8.tgz";
- sha1 = "9769aaececae4026fb6e22359cb38946580ded59";
+ sha512 = "obtSWTlbJ+a+TFRYGaUumtVwb+InIUVI0Lu0VBUAPmj2cU5JutEXg3xUE0c2J5Tcy7h2DEKVJBFi+Y9ZSFzzPQ==";
};
}
{
@@ -4310,7 +4702,7 @@
path = fetchurl {
name = "w3c_keyname___w3c_keyname_2.2.2.tgz";
url = "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.2.tgz";
- sha1 = "7ea63170454bb19f1a3c6b628fc3dc8889276e91";
+ sha512 = "8Vs/aVwcy0IJACaPm4tyzh1fzehZE70bGSjEl3dDms5UXtWnaBElrSHC8lDDeak0Gk5jxKOFstL64/65o7Ge2A==";
};
}
{
@@ -4318,7 +4710,31 @@
path = fetchurl {
name = "watch___watch_1.0.2.tgz";
url = "https://registry.yarnpkg.com/watch/-/watch-1.0.2.tgz";
- sha1 = "340a717bde765726fa0aa07d721e0147a551df0c";
+ sha1 = "NApxe952Vyb6CqB9ch4BR6VR3ww=";
+ };
+ }
+ {
+ name = "webidl_conversions___webidl_conversions_3.0.1.tgz";
+ path = fetchurl {
+ name = "webidl_conversions___webidl_conversions_3.0.1.tgz";
+ url = "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz";
+ sha1 = "JFNCdeKnvGvnvIZhHMFq4KVlSHE=";
+ };
+ }
+ {
+ name = "whatwg_url___whatwg_url_5.0.0.tgz";
+ path = fetchurl {
+ name = "whatwg_url___whatwg_url_5.0.0.tgz";
+ url = "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz";
+ sha1 = "lmRU6HZUYuN2RNNib2dCzotwll0=";
+ };
+ }
+ {
+ name = "wide_align___wide_align_1.1.3.tgz";
+ path = fetchurl {
+ name = "wide_align___wide_align_1.1.3.tgz";
+ url = "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz";
+ sha512 = "QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==";
};
}
{
@@ -4326,7 +4742,15 @@
path = fetchurl {
name = "word_wrap___word_wrap_1.2.3.tgz";
url = "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz";
- sha1 = "610636f6b1f703891bd34771ccb17fb93b47079c";
+ sha512 = "Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==";
+ };
+ }
+ {
+ name = "wrap_ansi___wrap_ansi_7.0.0.tgz";
+ path = fetchurl {
+ name = "wrap_ansi___wrap_ansi_7.0.0.tgz";
+ url = "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz";
+ sha512 = "YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==";
};
}
{
@@ -4334,7 +4758,7 @@
path = fetchurl {
name = "wrappy___wrappy_1.0.2.tgz";
url = "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz";
- sha1 = "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f";
+ sha1 = "tSQ9jz7BqjXxNkYFvA0QNuMKtp8=";
};
}
{
@@ -4342,7 +4766,23 @@
path = fetchurl {
name = "ws___ws_1.1.5.tgz";
url = "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz";
- sha1 = "cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51";
+ sha512 = "o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==";
+ };
+ }
+ {
+ name = "y18n___y18n_5.0.8.tgz";
+ path = fetchurl {
+ name = "y18n___y18n_5.0.8.tgz";
+ url = "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz";
+ sha512 = "0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==";
+ };
+ }
+ {
+ name = "yallist___yallist_4.0.0.tgz";
+ path = fetchurl {
+ name = "yallist___yallist_4.0.0.tgz";
+ url = "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz";
+ sha512 = "3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==";
};
}
{
@@ -4350,7 +4790,23 @@
path = fetchurl {
name = "yaml___yaml_1.7.2.tgz";
url = "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz";
- sha1 = "f26aabf738590ab61efaca502358e48dc9f348b2";
+ sha512 = "qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw==";
+ };
+ }
+ {
+ name = "yargs_parser___yargs_parser_20.2.9.tgz";
+ path = fetchurl {
+ name = "yargs_parser___yargs_parser_20.2.9.tgz";
+ url = "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz";
+ sha512 = "y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==";
+ };
+ }
+ {
+ name = "yargs___yargs_16.2.0.tgz";
+ path = fetchurl {
+ name = "yargs___yargs_16.2.0.tgz";
+ url = "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz";
+ sha512 = "D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==";
};
}
{
@@ -4358,7 +4814,7 @@
path = fetchurl {
name = "yn___yn_3.1.1.tgz";
url = "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz";
- sha1 = "1e87401a09d767c1d5eab26a6e4c185182d2eb50";
+ sha512 = "Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==";
};
}
{
@@ -4366,7 +4822,7 @@
path = fetchurl {
name = "zenscroll___zenscroll_4.0.2.tgz";
url = "https://registry.yarnpkg.com/zenscroll/-/zenscroll-4.0.2.tgz";
- sha1 = "e8d5774d1c0738a47bcfa8729f3712e2deddeb25";
+ sha1 = "6NV3TRwHOKR7z6hynzcS4t7d6yU=";
};
}
];
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index 744e9c16faf2..347f4c6ac305 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1027,6 +1027,7 @@ self: super: {
vim-go = super.vim-go.overrideAttrs (old:
let
binPath = lib.makeBinPath [
+ # TODO: package commented packages
asmfmt
delve
errcheck
@@ -1040,11 +1041,15 @@ self: super: {
golangci-lint
gomodifytags
gopls
- gotags
- gotools
+ # gorename
+ # gotags
+ gotools # contains staticcheck
+ # guru
iferr
impl
+ # keyify
reftools
+ # revive
];
in
{
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index 912af05e6d3e..9f85c9f9a150 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -14,17 +14,17 @@ let
archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
sha256 = {
- x86_64-linux = "1kvb92ygsvzi06nqwd6d9dlqbz44dxcjm0iq1rvvxnr7x33l8218";
- x86_64-darwin = "0jz0nik6wkqhgmfnhiwsq510hxbc9jw0z7s84154p2lhwcmpsbjp";
- aarch64-linux = "16jzpzxxmcq690d3w0ph0cnzhpyvjpk8ih48pyzzf25bgp94yi33";
- aarch64-darwin = "00xw4xml4zijpqj8305gdgn15shllpkv9ld1yh1aqrz11v522w3h";
- armv7l-linux = "0fzzdh9gkw51djrdwhzi3fbjxkm2l78v72gc0233xm8riq0gczsv";
+ x86_64-linux = "0rq0bc99hsji4ni5mqw1rhzn2rng9rldm4xbdxlkrjyprc6qvffz";
+ x86_64-darwin = "1yjcb65w0anxyjc1nd9kbwr4hwnrlk9c6kp1a2ncy1g181klzarl";
+ aarch64-linux = "1fk7887clz9sd7fmz7lkxql7bnsvnbjd9fjixym2746x9if5ds42";
+ aarch64-darwin = "1bfgsjnm5r1wpss69ncx310j23mbwhixdxmg07m3kpcfqrmznvgc";
+ armv7l-linux = "0131i5cx2737wmngybvlw7d9c4gnilmla33nlrhf74ihic98jwlc";
}.${system};
in
callPackage ./generic.nix rec {
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
- version = "1.68.0";
+ version = "1.68.1";
pname = "vscode";
executableName = "code" + lib.optionalString isInsiders "-insiders";
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index a014c2d037a5..721cfbabf82b 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -14,11 +14,11 @@ let
archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
sha256 = {
- x86_64-linux = "0k3m6gdmcv5blfczb7wnvsslq9sx07rbmzbs1q1yf9mb5q916dcf";
- x86_64-darwin = "0074vrjvv52gss0cibgkfkkf6g5fjcwjhz8bpl4b42j07qryh642";
- aarch64-linux = "1ps8ql740832gdjx7kwsi8akbdgk7lx1l85hg1aa5qwgm65xcb0g";
- aarch64-darwin = "1gqzwy5fkmbw2zmcgiakczr51zv9rlkhp7aq182p43jrsk6lqqnn";
- armv7l-linux = "0km1vjd2jnl9kxfxz52fkf2jkqhx121jngxjcy581fhnipp268zb";
+ x86_64-linux = "1gx64ff9sgjqn8vw2hjpn3qlfpfyyhc5ivzc52vqyczaj1fcny65";
+ x86_64-darwin = "0sv0iyqfw24k14r28qzvlpdb81b7fqhbgb1lqzb75adhdfpjwz31";
+ aarch64-linux = "13mg7nn43k4bs1gl8cx1kly90yxz7iial6a1fpy4grxsk8mna1rj";
+ aarch64-darwin = "0mnj3lckpqwb3kmg7x7r34idaxyhy55gpiiyj0gmpqp8hp0ai5sc";
+ armv7l-linux = "0cvvigzmqp21jxwdfpkspdj7sva9bj977f9689qgb012kqvy41b2";
}.${system};
sourceRoot = if stdenv.isDarwin then "" else ".";
@@ -28,7 +28,7 @@ in
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
- version = "1.68.0";
+ version = "1.68.1";
pname = "vscodium";
executableName = "codium";
diff --git a/pkgs/applications/emulators/bochs/default.nix b/pkgs/applications/emulators/bochs/default.nix
index 1f02219c8314..f766bd9def94 100644
--- a/pkgs/applications/emulators/bochs/default.nix
+++ b/pkgs/applications/emulators/bochs/default.nix
@@ -130,6 +130,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
+ broken = stdenv.isDarwin;
};
}
# TODO: a better way to organize the options
diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix
index febbece46f57..a7cc12db5527 100644
--- a/pkgs/applications/emulators/wine/sources.nix
+++ b/pkgs/applications/emulators/wine/sources.nix
@@ -46,22 +46,22 @@ in rec {
unstable = fetchurl rec {
# NOTE: Don't forget to change the SHA256 for staging as well.
- version = "7.8";
+ version = "7.10";
url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
- sha256 = "sha256-j3bpyWtQ8qyOJOXe7fo+DZWWpXBnCSJvZalMahYAGbg=";
+ sha256 = "sha256-P+skzYWYwQ9q9xHnSsK10kQrtNO4wHj506JTroc2SA0=";
inherit (stable) gecko32 gecko64 patches;
mono = fetchurl rec {
- version = "7.2.0";
+ version = "7.3.0";
url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi";
- sha256 = "sha256-Xwbq+646SezDHfzqd3B1vUTwzBJuT7Tijs76ButDYyM=";
+ sha256 = "sha256-k54vVmlyDQ0Px+MFQmYioRozt644XE1+WB4p6iZOIv8=";
};
};
staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
- sha256 = "sha256-payP+lx/aGZErGbkpogNMgsE393e7F2VGrllDKu/Lws=";
+ sha256 = "sha256-5Pt98pla6t+B3FjB80hOWJUO64jY1EmOPQ0hEkFBWxY=";
owner = "wine-staging";
repo = "wine-staging";
rev = "v${version}";
diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix
index cefba7ff7747..ee733a0b1b0c 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -18,6 +18,7 @@
, lcms
, libpng
, libjpeg
+, libjxl
, poppler
, poppler_data
, libtiff
@@ -53,13 +54,13 @@ let
python = python2.withPackages (pp: [ pp.pygtk ]);
in stdenv.mkDerivation rec {
pname = "gimp";
- version = "2.10.30";
+ version = "2.10.32";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "http://download.gimp.org/pub/gimp/v${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
- sha256 = "iIFdqnbtfUJ37rNTNYuvoRbNL80shh2VuVE1wdUrZ9w=";
+ sha256 = "PxXHBVSvXcwbRubcaPPY8KbMn+VrbXisCMD9hZq4miU=";
};
patches = [
@@ -100,6 +101,7 @@ in stdenv.mkDerivation rec {
lcms
libpng
libjpeg
+ libjxl
poppler
poppler_data
libtiff
diff --git a/pkgs/applications/graphics/image_optim/Gemfile.lock b/pkgs/applications/graphics/image_optim/Gemfile.lock
index 3ffadb5acbe3..db55fa8be3ee 100644
--- a/pkgs/applications/graphics/image_optim/Gemfile.lock
+++ b/pkgs/applications/graphics/image_optim/Gemfile.lock
@@ -1,17 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
- exifr (1.3.6)
- fspath (3.1.0)
- image_optim (0.26.3)
+ exifr (1.3.9)
+ fspath (3.1.2)
+ image_optim (0.31.1)
exifr (~> 1.2, >= 1.2.2)
fspath (~> 3.0)
- image_size (>= 1.5, < 3)
+ image_size (>= 1.5, < 4)
in_threads (~> 1.3)
progress (~> 3.0, >= 3.0.1)
- image_size (2.0.0)
- in_threads (1.5.1)
- progress (3.5.0)
+ image_size (3.0.2)
+ in_threads (1.6.0)
+ progress (3.6.0)
PLATFORMS
ruby
@@ -20,4 +20,4 @@ DEPENDENCIES
image_optim
BUNDLED WITH
- 2.1.4
+ 2.3.9
diff --git a/pkgs/applications/graphics/image_optim/gemset.nix b/pkgs/applications/graphics/image_optim/gemset.nix
index 08e7f5c78ef9..b9ea65e55224 100644
--- a/pkgs/applications/graphics/image_optim/gemset.nix
+++ b/pkgs/applications/graphics/image_optim/gemset.nix
@@ -1,51 +1,63 @@
{
exifr = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0q2abhiyvgfv23i0izbskjxcqaxiw9bfg6s57qgn4li4yxqpwpfg";
+ sha256 = "0mylhwmh6n4xihxr9s3zj0lc286f5maxbqd4dgk3paqnd7afz88s";
type = "gem";
};
- version = "1.3.6";
+ version = "1.3.9";
};
fspath = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1vjn9sy4hklr2d5wxmj5x1ry31dfq3sjp779wyprb3nbbdmra1sc";
+ sha256 = "0xcxikkrjv8ws328nn5ax5pyfjs8pn7djg1hks7qyb3yp6prpb5m";
type = "gem";
};
- version = "3.1.0";
+ version = "3.1.2";
};
image_optim = {
dependencies = ["exifr" "fspath" "image_size" "in_threads" "progress"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "082w9qcyy9j6m6s2pknfdcik7l2qch4j48axs13m06l4s1hz0dmg";
+ sha256 = "1l3n59w1cbvfg2srfa14g3jdqwbkf7l86g4qrgfz3qps7zi0drg7";
type = "gem";
};
- version = "0.26.3";
+ version = "0.31.1";
};
image_size = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0bcn7nc6qix3w4sf7xd557lnsgjniqa7qvz7nnznx70m8qfbc7ig";
+ sha256 = "033k72f8n28psm89wv1qwsrnqyzz57ihyivyi442wha6vr9iyjz3";
type = "gem";
};
- version = "2.0.0";
+ version = "3.0.2";
};
in_threads = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "14hqm59sgqi91ag187zwpgwi58xckjkk58m031ghkp0csl8l9mkx";
+ sha256 = "0j9132d4g8prjafgdh4pw948j527kr09m2lvylrcd797il9yd9wi";
type = "gem";
};
- version = "1.5.1";
+ version = "1.6.0";
};
progress = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1yrzq4v5sp7cg4nbgqh11k3d1czcllfz98dcdrxrsjxwq5ziiw0p";
+ sha256 = "0wymdk40cwrqn32gwg1kw94s5p1n0z3n7ma7x1s62gd4vw3d63in";
type = "gem";
};
- version = "3.5.0";
+ version = "3.6.0";
};
}
diff --git a/pkgs/applications/misc/HentaiAtHome/default.nix b/pkgs/applications/misc/HentaiAtHome/default.nix
index 8eec91d529d0..4932379ef02d 100644
--- a/pkgs/applications/misc/HentaiAtHome/default.nix
+++ b/pkgs/applications/misc/HentaiAtHome/default.nix
@@ -1,24 +1,43 @@
-{ buildGraalvmNativeImage, fetchzip, graalvm17-ce, lib }:
-
-buildGraalvmNativeImage rec {
+{ buildPackages
+, buildPlatform
+, fetchzip
+, javaOpts ? "-XX:+UseZGC"
+, jdk
+, jre_headless
+, lib
+, makeWrapper
+, stdenvNoCC
+,
+}:
+stdenvNoCC.mkDerivation rec {
pname = "HentaiAtHome";
version = "1.6.1";
+
src = fetchzip {
- url = "https://repo.e-hentai.org/hath/HentaiAtHome_${version}.zip";
+ url = "https://repo.e-hentai.org/hath/HentaiAtHome_${version}_src.zip";
hash =
- "sha512-nGGCuVovj4NJGrihKKYXnh0Ic9YD36o7r6wv9zSivZn22zm8lBYVXP85LnOw2z9DiJARivOctQGl48YFD7vxOQ==";
+ "sha512-j+B0kx6fjUibI3MjVJ5PVTq9xxtSOTTY/XizAJKjeNkpExJF9DIV4VCwf+sfLlg+7W4UBosnyb8hZNNoidRBKA==";
stripRoot = false;
};
- jar = "${src}/HentaiAtHome.jar";
- dontUnpack = true;
+ nativeBuildInputs = [ jdk makeWrapper ];
- graalvmDrv = graalvm17-ce;
- extraNativeImageBuildArgs = [
- "--enable-url-protocols=http,https"
- "--install-exit-handlers"
- "--no-fallback"
- ];
+ LANG = "en_US.UTF-8";
+ LOCALE_ARCHIVE = lib.optionalString (buildPlatform.libc == "glibc")
+ "${buildPackages.glibcLocales}/lib/locale/locale-archive";
+
+ buildPhase = ''
+ make all
+ '';
+
+ installPhase = ''
+ mkdir -p $out/share/java
+ cp build/HentaiAtHome.jar $out/share/java
+
+ mkdir -p $out/bin
+ makeWrapper ${jre_headless}/bin/java $out/bin/HentaiAtHome \
+ --add-flags "${javaOpts} -jar $out/share/java/HentaiAtHome.jar"
+ '';
doInstallCheck = true;
installCheckPhase = ''
@@ -27,11 +46,12 @@ buildGraalvmNativeImage rec {
popd
'';
+ strictDeps = true;
+
meta = with lib; {
homepage = "https://ehwiki.org/wiki/Hentai@Home";
description =
"Hentai@Home is an open-source P2P gallery distribution system which reduces the load on the E-Hentai Galleries";
- sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl3;
maintainers = with maintainers; [ terrorjack ];
};
diff --git a/pkgs/applications/misc/authenticator/default.nix b/pkgs/applications/misc/authenticator/default.nix
index 755b89e03b66..d41685821cd7 100644
--- a/pkgs/applications/misc/authenticator/default.nix
+++ b/pkgs/applications/misc/authenticator/default.nix
@@ -25,20 +25,20 @@
stdenv.mkDerivation rec {
pname = "authenticator";
- version = "4.1.4";
+ version = "4.1.6";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "Authenticator";
rev = version;
- hash = "sha256-606uMEbJd60ehoEEV0w2vz33poR1/18HcsvBMszMZrc=";
+ hash = "sha256-fv7Np3haRCJABlJocKuu+1jevHYrdo+VyiQBpRmHs2g=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
- hash = "sha256-D2kT4IBKxbrL17S+kPyofu1sLPHMuyez6jTiA6kVohs=";
+ hash = "sha256-8GddlDM1lU365GXdrKNhO331/y1p3Om5uZfVLy8TBGI=";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/misc/calibre/default.nix b/pkgs/applications/misc/calibre/default.nix
index 753be1eb88cf..d25998cb17b1 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -16,7 +16,6 @@
, hunspell
, hyphen
, unrarSupport ? false
-, chmlib
, python3Packages
, libusb1
, libmtp
@@ -66,7 +65,6 @@ mkDerivation rec {
nativeBuildInputs = [ pkg-config qmake removeReferencesTo wrapGAppsHook ];
buildInputs = [
- chmlib
fontconfig
hunspell
hyphen
@@ -102,6 +100,7 @@ mkDerivation rec {
msgpack
netifaces
pillow
+ pychm
pyqt-builder
pyqt5
python
diff --git a/pkgs/applications/misc/cherrytree/default.nix b/pkgs/applications/misc/cherrytree/default.nix
index 067ad872f640..23bf35a30b39 100644
--- a/pkgs/applications/misc/cherrytree/default.nix
+++ b/pkgs/applications/misc/cherrytree/default.nix
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "cherrytree";
- version = "0.99.46";
+ version = "0.99.47";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = version;
- sha256 = "sha256-yX9USGiiCwtBcg055D8xBHoiCafQWtQFqf5i5bsi13U=";
+ sha256 = "sha256-qKBf/7DBIpK1o/xlDlWeVXkSSV5a3y9hoWsAzeTIsf4=";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/misc/gollum/Gemfile.lock b/pkgs/applications/misc/gollum/Gemfile.lock
index 49c723efe989..6a88aa6acb03 100644
--- a/pkgs/applications/misc/gollum/Gemfile.lock
+++ b/pkgs/applications/misc/gollum/Gemfile.lock
@@ -13,13 +13,15 @@ GEM
gemojione (4.3.3)
json
github-markup (4.0.1)
- gollum (5.2.3)
+ gollum (5.3.0)
gemojione (~> 4.1)
gollum-lib (~> 5.1)
+ i18n (~> 1.8)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1.0)
- mustache-sinatra (~> 1.0)
+ mustache-sinatra (>= 1.0.1, < 2)
octicons (~> 12.0)
+ rdoc (~> 6)
rss (~> 0.2.9)
sass (~> 3.5)
sinatra (~> 2.0)
@@ -30,7 +32,7 @@ GEM
uglifier (~> 4.2)
useragent (~> 0.16.2)
webrick (~> 1.7)
- gollum-lib (5.1.3)
+ gollum-lib (5.2)
gemojione (~> 4.1)
github-markup (~> 4.0)
gollum-rugged_adapter (~> 1.0)
@@ -43,6 +45,8 @@ GEM
mime-types (~> 1.15)
rugged (~> 1.1.0)
htmlentities (4.3.4)
+ i18n (1.10.0)
+ concurrent-ruby (~> 1.0)
json (2.6.2)
kramdown (2.4.0)
rexml
@@ -66,15 +70,19 @@ GEM
nokogiri (>= 1.6.3.1)
org-ruby (0.9.12)
rubypants (~> 0.2)
+ psych (4.0.4)
+ stringio
racc (1.6.0)
- rack (2.2.3)
+ rack (2.2.3.1)
rack-protection (2.2.0)
rack
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
+ rdoc (6.4.0)
+ psych (>= 4.0.0)
rexml (3.2.5)
- rouge (3.28.0)
+ rouge (3.29.0)
rss (0.2.9)
rexml
ruby2_keywords (0.0.5)
@@ -101,6 +109,7 @@ GEM
rack (> 1, < 3)
sprockets-helpers (1.4.0)
sprockets (>= 2.2)
+ stringio (3.0.2)
therubyrhino (2.1.2)
therubyrhino_jar (>= 1.7.4, < 1.7.9)
therubyrhino_jar (1.7.8)
@@ -111,7 +120,7 @@ GEM
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
- unf_ext (0.0.8.1)
+ unf_ext (0.0.8.2)
useragent (0.16.10)
webrick (1.7.0)
wikicloth (0.8.3)
@@ -133,4 +142,4 @@ DEPENDENCIES
wikicloth
BUNDLED WITH
- 2.2.33
+ 2.3.9
diff --git a/pkgs/applications/misc/gollum/gemset.nix b/pkgs/applications/misc/gollum/gemset.nix
index fba88415874c..3817782a6f64 100644
--- a/pkgs/applications/misc/gollum/gemset.nix
+++ b/pkgs/applications/misc/gollum/gemset.nix
@@ -101,15 +101,15 @@
version = "4.0.1";
};
gollum = {
- dependencies = ["gemojione" "gollum-lib" "kramdown" "kramdown-parser-gfm" "mustache-sinatra" "octicons" "rss" "sass" "sinatra" "sinatra-contrib" "sprockets" "sprockets-helpers" "therubyrhino" "uglifier" "useragent" "webrick"];
+ dependencies = ["gemojione" "gollum-lib" "i18n" "kramdown" "kramdown-parser-gfm" "mustache-sinatra" "octicons" "rdoc" "rss" "sass" "sinatra" "sinatra-contrib" "sprockets" "sprockets-helpers" "therubyrhino" "uglifier" "useragent" "webrick"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1zdpl8rj6r2psigcjavwi57ljriyakh0ydfai9c3q85jzc005bax";
+ sha256 = "1xz7d3xfc536njk0fg4inmzzy350c5bjp237vghrcky8azc6xl7k";
type = "gem";
};
- version = "5.2.3";
+ version = "5.3.0";
};
gollum-lib = {
dependencies = ["gemojione" "github-markup" "gollum-rugged_adapter" "loofah" "nokogiri" "octicons" "rouge" "twitter-text"];
@@ -117,10 +117,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1samwcxjr1z0sy8a87xvp0z4qx0fc2irzx568s6q1yxcba9nqqv2";
+ sha256 = "1acxi4zjdmxlj7hzv9fjqilqngcwjvzhk3khnykdfvnb0l6l4xbs";
type = "gem";
};
- version = "5.1.3";
+ version = "5.2";
};
gollum-rugged_adapter = {
dependencies = ["mime-types" "rugged"];
@@ -143,6 +143,17 @@
};
version = "4.3.4";
};
+ i18n = {
+ dependencies = ["concurrent-ruby"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg";
+ type = "gem";
+ };
+ version = "1.10.0";
+ };
json = {
groups = ["default"];
platforms = [];
@@ -281,6 +292,17 @@
};
version = "0.9.12";
};
+ psych = {
+ dependencies = ["stringio"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0c2lz03mkn43rf2a2xiy8vqgir1dvds0a0fpx7m7my6a21ygryw2";
+ type = "gem";
+ };
+ version = "4.0.4";
+ };
racc = {
groups = ["default"];
platforms = [];
@@ -296,10 +318,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0i5vs0dph9i5jn8dfc6aqd6njcafmb20rwqngrf759c9cvmyff16";
+ sha256 = "1b1qsg0yfargdhmpapp2d3mlxj82wyygs9nj74w0r03diyi8swlc";
type = "gem";
};
- version = "2.2.3";
+ version = "2.2.3.1";
};
rack-protection = {
dependencies = ["rack"];
@@ -333,6 +355,17 @@
};
version = "0.10.1";
};
+ rdoc = {
+ dependencies = ["psych"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1bxzcvxvrmb1ngxz0bgz1va4q9c4w8m6gc8lmdhi6gnvaaf98gsy";
+ type = "gem";
+ };
+ version = "6.4.0";
+ };
RedCloth = {
groups = ["default"];
platforms = [];
@@ -358,10 +391,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "080fswzii68wnbsg7pgq55ba7p289sqjlxwp4vch0h32qy1f8v8d";
+ sha256 = "17dhzc9hfzd8x18hfsvn9rsp4jg18wdfsdy3a5p99y5dhfh1321r";
type = "gem";
};
- version = "3.28.0";
+ version = "3.29.0";
};
rss = {
dependencies = ["rexml"];
@@ -470,6 +503,16 @@
};
version = "1.4.0";
};
+ stringio = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1jns0x5lbafyqyx7pgzfs6i4ykc7p6zg7gxa6hd82w40n6z9rdvi";
+ type = "gem";
+ };
+ version = "3.0.2";
+ };
therubyrhino = {
dependencies = ["therubyrhino_jar"];
groups = ["default"];
@@ -539,10 +582,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0bf120xbq23zjyf8zi8h1576d71g58srr8rndig0whn10w72vrxz";
+ sha256 = "1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch";
type = "gem";
};
- version = "0.0.8.1";
+ version = "0.0.8.2";
};
useragent = {
groups = ["default"];
diff --git a/pkgs/applications/misc/rivercarro/default.nix b/pkgs/applications/misc/rivercarro/default.nix
index 3d7720d25968..0074a923f417 100644
--- a/pkgs/applications/misc/rivercarro/default.nix
+++ b/pkgs/applications/misc/rivercarro/default.nix
@@ -5,25 +5,23 @@
, river
, wayland
, pkg-config
-, scdoc
}:
stdenv.mkDerivation rec {
pname = "rivercarro";
- version = "0.1.2";
+ version = "0.1.4";
src = fetchFromSourcehut {
owner = "~novakane";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
- sha256 = "07md837ki0yln464w8vgwyl3yjrvkz1p8alxlmwqfn4w45nqhw77";
+ sha256 = "sha256-eATbbwIt5ytEVLPodyq9vFF9Rs5S1xShpvNYQnfwdV4=";
};
nativeBuildInputs = [
pkg-config
river
- scdoc
wayland
zig
];
@@ -36,7 +34,7 @@ stdenv.mkDerivation rec {
installPhase = ''
runHook preInstall
- zig build -Drelease-safe -Dcpu=baseline -Dman-pages --prefix $out install
+ zig build -Drelease-safe -Dcpu=baseline --prefix $out install
runHook postInstall
'';
diff --git a/pkgs/applications/misc/spacefm/default.nix b/pkgs/applications/misc/spacefm/default.nix
index 3d9f72048754..433109cd86af 100644
--- a/pkgs/applications/misc/spacefm/default.nix
+++ b/pkgs/applications/misc/spacefm/default.nix
@@ -21,6 +21,13 @@ stdenv.mkDerivation rec {
./x11-only.patch
];
+ # Workaround build failure on -fno-common toolchains:
+ # ld: spacefm-item-prop.o:src/settings.h:123: multiple definition of
+ # `xsets'; vfs/spacefm-vfs-file-info.o:src/settings.h:123: first defined here
+ # TODO: can be removed once https://github.com/IgnorantGuru/spacefm/pull/772
+ # or equivalent is merged upstream.
+ NIX_CFLAGS_COMPILE = "-fcommon";
+
configureFlags = [
"--with-bash-path=${pkgs.bash}/bin/bash"
];
diff --git a/pkgs/applications/networking/cluster/argocd/default.nix b/pkgs/applications/networking/cluster/argocd/default.nix
index 3500b1b75542..f0c81ab5ca5f 100644
--- a/pkgs/applications/networking/cluster/argocd/default.nix
+++ b/pkgs/applications/networking/cluster/argocd/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "argocd";
- version = "2.3.4";
+ version = "2.4.0";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
- sha256 = "sha256-pWDwmsLCXoK8EzipOPXUdYu75hPm5AIExXmgoA102Dg=";
+ sha256 = "sha256-U3i3shXsItQQlkFl/DrGdSHY2AAhaYV5WX3B+6TlOPw=";
};
- vendorSha256 = "sha256-XrIIMnn65Y10KnVTsmw6vLE53Zra1lWNFgklmaj3gF8=";
+ vendorSha256 = "sha256-j/35tvfUCcuFN8NGIjWgna1W0Q4CyhMLcOlepTAUl0w=";
# Set target as ./cmd per cli-local
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227
@@ -26,9 +26,9 @@ buildGoModule rec {
"-X ${package_url}.gitCommit=${src.rev}"
"-X ${package_url}.gitTag=${src.rev}"
"-X ${package_url}.gitTreeState=clean"
- "-X ${package_url}.kubectlVersion=v0.23.1"
+ "-X ${package_url}.kubectlVersion=v0.23.3"
# NOTE: Update kubectlVersion when upgrading this package with
- # go list -m k8s.io/client-go | head -n 1 | rev | cut -d' ' -f1 | rev
+ # https://github.com/argoproj/argo-cd/blob/master/go.mod#L95
# Per https://github.com/argoproj/argo-cd/blob/master/Makefile#L18
# Will need a way to automate it :P
];
diff --git a/pkgs/applications/networking/cluster/istioctl/default.nix b/pkgs/applications/networking/cluster/istioctl/default.nix
index 1f2e98593529..051a3f9ae4cd 100644
--- a/pkgs/applications/networking/cluster/istioctl/default.nix
+++ b/pkgs/applications/networking/cluster/istioctl/default.nix
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "istioctl";
- version = "1.13.3";
+ version = "1.14.1";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
- sha256 = "sha256-XvV6OlGHW/eB0EUrmyTlFVbDjbxUpVo6WvrEnh6Q68I=";
+ sha256 = "sha256-Y8Bo2niIyvBE3BPpnSanFrR8ZHIUdG7iKSOyD6YadIM=";
};
- vendorSha256 = "sha256-Ex86yLMTqqiSkJns/eeodmGswAzPVQAQOf8Wqi7DRaE=";
+ vendorSha256 = "sha256-MnSOWJwTOQmHnABRYNJwU9kOr7g51rkUaERksupBTb4=";
nativeBuildInputs = [ installShellFiles ];
diff --git a/pkgs/applications/networking/cluster/k3s/default.nix b/pkgs/applications/networking/cluster/k3s/default.nix
index 3cceae804cff..7629f05af39f 100644
--- a/pkgs/applications/networking/cluster/k3s/default.nix
+++ b/pkgs/applications/networking/cluster/k3s/default.nix
@@ -46,10 +46,10 @@ with lib;
# Those pieces of software we entirely ignore upstream's handling of, and just
# make sure they're in the path if desired.
let
- k3sVersion = "1.23.6+k3s1"; # k3s git tag
- k3sCommit = "418c3fa858b69b12b9cefbcff0526f666a6236b9"; # k3s git commit at the above version
- k3sRepoSha256 = "0fmw491dn5mpi058mr7sij51i5m4qg2grx30cnl3h2v4s0sdkx2i";
- k3sVendorSha256 = "sha256-iHg5ySMaiSWXs98YGmxPwdZr4zdBIFma12dNEuf30Hs=";
+ k3sVersion = "1.24.1+k3s1"; # k3s git tag
+ k3sCommit = "0581808f5c160b0c0cafec5b8f20430835f34f44"; # k3s git commit at the above version
+ k3sRepoSha256 = "0zh60nav50s0viiaqxdaajhywh28zqckjnpyazlk2fdb077dyi65";
+ k3sVendorSha256 = "sha256-7cJ728vV9GA4/MDUBsnrR12gGf3DXzka3czrdHjsNIM=";
# taken from ./manifests/traefik.yaml, extracted from '.spec.chart' https://github.com/k3s-io/k3s/blob/v1.23.3%2Bk3s1/scripts/download#L9
# The 'patch' and 'minor' versions are currently hardcoded as single digits only, so ignore the trailing two digits. Weird, I know.
@@ -61,16 +61,16 @@ let
k3sRootSha256 = "016n56vi09xkvjph7wgzb2m86mhd5x65fs4d11pmh20hl249r620";
# taken from ./scripts/version.sh VERSION_CNIPLUGINS https://github.com/k3s-io/k3s/blob/v1.23.3%2Bk3s1/scripts/version.sh#L45
- k3sCNIVersion = "1.0.1-k3s1";
- k3sCNISha256 = "11ihlzzdnqf9p21y0a4ckpbxac016nm7746dcykhj26ym9zxyv92";
+ k3sCNIVersion = "1.1.1-k3s1";
+ k3sCNISha256 = "14mb3zsqibj1sn338gjmsyksbm0mxv9p016dij7zidccx2rzn6nl";
# taken from go.mod, the 'github.com/containerd/containerd' line
# run `grep github.com/containerd/containerd go.mod | head -n1 | awk '{print $4}'`
- containerdVersion = "1.5.11-k3s2";
- containerdSha256 = "16132snvrg8r0vwm6c0lz0q6fx686s2ix53nm3aka9a83xs75vf2";
+ containerdVersion = "1.5.13-k3s1";
+ containerdSha256 = "09bj4ghwbsj9whkv1d5icqs52k64m449j8b73dmak2wz62fbzbvp";
# run `grep github.com/kubernetes-sigs/cri-tools go.mod | head -n1 | awk '{print $4}'` in the k3s repo at the tag
- criCtlVersion = "1.22.0-k3s1";
+ criCtlVersion = "1.24.0-k3s1";
baseMeta = {
description = "A lightweight Kubernetes distribution";
@@ -323,7 +323,7 @@ buildGoModule rec {
passthru.updateScript = ./update.sh;
- passthru.tests = { inherit (nixosTests) k3s-single-node k3s-single-node-docker; };
+ passthru.tests = { inherit (nixosTests) k3s-single-node; };
meta = baseMeta;
}
diff --git a/pkgs/applications/networking/cluster/kn/default.nix b/pkgs/applications/networking/cluster/kn/default.nix
index 69142045fee8..25363e7789ed 100644
--- a/pkgs/applications/networking/cluster/kn/default.nix
+++ b/pkgs/applications/networking/cluster/kn/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kn";
- version = "1.4.0";
+ version = "1.5.0";
src = fetchFromGitHub {
owner = "knative";
repo = "client";
rev = "knative-v${version}";
- sha256 = "sha256-Q67dictDE+HWw99lFAiidBvIL30mMAkjYb2CDLDcalw=";
+ sha256 = "sha256-etENW/zP9xy0pyUT2UoFXrzgkSXrfp8dxl35bD2t/Yc=";
};
vendorSha256 = null;
diff --git a/pkgs/applications/networking/cluster/kubernetes/default.nix b/pkgs/applications/networking/cluster/kubernetes/default.nix
index 10b781a7dad4..8ed8cd568913 100644
--- a/pkgs/applications/networking/cluster/kubernetes/default.nix
+++ b/pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "kubernetes";
- version = "1.23.7";
+ version = "1.23.8";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
- sha256 = "sha256-YHlcopB47HVLO/4QI8HxjMBzCpcHVnlAz3EOmZI+EG8=";
+ sha256 = "sha256-mu+jBSypoMNxOugLbS3foH4C4AqSZnlic4Bf1v9dYc8=";
};
nativeBuildInputs = [ makeWrapper which go rsync installShellFiles ];
diff --git a/pkgs/applications/networking/cluster/linkerd/default.nix b/pkgs/applications/networking/cluster/linkerd/default.nix
index f0c9ada6ca80..fed35f12bedc 100644
--- a/pkgs/applications/networking/cluster/linkerd/default.nix
+++ b/pkgs/applications/networking/cluster/linkerd/default.nix
@@ -2,7 +2,7 @@
(callPackage ./generic.nix { }) {
channel = "stable";
- version = "2.11.1";
- sha256 = "09zwxcaqn537ls737js7rcsqarapw5k25gv41d844k73yvxm882c";
- vendorSha256 = "sha256-RayboJdjkmCiUsUBab9ntIH+koOCgp3gmVqXZEUWK88=";
+ version = "2.11.2";
+ sha256 = "sha256-6FlOHnOmqZ2jqx9qFMPA5jkxBaNqzeCwsepwXR1Imss=";
+ vendorSha256 = "sha256-wM5qIjabg9ICJcLi8QV9P4G4E7Rn3ctVCqdm2GO8RyU=";
}
diff --git a/pkgs/applications/networking/cluster/linkerd/edge.nix b/pkgs/applications/networking/cluster/linkerd/edge.nix
index 74b5578d0239..4d3c30e33375 100644
--- a/pkgs/applications/networking/cluster/linkerd/edge.nix
+++ b/pkgs/applications/networking/cluster/linkerd/edge.nix
@@ -2,7 +2,7 @@
(callPackage ./generic.nix { }) {
channel = "edge";
- version = "22.2.4";
- sha256 = "1s53zlb7f0xp2vqa5fnsjdhjq203bsksrmdbrxkkm1yi3nc3p369";
- vendorSha256 = "sha256-cN19kKa4Ieweta95/4bKlAYn/Bq8j27H408za3OoJoI=";
+ version = "22.6.1";
+ sha256 = "sha256-YM6d2bWcjoNMEbgXVR79tcklTRqAhzm6SzJU2k+7BNU=";
+ vendorSha256 = "sha256-i+AbrzN9d9CGZcGj/D4xnYlamp0iOlq2xcax14/GqEE=";
}
diff --git a/pkgs/applications/networking/cluster/pgo-client/default.nix b/pkgs/applications/networking/cluster/pgo-client/default.nix
index fc7110a89ae8..0ea3a13688a3 100644
--- a/pkgs/applications/networking/cluster/pgo-client/default.nix
+++ b/pkgs/applications/networking/cluster/pgo-client/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pgo-client";
- version = "4.7.4";
+ version = "4.7.5";
src = fetchFromGitHub {
owner = "CrunchyData";
repo = "postgres-operator";
rev = "v${version}";
- sha256 = "sha256-8L3eFMATCGIM6xxUM7mi/D3njHMFk7cgPLJotilAS5k=";
+ sha256 = "sha256-1GYpvw3ch03Cx4BReNwLnbgbds4uuSe/cjvbHuRhLOw=";
};
- vendorSha256 = "sha256-4Vz7Lioj6iLU7dbz/B2BSAgfaCl2MyC8MM9yiyWLi2o=";
+ vendorSha256 = "sha256-5/mLlgNdlX/ABrpofPqowCskxFwJAEKVpbsMOvMvTWc=";
subPackages = [ "cmd/pgo" ];
diff --git a/pkgs/applications/networking/cluster/rancher/default.nix b/pkgs/applications/networking/cluster/rancher/default.nix
index 3ee09b14ce96..d0a506f88475 100644
--- a/pkgs/applications/networking/cluster/rancher/default.nix
+++ b/pkgs/applications/networking/cluster/rancher/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "rancher";
- version = "2.6.4";
+ version = "2.6.5";
src = fetchFromGitHub {
owner = "rancher";
repo = "cli";
rev = "v${version}";
- sha256 = "sha256-5ceyScsCidJpHGfwhsq7/hDd3CClx29cD5Cdc1PSxTU=";
+ sha256 = "sha256-/HI3qcpgNJTurPFEZFlg+H0ndowSgEF6cHp1cuaJjR8=";
};
ldflags = [
diff --git a/pkgs/applications/networking/instant-messengers/discord/linux.nix b/pkgs/applications/networking/instant-messengers/discord/linux.nix
index b960caa64d80..74e424aaf1df 100644
--- a/pkgs/applications/networking/instant-messengers/discord/linux.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/linux.nix
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
];
installPhase = ''
- mkdir -p $out/{bin,opt/${binaryName},share/pixmaps}
+ mkdir -p $out/{bin,opt/${binaryName},share/pixmaps,share/icons/hicolor/256x256/apps}
mv * $out/opt/${binaryName}
chmod +x $out/opt/${binaryName}/${binaryName}
@@ -90,7 +90,9 @@ stdenv.mkDerivation rec {
ln -s $out/opt/${binaryName}/${binaryName} $out/bin/${
lib.strings.toLower binaryName
} || true
+
ln -s $out/opt/${binaryName}/discord.png $out/share/pixmaps/${pname}.png
+ ln -s $out/opt/${binaryName}/discord.png $out/share/icons/hicolor/256x256/apps/${pname}.png
ln -s "${desktopItem}/share/applications" $out/share/
'';
diff --git a/pkgs/applications/networking/instant-messengers/element/element-desktop-package.json b/pkgs/applications/networking/instant-messengers/element/element-desktop-package.json
index ac17d6d44591..269d928f4366 100644
--- a/pkgs/applications/networking/instant-messengers/element/element-desktop-package.json
+++ b/pkgs/applications/networking/instant-messengers/element/element-desktop-package.json
@@ -2,7 +2,7 @@
"name": "element-desktop",
"productName": "Element",
"main": "lib/electron-main.js",
- "version": "1.10.14",
+ "version": "1.10.15",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
diff --git a/pkgs/applications/networking/instant-messengers/element/element-web-package.json b/pkgs/applications/networking/instant-messengers/element/element-web-package.json
index f6fc383e034f..a67fc7a682b9 100644
--- a/pkgs/applications/networking/instant-messengers/element/element-web-package.json
+++ b/pkgs/applications/networking/instant-messengers/element/element-web-package.json
@@ -1,6 +1,6 @@
{
"name": "element-web",
- "version": "1.10.14",
+ "version": "1.10.15",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {
@@ -59,7 +59,7 @@
"jsrsasign": "^10.2.0",
"katex": "^0.12.0",
"matrix-js-sdk": "18.1.0",
- "matrix-react-sdk": "3.46.0",
+ "matrix-react-sdk": "3.47.0",
"matrix-widget-api": "^0.1.0-beta.18",
"prop-types": "^15.7.2",
"react": "17.0.2",
diff --git a/pkgs/applications/networking/instant-messengers/element/pin.json b/pkgs/applications/networking/instant-messengers/element/pin.json
index a99d2919cb55..c40d978c8c04 100644
--- a/pkgs/applications/networking/instant-messengers/element/pin.json
+++ b/pkgs/applications/networking/instant-messengers/element/pin.json
@@ -1,7 +1,7 @@
{
- "version": "1.10.14",
- "desktopSrcHash": "/y4pJSNQrN0Ksc+yjB3Xl6t8AZLNtZ/Rm0UoAhwlgp8=",
+ "version": "1.10.15",
+ "desktopSrcHash": "2XSTE6NbhWYAH3tr1Kd16vEAGn3ApZ0a9PdpoHJn3uE=",
"desktopYarnHash": "1rnzaxy7l7912j6df8w2kw66pqwrs7kg7hd0680i38c1db5f4y6n",
- "webSrcHash": "2CagKKFulLi8Gl/IPabzKfCFTBmw8SGa22hTM+7IewE=",
- "webYarnHash": "15jjryjav3v58j4260ig548g1m6g6vhid4iigpv7k8pa4rhcwnyh"
+ "webSrcHash": "lX31OWJ6/S+PbOKvEqYALtOIoaJjwg4ng/wHOfXCSqg=",
+ "webYarnHash": "0j6xv64w5vszhlfqz37asqxsql0m89gscrl270dlxzycd4ybzghz"
}
diff --git a/pkgs/applications/networking/instant-messengers/ferdium/default.nix b/pkgs/applications/networking/instant-messengers/ferdium/default.nix
new file mode 100644
index 000000000000..cbc87fc5ac92
--- /dev/null
+++ b/pkgs/applications/networking/instant-messengers/ferdium/default.nix
@@ -0,0 +1,22 @@
+{ lib, mkFranzDerivation, fetchurl, xorg }:
+
+mkFranzDerivation rec {
+ pname = "ferdium";
+ name = "Ferdium";
+ version = "6.0.0-nightly.65";
+ src = fetchurl {
+ url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/ferdium_${version}_amd64.deb";
+ sha256 = "sha256-vmu74aLAKGbmRf9hkMUL5VOfi/Cbvdix9MzsZK1qW80=";
+ };
+
+ extraBuildInputs = [ xorg.libxshmfence ];
+
+ meta = with lib; {
+ description = "All your services in one place built by the community";
+ homepage = "https://ferdium.org/";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ magnouvean ];
+ platforms = [ "x86_64-linux" ];
+ hydraPlatforms = [ ];
+ };
+}
diff --git a/pkgs/applications/networking/instant-messengers/gotktrix/default.nix b/pkgs/applications/networking/instant-messengers/gotktrix/default.nix
index 9cab98156c81..bd0da749e096 100644
--- a/pkgs/applications/networking/instant-messengers/gotktrix/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gotktrix/default.nix
@@ -32,6 +32,12 @@ buildGoModule rec {
# Checking requires a working display
doCheck = false;
+ postInstall = ''
+ echo 'X-Purism-FormFactor=Workstation;Mobile;' >> .nix/com.github.diamondburned.gotktrix.desktop
+ install -Dm444 .nix/com.github.diamondburned.gotktrix.desktop -t $out/share/applications/
+ install -Dm444 .github/logo-256.png -T $out/share/icons/hicolor/256x256/apps/gotktrix.png
+ '';
+
meta = with lib; {
description = "Matrix client written in Go using GTK4";
homepage = "https://github.com/diamondburned/gotktrix";
diff --git a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
index c98fce2bde26..c8f57d20ec11 100644
--- a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
@@ -24,7 +24,7 @@ let
in stdenv.mkDerivation rec {
pname = "signal-desktop";
- version = "5.45.1"; # Please backport all updates to the stable channel.
+ version = "5.46.0"; # Please backport all updates to the stable channel.
# All releases have a limited lifetime and "expire" 90 days after the release.
# When releases "expire" the application becomes unusable until an update is
# applied. The expiration date for the current release can be extracted with:
@@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
- sha256 = "sha256-ZkQQL05pz06iszguXkrBt/h4PoZcbybX4CmDXOoMYkw=";
+ sha256 = "sha256-zy9nETD82KguML0MXe8hlB4m+fBCMmJ1z/2Neq6QvEU=";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/networking/jmeter/default.nix b/pkgs/applications/networking/jmeter/default.nix
index 1e7a78e4d435..935c4ae571ef 100644
--- a/pkgs/applications/networking/jmeter/default.nix
+++ b/pkgs/applications/networking/jmeter/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "jmeter";
- version = "5.4.3";
+ version = "5.5";
src = fetchurl {
url = "https://archive.apache.org/dist/jmeter/binaries/apache-${pname}-${version}.tgz";
- sha256 = "sha256-clISFMDLh9rFuXTBxug6F6AJx/03e1W/I1JcckA7He4=";
+ sha256 = "sha256-YOicfEUjcxRn/bcX8z1hQIbBDwMWNpy6pFZQrhxALh8=";
};
nativeBuildInputs = [ makeWrapper jre ];
diff --git a/pkgs/applications/networking/juju/default.nix b/pkgs/applications/networking/juju/default.nix
index b22cea57987c..ef7b33061dc9 100644
--- a/pkgs/applications/networking/juju/default.nix
+++ b/pkgs/applications/networking/juju/default.nix
@@ -2,20 +2,24 @@
buildGoModule rec {
pname = "juju";
- version = "2.9.27";
+ version = "2.9.31";
src = fetchFromGitHub {
owner = "juju";
repo = "juju";
rev = "juju-${version}";
- sha256 = "sha256-4G+veQkPY6n/uRMsBWQgig/6IDc0Y2nXDpMUyC1ShF4=";
+ sha256 = "sha256-vRe7H7wtZUTsAJa6QVP+BTDDkJsfgIlBVpGcvtU1e0g=";
};
- vendorSha256 = "sha256-Ieaf+Qp/7/6nv2ftHY3pbtOg+t7dYAuMv4BvhRaAZ9E=";
+ vendorSha256 = "sha256-Tx5RazLrNZ5GMRu4/jKhuNN7m1mQw4V7TBcIed/Gssg=";
# Disable tests because it attempts to use a mongodb instance
doCheck = false;
+ subPackages = [
+ "cmd/juju"
+ ];
+
meta = with lib; {
description = "Open source modelling tool for operating software in the cloud";
homepage = "https://juju.is";
diff --git a/pkgs/applications/networking/mailreaders/electron-mail/default.nix b/pkgs/applications/networking/mailreaders/electron-mail/default.nix
index b6dca7e70b6b..43f4f5e2f214 100644
--- a/pkgs/applications/networking/mailreaders/electron-mail/default.nix
+++ b/pkgs/applications/networking/mailreaders/electron-mail/default.nix
@@ -2,12 +2,12 @@
let
pname = "electron-mail";
- version = "4.12.7";
+ version = "4.14.0";
name = "ElectronMail-${version}";
src = fetchurl {
url = "https://github.com/vladimiry/ElectronMail/releases/download/v${version}/electron-mail-${version}-linux-x86_64.AppImage";
- sha256 = "42d0b49a2feba628f4845940ffd9607739bd5fcdbe6ba37e15f993c511d21e46";
+ sha256 = "sha256-sahMEj9m10gsceTBnYk8wkWcQoM5s6s1ek1U6u3PTgw=";
};
appimageContents = appimageTools.extract { inherit name src; };
@@ -24,6 +24,7 @@ in appimageTools.wrapType2 {
extraPkgs = pkgs: with pkgs; [
libsecret
+ libappindicator-gtk3
];
meta = with lib; {
diff --git a/pkgs/applications/networking/n8n/node-packages.nix b/pkgs/applications/networking/n8n/node-packages.nix
index 1f38f4854d24..e561f872dbbb 100644
--- a/pkgs/applications/networking/n8n/node-packages.nix
+++ b/pkgs/applications/networking/n8n/node-packages.nix
@@ -490,13 +490,13 @@ let
sha512 = "WszgUddvM1t5dPpJ3LhWNH8kfNN8GPIBrAGxgIYXVCEGx6Bx4A036aAuf/r5WH9DIEdlmp7gHOYvSM6U87B0ag==";
};
};
- "@types/express-serve-static-core-4.17.28" = {
+ "@types/express-serve-static-core-4.17.29" = {
name = "_at_types_slash_express-serve-static-core";
packageName = "@types/express-serve-static-core";
- version = "4.17.28";
+ version = "4.17.29";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz";
- sha512 = "P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==";
+ url = "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz";
+ sha512 = "uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==";
};
};
"@types/express-unless-0.5.3" = {
@@ -526,6 +526,15 @@ let
sha512 = "WRT/9taXh9XJRA9yvrbC02IqGZhK9GbFE/vuP2LeSLrqmDzz5wdXsH0Ige/F+3+rbbZfwH3LEazDsU0JiSV3vA==";
};
};
+ "@types/glob-7.2.0" = {
+ name = "_at_types_slash_glob";
+ packageName = "@types/glob";
+ version = "7.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz";
+ sha512 = "ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==";
+ };
+ };
"@types/json-diff-0.5.2" = {
name = "_at_types_slash_json-diff";
packageName = "@types/json-diff";
@@ -580,6 +589,15 @@ let
sha512 = "YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==";
};
};
+ "@types/minimatch-3.0.5" = {
+ name = "_at_types_slash_minimatch";
+ packageName = "@types/minimatch";
+ version = "3.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz";
+ sha512 = "Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==";
+ };
+ };
"@types/multer-1.4.7" = {
name = "_at_types_slash_multer";
packageName = "@types/multer";
@@ -598,22 +616,22 @@ let
sha512 = "J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==";
};
};
- "@types/node-17.0.41" = {
+ "@types/node-18.0.0" = {
name = "_at_types_slash_node";
packageName = "@types/node";
- version = "17.0.41";
+ version = "18.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node/-/node-17.0.41.tgz";
- sha512 = "xA6drNNeqb5YyV5fO3OAEsnXLfO7uF0whiOfPTz5AeDo8KeZFmODKnvwPymMNO8qE/an8pVY/O50tig2SQCrGw==";
+ url = "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz";
+ sha512 = "cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==";
};
};
- "@types/node-fetch-2.6.1" = {
+ "@types/node-fetch-2.6.2" = {
name = "_at_types_slash_node-fetch";
packageName = "@types/node-fetch";
- version = "2.6.1";
+ version = "2.6.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz";
- sha512 = "oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==";
+ url = "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz";
+ sha512 = "DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==";
};
};
"@types/promise-ftp-1.3.4" = {
@@ -670,6 +688,15 @@ let
sha512 = "nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==";
};
};
+ "@types/shelljs-0.8.11" = {
+ name = "_at_types_slash_shelljs";
+ packageName = "@types/shelljs";
+ version = "0.8.11";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.11.tgz";
+ sha512 = "x9yaMvEh5BEaZKeVQC4vp3l+QoFj3BXcd4aYfuKSzIIyihjdVARAadYy3SMNIz0WCCdS2vB9JL/U6GQk5PaxQw==";
+ };
+ };
"@types/snowflake-sdk-1.6.7" = {
name = "_at_types_slash_snowflake-sdk";
packageName = "@types/snowflake-sdk";
@@ -1102,13 +1129,13 @@ let
sha512 = "z4oo33lmnvvNRqfUe3YjDGGpqu/L2+wXBIhMtwq6oqZ+exOUAkQYM6zd2VWKF7AIlajOF8ZZuPFfryTG9iLC/w==";
};
};
- "aws-sdk-2.1152.0" = {
+ "aws-sdk-2.1156.0" = {
name = "aws-sdk";
packageName = "aws-sdk";
- version = "2.1152.0";
+ version = "2.1156.0";
src = fetchurl {
- url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1152.0.tgz";
- sha512 = "Lqwk0bDhm3vzpYb3AAM9VgGHeDpbB8+o7UJnP9R+CO23kJfi/XRpKihAcbyKDD/AUQ+O1LJaUVpvaJYLS9Am7w==";
+ url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1156.0.tgz";
+ sha512 = "XLMsSOW6ZyBj6mRgACt1EiUdvd+q0Da5fTjbsEgi1KOENQ0met0CSqgBcpg2EMWgBBV9E2L7uUd98O1uBbGc7g==";
};
};
"aws-sign2-0.7.0" = {
@@ -2047,13 +2074,13 @@ let
sha512 = "Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==";
};
};
- "core-js-3.22.8" = {
+ "core-js-3.23.1" = {
name = "core-js";
packageName = "core-js";
- version = "3.22.8";
+ version = "3.23.1";
src = fetchurl {
- url = "https://registry.npmjs.org/core-js/-/core-js-3.22.8.tgz";
- sha512 = "UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA==";
+ url = "https://registry.npmjs.org/core-js/-/core-js-3.23.1.tgz";
+ sha512 = "wfMYHWi1WQjpgZNC9kAlN4ut04TM9fUTdi7CqIoTVM7yaiOUQTklOzfb+oWH3r9edQcT3F887swuVmxrV+CC8w==";
};
};
"core-util-is-1.0.2" = {
@@ -3523,6 +3550,15 @@ let
sha512 = "O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==";
};
};
+ "interpret-1.4.0" = {
+ name = "interpret";
+ packageName = "interpret";
+ version = "1.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz";
+ sha512 = "agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==";
+ };
+ };
"ioredis-4.28.5" = {
name = "ioredis";
packageName = "ioredis";
@@ -3613,6 +3649,15 @@ let
sha512 = "nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==";
};
};
+ "is-core-module-2.9.0" = {
+ name = "is-core-module";
+ packageName = "is-core-module";
+ version = "2.9.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz";
+ sha512 = "+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==";
+ };
+ };
"is-date-object-1.0.5" = {
name = "is-date-object";
packageName = "is-date-object";
@@ -3883,13 +3928,13 @@ let
sha512 = "RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==";
};
};
- "iso-639-1-2.1.14" = {
+ "iso-639-1-2.1.15" = {
name = "iso-639-1";
packageName = "iso-639-1";
- version = "2.1.14";
+ version = "2.1.15";
src = fetchurl {
- url = "https://registry.npmjs.org/iso-639-1/-/iso-639-1-2.1.14.tgz";
- sha512 = "nekI+mmtSpYySPXIXJtWhv/s+06nAU9wQzq4QPu3YSEMmjnkOoippPY+MEdqDP0Pie8/LsOFEuPbUHslLanDag==";
+ url = "https://registry.npmjs.org/iso-639-1/-/iso-639-1-2.1.15.tgz";
+ sha512 = "7c7mBznZu2ktfvyT582E2msM+Udc1EjOyhVRE/0ZsjD9LBtWSm23h3PtiRh2a35XoUsTQQjJXaJzuLjXsOdFDg==";
};
};
"isstream-0.1.2" = {
@@ -4504,13 +4549,13 @@ let
sha512 = "etgt+n4LlOkGSJbBTV9VROHA5R7ekIPS4vfh+bCAoJgRrJWdqJCBbpS3osRJ/HrT7R68MzMiY3L3sDJ/Fd8aBg==";
};
};
- "mappersmith-2.39.0" = {
+ "mappersmith-2.39.1" = {
name = "mappersmith";
packageName = "mappersmith";
- version = "2.39.0";
+ version = "2.39.1";
src = fetchurl {
- url = "https://registry.npmjs.org/mappersmith/-/mappersmith-2.39.0.tgz";
- sha512 = "udHrBOOLU3nI2FK4hlnhoZDOT/UzntUJYWTnlJSgBs8GRNsf10Fyk/M6qAfX9Wn6NfZH/KSO5gZ+xHSPTu0gPA==";
+ url = "https://registry.npmjs.org/mappersmith/-/mappersmith-2.39.1.tgz";
+ sha512 = "f0QbIwG7CrwhIu7CZts2BsXyMhhZvmEeEtlHC+At23h4//mFVk0cRNZI+v21lzvvWAIBeE55AwEER7koi8iz/A==";
};
};
"material-colors-1.2.6" = {
@@ -4657,13 +4702,13 @@ let
sha512 = "Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==";
};
};
- "minipass-3.2.0" = {
+ "minipass-3.2.1" = {
name = "minipass";
packageName = "minipass";
- version = "3.2.0";
+ version = "3.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/minipass/-/minipass-3.2.0.tgz";
- sha512 = "rosVvUUjMkTW1UoqXVHzNw937MAKv1ewomUBIqYk0IXPYk+LpVCOV1+kBpzAiQrKGjG3Ta81ZNzk/EcL28zABw==";
+ url = "https://registry.npmjs.org/minipass/-/minipass-3.2.1.tgz";
+ sha512 = "v5cqJP4WxUVXYXhOOdPiOZEDoF7omSpLivw2GMCL1v/j+xh886bPXKh6SzyA6sa45e4NRQ46IRBEkAazvb6I6A==";
};
};
"minizlib-2.1.2" = {
@@ -4837,13 +4882,13 @@ let
sha512 = "z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==";
};
};
- "n8n-core-0.121.3" = {
+ "n8n-core-0.122.1" = {
name = "n8n-core";
packageName = "n8n-core";
- version = "0.121.3";
+ version = "0.122.1";
src = fetchurl {
- url = "https://registry.npmjs.org/n8n-core/-/n8n-core-0.121.3.tgz";
- sha512 = "Jg48X3j6MK0OmfNDeo4Ph1RLpdWjxr36aRAJobZHEaf+tT4iQgFNBcC9OChj/IVYG4lVINTIiPstHWJMyNsF0A==";
+ url = "https://registry.npmjs.org/n8n-core/-/n8n-core-0.122.1.tgz";
+ sha512 = "e2MvpQBfV9y/3A7RE7tAseppKARF1yaoCc8a7OyF8zXHj2w2Qy7i+1YJuDUsqN4X9aMMXwVJiEZbelXtNjJiVQ==";
};
};
"n8n-design-system-0.23.0" = {
@@ -4855,31 +4900,31 @@ let
sha512 = "3VD+YUPWJ9andodTS3hqxBzLAvr289JDhX5fcS8F0SZD9PU01coUrfl/H5QZwwW9djVvDVdovGweOviAT6w15A==";
};
};
- "n8n-editor-ui-0.147.0" = {
+ "n8n-editor-ui-0.148.0" = {
name = "n8n-editor-ui";
packageName = "n8n-editor-ui";
- version = "0.147.0";
+ version = "0.148.0";
src = fetchurl {
- url = "https://registry.npmjs.org/n8n-editor-ui/-/n8n-editor-ui-0.147.0.tgz";
- sha512 = "yjyDFue+ObPDTqp0x5iaAo2vi7nSDqD9ts9DHSUzZgmryMuwdWsukb5YJL7JkoFv8qjtsCp3+fhuD37t7/XymA==";
+ url = "https://registry.npmjs.org/n8n-editor-ui/-/n8n-editor-ui-0.148.0.tgz";
+ sha512 = "q6I6OYGKPAo7Lb3Or1WjVWNOwD7Y3Vsk6ABM8aEuAR4gjQTJkA3yCI2ZLaBm3F05Str6z3CI9nLB2pMP/50H9A==";
};
};
- "n8n-nodes-base-0.179.0" = {
+ "n8n-nodes-base-0.180.0" = {
name = "n8n-nodes-base";
packageName = "n8n-nodes-base";
- version = "0.179.0";
+ version = "0.180.0";
src = fetchurl {
- url = "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-0.179.0.tgz";
- sha512 = "UM9O5O9i4N/kf0bXIxEAJgNxFxPCym/63MfXPUFy96OzGbNNfreMg2gNFbyTnJuAAEXSjSu3+tCqBfY1Q472bg==";
+ url = "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-0.180.0.tgz";
+ sha512 = "ZDjdth9oJM6p9Ogb/l6l1/bp/ckhMh/Y3H+RKAvWd3htUeBJ3f4oLsPHIXOTq1xFhsoovrgvGceE9hZXM1Tt2g==";
};
};
- "n8n-workflow-0.103.0" = {
+ "n8n-workflow-0.104.0" = {
name = "n8n-workflow";
packageName = "n8n-workflow";
- version = "0.103.0";
+ version = "0.104.0";
src = fetchurl {
- url = "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.103.0.tgz";
- sha512 = "DNt9CzF50zlcSWE4h/ZFolIRJS5jAIAFUeJdgsmAsVMB0vwg1PA01sX3mWJwcRTdhfLKj03tp/C7El6zpF7mvw==";
+ url = "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.104.0.tgz";
+ sha512 = "uoglwlCO5Z6moNcBi+t8TXzm1NAVy7a0oeWzq5OK/0k2N0HDBDqn04A5a1gHGAPeCJVS1dDOhXwq69HJ/IjoZg==";
};
};
"named-placeholders-1.1.2" = {
@@ -5512,6 +5557,15 @@ let
sha512 = "AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==";
};
};
+ "path-parse-1.0.7" = {
+ name = "path-parse";
+ packageName = "path-parse";
+ version = "1.0.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz";
+ sha512 = "LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==";
+ };
+ };
"path-to-regexp-0.1.7" = {
name = "path-to-regexp";
packageName = "path-to-regexp";
@@ -6124,6 +6178,15 @@ let
sha512 = "hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==";
};
};
+ "rechoir-0.6.2" = {
+ name = "rechoir";
+ packageName = "rechoir";
+ version = "0.6.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz";
+ sha512 = "HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==";
+ };
+ };
"redis-3.1.2" = {
name = "redis";
packageName = "redis";
@@ -6304,6 +6367,15 @@ let
sha512 = "LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==";
};
};
+ "resolve-1.22.0" = {
+ name = "resolve";
+ packageName = "resolve";
+ version = "1.22.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz";
+ sha512 = "Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==";
+ };
+ };
"restore-cursor-3.1.0" = {
name = "restore-cursor";
packageName = "restore-cursor";
@@ -6637,6 +6709,15 @@ let
sha512 = "uRRBT2MfEOyxuECseCZd28jC1AJ8hmqqneWQ4VWUTgCAFvb3wKU1jLqj6egC4Exrr88ogg3dp+zroH4wJuaXzw==";
};
};
+ "shelljs-0.8.5" = {
+ name = "shelljs";
+ packageName = "shelljs";
+ version = "0.8.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz";
+ sha512 = "TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==";
+ };
+ };
"showdown-2.1.0" = {
name = "showdown";
packageName = "showdown";
@@ -6817,13 +6898,13 @@ let
sha512 = "+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==";
};
};
- "ssh2-1.10.0" = {
+ "ssh2-1.11.0" = {
name = "ssh2";
packageName = "ssh2";
- version = "1.10.0";
+ version = "1.11.0";
src = fetchurl {
- url = "https://registry.npmjs.org/ssh2/-/ssh2-1.10.0.tgz";
- sha512 = "OnKAAmf4j8wCRrXXZv3Tp5lCZkLJZtgZbn45ELiShCg27djDQ3XFGvIzuGsIsf4hdHslP+VdhA9BhUQdTdfd9w==";
+ url = "https://registry.npmjs.org/ssh2/-/ssh2-1.11.0.tgz";
+ sha512 = "nfg0wZWGSsfUe/IBJkXVll3PEZ//YH2guww+mP88gTpuSU4FtZN7zu9JoeTGOyCNx2dTDtT9fOpWwlzyj4uOOw==";
};
};
"ssh2-sftp-client-7.2.3" = {
@@ -6997,6 +7078,15 @@ let
sha512 = "qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==";
};
};
+ "supports-preserve-symlinks-flag-1.0.0" = {
+ name = "supports-preserve-symlinks-flag";
+ packageName = "supports-preserve-symlinks-flag";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz";
+ sha512 = "ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==";
+ };
+ };
"swagger-ui-dist-4.12.0" = {
name = "swagger-ui-dist";
packageName = "swagger-ui-dist";
@@ -7192,7 +7282,7 @@ let
version = "2.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz";
- sha1 = "1865f43d9e74b0822db9f145b78cff7d0f7c849b";
+ sha512 = "rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==";
};
};
"to-regex-range-5.0.1" = {
@@ -7228,7 +7318,7 @@ let
version = "2.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz";
- sha1 = "ae21768175d1559d48bef35420b2f4962f09c330";
+ sha512 = "0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==";
};
};
"tough-cookie-2.5.0" = {
@@ -7264,7 +7354,7 @@ let
version = "0.0.3";
src = fetchurl {
url = "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz";
- sha1 = "8184fd347dac9cdc185992f3a6622e14b9d9ab6a";
+ sha512 = "N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==";
};
};
"triple-beam-1.3.0" = {
@@ -7327,7 +7417,7 @@ let
version = "0.6.0";
src = fetchurl {
url = "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz";
- sha1 = "27a5dea06b36b04a0a9966774b290868f0fc40fd";
+ sha512 = "McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==";
};
};
"tweetnacl-0.14.5" = {
@@ -7336,7 +7426,7 @@ let
version = "0.14.5";
src = fetchurl {
url = "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz";
- sha1 = "5ae68177f192d4456269d108afa93ff8743f4f64";
+ sha512 = "KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==";
};
};
"type-fest-0.21.3" = {
@@ -7363,7 +7453,7 @@ let
version = "0.0.6";
src = fetchurl {
url = "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz";
- sha1 = "867ac74e3864187b1d3d47d996a78ec5c8830777";
+ sha512 = "/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==";
};
};
"typedarray-to-buffer-3.1.5" = {
@@ -7417,7 +7507,7 @@ let
version = "0.1.2";
src = fetchurl {
url = "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz";
- sha1 = "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa";
+ sha512 = "eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==";
};
};
"underscore-1.13.4" = {
@@ -7453,7 +7543,7 @@ let
version = "1.0.0";
src = fetchurl {
url = "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz";
- sha1 = "b2bf4ee8514aae6165b4817829d21b2ef49904ec";
+ sha512 = "pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==";
};
};
"upper-case-2.0.2" = {
@@ -7489,7 +7579,7 @@ let
version = "0.10.3";
src = fetchurl {
url = "https://registry.npmjs.org/url/-/url-0.10.3.tgz";
- sha1 = "021e4d9c7705f21bbf37d03ceb58767402774c64";
+ sha512 = "hzSUW2q06EqL1gKM/a+obYHLIO6ct2hwPuviqTTOcfFVc61UbfJ2Q32+uGL/HCPxKqrdGB5QUwIe7UqlDgwsOQ==";
};
};
"url-parse-1.5.10" = {
@@ -7507,7 +7597,7 @@ let
version = "1.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/utf7/-/utf7-1.0.2.tgz";
- sha1 = "955f490aae653ba220b9456a0a8776c199360991";
+ sha512 = "qQrPtYLLLl12NF4DrM9CvfkxkYI97xOb5dsnGZHE3teFr0tWiEZ9UdgMPczv24vl708cYMpe6mGXGHrotIp3Bw==";
};
};
"utf8-2.1.2" = {
@@ -7516,7 +7606,7 @@ let
version = "2.1.2";
src = fetchurl {
url = "https://registry.npmjs.org/utf8/-/utf8-2.1.2.tgz";
- sha1 = "1fa0d9270e9be850d9b05027f63519bf46457d96";
+ sha512 = "QXo+O/QkLP/x1nyi54uQiG0XrODxdysuQvE5dtVqv7F5K2Qb6FsN+qbr6KhF5wQ20tfcV3VQp0/2x1e1MRSPWg==";
};
};
"util-deprecate-1.0.2" = {
@@ -7525,7 +7615,7 @@ let
version = "1.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz";
- sha1 = "450d4dc9fa70de732762fbd2d4a28981419a0ccf";
+ sha512 = "EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==";
};
};
"util.promisify-1.1.1" = {
@@ -7543,7 +7633,7 @@ let
version = "1.0.1";
src = fetchurl {
url = "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz";
- sha1 = "9f95710f50a267947b2ccc124741c1028427e713";
+ sha512 = "pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==";
};
};
"uuencode-0.0.4" = {
@@ -7552,7 +7642,7 @@ let
version = "0.0.4";
src = fetchurl {
url = "https://registry.npmjs.org/uuencode/-/uuencode-0.0.4.tgz";
- sha1 = "c8d50370885663879385ab37e333c7e8e3b0218c";
+ sha512 = "yEEhCuCi5wRV7Z5ZVf9iV2gWMvUZqKJhAs1ecFdKJ0qzbyaVelmsE3QjYAamehfp9FKLiZbKldd+jklG3O0LfA==";
};
};
"uuid-3.4.0" = {
@@ -7606,7 +7696,7 @@ let
version = "1.1.2";
src = fetchurl {
url = "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz";
- sha1 = "2299f02c6ded30d4a5961b0b9f74524a18f634fc";
+ sha512 = "BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==";
};
};
"verror-1.10.0" = {
@@ -7615,7 +7705,7 @@ let
version = "1.10.0";
src = fetchurl {
url = "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz";
- sha1 = "3a105ca17053af55d6e270c1f8288682e18da400";
+ sha512 = "ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==";
};
};
"vm2-3.9.9" = {
@@ -7678,7 +7768,7 @@ let
version = "3.0.1";
src = fetchurl {
url = "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz";
- sha1 = "24534275e2a7bc6be7bc86611cc16ae0a5654871";
+ sha512 = "2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==";
};
};
"whatwg-url-5.0.0" = {
@@ -7687,7 +7777,7 @@ let
version = "5.0.0";
src = fetchurl {
url = "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz";
- sha1 = "966454e8765462e37644d3626f6742ce8b70965d";
+ sha512 = "saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==";
};
};
"which-1.3.1" = {
@@ -7714,7 +7804,7 @@ let
version = "2.0.0";
src = fetchurl {
url = "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz";
- sha1 = "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a";
+ sha512 = "B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==";
};
};
"wide-align-1.1.5" = {
@@ -7777,7 +7867,7 @@ let
version = "1.0.0";
src = fetchurl {
url = "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz";
- sha1 = "27584810891456a4171c8d0226441ade90cbcaeb";
+ sha512 = "gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==";
};
};
"wrap-ansi-6.2.0" = {
@@ -7804,7 +7894,7 @@ let
version = "1.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz";
- sha1 = "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f";
+ sha512 = "l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==";
};
};
"ws-7.5.8" = {
@@ -7858,7 +7948,7 @@ let
version = "9.0.7";
src = fetchurl {
url = "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz";
- sha1 = "132ee63d2ec5565c557e20f4c22df9aca686b10d";
+ sha512 = "7YXTQc3P2l9+0rjaUbLwMKRhtmwg1M1eDf6nag7urC7pIPYLD9W/jmzQ4ptRSUbodw5S0jfoGTflLemQibSpeQ==";
};
};
"xpath.js-1.1.0" = {
@@ -7876,7 +7966,7 @@ let
version = "2.0.0";
src = fetchurl {
url = "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz";
- sha1 = "52a63e56ca0b84a7f3a5f3d61872f126ad7a5943";
+ sha512 = "xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA==";
};
};
"xss-1.0.13" = {
@@ -7921,7 +8011,7 @@ let
version = "2.1.2";
src = fetchurl {
url = "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz";
- sha1 = "1c11f9218f076089a47dd512f93c6699a6a81d52";
+ sha512 = "ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==";
};
};
"yallist-4.0.0" = {
@@ -8020,10 +8110,10 @@ in
n8n = nodeEnv.buildNodePackage {
name = "n8n";
packageName = "n8n";
- version = "0.181.2";
+ version = "0.182.1";
src = fetchurl {
- url = "https://registry.npmjs.org/n8n/-/n8n-0.181.2.tgz";
- sha512 = "ntxmXyiPpRNvvIEG9n9MsMt1WC5ZlP4sLY7W1Ta5oBP66Wacslt2eajL6OiO2yFoJseCkhVRcHR2TwIDk4HeYQ==";
+ url = "https://registry.npmjs.org/n8n/-/n8n-0.182.1.tgz";
+ sha512 = "XwKz/v251gnzexpe80BFLxLAN34IDZI5oCbvtgpp9n9dx0BG9D9jjDY+rvSL8SbNjRrm87bm0RTPLUgKurj2Iw==";
};
dependencies = [
sources."@apidevtools/json-schema-ref-parser-8.0.0"
@@ -8152,19 +8242,21 @@ in
sources."@types/connect-3.4.35"
sources."@types/express-4.17.13"
sources."@types/express-jwt-0.0.42"
- sources."@types/express-serve-static-core-4.17.28"
+ sources."@types/express-serve-static-core-4.17.29"
sources."@types/express-unless-0.5.3"
sources."@types/ftp-0.3.33"
sources."@types/generic-pool-3.1.10"
+ sources."@types/glob-7.2.0"
sources."@types/json-diff-0.5.2"
sources."@types/json-schema-7.0.11"
sources."@types/jsonwebtoken-8.5.8"
sources."@types/lodash-4.14.182"
sources."@types/lossless-json-1.0.1"
sources."@types/mime-1.3.2"
+ sources."@types/minimatch-3.0.5"
sources."@types/multer-1.4.7"
- sources."@types/node-17.0.41"
- (sources."@types/node-fetch-2.6.1" // {
+ sources."@types/node-18.0.0"
+ (sources."@types/node-fetch-2.6.2" // {
dependencies = [
sources."form-data-3.0.1"
];
@@ -8175,6 +8267,7 @@ in
sources."@types/range-parser-1.2.4"
sources."@types/readable-stream-2.3.13"
sources."@types/serve-static-1.13.10"
+ sources."@types/shelljs-0.8.11"
sources."@types/snowflake-sdk-1.6.7"
sources."@types/swagger-ui-express-4.1.3"
sources."@types/tough-cookie-2.3.8"
@@ -8236,7 +8329,7 @@ in
];
})
sources."avsc-5.7.4"
- (sources."aws-sdk-2.1152.0" // {
+ (sources."aws-sdk-2.1156.0" // {
dependencies = [
sources."buffer-4.9.2"
sources."events-1.1.1"
@@ -8401,7 +8494,7 @@ in
sources."cookie-0.4.1"
sources."cookie-parser-1.4.6"
sources."cookie-signature-1.0.6"
- sources."core-js-3.22.8"
+ sources."core-js-3.23.1"
sources."core-util-is-1.0.3"
sources."crc-32-1.2.2"
sources."cron-1.7.2"
@@ -8608,6 +8701,7 @@ in
];
})
sources."internal-slot-1.0.3"
+ sources."interpret-1.4.0"
sources."ioredis-4.28.5"
sources."ip-regex-2.1.0"
sources."ipaddr.js-1.9.1"
@@ -8618,6 +8712,7 @@ in
sources."is-boolean-object-1.1.2"
sources."is-buffer-1.1.6"
sources."is-callable-1.2.4"
+ sources."is-core-module-2.9.0"
sources."is-date-object-1.0.5"
sources."is-docker-2.2.1"
sources."is-extglob-2.1.1"
@@ -8646,7 +8741,7 @@ in
sources."isarray-1.0.0"
sources."isbot-3.5.0"
sources."isexe-2.0.0"
- sources."iso-639-1-2.1.14"
+ sources."iso-639-1-2.1.15"
sources."isstream-0.1.2"
sources."jmespath-0.16.0"
sources."join-component-1.1.0"
@@ -8752,7 +8847,7 @@ in
})
sources."make-error-1.3.6"
sources."make-error-cause-2.3.0"
- sources."mappersmith-2.39.0"
+ sources."mappersmith-2.39.1"
sources."material-colors-1.2.6"
sources."md5-2.3.0"
sources."media-typer-0.3.0"
@@ -8768,7 +8863,7 @@ in
sources."minimalistic-assert-1.0.1"
sources."minimatch-3.1.2"
sources."minimist-1.2.6"
- sources."minipass-3.2.0"
+ sources."minipass-3.2.1"
sources."minizlib-2.1.2"
sources."mkdirp-0.5.6"
(sources."mock-require-3.0.3" // {
@@ -8805,15 +8900,15 @@ in
];
})
sources."mz-2.7.0"
- sources."n8n-core-0.121.3"
+ sources."n8n-core-0.122.1"
sources."n8n-design-system-0.23.0"
- sources."n8n-editor-ui-0.147.0"
- (sources."n8n-nodes-base-0.179.0" // {
+ sources."n8n-editor-ui-0.148.0"
+ (sources."n8n-nodes-base-0.180.0" // {
dependencies = [
sources."iconv-lite-0.6.3"
];
})
- sources."n8n-workflow-0.103.0"
+ sources."n8n-workflow-0.104.0"
(sources."named-placeholders-1.1.2" // {
dependencies = [
sources."lru-cache-4.1.5"
@@ -8905,6 +9000,7 @@ in
sources."path-dirname-1.0.2"
sources."path-exists-4.0.0"
sources."path-is-absolute-1.0.1"
+ sources."path-parse-1.0.7"
sources."path-to-regexp-0.1.7"
sources."path-type-4.0.0"
sources."pause-0.0.1"
@@ -8990,6 +9086,7 @@ in
})
sources."readable-web-to-node-stream-2.0.0"
sources."readdirp-3.6.0"
+ sources."rechoir-0.6.2"
sources."redis-3.1.2"
sources."redis-commands-1.7.0"
sources."redis-errors-1.2.0"
@@ -9020,6 +9117,7 @@ in
sources."require-main-filename-2.0.0"
sources."requires-port-1.0.0"
sources."resize-observer-polyfill-1.5.1"
+ sources."resolve-1.22.0"
sources."restore-cursor-3.1.0"
sources."ret-0.1.15"
sources."retry-0.12.0"
@@ -9073,6 +9171,7 @@ in
sources."setprototypeof-1.2.0"
sources."sha.js-2.4.11"
sources."shell-escape-0.2.0"
+ sources."shelljs-0.8.5"
(sources."showdown-2.1.0" // {
dependencies = [
sources."commander-9.3.0"
@@ -9111,7 +9210,7 @@ in
sources."sqlstring-2.3.3"
sources."sse-channel-3.1.1"
sources."ssf-0.11.2"
- sources."ssh2-1.10.0"
+ sources."ssh2-1.11.0"
(sources."ssh2-sftp-client-7.2.3" // {
dependencies = [
sources."concat-stream-2.0.0"
@@ -9137,6 +9236,7 @@ in
sources."strip-ansi-6.0.1"
sources."strtok3-6.3.0"
sources."supports-color-7.2.0"
+ sources."supports-preserve-symlinks-flag-1.0.0"
sources."swagger-ui-dist-4.12.0"
sources."swagger-ui-express-4.4.0"
(sources."tar-6.1.11" // {
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index fc10b706bdce..a87f1dfdc44f 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -4,13 +4,13 @@ let
common = { stname, target, postInstall ? "" }:
buildGoModule rec {
pname = stname;
- version = "1.20.1";
+ version = "1.20.2";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
- hash = "sha256-QJevD/meVPEHnfwT1Eu3cwfVFU+ab/16eJBl6cuhGdA=";
+ hash = "sha256-U9sM7c2jCEVzTLBawRQGXZTS0jYbFH3OVFk7IkWk2bo=";
};
vendorSha256 = "sha256-NuiT2GytWaGkgSyl+qoe9DjCCL7wSHc6FU8C6rsy6Vc=";
diff --git a/pkgs/applications/office/PageEdit/default.nix b/pkgs/applications/office/PageEdit/default.nix
index f313bdcded62..e003c3a0e516 100644
--- a/pkgs/applications/office/PageEdit/default.nix
+++ b/pkgs/applications/office/PageEdit/default.nix
@@ -2,13 +2,13 @@
mkDerivation rec {
pname = "PageEdit";
- version = "1.7.0";
+ version = "1.9.10";
src = fetchFromGitHub {
owner = "Sigil-Ebook";
repo = pname;
rev = version;
- hash = "sha256-/t08ZS2iYWIDkco0nhACBQs1X+X77SJ/g+ow7KemfRY=";
+ hash = "sha256-y2Z5enEptiOrwEGBKlo4H4I9ojIPG9KP3BlvTCj4PVY=";
};
nativeBuildInputs = [ cmake qttranslations ];
diff --git a/pkgs/applications/office/super-productivity/default.nix b/pkgs/applications/office/super-productivity/default.nix
index ccb4cea95ecb..409553608235 100644
--- a/pkgs/applications/office/super-productivity/default.nix
+++ b/pkgs/applications/office/super-productivity/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "super-productivity";
- version = "7.10.1";
+ version = "7.11.5";
src = fetchurl {
url = "https://github.com/johannesjo/super-productivity/releases/download/v${version}/superProductivity-${version}.AppImage";
- sha256 = "sha256-jhCsC5G8epyclp2+DYpot1UMjo5mkMa0UO0bQZ1T0Ug=";
+ sha256 = "sha256-+RMQd2iQmvFfgBhpa5T5SQJsn9wZ3qocDkO9b0O+CsE=";
name = "${pname}-${version}.AppImage";
};
diff --git a/pkgs/applications/office/zotero/default.nix b/pkgs/applications/office/zotero/default.nix
index 7baac9f35fd6..b39fe00f2e09 100644
--- a/pkgs/applications/office/zotero/default.nix
+++ b/pkgs/applications/office/zotero/default.nix
@@ -41,12 +41,12 @@
stdenv.mkDerivation rec {
pname = "zotero";
- version = "6.0.4";
+ version = "6.0.8";
src = fetchurl {
url =
"https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
- sha256 = "sha256-KPvsyN3qpnG8/qRwTlWe2mZWnI9OfxlHu6OUubItJZc=";
+ sha256 = "sha256-S3s82F6kpjIOIqMIxlZIBT/7eNpLf6dHjOOaCYxdh6E=";
};
nativeBuildInputs = [ wrapGAppsHook ];
diff --git a/pkgs/applications/science/astronomy/kstars/default.nix b/pkgs/applications/science/astronomy/kstars/default.nix
index 9f58de432596..0474e7de2c6b 100644
--- a/pkgs/applications/science/astronomy/kstars/default.nix
+++ b/pkgs/applications/science/astronomy/kstars/default.nix
@@ -14,11 +14,11 @@
mkDerivation rec {
pname = "kstars";
- version = "3.5.8";
+ version = "3.5.9";
src = fetchurl {
url = "mirror://kde/stable/kstars/kstars-${version}.tar.xz";
- sha256 = "sha256-Zg2QKDe3q/OBDW4k9y/YTwREopvX1D4YlrGf7OHIjD8=";
+ sha256 = "sha256-SO8W1juP+MkXvXyNCP45AauYTbDrurAUtw4Gp4AA6X4=";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
diff --git a/pkgs/applications/science/chemistry/openmolcas/default.nix b/pkgs/applications/science/chemistry/openmolcas/default.nix
index c5f60c395ae2..52dd025bf027 100644
--- a/pkgs/applications/science/chemistry/openmolcas/default.nix
+++ b/pkgs/applications/science/chemistry/openmolcas/default.nix
@@ -15,14 +15,14 @@ let
in stdenv.mkDerivation {
pname = "openmolcas";
- version = "22.02";
+ version = "22.06";
src = fetchFromGitLab {
owner = "Molcas";
repo = "OpenMolcas";
# The tag keeps moving, fix a hash instead
- rev = "f8df69cf87b241a15ebc82d72a8f9a031a385dd4"; # 2022-02-10
- sha256 = "0p2xj8kgqdk5kb1jv5k77acbiqkbl2sh971jnz9p00cmbh556r6a";
+ rev = "17238da5c339c41ddf14ceb88f139d57143d7a14"; # 2022-06-17
+ sha256 = "0g17x5fp27b57f7j284xl3b3i9c4b909q504wpz0ipb0mrcvcpdp";
};
patches = [
@@ -32,6 +32,12 @@ in stdenv.mkDerivation {
./MKL-MPICH.patch
];
+ postPatch = ''
+ # Using env fails in the sandbox
+ substituteInPlace Tools/pymolcas/export.py --replace \
+ "/usr/bin/env','python3" "python3"
+ '';
+
nativeBuildInputs = [
perl
gfortran
diff --git a/pkgs/applications/science/electronics/fped/default.nix b/pkgs/applications/science/electronics/fped/default.nix
index f1c458f40d9f..b1244b79a89f 100644
--- a/pkgs/applications/science/electronics/fped/default.nix
+++ b/pkgs/applications/science/electronics/fped/default.nix
@@ -14,6 +14,11 @@ stdenv.mkDerivation {
sha256 = "0xv364a00zwxhd9kg1z9sch5y0cxnrhk546asspyb9bh58sdzfy7";
};
+ # Workaround build failure on -fno-common toolchains:
+ # ld: postscript.o:postscript.h:29: multiple definition of
+ # `postscript_params'; fped.o:postscript.h:29: first defined here
+ NIX_CFLAGS_COMPILE = "-fcommon";
+
# This uses '/bin/bash', '/usr/local' and 'lex' by default
makeFlags = [
"PREFIX=${placeholder "out"}"
diff --git a/pkgs/applications/science/geometry/gama/default.nix b/pkgs/applications/science/geometry/gama/default.nix
index b2226db46087..1e8c25098912 100644
--- a/pkgs/applications/science/geometry/gama/default.nix
+++ b/pkgs/applications/science/geometry/gama/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, lib, expat, octave, libxml2, texinfo, zip }:
stdenv.mkDerivation rec {
pname = "gama";
- version = "2.17";
+ version = "2.19";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
- sha256 = "sha256-AyUjcYDUjAYI4p0vVDO7SGqhbO83Kesd+JUUgQf5GPU=";
+ sha256 = "sha256-OCyUcKkQzp1nz9lgGSR4MRrP7XBR1kpIfPEA7PdSA1I=";
};
buildInputs = [ expat ];
diff --git a/pkgs/applications/science/math/wxmaxima/default.nix b/pkgs/applications/science/math/wxmaxima/default.nix
index f14fb489a996..aea24b84d1d4 100644
--- a/pkgs/applications/science/math/wxmaxima/default.nix
+++ b/pkgs/applications/science/math/wxmaxima/default.nix
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "wxmaxima";
- version = "22.03.0";
+ version = "22.05.0";
src = fetchFromGitHub {
owner = "wxMaxima-developers";
repo = "wxmaxima";
rev = "Version-${version}";
- sha256 = "sha256-ynLx1HPfDjLbyFziWFbjpCeUBaA3hAFRFm5/1GeFKRE=";
+ sha256 = "sha256-pcKnEjJmvMXCBpjtOSLyl4I0x3fjh0os9Sdp39I2Re0=";
};
buildInputs = [
diff --git a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
index b3a3eb2bd2a8..8d253e0bcc7a 100644
--- a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
+++ b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
@@ -19,11 +19,11 @@ let
in stdenv.mkDerivation rec {
pname = "gromacs";
- version = "2022.1";
+ version = "2022.2";
src = fetchurl {
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-${version}.tar.gz";
- sha256 = "sha256-hd2rUZfXlSSnAsSVnCxDvodeD8Rx3zo1Ikk53OhRJFA=";
+ sha256 = "1gq1bvscngsbf8231laam6z0v38lmy95nakxr5225ynjhkw08r35";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/applications/science/physics/dawn/default.nix b/pkgs/applications/science/physics/dawn/default.nix
new file mode 100644
index 000000000000..609a0e1c4cd3
--- /dev/null
+++ b/pkgs/applications/science/physics/dawn/default.nix
@@ -0,0 +1,34 @@
+{ lib
+, stdenv
+, fetchurl
+}:
+
+stdenv.mkDerivation rec {
+ pname = "dawn";
+ version = "3.91a";
+
+ src = fetchurl {
+ url = "https://geant4.kek.jp/~tanaka/src/dawn_${builtins.replaceStrings ["."] ["_"] version}.tgz";
+ hash = "sha256-gdhV6tERdoGxiCQt0L46JOAF2b1AY/0r2pp6eU689fQ=";
+ };
+
+ postPatch = ''
+ substituteInPlace Makefile \
+ --replace 'CC =' 'CC = $(CXX) #' \
+ --replace 'INSTALL_DIR =' "INSTALL_DIR = $out/bin#"
+ '';
+
+ dontConfigure = true;
+
+ preInstall = ''
+ mkdir -p "$out/bin"
+ '';
+
+ meta = with lib; {
+ description = "A vectorized 3D PostScript processor with analytical hidden line/surface removal";
+ license = licenses.unfree;
+ homepage = "https://geant4.kek.jp/~tanaka/DAWN/About_DAWN.html";
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ veprbl ];
+ };
+}
diff --git a/pkgs/applications/system/monitor/default.nix b/pkgs/applications/system/monitor/default.nix
index 5de6e1165dc4..493b4525d2f8 100644
--- a/pkgs/applications/system/monitor/default.nix
+++ b/pkgs/applications/system/monitor/default.nix
@@ -1,7 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
-, nix-update-script
+, gitUpdater
, meson
, ninja
, vala
@@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "monitor";
- version = "0.13.0";
+ version = "0.14.0";
src = fetchFromGitHub {
owner = "stsdc";
repo = "monitor";
rev = version;
- sha256 = "sha256-qwx60cp3Q6PL1iwRP+M9Rtmxcis0EByi8fk13H4cXfc=";
+ sha256 = "sha256-dw1FR9nU8MY6LBL3sF942azeSgKmCntXCk4+nhMb4Wo=";
fetchSubmodules = true;
};
@@ -75,8 +75,9 @@ stdenv.mkDerivation rec {
'';
passthru = {
- updateScript = nix-update-script {
- attrPath = pname;
+ updateScript = gitUpdater {
+ inherit pname version;
+ ignoredVersions = "ci.*";
};
};
diff --git a/pkgs/applications/version-management/git-and-tools/git-machete/default.nix b/pkgs/applications/version-management/git-and-tools/git-machete/default.nix
index 070d9eab2b4d..265e9b48181b 100644
--- a/pkgs/applications/version-management/git-and-tools/git-machete/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-machete/default.nix
@@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
- version = "3.10.0";
+ version = "3.10.1";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-jZkc9YA4kE/Gr4/FRzgd0VvEjSrw5rk7DB5qH8Z5o6c=";
+ sha256 = "sha256-ofadxKWhfeC2Sx1IJKXOTmukK5m1TOU5244e4kEGM90=";
};
nativeBuildInputs = [ installShellFiles ];
diff --git a/pkgs/applications/version-management/gitkraken/default.nix b/pkgs/applications/version-management/gitkraken/default.nix
index 53f2e5d01b85..a0bc7477c611 100644
--- a/pkgs/applications/version-management/gitkraken/default.nix
+++ b/pkgs/applications/version-management/gitkraken/default.nix
@@ -10,24 +10,24 @@ with lib;
let
pname = "gitkraken";
- version = "8.5.0";
+ version = "8.6.0";
throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
srcs = {
x86_64-linux = fetchzip {
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
- sha256 = "sha256-2ox7SI5tjoXR2qrhE+S/K2GQfq0wuTduKHAEpIOoulQ=";
+ sha256 = "sha256-BBhKenEm1D680wJ1hmIOM/AdXN1DxoipLf9K4eHESzs=";
};
x86_64-darwin = fetchzip {
url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip";
- sha256 = "sha256-+F++2L1WYVem96y7R93aPWiWySnUrg+b1q1gIJX69yw=";
+ sha256 = "sha256-fyRhvaKDGYyKu6lAxHb5ve7Ix+7Tuu5JWXnqBF73ti4=";
};
aarch64-darwin = fetchzip {
url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip";
- sha256 = "sha256-7WD9drsE93SR53Xqz+cmrnsVd4l4SIoud/Agq32QM4M=";
+ sha256 = "sha256-qbu3gPTo5zY7OQyULY2iIUDQjwjlL4xZdkl68rE3VHA=";
};
};
diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix
index ab1f427c4b8e..98e415704cce 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -21,11 +21,11 @@ let
self = python3Packages.buildPythonApplication rec {
pname = "mercurial${lib.optionalString fullBuild "-full"}";
- version = "6.1.3";
+ version = "6.1.4";
src = fetchurl {
url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz";
- sha256 = "sha256-4CLB7yjlUCeT9DBnJOhEPF1ycUhBkG9GyjUe/XupG3w=";
+ sha256 = "sha256-82H5gCs241esAZzrcSyhHegzKwfere7Y36kE8Fv3yng=";
};
format = "other";
@@ -35,7 +35,7 @@ let
cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball {
inherit src;
name = "mercurial-${version}";
- sha256 = "sha256-NL4rzP9ljhdBtcJOGq759dNnzg2jANhZzMvpez+CbpM=";
+ sha256 = "sha256-GEsRA8od2S9v5xipCwsCmkdLvKKpbbKJGNqPFmrZASQ=";
sourceRoot = "mercurial-${version}/rust";
} else null;
cargoRoot = if rustSupport then "rust" else null;
diff --git a/pkgs/applications/version-management/sublime-merge/default.nix b/pkgs/applications/version-management/sublime-merge/default.nix
index 6526fdb2d1be..faf4ef773790 100644
--- a/pkgs/applications/version-management/sublime-merge/default.nix
+++ b/pkgs/applications/version-management/sublime-merge/default.nix
@@ -4,13 +4,13 @@ let
common = opts: callPackage (import ./common.nix opts);
in {
sublime-merge = common {
- buildVersion = "2071";
- sha256 = "xYVk5Fx6VdoHzf0cbmhwKyEr5HDEZgPgDoBWQg/tS0U=";
+ buildVersion = "2074";
+ sha256 = "REo59Lpi0fmAOp0XJa4Iln3VKxR5kRiMpz2zfqz1MQs=";
} {};
sublime-merge-dev = common {
- buildVersion = "2070";
- sha256 = "2AA2HBF19g34ov6ytjL2caqS7Ro4eyj18vzwINm0CTw=";
+ buildVersion = "2073";
+ sha256 = "AQ0ESdi45LHndRNJnkYS+o9L+dlRJkw3nzBfJo8FYPc=";
dev = true;
} {};
}
diff --git a/pkgs/applications/video/haruna/default.nix b/pkgs/applications/video/haruna/default.nix
index 5d204e8297a5..ad01eab08a46 100644
--- a/pkgs/applications/video/haruna/default.nix
+++ b/pkgs/applications/video/haruna/default.nix
@@ -6,69 +6,68 @@
, cmake
, extra-cmake-modules
, ffmpeg-full
-, kcodecs
, kconfig
, kcoreaddons
, kfilemetadata
, ki18n
, kiconthemes
, kio
-, kio-extras
, kirigami2
, kxmlgui
+, kdoctools
, mpv
, pkg-config
+, wrapQtAppsHook
, qqc2-desktop-style
, qtbase
, qtquickcontrols2
-, qtwayland
-, youtube-dl
+, yt-dlp
}:
mkDerivation rec {
pname = "haruna";
- version = "0.7.3";
+ version = "0.8.0";
src = fetchFromGitLab {
owner = "multimedia";
repo = "haruna";
rev = "v${version}";
- sha256 = "sha256-pFrmTaRvsqxJw34VULzfjx2k56kJgkB96nJtai2D1wY=";
+ sha256 = "sha256-Lom9iQUKH3lQHrVK4dJzo+FG79xSCg0b4gY/KAevL6I=";
domain = "invent.kde.org";
};
buildInputs = [
breeze-icons
breeze-qt5
+ qqc2-desktop-style
+ yt-dlp
+
ffmpeg-full
- kcodecs
kconfig
kcoreaddons
kfilemetadata
ki18n
kiconthemes
kio
- kio-extras
kirigami2
kxmlgui
+ kdoctools
mpv
- qqc2-desktop-style
qtbase
qtquickcontrols2
- qtwayland
- youtube-dl
];
nativeBuildInputs = [
cmake
extra-cmake-modules
pkg-config
+ wrapQtAppsHook
];
meta = with lib; {
- homepage = "https://github.com/g-fb/haruna";
+ homepage = "https://invent.kde.org/multimedia/haruna";
description = "Open source video player built with Qt/QML and libmpv";
- license = with licenses; [ bsd3 cc-by-40 gpl3Plus wtfpl ];
+ license = with licenses; [ bsd3 cc-by-40 cc-by-sa-40 cc0 gpl2Plus gpl3Plus wtfpl ];
maintainers = with maintainers; [ jojosch ];
};
}
diff --git a/pkgs/applications/video/jellyfin-media-player/default.nix b/pkgs/applications/video/jellyfin-media-player/default.nix
index 82d34d188ff6..224d2d934d95 100644
--- a/pkgs/applications/video/jellyfin-media-player/default.nix
+++ b/pkgs/applications/video/jellyfin-media-player/default.nix
@@ -22,22 +22,18 @@
, qtwebchannel
, qtwebengine
, qtx11extras
+, jellyfin-web
}:
mkDerivation rec {
pname = "jellyfin-media-player";
- version = "1.6.1";
+ version = "1.7.0";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-media-player";
rev = "v${version}";
- sha256 = "sha256-iqwOv95JFxQ1j/9B+oBFAp7mD1/1g2EJYvvUKbrDQes=";
- };
-
- jmpDist = fetchzip {
- url = "https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.3/dist.zip";
- sha256 = "sha256-P7WEYbVvpaVLwMgqC2e8QtMOaJclg0bX78J1fdGzcCU=";
+ sha256 = "sha256-eDCfqSNkKVm8MC4XA1NhQSByy9zhfyQRPM8OlSKcIvc=";
};
patches = [
@@ -81,9 +77,8 @@ mkDerivation rec {
];
preBuild = ''
- # copy the webclient-files to the expected "dist" directory
- mkdir -p dist
- cp -a ${jmpDist}/* dist
+ # link the jellyfin-web files to the expected "dist" directory
+ ln -s ${jellyfin-web}/share/jellyfin-web dist
'';
postInstall = lib.optionalString stdenv.isDarwin ''
diff --git a/pkgs/applications/window-managers/sway/idle.nix b/pkgs/applications/window-managers/sway/idle.nix
index 4b2909eac216..97e3febc7b94 100644
--- a/pkgs/applications/window-managers/sway/idle.nix
+++ b/pkgs/applications/window-managers/sway/idle.nix
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub
, meson, ninja, pkg-config, scdoc, wayland-scanner
-, wayland, wayland-protocols
+, wayland, wayland-protocols, runtimeShell
, systemdSupport ? stdenv.isLinux, systemd
}:
@@ -22,7 +22,13 @@ stdenv.mkDerivation rec {
mesonFlags = [ "-Dman-pages=enabled" "-Dlogind=${if systemdSupport then "enabled" else "disabled"}" ];
- postPatch = "substituteInPlace main.c --replace '%lu' '%zu'";
+ # Remove the `%zu` patch for the next release after 1.7.1.
+ # https://github.com/swaywm/swayidle/commit/e81d40fca7533f73319e76e42fa9694b21cc9e6e
+ postPatch = ''
+ substituteInPlace main.c \
+ --replace '%lu' '%zu' \
+ --replace '"sh"' '"${runtimeShell}"'
+ '';
meta = with lib; {
description = "Idle management daemon for Wayland";
diff --git a/pkgs/data/themes/plasma-overdose-kde-theme/default.nix b/pkgs/data/themes/plasma-overdose-kde-theme/default.nix
new file mode 100644
index 000000000000..dc80c669804a
--- /dev/null
+++ b/pkgs/data/themes/plasma-overdose-kde-theme/default.nix
@@ -0,0 +1,38 @@
+{ lib, stdenv, fetchFromGitHub }:
+
+stdenv.mkDerivation {
+ pname = "plasma-overdose-kde-theme";
+ version = "unstable-2022-05-30";
+
+ src = fetchFromGitHub {
+ owner = "Notify-ctrl";
+ repo = "Plasma-Overdose";
+ rev = "d8bf078b4819885d590db27cd1d25d8f4f08fe4c";
+ sha256 = "187f6rlvb2wf5sj3mgr69mfwh9fpqchw4yg6nzv54l98msmxc4h0";
+ };
+
+ installPhase = ''
+ runHook preInstall
+
+ mkdir -p $out/share
+ mv colorschemes $out/share/color-schemes
+ mv plasma $out/share/plasma
+
+ mkdir -p $out/share/aurorae
+ mv aurorae $out/share/aurorae/themes
+
+ mkdir -p $out/share/icons/Plasma-Overdose
+ mv cursors/index.theme $out/share/icons/Plasma-Overdose/cursor.theme
+ mv cursors/cursors $out/share/icons/Plasma-Overdose/cursors
+
+ runHook postInstall
+ '';
+
+ meta = with lib; {
+ description = "Cute KDE theme inspired by the game Needy Girl Overdose";
+ homepage = "https://github.com/Notify-ctrl/Plasma-Overdose";
+ license = licenses.gpl3;
+ platforms = platforms.all;
+ maintainers = with maintainers; [ takagiy ];
+ };
+}
diff --git a/pkgs/desktops/gnome/apps/vinagre/default.nix b/pkgs/desktops/gnome/apps/vinagre/default.nix
index 31e198783e04..9445a5683da9 100644
--- a/pkgs/desktops/gnome/apps/vinagre/default.nix
+++ b/pkgs/desktops/gnome/apps/vinagre/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, pkg-config, gtk3, gnome, vte, libxml2, gtk-vnc, intltool
+{ lib, stdenv, fetchurl, fetchpatch, pkg-config, gtk3, gnome, vte, libxml2, gtk-vnc, intltool
, libsecret, itstool, wrapGAppsHook, librsvg }:
stdenv.mkDerivation rec {
@@ -10,6 +10,16 @@ stdenv.mkDerivation rec {
sha256 = "cd1cdbacca25c8d1debf847455155ee798c3e67a20903df8b228d4ece5505e82";
};
+ patches = [
+ # Pull fix pending upstream inclusion for -fno-common toolchain support:
+ # https://gitlab.gnome.org/GNOME/vinagre/-/merge_requests/8
+ (fetchpatch {
+ name = "fno-common.patch";
+ url = "https://gitlab.gnome.org/GNOME/vinagre/-/commit/c51662cf4338516773d64776c3c92796917ff2bd.diff";
+ sha256 = "0zn8cd93hjdz6rw2d7gfl1ghzkc9h0x40k9l0jx3n5qfwdq4sir8";
+ })
+ ];
+
nativeBuildInputs = [ pkg-config intltool itstool wrapGAppsHook ];
buildInputs = [
gtk3 vte libxml2 gtk-vnc libsecret gnome.adwaita-icon-theme librsvg
diff --git a/pkgs/desktops/gnome/misc/nautilus-python/default.nix b/pkgs/desktops/gnome/misc/nautilus-python/default.nix
index ed1fd365ebc6..c1d58e2dbda9 100644
--- a/pkgs/desktops/gnome/misc/nautilus-python/default.nix
+++ b/pkgs/desktops/gnome/misc/nautilus-python/default.nix
@@ -51,6 +51,13 @@ stdenv.mkDerivation rec {
gtk3 # required by libnautilus-extension
];
+ # Workaround build failure on -fno-common toolchains:
+ # ld: nautilus-python-object.o:src/nautilus-python.h:61: multiple definition of
+ # `_PyNautilusMenu_Type'; nautilus-python.o:src/nautilus-python.h:61: first defined here
+ # TODO: remove it once upstream fixes and releases:
+ # https://gitlab.gnome.org/GNOME/nautilus-python/-/merge_requests/7
+ NIX_CFLAGS_COMPILE = "-fcommon";
+
makeFlags = [
"PYTHON_LIB_LOC=${python3}/lib"
];
diff --git a/pkgs/desktops/plasma-5/powerdevil.nix b/pkgs/desktops/plasma-5/powerdevil.nix
index 47551cedfb2c..df575fcb987a 100644
--- a/pkgs/desktops/plasma-5/powerdevil.nix
+++ b/pkgs/desktops/plasma-5/powerdevil.nix
@@ -9,6 +9,15 @@
mkDerivation {
pname = "powerdevil";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
+ patches = [
+ # Backported fix for https://bugs.kde.org/show_bug.cgi?id=454161
+ # FIXME: remove for next release
+ (fetchpatch {
+ name = "brightness-overflow-fix";
+ url = "https://invent.kde.org/plasma/powerdevil/-/commit/2ebe655d220c9167b66893a823b2fff2e2b8a531.patch";
+ sha256 = "sha256-Sf2q0CImLYjy1fTp9AWbCeRG05liUkemhfEXL/0MIQI=";
+ })
+ ];
buildInputs = [
kconfig kdbusaddons knotifyconfig solid udev bluez-qt kactivities kauth
kglobalaccel ki18n kio kidletime kwayland libkscreen
diff --git a/pkgs/development/compilers/binaryen/default.nix b/pkgs/development/compilers/binaryen/default.nix
index 3efc0f1ceab3..0df831831ba9 100644
--- a/pkgs/development/compilers/binaryen/default.nix
+++ b/pkgs/development/compilers/binaryen/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "binaryen";
- version = "102";
+ version = "105";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "binaryen";
rev = "version_${version}";
- sha256 = "sha256-UlktpY9tyjYNkmiBZM42QGg67kcPo7VDy2B4Ty1YIew=";
+ sha256 = "0yg9rarjv1gfbq225cj9hnbgx99n5az2m19qwfp8z41dwhh71igm";
};
nativeBuildInputs = [ cmake python3 ];
diff --git a/pkgs/development/compilers/emscripten/default.nix b/pkgs/development/compilers/emscripten/default.nix
index af78b56c097f..47464e52ddbd 100644
--- a/pkgs/development/compilers/emscripten/default.nix
+++ b/pkgs/development/compilers/emscripten/default.nix
@@ -3,11 +3,12 @@
, llvmPackages
, symlinkJoin, makeWrapper, substituteAll
, mkYarnModules
+, fetchpatch
}:
stdenv.mkDerivation rec {
pname = "emscripten";
- version = "3.0.0";
+ version = "3.1.10";
llvmEnv = symlinkJoin {
name = "emscripten-llvm-${version}";
@@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "emscripten-core";
repo = "emscripten";
- sha256 = "sha256-HlXcPKlmBTwEKgTfeMg6QoMKMbK++bpv2fu1DyolrHs=";
+ sha256 = "03k0pd5hna7khrnn3k3ln38h9w0vyaicfzvfqlqbxi4zz8jikrdb";
rev = version;
};
@@ -38,6 +39,11 @@ stdenv.mkDerivation rec {
src = ./0001-emulate-clang-sysroot-include-logic.patch;
resourceDir = "${llvmEnv}/lib/clang/${llvmPackages.release_version}/";
})
+ (fetchpatch {
+ # https://github.com/emscripten-core/emscripten/pull/16986
+ url = "https://github.com/emscripten-core/emscripten/commit/d5ef6937fe395488e23a82c1e582a7ea5c2dab83.patch";
+ sha256 = "sha256-YX5DG8i5x6S7XnU58etEapDd+o5SuzbFIGv8v/9+T3E=";
+ })
];
buildPhase = ''
diff --git a/pkgs/development/compilers/emscripten/package.json b/pkgs/development/compilers/emscripten/package.json
index 1102fd62ef2a..485fc87b9e34 100644
--- a/pkgs/development/compilers/emscripten/package.json
+++ b/pkgs/development/compilers/emscripten/package.json
@@ -1,21 +1,21 @@
{
"name": "emscripten",
- "version": "2.0.26",
+ "version": "3.1.10",
"private": true,
"devDependencies": {
- "es-check": "^5.2.4",
- "eslint": "^7.29.0",
+ "es-check": "^6.1.1",
+ "eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
- "source-map": "0.5.7",
- "ws": "~0.4.28"
+ "source-map": "0.7.3",
+ "ws": "^8.5.0"
},
"dependencies": {
- "acorn": "8.4.1",
- "google-closure-compiler": "20210601.0.0",
- "html-minifier-terser": "5.1.1",
+ "acorn": "^8.7.0",
+ "google-closure-compiler": "20220104.0.0",
+ "html-minifier-terser": "6.1.0",
"wasm2c": "1.0.0"
},
"scripts": {
- "lint": "eslint src/parseTools.js"
+ "lint": "eslint ."
}
}
diff --git a/pkgs/development/compilers/emscripten/yarn.lock b/pkgs/development/compilers/emscripten/yarn.lock
index 0e8853952950..5a28df7f8dcd 100644
--- a/pkgs/development/compilers/emscripten/yarn.lock
+++ b/pkgs/development/compilers/emscripten/yarn.lock
@@ -2,63 +2,136 @@
# yarn lockfile v1
-"@babel/code-frame@7.12.11":
- version "7.12.11"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
- integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
+"@caporal/core@^2.0.2":
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@caporal/core/-/core-2.0.2.tgz#b7dd808cc58caa45786cf4b5b1603b37bf77ac72"
+ integrity sha512-o3J5aZINFWkkL+sL0DUs1dPHJjaetAAdwMRLbJ4U8aJW3K81E323IFMkFNYcOwTiPVhNzllC3USxZbU6xWFjFg==
dependencies:
- "@babel/highlight" "^7.10.4"
+ "@types/glob" "^7.1.1"
+ "@types/lodash" "4.14.149"
+ "@types/node" "13.9.3"
+ "@types/table" "5.0.0"
+ "@types/tabtab" "^3.0.1"
+ "@types/wrap-ansi" "^3.0.0"
+ chalk "3.0.0"
+ glob "^7.1.6"
+ lodash "4.17.15"
+ table "5.4.6"
+ tabtab "^3.0.2"
+ winston "3.2.1"
+ wrap-ansi "^6.2.0"
-"@babel/helper-validator-identifier@^7.14.5":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
- integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
+"@colors/colors@1.5.0":
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
+ integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
-"@babel/highlight@^7.10.4":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
- integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
- dependencies:
- "@babel/helper-validator-identifier" "^7.14.5"
- chalk "^2.0.0"
- js-tokens "^4.0.0"
-
-"@eslint/eslintrc@^0.4.2":
- version "0.4.2"
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
- integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
+"@eslint/eslintrc@^1.2.3":
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
+ integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
dependencies:
ajv "^6.12.4"
- debug "^4.1.1"
- espree "^7.3.0"
+ debug "^4.3.2"
+ espree "^9.3.2"
globals "^13.9.0"
- ignore "^4.0.6"
+ ignore "^5.2.0"
import-fresh "^3.2.1"
- js-yaml "^3.13.1"
- minimatch "^3.0.4"
+ js-yaml "^4.1.0"
+ minimatch "^3.1.2"
strip-json-comments "^3.1.1"
-acorn-jsx@^5.3.1:
- version "5.3.1"
- resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
- integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
+"@humanwhocodes/config-array@^0.9.2":
+ version "0.9.5"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
+ integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==
+ dependencies:
+ "@humanwhocodes/object-schema" "^1.2.1"
+ debug "^4.1.1"
+ minimatch "^3.0.4"
-acorn@8.4.1:
- version "8.4.1"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
- integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
+"@humanwhocodes/object-schema@^1.2.1":
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
+ integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
-acorn@^6.4.1:
- version "6.4.2"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
- integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
+"@nodelib/fs.scandir@2.1.5":
+ version "2.1.5"
+ resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
+ integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
+ dependencies:
+ "@nodelib/fs.stat" "2.0.5"
+ run-parallel "^1.1.9"
-acorn@^7.4.0:
- version "7.4.1"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
- integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
+"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
+ version "2.0.5"
+ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
+ integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
-ajv@^6.10.0, ajv@^6.12.4:
+"@nodelib/fs.walk@^1.2.3":
+ version "1.2.8"
+ resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
+ integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
+ dependencies:
+ "@nodelib/fs.scandir" "2.1.5"
+ fastq "^1.6.0"
+
+"@types/glob@^7.1.1":
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
+ integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
+ dependencies:
+ "@types/minimatch" "*"
+ "@types/node" "*"
+
+"@types/lodash@4.14.149":
+ version "4.14.149"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440"
+ integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ==
+
+"@types/minimatch@*":
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
+ integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
+
+"@types/node@*":
+ version "17.0.32"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.32.tgz#51d59d7a90ef2d0ae961791e0900cad2393a0149"
+ integrity sha512-eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw==
+
+"@types/node@13.9.3":
+ version "13.9.3"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.3.tgz#6356df2647de9eac569f9a52eda3480fa9e70b4d"
+ integrity sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA==
+
+"@types/table@5.0.0":
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/@types/table/-/table-5.0.0.tgz#67c3821138eb41d538c3d9286771c6cdeeac7172"
+ integrity sha512-fQLtGLZXor264zUPWI95WNDsZ3QV43/c0lJpR/h1hhLJumXRmHNsrvBfEzW2YMhb0EWCsn4U6h82IgwsajAuTA==
+
+"@types/tabtab@^3.0.1":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@types/tabtab/-/tabtab-3.0.2.tgz#047657fdeb98a13bfd38c6d92d8327066759695c"
+ integrity sha512-d8aOSJPS3SEGZevyr7vbAVUNPWGFmdFlk13vbPPK87vz+gYGM57L8T11k4wK2mOgQYZjEVYQEqmCTvupPoQBWw==
+ dependencies:
+ "@types/node" "*"
+
+"@types/wrap-ansi@^3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
+ integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
+
+acorn-jsx@^5.3.2:
+ version "5.3.2"
+ resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
+ integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
+
+acorn@^8.5.0, acorn@^8.7.0, acorn@^8.7.1:
+ version "8.7.1"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
+ integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
+
+ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.4:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -68,47 +141,32 @@ ajv@^6.10.0, ajv@^6.12.4:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
-ajv@^8.0.1:
- version "8.6.0"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.0.tgz#60cc45d9c46a477d80d92c48076d972c342e5720"
- integrity sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==
- dependencies:
- fast-deep-equal "^3.1.1"
- json-schema-traverse "^1.0.0"
- require-from-string "^2.0.2"
- uri-js "^4.2.2"
-
-ansi-colors@^4.1.1:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
- integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
-
-ansi-escapes@^1.1.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
- integrity sha1-06ioOzGapneTZisT52HHkRQiMG4=
-
-ansi-regex@^2.0.0:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
- integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
+ansi-escapes@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
+ integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
ansi-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
+ansi-regex@^4.1.0:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
+ integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
+
ansi-regex@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
-ansi-styles@^2.2.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
- integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
+ansi-regex@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
+ integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
-ansi-styles@^3.2.1:
+ansi-styles@^3.2.0, ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -122,46 +180,28 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
dependencies:
color-convert "^2.0.1"
-ansi@^0.3.0, ansi@~0.3.1:
- version "0.3.1"
- resolved "https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz#0c42d4fb17160d5a9af1e484bace1c66922c1b21"
- integrity sha1-DELU+xcWDVqa8eSEus4cZpIsGyE=
+argparse@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
+ integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
-are-we-there-yet@~1.1.2:
- version "1.1.5"
- resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
- integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==
- dependencies:
- delegates "^1.0.0"
- readable-stream "^2.0.6"
-
-argparse@^1.0.7:
- version "1.0.10"
- resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
- integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
- dependencies:
- sprintf-js "~1.0.2"
-
-astral-regex@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
- integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
-
-async@~1.0.0:
+astral-regex@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9"
- integrity sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=
+ resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
+ integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
+
+async@^2.6.1:
+ version "2.6.4"
+ resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
+ integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
+ dependencies:
+ lodash "^4.17.14"
balanced-match@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
-bluebird@^3.4.7:
- version "3.7.2"
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
- integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
-
brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -170,6 +210,13 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"
+braces@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
+ integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
+ dependencies:
+ fill-range "^7.0.1"
+
buffer-from@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
@@ -180,7 +227,7 @@ callsites@^3.0.0:
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
-camel-case@^4.1.1:
+camel-case@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a"
integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
@@ -188,22 +235,7 @@ camel-case@^4.1.1:
pascal-case "^3.1.2"
tslib "^2.0.3"
-caporal@1.4.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/caporal/-/caporal-1.4.0.tgz#d6087b815e3df97c3a0f55dbb82850fae29ed585"
- integrity sha512-3pWfIwKVdIbB/gWmpLloO6iGAXTRi9mcTinPOwvHfzH3BYjOhLgq2XRG3hKtp+F6vBcBXxMgCobUzBAx1d8T4A==
- dependencies:
- bluebird "^3.4.7"
- cli-table3 "^0.5.0"
- colorette "^1.0.1"
- fast-levenshtein "^2.0.6"
- lodash "^4.17.14"
- micromist "1.1.0"
- prettyjson "^1.2.1"
- tabtab "^2.2.2"
- winston "^2.3.1"
-
-chalk@2.x, chalk@^2.0.0:
+chalk@2.x, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -212,16 +244,13 @@ chalk@2.x, chalk@^2.0.0:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"
-chalk@^1.0.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
- integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
+chalk@3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
+ integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
dependencies:
- ansi-styles "^2.2.1"
- escape-string-regexp "^1.0.2"
- has-ansi "^2.0.0"
- strip-ansi "^3.0.0"
- supports-color "^2.0.0"
+ ansi-styles "^4.1.0"
+ supports-color "^7.1.0"
chalk@^4.0.0:
version "4.1.1"
@@ -231,29 +260,24 @@ chalk@^4.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
-clean-css@^4.2.3:
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78"
- integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==
+chardet@^0.7.0:
+ version "0.7.0"
+ resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
+ integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
+
+clean-css@^5.2.2:
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.0.tgz#ad3d8238d5f3549e83d5f87205189494bc7cbb59"
+ integrity sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==
dependencies:
source-map "~0.6.0"
-cli-cursor@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987"
- integrity sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=
+cli-cursor@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
+ integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=
dependencies:
- restore-cursor "^1.0.1"
-
-cli-table3@^0.5.0:
- version "0.5.1"
- resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.5.1.tgz#0252372d94dfc40dbd8df06005f48f31f656f202"
- integrity sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==
- dependencies:
- object-assign "^4.1.0"
- string-width "^2.1.1"
- optionalDependencies:
- colors "^1.1.2"
+ restore-cursor "^2.0.0"
cli-width@^2.0.0:
version "2.2.1"
@@ -284,12 +308,7 @@ cloneable-readable@^1.0.0:
process-nextick-args "^2.0.0"
readable-stream "^2.3.5"
-code-point-at@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
- integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
-
-color-convert@^1.9.0:
+color-convert@^1.9.0, color-convert@^1.9.3:
version "1.9.3"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -308,56 +327,55 @@ color-name@1.1.3:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
-color-name@~1.1.4:
+color-name@^1.0.0, color-name@~1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
-colorette@^1.0.1:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
- integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
+color-string@^1.6.0:
+ version "1.9.1"
+ resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
+ integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
+ dependencies:
+ color-name "^1.0.0"
+ simple-swizzle "^0.2.2"
-colors@1.0.x:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
- integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
+color@^3.1.3:
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164"
+ integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==
+ dependencies:
+ color-convert "^1.9.3"
+ color-string "^1.6.0"
-colors@^1.1.2:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
- integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
+colornames@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/colornames/-/colornames-1.1.1.tgz#f8889030685c7c4ff9e2a559f5077eb76a816f96"
+ integrity sha1-+IiQMGhcfE/54qVZ9Qd+t2qBb5Y=
+
+colorspace@1.1.x:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/colorspace/-/colorspace-1.1.4.tgz#8d442d1186152f60453bf8070cd66eb364e59243"
+ integrity sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==
+ dependencies:
+ color "^3.1.3"
+ text-hex "1.0.x"
commander@^2.20.0:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
-commander@^4.1.1:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
- integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
-
-commander@~2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/commander/-/commander-2.1.0.tgz#d121bbae860d9992a3d517ba96f56588e47c6781"
- integrity sha1-0SG7roYNmZKj1Re6lvVliOR8Z4E=
+commander@^8.3.0:
+ version "8.3.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
+ integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
concat-map@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
-concat-stream@^1.4.7:
- version "1.6.2"
- resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
- integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
- dependencies:
- buffer-from "^1.0.0"
- inherits "^2.0.3"
- readable-stream "^2.2.2"
- typedarray "^0.0.6"
-
core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -372,18 +390,6 @@ cross-spawn@^7.0.2:
shebang-command "^2.0.0"
which "^2.0.1"
-cycle@1.0.x:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/cycle/-/cycle-1.0.3.tgz#21e80b2be8580f98b468f379430662b046c34ad2"
- integrity sha1-IegLK+hYD5i0aPN5QwZisEbDStI=
-
-debug@^2.2.0:
- version "2.6.9"
- resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
- integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
- dependencies:
- ms "2.0.0"
-
debug@^4.0.1, debug@^4.1.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
@@ -391,15 +397,26 @@ debug@^4.0.1, debug@^4.1.1:
dependencies:
ms "2.1.2"
+debug@^4.3.2:
+ version "4.3.4"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
+ integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
+ dependencies:
+ ms "2.1.2"
+
deep-is@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
-delegates@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
- integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
+diagnostics@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/diagnostics/-/diagnostics-1.1.1.tgz#cab6ac33df70c9d9a727490ae43ac995a769b22a"
+ integrity sha512-8wn1PmdunLJ9Tqbx+Fx/ZEuHfJf4NKSN2ZBj7SJC/OWRWha843+WsTjqMe1B5E3p28jqBlp+mJ2fPVxPyNgYKQ==
+ dependencies:
+ colorspace "1.1.x"
+ enabled "1.0.x"
+ kuler "1.0.x"
doctrine@^3.0.0:
version "3.0.0"
@@ -416,28 +433,43 @@ dot-case@^3.0.4:
no-case "^3.0.4"
tslib "^2.0.3"
+emoji-regex@^7.0.1:
+ version "7.0.3"
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
+ integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
+
emoji-regex@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
-enquirer@^2.3.5:
- version "2.3.6"
- resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
- integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
+enabled@1.0.x:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/enabled/-/enabled-1.0.2.tgz#965f6513d2c2d1c5f4652b64a2e3396467fc2f93"
+ integrity sha1-ll9lE9LC0cX0ZStkouM5ZGf8L5M=
dependencies:
- ansi-colors "^4.1.1"
+ env-variable "0.0.x"
-es-check@^5.2.4:
- version "5.2.4"
- resolved "https://registry.yarnpkg.com/es-check/-/es-check-5.2.4.tgz#76fe2d96ad238bd8ec1d9c3b3d0e98ddbcc723e7"
- integrity sha512-FZ3qAJ9hwguqPvGGagaKAVDnusSkezeHbiKNM5rOepOjloeVuX2e6meMxQ+mKcnWbAFucCG7fszNrzUT8bvHcQ==
+env-variable@0.0.x:
+ version "0.0.6"
+ resolved "https://registry.yarnpkg.com/env-variable/-/env-variable-0.0.6.tgz#74ab20b3786c545b62b4a4813ab8cf22726c9808"
+ integrity sha512-bHz59NlBbtS0NhftmR8+ExBEekE7br0e01jw+kk0NDro7TtZzBYZ5ScGPs3OmwnpyfHTHOtr1Y6uedCdrIldtg==
+
+es-check@^6.1.1:
+ version "6.2.1"
+ resolved "https://registry.yarnpkg.com/es-check/-/es-check-6.2.1.tgz#08d6f5de2045da5d8f1535c66eac39bb611b2b65"
+ integrity sha512-IPiRXUlwSTd2yMklIf9yEGe6GK5wCS8Sz1aTNHm1QSiYzI4aiq19giYbLi95tb+e0JJVKmcU0iQXQWW60a8V9A==
dependencies:
- acorn "^6.4.1"
- caporal "1.4.0"
- glob "^7.1.2"
+ "@caporal/core" "^2.0.2"
+ acorn "^8.7.0"
+ fast-glob "^3.2.11"
-escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
+es6-promisify@^6.0.0:
+ version "6.1.1"
+ resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-6.1.1.tgz#46837651b7b06bf6fff893d03f29393668d01621"
+ integrity sha512-HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg==
+
+escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
@@ -452,89 +484,80 @@ eslint-config-google@^0.14.0:
resolved "https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz#4f5f8759ba6e11b424294a219dbfa18c508bcc1a"
integrity sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==
-eslint-scope@^5.1.1:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
- integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
+eslint-scope@^7.1.1:
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
+ integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
dependencies:
esrecurse "^4.3.0"
- estraverse "^4.1.1"
+ estraverse "^5.2.0"
-eslint-utils@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
- integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
+eslint-utils@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
+ integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
dependencies:
- eslint-visitor-keys "^1.1.0"
-
-eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
- integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
+ eslint-visitor-keys "^2.0.0"
eslint-visitor-keys@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
-eslint@^7.29.0:
- version "7.29.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
+eslint-visitor-keys@^3.3.0:
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
+ integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
+
+eslint@^8.6.0:
+ version "8.15.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
+ integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
dependencies:
- "@babel/code-frame" "7.12.11"
- "@eslint/eslintrc" "^0.4.2"
+ "@eslint/eslintrc" "^1.2.3"
+ "@humanwhocodes/config-array" "^0.9.2"
ajv "^6.10.0"
chalk "^4.0.0"
cross-spawn "^7.0.2"
- debug "^4.0.1"
+ debug "^4.3.2"
doctrine "^3.0.0"
- enquirer "^2.3.5"
escape-string-regexp "^4.0.0"
- eslint-scope "^5.1.1"
- eslint-utils "^2.1.0"
- eslint-visitor-keys "^2.0.0"
- espree "^7.3.1"
+ eslint-scope "^7.1.1"
+ eslint-utils "^3.0.0"
+ eslint-visitor-keys "^3.3.0"
+ espree "^9.3.2"
esquery "^1.4.0"
esutils "^2.0.2"
fast-deep-equal "^3.1.3"
file-entry-cache "^6.0.1"
functional-red-black-tree "^1.0.1"
- glob-parent "^5.1.2"
+ glob-parent "^6.0.1"
globals "^13.6.0"
- ignore "^4.0.6"
+ ignore "^5.2.0"
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
is-glob "^4.0.0"
- js-yaml "^3.13.1"
+ js-yaml "^4.1.0"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.4.1"
lodash.merge "^4.6.2"
- minimatch "^3.0.4"
+ minimatch "^3.1.2"
natural-compare "^1.4.0"
optionator "^0.9.1"
- progress "^2.0.0"
- regexpp "^3.1.0"
- semver "^7.2.1"
- strip-ansi "^6.0.0"
+ regexpp "^3.2.0"
+ strip-ansi "^6.0.1"
strip-json-comments "^3.1.0"
- table "^6.0.9"
text-table "^0.2.0"
v8-compile-cache "^2.0.3"
-espree@^7.3.0, espree@^7.3.1:
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
- integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
+espree@^9.3.2:
+ version "9.3.2"
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
+ integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
dependencies:
- acorn "^7.4.0"
- acorn-jsx "^5.3.1"
- eslint-visitor-keys "^1.3.0"
-
-esprima@^4.0.0:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
- integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
+ acorn "^8.7.1"
+ acorn-jsx "^5.3.2"
+ eslint-visitor-keys "^3.3.0"
esquery@^1.4.0:
version "1.4.0"
@@ -550,11 +573,6 @@ esrecurse@^4.3.0:
dependencies:
estraverse "^5.2.0"
-estraverse@^4.1.1:
- version "4.3.0"
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
- integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
-
estraverse@^5.1.0, estraverse@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
@@ -565,35 +583,31 @@ esutils@^2.0.2:
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
-exit-hook@^1.0.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"
- integrity sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=
-
-extend@^3.0.0:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
- integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
-
-external-editor@^1.1.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-1.1.1.tgz#12d7b0db850f7ff7e7081baf4005700060c4600b"
- integrity sha1-Etew24UPf/fnCBuvQAVwAGDEYAs=
+external-editor@^3.0.3:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
+ integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
dependencies:
- extend "^3.0.0"
- spawn-sync "^1.0.15"
- tmp "^0.0.29"
-
-eyes@0.1.x:
- version "0.1.8"
- resolved "https://registry.yarnpkg.com/eyes/-/eyes-0.1.8.tgz#62cf120234c683785d902348a800ef3e0cc20bc0"
- integrity sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=
+ chardet "^0.7.0"
+ iconv-lite "^0.4.24"
+ tmp "^0.0.33"
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
+fast-glob@^3.2.11:
+ version "3.2.11"
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
+ integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
+ dependencies:
+ "@nodelib/fs.stat" "^2.0.2"
+ "@nodelib/fs.walk" "^1.2.3"
+ glob-parent "^5.1.2"
+ merge2 "^1.3.0"
+ micromatch "^4.0.4"
+
fast-json-stable-stringify@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -604,13 +618,24 @@ fast-levenshtein@^2.0.6:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
-figures@^1.3.5:
- version "1.7.0"
- resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
- integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=
+fastq@^1.6.0:
+ version "1.13.0"
+ resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
+ integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
+ dependencies:
+ reusify "^1.0.4"
+
+fecha@^4.2.0:
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd"
+ integrity sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==
+
+figures@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
+ integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=
dependencies:
escape-string-regexp "^1.0.5"
- object-assign "^4.1.0"
file-entry-cache@^6.0.1:
version "6.0.1"
@@ -619,6 +644,13 @@ file-entry-cache@^6.0.1:
dependencies:
flat-cache "^3.0.4"
+fill-range@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
+ integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
+ dependencies:
+ to-regex-range "^5.0.1"
+
flat-cache@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -642,17 +674,6 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
-gauge@~1.2.5:
- version "1.2.7"
- resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
- integrity sha1-6c7FSD09TuDvRLYKfZnkk14TbZM=
- dependencies:
- ansi "^0.3.0"
- has-unicode "^2.0.0"
- lodash.pad "^4.1.0"
- lodash.padend "^4.1.0"
- lodash.padstart "^4.1.0"
-
glob-parent@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
@@ -660,7 +681,14 @@ glob-parent@^5.1.2:
dependencies:
is-glob "^4.0.1"
-glob@^7.1.2, glob@^7.1.3:
+glob-parent@^6.0.1:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
+ integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
+ dependencies:
+ is-glob "^4.0.3"
+
+glob@^7.1.3:
version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -672,6 +700,18 @@ glob@^7.1.2, glob@^7.1.3:
once "^1.3.0"
path-is-absolute "^1.0.0"
+glob@^7.1.6:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
+ integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
+ dependencies:
+ fs.realpath "^1.0.0"
+ inflight "^1.0.4"
+ inherits "2"
+ minimatch "^3.0.4"
+ once "^1.3.0"
+ path-is-absolute "^1.0.0"
+
globals@^13.6.0, globals@^13.9.0:
version "13.9.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
@@ -679,47 +719,40 @@ globals@^13.6.0, globals@^13.9.0:
dependencies:
type-fest "^0.20.2"
-google-closure-compiler-java@^20210601.0.0:
- version "20210601.0.0"
- resolved "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20210601.0.0.tgz#88dc11b334bee6a704d9674c5143fd2e0d553517"
- integrity sha512-bH6nIwOmp4qDWvlbXx5/DE3XA2aDGQoCpmRYZJGONY1Sy6Xfbq0ioXRHH9eBDP9hxhCJ5Sd/K89A0NZ8Nz9RJA==
+google-closure-compiler-java@^20220104.0.0:
+ version "20220104.0.0"
+ resolved "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20220104.0.0.tgz#de2784e2a7b58f091b861711218e41a5f04dbb05"
+ integrity sha512-cnxEfms548+whhdtIT5MLNVfHcXasYmsUGpyrdLDX+0xR4t+oJBT7RI/O7qOusoqXdW6lwAIT2jbFI8Irk6eVQ==
-google-closure-compiler-linux@^20210601.0.0:
- version "20210601.0.0"
- resolved "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20210601.0.0.tgz#6e5dd7b00b96dc1fd1ba30e3401af85558768322"
- integrity sha512-rnEQt7zz/1P1SfPhJiHQpfCgMPrsVVyEgDs09h67xn6+LXa9L0RP+hrJDEHqSWwjDPz0BkfUUv6zkqZvp1h/lw==
+google-closure-compiler-linux@^20220104.0.0:
+ version "20220104.0.0"
+ resolved "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20220104.0.0.tgz#fe503010827dceecaa4a842579645efcd156e443"
+ integrity sha512-3la7sjrcKHlQc8piP+nzsZmFQFYV/4DtxFcpjq+Re81+vYmE9NWUZ21xgp6OZ7ygZhVLEWQqGlZqJls45HS0rA==
-google-closure-compiler-osx@^20210601.0.0:
- version "20210601.0.0"
- resolved "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20210601.0.0.tgz#e23356bc9ef6e68c2980f60a207f603767b50b21"
- integrity sha512-A5r4s/WthR2iLMM0mxsluw8EW2AcOomC5ri/H6FjzpMq0RVEnLTgaGYdXolUAfEzH/7XtJJT2+JkYk3HSLCtrg==
+google-closure-compiler-osx@^20220104.0.0:
+ version "20220104.0.0"
+ resolved "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20220104.0.0.tgz#ff3b1c5c1e27ddcf821b8c7086e9581a61a39788"
+ integrity sha512-D6WPBKS6H416kY4OH9WBhviY7e+b1+RXT8jWhBGXMHoSlUiIUALOi67RvBuibiX39ljG0D1JSZbfYXNCDYLMmw==
-google-closure-compiler-windows@^20210601.0.0:
- version "20210601.0.0"
- resolved "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20210601.0.0.tgz#b5400d06bbf0bbd2602ee3ae0c2bc7ebd5829692"
- integrity sha512-6r94bPShnB0XXh9+5/qXGDHJN2PQGhF9yJPcgBZj+FAZlQGzlYkT0pkyp+loZT3lG+YRbjD28Lgo7xMcY4xgkA==
+google-closure-compiler-windows@^20220104.0.0:
+ version "20220104.0.0"
+ resolved "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20220104.0.0.tgz#853a4c357bd23faf0687175a7a2671d6607b7716"
+ integrity sha512-VNBUBSBLn2ZeK4EKsoY/rl6qjXYoph+DWmiicNeFrEvqyUB9Vh9MhhP4F+PPOg1iYdPw4XtNsmfSnIV96kQHyA==
-google-closure-compiler@20210601.0.0:
- version "20210601.0.0"
- resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20210601.0.0.tgz#34597c33c9285ebd3a5364f5299f6c9ddc9fc88a"
- integrity sha512-lzzEoG2VTB7uUjnWnMyeZMU163w69HJpM27yh8Up9Ha5McHZeESjt3NRwU8cWMbCRdY06nFbRCDIVCRcadHCiw==
+google-closure-compiler@20220104.0.0:
+ version "20220104.0.0"
+ resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20220104.0.0.tgz#cf2ddee10abdf129cea82481e7d92f8c5ff30ce2"
+ integrity sha512-8JQs1cWpJYjvqnAskMis1sQ/nm2wHYIt/Rd3HYyMOgfEzjNdqLkIiuzCXbz2flktHXS63mvdxU4+ZlJR72Kz8g==
dependencies:
chalk "2.x"
- google-closure-compiler-java "^20210601.0.0"
+ google-closure-compiler-java "^20220104.0.0"
minimist "1.x"
vinyl "2.x"
vinyl-sourcemaps-apply "^0.2.0"
optionalDependencies:
- google-closure-compiler-linux "^20210601.0.0"
- google-closure-compiler-osx "^20210601.0.0"
- google-closure-compiler-windows "^20210601.0.0"
-
-has-ansi@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
- integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
- dependencies:
- ansi-regex "^2.0.0"
+ google-closure-compiler-linux "^20220104.0.0"
+ google-closure-compiler-osx "^20220104.0.0"
+ google-closure-compiler-windows "^20220104.0.0"
has-flag@^3.0.0:
version "3.0.0"
@@ -731,33 +764,35 @@ has-flag@^4.0.0:
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
-has-unicode@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
- integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
-
he@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
-html-minifier-terser@5.1.1:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#922e96f1f3bb60832c2634b79884096389b1f054"
- integrity sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==
+html-minifier-terser@6.1.0:
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab"
+ integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==
dependencies:
- camel-case "^4.1.1"
- clean-css "^4.2.3"
- commander "^4.1.1"
+ camel-case "^4.1.2"
+ clean-css "^5.2.2"
+ commander "^8.3.0"
he "^1.2.0"
- param-case "^3.0.3"
+ param-case "^3.0.4"
relateurl "^0.2.7"
- terser "^4.6.3"
+ terser "^5.10.0"
-ignore@^4.0.6:
- version "4.0.6"
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
- integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
+iconv-lite@^0.4.24:
+ version "0.4.24"
+ resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
+ integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
+ dependencies:
+ safer-buffer ">= 2.1.2 < 3"
+
+ignore@^5.2.0:
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
+ integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
import-fresh@^3.0.0, import-fresh@^3.2.1:
version "3.3.0"
@@ -785,38 +820,35 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
-inquirer@^1.0.2:
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-1.2.3.tgz#4dec6f32f37ef7bb0b2ed3f1d1a5c3f545074918"
- integrity sha1-TexvMvN+97sLLtPx0aXD9UUHSRg=
+inquirer@^6.0.0:
+ version "6.5.2"
+ resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
+ integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
dependencies:
- ansi-escapes "^1.1.0"
- chalk "^1.0.0"
- cli-cursor "^1.0.1"
+ ansi-escapes "^3.2.0"
+ chalk "^2.4.2"
+ cli-cursor "^2.1.0"
cli-width "^2.0.0"
- external-editor "^1.1.0"
- figures "^1.3.5"
- lodash "^4.3.0"
- mute-stream "0.0.6"
- pinkie-promise "^2.0.0"
+ external-editor "^3.0.3"
+ figures "^2.0.0"
+ lodash "^4.17.12"
+ mute-stream "0.0.7"
run-async "^2.2.0"
- rx "^4.1.0"
- string-width "^1.0.1"
- strip-ansi "^3.0.0"
+ rxjs "^6.4.0"
+ string-width "^2.1.0"
+ strip-ansi "^5.1.0"
through "^2.3.6"
+is-arrayish@^0.3.1:
+ version "0.3.2"
+ resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
+ integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
+
is-extglob@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
-is-fullwidth-code-point@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
- integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
- dependencies:
- number-is-nan "^1.0.0"
-
is-fullwidth-code-point@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
@@ -834,6 +866,23 @@ is-glob@^4.0.0, is-glob@^4.0.1:
dependencies:
is-extglob "^2.1.1"
+is-glob@^4.0.3:
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
+ integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
+ dependencies:
+ is-extglob "^2.1.1"
+
+is-number@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
+ integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
+
+is-stream@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
+ integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
+
isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -844,39 +893,30 @@ isexe@^2.0.0:
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
-isstream@0.1.x:
- version "0.1.2"
- resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
- integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
-
-js-tokens@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
- integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
-
-js-yaml@^3.13.1:
- version "3.14.1"
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
- integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
+js-yaml@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
dependencies:
- argparse "^1.0.7"
- esprima "^4.0.0"
+ argparse "^2.0.1"
json-schema-traverse@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
-json-schema-traverse@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
- integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
-
json-stable-stringify-without-jsonify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
+kuler@1.0.x:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/kuler/-/kuler-1.0.1.tgz#ef7c784f36c9fb6e16dd3150d152677b2b0228a6"
+ integrity sha512-J9nVUucG1p/skKul6DU3PUZrhs0LPulNaeUOox0IyXDi8S4CztTHs1gQphhuZmzXG7VOQSf6NJfKuzteQLv9gQ==
+ dependencies:
+ colornames "^1.1.1"
+
levn@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
@@ -885,56 +925,37 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"
-lodash.camelcase@^4.3.0:
- version "4.3.0"
- resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
- integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY=
-
-lodash.clonedeep@^4.5.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
- integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
-
-lodash.difference@^4.5.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"
- integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=
-
lodash.merge@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
-lodash.pad@^4.1.0:
- version "4.5.1"
- resolved "https://registry.yarnpkg.com/lodash.pad/-/lodash.pad-4.5.1.tgz#4330949a833a7c8da22cc20f6a26c4d59debba70"
- integrity sha1-QzCUmoM6fI2iLMIPaibE1Z3runA=
+lodash.sortby@^4.7.0:
+ version "4.7.0"
+ resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
+ integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
-lodash.padend@^4.1.0:
- version "4.6.1"
- resolved "https://registry.yarnpkg.com/lodash.padend/-/lodash.padend-4.6.1.tgz#53ccba047d06e158d311f45da625f4e49e6f166e"
- integrity sha1-U8y6BH0G4VjTEfRdpiX05J5vFm4=
+lodash@4.17.15:
+ version "4.17.15"
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
+ integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
-lodash.padstart@^4.1.0:
- version "4.6.1"
- resolved "https://registry.yarnpkg.com/lodash.padstart/-/lodash.padstart-4.6.1.tgz#d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b"
- integrity sha1-0uPuv/DZ05rVD1y9G1KnvOa7YRs=
-
-lodash.truncate@^4.4.2:
- version "4.4.2"
- resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
- integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
-
-lodash.uniq@^4.5.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
- integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
-
-lodash@^4.17.14, lodash@^4.3.0:
+lodash@^4.17.12, lodash@^4.17.14:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
+logform@^2.1.1, logform@^2.3.2:
+ version "2.4.0"
+ resolved "https://registry.yarnpkg.com/logform/-/logform-2.4.0.tgz#131651715a17d50f09c2a2c1a524ff1a4164bcfe"
+ integrity sha512-CPSJw4ftjf517EhXZGGvTHHkYobo7ZCc0kvwUoOYcjfR2UVrI66RHj8MCrfAdEitdmFqbu2BYdYs8FHHZSb6iw==
+ dependencies:
+ "@colors/colors" "1.5.0"
+ fecha "^4.2.0"
+ ms "^2.1.1"
+ safe-stable-stringify "^2.3.1"
+ triple-beam "^1.3.0"
+
lower-case@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28"
@@ -942,19 +963,23 @@ lower-case@^2.0.2:
dependencies:
tslib "^2.0.3"
-lru-cache@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
- integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
- dependencies:
- yallist "^4.0.0"
+merge2@^1.3.0:
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
+ integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
-micromist@1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/micromist/-/micromist-1.1.0.tgz#a490bcf9a4b918ad9eed8e52d0ec98b9c3b2d3c8"
- integrity sha512-+CQ76pabE9egniSEdmDuH+j2cYyIBKP97kujG8ZLZyLCRq5ExwtIy4DPHPFrq4jVbhMRBnyjuH50KU9Ohs8QCg==
+micromatch@^4.0.4:
+ version "4.0.5"
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
+ integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
dependencies:
- lodash.camelcase "^4.3.0"
+ braces "^3.0.2"
+ picomatch "^2.3.1"
+
+mimic-fn@^1.0.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
+ integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
minimatch@^3.0.4:
version "3.0.4"
@@ -963,6 +988,13 @@ minimatch@^3.0.4:
dependencies:
brace-expansion "^1.1.7"
+minimatch@^3.1.2:
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
+ integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
+ dependencies:
+ brace-expansion "^1.1.7"
+
minimist@1.x, minimist@^1.2.0, minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -975,25 +1007,20 @@ mkdirp@^0.5.1:
dependencies:
minimist "^1.2.5"
-ms@2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
- integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
-
ms@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
-mute-stream@0.0.6:
- version "0.0.6"
- resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.6.tgz#48962b19e169fd1dfc240b3f1e7317627bbc47db"
- integrity sha1-SJYrGeFp/R38JAs/HnMXYnu8R9s=
+ms@^2.1.1:
+ version "2.1.3"
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
+ integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
-nan@~1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/nan/-/nan-1.0.0.tgz#ae24f8850818d662fcab5acf7f3b95bfaa2ccf38"
- integrity sha1-riT4hQgY1mL8q1rPfzuVv6oszzg=
+mute-stream@0.0.7:
+ version "0.0.7"
+ resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
+ integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
natural-compare@^1.4.0:
version "1.4.0"
@@ -1008,25 +1035,6 @@ no-case@^3.0.4:
lower-case "^2.0.2"
tslib "^2.0.3"
-npmlog@^2.0.3:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-2.0.4.tgz#98b52530f2514ca90d09ec5b22c8846722375692"
- integrity sha1-mLUlMPJRTKkNCexbIsiEZyI3VpI=
- dependencies:
- ansi "~0.3.1"
- are-we-there-yet "~1.1.2"
- gauge "~1.2.5"
-
-number-is-nan@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
- integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
-
-object-assign@^4.1.0:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
- integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
-
once@^1.3.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -1034,10 +1042,17 @@ once@^1.3.0:
dependencies:
wrappy "1"
-onetime@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"
- integrity sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=
+one-time@0.0.4:
+ version "0.0.4"
+ resolved "https://registry.yarnpkg.com/one-time/-/one-time-0.0.4.tgz#f8cdf77884826fe4dff93e3a9cc37b1e4480742e"
+ integrity sha1-+M33eISCb+Tf+T46nMN7HkSAdC4=
+
+onetime@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4"
+ integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=
+ dependencies:
+ mimic-fn "^1.0.0"
optionator@^0.9.1:
version "0.9.1"
@@ -1051,22 +1066,12 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"
-options@>=0.0.5:
- version "0.0.6"
- resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f"
- integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=
-
-os-shim@^0.1.2:
- version "0.1.3"
- resolved "https://registry.yarnpkg.com/os-shim/-/os-shim-0.1.3.tgz#6b62c3791cf7909ea35ed46e17658bb417cb3917"
- integrity sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc=
-
-os-tmpdir@~1.0.1:
+os-tmpdir@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
-param-case@^3.0.3:
+param-case@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==
@@ -1099,47 +1104,32 @@ path-key@^3.1.0:
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
-pinkie-promise@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
- integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
- dependencies:
- pinkie "^2.0.0"
-
-pinkie@^2.0.0:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
- integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
+picomatch@^2.3.1:
+ version "2.3.1"
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
+ integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
-prettyjson@^1.2.1:
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/prettyjson/-/prettyjson-1.2.1.tgz#fcffab41d19cab4dfae5e575e64246619b12d289"
- integrity sha1-/P+rQdGcq0365eV15kJGYZsS0ok=
- dependencies:
- colors "^1.1.2"
- minimist "^1.2.0"
-
process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
-progress@^2.0.0:
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
- integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
-
punycode@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
-readable-stream@^2.0.6, readable-stream@^2.2.2, readable-stream@^2.3.5:
+queue-microtask@^1.2.2:
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
+ integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
+
+readable-stream@^2.3.5:
version "2.3.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -1152,7 +1142,16 @@ readable-stream@^2.0.6, readable-stream@^2.2.2, readable-stream@^2.3.5:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"
-regexpp@^3.1.0:
+readable-stream@^3.1.1, readable-stream@^3.6.0:
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
+ integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+regexpp@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
@@ -1172,23 +1171,23 @@ replace-ext@^1.0.0:
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.1.tgz#2d6d996d04a15855d967443631dd5f77825b016a"
integrity sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==
-require-from-string@^2.0.2:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
- integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
-
resolve-from@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
-restore-cursor@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
- integrity sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=
+restore-cursor@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
+ integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368=
dependencies:
- exit-hook "^1.0.0"
- onetime "^1.0.0"
+ onetime "^2.0.0"
+ signal-exit "^3.0.2"
+
+reusify@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
+ integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
rimraf@^3.0.2:
version "3.0.2"
@@ -1202,22 +1201,39 @@ run-async@^2.2.0:
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
-rx@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
- integrity sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=
+run-parallel@^1.1.9:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
+ integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
+ dependencies:
+ queue-microtask "^1.2.2"
+
+rxjs@^6.4.0:
+ version "6.6.7"
+ resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
+ integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
+ dependencies:
+ tslib "^1.9.0"
safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
-semver@^7.2.1:
- version "7.3.5"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
- integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
- dependencies:
- lru-cache "^6.0.0"
+safe-buffer@~5.2.0:
+ version "5.2.1"
+ resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
+ integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
+
+safe-stable-stringify@^2.3.1:
+ version "2.3.1"
+ resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz#ab67cbe1fe7d40603ca641c5e765cb942d04fc73"
+ integrity sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==
+
+"safer-buffer@>= 2.1.2 < 3":
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
+ integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
shebang-command@^2.0.0:
version "2.0.0"
@@ -1231,61 +1247,63 @@ shebang-regex@^3.0.0:
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
-slice-ansi@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
- integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
- dependencies:
- ansi-styles "^4.0.0"
- astral-regex "^2.0.0"
- is-fullwidth-code-point "^3.0.0"
+signal-exit@^3.0.2:
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
+ integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
-source-map-support@~0.5.12:
- version "0.5.19"
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
- integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
+simple-swizzle@^0.2.2:
+ version "0.2.2"
+ resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
+ integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=
+ dependencies:
+ is-arrayish "^0.3.1"
+
+slice-ansi@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636"
+ integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==
+ dependencies:
+ ansi-styles "^3.2.0"
+ astral-regex "^1.0.0"
+ is-fullwidth-code-point "^2.0.0"
+
+source-map-support@~0.5.20:
+ version "0.5.21"
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
+ integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"
-source-map@0.5.7, source-map@^0.5.1:
+source-map@0.7.3:
+ version "0.7.3"
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
+ integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
+
+source-map@^0.5.1:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
-source-map@^0.6.0, source-map@~0.6.0, source-map@~0.6.1:
+source-map@^0.6.0, source-map@~0.6.0:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-spawn-sync@^1.0.15:
- version "1.0.15"
- resolved "https://registry.yarnpkg.com/spawn-sync/-/spawn-sync-1.0.15.tgz#b00799557eb7fb0c8376c29d44e8a1ea67e57476"
- integrity sha1-sAeZVX63+wyDdsKdROih6mfldHY=
+source-map@~0.8.0-beta.0:
+ version "0.8.0-beta.0"
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11"
+ integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==
dependencies:
- concat-stream "^1.4.7"
- os-shim "^0.1.2"
-
-sprintf-js@~1.0.2:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
- integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
+ whatwg-url "^7.0.0"
stack-trace@0.0.x:
version "0.0.10"
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0"
integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=
-string-width@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
- integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
- dependencies:
- code-point-at "^1.0.0"
- is-fullwidth-code-point "^1.0.0"
- strip-ansi "^3.0.0"
-
-string-width@^2.1.1:
+string-width@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
@@ -1293,14 +1311,30 @@ string-width@^2.1.1:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^4.0.0"
-string-width@^4.2.0:
- version "4.2.2"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
- integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
+string-width@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
+ integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
+ dependencies:
+ emoji-regex "^7.0.1"
+ is-fullwidth-code-point "^2.0.0"
+ strip-ansi "^5.1.0"
+
+string-width@^4.1.0:
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.0"
+ strip-ansi "^6.0.1"
+
+string_decoder@^1.1.1:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
+ integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
+ dependencies:
+ safe-buffer "~5.2.0"
string_decoder@~1.1.1:
version "1.1.1"
@@ -1309,13 +1343,6 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
-strip-ansi@^3.0.0:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
- integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
- dependencies:
- ansi-regex "^2.0.0"
-
strip-ansi@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
@@ -1323,6 +1350,13 @@ strip-ansi@^4.0.0:
dependencies:
ansi-regex "^3.0.0"
+strip-ansi@^5.1.0:
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
+ integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
+ dependencies:
+ ansi-regex "^4.1.0"
+
strip-ansi@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
@@ -1330,16 +1364,18 @@ strip-ansi@^6.0.0:
dependencies:
ansi-regex "^5.0.0"
+strip-ansi@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
-supports-color@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
- integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
-
supports-color@^5.3.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -1354,40 +1390,42 @@ supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"
-table@^6.0.9:
- version "6.7.1"
- resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
- integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
+table@5.4.6:
+ version "5.4.6"
+ resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
+ integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==
dependencies:
- ajv "^8.0.1"
- lodash.clonedeep "^4.5.0"
- lodash.truncate "^4.4.2"
- slice-ansi "^4.0.0"
- string-width "^4.2.0"
- strip-ansi "^6.0.0"
+ ajv "^6.10.2"
+ lodash "^4.17.14"
+ slice-ansi "^2.1.0"
+ string-width "^3.0.0"
-tabtab@^2.2.2:
- version "2.2.2"
- resolved "https://registry.yarnpkg.com/tabtab/-/tabtab-2.2.2.tgz#7a047f143b010b4cbd31f857e82961512cbf4e14"
- integrity sha1-egR/FDsBC0y9MfhX6ClhUSy/ThQ=
+tabtab@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/tabtab/-/tabtab-3.0.2.tgz#a2cea0f1035f88d145d7da77eaabbd3fe03e1ec9"
+ integrity sha512-jANKmUe0sIQc/zTALTBy186PoM/k6aPrh3A7p6AaAfF6WPSbTx1JYeGIGH162btpH+mmVEXln+UxwViZHO2Jhg==
dependencies:
- debug "^2.2.0"
- inquirer "^1.0.2"
- lodash.difference "^4.5.0"
- lodash.uniq "^4.5.0"
+ debug "^4.0.1"
+ es6-promisify "^6.0.0"
+ inquirer "^6.0.0"
minimist "^1.2.0"
mkdirp "^0.5.1"
- npmlog "^2.0.3"
- object-assign "^4.1.0"
+ untildify "^3.0.3"
-terser@^4.6.3:
- version "4.8.0"
- resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
- integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
+terser@^5.10.0:
+ version "5.13.1"
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.13.1.tgz#66332cdc5a01b04a224c9fad449fc1a18eaa1799"
+ integrity sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==
dependencies:
+ acorn "^8.5.0"
commander "^2.20.0"
- source-map "~0.6.1"
- source-map-support "~0.5.12"
+ source-map "~0.8.0-beta.0"
+ source-map-support "~0.5.20"
+
+text-hex@1.0.x:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/text-hex/-/text-hex-1.0.0.tgz#69dc9c1b17446ee79a92bf5b884bb4b9127506f5"
+ integrity sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==
text-table@^0.2.0:
version "0.2.0"
@@ -1399,17 +1437,36 @@ through@^2.3.6:
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
-tinycolor@0.x:
- version "0.0.1"
- resolved "https://registry.yarnpkg.com/tinycolor/-/tinycolor-0.0.1.tgz#320b5a52d83abb5978d81a3e887d4aefb15a6164"
- integrity sha1-MgtaUtg6u1l42Bo+iH1K77FaYWQ=
-
-tmp@^0.0.29:
- version "0.0.29"
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.29.tgz#f25125ff0dd9da3ccb0c2dd371ee1288bb9128c0"
- integrity sha1-8lEl/w3Z2jzLDC3Tce4SiLuRKMA=
+tmp@^0.0.33:
+ version "0.0.33"
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
+ integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
dependencies:
- os-tmpdir "~1.0.1"
+ os-tmpdir "~1.0.2"
+
+to-regex-range@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
+ integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
+ dependencies:
+ is-number "^7.0.0"
+
+tr46@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
+ integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=
+ dependencies:
+ punycode "^2.1.0"
+
+triple-beam@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
+ integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
+
+tslib@^1.9.0:
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
+ integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
tslib@^2.0.3:
version "2.3.0"
@@ -1428,10 +1485,10 @@ type-fest@^0.20.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
-typedarray@^0.0.6:
- version "0.0.6"
- resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
- integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
+untildify@^3.0.3:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz#1e7b42b140bcfd922b22e70ca1265bfe3634c7c9"
+ integrity sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==
uri-js@^4.2.2:
version "4.4.1"
@@ -1440,7 +1497,7 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"
-util-deprecate@~1.0.1:
+util-deprecate@^1.0.1, util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
@@ -1474,6 +1531,20 @@ wasm2c@1.0.0:
resolved "https://registry.yarnpkg.com/wasm2c/-/wasm2c-1.0.0.tgz#761671e141c46b8a7c6c54429db1e6bfa3cd0ec0"
integrity sha512-4SIESF2JNxrry6XFa/UQcsQibn+bxPkQ/oqixiXz2o8fsMl8J4vtvhH/evgbi8vZajAlaukuihEcQTWb9tVLUA==
+webidl-conversions@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
+ integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
+
+whatwg-url@^7.0.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"
+ integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==
+ dependencies:
+ lodash.sortby "^4.7.0"
+ tr46 "^1.0.1"
+ webidl-conversions "^4.0.2"
+
which@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
@@ -1481,39 +1552,50 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"
-winston@^2.3.1:
- version "2.4.5"
- resolved "https://registry.yarnpkg.com/winston/-/winston-2.4.5.tgz#f2e431d56154c4ea765545fc1003bd340c95b59a"
- integrity sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A==
+winston-transport@^4.3.0:
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz#6e7b0dd04d393171ed5e4e4905db265f7ab384fa"
+ integrity sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==
dependencies:
- async "~1.0.0"
- colors "1.0.x"
- cycle "1.0.x"
- eyes "0.1.x"
- isstream "0.1.x"
+ logform "^2.3.2"
+ readable-stream "^3.6.0"
+ triple-beam "^1.3.0"
+
+winston@3.2.1:
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/winston/-/winston-3.2.1.tgz#63061377976c73584028be2490a1846055f77f07"
+ integrity sha512-zU6vgnS9dAWCEKg/QYigd6cgMVVNwyTzKs81XZtTFuRwJOcDdBg7AU0mXVyNbs7O5RH2zdv+BdNZUlx7mXPuOw==
+ dependencies:
+ async "^2.6.1"
+ diagnostics "^1.1.1"
+ is-stream "^1.1.0"
+ logform "^2.1.1"
+ one-time "0.0.4"
+ readable-stream "^3.1.1"
stack-trace "0.0.x"
+ triple-beam "^1.3.0"
+ winston-transport "^4.3.0"
word-wrap@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
+wrap-ansi@^6.2.0:
+ version "6.2.0"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
+ integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
+ dependencies:
+ ansi-styles "^4.0.0"
+ string-width "^4.1.0"
+ strip-ansi "^6.0.0"
+
wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
-ws@~0.4.28:
- version "0.4.32"
- resolved "https://registry.yarnpkg.com/ws/-/ws-0.4.32.tgz#787a6154414f3c99ed83c5772153b20feb0cec32"
- integrity sha1-eHphVEFPPJntg8V3IVOyD+sM7DI=
- dependencies:
- commander "~2.1.0"
- nan "~1.0.0"
- options ">=0.0.5"
- tinycolor "0.x"
-
-yallist@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
- integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
+ws@^8.5.0:
+ version "8.6.0"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-8.6.0.tgz#e5e9f1d9e7ff88083d0c0dd8281ea662a42c9c23"
+ integrity sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==
diff --git a/pkgs/development/compilers/emscripten/yarn.nix b/pkgs/development/compilers/emscripten/yarn.nix
index e4281f4856ad..96229c5f689f 100644
--- a/pkgs/development/compilers/emscripten/yarn.nix
+++ b/pkgs/development/compilers/emscripten/yarn.nix
@@ -2,67 +2,147 @@
offline_cache = linkFarm "offline" packages;
packages = [
{
- name = "_babel_code_frame___code_frame_7.12.11.tgz";
+ name = "_caporal_core___core_2.0.2.tgz";
path = fetchurl {
- name = "_babel_code_frame___code_frame_7.12.11.tgz";
- url = "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz";
- sha1 = "f4ad435aa263db935b8f10f2c552d23fb716a63f";
+ name = "_caporal_core___core_2.0.2.tgz";
+ url = "https://registry.yarnpkg.com/@caporal/core/-/core-2.0.2.tgz";
+ sha512 = "o3J5aZINFWkkL+sL0DUs1dPHJjaetAAdwMRLbJ4U8aJW3K81E323IFMkFNYcOwTiPVhNzllC3USxZbU6xWFjFg==";
};
}
{
- name = "_babel_helper_validator_identifier___helper_validator_identifier_7.14.5.tgz";
+ name = "_colors_colors___colors_1.5.0.tgz";
path = fetchurl {
- name = "_babel_helper_validator_identifier___helper_validator_identifier_7.14.5.tgz";
- url = "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz";
- sha1 = "d0f0e277c512e0c938277faa85a3968c9a44c0e8";
+ name = "_colors_colors___colors_1.5.0.tgz";
+ url = "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz";
+ sha512 = "ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==";
};
}
{
- name = "_babel_highlight___highlight_7.14.5.tgz";
+ name = "_eslint_eslintrc___eslintrc_1.2.3.tgz";
path = fetchurl {
- name = "_babel_highlight___highlight_7.14.5.tgz";
- url = "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz";
- sha1 = "6861a52f03966405001f6aa534a01a24d99e8cd9";
+ name = "_eslint_eslintrc___eslintrc_1.2.3.tgz";
+ url = "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz";
+ sha512 = "uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==";
};
}
{
- name = "_eslint_eslintrc___eslintrc_0.4.2.tgz";
+ name = "_humanwhocodes_config_array___config_array_0.9.5.tgz";
path = fetchurl {
- name = "_eslint_eslintrc___eslintrc_0.4.2.tgz";
- url = "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz";
- sha1 = "f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179";
+ name = "_humanwhocodes_config_array___config_array_0.9.5.tgz";
+ url = "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz";
+ sha512 = "ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==";
};
}
{
- name = "acorn_jsx___acorn_jsx_5.3.1.tgz";
+ name = "_humanwhocodes_object_schema___object_schema_1.2.1.tgz";
path = fetchurl {
- name = "acorn_jsx___acorn_jsx_5.3.1.tgz";
- url = "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz";
- sha1 = "fc8661e11b7ac1539c47dbfea2e72b3af34d267b";
+ name = "_humanwhocodes_object_schema___object_schema_1.2.1.tgz";
+ url = "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz";
+ sha512 = "ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==";
};
}
{
- name = "acorn___acorn_8.4.1.tgz";
+ name = "_nodelib_fs.scandir___fs.scandir_2.1.5.tgz";
path = fetchurl {
- name = "acorn___acorn_8.4.1.tgz";
- url = "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz";
- sha1 = "56c36251fc7cabc7096adc18f05afe814321a28c";
+ name = "_nodelib_fs.scandir___fs.scandir_2.1.5.tgz";
+ url = "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz";
+ sha512 = "vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==";
};
}
{
- name = "acorn___acorn_6.4.2.tgz";
+ name = "_nodelib_fs.stat___fs.stat_2.0.5.tgz";
path = fetchurl {
- name = "acorn___acorn_6.4.2.tgz";
- url = "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz";
- sha1 = "35866fd710528e92de10cf06016498e47e39e1e6";
+ name = "_nodelib_fs.stat___fs.stat_2.0.5.tgz";
+ url = "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz";
+ sha512 = "RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==";
};
}
{
- name = "acorn___acorn_7.4.1.tgz";
+ name = "_nodelib_fs.walk___fs.walk_1.2.8.tgz";
path = fetchurl {
- name = "acorn___acorn_7.4.1.tgz";
- url = "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz";
- sha1 = "feaed255973d2e77555b83dbc08851a6c63520fa";
+ name = "_nodelib_fs.walk___fs.walk_1.2.8.tgz";
+ url = "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz";
+ sha512 = "oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==";
+ };
+ }
+ {
+ name = "_types_glob___glob_7.2.0.tgz";
+ path = fetchurl {
+ name = "_types_glob___glob_7.2.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz";
+ sha512 = "ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==";
+ };
+ }
+ {
+ name = "_types_lodash___lodash_4.14.149.tgz";
+ path = fetchurl {
+ name = "_types_lodash___lodash_4.14.149.tgz";
+ url = "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz";
+ sha512 = "ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ==";
+ };
+ }
+ {
+ name = "_types_minimatch___minimatch_3.0.5.tgz";
+ path = fetchurl {
+ name = "_types_minimatch___minimatch_3.0.5.tgz";
+ url = "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz";
+ sha512 = "Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==";
+ };
+ }
+ {
+ name = "_types_node___node_17.0.32.tgz";
+ path = fetchurl {
+ name = "_types_node___node_17.0.32.tgz";
+ url = "https://registry.yarnpkg.com/@types/node/-/node-17.0.32.tgz";
+ sha512 = "eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw==";
+ };
+ }
+ {
+ name = "_types_node___node_13.9.3.tgz";
+ path = fetchurl {
+ name = "_types_node___node_13.9.3.tgz";
+ url = "https://registry.yarnpkg.com/@types/node/-/node-13.9.3.tgz";
+ sha512 = "01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA==";
+ };
+ }
+ {
+ name = "_types_table___table_5.0.0.tgz";
+ path = fetchurl {
+ name = "_types_table___table_5.0.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/table/-/table-5.0.0.tgz";
+ sha512 = "fQLtGLZXor264zUPWI95WNDsZ3QV43/c0lJpR/h1hhLJumXRmHNsrvBfEzW2YMhb0EWCsn4U6h82IgwsajAuTA==";
+ };
+ }
+ {
+ name = "_types_tabtab___tabtab_3.0.2.tgz";
+ path = fetchurl {
+ name = "_types_tabtab___tabtab_3.0.2.tgz";
+ url = "https://registry.yarnpkg.com/@types/tabtab/-/tabtab-3.0.2.tgz";
+ sha512 = "d8aOSJPS3SEGZevyr7vbAVUNPWGFmdFlk13vbPPK87vz+gYGM57L8T11k4wK2mOgQYZjEVYQEqmCTvupPoQBWw==";
+ };
+ }
+ {
+ name = "_types_wrap_ansi___wrap_ansi_3.0.0.tgz";
+ path = fetchurl {
+ name = "_types_wrap_ansi___wrap_ansi_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz";
+ sha512 = "ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==";
+ };
+ }
+ {
+ name = "acorn_jsx___acorn_jsx_5.3.2.tgz";
+ path = fetchurl {
+ name = "acorn_jsx___acorn_jsx_5.3.2.tgz";
+ url = "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz";
+ sha512 = "rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==";
+ };
+ }
+ {
+ name = "acorn___acorn_8.7.1.tgz";
+ path = fetchurl {
+ name = "acorn___acorn_8.7.1.tgz";
+ url = "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz";
+ sha512 = "Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==";
};
}
{
@@ -70,39 +150,15 @@
path = fetchurl {
name = "ajv___ajv_6.12.6.tgz";
url = "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz";
- sha1 = "baf5a62e802b07d977034586f8c3baf5adf26df4";
+ sha512 = "j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==";
};
}
{
- name = "ajv___ajv_8.6.0.tgz";
+ name = "ansi_escapes___ansi_escapes_3.2.0.tgz";
path = fetchurl {
- name = "ajv___ajv_8.6.0.tgz";
- url = "https://registry.yarnpkg.com/ajv/-/ajv-8.6.0.tgz";
- sha1 = "60cc45d9c46a477d80d92c48076d972c342e5720";
- };
- }
- {
- name = "ansi_colors___ansi_colors_4.1.1.tgz";
- path = fetchurl {
- name = "ansi_colors___ansi_colors_4.1.1.tgz";
- url = "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz";
- sha1 = "cbb9ae256bf750af1eab344f229aa27fe94ba348";
- };
- }
- {
- name = "ansi_escapes___ansi_escapes_1.4.0.tgz";
- path = fetchurl {
- name = "ansi_escapes___ansi_escapes_1.4.0.tgz";
- url = "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz";
- sha1 = "d3a8a83b319aa67793662b13e761c7911422306e";
- };
- }
- {
- name = "ansi_regex___ansi_regex_2.1.1.tgz";
- path = fetchurl {
- name = "ansi_regex___ansi_regex_2.1.1.tgz";
- url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz";
- sha1 = "c3b33ab5ee360d86e0e628f0468ae7ef27d654df";
+ name = "ansi_escapes___ansi_escapes_3.2.0.tgz";
+ url = "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz";
+ sha512 = "cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==";
};
}
{
@@ -110,7 +166,15 @@
path = fetchurl {
name = "ansi_regex___ansi_regex_3.0.0.tgz";
url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz";
- sha1 = "ed0317c322064f79466c02966bddb605ab37d998";
+ sha1 = "7QMXwyIGT3lGbAKWa922Bas32Zg=";
+ };
+ }
+ {
+ name = "ansi_regex___ansi_regex_4.1.1.tgz";
+ path = fetchurl {
+ name = "ansi_regex___ansi_regex_4.1.1.tgz";
+ url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz";
+ sha512 = "ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==";
};
}
{
@@ -118,15 +182,15 @@
path = fetchurl {
name = "ansi_regex___ansi_regex_5.0.0.tgz";
url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz";
- sha1 = "388539f55179bf39339c81af30a654d69f87cb75";
+ sha512 = "bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==";
};
}
{
- name = "ansi_styles___ansi_styles_2.2.1.tgz";
+ name = "ansi_regex___ansi_regex_5.0.1.tgz";
path = fetchurl {
- name = "ansi_styles___ansi_styles_2.2.1.tgz";
- url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz";
- sha1 = "b432dd3358b634cf75e1e4664368240533c1ddbe";
+ name = "ansi_regex___ansi_regex_5.0.1.tgz";
+ url = "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz";
+ sha512 = "quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==";
};
}
{
@@ -134,7 +198,7 @@
path = fetchurl {
name = "ansi_styles___ansi_styles_3.2.1.tgz";
url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz";
- sha1 = "41fbb20243e50b12be0f04b8dedbf07520ce841d";
+ sha512 = "VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==";
};
}
{
@@ -142,47 +206,31 @@
path = fetchurl {
name = "ansi_styles___ansi_styles_4.3.0.tgz";
url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz";
- sha1 = "edd803628ae71c04c85ae7a0906edad34b648937";
+ sha512 = "zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==";
};
}
{
- name = "ansi___ansi_0.3.1.tgz";
+ name = "argparse___argparse_2.0.1.tgz";
path = fetchurl {
- name = "ansi___ansi_0.3.1.tgz";
- url = "https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz";
- sha1 = "0c42d4fb17160d5a9af1e484bace1c66922c1b21";
+ name = "argparse___argparse_2.0.1.tgz";
+ url = "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz";
+ sha512 = "8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==";
};
}
{
- name = "are_we_there_yet___are_we_there_yet_1.1.5.tgz";
+ name = "astral_regex___astral_regex_1.0.0.tgz";
path = fetchurl {
- name = "are_we_there_yet___are_we_there_yet_1.1.5.tgz";
- url = "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz";
- sha1 = "4b35c2944f062a8bfcda66410760350fe9ddfc21";
+ name = "astral_regex___astral_regex_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz";
+ sha512 = "+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==";
};
}
{
- name = "argparse___argparse_1.0.10.tgz";
+ name = "async___async_2.6.4.tgz";
path = fetchurl {
- name = "argparse___argparse_1.0.10.tgz";
- url = "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz";
- sha1 = "bcd6791ea5ae09725e17e5ad988134cd40b3d911";
- };
- }
- {
- name = "astral_regex___astral_regex_2.0.0.tgz";
- path = fetchurl {
- name = "astral_regex___astral_regex_2.0.0.tgz";
- url = "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz";
- sha1 = "483143c567aeed4785759c0865786dc77d7d2e31";
- };
- }
- {
- name = "async___async_1.0.0.tgz";
- path = fetchurl {
- name = "async___async_1.0.0.tgz";
- url = "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz";
- sha1 = "f8fc04ca3a13784ade9e1641af98578cfbd647a9";
+ name = "async___async_2.6.4.tgz";
+ url = "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz";
+ sha512 = "mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==";
};
}
{
@@ -190,15 +238,7 @@
path = fetchurl {
name = "balanced_match___balanced_match_1.0.2.tgz";
url = "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz";
- sha1 = "e83e3a7e3f300b34cb9d87f615fa0cbf357690ee";
- };
- }
- {
- name = "bluebird___bluebird_3.7.2.tgz";
- path = fetchurl {
- name = "bluebird___bluebird_3.7.2.tgz";
- url = "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz";
- sha1 = "9f229c15be272454ffa973ace0dbee79a1b0c36f";
+ sha512 = "3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==";
};
}
{
@@ -206,7 +246,15 @@
path = fetchurl {
name = "brace_expansion___brace_expansion_1.1.11.tgz";
url = "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz";
- sha1 = "3c7fcbf529d87226f3d2f52b966ff5271eb441dd";
+ sha512 = "iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==";
+ };
+ }
+ {
+ name = "braces___braces_3.0.2.tgz";
+ path = fetchurl {
+ name = "braces___braces_3.0.2.tgz";
+ url = "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz";
+ sha512 = "b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==";
};
}
{
@@ -214,7 +262,7 @@
path = fetchurl {
name = "buffer_from___buffer_from_1.1.1.tgz";
url = "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz";
- sha1 = "32713bc028f75c02fdb710d7c7bcec1f2c6070ef";
+ sha512 = "MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==";
};
}
{
@@ -222,7 +270,7 @@
path = fetchurl {
name = "callsites___callsites_3.1.0.tgz";
url = "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz";
- sha1 = "b3630abd8943432f54b3f0519238e33cd7df2f73";
+ sha512 = "P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==";
};
}
{
@@ -230,15 +278,7 @@
path = fetchurl {
name = "camel_case___camel_case_4.1.2.tgz";
url = "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz";
- sha1 = "9728072a954f805228225a6deea6b38461e1bd5a";
- };
- }
- {
- name = "caporal___caporal_1.4.0.tgz";
- path = fetchurl {
- name = "caporal___caporal_1.4.0.tgz";
- url = "https://registry.yarnpkg.com/caporal/-/caporal-1.4.0.tgz";
- sha1 = "d6087b815e3df97c3a0f55dbb82850fae29ed585";
+ sha512 = "gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==";
};
}
{
@@ -246,15 +286,15 @@
path = fetchurl {
name = "chalk___chalk_2.4.2.tgz";
url = "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz";
- sha1 = "cd42541677a54333cf541a49108c1432b44c9424";
+ sha512 = "Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==";
};
}
{
- name = "chalk___chalk_1.1.3.tgz";
+ name = "chalk___chalk_3.0.0.tgz";
path = fetchurl {
- name = "chalk___chalk_1.1.3.tgz";
- url = "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz";
- sha1 = "a8115c55e4a702fe4d150abd3872822a7e09fc98";
+ name = "chalk___chalk_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz";
+ sha512 = "4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==";
};
}
{
@@ -262,31 +302,31 @@
path = fetchurl {
name = "chalk___chalk_4.1.1.tgz";
url = "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz";
- sha1 = "c80b3fab28bf6371e6863325eee67e618b77e6ad";
+ sha512 = "diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==";
};
}
{
- name = "clean_css___clean_css_4.2.3.tgz";
+ name = "chardet___chardet_0.7.0.tgz";
path = fetchurl {
- name = "clean_css___clean_css_4.2.3.tgz";
- url = "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz";
- sha1 = "507b5de7d97b48ee53d84adb0160ff6216380f78";
+ name = "chardet___chardet_0.7.0.tgz";
+ url = "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz";
+ sha512 = "mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==";
};
}
{
- name = "cli_cursor___cli_cursor_1.0.2.tgz";
+ name = "clean_css___clean_css_5.3.0.tgz";
path = fetchurl {
- name = "cli_cursor___cli_cursor_1.0.2.tgz";
- url = "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz";
- sha1 = "64da3f7d56a54412e59794bd62dc35295e8f2987";
+ name = "clean_css___clean_css_5.3.0.tgz";
+ url = "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.0.tgz";
+ sha512 = "YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==";
};
}
{
- name = "cli_table3___cli_table3_0.5.1.tgz";
+ name = "cli_cursor___cli_cursor_2.1.0.tgz";
path = fetchurl {
- name = "cli_table3___cli_table3_0.5.1.tgz";
- url = "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.5.1.tgz";
- sha1 = "0252372d94dfc40dbd8df06005f48f31f656f202";
+ name = "cli_cursor___cli_cursor_2.1.0.tgz";
+ url = "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz";
+ sha1 = "s12sN2R5+sw+lHR9QdDQ9SOP/LU=";
};
}
{
@@ -294,7 +334,7 @@
path = fetchurl {
name = "cli_width___cli_width_2.2.1.tgz";
url = "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz";
- sha1 = "b0433d0b4e9c847ef18868a4ef16fd5fc8271c48";
+ sha512 = "GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==";
};
}
{
@@ -302,7 +342,7 @@
path = fetchurl {
name = "clone_buffer___clone_buffer_1.0.0.tgz";
url = "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz";
- sha1 = "e3e25b207ac4e701af721e2cb5a16792cac3dc58";
+ sha1 = "4+JbIHrE5wGvch4staFnksrD3Fg=";
};
}
{
@@ -310,7 +350,7 @@
path = fetchurl {
name = "clone_stats___clone_stats_1.0.0.tgz";
url = "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz";
- sha1 = "b3782dff8bb5474e18b9b6bf0fdfe782f8777680";
+ sha1 = "s3gt/4u1R04Yuba/D9/ngvh3doA=";
};
}
{
@@ -318,7 +358,7 @@
path = fetchurl {
name = "clone___clone_2.1.2.tgz";
url = "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz";
- sha1 = "1b7f4b9f591f1e8f83670401600345a02887435f";
+ sha1 = "G39Ln1kfHo+DZwQBYANFoCiHQ18=";
};
}
{
@@ -326,15 +366,7 @@
path = fetchurl {
name = "cloneable_readable___cloneable_readable_1.1.3.tgz";
url = "https://registry.yarnpkg.com/cloneable-readable/-/cloneable-readable-1.1.3.tgz";
- sha1 = "120a00cb053bfb63a222e709f9683ea2e11d8cec";
- };
- }
- {
- name = "code_point_at___code_point_at_1.1.0.tgz";
- path = fetchurl {
- name = "code_point_at___code_point_at_1.1.0.tgz";
- url = "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz";
- sha1 = "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77";
+ sha512 = "2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==";
};
}
{
@@ -342,7 +374,7 @@
path = fetchurl {
name = "color_convert___color_convert_1.9.3.tgz";
url = "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz";
- sha1 = "bb71850690e1f136567de629d2d5471deda4c1e8";
+ sha512 = "QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==";
};
}
{
@@ -350,7 +382,7 @@
path = fetchurl {
name = "color_convert___color_convert_2.0.1.tgz";
url = "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz";
- sha1 = "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3";
+ sha512 = "RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==";
};
}
{
@@ -358,7 +390,7 @@
path = fetchurl {
name = "color_name___color_name_1.1.3.tgz";
url = "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz";
- sha1 = "a7d0558bd89c42f795dd42328f740831ca53bc25";
+ sha1 = "p9BVi9icQveV3UIyj3QIMcpTvCU=";
};
}
{
@@ -366,31 +398,39 @@
path = fetchurl {
name = "color_name___color_name_1.1.4.tgz";
url = "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz";
- sha1 = "c2a09a87acbde69543de6f63fa3995c826c536a2";
+ sha512 = "dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==";
};
}
{
- name = "colorette___colorette_1.2.2.tgz";
+ name = "color_string___color_string_1.9.1.tgz";
path = fetchurl {
- name = "colorette___colorette_1.2.2.tgz";
- url = "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz";
- sha1 = "cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94";
+ name = "color_string___color_string_1.9.1.tgz";
+ url = "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz";
+ sha512 = "shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==";
};
}
{
- name = "colors___colors_1.0.3.tgz";
+ name = "color___color_3.2.1.tgz";
path = fetchurl {
- name = "colors___colors_1.0.3.tgz";
- url = "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz";
- sha1 = "0433f44d809680fdeb60ed260f1b0c262e82a40b";
+ name = "color___color_3.2.1.tgz";
+ url = "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz";
+ sha512 = "aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==";
};
}
{
- name = "colors___colors_1.4.0.tgz";
+ name = "colornames___colornames_1.1.1.tgz";
path = fetchurl {
- name = "colors___colors_1.4.0.tgz";
- url = "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz";
- sha1 = "c50491479d4c1bdaed2c9ced32cf7c7dc2360f78";
+ name = "colornames___colornames_1.1.1.tgz";
+ url = "https://registry.yarnpkg.com/colornames/-/colornames-1.1.1.tgz";
+ sha1 = "+IiQMGhcfE/54qVZ9Qd+t2qBb5Y=";
+ };
+ }
+ {
+ name = "colorspace___colorspace_1.1.4.tgz";
+ path = fetchurl {
+ name = "colorspace___colorspace_1.1.4.tgz";
+ url = "https://registry.yarnpkg.com/colorspace/-/colorspace-1.1.4.tgz";
+ sha512 = "BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==";
};
}
{
@@ -398,23 +438,15 @@
path = fetchurl {
name = "commander___commander_2.20.3.tgz";
url = "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz";
- sha1 = "fd485e84c03eb4881c20722ba48035e8531aeb33";
+ sha512 = "GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==";
};
}
{
- name = "commander___commander_4.1.1.tgz";
+ name = "commander___commander_8.3.0.tgz";
path = fetchurl {
- name = "commander___commander_4.1.1.tgz";
- url = "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz";
- sha1 = "9fd602bd936294e9e9ef46a3f4d6964044b18068";
- };
- }
- {
- name = "commander___commander_2.1.0.tgz";
- path = fetchurl {
- name = "commander___commander_2.1.0.tgz";
- url = "https://registry.yarnpkg.com/commander/-/commander-2.1.0.tgz";
- sha1 = "d121bbae860d9992a3d517ba96f56588e47c6781";
+ name = "commander___commander_8.3.0.tgz";
+ url = "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz";
+ sha512 = "OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==";
};
}
{
@@ -422,15 +454,7 @@
path = fetchurl {
name = "concat_map___concat_map_0.0.1.tgz";
url = "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz";
- sha1 = "d8a96bd77fd68df7793a73036a3ba0d5405d477b";
- };
- }
- {
- name = "concat_stream___concat_stream_1.6.2.tgz";
- path = fetchurl {
- name = "concat_stream___concat_stream_1.6.2.tgz";
- url = "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz";
- sha1 = "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34";
+ sha1 = "2Klr13/Wjfd5OnMDajug1UBdR3s=";
};
}
{
@@ -438,7 +462,7 @@
path = fetchurl {
name = "core_util_is___core_util_is_1.0.2.tgz";
url = "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz";
- sha1 = "b5fd54220aa2bc5ab57aab7140c940754503c1a7";
+ sha1 = "tf1UIgqivFq1eqtxQMlAdUUDwac=";
};
}
{
@@ -446,23 +470,7 @@
path = fetchurl {
name = "cross_spawn___cross_spawn_7.0.3.tgz";
url = "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz";
- sha1 = "f73a85b9d5d41d045551c177e2882d4ac85728a6";
- };
- }
- {
- name = "cycle___cycle_1.0.3.tgz";
- path = fetchurl {
- name = "cycle___cycle_1.0.3.tgz";
- url = "https://registry.yarnpkg.com/cycle/-/cycle-1.0.3.tgz";
- sha1 = "21e80b2be8580f98b468f379430662b046c34ad2";
- };
- }
- {
- name = "debug___debug_2.6.9.tgz";
- path = fetchurl {
- name = "debug___debug_2.6.9.tgz";
- url = "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz";
- sha1 = "5d128515df134ff327e90a4c93f4e077a536341f";
+ sha512 = "iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==";
};
}
{
@@ -470,7 +478,15 @@
path = fetchurl {
name = "debug___debug_4.3.1.tgz";
url = "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz";
- sha1 = "f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee";
+ sha512 = "doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==";
+ };
+ }
+ {
+ name = "debug___debug_4.3.4.tgz";
+ path = fetchurl {
+ name = "debug___debug_4.3.4.tgz";
+ url = "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz";
+ sha512 = "PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==";
};
}
{
@@ -478,15 +494,15 @@
path = fetchurl {
name = "deep_is___deep_is_0.1.3.tgz";
url = "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz";
- sha1 = "b369d6fb5dbc13eecf524f91b070feedc357cf34";
+ sha1 = "s2nW+128E+7PUk+RsHD+7cNXzzQ=";
};
}
{
- name = "delegates___delegates_1.0.0.tgz";
+ name = "diagnostics___diagnostics_1.1.1.tgz";
path = fetchurl {
- name = "delegates___delegates_1.0.0.tgz";
- url = "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz";
- sha1 = "84c6e159b81904fdca59a0ef44cd870d31250f9a";
+ name = "diagnostics___diagnostics_1.1.1.tgz";
+ url = "https://registry.yarnpkg.com/diagnostics/-/diagnostics-1.1.1.tgz";
+ sha512 = "8wn1PmdunLJ9Tqbx+Fx/ZEuHfJf4NKSN2ZBj7SJC/OWRWha843+WsTjqMe1B5E3p28jqBlp+mJ2fPVxPyNgYKQ==";
};
}
{
@@ -494,7 +510,7 @@
path = fetchurl {
name = "doctrine___doctrine_3.0.0.tgz";
url = "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz";
- sha1 = "addebead72a6574db783639dc87a121773973961";
+ sha512 = "yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==";
};
}
{
@@ -502,7 +518,15 @@
path = fetchurl {
name = "dot_case___dot_case_3.0.4.tgz";
url = "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz";
- sha1 = "9b2b670d00a431667a8a75ba29cd1b98809ce751";
+ sha512 = "Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==";
+ };
+ }
+ {
+ name = "emoji_regex___emoji_regex_7.0.3.tgz";
+ path = fetchurl {
+ name = "emoji_regex___emoji_regex_7.0.3.tgz";
+ url = "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz";
+ sha512 = "CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==";
};
}
{
@@ -510,23 +534,39 @@
path = fetchurl {
name = "emoji_regex___emoji_regex_8.0.0.tgz";
url = "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz";
- sha1 = "e818fd69ce5ccfcb404594f842963bf53164cc37";
+ sha512 = "MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==";
};
}
{
- name = "enquirer___enquirer_2.3.6.tgz";
+ name = "enabled___enabled_1.0.2.tgz";
path = fetchurl {
- name = "enquirer___enquirer_2.3.6.tgz";
- url = "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz";
- sha1 = "2a7fe5dd634a1e4125a975ec994ff5456dc3734d";
+ name = "enabled___enabled_1.0.2.tgz";
+ url = "https://registry.yarnpkg.com/enabled/-/enabled-1.0.2.tgz";
+ sha1 = "ll9lE9LC0cX0ZStkouM5ZGf8L5M=";
};
}
{
- name = "es_check___es_check_5.2.4.tgz";
+ name = "env_variable___env_variable_0.0.6.tgz";
path = fetchurl {
- name = "es_check___es_check_5.2.4.tgz";
- url = "https://registry.yarnpkg.com/es-check/-/es-check-5.2.4.tgz";
- sha1 = "76fe2d96ad238bd8ec1d9c3b3d0e98ddbcc723e7";
+ name = "env_variable___env_variable_0.0.6.tgz";
+ url = "https://registry.yarnpkg.com/env-variable/-/env-variable-0.0.6.tgz";
+ sha512 = "bHz59NlBbtS0NhftmR8+ExBEekE7br0e01jw+kk0NDro7TtZzBYZ5ScGPs3OmwnpyfHTHOtr1Y6uedCdrIldtg==";
+ };
+ }
+ {
+ name = "es_check___es_check_6.2.1.tgz";
+ path = fetchurl {
+ name = "es_check___es_check_6.2.1.tgz";
+ url = "https://registry.yarnpkg.com/es-check/-/es-check-6.2.1.tgz";
+ sha512 = "IPiRXUlwSTd2yMklIf9yEGe6GK5wCS8Sz1aTNHm1QSiYzI4aiq19giYbLi95tb+e0JJVKmcU0iQXQWW60a8V9A==";
+ };
+ }
+ {
+ name = "es6_promisify___es6_promisify_6.1.1.tgz";
+ path = fetchurl {
+ name = "es6_promisify___es6_promisify_6.1.1.tgz";
+ url = "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-6.1.1.tgz";
+ sha512 = "HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg==";
};
}
{
@@ -534,7 +574,7 @@
path = fetchurl {
name = "escape_string_regexp___escape_string_regexp_1.0.5.tgz";
url = "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz";
- sha1 = "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4";
+ sha1 = "G2HAViGQqN/2rjuyzwIAyhMLhtQ=";
};
}
{
@@ -542,7 +582,7 @@
path = fetchurl {
name = "escape_string_regexp___escape_string_regexp_4.0.0.tgz";
url = "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz";
- sha1 = "14ba83a5d373e3d311e5afca29cf5bfad965bf34";
+ sha512 = "TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==";
};
}
{
@@ -550,31 +590,23 @@
path = fetchurl {
name = "eslint_config_google___eslint_config_google_0.14.0.tgz";
url = "https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz";
- sha1 = "4f5f8759ba6e11b424294a219dbfa18c508bcc1a";
+ sha512 = "WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==";
};
}
{
- name = "eslint_scope___eslint_scope_5.1.1.tgz";
+ name = "eslint_scope___eslint_scope_7.1.1.tgz";
path = fetchurl {
- name = "eslint_scope___eslint_scope_5.1.1.tgz";
- url = "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz";
- sha1 = "e786e59a66cb92b3f6c1fb0d508aab174848f48c";
+ name = "eslint_scope___eslint_scope_7.1.1.tgz";
+ url = "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz";
+ sha512 = "QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==";
};
}
{
- name = "eslint_utils___eslint_utils_2.1.0.tgz";
+ name = "eslint_utils___eslint_utils_3.0.0.tgz";
path = fetchurl {
- name = "eslint_utils___eslint_utils_2.1.0.tgz";
- url = "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz";
- sha1 = "d2de5e03424e707dc10c74068ddedae708741b27";
- };
- }
- {
- name = "eslint_visitor_keys___eslint_visitor_keys_1.3.0.tgz";
- path = fetchurl {
- name = "eslint_visitor_keys___eslint_visitor_keys_1.3.0.tgz";
- url = "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz";
- sha1 = "30ebd1ef7c2fdff01c3a4f151044af25fab0523e";
+ name = "eslint_utils___eslint_utils_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz";
+ sha512 = "uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==";
};
}
{
@@ -582,31 +614,31 @@
path = fetchurl {
name = "eslint_visitor_keys___eslint_visitor_keys_2.1.0.tgz";
url = "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz";
- sha1 = "f65328259305927392c938ed44eb0a5c9b2bd303";
+ sha512 = "0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==";
};
}
{
- name = "eslint___eslint_7.29.0.tgz";
+ name = "eslint_visitor_keys___eslint_visitor_keys_3.3.0.tgz";
path = fetchurl {
- name = "eslint___eslint_7.29.0.tgz";
- url = "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz";
- sha1 = "ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0";
+ name = "eslint_visitor_keys___eslint_visitor_keys_3.3.0.tgz";
+ url = "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz";
+ sha512 = "mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==";
};
}
{
- name = "espree___espree_7.3.1.tgz";
+ name = "eslint___eslint_8.15.0.tgz";
path = fetchurl {
- name = "espree___espree_7.3.1.tgz";
- url = "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz";
- sha1 = "f2df330b752c6f55019f8bd89b7660039c1bbbb6";
+ name = "eslint___eslint_8.15.0.tgz";
+ url = "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz";
+ sha512 = "GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==";
};
}
{
- name = "esprima___esprima_4.0.1.tgz";
+ name = "espree___espree_9.3.2.tgz";
path = fetchurl {
- name = "esprima___esprima_4.0.1.tgz";
- url = "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz";
- sha1 = "13b04cdb3e6c5d19df91ab6987a8695619b0aa71";
+ name = "espree___espree_9.3.2.tgz";
+ url = "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz";
+ sha512 = "D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==";
};
}
{
@@ -614,7 +646,7 @@
path = fetchurl {
name = "esquery___esquery_1.4.0.tgz";
url = "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz";
- sha1 = "2148ffc38b82e8c7057dfed48425b3e61f0f24a5";
+ sha512 = "cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==";
};
}
{
@@ -622,15 +654,7 @@
path = fetchurl {
name = "esrecurse___esrecurse_4.3.0.tgz";
url = "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz";
- sha1 = "7ad7964d679abb28bee72cec63758b1c5d2c9921";
- };
- }
- {
- name = "estraverse___estraverse_4.3.0.tgz";
- path = fetchurl {
- name = "estraverse___estraverse_4.3.0.tgz";
- url = "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz";
- sha1 = "398ad3f3c5a24948be7725e83d11a7de28cdbd1d";
+ sha512 = "KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==";
};
}
{
@@ -638,7 +662,7 @@
path = fetchurl {
name = "estraverse___estraverse_5.2.0.tgz";
url = "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz";
- sha1 = "307df42547e6cc7324d3cf03c155d5cdb8c53880";
+ sha512 = "BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==";
};
}
{
@@ -646,39 +670,15 @@
path = fetchurl {
name = "esutils___esutils_2.0.3.tgz";
url = "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz";
- sha1 = "74d2eb4de0b8da1293711910d50775b9b710ef64";
+ sha512 = "kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==";
};
}
{
- name = "exit_hook___exit_hook_1.1.1.tgz";
+ name = "external_editor___external_editor_3.1.0.tgz";
path = fetchurl {
- name = "exit_hook___exit_hook_1.1.1.tgz";
- url = "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz";
- sha1 = "f05ca233b48c05d54fff07765df8507e95c02ff8";
- };
- }
- {
- name = "extend___extend_3.0.2.tgz";
- path = fetchurl {
- name = "extend___extend_3.0.2.tgz";
- url = "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz";
- sha1 = "f8b1136b4071fbd8eb140aff858b1019ec2915fa";
- };
- }
- {
- name = "external_editor___external_editor_1.1.1.tgz";
- path = fetchurl {
- name = "external_editor___external_editor_1.1.1.tgz";
- url = "https://registry.yarnpkg.com/external-editor/-/external-editor-1.1.1.tgz";
- sha1 = "12d7b0db850f7ff7e7081baf4005700060c4600b";
- };
- }
- {
- name = "eyes___eyes_0.1.8.tgz";
- path = fetchurl {
- name = "eyes___eyes_0.1.8.tgz";
- url = "https://registry.yarnpkg.com/eyes/-/eyes-0.1.8.tgz";
- sha1 = "62cf120234c683785d902348a800ef3e0cc20bc0";
+ name = "external_editor___external_editor_3.1.0.tgz";
+ url = "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz";
+ sha512 = "hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==";
};
}
{
@@ -686,7 +686,15 @@
path = fetchurl {
name = "fast_deep_equal___fast_deep_equal_3.1.3.tgz";
url = "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz";
- sha1 = "3a7d56b559d6cbc3eb512325244e619a65c6c525";
+ sha512 = "f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==";
+ };
+ }
+ {
+ name = "fast_glob___fast_glob_3.2.11.tgz";
+ path = fetchurl {
+ name = "fast_glob___fast_glob_3.2.11.tgz";
+ url = "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz";
+ sha512 = "xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==";
};
}
{
@@ -694,7 +702,7 @@
path = fetchurl {
name = "fast_json_stable_stringify___fast_json_stable_stringify_2.1.0.tgz";
url = "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz";
- sha1 = "874bf69c6f404c2b5d99c481341399fd55892633";
+ sha512 = "lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==";
};
}
{
@@ -702,15 +710,31 @@
path = fetchurl {
name = "fast_levenshtein___fast_levenshtein_2.0.6.tgz";
url = "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz";
- sha1 = "3d8a5c66883a16a30ca8643e851f19baa7797917";
+ sha1 = "PYpcZog6FqMMqGQ+hR8Zuqd5eRc=";
};
}
{
- name = "figures___figures_1.7.0.tgz";
+ name = "fastq___fastq_1.13.0.tgz";
path = fetchurl {
- name = "figures___figures_1.7.0.tgz";
- url = "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz";
- sha1 = "cbe1e3affcf1cd44b80cadfed28dc793a9701d2e";
+ name = "fastq___fastq_1.13.0.tgz";
+ url = "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz";
+ sha512 = "YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==";
+ };
+ }
+ {
+ name = "fecha___fecha_4.2.3.tgz";
+ path = fetchurl {
+ name = "fecha___fecha_4.2.3.tgz";
+ url = "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz";
+ sha512 = "OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==";
+ };
+ }
+ {
+ name = "figures___figures_2.0.0.tgz";
+ path = fetchurl {
+ name = "figures___figures_2.0.0.tgz";
+ url = "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz";
+ sha1 = "OrGi0qYsi/tDGgyUy3l6L84nyWI=";
};
}
{
@@ -718,7 +742,15 @@
path = fetchurl {
name = "file_entry_cache___file_entry_cache_6.0.1.tgz";
url = "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz";
- sha1 = "211b2dd9659cb0394b073e7323ac3c933d522027";
+ sha512 = "7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==";
+ };
+ }
+ {
+ name = "fill_range___fill_range_7.0.1.tgz";
+ path = fetchurl {
+ name = "fill_range___fill_range_7.0.1.tgz";
+ url = "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz";
+ sha512 = "qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==";
};
}
{
@@ -726,7 +758,7 @@
path = fetchurl {
name = "flat_cache___flat_cache_3.0.4.tgz";
url = "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz";
- sha1 = "61b0338302b2fe9f957dcc32fc2a87f1c3048b11";
+ sha512 = "dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==";
};
}
{
@@ -734,7 +766,7 @@
path = fetchurl {
name = "flatted___flatted_3.1.1.tgz";
url = "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz";
- sha1 = "c4b489e80096d9df1dfc97c79871aea7c617c469";
+ sha512 = "zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==";
};
}
{
@@ -742,7 +774,7 @@
path = fetchurl {
name = "fs.realpath___fs.realpath_1.0.0.tgz";
url = "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz";
- sha1 = "1504ad2523158caa40db4a2787cb01411994ea4f";
+ sha1 = "FQStJSMVjKpA20onh8sBQRmU6k8=";
};
}
{
@@ -750,15 +782,7 @@
path = fetchurl {
name = "functional_red_black_tree___functional_red_black_tree_1.0.1.tgz";
url = "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz";
- sha1 = "1b0ab3bd553b2a0d6399d29c0e3ea0b252078327";
- };
- }
- {
- name = "gauge___gauge_1.2.7.tgz";
- path = fetchurl {
- name = "gauge___gauge_1.2.7.tgz";
- url = "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz";
- sha1 = "e9cec5483d3d4ee0ef44b60a7d99e4935e136d93";
+ sha1 = "GwqzvVU7Kg1jmdKcDj6gslIHgyc=";
};
}
{
@@ -766,7 +790,15 @@
path = fetchurl {
name = "glob_parent___glob_parent_5.1.2.tgz";
url = "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz";
- sha1 = "869832c58034fe68a4093c17dc15e8340d8401c4";
+ sha512 = "AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==";
+ };
+ }
+ {
+ name = "glob_parent___glob_parent_6.0.2.tgz";
+ path = fetchurl {
+ name = "glob_parent___glob_parent_6.0.2.tgz";
+ url = "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz";
+ sha512 = "XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==";
};
}
{
@@ -774,7 +806,15 @@
path = fetchurl {
name = "glob___glob_7.1.7.tgz";
url = "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz";
- sha1 = "3b193e9233f01d42d0b3f78294bbeeb418f94a90";
+ sha512 = "OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==";
+ };
+ }
+ {
+ name = "glob___glob_7.2.0.tgz";
+ path = fetchurl {
+ name = "glob___glob_7.2.0.tgz";
+ url = "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz";
+ sha512 = "lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==";
};
}
{
@@ -782,55 +822,47 @@
path = fetchurl {
name = "globals___globals_13.9.0.tgz";
url = "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz";
- sha1 = "4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb";
+ sha512 = "74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==";
};
}
{
- name = "google_closure_compiler_java___google_closure_compiler_java_20210601.0.0.tgz";
+ name = "google_closure_compiler_java___google_closure_compiler_java_20220104.0.0.tgz";
path = fetchurl {
- name = "google_closure_compiler_java___google_closure_compiler_java_20210601.0.0.tgz";
- url = "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20210601.0.0.tgz";
- sha1 = "88dc11b334bee6a704d9674c5143fd2e0d553517";
+ name = "google_closure_compiler_java___google_closure_compiler_java_20220104.0.0.tgz";
+ url = "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20220104.0.0.tgz";
+ sha512 = "cnxEfms548+whhdtIT5MLNVfHcXasYmsUGpyrdLDX+0xR4t+oJBT7RI/O7qOusoqXdW6lwAIT2jbFI8Irk6eVQ==";
};
}
{
- name = "google_closure_compiler_linux___google_closure_compiler_linux_20210601.0.0.tgz";
+ name = "google_closure_compiler_linux___google_closure_compiler_linux_20220104.0.0.tgz";
path = fetchurl {
- name = "google_closure_compiler_linux___google_closure_compiler_linux_20210601.0.0.tgz";
- url = "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20210601.0.0.tgz";
- sha1 = "6e5dd7b00b96dc1fd1ba30e3401af85558768322";
+ name = "google_closure_compiler_linux___google_closure_compiler_linux_20220104.0.0.tgz";
+ url = "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20220104.0.0.tgz";
+ sha512 = "3la7sjrcKHlQc8piP+nzsZmFQFYV/4DtxFcpjq+Re81+vYmE9NWUZ21xgp6OZ7ygZhVLEWQqGlZqJls45HS0rA==";
};
}
{
- name = "google_closure_compiler_osx___google_closure_compiler_osx_20210601.0.0.tgz";
+ name = "google_closure_compiler_osx___google_closure_compiler_osx_20220104.0.0.tgz";
path = fetchurl {
- name = "google_closure_compiler_osx___google_closure_compiler_osx_20210601.0.0.tgz";
- url = "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20210601.0.0.tgz";
- sha1 = "e23356bc9ef6e68c2980f60a207f603767b50b21";
+ name = "google_closure_compiler_osx___google_closure_compiler_osx_20220104.0.0.tgz";
+ url = "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20220104.0.0.tgz";
+ sha512 = "D6WPBKS6H416kY4OH9WBhviY7e+b1+RXT8jWhBGXMHoSlUiIUALOi67RvBuibiX39ljG0D1JSZbfYXNCDYLMmw==";
};
}
{
- name = "google_closure_compiler_windows___google_closure_compiler_windows_20210601.0.0.tgz";
+ name = "google_closure_compiler_windows___google_closure_compiler_windows_20220104.0.0.tgz";
path = fetchurl {
- name = "google_closure_compiler_windows___google_closure_compiler_windows_20210601.0.0.tgz";
- url = "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20210601.0.0.tgz";
- sha1 = "b5400d06bbf0bbd2602ee3ae0c2bc7ebd5829692";
+ name = "google_closure_compiler_windows___google_closure_compiler_windows_20220104.0.0.tgz";
+ url = "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20220104.0.0.tgz";
+ sha512 = "VNBUBSBLn2ZeK4EKsoY/rl6qjXYoph+DWmiicNeFrEvqyUB9Vh9MhhP4F+PPOg1iYdPw4XtNsmfSnIV96kQHyA==";
};
}
{
- name = "google_closure_compiler___google_closure_compiler_20210601.0.0.tgz";
+ name = "google_closure_compiler___google_closure_compiler_20220104.0.0.tgz";
path = fetchurl {
- name = "google_closure_compiler___google_closure_compiler_20210601.0.0.tgz";
- url = "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20210601.0.0.tgz";
- sha1 = "34597c33c9285ebd3a5364f5299f6c9ddc9fc88a";
- };
- }
- {
- name = "has_ansi___has_ansi_2.0.0.tgz";
- path = fetchurl {
- name = "has_ansi___has_ansi_2.0.0.tgz";
- url = "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz";
- sha1 = "34f5049ce1ecdf2b0649af3ef24e45ed35416d91";
+ name = "google_closure_compiler___google_closure_compiler_20220104.0.0.tgz";
+ url = "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20220104.0.0.tgz";
+ sha512 = "8JQs1cWpJYjvqnAskMis1sQ/nm2wHYIt/Rd3HYyMOgfEzjNdqLkIiuzCXbz2flktHXS63mvdxU4+ZlJR72Kz8g==";
};
}
{
@@ -838,7 +870,7 @@
path = fetchurl {
name = "has_flag___has_flag_3.0.0.tgz";
url = "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz";
- sha1 = "b5d454dc2199ae225699f3467e5a07f3b955bafd";
+ sha1 = "tdRU3CGZriJWmfNGfloH87lVuv0=";
};
}
{
@@ -846,15 +878,7 @@
path = fetchurl {
name = "has_flag___has_flag_4.0.0.tgz";
url = "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz";
- sha1 = "944771fd9c81c81265c4d6941860da06bb59479b";
- };
- }
- {
- name = "has_unicode___has_unicode_2.0.1.tgz";
- path = fetchurl {
- name = "has_unicode___has_unicode_2.0.1.tgz";
- url = "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz";
- sha1 = "e0e6fe6a28cf51138855e086d1691e771de2a8b9";
+ sha512 = "EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==";
};
}
{
@@ -862,23 +886,31 @@
path = fetchurl {
name = "he___he_1.2.0.tgz";
url = "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz";
- sha1 = "84ae65fa7eafb165fddb61566ae14baf05664f0f";
+ sha512 = "F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==";
};
}
{
- name = "html_minifier_terser___html_minifier_terser_5.1.1.tgz";
+ name = "html_minifier_terser___html_minifier_terser_6.1.0.tgz";
path = fetchurl {
- name = "html_minifier_terser___html_minifier_terser_5.1.1.tgz";
- url = "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz";
- sha1 = "922e96f1f3bb60832c2634b79884096389b1f054";
+ name = "html_minifier_terser___html_minifier_terser_6.1.0.tgz";
+ url = "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz";
+ sha512 = "YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==";
};
}
{
- name = "ignore___ignore_4.0.6.tgz";
+ name = "iconv_lite___iconv_lite_0.4.24.tgz";
path = fetchurl {
- name = "ignore___ignore_4.0.6.tgz";
- url = "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz";
- sha1 = "750e3db5862087b4737ebac8207ffd1ef27b25fc";
+ name = "iconv_lite___iconv_lite_0.4.24.tgz";
+ url = "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz";
+ sha512 = "v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==";
+ };
+ }
+ {
+ name = "ignore___ignore_5.2.0.tgz";
+ path = fetchurl {
+ name = "ignore___ignore_5.2.0.tgz";
+ url = "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz";
+ sha512 = "CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==";
};
}
{
@@ -886,7 +918,7 @@
path = fetchurl {
name = "import_fresh___import_fresh_3.3.0.tgz";
url = "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz";
- sha1 = "37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b";
+ sha512 = "veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==";
};
}
{
@@ -894,7 +926,7 @@
path = fetchurl {
name = "imurmurhash___imurmurhash_0.1.4.tgz";
url = "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz";
- sha1 = "9218b9b2b928a238b13dc4fb6b6d576f231453ea";
+ sha1 = "khi5srkoojixPcT7a21XbyMUU+o=";
};
}
{
@@ -902,7 +934,7 @@
path = fetchurl {
name = "inflight___inflight_1.0.6.tgz";
url = "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz";
- sha1 = "49bd6331d7d02d0c09bc910a1075ba8165b56df9";
+ sha1 = "Sb1jMdfQLQwJvJEKEHW6gWW1bfk=";
};
}
{
@@ -910,15 +942,23 @@
path = fetchurl {
name = "inherits___inherits_2.0.4.tgz";
url = "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz";
- sha1 = "0fa2c64f932917c3433a0ded55363aae37416b7c";
+ sha512 = "k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==";
};
}
{
- name = "inquirer___inquirer_1.2.3.tgz";
+ name = "inquirer___inquirer_6.5.2.tgz";
path = fetchurl {
- name = "inquirer___inquirer_1.2.3.tgz";
- url = "https://registry.yarnpkg.com/inquirer/-/inquirer-1.2.3.tgz";
- sha1 = "4dec6f32f37ef7bb0b2ed3f1d1a5c3f545074918";
+ name = "inquirer___inquirer_6.5.2.tgz";
+ url = "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz";
+ sha512 = "cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==";
+ };
+ }
+ {
+ name = "is_arrayish___is_arrayish_0.3.2.tgz";
+ path = fetchurl {
+ name = "is_arrayish___is_arrayish_0.3.2.tgz";
+ url = "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz";
+ sha512 = "eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==";
};
}
{
@@ -926,15 +966,7 @@
path = fetchurl {
name = "is_extglob___is_extglob_2.1.1.tgz";
url = "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz";
- sha1 = "a88c02535791f02ed37c76a1b9ea9773c833f8c2";
- };
- }
- {
- name = "is_fullwidth_code_point___is_fullwidth_code_point_1.0.0.tgz";
- path = fetchurl {
- name = "is_fullwidth_code_point___is_fullwidth_code_point_1.0.0.tgz";
- url = "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz";
- sha1 = "ef9e31386f031a7f0d643af82fde50c457ef00cb";
+ sha1 = "qIwCU1eR8C7TfHahueqXc8gz+MI=";
};
}
{
@@ -942,7 +974,7 @@
path = fetchurl {
name = "is_fullwidth_code_point___is_fullwidth_code_point_2.0.0.tgz";
url = "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz";
- sha1 = "a3b30a5c4f199183167aaab93beefae3ddfb654f";
+ sha1 = "o7MKXE8ZkYMWeqq5O+764937ZU8=";
};
}
{
@@ -950,7 +982,7 @@
path = fetchurl {
name = "is_fullwidth_code_point___is_fullwidth_code_point_3.0.0.tgz";
url = "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz";
- sha1 = "f116f8064fe90b3f7844a38997c0b75051269f1d";
+ sha512 = "zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==";
};
}
{
@@ -958,7 +990,31 @@
path = fetchurl {
name = "is_glob___is_glob_4.0.1.tgz";
url = "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz";
- sha1 = "7567dbe9f2f5e2467bc77ab83c4a29482407a5dc";
+ sha512 = "5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==";
+ };
+ }
+ {
+ name = "is_glob___is_glob_4.0.3.tgz";
+ path = fetchurl {
+ name = "is_glob___is_glob_4.0.3.tgz";
+ url = "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz";
+ sha512 = "xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==";
+ };
+ }
+ {
+ name = "is_number___is_number_7.0.0.tgz";
+ path = fetchurl {
+ name = "is_number___is_number_7.0.0.tgz";
+ url = "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz";
+ sha512 = "41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==";
+ };
+ }
+ {
+ name = "is_stream___is_stream_1.1.0.tgz";
+ path = fetchurl {
+ name = "is_stream___is_stream_1.1.0.tgz";
+ url = "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz";
+ sha1 = "EtSj3U5o4Lec6428hBc66A2RykQ=";
};
}
{
@@ -966,7 +1022,7 @@
path = fetchurl {
name = "isarray___isarray_1.0.0.tgz";
url = "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz";
- sha1 = "bb935d48582cba168c06834957a54a3e07124f11";
+ sha1 = "u5NdSFgsuhaMBoNJV6VKPgcSTxE=";
};
}
{
@@ -974,31 +1030,15 @@
path = fetchurl {
name = "isexe___isexe_2.0.0.tgz";
url = "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz";
- sha1 = "e8fbf374dc556ff8947a10dcb0572d633f2cfa10";
+ sha1 = "6PvzdNxVb/iUehDcsFctYz8s+hA=";
};
}
{
- name = "isstream___isstream_0.1.2.tgz";
+ name = "js_yaml___js_yaml_4.1.0.tgz";
path = fetchurl {
- name = "isstream___isstream_0.1.2.tgz";
- url = "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz";
- sha1 = "47e63f7af55afa6f92e1500e690eb8b8529c099a";
- };
- }
- {
- name = "js_tokens___js_tokens_4.0.0.tgz";
- path = fetchurl {
- name = "js_tokens___js_tokens_4.0.0.tgz";
- url = "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz";
- sha1 = "19203fb59991df98e3a287050d4647cdeaf32499";
- };
- }
- {
- name = "js_yaml___js_yaml_3.14.1.tgz";
- path = fetchurl {
- name = "js_yaml___js_yaml_3.14.1.tgz";
- url = "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz";
- sha1 = "dae812fdb3825fa306609a8717383c50c36a0537";
+ name = "js_yaml___js_yaml_4.1.0.tgz";
+ url = "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz";
+ sha512 = "wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==";
};
}
{
@@ -1006,15 +1046,7 @@
path = fetchurl {
name = "json_schema_traverse___json_schema_traverse_0.4.1.tgz";
url = "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz";
- sha1 = "69f6a87d9513ab8bb8fe63bdb0979c448e684660";
- };
- }
- {
- name = "json_schema_traverse___json_schema_traverse_1.0.0.tgz";
- path = fetchurl {
- name = "json_schema_traverse___json_schema_traverse_1.0.0.tgz";
- url = "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz";
- sha1 = "ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2";
+ sha512 = "xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==";
};
}
{
@@ -1022,7 +1054,15 @@
path = fetchurl {
name = "json_stable_stringify_without_jsonify___json_stable_stringify_without_jsonify_1.0.1.tgz";
url = "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz";
- sha1 = "9db7b59496ad3f3cfef30a75142d2d930ad72651";
+ sha1 = "nbe1lJatPzz+8wp1FC0tkwrXJlE=";
+ };
+ }
+ {
+ name = "kuler___kuler_1.0.1.tgz";
+ path = fetchurl {
+ name = "kuler___kuler_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/kuler/-/kuler-1.0.1.tgz";
+ sha512 = "J9nVUucG1p/skKul6DU3PUZrhs0LPulNaeUOox0IyXDi8S4CztTHs1gQphhuZmzXG7VOQSf6NJfKuzteQLv9gQ==";
};
}
{
@@ -1030,31 +1070,7 @@
path = fetchurl {
name = "levn___levn_0.4.1.tgz";
url = "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz";
- sha1 = "ae4562c007473b932a6200d403268dd2fffc6ade";
- };
- }
- {
- name = "lodash.camelcase___lodash.camelcase_4.3.0.tgz";
- path = fetchurl {
- name = "lodash.camelcase___lodash.camelcase_4.3.0.tgz";
- url = "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz";
- sha1 = "b28aa6288a2b9fc651035c7711f65ab6190331a6";
- };
- }
- {
- name = "lodash.clonedeep___lodash.clonedeep_4.5.0.tgz";
- path = fetchurl {
- name = "lodash.clonedeep___lodash.clonedeep_4.5.0.tgz";
- url = "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz";
- sha1 = "e23f3f9c4f8fbdde872529c1071857a086e5ccef";
- };
- }
- {
- name = "lodash.difference___lodash.difference_4.5.0.tgz";
- path = fetchurl {
- name = "lodash.difference___lodash.difference_4.5.0.tgz";
- url = "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz";
- sha1 = "9ccb4e505d486b91651345772885a2df27fd017c";
+ sha512 = "+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==";
};
}
{
@@ -1062,47 +1078,23 @@
path = fetchurl {
name = "lodash.merge___lodash.merge_4.6.2.tgz";
url = "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz";
- sha1 = "558aa53b43b661e1925a0afdfa36a9a1085fe57a";
+ sha512 = "0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==";
};
}
{
- name = "lodash.pad___lodash.pad_4.5.1.tgz";
+ name = "lodash.sortby___lodash.sortby_4.7.0.tgz";
path = fetchurl {
- name = "lodash.pad___lodash.pad_4.5.1.tgz";
- url = "https://registry.yarnpkg.com/lodash.pad/-/lodash.pad-4.5.1.tgz";
- sha1 = "4330949a833a7c8da22cc20f6a26c4d59debba70";
+ name = "lodash.sortby___lodash.sortby_4.7.0.tgz";
+ url = "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz";
+ sha1 = "7dFMgk4sycHgsKG0K7UhBRakJDg=";
};
}
{
- name = "lodash.padend___lodash.padend_4.6.1.tgz";
+ name = "lodash___lodash_4.17.15.tgz";
path = fetchurl {
- name = "lodash.padend___lodash.padend_4.6.1.tgz";
- url = "https://registry.yarnpkg.com/lodash.padend/-/lodash.padend-4.6.1.tgz";
- sha1 = "53ccba047d06e158d311f45da625f4e49e6f166e";
- };
- }
- {
- name = "lodash.padstart___lodash.padstart_4.6.1.tgz";
- path = fetchurl {
- name = "lodash.padstart___lodash.padstart_4.6.1.tgz";
- url = "https://registry.yarnpkg.com/lodash.padstart/-/lodash.padstart-4.6.1.tgz";
- sha1 = "d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b";
- };
- }
- {
- name = "lodash.truncate___lodash.truncate_4.4.2.tgz";
- path = fetchurl {
- name = "lodash.truncate___lodash.truncate_4.4.2.tgz";
- url = "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz";
- sha1 = "5a350da0b1113b837ecfffd5812cbe58d6eae193";
- };
- }
- {
- name = "lodash.uniq___lodash.uniq_4.5.0.tgz";
- path = fetchurl {
- name = "lodash.uniq___lodash.uniq_4.5.0.tgz";
- url = "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz";
- sha1 = "d0225373aeb652adc1bc82e4945339a842754773";
+ name = "lodash___lodash_4.17.15.tgz";
+ url = "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz";
+ sha512 = "8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==";
};
}
{
@@ -1110,7 +1102,15 @@
path = fetchurl {
name = "lodash___lodash_4.17.21.tgz";
url = "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz";
- sha1 = "679591c564c3bffaae8454cf0b3df370c3d6911c";
+ sha512 = "v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==";
+ };
+ }
+ {
+ name = "logform___logform_2.4.0.tgz";
+ path = fetchurl {
+ name = "logform___logform_2.4.0.tgz";
+ url = "https://registry.yarnpkg.com/logform/-/logform-2.4.0.tgz";
+ sha512 = "CPSJw4ftjf517EhXZGGvTHHkYobo7ZCc0kvwUoOYcjfR2UVrI66RHj8MCrfAdEitdmFqbu2BYdYs8FHHZSb6iw==";
};
}
{
@@ -1118,23 +1118,31 @@
path = fetchurl {
name = "lower_case___lower_case_2.0.2.tgz";
url = "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz";
- sha1 = "6fa237c63dbdc4a82ca0fd882e4722dc5e634e28";
+ sha512 = "7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==";
};
}
{
- name = "lru_cache___lru_cache_6.0.0.tgz";
+ name = "merge2___merge2_1.4.1.tgz";
path = fetchurl {
- name = "lru_cache___lru_cache_6.0.0.tgz";
- url = "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz";
- sha1 = "6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94";
+ name = "merge2___merge2_1.4.1.tgz";
+ url = "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz";
+ sha512 = "8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==";
};
}
{
- name = "micromist___micromist_1.1.0.tgz";
+ name = "micromatch___micromatch_4.0.5.tgz";
path = fetchurl {
- name = "micromist___micromist_1.1.0.tgz";
- url = "https://registry.yarnpkg.com/micromist/-/micromist-1.1.0.tgz";
- sha1 = "a490bcf9a4b918ad9eed8e52d0ec98b9c3b2d3c8";
+ name = "micromatch___micromatch_4.0.5.tgz";
+ url = "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz";
+ sha512 = "DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==";
+ };
+ }
+ {
+ name = "mimic_fn___mimic_fn_1.2.0.tgz";
+ path = fetchurl {
+ name = "mimic_fn___mimic_fn_1.2.0.tgz";
+ url = "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz";
+ sha512 = "jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==";
};
}
{
@@ -1142,7 +1150,15 @@
path = fetchurl {
name = "minimatch___minimatch_3.0.4.tgz";
url = "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz";
- sha1 = "5166e286457f03306064be5497e8dbb0c3d32083";
+ sha512 = "yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==";
+ };
+ }
+ {
+ name = "minimatch___minimatch_3.1.2.tgz";
+ path = fetchurl {
+ name = "minimatch___minimatch_3.1.2.tgz";
+ url = "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz";
+ sha512 = "J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==";
};
}
{
@@ -1150,7 +1166,7 @@
path = fetchurl {
name = "minimist___minimist_1.2.5.tgz";
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz";
- sha1 = "67d66014b66a6a8aaa0c083c5fd58df4e4e97602";
+ sha512 = "FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==";
};
}
{
@@ -1158,15 +1174,7 @@
path = fetchurl {
name = "mkdirp___mkdirp_0.5.5.tgz";
url = "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz";
- sha1 = "d91cefd62d1436ca0f41620e251288d420099def";
- };
- }
- {
- name = "ms___ms_2.0.0.tgz";
- path = fetchurl {
- name = "ms___ms_2.0.0.tgz";
- url = "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz";
- sha1 = "5608aeadfc00be6c2901df5f9861788de0d597c8";
+ sha512 = "NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==";
};
}
{
@@ -1174,23 +1182,23 @@
path = fetchurl {
name = "ms___ms_2.1.2.tgz";
url = "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz";
- sha1 = "d09d1f357b443f493382a8eb3ccd183872ae6009";
+ sha512 = "sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==";
};
}
{
- name = "mute_stream___mute_stream_0.0.6.tgz";
+ name = "ms___ms_2.1.3.tgz";
path = fetchurl {
- name = "mute_stream___mute_stream_0.0.6.tgz";
- url = "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.6.tgz";
- sha1 = "48962b19e169fd1dfc240b3f1e7317627bbc47db";
+ name = "ms___ms_2.1.3.tgz";
+ url = "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz";
+ sha512 = "6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==";
};
}
{
- name = "nan___nan_1.0.0.tgz";
+ name = "mute_stream___mute_stream_0.0.7.tgz";
path = fetchurl {
- name = "nan___nan_1.0.0.tgz";
- url = "https://registry.yarnpkg.com/nan/-/nan-1.0.0.tgz";
- sha1 = "ae24f8850818d662fcab5acf7f3b95bfaa2ccf38";
+ name = "mute_stream___mute_stream_0.0.7.tgz";
+ url = "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz";
+ sha1 = "MHXOk7whuPq0PhvE2n6BFe0ee6s=";
};
}
{
@@ -1198,7 +1206,7 @@
path = fetchurl {
name = "natural_compare___natural_compare_1.4.0.tgz";
url = "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz";
- sha1 = "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7";
+ sha1 = "Sr6/7tdUHywnrPspvbvRXI1bpPc=";
};
}
{
@@ -1206,31 +1214,7 @@
path = fetchurl {
name = "no_case___no_case_3.0.4.tgz";
url = "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz";
- sha1 = "d361fd5c9800f558551a8369fc0dcd4662b6124d";
- };
- }
- {
- name = "npmlog___npmlog_2.0.4.tgz";
- path = fetchurl {
- name = "npmlog___npmlog_2.0.4.tgz";
- url = "https://registry.yarnpkg.com/npmlog/-/npmlog-2.0.4.tgz";
- sha1 = "98b52530f2514ca90d09ec5b22c8846722375692";
- };
- }
- {
- name = "number_is_nan___number_is_nan_1.0.1.tgz";
- path = fetchurl {
- name = "number_is_nan___number_is_nan_1.0.1.tgz";
- url = "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz";
- sha1 = "097b602b53422a522c1afb8790318336941a011d";
- };
- }
- {
- name = "object_assign___object_assign_4.1.1.tgz";
- path = fetchurl {
- name = "object_assign___object_assign_4.1.1.tgz";
- url = "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz";
- sha1 = "2109adc7965887cfc05cbbd442cac8bfbb360863";
+ sha512 = "fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==";
};
}
{
@@ -1238,15 +1222,23 @@
path = fetchurl {
name = "once___once_1.4.0.tgz";
url = "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz";
- sha1 = "583b1aa775961d4b113ac17d9c50baef9dd76bd1";
+ sha1 = "WDsap3WWHUsROsF9nFC6753Xa9E=";
};
}
{
- name = "onetime___onetime_1.1.0.tgz";
+ name = "one_time___one_time_0.0.4.tgz";
path = fetchurl {
- name = "onetime___onetime_1.1.0.tgz";
- url = "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz";
- sha1 = "a1f7838f8314c516f05ecefcbc4ccfe04b4ed789";
+ name = "one_time___one_time_0.0.4.tgz";
+ url = "https://registry.yarnpkg.com/one-time/-/one-time-0.0.4.tgz";
+ sha1 = "+M33eISCb+Tf+T46nMN7HkSAdC4=";
+ };
+ }
+ {
+ name = "onetime___onetime_2.0.1.tgz";
+ path = fetchurl {
+ name = "onetime___onetime_2.0.1.tgz";
+ url = "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz";
+ sha1 = "BnQoIw/WdEOyeUsiu6UotoZ5YtQ=";
};
}
{
@@ -1254,23 +1246,7 @@
path = fetchurl {
name = "optionator___optionator_0.9.1.tgz";
url = "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz";
- sha1 = "4f236a6373dae0566a6d43e1326674f50c291499";
- };
- }
- {
- name = "options___options_0.0.6.tgz";
- path = fetchurl {
- name = "options___options_0.0.6.tgz";
- url = "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz";
- sha1 = "ec22d312806bb53e731773e7cdaefcf1c643128f";
- };
- }
- {
- name = "os_shim___os_shim_0.1.3.tgz";
- path = fetchurl {
- name = "os_shim___os_shim_0.1.3.tgz";
- url = "https://registry.yarnpkg.com/os-shim/-/os-shim-0.1.3.tgz";
- sha1 = "6b62c3791cf7909ea35ed46e17658bb417cb3917";
+ sha512 = "74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==";
};
}
{
@@ -1278,7 +1254,7 @@
path = fetchurl {
name = "os_tmpdir___os_tmpdir_1.0.2.tgz";
url = "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz";
- sha1 = "bbe67406c79aa85c5cfec766fe5734555dfa1274";
+ sha1 = "u+Z0BseaqFxc/sdm/lc0VV36EnQ=";
};
}
{
@@ -1286,7 +1262,7 @@
path = fetchurl {
name = "param_case___param_case_3.0.4.tgz";
url = "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz";
- sha1 = "7d17fe4aa12bde34d4a77d91acfb6219caad01c5";
+ sha512 = "RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==";
};
}
{
@@ -1294,7 +1270,7 @@
path = fetchurl {
name = "parent_module___parent_module_1.0.1.tgz";
url = "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz";
- sha1 = "691d2709e78c79fae3a156622452d00762caaaa2";
+ sha512 = "GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==";
};
}
{
@@ -1302,7 +1278,7 @@
path = fetchurl {
name = "pascal_case___pascal_case_3.1.2.tgz";
url = "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz";
- sha1 = "b48e0ef2b98e205e7c1dae747d0b1508237660eb";
+ sha512 = "uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==";
};
}
{
@@ -1310,7 +1286,7 @@
path = fetchurl {
name = "path_is_absolute___path_is_absolute_1.0.1.tgz";
url = "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz";
- sha1 = "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f";
+ sha1 = "F0uSaHNVNP+8es5r9TpanhtcX18=";
};
}
{
@@ -1318,23 +1294,15 @@
path = fetchurl {
name = "path_key___path_key_3.1.1.tgz";
url = "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz";
- sha1 = "581f6ade658cbba65a0d3380de7753295054f375";
+ sha512 = "ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==";
};
}
{
- name = "pinkie_promise___pinkie_promise_2.0.1.tgz";
+ name = "picomatch___picomatch_2.3.1.tgz";
path = fetchurl {
- name = "pinkie_promise___pinkie_promise_2.0.1.tgz";
- url = "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz";
- sha1 = "2135d6dfa7a358c069ac9b178776288228450ffa";
- };
- }
- {
- name = "pinkie___pinkie_2.0.4.tgz";
- path = fetchurl {
- name = "pinkie___pinkie_2.0.4.tgz";
- url = "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz";
- sha1 = "72556b80cfa0d48a974e80e77248e80ed4f7f870";
+ name = "picomatch___picomatch_2.3.1.tgz";
+ url = "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz";
+ sha512 = "JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==";
};
}
{
@@ -1342,15 +1310,7 @@
path = fetchurl {
name = "prelude_ls___prelude_ls_1.2.1.tgz";
url = "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz";
- sha1 = "debc6489d7a6e6b0e7611888cec880337d316396";
- };
- }
- {
- name = "prettyjson___prettyjson_1.2.1.tgz";
- path = fetchurl {
- name = "prettyjson___prettyjson_1.2.1.tgz";
- url = "https://registry.yarnpkg.com/prettyjson/-/prettyjson-1.2.1.tgz";
- sha1 = "fcffab41d19cab4dfae5e575e64246619b12d289";
+ sha512 = "vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==";
};
}
{
@@ -1358,15 +1318,7 @@
path = fetchurl {
name = "process_nextick_args___process_nextick_args_2.0.1.tgz";
url = "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz";
- sha1 = "7820d9b16120cc55ca9ae7792680ae7dba6d7fe2";
- };
- }
- {
- name = "progress___progress_2.0.3.tgz";
- path = fetchurl {
- name = "progress___progress_2.0.3.tgz";
- url = "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz";
- sha1 = "7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8";
+ sha512 = "3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==";
};
}
{
@@ -1374,7 +1326,15 @@
path = fetchurl {
name = "punycode___punycode_2.1.1.tgz";
url = "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz";
- sha1 = "b58b010ac40c22c5657616c8d2c2c02c7bf479ec";
+ sha512 = "XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==";
+ };
+ }
+ {
+ name = "queue_microtask___queue_microtask_1.2.3.tgz";
+ path = fetchurl {
+ name = "queue_microtask___queue_microtask_1.2.3.tgz";
+ url = "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz";
+ sha512 = "NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==";
};
}
{
@@ -1382,7 +1342,15 @@
path = fetchurl {
name = "readable_stream___readable_stream_2.3.7.tgz";
url = "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz";
- sha1 = "1eca1cf711aef814c04f62252a36a62f6cb23b57";
+ sha512 = "Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==";
+ };
+ }
+ {
+ name = "readable_stream___readable_stream_3.6.0.tgz";
+ path = fetchurl {
+ name = "readable_stream___readable_stream_3.6.0.tgz";
+ url = "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz";
+ sha512 = "BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==";
};
}
{
@@ -1390,7 +1358,7 @@
path = fetchurl {
name = "regexpp___regexpp_3.2.0.tgz";
url = "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz";
- sha1 = "0425a2768d8f23bad70ca4b90461fa2f1213e1b2";
+ sha512 = "pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==";
};
}
{
@@ -1398,7 +1366,7 @@
path = fetchurl {
name = "relateurl___relateurl_0.2.7.tgz";
url = "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz";
- sha1 = "54dbf377e51440aca90a4cd274600d3ff2d888a9";
+ sha1 = "VNvzd+UUQKypCkzSdGANP/LYiKk=";
};
}
{
@@ -1406,7 +1374,7 @@
path = fetchurl {
name = "remove_trailing_separator___remove_trailing_separator_1.1.0.tgz";
url = "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz";
- sha1 = "c24bce2a283adad5bc3f58e0d48249b92379d8ef";
+ sha1 = "wkvOKig62tW8P1jg1IJJuSN52O8=";
};
}
{
@@ -1414,15 +1382,7 @@
path = fetchurl {
name = "replace_ext___replace_ext_1.0.1.tgz";
url = "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.1.tgz";
- sha1 = "2d6d996d04a15855d967443631dd5f77825b016a";
- };
- }
- {
- name = "require_from_string___require_from_string_2.0.2.tgz";
- path = fetchurl {
- name = "require_from_string___require_from_string_2.0.2.tgz";
- url = "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz";
- sha1 = "89a7fdd938261267318eafe14f9c32e598c36909";
+ sha512 = "yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==";
};
}
{
@@ -1430,15 +1390,23 @@
path = fetchurl {
name = "resolve_from___resolve_from_4.0.0.tgz";
url = "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz";
- sha1 = "4abcd852ad32dd7baabfe9b40e00a36db5f392e6";
+ sha512 = "pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==";
};
}
{
- name = "restore_cursor___restore_cursor_1.0.1.tgz";
+ name = "restore_cursor___restore_cursor_2.0.0.tgz";
path = fetchurl {
- name = "restore_cursor___restore_cursor_1.0.1.tgz";
- url = "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz";
- sha1 = "34661f46886327fed2991479152252df92daa541";
+ name = "restore_cursor___restore_cursor_2.0.0.tgz";
+ url = "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz";
+ sha1 = "n37ih/gv0ybU/RYpI9YhKe7g368=";
+ };
+ }
+ {
+ name = "reusify___reusify_1.0.4.tgz";
+ path = fetchurl {
+ name = "reusify___reusify_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz";
+ sha512 = "U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==";
};
}
{
@@ -1446,7 +1414,7 @@
path = fetchurl {
name = "rimraf___rimraf_3.0.2.tgz";
url = "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz";
- sha1 = "f1a5402ba6220ad52cc1282bac1ae3aa49fd061a";
+ sha512 = "JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==";
};
}
{
@@ -1454,15 +1422,23 @@
path = fetchurl {
name = "run_async___run_async_2.4.1.tgz";
url = "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz";
- sha1 = "8440eccf99ea3e70bd409d49aab88e10c189a455";
+ sha512 = "tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==";
};
}
{
- name = "rx___rx_4.1.0.tgz";
+ name = "run_parallel___run_parallel_1.2.0.tgz";
path = fetchurl {
- name = "rx___rx_4.1.0.tgz";
- url = "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz";
- sha1 = "a5f13ff79ef3b740fe30aa803fb09f98805d4782";
+ name = "run_parallel___run_parallel_1.2.0.tgz";
+ url = "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz";
+ sha512 = "5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==";
+ };
+ }
+ {
+ name = "rxjs___rxjs_6.6.7.tgz";
+ path = fetchurl {
+ name = "rxjs___rxjs_6.6.7.tgz";
+ url = "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz";
+ sha512 = "hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==";
};
}
{
@@ -1470,15 +1446,31 @@
path = fetchurl {
name = "safe_buffer___safe_buffer_5.1.2.tgz";
url = "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz";
- sha1 = "991ec69d296e0313747d59bdfd2b745c35f8828d";
+ sha512 = "Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==";
};
}
{
- name = "semver___semver_7.3.5.tgz";
+ name = "safe_buffer___safe_buffer_5.2.1.tgz";
path = fetchurl {
- name = "semver___semver_7.3.5.tgz";
- url = "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz";
- sha1 = "0b621c879348d8998e4b0e4be94b3f12e6018ef7";
+ name = "safe_buffer___safe_buffer_5.2.1.tgz";
+ url = "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz";
+ sha512 = "rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==";
+ };
+ }
+ {
+ name = "safe_stable_stringify___safe_stable_stringify_2.3.1.tgz";
+ path = fetchurl {
+ name = "safe_stable_stringify___safe_stable_stringify_2.3.1.tgz";
+ url = "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz";
+ sha512 = "kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==";
+ };
+ }
+ {
+ name = "safer_buffer___safer_buffer_2.1.2.tgz";
+ path = fetchurl {
+ name = "safer_buffer___safer_buffer_2.1.2.tgz";
+ url = "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz";
+ sha512 = "YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==";
};
}
{
@@ -1486,7 +1478,7 @@
path = fetchurl {
name = "shebang_command___shebang_command_2.0.0.tgz";
url = "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz";
- sha1 = "ccd0af4f8835fbdc265b82461aaf0c36663f34ea";
+ sha512 = "kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==";
};
}
{
@@ -1494,23 +1486,47 @@
path = fetchurl {
name = "shebang_regex___shebang_regex_3.0.0.tgz";
url = "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz";
- sha1 = "ae16f1644d873ecad843b0307b143362d4c42172";
+ sha512 = "7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==";
};
}
{
- name = "slice_ansi___slice_ansi_4.0.0.tgz";
+ name = "signal_exit___signal_exit_3.0.7.tgz";
path = fetchurl {
- name = "slice_ansi___slice_ansi_4.0.0.tgz";
- url = "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz";
- sha1 = "500e8dd0fd55b05815086255b3195adf2a45fe6b";
+ name = "signal_exit___signal_exit_3.0.7.tgz";
+ url = "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz";
+ sha512 = "wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==";
};
}
{
- name = "source_map_support___source_map_support_0.5.19.tgz";
+ name = "simple_swizzle___simple_swizzle_0.2.2.tgz";
path = fetchurl {
- name = "source_map_support___source_map_support_0.5.19.tgz";
- url = "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz";
- sha1 = "a98b62f86dcaf4f67399648c085291ab9e8fed61";
+ name = "simple_swizzle___simple_swizzle_0.2.2.tgz";
+ url = "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz";
+ sha1 = "pNprY1/8zMoz9w0Xy5JZLeleVXo=";
+ };
+ }
+ {
+ name = "slice_ansi___slice_ansi_2.1.0.tgz";
+ path = fetchurl {
+ name = "slice_ansi___slice_ansi_2.1.0.tgz";
+ url = "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz";
+ sha512 = "Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==";
+ };
+ }
+ {
+ name = "source_map_support___source_map_support_0.5.21.tgz";
+ path = fetchurl {
+ name = "source_map_support___source_map_support_0.5.21.tgz";
+ url = "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz";
+ sha512 = "uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==";
+ };
+ }
+ {
+ name = "source_map___source_map_0.7.3.tgz";
+ path = fetchurl {
+ name = "source_map___source_map_0.7.3.tgz";
+ url = "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz";
+ sha512 = "CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==";
};
}
{
@@ -1518,7 +1534,7 @@
path = fetchurl {
name = "source_map___source_map_0.5.7.tgz";
url = "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz";
- sha1 = "8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc";
+ sha1 = "igOdLRAh0i0eoUyA2OpGi6LvP8w=";
};
}
{
@@ -1526,23 +1542,15 @@
path = fetchurl {
name = "source_map___source_map_0.6.1.tgz";
url = "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz";
- sha1 = "74722af32e9614e9c287a8d0bbde48b5e2f1a263";
+ sha512 = "UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==";
};
}
{
- name = "spawn_sync___spawn_sync_1.0.15.tgz";
+ name = "source_map___source_map_0.8.0_beta.0.tgz";
path = fetchurl {
- name = "spawn_sync___spawn_sync_1.0.15.tgz";
- url = "https://registry.yarnpkg.com/spawn-sync/-/spawn-sync-1.0.15.tgz";
- sha1 = "b00799557eb7fb0c8376c29d44e8a1ea67e57476";
- };
- }
- {
- name = "sprintf_js___sprintf_js_1.0.3.tgz";
- path = fetchurl {
- name = "sprintf_js___sprintf_js_1.0.3.tgz";
- url = "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz";
- sha1 = "04e6926f662895354f3dd015203633b857297e2c";
+ name = "source_map___source_map_0.8.0_beta.0.tgz";
+ url = "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz";
+ sha512 = "2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==";
};
}
{
@@ -1550,15 +1558,7 @@
path = fetchurl {
name = "stack_trace___stack_trace_0.0.10.tgz";
url = "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz";
- sha1 = "547c70b347e8d32b4e108ea1a2a159e5fdde19c0";
- };
- }
- {
- name = "string_width___string_width_1.0.2.tgz";
- path = fetchurl {
- name = "string_width___string_width_1.0.2.tgz";
- url = "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz";
- sha1 = "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3";
+ sha1 = "VHxws0fo0ytOEI6hoqFZ5f3eGcA=";
};
}
{
@@ -1566,15 +1566,31 @@
path = fetchurl {
name = "string_width___string_width_2.1.1.tgz";
url = "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz";
- sha1 = "ab93f27a8dc13d28cac815c462143a6d9012ae9e";
+ sha512 = "nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==";
};
}
{
- name = "string_width___string_width_4.2.2.tgz";
+ name = "string_width___string_width_3.1.0.tgz";
path = fetchurl {
- name = "string_width___string_width_4.2.2.tgz";
- url = "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz";
- sha1 = "dafd4f9559a7585cfba529c6a0a4f73488ebd4c5";
+ name = "string_width___string_width_3.1.0.tgz";
+ url = "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz";
+ sha512 = "vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==";
+ };
+ }
+ {
+ name = "string_width___string_width_4.2.3.tgz";
+ path = fetchurl {
+ name = "string_width___string_width_4.2.3.tgz";
+ url = "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz";
+ sha512 = "wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==";
+ };
+ }
+ {
+ name = "string_decoder___string_decoder_1.3.0.tgz";
+ path = fetchurl {
+ name = "string_decoder___string_decoder_1.3.0.tgz";
+ url = "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz";
+ sha512 = "hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==";
};
}
{
@@ -1582,15 +1598,7 @@
path = fetchurl {
name = "string_decoder___string_decoder_1.1.1.tgz";
url = "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz";
- sha1 = "9cf1611ba62685d7030ae9e4ba34149c3af03fc8";
- };
- }
- {
- name = "strip_ansi___strip_ansi_3.0.1.tgz";
- path = fetchurl {
- name = "strip_ansi___strip_ansi_3.0.1.tgz";
- url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz";
- sha1 = "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf";
+ sha512 = "n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==";
};
}
{
@@ -1598,7 +1606,15 @@
path = fetchurl {
name = "strip_ansi___strip_ansi_4.0.0.tgz";
url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz";
- sha1 = "a8479022eb1ac368a871389b635262c505ee368f";
+ sha1 = "qEeQIusaw2iocTibY1JixQXuNo8=";
+ };
+ }
+ {
+ name = "strip_ansi___strip_ansi_5.2.0.tgz";
+ path = fetchurl {
+ name = "strip_ansi___strip_ansi_5.2.0.tgz";
+ url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz";
+ sha512 = "DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==";
};
}
{
@@ -1606,7 +1622,15 @@
path = fetchurl {
name = "strip_ansi___strip_ansi_6.0.0.tgz";
url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz";
- sha1 = "0b1571dd7669ccd4f3e06e14ef1eed26225ae532";
+ sha512 = "AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==";
+ };
+ }
+ {
+ name = "strip_ansi___strip_ansi_6.0.1.tgz";
+ path = fetchurl {
+ name = "strip_ansi___strip_ansi_6.0.1.tgz";
+ url = "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz";
+ sha512 = "Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==";
};
}
{
@@ -1614,15 +1638,7 @@
path = fetchurl {
name = "strip_json_comments___strip_json_comments_3.1.1.tgz";
url = "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz";
- sha1 = "31f1281b3832630434831c310c01cccda8cbe006";
- };
- }
- {
- name = "supports_color___supports_color_2.0.0.tgz";
- path = fetchurl {
- name = "supports_color___supports_color_2.0.0.tgz";
- url = "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz";
- sha1 = "535d045ce6b6363fa40117084629995e9df324c7";
+ sha512 = "6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==";
};
}
{
@@ -1630,7 +1646,7 @@
path = fetchurl {
name = "supports_color___supports_color_5.5.0.tgz";
url = "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz";
- sha1 = "e2e69a44ac8772f78a1ec0b35b689df6530efc8f";
+ sha512 = "QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==";
};
}
{
@@ -1638,31 +1654,39 @@
path = fetchurl {
name = "supports_color___supports_color_7.2.0.tgz";
url = "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz";
- sha1 = "1b7dcdcb32b8138801b3e478ba6a51caa89648da";
+ sha512 = "qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==";
};
}
{
- name = "table___table_6.7.1.tgz";
+ name = "table___table_5.4.6.tgz";
path = fetchurl {
- name = "table___table_6.7.1.tgz";
- url = "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz";
- sha1 = "ee05592b7143831a8c94f3cee6aae4c1ccef33e2";
+ name = "table___table_5.4.6.tgz";
+ url = "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz";
+ sha512 = "wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==";
};
}
{
- name = "tabtab___tabtab_2.2.2.tgz";
+ name = "tabtab___tabtab_3.0.2.tgz";
path = fetchurl {
- name = "tabtab___tabtab_2.2.2.tgz";
- url = "https://registry.yarnpkg.com/tabtab/-/tabtab-2.2.2.tgz";
- sha1 = "7a047f143b010b4cbd31f857e82961512cbf4e14";
+ name = "tabtab___tabtab_3.0.2.tgz";
+ url = "https://registry.yarnpkg.com/tabtab/-/tabtab-3.0.2.tgz";
+ sha512 = "jANKmUe0sIQc/zTALTBy186PoM/k6aPrh3A7p6AaAfF6WPSbTx1JYeGIGH162btpH+mmVEXln+UxwViZHO2Jhg==";
};
}
{
- name = "terser___terser_4.8.0.tgz";
+ name = "terser___terser_5.13.1.tgz";
path = fetchurl {
- name = "terser___terser_4.8.0.tgz";
- url = "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz";
- sha1 = "63056343d7c70bb29f3af665865a46fe03a0df17";
+ name = "terser___terser_5.13.1.tgz";
+ url = "https://registry.yarnpkg.com/terser/-/terser-5.13.1.tgz";
+ sha512 = "hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==";
+ };
+ }
+ {
+ name = "text_hex___text_hex_1.0.0.tgz";
+ path = fetchurl {
+ name = "text_hex___text_hex_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/text-hex/-/text-hex-1.0.0.tgz";
+ sha512 = "uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==";
};
}
{
@@ -1670,7 +1694,7 @@
path = fetchurl {
name = "text_table___text_table_0.2.0.tgz";
url = "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz";
- sha1 = "7f5ee823ae805207c00af2df4a84ec3fcfa570b4";
+ sha1 = "f17oI66AUgfACvLfSoTsP8+lcLQ=";
};
}
{
@@ -1678,23 +1702,47 @@
path = fetchurl {
name = "through___through_2.3.8.tgz";
url = "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz";
- sha1 = "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5";
+ sha1 = "DdTJ/6q8NXlgsbckEV1+Doai4fU=";
};
}
{
- name = "tinycolor___tinycolor_0.0.1.tgz";
+ name = "tmp___tmp_0.0.33.tgz";
path = fetchurl {
- name = "tinycolor___tinycolor_0.0.1.tgz";
- url = "https://registry.yarnpkg.com/tinycolor/-/tinycolor-0.0.1.tgz";
- sha1 = "320b5a52d83abb5978d81a3e887d4aefb15a6164";
+ name = "tmp___tmp_0.0.33.tgz";
+ url = "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz";
+ sha512 = "jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==";
};
}
{
- name = "tmp___tmp_0.0.29.tgz";
+ name = "to_regex_range___to_regex_range_5.0.1.tgz";
path = fetchurl {
- name = "tmp___tmp_0.0.29.tgz";
- url = "https://registry.yarnpkg.com/tmp/-/tmp-0.0.29.tgz";
- sha1 = "f25125ff0dd9da3ccb0c2dd371ee1288bb9128c0";
+ name = "to_regex_range___to_regex_range_5.0.1.tgz";
+ url = "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz";
+ sha512 = "65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==";
+ };
+ }
+ {
+ name = "tr46___tr46_1.0.1.tgz";
+ path = fetchurl {
+ name = "tr46___tr46_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz";
+ sha1 = "qLE/1r/SSJUZZ0zN5VujaTtwbQk=";
+ };
+ }
+ {
+ name = "triple_beam___triple_beam_1.3.0.tgz";
+ path = fetchurl {
+ name = "triple_beam___triple_beam_1.3.0.tgz";
+ url = "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz";
+ sha512 = "XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==";
+ };
+ }
+ {
+ name = "tslib___tslib_1.14.1.tgz";
+ path = fetchurl {
+ name = "tslib___tslib_1.14.1.tgz";
+ url = "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz";
+ sha512 = "Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==";
};
}
{
@@ -1702,7 +1750,7 @@
path = fetchurl {
name = "tslib___tslib_2.3.0.tgz";
url = "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz";
- sha1 = "803b8cdab3e12ba581a4ca41c8839bbb0dacb09e";
+ sha512 = "N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==";
};
}
{
@@ -1710,7 +1758,7 @@
path = fetchurl {
name = "type_check___type_check_0.4.0.tgz";
url = "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz";
- sha1 = "07b8203bfa7056c0657050e3ccd2c37730bab8f1";
+ sha512 = "XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==";
};
}
{
@@ -1718,15 +1766,15 @@
path = fetchurl {
name = "type_fest___type_fest_0.20.2.tgz";
url = "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz";
- sha1 = "1bf207f4b28f91583666cb5fbd327887301cd5f4";
+ sha512 = "Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==";
};
}
{
- name = "typedarray___typedarray_0.0.6.tgz";
+ name = "untildify___untildify_3.0.3.tgz";
path = fetchurl {
- name = "typedarray___typedarray_0.0.6.tgz";
- url = "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz";
- sha1 = "867ac74e3864187b1d3d47d996a78ec5c8830777";
+ name = "untildify___untildify_3.0.3.tgz";
+ url = "https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz";
+ sha512 = "iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==";
};
}
{
@@ -1734,7 +1782,7 @@
path = fetchurl {
name = "uri_js___uri_js_4.4.1.tgz";
url = "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz";
- sha1 = "9b1a52595225859e55f669d928f88c6c57f2a77e";
+ sha512 = "7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==";
};
}
{
@@ -1742,7 +1790,7 @@
path = fetchurl {
name = "util_deprecate___util_deprecate_1.0.2.tgz";
url = "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz";
- sha1 = "450d4dc9fa70de732762fbd2d4a28981419a0ccf";
+ sha1 = "RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=";
};
}
{
@@ -1750,7 +1798,7 @@
path = fetchurl {
name = "v8_compile_cache___v8_compile_cache_2.3.0.tgz";
url = "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz";
- sha1 = "2de19618c66dc247dcfb6f99338035d8245a2cee";
+ sha512 = "l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==";
};
}
{
@@ -1758,7 +1806,7 @@
path = fetchurl {
name = "vinyl_sourcemaps_apply___vinyl_sourcemaps_apply_0.2.1.tgz";
url = "https://registry.yarnpkg.com/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz";
- sha1 = "ab6549d61d172c2b1b87be5c508d239c8ef87705";
+ sha1 = "q2VJ1h0XLCsbh75cUI0jnI74dwU=";
};
}
{
@@ -1766,7 +1814,7 @@
path = fetchurl {
name = "vinyl___vinyl_2.2.1.tgz";
url = "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.1.tgz";
- sha1 = "23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974";
+ sha512 = "LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==";
};
}
{
@@ -1774,7 +1822,23 @@
path = fetchurl {
name = "wasm2c___wasm2c_1.0.0.tgz";
url = "https://registry.yarnpkg.com/wasm2c/-/wasm2c-1.0.0.tgz";
- sha1 = "761671e141c46b8a7c6c54429db1e6bfa3cd0ec0";
+ sha512 = "4SIESF2JNxrry6XFa/UQcsQibn+bxPkQ/oqixiXz2o8fsMl8J4vtvhH/evgbi8vZajAlaukuihEcQTWb9tVLUA==";
+ };
+ }
+ {
+ name = "webidl_conversions___webidl_conversions_4.0.2.tgz";
+ path = fetchurl {
+ name = "webidl_conversions___webidl_conversions_4.0.2.tgz";
+ url = "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz";
+ sha512 = "YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==";
+ };
+ }
+ {
+ name = "whatwg_url___whatwg_url_7.1.0.tgz";
+ path = fetchurl {
+ name = "whatwg_url___whatwg_url_7.1.0.tgz";
+ url = "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz";
+ sha512 = "WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==";
};
}
{
@@ -1782,15 +1846,23 @@
path = fetchurl {
name = "which___which_2.0.2.tgz";
url = "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz";
- sha1 = "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1";
+ sha512 = "BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==";
};
}
{
- name = "winston___winston_2.4.5.tgz";
+ name = "winston_transport___winston_transport_4.5.0.tgz";
path = fetchurl {
- name = "winston___winston_2.4.5.tgz";
- url = "https://registry.yarnpkg.com/winston/-/winston-2.4.5.tgz";
- sha1 = "f2e431d56154c4ea765545fc1003bd340c95b59a";
+ name = "winston_transport___winston_transport_4.5.0.tgz";
+ url = "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz";
+ sha512 = "YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==";
+ };
+ }
+ {
+ name = "winston___winston_3.2.1.tgz";
+ path = fetchurl {
+ name = "winston___winston_3.2.1.tgz";
+ url = "https://registry.yarnpkg.com/winston/-/winston-3.2.1.tgz";
+ sha512 = "zU6vgnS9dAWCEKg/QYigd6cgMVVNwyTzKs81XZtTFuRwJOcDdBg7AU0mXVyNbs7O5RH2zdv+BdNZUlx7mXPuOw==";
};
}
{
@@ -1798,7 +1870,15 @@
path = fetchurl {
name = "word_wrap___word_wrap_1.2.3.tgz";
url = "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz";
- sha1 = "610636f6b1f703891bd34771ccb17fb93b47079c";
+ sha512 = "Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==";
+ };
+ }
+ {
+ name = "wrap_ansi___wrap_ansi_6.2.0.tgz";
+ path = fetchurl {
+ name = "wrap_ansi___wrap_ansi_6.2.0.tgz";
+ url = "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz";
+ sha512 = "r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==";
};
}
{
@@ -1806,23 +1886,15 @@
path = fetchurl {
name = "wrappy___wrappy_1.0.2.tgz";
url = "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz";
- sha1 = "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f";
+ sha1 = "tSQ9jz7BqjXxNkYFvA0QNuMKtp8=";
};
}
{
- name = "ws___ws_0.4.32.tgz";
+ name = "ws___ws_8.6.0.tgz";
path = fetchurl {
- name = "ws___ws_0.4.32.tgz";
- url = "https://registry.yarnpkg.com/ws/-/ws-0.4.32.tgz";
- sha1 = "787a6154414f3c99ed83c5772153b20feb0cec32";
- };
- }
- {
- name = "yallist___yallist_4.0.0.tgz";
- path = fetchurl {
- name = "yallist___yallist_4.0.0.tgz";
- url = "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz";
- sha1 = "9bb92790d9c0effec63be73519e11a35019a3a72";
+ name = "ws___ws_8.6.0.tgz";
+ url = "https://registry.yarnpkg.com/ws/-/ws-8.6.0.tgz";
+ sha512 = "AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==";
};
}
];
diff --git a/pkgs/development/interpreters/clojure/default.nix b/pkgs/development/interpreters/clojure/default.nix
index ece7d42bed47..9c8162ce42ff 100644
--- a/pkgs/development/interpreters/clojure/default.nix
+++ b/pkgs/development/interpreters/clojure/default.nix
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "clojure";
- version = "1.11.1.1129";
+ version = "1.11.1.1139";
src = fetchurl {
# https://clojure.org/releases/tools
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
- sha256 = "sha256-kib1gGN4krlvEuCGdAYV3ejaMXOIhJ7ZBaUO4ulc6SQ=";
+ sha256 = "sha256-UEqmYtXFEabWetAeOaaRBkwNQeMRYR/PgN8+ljwNFt8=";
};
nativeBuildInputs = [
diff --git a/pkgs/development/interpreters/groovy/default.nix b/pkgs/development/interpreters/groovy/default.nix
index 9d2b9a8f0387..e4c8c6075442 100644
--- a/pkgs/development/interpreters/groovy/default.nix
+++ b/pkgs/development/interpreters/groovy/default.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "groovy";
- version = "3.0.7";
+ version = "3.0.11";
src = fetchurl {
- url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
- sha256 = "1xdpjqx7qaq0syw448b32q36g12pgh1hn6knyqi3k5isp0f09qmr";
+ url = "mirror://apache/groovy/${version}/distribution/apache-groovy-binary-${version}.zip";
+ sha256 = "85abb44e81f94d794230cf5c2c7f1003e598a5f8a6ae04322f28c6f9efe395f6";
};
nativeBuildInputs = [ makeWrapper unzip ];
diff --git a/pkgs/development/libraries/intel-media-driver/default.nix b/pkgs/development/libraries/intel-media-driver/default.nix
index bac5512aed6f..a386f4d878bc 100644
--- a/pkgs/development/libraries/intel-media-driver/default.nix
+++ b/pkgs/development/libraries/intel-media-driver/default.nix
@@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "intel-media-driver";
- version = "22.4.2";
+ version = "22.4.3";
outputs = [ "out" "dev" ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "media-driver";
rev = "intel-media-${version}";
- sha256 = "sha256-wJiXtRPv9t34GujUhkhDKmIblMMR8yx8Fe1Xony6QVY=";
+ sha256 = "sha256-NcbtgJjDAHRv7Qs6fPRwScMBPLXci6e2oLxm8DC2nnw=";
};
patches = [
diff --git a/pkgs/development/libraries/monocypher/default.nix b/pkgs/development/libraries/monocypher/default.nix
new file mode 100644
index 000000000000..7ce84cbba835
--- /dev/null
+++ b/pkgs/development/libraries/monocypher/default.nix
@@ -0,0 +1,33 @@
+{ lib, stdenv, fetchurl, fetchpatch }:
+
+stdenv.mkDerivation rec {
+ pname = "monocypher";
+ version = "3.1.3";
+
+ src = fetchurl {
+ url = "https://monocypher.org/download/monocypher-${version}.tar.gz";
+ hash = "sha256-tEK1d98o+MNsqgHZrpARtd2ccX2UvlIBaKBONtf1AW4=";
+ };
+
+ patches = [
+ # Fix cross-compilation
+ (fetchpatch {
+ url = "https://github.com/LoupVaillant/Monocypher/commit/376715e1c0ebb375e50dfa757bc89486c9a7b404.patch";
+ hash = "sha256-tuwSUaU4w+jkaj10ChMgUmOQmoKYnv5JgJ1og8EXxFk=";
+ })
+ ];
+
+ makeFlags = [ "AR:=$(AR)" "CC:=$(CC)" ];
+
+ installFlags = [ "PREFIX=$(out)" ];
+
+ doCheck = true;
+
+ meta = with lib; {
+ description = "Boring crypto that simply works";
+ homepage = "https://monocypher.org";
+ license = with licenses; [ bsd2 cc0 ];
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ sikmir ];
+ };
+}
diff --git a/pkgs/development/libraries/opencv/default.nix b/pkgs/development/libraries/opencv/default.nix
index 34dcd240838e..73b0874dde5a 100644
--- a/pkgs/development/libraries/opencv/default.nix
+++ b/pkgs/development/libraries/opencv/default.nix
@@ -1,6 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, unzip
, zlib
-, enablePython ? false, python2Packages
, enableGtk2 ? false, gtk2
, enableJPEG ? true, libjpeg
, enablePNG ? true, libpng
@@ -44,7 +43,6 @@ stdenv.mkDerivation rec {
buildInputs =
[ zlib ]
- ++ lib.optional enablePython python2Packages.python
++ lib.optional enableGtk2 gtk2
++ lib.optional enableJPEG libjpeg
++ lib.optional enablePNG libpng
@@ -56,8 +54,6 @@ stdenv.mkDerivation rec {
++ lib.optionals stdenv.isDarwin [ Cocoa QTKit ]
;
- propagatedBuildInputs = lib.optional enablePython python2Packages.numpy;
-
nativeBuildInputs = [ cmake pkg-config unzip ];
NIX_CFLAGS_COMPILE = lib.optionalString enableEXR "-I${ilmbase.dev}/include/OpenEXR";
@@ -78,8 +74,6 @@ stdenv.mkDerivation rec {
sed -i $dev/lib/pkgconfig/opencv.pc -e "s|includedir_new=.*|includedir_new=$dev/include|"
'';
- passthru = lib.optionalAttrs enablePython { pythonPath = []; };
-
meta = with lib; {
description = "Open Computer Vision Library with more than 500 algorithms";
homepage = "https://opencv.org/";
diff --git a/pkgs/development/libraries/partio/default.nix b/pkgs/development/libraries/partio/default.nix
index d4af69532b39..69dba0004f59 100644
--- a/pkgs/development/libraries/partio/default.nix
+++ b/pkgs/development/libraries/partio/default.nix
@@ -1,37 +1,24 @@
-{ lib, stdenv, fetchFromGitHub, unzip, cmake, freeglut, libGLU, libGL, zlib, swig, doxygen, xorg }:
+{ lib, stdenv, fetchFromGitHub, unzip, cmake, freeglut, libGLU, libGL, zlib, swig, doxygen, xorg, python3 }:
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
pname = "partio";
- version = "2018-03-01";
+ version = "1.14.6";
src = fetchFromGitHub {
owner = "wdas";
repo = "partio";
- rev = "8b6ea0d20f1ab77cd7f18390999251e60932de4a";
- sha256 = "16sdj103v02l2dgq9y9cna9jakafabz9jxzdxsd737ir6wn10ksb";
+ rev = "refs/tags/v${version}";
+ hash = "sha256-S8U5I3dllFzDSocU1mJ8FYCCmBpsOR4n174oiX5hvAM=";
};
outputs = [ "dev" "out" "lib" ];
nativeBuildInputs = [ unzip cmake doxygen ];
- buildInputs = [ freeglut libGLU libGL zlib swig xorg.libXi xorg.libXmu ];
-
- buildPhase = ''
- make partio
-
- mkdir $dev
- mkdir $out
- '';
+ buildInputs = [ freeglut libGLU libGL zlib swig xorg.libXi xorg.libXmu python3 ];
# TODO:
# Sexpr support
- installPhase = ''
- make install prefix=$out
- mkdir $dev/include/partio
- mv $dev/include/*.h $dev/include/partio
- '';
-
strictDeps = true;
meta = with lib; {
diff --git a/pkgs/development/libraries/smpeg/default.nix b/pkgs/development/libraries/smpeg/default.nix
index 8e50945ee996..8b54cb37a32c 100644
--- a/pkgs/development/libraries/smpeg/default.nix
+++ b/pkgs/development/libraries/smpeg/default.nix
@@ -1,13 +1,14 @@
-{ lib, stdenv, fetchsvn, SDL, autoconf, automake, libtool, gtk2, m4, pkg-config, libGLU, libGL, makeWrapper }:
+{ lib, stdenv, fetchFromGitHub, SDL, autoconf, automake, libtool, gtk2, m4, pkg-config, libGLU, libGL, makeWrapper }:
stdenv.mkDerivation rec {
- pname = "smpeg-svn";
- version = "390";
+ pname = "smpeg";
+ version = "0.4.5";
- src = fetchsvn {
- url = "svn://svn.icculus.org/smpeg/trunk";
- rev = version;
- sha256 = "0ynwn7ih5l2b1kpzpibns9bb9wzfjak7mgrb1ji0dkn2q5pv6lr0";
+ src = fetchFromGitHub {
+ owner = "icculus";
+ repo = "smpeg";
+ rev = "release_${builtins.replaceStrings ["."] ["_"] version}";
+ sha256 = "sha256-nq/i7cFGpJXIuTwN/ScLMX7FN8NMdgdsRM9xOD3uycs=";
};
patches = [
@@ -19,10 +20,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
- buildInputs = [ SDL gtk2 libGLU libGL ];
-
nativeBuildInputs = [ autoconf automake libtool m4 pkg-config makeWrapper ];
+ buildInputs = [ SDL gtk2 libGLU libGL ];
+
preConfigure = ''
touch NEWS AUTHORS ChangeLog
sh autogen.sh
diff --git a/pkgs/development/libraries/smpeg2/default.nix b/pkgs/development/libraries/smpeg2/default.nix
index d57cc91f26e2..48281ba04ec1 100644
--- a/pkgs/development/libraries/smpeg2/default.nix
+++ b/pkgs/development/libraries/smpeg2/default.nix
@@ -2,7 +2,7 @@
, autoconf
, automake
, darwin
-, fetchsvn
+, fetchFromGitHub
, makeWrapper
, pkg-config
, SDL2
@@ -10,18 +10,15 @@
stdenv.mkDerivation rec {
pname = "smpeg2";
- version = "unstable-2017-10-18";
+ version = "unstable-2022-05-26";
- src = fetchsvn {
- url = "svn://svn.icculus.org/smpeg/trunk";
- rev = "413";
- sha256 = "193amdwgxkb1zp7pgr72fvrdhcg3ly72qpixfxxm85rzz8g2kr77";
+ src = fetchFromGitHub {
+ owner = "icculus";
+ repo = "smpeg";
+ rev = "c5793e5f3f2765fc09c24380d7e92136a0e33d3b";
+ sha256 = "sha256-Z0u83K1GIXd0jUYo5ZyWUH2Zt7Hn8z+yr06DAtAEukw=";
};
- patches = [
- ./hufftable-uint_max.patch
- ];
-
nativeBuildInputs = [ autoconf automake makeWrapper pkg-config ];
buildInputs = [ SDL2 ]
diff --git a/pkgs/development/libraries/smpeg2/hufftable-uint_max.patch b/pkgs/development/libraries/smpeg2/hufftable-uint_max.patch
deleted file mode 100644
index 165feb4428c2..000000000000
--- a/pkgs/development/libraries/smpeg2/hufftable-uint_max.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/audio/hufftable.cpp
-+++ b/audio/hufftable.cpp
-@@ -9,6 +9,7 @@
- #include "config.h"
- #endif
-
-+#include
- #include "MPEGaudio.h"
-
- static const unsigned int
-@@ -550,11 +551,11 @@ htd33[ 31][2]={{ 16, 1},{ 8, 1},{ 4,
-
- const HUFFMANCODETABLE MPEGaudio::ht[HTN]=
- {
-- { 0, 0-1, 0-1, 0, 0, htd33},
-+ { 0, UINT_MAX, UINT_MAX, 0, 0, htd33},
- { 1, 2-1, 2-1, 0, 7,htd01},
- { 2, 3-1, 3-1, 0, 17,htd02},
- { 3, 3-1, 3-1, 0, 17,htd03},
-- { 4, 0-1, 0-1, 0, 0, htd33},
-+ { 4, UINT_MAX, UINT_MAX, 0, 0, htd33},
- { 5, 4-1, 4-1, 0, 31,htd05},
- { 6, 4-1, 4-1, 0, 31,htd06},
- { 7, 6-1, 6-1, 0, 71,htd07},
-@@ -564,7 +565,7 @@ const HUFFMANCODETABLE MPEGaudio::ht[HTN
- {11, 8-1, 8-1, 0,127,htd11},
- {12, 8-1, 8-1, 0,127,htd12},
- {13,16-1,16-1, 0,511,htd13},
-- {14, 0-1, 0-1, 0, 0, htd33},
-+ {14, UINT_MAX, UINT_MAX, 0, 0, htd33},
- {15,16-1,16-1, 0,511,htd15},
- {16,16-1,16-1, 1,511,htd16},
- {17,16-1,16-1, 2,511,htd16},
diff --git a/pkgs/development/libraries/sokol/default.nix b/pkgs/development/libraries/sokol/default.nix
new file mode 100644
index 000000000000..daf1509e5852
--- /dev/null
+++ b/pkgs/development/libraries/sokol/default.nix
@@ -0,0 +1,35 @@
+{ lib, stdenv, fetchFromGitHub }:
+
+stdenv.mkDerivation {
+ pname = "sokol";
+ version = "unstable-2022-06-13";
+
+ src = fetchFromGitHub {
+ owner = "floooh";
+ repo = "sokol";
+ rev = "3c7016105f3b7463f0cfc74df8a55642e5448c11";
+ sha256 = "sha256-dKHb6GTp5aJPuWWXI4ZYnhgdXs23gGWyPymGPGwxcLY=";
+ };
+
+ dontBuild = true;
+ dontConfigure = true;
+
+ installPhase = ''
+ runHook preInstall
+
+ mkdir -p $out/include/sokol
+ cp *.h $out/include/sokol/
+ cp -R util $out/include/sokol/util
+
+ runHook postInstall
+ '';
+
+ meta = with lib; {
+ description = "Minimal cross-platform standalone C headers";
+ homepage = "https://github.com/floooh/sokol";
+ license = licenses.zlib;
+ platforms = platforms.all;
+ maintainers = with maintainers; [ jonnybolton ];
+ };
+}
+
diff --git a/pkgs/development/libraries/wxSVG/default.nix b/pkgs/development/libraries/wxSVG/default.nix
index 05a4655b800f..a8c97bb5b49b 100644
--- a/pkgs/development/libraries/wxSVG/default.nix
+++ b/pkgs/development/libraries/wxSVG/default.nix
@@ -7,6 +7,8 @@
, pango
, pkg-config
, wxGTK
+# darwin deps
+, Cocoa
}:
stdenv.mkDerivation rec {
@@ -28,7 +30,7 @@ stdenv.mkDerivation rec {
libexif
pango
wxGTK
- ];
+ ] ++ lib.optional stdenv.isDarwin Cocoa;
meta = with lib; {
homepage = "http://wxsvg.sourceforge.net/";
@@ -37,9 +39,8 @@ stdenv.mkDerivation rec {
wxSVG is C++ library to create, manipulate and render Scalable Vector
Graphics (SVG) files with the wxWidgets toolkit.
'';
- license = with licenses; gpl2Plus;
- maintainers = with maintainers; [ AndersonTorres ];
- platforms = wxGTK.meta.platforms;
- broken = stdenv.isDarwin;
+ license = licenses.gpl2Plus;
+ maintainers = [ maintainers.AndersonTorres ];
+ inherit (wxGTK.meta) platforms;
};
}
diff --git a/pkgs/development/libraries/wxsqliteplus/default.nix b/pkgs/development/libraries/wxsqliteplus/default.nix
index 7cf5484bef77..fecd61bb6e51 100644
--- a/pkgs/development/libraries/wxsqliteplus/default.nix
+++ b/pkgs/development/libraries/wxsqliteplus/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, wxGTK, wxsqlite3, sqlite }:
+{ lib, stdenv, fetchFromGitHub, wxGTK, wxsqlite3, sqlite, Cocoa, setfile }:
stdenv.mkDerivation rec {
pname = "wxsqliteplus";
@@ -11,27 +11,32 @@ stdenv.mkDerivation rec {
sha256 = "0mgfq813pli56mar7pdxlhwjf5k10j196rs3jd0nc8b6dkzkzlnf";
};
- buildInputs = [ wxGTK wxsqlite3 sqlite ];
+ buildInputs = [ wxGTK wxsqlite3 sqlite ] ++ lib.optional stdenv.isDarwin Cocoa;
makeFlags = [
"LDFLAGS=-L${wxsqlite3}/lib"
+ ] ++ lib.optionals stdenv.isDarwin [
+ "SETFILE=${setfile}/bin/SetFile"
];
preBuild = ''
sed -ie 's|all: $(LIBPREFIX)wxsqlite$(LIBEXT)|all: |g' Makefile
sed -ie 's|wxsqliteplus$(EXEEXT): $(WXSQLITEPLUS_OBJECTS) $(LIBPREFIX)wxsqlite$(LIBEXT)|wxsqliteplus$(EXEEXT): $(WXSQLITEPLUS_OBJECTS) |g' Makefile
- sed -ie 's|-lwxsqlite |-lwxcode_gtk2u_wxsqlite3-3.0 |g' Makefile
+ sed -ie 's|-lwxsqlite |-lwxcode_${if stdenv.isDarwin then "osx_cocoau_wxsqlite3-3.0.0" else "gtk2u_wxsqlite3-3.0"} |g' Makefile
'';
installPhase = ''
- install -D wxsqliteplus $out/bin/wxsqliteplus
+ install -D ${lib.optionalString stdenv.isDarwin "wxsqliteplus.app/Contents/MacOS/"}wxsqliteplus $out/bin/wxsqliteplus
+ '' + lib.optionalString stdenv.isDarwin ''
+ mkdir -p $out/Applications
+ mv wxsqliteplus.app $out/Applications/
'';
meta = with lib; {
- homepage = "https://github.com/guanlisheng/wxsqliteplus";
description = "A simple SQLite database browser built with wxWidgets";
- platforms = platforms.unix;
- maintainers = with maintainers; [ vrthra ];
+ homepage = "https://github.com/guanlisheng/wxsqliteplus";
license = licenses.gpl2;
+ maintainers = [ maintainers.vrthra ];
+ platforms = platforms.unix;
};
}
diff --git a/pkgs/development/libraries/wxwidgets/wxGTK30.nix b/pkgs/development/libraries/wxwidgets/wxGTK30.nix
index 6157786a5d04..82005a12dd2f 100644
--- a/pkgs/development/libraries/wxwidgets/wxGTK30.nix
+++ b/pkgs/development/libraries/wxwidgets/wxGTK30.nix
@@ -18,6 +18,7 @@
, withGtk2 ? true
, withWebKit ? false, webkitgtk
, AGL
+, AVFoundation
, Carbon
, Cocoa
, Kernel
@@ -57,6 +58,7 @@ stdenv.mkDerivation rec {
++ lib.optional withMesa libGLU
++ lib.optional withWebKit webkitgtk
++ lib.optionals stdenv.isDarwin [
+ AVFoundation
Carbon
Cocoa
Kernel
@@ -130,7 +132,6 @@ stdenv.mkDerivation rec {
license = licenses.wxWindows;
maintainers = with maintainers; [ ];
platforms = platforms.linux ++ platforms.darwin;
- badPlatforms = [ "x86_64-darwin" ];
};
passthru = {
diff --git a/pkgs/development/python-modules/apycula/default.nix b/pkgs/development/python-modules/apycula/default.nix
index f9ffeefa296d..a3dd440d43b1 100644
--- a/pkgs/development/python-modules/apycula/default.nix
+++ b/pkgs/development/python-modules/apycula/default.nix
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "apycula";
- version = "0.3.1";
+ version = "0.4";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "Apycula";
- hash = "sha256-RoWZt2Ox0XjJ6vmuCCcNCTMfwZnwJ6fSx71fmipmu2c=";
+ hash = "sha256-+GVXmqoF9r/GPv2S7KP+PTS2WTeubhLBNaA9MXw5lRo=";
};
nativeBuildInputs = [
diff --git a/pkgs/development/python-modules/azure-mgmt-netapp/default.nix b/pkgs/development/python-modules/azure-mgmt-netapp/default.nix
index 8c2ec661f8c1..f798ac2f8ab1 100644
--- a/pkgs/development/python-modules/azure-mgmt-netapp/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-netapp/default.nix
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "azure-mgmt-netapp";
- version = "7.0.0";
+ version = "8.0.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- hash = "sha256-ziaddG+6MoPG18OYZyQ9HRx8nfGsz2UbWPC1pWacKto=";
+ hash = "sha256-S0miYNV+mr3IiT5aLlDhiSpwpPMyWQ5m6/ZUrVfCNRM=";
extension = "zip";
};
diff --git a/pkgs/development/python-modules/certbot/default.nix b/pkgs/development/python-modules/certbot/default.nix
index 72a5d8db39d7..094729d704c9 100644
--- a/pkgs/development/python-modules/certbot/default.nix
+++ b/pkgs/development/python-modules/certbot/default.nix
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "certbot";
- version = "1.24.0";
+ version = "1.28.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "sha256-XIKFEPQKIV5s6sZ7LRnlTvsb3cF4KIaiVZ36cAN1AwA=";
+ sha256 = "sha256-KwjxLNbRL8aOMXmCOg9wwveRVZsSr+PlkJkFmY/yRBs=";
};
sourceRoot = "source/${pname}";
diff --git a/pkgs/development/python-modules/cloup/default.nix b/pkgs/development/python-modules/cloup/default.nix
index 92ccba675e0c..551c819e39c2 100644
--- a/pkgs/development/python-modules/cloup/default.nix
+++ b/pkgs/development/python-modules/cloup/default.nix
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "cloup";
- version = "0.14.0";
+ version = "0.15.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "4dec7e43905b7771884cda4f13ab8b7537bceaee467a92655e7660797ab08c47";
+ sha256 = "sha256-Mq7391NiKN7xP5ZRsvY7XvnVr+vu/aFcD21obrjKbHE=";
};
nativeBuildInputs = [
diff --git a/pkgs/development/python-modules/django-filter/default.nix b/pkgs/development/python-modules/django-filter/default.nix
index 04867adab450..bf4e342cc2d1 100644
--- a/pkgs/development/python-modules/django-filter/default.nix
+++ b/pkgs/development/python-modules/django-filter/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "django-filter";
- version = "21.1";
+ version = "22.1";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-YyolH6jxqttLjM7/kyu1L+L4Jt19/n8+rEDlxGPWg24=";
+ sha256 = "sha256-7Uc7duhPfoOyURuyBQw++zbRNSB9ASjf465LNuNZS6U=";
};
propagatedBuildInputs = [ django ];
diff --git a/pkgs/development/python-modules/google-cloud-datastore/default.nix b/pkgs/development/python-modules/google-cloud-datastore/default.nix
index e81fe18607f8..c4476deb7bf1 100644
--- a/pkgs/development/python-modules/google-cloud-datastore/default.nix
+++ b/pkgs/development/python-modules/google-cloud-datastore/default.nix
@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
- version = "2.7.0";
+ version = "2.7.1";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-TS4noRo/spz+0x3I3bWbHJ3orrjQCDyy7OkSYn4z4G0=";
+ sha256 = "sha256-Q0dLstAwLamc2DCN1RMwPFHkvxGeGjLiUnyrkeAol0E=";
};
propagatedBuildInputs = [
diff --git a/pkgs/development/python-modules/google-cloud-spanner/default.nix b/pkgs/development/python-modules/google-cloud-spanner/default.nix
index fa7a2a2310d9..b7074e65aa1b 100644
--- a/pkgs/development/python-modules/google-cloud-spanner/default.nix
+++ b/pkgs/development/python-modules/google-cloud-spanner/default.nix
@@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
- version = "3.14.1";
+ version = "3.15.0";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-d1d81cUtQu6DqKopv082HlmgSYOAWUdaBYBLjzFyC2M=";
+ sha256 = "sha256-NiHLaxYV3+40Dbs8miru6qG5vYlTToGTi8QRdLy5rZs=";
};
propagatedBuildInputs = [
diff --git a/pkgs/development/python-modules/injector/default.nix b/pkgs/development/python-modules/injector/default.nix
index 4651cc3a1fb8..56b53b8e9755 100644
--- a/pkgs/development/python-modules/injector/default.nix
+++ b/pkgs/development/python-modules/injector/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "injector";
- version = "0.19.0";
+ version = "0.20.0";
src = fetchPypi {
inherit pname version;
- sha256 = "3eaaf51cd3ba7be1354d92a5210c8bba43dd324300eafd214e1f2568834a912f";
+ sha256 = "sha256-DILe3I4TVOj9Iqs9mbiL3e9t7bnHfWwixNids9FYN/U=";
};
propagatedBuildInputs = [ typing-extensions ];
diff --git a/pkgs/development/python-modules/jc/default.nix b/pkgs/development/python-modules/jc/default.nix
index 251eb44ecdfe..6017c7b83aee 100644
--- a/pkgs/development/python-modules/jc/default.nix
+++ b/pkgs/development/python-modules/jc/default.nix
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jc";
- version = "1.20.0";
+ version = "1.20.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-Qw6jgbYDfeJfT6QtIaT2llbfwZTpoLeH78mxJlFA7TI=";
+ sha256 = "sha256-xsPz7v5+rIO88F1Y/inBSUwVnI7uKZrV2nzVvJ9L02A=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];
diff --git a/pkgs/development/python-modules/mkdocs-gitlab-plugin/default.nix b/pkgs/development/python-modules/mkdocs-gitlab-plugin/default.nix
new file mode 100644
index 000000000000..5e8f12337e38
--- /dev/null
+++ b/pkgs/development/python-modules/mkdocs-gitlab-plugin/default.nix
@@ -0,0 +1,37 @@
+{ buildPythonPackage
+, fetchzip
+, isPy3k
+, lib
+, mkdocs
+}:
+
+buildPythonPackage rec {
+ pname = "mkdocs-gitlab-plugin";
+ version = "0.1.4";
+
+ disabled = !isPy3k;
+
+ src = fetchzip {
+ url = "https://gitlab.inria.fr/vidjil/mkdocs-gitlab-plugin/-/archive/fb87fbfd404839e661a799c540664b1103096a5f/mkdocs-gitlab-plugin-fb87fbfd404839e661a799c540664b1103096a5f.tar.gz";
+ sha256 = "sha256-z+U0PRwymDDXVNM7a2Yl4pNNVBxpx/BhJnlx6kgyvww=";
+ };
+
+ patches = [ ./mkdocs-gitlab-plugin.diff ];
+
+ propagatedBuildInputs = [ mkdocs ];
+
+ pythonImportsCheck = [ "mkdocs_gitlab_plugin" ];
+
+ meta = with lib; {
+ description = "MkDocs plugin to transform strings such as #1234, %56, or !789 into links to a Gitlab repository.";
+ homepage = "https://gitlab.inria.fr/vidjil/mkdocs-gitlab-plugin";
+ license = licenses.mit;
+ maintainers = with maintainers; [ snpschaaf ];
+ longDescription = ''
+ Plugin for MkDocs.
+ Transform handles such as #1234, %56, !789, &12 or $34 into links to a gitlab repository,
+ given by the gitlab_url configuration option.
+ Before the #/%/!/&/$ is needed either a space, a '(', or a '['.
+ '';
+ };
+}
diff --git a/pkgs/development/python-modules/mkdocs-gitlab-plugin/mkdocs-gitlab-plugin.diff b/pkgs/development/python-modules/mkdocs-gitlab-plugin/mkdocs-gitlab-plugin.diff
new file mode 100644
index 000000000000..65b0f2a10cd4
--- /dev/null
+++ b/pkgs/development/python-modules/mkdocs-gitlab-plugin/mkdocs-gitlab-plugin.diff
@@ -0,0 +1,37 @@
+diff --git a/mkdocs_gitlab_plugin/plugin.py b/mkdocs_gitlab_plugin/plugin.py
+index e8d7ab7..8b883f5 100644
+--- a/mkdocs_gitlab_plugin/plugin.py
++++ b/mkdocs_gitlab_plugin/plugin.py
+@@ -3,7 +3,7 @@
+ import re
+ import mkdocs
+
+-from mkdocs.config import Config
++from mkdocs.config.config_options import Type
+ from mkdocs.plugins import BasePlugin
+
+ class GitlabLinksPlugin(BasePlugin):
+@@ -13,8 +13,8 @@ class GitlabLinksPlugin(BasePlugin):
+ '''
+
+ config_scheme = (
+- ('gitlab_url', mkdocs.config.config_options.Type(str, default='http://gitlab.com/XXX')),
+- ('verbose', mkdocs.config.config_options.Type(bool, default=False))
++ ('gitlab_url', Type(str, default='http://gitlab.com/XXX')),
++ ('verbose', Type(bool, default=False))
+ )
+
+ TOKEN_PATHS = {
+diff --git a/mkdocs_gitlab_plugin/test.py b/mkdocs_gitlab_plugin/test.py
+index 4a5c35f..d5a19c6 100644
+--- a/mkdocs_gitlab_plugin/test.py
++++ b/mkdocs_gitlab_plugin/test.py
+@@ -1,7 +1,7 @@
+
+ import sys
+
+-from plugin import GitlabLinksPlugin
++from .plugin import GitlabLinksPlugin
+
+ if __name__ == '__main__':
+ plugin = GitlabLinksPlugin()
diff --git a/pkgs/development/python-modules/mkdocs-material/default.nix b/pkgs/development/python-modules/mkdocs-material/default.nix
index f59ea0d41a67..4f32dd745b0c 100644
--- a/pkgs/development/python-modules/mkdocs-material/default.nix
+++ b/pkgs/development/python-modules/mkdocs-material/default.nix
@@ -13,7 +13,7 @@
buildPythonApplication rec {
pname = "mkdocs-material";
- version = "8.3.5";
+ version = "8.3.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonApplication rec {
owner = "squidfunk";
repo = pname;
rev = "refs/tags/${version}";
- hash = "sha256-1fRNq2vOWTaUa8OZE1EkLH/2pt9vpUBkWXmro+aqwmA=";
+ hash = "sha256-hPDzA1QybLx47ZEAwKZJRqiI48vF0R4DOR3w7EiCpvU=";
};
propagatedBuildInputs = [
diff --git a/pkgs/development/python-modules/pychm/default.nix b/pkgs/development/python-modules/pychm/default.nix
new file mode 100644
index 000000000000..e9cc2c319fff
--- /dev/null
+++ b/pkgs/development/python-modules/pychm/default.nix
@@ -0,0 +1,27 @@
+{ lib
+, buildPythonPackage
+, fetchPypi
+, pythonOlder
+, chmlib
+}:
+
+buildPythonPackage rec {
+ pname = "pychm";
+ version = "0.8.6";
+
+ src = fetchPypi {
+ inherit pname version;
+ sha256 = "0wpn9ijlsmrpyiwg3drmgz4dms1i1i347adgqw37bkrh3vn6yq16";
+ };
+
+ buildInputs = [ chmlib ];
+
+ pythonImportsCheck = [ "chm" ];
+
+ meta = with lib; {
+ description = "Library to manipulate Microsoft HTML Help (CHM) files";
+ homepage = "https://github.com/dottedmag/pychm";
+ license = licenses.gpl2Plus;
+ maintainers = with maintainers; [ alexshpilkin ];
+ };
+}
diff --git a/pkgs/development/python-modules/pysigma-pipeline-windows/default.nix b/pkgs/development/python-modules/pysigma-pipeline-windows/default.nix
index a9eda723eb2c..7620f84a97e5 100644
--- a/pkgs/development/python-modules/pysigma-pipeline-windows/default.nix
+++ b/pkgs/development/python-modules/pysigma-pipeline-windows/default.nix
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pysigma-pipeline-windows";
- version = "0.1.0";
+ version = "0.1.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = "pySigma-pipeline-windows";
- rev = "v${version}";
- hash = "sha256-BO6hiPLwEJX0sICqMZfcO4tqljdS+93Z1kG8IWsV9og=";
+ rev = "refs/tags/v${version}";
+ hash = "sha256-ATDWhHY9tjuQbfIFgoGhz8qsluH9hTSI9zdPmP8GPWE=";
};
nativeBuildInputs = [
diff --git a/pkgs/development/python-modules/pytorch/default.nix b/pkgs/development/python-modules/pytorch/default.nix
index 299b4eba0cf0..76a835910392 100644
--- a/pkgs/development/python-modules/pytorch/default.nix
+++ b/pkgs/development/python-modules/pytorch/default.nix
@@ -10,6 +10,7 @@
# Build inputs
numactl,
+ CoreServices, libobjc,
# Propagated build inputs
numpy, pyyaml, cffi, click, typing-extensions,
@@ -145,7 +146,7 @@ in buildPythonPackage rec {
# https://github.com/pytorch/pytorch/issues/70297
# https://github.com/google/breakpad/commit/605c51ed96ad44b34c457bbca320e74e194c317e
./breakpad-sigstksz.patch
- ] ++ lib.optionals stdenv.isDarwin [
+ ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
# pthreadpool added support for Grand Central Dispatch in April
# 2020. However, this relies on functionality (DISPATCH_APPLY_AUTO)
# that is available starting with macOS 10.13. However, our current
@@ -229,7 +230,8 @@ in buildPythonPackage rec {
buildInputs = [ blas blas.provider pybind11 ]
++ lib.optionals cudaSupport [ cudnn magma nccl ]
- ++ lib.optionals stdenv.isLinux [ numactl ];
+ ++ lib.optionals stdenv.isLinux [ numactl ]
+ ++ lib.optionals stdenv.isDarwin [ CoreServices libobjc ];
propagatedBuildInputs = [
cffi
@@ -295,15 +297,6 @@ in buildPythonPackage rec {
install_name_tool -change @rpath/libc10.dylib $lib/lib/libc10.dylib $lib/lib/libtorch.dylib
- install_name_tool -change @rpath/libtorch.dylib $lib/lib/libtorch.dylib $lib/lib/libcaffe2_observers.dylib
- install_name_tool -change @rpath/libc10.dylib $lib/lib/libc10.dylib $lib/lib/libcaffe2_observers.dylib
-
- install_name_tool -change @rpath/libtorch.dylib $lib/lib/libtorch.dylib $lib/lib/libcaffe2_module_test_dynamic.dylib
- install_name_tool -change @rpath/libc10.dylib $lib/lib/libc10.dylib $lib/lib/libcaffe2_module_test_dynamic.dylib
-
- install_name_tool -change @rpath/libtorch.dylib $lib/lib/libtorch.dylib $lib/lib/libcaffe2_detectron_ops.dylib
- install_name_tool -change @rpath/libc10.dylib $lib/lib/libc10.dylib $lib/lib/libcaffe2_detectron_ops.dylib
-
install_name_tool -change @rpath/libtorch.dylib $lib/lib/libtorch.dylib $lib/lib/libshm.dylib
install_name_tool -change @rpath/libc10.dylib $lib/lib/libc10.dylib $lib/lib/libshm.dylib
'';
@@ -319,12 +312,11 @@ in buildPythonPackage rec {
};
meta = with lib; {
- # darwin: error: use of undeclared identifier 'noU'; did you mean 'no'?
- broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "Open source, prototype-to-production deep learning platform";
homepage = "https://pytorch.org/";
license = licenses.bsd3;
- platforms = with platforms; linux ++ lib.optionals (!cudaSupport) darwin;
maintainers = with maintainers; [ teh thoughtpolice tscholak ]; # tscholak esp. for darwin-related builds
+ platforms = with platforms; linux ++ lib.optionals (!cudaSupport) darwin;
+ broken = stdenv.isLinux && stdenv.isAarch64;
};
}
diff --git a/pkgs/development/python-modules/qiskit-finance/default.nix b/pkgs/development/python-modules/qiskit-finance/default.nix
index 2c544d5a92ed..ad80eb3698fa 100644
--- a/pkgs/development/python-modules/qiskit-finance/default.nix
+++ b/pkgs/development/python-modules/qiskit-finance/default.nix
@@ -22,15 +22,15 @@
buildPythonPackage rec {
pname = "qiskit-finance";
- version = "0.3.1";
+ version = "0.3.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "qiskit";
repo = pname;
- rev = version;
- sha256 = "sha256-wnto3IqrJFAqIv6QAXe3BB9fvXQXe2fw/iUZe3+198M=";
+ rev = "refs/tags/${version}";
+ sha256 = "sha256-ZmK4nYuv3DBJ0Ah819zGAh7inGVBWDnzJvl0FABJ6KU=";
};
postPatch = ''
diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix
index 5bcf2b6d1a4f..7f32ad9f3bec 100644
--- a/pkgs/development/python-modules/sagemaker/default.nix
+++ b/pkgs/development/python-modules/sagemaker/default.nix
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "sagemaker";
- version = "2.94.0";
+ version = "2.95.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- hash = "sha256-WASgnF1IwqwiYcNEkHlhbV13rKdTTZgwvLcbBZaBNK8=";
+ hash = "sha256-Rx4PrQqWN6Q19ov9Ao5sAGvdgls+y6WjMxP+35dpKsQ=";
};
propagatedBuildInputs = [
diff --git a/pkgs/development/python-modules/sqlite-utils/default.nix b/pkgs/development/python-modules/sqlite-utils/default.nix
index d7f07eea073c..e682365f9274 100644
--- a/pkgs/development/python-modules/sqlite-utils/default.nix
+++ b/pkgs/development/python-modules/sqlite-utils/default.nix
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sqlite-utils";
- version = "3.26.1";
+ version = "3.27";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- hash = "sha256-GK/036zijOSi9IWZSFifXrexY8dyo6cfwWyaF06x82c=";
+ hash = "sha256-SercPK2Svrq7rEULglvjq1J3FV0x0aHHKs72HmXkTGo=";
};
postPatch = ''
diff --git a/pkgs/development/python-modules/types-pyyaml/default.nix b/pkgs/development/python-modules/types-pyyaml/default.nix
new file mode 100644
index 000000000000..113e2bd88778
--- /dev/null
+++ b/pkgs/development/python-modules/types-pyyaml/default.nix
@@ -0,0 +1,30 @@
+{ lib
+, buildPythonPackage
+, fetchPypi
+}:
+
+buildPythonPackage rec {
+ pname = "types-pyyaml";
+ version = "6.0.8";
+ format = "setuptools";
+
+ src = fetchPypi {
+ pname = "types-PyYAML";
+ inherit version;
+ sha256 = "0f349hmw597f2gcja445fsrlnfzb0dj7fy62g8wcbydlgcvmsjfr";
+ };
+
+ # Module doesn't have tests
+ doCheck = false;
+
+ pythonImportsCheck = [
+ "yaml-stubs"
+ ];
+
+ meta = with lib; {
+ description = "Typing stubs for PyYAML";
+ homepage = "https://github.com/python/typeshed";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ dnr ];
+ };
+}
diff --git a/pkgs/development/python-modules/xhtml2pdf/default.nix b/pkgs/development/python-modules/xhtml2pdf/default.nix
index 230e57a06430..31ae00ec7817 100644
--- a/pkgs/development/python-modules/xhtml2pdf/default.nix
+++ b/pkgs/development/python-modules/xhtml2pdf/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "xhtml2pdf";
- version = "0.2.7";
+ version = "0.2.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -25,8 +25,8 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
# Currently it is not possible to fetch from version as there is a branch with the same name
- rev = "afa72cdbbdaf7d459261c1605263101ffcd999af";
- sha256 = "sha256-plyIM7Ohnp5UBWz/UDTJa1UeWK9yckSZR16wxmLrpnc=";
+ rev = "refs/tags/v${version}";
+ sha256 = "sha256-zWzg/r18wjzxWyD5QJ7l4pY+4bJTvHjrD11FRuuy8H8=";
};
propagatedBuildInputs = [
diff --git a/pkgs/development/python-modules/yfinance/default.nix b/pkgs/development/python-modules/yfinance/default.nix
index 26ddf9354df9..d4b0d5a79068 100644
--- a/pkgs/development/python-modules/yfinance/default.nix
+++ b/pkgs/development/python-modules/yfinance/default.nix
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "yfinance";
- version = "0.1.70";
+ version = "0.1.72";
src = fetchFromGitHub {
owner = "ranaroussi";
repo = pname;
- rev = version;
- sha256 = "sha256-Anvt+ag0PysGynQv4q+2IrQmCPZViGqWI4dgfLQWGds=";
+ rev = "refs/tags/${version}";
+ sha256 = "sha256-7dA5+PJhuj/KAZoHMxx34yfyxDeiIf6DhufymfvD8Gg=";
};
propagatedBuildInputs = [
diff --git a/pkgs/development/ruby-modules/gem-config/default.nix b/pkgs/development/ruby-modules/gem-config/default.nix
index 47e70aaa8f0e..6f9da13f5034 100644
--- a/pkgs/development/ruby-modules/gem-config/default.nix
+++ b/pkgs/development/ruby-modules/gem-config/default.nix
@@ -294,6 +294,14 @@ in
propagatedBuildInputs = [ gobject-introspection wrapGAppsHook glib ];
};
+ gollum = attrs: {
+ dontBuild = false;
+ postPatch = ''
+ substituteInPlace bin/gollum \
+ --replace "/usr/bin/env -S ruby" "${ruby}/bin/ruby"
+ '';
+ };
+
grpc = attrs: {
nativeBuildInputs = [ pkg-config ] ++ lib.optional stdenv.isDarwin libtool;
buildInputs = [ openssl ];
diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix
index 972618f476d0..5886c9750d18 100644
--- a/pkgs/development/tools/analysis/checkov/default.nix
+++ b/pkgs/development/tools/analysis/checkov/default.nix
@@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
- version = "2.0.1217";
+ version = "2.0.1218";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
- hash = "sha256-z1MKLFR/js27/9VxbOOx9LxcKTXOMZpOqUtMjPeIpds=";
+ hash = "sha256-nSW8t1N2qK35SUgxT3VtPxnCj1gaPEA6FWq6tSB0cgk=";
};
nativeBuildInputs = with py.pkgs; [
diff --git a/pkgs/development/tools/analysis/tfsec/default.nix b/pkgs/development/tools/analysis/tfsec/default.nix
index 2d68fc2c4614..288549313d20 100644
--- a/pkgs/development/tools/analysis/tfsec/default.nix
+++ b/pkgs/development/tools/analysis/tfsec/default.nix
@@ -5,23 +5,24 @@
buildGoModule rec {
pname = "tfsec";
- version = "1.25.1";
+ version = "1.26.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-OgmVqwXIGtqzS27QfEeP9k4Ijwt5kXdq8Gocie5Zpqg=";
+ hash = "sha256-IYrLf2StBzIIl6xhN0gbgKGeopetuAko+kXjvlXAsBg=";
};
ldflags = [
- "-s" "-w"
+ "-s"
+ "-w"
"-X github.com/aquasecurity/tfsec/version.Version=${version}"
## not sure if this is needed (https://github.com/aquasecurity/tfsec/blob/master/.goreleaser.yml#L6)
# "-extldflags '-fno-PIC -static'"
];
- vendorSha256 = "sha256-dOfosQ0pwGgBwVtySKL0oqSMjxR7zIeZnpspo2rzfyY=";
+ vendorSha256 = "sha256-AayEYoybJGWdRES73wlf7pLpMukBbuxtaOU/RT9ObkI=";
subPackages = [
"cmd/tfsec"
diff --git a/pkgs/development/tools/cambalache/default.nix b/pkgs/development/tools/cambalache/default.nix
index 29f2310a1c28..781dd86cd759 100644
--- a/pkgs/development/tools/cambalache/default.nix
+++ b/pkgs/development/tools/cambalache/default.nix
@@ -20,7 +20,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "cambalache";
- version = "0.10.1";
+ version = "0.10.2";
format = "other";
@@ -29,7 +29,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "jpu";
repo = pname;
rev = version;
- sha256 = "sha256-UgPyG1xDt624W+qTb88d0WvOza6YvVAO/YXeUV51Rro=";
+ sha256 = "sha256-/0HMtNR9R/Oq1ZoBaLe4iU0OOVZUozuo8gP0j9J8hdc=";
};
nativeBuildInputs = [
diff --git a/pkgs/development/tools/comby/default.nix b/pkgs/development/tools/comby/default.nix
index 9b77740979e5..cd3251841ad1 100644
--- a/pkgs/development/tools/comby/default.nix
+++ b/pkgs/development/tools/comby/default.nix
@@ -14,7 +14,7 @@ let
mkCombyPackage = { pname, extraBuildInputs ? [ ], extraNativeInputs ? [ ], preBuild ? "" }:
ocamlPackages.buildDunePackage rec {
inherit pname preBuild;
- version = "1.7.0";
+ version = "1.7.1";
useDune2 = true;
minimumOcamlVersion = "4.08.1";
doCheck = true;
@@ -23,7 +23,7 @@ let
owner = "comby-tools";
repo = "comby";
rev = version;
- sha256 = "sha256-Y2RcYvJOSqppmxxG8IZ5GlFkXCOIQU+1jJZ6j+PBHC4";
+ sha256 = "0k60hj8wcrvrk0isr210vnalylkd63ria1kgz5n49inl7w1hfwpv";
};
nativeBuildInputs = [
@@ -82,6 +82,7 @@ mkCombyPackage {
ocamlPackages.parany
ocamlPackages.conduit-lwt-unix
ocamlPackages.lwt_react
+ ocamlPackages.tar-unix
ocamlPackages.tls
combyKernel
combySemantic
diff --git a/pkgs/development/tools/conftest/default.nix b/pkgs/development/tools/conftest/default.nix
index 2bd5789c3e3c..0aebf2363f53 100644
--- a/pkgs/development/tools/conftest/default.nix
+++ b/pkgs/development/tools/conftest/default.nix
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "conftest";
- version = "0.32.0";
+ version = "0.32.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "v${version}";
- sha256 = "sha256-fPg3376QtbjrUJWZxjRqEFL2cWy1xb7vUX1Lfp5WFmY=";
+ sha256 = "sha256-lmz5ALGvTwPiz0PaGYlL3UTd6tYgO5rpUHXFoLKgS7E=";
};
- vendorSha256 = "sha256-/RfIjCI2RMktUSVEoyJqMwdmlW6lGvXanX7RBxiaTyE=";
+ vendorSha256 = "sha256-Y0S759iPSU7kboa9GxC56QR3caOG9gEmEG44B1Lp3w4=";
ldflags = [
"-s"
diff --git a/pkgs/development/tools/continuous-integration/dagger/default.nix b/pkgs/development/tools/continuous-integration/dagger/default.nix
index 79538e4be2ce..3e4ad1f2e439 100644
--- a/pkgs/development/tools/continuous-integration/dagger/default.nix
+++ b/pkgs/development/tools/continuous-integration/dagger/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dagger";
- version = "0.2.18";
+ version = "0.2.19";
src = fetchFromGitHub {
owner = "dagger";
repo = "dagger";
rev = "v${version}";
- sha256 = "sha256-nxBevv7COhywEYeRq1gXAuLswxe2WgHI0Pm78IvzapM=";
+ sha256 = "sha256-ZhMvVTfzqXr6miOrqYqMzH4suY2+RIYCH3fK08dsUmA=";
};
- vendorSha256 = "sha256-27cXvgpw4Te0w/rMk6g5jF3UY6N8saArUwfbVO6xpes=";
+ vendorSha256 = "sha256-pE6g5z4rOQlqmI9LZQXoI6fRmSTXDv5H8Y+pNXVIcOU=";
subPackages = [
"cmd/dagger"
diff --git a/pkgs/development/tools/continuous-integration/fly/default.nix b/pkgs/development/tools/continuous-integration/fly/default.nix
index 0efeb6dccf55..85eb3cfb6408 100644
--- a/pkgs/development/tools/continuous-integration/fly/default.nix
+++ b/pkgs/development/tools/continuous-integration/fly/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fly";
- version = "7.8.0";
+ version = "7.8.1";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
- sha256 = "sha256-CYQQ44Yx97PvhFHrTzUM2RooNCh5Sdg8SXsV4BOzzPE=";
+ sha256 = "sha256-A37XTLL6BcltKofriqai8RX+VQ4jcFRHriP4sUZ5g2c=";
};
vendorSha256 = "sha256-aYu5K6pK6Q0Fmagr91i6nc3t55nUjn5vasIO+kUXWrs=";
diff --git a/pkgs/development/tools/ddosify/default.nix b/pkgs/development/tools/ddosify/default.nix
index 998be0d15ea8..43867d13b009 100644
--- a/pkgs/development/tools/ddosify/default.nix
+++ b/pkgs/development/tools/ddosify/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ddosify";
- version = "0.7.9";
+ version = "0.8.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "sha256-7dPDYBypLz0YWcgwP57LtZV+WNEGd705/0jyDXT4xTY=";
+ sha256 = "sha256-ImVNiBXvKKYXuWtOajvLFobk956wNSQHLH7npdYY4SE=";
};
- vendorSha256 = "sha256-WvchcVd0tql5Kxt2EP/auSq66hjiVqew7Iyi/ytaI64=";
+ vendorSha256 = "sha256-mq82KNa01gHvW+RUREra+ysaJ1YWIwX0v/uYMxmFN4M=";
ldflags = [
"-s -w"
diff --git a/pkgs/development/tools/jd-diff-patch/default.nix b/pkgs/development/tools/jd-diff-patch/default.nix
index 26c9eeedacd7..6977049ed946 100644
--- a/pkgs/development/tools/jd-diff-patch/default.nix
+++ b/pkgs/development/tools/jd-diff-patch/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "jd-diff-patch";
- version = "1.5.1";
+ version = "1.5.2";
src = fetchFromGitHub {
owner = "josephburnett";
repo = "jd";
rev = "v${version}";
- sha256 = "sha256-nYV72EgYgXWyGp2s09BlaRmOy6aSMtmrTvWCxk9znp0=";
+ sha256 = "sha256-NUga7Rxh/hCEw6bZvbxsqBoIKdG2TTfEXdwHY42cgxE=";
};
# not including web ui
@@ -16,8 +16,6 @@ buildGoModule rec {
vendorSha256 = "sha256-uoMOkCmJY417zxkTsXHGy+BZ/BH29nH4MhFaIKofh4k=";
- doCheck = true;
-
meta = with lib; {
description = "Commandline utility and Go library for diffing and patching JSON values";
homepage = "https://github.com/josephburnett/jd";
diff --git a/pkgs/development/tools/k6/default.nix b/pkgs/development/tools/k6/default.nix
index 66ff4a8b2df4..200eaa2cb577 100644
--- a/pkgs/development/tools/k6/default.nix
+++ b/pkgs/development/tools/k6/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k6";
- version = "0.37.0";
+ version = "0.38.3";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-5pxOg+pwa2VrEWinDadx2ZFYXiQgochbU4bCkJEezQw=";
+ sha256 = "sha256-MV5GbsXVvq99tI5LCK6VgcXRtNUfffoz3FopwPljhdA=";
};
subPackages = [ "./" ];
diff --git a/pkgs/development/tools/kubicorn/default.nix b/pkgs/development/tools/kubicorn/default.nix
deleted file mode 100644
index 706b91aad251..000000000000
--- a/pkgs/development/tools/kubicorn/default.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ lib, buildGoPackage, fetchFromGitHub }:
-
-with lib;
-
-buildGoPackage rec {
- pname = "kubicorn";
- version = "2018-10-13-${lib.strings.substring 0 7 rev}";
- rev = "4c7f3623e9188fba43778271afe161a4facfb657";
-
- src = fetchFromGitHub {
- rev = rev;
- owner = "kubicorn";
- repo = "kubicorn";
- sha256 = "18h5sj4lcivrwjq2hzn7c3g4mblw17zicb5nma8sh7sakwzyg1k9";
- };
-
- subPackages = ["."];
- goPackagePath = "github.com/kubicorn/kubicorn";
-
- meta = {
- description = "Simple, cloud native infrastructure for Kubernetes";
- homepage = "http://kubicorn.io/";
- maintainers = with lib.maintainers; [ offline ];
- license = lib.licenses.asl20;
- };
-}
diff --git a/pkgs/development/tools/misc/saleae-logic-2/default.nix b/pkgs/development/tools/misc/saleae-logic-2/default.nix
index 04526f59bd49..f606bc609713 100644
--- a/pkgs/development/tools/misc/saleae-logic-2/default.nix
+++ b/pkgs/development/tools/misc/saleae-logic-2/default.nix
@@ -1,10 +1,10 @@
{ lib, fetchurl, makeDesktopItem, appimageTools }:
let
name = "saleae-logic-2";
- version = "2.3.53";
+ version = "2.3.55";
src = fetchurl {
url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage";
- sha256 = "sha256-RZrOyL0tb1nH5SX7P6d4TFkxSwDZiJUpu1eZaXqX3ew=";
+ sha256 = "sha256-fL72KZzOh9pWrjSaXDCMz0ijqRj1Vc5Ym37onv4E7aI=";
};
desktopItem = makeDesktopItem {
inherit name;
diff --git a/pkgs/development/tools/misc/xorg-autoconf/default.nix b/pkgs/development/tools/misc/xorg-autoconf/default.nix
new file mode 100644
index 000000000000..34aa363550ae
--- /dev/null
+++ b/pkgs/development/tools/misc/xorg-autoconf/default.nix
@@ -0,0 +1,29 @@
+{ lib
+, stdenv
+, autoreconfHook
+, fetchFromGitLab
+}:
+
+stdenv.mkDerivation rec {
+ pname = "xorg-autoconf";
+ version = "1.19.3";
+
+ src = fetchFromGitLab {
+ domain = "gitlab.freedesktop.org";
+ group = "xorg";
+ owner = "util";
+ repo = "macros";
+ rev = "util-macros-${version}";
+ sha256 = "sha256-+yEMCjLztdY5LKTNjfhudDS0fdaOj4LKZ3YL5witFR4=";
+ };
+
+ nativeBuildInputs = [ autoreconfHook ];
+
+ meta = with lib; {
+ description = "GNU autoconf macros shared across X.Org projects";
+ homepage = "https://gitlab.freedesktop.org/xorg/util/macros";
+ maintainers = with maintainers; [ raboof ];
+ license = licenses.mit;
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/development/tools/open-policy-agent/default.nix b/pkgs/development/tools/open-policy-agent/default.nix
index bd13a697c0c7..fb9b0060d20a 100644
--- a/pkgs/development/tools/open-policy-agent/default.nix
+++ b/pkgs/development/tools/open-policy-agent/default.nix
@@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
buildGoModule rec {
pname = "open-policy-agent";
- version = "0.40.0";
+ version = "0.41.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
- sha256 = "sha256-rLfo2SUlxL6QFc2v+nxFnbyYcfy7i3OFhGt6ZAUteHY=";
+ sha256 = "sha256-mvTaVKNE+XSBhJkodKSkLHoxJPOInPCycsoeeEJXABQ=";
};
vendorSha256 = null;
diff --git a/pkgs/development/tools/pip-audit/default.nix b/pkgs/development/tools/pip-audit/default.nix
index deef15aba80a..1852a0c894bb 100644
--- a/pkgs/development/tools/pip-audit/default.nix
+++ b/pkgs/development/tools/pip-audit/default.nix
@@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
- version = "2.3.2";
+ version = "2.3.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "v${version}";
- hash = "sha256-BcbTu4vDA7ry87gQXpFk3MvH0eFNNgOBf1SlxNUFDbw=";
+ hash = "sha256-pzcphJWRM1OTbytZ4jJyPSQ+961gmBTrfYuLrMGkBQk=";
};
nativeBuildInputs = [
diff --git a/pkgs/development/web/cypress/default.nix b/pkgs/development/web/cypress/default.nix
index e3f5a8b99cf1..6601820b219e 100644
--- a/pkgs/development/web/cypress/default.nix
+++ b/pkgs/development/web/cypress/default.nix
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "cypress";
- version = "9.6.0";
+ version = "10.0.3";
src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip";
- sha256 = "Mac6lmwQqbj9EPfpG0iLI8Qx04q7E0swmTqXx0J+Sdc=";
+ sha256 = "0lz9rf58dzn18yxs337sw3fia0xif039dmlmslxhlhn48g9yj67z";
};
# don't remove runtime deps
diff --git a/pkgs/development/web/nodejs/v18.nix b/pkgs/development/web/nodejs/v18.nix
index 6acf2e3cbe70..a2c10d1b96b2 100644
--- a/pkgs/development/web/nodejs/v18.nix
+++ b/pkgs/development/web/nodejs/v18.nix
@@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
- version = "18.3.0";
- sha256 = "sha256-P2lKgWJuUFfNpXiY53HSE8/FpkmFX0zxxvbNFQxTBiU=";
+ version = "18.4.0";
+ sha256 = "sha256-lNbxmpcDYfjIrRdFBgQJU4n1HKagDc3lnCHzc+lau7U=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];
diff --git a/pkgs/games/garden-of-coloured-lights/default.nix b/pkgs/games/garden-of-coloured-lights/default.nix
index 9e842acfa9a5..9f9e85905a0a 100644
--- a/pkgs/games/garden-of-coloured-lights/default.nix
+++ b/pkgs/games/garden-of-coloured-lights/default.nix
@@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
sha256 = "1qsj4d7r22m5f9f5f6cyvam1y5q5pbqvy5058r7w0k4s48n77y6s";
};
+ # Workaround build failure on -fno-common toolchains:
+ # ld: main.o:src/main.c:58: multiple definition of
+ # `eclass'; eclass.o:src/eclass.c:21: first defined here
+ NIX_CFLAGS_COMPILE = "-fcommon";
+
meta = with lib; {
description = "Old-school vertical shoot-em-up / bullet hell";
homepage = "http://garden.sourceforge.net/drupal/";
diff --git a/pkgs/games/megaglest/default.nix b/pkgs/games/megaglest/default.nix
index 30383e5f4067..6a21a74f70b4 100644
--- a/pkgs/games/megaglest/default.nix
+++ b/pkgs/games/megaglest/default.nix
@@ -1,7 +1,7 @@
{ lib, stdenv, cmake, pkg-config, git, curl, SDL2, xercesc, openal, lua, libvlc
, libjpeg, wxGTK, cppunit, ftgl, glew, libogg, libvorbis, buildEnv, libpng
, fontconfig, freetype, xorg, makeWrapper, bash, which, gnome, libGLU, glib
-, fetchFromGitHub
+, fetchFromGitHub, fetchpatch
}:
let
version = "3.13.0";
@@ -28,6 +28,15 @@ stdenv.mkDerivation {
sha256 = "0fb58a706nic14ss89zrigphvdiwy5s9dwvhscvvgrfvjpahpcws";
};
+ patches = [
+ # Pull upstream fix for -fno-common toolchains
+ (fetchpatch {
+ name = "fno-common.patch";
+ url = "https://github.com/MegaGlest/megaglest-source/commit/5a3520540276a6fd06f7c88e571b6462978e3eab.patch";
+ sha256 = "0y554kjw56dikq87vs709pmq97hdx9hvqsk27f81v4g90m3b3qhi";
+ })
+ ];
+
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ git curl SDL2 xercesc openal lua libpng libjpeg libvlc wxGTK
glib cppunit fontconfig freetype ftgl glew libogg libvorbis makeWrapper libGLU ];
diff --git a/pkgs/games/umoria/default.nix b/pkgs/games/umoria/default.nix
new file mode 100644
index 000000000000..1114d47b7be5
--- /dev/null
+++ b/pkgs/games/umoria/default.nix
@@ -0,0 +1,80 @@
+{ lib
+, gcc9Stdenv
+, fetchFromGitHub
+, autoreconfHook
+, cmake
+, ncurses6
+, runtimeShell
+}:
+
+let
+ savesDir = "~/.umoria/";
+in
+gcc9Stdenv.mkDerivation rec {
+ pname = "umoria";
+ version = "5.7.15";
+
+ src = fetchFromGitHub {
+ owner = "dungeons-of-moria";
+ repo = "umoria";
+ rev = "v${version}";
+ sha256 = "sha256-1j4QkE33UcTzM06qAjk1/PyK5uNA7E/kyDe3bZcFKUM=";
+ };
+
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ ncurses6 ];
+ enableParallelBuilding = true;
+
+ installPhase = ''
+ runHook preInstall
+
+ mkdir -p $out/data $out/bin
+ cp -r umoria/data/* $out/data
+ cp umoria/umoria $out/.umoria-unwrapped
+
+ mkdir -p $out/bin
+ cat <$out/bin/umoria
+ #! ${runtimeShell} -e
+
+ RUNDIR=\$(mktemp -d)
+
+ cleanup() {
+ rm -rf \$RUNDIR
+ }
+
+ trap cleanup EXIT
+
+ cd \$RUNDIR
+ mkdir data
+
+ for i in $out/data/*; do
+ ln -s \$i "data/\$(basename \$i)"
+ done
+
+ mkdir -p ${savesDir}
+ [[ ! -f ${savesDir}/scores.dat ]] && touch ${savesDir}/scores.dat
+ ln -s ${savesDir}/scores.dat scores.dat
+
+ $out/.umoria-unwrapped
+ EOF
+
+ chmod +x $out/bin/umoria
+
+ runHook postInstall
+ '';
+
+ meta = with lib; {
+ homepage = "https://umoria.org/";
+ description = "The Dungeons of Moria - the original roguelike";
+ longDescription = ''
+ The Dungeons of Moria is a single player dungeon simulation originally written
+ by Robert Alan Koeneke, with its first public release in 1983.
+ The game was originally developed using VMS Pascal before being ported to the C
+ language by James E. Wilson in 1988, and released a Umoria.
+ '';
+ platforms = platforms.unix;
+ badPlatforms = [ "aarch64-darwin" ];
+ maintainers = [ maintainers.aciceri ];
+ license = licenses.gpl3Plus;
+ };
+}
diff --git a/pkgs/os-specific/linux/kernel/linux-zen.nix b/pkgs/os-specific/linux/kernel/linux-zen.nix
index 0e9a632ddb56..504cb1267429 100644
--- a/pkgs/os-specific/linux/kernel/linux-zen.nix
+++ b/pkgs/os-specific/linux/kernel/linux-zen.nix
@@ -2,7 +2,7 @@
let
# having the full version string here makes it easier to update
- modDirVersion = "5.18.1-zen1";
+ modDirVersion = "5.18.5-zen1";
parts = lib.splitString "-" modDirVersion;
version = lib.elemAt parts 0;
suffix = lib.elemAt parts 1;
@@ -20,7 +20,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
inherit rev;
- sha256 = "sha256-LCLfLE85NifuskYl2dxLOJEsUNHLegF8ecYyU4xOCtY=";
+ sha256 = "sha256-q6a8Wyzs6GNQ39mV+q/9N6yo/kXS9ZH+QTfGka42gk4=";
};
structuredExtraConfig = with lib.kernel; {
diff --git a/pkgs/os-specific/linux/nvidia-x11/builder.sh b/pkgs/os-specific/linux/nvidia-x11/builder.sh
index 75eb5d8757be..da41837cfc2e 100755
--- a/pkgs/os-specific/linux/nvidia-x11/builder.sh
+++ b/pkgs/os-specific/linux/nvidia-x11/builder.sh
@@ -147,6 +147,11 @@ installPhase() {
fi
fi
+ if [ -n "$firmware" ]; then
+ # Install the GSP firmware
+ install -Dm644 firmware/gsp.bin $firmware/lib/firmware/nvidia/$version/gsp.bin
+ fi
+
# All libs except GUI-only are installed now, so fixup them.
for libname in $(find "$out/lib/" $(test -n "$lib32" && echo "$lib32/lib/") $(test -n "$bin" && echo "$bin/lib/") -name '*.so.*')
do
diff --git a/pkgs/os-specific/linux/nvidia-x11/default.nix b/pkgs/os-specific/linux/nvidia-x11/default.nix
index 8e7b3cfa6c8e..4577a33e1be0 100644
--- a/pkgs/os-specific/linux/nvidia-x11/default.nix
+++ b/pkgs/os-specific/linux/nvidia-x11/default.nix
@@ -3,9 +3,7 @@
let
generic = args: let
imported = import ./generic.nix args;
- in if lib.versionAtLeast args.version "391"
- && stdenv.hostPlatform.system != "x86_64-linux" then null
- else callPackage imported {
+ in callPackage imported {
lib32 = (pkgsi686Linux.callPackage imported {
libsOnly = true;
kernel = null;
@@ -21,6 +19,7 @@ rec {
then generic {
version = "515.48.07";
sha256_64bit = "sha256-4odkzFsTwy52NwUT2ur8BcKJt37gURVSRQ8aAOMa4eM=";
+ openSha256 = "sha256-EGIrdabPr+AhQxXhFb8XXumuPxC+U6XEeIeSYFvA/q4=";
settingsSha256 = "sha256-XwdMsAAu5132x2ZHqjtFvcBJk6Dao7I86UksxrOkknU=";
persistencedSha256 = "sha256-BTfYNDJKe4tOvV71/1JJSPltJua0Mx/RvDcWT5ccRRY=";
}
@@ -32,6 +31,7 @@ rec {
beta = generic {
version = "515.43.04";
sha256_64bit = "sha256-PodaTTUOSyMW8rtdtabIkSLskgzAymQyfToNlwxPPcc=";
+ openSha256 = "sha256-1bAr5dWZ4jnY3Uo2JaEz/rhw2HuW9LZ5bACmA1VG068=";
settingsSha256 = "sha256-j47LtP6FNTPfiXFh9KwXX8vZOQzlytA30ZfW9N5F2PY=";
persistencedSha256 = "sha256-hULBy0wnVpLH8I0L6O9/HfgvJURtE2whpXOgN/vb3Wo=";
};
@@ -46,6 +46,7 @@ rec {
settingsSha256 = "sha256-fq6RlD6g3uylvvTjE4MmaQwxPJYU0u6IMfpPVzks0tI=";
persistencedSha256 = "sha256-eHvauvh8Wd+b8DK6B3ZWNjoWGztupWrR8iog9ok58io=";
url = "https://developer.nvidia.com/vulkan-beta-${lib.concatStrings (lib.splitString "." version)}-linux";
+ broken = kernel.kernelAtLeast "5.17";
};
# Update note:
diff --git a/pkgs/os-specific/linux/nvidia-x11/generic.nix b/pkgs/os-specific/linux/nvidia-x11/generic.nix
index bc867d8b82b9..768d4179111f 100644
--- a/pkgs/os-specific/linux/nvidia-x11/generic.nix
+++ b/pkgs/os-specific/linux/nvidia-x11/generic.nix
@@ -2,6 +2,7 @@
, url ? null
, sha256_32bit ? null
, sha256_64bit
+, openSha256 ? null
, settingsSha256
, settingsVersion ? version
, persistencedSha256
@@ -27,13 +28,14 @@
disable32Bit ? false
# 32 bit libs only version of this package
, lib32 ? null
+ # Whether to extract the GSP firmware
+, firmware ? openSha256 != null
}:
with lib;
assert !libsOnly -> kernel != null;
assert versionOlder version "391" -> sha256_32bit != null;
-assert versionAtLeast version "391" -> stdenv.hostPlatform.system == "x86_64-linux";
let
nameSuffix = optionalString (!libsOnly) "-${kernel.version}";
@@ -72,7 +74,8 @@ let
outputs = [ "out" ]
++ optional i686bundled "lib32"
- ++ optional (!libsOnly) "bin";
+ ++ optional (!libsOnly) "bin"
+ ++ optional (!libsOnly && firmware) "firmware";
outputDev = if libsOnly then null else "bin";
kernel = if libsOnly then null else kernel.dev;
@@ -100,6 +103,7 @@ let
disallowedReferences = optional (!libsOnly) [ kernel.dev ];
passthru = {
+ open = mapNullable (hash: callPackage (import ./open.nix self hash) { }) openSha256;
settings = (if settings32Bit then pkgsi686Linux.callPackage else callPackage) (import ./settings.nix self settingsSha256) {
withGtk2 = preferGtk2;
withGtk3 = !preferGtk2;
diff --git a/pkgs/os-specific/linux/nvidia-x11/open.nix b/pkgs/os-specific/linux/nvidia-x11/open.nix
new file mode 100644
index 000000000000..18b699221ef8
--- /dev/null
+++ b/pkgs/os-specific/linux/nvidia-x11/open.nix
@@ -0,0 +1,37 @@
+nvidia_x11: hash:
+{ stdenv
+, lib
+, fetchFromGitHub
+, kernel
+}:
+
+stdenv.mkDerivation {
+ pname = "nvidia-open";
+ version = "${kernel.version}-${nvidia_x11.version}";
+
+ src = fetchFromGitHub {
+ owner = "NVIDIA";
+ repo = "open-gpu-kernel-modules";
+ rev = nvidia_x11.version;
+ inherit hash;
+ };
+
+ nativeBuildInputs = kernel.moduleBuildDependencies;
+
+ makeFlags = kernel.makeFlags ++ [
+ "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source"
+ "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
+ "MODLIB=$(out)/lib/modules/${kernel.modDirVersion}"
+ ];
+
+ installTargets = [ "modules_install" ];
+ enableParallelBuilding = true;
+
+ meta = with lib; {
+ description = "NVIDIA Linux Open GPU Kernel Module";
+ homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules";
+ license = with licenses; [ gpl2Plus mit ];
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ nickcao ];
+ };
+}
diff --git a/pkgs/os-specific/linux/rtw88/default.nix b/pkgs/os-specific/linux/rtw88/default.nix
index 06fd2786c7cf..bbff4f6e4a71 100644
--- a/pkgs/os-specific/linux/rtw88/default.nix
+++ b/pkgs/os-specific/linux/rtw88/default.nix
@@ -5,13 +5,13 @@ let
in
stdenv.mkDerivation {
pname = "rtw88";
- version = "unstable-2022-05-08";
+ version = "unstable-2022-06-03";
src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtw88";
- rev = "dbcc43c31a4576f90e1e468d3a85c2dfdb25ec42";
- hash = "sha256-IDHolspYtwjV5r5WArWl1g4zgKLvPd4ydKKH/aE5NSg=";
+ rev = "03da251c76ea1005b42625825c39181e12d75693";
+ sha256 = "0l5ysp4x5wzrn48sfjv3rciqhq5ldcmk86b9x6j9775zjj7yw8hw";
};
nativeBuildInputs = kernel.moduleBuildDependencies;
diff --git a/pkgs/os-specific/linux/system76-io/default.nix b/pkgs/os-specific/linux/system76-io/default.nix
index ab8c422d2da3..54af222bc7d8 100644
--- a/pkgs/os-specific/linux/system76-io/default.nix
+++ b/pkgs/os-specific/linux/system76-io/default.nix
@@ -1,7 +1,7 @@
-{ lib, stdenv, fetchFromGitHub, kernel, fetchpatch }:
+{ lib, stdenv, fetchFromGitHub, kernel }:
let
- version = "1.0.1";
- sha256 = "0qkgkkjy1isv6ws6hrcal75dxjz98rpnvqbm7agdcc6yv0c17wwh";
+ version = "1.0.2";
+ sha256 = "sha256-DWUjQmoojkzFv1p4Xyt0kOwwqQ216ocO5yR/ujhhMPA=";
in
stdenv.mkDerivation {
name = "system76-io-module-${version}-${kernel.version}";
@@ -15,19 +15,6 @@ stdenv.mkDerivation {
inherit sha256;
};
- patches = [
- (fetchpatch {
- name = "Fix_GCC_declaration-after-statement_error.patch";
- url = "https://patch-diff.githubusercontent.com/raw/pop-os/system76-io-dkms/pull/5.patch";
- sha256 = "sha256-G8SM5tdNbeLuwigmo1HKLN9o16WPpowLXxfM7Xi4aRI=";
- })
- (fetchpatch {
- name = "Fix_GCC_unused-function_error.patch";
- url = "https://patch-diff.githubusercontent.com/raw/pop-os/system76-io-dkms/pull/6.patch";
- sha256 = "sha256-vCXEzszmXa+wmI84oR8WduN4WnLTZA3M4GX+Jc4p/5o=";
- })
- ];
-
hardeningDisable = [ "pic" ];
nativeBuildInputs = kernel.moduleBuildDependencies;
diff --git a/pkgs/os-specific/linux/upower/default.nix b/pkgs/os-specific/linux/upower/default.nix
index f083184a1145..2ef6d8c8243d 100644
--- a/pkgs/os-specific/linux/upower/default.nix
+++ b/pkgs/os-specific/linux/upower/default.nix
@@ -1,12 +1,16 @@
{ lib
, stdenv
, fetchFromGitLab
+, fetchpatch
, pkg-config
, rsync
, libxslt
, meson
, ninja
, python3
+, dbus
+, umockdev
+, libeatmydata
, gtk-doc
, docbook-xsl-nons
, udev
@@ -23,7 +27,7 @@
stdenv.mkDerivation rec {
pname = "upower";
- version = "0.99.17";
+ version = "0.99.19";
outputs = [ "out" "dev" ]
++ lib.optionals withDocs [ "devdoc" ];
@@ -33,9 +37,18 @@ stdenv.mkDerivation rec {
owner = "upower";
repo = "upower";
rev = "v${version}";
- sha256 = "xvvqzGxgkuGcvnO12jnLURNJUoSlnMw2g/mnII+i6Bs=";
+ sha256 = "gpLsBh4jgiDO8bxic2BTFhjIwc2q/tuAIxykTHqK6UM=";
};
+ patches = [
+ # Fix test
+ # https://gitlab.freedesktop.org/upower/upower/-/merge_requests/150
+ (fetchpatch {
+ url = "https://gitlab.freedesktop.org/upower/upower/-/commit/a78ee6039054770b466749f8ec4bfbe4c278d697.patch";
+ sha256 = "aUPXnr/2PlOZNb7mQl43hmKe01DtuBUrGnqvwBFRf7Q=";
+ })
+ ];
+
strictDeps = true;
depsBuildBuild = [
@@ -64,6 +77,16 @@ stdenv.mkDerivation rec {
libimobiledevice
];
+ checkInputs = [
+ python3.pkgs.dbus-python
+ python3.pkgs.python-dbusmock
+ python3.pkgs.pygobject3
+ dbus
+ umockdev
+ libeatmydata
+ python3.pkgs.packaging
+ ];
+
propagatedBuildInputs = [
glib
];
@@ -74,16 +97,37 @@ stdenv.mkDerivation rec {
"-Dos_backend=linux"
"-Dsystemdsystemunitdir=${placeholder "out"}/etc/systemd/system"
"-Dudevrulesdir=${placeholder "out"}/lib/udev/rules.d"
+ "-Dudevhwdbdir=${placeholder "out"}/lib/udev/hwdb.d"
"-Dintrospection=${if (stdenv.buildPlatform == stdenv.hostPlatform) then "auto" else "disabled"}"
"-Dgtk-doc=${lib.boolToString withDocs}"
];
- doCheck = false; # fails with "env: './linux/integration-test': No such file or directory"
+ doCheck = true;
postPatch = ''
+ patchShebangs src/linux/integration-test.py
patchShebangs src/linux/unittest_inspector.py
'';
+ preCheck = ''
+ # Our gobject-introspection patches make the shared library paths absolute
+ # in the GIR files. When running tests, the library is not yet installed,
+ # though, so we need to replace the absolute path with a local one during build.
+ # We are using a symlink that will be overwitten during installation.
+ mkdir -p "$out/lib"
+ ln -s "$PWD/libupower-glib/libupower-glib.so" "$out/lib/libupower-glib.so.3"
+ '';
+
+ checkPhase = ''
+ runHook preCheck
+
+ # Slow fsync calls can make self-test fail:
+ # https://gitlab.freedesktop.org/upower/upower/-/issues/195
+ eatmydata meson test --print-errorlogs
+
+ runHook postCheck
+ '';
+
postInstall = ''
# Move stuff from DESTDIR to proper location.
# We use rsync to merge the directories.
diff --git a/pkgs/os-specific/linux/waydroid/default.nix b/pkgs/os-specific/linux/waydroid/default.nix
index 1390077a60d1..0a0a4019e983 100644
--- a/pkgs/os-specific/linux/waydroid/default.nix
+++ b/pkgs/os-specific/linux/waydroid/default.nix
@@ -16,13 +16,13 @@
python3Packages.buildPythonApplication rec {
pname = "waydroid";
- version = "1.2.0";
+ version = "1.2.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- sha256 = "03d87sh443kn0j2mpih1g909khkx3wgb04h605f9jhd0znskkbmw";
+ sha256 = "sha256-Sf1rl8GCSTuneuYroGqsm9Aq2rBurpyswOrfCq2mWOs=";
};
propagatedBuildInputs = with python3Packages; [
diff --git a/pkgs/servers/computing/slurm/default.nix b/pkgs/servers/computing/slurm/default.nix
index fc33df8ad4ba..341c89c4a0c3 100644
--- a/pkgs/servers/computing/slurm/default.nix
+++ b/pkgs/servers/computing/slurm/default.nix
@@ -13,7 +13,7 @@
stdenv.mkDerivation rec {
pname = "slurm";
- version = "22.05.1.1";
+ version = "22.05.2.1";
# N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
# because the latter does not keep older releases.
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
repo = "slurm";
# The release tags use - instead of .
rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
- sha256 = "034qnqvamb7v8gimybjr579442c37qwdq8i2kip6c0zhcl42bvaf";
+ sha256 = "1zfv5n7cqqn3c78h2svjazbdkdchyrk54prn2bq5diw80wgcmyrc";
};
outputs = [ "out" "dev" ];
diff --git a/pkgs/servers/dendrite/default.nix b/pkgs/servers/dendrite/default.nix
index 9a8a1a369843..9ea9aceb117e 100644
--- a/pkgs/servers/dendrite/default.nix
+++ b/pkgs/servers/dendrite/default.nix
@@ -3,16 +3,16 @@
buildGoModule rec {
pname = "matrix-dendrite";
- version = "0.8.7";
+ version = "0.8.8";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "dendrite";
rev = "v${version}";
- sha256 = "sha256-grMMD85hiJ6Ka8KU0fIAcpflFyZrPEZSZxFsGls5NEI=";
+ sha256 = "sha256-kQSzTFqmxcLi0BNxrd8a9TVBh3IfkHfZgPvafO9I++8=";
};
- vendorSha256 = "sha256-yTlg1K0Pf1AmF227ca73gLDx12ea5yMamnOUksKGN4U=";
+ vendorSha256 = "sha256-axR+tZH8kwqEIZm0899umTsEkzNKSbi6NdbUv8o+80A=";
checkInputs = [
postgresqlTestHook
diff --git a/pkgs/servers/dns/knot-resolver/default.nix b/pkgs/servers/dns/knot-resolver/default.nix
index 1ec5a78ea1a2..3b2faf7eaa45 100644
--- a/pkgs/servers/dns/knot-resolver/default.nix
+++ b/pkgs/servers/dns/knot-resolver/default.nix
@@ -17,11 +17,11 @@ lua = luajitPackages;
unwrapped = stdenv.mkDerivation rec {
pname = "knot-resolver";
- version = "5.5.0";
+ version = "5.5.1";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-resolver/${pname}-${version}.tar.xz";
- sha256 = "4e6f48c74d955f143d603f6072670cb41ab9acdd95d4455d6e74b6908562c55a";
+ sha256 = "9bad1edfd6631446da2d2331bd869887d7fe502f6eeaf62b2e43e2c113f02b6d";
};
outputs = [ "out" "dev" ];
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index 2b8e2ac7f793..76fe626172cf 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -252,8 +252,8 @@ in
name = "modsecurity-nginx";
owner = "SpiderLabs";
repo = "ModSecurity-nginx";
- rev = "v1.0.2";
- sha256 = "sha256-UXiitc3jZlgXlCsDPS+xEFLNRVgRbn8BCCXUEqAWlII=";
+ rev = "v1.0.3";
+ sha256 = "sha256-xp0/eqi5PJlzb9NaUbNnzEqNcxDPyjyNwZOwmlv1+ag=";
};
inputs = [ pkgs.curl pkgs.geoip pkgs.libmodsecurity pkgs.libxml2 pkgs.lmdb pkgs.yajl ];
disableIPC = true;
diff --git a/pkgs/servers/mail/mailman/hyperkitty.nix b/pkgs/servers/mail/mailman/hyperkitty.nix
index c10f2c1ba757..2b8959a8f37b 100644
--- a/pkgs/servers/mail/mailman/hyperkitty.nix
+++ b/pkgs/servers/mail/mailman/hyperkitty.nix
@@ -24,6 +24,12 @@ buildPythonPackage rec {
sha256 = "sha256-5XCrvyrDEqH3JryPMoOXSlVVDLQ+PdYBqwGYxkExdvk=";
includes = [ "hyperkitty/*" ];
})
+
+ # Fix for Python >=3.9.13
+ (fetchpatch {
+ url = "https://gitlab.com/mailman/hyperkitty/-/commit/3efe7507944dbdbfcfa4c182d332528712476b28.patch";
+ sha256 = "sha256-yXuhTbmfDiYEXEsnz+zp+xLHRqI4GtkOhGHN+37W0iQ=";
+ })
];
postPatch = ''
diff --git a/pkgs/servers/mautrix-whatsapp/default.nix b/pkgs/servers/mautrix-whatsapp/default.nix
index 35006f79782a..52fac7f963cd 100644
--- a/pkgs/servers/mautrix-whatsapp/default.nix
+++ b/pkgs/servers/mautrix-whatsapp/default.nix
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "mautrix-whatsapp";
- version = "0.4.0";
+ version = "0.5.0";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
- sha256 = "2F0smK2L9Xj3/65j7vwwGT1OLxcTqkImpn16wB5rWDw=";
+ sha256 = "xKj1iKKzFQFjzXZGqoCDyuwXs55QNmnPdojgxy0dQTY=";
};
buildInputs = [ olm ];
- vendorSha256 = "Xv+3dJLOHnOjTp5vDbejmkO/NoDQlWxl0KaMx1C3ch0=";
+ vendorSha256 = "svpUQQI9dDNQoL+LDoxhEch7dtNd20ojG3YHga1r15c=";
doCheck = false;
diff --git a/pkgs/servers/monitoring/grafana/default.nix b/pkgs/servers/monitoring/grafana/default.nix
index 1f3989ada498..46c80120daa9 100644
--- a/pkgs/servers/monitoring/grafana/default.nix
+++ b/pkgs/servers/monitoring/grafana/default.nix
@@ -2,23 +2,23 @@
buildGoModule rec {
pname = "grafana";
- version = "8.5.5";
+ version = "9.0.0";
- excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" ];
+ excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" "devenv" ];
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "grafana";
- sha256 = "sha256-ixqvBwwnkdEb3dFFw+I3XUksf2uMezbwcyyhmLTqh2M=";
+ sha256 = "sha256-vPPaOepx4uwOWOjeE+dWULxmJPk5To9UY3rnoEqeAJA=";
};
srcStatic = fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
- sha256 = "0mqzrzi21qi3m4wm7q18i3n7cg8nwzlc3nw1axgmp7vs1bh5vs0l";
+ sha256 = "0xl5z31mkgbwkwcpvr0v0hmc0ynvxjn39w4sb1vc572kjbwqpvkr";
};
- vendorSha256 = "sha256-ZL+A6Sz0uHg7ZzYHmA4EU5ZxfRXBLyKglk135iQT600=";
+ vendorSha256 = "sha256-E3uSwdgoPgQPQ/uCIuTxcYeNRYbQR7q7SrUrh/ypENk=";
nativeBuildInputs = [ wire ];
@@ -28,6 +28,9 @@ buildGoModule rec {
wire gen -tags oss ./pkg/server
wire gen -tags oss ./pkg/cmd/grafana-cli/runner
+ go generate ./pkg/framework/coremodel
+ go generate ./public/app/plugins
+
# The testcase makes an API call against grafana.com:
#
# [...]
diff --git a/pkgs/servers/plik/default.nix b/pkgs/servers/plik/default.nix
index 4572573d16f2..c79a48ad123c 100644
--- a/pkgs/servers/plik/default.nix
+++ b/pkgs/servers/plik/default.nix
@@ -1,13 +1,13 @@
{ lib, fetchurl, makeWrapper, runCommand, callPackage }:
let
- version = "1.3.4";
+ version = "1.3.6";
programs = callPackage ./programs.nix { };
webapp = fetchurl {
url = "https://github.com/root-gg/plik/releases/download/${version}/plik-${version}-linux-amd64.tar.gz";
- sha256 = "1qp96va5l0m7jp4g007bhgcpf4ydg3cpg2x9wa9rkpp9k1svdhjy";
+ sha256 = "sha256-UGzevhZDfQBoFgPZQIs5Ftgz1cUHGfY/IRSEWQHFVSQ=";
};
in
diff --git a/pkgs/servers/plik/programs.nix b/pkgs/servers/plik/programs.nix
index 40633da7d3fc..5e64f92c52a5 100644
--- a/pkgs/servers/plik/programs.nix
+++ b/pkgs/servers/plik/programs.nix
@@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, fetchurl, makeWrapper, runCommand }:
let
- version = "1.3.4";
+ version = "1.3.6";
src = fetchFromGitHub {
owner = "root-gg";
repo = "plik";
rev = version;
- sha256 = "0kmcidnjw26vnxx9h3swcg72i507awg89s4nfxw6rwbyw36iiiqf";
+ sha256 = "sha256-Xfk7+60iB5/qJh/6j6AxW0aKXuzdINRfILXRzOFejW4=";
};
vendorSha256 = null;
@@ -18,12 +18,18 @@ let
maintainers = with maintainers; [ freezeboy ];
license = licenses.mit;
};
+
+ postPatch = ''
+ substituteInPlace server/common/version.go \
+ --replace '"0.0.0"' '"${version}"'
+ '';
+
in
{
plik = buildGoModule {
pname = "plik";
- inherit version meta src vendorSha256;
+ inherit version meta src vendorSha256 postPatch;
subPackages = [ "client" ];
postInstall = ''
@@ -33,7 +39,7 @@ in
plikd-unwrapped = buildGoModule {
pname = "plikd-unwrapped";
- inherit version src vendorSha256;
+ inherit version src vendorSha256 postPatch;
subPackages = [ "server" ];
postFixup = ''
diff --git a/pkgs/servers/web-apps/snipe-it/default.nix b/pkgs/servers/web-apps/snipe-it/default.nix
index cf72123ba1e8..3e3ac6fde11b 100644
--- a/pkgs/servers/web-apps/snipe-it/default.nix
+++ b/pkgs/servers/web-apps/snipe-it/default.nix
@@ -18,13 +18,13 @@ let
in package.override rec {
pname = "snipe-it";
- version = "6.0.2";
+ version = "6.0.4";
src = fetchFromGitHub {
owner = "snipe";
repo = pname;
rev = "v${version}";
- sha256 = "174s2h3whim98d9h8l4qr3vpk199zfxgwyys3d3gblpx1m5mr07k";
+ sha256 = "06h8rnk8q85f0z0a1q0j010kzs4z2k5sxvi06avk7ndpkrisv4wz";
};
meta = with lib; {
diff --git a/pkgs/servers/web-apps/snipe-it/update.sh b/pkgs/servers/web-apps/snipe-it/update.sh
index cf06f81b0781..3e5f70f1a587 100755
--- a/pkgs/servers/web-apps/snipe-it/update.sh
+++ b/pkgs/servers/web-apps/snipe-it/update.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
-#! nix-shell -i bash -p nix curl jq nix-update
+#! nix-shell -I nixpkgs=../../../.. -i bash -p nix curl jq nix-update
# check if composer2nix is installed
if ! command -v composer2nix &> /dev/null; then
@@ -7,7 +7,7 @@ if ! command -v composer2nix &> /dev/null; then
exit 1
fi
-CURRENT_VERSION=$(nix eval --raw '(with import ../../../.. {}; snipe-it.version)')
+CURRENT_VERSION=$(nix eval -f ../../../.. --raw snipe-it.version)
TARGET_VERSION_REMOTE=$(curl ${GITHUB_TOKEN:+" -u \":$GITHUB_TOKEN\""} https://api.github.com/repos/snipe/snipe-it/releases/latest | jq -r ".tag_name")
TARGET_VERSION=${TARGET_VERSION_REMOTE:1}
SNIPE_IT=https://github.com/snipe/snipe-it/raw/$TARGET_VERSION_REMOTE
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index 8fc79ecfbb23..f2a6492e251d 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -134,7 +134,7 @@ let
fish = stdenv.mkDerivation rec {
pname = "fish";
- version = "3.4.1";
+ version = "3.5.0";
src = fetchurl {
# There are differences between the release tarball and the tarball GitHub
@@ -144,19 +144,9 @@ let
# --version`), as well as the local documentation for all builtins (and
# maybe other things).
url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
- sha256 = "sha256-tvI7OEOwTbawqQ/qH28NDkDMAntKcyCYIAhj8oZKlOo=";
+ sha256 = "sha256-KR5Ox8bD/qVNwa7QV849QrNW+m9whlYnssffzsrv0hA=";
};
- patches = [
- # merged https://github.com/fish-shell/fish-shell/pull/8978
- # "create_manpage_completions.py: Do not overstrip commands with dots"
- (fetchpatch {
- name = "fix-cmdname-completeion-generator.patch";
- url = "https://github.com/fish-shell/fish-shell/commit/32d646a5483844e9b1fae4b73f252a34ec0d4c76.patch";
- sha256 = "sha256-51hqgPHQ7oQbl1i3SfqvGsbkYMe2Jh+sEwCRu2kiv1U=";
- })
- ];
-
# Fix FHS paths in tests
postPatch = ''
# src/fish_tests.cpp
diff --git a/pkgs/tools/X11/xlogo/default.nix b/pkgs/tools/X11/xlogo/default.nix
new file mode 100644
index 000000000000..c1eef3842f3f
--- /dev/null
+++ b/pkgs/tools/X11/xlogo/default.nix
@@ -0,0 +1,36 @@
+{ lib
+, stdenv
+, fetchFromGitLab
+, xorg
+, autoreconfHook
+, pkg-config
+, xorg-autoconf
+}:
+
+stdenv.mkDerivation rec {
+ pname = "xlogo";
+ version = "1.0.5";
+
+ src = fetchFromGitLab {
+ domain = "gitlab.freedesktop.org";
+ group = "xorg";
+ owner = "app";
+ repo = "xlogo";
+ rev = "refs/tags/xlogo-${version}";
+ hash = "sha256-AyNFzRZtbCKkGacBCaGZZkLRTAGq5TrA2OXGqwoKq24=";
+ };
+
+ nativeBuildInputs = [ xorg-autoconf autoreconfHook pkg-config ];
+
+ configureFlags = [ "--with-appdefaultdir=$out/share/X11/app-defaults" ];
+
+ buildInputs = [ xorg.libX11 xorg.libXext xorg.libSM xorg.libXmu xorg.libXaw xorg.libXt ];
+
+ meta = with lib; {
+ description = "X Window System logo display demo";
+ homepage = "https://gitlab.freedesktop.org/xorg/app/xlogo";
+ maintainers = with maintainers; [ raboof ];
+ platforms = platforms.unix;
+ license = licenses.mit;
+ };
+}
diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix
index ca74704309d3..305a1e719f51 100644
--- a/pkgs/tools/admin/awscli2/default.nix
+++ b/pkgs/tools/admin/awscli2/default.nix
@@ -8,11 +8,11 @@ let
py = python3.override {
packageOverrides = self: super: {
awscrt = super.awscrt.overridePythonAttrs (oldAttrs: rec {
- version = "0.13.5";
+ version = "0.13.11";
src = self.fetchPypi {
inherit (oldAttrs) pname;
inherit version;
- sha256 = "sha256-dUNljMKsbl6eByhEYivWgRJczTBw3N1RVl8r3e898mg=";
+ sha256 = "sha256-Yx3I3RD57Nx6Cvm4moc5zmMbdsHeYiMghDfbQUor38E=";
};
});
jmespath = super.jmespath.overridePythonAttrs (oldAttrs: rec {
@@ -29,13 +29,13 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
- version = "2.7.3"; # N.B: if you change this, check if overrides are still up-to-date
+ version = "2.7.8"; # N.B: if you change this, check if overrides are still up-to-date
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = version;
- sha256 = "sha256-CM20zBuby1X+XOiphDDtWHUB08Mw7IYf0aZUWIvEAqI=";
+ sha256 = "sha256-6JlBgcHpR2ZfrljS+flxaog/KZQLvPUacJGLMQNsZ5Y=";
};
propagatedBuildInputs = [
diff --git a/pkgs/tools/admin/exoscale-cli/default.nix b/pkgs/tools/admin/exoscale-cli/default.nix
index 95af146a742f..04d3d5a075a2 100644
--- a/pkgs/tools/admin/exoscale-cli/default.nix
+++ b/pkgs/tools/admin/exoscale-cli/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "exoscale-cli";
- version = "1.56.0";
+ version = "1.57.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
- sha256 = "sha256-YhVMlGSpigkzwppRnm5or0OErC01Mp93i1/uZcHskcQ=";
+ sha256 = "sha256-q+KbRtgZdyFaDIeRJ9H0bIXrgnUcuKNaMnbk701rzTs=";
};
vendorSha256 = null;
diff --git a/pkgs/tools/audio/abcmidi/default.nix b/pkgs/tools/audio/abcmidi/default.nix
index 961234fed493..17b83a091319 100644
--- a/pkgs/tools/audio/abcmidi/default.nix
+++ b/pkgs/tools/audio/abcmidi/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
- version = "2022.06.07";
+ version = "2022.06.14";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
- hash = "sha256-gMEqcdpJ4dFnxmGJHayM6ZH+n6osHvZ8Tlxk0Vvm1qI=";
+ hash = "sha256-dmd0iPRKm5/GNz3VJ9pJgYiCSTENB0ZAOt3rLjujlYs=";
};
meta = with lib; {
diff --git a/pkgs/tools/backup/gphotos-sync/default.nix b/pkgs/tools/backup/gphotos-sync/default.nix
index 515bfc31cf29..cdcc824c535d 100644
--- a/pkgs/tools/backup/gphotos-sync/default.nix
+++ b/pkgs/tools/backup/gphotos-sync/default.nix
@@ -1,54 +1,80 @@
{ lib
, fetchFromGitHub
-, python3Packages
+, fetchpatch
+, python3
, ffmpeg
}:
-
-python3Packages.buildPythonApplication rec {
+let
+ py = python3.override {
+ packageOverrides = self: super: {
+ google-auth-oauthlib = super.google-auth-oauthlib.overridePythonAttrs (oldAttrs: rec {
+ version = "0.5.2b1";
+ src = fetchFromGitHub {
+ owner = "gilesknap";
+ repo = "google-auth-library-python-oauthlib";
+ rev = "v${version}";
+ hash = "sha256-o4Jakm/JgLszumrSoTTnU+nc79Ei70abjpmn614qGyc=";
+ };
+ });
+ };
+ };
+in
+py.pkgs.buildPythonApplication rec {
pname = "gphotos-sync";
- version = "2.14.2";
+ version = "3.04";
+ format = "pyproject";
+
+ SETUPTOOLS_SCM_PRETEND_VERSION = version;
src = fetchFromGitHub {
owner = "gilesknap";
repo = "gphotos-sync";
rev = version;
- sha256 = "0cfmbrdy6w18hb623rjn0a4hnn3n63jw2jlmgn4a2k1sjqhpx3bf";
+ sha256 = "0mnlnqmlh3n1b6fjwpx2byl1z41vgghjb95598kz5gvdi95iirrs";
};
- propagatedBuildInputs = with python3Packages; [
+ patches = [
+ ./skip-network-tests.patch
+ ];
+
+ propagatedBuildInputs = with py.pkgs; [
appdirs
attrs
exif
+ google-auth-oauthlib
psutil
pyyaml
requests-oauthlib
+ types-pyyaml
+ types-requests
];
+ postPatch = ''
+ # this is a patched release that we include via packageOverrides above
+ substituteInPlace setup.cfg \
+ --replace " @ https://github.com/gilesknap/google-auth-library-python-oauthlib/archive/refs/tags/v0.5.2b1.zip" ""
+ '';
+
buildInputs = [
ffmpeg
];
- checkInputs = with python3Packages; [
- pytestCheckHook
+ checkInputs = with py.pkgs; [
mock
+ pytestCheckHook
+ setuptools-scm
];
- checkPhase = ''
+ preCheck = ''
export HOME=$(mktemp -d)
-
- # patch to skip all tests that do network access
- cat >>test/test_setup.py < $out/COMMIT
+ find "$out" -name .git -print0 | xargs -0 rm -rf
+ '';
+ };
+ vendorSha256 = "sha256-3vn3MsE/4lBw89wgYgzm0RuJJ5RQTkgS6O74PpfFcUk=";
+
+ patches = [
+ (fetchpatch {
+ name = "simplify-ldflags.patch";
+ url = "https://github.com/quarkslab/kdigger/pull/2.patch";
+ sha256 = "sha256-d/NdoAdnheVgdqr2EF2rNn3gJvbjRZtOKFw2DqWR8TY=";
+ })
+ ];
+
+ nativeBuildInputs = [ installShellFiles ];
+
+ CGO_ENABLED = 0;
+ ldflags = [
+ "-s"
+ "-w"
+ "-X github.com/quarkslab/kdigger/commands.VERSION=v${version}"
+ "-X github.com/quarkslab/kdigger/commands.BUILDERARCH=${stdenv.hostPlatform.linuxArch}"
+ ];
+
+ preBuild = ''
+ ldflags+=" -X github.com/quarkslab/kdigger/commands.GITCOMMIT=$(cat COMMIT)"
+ '';
+
+ postInstall = ''
+ installShellCompletion --cmd kdigger \
+ --bash <($out/bin/kdigger completion bash) \
+ --fish <($out/bin/kdigger completion fish) \
+ --zsh <($out/bin/kdigger completion zsh)
+ '';
+
+ doInstallCheck = true;
+ installCheckPhase = ''
+ runHook preInstallCheck
+
+ $out/bin/kdigger --help
+
+ runHook postInstallCheck
+ '';
+
+ meta = with lib; {
+ homepage = "https://github.com/quarkslab/kdigger";
+ changelog = "https://github.com/quarkslab/kdigger/releases/tag/v${version}";
+ description = "An in-pod context discovery tool for Kubernetes penetration testing";
+ longDescription = ''
+ kdigger, short for "Kubernetes digger", is a context discovery tool for
+ Kubernetes penetration testing. This tool is a compilation of various
+ plugins called buckets to facilitate pentesting Kubernetes from inside a
+ pod.
+ '';
+ license = licenses.asl20;
+ maintainers = with maintainers; [ jk ];
+ # aarch64-linux support progress - https://github.com/quarkslab/kdigger/issues/3
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/tools/security/kubescape/default.nix b/pkgs/tools/security/kubescape/default.nix
index e1d05a632dc3..a4a6969b34a5 100644
--- a/pkgs/tools/security/kubescape/default.nix
+++ b/pkgs/tools/security/kubescape/default.nix
@@ -6,7 +6,7 @@
buildGoModule rec {
pname = "kubescape";
- version = "2.0.156";
+ version = "2.0.158";
src = fetchFromGitHub {
owner = "armosec";
diff --git a/pkgs/tools/security/libmodsecurity/default.nix b/pkgs/tools/security/libmodsecurity/default.nix
index 531f88333d05..177b7574f63a 100644
--- a/pkgs/tools/security/libmodsecurity/default.nix
+++ b/pkgs/tools/security/libmodsecurity/default.nix
@@ -1,34 +1,35 @@
{ lib, stdenv, fetchFromGitHub
, autoreconfHook, bison, flex, pkg-config
-, curl, geoip, libmaxminddb, libxml2, lmdb, lua, pcre
-, ssdeep, yajl
+, curl, geoip, libmaxminddb, libxml2, lmdb, lua, pcre, pcre2, ssdeep, yajl
, nixosTests
}:
stdenv.mkDerivation rec {
pname = "libmodsecurity";
- version = "3.0.6";
+ version = "3.0.7";
src = fetchFromGitHub {
owner = "SpiderLabs";
repo = "ModSecurity";
rev = "v${version}";
- sha256 = "sha256-V+NBT2YN8qO3Px8zEzSA2ZsjSf1pv8+VlLxYlrpqfGg=";
+ sha256 = "sha256-Xf+wtYg0ZKgP5qo891fCMML/7tgSM/fvBdrmsgJixY4=";
fetchSubmodules = true;
};
nativeBuildInputs = [ autoreconfHook bison flex pkg-config ];
- buildInputs = [ curl geoip libmaxminddb libxml2 lmdb lua pcre ssdeep yajl ];
+ buildInputs = [ curl geoip libmaxminddb libxml2 lmdb lua pcre pcre2 ssdeep yajl ];
outputs = [ "out" "dev" ];
configureFlags = [
"--enable-parser-generation"
+ "--disable-doxygen-doc"
"--with-curl=${curl.dev}"
"--with-libxml=${libxml2.dev}"
"--with-lmdb=${lmdb.out}"
"--with-maxmind=${libmaxminddb}"
"--with-pcre=${pcre.dev}"
+ "--with-pcre2=${pcre2.out}"
"--with-ssdeep=${ssdeep}"
];
@@ -36,6 +37,10 @@ stdenv.mkDerivation rec {
substituteInPlace build/lmdb.m4 \
--replace "\''${path}/include/lmdb.h" "${lmdb.dev}/include/lmdb.h" \
--replace "lmdb_inc_path=\"\''${path}/include\"" "lmdb_inc_path=\"${lmdb.dev}/include\""
+ substituteInPlace build/pcre2.m4 \
+ --replace "/usr/local/pcre2" "${pcre2.out}/lib" \
+ --replace "\''${path}/include/pcre2.h" "${pcre2.dev}/include/pcre2.h" \
+ --replace "pcre2_inc_path=\"\''${path}/include\"" "pcre2_inc_path=\"${pcre2.dev}/include\""
substituteInPlace build/ssdeep.m4 \
--replace "/usr/local/libfuzzy" "${ssdeep}/lib" \
--replace "\''${path}/include/fuzzy.h" "${ssdeep}/include/fuzzy.h" \
diff --git a/pkgs/tools/security/mitmproxy2swagger/default.nix b/pkgs/tools/security/mitmproxy2swagger/default.nix
index 61c27633c4ad..bdd189b479a1 100644
--- a/pkgs/tools/security/mitmproxy2swagger/default.nix
+++ b/pkgs/tools/security/mitmproxy2swagger/default.nix
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mitmproxy2swagger";
- version = "0.6.0";
+ version = "0.6.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
- rev = version;
- hash = "sha256-NTxRq7lIm3Y5RxOxdXiKVv39Co8GG9YE2kuEryRUw1Y=";
+ rev = "refs/tags/${version}";
+ hash = "sha256-7c+SIU5re1GaqKmzjY+wBXwm8CoQ4uaNLNHzUfG0GDA=";
};
nativeBuildInputs = with python3.pkgs; [
diff --git a/pkgs/tools/security/nmap-formatter/default.nix b/pkgs/tools/security/nmap-formatter/default.nix
index 5b9494bf9d37..132d6b852b50 100644
--- a/pkgs/tools/security/nmap-formatter/default.nix
+++ b/pkgs/tools/security/nmap-formatter/default.nix
@@ -5,22 +5,16 @@
buildGoModule rec {
pname = "nmap-formatter";
- version = "0.3.0";
+ version = "1.0.2";
src = fetchFromGitHub {
owner = "vdjagilev";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-tG91Cutk+RCBPv4Rf8CVnZa5Wh8qgsxEL0C6WIoEdsw=";
+ hash = "sha256-ePhm1qwluHhMC0oS/qEHkZv04nAdh2IDSkIW507MLjo=";
};
- vendorSha256 = "sha256-WXX1b8fPcwIE40w+Kzd7ZuSRXPiYtolRXC/Z8Kc9H2s=";
-
- postPatch = ''
- # Fix hard-coded release
- substituteInPlace cmd/root.go \
- --replace "0.2.0" "${version}"
- '';
+ vendorSha256 = "sha256-zkPXjCC+ZdR14O60ZaGFYdEZVxQ5z99HVmLOR10qqfg=";
meta = with lib; {
description = "Tool that allows you to convert nmap output";
diff --git a/pkgs/tools/system/bfs/default.nix b/pkgs/tools/system/bfs/default.nix
index bf98e5dcece1..68feb0c1857c 100644
--- a/pkgs/tools/system/bfs/default.nix
+++ b/pkgs/tools/system/bfs/default.nix
@@ -1,17 +1,17 @@
-{ lib, stdenv, fetchFromGitHub, libcap, acl }:
+{ lib, stdenv, fetchFromGitHub, libcap, acl, oniguruma }:
stdenv.mkDerivation rec {
pname = "bfs";
- version = "2.3.1";
+ version = "2.6";
src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
- sha256 = "sha256-V82UdCG0J04sZP3FTVQqANrez/LCwOLQY6zzFOoIeNo=";
+ sha256 = "sha256-QFhU8MElVaEtjCP0Wjt8d9/etCYsy4QrpOFldVdok8k=";
};
- buildInputs = lib.optionals stdenv.isLinux [ libcap acl ];
+ buildInputs = [ oniguruma ] ++ lib.optionals stdenv.isLinux [ libcap acl ];
# Disable LTO on darwin. See https://github.com/NixOS/nixpkgs/issues/19098
preConfigure = lib.optionalString stdenv.isDarwin ''
diff --git a/pkgs/tools/virtualization/awless/default.nix b/pkgs/tools/virtualization/awless/default.nix
deleted file mode 100644
index 97b3fbd1b7a6..000000000000
--- a/pkgs/tools/virtualization/awless/default.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
-
-buildGoPackage rec {
- pname = "awless";
- version = "0.1.11";
-
- goPackagePath = "github.com/wallix/awless";
-
- src = fetchFromGitHub {
- owner = "wallix";
- repo = "awless";
- rev = "v${version}";
- sha256 = "187i21yrm10r3f5naj3jl0rmydr5dkhmdhxs90hhf8hjp59a89kg";
- };
-
- meta = with lib; {
- homepage = "https://github.com/wallix/awless/";
- description = "A Mighty CLI for AWS";
- platforms = with platforms; linux ++ darwin;
- license = licenses.asl20;
- maintainers = with maintainers; [ pradeepchhetri swdunlop ];
- # asm: InitTextSym double init for "".Syscall
- # panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo
- broken = (stdenv.isLinux && stdenv.isAarch64);
- };
-}
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index d264c5780681..d9014d8384fa 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -60,6 +60,7 @@ mapAliases ({
ag = throw "'ag' has been renamed to/replaced by 'silver-searcher'"; # Converted to throw 2022-02-22
aircrackng = throw "'aircrackng' has been renamed to/replaced by 'aircrack-ng'"; # Converted to throw 2022-02-22
airtame = throw "airtame has been removed due to being unmaintained"; # Added 2022-01-19
+ alarm-clock-applet = throw "'alarm-clock-applet' has been abandoned upstream and depends on deprecated GNOME2/GTK2"; # Added 2022-06-16
aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream"; # Added 2020-11-30
alsaLib = alsa-lib; # Added 2021-06-09
alsaOss = alsa-oss; # Added 2021-06-10
@@ -94,6 +95,7 @@ mapAliases ({
avldrums-lv2 = x42-avldrums; # Added 2020-03-29
avxsynth = throw "avxsynth was removed because it was broken"; # Added 2021-05-18
awesome-4-0 = awesome; # Added 2022-05-05
+ awless = throw "awless has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-05-30
aws-okta = throw "aws-okta is on indefinite hiatus. See https://github.com/segmentio/aws-okta/issues/278"; # Added 2022-04-05;
axoloti = throw "axoloti has been removed: abandoned by upstream"; # Added 2022-05-13
azure-vhd-utils = throw "azure-vhd-utils has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
@@ -528,6 +530,7 @@ mapAliases ({
google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # Added 2021-03-07
google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # Added 2021-03-07
gotags = throw "gotags has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
+ google-play-music-desktop-player = throw "GPMDP shows a black screen, upstream homepage is dead, use 'ytmdesktop' instead"; # Added 2022-06-16
go-mk = throw "go-mk has been dropped due to the lack of maintanence from upstream since 2015"; # Added 2022-06-02
go-pup = throw "'go-pup' has been renamed to/replaced by 'pup'"; # Converted to throw 2022-02-22
go-repo-root = throw "go-repo-root has been dropped due to the lack of maintanence from upstream since 2014"; # Added 2022-06-02
@@ -674,6 +677,7 @@ mapAliases ({
krita-beta = krita; # moved from top-level 2021-12-23
kube-aws = throw "kube-aws is deprecated and archived by upstream"; # Added 2022-04-05
kubeless = throw "kubeless is deprecated and archived by upstream"; # Added 2022-04-05
+ kubicorn = throw "kubicorn has been dropped due to the lack of maintenance from upstream since 2019"; # Added 2022-05-30
kvm = throw "'kvm' has been renamed to/replaced by 'qemu_kvm'"; # Converted to throw 2022-02-22
### L ###
@@ -1016,6 +1020,7 @@ mapAliases ({
phantomjs = throw "phantomjs 1.9.8 has been dropped due to lack of maintenance and security issues"; # Added 2022-02-20
phantomjs2 = throw "phantomjs2 has been dropped due to lack of maintenance"; # Added 2022-04-22
philter = throw "philter has been removed: abandoned by upstream"; # Added 2022-04-26
+ phraseapp-client = throw "phraseapp-client is archived by upstream. Use phrase-cli instead"; # Added 2022-05-15
phwmon = throw "phwmon has been removed: abandoned by upstream"; # Added 2022-04-24
# Obsolete PHP version aliases
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9325327707e3..dba7006d611e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -626,6 +626,8 @@ with pkgs;
graph-easy = callPackage ../tools/graphics/graph-easy { };
+ graphw00f = callPackage ../tools/security/graphw00f { };
+
opendrop = python3Packages.callPackage ../tools/networking/opendrop { };
owl = callPackage ../tools/networking/owl { };
@@ -1003,6 +1005,8 @@ with pkgs;
addlicense = callPackage ../tools/misc/addlicense { };
+ adenum = callPackage ../tools/security/adenum { };
+
adlplug = callPackage ../applications/audio/adlplug {
inherit (darwin.apple_sdk.frameworks) Foundation Cocoa Carbon CoreServices ApplicationServices CoreAudio CoreMIDI AudioToolbox Accelerate CoreImage IOKit AudioUnit QuartzCore WebKit DiscRecording CoreAudioKit;
jack = libjack2;
@@ -1921,14 +1925,14 @@ with pkgs;
iamy = callPackage ../tools/admin/iamy { };
+ iam-policy-json-to-terraform = callPackage ../tools/misc/iam-policy-json-to-terraform { };
+
azure-cli = callPackage ../tools/admin/azure-cli { };
azure-functions-core-tools = callPackage ../development/tools/azure-functions-core-tools { };
azure-storage-azcopy = callPackage ../development/tools/azcopy { };
- awless = callPackage ../tools/virtualization/awless { };
-
bashblog = callPackage ../tools/text/bashblog { };
berglas = callPackage ../tools/admin/berglas { };
@@ -3858,6 +3862,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
+ jwt-hack = callPackage ../tools/security/jwt-hack { } ;
+
kapacitor = callPackage ../servers/monitoring/kapacitor { };
kaldi = callPackage ../tools/audio/kaldi { };
@@ -4367,6 +4373,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
+ xlogo = callPackage ../tools/X11/xlogo { };
+
xmlbeans = callPackage ../tools/misc/xmlbeans { };
xmlsort = perlPackages.XMLFilterSort;
@@ -6048,6 +6056,10 @@ with pkgs;
mkFranzDerivation = callPackage ../applications/networking/instant-messengers/franz/generic.nix { };
};
+ ferdium = callPackage ../applications/networking/instant-messengers/ferdium {
+ mkFranzDerivation = callPackage ../applications/networking/instant-messengers/franz/generic.nix { };
+ };
+
fq = callPackage ../development/tools/fq { };
franz = callPackage ../applications/networking/instant-messengers/franz {
@@ -7471,6 +7483,10 @@ with pkgs;
kdbplus = pkgsi686Linux.callPackage ../applications/misc/kdbplus { };
+ kdigger = callPackage ../tools/security/kdigger {
+ buildGoModule = buildGo118Module;
+ };
+
keepalived = callPackage ../tools/networking/keepalived { };
kexec-tools = callPackage ../os-specific/linux/kexec-tools { };
@@ -9910,8 +9926,6 @@ with pkgs;
relic = callPackage ../development/tools/relic { };
- alarm-clock-applet = callPackage ../tools/misc/alarm-clock-applet { };
-
remind = callPackage ../tools/misc/remind { };
remmina = callPackage ../applications/networking/remote/remmina { };
@@ -15861,8 +15875,6 @@ with pkgs;
kubespy = callPackage ../applications/networking/cluster/kubespy { };
- kubicorn = callPackage ../development/tools/kubicorn { };
-
kubie = callPackage ../development/tools/kubie {
inherit (darwin.apple_sdk.frameworks) Security;
};
@@ -20749,6 +20761,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Carbon;
};
+ sokol = callPackage ../development/libraries/sokol { };
+
sonic = callPackage ../development/libraries/sonic { };
sope = callPackage ../development/libraries/sope { };
@@ -21218,7 +21232,7 @@ with pkgs;
wxGTK30 = callPackage ../development/libraries/wxwidgets/wxGTK30.nix {
withGtk2 = true;
inherit (darwin.stubs) setfile;
- inherit (darwin.apple_sdk.frameworks) AGL Carbon Cocoa Kernel QTKit;
+ inherit (darwin.apple_sdk.frameworks) AGL AVFoundation Carbon Cocoa Kernel QTKit;
};
wxGTK30-gtk2 = wxGTK30.override { withGtk2 = true; };
wxGTK30-gtk3 = wxGTK30.override { withGtk2 = false; };
@@ -21237,6 +21251,7 @@ with pkgs;
wxSVG = callPackage ../development/libraries/wxSVG {
wxGTK = wxGTK30-gtk3;
+ inherit (darwin.apple_sdk.frameworks) Cocoa;
};
wtk = callPackage ../development/libraries/wtk { };
@@ -22165,7 +22180,9 @@ with pkgs;
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders nginxModules.shibboleth ];
};
- libmodsecurity = callPackage ../tools/security/libmodsecurity { };
+ libmodsecurity = callPackage ../tools/security/libmodsecurity {
+ autoreconfHook = buildPackages.autoreconfHook269;
+ };
ngircd = callPackage ../servers/irc/ngircd { };
@@ -22846,6 +22863,8 @@ with pkgs;
or (if stdenv.isDarwin then "1.18" else null); # 1.19 needs fixing on Darwin
}) // { inherit xlibsWrapper; } );
+ xorg-autoconf = callPackage ../development/tools/misc/xorg-autoconf { };
+
xwayland = callPackage ../servers/x11/xorg/xwayland.nix { };
yaws = callPackage ../servers/http/yaws {
@@ -24161,6 +24180,8 @@ with pkgs;
andika = callPackage ../data/fonts/andika { };
+ androguard = with python3.pkgs; toPythonApplication androguard;
+
android-udev-rules = callPackage ../os-specific/linux/android-udev-rules { };
ankacoder = callPackage ../data/fonts/ankacoder { };
@@ -24793,6 +24814,8 @@ with pkgs;
inherit (plasma5Packages) breeze-icons;
};
+ plasma-overdose-kde-theme = callPackage ../data/themes/plasma-overdose-kde-theme { };
+
papis = with python3Packages; toPythonApplication papis;
paperlike-go = callPackage ../tools/misc/paperlike-go { };
@@ -26995,10 +27018,6 @@ with pkgs;
google-chrome-dev = google-chrome.override { chromium = chromiumDev; channel = "dev"; };
- google-play-music-desktop-player = callPackage ../applications/audio/google-play-music-desktop-player {
- inherit (gnome2) GConf;
- };
-
gosmore = callPackage ../applications/misc/gosmore { stdenv = gcc10StdenvCompat; };
gpsbabel = libsForQt5.callPackage ../applications/misc/gpsbabel { };
@@ -28324,6 +28343,8 @@ with pkgs;
mopidy-youtube
mopidy-ytmusic;
+ monocypher = callPackage ../development/libraries/monocypher { };
+
motif = callPackage ../development/libraries/motif { };
mousai = callPackage ../applications/audio/mousai { };
@@ -29044,8 +29065,6 @@ with pkgs;
phrase-cli = callPackage ../tools/misc/phrase-cli { };
- phraseapp-client = callPackage ../tools/misc/phraseapp-client { };
-
pianobar = callPackage ../applications/audio/pianobar { };
pianobooster = qt5.callPackage ../applications/audio/pianobooster { stdenv = gcc10StdenvCompat; };
@@ -32486,6 +32505,8 @@ with pkgs;
ultrastardx = callPackage ../games/ultrastardx { };
+ umoria = callPackage ../games/umoria { };
+
unciv = callPackage ../games/unciv { };
unnethack = callPackage ../games/unnethack { };
@@ -33287,6 +33308,8 @@ with pkgs;
### SCIENCE/PHYSICS
+ dawn = callPackage ../applications/science/physics/dawn {};
+
elmerfem = callPackage ../applications/science/physics/elmerfem {};
mcfm = callPackage ../applications/science/physics/MCFM {
@@ -35050,6 +35073,8 @@ with pkgs;
wxsqliteplus = callPackage ../development/libraries/wxsqliteplus {
wxGTK = wxGTK30;
+ inherit (darwin.apple_sdk.frameworks) Cocoa;
+ inherit (darwin.stubs) setfile;
};
x11idle = callPackage ../tools/misc/x11idle {};
diff --git a/pkgs/top-level/linux-kernels.nix b/pkgs/top-level/linux-kernels.nix
index c80c5f6613dd..232843edf47a 100644
--- a/pkgs/top-level/linux-kernels.nix
+++ b/pkgs/top-level/linux-kernels.nix
@@ -357,6 +357,10 @@ in {
nvidia_x11_vulkan_beta = nvidiaPackages.vulkan_beta;
nvidia_x11 = nvidiaPackages.stable;
+ # this is not a replacement for nvidia_x11
+ # only the opensource kernel driver exposed for hydra to build
+ nvidia_x11_beta_open = nvidiaPackages.beta.open;
+
openrazer = callPackage ../os-specific/linux/openrazer/driver.nix { };
ply = callPackage ../os-specific/linux/ply { };
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index b678022fea89..1c6a8a4d89f9 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -5437,6 +5437,7 @@ in {
mkdocs = callPackage ../development/python-modules/mkdocs { };
mkdocs-drawio-exporter = callPackage ../development/python-modules/mkdocs-drawio-exporter { };
+ mkdocs-gitlab = callPackage ../development/python-modules/mkdocs-gitlab-plugin { };
mkdocs-macros = callPackage ../development/python-modules/mkdocs-macros { };
mkdocs-material = callPackage ../development/python-modules/mkdocs-material { };
mkdocs-material-extensions = callPackage ../development/python-modules/mkdocs-material/mkdocs-material-extensions.nix { };
@@ -7148,6 +7149,8 @@ in {
pychef = callPackage ../development/python-modules/pychef { };
+ pychm = callPackage ../development/python-modules/pychm { };
+
PyChromecast = callPackage ../development/python-modules/pychromecast { };
pyclimacell = callPackage ../development/python-modules/pyclimacell { };
@@ -8762,6 +8765,8 @@ in {
pytorch = callPackage ../development/python-modules/pytorch {
cudaSupport = pkgs.config.cudaSupport or false;
+ inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices;
+ inherit (pkgs.darwin) libobjc;
};
pytorch-bin = callPackage ../development/python-modules/pytorch/bin.nix { };
@@ -10768,6 +10773,8 @@ in {
types-pytz = callPackage ../development/python-modules/types-pytz { };
+ types-pyyaml = callPackage ../development/python-modules/types-pyyaml { };
+
types-redis = callPackage ../development/python-modules/types-redis { };
types-requests = callPackage ../development/python-modules/types-requests { };