diff --git a/third_party/nixpkgs/maintainers/maintainer-list.nix b/third_party/nixpkgs/maintainers/maintainer-list.nix
index 4725587493..b708d1a294 100644
--- a/third_party/nixpkgs/maintainers/maintainer-list.nix
+++ b/third_party/nixpkgs/maintainers/maintainer-list.nix
@@ -601,6 +601,12 @@
githubId = 15623522;
name = "Amar Paul";
};
+ amarshall = {
+ email = "andrew@johnandrewmarshall.com";
+ github = "amarshall";
+ githubId = 153175;
+ name = "Andrew Marshall";
+ };
ambroisie = {
email = "bruno.nixpkgs@belanyi.fr";
github = "ambroisie";
@@ -2897,6 +2903,12 @@
githubId = 19733;
name = "Moritz Heidkamp";
};
+ DerickEddington = {
+ email = "derick.eddington@pm.me";
+ github = "DerickEddington";
+ githubId = 4731128;
+ name = "Derick Eddington";
+ };
dermetfan = {
email = "serverkorken@gmail.com";
github = "dermetfan";
@@ -6030,6 +6042,12 @@
githubId = 4611077;
name = "Raymond Gauthier";
};
+ jrpotter = {
+ email = "jrpotter2112@gmail.com";
+ github = "jrpotter";
+ githubId = 3267697;
+ name = "Joshua Potter";
+ };
jschievink = {
email = "jonasschievink@gmail.com";
matrix = "@jschievink:matrix.org";
@@ -7060,12 +7078,6 @@
githubId = 36448130;
name = "Michael Brantley";
};
- linarcx = {
- email = "linarcx@gmail.com";
- github = "linarcx";
- githubId = 10884422;
- name = "Kaveh Ahangar";
- };
linc01n = {
email = "git@lincoln.hk";
github = "linc01n";
@@ -9880,6 +9892,12 @@
githubId = 20524473;
name = "Psyanticy";
};
+ psydvl = {
+ email = "psydvl@fea.st";
+ github = "psydvl";
+ githubId = 43755002;
+ name = "Dmitriy P";
+ };
ptival = {
email = "valentin.robert.42@gmail.com";
github = "Ptival";
diff --git a/third_party/nixpkgs/nixos/doc/manual/development/running-nixos-tests.section.md b/third_party/nixpkgs/nixos/doc/manual/development/running-nixos-tests.section.md
index d6a456f018..1bec023b61 100644
--- a/third_party/nixpkgs/nixos/doc/manual/development/running-nixos-tests.section.md
+++ b/third_party/nixpkgs/nixos/doc/manual/development/running-nixos-tests.section.md
@@ -24,8 +24,8 @@ After building/downloading all required dependencies, this will perform
a build that starts a QEMU/KVM virtual machine containing a NixOS
system. The virtual machine mounts the Nix store of the host; this makes
VM creation very fast, as no disk image needs to be created. Afterwards,
-you can view a pretty-printed log of the test:
+you can view a log of the test:
```ShellSession
-$ firefox result/log.html
+$ nix-store --read-log result
```
diff --git a/third_party/nixpkgs/nixos/doc/manual/from_md/development/running-nixos-tests.section.xml b/third_party/nixpkgs/nixos/doc/manual/from_md/development/running-nixos-tests.section.xml
index 7159b95b22..da2e5076c9 100644
--- a/third_party/nixpkgs/nixos/doc/manual/from_md/development/running-nixos-tests.section.xml
+++ b/third_party/nixpkgs/nixos/doc/manual/from_md/development/running-nixos-tests.section.xml
@@ -26,9 +26,9 @@ machine: QEMU running (pid 8841)
perform a build that starts a QEMU/KVM virtual machine containing a
NixOS system. The virtual machine mounts the Nix store of the host;
this makes VM creation very fast, as no disk image needs to be
- created. Afterwards, you can view a pretty-printed log of the test:
+ created. Afterwards, you can view a log of the test:
-$ firefox result/log.html
+$ nix-store --read-log result
diff --git a/third_party/nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix b/third_party/nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix
index 12ad8a4ae0..303493741f 100644
--- a/third_party/nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix
+++ b/third_party/nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix
@@ -10,10 +10,10 @@ with lib;
isoImage.edition = "gnome";
services.xserver.desktopManager.gnome = {
- # Add firefox to favorite-apps
+ # Add Firefox and other tools useful for installation to the launcher
favoriteAppsOverride = ''
[org.gnome.shell]
- favorite-apps=[ 'firefox.desktop', 'org.gnome.Geary.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop' ]
+ favorite-apps=[ 'firefox.desktop', 'nixos-manual.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'gparted.desktop' ]
'';
enable = true;
};
diff --git a/third_party/nixpkgs/nixos/modules/installer/tools/nixos-build-vms/build-vms.nix b/third_party/nixpkgs/nixos/modules/installer/tools/nixos-build-vms/build-vms.nix
index 8aedce2fb4..b4a94f62ad 100644
--- a/third_party/nixpkgs/nixos/modules/installer/tools/nixos-build-vms/build-vms.nix
+++ b/third_party/nixpkgs/nixos/modules/installer/tools/nixos-build-vms/build-vms.nix
@@ -25,4 +25,7 @@ pkgs.runCommand "nixos-build-vms" { nativeBuildInputs = [ pkgs.makeWrapper ]; }
ln -s ${interactiveDriver}/bin/nixos-test-driver $out/bin/nixos-run-vms
wrapProgram $out/bin/nixos-test-driver \
--add-flags "--interactive"
+ wrapProgram $out/bin/nixos-run-vms \
+ --set testScript "${pkgs.writeText "start-all" "start_all(); join_all();"}" \
+ --add-flags "--no-interactive"
''
diff --git a/third_party/nixpkgs/nixos/modules/services/mail/postfixadmin.nix b/third_party/nixpkgs/nixos/modules/services/mail/postfixadmin.nix
index f5c8efb307..a0846ad529 100644
--- a/third_party/nixpkgs/nixos/modules/services/mail/postfixadmin.nix
+++ b/third_party/nixpkgs/nixos/modules/services/mail/postfixadmin.nix
@@ -114,7 +114,7 @@ in
location ~* \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:${fpm.socket};
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
include ${pkgs.nginx}/conf/fastcgi.conf;
}
'';
diff --git a/third_party/nixpkgs/nixos/modules/services/mail/roundcube.nix b/third_party/nixpkgs/nixos/modules/services/mail/roundcube.nix
index ac192c56aa..1dd393da88 100644
--- a/third_party/nixpkgs/nixos/modules/services/mail/roundcube.nix
+++ b/third_party/nixpkgs/nixos/modules/services/mail/roundcube.nix
@@ -153,7 +153,7 @@ in
location ~* \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:${fpm.socket};
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
include ${pkgs.nginx}/conf/fastcgi.conf;
}
'';
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/nix-daemon.nix b/third_party/nixpkgs/nixos/modules/services/misc/nix-daemon.nix
index a401458c41..ca59ea2937 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/nix-daemon.nix
+++ b/third_party/nixpkgs/nixos/modules/services/misc/nix-daemon.nix
@@ -762,7 +762,7 @@ in
nix.settings = mkMerge [
{
trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
- substituters = [ "https://cache.nixos.org/" ];
+ substituters = mkAfter [ "https://cache.nixos.org/" ];
system-features = mkDefault (
[ "nixos-test" "benchmark" "big-parallel" "kvm" ] ++
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/git.nix b/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/git.nix
index 5ce16df8cd..ff110905d1 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/git.nix
+++ b/third_party/nixpkgs/nixos/modules/services/misc/sourcehut/git.nix
@@ -207,7 +207,7 @@ in
fastcgi_param PATH_INFO $uri;
fastcgi_param GIT_PROJECT_ROOT $document_root;
fastcgi_read_timeout 500s;
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
gzip off;
}
'';
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/taskserver/default.nix b/third_party/nixpkgs/nixos/modules/services/misc/taskserver/default.nix
index a894caed1a..ff63c41e19 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/taskserver/default.nix
+++ b/third_party/nixpkgs/nixos/modules/services/misc/taskserver/default.nix
@@ -106,7 +106,7 @@ let
certtool = "${pkgs.gnutls.bin}/bin/certtool";
- nixos-taskserver = pkgs.pythonPackages.buildPythonApplication {
+ nixos-taskserver = with pkgs.python2.pkgs; buildPythonApplication {
name = "nixos-taskserver";
src = pkgs.runCommand "nixos-taskserver-src" { preferLocalBuild = true; } ''
@@ -129,7 +129,7 @@ let
EOF
'';
- propagatedBuildInputs = [ pkgs.pythonPackages.click ];
+ propagatedBuildInputs = [ click ];
};
in {
@@ -138,12 +138,13 @@ in {
enable = mkOption {
type = types.bool;
default = false;
- description = ''
+ description = let
+ url = "https://nixos.org/manual/nixos/stable/index.html#module-services-taskserver";
+ in ''
Whether to enable the Taskwarrior server.
More instructions about NixOS in conjuction with Taskserver can be
- found in the NixOS manual at
- .
+ found in the NixOS manual.
'';
};
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/taskserver/doc.xml b/third_party/nixpkgs/nixos/modules/services/misc/taskserver/doc.xml
index 5656bb85b3..f6ead7c378 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/taskserver/doc.xml
+++ b/third_party/nixpkgs/nixos/modules/services/misc/taskserver/doc.xml
@@ -1,7 +1,7 @@
+ xml:id="module-services-taskserver">
Taskserver
Taskserver is the server component of
diff --git a/third_party/nixpkgs/nixos/modules/services/misc/zoneminder.nix b/third_party/nixpkgs/nixos/modules/services/misc/zoneminder.nix
index 407742f72a..a557e742b7 100644
--- a/third_party/nixpkgs/nixos/modules/services/misc/zoneminder.nix
+++ b/third_party/nixpkgs/nixos/modules/services/misc/zoneminder.nix
@@ -254,7 +254,7 @@ in {
location /cgi-bin {
gzip off;
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
fastcgi_param SCRIPT_FILENAME ${pkg}/libexec/zoneminder/${zms};
fastcgi_param HTTP_PROXY "";
fastcgi_intercept_errors on;
@@ -270,7 +270,7 @@ in {
try_files $uri =404;
fastcgi_index index.php;
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param HTTP_PROXY "";
diff --git a/third_party/nixpkgs/nixos/modules/services/networking/eternal-terminal.nix b/third_party/nixpkgs/nixos/modules/services/networking/eternal-terminal.nix
index 88b4cd9054..0dcf3d28f4 100644
--- a/third_party/nixpkgs/nixos/modules/services/networking/eternal-terminal.nix
+++ b/third_party/nixpkgs/nixos/modules/services/networking/eternal-terminal.nix
@@ -90,6 +90,6 @@ in
};
meta = {
- maintainers = with lib.maintainers; [ pingiun ];
+ maintainers = with lib.maintainers; [ ];
};
}
diff --git a/third_party/nixpkgs/nixos/modules/services/web-apps/dokuwiki.nix b/third_party/nixpkgs/nixos/modules/services/web-apps/dokuwiki.nix
index 30913ced88..1f8ca742db 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-apps/dokuwiki.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-apps/dokuwiki.nix
@@ -376,7 +376,7 @@ in
"~ \\.php$" = {
extraConfig = ''
try_files $uri $uri/ /doku.php;
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param REDIRECT_STATUS 200;
fastcgi_pass unix:${config.services.phpfpm.pools."dokuwiki-${hostName}".socket};
diff --git a/third_party/nixpkgs/nixos/modules/services/web-apps/jirafeau.nix b/third_party/nixpkgs/nixos/modules/services/web-apps/jirafeau.nix
index a95e2b4f82..328c61c8e6 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-apps/jirafeau.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-apps/jirafeau.nix
@@ -136,7 +136,7 @@ in
'';
locations = {
"~ \\.php$".extraConfig = ''
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php;
fastcgi_pass unix:${config.services.phpfpm.pools.jirafeau.socket};
diff --git a/third_party/nixpkgs/nixos/modules/services/web-apps/restya-board.nix b/third_party/nixpkgs/nixos/modules/services/web-apps/restya-board.nix
index fd97ab76a5..4b36cc8754 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-apps/restya-board.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-apps/restya-board.nix
@@ -235,7 +235,7 @@ in
locations."~ \\.php$" = {
tryFiles = "$uri =404";
extraConfig = ''
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
fastcgi_pass unix:${fpm.socket};
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
diff --git a/third_party/nixpkgs/nixos/modules/services/web-apps/rss-bridge.nix b/third_party/nixpkgs/nixos/modules/services/web-apps/rss-bridge.nix
index 456ca00416..f2b6d95598 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-apps/rss-bridge.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-apps/rss-bridge.nix
@@ -111,7 +111,7 @@ in
locations."~ ^/index.php(/|$)" = {
extraConfig = ''
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:${config.services.phpfpm.pools.${cfg.pool}.socket};
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
diff --git a/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/gitweb.nix b/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/gitweb.nix
index 11bf2a309e..db45577a46 100644
--- a/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/gitweb.nix
+++ b/third_party/nixpkgs/nixos/modules/services/web-servers/nginx/gitweb.nix
@@ -79,7 +79,7 @@ in
};
locations."${cfg.location}/" = {
extraConfig = ''
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
fastcgi_param GITWEB_CONFIG ${gitwebConfig.gitwebConfigFile};
fastcgi_pass unix:/run/gitweb/gitweb.sock;
'';
diff --git a/third_party/nixpkgs/nixos/tests/gitolite-fcgiwrap.nix b/third_party/nixpkgs/nixos/tests/gitolite-fcgiwrap.nix
index fc9b214b76..38f8d5c883 100644
--- a/third_party/nixpkgs/nixos/tests/gitolite-fcgiwrap.nix
+++ b/third_party/nixpkgs/nixos/tests/gitolite-fcgiwrap.nix
@@ -42,7 +42,7 @@ import ./make-test-python.nix (
auth_basic_user_file /etc/gitolite/htpasswd;
# common FastCGI parameters are required
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
# strip the CGI program prefix
fastcgi_split_path_info ^(/git)(.*)$;
diff --git a/third_party/nixpkgs/nixos/tests/php/fpm.nix b/third_party/nixpkgs/nixos/tests/php/fpm.nix
index 31a79bb4db..718a635a6c 100644
--- a/third_party/nixpkgs/nixos/tests/php/fpm.nix
+++ b/third_party/nixpkgs/nixos/tests/php/fpm.nix
@@ -17,7 +17,7 @@ import ../make-test-python.nix ({ pkgs, lib, php, ... }: {
locations."~ \\.php$".extraConfig = ''
fastcgi_pass unix:${config.services.phpfpm.pools.foobar.socket};
fastcgi_index index.php;
- include ${pkgs.nginx}/conf/fastcgi_params;
+ include ${config.services.nginx.package}/conf/fastcgi_params;
include ${pkgs.nginx}/conf/fastcgi.conf;
'';
locations."/" = {
diff --git a/third_party/nixpkgs/pkgs/applications/audio/plexamp/default.nix b/third_party/nixpkgs/pkgs/applications/audio/plexamp/default.nix
index 4de3a3d40f..a66a4602bc 100644
--- a/third_party/nixpkgs/pkgs/applications/audio/plexamp/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
let
pname = "plexamp";
- version = "4.0.0";
+ version = "4.0.1";
src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
name="${pname}-${version}.AppImage";
- sha512 = "C6fR3HyXZ5dXvKqtADjCm9WwsnI/wKhlR0K4+zkEW4JNmozmZvdB9eDIoS32wgTe23phtwazbXwroK/Xb0kZmQ==";
+ sha512 = "pZy2afj7g6wnOIHH3ecCYUX7/NX5op4aLSHe4/GbI5L9NUuFGoJIWWuVbv2kngcTo+XUqP0yoe0Ns+I4WulDVA==";
};
appimageContents = appimageTools.extractType2 {
@@ -33,7 +33,7 @@ in appimageTools.wrapType2 {
meta = with lib; {
description = "A beautiful Plex music player for audiophiles, curators, and hipsters";
homepage = "https://plexamp.com/";
- changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/38";
+ changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/39";
license = licenses.unfree;
maintainers = with maintainers; [ killercup synthetica ];
platforms = [ "x86_64-linux" ];
diff --git a/third_party/nixpkgs/pkgs/applications/editors/tiled/default.nix b/third_party/nixpkgs/pkgs/applications/editors/tiled/default.nix
index 688b8d7f04..d381e89e75 100644
--- a/third_party/nixpkgs/pkgs/applications/editors/tiled/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/editors/tiled/default.nix
@@ -3,13 +3,13 @@
mkDerivation rec {
pname = "tiled";
- version = "1.8.1";
+ version = "1.8.2";
src = fetchFromGitHub {
owner = "bjorn";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-JmnJUpbOPAkURTgRDLuTf1Mqh+simog1BE6s5+mA20Q=";
+ sha256 = "sha256-5yh0+Z6SbHEFKvCJjQY9BS8vUihBspGhFjfhrUOfiIo=";
};
nativeBuildInputs = [ pkg-config qmake ];
diff --git a/third_party/nixpkgs/pkgs/applications/emulators/retroarch/wrapper.nix b/third_party/nixpkgs/pkgs/applications/emulators/retroarch/wrapper.nix
index e667afdf07..b3797c9e9e 100644
--- a/third_party/nixpkgs/pkgs/applications/emulators/retroarch/wrapper.nix
+++ b/third_party/nixpkgs/pkgs/applications/emulators/retroarch/wrapper.nix
@@ -28,10 +28,10 @@ stdenv.mkDerivation {
preferLocalBuild = true;
meta = with retroarch.meta; {
- inherit changelog license homepage platforms maintainers;
- description = description
- + " (with cores: "
+ inherit changelog description homepage license maintainers platforms;
+ longDescription =
+ "RetroArch is the reference frontend for the libretro API. The following cores are included: "
+ lib.concatStringsSep ", " (map (x: "${x.name}") cores)
- + ")";
+ + ".";
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/emulators/wine/base.nix b/third_party/nixpkgs/pkgs/applications/emulators/wine/base.nix
index 480fc00950..f13e224627 100644
--- a/third_party/nixpkgs/pkgs/applications/emulators/wine/base.nix
+++ b/third_party/nixpkgs/pkgs/applications/emulators/wine/base.nix
@@ -1,10 +1,11 @@
-{ stdenv, lib, pkgArches, callPackage,
+{ stdenv, lib, pkgArches, callPackage, makeSetupHook,
name, version, src, mingwGccs, monos, geckos, platforms,
bison, flex, fontforge, makeWrapper, pkg-config,
autoconf, hexdump, perl, nixosTests,
supportFlags,
patches,
vkd3dArches,
+ moltenvk,
buildScript ? null, configureFlags ? []
}:
@@ -15,9 +16,31 @@ let
prevName = name;
prevPlatforms = platforms;
prevConfigFlags = configureFlags;
+ setupHookDarwin = makeSetupHook {
+ name = "darwin-mingw-hook";
+ substitutions = {
+ darwinSuffixSalt = stdenv.cc.suffixSalt;
+ mingwGccsSuffixSalts = map (gcc: gcc.suffixSalt) mingwGccs;
+ };
+ } ./setup-hook-darwin.sh;
in
stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
builder = buildScript;
+}) // (lib.optionalAttrs stdenv.isDarwin {
+ postConfigure = ''
+ # dynamic fallback, so this shouldn’t cause problems for older versions of macOS and will
+ # provide additional functionality on newer ones. This can be removed once the x86_64-darwin
+ # SDK is updated.
+ sed 's|/\* #undef HAVE_MTLDEVICE_REGISTRYID \*/|#define HAVE_MTLDEVICE_REGISTRYID 1|' \
+ -i include/config.h
+ '';
+ postBuild = ''
+ # The Wine preloader must _not_ be linked to any system libraries, but `NIX_LDFLAGS` will link
+ # to libintl, libiconv, and CoreFoundation no matter what. Delete the one that was built and
+ # rebuild it with empty NIX_LDFLAGS.
+ rm loader/wine64-preloader
+ make loader/wine64-preloader NIX_LDFLAGS="" NIX_LDFLAGS_${stdenv.cc.suffixSalt}=""
+ '';
}) // rec {
inherit src;
@@ -38,11 +61,13 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
hexdump
perl
]
- ++ lib.optionals supportFlags.mingwSupport mingwGccs;
+ ++ lib.optionals supportFlags.mingwSupport (mingwGccs
+ ++ lib.optional stdenv.isDarwin setupHookDarwin);
buildInputs = toBuildInputs pkgArches (with supportFlags; (pkgs:
- [ pkgs.freetype pkgs.perl ]
+ [ pkgs.freetype pkgs.perl pkgs.libunwind ]
++ lib.optional stdenv.isLinux pkgs.libcap
+ ++ lib.optional stdenv.isDarwin pkgs.libinotify-kqueue
++ lib.optional cupsSupport pkgs.cups
++ lib.optional gettextSupport pkgs.gettext
++ lib.optional dbusSupport pkgs.dbus
@@ -56,14 +81,16 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
++ lib.optional v4lSupport pkgs.libv4l
++ lib.optional saneSupport pkgs.sane-backends
++ lib.optional gphoto2Support pkgs.libgphoto2
+ ++ lib.optional krb5Support pkgs.libkrb5
++ lib.optional ldapSupport pkgs.openldap
++ lib.optional fontconfigSupport pkgs.fontconfig
++ lib.optional alsaSupport pkgs.alsa-lib
++ lib.optional pulseaudioSupport pkgs.libpulseaudio
++ lib.optional (xineramaSupport && !waylandSupport) pkgs.xorg.libXinerama
++ lib.optional udevSupport pkgs.udev
- ++ lib.optional vulkanSupport pkgs.vulkan-loader
+ ++ lib.optional vulkanSupport (if stdenv.isDarwin then moltenvk else pkgs.vulkan-loader)
++ lib.optional sdlSupport pkgs.SDL2
+ ++ lib.optional usbSupport pkgs.libusb1
++ vkd3dArches
++ lib.optionals gstreamerSupport (with pkgs.gst_all_1;
[ gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav
@@ -83,12 +110,17 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
wayland libxkbcommon wayland-protocols wayland.dev libxkbcommon.dev
])));
- patches = [ ] ++ patches';
+ patches = [ ]
+ # Wine requires `MTLDevice.registryID` for `winemac.drv`, but that property is not available
+ # in the 10.12 SDK (current SDK on x86_64-darwin). Work around that by using selector syntax.
+ ++ lib.optional stdenv.isDarwin ./darwin-metal-compat.patch
+ ++ patches';
configureFlags = prevConfigFlags
++ lib.optionals supportFlags.waylandSupport [ "--with-wayland" ]
++ lib.optionals supportFlags.vulkanSupport [ "--with-vulkan" ]
- ++ lib.optionals supportFlags.vkd3dSupport [ "--with-vkd3d" ];
+ ++ lib.optionals supportFlags.vkd3dSupport [ "--with-vkd3d" ]
+ ++ lib.optionals (stdenv.isDarwin && !supportFlags.xineramaSupport) [ "--without-x" ];
# Wine locates a lot of libraries dynamically through dlopen(). Add
# them to the RPATH so that the user doesn't have to set them in
diff --git a/third_party/nixpkgs/pkgs/applications/emulators/wine/darwin-metal-compat.patch b/third_party/nixpkgs/pkgs/applications/emulators/wine/darwin-metal-compat.patch
new file mode 100644
index 0000000000..aeee7533bb
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/emulators/wine/darwin-metal-compat.patch
@@ -0,0 +1,31 @@
+diff --git a/dlls/winemac.drv/cocoa_display.m b/dlls/winemac.drv/cocoa_display.m
+index f64a6c0f6ad..6da0391e3fa 100644
+--- a/dlls/winemac.drv/cocoa_display.m
++++ b/dlls/winemac.drv/cocoa_display.m
+@@ -289,7 +289,7 @@ static int macdrv_get_gpus_from_metal(struct macdrv_gpu** new_gpus, int* count)
+ * the primary GPU because we need to hide the integrated GPU for an automatic graphic switching pair to avoid apps
+ * using the integrated GPU. This is the behavior of Windows on a Mac. */
+ primary_device = [MTLCreateSystemDefaultDevice() autorelease];
+- if (macdrv_get_gpu_info_from_registry_id(&primary_gpu, primary_device.registryID))
++ if (macdrv_get_gpu_info_from_registry_id(&primary_gpu, (uint64_t)[primary_device registryID]))
+ goto done;
+
+ /* Hide the integrated GPU if the system default device is a dedicated GPU */
+@@ -301,7 +301,7 @@ static int macdrv_get_gpus_from_metal(struct macdrv_gpu** new_gpus, int* count)
+
+ for (i = 0; i < devices.count; i++)
+ {
+- if (macdrv_get_gpu_info_from_registry_id(&gpus[gpu_count], devices[i].registryID))
++ if (macdrv_get_gpu_info_from_registry_id(&gpus[gpu_count], (uint64_t)[devices[i] registryID]))
+ goto done;
+
+ if (hide_integrated && devices[i].isLowPower)
+@@ -354,7 +354,7 @@ static int macdrv_get_gpu_info_from_display_id_using_metal(struct macdrv_gpu* gp
+
+ device = [CGDirectDisplayCopyCurrentMetalDevice(display_id) autorelease];
+ if (device && [device respondsToSelector:@selector(registryID)])
+- ret = macdrv_get_gpu_info_from_registry_id(gpu, device.registryID);
++ ret = macdrv_get_gpu_info_from_registry_id(gpu, (uint64_t)[device registryID]);
+
+ done:
+ [pool release];
diff --git a/third_party/nixpkgs/pkgs/applications/emulators/wine/default.nix b/third_party/nixpkgs/pkgs/applications/emulators/wine/default.nix
index 191fd4b298..37953f73c5 100644
--- a/third_party/nixpkgs/pkgs/applications/emulators/wine/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/emulators/wine/default.nix
@@ -6,7 +6,7 @@
# };
# Make additional configurations on demand:
# wine.override { wineBuild = "wine32"; wineRelease = "staging"; };
-{ lib, stdenv, callPackage,
+{ lib, stdenv, callPackage, darwin,
wineRelease ? "stable",
wineBuild ? if stdenv.hostPlatform.system == "x86_64-linux" then "wineWow" else "wine32",
gettextSupport ? false,
@@ -29,6 +29,7 @@
v4lSupport ? false,
saneSupport ? false,
gphoto2Support ? false,
+ krb5Support ? false,
ldapSupport ? false,
pulseaudioSupport ? false,
udevSupport ? false,
@@ -36,9 +37,11 @@
vulkanSupport ? false,
sdlSupport ? false,
vkd3dSupport ? false,
+ usbSupport ? false,
mingwSupport ? wineRelease != "stable",
waylandSupport ? wineRelease == "wayland",
- embedInstallers ? false # The Mono and Gecko MSI installers
+ embedInstallers ? false, # The Mono and Gecko MSI installers
+ moltenvk ? darwin.moltenvk # Allow users to override MoltenVK easily
}:
let wine-build = build: release:
@@ -48,11 +51,12 @@ let wine-build = build: release:
inherit
cupsSupport gettextSupport dbusSupport openalSupport cairoSupport
odbcSupport netapiSupport cursesSupport vaSupport pcapSupport
- v4lSupport saneSupport gphoto2Support ldapSupport fontconfigSupport
+ v4lSupport saneSupport gphoto2Support krb5Support ldapSupport fontconfigSupport
alsaSupport pulseaudioSupport xineramaSupport gtkSupport openclSupport
tlsSupport openglSupport gstreamerSupport udevSupport vulkanSupport
- sdlSupport vkd3dSupport mingwSupport waylandSupport embedInstallers;
+ sdlSupport usbSupport vkd3dSupport mingwSupport waylandSupport embedInstallers;
};
+ inherit moltenvk;
});
in if wineRelease == "staging" then
diff --git a/third_party/nixpkgs/pkgs/applications/emulators/wine/packages.nix b/third_party/nixpkgs/pkgs/applications/emulators/wine/packages.nix
index cb857daef0..bf3f57aff0 100644
--- a/third_party/nixpkgs/pkgs/applications/emulators/wine/packages.nix
+++ b/third_party/nixpkgs/pkgs/applications/emulators/wine/packages.nix
@@ -1,16 +1,16 @@
-{ stdenv_32bit, lib, pkgs, pkgsi686Linux, pkgsCross, callPackage,
+{ stdenv_32bit, lib, pkgs, pkgsi686Linux, pkgsCross, callPackage, moltenvk,
wineRelease ? "stable",
supportFlags
}:
let
src = lib.getAttr wineRelease (callPackage ./sources.nix {});
- vkd3d = pkgs.callPackage ./vkd3d.nix {};
- vkd3d_i686 = pkgsi686Linux.callPackage ./vkd3d.nix {};
+ vkd3d = pkgs.callPackage ./vkd3d.nix { inherit moltenvk; };
+ vkd3d_i686 = pkgsi686Linux.callPackage ./vkd3d.nix { inherit moltenvk; };
in with src; {
wine32 = pkgsi686Linux.callPackage ./base.nix {
name = "wine-${version}";
- inherit src version supportFlags patches;
+ inherit src version supportFlags patches moltenvk;
pkgArches = [ pkgsi686Linux ];
vkd3dArches = lib.optionals supportFlags.vkd3dSupport [ vkd3d_i686 ];
geckos = [ gecko32 ];
@@ -20,7 +20,7 @@ in with src; {
};
wine64 = callPackage ./base.nix {
name = "wine64-${version}";
- inherit src version supportFlags patches;
+ inherit src version supportFlags patches moltenvk;
pkgArches = [ pkgs ];
vkd3dArches = lib.optionals supportFlags.vkd3dSupport [ vkd3d ];
mingwGccs = with pkgsCross; [ mingwW64.buildPackages.gcc ];
@@ -31,7 +31,7 @@ in with src; {
};
wineWow = callPackage ./base.nix {
name = "wine-wow-${version}";
- inherit src version supportFlags patches;
+ inherit src version supportFlags patches moltenvk;
stdenv = stdenv_32bit;
pkgArches = [ pkgs pkgsi686Linux ];
vkd3dArches = lib.optionals supportFlags.vkd3dSupport [ vkd3d vkd3d_i686 ];
diff --git a/third_party/nixpkgs/pkgs/applications/emulators/wine/setup-hook-darwin.sh b/third_party/nixpkgs/pkgs/applications/emulators/wine/setup-hook-darwin.sh
new file mode 100644
index 0000000000..39eee193de
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/emulators/wine/setup-hook-darwin.sh
@@ -0,0 +1,37 @@
+
+fixupCFlagsForDarwin() {
+ # Because it’s getting called from a Darwin stdenv, MinGW will pick up on Darwin-specific
+ # flags, and the ./configure tests will fail to consider it a working cross-compiler.
+ # Strip them out, so Wine can use MinGW to build its DLLs instead of trying to use Clang.
+ # Ideally, it would be possible to build the DLLs on Windows (i.e., as part of `pkgsCross``),
+ # but that is not the case currently with Wine’s build system.
+ cflagsFilter='s|-F[^ ]*||g;s|-iframework [^ ]*||g;s|-isystem [^ ]*||g;s| *| |g'
+
+ # libiconv and libintl aren’t needed by Wine, and having them causes linking to fail.
+ # The `CoreFoundation` reference is added by `linkSystemCoreFoundationFramework` in the
+ # Apple SDK’s setup hook. Remove that because MingW will fail due to file not found.
+ ldFlagsFilter='s|-lintl||g;s|-liconv||g;s|/nix/store/[^-]*-apple-framework-CoreFoundation[^ ]*||g'
+
+ # `cc-wrapper.sh`` supports getting flags from a system-specific salt. While it is currently a
+ # tuple, that’s not considered a stable interface, so the Wine derivation will provide them:
+ # - for Darwin: The source is `stdenv.cc.suffixSalt`; and
+ # - for MinGW: The source is the `suffixSalt`` attribute of each of the `mingwGccs`.
+ export NIX_CFLAGS_COMPILE_@darwinSuffixSalt@=${NIX_CFLAGS_COMPILE-}
+ export NIX_LDFLAGS_@darwinSuffixSalt@=${NIX_LDFLAGS-}
+ for mingwSalt in @mingwGccsSuffixSalts@; do
+ echo removing @darwinSuffixSalt@-specific flags from NIX_CFLAGS_COMPILE for $mingwSalt
+ export NIX_CFLAGS_COMPILE_$mingwSalt+="$(sed "$cflagsFilter" <<< "$NIX_CFLAGS_COMPILE")"
+ echo removing @darwinSuffixSalt@-specific flags from NIX_LDFLAGS for $mingwSalt
+ export NIX_LDFLAGS_$mingwSalt+="$(sed "$ldFlagsFilter;$cflagsFilter" <<< "$NIX_LDFLAGS")"
+ done
+
+ # Make sure the global flags aren’t accidentally influencing the platform-specific flags.
+ export NIX_CFLAGS_COMPILE=""
+ export NIX_LDFLAGS=""
+}
+
+# This is pretty hacky, but this hook _must_ run after `linkSystemCoreFoundationFramework`.
+function runFixupCFlagsForDarwinLast() {
+ preConfigureHooks+=(fixupCFlagsForDarwin)
+}
+postUnpackHooks+=(runFixupCFlagsForDarwinLast)
diff --git a/third_party/nixpkgs/pkgs/applications/emulators/wine/vkd3d.nix b/third_party/nixpkgs/pkgs/applications/emulators/wine/vkd3d.nix
index 303d33df21..ac7c399cd9 100644
--- a/third_party/nixpkgs/pkgs/applications/emulators/wine/vkd3d.nix
+++ b/third_party/nixpkgs/pkgs/applications/emulators/wine/vkd3d.nix
@@ -1,6 +1,5 @@
-{ lib, stdenv, fetchurl, vulkan-headers, spirv-headers, vulkan-loader }:
+{ lib, stdenv, fetchurl, moltenvk, vulkan-headers, spirv-headers, vulkan-loader }:
-#TODO: MoltenVK
#TODO: unstable
stdenv.mkDerivation rec {
@@ -12,7 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0szr1lw3xbgi9qjm13d1q4gyzzwv8i5wfxiwjg6dmwphrc7h6jxh";
};
- buildInputs = [ vulkan-headers spirv-headers vulkan-loader ];
+ buildInputs = [ vulkan-headers spirv-headers ]
+ ++ [ (if stdenv.isDarwin then moltenvk else vulkan-loader) ];
enableParallelBuilding = true;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "A 3d library build on top on Vulkan with a similar api to DirectX 12";
homepage = "https://source.winehq.org/git/vkd3d.git";
license = licenses.lgpl21;
- platforms = platforms.linux;
+ platforms = platforms.unix;
maintainers = [ maintainers.marius851000 ];
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/misc/bemenu/default.nix b/third_party/nixpkgs/pkgs/applications/misc/bemenu/default.nix
index c4c0132359..0464ec5828 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/bemenu/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/bemenu/default.nix
@@ -11,13 +11,13 @@ assert x11Support -> xorg != null;
stdenv.mkDerivation rec {
pname = "bemenu";
- version = "0.6.4";
+ version = "0.6.6";
src = fetchFromGitHub {
owner = "Cloudef";
repo = pname;
rev = version;
- sha256 = "5xRM3NQfomG0vJheNEBLy3OaS6UEwabNKYa96u2md6M=";
+ sha256 = "sha256-687/v3YvRXbop5EouXS5/aI5P+o0QgpWlUCVzDG8jzM=";
};
nativeBuildInputs = [ pkg-config pcre ];
diff --git a/third_party/nixpkgs/pkgs/applications/misc/bicon/default.nix b/third_party/nixpkgs/pkgs/applications/misc/bicon/default.nix
index 72f5a639f1..0b3ca09c6d 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/bicon/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/bicon/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "A bidirectional console";
homepage = "https://github.com/behdad/bicon";
license = [ licenses.lgpl21 licenses.psfl licenses.bsd0 ];
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
platforms = platforms.linux;
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/misc/bottles/default.nix b/third_party/nixpkgs/pkgs/applications/misc/bottles/default.nix
index 85d801e2ec..22d7560c68 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/bottles/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/bottles/default.nix
@@ -2,20 +2,32 @@
, meson, ninja, pkg-config, wrapGAppsHook
, desktop-file-utils, gsettings-desktop-schemas, libnotify, libhandy, webkitgtk
, python3Packages, gettext
-, appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3, gnome
-, steam-run, xdg-utils, pciutils, cabextract, wineWowPackages
+, appstream-glib, gdk-pixbuf, glib, gobject-introspection, gspell, gtk3, gtksourceview4, gnome
+, steam, xdg-utils, pciutils, cabextract, wineWowPackages
, freetype, p7zip, gamemode
+, bottlesExtraLibraries ? pkgs: [ ] # extra packages to add to steam.run multiPkgs
+, bottlesExtraPkgs ? pkgs: [ ] # extra packages to add to steam.run targetPkgs
}:
+let
+ steam-run = (steam.override {
+ # required by wine runner `caffe`
+ extraLibraries = pkgs: with pkgs; [ libunwind libusb1 ]
+ ++ bottlesExtraLibraries pkgs;
+ extraPkgs = pkgs: [ ]
+ ++ bottlesExtraPkgs pkgs;
+ }).run;
+in
python3Packages.buildPythonApplication rec {
pname = "bottles";
- version = "2021.12.28-treviso";
+ version = "2022.2.14-trento";
+ sha256 = "GtVC3JfVoooJ+MuF9r1W3J8RfXNKalaIgecv1ner7GA=";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = pname;
rev = version;
- sha256 = "lZbSLLBg7XM6PuOmu5rJ15dg+QHHRcjijRYE6u3WT9Y=";
+ inherit sha256;
};
postPatch = ''
@@ -40,6 +52,7 @@ python3Packages.buildPythonApplication rec {
gsettings-desktop-schemas
gspell
gtk3
+ gtksourceview4
libhandy
libnotify
webkitgtk
@@ -75,8 +88,8 @@ python3Packages.buildPythonApplication rec {
preConfigure = ''
patchShebangs build-aux/meson/postinstall.py
- substituteInPlace src/backend/runner.py \
- --replace "{Paths.runners}" "${steam-run}/bin/steam-run {Paths.runners}"
+ substituteInPlace src/backend/wine/winecommand.py \
+ --replace '= f"{Paths.runners}' '= f"${steam-run}/bin/steam-run {Paths.runners}'
'';
preFixup = ''
@@ -87,7 +100,7 @@ python3Packages.buildPythonApplication rec {
description = "An easy-to-use wineprefix manager";
homepage = "https://usebottles.com/";
license = licenses.gpl3Only;
- maintainers = with maintainers; [ bloomvdomino shamilton ];
+ maintainers = with maintainers; [ bloomvdomino psydvl shamilton ];
platforms = platforms.linux;
};
}
diff --git a/third_party/nixpkgs/pkgs/applications/misc/feedbackd/default.nix b/third_party/nixpkgs/pkgs/applications/misc/feedbackd/default.nix
index 0685cb1349..21b92f3823 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/feedbackd/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/feedbackd/default.nix
@@ -17,6 +17,15 @@
, dbus
}:
+let
+ themes = fetchFromGitLab {
+ domain = "source.puri.sm";
+ owner = "Librem5";
+ repo = "feedbackd-device-themes";
+ rev = "v0.0.20210909";
+ sha256 = "1d041wnq39sa0sl08xya4yp3n7j6aw560i38chl10vgpmwk9mmhr";
+ };
+in
stdenv.mkDerivation rec {
pname = "feedbackd";
# Not an actual upstream project release,
@@ -63,6 +72,7 @@ stdenv.mkDerivation rec {
postInstall = ''
mkdir -p $out/lib/udev/rules.d
sed "s|/usr/libexec/|$out/libexec/|" < $src/debian/feedbackd.udev > $out/lib/udev/rules.d/90-feedbackd.rules
+ cp ${themes}/data/* $out/share/feedbackd/themes/
'';
meta = with lib; {
diff --git a/third_party/nixpkgs/pkgs/applications/misc/girara/default.nix b/third_party/nixpkgs/pkgs/applications/misc/girara/default.nix
index 802c153297..02f0a09e0d 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/girara/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/girara/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "girara";
- version = "0.3.6";
+ version = "0.3.7";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://git.pwmt.org/pwmt/${pname}/-/archive/${version}/${pname}-${version}.tar.gz";
- sha256 = "sha256-GPECj0CVxKh+gTfAkkvs13tdiy93il97iqbSTxLQSiM=";
+ sha256 = "sha256-QTQiE/jnRSWPHbKMu2zMJ6YwCaXgAb95G74BzkNtTbc=";
};
nativeBuildInputs = [ meson ninja pkg-config gettext check dbus ];
diff --git a/third_party/nixpkgs/pkgs/applications/misc/gremlin-server/default.nix b/third_party/nixpkgs/pkgs/applications/misc/gremlin-server/default.nix
new file mode 100644
index 0000000000..70068ec21f
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/misc/gremlin-server/default.nix
@@ -0,0 +1,33 @@
+{ fetchzip, lib, stdenv, makeWrapper, openjdk }:
+stdenv.mkDerivation rec {
+ pname = "gremlin-server";
+ version = "3.5.2";
+ src = fetchzip {
+ url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-server-${version}-bin.zip";
+ sha256 = "sha256-XFI2PQnvIPYjkJhm73TPSpMqH4+/Qv5RxS5iWkfuBg0=";
+ };
+
+ nativeBuildInputs = [ makeWrapper ];
+
+ # Note you'll want to prefix any commands with LOG_DIR, PID_DIR, and RUN_DIR
+ # environment variables set to a writable director(y/ies).
+
+ installPhase = ''
+ runHook preInstall
+ mkdir -p $out/opt
+ cp -r conf ext lib scripts $out/opt/
+ install -D bin/gremlin-server.sh $out/opt/bin/gremlin-server
+ makeWrapper $out/opt/bin/gremlin-server $out/bin/gremlin-server \
+ --prefix PATH ":" "${openjdk}/bin/" \
+ --set CLASSPATH "$out/opt/lib/"
+ runHook postInstall
+ '';
+
+ meta = with lib; {
+ homepage = "https://tinkerpop.apache.org/";
+ description = "Server of the Apache TinkerPop graph computing framework";
+ license = licenses.asl20;
+ maintainers = [ maintainers.jrpotter ];
+ platforms = platforms.all;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/applications/misc/jrnl/default.nix b/third_party/nixpkgs/pkgs/applications/misc/jrnl/default.nix
index 494329ecab..4aecdec4de 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/jrnl/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/jrnl/default.nix
@@ -1,26 +1,20 @@
{ lib
, fetchFromGitHub
-, fetchpatch
, python3
}:
python3.pkgs.buildPythonApplication rec {
pname = "jrnl";
- version = "2.8.3";
+ version = "2.8.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "jrnl-org";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-+kPr7ndY6u1HMw6m0UZJ5jxVIPNjlTfQt7OYEdZkHBE=";
+ sha256 = "sha256-Edu+GW/D+R5r0R750Z1f8YUVPMYbm9PK4D73sTDzDEc=";
};
- postPatch = ''
- substituteInPlace pyproject.toml \
- --replace 'tzlocal = ">2.0, <3.0"' 'tzlocal = ">2.0, !=3.0"'
- '';
-
nativeBuildInputs = with python3.pkgs; [
poetry-core
];
@@ -45,14 +39,10 @@ python3.pkgs.buildPythonApplication rec {
toml
];
- patches = [
- # Switch to poetry-core, https://github.com/jrnl-org/jrnl/pull/1359
- (fetchpatch {
- name = "switch-to-poetry-core.patch";
- url = "https://github.com/jrnl-org/jrnl/commit/a55a240eff7a167af5974a03e9de6f7b818eafd9.patch";
- sha256 = "1w3gb4vasvh51nggf89fsqsm4862m0g7hr36qz22n4vg9dds175m";
- })
- ];
+ postPatch = ''
+ substituteInPlace pyproject.toml \
+ --replace 'tzlocal = ">2.0, <3.0"' 'tzlocal = ">2.0, !=3.0"'
+ '';
preCheck = ''
export HOME=$(mktemp -d);
diff --git a/third_party/nixpkgs/pkgs/applications/misc/scli/default.nix b/third_party/nixpkgs/pkgs/applications/misc/scli/default.nix
index 7b513a67e6..05223aeb5c 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/scli/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/scli/default.nix
@@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "scli";
- version = "0.6.6";
+ version = "0.7.0";
src = fetchFromGitHub {
owner = "isamert";
repo = pname;
rev = "v${version}";
- sha256 = "16hfp8dn270amrilvv3sjqhq2x295kw0cxszf63jh405z3ql834g";
+ sha256 = "sha256-DUDf5FlcNZzZASa8vTc72Z1/Dk+iAhtcgVJtjDUwyEo=";
};
propagatedBuildInputs = with python3.pkgs; [
diff --git a/third_party/nixpkgs/pkgs/applications/misc/yate/default.nix b/third_party/nixpkgs/pkgs/applications/misc/yate/default.nix
index 3046638ec4..bffe67491c 100644
--- a/third_party/nixpkgs/pkgs/applications/misc/yate/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/misc/yate/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "yate";
- version = "6.1.0-1";
+ version = "6.4.0-1";
src = fetchurl {
url = "http://voip.null.ro/tarballs/yate${lib.versions.major version}/${pname}-${version}.tar.gz";
- sha256 = "0xx3i997nsf2wzbv6m5n6adsym0qhgc6xg4rsv0fwqrgisf5327d";
+ hash = "sha256-jCPca/+/jUeNs6hZZLUBl3HI9sms9SIPNGVRanSKA7A=";
};
# TODO zaptel ? postgres ?
@@ -14,12 +14,14 @@ stdenv.mkDerivation rec {
buildInputs = [ qt4 openssl ];
# /dev/null is used when linking which is a impure path for the wrapper
- preConfigure =
+ postPatch =
''
- sed -i 's@,/dev/null@@' configure
patchShebangs configure
+ substituteInPlace configure --replace ",/dev/null" ""
'';
+ enableParallelBuilding = false; # fails to build if true
+
# --unresolved-symbols=ignore-in-shared-libs makes ld no longer find --library=yate? Why?
preBuild =
''
@@ -34,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = "http://yate.null.ro/";
# Yate's license is GPL with an exception for linking with
# OpenH323 and PWlib (licensed under MPL).
- license = ["GPL" "MPL"];
+ license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.marcweber ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
diff --git a/third_party/nixpkgs/pkgs/applications/networking/browsers/lagrange/default.nix b/third_party/nixpkgs/pkgs/applications/networking/browsers/lagrange/default.nix
index 1fb348242c..bf370dd6ec 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/browsers/lagrange/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/browsers/lagrange/default.nix
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "lagrange";
- version = "1.10.5";
+ version = "1.10.6";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
- sha256 = "sha256-n6viI9yEqb73691s499vRB48LCOV0LdTbMR81P+Q5pM=";
+ sha256 = "sha256-N4NB4lfWIN+jreAuaaGKRdpgwHy2CKrPrGxu1iSCZyU=";
fetchSubmodules = true;
};
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/providers.json b/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/providers.json
index e33e754485..d74ddedb31 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/providers.json
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/terraform-providers/providers.json
@@ -21,10 +21,10 @@
"owner": "aiven",
"provider-source-address": "registry.terraform.io/aiven/aiven",
"repo": "terraform-provider-aiven",
- "rev": "v2.6.0",
- "sha256": "1vbphaxw6qskn7g4jah00cpw2w960x50rpvx5kq143d8b2vbiix4",
- "vendorSha256": "1zxs0p2xwxgvxdx65h0yfvzl7qmqlw41ipw0gsf25g0mvs4jckwb",
- "version": "2.6.0"
+ "rev": "v2.7.0",
+ "sha256": "12n97z3r5bz7hwgcz193x90n7ibk4fdph7pqxwwinrvlc6zb7hz6",
+ "vendorSha256": "12lj7p74mhiy30fhc12ihbf827axlbxhbfzr10iwwhb0nydsfiyl",
+ "version": "2.7.0"
},
"akamai": {
"owner": "akamai",
@@ -40,10 +40,10 @@
"owner": "aliyun",
"provider-source-address": "registry.terraform.io/aliyun/alicloud",
"repo": "terraform-provider-alicloud",
- "rev": "v1.155.0",
- "sha256": "0gzgh9w564c29hkx2sbrfrw04qbgdswc3ppvaa6xsz1s7g0p902a",
+ "rev": "v1.157.0",
+ "sha256": "02zsp7kxvg6i7wzrx6qigjsvxmmz4rhpjb36qz1jwn3dzpx6dyv1",
"vendorSha256": "18chs2723i2cxhhm649mz52pp6wrfqzxgk12zxq9idrhicchqnzg",
- "version": "1.155.0"
+ "version": "1.157.0"
},
"ansible": {
"owner": "nbering",
@@ -94,10 +94,10 @@
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/aws",
"repo": "terraform-provider-aws",
- "rev": "v4.0.0",
- "sha256": "03lsdkjahq9prqrnw3v9073bi9378cqyl0g16qaqns7wrhxcxzm2",
- "vendorSha256": "1mzacd4bmr3743kvxcp1nyc0gkr2gh8gm0rhq887z62lafpnbhy1",
- "version": "4.0.0"
+ "rev": "v4.2.0",
+ "sha256": "1ijspv7bf6qi4s3k58vbaz4gbk6y60h7jrml2wjn6mas6pchiy0f",
+ "vendorSha256": "09p029a5qqhf28afhcs5pk2px18x2q6kc16xzjzmzpisvnfl4hfb",
+ "version": "4.2.0"
},
"azuread": {
"owner": "hashicorp",
@@ -112,10 +112,10 @@
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/azurerm",
"repo": "terraform-provider-azurerm",
- "rev": "v2.96.0",
- "sha256": "18c164acz8l1s2d06af9v8rg09a5b1s0360974fpca8rfiw425lf",
+ "rev": "v2.97.0",
+ "sha256": "0a95xq2bk6a1yas2kxfq30s41s2jgv2rjvz4y7m34wlldd9qxfhg",
"vendorSha256": null,
- "version": "2.96.0"
+ "version": "2.97.0"
},
"azurestack": {
"owner": "hashicorp",
@@ -157,10 +157,10 @@
"owner": "brightbox",
"provider-source-address": "registry.terraform.io/brightbox/brightbox",
"repo": "terraform-provider-brightbox",
- "rev": "v2.0.7",
- "sha256": "0p2gg24yvzghhsa5g1dqd27vkj6p2wyr3wxd964r5kz0sl80xh1y",
- "vendorSha256": "05min7zgl9q4qw8v5ivf352pg4i5jnv449jl129vdsqz7p2wrc6d",
- "version": "2.0.7"
+ "rev": "v2.1.1",
+ "sha256": "0gscxy921h8wkr40pi86dfx62z2jl0kkvnkfw7ab7xswz63h1ilm",
+ "vendorSha256": "1ij21y7lx6599b87vlz31mwykj0qam62w7776d6ar99pc0zl8r8k",
+ "version": "2.1.1"
},
"checkly": {
"owner": "checkly",
@@ -194,10 +194,10 @@
"owner": "cloudflare",
"provider-source-address": "registry.terraform.io/cloudflare/cloudflare",
"repo": "terraform-provider-cloudflare",
- "rev": "v3.8.0",
- "sha256": "1splgbfjwfjx9qv5f526jk7yzfh24crw0xasx42jfia639m6s49c",
- "vendorSha256": "0cf96s4xgx2idx7g40qhk16fwhdfnk1pcl6dy3cl2zr4afz5sky1",
- "version": "3.8.0"
+ "rev": "v3.9.1",
+ "sha256": "02kyjf2mizvxv1a2fkw2wsk0gmilj83sj3qv1d7g0wxxkxx00nd2",
+ "vendorSha256": "167jafxr4g43y9gvqjq5z7vd9cyf15d69wbrdvqsfzj8sszqfq5l",
+ "version": "3.9.1"
},
"cloudfoundry": {
"owner": "cloudfoundry-community",
@@ -248,10 +248,10 @@
"owner": "poseidon",
"provider-source-address": "registry.terraform.io/poseidon/ct",
"repo": "terraform-provider-ct",
- "rev": "v0.9.1",
- "sha256": "1d8q6ffh64v46r80vmbpsgmjw1vg6y26hpq3nz2h5mvqm0fqya9r",
- "vendorSha256": "0zi64rki932x343iavwb7w5h5ripca3c2534mb91liym37vgkykv",
- "version": "0.9.1"
+ "rev": "v0.9.2",
+ "sha256": "104j34b1m110fdya21k4rz03j1yba4a9cpm7hq13i8hc2diqjqnc",
+ "vendorSha256": "0qk83ppnwkwvj85dh9p0cv6a0nv8l8zlf4k74cy3m0bqym4ad0qk",
+ "version": "0.9.2"
},
"datadog": {
"owner": "DataDog",
@@ -302,10 +302,10 @@
"owner": "dnsimple",
"provider-source-address": "registry.terraform.io/dnsimple/dnsimple",
"repo": "terraform-provider-dnsimple",
- "rev": "v0.11.0",
- "sha256": "0w5lz9lz5jfvpn87d7xzpjimvh6wnwqfwk6masrhiw88h10pgd7n",
+ "rev": "v0.11.1",
+ "sha256": "0jzw1kjykbka59kx30xm3qicjb6fdmm5l4f2dr8g7nxdaqnxri0s",
"vendorSha256": "06wggchs5khzyg6fd9s0qj76awnw28s7l278awanqimqgqajijkj",
- "version": "0.11.0"
+ "version": "0.11.1"
},
"docker": {
"owner": "kreuzwerker",
@@ -411,20 +411,20 @@
"provider-source-address": "registry.terraform.io/hashicorp/google",
"proxyVendor": true,
"repo": "terraform-provider-google",
- "rev": "v4.10.0",
- "sha256": "19hxlvahjk0pfixykb4vfg2gyf85p6zrj0z6wfm1q3ddk35rka4z",
- "vendorSha256": "0l6f0zi3abkz4hn23bbp009bp43mpwsz9sqk3d75jpxgxi7c7f33",
- "version": "4.10.0"
+ "rev": "v4.11.0",
+ "sha256": "1n3d4qxy2x69ryphqwyih7iz6slx5z1plyyzdcd7pxlaw8x8hpgm",
+ "vendorSha256": "0g23ngr1rfh53255svg1qg5lyljb3gnai6ia8yik5b8pvyqcw4l7",
+ "version": "4.11.0"
},
"google-beta": {
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/google-beta",
"proxyVendor": true,
"repo": "terraform-provider-google-beta",
- "rev": "v4.10.0",
- "sha256": "01w0p1b4q2h7rmyq7fmh1zr8h22gwlws8w58ggbnah2xvn3jzvk3",
- "vendorSha256": "0l6f0zi3abkz4hn23bbp009bp43mpwsz9sqk3d75jpxgxi7c7f33",
- "version": "4.10.0"
+ "rev": "v4.11.0",
+ "sha256": "0ylfx8ks5azicnckkx3lrawf1gpsq95qsng550p51gr1wna1aqmy",
+ "vendorSha256": "0g23ngr1rfh53255svg1qg5lyljb3gnai6ia8yik5b8pvyqcw4l7",
+ "version": "4.11.0"
},
"grafana": {
"owner": "grafana",
@@ -466,10 +466,10 @@
"owner": "heroku",
"provider-source-address": "registry.terraform.io/heroku/heroku",
"repo": "terraform-provider-heroku",
- "rev": "v5.0.0-beta.1",
+ "rev": "v5.0.0",
"sha256": "1dskbwa10dmj5fdw0wplby6hhcvxri68jlg34966mqx8pas3zsxy",
"vendorSha256": "13f7841i14b5n5iabqky7694mbqg95f0cvaygapczki5lf2j7fqy",
- "version": "5.0.0-beta.1"
+ "version": "5.0.0"
},
"http": {
"owner": "hashicorp",
@@ -511,10 +511,10 @@
"owner": "IBM-Cloud",
"provider-source-address": "registry.terraform.io/IBM-Cloud/ibm",
"repo": "terraform-provider-ibm",
- "rev": "v1.38.2",
- "sha256": "1c6mm57apk93s18747h8ywvq5463qwapinr735ci2pmb2655cs85",
- "vendorSha256": "034k4sjbd5b64v4xvxgrhg3n8dchv41fk5vbcmk29rppi6pjc0yg",
- "version": "1.38.2"
+ "rev": "v1.39.0-beta0",
+ "sha256": "1ms6jr2f112qxslv2lapvngkmg2mlf0jfjnpx6rxqzclq0xcjqn1",
+ "vendorSha256": "0g6bm2pvdvj24yw26d2w8d7nr9izzqwrwzdz4y9dbr426xycrgy5",
+ "version": "1.39.0-beta0"
},
"icinga2": {
"owner": "Icinga",
@@ -674,10 +674,10 @@
"owner": "equinix",
"provider-source-address": "registry.terraform.io/equinix/metal",
"repo": "terraform-provider-metal",
- "rev": "v3.2.1",
- "sha256": "0j07rras4m6i668lkvvn3rq5l67qfzk9bmpijsfk3my0zsgv8nvw",
+ "rev": "v3.2.2",
+ "sha256": "193897farpyb3zxz6p79mfaf04ccin7xdirbkclqb3x3c56jy0xi",
"vendorSha256": null,
- "version": "3.2.1"
+ "version": "3.2.2"
},
"minio": {
"owner": "aminueza",
@@ -701,10 +701,10 @@
"owner": "NaverCloudPlatform",
"provider-source-address": "registry.terraform.io/NaverCloudPlatform/ncloud",
"repo": "terraform-provider-ncloud",
- "rev": "v2.2.2",
- "sha256": "0f2q0k04bkkqw6qsjfpbmrqgxn504ys0ffg2ids82vzxjsmfpi1n",
- "vendorSha256": "1799i4d32y22v6ywwklm3ncmzir5hg8cw23jzb8d28xiw8vswhs4",
- "version": "2.2.2"
+ "rev": "v2.2.5",
+ "sha256": "0hspr6iv69izg1y8s1sj24kgy562jggn9nwqgprn4zca7vsrl29r",
+ "vendorSha256": "1hiz0pphl4jxfglxj28rm58ih7c5dabhd2gaig23hcqvczhf1wd2",
+ "version": "2.2.5"
},
"netlify": {
"owner": "AegirHealth",
@@ -719,10 +719,10 @@
"owner": "newrelic",
"provider-source-address": "registry.terraform.io/newrelic/newrelic",
"repo": "terraform-provider-newrelic",
- "rev": "v2.36.2",
- "sha256": "0gz6yynpmzv2hs85y6a6kfsci1hx25gikbmq35w9kvv91gn7vd22",
- "vendorSha256": "1i7zgdh63q8m6267k51xn711vhjx5zyq2xgnfr7i38xczrw6rcsq",
- "version": "2.36.2"
+ "rev": "v2.37.0",
+ "sha256": "1gx2sxm39ap84anaiffdacqqrgagymgxywxc0rnc7zkwvziazhw9",
+ "vendorSha256": "130ddc9qs6i8l2ka76n9rxwsz71h0wywbnjd3p2xbkkpqsg66lbz",
+ "version": "2.37.0"
},
"nomad": {
"owner": "hashicorp",
@@ -765,19 +765,19 @@
"owner": "nutanix",
"provider-source-address": "registry.terraform.io/nutanix/nutanix",
"repo": "terraform-provider-nutanix",
- "rev": "v1.2.2",
- "sha256": "08y5hxp28z5mhrbfs0mdwdj694k26gwl0qb80dggmmdil704ajwk",
- "vendorSha256": "0s7yi00zskc4j7vnqjfd64pxk2bpk1cqmqgiyxfh7aqqzg22yqkz",
- "version": "1.2.2"
+ "rev": "v1.3.0",
+ "sha256": "1q38f6a8d607sdhrr6xcqmdsvm625v7y36xma137bqv09g3xga0s",
+ "vendorSha256": "0qkd9pnidf4rhbk7p4jkpcdq36g8lp8pwpsf3hydy6xh072iy4id",
+ "version": "1.3.0"
},
"oci": {
"owner": "terraform-providers",
"provider-source-address": "registry.terraform.io/hashicorp/oci",
"repo": "terraform-provider-oci",
- "rev": "v4.63.0",
- "sha256": "03hdq6024ch3rx20vgqh3xix6dn0chwgiz1z68f22h4gqzj5p955",
+ "rev": "v4.64.0",
+ "sha256": "1x8lhyr356j2gihgfy8563n75aqb2prwvdlnkxmvlbqcp10rnggd",
"vendorSha256": null,
- "version": "4.63.0"
+ "version": "4.64.0"
},
"okta": {
"owner": "okta",
@@ -811,10 +811,10 @@
"owner": "OpenNebula",
"provider-source-address": "registry.terraform.io/OpenNebula/opennebula",
"repo": "terraform-provider-opennebula",
- "rev": "v0.4.0",
- "sha256": "1r6v1ksis0h9mairvn9mwk49dkn6s6ixi8j0jaz9w173lx5si917",
+ "rev": "v0.4.1",
+ "sha256": "13z14p8zkrmffai5pdiwi33xsznan015nl9b9cfyxi1is4m5i41m",
"vendorSha256": "0qyzavig8wnnjzm63pny5azywqyrnjm978yg5y0sr6zw8wghjd15",
- "version": "0.4.0"
+ "version": "0.4.1"
},
"openstack": {
"owner": "terraform-provider-openstack",
@@ -829,19 +829,19 @@
"owner": "opentelekomcloud",
"provider-source-address": "registry.terraform.io/opentelekomcloud/opentelekomcloud",
"repo": "terraform-provider-opentelekomcloud",
- "rev": "v1.27.5-alpha.1",
- "sha256": "17ws855280bi1ps6q0rdcylsbjmb1m4wvv7m9gxxlryq0gkjdsw2",
- "vendorSha256": "1qxh3nf6c0ii6wm8vch1bks3gqi2gfzi97szspbcn0z8kdhic07s",
- "version": "1.27.5-alpha.1"
+ "rev": "v1.27.5",
+ "sha256": "04kr3319xpzabajzav3hl2ibws2lj7x2naqfc9gpdy7j06rhhkaa",
+ "vendorSha256": "1lyz6lb4ciddr3d2zh5hfdfvhdacs13xynkpsjcjyqqfhayxqavg",
+ "version": "1.27.5"
},
"opsgenie": {
"owner": "opsgenie",
"provider-source-address": "registry.terraform.io/opsgenie/opsgenie",
"repo": "terraform-provider-opsgenie",
- "rev": "v0.6.9",
- "sha256": "1wi0wdz0xh8p1znbb545xyzhg191d0xb1pwqqrxl5gz5w009dcz6",
+ "rev": "v0.6.10",
+ "sha256": "1kxq66skal10nx5mgk8qj15chk01fi1pjamgakr1j56m1dgw03cw",
"vendorSha256": null,
- "version": "0.6.9"
+ "version": "0.6.10"
},
"oraclepaas": {
"owner": "terraform-providers",
@@ -1018,10 +1018,10 @@
"owner": "spotinst",
"provider-source-address": "registry.terraform.io/spotinst/spotinst",
"repo": "terraform-provider-spotinst",
- "rev": "v1.66.0",
- "sha256": "0rkh9vf2k9iynvpkzavca23jxi96dz7b7yc0h9hlhi5bmp5b337a",
- "vendorSha256": "19zhyib256sp1b6zv281lw5mry8g865n4nrxc6x9gkpwg1m0z87z",
- "version": "1.66.0"
+ "rev": "v1.68.0",
+ "sha256": "0llyy4rskspw4cy8jdbk175rli9s53mabj4b9yarm7apg17ai399",
+ "vendorSha256": "0j0airkc1p0y9w1w40fbwxmymf8rbal2ycrkp31x1c06f8s4lhzm",
+ "version": "1.68.0"
},
"stackpath": {
"owner": "stackpath",
@@ -1063,10 +1063,10 @@
"owner": "tencentcloudstack",
"provider-source-address": "registry.terraform.io/tencentcloudstack/tencentcloud",
"repo": "terraform-provider-tencentcloud",
- "rev": "v1.61.6",
- "sha256": "10zx8gcvcadc184d3lfmx4ipi54z3a1xa48dki3wibwmvg5nw1mf",
+ "rev": "v1.61.8",
+ "sha256": "1a8p141m3kcr1irl9z3vpjs6zkgqp003z7m52yskapv4df8d6skz",
"vendorSha256": null,
- "version": "1.61.6"
+ "version": "1.61.8"
},
"tfe": {
"owner": "hashicorp",
@@ -1136,10 +1136,10 @@
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/vault",
"repo": "terraform-provider-vault",
- "rev": "v3.2.1",
- "sha256": "0y8vvc5mckzjs24x36rihl1vdvh9k2kazn5lsqvq6apv36kg5vw4",
- "vendorSha256": "0j5kz5jvyds701gq89v8dcsvm67kbfxxgzjvmn74ms3nrkx8hr84",
- "version": "3.2.1"
+ "rev": "v3.3.0",
+ "sha256": "1b36c2f06fglf6bs6s4ly73vk1cm7zd1ci13df5wp0f2xxib3szk",
+ "vendorSha256": "0x9cyxnaqkfpzx9ml7qqhl98jslpy1v965kd11kgcvqpr9lmc77x",
+ "version": "3.3.0"
},
"vcd": {
"owner": "vmware",
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/tilt/default.nix b/third_party/nixpkgs/pkgs/applications/networking/cluster/tilt/default.nix
index c4d59e88b9..47392ea83a 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/cluster/tilt/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/tilt/default.nix
@@ -5,13 +5,13 @@ buildGoModule rec {
/* Do not use "dev" as a version. If you do, Tilt will consider itself
running in development environment and try to serve assets from the
source tree, which is not there once build completes. */
- version = "0.25.0";
+ version = "0.25.1";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-OWLyjXsV2MX1WfSjRD1/0oAeZxQpeWz5xIyYTLnn+eA=";
+ sha256 = "sha256-dvY5kiLJ3psoQxG12E4qOjgF9GdXpjRKU3HlbPvwWBU=";
};
vendorSha256 = null;
diff --git a/third_party/nixpkgs/pkgs/applications/networking/cluster/werf/default.nix b/third_party/nixpkgs/pkgs/applications/networking/cluster/werf/default.nix
index 73506867a3..2769ec44ea 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/cluster/werf/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/cluster/werf/default.nix
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "werf";
- version = "1.2.67";
+ version = "1.2.69";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
- sha256 = "sha256-SCSj+spANhbrdhj204fsvshkDi0fKmt8jbc11UHJARw=";
+ sha256 = "sha256-rmDP8qPOPhUrygt5gAF2MOVNCHqh+1Gc50mnVFXpev4=";
};
vendorSha256 = "sha256-PNg4QEi9+LvYWWhj2B6OrP+SBanuINlSGZYCMNjOQv0=";
proxyVendor = true;
diff --git a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/deltachat-desktop/package.json b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/deltachat-desktop/package.json
index fe9f024052..23f0f15e3c 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/deltachat-desktop/package.json
+++ b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/deltachat-desktop/package.json
@@ -12,7 +12,7 @@
"emoji-js-clean": "^4.0.0",
"emoji-mart": "^3.0.0",
"emoji-regex": "^9.2.2",
- "error-stack-parser": "^2.0.6",
+ "error-stack-parser": "2.0.6",
"filesize": "^8.0.6",
"mapbox-gl": "^1.12.0",
"mime-types": "^2.1.31",
diff --git a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/element/element-desktop-package.json b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/element/element-desktop-package.json
index 90a0823667..ac0869e5cd 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/element/element-desktop-package.json
+++ b/third_party/nixpkgs/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.1",
+ "version": "1.10.4",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
diff --git a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/element/pin.json b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/element/pin.json
index 05e20b01d7..27dbb16f08 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/element/pin.json
+++ b/third_party/nixpkgs/pkgs/applications/networking/instant-messengers/element/pin.json
@@ -1,6 +1,6 @@
{
- "version": "1.10.1",
- "desktopSrcHash": "cA+yXVkfizVRbbykFRhNIbdaGLuEk2IuKFO8YJt78Q4=",
- "desktopYarnHash": "0kz6vkfxxk4sbr9zpaig1lhsbwj4f57v4f4pr373xxsnk1wagkfn",
- "webHash": "1g5hw39fr7adazmafpxivfxv28nzcv99r8sihga1j91avf6lxkim"
+ "version": "1.10.4",
+ "desktopSrcHash": "cuMo0wRMC6+un3BQK0+Ecnjvs6HugNk71yElNJarlyc=",
+ "desktopYarnHash": "0llnqwgiqggfcgjyaar2h2r1pyw8m14icfb1pcdphqxrah9gpsar",
+ "webHash": "0vf8npddbx4dmq9c1ghak97jn28b18ssblbrq5smdhlzsnxlpm3l"
}
diff --git a/third_party/nixpkgs/pkgs/applications/networking/mailreaders/mutt/default.nix b/third_party/nixpkgs/pkgs/applications/networking/mailreaders/mutt/default.nix
index 8b4ce7032c..af05bfe884 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/mailreaders/mutt/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/mailreaders/mutt/default.nix
@@ -27,11 +27,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "mutt";
- version = "2.2.0";
+ version = "2.2.1";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
- sha256 = "052k6kiw6yglgcbs1liynh4hf5ac56ychpivrbw85jh3dpq9fig8";
+ sha256 = "1ddbhwsycfpf430k52l5gggywd09h10hwcwzpydam43c5ga30vdp";
};
patches = optional smimeSupport (fetchpatch {
diff --git a/third_party/nixpkgs/pkgs/applications/networking/p2p/tribler/default.nix b/third_party/nixpkgs/pkgs/applications/networking/p2p/tribler/default.nix
index 38fc90d8e5..d1df2fea44 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/p2p/tribler/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/p2p/tribler/default.nix
@@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tribler";
- version = "7.10.0";
+ version = "7.11.0";
src = fetchurl {
url = "https://github.com/Tribler/tribler/releases/download/v${version}/Tribler-v${version}.tar.xz";
- hash = "sha256-CVZOVOWS0fvfg1yDiWFRa4v4Tpzl8RMVBQ6z0Ib4hfQ=";
+ sha256 = "0ffh8chb47iaar8872gvalgm84fjzyxph16nixsxknnprqdxyrkx";
};
nativeBuildInputs = [
@@ -62,6 +62,8 @@ stdenv.mkDerivation rec {
service-identity
twisted
yappi
+ pydantic
+ anyio
]);
installPhase = ''
@@ -71,6 +73,7 @@ stdenv.mkDerivation rec {
cp -prvd ./* $out/
makeWrapper ${python3.pkgs.python}/bin/python $out/bin/tribler \
--set QT_QPA_PLATFORM_PLUGIN_PATH ${qt5.qtbase.bin}/lib/qt-*/plugins/platforms \
+ --set QT_PLUGIN_PATH "${qt5.qtsvg.bin}/${qt5.qtbase.qtPluginPrefix}" \
--set _TRIBLERPATH $out/src \
--set PYTHONPATH $out/src/tribler-core:$out/src/tribler-common:$out/src/tribler-gui:$program_PYTHONPATH \
--set NO_AT_BRIDGE 1 \
@@ -78,10 +81,17 @@ stdenv.mkDerivation rec {
--add-flags "-O $out/src/run_tribler.py"
mkdir -p $out/share/applications $out/share/icons
- cp $out/build/debian/tribler/usr/share/applications/tribler.desktop $out/share/applications/tribler.desktop
+ cp $out/build/debian/tribler/usr/share/applications/org.tribler.Tribler.desktop $out/share/applications/
cp $out/build/debian/tribler/usr/share/pixmaps/tribler_big.xpm $out/share/icons/tribler.xpm
'';
+ shellHook = ''
+ wrapPythonPrograms || true
+ export QT_QPA_PLATFORM_PLUGIN_PATH=$(echo ${qt5.qtbase.bin}/lib/qt-*/plugins/platforms)
+ export PYTHONPATH=./tribler-core:./tribler-common:./tribler-gui:$program_PYTHONPATH
+ export QT_PLUGIN_PATH="${qt5.qtsvg.bin}/${qt5.qtbase.qtPluginPrefix}"
+ '';
+
meta = with lib; {
description = "Decentralised P2P filesharing client based on the Bittorrent protocol";
homepage = "https://www.tribler.org/";
diff --git a/third_party/nixpkgs/pkgs/applications/networking/remote/remmina/default.nix b/third_party/nixpkgs/pkgs/applications/networking/remote/remmina/default.nix
index da07d7d72a..58ce130a73 100644
--- a/third_party/nixpkgs/pkgs/applications/networking/remote/remmina/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/networking/remote/remmina/default.nix
@@ -13,13 +13,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "remmina";
- version = "1.4.23";
+ version = "1.4.24";
src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${version}";
- sha256 = "sha256-MyemiSAMZEa9Ng6WHEyHgrze8YtIbzMCR8CTb86PDsg=";
+ sha256 = "sha256-rcxgr3HVOWA3mTfX8tka9bPGDRDtKhBRsfQ3hv9XHf0=";
};
nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook ];
diff --git a/third_party/nixpkgs/pkgs/applications/office/libreoffice/default.nix b/third_party/nixpkgs/pkgs/applications/office/libreoffice/default.nix
index 8572ff15c1..c5b5fc56f7 100644
--- a/third_party/nixpkgs/pkgs/applications/office/libreoffice/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/office/libreoffice/default.nix
@@ -25,7 +25,7 @@ assert builtins.elem variant [ "fresh" "still" ];
let
jre' = jre_minimal.override {
- modules = [ "java.base" "java.desktop" ];
+ modules = [ "java.base" "java.desktop" "java.logging" ];
};
importVariant = f: import (./. + "/src-${variant}/${f}");
diff --git a/third_party/nixpkgs/pkgs/applications/science/math/mathematica/l10ns.nix b/third_party/nixpkgs/pkgs/applications/science/math/mathematica/l10ns.nix
index 474c8d1ea0..60841eaa3e 100644
--- a/third_party/nixpkgs/pkgs/applications/science/math/mathematica/l10ns.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/math/mathematica/l10ns.nix
@@ -7,6 +7,13 @@
let allVersions = with lib; flip map
# N.B. Versions in this list should be ordered from newest to oldest.
[
+ {
+ version = "13.0.1";
+ lang = "en";
+ language = "English";
+ sha256 = "3672a920c1b4af1afd480733f6d67665baf8258757dfe59a6ed6d7440cf26dba";
+ installer = "Mathematica_13.0.1_BNDL_LINUX.sh";
+ }
{
version = "13.0.0";
lang = "en";
diff --git a/third_party/nixpkgs/pkgs/applications/science/misc/cwltool/default.nix b/third_party/nixpkgs/pkgs/applications/science/misc/cwltool/default.nix
index 5cfd7be8e6..390a421c1a 100644
--- a/third_party/nixpkgs/pkgs/applications/science/misc/cwltool/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/science/misc/cwltool/default.nix
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cwltool";
- version = "3.1.20220217190813";
+ version = "3.1.20220217222804";
format = "setuptools";
src = fetchFromGitHub {
owner = "common-workflow-language";
repo = pname;
rev = version;
- sha256 = "sha256-2Zd1Z/Tv8wAiqlaYkZRflsUVl8OAOXdufq9k4j4L7f0=";
+ sha256 = "sha256-7zID/lChliEJxu6Dawz9DNP2YvSwtMo8G+ooXNh2Phc=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/applications/video/droidcam/default.nix b/third_party/nixpkgs/pkgs/applications/video/droidcam/default.nix
index 6aee3ab20b..67f098c97f 100644
--- a/third_party/nixpkgs/pkgs/applications/video/droidcam/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/video/droidcam/default.nix
@@ -30,7 +30,10 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace src/droidcam.c \
- --replace "/opt/droidcam-icon.png" "$out/share/icons/hicolor/droidcam.png"
+ --replace "/opt/droidcam-icon.png" "$out/share/icons/hicolor/96x96/apps/droidcam.png"
+ substituteInPlace droidcam.desktop \
+ --replace "/opt/droidcam-icon.png" "droidcam" \
+ --replace "/usr/local/bin/droidcam" "droidcam"
'';
preBuild = ''
@@ -42,7 +45,8 @@ stdenv.mkDerivation rec {
runHook preInstall
install -Dt $out/bin droidcam droidcam-cli
- install -D icon2.png $out/share/icons/hicolor/droidcam.png
+ install -D icon2.png $out/share/icons/hicolor/96x96/apps/droidcam.png
+ install -D droidcam.desktop $out/share/applications/droidcam.desktop
runHook postInstall
'';
diff --git a/third_party/nixpkgs/pkgs/applications/video/ffmpeg-normalize/default.nix b/third_party/nixpkgs/pkgs/applications/video/ffmpeg-normalize/default.nix
index 5e725ec01e..28a974a7cc 100644
--- a/third_party/nixpkgs/pkgs/applications/video/ffmpeg-normalize/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/video/ffmpeg-normalize/default.nix
@@ -7,11 +7,11 @@
buildPythonApplication rec {
pname = "ffmpeg-normalize";
- version = "1.22.5";
+ version = "1.22.6";
src = fetchPypi {
inherit pname version;
- sha256 = "20250fc28ce04636580577b2864e54e6bea9daf68e2d8afaeb78e131b182cd28";
+ sha256 = "sha256-aPPRzNotm3ATL0lEq+49lrlrHoNp+Dm1Im5jYF4E1vY=";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];
diff --git a/third_party/nixpkgs/pkgs/applications/virtualization/libgovirt/default.nix b/third_party/nixpkgs/pkgs/applications/virtualization/libgovirt/default.nix
new file mode 100644
index 0000000000..bd92f7666a
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/applications/virtualization/libgovirt/default.nix
@@ -0,0 +1,39 @@
+{ lib
+, stdenv
+, fetchurl
+, glib
+, librest
+, libsoup
+, pkg-config
+}:
+
+with lib;
+
+stdenv.mkDerivation rec {
+ pname = "libgovirt";
+ version = "0.3.8";
+
+ src = fetchurl {
+ url = "https://download.gnome.org/sources/libgovirt/0.3/${pname}-${version}.tar.xz";
+ sha256 = "sha256-HckYYikXa9+p8l/Y+oLAoFi2pgwcyAfHUH7IqTwPHfg=";
+ };
+
+ enableParallelBuilding = true;
+
+ nativeBuildInputs = [
+ pkg-config
+ ];
+
+ propagatedBuildInputs = [
+ librest
+ libsoup
+ ];
+
+ meta = {
+ homepage = "https://gitlab.gnome.org/GNOME/libgovirt";
+ description = "GObject wrapper for the oVirt REST API";
+ maintainers = [ maintainers.amarshall ];
+ platforms = platforms.linux;
+ license = licenses.lgpl21;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/applications/virtualization/lima/default.nix b/third_party/nixpkgs/pkgs/applications/virtualization/lima/default.nix
index 0f56526f68..4f58f01271 100644
--- a/third_party/nixpkgs/pkgs/applications/virtualization/lima/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/virtualization/lima/default.nix
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "lima";
- version = "0.8.2";
+ version = "0.8.3";
src = fetchFromGitHub {
owner = "lima-vm";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-kz+gyl7BuC0G97Lj3T1a859TYhwfAGB1hTiYXq66wwY=";
+ sha256 = "sha256-hzoc5zbdnHHTY04aGn+77lHvPh+KNOPoZmW19YIZHv8=";
};
- vendorSha256 = "sha256-x0VmidGV9TsGOyL+OTUHXOxJ2cgvIqph56MrwfR2SP4=";
+ vendorSha256 = "sha256-eJnwXXYWMaIfM8SW4MtmG4wsPA/9sx4j2AkOd6GpnsY=";
nativeBuildInputs = [ makeWrapper installShellFiles ];
diff --git a/third_party/nixpkgs/pkgs/applications/virtualization/virt-viewer/default.nix b/third_party/nixpkgs/pkgs/applications/virtualization/virt-viewer/default.nix
index 4fd56e0cae..29e05a069c 100644
--- a/third_party/nixpkgs/pkgs/applications/virtualization/virt-viewer/default.nix
+++ b/third_party/nixpkgs/pkgs/applications/virtualization/virt-viewer/default.nix
@@ -1,36 +1,86 @@
-{ lib, stdenv, fetchurl, pkg-config, intltool, shared-mime-info, wrapGAppsHook
-, glib, gsettings-desktop-schemas, gtk-vnc, gtk3, libvirt, libvirt-glib, libxml2, vte
+{ lib
+, stdenv
+, bash-completion
+, fetchurl
+, gdbm ? null
+, glib
+, gsettings-desktop-schemas
+, gtk-vnc
+, gtk3
+, intltool
+, libcap ? null
+, libgovirt
+, libvirt
+, libvirt-glib
+, libxml2
+, meson
+, ninja
+, pkg-config
+, python3
+, shared-mime-info
+, spice-gtk ? null
+, spice-protocol ? null
, spiceSupport ? true
-, spice-gtk ? null, spice-protocol ? null, libcap ? null, gdbm ? null
+, vte
+, wrapGAppsHook
}:
-assert spiceSupport ->
- spice-gtk != null && spice-protocol != null && libcap != null && gdbm != null;
+assert spiceSupport -> (
+ gdbm != null
+ && libcap != null
+ && spice-gtk != null
+ && spice-protocol != null
+);
with lib;
stdenv.mkDerivation rec {
baseName = "virt-viewer";
- version = "9.0";
+ version = "11.0";
name = "${baseName}-${version}";
src = fetchurl {
- url = "http://virt-manager.org/download/sources/${baseName}/${name}.tar.gz";
- sha256 = "09a83mzyn3b4nd7wpa659g1zf1fjbzb79rk968bz6k5xl21k7d4i";
+ url = "http://virt-manager.org/download/sources/${baseName}/${name}.tar.xz";
+ sha256 = "sha256-pD+iMlxMHHelyMmAZaww7wURohrJjlkPIjQIabrZq9A=";
};
- nativeBuildInputs = [ pkg-config intltool shared-mime-info wrapGAppsHook glib ];
+ nativeBuildInputs = [
+ glib
+ intltool
+ meson
+ ninja
+ pkg-config
+ python3
+ shared-mime-info
+ wrapGAppsHook
+ ];
+
buildInputs = [
- glib gsettings-desktop-schemas gtk-vnc gtk3 libvirt libvirt-glib libxml2 vte
+ bash-completion
+ glib
+ gsettings-desktop-schemas
+ gtk-vnc
+ gtk3
+ libgovirt
+ libvirt
+ libvirt-glib
+ libxml2
+ vte
] ++ optionals spiceSupport [
- spice-gtk spice-protocol libcap gdbm
+ gdbm
+ libcap
+ spice-gtk
+ spice-protocol
];
# Required for USB redirection PolicyKit rules file
propagatedUserEnvPkgs = optional spiceSupport spice-gtk;
strictDeps = true;
- enableParallelBuilding = true;
+
+ postPatch = ''
+ patchShebangs build-aux/post_install.py
+ '';
meta = {
description = "A viewer for remote virtual machines";
diff --git a/third_party/nixpkgs/pkgs/data/fonts/behdad-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/behdad-fonts/default.nix
index d5d0b2a3c1..be6ed005b1 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/behdad-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/behdad-fonts/default.nix
@@ -20,6 +20,6 @@ in fetchFromGitHub {
description = "A Persian/Arabic Open Source Font";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/gandom-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/gandom-fonts/default.nix
index ad56d876c2..1b8b3307eb 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/gandom-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/gandom-fonts/default.nix
@@ -20,6 +20,6 @@ in fetchFromGitHub {
description = "A Persian (Farsi) Font - فونت (قلم) فارسی گندم";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/ir-standard-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/ir-standard-fonts/default.nix
index 25ec1e5d11..2e535255cc 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/ir-standard-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/ir-standard-fonts/default.nix
@@ -21,6 +21,6 @@ in fetchFromGitHub {
# License information is unavailable.
license = licenses.unfree;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/lalezar-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/lalezar-fonts/default.nix
index 01e9d209a3..31a857bfda 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/lalezar-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/lalezar-fonts/default.nix
@@ -21,6 +21,6 @@ in fetchFromGitHub {
description = "A multi-script display typeface for popular culture";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/nahid-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/nahid-fonts/default.nix
index 0e08bebea0..fbceb3c927 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/nahid-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/nahid-fonts/default.nix
@@ -20,6 +20,6 @@ in fetchFromGitHub {
description = "A Persian (Farsi) Font - قلم (فونت) فارسی ناهید";
license = licenses.free;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/nanum-gothic-coding/default.nix b/third_party/nixpkgs/pkgs/data/fonts/nanum-gothic-coding/default.nix
index 4785c1386a..5066a2aef4 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/nanum-gothic-coding/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/nanum-gothic-coding/default.nix
@@ -20,6 +20,6 @@ in fetchzip {
homepage = "https://github.com/naver/nanumfont";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = with maintainers; [ linarcx ];
+ maintainers = with maintainers; [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/nika-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/nika-fonts/default.nix
index 5db9bb2a95..f497a184be 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/nika-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/nika-fonts/default.nix
@@ -20,6 +20,6 @@ in fetchFromGitHub {
description = "Persian/Arabic Open Source Font";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/parastoo-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/parastoo-fonts/default.nix
index 7c713576a2..93ff513c89 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/parastoo-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/parastoo-fonts/default.nix
@@ -21,6 +21,6 @@ in fetchFromGitHub {
description = "A Persian (Farsi) Font - فونت ( قلم ) فارسی پرستو";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/sahel-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/sahel-fonts/default.nix
index 322a033cab..9079ba7fad 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/sahel-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/sahel-fonts/default.nix
@@ -21,6 +21,6 @@ in fetchFromGitHub {
description = "A Persian (farsi) Font - فونت (قلم) فارسی ساحل";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/samim-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/samim-fonts/default.nix
index 049227e758..b29114e6b1 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/samim-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/samim-fonts/default.nix
@@ -21,6 +21,6 @@ in fetchFromGitHub {
description = "A Persian (Farsi) Font - فونت (قلم) فارسی صمیم";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/shabnam-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/shabnam-fonts/default.nix
index df8d78b05e..d5e7e2b243 100644
--- a/third_party/nixpkgs/pkgs/data/fonts/shabnam-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/shabnam-fonts/default.nix
@@ -21,6 +21,6 @@ in fetchFromGitHub {
description = "A Persian (Farsi) Font - فونت (قلم) فارسی شبنم";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/fonts/vazir-fonts/default.nix b/third_party/nixpkgs/pkgs/data/fonts/vazir-fonts/default.nix
index 9320d29ce7..b2c4f1faa3 100755
--- a/third_party/nixpkgs/pkgs/data/fonts/vazir-fonts/default.nix
+++ b/third_party/nixpkgs/pkgs/data/fonts/vazir-fonts/default.nix
@@ -21,6 +21,6 @@ in fetchFromGitHub {
description = "A Persian (Farsi) Font - قلم (فونت) فارسی وزیر";
license = licenses.ofl;
platforms = platforms.all;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/data/icons/comixcursors/default.nix b/third_party/nixpkgs/pkgs/data/icons/comixcursors/default.nix
new file mode 100644
index 0000000000..aa744878bc
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/data/icons/comixcursors/default.nix
@@ -0,0 +1,125 @@
+{ lib, stdenv, fetchFromGitLab, bc, librsvg, xcursorgen }:
+
+let
+ dimensions = {
+ color = [ "Black" "Blue" "Green" "Orange" "Red" "White" ];
+ opacity = [ "" "Opaque_" ]; # Translucent or opaque.
+ thickness = [ "" "Slim_" ]; # Thick or slim edges.
+ handedness = [ "" "LH_" ]; # Right- or left-handed.
+ };
+ product = lib.cartesianProductOfSets dimensions;
+ variantName =
+ { color, opacity, thickness, handedness }:
+ "${handedness}${opacity}${thickness}${color}";
+ variants =
+ # (The order of this list is already good looking enough to show in the
+ # meta.longDescription.)
+ map variantName product;
+in
+stdenv.mkDerivation rec {
+ pname = "comixcursors";
+ version = "0.9.2";
+
+ src = fetchFromGitLab {
+ owner = "limitland";
+ repo = "comixcursors";
+ # https://gitlab.com/limitland/comixcursors/-/issues/3
+ rev = "8c327c8514ab3a352583605c1ddcb7eb3d1d302b";
+ sha256 = "0bpxqw4izj7m0zb9lnxnmsjicfw60ppkdyv5nwrrz4x865wb296a";
+ };
+
+ nativeBuildInputs = [ bc librsvg xcursorgen ];
+
+ patches = [ ./makefile-shell-var.patch ];
+
+ postPatch = ''
+ patchShebangs ./install-all ./bin/
+ '';
+
+ # install-all is used instead of the directions in upstream's INSTALL file,
+ # because using its Makefile directly is broken. Upstream itself seems to use
+ # its build-distribution script instead, which also uses install-all, but we
+ # do not use it because it does extra things for other distros.
+ #
+ # When not all of the variants, i.e. only a smaller subset of them, are
+ # desired (i.e. when a subset of outputs are chosen), install-all will still
+ # build all of them. While upstream appears to provide old functionality for
+ # building only a subset, it is broken and we do not use it. With prebuilt
+ # substitutions, installers of this package will get only the outputs they
+ # chose.
+ buildPhase = ''
+ ICONSDIR=$TMP/staged ./install-all
+ '';
+
+ installPhase = ''
+ for outputName in $outputs ; do
+ if [ $outputName != out ]; then
+ local outputDir=''${!outputName};
+ local iconsDir=$outputDir/share/icons
+ local cursorName=$(tr _ - <<<"$outputName")
+
+ mkdir -p $iconsDir
+ cp -r -d $TMP/staged/ComixCursors-$cursorName $iconsDir
+
+ unset outputDir iconsDir cursorName
+ fi
+ done
+
+ # Need this directory (empty) to prevent the builder scripts from breaking.
+ mkdir -p $out
+ '';
+
+ outputs = let
+ default = "Opaque_Black";
+ in
+ # Have the most-traditional variant be the default output (as the first).
+ # Even with outputsToInstall=[], the default/first still has an effect on
+ # some Nix tools (e.g. nix-build).
+ [ default ] ++ (lib.remove default variants)
+ # Need a dummy "out" output to prevent the builder scripts from breaking.
+ ++ [ "out" ];
+
+ # No default output (to the extent possible). Instead, the outputs'
+ # attributes are used to choose which variant(s) to have.
+ outputsToInstall = [];
+
+ meta = with lib; {
+ description = "The Comix Cursors mouse themes";
+ longDescription = ''
+ There are many (${toString ((length outputs) - 1)}) variants of color,
+ opacity, edge thickness, and right- or left-handedness, for this cursor
+ theme. This package's derivation has an output for each of these
+ variants, named following the upstream convention, and the attribute for
+ an output must be used to install a variant. E.g.:
+
+ environment.systemPackages = [
+ comixcursors.Blue
+ comixcursors.Opaque_Orange
+ comixcursors.Slim_Red
+ comixcursors.Opaque_Slim_White
+ comixcursors.LH_Green
+ comixcursors.LH_Opaque_Black
+ comixcursors.LH_Slim_Orange
+ comixcursors.LH_Opaque_Slim_Blue
+ ];
+
+
+ Attempting to use just comixcursors, i.e. without an
+ output attribute, will not install any variants. To install all the
+ variants, use comixcursors.all (which is a list), e.g.:
+
+ environment.systemPackages = comixcursors.all ++ [...];
+
+
+ The complete list of output attributes is:
+
+ ${concatStringsSep "\n" variants}
+
+ '';
+ homepage = "https://gitlab.com/limitland/comixcursors";
+ changelog = "https://gitlab.com/limitland/comixcursors/-/blob/HEAD/NEWS";
+ license = licenses.gpl3Plus;
+ maintainers = [ maintainers.DerickEddington ];
+ platforms = platforms.all;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/data/icons/comixcursors/makefile-shell-var.patch b/third_party/nixpkgs/pkgs/data/icons/comixcursors/makefile-shell-var.patch
new file mode 100644
index 0000000000..4032244c9e
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/data/icons/comixcursors/makefile-shell-var.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -22,8 +22,6 @@
+
+ # Makefile for ComixCursors project.
+
+-SHELL = /bin/bash
+-
+ CURSORSNAME = ComixCursors
+ PACKAGENAME ?= ${CURSORSNAME}
+ SUMMARY ?= The original Comix Cursors
diff --git a/third_party/nixpkgs/pkgs/desktops/cinnamon/xapps/default.nix b/third_party/nixpkgs/pkgs/desktops/cinnamon/xapps/default.nix
index dfde8773ec..7927026166 100644
--- a/third_party/nixpkgs/pkgs/desktops/cinnamon/xapps/default.nix
+++ b/third_party/nixpkgs/pkgs/desktops/cinnamon/xapps/default.nix
@@ -22,7 +22,7 @@
stdenv.mkDerivation rec {
pname = "xapps";
- version = "2.2.5";
+ version = "2.2.8";
outputs = [ "out" "dev" ];
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
owner = "linuxmint";
repo = pname;
rev = version;
- hash = "sha256-Ev+gTl9jY1HLbXKnCsVVSsY8ZrHyzsIkp+JTaXOTm6I=";
+ hash = "sha256-70troRGklu5xGjBIrGvshcOX/UT96hIEFXyo4yj2GT4=";
};
# TODO: https://github.com/NixOS/nixpkgs/issues/36468
diff --git a/third_party/nixpkgs/pkgs/desktops/cinnamon/xviewer/default.nix b/third_party/nixpkgs/pkgs/desktops/cinnamon/xviewer/default.nix
index e8fb0f1f5c..5f5720c253 100644
--- a/third_party/nixpkgs/pkgs/desktops/cinnamon/xviewer/default.nix
+++ b/third_party/nixpkgs/pkgs/desktops/cinnamon/xviewer/default.nix
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
- version = "3.2.2";
+ version = "3.2.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
- sha256 = "sha256-FFRms4yh7TQ/O3ee7igeIslimSWLhue3BE1xCrJ3NQ4=";
+ sha256 = "sha256-OyHSBXtJ/TExl06NLUAaIZq4u0+fI3YGQ37HRZeNP+0=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/desktops/gnome/core/gnome-bluetooth/default.nix b/third_party/nixpkgs/pkgs/desktops/gnome/core/gnome-bluetooth/default.nix
index 07b77c0499..901dbc21e9 100644
--- a/third_party/nixpkgs/pkgs/desktops/gnome/core/gnome-bluetooth/default.nix
+++ b/third_party/nixpkgs/pkgs/desktops/gnome/core/gnome-bluetooth/default.nix
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en";
- description = "Application that let you manage Bluetooth in the GNOME destkop";
+ description = "Application that lets you manage Bluetooth in the GNOME desktop";
maintainers = teams.gnome.members;
license = licenses.gpl2Plus;
platforms = platforms.linux;
diff --git a/third_party/nixpkgs/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix b/third_party/nixpkgs/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix
index 75a57ae037..8a50a0d0fa 100644
--- a/third_party/nixpkgs/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix
+++ b/third_party/nixpkgs/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix
@@ -4,9 +4,9 @@
mkXfceDerivation {
category = "apps";
pname = "xfce4-notifyd";
- version = "0.6.2";
+ version = "0.6.3";
- sha256 = "sha256-Gomehef68+mOgGFDaH48jG51nbaV4ruN925h71w7FuE=";
+ sha256 = "sha256-JcHxqKLl4F4FQv7lE64gWUorCvl5g5mSD+jEmj1ORfY=";
buildInputs = [ gtk3 glib libnotify libxfce4ui libxfce4util xfce4-panel xfconf ];
diff --git a/third_party/nixpkgs/pkgs/development/coq-modules/LibHyps/default.nix b/third_party/nixpkgs/pkgs/development/coq-modules/LibHyps/default.nix
new file mode 100644
index 0000000000..36272ff207
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/coq-modules/LibHyps/default.nix
@@ -0,0 +1,21 @@
+{ lib, mkCoqDerivation, coq, version ? null }:
+
+with lib;
+mkCoqDerivation {
+ pname = "LibHyps";
+ owner = "Matafou";
+ inherit version;
+ defaultVersion = if (versions.range "8.11" "8.15") coq.version then "2.0.4.1" else null;
+ release = {
+ "2.0.4.1".sha256 = "09p89701zhrfdmqlpxw3mziw8yylj1w1skb4b0xpbdwd1vsn4k3h";
+ };
+
+ configureScript = "./configure.sh";
+
+ releaseRev = (v: "libhyps-${v}");
+
+ meta = {
+ description = "Hypotheses manipulation library";
+ license = licenses.mit;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/coq-modules/addition-chains/default.nix b/third_party/nixpkgs/pkgs/development/coq-modules/addition-chains/default.nix
index 929d23c818..c6b6f79bf0 100644
--- a/third_party/nixpkgs/pkgs/development/coq-modules/addition-chains/default.nix
+++ b/third_party/nixpkgs/pkgs/development/coq-modules/addition-chains/default.nix
@@ -8,11 +8,12 @@ mkCoqDerivation {
release."0.4".sha256 = "1f7pc4w3kir4c9p0fjx5l77401bx12y72nmqxrqs3qqd3iynvqlp";
release."0.5".sha256 = "121pcbn6v59l0c165ha9n00whbddpy11npx2y9cn7g879sfk2nqk";
+ release."0.6".sha256 = "1dri4sisa7mhclf8w4kw7ixs5zxm8xyjr034r1377p96rdk3jj0j";
releaseRev = (v: "v${v}");
inherit version;
defaultVersion = with versions; switch coq.coq-version [
- { case = range "8.13" "8.14"; out = "0.5"; }
+ { case = range "8.13" "8.15"; out = "0.6"; }
{ case = range "8.11" "8.12"; out = "0.4"; }
] null;
diff --git a/third_party/nixpkgs/pkgs/development/coq-modules/gaia-hydras/default.nix b/third_party/nixpkgs/pkgs/development/coq-modules/gaia-hydras/default.nix
index 5b76cb9148..d4bcaa8ef8 100644
--- a/third_party/nixpkgs/pkgs/development/coq-modules/gaia-hydras/default.nix
+++ b/third_party/nixpkgs/pkgs/development/coq-modules/gaia-hydras/default.nix
@@ -6,10 +6,12 @@ with lib; mkCoqDerivation rec {
repo = "hydra-battles";
release."0.5".sha256 = "121pcbn6v59l0c165ha9n00whbddpy11npx2y9cn7g879sfk2nqk";
+ release."0.6".sha256 = "1dri4sisa7mhclf8w4kw7ixs5zxm8xyjr034r1377p96rdk3jj0j";
releaseRev = (v: "v${v}");
inherit version;
defaultVersion = with versions; switch [coq.coq-version mathcomp.version] [
+ { cases = [ (range "8.14" "8.15") (isGe "1.12.0") ]; out = "0.6"; }
{ cases = [ (range "8.13" "8.14") (isGe "1.12.0") ]; out = "0.5"; }
] null;
diff --git a/third_party/nixpkgs/pkgs/development/coq-modules/hydra-battles/default.nix b/third_party/nixpkgs/pkgs/development/coq-modules/hydra-battles/default.nix
index faec5d3e33..e7dc7474e8 100644
--- a/third_party/nixpkgs/pkgs/development/coq-modules/hydra-battles/default.nix
+++ b/third_party/nixpkgs/pkgs/development/coq-modules/hydra-battles/default.nix
@@ -1,22 +1,21 @@
-{ lib, mkCoqDerivation, coq, equations, version ? null }:
+{ lib, mkCoqDerivation, coq, equations, LibHyps, version ? null }:
with lib;
-mkCoqDerivation {
+(mkCoqDerivation {
pname = "hydra-battles";
owner = "coq-community";
release."0.4".sha256 = "1f7pc4w3kir4c9p0fjx5l77401bx12y72nmqxrqs3qqd3iynvqlp";
release."0.5".sha256 = "121pcbn6v59l0c165ha9n00whbddpy11npx2y9cn7g879sfk2nqk";
+ release."0.6".sha256 = "1dri4sisa7mhclf8w4kw7ixs5zxm8xyjr034r1377p96rdk3jj0j";
releaseRev = (v: "v${v}");
inherit version;
defaultVersion = with versions; switch coq.coq-version [
- { case = range "8.13" "8.14"; out = "0.5"; }
+ { case = range "8.13" "8.15"; out = "0.6"; }
{ case = range "8.11" "8.12"; out = "0.4"; }
] null;
- propagatedBuildInputs = [ equations ];
-
useDune2 = true;
meta = {
@@ -32,4 +31,7 @@ mkCoqDerivation {
license = licenses.mit;
platforms = platforms.unix;
};
-}
+}).overrideAttrs(o:
+ let inherit (o) version; in {
+ propagatedBuildInputs = [ equations ] ++ optional (versions.isGe "0.6" version) LibHyps;
+ })
diff --git a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-common.nix b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-common.nix
index 4cf5867c65..b95f53758f 100644
--- a/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-common.nix
+++ b/third_party/nixpkgs/pkgs/development/haskell-modules/configuration-common.nix
@@ -92,6 +92,12 @@ self: super: {
rm -r $out/doc/?ndroid*
'';
};
+
+ # Git annex provides a restricted login shell. Setting
+ # passthru.shellPath here allows a user's login shell to be set to
+ # `git-annex-shell` by making `shell = haskellPackages.git-annex`.
+ # https://git-annex.branchable.com/git-annex-shell/
+ passthru.shellPath = "/bin/git-annex-shell";
}) super.git-annex;
# Fix test trying to access /home directory
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/php/7.4.nix b/third_party/nixpkgs/pkgs/development/interpreters/php/7.4.nix
index 316b37f2e0..4bd00811b5 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/php/7.4.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/php/7.4.nix
@@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
- version = "7.4.27";
- sha256 = "184aaef313fbf28c9987f6aa07b655cd1b0eae9e7e17061775a3e7d880185563";
+ version = "7.4.28";
+ sha256 = "sha256-IIUIaoY0RLDjlUfeGklp/RxAoMGI61j6spOLZJsMS1g=";
});
in
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/php/8.0.nix b/third_party/nixpkgs/pkgs/development/interpreters/php/8.0.nix
index b34f5974ff..1f1fa1dfbc 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/php/8.0.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/php/8.0.nix
@@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
- version = "8.0.14";
- sha256 = "0jydl388mpysrrxa7h9sxf3fpp38mmygg9ryq8j7rb8p93giyf5v";
+ version = "8.0.16";
+ sha256 = "sha256-9J+Bge4pRjoNI6DGWWnpLVj+6KxWTfkXz/WOSNZeGEk=";
});
in
diff --git a/third_party/nixpkgs/pkgs/development/interpreters/php/8.1.nix b/third_party/nixpkgs/pkgs/development/interpreters/php/8.1.nix
index d339e78010..8d87a5e7a2 100644
--- a/third_party/nixpkgs/pkgs/development/interpreters/php/8.1.nix
+++ b/third_party/nixpkgs/pkgs/development/interpreters/php/8.1.nix
@@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
- version = "8.1.2";
- sha256 = "1aakbfgjffha4v7fl6229wwzavw59s1qkb547sipyhl88gfwfgci";
+ version = "8.1.3";
+ sha256 = "sha256-NUxOLFBgRuyoEtH8JSaISi9UtePSDvDt6RmmnrIy0L4=";
});
in
diff --git a/third_party/nixpkgs/pkgs/development/libraries/jcal/default.nix b/third_party/nixpkgs/pkgs/development/libraries/jcal/default.nix
index 2b57bd4064..4ce62ec67b 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/jcal/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/jcal/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Jalali calendar is a small and portable free software library to manipulate date and time in Jalali calendar system";
homepage = "http://nongnu.org/jcal/";
license = licenses.gpl3;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
platforms = platforms.all;
};
}
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libcef/default.nix b/third_party/nixpkgs/pkgs/development/libraries/libcef/default.nix
index d2ac5ef214..7dfafe6bd0 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/libcef/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/libcef/default.nix
@@ -26,6 +26,7 @@
, at-spi2-core
, cups
, libxshmfence
+, obs-studio
}:
let
@@ -59,27 +60,27 @@ let
"aarch64-linux" = {
platformStr = "linuxarm64";
projectArch = "arm64";
- sha256 = "01ny1k10dklsqrrqmxqd9433413wmpk4ddsmkjp9dzv52dvpcl08";
};
"i686-linux" = {
platformStr = "linux32";
projectArch = "x86";
- sha256 = "000j6pc336c43xczl1rs5zf8nsf17y76f1kpy14gqgpwyzl8my0w";
};
"x86_64-linux" = {
platformStr = "linux64";
projectArch = "x86_64";
- sha256 = "1ydjckld89dkpy5zrvk7jjpz70mnlmbm8yinkfpzgcwbkcakk6k7";
};
};
+ platforms."aarch64-linux".sha256 = "0m12adzcs6xsmgnqsdc5g0xs6xmjbj560x4d9rnv9fpf1p7jv2fa";
+ platforms."i686-linux".sha256 = "00cy5kxx8hpifkwhn9qbfch7ng3crx0zb6ypllzip6qms956mama";
+ platforms."x86_64-linux".sha256 = "1f1hxx4xl0wljyrgj0m3zq47yz2cyqd52qigrkpcvavr1d2sx6m3";
platformInfo = builtins.getAttr stdenv.targetPlatform.system platforms;
in
stdenv.mkDerivation rec {
pname = "cef-binary";
- version = "96.0.18";
- gitRevision = "fe551e4";
- chromiumVersion = "96.0.4664.110";
+ version = "98.1.21";
+ gitRevision = "9782362";
+ chromiumVersion = "98.0.4758.102";
src = fetchurl {
url = "https://cef-builds.spotifycdn.com/cef_binary_${version}+g${gitRevision}+chromium-${chromiumVersion}_${platformInfo.platformStr}_minimal.tar.bz2";
@@ -102,6 +103,11 @@ stdenv.mkDerivation rec {
cp -r ../include $out/
'';
+ passthru.tests = {
+ inherit obs-studio; # frequently breaks on CEF updates
+ };
+ passthru.updateScript = ./update.sh;
+
meta = with lib; {
description = "Simple framework for embedding Chromium-based browsers in other applications";
homepage = "https://cef-builds.spotifycdn.com/index.html";
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libcef/update.sh b/third_party/nixpkgs/pkgs/development/libraries/libcef/update.sh
new file mode 100755
index 0000000000..545f7c7020
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/libraries/libcef/update.sh
@@ -0,0 +1,27 @@
+#!/usr/bin/env nix-shell
+#!nix-shell -i bash -p curl gnused jq
+
+set -x -eu -o pipefail
+
+cd $(dirname "${BASH_SOURCE[0]}")
+
+VERSION_JSON=$(curl --silent https://cef-builds.spotifycdn.com/index.json | jq '[.linux64.versions[] | select (.channel == "stable")][0]')
+
+CEF_VERSION=$(echo ${VERSION_JSON} | jq -r '.cef_version' | cut -d'+' -f1)
+GIT_REVISION=$(echo ${VERSION_JSON} | jq -r '.cef_version' | cut -d'+' -f2 | cut -c 2-)
+CHROMIUM_VERSION=$(echo ${VERSION_JSON} | jq -r '.chromium_version')
+
+SHA256_LINUX64=$(nix-prefetch-url --quiet https://cef-builds.spotifycdn.com/cef_binary_${CEF_VERSION}+g${GIT_REVISION}+chromium-${CHROMIUM_VERSION}_linux64_minimal.tar.bz2)
+SHA256_LINUX32=$(nix-prefetch-url --quiet https://cef-builds.spotifycdn.com/cef_binary_${CEF_VERSION}+g${GIT_REVISION}+chromium-${CHROMIUM_VERSION}_linux32_minimal.tar.bz2)
+SHA256_LINUXARM64=$(nix-prefetch-url --quiet https://cef-builds.spotifycdn.com/cef_binary_${CEF_VERSION}+g${GIT_REVISION}+chromium-${CHROMIUM_VERSION}_linuxarm64_minimal.tar.bz2)
+
+setKV () {
+ sed -i "s|$1 = \".*\"|$1 = \"${2:-}\"|" ./default.nix
+}
+
+setKV version ${CEF_VERSION}
+setKV gitRevision ${GIT_REVISION}
+setKV chromiumVersion ${CHROMIUM_VERSION}
+setKV 'platforms."aarch64-linux".sha256' ${SHA256_LINUXARM64}
+setKV 'platforms."i686-linux".sha256' ${SHA256_LINUX32}
+setKV 'platforms."x86_64-linux".sha256' ${SHA256_LINUX64}
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libguestfs/default.nix b/third_party/nixpkgs/pkgs/development/libraries/libguestfs/default.nix
index 1ad302e439..49e76a94b0 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/libguestfs/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/libguestfs/default.nix
@@ -1,5 +1,5 @@
-{ lib, stdenv, fetchurl, fetchpatch, pkg-config, autoreconfHook, makeWrapper
-, ncurses, cpio, gperf, cdrkit, flex, bison, qemu, pcre, augeas, libxml2
+{ lib, stdenv, fetchurl, pkg-config, autoreconfHook, makeWrapper
+, ncurses, cpio, gperf, cdrkit, flex, bison, qemu, pcre2, augeas, libxml2
, acl, libcap, libcap_ng, libconfig, systemd, fuse, yajl, libvirt, hivex, db
, gmp, readline, file, numactl, libapparmor, jansson
, getopt, perlPackages, ocamlPackages
@@ -12,11 +12,11 @@ assert javaSupport -> jdk != null;
stdenv.mkDerivation rec {
pname = "libguestfs";
- version = "1.44.1";
+ version = "1.46.2";
src = fetchurl {
url = "https://libguestfs.org/download/${lib.versions.majorMinor version}-stable/${pname}-${version}.tar.gz";
- sha256 = "09dhmlbfdwirlmkasa28x69vqs5xndq0lnng6b4if76s6bfxrdvj";
+ sha256 = "0sq092irlj2jf64m7hjx23hn5k4iypqxmlyn9g2z0q0xab56ksp6";
};
strictDeps = true;
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
++ (with ocamlPackages; [ ocaml findlib ]);
buildInputs = [
ncurses jansson
- pcre augeas libxml2 acl libcap libcap_ng libconfig
+ pcre2 augeas libxml2 acl libcap libcap_ng libconfig
systemd fuse yajl libvirt gmp readline file hivex db
numactl libapparmor perlPackages.ModuleBuild
libtirpc
@@ -53,13 +53,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals (!javaSupport) [ "--without-java" ];
patches = [
./libguestfs-syms.patch
- # Set HAVE_RPM, HAVE_DPKG, HAVE_PACMAN
- (fetchpatch {
- url = "https://github.com/libguestfs/libguestfs/commit/210959cc344d6a4a1e3afa26d276b130651def74.patch";
- sha256 = "121l58mk2mwhhqc3rcisdw3di7y729b30hyffc8a50mq5k7fvsdb";
- })
];
- NIX_CFLAGS_COMPILE="-I${libxml2.dev}/include/libxml2/";
installFlags = [ "REALLY_INSTALL=yes" ];
enableParallelBuilding = true;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/libliftoff/default.nix b/third_party/nixpkgs/pkgs/development/libraries/libliftoff/default.nix
index 759549dbb2..88588a9fee 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/libliftoff/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/libliftoff/default.nix
@@ -1,17 +1,18 @@
-{ lib, stdenv, fetchFromGitHub
+{ lib, stdenv, fetchFromGitLab
, meson, pkg-config, ninja
, libdrm
}:
stdenv.mkDerivation rec {
pname = "libliftoff";
- version = "0.1.0";
+ version = "0.2.0";
- src = fetchFromGitHub {
+ src = fetchFromGitLab {
+ domain = "gitlab.freedesktop.org";
owner = "emersion";
repo = pname;
rev = "v${version}";
- sha256 = "1s53jsll3c7272bhmh4jr6k5m1nvn8i1ld704qmzsm852ilmgrla";
+ sha256 = "1ysxm7kg1gwrsn29lw8kngvkxp46g4m2pvbwcvscgvr54ikirn4q";
};
nativeBuildInputs = [ meson pkg-config ninja ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/qpdf/default.nix b/third_party/nixpkgs/pkgs/development/libraries/qpdf/default.nix
index 9dc05edd69..c872526482 100644
--- a/third_party/nixpkgs/pkgs/development/libraries/qpdf/default.nix
+++ b/third_party/nixpkgs/pkgs/development/libraries/qpdf/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
- version = "10.4.0";
+ version = "10.6.2";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "release-qpdf-${version}";
- sha256 = "sha256-IYXH1Pcd0eRzlbRouAB17wsCUGNuIlJfwJLbXiaC5dk=";
+ hash = "sha256-+8bH7fKJ5uZRxKX/4nMkoZGFTxm2uJEXkb1wq5FrLWs=";
};
nativeBuildInputs = [ perl ];
diff --git a/third_party/nixpkgs/pkgs/development/libraries/readline/5.x.nix b/third_party/nixpkgs/pkgs/development/libraries/readline/5.x.nix
deleted file mode 100644
index 98decdca96..0000000000
--- a/third_party/nixpkgs/pkgs/development/libraries/readline/5.x.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{ lib, stdenv, fetchurl, ncurses }:
-
-stdenv.mkDerivation rec {
- pname = "readline";
- version = "5.2";
-
- src = fetchurl {
- url = "mirror://gnu/readline/readline-${version}.tar.gz";
- sha256 = "0icz4hqqq8mlkwrpczyaha94kns0am9z0mh3a2913kg2msb8vs0j";
- };
-
- propagatedBuildInputs = [ncurses];
-
- patches = lib.optional stdenv.isDarwin ./shobj-darwin.patch;
-
- meta = with lib; {
- branch = "5";
- platforms = platforms.unix;
- license = licenses.gpl2;
- };
-}
diff --git a/third_party/nixpkgs/pkgs/development/libraries/readline/6.2.nix b/third_party/nixpkgs/pkgs/development/libraries/readline/6.2.nix
deleted file mode 100644
index 13c53937a7..0000000000
--- a/third_party/nixpkgs/pkgs/development/libraries/readline/6.2.nix
+++ /dev/null
@@ -1,64 +0,0 @@
-{ fetchurl, lib, stdenv, ncurses
-}:
-
-stdenv.mkDerivation (rec {
- pname = "readline";
- version = "6.2";
-
- src = fetchurl {
- url = "mirror://gnu/readline/readline-${version}.tar.gz";
- sha256 = "10ckm2bd2rkxhvdmj7nmbsylmihw0abwcsnxf8y27305183rd9kr";
- };
-
- propagatedBuildInputs = [ncurses];
-
- patchFlags = [ "-p0" ];
- patches =
- [ ./link-against-ncurses.patch
- ./no-arch_only.patch
- ./clang.patch
- ]
- ++
- (let
- patch = nr: sha256:
- fetchurl {
- url = "mirror://gnu/readline/readline-${version}-patches/readline62-${nr}";
- inherit sha256;
- };
- in
- import ./readline-6.2-patches.nix patch);
-
- meta = {
- description = "Library for interactive line editing";
-
- longDescription = ''
- The GNU Readline library provides a set of functions for use by
- applications that allow users to edit command lines as they are
- typed in. Both Emacs and vi editing modes are available. The
- Readline library includes additional functions to maintain a
- list of previously-entered command lines, to recall and perhaps
- reedit those lines, and perform csh-like history expansion on
- previous commands.
-
- The history facilities are also placed into a separate library,
- the History library, as part of the build process. The History
- library may be used without Readline in applications which
- desire its capabilities.
- '';
-
- homepage = "https://savannah.gnu.org/projects/readline/";
-
- license = lib.licenses.gpl3Plus;
-
- maintainers = [ ];
- branch = "6.2";
- platforms = lib.platforms.unix;
- };
-}
-
-//
-
-# Don't run the native `strip' when cross-compiling.
-(if stdenv.hostPlatform != stdenv.buildPlatform
- then { dontStrip = true; }
- else { }))
diff --git a/third_party/nixpkgs/pkgs/development/libraries/readline/clang.patch b/third_party/nixpkgs/pkgs/development/libraries/readline/clang.patch
deleted file mode 100644
index 42bb0be09c..0000000000
--- a/third_party/nixpkgs/pkgs/development/libraries/readline/clang.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/support/shobj-conf b/support/shobj-conf
-index 5a63e80..4b2a741 100644
---- support/shobj-conf
-+++ support/shobj-conf
-@@ -189,7 +189,7 @@ darwin*|macosx*)
- darwin[789]*|darwin10*) SHOBJ_LDFLAGS=''
- SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
- ;;
-- *) SHOBJ_LDFLAGS='-dynamic'
-+ *) SHOBJ_LDFLAGS='-dynamiclib'
- SHLIB_XLDFLAGS='-arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
- ;;
- esac
diff --git a/third_party/nixpkgs/pkgs/development/libraries/readline/no-arch_only.patch b/third_party/nixpkgs/pkgs/development/libraries/readline/no-arch_only.patch
deleted file mode 100644
index b23eab5d9d..0000000000
--- a/third_party/nixpkgs/pkgs/development/libraries/readline/no-arch_only.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ru -x '*~' readline-6.2-orig/support/shobj-conf readline-6.2/support/shobj-conf
---- support/shobj-conf 2009-10-28 14:20:21.000000000 +0100
-+++ support/shobj-conf 2014-07-01 13:03:28.000000000 +0200
-@@ -168,8 +168,8 @@
- SHLIB_LIBVERSION='$(SHLIB_MAJOR)$(SHLIB_MINOR).$(SHLIB_LIBSUFF)'
- SHLIB_LIBSUFF='dylib'
-
-- SHOBJ_LDFLAGS='-dynamiclib -dynamic -undefined dynamic_lookup -arch_only `/usr/bin/arch`'
-- SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
-+ SHOBJ_LDFLAGS='-dynamiclib -dynamic -undefined dynamic_lookup'
-+ SHLIB_XLDFLAGS='-dynamiclib -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
-
- SHLIB_LIBS='-lncurses' # see if -lcurses works on MacOS X 10.1
- ;;
diff --git a/third_party/nixpkgs/pkgs/development/libraries/readline/readline-6.2-patches.nix b/third_party/nixpkgs/pkgs/development/libraries/readline/readline-6.2-patches.nix
deleted file mode 100644
index 9fdcb3743b..0000000000
--- a/third_party/nixpkgs/pkgs/development/libraries/readline/readline-6.2-patches.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-# Automatically generated by `update-patch-set.sh'; do not edit.
-
-patch: [
-(patch "001" "1qxl74f4n0hv4a807byrgbk4ixd8m50apj3922q2ss9pfi0nra1q")
-(patch "002" "1m670g2xzib6r81315q9r24nh9brmxkpq07acch1fwxmih94jqqy")
-(patch "003" "0x13c9wir4r44v2vdg96y0ahn8kl3wcmb5y0xn15yvid6pzk28fb")
-(patch "004" "0xjlkxfssfsd6jwbqhfjs4hybcps0b9zgz8v86vbhnzag4j39g89")
-(patch "005" "1x61bjl3wgs1gwla9b3y1hh12m1j5qlbis22258mljjl9mg900pg")
-]
diff --git a/third_party/nixpkgs/pkgs/development/libraries/readline/shobj-darwin.patch b/third_party/nixpkgs/pkgs/development/libraries/readline/shobj-darwin.patch
deleted file mode 100644
index a9199ca3e8..0000000000
--- a/third_party/nixpkgs/pkgs/development/libraries/readline/shobj-darwin.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/support/shobj-conf.orig 2006-04-11 06:15:43.000000000 -0700
-+++ b/support/shobj-conf 2007-11-08 01:15:43.000000000 -0800
-@@ -171,7 +171,7 @@
- SHLIB_LIBSUFF='dylib'
-
- case "${host_os}" in
-- darwin[78]*) SHOBJ_LDFLAGS=''
-+ darwin[789]*) SHOBJ_LDFLAGS=''
- SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
- ;;
- *) SHOBJ_LDFLAGS='-dynamic'
diff --git a/third_party/nixpkgs/pkgs/development/nim-packages/jsonschema/default.nix b/third_party/nixpkgs/pkgs/development/nim-packages/jsonschema/default.nix
index 8dc195b8b8..e19af7fbb8 100644
--- a/third_party/nixpkgs/pkgs/development/nim-packages/jsonschema/default.nix
+++ b/third_party/nixpkgs/pkgs/development/nim-packages/jsonschema/default.nix
@@ -1,8 +1,22 @@
-{ fetchFromGitHub }:
+{ lib, buildNimPackage, fetchFromGitHub, astpatternmatching }:
-fetchFromGitHub {
- owner = "PMunch";
- repo = "jsonschema";
- rev = "7b41c03e3e1a487d5a8f6b940ca8e764dc2cbabf";
- sha256 = "1js64jqd854yjladxvnylij4rsz7212k31ks541pqrdzm6hpblbz";
+buildNimPackage rec {
+ pname = "jsonschema";
+ version = "unstable-2019-09-12";
+
+ src = fetchFromGitHub {
+ owner = "PMunch";
+ repo = "jsonschema";
+ rev = "7b41c03e3e1a487d5a8f6b940ca8e764dc2cbabf";
+ sha256 = "1js64jqd854yjladxvnylij4rsz7212k31ks541pqrdzm6hpblbz";
+ };
+
+ propagatedBuildInputs = [ astpatternmatching ];
+
+ meta = with lib; {
+ homepage = "https://github.com/PMunch/jsonschema";
+ description = "Schema validation of JSON for Nim";
+ license = licenses.mit;
+ maintainers = [ maintainers.marsam ];
+ };
}
diff --git a/third_party/nixpkgs/pkgs/development/node-packages/node-packages.nix b/third_party/nixpkgs/pkgs/development/node-packages/node-packages.nix
index 8dcdbfeecf..e2be2faab6 100644
--- a/third_party/nixpkgs/pkgs/development/node-packages/node-packages.nix
+++ b/third_party/nixpkgs/pkgs/development/node-packages/node-packages.nix
@@ -85,22 +85,22 @@ let
sha512 = "o/xdK8b4P0t/xpCARgWXAeaiWeh9jeua6bP1jrcbfN39+Z4zC4x2jg4NysHNhz6spRG8dJFH3kJIUoIbs0Ckww==";
};
};
- "@ampproject/remapping-2.1.1" = {
+ "@ampproject/remapping-2.1.2" = {
name = "_at_ampproject_slash_remapping";
packageName = "@ampproject/remapping";
- version = "2.1.1";
+ version = "2.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.1.tgz";
- sha512 = "Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA==";
+ url = "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz";
+ sha512 = "hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==";
};
};
- "@angular-devkit/architect-0.1302.3" = {
+ "@angular-devkit/architect-0.1302.4" = {
name = "_at_angular-devkit_slash_architect";
packageName = "@angular-devkit/architect";
- version = "0.1302.3";
+ version = "0.1302.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1302.3.tgz";
- sha512 = "0m8jMKrFfIqsYt33zTUwSmyekyfuS67hna08RQ6USjzWQSE3z4S8ulCUARSjM6AzdMblX+whfy56nJUpT17NSA==";
+ url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1302.4.tgz";
+ sha512 = "9dS0Gvs4ER1DPSnKorJ4uk27A/rWwyvNy5CheOZu4ZTUnggGA7SFtMG7CKPD11Ae01lIMfxKfDqJYE8j2VpQaw==";
};
};
"@angular-devkit/core-13.2.2" = {
@@ -121,6 +121,15 @@ let
sha512 = "/47RA8qmWzeS60xSdaprIn1MiSv0Iw83t0M9/ENH7irFS5vMAq62NCcwiWXH59pZmvvLbF+7xy/RgYUZLr4nHQ==";
};
};
+ "@angular-devkit/core-13.2.4" = {
+ name = "_at_angular-devkit_slash_core";
+ packageName = "@angular-devkit/core";
+ version = "13.2.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@angular-devkit/core/-/core-13.2.4.tgz";
+ sha512 = "hSw1JWA/6dDAF/xleQRXGtzHphfU49TMUhvAoAmsmmz3NAn03xLy1dtqdIXIf+TkFXVvZDaAB2mW8KfRV67GFg==";
+ };
+ };
"@angular-devkit/schematics-13.2.2" = {
name = "_at_angular-devkit_slash_schematics";
packageName = "@angular-devkit/schematics";
@@ -139,6 +148,15 @@ let
sha512 = "+dyC4iKV0huvpjiuz4uyjLNK3FsCIp/Ghv5lXvhG6yok/dCAubsJItJOxi6G16aVCzG/E9zbsDfm9fNMyVOkgQ==";
};
};
+ "@angular-devkit/schematics-13.2.4" = {
+ name = "_at_angular-devkit_slash_schematics";
+ packageName = "@angular-devkit/schematics";
+ version = "13.2.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-13.2.4.tgz";
+ sha512 = "VMhYa4cDu5yE31OvHncAd15Rmlchih/Sr6sxFsIwkg4xzRNIIZCtwqxVXgf0TiTN9zrvlvzK7nhPqTGNqqYb2A==";
+ };
+ };
"@angular-devkit/schematics-cli-13.2.3" = {
name = "_at_angular-devkit_slash_schematics-cli";
packageName = "@angular-devkit/schematics-cli";
@@ -409,688 +427,688 @@ let
sha512 = "JJmFFwvbm08lULw4Nm5QOLg8+lAQeC8aCXK5xrtxntYzYXCGfHwUJ4Is3770Q7HmICsXthGQ+ZsDL7C2uH3yBQ==";
};
};
- "@aws-sdk/abort-controller-3.50.0" = {
+ "@aws-sdk/abort-controller-3.52.0" = {
name = "_at_aws-sdk_slash_abort-controller";
packageName = "@aws-sdk/abort-controller";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.50.0.tgz";
- sha512 = "QNr5uKO5mL5OyJr6w2yub3dF00WeLtw5qgNZIeb1bN2onbh3d8VreHi3glkXQw3SI1UE9O1HsqEknMJhTupvKg==";
+ url = "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.52.0.tgz";
+ sha512 = "Z+4uVtgwbKSChruh6R/WIrGb5uvvXi/d6EQ7zC6hyghtn9EGQc+WJ3BVB4bIUshwMunlgjA3nDiPb5V3t5zv8Q==";
};
};
- "@aws-sdk/chunked-blob-reader-3.49.0" = {
+ "@aws-sdk/chunked-blob-reader-3.52.0" = {
name = "_at_aws-sdk_slash_chunked-blob-reader";
packageName = "@aws-sdk/chunked-blob-reader";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/chunked-blob-reader/-/chunked-blob-reader-3.49.0.tgz";
- sha512 = "UI1rK4aBgwsQ6dOQs5Im1cNSb3c/RH1wKjD49zcwWyxe8e96C5G2LcshhVH3onWY5NgqQgs/ffEsXziGcNXRIg==";
+ url = "https://registry.npmjs.org/@aws-sdk/chunked-blob-reader/-/chunked-blob-reader-3.52.0.tgz";
+ sha512 = "BAZhriHHfvnGOd0P9xcnGu8DGyxOa0lgmEw+Tc6nZpXJzx0P+1Sd76q5gE5d/IZ0r5VTB6rfwwKUoG6iShNCwQ==";
};
};
- "@aws-sdk/chunked-blob-reader-native-3.49.0" = {
+ "@aws-sdk/chunked-blob-reader-native-3.52.0" = {
name = "_at_aws-sdk_slash_chunked-blob-reader-native";
packageName = "@aws-sdk/chunked-blob-reader-native";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/chunked-blob-reader-native/-/chunked-blob-reader-native-3.49.0.tgz";
- sha512 = "ppjmDWyufMB41Hmq5Gixd2+/c4kk2IPKKWT9zI9spKOYbbL/vY3FmRq4beQ6n5kWOzDPxKZ6wv04yrMS9yBy1A==";
+ url = "https://registry.npmjs.org/@aws-sdk/chunked-blob-reader-native/-/chunked-blob-reader-native-3.52.0.tgz";
+ sha512 = "/hVzC0Q12/mWRMBBQD3v82xsLSxZ4RwG6N44XP7MuJoHy4ui4T7D9RSuvBpzzr/4fqF0w9M7XYv6aM4BD2pFIQ==";
};
};
- "@aws-sdk/client-s3-3.51.0" = {
+ "@aws-sdk/client-s3-3.52.0" = {
name = "_at_aws-sdk_slash_client-s3";
packageName = "@aws-sdk/client-s3";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.51.0.tgz";
- sha512 = "BRbUJ1+SyXljadzAKpIukNnBiMMCJ39PXyAC+R8ShuMb6S0hhx8p9fQmvKwz+X1+4mrNY/AkRnCYROs4tFLXpw==";
+ url = "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.52.0.tgz";
+ sha512 = "QTY12zuKqWbtLG1H2RV13JG+NFNDeDAR2Ffka/qNHU6NMUqyQnyf/1h2UCVIekTmSaR6L6bYGgHl//kxMSUwCw==";
};
};
- "@aws-sdk/client-sso-3.51.0" = {
+ "@aws-sdk/client-sso-3.52.0" = {
name = "_at_aws-sdk_slash_client-sso";
packageName = "@aws-sdk/client-sso";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.51.0.tgz";
- sha512 = "YTYCQxptU5CwkHscHwF+2JGZ1a+YsT3G7ZEaKNYuz0iMtQd7koSsLSbvt6EDxjYJZQ6y7gUriRJWJq/LPn55kg==";
+ url = "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.52.0.tgz";
+ sha512 = "IvtZlZopWlWg6xnKSXAodWQaPcRySNBJLj68K6HJ8OVvBCgcXr53nNREArgPi0+KDzLsXqAZTRxvU5do/99PrA==";
};
};
- "@aws-sdk/client-sts-3.51.0" = {
+ "@aws-sdk/client-sts-3.52.0" = {
name = "_at_aws-sdk_slash_client-sts";
packageName = "@aws-sdk/client-sts";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.51.0.tgz";
- sha512 = "/dD+4tuolPQNiQArGa3PtVc8k6umfoY2YUVEt9eBzvnWnakbAtAoByiv3N9qxOph6511nZoz2MJV+ych4/eacA==";
+ url = "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.52.0.tgz";
+ sha512 = "tPLHYY9RdWehBQlyrwOaw4B31PqW1HmNNKJ3+Hc6KnEaiOwMAwQd8L7BFbSVG8ajQBDAEBUTDAkSaZ8jTYdfQQ==";
};
};
- "@aws-sdk/config-resolver-3.51.0" = {
+ "@aws-sdk/config-resolver-3.52.0" = {
name = "_at_aws-sdk_slash_config-resolver";
packageName = "@aws-sdk/config-resolver";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.51.0.tgz";
- sha512 = "TjPw78e/y2WOBOOQgasLiMtwwfv4pyTwhqUM9d+yzNBUKjN/Xun+b1bjxZB3QQFRhG1NFGaTSWi7y+c9o3lDWw==";
+ url = "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.52.0.tgz";
+ sha512 = "XKUCpPLMwdlqPtwutdMfAHWqGEPTDd14Dp01WyNhVtmTmsHkpFfLPpELLO1BczDS+jyoMUj+UDj9jHm4YLvXXg==";
};
};
- "@aws-sdk/credential-provider-env-3.50.0" = {
+ "@aws-sdk/credential-provider-env-3.52.0" = {
name = "_at_aws-sdk_slash_credential-provider-env";
packageName = "@aws-sdk/credential-provider-env";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.50.0.tgz";
- sha512 = "ZyFORU/soLC2R8kfIB8ppmmuCF+xkb2PAbSiGf1v7Q9OkqklIo9w4kJhEyV96UWgRy+dzBh9knIXJ6Ok/Tey2Q==";
+ url = "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.52.0.tgz";
+ sha512 = "9R8kTMQ3udNz7fyY/0rkU6Yhu0ALYQJZQ0lFCrxtNo2Nlo9taQtZgxhtRcv+EeqbTcJs91voNNz70HLbedtBUw==";
};
};
- "@aws-sdk/credential-provider-imds-3.51.0" = {
+ "@aws-sdk/credential-provider-imds-3.52.0" = {
name = "_at_aws-sdk_slash_credential-provider-imds";
packageName = "@aws-sdk/credential-provider-imds";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.51.0.tgz";
- sha512 = "hAUOo/TppiFvk37r4/RktslLr6DNa18YiTVw5WDtweYVNaJ2GUnyEa2nV4GtYwZOSrbQ2nZltYhVzgDbxVpseA==";
+ url = "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.52.0.tgz";
+ sha512 = "939kfHSkMLsOfQtO2nBqC/zAE1ecTOCAs72pKvVxrluGzDry4UtwlyQ4YGC04pYBRQeRIqvIOoVbADYJy4XjmQ==";
};
};
- "@aws-sdk/credential-provider-ini-3.51.0" = {
+ "@aws-sdk/credential-provider-ini-3.52.0" = {
name = "_at_aws-sdk_slash_credential-provider-ini";
packageName = "@aws-sdk/credential-provider-ini";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.51.0.tgz";
- sha512 = "CN+By85sZisxq4tmNB5RYnPagQdF/g5bdo+B/izPoRxd91VSAkX/YYdTwhzQ8E2uD/CktLRn/oHq8iIpuRsG6Q==";
+ url = "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.52.0.tgz";
+ sha512 = "MCzWWPYoZjZ3C/X8UXXf9eRqgGJc3Y1QyFXIuQzNrVhffrFkYOkOUQsG4s5TuDr1MmGfxe83XtHQgATJ0fe3zw==";
};
};
- "@aws-sdk/credential-provider-node-3.51.0" = {
+ "@aws-sdk/credential-provider-node-3.52.0" = {
name = "_at_aws-sdk_slash_credential-provider-node";
packageName = "@aws-sdk/credential-provider-node";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.51.0.tgz";
- sha512 = "rF1F2Yem886bufwWi4Li6JWUZ/8sjvZN4xzoHw2L8+TXcTtYBY0QpSAApIBjtSTQHoX6mtHKl5TDb9durGhIug==";
+ url = "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.52.0.tgz";
+ sha512 = "SUl+t2S7xKHxAkIfuyvucKQ/JemJ/bCsuCk2qtjTSiVjrLx65Rnfw14j+44JU8U5mP+xodpKNCpgIF5PHu1kKQ==";
};
};
- "@aws-sdk/credential-provider-process-3.51.0" = {
+ "@aws-sdk/credential-provider-process-3.52.0" = {
name = "_at_aws-sdk_slash_credential-provider-process";
packageName = "@aws-sdk/credential-provider-process";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.51.0.tgz";
- sha512 = "m99NHjQBg+dJ5v6Rcgqm/vn65clFEYiK2ygvu2gKJzqbNWWj1soTyhvxUC2Qi5z4VJvTfN5hABXNzlJPbMk6pw==";
+ url = "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.52.0.tgz";
+ sha512 = "DGaSprlcEGgFuCiXNH9moksa6/1vBmX/G/tt/ulpgFEJmKljoazIEgUse/6oPJT7t5jazydAqMRVp1HK3Jp/0A==";
};
};
- "@aws-sdk/credential-provider-sso-3.51.0" = {
+ "@aws-sdk/credential-provider-sso-3.52.0" = {
name = "_at_aws-sdk_slash_credential-provider-sso";
packageName = "@aws-sdk/credential-provider-sso";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.51.0.tgz";
- sha512 = "EIpk6opibnbFn5TBT00UysWlVASq+J+YWTs2I9oNuO4qazzLxkvnF9qH0Xx695Vb3VgCseUcu6wpnN5IFgRQ1w==";
+ url = "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.52.0.tgz";
+ sha512 = "8Q0X4wro+sPMYkbZE/ZW+CBpjxGq/x/vv4yQh7zdHpNfANhqjTSR8tUCApemVcfPtwNhQNPpW8KrlWUIMguHdg==";
};
};
- "@aws-sdk/credential-provider-web-identity-3.50.0" = {
+ "@aws-sdk/credential-provider-web-identity-3.52.0" = {
name = "_at_aws-sdk_slash_credential-provider-web-identity";
packageName = "@aws-sdk/credential-provider-web-identity";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.50.0.tgz";
- sha512 = "zaujz5di3UfNQVv0FUw0S5L1eHm4+thg4tlncaEASJoU9wLKnyGlcnNlqscJ0rBZzk7EdOuibX/nQCD9/tI8UA==";
+ url = "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.52.0.tgz";
+ sha512 = "+4qz0PZn9u6HRRNBO9YfIixdItukixPOtLP8tNlgriCh66BC6M1mAXXP/uq2x7kIaMRZtTo3Eey4T/tA0QMkOg==";
};
};
- "@aws-sdk/eventstream-marshaller-3.50.0" = {
+ "@aws-sdk/eventstream-marshaller-3.52.0" = {
name = "_at_aws-sdk_slash_eventstream-marshaller";
packageName = "@aws-sdk/eventstream-marshaller";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/eventstream-marshaller/-/eventstream-marshaller-3.50.0.tgz";
- sha512 = "LdKK8oomkyXY9SQY/CjziroagClC6fvPzNCfIONuLRQJs7msypP9HT7AC9TFqYIZI3FHo9uCWhj86BsS+yeAfg==";
+ url = "https://registry.npmjs.org/@aws-sdk/eventstream-marshaller/-/eventstream-marshaller-3.52.0.tgz";
+ sha512 = "RK5uWIOwae3Yzog8og3+e+k8kpRnjrg9hhOLmq2xG4m5seo7v7S5jfmb0uLX/Uqgd1vWMK5wKFJsdGhnAqykcQ==";
};
};
- "@aws-sdk/eventstream-serde-browser-3.50.0" = {
+ "@aws-sdk/eventstream-serde-browser-3.52.0" = {
name = "_at_aws-sdk_slash_eventstream-serde-browser";
packageName = "@aws-sdk/eventstream-serde-browser";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/eventstream-serde-browser/-/eventstream-serde-browser-3.50.0.tgz";
- sha512 = "0rqPBpd9rqbXJ78MWZvdp8SYhPFizgFl/XDDl7cdbqVFrfNuGYNf+9TELtHW0u6W/OqflU7JAHrIxUnFNQGiuA==";
+ url = "https://registry.npmjs.org/@aws-sdk/eventstream-serde-browser/-/eventstream-serde-browser-3.52.0.tgz";
+ sha512 = "Lo1RzjOCvOGDoyq1hdxO7YWsdyc5ZMo0+jf/SDm64ZM8jE4eRUh1iGj0kCOKIIr/tCbzhbvP4SoNDfehJ2rqfA==";
};
};
- "@aws-sdk/eventstream-serde-config-resolver-3.50.0" = {
+ "@aws-sdk/eventstream-serde-config-resolver-3.52.0" = {
name = "_at_aws-sdk_slash_eventstream-serde-config-resolver";
packageName = "@aws-sdk/eventstream-serde-config-resolver";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-3.50.0.tgz";
- sha512 = "aqsLCYJgTc3SJl37PD/YnugI2wlttQ4mn+iQQ6Bp0D1cTKIEi6ScP9XJWg6C7nBUXNI9fBj4kyw22/LomsOL5g==";
+ url = "https://registry.npmjs.org/@aws-sdk/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-3.52.0.tgz";
+ sha512 = "yCfYf2MepHPpRTsbGNNLVDbN22woSmNDM2bEeK5gDbyV23MGlnLxjekLKdBbH5M6FUqfMbpsM60gDgJgas3ovA==";
};
};
- "@aws-sdk/eventstream-serde-node-3.50.0" = {
+ "@aws-sdk/eventstream-serde-node-3.52.0" = {
name = "_at_aws-sdk_slash_eventstream-serde-node";
packageName = "@aws-sdk/eventstream-serde-node";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/eventstream-serde-node/-/eventstream-serde-node-3.50.0.tgz";
- sha512 = "dFqEl/9ua7cQkS8bji3IsCiLAL0kZn6okN1NnjNYRQDzrmxhj3ugYvp1Y1Gz2SdQ94CnQww0vUH+RmAKslqPlw==";
+ url = "https://registry.npmjs.org/@aws-sdk/eventstream-serde-node/-/eventstream-serde-node-3.52.0.tgz";
+ sha512 = "hL067bWZ875oL+l+Q1Wrhkq/V9727fHeJ1J4Kr/o84hGRnIkN7OiNDLIMyUTrGdc0I4diGUbc8FVJiRtZRmphw==";
};
};
- "@aws-sdk/eventstream-serde-universal-3.50.0" = {
+ "@aws-sdk/eventstream-serde-universal-3.52.0" = {
name = "_at_aws-sdk_slash_eventstream-serde-universal";
packageName = "@aws-sdk/eventstream-serde-universal";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/eventstream-serde-universal/-/eventstream-serde-universal-3.50.0.tgz";
- sha512 = "0ExTqMrkMLZl8MqRsAgGsBMD29JmuJqyiZ3cuAxJ5Bo2YSXL284tBVCtmYRRdmCvLpmJX7juV0eVoEd98nlBww==";
+ url = "https://registry.npmjs.org/@aws-sdk/eventstream-serde-universal/-/eventstream-serde-universal-3.52.0.tgz";
+ sha512 = "CDMcBJDNDJfGWz2Vk2p1Ef6JbZDVZVZDG8F7Gdhn7RsiMsFf7QiF4vcNEJwQIX25ZSerRqEitBT8nEZEDxEYGw==";
};
};
- "@aws-sdk/fetch-http-handler-3.50.0" = {
+ "@aws-sdk/fetch-http-handler-3.52.0" = {
name = "_at_aws-sdk_slash_fetch-http-handler";
packageName = "@aws-sdk/fetch-http-handler";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.50.0.tgz";
- sha512 = "2ntw0cvu/AYAthhhiMz9MlHQffVZbb0NqLwA72A+IBAQaI+jI3NxCWNIdPaowDWJ008ip5LCrXb7TpgX0wl65Q==";
+ url = "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.52.0.tgz";
+ sha512 = "pFXkCeEIcrgH8esRyUab1nnIo1cjUjrheqwb/MK3gJ363/kenT6IqYXOq0UO4mF7bn6IOz/yxODlhQIU6i1Vww==";
};
};
- "@aws-sdk/hash-blob-browser-3.50.0" = {
+ "@aws-sdk/hash-blob-browser-3.52.0" = {
name = "_at_aws-sdk_slash_hash-blob-browser";
packageName = "@aws-sdk/hash-blob-browser";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/hash-blob-browser/-/hash-blob-browser-3.50.0.tgz";
- sha512 = "r8xgdiqmxlhYmlUD2v2zfG5jQrWm9qesAIu3l0SR2ZTYlm4dg70KY8ek90SbkXCEWmelY3dv6zjsFL0oPcQtoQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/hash-blob-browser/-/hash-blob-browser-3.52.0.tgz";
+ sha512 = "EhEXgO/cb67EHXl/F1D3vtdv695n1nIrAQLdiTOcNvdMRWLpjb2MkR3GI9tppkTabF4o3allgZVebKVeqINSMQ==";
};
};
- "@aws-sdk/hash-node-3.50.0" = {
+ "@aws-sdk/hash-node-3.52.0" = {
name = "_at_aws-sdk_slash_hash-node";
packageName = "@aws-sdk/hash-node";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.50.0.tgz";
- sha512 = "g0rgNaGt2OkoypnIy81QUamgIgVEmNl3OPPv8Ug2xDu+HJJQ2q7kIRTdVd9NZr3cCUMP4hsaYtwBYA4QOvtvLg==";
+ url = "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.52.0.tgz";
+ sha512 = "pN2dSSyyy0emFFtK6jgmzYXcJHITbfdPqR7UTQ1fj1wFvbURPN19C1f4uYbVDjuiUQX01hLclJDLnPy1BIzTGQ==";
};
};
- "@aws-sdk/hash-stream-node-3.50.0" = {
+ "@aws-sdk/hash-stream-node-3.52.0" = {
name = "_at_aws-sdk_slash_hash-stream-node";
packageName = "@aws-sdk/hash-stream-node";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/hash-stream-node/-/hash-stream-node-3.50.0.tgz";
- sha512 = "5Jc/J2LzqfAyDOKJ7GE1tJHdMvApJ6vDe/jHFndPrAr0a42uEANgUHqdoDy7PtMz77/yRYvWxsj9j/+0T2fZAg==";
+ url = "https://registry.npmjs.org/@aws-sdk/hash-stream-node/-/hash-stream-node-3.52.0.tgz";
+ sha512 = "Khgy6DM2Kpcqbom8dYQtH7GmxnprdQVHsKvhmkReqfksxvrwNwo+S2RCDlceGTVIkELuvyfnVd19JLQO7BnqTw==";
};
};
- "@aws-sdk/invalid-dependency-3.50.0" = {
+ "@aws-sdk/invalid-dependency-3.52.0" = {
name = "_at_aws-sdk_slash_invalid-dependency";
packageName = "@aws-sdk/invalid-dependency";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.50.0.tgz";
- sha512 = "Eu/I0rFnCgA6InIQ3h4jDmdUpDrGGFZH84+mN+LcVavE+j84WRGb1VNWsEWori8is7bjuM7e7twOvNxJ6rDqTw==";
+ url = "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.52.0.tgz";
+ sha512 = "TjRzfFFiY4i/a9ry5llCQMiIwpyhIyriM2QuPgAdRaRPM076I01FohUzlAc7zgwwhCa5rpI4zRZ+auGPrU44Gw==";
};
};
- "@aws-sdk/is-array-buffer-3.49.0" = {
+ "@aws-sdk/is-array-buffer-3.52.0" = {
name = "_at_aws-sdk_slash_is-array-buffer";
packageName = "@aws-sdk/is-array-buffer";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.49.0.tgz";
- sha512 = "tLba+xvlm1+aAnv+bGieVZo8DCENbqfS9kLf/hp+9hrUSiNAsxs9Pqi34JBpMKGn6h9qORp6f8ClRS+gK8yvWg==";
+ url = "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.52.0.tgz";
+ sha512 = "5Pe9QKrOeSZb9Z8gtlx9CDMfxH8EiNdClBfXBbc6CiUM7y6l7UintYHkm133zM5XTqtMRYY1jaD8svVAoRPApA==";
};
};
- "@aws-sdk/md5-js-3.50.0" = {
+ "@aws-sdk/md5-js-3.52.0" = {
name = "_at_aws-sdk_slash_md5-js";
packageName = "@aws-sdk/md5-js";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/md5-js/-/md5-js-3.50.0.tgz";
- sha512 = "yO6ocDVq7Tk1tEzaikNk2qIEQ4yWOrwBJyOgH+vPPbiM0ldwgqK7dxjd0Y8vvACyCTLvqwUKwwMABudHREhR4w==";
+ url = "https://registry.npmjs.org/@aws-sdk/md5-js/-/md5-js-3.52.0.tgz";
+ sha512 = "M0oHeBDvXCapQvvGzzlMrkW1vRfExngB/Gn93Vmdpt97+ieHkfHgo9fU/erQKb+HwnlZbhVJW3vEgfHPLvql6A==";
};
};
- "@aws-sdk/middleware-apply-body-checksum-3.50.0" = {
+ "@aws-sdk/middleware-apply-body-checksum-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-apply-body-checksum";
packageName = "@aws-sdk/middleware-apply-body-checksum";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-apply-body-checksum/-/middleware-apply-body-checksum-3.50.0.tgz";
- sha512 = "px5W7eq93cGbh8Eb23Hh8RK35uP54vy3NjjyyJCBtL4Yb/4UEgQJUwn1HMW6EAc0x3CEm1TQ2a05gTIeib6PcA==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-apply-body-checksum/-/middleware-apply-body-checksum-3.52.0.tgz";
+ sha512 = "f5ynflavshbkmV4ZpcwW2WoYAP69bOpv8bUPNsiKEzL07q6ZperkIaYre9BajNMxGN+UNSoE5CQIvRGcwC6UxA==";
};
};
- "@aws-sdk/middleware-bucket-endpoint-3.51.0" = {
+ "@aws-sdk/middleware-bucket-endpoint-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-bucket-endpoint";
packageName = "@aws-sdk/middleware-bucket-endpoint";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.51.0.tgz";
- sha512 = "YvAlnKto7qUS62W2S89ild0ziF5SCaG4MI0Hno1zQDWKiRZ3e6nACnAJc5Uy8Eah7oGkzSzR0UcPcfJZwv8wUQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.52.0.tgz";
+ sha512 = "KOq8kTzhWYiwits89pnCduL7ojijthfFR5PRvLW6IwQbPxIg/AjdO5gYbMUTLaVAO1b7LoI3ztk+lmLQ2yvjOA==";
};
};
- "@aws-sdk/middleware-content-length-3.50.0" = {
+ "@aws-sdk/middleware-content-length-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-content-length";
packageName = "@aws-sdk/middleware-content-length";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.50.0.tgz";
- sha512 = "vMvE4qFuquNApbJhJx2AFTlw8/XzhVthemUsPr5+/Np11ns5NdeNPOEg3DtA5kViLEk9p/mqHRBwzp5ef40xaw==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.52.0.tgz";
+ sha512 = "U+aa8UswtEvEdt4vvX+C4b+vetSpG6PZVeGN/hZ2J0j3jQxODQtjKHU3VIO+Fvp8m9rSCtcfAPly5CcejHLeKw==";
};
};
- "@aws-sdk/middleware-expect-continue-3.50.0" = {
+ "@aws-sdk/middleware-expect-continue-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-expect-continue";
packageName = "@aws-sdk/middleware-expect-continue";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.50.0.tgz";
- sha512 = "t/7UGPH+Z4lW33HMymSLMANmea0RpNubDfBOLtRdjlVMHgYMtIdeCI43EklW4a6+KJ4Sy68Nx8EQweOZB+UJBA==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.52.0.tgz";
+ sha512 = "1rpD1I/HwDdVAW9wBtLv34gxrfkfLEyTEj2Y/1Qh/62rMX7KbBT0CmbbO33upOqyrsJDW961Mu/d5cVZW1N3XQ==";
};
};
- "@aws-sdk/middleware-header-default-3.50.0" = {
+ "@aws-sdk/middleware-header-default-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-header-default";
packageName = "@aws-sdk/middleware-header-default";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-header-default/-/middleware-header-default-3.50.0.tgz";
- sha512 = "jCo9pGAwGOIN7/RZc7MRgUKQxDc6msFDCu0c7E0n4Z7XdVmyJt2dfpiexE683Q+rv/6AE4KzI+QlYoMQYGLiGw==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-header-default/-/middleware-header-default-3.52.0.tgz";
+ sha512 = "ts5kuAnLjC9HW9W/vkCrlMa4a5DG45BkOjhYhD4YZCDBt9+E/N5Pt/14jmTdTO5LQ26zVC6Z3ByBXXayDKEIow==";
};
};
- "@aws-sdk/middleware-host-header-3.50.0" = {
+ "@aws-sdk/middleware-host-header-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-host-header";
packageName = "@aws-sdk/middleware-host-header";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.50.0.tgz";
- sha512 = "y9n6o7PdGP608KuxJ4p3u6kcVVoG2cS1lF5e23s0ZfdtRvXHPjMDmfjBZRl4UQyZBQezKjIUcdX411j5lklcJA==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.52.0.tgz";
+ sha512 = "t7y0gtJyFNrS6bwluR7N2LtppA7B0SDk+uNlvOJOYnJRms89fXltyMJWl8wrv8IHHvrhRLwNEP22vvOhn3hriA==";
};
};
- "@aws-sdk/middleware-location-constraint-3.50.0" = {
+ "@aws-sdk/middleware-location-constraint-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-location-constraint";
packageName = "@aws-sdk/middleware-location-constraint";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.50.0.tgz";
- sha512 = "vlg3VXoddorADHpX1VeGkBge+eeSoOxC6nvB5CZbpY66QVhOzGrnwdQhNaZ72ZyqMBN5tlkRTSmzh3dNG7bgPw==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.52.0.tgz";
+ sha512 = "P+RfKVXL6X+vu7e54vu73TNje15y+Jo1VEbBpFGz5wYsLlBO58e6utDYLOYLwj+WzLqShSzZX9ejZzxrOSYQdQ==";
};
};
- "@aws-sdk/middleware-logger-3.50.0" = {
+ "@aws-sdk/middleware-logger-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-logger";
packageName = "@aws-sdk/middleware-logger";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.50.0.tgz";
- sha512 = "kAEyl3wmFz3NgUvqC5bqiIWNV72sIuxqIWVeDWk3bAQylXAEa1kGaCgxNtY7Toz1dXk4rKagSa/hSIGNwgMm4A==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.52.0.tgz";
+ sha512 = "YbFuJAsOPvbYe64gpqmS6XmEQXwyAGwH3Y4iOp3CnrGAz/zXbwWwzb653Uby+h4PVkTZ1+RviCO/A6si9bUkhw==";
};
};
- "@aws-sdk/middleware-retry-3.51.0" = {
+ "@aws-sdk/middleware-retry-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-retry";
packageName = "@aws-sdk/middleware-retry";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.51.0.tgz";
- sha512 = "MhQoNoem3K077z6SoW+sAAKrmTz6pF8Dx5JWUAr+kzazaMGV0sCCqG8B1Uc7i13yQ7cBSTS3UWjXy5XpQxd9KQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.52.0.tgz";
+ sha512 = "O+4mfn7OPv1POYagKwOgdlc16AQFWa4bY05g6Y94KZ2400ywNpK+Y2cwdskyNU3OTGOlluVGR21W5eO1b+XhNg==";
};
};
- "@aws-sdk/middleware-sdk-s3-3.50.0" = {
+ "@aws-sdk/middleware-sdk-s3-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-sdk-s3";
packageName = "@aws-sdk/middleware-sdk-s3";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.50.0.tgz";
- sha512 = "RH9XwgrLYOli8hvnxs4HZqDvWMc9hQSNPJEgeEAnzEf0N84shSI/zRabCc7N0KDFjioxBtQkIcB3BWNHDIM8gg==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.52.0.tgz";
+ sha512 = "M9ivvdTEPFoFUgfGLdFeRxFGRh/Edq6tevSnWjdOoLTgbzq8tnuKkj9v3gKsIN+a1QWP6Ef0ThH/jyuFDcBEnQ==";
};
};
- "@aws-sdk/middleware-sdk-sts-3.50.0" = {
+ "@aws-sdk/middleware-sdk-sts-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-sdk-sts";
packageName = "@aws-sdk/middleware-sdk-sts";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.50.0.tgz";
- sha512 = "o0SqaYs8TrPkm4G356GY9gucvwI2gCMxw7MAhm0tmfQu8ZL4RyNzsnGZmhgFbmpw59vJ9RxIAA8zwiKR2gI9lw==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.52.0.tgz";
+ sha512 = "NB1wHvOp+I6DXi5fPutyl9dAWvJYqzRqdi8lMeu02ub/d6nybrAjoB56za1LvGblcoEiYClf1A6dTKtmydgzFQ==";
};
};
- "@aws-sdk/middleware-serde-3.50.0" = {
+ "@aws-sdk/middleware-serde-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-serde";
packageName = "@aws-sdk/middleware-serde";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.50.0.tgz";
- sha512 = "z8u2/setFnkjyh5jVNjZuwSjJRRZoE1JbueVqXj7HKVRBUcaofwutSi6C5e7Vtfr2Q+n/yTF5sUX9gcuPgTU0A==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.52.0.tgz";
+ sha512 = "4ZooINTdOI4+T6pEiu8xte5EEhOqbE/wqOwBzvOASk3JKElZ93u6xKP2u7UKVD6asBBYK2mDrYSy1PsU4fNl4A==";
};
};
- "@aws-sdk/middleware-signing-3.50.0" = {
+ "@aws-sdk/middleware-signing-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-signing";
packageName = "@aws-sdk/middleware-signing";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.50.0.tgz";
- sha512 = "sokzKMuMCBGZJki5i0fO8F7QIlb7AjzQZ0585QD11HFQvt1v2uVTfKQ0rhJ90ayR+tDKTdv2iF2JTOVaMTkYlQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.52.0.tgz";
+ sha512 = "7FUqmZQ5DzaDJYCJ3YmOHRFEyFeohtsDQ1akWD2qekcjp16ftBtk05Fi9am5/L7pO8svVzobji/wg00Tlq183A==";
};
};
- "@aws-sdk/middleware-ssec-3.50.0" = {
+ "@aws-sdk/middleware-ssec-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-ssec";
packageName = "@aws-sdk/middleware-ssec";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.50.0.tgz";
- sha512 = "HQuadcnIGrBxsgCoc5BJ1SxjIxxXeB+GgwwLcsvRD3+YHyhT19gVTc4aPMpZYG9l0BFCSipnXppaIjJLpeJrSg==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.52.0.tgz";
+ sha512 = "lEswW+Hf5tvkPs6aNRbPF5/Iizh62lq4NK6bZjvQF6kqyUoIGhOehQOZMmTm6jw0058KVhrzNIKipBpi7LuF6w==";
};
};
- "@aws-sdk/middleware-stack-3.50.0" = {
+ "@aws-sdk/middleware-stack-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-stack";
packageName = "@aws-sdk/middleware-stack";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.50.0.tgz";
- sha512 = "bnWnNz/KWMI0DT7neTV08oDyGEa4FUUpVS3xtL0JpYuUT8+k+9NlaR3DW5hWzKWKOXAV9LVx5GTyetZjXtwp/A==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.52.0.tgz";
+ sha512 = "4OTbQ+tWc6Le7es3kSnXBzCyddcUw6Sk2GupR/1+PD9v4/qvtKXXK+uD4bMDDMfi6dTNV+2riOGBniOtBVsayw==";
};
};
- "@aws-sdk/middleware-user-agent-3.50.0" = {
+ "@aws-sdk/middleware-user-agent-3.52.0" = {
name = "_at_aws-sdk_slash_middleware-user-agent";
packageName = "@aws-sdk/middleware-user-agent";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.50.0.tgz";
- sha512 = "djHWGzHyXNwJVTGEJ3xKNXr3s0XKfnVLq+B+isqNvR2Z42XdXd/ke1xZ+ZLcwO6dfZ5D7oUPtYJHTmBAZet3aQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.52.0.tgz";
+ sha512 = "sfdJvAp/f4PHmQvSklFAuCpD7gqloG502gSmBAMrXKqYykvQ5SAGyr6sCZPWf8CZxKtn5n4ftg8CLKywwrKwmg==";
};
};
- "@aws-sdk/node-config-provider-3.51.0" = {
+ "@aws-sdk/node-config-provider-3.52.0" = {
name = "_at_aws-sdk_slash_node-config-provider";
packageName = "@aws-sdk/node-config-provider";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.51.0.tgz";
- sha512 = "EqZzpKNCO/wq7JF3Pc6dzlERN9TxopbYysaYhg1XvDznKXRWcEM1YL1vQJXzcDYSDu6c/alBGKEFJTqUD9WClg==";
+ url = "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.52.0.tgz";
+ sha512 = "vfeTzkfVtGaNQrnhCRMObqid0shxFtNFEnnU1Nnx7HsgBfag2/T6fnsDzdVGaliQ6nmfg+RMrhzw2VECyBTHQQ==";
};
};
- "@aws-sdk/node-http-handler-3.50.0" = {
+ "@aws-sdk/node-http-handler-3.52.0" = {
name = "_at_aws-sdk_slash_node-http-handler";
packageName = "@aws-sdk/node-http-handler";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.50.0.tgz";
- sha512 = "k7/A8yzIyq1NEWfuv/HprJs8kHXVSLKxWRDS6aEE92wyMFs8o/B+E7MEVeuYbldvpBU0GDg8ZbAYLX2yIxQj+A==";
+ url = "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.52.0.tgz";
+ sha512 = "MjLkndwLuWye1kavyFnDw5BvK8Rg4YpMULTne++OL/uEsxWO786K+QQMyLWkirPe+ELMEYu/3eOrQTly2tqHsA==";
};
};
- "@aws-sdk/property-provider-3.50.0" = {
+ "@aws-sdk/property-provider-3.52.0" = {
name = "_at_aws-sdk_slash_property-provider";
packageName = "@aws-sdk/property-provider";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.50.0.tgz";
- sha512 = "mY59kMP7QGNO19mxz+bAuvwEOeGwD7Dy/CeG3qGSGnEUrymjyPt31R+ptaZpE2gP5/ZEGBohbmDZag0l6sQyxg==";
+ url = "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.52.0.tgz";
+ sha512 = "Ooam7CvGefHKhMwQ413MiEtDTFw70xbCduJCF7Bg1F0WKrf700M/Yte+q3E0ljlXWJ28rwJNgwW3ptZaSXMGPg==";
};
};
- "@aws-sdk/protocol-http-3.50.0" = {
+ "@aws-sdk/protocol-http-3.52.0" = {
name = "_at_aws-sdk_slash_protocol-http";
packageName = "@aws-sdk/protocol-http";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.50.0.tgz";
- sha512 = "o6/eoDqjNRIKq6Zp5ujS6oP/GhQRzqvEsvWgKXHMVEMPmr9jkyQEdOqs4eWQ0+eRKJYhhWU3Perd6B+8z7BC1Q==";
+ url = "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.52.0.tgz";
+ sha512 = "L6ITU9NG0L6nyYfzhSLa0EsgDlyL1vHNz+Om9o7TayUUF7O0f3UiZToWf2hdETQ04Os8625aZt0VH92ZnYyeEw==";
};
};
- "@aws-sdk/querystring-builder-3.50.0" = {
+ "@aws-sdk/querystring-builder-3.52.0" = {
name = "_at_aws-sdk_slash_querystring-builder";
packageName = "@aws-sdk/querystring-builder";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.50.0.tgz";
- sha512 = "2p9dt38qsWTo6iIdlIbsatNP8frEH0uqBcehJErX48UFhdeuRpy5E75c4Y9nRcqK2dZLpJ1ph+IiOiJEi28ZPg==";
+ url = "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.52.0.tgz";
+ sha512 = "RfNXqKeR6mdg2n2LO5Vs2Bz+f47/KN5k36HWk04bSwIbhnBtslXBp0F1KgSPkeP56KEgmmUWldRD7g8BvDkgAw==";
};
};
- "@aws-sdk/querystring-parser-3.50.0" = {
+ "@aws-sdk/querystring-parser-3.52.0" = {
name = "_at_aws-sdk_slash_querystring-parser";
packageName = "@aws-sdk/querystring-parser";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.50.0.tgz";
- sha512 = "7bDwE4oAT1R78s7qvQsfuzMN0mKe86wWApUe7FPBitpcxstQhTRF3w+fuAwjJCxEQ/Dq/yYzYN1BNELLCon19Q==";
+ url = "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.52.0.tgz";
+ sha512 = "/A6PauieStZajbkxX3sZSBBDacGDc3I/Sk7rjJulmg1GnizeVcUgx1OUdDh1JasdqA1h9E3ks/Y2Lu3xUMctLw==";
};
};
- "@aws-sdk/s3-request-presigner-3.51.0" = {
+ "@aws-sdk/s3-request-presigner-3.52.0" = {
name = "_at_aws-sdk_slash_s3-request-presigner";
packageName = "@aws-sdk/s3-request-presigner";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.51.0.tgz";
- sha512 = "b2oOiu+mc7GzD10xQ688rH2p0LcMZWvNgQ0PGICTSKU9HgDqQFsU7TNOE3EgKYLqEDQjdKyvHdAJZKNx3tZ9BQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.52.0.tgz";
+ sha512 = "6TGPTP5L3+nfOR5K+AQNS1NDp1aYxozQ5vW4KGI+P1XVnLZZ36Ey3VoCdrmI2b6b8qy9pT3c3bXfPwEN4gSIOQ==";
};
};
- "@aws-sdk/service-error-classification-3.50.0" = {
+ "@aws-sdk/service-error-classification-3.52.0" = {
name = "_at_aws-sdk_slash_service-error-classification";
packageName = "@aws-sdk/service-error-classification";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.50.0.tgz";
- sha512 = "w3ZrVnBfNTOH2B4SNgtGT/oUuQhNTONDgVZxDdIj0AXLEV7qAipI8bU32SMXTx1Lds7gaqysKsWw5F/Bc5MlLg==";
+ url = "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.52.0.tgz";
+ sha512 = "2bpSIZCx5VGp2CBTeXK6PxlBYWrn2wiqxBVYstDRExZ8P7edcwPRgWi8qaKgPM2wvstZwJieF774niiuLddIpg==";
};
};
- "@aws-sdk/shared-ini-file-loader-3.51.0" = {
+ "@aws-sdk/shared-ini-file-loader-3.52.0" = {
name = "_at_aws-sdk_slash_shared-ini-file-loader";
packageName = "@aws-sdk/shared-ini-file-loader";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.51.0.tgz";
- sha512 = "4BglbnyUugAis4TX2XmZdgwoKouoTo6ey9nKyXPqpF/T3T6xqw1BrV0LCtChFOEue7WxhcufAcbLiofnYV9EAA==";
+ url = "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.52.0.tgz";
+ sha512 = "tALb8u8IVcI4pT7yFZpl4O6kgeY5EAXyphZoRPgQSCDhmEyFUIi/sXbCN8HQiHjnHdWfXdaNE1YsZcW3GpcuoQ==";
};
};
- "@aws-sdk/signature-v4-3.50.0" = {
+ "@aws-sdk/signature-v4-3.52.0" = {
name = "_at_aws-sdk_slash_signature-v4";
packageName = "@aws-sdk/signature-v4";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.50.0.tgz";
- sha512 = "NEYqyKjq453Aqv1fBMj8bLwf/Rus6IxY1YpbeCMtZOPlTxHg9KPWd7GzjIFP4AbD1iksxqtBO+C5mFLcejYNUA==";
+ url = "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.52.0.tgz";
+ sha512 = "lSlDASXGLup5v12kclzT2ZLoUnnVLknSRcMXrTVjnX7spmHMbs6s7LOcN0RXZzFIACs7vW+930KUzhBxt8UiFQ==";
};
};
- "@aws-sdk/smithy-client-3.50.0" = {
+ "@aws-sdk/smithy-client-3.52.0" = {
name = "_at_aws-sdk_slash_smithy-client";
packageName = "@aws-sdk/smithy-client";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.50.0.tgz";
- sha512 = "0pX4GNONWS5PqJwAfJH0E3fdzvqhtfwPPhq2ZiFCx7wTir9Y3R4dKMbeeXUf7QsjZzC41Nz9/7xYsSjPsMRKAA==";
+ url = "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.52.0.tgz";
+ sha512 = "GuOJuoA1kky/v2p7byOZGq7YOiu2Ov8DA3d58gM6L/q7XavBjnzwNB/BYU7SPU3Ly6S7qGxBJFeadufic4bCYg==";
};
};
- "@aws-sdk/types-3.50.0" = {
+ "@aws-sdk/types-3.52.0" = {
name = "_at_aws-sdk_slash_types";
packageName = "@aws-sdk/types";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/types/-/types-3.50.0.tgz";
- sha512 = "ANj9L+lR4NWWSLPkr5tRdFaw0kW0BjlDgnyNWyFrGVOHqT0MYjhCjPsH2y45G59z+b2qe+v/VsKuTyNmSvoZCA==";
+ url = "https://registry.npmjs.org/@aws-sdk/types/-/types-3.52.0.tgz";
+ sha512 = "5deI1v6Fr7/a+TT9hPuiy6I/L/7uJTda3q3DEvUd0CsGbBB/fcDXJg8jlnMHcmw7mkfP9vE553ZJQS3Cb0v4vg==";
};
};
- "@aws-sdk/url-parser-3.50.0" = {
+ "@aws-sdk/url-parser-3.52.0" = {
name = "_at_aws-sdk_slash_url-parser";
packageName = "@aws-sdk/url-parser";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.50.0.tgz";
- sha512 = "dyexaE+SJpN8Cf9nm3Uslo9eySjA9B22Mb/lw7XLgG58IxMmvj6+IjphV0/uIqj3CJ5OS7B7r5RCc5xqZwhCqg==";
+ url = "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.52.0.tgz";
+ sha512 = "/9OJwol/384jsISiAs5JX7fkgd9mv7hJsHFCVXnByim5qTZu1V9fMcJYJ1L3iRmfCRy0w75UDJljIx2RZnwAYw==";
};
};
- "@aws-sdk/util-arn-parser-3.49.0" = {
+ "@aws-sdk/util-arn-parser-3.52.0" = {
name = "_at_aws-sdk_slash_util-arn-parser";
packageName = "@aws-sdk/util-arn-parser";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.49.0.tgz";
- sha512 = "mAF4lzxqMUFMQAf+NQSxW7jC5hYXNM7mPItBFs/yI3F25MXBw88Q+wAof7iIyRnRcpJvgZ3I7P8vJriAwrSbFg==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.52.0.tgz";
+ sha512 = "mMsoYJ70+BGkVpdfQbu942v4fAGzx+pIL8+QnQhzUmcU0HbNkI0vYliMWfzz7ka9CHgbijUI/ANKA319zgKtvA==";
};
};
- "@aws-sdk/util-base64-browser-3.49.0" = {
+ "@aws-sdk/util-base64-browser-3.52.0" = {
name = "_at_aws-sdk_slash_util-base64-browser";
packageName = "@aws-sdk/util-base64-browser";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-base64-browser/-/util-base64-browser-3.49.0.tgz";
- sha512 = "HFXJbsJC6AfrnO9M8KuFDo4ihvLbCbCFCfpWy0Gs4t8kTcvGqH8fIpfVsQKAtFHMmb8fen2LduOk+NNSA7srYw==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-base64-browser/-/util-base64-browser-3.52.0.tgz";
+ sha512 = "xjv/cQ4goWXAiGEC/AIL/GtlHg4p4RkQKs6/zxn9jOxo1OnbppLMJ0LjCtv4/JVYIVGHrx0VJ8Exyod7Ln+NeA==";
};
};
- "@aws-sdk/util-base64-node-3.49.0" = {
+ "@aws-sdk/util-base64-node-3.52.0" = {
name = "_at_aws-sdk_slash_util-base64-node";
packageName = "@aws-sdk/util-base64-node";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-base64-node/-/util-base64-node-3.49.0.tgz";
- sha512 = "xFAzOLZJOEZipG3KVLjB5z1g5PJSi6cmZOGWg2NC2/H5N0/Z+e5ObnIH8mpfO1d6kWchUuo3qJ6fTOvg/ynw7A==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-base64-node/-/util-base64-node-3.52.0.tgz";
+ sha512 = "V96YIXBuIiVu7Zk72Y9dly7Io9cYOT30Hjf77KAkBeizlFgT5gWklWYGcytPY8FxLuEy4dPLeHRmgwQnlDwgPA==";
};
};
- "@aws-sdk/util-body-length-browser-3.49.0" = {
+ "@aws-sdk/util-body-length-browser-3.52.0" = {
name = "_at_aws-sdk_slash_util-body-length-browser";
packageName = "@aws-sdk/util-body-length-browser";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.49.0.tgz";
- sha512 = "4a9Bw33JGKefaZDORlosQRMKxJGEYEiDD5kgNvwIv+KRl5yj2unePia6aFWMqXTWqidOb9WVlqc0Lh73ei5pTg==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.52.0.tgz";
+ sha512 = "8omOgIGmopUtwg3XaeyvqacxrIrCsDKUVQp5n+8iLmyYt5mQM70vXbUC273GJzKDtibGDfxiN4FqSLBlo9F/oQ==";
};
};
- "@aws-sdk/util-body-length-node-3.49.0" = {
+ "@aws-sdk/util-body-length-node-3.52.0" = {
name = "_at_aws-sdk_slash_util-body-length-node";
packageName = "@aws-sdk/util-body-length-node";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.49.0.tgz";
- sha512 = "ME5Sc8jo9BzToUjWskQKZM/NqN9PpwRDTOSH6EISDBUiH5bhWfY8MLkZqIN2UZz/XOiV3yOeWAU+fMYNnGdAQQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.52.0.tgz";
+ sha512 = "1WWsGh0hip4y1uvOLFV2v3Nvq3W35dmW5YniCi0gQDBLc5JHES8Zka7yoCDYOfaYFUodVH5mC/jFBjGRQ3TpDw==";
};
};
- "@aws-sdk/util-buffer-from-3.49.0" = {
+ "@aws-sdk/util-buffer-from-3.52.0" = {
name = "_at_aws-sdk_slash_util-buffer-from";
packageName = "@aws-sdk/util-buffer-from";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.49.0.tgz";
- sha512 = "8JbIPYn91f+16QpDk000PdIBlBZu8/SoL1nF2fpAJ+M98jXpKUws3oiCztJ2FPIKRe/3ikKuZM4HxWrDyJa40Q==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.52.0.tgz";
+ sha512 = "hsG0lMlHjJUFoXIy59QLn6x4QU/vp/e0t3EjdD0t8aymB9iuJ43UeLjYTZdrOgtbWb8MXEF747vwg+P6n+4Lxw==";
};
};
- "@aws-sdk/util-config-provider-3.49.0" = {
+ "@aws-sdk/util-config-provider-3.52.0" = {
name = "_at_aws-sdk_slash_util-config-provider";
packageName = "@aws-sdk/util-config-provider";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.49.0.tgz";
- sha512 = "oVGT9q9UIGdv9Cra4B51QNciWKYQXTlfh8oD2FgLp91NbGTIkQLvK7Pah4TbBoa5+0u/obBI07UwCVn7wphWBQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.52.0.tgz";
+ sha512 = "1wonBNkOOLJpMZnz2Kn69ToFgSoTTyGzJInir8WC5sME3zpkb5j41kTuEVbImNJhVv9MKjmGYrMeZbBVniLRPw==";
};
};
- "@aws-sdk/util-create-request-3.50.0" = {
+ "@aws-sdk/util-create-request-3.52.0" = {
name = "_at_aws-sdk_slash_util-create-request";
packageName = "@aws-sdk/util-create-request";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-create-request/-/util-create-request-3.50.0.tgz";
- sha512 = "6WtnVo+tjnqk2BH92y1TRSX+9UuohdvUFTZLR/sCHuh4r2Mh/ghCJE7Vl77voR+DHk+SJI/G/1DiHhcfVMsTAw==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-create-request/-/util-create-request-3.52.0.tgz";
+ sha512 = "j2KJf4SsAuMNZw92T+ti8VoJ1wILlZl81+3ZvIWho4k3hvjf05eXH/l4P0tZ7aCRfljx+NoaJbuKAT7XcpDQ5Q==";
};
};
- "@aws-sdk/util-credentials-3.51.0" = {
+ "@aws-sdk/util-credentials-3.52.0" = {
name = "_at_aws-sdk_slash_util-credentials";
packageName = "@aws-sdk/util-credentials";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-credentials/-/util-credentials-3.51.0.tgz";
- sha512 = "qAvsK4etS/lRtQaJRBdJquaASvsxlcLE7eFsWHkjzzaUvuOxB98nO9GCe5J2SDbKvnexQt+PUKNpH8JyO59JPQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-credentials/-/util-credentials-3.52.0.tgz";
+ sha512 = "fNcm2cNzDHWt5Pr6xD2FXA40jkcgClsbumuI0VBhLEyNLfoetwPImKTpqbxo1XfWVxhqIbT/ELnrbS2OYBRIXg==";
};
};
- "@aws-sdk/util-defaults-mode-browser-3.50.0" = {
+ "@aws-sdk/util-defaults-mode-browser-3.52.0" = {
name = "_at_aws-sdk_slash_util-defaults-mode-browser";
packageName = "@aws-sdk/util-defaults-mode-browser";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.50.0.tgz";
- sha512 = "W5WMC+3IHshIEK3WePHoI64B06IWqBLIxZbzlC9ewu/VDOEH0Uxt4UyQBdwh08Ip6SgLLfnG2dHWu6DaYCrepw==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.52.0.tgz";
+ sha512 = "N2/DHJ/OfiQ5zP97k9cJ8jSGiWDjtR7oFqXR+wbKZzKOww6vencMPYlndU6v1uZOKEjoj+NBr5N0jPEjCz+6+g==";
};
};
- "@aws-sdk/util-defaults-mode-node-3.51.0" = {
+ "@aws-sdk/util-defaults-mode-node-3.52.0" = {
name = "_at_aws-sdk_slash_util-defaults-mode-node";
packageName = "@aws-sdk/util-defaults-mode-node";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.51.0.tgz";
- sha512 = "DK58poVQyp+cnW6Udtxdc3b/2QW24kODQVWZ1pgg3jhhekb/mHLVSxtsA34OcTpoYOu78EpFdM0SmeoDJIQ3Zw==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.52.0.tgz";
+ sha512 = "vmbvirg5edfNKBin8Mup2noxgqIYzYPnvk+BgIx3jFPvwT57WGRs/ahOMNqHgv/6xAdVaUjz8g7gw9Yy3mwP3A==";
};
};
- "@aws-sdk/util-format-url-3.50.0" = {
+ "@aws-sdk/util-format-url-3.52.0" = {
name = "_at_aws-sdk_slash_util-format-url";
packageName = "@aws-sdk/util-format-url";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-format-url/-/util-format-url-3.50.0.tgz";
- sha512 = "vOTTtPWhzm8Peyp7ibrxOTFU575HzV2YYUYZG0pQ07m1D2ohTn/Mprrh069/qYD2+7Yyl5tD5tb7l/O/FKro/w==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-format-url/-/util-format-url-3.52.0.tgz";
+ sha512 = "Rkfz6dz4sPh0poMmaQIf7e0q2XrQic4D0Wx99N3+OtT/WHQCR8UAjyijxC5jDQwhyNkqNNdIYQd7Xz5o6X9eRQ==";
};
};
- "@aws-sdk/util-hex-encoding-3.49.0" = {
+ "@aws-sdk/util-hex-encoding-3.52.0" = {
name = "_at_aws-sdk_slash_util-hex-encoding";
packageName = "@aws-sdk/util-hex-encoding";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.49.0.tgz";
- sha512 = "ZbPu8Dd3Qm0BMP71FWUH7KPpZA/6izfkDlxbvHxtHdW7XYZALuJ0cVRpWGIY2fCSuA9X8Jfn60KMyjuSAuzM1w==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.52.0.tgz";
+ sha512 = "YYMZg8odn/hBURgL/w82ay2mvPqXHMdujlSndT1ddUSTRoZX67N3hfYYf36nOalDOjNcanIvFHe4Fe8nw+8JiA==";
};
};
- "@aws-sdk/util-locate-window-3.49.0" = {
+ "@aws-sdk/util-locate-window-3.52.0" = {
name = "_at_aws-sdk_slash_util-locate-window";
packageName = "@aws-sdk/util-locate-window";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.49.0.tgz";
- sha512 = "ryw+t+quF1raaK0nXSplMiCVnahNLNgNDijZCFFkddGTMaCy+L4VRLYyNms3bgwt3G0BmVn9f3uyDWRSkn5sSg==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.52.0.tgz";
+ sha512 = "l10U2cLko6070A9DYLJG4NMtwYH8JBG2J/E+RH8uY3lad2o6fGEIkJU0jQbWbUeHYLG3IWuCxT47V4gxYrFj7g==";
};
};
- "@aws-sdk/util-uri-escape-3.49.0" = {
+ "@aws-sdk/util-uri-escape-3.52.0" = {
name = "_at_aws-sdk_slash_util-uri-escape";
packageName = "@aws-sdk/util-uri-escape";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.49.0.tgz";
- sha512 = "NH7iQUYvijYZEOzZkF/QQrp8kBOA9H0Z89hR/63FDCjr1M0Cdcs1bLaFO0a0qbW9NQtoYNsMBMk7pTveDrAzTw==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.52.0.tgz";
+ sha512 = "W9zw5tE8syjg17jiCYtyF99F0FgDIekQdLg+tQGobw9EtCxlUdg48UYhifPfnjvVyADRX2ntclHF9NmhusOQaQ==";
};
};
- "@aws-sdk/util-user-agent-browser-3.50.0" = {
+ "@aws-sdk/util-user-agent-browser-3.52.0" = {
name = "_at_aws-sdk_slash_util-user-agent-browser";
packageName = "@aws-sdk/util-user-agent-browser";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.50.0.tgz";
- sha512 = "QKbR/4bqq1ZAL1e+R8LHbiHPnoszBJ1rQDETj+Mu75hal7ZQ0K4MMNpNnH0tp+ZXh+i0JfUltROH37nPe4K7MQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.52.0.tgz";
+ sha512 = "zmw9pJ91QAr1oF3uqLKuo/3++NrSEagLwz3xnuID5wN8WLAgbC6MkvM7FG+r11CHSoUX3IeB6YDqoBMQW8en8w==";
};
};
- "@aws-sdk/util-user-agent-node-3.51.0" = {
+ "@aws-sdk/util-user-agent-node-3.52.0" = {
name = "_at_aws-sdk_slash_util-user-agent-node";
packageName = "@aws-sdk/util-user-agent-node";
- version = "3.51.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.51.0.tgz";
- sha512 = "ugugN/PcsqF50UhdBZe0pElJWYJ2qdc8qBpU9vq4KzgyhHJ1M7tCpo2Wjg5h0JvMoEzu9Kc1qxSN0YIW8Vct8Q==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.52.0.tgz";
+ sha512 = "jqbyb6R4goWOTIESizmNPy1i3Xa25Q3QG0xt6Pct0DwLQUSVpnPHw07NmfRhql+eYBoD4uxpXDX9lWsuLUBi0w==";
};
};
- "@aws-sdk/util-utf8-browser-3.49.0" = {
+ "@aws-sdk/util-utf8-browser-3.52.0" = {
name = "_at_aws-sdk_slash_util-utf8-browser";
packageName = "@aws-sdk/util-utf8-browser";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.49.0.tgz";
- sha512 = "u9ZgAiTWX9yZFQ/ptlnVpYJ/rXF7aE2Wagar1IjhZrnxXbpVJvcX1EeRayxI1P5AAp2y2fiEKHZzX9ugTwOcEg==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.52.0.tgz";
+ sha512 = "LuOMa9ajWu5fQuYkmvTlQZfHaITkSle+tM/vhbU4JquRN44VUKACjRGT7UEhoU3lCL1BD0JFGMQGHI+5Mmuwfg==";
};
};
- "@aws-sdk/util-utf8-node-3.49.0" = {
+ "@aws-sdk/util-utf8-node-3.52.0" = {
name = "_at_aws-sdk_slash_util-utf8-node";
packageName = "@aws-sdk/util-utf8-node";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-utf8-node/-/util-utf8-node-3.49.0.tgz";
- sha512 = "QTF5b5OT2y6xsQl8sDiiXqg2n/VtgqFA+tP3WMooOSFd/ZFBbT6HoiSHXHMeTjpB/L9ZT+eUaCoBz8Jq09lBDg==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-utf8-node/-/util-utf8-node-3.52.0.tgz";
+ sha512 = "fujr7zeobZ2y5nnOnQZrCPPc+lCAhtNF/LEVslsQfd+AQ0bYWiosrKNetodQVWlfh10E2+i6/5g+1SBJ5kjsLw==";
};
};
- "@aws-sdk/util-waiter-3.50.0" = {
+ "@aws-sdk/util-waiter-3.52.0" = {
name = "_at_aws-sdk_slash_util-waiter";
packageName = "@aws-sdk/util-waiter";
- version = "3.50.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.50.0.tgz";
- sha512 = "dLDLUFGx8yTpX90TOo0tOQ+0fwp4LZHHoZmvM+O2OmcCUq/Yl+Esk0FkWMVjAQuMacsvUHX8kH04tia20wMUDQ==";
+ url = "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.52.0.tgz";
+ sha512 = "8Gx0NunIg1RFpnKSA3nwzDl5j8mJ42kWjy5sHgd4wfUyiXRSvTl69sV6O8qhleI9OMDV0iS4xHZBCLK11HdIoA==";
};
};
- "@aws-sdk/xml-builder-3.49.0" = {
+ "@aws-sdk/xml-builder-3.52.0" = {
name = "_at_aws-sdk_slash_xml-builder";
packageName = "@aws-sdk/xml-builder";
- version = "3.49.0";
+ version = "3.52.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.49.0.tgz";
- sha512 = "eU5sIZRWq8pNmw++RfpFI8396UtDW8JxYLcKfJLGQC/qDhwCo+sNPKydXFmDrXTIt/khs3K0qx/vZ5V76irc2Q==";
+ url = "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.52.0.tgz";
+ sha512 = "GMdcxdwDZuIMlGnewdB48bpj8eqA3nubs3biy6vRFX8zhv8OqD+m5fMinoEwD8/MGqWE3WD7VZlbbdwYtNVWzQ==";
};
};
"@azu/format-text-1.0.1" = {
@@ -1111,13 +1129,13 @@ let
sha1 = "e70187f8a862e191b1bce6c0268f13acd3a56b20";
};
};
- "@babel/cli-7.17.0" = {
+ "@babel/cli-7.17.3" = {
name = "_at_babel_slash_cli";
packageName = "@babel/cli";
- version = "7.17.0";
+ version = "7.17.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/cli/-/cli-7.17.0.tgz";
- sha512 = "es10YH/ejXbg551vtnmEzIPe3MQRNOS644o3pf8vUr1tIeNzVNlP8BBvs1Eh7roh5A+k2fEHUas+ZptOWHA1fQ==";
+ url = "https://registry.npmjs.org/@babel/cli/-/cli-7.17.3.tgz";
+ sha512 = "1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA==";
};
};
"@babel/code-frame-7.10.4" = {
@@ -1156,13 +1174,13 @@ let
sha512 = "392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==";
};
};
- "@babel/core-7.17.2" = {
+ "@babel/core-7.17.5" = {
name = "_at_babel_slash_core";
packageName = "@babel/core";
- version = "7.17.2";
+ version = "7.17.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/core/-/core-7.17.2.tgz";
- sha512 = "R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==";
+ url = "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz";
+ sha512 = "/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==";
};
};
"@babel/core-7.9.0" = {
@@ -1174,13 +1192,13 @@ let
sha512 = "kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==";
};
};
- "@babel/generator-7.17.0" = {
+ "@babel/generator-7.17.3" = {
name = "_at_babel_slash_generator";
packageName = "@babel/generator";
- version = "7.17.0";
+ version = "7.17.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/generator/-/generator-7.17.0.tgz";
- sha512 = "I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==";
+ url = "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz";
+ sha512 = "+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==";
};
};
"@babel/helper-annotate-as-pure-7.16.7" = {
@@ -1435,13 +1453,13 @@ let
sha512 = "RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==";
};
};
- "@babel/parser-7.17.0" = {
+ "@babel/parser-7.17.3" = {
name = "_at_babel_slash_parser";
packageName = "@babel/parser";
- version = "7.17.0";
+ version = "7.17.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz";
- sha512 = "VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==";
+ url = "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz";
+ sha512 = "7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==";
};
};
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7" = {
@@ -1561,13 +1579,13 @@ let
sha512 = "vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==";
};
};
- "@babel/plugin-proposal-object-rest-spread-7.16.7" = {
+ "@babel/plugin-proposal-object-rest-spread-7.17.3" = {
name = "_at_babel_slash_plugin-proposal-object-rest-spread";
packageName = "@babel/plugin-proposal-object-rest-spread";
- version = "7.16.7";
+ version = "7.17.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz";
- sha512 = "3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==";
+ url = "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz";
+ sha512 = "yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==";
};
};
"@babel/plugin-proposal-optional-catch-binding-7.16.7" = {
@@ -1849,13 +1867,13 @@ let
sha512 = "gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==";
};
};
- "@babel/plugin-transform-destructuring-7.16.7" = {
+ "@babel/plugin-transform-destructuring-7.17.3" = {
name = "_at_babel_slash_plugin-transform-destructuring";
packageName = "@babel/plugin-transform-destructuring";
- version = "7.16.7";
+ version = "7.17.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz";
- sha512 = "VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==";
+ url = "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.3.tgz";
+ sha512 = "dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg==";
};
};
"@babel/plugin-transform-dotall-regex-7.16.7" = {
@@ -2020,13 +2038,13 @@ let
sha512 = "qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==";
};
};
- "@babel/plugin-transform-react-jsx-7.16.7" = {
+ "@babel/plugin-transform-react-jsx-7.17.3" = {
name = "_at_babel_slash_plugin-transform-react-jsx";
packageName = "@babel/plugin-transform-react-jsx";
- version = "7.16.7";
+ version = "7.17.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz";
- sha512 = "8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==";
+ url = "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz";
+ sha512 = "9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==";
};
};
"@babel/plugin-transform-react-jsx-development-7.16.7" = {
@@ -2263,13 +2281,13 @@ let
sha512 = "I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==";
};
};
- "@babel/traverse-7.17.0" = {
+ "@babel/traverse-7.17.3" = {
name = "_at_babel_slash_traverse";
packageName = "@babel/traverse";
- version = "7.17.0";
+ version = "7.17.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.0.tgz";
- sha512 = "fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==";
+ url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz";
+ sha512 = "5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==";
};
};
"@babel/types-7.16.0" = {
@@ -2371,40 +2389,40 @@ let
sha512 = "GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==";
};
};
- "@cdktf/hcl2cdk-0.9.0" = {
+ "@cdktf/hcl2cdk-0.9.1" = {
name = "_at_cdktf_slash_hcl2cdk";
packageName = "@cdktf/hcl2cdk";
- version = "0.9.0";
+ version = "0.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@cdktf/hcl2cdk/-/hcl2cdk-0.9.0.tgz";
- sha512 = "mAF0DlFPNtkaW4sZt0JQSFOTAkk1MamX87liFN1/wc0KQS6r1/POQadU5lO9pQMgUV7BUEviLhiOl23oMazmyA==";
+ url = "https://registry.npmjs.org/@cdktf/hcl2cdk/-/hcl2cdk-0.9.1.tgz";
+ sha512 = "0AOiSGa8qd0lcGwwayrl3N/mAeTFkNrKndILCDMuh9gLFfXLTxVEq2oqp5LbO5YX2i/cFMCjZ/vscXXQuCVjCQ==";
};
};
- "@cdktf/hcl2json-0.9.0" = {
+ "@cdktf/hcl2json-0.9.1" = {
name = "_at_cdktf_slash_hcl2json";
packageName = "@cdktf/hcl2json";
- version = "0.9.0";
+ version = "0.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@cdktf/hcl2json/-/hcl2json-0.9.0.tgz";
- sha512 = "HlpqZD5K6eMzj1qapNBuGDzZGiS1TKdW4pSwQRJv7ugY2dwKPTIb+R3jmWFidUX6N9dG7eWDIyT89spdbpM0Ow==";
+ url = "https://registry.npmjs.org/@cdktf/hcl2json/-/hcl2json-0.9.1.tgz";
+ sha512 = "pM6cLkPl4hMTj9XhjKz7MEowUHnzq8hY8uk8ro32OQsZVZpsl9CDG83ox0VwgI1YSvXU7GyzP4iPOPn63U7PgQ==";
};
};
- "@cdktf/provider-generator-0.9.0" = {
+ "@cdktf/provider-generator-0.9.1" = {
name = "_at_cdktf_slash_provider-generator";
packageName = "@cdktf/provider-generator";
- version = "0.9.0";
+ version = "0.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@cdktf/provider-generator/-/provider-generator-0.9.0.tgz";
- sha512 = "Od+G+I6m8GqUX24wwtF+n8btcZEFX2eg3fZnQwbE3Kdbdjlk1pGTIPg/WWiGoXdxNDFC6ZpytDzdARJL2dtizQ==";
+ url = "https://registry.npmjs.org/@cdktf/provider-generator/-/provider-generator-0.9.1.tgz";
+ sha512 = "BF4Z7eiSFHKx0NrIiB2fHCq0G8Mx2q8bLbij9KBxAD80BwX1lNKEzut6JUhe6qOrC0yOkAV4PWElbK9g66pJgg==";
};
};
- "@chemzqm/neovim-5.7.3" = {
+ "@chemzqm/neovim-5.7.4" = {
name = "_at_chemzqm_slash_neovim";
packageName = "@chemzqm/neovim";
- version = "5.7.3";
+ version = "5.7.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@chemzqm/neovim/-/neovim-5.7.3.tgz";
- sha512 = "GwIdHVCWUqfgoQw/R6vAzeX08DnpgIaNjL5dVe7T0Y/wziFA2XROHKZ8wt0GC0qnzd+SNOumUCpRjHljil7C+A==";
+ url = "https://registry.npmjs.org/@chemzqm/neovim/-/neovim-5.7.4.tgz";
+ sha512 = "ajh2G+EhzqAHkAMsXsiNUG2cpGROO3RiAJbFQ0Px1cf9zE2YqWVZ8h7dFd7aj/zit+la9uTA1OPQkn4FZrHrjw==";
};
};
"@cnakazawa/watch-1.0.4" = {
@@ -2929,13 +2947,13 @@ let
sha512 = "MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g==";
};
};
- "@cspell/dict-software-terms-2.1.0" = {
+ "@cspell/dict-software-terms-2.1.1" = {
name = "_at_cspell_slash_dict-software-terms";
packageName = "@cspell/dict-software-terms";
- version = "2.1.0";
+ version = "2.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.0.tgz";
- sha512 = "R9vfnNqp+cUqILsK3wofGvMrerr6biq+pIY1ayobLf4vUU8Wo4lK+DwRBUd7mHOu1GjXGM/scU54BP19BcYoTw==";
+ url = "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.1.tgz";
+ sha512 = "PmmqysKSvNwksjEfXrzD1wEVvctR6qppxDhwNc4IQQjwpjmtN8e+8HiXxIbCsBcll1rO0vOmnhpXUdl+d9apXQ==";
};
};
"@cspell/dict-swift-1.0.2" = {
@@ -3424,13 +3442,13 @@ let
sha512 = "Glw+826+4eS3zCXAEg5ruQVK3fCk+aT5BG+AiOYW5Dzb6EmRVYcbkK93ZdXloiqarflum9bQY+rogItB0hjjrw==";
};
};
- "@expo/dev-tools-0.13.143" = {
+ "@expo/dev-tools-0.13.145" = {
name = "_at_expo_slash_dev-tools";
packageName = "@expo/dev-tools";
- version = "0.13.143";
+ version = "0.13.145";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.143.tgz";
- sha512 = "i/TXSl24Puj96EhyutOTKjWaU+dA9eKc1sebz+FUz4GkdxHz1kYSB+ryyv4gfZjYFaAJIrzfx00k+Z1tQPlRtQ==";
+ url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.145.tgz";
+ sha512 = "GtqnA9rmmSqCrv893MWbzbAoDZnYaSXe4kKQ57tCWYeSTOKav74ofvZlUZalosPuPjE9yuMA47rH9XJY0YgC1g==";
};
};
"@expo/devcert-1.0.0" = {
@@ -3478,13 +3496,13 @@ let
sha512 = "5OE8+Fb1mLu9EJNUOx5RcetkJZMXJxthVuIzHPlEZFEAZa3f/zQtJ6vA/hnt1BLZ2X9BR3OzBMALrUzVo95L2w==";
};
};
- "@expo/package-manager-0.0.49" = {
+ "@expo/package-manager-0.0.50" = {
name = "_at_expo_slash_package-manager";
packageName = "@expo/package-manager";
- version = "0.0.49";
+ version = "0.0.50";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/package-manager/-/package-manager-0.0.49.tgz";
- sha512 = "H50tVngtgcSUzBpOF7W1fD66UXJ8BFwNX1G4nxzJuy0A4UiBu6gatnZYTkHlRHIZcaX0Q6OYGGrz1MapFlxywA==";
+ url = "https://registry.npmjs.org/@expo/package-manager/-/package-manager-0.0.50.tgz";
+ sha512 = "rDa1MkXFxZb3jj/a1iX12A+6DpWsZgtX8H0d5j+sYeCqjOARTvuvgNS9anpNbdhbGEXSu+1m8YGXK/QmBAo51Q==";
};
};
"@expo/plist-0.0.17" = {
@@ -3604,22 +3622,22 @@ let
sha512 = "iT1bU56rKrKEOfODoW6fScY11qj3iaYrZ+z11T6fo5+TDm84UGkkXjLXJTE57ZJzg0/gbccHQWYv+chY7bJN8Q==";
};
};
- "@fluentui/react-7.182.0" = {
+ "@fluentui/react-7.183.1" = {
name = "_at_fluentui_slash_react";
packageName = "@fluentui/react";
- version = "7.182.0";
+ version = "7.183.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@fluentui/react/-/react-7.182.0.tgz";
- sha512 = "pHm/ui6rlpqTEVx8f0c9ISDoO4IJJqPyJOo0kFI9f5BNYFyQdfhmQ5zKg4jsJWqcArIfkFyKidrBmbPUee6yzw==";
+ url = "https://registry.npmjs.org/@fluentui/react/-/react-7.183.1.tgz";
+ sha512 = "skyvnVfsy/pJWJf1Tksa2lf+gNHFQFVOwM95Z+or+auGPfdpxKUN0nHbCnqyMLYoKdmKEUyciUzrQ2LxMOcU0A==";
};
};
- "@fluentui/react-focus-7.18.1" = {
+ "@fluentui/react-focus-7.18.2" = {
name = "_at_fluentui_slash_react-focus";
packageName = "@fluentui/react-focus";
- version = "7.18.1";
+ version = "7.18.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-7.18.1.tgz";
- sha512 = "WXXkMR3t5mr9m5hg5vRWH/JZ+kaZmbuTGpTA7E7uc+Ag/RZfG/uVN+ZwBdDpP6Xg7+6f3wlkGCBtY/UDcW6qmw==";
+ url = "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-7.18.2.tgz";
+ sha512 = "Pwk5TVIfannsSZI540ytvQxJCFi5Qgp54QqKbouv9+jUTtgiNRh5VcEkkhT+NKmtlAKhwPi77bU8WQRGRPV61w==";
};
};
"@fluentui/react-window-provider-1.0.2" = {
@@ -3640,13 +3658,13 @@ let
sha512 = "o4eo7lstLxxXl1g2RR9yz18Yt8yjQO/LbQuZjsiAfv/4Bf0CRnb+3j1F7gxIdBWAchKj9gzaMpIFijfI98pvYQ==";
};
};
- "@gar/promisify-1.1.2" = {
+ "@gar/promisify-1.1.3" = {
name = "_at_gar_slash_promisify";
packageName = "@gar/promisify";
- version = "1.1.2";
+ version = "1.1.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz";
- sha512 = "82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==";
+ url = "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz";
+ sha512 = "k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==";
};
};
"@gitbeaker/core-35.4.0" = {
@@ -3712,13 +3730,13 @@ let
sha512 = "j8yRSSqswWi1QqUGKVEKOG03Q7qOoZP6/h2zN2YO+F5h2+DHU0bSrHCK9Y7lo2DI9fBd8qGAw795sf+3Jva4yA==";
};
};
- "@google-cloud/pubsub-2.18.5" = {
+ "@google-cloud/pubsub-2.19.0" = {
name = "_at_google-cloud_slash_pubsub";
packageName = "@google-cloud/pubsub";
- version = "2.18.5";
+ version = "2.19.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.18.5.tgz";
- sha512 = "5AQHB8ul3vtVPLYFJ6EuWVdd6gO44su+y0ZXTDnRlEK2goIJrho7JugGgj+6aBhDeIQyJUdIFaZsfQxnlyHNPQ==";
+ url = "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.19.0.tgz";
+ sha512 = "aNgaS7zI6MkE4hrhmxrGiyFZHPvb0BW1djk0D5RoKDwPb8GTuYBfu8w/3twTvaf+HiM7NchvPtdFRbiETIaadw==";
};
};
"@grammyjs/types-2.6.0" = {
@@ -3775,13 +3793,13 @@ let
sha512 = "bQu+hDd37e+FZ0CQGEEczmRSfQRnnXeUxI/0miDV+NV/zCbEdIJj5tYFNrKT03W6wgdqx8U06d8L23LxvGri/g==";
};
};
- "@graphql-tools/delegate-8.4.3" = {
+ "@graphql-tools/delegate-8.5.0" = {
name = "_at_graphql-tools_slash_delegate";
packageName = "@graphql-tools/delegate";
- version = "8.4.3";
+ version = "8.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.4.3.tgz";
- sha512 = "hKTJdJXJnKL0+2vpU+Kt7OHQTIXZ9mBmNBwHsYiG5WNArz/vNI7910r6TC2XMf/e7zhyyK+mXxMDBmDQkkJagA==";
+ url = "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.5.0.tgz";
+ sha512 = "P2LLahWpv8eFrqXQi9v/NDLxLBKAugd3rmB8lxeTnCqma19ZM/VaSpvGAgGyjjHKQe097mAeBEkM/7uYbG/NFg==";
};
};
"@graphql-tools/graphql-file-loader-6.2.7" = {
@@ -3946,13 +3964,13 @@ let
sha512 = "1NDUymworsOlb53Qfh7fonDi2STvqCtbeE68ntKY9K/Ju/be2ZNxrFSbrBHwnxWcN9PjISNnLcAyJ1L5tCUyhg==";
};
};
- "@graphql-tools/wrap-8.3.3" = {
+ "@graphql-tools/wrap-8.4.0" = {
name = "_at_graphql-tools_slash_wrap";
packageName = "@graphql-tools/wrap";
- version = "8.3.3";
+ version = "8.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.3.3.tgz";
- sha512 = "TpXN1S4Cv+oMA1Zsg9Nu4N9yrFxLuJkX+CTtSRrrdfETGHIxqfyDkm5slPDCckxP+RILA00g8ny2jzsYyNvX1w==";
+ url = "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.4.0.tgz";
+ sha512 = "fPB3+UnxLIPWDfMvAfBQnGmm8rrejeQjmCy7h9avWHBbkEELcvtrSWnKAvoKowe+WR9PVDM15XQ/PQvcddV0kQ==";
};
};
"@grpc/grpc-js-1.4.4" = {
@@ -4045,33 +4063,6 @@ let
sha512 = "maIyMJtYjA5e/R9nyA22Qd7Yw73MBSxClJvle0a8XWAS/5l6shc/OFpQqrmwMy4IXUCmywJ9ER0gOGz/YA720w==";
};
};
- "@hapi/address-2.1.4" = {
- name = "_at_hapi_slash_address";
- packageName = "@hapi/address";
- version = "2.1.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz";
- sha512 = "QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==";
- };
- };
- "@hapi/bourne-1.3.2" = {
- name = "_at_hapi_slash_bourne";
- packageName = "@hapi/bourne";
- version = "1.3.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz";
- sha512 = "1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==";
- };
- };
- "@hapi/hoek-8.5.1" = {
- name = "_at_hapi_slash_hoek";
- packageName = "@hapi/hoek";
- version = "8.5.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz";
- sha512 = "yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==";
- };
- };
"@hapi/hoek-9.2.1" = {
name = "_at_hapi_slash_hoek";
packageName = "@hapi/hoek";
@@ -4081,24 +4072,6 @@ let
sha512 = "gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw==";
};
};
- "@hapi/joi-15.1.1" = {
- name = "_at_hapi_slash_joi";
- packageName = "@hapi/joi";
- version = "15.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz";
- sha512 = "entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==";
- };
- };
- "@hapi/topo-3.1.6" = {
- name = "_at_hapi_slash_topo";
- packageName = "@hapi/topo";
- version = "3.1.6";
- src = fetchurl {
- url = "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz";
- sha512 = "tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==";
- };
- };
"@hapi/topo-5.1.0" = {
name = "_at_hapi_slash_topo";
packageName = "@hapi/topo";
@@ -4540,22 +4513,22 @@ let
sha512 = "4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==";
};
};
- "@jsii/check-node-1.53.0" = {
+ "@jsii/check-node-1.54.0" = {
name = "_at_jsii_slash_check-node";
packageName = "@jsii/check-node";
- version = "1.53.0";
+ version = "1.54.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.53.0.tgz";
- sha512 = "38KA8qNxawWDCj9qVzc4Y6oAdkAmoLSDENzlG24SD309/TnSgMcnCCqtdOVRuJWo66aQgyEUrSqaGWw/YUCVyA==";
+ url = "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.54.0.tgz";
+ sha512 = "pogNR1vgiXgBK2DQF+RsCnJQ9QPe+y7lyoRlsTtUplIFB6ryWnSsmCyzkInSVoKAKCo5CHkuDy190MbYL4Ns4Q==";
};
};
- "@jsii/spec-1.53.0" = {
+ "@jsii/spec-1.54.0" = {
name = "_at_jsii_slash_spec";
packageName = "@jsii/spec";
- version = "1.53.0";
+ version = "1.54.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@jsii/spec/-/spec-1.53.0.tgz";
- sha512 = "wWpO4S6rHjL9r+7oI/1HfThSdTh8YNGYxwCNvvAZcBsnNw2j/yBxo+LaqbPduq4biC14kB+TAov43wf7KUm7qw==";
+ url = "https://registry.npmjs.org/@jsii/spec/-/spec-1.54.0.tgz";
+ sha512 = "IOspxWPC26+Re6DNJvaxCEkG1BYByiGSPlRxQpIpts+Hx2EZgAvuG+8rQoryNt7JqaAKpcJ6W3OdRmSw3x5Yrg==";
};
};
"@kwsites/file-exists-1.1.1" = {
@@ -5647,58 +5620,58 @@ let
sha512 = "b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg==";
};
};
- "@node-red/editor-api-2.2.0" = {
+ "@node-red/editor-api-2.2.2" = {
name = "_at_node-red_slash_editor-api";
packageName = "@node-red/editor-api";
- version = "2.2.0";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.2.0.tgz";
- sha512 = "H7ddb1V2U0J8G3OlL0XJscPV9YTWsde5tLq5Rw/VygijjlYBjIpYX0QEnE91XJsbYtMVNXFM6n4KgS0EW8hmcQ==";
+ url = "https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.2.2.tgz";
+ sha512 = "5PUXtMCjsKevCiz8OjHqAckctOv/zzPcssH4yzTxMYEN4JtTng5lFfZzTFWZC/UnCGQMgwe/0e4iGHbMbN1pqg==";
};
};
- "@node-red/editor-client-2.2.0" = {
+ "@node-red/editor-client-2.2.2" = {
name = "_at_node-red_slash_editor-client";
packageName = "@node-red/editor-client";
- version = "2.2.0";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/editor-client/-/editor-client-2.2.0.tgz";
- sha512 = "GRiPyXtjNAx9ARFDqovDvjCuMMxZ21xlJ6XDSrT27LIlIrmUVOKZePEb9/iPxste5wPtGzyqpYS/MKMNaXiG+Q==";
+ url = "https://registry.npmjs.org/@node-red/editor-client/-/editor-client-2.2.2.tgz";
+ sha512 = "DivbfvVfoh4sRKHmOGucE9kV8MWwGczbxsJfaEVedCtVt9ZDX40N61+FzPVlf2FGDi8q21cIRV7klV1GWhDFxw==";
};
};
- "@node-red/nodes-2.2.0" = {
+ "@node-red/nodes-2.2.2" = {
name = "_at_node-red_slash_nodes";
packageName = "@node-red/nodes";
- version = "2.2.0";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/nodes/-/nodes-2.2.0.tgz";
- sha512 = "lnuGQj/6Bi+aUx2RW4r+n3v9AqDaWk2YmsPQiS0qMJIvzwSQtVOaoRyAxyu1bMwDv3wel9KR174f2BZ2PDxW5g==";
+ url = "https://registry.npmjs.org/@node-red/nodes/-/nodes-2.2.2.tgz";
+ sha512 = "RJ8yR90e/tF0KIiS7ZDe8+q0Zk9uJQZDNUcheEeJKWXfIf3WcMo+5KhQ5HJfy8UedmPXzNLRX75FuTXwcd+NKA==";
};
};
- "@node-red/registry-2.2.0" = {
+ "@node-red/registry-2.2.2" = {
name = "_at_node-red_slash_registry";
packageName = "@node-red/registry";
- version = "2.2.0";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/registry/-/registry-2.2.0.tgz";
- sha512 = "aZO1Asqm/D1gvujCLxGUabXyLKCOyxHNd9PafAErHdTH3+LKRvdhbifGVxcWFLPr5qOoN8yTHJg/Y2YMNEKuAQ==";
+ url = "https://registry.npmjs.org/@node-red/registry/-/registry-2.2.2.tgz";
+ sha512 = "zszKLaR2XpBE4wG4o8cwe+dtOvqlG/Cl0iRXg1wpJ9zC96WIPRq+UqAkVkZm6uRuNhW5ZjKk8f77Wh1+v6QBAw==";
};
};
- "@node-red/runtime-2.2.0" = {
+ "@node-red/runtime-2.2.2" = {
name = "_at_node-red_slash_runtime";
packageName = "@node-red/runtime";
- version = "2.2.0";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/runtime/-/runtime-2.2.0.tgz";
- sha512 = "ejGVWPe7L4rUXe8hiA0mX6K0hzxPBdDYalF084U+CX8RGktC2h/tLP4ERrLFx2Qg7TeGkBWZuS3eSyD0E5Lo/g==";
+ url = "https://registry.npmjs.org/@node-red/runtime/-/runtime-2.2.2.tgz";
+ sha512 = "PW+HGDmY7Q5nXx+zPVpbFaFpn59EyPLb2QYYL1T5MarCQpUfIaL44NMhSG//n0+vkGZBLi9T6ltapWgEYW4x9g==";
};
};
- "@node-red/util-2.2.0" = {
+ "@node-red/util-2.2.2" = {
name = "_at_node-red_slash_util";
packageName = "@node-red/util";
- version = "2.2.0";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/util/-/util-2.2.0.tgz";
- sha512 = "jKKi9+G7o5uLO3+QtK7V0caGl8kGlei6lHD2efTIUJUvZJ7Www6YJFtAzkswsVQ9kVGR6s/I/ToxBxNQyKH+BA==";
+ url = "https://registry.npmjs.org/@node-red/util/-/util-2.2.2.tgz";
+ sha512 = "tUGLGj3fTgOjWwhp9uK6M+LUb3rxIrU61DbA0fVpANCEeqk5UNJpje4vOag9dWmJS7hn/ONcDK7dslHLyOQUIQ==";
};
};
"@nodelib/fs.scandir-2.1.5" = {
@@ -5773,6 +5746,15 @@ let
sha512 = "/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==";
};
};
+ "@npmcli/git-3.0.0" = {
+ name = "_at_npmcli_slash_git";
+ packageName = "@npmcli/git";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@npmcli/git/-/git-3.0.0.tgz";
+ sha512 = "xfSBJ+KBMZWWqRHFbEgIaXG/LtELHrQZMJ72Gkb3yWdHysu/7+VGOs8ME0c3td7QNQX57Ggo3kYL6ylcd70/kA==";
+ };
+ };
"@npmcli/installed-package-contents-1.0.7" = {
name = "_at_npmcli_slash_installed-package-contents";
packageName = "@npmcli/installed-package-contents";
@@ -5782,13 +5764,13 @@ let
sha512 = "9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==";
};
};
- "@npmcli/map-workspaces-2.0.0" = {
+ "@npmcli/map-workspaces-2.0.1" = {
name = "_at_npmcli_slash_map-workspaces";
packageName = "@npmcli/map-workspaces";
- version = "2.0.0";
+ version = "2.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.0.tgz";
- sha512 = "QBJfpCY1NOAkkW3lFfru9VTdqvMB2TN0/vrevl5xBCv5Fi0XDVcA6rqqSau4Ysi4Iw3fBzyXV7hzyTBDfadf7g==";
+ url = "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.1.tgz";
+ sha512 = "awwkB/tSWWaCD8F0IbawBdmoPFlbXMaEPN9LyTuJcyJz404/QhB4B/vhQntpk6uxOAkM+bxR7qWMJghYg0tcYQ==";
};
};
"@npmcli/metavuln-calculator-2.0.0" = {
@@ -6844,13 +6826,13 @@ let
sha512 = "c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==";
};
};
- "@schematics/angular-13.2.3" = {
+ "@schematics/angular-13.2.4" = {
name = "_at_schematics_slash_angular";
packageName = "@schematics/angular";
- version = "13.2.3";
+ version = "13.2.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@schematics/angular/-/angular-13.2.3.tgz";
- sha512 = "jloooGC7eco9AKxlIMMqFRptJYzZ0jNRBStWOp2dCISg6rmOKqpxbsHLtYFQIT1PnlomSxtKDAgYGQMDi9zhXw==";
+ url = "https://registry.npmjs.org/@schematics/angular/-/angular-13.2.4.tgz";
+ sha512 = "pAVuPmFklWVpNJkARs4aGYM5Mo4iez0eW0dDY+ugxZlt1KOLJQDmMK2Go60iEAQLlOw2pKO/jcmTttOP8PN0UQ==";
};
};
"@segment/loosely-validate-event-2.0.0" = {
@@ -6871,13 +6853,13 @@ let
sha512 = "J3jpy002TyBjd4N/p6s+s90eX42H2eRhK3SbsZuvTDv977/E8p2U3zikdiehyJja66do7FlxLomZLPlvl2/xaA==";
};
};
- "@serverless/dashboard-plugin-6.0.0" = {
+ "@serverless/dashboard-plugin-6.1.0" = {
name = "_at_serverless_slash_dashboard-plugin";
packageName = "@serverless/dashboard-plugin";
- version = "6.0.0";
+ version = "6.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@serverless/dashboard-plugin/-/dashboard-plugin-6.0.0.tgz";
- sha512 = "ltoFGVoR7qmT4cO3ol2zUsXSVMaFmuV2+N/2dvKWKdqNrjHZRKTOH4fK4Onzmjb6WzK61nZScCT/XCtMhJwQqQ==";
+ url = "https://registry.npmjs.org/@serverless/dashboard-plugin/-/dashboard-plugin-6.1.0.tgz";
+ sha512 = "rbIWKRoqTIMl0ZOt6f0VIaEj+6slV18iEkW7tIBOKq6eQTkX2tHvBgVXrTh3ZKFNnMePGn4rtfbwB5G9oZ0Wig==";
};
};
"@serverless/event-mocks-1.1.1" = {
@@ -7042,13 +7024,13 @@ let
sha512 = "dOlCBKnDw4iShaIsH/bxujKTM18+2TOAsYz+KSc11Am38H4q5Xw8Bbz97ZYdrVNM+um3p7w86Bvvmcn9q+5+eQ==";
};
};
- "@squoosh/lib-0.4.0" = {
+ "@squoosh/lib-0.4.1" = {
name = "_at_squoosh_slash_lib";
packageName = "@squoosh/lib";
- version = "0.4.0";
+ version = "0.4.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@squoosh/lib/-/lib-0.4.0.tgz";
- sha512 = "O1LyugWLZjMI4JZeZMA5vzfhfPjfMZXH5/HmVkRagP8B70wH3uoR7tjxfGNdSavey357MwL8YJDxbGwBBdHp7Q==";
+ url = "https://registry.npmjs.org/@squoosh/lib/-/lib-0.4.1.tgz";
+ sha512 = "qAO4AXEpSnurikGFZwsG7DGi7QHBIaDpbumcDyUvJNOd652ksZSVXmFHwlEikc7hy0RQ9LczIURqfSDo/5oc5Q==";
};
};
"@starptech/expression-parser-0.10.0" = {
@@ -7780,13 +7762,13 @@ let
sha512 = "n0zoEj/fMdMOvqbHxmqnza/kXyoGgJmEpsXjpP+gEqE1Ye4yNqc7xWipKnUoMpWhMuzJQSfK2gMrwlElly7OGQ==";
};
};
- "@types/ejs-2.7.0" = {
+ "@types/ejs-3.1.0" = {
name = "_at_types_slash_ejs";
packageName = "@types/ejs";
- version = "2.7.0";
+ version = "3.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/ejs/-/ejs-2.7.0.tgz";
- sha512 = "kM2g9Fdk/du24fKuuQhA/LBleFR4Z4JP2MVKpLxQQSzofF1uJ06D+c05zfLDAkkDO55aEeNwJih0gHrE/Ci20A==";
+ url = "https://registry.npmjs.org/@types/ejs/-/ejs-3.1.0.tgz";
+ sha512 = "DCg+Ka+uDQ31lJ/UtEXVlaeV3d6t81gifaVWKJy4MYVVgvJttyX/viREy+If7fz+tK/gVxTGMtyrFPnm4gjrVA==";
};
};
"@types/emoji-mart-3.0.9" = {
@@ -7834,15 +7816,6 @@ let
sha512 = "PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==";
};
};
- "@types/eslint-visitor-keys-1.0.0" = {
- name = "_at_types_slash_eslint-visitor-keys";
- packageName = "@types/eslint-visitor-keys";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz";
- sha512 = "OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==";
- };
- };
"@types/estree-0.0.50" = {
name = "_at_types_slash_estree";
packageName = "@types/estree";
@@ -8041,6 +8014,15 @@ let
sha512 = "rjaYQ9b9y/VFGOpqBEXRavc3jh0a+e6evAbI31tMda8VlPaSy0AZJfXsvmIe3wklc7W6C3zCSfleuMXR7NOyXw==";
};
};
+ "@types/inquirer-8.2.0" = {
+ name = "_at_types_slash_inquirer";
+ packageName = "@types/inquirer";
+ version = "8.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.0.tgz";
+ sha512 = "BNoMetRf3gmkpAlV5we+kxyZTle7YibdOntIZbU5pyIfMdcwy784KfeZDAcuyMznkh5OLa17RVXZOGA5LTlkgQ==";
+ };
+ };
"@types/is-empty-1.2.1" = {
name = "_at_types_slash_is-empty";
packageName = "@types/is-empty";
@@ -8581,22 +8563,13 @@ let
sha512 = "/aKAdg5c8n468cYLy2eQrcR5k6chlbNwZNGUj3TboyPa2hcO2QAJcfymlqPzMiRj8B6nYKXjzQz36minFE0RwQ==";
};
};
- "@types/node-fetch-2.6.0" = {
+ "@types/node-fetch-2.6.1" = {
name = "_at_types_slash_node-fetch";
packageName = "@types/node-fetch";
- version = "2.6.0";
+ version = "2.6.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.0.tgz";
- sha512 = "HT+uU6V27wJFXgEqTk/+rVE1MWcp5bg7Yuz//43TZ2PjpQbQ8vDLwVmB+fSpgs83j/+p+rMIlDRo9TL3IexWMA==";
- };
- };
- "@types/node-fetch-3.0.3" = {
- name = "_at_types_slash_node-fetch";
- packageName = "@types/node-fetch";
- version = "3.0.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-3.0.3.tgz";
- sha512 = "HhggYPH5N+AQe/OmN6fmhKmRRt2XuNJow+R3pQwJxOOF9GuwM7O2mheyGeIrs5MOIeNjDEdgdoyHBOrFeJBR3g==";
+ url = "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz";
+ sha512 = "oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==";
};
};
"@types/normalize-package-data-2.4.1" = {
@@ -9121,6 +9094,15 @@ let
sha512 = "NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==";
};
};
+ "@types/ws-8.2.3" = {
+ name = "_at_types_slash_ws";
+ packageName = "@types/ws";
+ version = "8.2.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/ws/-/ws-8.2.3.tgz";
+ sha512 = "ahRJZquUYCdOZf/rCsWg88S0/+cb9wazUBHv6HZEe3XdYaBe2zr/slM8J28X07Hn88Pnm4ezo7N8/ofnOgrPVQ==";
+ };
+ };
"@types/yargs-15.0.14" = {
name = "_at_types_slash_yargs";
packageName = "@types/yargs";
@@ -9175,15 +9157,6 @@ let
sha512 = "aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==";
};
};
- "@typescript-eslint/experimental-utils-3.10.1" = {
- name = "_at_typescript-eslint_slash_experimental-utils";
- packageName = "@typescript-eslint/experimental-utils";
- version = "3.10.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz";
- sha512 = "DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==";
- };
- };
"@typescript-eslint/experimental-utils-4.33.0" = {
name = "_at_typescript-eslint_slash_experimental-utils";
packageName = "@typescript-eslint/experimental-utils";
@@ -9193,15 +9166,6 @@ let
sha512 = "zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==";
};
};
- "@typescript-eslint/parser-3.10.1" = {
- name = "_at_typescript-eslint_slash_parser";
- packageName = "@typescript-eslint/parser";
- version = "3.10.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.10.1.tgz";
- sha512 = "Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==";
- };
- };
"@typescript-eslint/parser-4.33.0" = {
name = "_at_typescript-eslint_slash_parser";
packageName = "@typescript-eslint/parser";
@@ -9220,15 +9184,6 @@ let
sha512 = "5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==";
};
};
- "@typescript-eslint/types-3.10.1" = {
- name = "_at_typescript-eslint_slash_types";
- packageName = "@typescript-eslint/types";
- version = "3.10.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz";
- sha512 = "+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==";
- };
- };
"@typescript-eslint/types-4.33.0" = {
name = "_at_typescript-eslint_slash_types";
packageName = "@typescript-eslint/types";
@@ -9238,15 +9193,6 @@ let
sha512 = "zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==";
};
};
- "@typescript-eslint/typescript-estree-3.10.1" = {
- name = "_at_typescript-eslint_slash_typescript-estree";
- packageName = "@typescript-eslint/typescript-estree";
- version = "3.10.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz";
- sha512 = "QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==";
- };
- };
"@typescript-eslint/typescript-estree-4.33.0" = {
name = "_at_typescript-eslint_slash_typescript-estree";
packageName = "@typescript-eslint/typescript-estree";
@@ -9256,15 +9202,6 @@ let
sha512 = "rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==";
};
};
- "@typescript-eslint/visitor-keys-3.10.1" = {
- name = "_at_typescript-eslint_slash_visitor-keys";
- packageName = "@typescript-eslint/visitor-keys";
- version = "3.10.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz";
- sha512 = "9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==";
- };
- };
"@typescript-eslint/visitor-keys-4.33.0" = {
name = "_at_typescript-eslint_slash_visitor-keys";
packageName = "@typescript-eslint/visitor-keys";
@@ -9364,85 +9301,85 @@ let
sha1 = "c585c0bdb94210198945c6597e4fe23d6e63e084";
};
};
- "@vercel/build-utils-2.12.2" = {
+ "@vercel/build-utils-2.14.0" = {
name = "_at_vercel_slash_build-utils";
packageName = "@vercel/build-utils";
- version = "2.12.2";
+ version = "2.14.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@vercel/build-utils/-/build-utils-2.12.2.tgz";
- sha512 = "KbSgG2ZCVXhUsdbnpv6gC7buygd31jaKiKhrd4Lzv1NwjnoeDZAXlm4hzvSPYHVtCY2jirKJWP2rFtMW8iAh9g==";
+ url = "https://registry.npmjs.org/@vercel/build-utils/-/build-utils-2.14.0.tgz";
+ sha512 = "Jdl0FkEJbAdB5oqpolIK4m/FO9GtFK86gKpFJt5jdnd5tMLWdPf2vr8uZkxvfs8wW5KdYXt660OSoWHpfdYu5w==";
};
};
- "@vercel/go-1.2.3" = {
+ "@vercel/go-1.3.0" = {
name = "_at_vercel_slash_go";
packageName = "@vercel/go";
- version = "1.2.3";
+ version = "1.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@vercel/go/-/go-1.2.3.tgz";
- sha512 = "BZCHRz43Qfr0DwZlZQCcofR+3cr+H+HK72/ZPkZy1Uq0NYjJMlmZ3ahuMgvJxT9lfC1RA6eOEUlUsZ+gqKcMCg==";
+ url = "https://registry.npmjs.org/@vercel/go/-/go-1.3.0.tgz";
+ sha512 = "eMt4xPq658dFEpmkpXLoj+PX6k15ovwvXX0FlCAcMiQW8JkQcHVXnROnWpngsyMOfTFocYciMAsebtavYwQ6gw==";
};
};
- "@vercel/node-1.12.1" = {
+ "@vercel/node-1.13.0" = {
name = "_at_vercel_slash_node";
packageName = "@vercel/node";
- version = "1.12.1";
+ version = "1.13.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@vercel/node/-/node-1.12.1.tgz";
- sha512 = "NcawIY05BvVkWlsowaxF2hl/hJg475U8JvT2FnGykFPMx31q1/FtqyTw/awSrKfOSRXR0InrbEIDIelmS9NzPA==";
+ url = "https://registry.npmjs.org/@vercel/node/-/node-1.13.0.tgz";
+ sha512 = "AqdUuJC0+r3q1lcL+Knjb+dHsSDSCRfwFPJ7odRkHO7sfoAkhJI4RussIDFTF7Yvt0e+GmWuYGFAgwSiv4FWEg==";
};
};
- "@vercel/python-2.0.5" = {
+ "@vercel/python-2.2.0" = {
name = "_at_vercel_slash_python";
packageName = "@vercel/python";
- version = "2.0.5";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@vercel/python/-/python-2.0.5.tgz";
- sha512 = "WCSTTw6He2COaSBiGDk2q5Q1ue+z5usRZcvUHCpsK6KvNkkV/PrY8JT73XQysMWKiXh6yQy19IUFAOqK/xwhig==";
+ url = "https://registry.npmjs.org/@vercel/python/-/python-2.2.0.tgz";
+ sha512 = "6DQxYZtB5IOkpeVSmjjKkTOLQcUmslVWwI+7GRNabairY0qqdoW7gfWctMQDNrJ3hy8vVdc9jOMBeRKWTyrDYQ==";
};
};
- "@vercel/ruby-1.2.7" = {
+ "@vercel/ruby-1.3.0" = {
name = "_at_vercel_slash_ruby";
packageName = "@vercel/ruby";
- version = "1.2.7";
+ version = "1.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@vercel/ruby/-/ruby-1.2.7.tgz";
- sha512 = "ZG2VxMHHSKocL57UWsfNc9UsblwYGm55/ujqGIBnkNUURnRgtUrwtWlEts1eJ4VHD754Lc/0/R1pfJXoN5SbRw==";
+ url = "https://registry.npmjs.org/@vercel/ruby/-/ruby-1.3.0.tgz";
+ sha512 = "98PTOukChScYXekWbDxPQEUCoX66W4188yx4Q4qiLTJgYRHsvQ5oWtNL5N0sz80mmYCk6aJglwnPE1d7tvgAmQ==";
};
};
- "@vue/cli-shared-utils-4.5.15" = {
+ "@vue/cli-shared-utils-5.0.1" = {
name = "_at_vue_slash_cli-shared-utils";
packageName = "@vue/cli-shared-utils";
- version = "4.5.15";
+ version = "5.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.5.15.tgz";
- sha512 = "SKaej9hHzzjKSOw1NlFmc6BSE0vcqUQMQiv1cxQ2DhVyy4QxZXBmzmiLBUBe+hYZZs1neXW7n//udeN9bCAY+Q==";
+ url = "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-5.0.1.tgz";
+ sha512 = "oL164c3yDhdLHgiFvSkXuP7z0eEY8gqTYzHHbvQJCIBtRZ/0H9Q7xICpAeMZ63lJvS2+fA5bQfv+kPII/kcjmQ==";
};
};
- "@vue/cli-ui-4.5.15" = {
+ "@vue/cli-ui-5.0.1" = {
name = "_at_vue_slash_cli-ui";
packageName = "@vue/cli-ui";
- version = "4.5.15";
+ version = "5.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli-ui/-/cli-ui-4.5.15.tgz";
- sha512 = "n32NC8RxI5HSeDH6QoK5LxgTDSN9HOj7Ra1eHlxQDqN2ppz3OhUAhsSEUe4puCq97dReYQeW6zpvCZOAyZgsIg==";
+ url = "https://registry.npmjs.org/@vue/cli-ui/-/cli-ui-5.0.1.tgz";
+ sha512 = "ikUsGRPc5wW/zbXIpBAp3NwDbTnwJzyAcM0QZwpa6YJ5Rx6kqI2DeUAyRBap6nMAWGtqSeN9I522UwwUY48CEA==";
};
};
- "@vue/cli-ui-addon-webpack-4.5.15" = {
+ "@vue/cli-ui-addon-webpack-5.0.1" = {
name = "_at_vue_slash_cli-ui-addon-webpack";
packageName = "@vue/cli-ui-addon-webpack";
- version = "4.5.15";
+ version = "5.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli-ui-addon-webpack/-/cli-ui-addon-webpack-4.5.15.tgz";
- sha512 = "WpMlsnu4rkQ2fb7lFnPoVtmT0pmCVJI6VkCa/bDMZjz5enLmGewGamJle/RWNwzTsvi59aroYMClXcTa2dQHBw==";
+ url = "https://registry.npmjs.org/@vue/cli-ui-addon-webpack/-/cli-ui-addon-webpack-5.0.1.tgz";
+ sha512 = "vaiILTed+6e1so1zqKMA6ej3gYszXJH9kuTdcU3vIYjQfYtSnwPEjNtraM9twsdZzI4zAVLS5nSHCG5fohOJlQ==";
};
};
- "@vue/cli-ui-addon-widgets-4.5.15" = {
+ "@vue/cli-ui-addon-widgets-5.0.1" = {
name = "_at_vue_slash_cli-ui-addon-widgets";
packageName = "@vue/cli-ui-addon-widgets";
- version = "4.5.15";
+ version = "5.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli-ui-addon-widgets/-/cli-ui-addon-widgets-4.5.15.tgz";
- sha512 = "B4Rc4wGgxTAOivy0tmBEuPAbSYeTzv3dusoQUOW1CVT3N5zYkEuxVj8OXmUQ1YECWaK+IjvQQMFkBuXt//lp7g==";
+ url = "https://registry.npmjs.org/@vue/cli-ui-addon-widgets/-/cli-ui-addon-widgets-5.0.1.tgz";
+ sha512 = "PiNz7W7rkz1CuRIuj1aa6f6UaL1iN4CI427mfCjpwy5V50GV6OSnLsmG1KIP3b0ld0X56iUpKw4pb5d77jzuNA==";
};
};
"@vue/compiler-core-3.2.31" = {
@@ -12640,15 +12577,6 @@ let
sha512 = "H2izJAyT2xwew4TxShpmxe6f9R5hHgJQy1QloLiUC2yrJMtyraBWNJL7903rpeCY9keNUipORR/zIUC2XcYKng==";
};
};
- "ast-types-0.13.3" = {
- name = "ast-types";
- packageName = "ast-types";
- version = "0.13.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/ast-types/-/ast-types-0.13.3.tgz";
- sha512 = "XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==";
- };
- };
"ast-types-0.13.4" = {
name = "ast-types";
packageName = "ast-types";
@@ -12802,13 +12730,13 @@ let
sha512 = "spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==";
};
};
- "async-append-only-log-3.1.3" = {
+ "async-append-only-log-3.1.4" = {
name = "async-append-only-log";
packageName = "async-append-only-log";
- version = "3.1.3";
+ version = "3.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/async-append-only-log/-/async-append-only-log-3.1.3.tgz";
- sha512 = "98wgC9IDd2qlx00gjB01p5FRd2kTxkNtBHiIlMk9hWyt/xlEAG3qUiM1wt2clJSY4thpDmKGMfFlJAXU2CTIPw==";
+ url = "https://registry.npmjs.org/async-append-only-log/-/async-append-only-log-3.1.4.tgz";
+ sha512 = "mPh8K1iI2ysWCEXGFDnhFeRpkT4wl6mshO/KAzRpzU60oi2+RMGCVjTZ0hZAjIK5z+iDMj6NiITlt99qYmUScA==";
};
};
"async-done-1.3.2" = {
@@ -13090,15 +13018,6 @@ let
sha1 = "ece7d92527ca37ea502f99e8f41fe44daf00dbce";
};
};
- "autoprefixer-7.2.6" = {
- name = "autoprefixer";
- packageName = "autoprefixer";
- version = "7.2.6";
- src = fetchurl {
- url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.6.tgz";
- sha512 = "Iq8TRIB+/9eQ8rbGhcP7ct5cYb/3qjNYAR2SnzLCEcwF6rvVOax8+9+fccgXk4bEhQGjOZd5TLhsksmAdsbGqQ==";
- };
- };
"autoprefixer-9.8.8" = {
name = "autoprefixer";
packageName = "autoprefixer";
@@ -13144,13 +13063,13 @@ let
sha1 = "00f35b2d27ac91b1f0d3ef2084c98cf1d1f0adc3";
};
};
- "aws-sdk-2.1074.0" = {
+ "aws-sdk-2.1077.0" = {
name = "aws-sdk";
packageName = "aws-sdk";
- version = "2.1074.0";
+ version = "2.1077.0";
src = fetchurl {
- url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1074.0.tgz";
- sha512 = "tD478mkukglutjs+mq5FQmYFzz+l/wddl5u3tTMWTNa+j1eSL+AqaHPFM1rC3O9h98QqpKKzeKbLrPhGDvYaRg==";
+ url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1077.0.tgz";
+ sha512 = "orJvJROs8hJaQRfHsX7Zl5PxEgrD/uTXyqXz9Yu9Io5VVxzvnOty9oHmvEMSlgTIf1qd01gnev/vpvP1HgzKtw==";
};
};
"aws-sdk-2.920.0" = {
@@ -13225,13 +13144,13 @@ let
sha512 = "Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==";
};
};
- "axios-0.25.0" = {
+ "axios-0.26.0" = {
name = "axios";
packageName = "axios";
- version = "0.25.0";
+ version = "0.26.0";
src = fetchurl {
- url = "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz";
- sha512 = "cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==";
+ url = "https://registry.npmjs.org/axios/-/axios-0.26.0.tgz";
+ sha512 = "lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==";
};
};
"axios-cookiejar-support-0.5.1" = {
@@ -13567,13 +13486,13 @@ let
sha512 = "Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==";
};
};
- "babel-plugin-styled-components-2.0.2" = {
+ "babel-plugin-styled-components-2.0.3" = {
name = "babel-plugin-styled-components";
packageName = "babel-plugin-styled-components";
- version = "2.0.2";
+ version = "2.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.2.tgz";
- sha512 = "7eG5NE8rChnNTDxa6LQfynwgHTVOYYaHJbUYSlOhk8QBXIQiMBKq4gyfHBBKPrxUcVBXVJL61ihduCpCQbuNbw==";
+ url = "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.3.tgz";
+ sha512 = "lMrl3GdPrTl9daQJ70eRCPM9fHlvQx6YJNM7RqojKGbRnvG2AL7qvURlZ3L0GzRGnGr19SjvBKWcnlZZkgQ8/Q==";
};
};
"babel-plugin-syntax-flow-6.18.0" = {
@@ -14845,13 +14764,13 @@ let
sha1 = "f962d687ec2c369570ae71af843256e6d0ca1129";
};
};
- "blessed-contrib-4.10.1" = {
+ "blessed-contrib-4.11.0" = {
name = "blessed-contrib";
packageName = "blessed-contrib";
- version = "4.10.1";
+ version = "4.11.0";
src = fetchurl {
- url = "https://registry.npmjs.org/blessed-contrib/-/blessed-contrib-4.10.1.tgz";
- sha512 = "S3jE7riCbWnAK8OT+ta4Z8RX/X6nfISxzn0SDIMFYuY90qUwqx7w7e9fIsc2m2ODwma7dFcXNwGSjyayfKd1DQ==";
+ url = "https://registry.npmjs.org/blessed-contrib/-/blessed-contrib-4.11.0.tgz";
+ sha512 = "P00Xji3xPp53+FdU9f74WpvnOAn/SS0CKLy4vLAf5Ps7FGDOTY711ruJPZb3/7dpFuP+4i7f4a/ZTZdLlKG9WA==";
};
};
"blgr-0.2.0" = {
@@ -15115,6 +15034,15 @@ let
sha512 = "8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==";
};
};
+ "body-parser-1.19.2" = {
+ name = "body-parser";
+ packageName = "body-parser";
+ version = "1.19.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz";
+ sha512 = "SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==";
+ };
+ };
"bolt01-1.2.3" = {
name = "bolt01";
packageName = "bolt01";
@@ -15169,6 +15097,15 @@ let
sha512 = "ON1CY0awM/VsOxcmCtz7WggxjGRH+G5rSEAdWp1UoU43BHiGw1T6eEt1t4gFvLi8eUSV0hB7vF1QOba65k/7FA==";
};
};
+ "bolt09-0.2.2" = {
+ name = "bolt09";
+ packageName = "bolt09";
+ version = "0.2.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bolt09/-/bolt09-0.2.2.tgz";
+ sha512 = "m533YWZ/R/p1buxEK/19v94Ay1vS1PJNwfP30BCVj6l96NGpOa9t40HYuMpoX+xFYwOx8kZs+GGTb9TbJund0w==";
+ };
+ };
"bonjour-3.5.0" = {
name = "bonjour";
packageName = "bonjour";
@@ -15187,13 +15124,13 @@ let
sha1 = "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e";
};
};
- "boolean-3.1.4" = {
+ "boolean-3.2.0" = {
name = "boolean";
packageName = "boolean";
- version = "3.1.4";
+ version = "3.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/boolean/-/boolean-3.1.4.tgz";
- sha512 = "3hx0kwU3uzG6ReQ3pnaFQPSktpBw6RHN3/ivDKEuU8g1XSfafowyvDnadjv1xp8IZqhtSukxlwv9bF6FhX8m0w==";
+ url = "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz";
+ sha512 = "d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==";
};
};
"boom-2.10.1" = {
@@ -15412,6 +15349,15 @@ let
sha512 = "iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==";
};
};
+ "brace-expansion-2.0.1" = {
+ name = "brace-expansion";
+ packageName = "brace-expansion";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz";
+ sha512 = "XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==";
+ };
+ };
"braces-1.8.5" = {
name = "braces";
packageName = "braces";
@@ -15664,15 +15610,6 @@ let
sha512 = "Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==";
};
};
- "browserslist-2.11.3" = {
- name = "browserslist";
- packageName = "browserslist";
- version = "2.11.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/browserslist/-/browserslist-2.11.3.tgz";
- sha512 = "yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==";
- };
- };
"browserslist-4.14.2" = {
name = "browserslist";
packageName = "browserslist";
@@ -15682,13 +15619,13 @@ let
sha512 = "HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==";
};
};
- "browserslist-4.19.1" = {
+ "browserslist-4.19.3" = {
name = "browserslist";
packageName = "browserslist";
- version = "4.19.1";
+ version = "4.19.3";
src = fetchurl {
- url = "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz";
- sha512 = "u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==";
+ url = "https://registry.npmjs.org/browserslist/-/browserslist-4.19.3.tgz";
+ sha512 = "XK3X4xtKJ+Txj8G5c30B4gsm71s69lqXlkYui4s6EkKxuv49qjYlY6oVd+IFJ73d4YymtM3+djvvt/R/iJwwDg==";
};
};
"brq-0.1.8" = {
@@ -16979,31 +16916,31 @@ let
sha512 = "eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==";
};
};
- "cdk8s-1.5.17" = {
+ "cdk8s-1.5.20" = {
name = "cdk8s";
packageName = "cdk8s";
- version = "1.5.17";
+ version = "1.5.20";
src = fetchurl {
- url = "https://registry.npmjs.org/cdk8s/-/cdk8s-1.5.17.tgz";
- sha512 = "GcbdbVNqNLSgw3tEyKQQLLT0c6uVkia1W5gTfUNHfU1SigGQjhm9WWhKNnktxDVn9UiS/PFC5xDhJibbLRZJ0g==";
+ url = "https://registry.npmjs.org/cdk8s/-/cdk8s-1.5.20.tgz";
+ sha512 = "SBcX7mUsv9LbYr1zyrYcqJu+FoAELgQ1Jgi9dikNT21DVYyorIeZ/0uJYzfjzBmr6jSZOaswdzZ9keT8KFYnuA==";
};
};
- "cdk8s-plus-22-1.0.0-beta.117" = {
+ "cdk8s-plus-22-1.0.0-beta.121" = {
name = "cdk8s-plus-22";
packageName = "cdk8s-plus-22";
- version = "1.0.0-beta.117";
+ version = "1.0.0-beta.121";
src = fetchurl {
- url = "https://registry.npmjs.org/cdk8s-plus-22/-/cdk8s-plus-22-1.0.0-beta.117.tgz";
- sha512 = "xMqtUrFAEsB7xZaercfePviYomoWqkE1bfXzgsb2RpmVVMJqx8jHyPDlSymNuj/kiAHYpx+9Ps9qV2iLqSGtbw==";
+ url = "https://registry.npmjs.org/cdk8s-plus-22/-/cdk8s-plus-22-1.0.0-beta.121.tgz";
+ sha512 = "9Yda0m3MVrlPbANO4kvaJoDNCbV5PQj9/umK58qrfEuEDg1KONj/DvqeZ8dNr0Gk3Qp0h2z84T0YYHlBZDtEDA==";
};
};
- "cdktf-0.9.0" = {
+ "cdktf-0.9.1" = {
name = "cdktf";
packageName = "cdktf";
- version = "0.9.0";
+ version = "0.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/cdktf/-/cdktf-0.9.0.tgz";
- sha512 = "6zHgGuCd2y3uRjgK303hmpitKEkKdVz/ylSMptzNd9UqU8MZtCY+ky29bUcM0Xpyu01c+JxHK0V+Rr+Q72AZxw==";
+ url = "https://registry.npmjs.org/cdktf/-/cdktf-0.9.1.tgz";
+ sha512 = "GOt29nXb2eM7DoqnErp98m1j4crPcplhK+kjb5ACF2hHXSgK4VWNNIxoYLDZBB/FtPJRXDLWwuI7mugBi0vncQ==";
};
};
"center-align-0.1.3" = {
@@ -18428,15 +18365,6 @@ let
sha512 = "A5C0Cyf2H8sKsHqX0tvIWRXw5/PK++3Dc0lDbsugr90nOECLLuSPahVQBG8pgmgiXgm/TzBWMqI2rWdZwHduAw==";
};
};
- "cmd-shim-3.0.3" = {
- name = "cmd-shim";
- packageName = "cmd-shim";
- version = "3.0.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/cmd-shim/-/cmd-shim-3.0.3.tgz";
- sha512 = "DtGg+0xiFhQIntSBRzL2fRQBnmtAVwXIDo4Qq46HPpObYquxMaZS4sb82U9nH91qJrlosC1wa9gwr0QyL/HypA==";
- };
- };
"cmd-shim-4.1.0" = {
name = "cmd-shim";
packageName = "cmd-shim";
@@ -18599,13 +18527,13 @@ let
sha512 = "3WQV/Fpa77nvzjUlc+0u53uIroJyyMB2Qwl++aXpAiDIsrsiAQq4uCURwdRBRX+eLkOTIAmT0L4qna3T7+2pUg==";
};
};
- "codemaker-1.53.0" = {
+ "codemaker-1.54.0" = {
name = "codemaker";
packageName = "codemaker";
- version = "1.53.0";
+ version = "1.54.0";
src = fetchurl {
- url = "https://registry.npmjs.org/codemaker/-/codemaker-1.53.0.tgz";
- sha512 = "2HiSzodr1qJGtHr7LdkyK3HQ1OGcrJxvXdY7eDOJ5HUYRvFus0oxedPt1kDlOUP7K7LubVv6jIftwDRuiFQ7tA==";
+ url = "https://registry.npmjs.org/codemaker/-/codemaker-1.54.0.tgz";
+ sha512 = "83iPWGyIa089xWAomeTOmBVqgTa0p3k5KGav4kIVZzTLXqh5JiPCjpJr89kuts4O9vLSuvkCBCl8n0MVYP6nlQ==";
};
};
"codepage-1.4.0" = {
@@ -18932,15 +18860,6 @@ let
sha1 = "fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06";
};
};
- "commander-1.0.0" = {
- name = "commander";
- packageName = "commander";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/commander/-/commander-1.0.0.tgz";
- sha1 = "5e6a88e7070ff5908836ead19169548c30f90bcd";
- };
- };
"commander-1.3.2" = {
name = "commander";
packageName = "commander";
@@ -19652,22 +19571,22 @@ let
sha1 = "c20b96d8c617748aaf1c16021760cd27fcb8cb75";
};
};
- "constructs-10.0.63" = {
+ "constructs-10.0.66" = {
name = "constructs";
packageName = "constructs";
- version = "10.0.63";
+ version = "10.0.66";
src = fetchurl {
- url = "https://registry.npmjs.org/constructs/-/constructs-10.0.63.tgz";
- sha512 = "2AQEHHZsdUTbRynOpP9EP/M4ApkZbRCjHd4A9lnls+8dBonPwk2zAfu66v8ofctUOF4uEXWqje1ZSvde38/f9g==";
+ url = "https://registry.npmjs.org/constructs/-/constructs-10.0.66.tgz";
+ sha512 = "luFprSllFDm8iEt/irxsWnm8PHNKNNnZ3pV+5PRXDUOnLaWCv6Vwm+7E0IX6pfgiSphOSsWqhA4ReJA+xe0YHg==";
};
};
- "constructs-3.3.218" = {
+ "constructs-3.3.221" = {
name = "constructs";
packageName = "constructs";
- version = "3.3.218";
+ version = "3.3.221";
src = fetchurl {
- url = "https://registry.npmjs.org/constructs/-/constructs-3.3.218.tgz";
- sha512 = "nt9GWhxy0iZI1JKhP5y9e2EFt+fEzqy33Mhanrt4WpSqzC4in1Et5ZBZo4rc2uzSWFSaQZbl5b3rurO8SqKevw==";
+ url = "https://registry.npmjs.org/constructs/-/constructs-3.3.221.tgz";
+ sha512 = "+mFPYjtEWakgB3Ao7s+FDzuSHkrIiF+aUP7O9flMa+jkxQVkoW7txl4TUrOSi94FbFJoh0fVT3P37xOa1P/8+Q==";
};
};
"consume-http-header-1.0.0" = {
@@ -20247,22 +20166,31 @@ let
sha512 = "YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==";
};
};
- "core-js-compat-3.21.0" = {
- name = "core-js-compat";
- packageName = "core-js-compat";
- version = "3.21.0";
+ "core-js-3.21.1" = {
+ name = "core-js";
+ packageName = "core-js";
+ version = "3.21.1";
src = fetchurl {
- url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.21.0.tgz";
- sha512 = "OSXseNPSK2OPJa6GdtkMz/XxeXx8/CJvfhQWTqd6neuUraujcL4jVsjkLQz1OWnax8xVQJnRPe0V2jqNWORA+A==";
+ url = "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz";
+ sha512 = "FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==";
};
};
- "core-js-pure-3.21.0" = {
+ "core-js-compat-3.21.1" = {
+ name = "core-js-compat";
+ packageName = "core-js-compat";
+ version = "3.21.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.21.1.tgz";
+ sha512 = "gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==";
+ };
+ };
+ "core-js-pure-3.21.1" = {
name = "core-js-pure";
packageName = "core-js-pure";
- version = "3.21.0";
+ version = "3.21.1";
src = fetchurl {
- url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.21.0.tgz";
- sha512 = "VaJUunCZLnxuDbo1rNOzwbet9E1K9joiXS5+DQMPtgxd24wfsZbJZMMfQLGYMlCUvSxLfsRUUhoOR2x28mFfeg==";
+ url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.21.1.tgz";
+ sha512 = "12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ==";
};
};
"core-util-is-1.0.2" = {
@@ -20328,15 +20256,6 @@ let
sha1 = "11a45bc47ab30c54d00bb869ea1802fbcd9a09d0";
};
};
- "cosmiconfig-3.1.0" = {
- name = "cosmiconfig";
- packageName = "cosmiconfig";
- version = "3.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-3.1.0.tgz";
- sha512 = "zedsBhLSbPBms+kE7AH4vHg6JsKDz6epSv2/+5XHs8ILHlgDciSJfSWf8sX9aQ52Jb7KI7VswUTsLpR/G0cr2Q==";
- };
- };
"cosmiconfig-5.2.1" = {
name = "cosmiconfig";
packageName = "cosmiconfig";
@@ -20580,15 +20499,6 @@ let
sha512 = "fVvg1YYSogo3TlU1WFeTt937nhGQlf5KtB6M2HyDa/U02dbeMBE2AY9PcPlMufXNQoM/UCO28y26EmuApM7ZmA==";
};
};
- "cron-1.8.2" = {
- name = "cron";
- packageName = "cron";
- version = "1.8.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/cron/-/cron-1.8.2.tgz";
- sha512 = "Gk2c4y6xKEO8FSAUTklqtfSr7oTq0CiPQeLBG5Fl0qoXpZyMcj1SG59YL+hqq04bu6/IuEA7lMkYDAplQNKkyg==";
- };
- };
"cron-parser-2.18.0" = {
name = "cron-parser";
packageName = "cron-parser";
@@ -20598,6 +20508,15 @@ let
sha512 = "s4odpheTyydAbTBQepsqd2rNWGa2iV3cyo8g7zbI2QQYGLVsfbhmwukayS1XHppe02Oy1fg7mg6xoaraVJeEcg==";
};
};
+ "croner-4.1.97" = {
+ name = "croner";
+ packageName = "croner";
+ version = "4.1.97";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/croner/-/croner-4.1.97.tgz";
+ sha512 = "/f6gpQuxDaqXu+1kwQYSckUglPaOrHdbIlBAu0YuW8/Cdb45XwXYNUBXg3r/9Mo6n540Kn/smKcZWko5x99KrQ==";
+ };
+ };
"cronosjs-1.7.1" = {
name = "cronosjs";
packageName = "cronosjs";
@@ -21282,15 +21201,6 @@ let
sha512 = "5AIdl8l6n3iYQYxan5djB5eKDa+vBnhfWZtRpJTcrETWfVLYN0WSj3L9RwvgYt+psoO77juUr8TG8qpfGZifVQ==";
};
};
- "csv-parser-1.12.1" = {
- name = "csv-parser";
- packageName = "csv-parser";
- version = "1.12.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/csv-parser/-/csv-parser-1.12.1.tgz";
- sha512 = "r45M92nLnGP246ot0Yo5RvbiiMF5Bw/OTIdWJ3OQ4Vbv4hpOeoXVIPxdSmUw+fPJlQOseY+iigJyLSfPMIrddQ==";
- };
- };
"csv-stream-0.2.0" = {
name = "csv-stream";
packageName = "csv-stream";
@@ -23298,13 +23208,13 @@ let
sha512 = "aiQcQowF01RxFI4ZLFMpzyotbQonhNpBao6dkI8JPk5a+hmSjR5ErHp2CQySmQe8os3VBqLCIh87nDBgZXvsmg==";
};
};
- "degenerator-3.0.1" = {
+ "degenerator-3.0.2" = {
name = "degenerator";
packageName = "degenerator";
- version = "3.0.1";
+ version = "3.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/degenerator/-/degenerator-3.0.1.tgz";
- sha512 = "LFsIFEeLPlKvAKXu7j3ssIG6RT0TbI7/GhsqrI0DnHASEQjXQ0LUSYcjJteGgRGmZbl1TnMSxpNQIAiJ7Du5TQ==";
+ url = "https://registry.npmjs.org/degenerator/-/degenerator-3.0.2.tgz";
+ sha512 = "c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ==";
};
};
"del-3.0.0" = {
@@ -24351,6 +24261,15 @@ let
sha512 = "kD+f8qEaa42+mjdOpKeztu9Mfx5bv9gVLO6K9jRx4uGvh6Wv06Srn4jr1wPNY2OOUGGSKHNFN+A8MA3v0E0QAQ==";
};
};
+ "dompurify-2.3.6" = {
+ name = "dompurify";
+ packageName = "dompurify";
+ version = "2.3.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz";
+ sha512 = "OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==";
+ };
+ };
"domutils-1.4.3" = {
name = "domutils";
packageName = "domutils";
@@ -25586,13 +25505,13 @@ let
sha512 = "XHJk60ufE+TG/ydwp4lilOog549iiQF2OAPhkk9DdiYWMrltz5yhDz/xnKuenNwP7gy3dsibssO5QpVhkrSzzg==";
};
};
- "error-stack-parser-2.0.7" = {
+ "error-stack-parser-2.0.6" = {
name = "error-stack-parser";
packageName = "error-stack-parser";
- version = "2.0.7";
+ version = "2.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz";
- sha512 = "chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==";
+ url = "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz";
+ sha512 = "d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==";
};
};
"errorhandler-1.5.1" = {
@@ -26729,15 +26648,6 @@ let
sha1 = "c7c5ad2eef3478d38390c6dd3acfe8af0efc8301";
};
};
- "exec-sh-0.2.2" = {
- name = "exec-sh";
- packageName = "exec-sh";
- version = "0.2.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.2.tgz";
- sha512 = "FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==";
- };
- };
"exec-sh-0.3.6" = {
name = "exec-sh";
packageName = "exec-sh";
@@ -26783,15 +26693,6 @@ let
sha1 = "d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da";
};
};
- "execa-0.9.0" = {
- name = "execa";
- packageName = "execa";
- version = "0.9.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/execa/-/execa-0.9.0.tgz";
- sha512 = "BbUMBiX4hqiHZUA5+JujIjNb6TyAlp2D5KLheMjMluwOuzcnylDL4AxZYLLn1n2AGB49eSWwyKvvEQoRpnAtmA==";
- };
- };
"execa-1.0.0" = {
name = "execa";
packageName = "execa";
@@ -27044,6 +26945,15 @@ let
sha512 = "oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==";
};
};
+ "express-4.17.3" = {
+ name = "express";
+ packageName = "express";
+ version = "4.17.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/express/-/express-4.17.3.tgz";
+ sha512 = "yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==";
+ };
+ };
"express-async-handler-1.2.0" = {
name = "express-async-handler";
packageName = "express-async-handler";
@@ -28511,13 +28421,13 @@ let
sha512 = "LNRvR4hr/S8cXXkIY5pTgVP7L3tq6LlYWcg9nWBuW7o1NMxKZo6oOVa/6GIekMGI0Iw7uC+HWimMe9u/VAeKqw==";
};
};
- "fkill-6.2.0" = {
+ "fkill-7.2.1" = {
name = "fkill";
packageName = "fkill";
- version = "6.2.0";
+ version = "7.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/fkill/-/fkill-6.2.0.tgz";
- sha512 = "VoPpKScAzvZ07jtciOY0bJieJwyd/VVCuo4fn3nBLh4iBagzYED7GLQeFBpMpy7HP5edEKTDo8yxaIrYrwb7hg==";
+ url = "https://registry.npmjs.org/fkill/-/fkill-7.2.1.tgz";
+ sha512 = "eN9cmsIlRdq06wu3m01OOEgQf5Xh/M7REm0jfZ4eL3V3XisjXzfRq3iyqtKS+FhO6wB36FvWRiRGdeSx5KpLAQ==";
};
};
"fkill-8.0.0" = {
@@ -28646,13 +28556,13 @@ let
sha512 = "jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg==";
};
};
- "flow-parser-0.171.0" = {
+ "flow-parser-0.172.0" = {
name = "flow-parser";
packageName = "flow-parser";
- version = "0.171.0";
+ version = "0.172.0";
src = fetchurl {
- url = "https://registry.npmjs.org/flow-parser/-/flow-parser-0.171.0.tgz";
- sha512 = "cqEsgic6HH81Pz0IQLeyuoh0O8Y7ECAIdZ0idPQ9P1jZ/kHB9KK0hwqnjVtqTGog15JURkIxvyXm+9pAb6uuSQ==";
+ url = "https://registry.npmjs.org/flow-parser/-/flow-parser-0.172.0.tgz";
+ sha512 = "WWqgvuJgD9Y1n2su9D73m0g5kQ4XVl8Dwk6DeW5V6bjt4XMtVLzSHg35s3iiZOvShY+7w7l8FzlK81PGXRcIYQ==";
};
};
"fluent-ffmpeg-2.1.2" = {
@@ -28799,13 +28709,13 @@ let
sha512 = "GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==";
};
};
- "follow-redirects-1.14.8" = {
+ "follow-redirects-1.14.9" = {
name = "follow-redirects";
packageName = "follow-redirects";
- version = "1.14.8";
+ version = "1.14.9";
src = fetchurl {
- url = "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz";
- sha512 = "1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==";
+ url = "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz";
+ sha512 = "MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==";
};
};
"follow-redirects-1.5.10" = {
@@ -29231,15 +29141,6 @@ let
sha1 = "cf25554ca050dc49ae6656b41de42258989dcbce";
};
};
- "fs-exists-sync-0.1.0" = {
- name = "fs-exists-sync";
- packageName = "fs-exists-sync";
- version = "0.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz";
- sha1 = "982d6893af918e72d08dec9e8673ff2b5a8d6add";
- };
- };
"fs-extra-0.24.0" = {
name = "fs-extra";
packageName = "fs-extra";
@@ -29663,13 +29564,13 @@ let
sha512 = "+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==";
};
};
- "gauge-4.0.0" = {
+ "gauge-4.0.1" = {
name = "gauge";
packageName = "gauge";
- version = "4.0.0";
+ version = "4.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/gauge/-/gauge-4.0.0.tgz";
- sha512 = "F8sU45yQpjQjxKkm1UOAhf0U/O0aFt//Fl7hsrNVto+patMHjs7dPI9mFOGUKbhrgKm0S3EjW3scMFuQmWSROw==";
+ url = "https://registry.npmjs.org/gauge/-/gauge-4.0.1.tgz";
+ sha512 = "zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==";
};
};
"gaxios-2.3.4" = {
@@ -29735,15 +29636,6 @@ let
sha1 = "336a98f81510f9ae0af2a494e17468a116a9dc04";
};
};
- "generate-function-1.1.0" = {
- name = "generate-function";
- packageName = "generate-function";
- version = "1.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/generate-function/-/generate-function-1.1.0.tgz";
- sha1 = "54c21b080192b16d9877779c5bb81666e772365f";
- };
- };
"generate-function-2.3.1" = {
name = "generate-function";
packageName = "generate-function";
@@ -30095,13 +29987,13 @@ let
sha1 = "0d76163778093aef7f1c30238f2a9ef3f07a2eb9";
};
};
- "git-config-path-1.0.1" = {
+ "git-config-path-2.0.0" = {
name = "git-config-path";
packageName = "git-config-path";
- version = "1.0.1";
+ version = "2.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/git-config-path/-/git-config-path-1.0.1.tgz";
- sha1 = "6d33f7ed63db0d0e118131503bab3aca47d54664";
+ url = "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz";
+ sha512 = "qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==";
};
};
"git-diff-tree-1.1.0" = {
@@ -30825,13 +30717,13 @@ let
sha512 = "otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==";
};
};
- "google-auth-library-7.12.0" = {
+ "google-auth-library-7.13.0" = {
name = "google-auth-library";
packageName = "google-auth-library";
- version = "7.12.0";
+ version = "7.13.0";
src = fetchurl {
- url = "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.12.0.tgz";
- sha512 = "RS/whvFPMoF1hQNxnoVET3DWKPBt1Xgqe2rY0k+Jn7TNhoHlwdnSe7Rlcbo2Nub3Mt2lUVz26X65aDQrWp6x8w==";
+ url = "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.13.0.tgz";
+ sha512 = "6Q2/ZijxVKt9I6TgljUa4oMiRvQcul0lm3g6faEvWHZ9ql9gOmlAJPAmV/BKQ/GiMFtD2llF6codS350d0GjlQ==";
};
};
"google-closure-compiler-js-20170910.0.1" = {
@@ -30843,13 +30735,13 @@ let
sha512 = "Vric7QFWxzHFxITZ10bmlG1H/5rhODb7hJuWyKWMD8GflpQzRmbMVqkFp3fKvN+U9tPwZItGVhkiOR+84PX3ew==";
};
};
- "google-gax-2.29.4" = {
+ "google-gax-2.29.6" = {
name = "google-gax";
packageName = "google-gax";
- version = "2.29.4";
+ version = "2.29.6";
src = fetchurl {
- url = "https://registry.npmjs.org/google-gax/-/google-gax-2.29.4.tgz";
- sha512 = "3o6cByD2fE1yIc6i1gpKMQlJStqlvu8Sa/Ly/HCQ6GPHpltpVfkTT4KVj2YLVa7WTSDoGbsLBDmJ1KfN1uNiRw==";
+ url = "https://registry.npmjs.org/google-gax/-/google-gax-2.29.6.tgz";
+ sha512 = "NsuGBpxOzvBS4rbaeicIpgZ1caU3vNcG04kJWb51rlcYJvzXwHgPof9w4UplR2WVqlFzLkDtEStQOKhS/QcLmA==";
};
};
"google-p12-pem-3.1.3" = {
@@ -31149,6 +31041,15 @@ let
sha512 = "EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA==";
};
};
+ "graphql-15.8.0" = {
+ name = "graphql";
+ packageName = "graphql";
+ version = "15.8.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz";
+ sha512 = "5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==";
+ };
+ };
"graphql-config-3.0.3" = {
name = "graphql-config";
packageName = "graphql-config";
@@ -31167,6 +31068,15 @@ let
sha512 = "Myqay6pmdcmX3KqoH+bMbeKZ1cTODpHS2CxF1ZzNnfTE+YUpGTcp01bOw6LpzamRb0T/WTYtGFbZeXGo9Hab2Q==";
};
};
+ "graphql-executor-0.0.18" = {
+ name = "graphql-executor";
+ packageName = "graphql-executor";
+ version = "0.0.18";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/graphql-executor/-/graphql-executor-0.0.18.tgz";
+ sha512 = "upUSl7tfZCZ5dWG1XkOvpG70Yk3duZKcCoi/uJso4WxJVT6KIrcK4nZ4+2X/hzx46pL8wAukgYHY6iNmocRN+g==";
+ };
+ };
"graphql-extensions-0.15.0" = {
name = "graphql-extensions";
packageName = "graphql-extensions";
@@ -32616,15 +32526,6 @@ let
sha1 = "c78de65b5663aa597989dd2b7ab49200d7e4db98";
};
};
- "html-tags-2.0.0" = {
- name = "html-tags";
- packageName = "html-tags";
- version = "2.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz";
- sha1 = "10b30a386085f43cede353cc8fa7cb0deeea668b";
- };
- };
"html-tags-3.1.0" = {
name = "html-tags";
packageName = "html-tags";
@@ -33345,13 +33246,13 @@ let
sha512 = "FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q==";
};
};
- "i18next-21.6.10" = {
+ "i18next-21.6.11" = {
name = "i18next";
packageName = "i18next";
- version = "21.6.10";
+ version = "21.6.11";
src = fetchurl {
- url = "https://registry.npmjs.org/i18next/-/i18next-21.6.10.tgz";
- sha512 = "Xw+tEGQ61BF6SXtBlFffhM/YhJKHZf2cyDrcNK/l2dE6yVbkPkSasC3VhkAsHXX30vUJ0yG04WIUtf7UvwjOxg==";
+ url = "https://registry.npmjs.org/i18next/-/i18next-21.6.11.tgz";
+ sha512 = "tJ2+o0lVO+fhi8bPkCpBAeY1SgkqmQm5NzgPWCQssBrywJw98/o+Kombhty5nxQOpHtvMmsxcOopczUiH6bJxQ==";
};
};
"iconv-lite-0.4.19" = {
@@ -33732,15 +33633,6 @@ let
sha512 = "rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==";
};
};
- "import-local-0.1.1" = {
- name = "import-local";
- packageName = "import-local";
- version = "0.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/import-local/-/import-local-0.1.1.tgz";
- sha1 = "b1179572aacdc11c6a91009fb430dbcab5f668a8";
- };
- };
"import-local-2.0.0" = {
name = "import-local";
packageName = "import-local";
@@ -34389,15 +34281,6 @@ let
sha512 = "Id0Fij0HsB/vKWGeBe9PxeY45ttRiBmhFyyt/geBdDHBYNctMRTE3dC1U3ujzz3lap+hVXlEcVaB56kZP/eEUg==";
};
};
- "into-stream-2.0.1" = {
- name = "into-stream";
- packageName = "into-stream";
- version = "2.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/into-stream/-/into-stream-2.0.1.tgz";
- sha1 = "db9b003694453eae091d8a5c84cc11507b781d31";
- };
- };
"into-stream-3.1.0" = {
name = "into-stream";
packageName = "into-stream";
@@ -36549,13 +36432,13 @@ let
sha512 = "eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==";
};
};
- "javascript-stringify-1.6.0" = {
+ "javascript-stringify-2.1.0" = {
name = "javascript-stringify";
packageName = "javascript-stringify";
- version = "1.6.0";
+ version = "2.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-1.6.0.tgz";
- sha1 = "142d111f3a6e3dae8f4a9afd77d45855b5a9cce3";
+ url = "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.1.0.tgz";
+ sha512 = "JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==";
};
};
"jed-1.1.1" = {
@@ -37162,49 +37045,49 @@ let
sha512 = "xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==";
};
};
- "jsii-1.53.0" = {
+ "jsii-1.54.0" = {
name = "jsii";
packageName = "jsii";
- version = "1.53.0";
+ version = "1.54.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsii/-/jsii-1.53.0.tgz";
- sha512 = "hPwapfZD3zIzHD49gewtM/w/iSi6QMPKf+HjovFA4u4j/cwUJBpb5DqG55m3LtUKHLj23Ll6KDuh7xr+H5PiDA==";
+ url = "https://registry.npmjs.org/jsii/-/jsii-1.54.0.tgz";
+ sha512 = "XuqGpmGIxFcX2GvX3zjcHBzBeZ7+tJ7hr5tu/7qV6wQ/thXuZFdAoj2znSgBkpGOt6mjtRuqv01HIRl25Nys5g==";
};
};
- "jsii-pacmak-1.53.0" = {
+ "jsii-pacmak-1.54.0" = {
name = "jsii-pacmak";
packageName = "jsii-pacmak";
- version = "1.53.0";
+ version = "1.54.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.53.0.tgz";
- sha512 = "sP9osp82wq7+Rtg878A40K05RgamPCS6ybjaiIXZT7yRnzN7XXoyOXXmldJEuJ1vMSj9c/LCNFXuUb/Y9J+vfw==";
+ url = "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.54.0.tgz";
+ sha512 = "1uvHzdrUiTL7Z6QLaoY5F4iK+JbVh8BL4dJrZRikd+ntVWW8sh0CIxAAtlwYgAMER8HihZ1AZUzngdZ/zO2AFw==";
};
};
- "jsii-reflect-1.53.0" = {
+ "jsii-reflect-1.54.0" = {
name = "jsii-reflect";
packageName = "jsii-reflect";
- version = "1.53.0";
+ version = "1.54.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.53.0.tgz";
- sha512 = "WyqzujH6s/IUhPFU3iJWlacD9srSA55msKXeF8wZdGnMrmXW49rgcAOEq1hyzbp+Ma01Aq6+FTwG1Qzyt4wGMw==";
+ url = "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.54.0.tgz";
+ sha512 = "wB4hxHTAN4LEBVg/Y5sr3Sbh3Xe2+jrYIftnhT+2mmhMexHj3U0RhjPW/MFXxRTbiSgDad1fbw5VkJYDWnpGXw==";
};
};
- "jsii-rosetta-1.53.0" = {
+ "jsii-rosetta-1.54.0" = {
name = "jsii-rosetta";
packageName = "jsii-rosetta";
- version = "1.53.0";
+ version = "1.54.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-1.53.0.tgz";
- sha512 = "lEzbdLFyLhCwkMBG225egxUeey+/BQfe/R/1OolDiawmIlnGnGSlJbHy6RJ0WVcOuRmcGJl8jIhivpPjHeb44Q==";
+ url = "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-1.54.0.tgz";
+ sha512 = "fxgx9L5eWzyMC1IEkDitxgcraHUuZbQQVQztJtZHw/QlZ9n0DUjfbKrefJQ2HpobtI9ZV2fDEYjuwZDBAVBdsA==";
};
};
- "jsii-srcmak-0.1.476" = {
+ "jsii-srcmak-0.1.480" = {
name = "jsii-srcmak";
packageName = "jsii-srcmak";
- version = "0.1.476";
+ version = "0.1.480";
src = fetchurl {
- url = "https://registry.npmjs.org/jsii-srcmak/-/jsii-srcmak-0.1.476.tgz";
- sha512 = "p+2yFrk1i/cq9+bQNo7LXNmDyp/wOVsCM5JJq8z1mwwxT6HH/aMwFh/8ccmD0g3sxeU3TKZ4rNJRgJwYHp9XjA==";
+ url = "https://registry.npmjs.org/jsii-srcmak/-/jsii-srcmak-0.1.480.tgz";
+ sha512 = "dfbPFhBAWAm+y7c1Sqwmzav8ZsSaxSt9bGAV5oeYztYBVY+4wlgpspY6mtVF6K6IWN4PKsK/6rcJvaMRe2cFtQ==";
};
};
"json-bigint-1.0.0" = {
@@ -37288,13 +37171,13 @@ let
sha1 = "13f14ce02eed4e981297b64eb9e3b932e2dd13dc";
};
};
- "json-pointer-0.6.1" = {
+ "json-pointer-0.6.2" = {
name = "json-pointer";
packageName = "json-pointer";
- version = "0.6.1";
+ version = "0.6.2";
src = fetchurl {
- url = "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.1.tgz";
- sha512 = "3OvjqKdCBvH41DLpV4iSt6v2XhZXV1bPB4OROuknvUXI7ZQNofieCPkmE26stEJ9zdQuvIxDHCuYhfgxFAAs+Q==";
+ url = "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.2.tgz";
+ sha512 = "vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw==";
};
};
"json-ptr-1.3.2" = {
@@ -37495,13 +37378,13 @@ let
sha512 = "0/4Lv6IenJV0qj2oBdgPIAmFiKKnh8qh7bmLFJ+/ZZHLjSeiL3fKKGX3UryvKPbxFbhV+JcYo9KUC19GJ/Z/4A==";
};
};
- "json2jsii-0.2.136" = {
+ "json2jsii-0.2.140" = {
name = "json2jsii";
packageName = "json2jsii";
- version = "0.2.136";
+ version = "0.2.140";
src = fetchurl {
- url = "https://registry.npmjs.org/json2jsii/-/json2jsii-0.2.136.tgz";
- sha512 = "gn3kwUX+nwt4PuOqMW07ByOC1cRlh4YvB0cFjgqKf5JjATPa8gb2jt9QJULpEYGhkjx0SZtvT4Fmawpd8TY/RA==";
+ url = "https://registry.npmjs.org/json2jsii/-/json2jsii-0.2.140.tgz";
+ sha512 = "AM7hYuy6DQUZlrLVIGK2kOe2Xi8dBjd0QFzgUVCLOxeTngfXcR/SSwcbl7m/ChDn0iSj0gPpKzKu29CyZQq5Hw==";
};
};
"json3-3.2.6" = {
@@ -37558,13 +37441,13 @@ let
sha512 = "oDPf7b6nFDKcX2qt5OLI/ZwGwH43qS/g2Z98UWo8ChoNtVMYdGa3Y48WHvjPqvNKnTUa2fOanvHFeE7ZxkiboQ==";
};
};
- "jsonata-1.8.5" = {
+ "jsonata-1.8.6" = {
name = "jsonata";
packageName = "jsonata";
- version = "1.8.5";
+ version = "1.8.6";
src = fetchurl {
- url = "https://registry.npmjs.org/jsonata/-/jsonata-1.8.5.tgz";
- sha512 = "ilDyTBkg6qhNoNVr8PUPzz5GYvRK+REKOM5MdOGzH2y6V4yvPRMegSvbZLpbTtI0QAgz09QM7drDhSHUlwp9pA==";
+ url = "https://registry.npmjs.org/jsonata/-/jsonata-1.8.6.tgz";
+ sha512 = "ZH2TPYdNP2JecOl/HvrH47Xc+9imibEMQ4YqKy/F/FrM+2a6vfbGxeCX23dB9Fr6uvGwv+ghf1KxWB3iZk09wA==";
};
};
"jsonc-parser-1.0.3" = {
@@ -38125,13 +38008,13 @@ let
sha512 = "qdyZ3XDuv11ANDXJ+shsmc+j/h5BHPDSn33MwkUMDg2EA++xEBleNkghr3Jg95cqVx5WgDYD8V/m3Q0y7kwQ2w==";
};
};
- "keytar-7.8.0" = {
+ "keytar-7.9.0" = {
name = "keytar";
packageName = "keytar";
- version = "7.8.0";
+ version = "7.9.0";
src = fetchurl {
- url = "https://registry.npmjs.org/keytar/-/keytar-7.8.0.tgz";
- sha512 = "mR+BqtAOIW8j+T5FtLVyckCbvROWQD+4FzPeFMuk5njEZkXLpVPCGF26Y3mTyxMAAL1XCfswR7S6kIf+THSRFA==";
+ url = "https://registry.npmjs.org/keytar/-/keytar-7.9.0.tgz";
+ sha512 = "VPD8mtVtm5JNtA2AErl6Chp06JBfy7diFQ7TQQhdpWOl6MrCRB+eRbvAZUsbGQS9kiMq0coJsy0W0vHpDCkWsQ==";
};
};
"keyv-3.0.0" = {
@@ -38305,15 +38188,6 @@ let
sha512 = "RTSoaUAfLvpR357vWzAz/50Q/BmHfmE6ETSWfutT0AJiw10e6CmcdYRQJlLRd95B53D0Y2aD1jSxD3V3ySF+PA==";
};
};
- "known-css-properties-0.5.0" = {
- name = "known-css-properties";
- packageName = "known-css-properties";
- version = "0.5.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.5.0.tgz";
- sha512 = "LOS0CoS8zcZnB1EjLw4LLqDXw8nvt3AGH5dXLQP3D9O1nLLA+9GC5GnPl5mmF+JiQAtSX4VyZC7KvEtcA4kUtA==";
- };
- };
"koa-2.13.4" = {
name = "koa";
packageName = "koa";
@@ -39052,13 +38926,13 @@ let
sha512 = "cfVDw8LVhOQ067khkXkksk21uHFRX7lPnyBhQGkEMk7Udmu7hsmiQI464HG1YjpBOs6GkyT8jxf2RXPnbfLzYA==";
};
};
- "lightning-5.8.0" = {
+ "lightning-5.8.1" = {
name = "lightning";
packageName = "lightning";
- version = "5.8.0";
+ version = "5.8.1";
src = fetchurl {
- url = "https://registry.npmjs.org/lightning/-/lightning-5.8.0.tgz";
- sha512 = "vCVKEKgl0hgmxcvFktlRoITK4xQTsPtlENNjgqXsMFpXkgJzf4E+9dVxcEwgmLojnNj8Fl1DBrZgL9lV19R6LA==";
+ url = "https://registry.npmjs.org/lightning/-/lightning-5.8.1.tgz";
+ sha512 = "j3m+M50fY9bZ+OSRKzJLon7dkxL+guAOp8ppDd3CLlvrba5ldbs8QbkXuYMXlwLi3Aw4ztSyEUyh69aaSfEXyg==";
};
};
"lilconfig-2.0.4" = {
@@ -39313,13 +39187,13 @@ let
sha512 = "yEKEsDRsPQyBNzS7kpEaYCIhsxSsQzpf+ABov44RvbDKJONf4qMZOiy+IkqhqLP5IwlHFuLdnz/aHCLMSYtuqA==";
};
};
- "ln-service-53.9.0" = {
+ "ln-service-53.9.1" = {
name = "ln-service";
packageName = "ln-service";
- version = "53.9.0";
+ version = "53.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/ln-service/-/ln-service-53.9.0.tgz";
- sha512 = "a7BbkkUROJn4JUGXVbFzdryvxknFXHi3/CMJXi/qOfAyLkKgMetpRooRLC2mR5pGD5qh2SOzPFZeSWu7QCmOuA==";
+ url = "https://registry.npmjs.org/ln-service/-/ln-service-53.9.1.tgz";
+ sha512 = "0s0auOxItb5xFKA5yzAU+0eXKFLyWCbv9BrFnqxRrAIXY7wJYT8jFSL609BuFqwmUYkSdsIwe8EYr9WgPohWgQ==";
};
};
"ln-sync-3.10.0" = {
@@ -41501,13 +41375,13 @@ let
sha512 = "s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==";
};
};
- "make-fetch-happen-10.0.2" = {
+ "make-fetch-happen-10.0.3" = {
name = "make-fetch-happen";
packageName = "make-fetch-happen";
- version = "10.0.2";
+ version = "10.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.2.tgz";
- sha512 = "JSFLK53NJP22FL/eAGOyKsWbc2G3v+toPMD7Dq9PJKQCvK0i3t8hGkKxe+3YZzwYa+c0kxRHu7uxH3fvO+rsaA==";
+ url = "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.3.tgz";
+ sha512 = "CzarPHynPpHjhF5in/YapnO44rSZeYX5VCMfdXa99+gLwpbfFLh20CWa6dP/taV9Net9PWJwXNKtp/4ZTCQnag==";
};
};
"make-fetch-happen-8.0.14" = {
@@ -41870,15 +41744,6 @@ let
sha1 = "890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1";
};
};
- "markdown-table-1.1.3" = {
- name = "markdown-table";
- packageName = "markdown-table";
- version = "1.1.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz";
- sha512 = "1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==";
- };
- };
"markdown-table-2.0.0" = {
name = "markdown-table";
packageName = "markdown-table";
@@ -41960,22 +41825,22 @@ let
sha512 = "+IUQJ5VlZoAFsM5MHNT7g3RHSkA3eETqhRCdXv4niUMAKHQ7lb1yvAcuGPmm4soxhmtX13u4Li6ZToXtvSEH+A==";
};
};
- "marked-terminal-4.2.0" = {
+ "marked-terminal-5.1.1" = {
name = "marked-terminal";
packageName = "marked-terminal";
- version = "4.2.0";
+ version = "5.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/marked-terminal/-/marked-terminal-4.2.0.tgz";
- sha512 = "DQfNRV9svZf0Dm9Cf5x5xaVJ1+XjxQW6XjFJ5HFkVyK52SDpj5PCBzS5X5r2w9nHr3mlB0T5201UMLue9fmhUw==";
+ url = "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.1.1.tgz";
+ sha512 = "+cKTOx9P4l7HwINYhzbrBSyzgxO2HaHKGZGuB1orZsMIgXYaJyfidT81VXRdpelW/PcHEWxywscePVgI/oUF6g==";
};
};
- "marky-1.2.2" = {
+ "marky-1.2.4" = {
name = "marky";
packageName = "marky";
- version = "1.2.2";
+ version = "1.2.4";
src = fetchurl {
- url = "https://registry.npmjs.org/marky/-/marky-1.2.2.tgz";
- sha512 = "k1dB2HNeaNyORco8ulVEhctyEGkKHb2YWAhDsxeFlW2nROIirsctBYzKwwS3Vza+sKTS1zO4Z+n9/+9WbGLIxQ==";
+ url = "https://registry.npmjs.org/marky/-/marky-1.2.4.tgz";
+ sha512 = "zd2/GiSn6U3/jeFVZ0J9CA1LzQ8RfIVvXkb/U0swFHF/zT+dVohTAWjmo2DcIuofmIIIROlwTbd+shSeXmxr0w==";
};
};
"mastodon-api-1.3.0" = {
@@ -42149,15 +42014,6 @@ let
sha512 = "/+Cfm8A83PjkqjQDB9iYqHESGuXlriCWAwRGPJjkYmxXrF4r6saxeUlOKNrf+SogTwg9E8uyHRCFHLG6/BAAdA==";
};
};
- "mdast-util-compact-1.0.4" = {
- name = "mdast-util-compact";
- packageName = "mdast-util-compact";
- version = "1.0.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.4.tgz";
- sha512 = "3YDMQHI5vRiS2uygEFYaqckibpJtKq5Sj2c8JioeOQBU6INpKbdWzfyLqFFnDwEcEnRFIdMsguzs5pC1Jp4Isg==";
- };
- };
"mdast-util-compact-2.0.1" = {
name = "mdast-util-compact";
packageName = "mdast-util-compact";
@@ -42698,15 +42554,6 @@ let
sha512 = "qVQ/CjkMyMInPaaRMrwWNDvf6boRZXaT/DbQeMYcCWuXPEBf1v8qChOc9OlEVQp2uOvRXa1Qu30fLmKhY6NipA==";
};
};
- "memorystore-1.6.6" = {
- name = "memorystore";
- packageName = "memorystore";
- version = "1.6.6";
- src = fetchurl {
- url = "https://registry.npmjs.org/memorystore/-/memorystore-1.6.6.tgz";
- sha512 = "EbLl1xg9+DlnjXkZK/eMUoWyhZ1IxcWMpSuFyqyA/Z4BNuH7BR+E0yC40WbLZZ6G8LxHiUZ2DPhqV8DR8+9UQQ==";
- };
- };
"memorystore-1.6.7" = {
name = "memorystore";
packageName = "memorystore";
@@ -42743,15 +42590,6 @@ let
sha1 = "72cb668b425228290abbfa856892587308a801fb";
};
};
- "meow-4.0.1" = {
- name = "meow";
- packageName = "meow";
- version = "4.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz";
- sha512 = "xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==";
- };
- };
"meow-5.0.0" = {
name = "meow";
packageName = "meow";
@@ -42797,15 +42635,6 @@ let
sha512 = "+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==";
};
};
- "merge-1.2.1" = {
- name = "merge";
- packageName = "merge";
- version = "1.2.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz";
- sha512 = "VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==";
- };
- };
"merge-descriptors-1.0.1" = {
name = "merge-descriptors";
packageName = "merge-descriptors";
@@ -43778,22 +43607,31 @@ let
sha512 = "yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==";
};
};
- "minimatch-3.0.7" = {
+ "minimatch-3.0.8" = {
name = "minimatch";
packageName = "minimatch";
- version = "3.0.7";
+ version = "3.0.8";
src = fetchurl {
- url = "https://registry.npmjs.org/minimatch/-/minimatch-3.0.7.tgz";
- sha512 = "pYjbG0o9W2Wb3KVBuV6s7R/bzS/iS3HPiHcFcDee5GGiN1M5MErXqgS4jGn8pwVwTZAoy7B8bYb/+AqQU0NhZA==";
+ url = "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz";
+ sha512 = "6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==";
};
};
- "minimatch-3.1.1" = {
+ "minimatch-3.1.2" = {
name = "minimatch";
packageName = "minimatch";
- version = "3.1.1";
+ version = "3.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/minimatch/-/minimatch-3.1.1.tgz";
- sha512 = "reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==";
+ url = "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz";
+ sha512 = "J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==";
+ };
+ };
+ "minimatch-5.0.0" = {
+ name = "minimatch";
+ packageName = "minimatch";
+ version = "5.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/minimatch/-/minimatch-5.0.0.tgz";
+ sha512 = "EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g==";
};
};
"minimist-0.0.10" = {
@@ -44120,31 +43958,31 @@ let
sha512 = "sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw==";
};
};
- "mobx-6.3.13" = {
+ "mobx-6.4.1" = {
name = "mobx";
packageName = "mobx";
- version = "6.3.13";
+ version = "6.4.1";
src = fetchurl {
- url = "https://registry.npmjs.org/mobx/-/mobx-6.3.13.tgz";
- sha512 = "zDDKDhYUk9QCHQUdLG+wb4Jv/nXutSLt/P8kkwHyjdbrJO4OZS6QTEsrOnrKM39puqXSrJZHdB6+yRys2NBFFA==";
+ url = "https://registry.npmjs.org/mobx/-/mobx-6.4.1.tgz";
+ sha512 = "NFXx0uMbGBgsa0uxhH099L8cMuoRQWh01q6Sf0ZX/3hFU7svJ7yfTD+1LnLMa5wzY/b7gImAeMsR1p0wordDnA==";
};
};
- "mobx-react-7.2.1" = {
+ "mobx-react-7.3.0" = {
name = "mobx-react";
packageName = "mobx-react";
- version = "7.2.1";
+ version = "7.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/mobx-react/-/mobx-react-7.2.1.tgz";
- sha512 = "LZS99KFLn75VWDXPdRJhILzVQ7qLcRjQbzkK+wVs0Qg4kWw5hOI2USp7tmu+9zP9KYsVBmKyx2k/8cTTBfsymw==";
+ url = "https://registry.npmjs.org/mobx-react/-/mobx-react-7.3.0.tgz";
+ sha512 = "RGEcwZokopqyJE5JPwXKB9FWMSqFM9NJVO2QPI+z6laJTJeBHqvPicjnKgY5mvihxTeXB1+72TnooqUePeGV1g==";
};
};
- "mobx-react-lite-3.2.3" = {
+ "mobx-react-lite-3.3.0" = {
name = "mobx-react-lite";
packageName = "mobx-react-lite";
- version = "3.2.3";
+ version = "3.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.2.3.tgz";
- sha512 = "7exWp1FV0M9dP08H9PIeHlJqDw4IdkQVRMfLYaZFMmlbzSS6ZU6p/kx392KN+rVf81hH3IQYewvRGQ70oiwmbw==";
+ url = "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.3.0.tgz";
+ sha512 = "U/kMSFtV/bNVgY01FuiGWpRkaQVHozBq5CEBZltFvPt4FcV111hEWkgwqVg9GPPZSEuEdV438PEz8mk8mKpYlA==";
};
};
"mocha-2.5.3" = {
@@ -44165,13 +44003,13 @@ let
sha512 = "hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==";
};
};
- "mocha-9.2.0" = {
+ "mocha-9.2.1" = {
name = "mocha";
packageName = "mocha";
- version = "9.2.0";
+ version = "9.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/mocha/-/mocha-9.2.0.tgz";
- sha512 = "kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q==";
+ url = "https://registry.npmjs.org/mocha/-/mocha-9.2.1.tgz";
+ sha512 = "T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ==";
};
};
"mock-require-3.0.3" = {
@@ -44390,13 +44228,13 @@ let
sha512 = "NOeCoW6AYc3hLi30npe7uzbD9b4FQZKH40YKABUCCvaKKL5agj6YzvHoNx8jQpDMNPgIa5bvSZQbQpWBAVD0Kw==";
};
};
- "mqtt-4.3.4" = {
+ "mqtt-4.3.5" = {
name = "mqtt";
packageName = "mqtt";
- version = "4.3.4";
+ version = "4.3.5";
src = fetchurl {
- url = "https://registry.npmjs.org/mqtt/-/mqtt-4.3.4.tgz";
- sha512 = "yAVDfVHz3Cjn6K68z54mf7fTni/AWsPhiEsRwZSvet2wO47R6NFUn2psWxYIph2JxWtL3ZKa/da8pjJKSaXPdQ==";
+ url = "https://registry.npmjs.org/mqtt/-/mqtt-4.3.5.tgz";
+ sha512 = "l29WGHAc0EayK1cjb6moozc+rlgK6YRCPbP3zB1CrJw84Bjk4kG9EJCXojdn4r29lA80SCqxRKq1QJ87+Xevng==";
};
};
"mqtt-packet-6.10.0" = {
@@ -45011,13 +44849,13 @@ let
sha512 = "fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==";
};
};
- "nanoid-3.3.0" = {
+ "nanoid-3.3.1" = {
name = "nanoid";
packageName = "nanoid";
- version = "3.3.0";
+ version = "3.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/nanoid/-/nanoid-3.3.0.tgz";
- sha512 = "JzxqqT5u/x+/KOFSd7JP15DOo9nOoHpx6DYatqIHUW2+flybkm+mdcraotSQR5WcnZr+qhGVh8Ted0KdfSMxlg==";
+ url = "https://registry.npmjs.org/nanoid/-/nanoid-3.3.1.tgz";
+ sha512 = "n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==";
};
};
"nanoiterator-1.2.1" = {
@@ -45281,15 +45119,6 @@ let
sha512 = "+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==";
};
};
- "neat-csv-2.1.0" = {
- name = "neat-csv";
- packageName = "neat-csv";
- version = "2.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/neat-csv/-/neat-csv-2.1.0.tgz";
- sha1 = "06f58360c4c3b955bd467ddc85ae4511a3907a4c";
- };
- };
"neat-input-1.11.1" = {
name = "neat-input";
packageName = "neat-input";
@@ -46092,6 +45921,15 @@ let
sha512 = "NMWCSWWc6JbHT5PyWlNT2i8r7PgGYXVntmKawY83k/M0UJScZ5jirb61TLnqKwd815DfBQu+lR3sRw08SPzIaQ==";
};
};
+ "node-notifier-10.0.1" = {
+ name = "node-notifier";
+ packageName = "node-notifier";
+ version = "10.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/node-notifier/-/node-notifier-10.0.1.tgz";
+ sha512 = "YX7TSyDukOZ0g+gmzjB6abKu+hTGvO8+8+gIFDsRCU2t8fLV/P2unmt+LGFaIa4y64aX98Qksa97rgz4vMNeLQ==";
+ };
+ };
"node-notifier-8.0.2" = {
name = "node-notifier";
packageName = "node-notifier";
@@ -46110,15 +45948,6 @@ let
sha512 = "SkwNwGnMMlSPrcoeH4CSo9XyWe72acAHEJGDdPdB+CyBVHsIYaTQ4U/1wk3URsyzC75xZLg2vzU2YaALlqDF1Q==";
};
};
- "node-notifier-9.0.1" = {
- name = "node-notifier";
- packageName = "node-notifier";
- version = "9.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/node-notifier/-/node-notifier-9.0.1.tgz";
- sha512 = "fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==";
- };
- };
"node-object-hash-2.3.10" = {
name = "node-object-hash";
packageName = "node-object-hash";
@@ -46173,13 +46002,13 @@ let
sha1 = "dbbd4af12134e2e635c245ef93ffcf6f60673a5d";
};
};
- "node-red-admin-2.2.2" = {
+ "node-red-admin-2.2.3" = {
name = "node-red-admin";
packageName = "node-red-admin";
- version = "2.2.2";
+ version = "2.2.3";
src = fetchurl {
- url = "https://registry.npmjs.org/node-red-admin/-/node-red-admin-2.2.2.tgz";
- sha512 = "BYW12wu73B2/wRY9g4Hx8/bxUDZLHqu0DcbCNW5vdTJ6cFOSK8QoSX6u4tl9kIAowRsX4LunVlXR3VUKIj3Vng==";
+ url = "https://registry.npmjs.org/node-red-admin/-/node-red-admin-2.2.3.tgz";
+ sha512 = "qKmnjR+TXJLk/aMUIW/x6I9P28b5BhlkvjNi1iZgfuVtI6wxRNpzpSUPtcOHvQTYxKdK6d5XGZdM6FD1Xy4nAg==";
};
};
"node-redis-pubsub-4.0.0" = {
@@ -46749,6 +46578,15 @@ let
sha512 = "LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==";
};
};
+ "npm-package-arg-9.0.0" = {
+ name = "npm-package-arg";
+ packageName = "npm-package-arg";
+ version = "9.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-9.0.0.tgz";
+ sha512 = "yhzXxeor+Zfhe5MGwPdDumz6HtNlj2pMekWB95IX3CC6uDNgde0oPKHDCLDPoJqQfd0HqAWt+y4Hs5m7CK1+9Q==";
+ };
+ };
"npm-packlist-1.4.8" = {
name = "npm-packlist";
packageName = "npm-packlist";
@@ -46785,6 +46623,15 @@ let
sha512 = "dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==";
};
};
+ "npm-pick-manifest-7.0.0" = {
+ name = "npm-pick-manifest";
+ packageName = "npm-pick-manifest";
+ version = "7.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-7.0.0.tgz";
+ sha512 = "njM1AcdioFaKd0JSGtLO09YA1WRwctjGQJbnHGmKS+u+uwP8oFvtZtOQWPYdxrnY5eJud3wn8OpH4sEIx6+GEQ==";
+ };
+ };
"npm-prefix-1.2.0" = {
name = "npm-prefix";
packageName = "npm-prefix";
@@ -46830,6 +46677,15 @@ let
sha512 = "Df5QT3RaJnXYuOwtXBXS9BWs+tHH2olvkCLh6jcR/b/u3DvPMlp3J0TvvYwplPKxHMOwfg287PYih9QqaVFoKA==";
};
};
+ "npm-registry-fetch-13.0.0" = {
+ name = "npm-registry-fetch";
+ packageName = "npm-registry-fetch";
+ version = "13.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.0.0.tgz";
+ sha512 = "MmiMuV9DU5gRuAU0jia952Qq+E4h7ZoUaeltCXivhClcqfOVKqNLZEQsRUOb6a8WQY+um8x97JcUuaWFoPoBBw==";
+ };
+ };
"npm-registry-fetch-9.0.0" = {
name = "npm-registry-fetch";
packageName = "npm-registry-fetch";
@@ -46965,13 +46821,13 @@ let
sha512 = "it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==";
};
};
- "nugget-2.0.1" = {
+ "nugget-2.0.2" = {
name = "nugget";
packageName = "nugget";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/nugget/-/nugget-2.0.1.tgz";
- sha1 = "201095a487e1ad36081b3432fa3cada4f8d071b0";
+ url = "https://registry.npmjs.org/nugget/-/nugget-2.0.2.tgz";
+ sha512 = "A8A8+PtlH937KWXJnfct6ubGPfgHOe3lwFkkmrT5xW8+aRBnDWqSiW5NRuiVuh/k/auLGsZdu+WrIU2epL/FHg==";
};
};
"nullthrows-1.1.1" = {
@@ -47308,13 +47164,13 @@ let
sha512 = "YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==";
};
};
- "object-sizeof-1.6.2" = {
+ "object-sizeof-1.6.3" = {
name = "object-sizeof";
packageName = "object-sizeof";
- version = "1.6.2";
+ version = "1.6.3";
src = fetchurl {
- url = "https://registry.npmjs.org/object-sizeof/-/object-sizeof-1.6.2.tgz";
- sha512 = "2dsPBe6EkAZc7SVmoCdARAvzQDe3jgCIvFQfzaP9H79YL2mpZSBzfivDjzZTzZLPfw2tHYxA0Mu3WBGLXklqcw==";
+ url = "https://registry.npmjs.org/object-sizeof/-/object-sizeof-1.6.3.tgz";
+ sha512 = "LGtilAKuDGKCcvu1Xg3UvAhAeJJlFmblo3faltmOQ80xrGwAHxnauIXucalKdTEksHp/Pq9tZGz1hfyEmjFJPQ==";
};
};
"object-to-arguments-0.0.8" = {
@@ -47497,13 +47353,13 @@ let
sha512 = "rH3U4eLHsV+OgkOS29ULiC9JLspwMCyCIH/+BglLPXDxQs13IK8AGD+nVmkGXqGN5JefZu85YhfIi05CsOKWPw==";
};
};
- "office-ui-fabric-react-7.182.0" = {
+ "office-ui-fabric-react-7.183.1" = {
name = "office-ui-fabric-react";
packageName = "office-ui-fabric-react";
- version = "7.182.0";
+ version = "7.183.1";
src = fetchurl {
- url = "https://registry.npmjs.org/office-ui-fabric-react/-/office-ui-fabric-react-7.182.0.tgz";
- sha512 = "mBQUO/1kOiYbfb48xVIMnJlM+1yK0qnfqLdQ3wHAsOw6iPSRJfIyROU2q0Etwyjln0GVZ2tSmUxtXkGDocmUdQ==";
+ url = "https://registry.npmjs.org/office-ui-fabric-react/-/office-ui-fabric-react-7.183.1.tgz";
+ sha512 = "2C0fmVPYi7kuMa0e+0Cw37C5SxOb4I//e5zwoBgOPagODYO/yhxZAxOt6VTOkn1Nr3zTZeYAfN7mjUNrjfyvFA==";
};
};
"omggif-1.0.10" = {
@@ -47677,13 +47533,13 @@ let
sha512 = "fvaSZRzprpwLFge/mcwE0CItfniNisVNamDdMK1FQUjh4ArQZ8ZWSkDaJbZc3XaANKZHq0xIa8NJpZ2HSe3oXA==";
};
};
- "oo-ascii-tree-1.53.0" = {
+ "oo-ascii-tree-1.54.0" = {
name = "oo-ascii-tree";
packageName = "oo-ascii-tree";
- version = "1.53.0";
+ version = "1.54.0";
src = fetchurl {
- url = "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.53.0.tgz";
- sha512 = "ceWrwol9baEZeB3P0vnLmM25rSWEma1lYMGLWzpWGstJxrAdkKBffnd0qePFlHmP6uEmYV1M3hKJ4wc3U+mfQw==";
+ url = "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.54.0.tgz";
+ sha512 = "EAk5I5GHidk2lvqwcfR1bl/EeK1Pns8BMzzFKle6clapov3LX54l3k70VGHQDLsHo42dy9UJe23mJPVpg9iTcg==";
};
};
"open-0.0.2" = {
@@ -47947,13 +47803,13 @@ let
sha512 = "olbaNxz12R27+mTyJ/ZAFEfUruauHH27AkeQHDHRq5AF0LdNkK1SSV7EourXQDK+4aX7dv2HtyirAGK06WMAsA==";
};
};
- "openapi3-ts-2.0.1" = {
+ "openapi3-ts-2.0.2" = {
name = "openapi3-ts";
packageName = "openapi3-ts";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/openapi3-ts/-/openapi3-ts-2.0.1.tgz";
- sha512 = "v6X3iwddhi276siej96jHGIqTx3wzVfMTmpGJEQDt7GPI7pI6sywItURLzpEci21SBRpPN/aOWSF5mVfFVNmcg==";
+ url = "https://registry.npmjs.org/openapi3-ts/-/openapi3-ts-2.0.2.tgz";
+ sha512 = "TxhYBMoqx9frXyOgnRHufjQfPXomTIHYKhSKJ6jHfj13kS8OEIhvmE8CTuQyKtjjWttAjX5DPxM1vmalEpo8Qw==";
};
};
"opencollective-1.0.3" = {
@@ -49018,6 +48874,15 @@ let
sha512 = "CdYEl03JDrRO3x18uHjBYA9TyoW8gy+ThVcypcDkxPtKlw76e4ejhYB6i9lJ+/cebbjpqPW/CijjqxwDTts8Ow==";
};
};
+ "pacote-13.0.2" = {
+ name = "pacote";
+ packageName = "pacote";
+ version = "13.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/pacote/-/pacote-13.0.2.tgz";
+ sha512 = "3LyfvDk2BSJNFQZIcDqnLNa7IsYb6KwX3H9uZPwaHJFIX6Gv5N9QHU+s7mEs/RbN4/ta6KUT39LAi2l6EkBi5A==";
+ };
+ };
"pad-0.0.5" = {
name = "pad";
packageName = "pad";
@@ -49045,13 +48910,13 @@ let
sha512 = "G0Enb7xcOpZlOmoK7h7Anym0nFG+t7JPMoTie5HoeUfwfm/mtNfUXyJvtom930Dg9l/g/rVk5CbivwzSS8ccUw==";
};
};
- "paid-services-3.11.3" = {
+ "paid-services-3.11.4" = {
name = "paid-services";
packageName = "paid-services";
- version = "3.11.3";
+ version = "3.11.4";
src = fetchurl {
- url = "https://registry.npmjs.org/paid-services/-/paid-services-3.11.3.tgz";
- sha512 = "hdn5O2SSt9Ep6wvCq6dQPofePhAkBUeWPMai3e2gMtTjly/jNR18Is9Hersj6yyIAVYepBi0Jn+a1CcLQzx0Rg==";
+ url = "https://registry.npmjs.org/paid-services/-/paid-services-3.11.4.tgz";
+ sha512 = "f31e2RMh6LiLs+P+k1r/ZsN9SDTD4U3KmEtk2IMMAsUADjb9U9KkFA9fHmMBmVZyjsLDVa4CDKWY93OiNJ1n1A==";
};
};
"pako-0.2.9" = {
@@ -49252,13 +49117,13 @@ let
sha1 = "a632127f53aaf3d15876f5872f3ffac763d6c891";
};
};
- "parse-git-config-2.0.3" = {
+ "parse-git-config-3.0.0" = {
name = "parse-git-config";
packageName = "parse-git-config";
- version = "2.0.3";
+ version = "3.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/parse-git-config/-/parse-git-config-2.0.3.tgz";
- sha512 = "Js7ueMZOVSZ3tP8C7E3KZiHv6QQl7lnJ+OkbxoaFazzSa2KyEHqApfGbU3XboUgUnq4ZuUmskUpYKTNx01fm5A==";
+ url = "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz";
+ sha512 = "wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==";
};
};
"parse-github-url-1.0.2" = {
@@ -49315,15 +49180,6 @@ let
sha1 = "f480f40434ef80741f8469099f8dea18f55a4dc9";
};
};
- "parse-json-3.0.0" = {
- name = "parse-json";
- packageName = "parse-json";
- version = "3.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/parse-json/-/parse-json-3.0.0.tgz";
- sha1 = "fa6f47b18e23826ead32f263e744d0e1e847fb13";
- };
- };
"parse-json-4.0.0" = {
name = "parse-json";
packageName = "parse-json";
@@ -50287,13 +50143,13 @@ let
sha512 = "49/xq+wzbwDeI32aPvwQJldM8pr7dKDRuR76IjztrkmiCkAQDaWFJzkmfVqCHmt/iFoPFhHmI9L0oKhthrTOQw==";
};
};
- "pid-from-port-1.1.3" = {
- name = "pid-from-port";
- packageName = "pid-from-port";
- version = "1.1.3";
+ "pid-port-0.1.1" = {
+ name = "pid-port";
+ packageName = "pid-port";
+ version = "0.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/pid-from-port/-/pid-from-port-1.1.3.tgz";
- sha512 = "OlE82n3yMOE5dY9RMOwxhoWefeMlxwk5IVxoj0sSzSFIlmvhN4obzTvO3s/d/b5JhcgXikjaspsy/HuUDTqbBg==";
+ url = "https://registry.npmjs.org/pid-port/-/pid-port-0.1.1.tgz";
+ sha512 = "boqPJtSgZC6KOgXKNPC+/XR3xwVtpOtaLa7JLcdf8jfVe0ZM2TwllBXxxLUO8GQbOLJ4/hEtf2+L1QCKbaoHUg==";
};
};
"pid-port-0.2.0" = {
@@ -50314,6 +50170,15 @@ let
sha512 = "cv3xAQos+pugVX+BfXpHsbyz/dLzX+lr44zNMsYiGxUw+kV5sgQCIcLd1z+0vq+KyC7dJ+/ts2PsfgWfSC3WXA==";
};
};
+ "pidusage-3.0.0" = {
+ name = "pidusage";
+ packageName = "pidusage";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/pidusage/-/pidusage-3.0.0.tgz";
+ sha512 = "8VJLToXhj+RYZGNVw8oxc7dS54iCQXUJ+MDFHezQ/fwF5B8W4OWodAMboc1wb08S/4LiHwAmkT4ohf/d3YPPsw==";
+ };
+ };
"piece-length-2.0.1" = {
name = "piece-length";
packageName = "piece-length";
@@ -50485,15 +50350,6 @@ let
sha1 = "378e56d6fd13e88bfb6f4a25df7a83faabddba5b";
};
};
- "pkg-dir-2.0.0" = {
- name = "pkg-dir";
- packageName = "pkg-dir";
- version = "2.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz";
- sha1 = "f6d5d1109e19d63edf428e0bd57e12777615334b";
- };
- };
"pkg-dir-3.0.0" = {
name = "pkg-dir";
packageName = "pkg-dir";
@@ -50891,15 +50747,6 @@ let
sha256 = "0092766ac49279342f7d17677359880b44b245ad9d32237a11a5ea45cb0d03fa";
};
};
- "postcss-5.2.18" = {
- name = "postcss";
- packageName = "postcss";
- version = "5.2.18";
- src = fetchurl {
- url = "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz";
- sha512 = "zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==";
- };
- };
"postcss-6.0.1" = {
name = "postcss";
packageName = "postcss";
@@ -51017,15 +50864,6 @@ let
sha512 = "9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==";
};
};
- "postcss-html-0.12.0" = {
- name = "postcss-html";
- packageName = "postcss-html";
- version = "0.12.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/postcss-html/-/postcss-html-0.12.0.tgz";
- sha512 = "KxKUpj7AY7nlCbLcTOYxdfJnGE7QFAfU2n95ADj1Q90RM/pOLdz8k3n4avOyRFs7MDQHcRzJQWM1dehCwJxisQ==";
- };
- };
"postcss-html-0.36.0" = {
name = "postcss-html";
packageName = "postcss-html";
@@ -51044,15 +50882,6 @@ let
sha512 = "77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==";
};
};
- "postcss-less-1.1.5" = {
- name = "postcss-less";
- packageName = "postcss-less";
- version = "1.1.5";
- src = fetchurl {
- url = "https://registry.npmjs.org/postcss-less/-/postcss-less-1.1.5.tgz";
- sha512 = "QQIiIqgEjNnquc0d4b6HDOSFZxbFQoy4MPpli2lSLpKhMyBkKwwca2HFqu4xzxlKID/F2fxSOowwtKpgczhF7A==";
- };
- };
"postcss-less-3.1.4" = {
name = "postcss-less";
packageName = "postcss-less";
@@ -51359,15 +51188,6 @@ let
sha512 = "EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==";
};
};
- "postcss-reporter-5.0.0" = {
- name = "postcss-reporter";
- packageName = "postcss-reporter";
- version = "5.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-5.0.0.tgz";
- sha512 = "rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==";
- };
- };
"postcss-reporter-7.0.5" = {
name = "postcss-reporter";
packageName = "postcss-reporter";
@@ -51386,15 +51206,6 @@ let
sha1 = "29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e";
};
};
- "postcss-safe-parser-3.0.1" = {
- name = "postcss-safe-parser";
- packageName = "postcss-safe-parser";
- version = "3.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz";
- sha1 = "b753eff6c7c0aea5e8375fbe4cde8bf9063ff142";
- };
- };
"postcss-safe-parser-4.0.2" = {
name = "postcss-safe-parser";
packageName = "postcss-safe-parser";
@@ -51413,15 +51224,6 @@ let
sha512 = "FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==";
};
};
- "postcss-sass-0.2.0" = {
- name = "postcss-sass";
- packageName = "postcss-sass";
- version = "0.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.2.0.tgz";
- sha512 = "cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg==";
- };
- };
"postcss-sass-0.4.4" = {
name = "postcss-sass";
packageName = "postcss-sass";
@@ -51431,15 +51233,6 @@ let
sha512 = "BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==";
};
};
- "postcss-scss-1.0.6" = {
- name = "postcss-scss";
- packageName = "postcss-scss";
- version = "1.0.6";
- src = fetchurl {
- url = "https://registry.npmjs.org/postcss-scss/-/postcss-scss-1.0.6.tgz";
- sha512 = "4EFYGHcEw+H3E06PT/pQQri06u/1VIIPjeJQaM8skB80vZuXMhp4cSNV5azmdNkontnOID/XYWEvEEELLFB1ww==";
- };
- };
"postcss-scss-2.1.1" = {
name = "postcss-scss";
packageName = "postcss-scss";
@@ -52007,15 +51800,6 @@ let
sha1 = "994b02aa46f699c50b6257b5faaa7fe2557e62d6";
};
};
- "prettier-eslint-12.0.0" = {
- name = "prettier-eslint";
- packageName = "prettier-eslint";
- version = "12.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-12.0.0.tgz";
- sha512 = "N8SGGQwAosISXTNl1E57sBbtnqUGlyRWjcfIUxyD3HF4ynehA9GZ8IfJgiep/OfYvCof/JEpy9ZqSl250Wia7A==";
- };
- };
"prettier-eslint-8.8.2" = {
name = "prettier-eslint";
packageName = "prettier-eslint";
@@ -52034,15 +51818,6 @@ let
sha512 = "NPSRf6Y5rufRlBleok/pqg4+1FyGsL0zYhkYP6hnueeL1J/uCm3OfOZPsLX4zqD9VAdcXfyEL2PYqGv8ZoOSfA==";
};
};
- "prettier-stylelint-0.4.2" = {
- name = "prettier-stylelint";
- packageName = "prettier-stylelint";
- version = "0.4.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/prettier-stylelint/-/prettier-stylelint-0.4.2.tgz";
- sha512 = "CmatjDsW8xKMtWg/Tc6/W02wC59p50kkItrXmkgbhR4b2EKMU5Pm55x1WuCahkkZeZoNVReWRxA8VL/s69mkBg==";
- };
- };
"prettier-tslint-0.4.2" = {
name = "prettier-tslint";
packageName = "prettier-tslint";
@@ -52052,15 +51827,6 @@ let
sha512 = "urhX7U/F+fu8sztEs/Z7CxNS8PdEytEwGKhQaH5fxxCdRmHGT45FoClyDlcZrMk9cK/8JpX/asFmTOHtSGJfLg==";
};
};
- "pretty-bytes-1.0.4" = {
- name = "pretty-bytes";
- packageName = "pretty-bytes";
- version = "1.0.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz";
- sha1 = "0a22e8210609ad35542f8c8d5d2159aff0751c84";
- };
- };
"pretty-bytes-4.0.2" = {
name = "pretty-bytes";
packageName = "pretty-bytes";
@@ -52187,13 +51953,13 @@ let
sha512 = "dG2w7WtovUa4SiYTdWn9H8Bd4JNdei2djtkP/Bk9fXq81j5Q15ZPHYSwhUVvBRbp5zMkGtu0Yk62HuMcly0pRw==";
};
};
- "prismjs-1.26.0" = {
+ "prismjs-1.27.0" = {
name = "prismjs";
packageName = "prismjs";
- version = "1.26.0";
+ version = "1.27.0";
src = fetchurl {
- url = "https://registry.npmjs.org/prismjs/-/prismjs-1.26.0.tgz";
- sha512 = "HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==";
+ url = "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz";
+ sha512 = "t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==";
};
};
"private-0.1.8" = {
@@ -52241,6 +52007,15 @@ let
sha512 = "aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg==";
};
};
+ "proc-log-2.0.0" = {
+ name = "proc-log";
+ packageName = "proc-log";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/proc-log/-/proc-log-2.0.0.tgz";
+ sha512 = "I/35MfCX2H8jBUhKN8JB8nmqvQo/nKdrBodBY7L3RhDSPPyvOHwLYNmPuhwuJq7a7C3vgFKWGQM+ecPStcvOHA==";
+ };
+ };
"process-0.10.1" = {
name = "process";
packageName = "process";
@@ -52259,15 +52034,6 @@ let
sha1 = "7332300e840161bda3e69a1d1d91a7d4bc16f182";
};
};
- "process-exists-3.1.0" = {
- name = "process-exists";
- packageName = "process-exists";
- version = "3.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/process-exists/-/process-exists-3.1.0.tgz";
- sha512 = "X11vso1oNLtyDa2j8fsMol2fph1+5PoQ4vpEc1it/rM8eLuRTmrmTg4jfn82WhNur241AYitgjKCgmlgMRZesw==";
- };
- };
"process-exists-4.1.0" = {
name = "process-exists";
packageName = "process-exists";
@@ -52565,13 +52331,13 @@ let
sha1 = "8e57123c396ab988897fb327fd3aedc3e735e4fe";
};
};
- "prompt-1.2.1" = {
+ "prompt-1.2.2" = {
name = "prompt";
packageName = "prompt";
- version = "1.2.1";
+ version = "1.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/prompt/-/prompt-1.2.1.tgz";
- sha512 = "B4+2QeNDn5Cdp4kK2iOwV8qvrWpiPKlZKI9ZKkPl0C9KgeMW6DyWWqhqHiFq9vZf6zTniv+rYalK0ZlgktSwiw==";
+ url = "https://registry.npmjs.org/prompt/-/prompt-1.2.2.tgz";
+ sha512 = "XNXhNv3PUHJDcDkISpCwSJxtw9Bor4FZnlMUDW64N/KCPdxhfVlpD5+YUXI/Z8a9QWmOhs9KSiVtR8nzPS0BYA==";
};
};
"promptly-2.2.0" = {
@@ -52799,15 +52565,6 @@ let
sha1 = "d3fc114ba06995a45ec6893f484ceb1d78f5f476";
};
};
- "ps-list-4.1.0" = {
- name = "ps-list";
- packageName = "ps-list";
- version = "4.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/ps-list/-/ps-list-4.1.0.tgz";
- sha512 = "DSpMj8PI5W7v2G4+rE+BymTKZPjlu6t/M1N6rPAa6Hwn+/e8jDmFJaq8/kpoGCvwd75g2h5DbjF2MduOMNyrsQ==";
- };
- };
"ps-list-6.3.0" = {
name = "ps-list";
packageName = "ps-list";
@@ -53843,13 +53600,13 @@ let
sha1 = "15931d3cd967ade52206f523aa7331aef7d43af7";
};
};
- "pyright-1.1.221" = {
+ "pyright-1.1.222" = {
name = "pyright";
packageName = "pyright";
- version = "1.1.221";
+ version = "1.1.222";
src = fetchurl {
- url = "https://registry.npmjs.org/pyright/-/pyright-1.1.221.tgz";
- sha512 = "TJUEXRobE1zGOTU+FVkGA+5cVVDVXohg4NuGffMsWRJXhUA4blZcW08jXmBH+vT3d2KZOdkngJpRthyr2nYybw==";
+ url = "https://registry.npmjs.org/pyright/-/pyright-1.1.222.tgz";
+ sha512 = "zEQyvkQa/hUmjg5A7COOzE/uL3W6D/Fp6qjhE+HDeLKwe+zm1KSMo74djIn0CTzhK53bmEDgEIR1hoMpA/Is/w==";
};
};
"q-0.9.7" = {
@@ -54068,6 +53825,15 @@ let
sha512 = "TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==";
};
};
+ "qs-6.9.7" = {
+ name = "qs";
+ packageName = "qs";
+ version = "6.9.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz";
+ sha512 = "IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==";
+ };
+ };
"query-string-1.0.1" = {
name = "query-string";
packageName = "query-string";
@@ -55355,15 +55121,6 @@ let
sha512 = "YHFvn4rBXl8eIjALjUiOV/AP3xFpyGNGNHDw9mAncAWuIdgnBKjbZQ9+P3VlsKcNaNapRVFlTEX1dvDRlYwyxg==";
};
};
- "recast-0.18.10" = {
- name = "recast";
- packageName = "recast";
- version = "0.18.10";
- src = fetchurl {
- url = "https://registry.npmjs.org/recast/-/recast-0.18.10.tgz";
- sha512 = "XNvYvkfdAN9QewbrxeTOjgINkdY/odTgTS56ZNEWL9Ml0weT4T3sFtvnTuF+Gxyu46ANcRm1ntrF6F5LAJPAaQ==";
- };
- };
"recast-0.20.5" = {
name = "recast";
packageName = "recast";
@@ -55391,13 +55148,13 @@ let
sha512 = "/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==";
};
};
- "record-cache-1.1.1" = {
+ "record-cache-1.2.0" = {
name = "record-cache";
packageName = "record-cache";
- version = "1.1.1";
+ version = "1.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/record-cache/-/record-cache-1.1.1.tgz";
- sha512 = "L5hZlgWc7CmGbztnemQoKE1bLu9rtI2skOB0ttE4C5+TVszLE8Rd0YLTROSgvXKLAqPumS/soyN5tJW5wJLmJQ==";
+ url = "https://registry.npmjs.org/record-cache/-/record-cache-1.2.0.tgz";
+ sha512 = "kyy3HWCez2WrotaL3O4fTn0rsIdfRKOdQQcEJ9KpvmKmbffKVvwsloX063EgRUlpJIXHiDQFhJcTbZequ2uTZw==";
};
};
"recursive-readdir-2.2.2" = {
@@ -55922,15 +55679,6 @@ let
sha1 = "802a38c3aa98c9e1e3ea015eeba211d27cb65e1f";
};
};
- "remark-8.0.0" = {
- name = "remark";
- packageName = "remark";
- version = "8.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/remark/-/remark-8.0.0.tgz";
- sha512 = "K0PTsaZvJlXTl9DN6qYlvjTkqSZBFELhROZMrblm2rB+085flN84nz4g/BscKRMqDvhzlK1oQ/xnWQumdeNZYw==";
- };
- };
"remark-footnotes-3.0.0" = {
name = "remark-footnotes";
packageName = "remark-footnotes";
@@ -56480,15 +56228,6 @@ let
sha512 = "1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==";
};
};
- "remark-parse-4.0.0" = {
- name = "remark-parse";
- packageName = "remark-parse";
- version = "4.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/remark-parse/-/remark-parse-4.0.0.tgz";
- sha512 = "XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==";
- };
- };
"remark-parse-5.0.0" = {
name = "remark-parse";
packageName = "remark-parse";
@@ -56534,15 +56273,6 @@ let
sha512 = "h3kOjKNy7oJfohqXlKp+W4YDigHD3rw01x91qvQP/cUkK5nJrDl6yEYwTujQCAXSLZrsBxywlK3ntzIX6c29aA==";
};
};
- "remark-stringify-4.0.0" = {
- name = "remark-stringify";
- packageName = "remark-stringify";
- version = "4.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/remark-stringify/-/remark-stringify-4.0.0.tgz";
- sha512 = "xLuyKTnuQer3ke9hkU38SUYLiTmS078QOnoFavztmbt/pAJtNSkNtFgR0U//uCcmG0qnyxao+PDuatQav46F1w==";
- };
- };
"remark-stringify-8.1.1" = {
name = "remark-stringify";
packageName = "remark-stringify";
@@ -58163,13 +57893,13 @@ let
sha1 = "478be1429500fcfaa780be88b3343ced7d2a9182";
};
};
- "sass-1.49.7" = {
+ "sass-1.49.8" = {
name = "sass";
packageName = "sass";
- version = "1.49.7";
+ version = "1.49.8";
src = fetchurl {
- url = "https://registry.npmjs.org/sass/-/sass-1.49.7.tgz";
- sha512 = "13dml55EMIR2rS4d/RDHHP0sXMY3+30e1TKsyXaSz3iLWVoDWEoboY8WzJd5JMnxrRHffKO3wq2mpJ0jxRJiEQ==";
+ url = "https://registry.npmjs.org/sass/-/sass-1.49.8.tgz";
+ sha512 = "NoGOjvDDOU9og9oAxhRnap71QaTjjlzrvLnKecUJ3GxhaQBrV6e7gPuSPF28u1OcVAArVojPAe4ZhOXwwC4tGw==";
};
};
"sax-0.5.8" = {
@@ -58325,15 +58055,6 @@ let
sha512 = "jhXqQAQVM+8Xj5EjJGVweuEzgtGWb3tmEEpl3CLP3cStInSbVHSg0QWOGQzNq8pSID4JkpeV2mPqlMDLrm0/Vw==";
};
};
- "sec-1.0.0" = {
- name = "sec";
- packageName = "sec";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/sec/-/sec-1.0.0.tgz";
- sha1 = "033d60a3ad20ecf2e00940d14f97823465774335";
- };
- };
"secp256k1-4.0.2" = {
name = "secp256k1";
packageName = "secp256k1";
@@ -59495,13 +59216,13 @@ let
sha1 = "4e421f485ac7b13b08077a4476934d52c5ba3bb3";
};
};
- "simple-peer-9.11.0" = {
+ "simple-peer-9.11.1" = {
name = "simple-peer";
packageName = "simple-peer";
- version = "9.11.0";
+ version = "9.11.1";
src = fetchurl {
- url = "https://registry.npmjs.org/simple-peer/-/simple-peer-9.11.0.tgz";
- sha512 = "qvdNu/dGMHBm2uQ7oLhQBMhYlrOZC1ywXNCH/i8I4etxR1vrjCnU6ZSQBptndB1gcakjo2+w4OHo7Sjza1SHxg==";
+ url = "https://registry.npmjs.org/simple-peer/-/simple-peer-9.11.1.tgz";
+ sha512 = "D1SaWpOW8afq1CZGWB8xTfrT3FekjQmPValrqncJMX7QFl8YwhrPTZvMCANLtgBwwdS+7zURyqxDDEmY558tTw==";
};
};
"simple-plist-1.3.0" = {
@@ -60719,15 +60440,6 @@ let
sha512 = "hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==";
};
};
- "specificity-0.3.2" = {
- name = "specificity";
- packageName = "specificity";
- version = "0.3.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/specificity/-/specificity-0.3.2.tgz";
- sha512 = "Nc/QN/A425Qog7j9aHmwOrlwX2e7pNI47ciwxwy4jOlvbbMHkNNJchit+FX+UjF3IAdiaaV5BKeWuDUnws6G1A==";
- };
- };
"specificity-0.4.1" = {
name = "specificity";
packageName = "specificity";
@@ -61421,13 +61133,13 @@ let
sha512 = "zZ/Q1M+9ZWlrchgh4QauD/MEUFa6eC6H6FYq6T8Of/y82JqsQBLwN6YlzbO09evE7Rx6x0oliXDCnQSjwGwQRA==";
};
};
- "sscaff-1.2.202" = {
+ "sscaff-1.2.206" = {
name = "sscaff";
packageName = "sscaff";
- version = "1.2.202";
+ version = "1.2.206";
src = fetchurl {
- url = "https://registry.npmjs.org/sscaff/-/sscaff-1.2.202.tgz";
- sha512 = "JwR/fFwdzvLt1UTBs1kHd497Xs552kI0JdeK8VUCdFAc6eUUABxS+Qo4SCuogN/uO2DCLwGUNAleXBtGoSFnkA==";
+ url = "https://registry.npmjs.org/sscaff/-/sscaff-1.2.206.tgz";
+ sha512 = "uhkbY110y2Cbe3ELcuDm5PR99cPzLDApVt0D9tL9yIzzMlGEXdY7bxhDTu31YssRotnFdOiMx3i2vtkVbTOFww==";
};
};
"ssh-config-1.1.6" = {
@@ -61808,13 +61520,13 @@ let
sha1 = "91d5f5130d1cef96dcfa7f726945188741d09ee4";
};
};
- "stream-chain-2.2.4" = {
+ "stream-chain-2.2.5" = {
name = "stream-chain";
packageName = "stream-chain";
- version = "2.2.4";
+ version = "2.2.5";
src = fetchurl {
- url = "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.4.tgz";
- sha512 = "9lsl3YM53V5N/I1C2uJtc3Kavyi3kNYN83VkKb/bMWRk7D9imiFyUPYa0PoZbLohSVOX1mYE9YsmwObZUsth6Q==";
+ url = "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.5.tgz";
+ sha512 = "1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==";
};
};
"stream-collector-1.0.1" = {
@@ -61916,13 +61628,13 @@ let
sha512 = "y+ChhCov2A5nDqC2aZ6HKXs3OvDlvAp0Ps3BF1P/Iv8tUZJQQsMVaSzk0WryVTVoGITKv01UYahCXMpAs7I0lQ==";
};
};
- "stream-json-1.7.3" = {
+ "stream-json-1.7.4" = {
name = "stream-json";
packageName = "stream-json";
- version = "1.7.3";
+ version = "1.7.4";
src = fetchurl {
- url = "https://registry.npmjs.org/stream-json/-/stream-json-1.7.3.tgz";
- sha512 = "Y6dXn9KKWSwxOqnvHGcdZy1PK+J+7alBwHCeU3W9oRqm4ilLRA0XSPmd1tWwhg7tv9EIxJTMWh7KF15tYelKJg==";
+ url = "https://registry.npmjs.org/stream-json/-/stream-json-1.7.4.tgz";
+ sha512 = "ja2dde1v7dOlx5/vmavn8kLrxvNfs7r2oNc5DYmNJzayDDdudyCSuTB1gFjH4XBVTIwxiMxL4i059HX+ZiouXg==";
};
};
"stream-meter-1.0.4" = {
@@ -62843,15 +62555,6 @@ let
sha512 = "Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==";
};
};
- "stylelint-8.4.0" = {
- name = "stylelint";
- packageName = "stylelint";
- version = "8.4.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/stylelint/-/stylelint-8.4.0.tgz";
- sha512 = "56hPH5mTFnk8LzlEuTWq0epa34fHuS54UFYQidBOFt563RJBNi1nz1F2HK2MoT1X1waq47milvRsRahFCCJs/Q==";
- };
- };
"stylint-2.0.0" = {
name = "stylint";
packageName = "stylint";
@@ -63005,15 +62708,6 @@ let
sha512 = "Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==";
};
};
- "sugarss-1.0.1" = {
- name = "sugarss";
- packageName = "sugarss";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/sugarss/-/sugarss-1.0.1.tgz";
- sha512 = "3qgLZytikQQEVn1/FrhY7B68gPUUGY3R1Q1vTiD5xT+Ti1DP/8iZuwFet9ONs5+bmL8pZoDQ6JrQHVgrNlK6mA==";
- };
- };
"sugarss-2.0.0" = {
name = "sugarss";
packageName = "sugarss";
@@ -63239,13 +62933,13 @@ let
sha512 = "ttw17lJfb/dx2ZJT9sesaXT5l7mPQ9Apx1H496Kli3Hkk7orIRGpOw6rCPkRNzr6ueVPqb4vzodS5x7sBFhKHw==";
};
};
- "svelte2tsx-0.5.3" = {
+ "svelte2tsx-0.5.5" = {
name = "svelte2tsx";
packageName = "svelte2tsx";
- version = "0.5.3";
+ version = "0.5.5";
src = fetchurl {
- url = "https://registry.npmjs.org/svelte2tsx/-/svelte2tsx-0.5.3.tgz";
- sha512 = "MDt3Qls3JmLYdYXxM45ehGAw+dflUh8raswXAu6Xtdg0omJQrbQgqO0Z89jKvqDuPZpNYL3aJ7ZRy1jRW4x0rA==";
+ url = "https://registry.npmjs.org/svelte2tsx/-/svelte2tsx-0.5.5.tgz";
+ sha512 = "5n8jP721bM3vXPk36AM9diZg2aasLvsfP/Zt9CQVrcqcnzexOYVeS8kpGk+3mofOPvPvXnOCLdff62usI/KOMw==";
};
};
"sver-compat-1.5.0" = {
@@ -63563,15 +63257,6 @@ let
sha512 = "UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==";
};
};
- "table-4.0.3" = {
- name = "table";
- packageName = "table";
- version = "4.0.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/table/-/table-4.0.3.tgz";
- sha512 = "S7rnFITmBH1EnyKcvxBh1LjYeQMmnZtCXSEbHcH6S0NoKit24ZuFO/T1vDcLdYsLQkM188PVVhQmzKIuThNkKg==";
- };
- };
"table-5.4.6" = {
name = "table";
packageName = "table";
@@ -63843,15 +63528,6 @@ let
sha512 = "h+BGQ8ExIUZ81h4iHRvatZY5eeBBl2WZk31MmMdFG9LBTc5eCH5u/bzZ7phaPH3bsiB7WhM7YTkOyB2dyFQfXg==";
};
};
- "tasklist-3.1.1" = {
- name = "tasklist";
- packageName = "tasklist";
- version = "3.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/tasklist/-/tasklist-3.1.1.tgz";
- sha512 = "G3I7QWUBSNWaekrJcDabydF6dcvy+vZ2PrX04JYq1p914TOLgpN+ryMtheGavs1LYVevTbTmwjQY8aeX8yLsyA==";
- };
- };
"tcp-port-used-0.1.2" = {
name = "tcp-port-used";
packageName = "tcp-port-used";
@@ -63942,15 +63618,6 @@ let
sha512 = "aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==";
};
};
- "temp-write-3.4.0" = {
- name = "temp-write";
- packageName = "temp-write";
- version = "3.4.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/temp-write/-/temp-write-3.4.0.tgz";
- sha1 = "8cff630fb7e9da05f047c74ce4ce4d685457d492";
- };
- };
"temp-write-4.0.0" = {
name = "temp-write";
packageName = "temp-write";
@@ -66120,6 +65787,15 @@ let
sha512 = "reW2Y2Mpn0QNA/5fvtm5doROLwDPu2zOm5RtY7xQQS05Q7xgC8MOZ3yPNaP9m/s/sNjjFQtHo7VCNqYW2iI+Ig==";
};
};
+ "type-fest-2.12.0" = {
+ name = "type-fest";
+ packageName = "type-fest";
+ version = "2.12.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/type-fest/-/type-fest-2.12.0.tgz";
+ sha512 = "Qe5GRT+n/4GoqCNGGVp5Snapg1Omq3V7irBJB3EaKsp7HWDo5Gv2d/67gfNyV+d5EXD+x/RF5l1h4yJ7qNkcGA==";
+ };
+ };
"type-fest-2.9.0" = {
name = "type-fest";
packageName = "type-fest";
@@ -66255,15 +65931,6 @@ let
sha512 = "tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==";
};
};
- "typescript-4.1.6" = {
- name = "typescript";
- packageName = "typescript";
- version = "4.1.6";
- src = fetchurl {
- url = "https://registry.npmjs.org/typescript/-/typescript-4.1.6.tgz";
- sha512 = "pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==";
- };
- };
"typescript-4.3.4" = {
name = "typescript";
packageName = "typescript";
@@ -66417,15 +66084,6 @@ let
sha1 = "29c5733148057bb4e1f75df35b7a9cb72e6a59dd";
};
};
- "uglify-js-3.15.0" = {
- name = "uglify-js";
- packageName = "uglify-js";
- version = "3.15.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.0.tgz";
- sha512 = "x+xdeDWq7FiORDvyIJ0q/waWd4PhjBNOm5dQUOq2AKC0IEjxOS66Ha9tctiVDGcRQuh69K7fgU5oRuTK4cysSg==";
- };
- };
"uglify-js-3.15.1" = {
name = "uglify-js";
packageName = "uglify-js";
@@ -67092,15 +66750,6 @@ let
sha512 = "ft06UDYzqi9o9RmGP0sZWI/zvLLQiBW2/MD+rW6mDqbOWDcmknGX9orQPspfuGRYWr8eSJAmfsBcvOpfGRJseA==";
};
};
- "unist-util-find-all-after-1.0.5" = {
- name = "unist-util-find-all-after";
- packageName = "unist-util-find-all-after";
- version = "1.0.5";
- src = fetchurl {
- url = "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-1.0.5.tgz";
- sha512 = "lWgIc3rrTMTlK1Y0hEuL+k+ApzFk78h+lsaa2gHf63Gp5Ww+mt11huDniuaoq1H+XMK2lIIjjPkncxXcDp3QDw==";
- };
- };
"unist-util-find-all-after-3.0.2" = {
name = "unist-util-find-all-after";
packageName = "unist-util-find-all-after";
@@ -67875,13 +67524,13 @@ let
sha512 = "3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==";
};
};
- "url-parse-1.5.6" = {
+ "url-parse-1.5.7" = {
name = "url-parse";
packageName = "url-parse";
- version = "1.5.6";
+ version = "1.5.7";
src = fetchurl {
- url = "https://registry.npmjs.org/url-parse/-/url-parse-1.5.6.tgz";
- sha512 = "xj3QdUJ1DttD1LeSfvJlU1eiF1RvBSBfUu8GplFGdUzSO28y5yUtEl7wb//PI4Af6qh0o/K8545vUmucRrfWsw==";
+ url = "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz";
+ sha512 = "HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==";
};
};
"url-parse-as-address-1.0.0" = {
@@ -69298,13 +68947,13 @@ let
sha512 = "2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==";
};
};
- "vm2-3.9.7" = {
+ "vm2-3.9.8" = {
name = "vm2";
packageName = "vm2";
- version = "3.9.7";
+ version = "3.9.8";
src = fetchurl {
- url = "https://registry.npmjs.org/vm2/-/vm2-3.9.7.tgz";
- sha512 = "g/GZ7V0Mlmch3eDVOATvAXr1GsJNg6kQ5PjvYy3HbJMCRn5slNbo/u73Uy7r5yUej1cRa3ZjtoVwcWSQuQ/fow==";
+ url = "https://registry.npmjs.org/vm2/-/vm2-3.9.8.tgz";
+ sha512 = "/1PYg/BwdKzMPo8maOZ0heT7DLI0DAFTm7YQaz/Lim9oIaFZsJs3EdtalvXuBfZwczNwsYhju75NW4d6E+4q+w==";
};
};
"voc-1.2.0" = {
@@ -69469,15 +69118,6 @@ let
sha512 = "QxI+qV97uD7HHOCjh3MrM1TfbdwmTXrMckri5Tus1/FQiG3baDZb2C9Y0y8QThs7PwHYBIQXcAc59ZveCRZKPA==";
};
};
- "vscode-json-languageservice-4.1.7" = {
- name = "vscode-json-languageservice";
- packageName = "vscode-json-languageservice";
- version = "4.1.7";
- src = fetchurl {
- url = "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.1.7.tgz";
- sha512 = "cwG5TwZyHYthsk2aS3W1dVgVP6Vwn3o+zscwN58uMgZt/nKuyxd9vdEB1F58Ix+S5kSKAnkUCP6hvulcoImQQQ==";
- };
- };
"vscode-json-languageservice-4.1.8" = {
name = "vscode-json-languageservice";
packageName = "vscode-json-languageservice";
@@ -70009,15 +69649,6 @@ let
sha512 = "Bvjlx7rH1Ulvus56KHeLXOjEi3JMOYTa1GAqZr9lBQhd8weK8mV7U7V2l85yokBZEWHJQjLn6X3nosY8TzkOKg==";
};
};
- "vue-eslint-parser-7.1.1" = {
- name = "vue-eslint-parser";
- packageName = "vue-eslint-parser";
- version = "7.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz";
- sha512 = "8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==";
- };
- };
"vue-eslint-parser-7.11.0" = {
name = "vue-eslint-parser";
packageName = "vue-eslint-parser";
@@ -70144,15 +69775,6 @@ let
sha512 = "HUqwaodrQGaZgz1lZaNioIkog9tkeEJjrM3eq4aUL04whXOVDRc/o2EGb/8kV0QX411iAYWEqq7fMBmJ6dKS6w==";
};
};
- "watch-1.0.2" = {
- name = "watch";
- packageName = "watch";
- version = "1.0.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/watch/-/watch-1.0.2.tgz";
- sha1 = "340a717bde765726fa0aa07d721e0147a551df0c";
- };
- };
"watchpack-1.7.5" = {
name = "watchpack";
packageName = "watchpack";
@@ -70441,13 +70063,13 @@ let
sha512 = "NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==";
};
};
- "webpack-5.69.0" = {
+ "webpack-5.69.1" = {
name = "webpack";
packageName = "webpack";
- version = "5.69.0";
+ version = "5.69.1";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz";
- sha512 = "E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==";
+ url = "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz";
+ sha512 = "+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==";
};
};
"webpack-bundle-analyzer-3.9.0" = {
@@ -70648,13 +70270,13 @@ let
sha512 = "7iZ+u28Ljw5hCnMiq0BCOeSYf0vCFQe/ORY0HgscTiKjQed8WqugpBUggJ2NTnB9fahn1kEnPRX2jf8Px5PhJw==";
};
};
- "webtorrent-1.8.1" = {
+ "webtorrent-1.8.2" = {
name = "webtorrent";
packageName = "webtorrent";
- version = "1.8.1";
+ version = "1.8.2";
src = fetchurl {
- url = "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.1.tgz";
- sha512 = "FutW3PA5x7K8ZfBxNgZunSXlwDARyoWFjlGkWLXpni5IARJsyYmucxoPPNL4QRtMB+BKsSwe3g4HOpHseKPxWQ==";
+ url = "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.2.tgz";
+ sha512 = "rQfrYF/2pq81c8whgTEQtqMlp0HosA4yB7R4EUq+6Q0087bO2GbDxiBKTIZuBcMUgK+2jq/+TgTdXnZ9cBabcw==";
};
};
"whatwg-encoding-1.0.5" = {
@@ -70855,13 +70477,13 @@ let
sha512 = "Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==";
};
};
- "which-pm-runs-1.0.0" = {
+ "which-pm-runs-1.1.0" = {
name = "which-pm-runs";
packageName = "which-pm-runs";
- version = "1.0.0";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz";
- sha1 = "670b3afbc552e0b55df6b7780ca74615f23ad1cb";
+ url = "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz";
+ sha512 = "n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==";
};
};
"which-promise-1.0.0" = {
@@ -71674,13 +71296,13 @@ let
sha512 = "N1XQngeqMBoj9wM4ZFadVV2MymImeiFfYD+fJrNlcVcOHsJFFQe7n3b+aBoTPwARuq2HQxukfzVpQmAk1gN4sQ==";
};
};
- "xdl-59.2.27" = {
+ "xdl-59.2.29" = {
name = "xdl";
packageName = "xdl";
- version = "59.2.27";
+ version = "59.2.29";
src = fetchurl {
- url = "https://registry.npmjs.org/xdl/-/xdl-59.2.27.tgz";
- sha512 = "pRbTlInnERFRiASjujHHfgQSKB4uegD7g0Rz5n4KEB3jcOL3XyGcIt5vFX9agR1ceToXmGfcAxiYDrtr0JJX/g==";
+ url = "https://registry.npmjs.org/xdl/-/xdl-59.2.29.tgz";
+ sha512 = "qwLdMdv7AR3Tz9rud/Dro2TQFlhZHLN9GIN4+TKKcz9M9mkeoqZAFbDEt+7MyDUKQ644iBpSvShjMdyRA7M+aQ==";
};
};
"xenvar-0.5.1" = {
@@ -72170,15 +71792,6 @@ let
sha512 = "FHV8s5ODFFQXX/enJEU2EkanNl1UDBUz8oa4k5Qo/sR+Iq7VmhCDkRMb0/mjJCNeAWQ31W8WV6PYStDE4d9EIw==";
};
};
- "yaml-2.0.0-8" = {
- name = "yaml";
- packageName = "yaml";
- version = "2.0.0-8";
- src = fetchurl {
- url = "https://registry.npmjs.org/yaml/-/yaml-2.0.0-8.tgz";
- sha512 = "QaYgJZMfWD6fKN/EYMk6w1oLWPCr1xj9QaPSZW5qkDb3y8nGCXhy2Ono+AF4F+CSL/vGcqswcAT0BaS//pgD2A==";
- };
- };
"yaml-ast-parser-0.0.43" = {
name = "yaml-ast-parser";
packageName = "yaml-ast-parser";
@@ -72188,15 +71801,6 @@ let
sha512 = "2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==";
};
};
- "yaml-front-matter-3.4.1" = {
- name = "yaml-front-matter";
- packageName = "yaml-front-matter";
- version = "3.4.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/yaml-front-matter/-/yaml-front-matter-3.4.1.tgz";
- sha1 = "e52e84fea6983b93755e9b1564dba989b006b5a5";
- };
- };
"yaml-front-matter-4.1.1" = {
name = "yaml-front-matter";
packageName = "yaml-front-matter";
@@ -72224,15 +71828,6 @@ let
sha1 = "87cfa5a9613f48e26005420d6a8ee0da6fe8daec";
};
};
- "yaml-language-server-1.2.2" = {
- name = "yaml-language-server";
- packageName = "yaml-language-server";
- version = "1.2.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/yaml-language-server/-/yaml-language-server-1.2.2.tgz";
- sha512 = "wjMlqjhg6hNMT8EgYYkfUaM0aXwjWSQDmPO18doWLxIXG7LGBuzb+Vm/MjLrP9LPblSEhE2WWHQFfGW+Odb7vw==";
- };
- };
"yamljs-0.3.0" = {
name = "yamljs";
packageName = "yamljs";
@@ -72833,16 +72428,16 @@ in
"@angular/cli" = nodeEnv.buildNodePackage {
name = "_at_angular_slash_cli";
packageName = "@angular/cli";
- version = "13.2.3";
+ version = "13.2.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular/cli/-/cli-13.2.3.tgz";
- sha512 = "QsakxpdQuO67u4fQNuOASqabYUO9gJb/5CpUGpWbuBzru0/9CMEF1CtXoF4EoDiwa5sJMirz3SJMKhtzFlv1cQ==";
+ url = "https://registry.npmjs.org/@angular/cli/-/cli-13.2.4.tgz";
+ sha512 = "Llk0RzrpzCsAIgX4wk8QIB7xZInyLT07r6gF9dc9b0latHsJyRpeZXdPcFmT2wny0cin+1Y9q6HsBe4Srs19SA==";
};
dependencies = [
- sources."@angular-devkit/architect-0.1302.3"
- sources."@angular-devkit/core-13.2.3"
- sources."@angular-devkit/schematics-13.2.3"
- sources."@gar/promisify-1.1.2"
+ sources."@angular-devkit/architect-0.1302.4"
+ sources."@angular-devkit/core-13.2.4"
+ sources."@angular-devkit/schematics-13.2.4"
+ sources."@gar/promisify-1.1.3"
sources."@npmcli/fs-1.1.1"
sources."@npmcli/git-2.1.0"
sources."@npmcli/installed-package-contents-1.0.7"
@@ -72850,7 +72445,7 @@ in
sources."@npmcli/node-gyp-1.0.3"
sources."@npmcli/promise-spawn-1.3.2"
sources."@npmcli/run-script-2.0.0"
- sources."@schematics/angular-13.2.3"
+ sources."@schematics/angular-13.2.4"
sources."@tootallnate/once-1.1.2"
sources."@yarnpkg/lockfile-1.1.0"
sources."abbrev-1.1.1"
@@ -72906,7 +72501,7 @@ in
sources."fs-minipass-2.1.0"
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
- sources."gauge-4.0.0"
+ sources."gauge-4.0.1"
sources."glob-7.2.0"
sources."graceful-fs-4.2.9"
sources."has-1.0.3"
@@ -72951,7 +72546,7 @@ in
sources."magic-string-0.25.7"
sources."make-fetch-happen-9.1.0"
sources."mimic-fn-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minipass-3.1.6"
sources."minipass-collect-1.0.2"
sources."minipass-fetch-1.4.1"
@@ -72977,7 +72572,7 @@ in
sources."@tootallnate/once-2.0.0"
sources."http-proxy-agent-5.0.0"
sources."lru-cache-7.3.1"
- sources."make-fetch-happen-10.0.2"
+ sources."make-fetch-happen-10.0.3"
];
})
sources."npmlog-6.0.1"
@@ -73049,10 +72644,10 @@ in
"@antfu/ni" = nodeEnv.buildNodePackage {
name = "_at_antfu_slash_ni";
packageName = "@antfu/ni";
- version = "0.12.0";
+ version = "0.13.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@antfu/ni/-/ni-0.12.0.tgz";
- sha512 = "f+uqWBuXoShLpLSaQKHeFUnoUdvMGx8xcXrtyfxK95RGx5guKJVo3kVb2JtLNWkzwYzQvtQ+q0hU9YwSDSTVSw==";
+ url = "https://registry.npmjs.org/@antfu/ni/-/ni-0.13.0.tgz";
+ sha512 = "p4/11Pu+NwjVZ+XUdfD7p102xudpu9I3FnSaEA+2SCve166TXg5ivRVm1+sk383IIc1Ducxefkfad5EmUO6ujA==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -73285,7 +72880,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-response-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimisted-2.0.1"
sources."mri-1.1.4"
@@ -73431,7 +73026,7 @@ in
sources."lodash-4.17.21"
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."mkdirp-1.0.4"
sources."path-browserify-1.0.1"
sources."picomatch-2.3.1"
@@ -73502,12 +73097,12 @@ in
sources."array-flatten-1.1.1"
sources."asynckit-0.4.0"
sources."big-integer-1.6.48"
- sources."body-parser-1.19.1"
+ sources."body-parser-1.19.2"
sources."browser-hrtime-1.1.8"
sources."browser-process-hrtime-1.0.0"
sources."buffer-from-1.1.2"
sources."busboy-0.2.14"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."chalk-4.1.2"
sources."chardet-0.7.0"
sources."cli-cursor-3.1.0"
@@ -73526,7 +73121,7 @@ in
})
sources."content-disposition-0.5.4"
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."core-util-is-1.0.3"
sources."cssom-0.4.4"
@@ -73559,7 +73154,7 @@ in
sources."estraverse-5.3.0"
sources."esutils-2.0.3"
sources."etag-1.8.1"
- sources."express-4.17.2"
+ sources."express-4.17.3"
sources."external-editor-3.1.0"
sources."fast-levenshtein-2.0.6"
sources."figures-3.2.0"
@@ -73641,9 +73236,9 @@ in
sources."proxy-addr-2.0.7"
sources."psl-1.8.0"
sources."punycode-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."readable-stream-1.1.14"
sources."restore-cursor-3.1.0"
sources."retry-0.12.0"
@@ -74065,7 +73660,7 @@ in
sources."get-intrinsic-1.1.1"
sources."get-stream-5.2.0"
sources."glob-parent-5.1.2"
- sources."google-auth-library-7.12.0"
+ sources."google-auth-library-7.13.0"
sources."google-p12-pem-3.1.3"
sources."googleapis-76.0.0"
sources."googleapis-common-5.0.5"
@@ -74132,7 +73727,7 @@ in
sources."make-dir-3.1.0"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."ms-2.1.2"
sources."multimatch-5.0.0"
sources."mute-stream-0.0.8"
@@ -74228,14 +73823,14 @@ in
sources."tr46-0.0.3"
(sources."ts2gas-4.2.0" // {
dependencies = [
- sources."type-fest-2.11.2"
+ sources."type-fest-2.12.0"
];
})
sources."tslib-2.3.1"
sources."type-fest-0.21.3"
sources."typescript-4.5.5"
sources."universalify-2.0.0"
- sources."url-parse-1.5.6"
+ sources."url-parse-1.5.7"
sources."url-template-2.0.8"
sources."util-deprecate-1.0.2"
sources."uuid-8.3.2"
@@ -74522,7 +74117,7 @@ in
sources."reachdown-1.1.0"
sources."readable-stream-2.3.7"
sources."readdirp-3.6.0"
- sources."record-cache-1.1.1"
+ sources."record-cache-1.2.0"
sources."refpool-1.2.2"
sources."remove-trailing-separator-1.1.0"
sources."resolve-1.22.0"
@@ -74601,7 +74196,7 @@ in
];
})
sources."varint-5.0.0"
- sources."vm2-3.9.7"
+ sources."vm2-3.9.8"
sources."which-1.3.1"
(sources."wrap-ansi-7.0.0" // {
dependencies = [
@@ -74637,7 +74232,7 @@ in
sha512 = "7EpRhhrJqICbMGjLkdthQYLLGMXNCsrsq8/xxYX1cdRiNwoGb84yjL1WFBrnQtaM8rXShOvhf4lrM2W0K9m4lQ==";
};
dependencies = [
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@medable/mdctl-api-1.0.63"
sources."@medable/mdctl-core-1.0.63"
sources."@medable/mdctl-core-schemas-1.0.63"
@@ -74891,7 +74486,7 @@ in
})
sources."fill-range-7.0.1"
sources."find-up-3.0.0"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."for-in-1.0.2"
sources."foreach-2.0.5"
sources."forever-agent-0.6.1"
@@ -75088,7 +74683,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-1.2.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-2.9.0"
sources."minizlib-1.3.3"
@@ -75515,7 +75110,7 @@ in
sources."whatwg-url-5.0.0"
sources."which-1.3.1"
sources."which-module-2.0.0"
- sources."which-pm-runs-1.0.0"
+ sources."which-pm-runs-1.1.0"
sources."wide-align-1.1.5"
sources."word-wrap-1.2.3"
sources."wordwrap-1.0.0"
@@ -75733,7 +75328,7 @@ in
sources."bl-4.1.0"
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."buffer-5.7.1"
sources."buffer-from-1.1.2"
sources."callsites-3.1.0"
@@ -75851,7 +75446,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mute-stream-0.0.8"
sources."neo-async-2.6.2"
@@ -75986,7 +75581,7 @@ in
sha512 = "uMnUWMx4S8UApO/EfPyRyvUmw+0jI9wwAfdHfGjvVg4DAIvEgsA+VWK2KOBnJiChvVd768K27g09ESzptyX93w==";
};
dependencies = [
- sources."@squoosh/lib-0.4.0"
+ sources."@squoosh/lib-0.4.1"
sources."ansi-regex-5.0.1"
sources."ansi-styles-4.3.0"
sources."base64-js-1.5.1"
@@ -76134,10 +75729,10 @@ in
"@uppy/companion" = nodeEnv.buildNodePackage {
name = "_at_uppy_slash_companion";
packageName = "@uppy/companion";
- version = "3.2.0";
+ version = "3.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@uppy/companion/-/companion-3.2.0.tgz";
- sha512 = "yI5o7MQjlufDPxmzB+A4vGtRwTQylvrhheUvDaJhL4Cg4qYYirMEbs4Kcw0Rbd9ubsW3TB1SHYQCKvmgJHVy1Q==";
+ url = "https://registry.npmjs.org/@uppy/companion/-/companion-3.3.0.tgz";
+ sha512 = "/TF95YAYNcuuyfxuYDm+82ployEafonT8MDP5oVZr1zdqRGjyrAiOfAWiCjONPWVKVa/mp6Jj8WPgnzLzuA13Q==";
};
dependencies = [
sources."@purest/config-1.0.1"
@@ -76157,7 +75752,7 @@ in
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
sources."atob-2.1.2"
- (sources."aws-sdk-2.1074.0" // {
+ (sources."aws-sdk-2.1077.0" // {
dependencies = [
sources."uuid-3.3.2"
];
@@ -76413,7 +76008,7 @@ in
];
})
sources."url-0.10.3"
- sources."url-parse-1.5.6"
+ sources."url-parse-1.5.7"
sources."url-value-parser-2.1.0"
sources."utils-merge-1.0.1"
sources."uuid-8.1.0"
@@ -76437,14 +76032,14 @@ in
"@vue/cli" = nodeEnv.buildNodePackage {
name = "_at_vue_slash_cli";
packageName = "@vue/cli";
- version = "4.5.15";
+ version = "5.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli/-/cli-4.5.15.tgz";
- sha512 = "7YkT/xf1RjowIad8JSyerT+XIyja7SXfsHfPNdktUeTx5XAmiJiGsXb7ydq3rVHekaPsIkE2wIAgaGBrnRdTIA==";
+ url = "https://registry.npmjs.org/@vue/cli/-/cli-5.0.1.tgz";
+ sha512 = "h+htWyKCxzIwBTAr+Ni0vHjLbMmrVcjeU4QVB3t/VcwPgvHIL+MpLIcGEFqzROi9mXNeyYqrxl6MZd1gLHUibQ==";
};
dependencies = [
sources."@akryum/winattr-3.0.0"
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
(sources."@apollo/protobufjs-1.2.2" // {
dependencies = [
sources."@types/node-10.17.60"
@@ -76455,14 +76050,30 @@ in
sources."@apollographql/graphql-upload-8-fork-8.1.3"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- sources."@babel/core-7.17.2"
- sources."@babel/generator-7.17.0"
+ (sources."@babel/core-7.17.5" // {
+ dependencies = [
+ sources."semver-6.3.0"
+ ];
+ })
+ (sources."@babel/generator-7.17.3" // {
+ dependencies = [
+ sources."source-map-0.5.7"
+ ];
+ })
sources."@babel/helper-annotate-as-pure-7.16.7"
sources."@babel/helper-builder-binary-assignment-operator-visitor-7.16.7"
- sources."@babel/helper-compilation-targets-7.16.7"
+ (sources."@babel/helper-compilation-targets-7.16.7" // {
+ dependencies = [
+ sources."semver-6.3.0"
+ ];
+ })
sources."@babel/helper-create-class-features-plugin-7.17.1"
sources."@babel/helper-create-regexp-features-plugin-7.17.0"
- sources."@babel/helper-define-polyfill-provider-0.3.1"
+ (sources."@babel/helper-define-polyfill-provider-0.3.1" // {
+ dependencies = [
+ sources."semver-6.3.0"
+ ];
+ })
sources."@babel/helper-environment-visitor-7.16.7"
sources."@babel/helper-explode-assignable-expression-7.16.7"
sources."@babel/helper-function-name-7.16.7"
@@ -76482,8 +76093,17 @@ in
sources."@babel/helper-validator-option-7.16.7"
sources."@babel/helper-wrap-function-7.16.8"
sources."@babel/helpers-7.17.2"
- sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ (sources."@babel/highlight-7.16.10" // {
+ dependencies = [
+ sources."ansi-styles-3.2.1"
+ sources."chalk-2.4.2"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."has-flag-3.0.0"
+ sources."supports-color-5.5.0"
+ ];
+ })
+ sources."@babel/parser-7.17.3"
sources."@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7"
sources."@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-async-generator-functions-7.16.8"
@@ -76495,7 +76115,7 @@ in
sources."@babel/plugin-proposal-logical-assignment-operators-7.16.7"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.16.7"
sources."@babel/plugin-proposal-numeric-separator-7.16.7"
- sources."@babel/plugin-proposal-object-rest-spread-7.16.7"
+ sources."@babel/plugin-proposal-object-rest-spread-7.17.3"
sources."@babel/plugin-proposal-optional-catch-binding-7.16.7"
sources."@babel/plugin-proposal-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-private-methods-7.16.11"
@@ -76523,7 +76143,7 @@ in
sources."@babel/plugin-transform-block-scoping-7.16.7"
sources."@babel/plugin-transform-classes-7.16.7"
sources."@babel/plugin-transform-computed-properties-7.16.7"
- sources."@babel/plugin-transform-destructuring-7.16.7"
+ sources."@babel/plugin-transform-destructuring-7.17.3"
sources."@babel/plugin-transform-dotall-regex-7.16.7"
sources."@babel/plugin-transform-duplicate-keys-7.16.7"
sources."@babel/plugin-transform-exponentiation-operator-7.16.7"
@@ -76551,7 +76171,11 @@ in
sources."@babel/plugin-transform-typescript-7.16.8"
sources."@babel/plugin-transform-unicode-escapes-7.16.7"
sources."@babel/plugin-transform-unicode-regex-7.16.7"
- sources."@babel/preset-env-7.16.11"
+ (sources."@babel/preset-env-7.16.11" // {
+ dependencies = [
+ sources."semver-6.3.0"
+ ];
+ })
sources."@babel/preset-flow-7.16.7"
sources."@babel/preset-modules-0.1.5"
sources."@babel/preset-typescript-7.16.7"
@@ -76564,24 +76188,16 @@ in
})
sources."@babel/runtime-7.17.2"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
- sources."@hapi/address-2.1.4"
- sources."@hapi/bourne-1.3.2"
- sources."@hapi/hoek-8.5.1"
- sources."@hapi/joi-15.1.1"
- sources."@hapi/topo-3.1.6"
+ sources."@hapi/hoek-9.2.1"
+ sources."@hapi/topo-5.1.0"
sources."@josephg/resolvable-1.0.1"
sources."@jridgewell/resolve-uri-3.0.5"
sources."@jridgewell/sourcemap-codec-1.4.11"
sources."@jridgewell/trace-mapping-0.3.4"
- sources."@mrmlnc/readdir-enhanced-2.2.1"
- (sources."@nodelib/fs.scandir-2.1.5" // {
- dependencies = [
- sources."@nodelib/fs.stat-2.0.5"
- ];
- })
- sources."@nodelib/fs.stat-1.1.3"
+ sources."@nodelib/fs.scandir-2.1.5"
+ sources."@nodelib/fs.stat-2.0.5"
sources."@nodelib/fs.walk-1.2.8"
sources."@protobufjs/aspromise-1.1.2"
sources."@protobufjs/base64-1.1.2"
@@ -76593,6 +76209,9 @@ in
sources."@protobufjs/path-1.1.2"
sources."@protobufjs/pool-1.1.0"
sources."@protobufjs/utf8-1.1.0"
+ sources."@sideway/address-4.1.3"
+ sources."@sideway/formula-3.0.0"
+ sources."@sideway/pinpoint-2.0.0"
sources."@sindresorhus/is-0.7.0"
sources."@types/accepts-1.3.5"
sources."@types/body-parser-1.19.0"
@@ -76600,19 +76219,17 @@ in
sources."@types/content-disposition-0.5.4"
sources."@types/cookies-0.7.7"
sources."@types/cors-2.8.10"
- sources."@types/ejs-2.7.0"
+ sources."@types/ejs-3.1.0"
sources."@types/express-4.17.13"
sources."@types/express-serve-static-core-4.17.28"
sources."@types/fs-capacitor-2.0.0"
- sources."@types/glob-7.2.0"
sources."@types/http-assert-1.5.3"
sources."@types/http-errors-1.8.2"
- sources."@types/inquirer-6.5.0"
+ sources."@types/inquirer-8.2.0"
(sources."@types/jscodeshift-0.7.2" // {
dependencies = [
sources."ast-types-0.12.1"
sources."recast-0.17.2"
- sources."source-map-0.6.1"
];
})
sources."@types/keygrip-1.0.2"
@@ -76620,7 +76237,6 @@ in
sources."@types/koa-compose-3.2.5"
sources."@types/long-4.0.1"
sources."@types/mime-1.3.2"
- sources."@types/minimatch-3.0.5"
sources."@types/node-17.0.18"
sources."@types/normalize-package-data-2.4.1"
sources."@types/qs-6.9.7"
@@ -76628,83 +76244,80 @@ in
sources."@types/serve-static-1.13.10"
sources."@types/through-0.0.30"
sources."@types/ws-7.4.7"
- sources."@vue/cli-shared-utils-4.5.15"
- (sources."@vue/cli-ui-4.5.15" // {
+ sources."@vue/cli-shared-utils-5.0.1"
+ (sources."@vue/cli-ui-5.0.1" // {
dependencies = [
sources."clone-2.1.2"
];
})
- sources."@vue/cli-ui-addon-webpack-4.5.15"
- sources."@vue/cli-ui-addon-widgets-4.5.15"
- (sources."@vue/compiler-core-3.2.31" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
+ sources."@vue/cli-ui-addon-webpack-5.0.1"
+ sources."@vue/cli-ui-addon-widgets-5.0.1"
+ sources."@vue/compiler-core-3.2.31"
sources."@vue/compiler-dom-3.2.31"
sources."@vue/shared-3.2.31"
- sources."@wry/equality-0.1.11"
+ (sources."@wry/equality-0.1.11" // {
+ dependencies = [
+ sources."tslib-1.14.1"
+ ];
+ })
sources."accepts-1.3.8"
sources."aggregate-error-3.1.0"
- sources."ajv-6.12.6"
sources."ansi-align-3.0.1"
(sources."ansi-escapes-4.3.2" // {
dependencies = [
sources."type-fest-0.21.3"
];
})
- sources."ansi-regex-4.1.0"
- sources."ansi-styles-3.2.1"
+ sources."ansi-regex-5.0.1"
+ sources."ansi-styles-4.3.0"
sources."apollo-cache-control-0.14.0"
sources."apollo-datasource-0.9.0"
sources."apollo-graphql-0.9.5"
- sources."apollo-link-1.2.14"
+ (sources."apollo-link-1.2.14" // {
+ dependencies = [
+ sources."tslib-1.14.1"
+ ];
+ })
sources."apollo-reporting-protobuf-0.8.0"
- (sources."apollo-server-caching-0.7.0" // {
- dependencies = [
- sources."lru-cache-6.0.0"
- ];
- })
- (sources."apollo-server-core-2.25.3" // {
- dependencies = [
- sources."lru-cache-6.0.0"
- sources."uuid-8.3.2"
- ];
- })
+ sources."apollo-server-caching-0.7.0"
+ sources."apollo-server-core-2.25.3"
sources."apollo-server-env-3.1.0"
sources."apollo-server-errors-2.5.0"
sources."apollo-server-express-2.25.3"
sources."apollo-server-plugin-base-0.13.0"
sources."apollo-server-types-0.9.0"
sources."apollo-tracing-0.15.0"
- sources."apollo-utilities-1.3.4"
+ (sources."apollo-utilities-1.3.4" // {
+ dependencies = [
+ sources."tslib-1.14.1"
+ ];
+ })
(sources."archive-type-4.0.0" // {
dependencies = [
sources."file-type-4.4.0"
];
})
- sources."argparse-1.0.10"
+ sources."argparse-2.0.1"
sources."arr-diff-4.0.0"
sources."arr-flatten-1.1.0"
sources."arr-union-3.1.0"
sources."array-flatten-1.1.1"
- sources."array-union-1.0.2"
- sources."array-uniq-1.0.3"
+ sources."array-union-2.1.0"
sources."array-unique-0.3.2"
sources."arrify-2.0.1"
- sources."asn1-0.2.6"
- sources."assert-plus-1.0.0"
sources."assign-symbols-1.0.0"
- sources."ast-types-0.13.3"
+ sources."ast-types-0.14.2"
sources."async-2.6.3"
sources."async-retry-1.3.3"
- sources."asynckit-0.4.0"
+ sources."at-least-node-1.0.0"
sources."atob-2.1.2"
- sources."aws-sign2-0.7.0"
- sources."aws4-1.11.0"
sources."babel-core-7.0.0-bridge.0"
sources."babel-plugin-dynamic-import-node-2.3.3"
- sources."babel-plugin-polyfill-corejs2-0.3.1"
+ (sources."babel-plugin-polyfill-corejs2-0.3.1" // {
+ dependencies = [
+ sources."semver-6.3.0"
+ ];
+ })
sources."babel-plugin-polyfill-corejs3-0.5.2"
sources."babel-plugin-polyfill-regenerator-0.3.1"
sources."backo2-1.0.2"
@@ -76715,28 +76328,20 @@ in
];
})
sources."base64-js-1.5.1"
- sources."bcrypt-pbkdf-1.0.2"
- sources."bl-1.2.3"
- (sources."body-parser-1.19.1" // {
+ sources."bl-4.1.0"
+ (sources."body-parser-1.19.2" // {
dependencies = [
sources."debug-2.6.9"
- sources."qs-6.9.6"
];
})
- (sources."boxen-4.2.0" // {
+ (sources."boxen-5.1.2" // {
dependencies = [
- sources."ansi-styles-4.3.0"
- sources."chalk-3.0.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."supports-color-7.2.0"
- sources."type-fest-0.8.1"
+ sources."type-fest-0.20.2"
];
})
sources."brace-expansion-1.1.11"
- sources."braces-2.3.2"
- sources."browserslist-4.19.1"
+ sources."braces-3.0.2"
+ sources."browserslist-4.19.3"
sources."buffer-5.7.1"
sources."buffer-alloc-1.2.0"
sources."buffer-alloc-unsafe-1.1.0"
@@ -76745,7 +76350,7 @@ in
sources."buffer-from-1.1.2"
sources."builtins-1.0.3"
sources."busboy-0.3.1"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."cache-base-1.0.1"
(sources."cacheable-request-2.1.4" // {
dependencies = [
@@ -76754,12 +76359,10 @@ in
];
})
sources."call-bind-1.0.2"
- sources."call-me-maybe-1.0.1"
- sources."camelcase-5.3.1"
+ sources."camelcase-6.3.0"
sources."caniuse-lite-1.0.30001312"
- sources."caseless-0.12.0"
sources."caw-2.0.1"
- sources."chalk-2.4.2"
+ sources."chalk-4.1.2"
sources."chardet-0.7.0"
(sources."class-utils-0.3.6" // {
dependencies = [
@@ -76780,24 +76383,26 @@ in
})
sources."clean-stack-2.2.0"
sources."cli-boxes-2.2.1"
- sources."cli-cursor-2.1.0"
+ sources."cli-cursor-3.1.0"
sources."cli-spinners-2.6.1"
sources."cli-width-3.0.0"
sources."cliui-7.0.4"
sources."clone-1.0.4"
sources."clone-deep-4.0.1"
sources."clone-response-1.0.2"
- sources."cmd-shim-3.0.3"
sources."collection-visit-1.0.0"
- sources."color-convert-1.9.3"
- sources."color-name-1.1.3"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
sources."colors-1.4.0"
- sources."combined-stream-1.0.8"
- sources."commander-2.20.3"
+ sources."commander-7.2.0"
sources."commondir-1.0.1"
sources."component-emitter-1.3.0"
sources."concat-map-0.0.1"
- sources."config-chain-1.1.13"
+ (sources."config-chain-1.1.13" // {
+ dependencies = [
+ sources."ini-1.3.8"
+ ];
+ })
sources."content-disposition-0.5.4"
sources."content-type-1.0.4"
(sources."convert-source-map-1.8.0" // {
@@ -76805,16 +76410,16 @@ in
sources."safe-buffer-5.1.2"
];
})
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."copy-descriptor-0.1.1"
- (sources."core-js-compat-3.21.0" // {
+ (sources."core-js-compat-3.21.1" // {
dependencies = [
sources."semver-7.0.0"
];
})
- sources."core-js-pure-3.21.0"
- sources."core-util-is-1.0.2"
+ sources."core-js-pure-3.21.1"
+ sources."core-util-is-1.0.3"
sources."cors-2.8.5"
(sources."cross-spawn-6.0.5" // {
dependencies = [
@@ -76822,8 +76427,6 @@ in
];
})
sources."cssfilter-0.0.10"
- sources."csv-parser-1.12.1"
- sources."dashdash-1.14.1"
(sources."debug-4.3.3" // {
dependencies = [
sources."ms-2.1.2"
@@ -76860,14 +76463,14 @@ in
})
sources."deepmerge-4.2.2"
sources."defaults-1.0.3"
+ sources."define-lazy-prop-2.0.0"
sources."define-properties-1.1.3"
sources."define-property-2.0.2"
- sources."delayed-stream-1.0.0"
sources."depd-1.1.2"
sources."deprecated-decorator-0.1.6"
sources."destroy-1.0.4"
sources."dicer-0.3.0"
- sources."dir-glob-2.2.2"
+ sources."dir-glob-3.0.1"
(sources."download-7.1.0" // {
dependencies = [
sources."get-stream-3.0.0"
@@ -76876,9 +76479,8 @@ in
sources."download-git-repo-3.0.2"
sources."duplexer3-0.1.4"
sources."easy-stack-1.0.1"
- sources."ecc-jsbn-0.1.2"
sources."ee-first-1.1.1"
- sources."ejs-2.7.4"
+ sources."ejs-3.1.6"
sources."electron-to-chromium-1.4.71"
sources."emoji-regex-8.0.0"
sources."encodeurl-1.0.2"
@@ -76897,12 +76499,12 @@ in
sources."etag-1.8.1"
sources."event-pubsub-4.3.0"
sources."eventemitter3-3.1.2"
- sources."exec-sh-0.2.2"
sources."execa-1.0.0"
(sources."expand-brackets-2.1.4" // {
dependencies = [
sources."debug-2.6.9"
sources."define-property-0.2.5"
+ sources."extend-shallow-2.0.1"
(sources."is-accessor-descriptor-0.1.6" // {
dependencies = [
sources."kind-of-3.2.2"
@@ -76917,35 +76519,36 @@ in
sources."kind-of-5.1.0"
];
})
- sources."expand-tilde-2.0.2"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."debug-2.6.9"
- sources."qs-6.9.6"
];
})
sources."express-history-api-fallback-2.2.1"
sources."ext-list-2.2.2"
sources."ext-name-5.0.0"
- sources."extend-3.0.2"
- sources."extend-shallow-2.0.1"
+ (sources."extend-shallow-3.0.2" // {
+ dependencies = [
+ sources."is-extendable-1.0.1"
+ ];
+ })
sources."external-editor-3.1.0"
(sources."extglob-2.0.4" // {
dependencies = [
sources."define-property-1.0.0"
+ sources."extend-shallow-2.0.1"
];
})
- sources."extsprintf-1.3.0"
- sources."fast-deep-equal-3.1.3"
- sources."fast-glob-2.2.7"
+ sources."fast-glob-3.2.11"
sources."fast-json-stable-stringify-2.1.0"
sources."fastq-1.13.0"
sources."fd-slicer-1.1.0"
sources."figures-3.2.0"
sources."file-type-8.1.0"
+ sources."filelist-1.0.2"
sources."filename-reserved-regex-2.0.0"
sources."filenamify-2.1.0"
- sources."fill-range-4.0.0"
+ sources."fill-range-7.0.1"
(sources."finalhandler-1.1.2" // {
dependencies = [
sources."debug-2.6.9"
@@ -76953,31 +76556,50 @@ in
})
(sources."find-cache-dir-2.1.0" // {
dependencies = [
+ sources."find-up-3.0.0"
+ sources."locate-path-3.0.0"
sources."make-dir-2.1.0"
+ sources."p-limit-2.3.0"
+ sources."p-locate-3.0.0"
+ sources."path-exists-3.0.0"
sources."pify-4.0.1"
+ sources."pkg-dir-3.0.0"
sources."semver-5.7.1"
];
})
- sources."find-up-3.0.0"
- sources."fkill-6.2.0"
- sources."flow-parser-0.171.0"
+ sources."find-up-5.0.0"
+ (sources."fkill-7.2.1" // {
+ dependencies = [
+ sources."cross-spawn-7.0.3"
+ sources."execa-5.1.1"
+ sources."get-stream-6.0.1"
+ sources."is-stream-2.0.1"
+ sources."npm-run-path-4.0.1"
+ sources."path-key-3.1.1"
+ sources."shebang-command-2.0.0"
+ sources."shebang-regex-3.0.0"
+ sources."which-2.0.2"
+ ];
+ })
+ sources."flow-parser-0.172.0"
sources."for-each-0.3.3"
sources."for-in-1.0.2"
- sources."forever-agent-0.6.1"
- sources."form-data-2.3.3"
sources."forwarded-0.2.0"
sources."fragment-cache-0.2.1"
sources."fresh-0.5.2"
- sources."from2-2.3.0"
+ (sources."from2-2.3.0" // {
+ dependencies = [
+ sources."readable-stream-2.3.7"
+ sources."safe-buffer-5.1.2"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."fs-capacitor-2.0.4"
sources."fs-constants-1.0.0"
- sources."fs-exists-sync-0.1.0"
- sources."fs-extra-7.0.1"
+ sources."fs-extra-9.1.0"
sources."fs.realpath-1.0.0"
sources."fswin-2.17.1227"
sources."function-bind-1.1.1"
- sources."generate-function-1.1.0"
- sources."generate-object-property-1.2.0"
sources."gensync-1.0.0-beta.2"
sources."get-caller-file-2.0.5"
sources."get-intrinsic-1.1.1"
@@ -76985,47 +76607,37 @@ in
sources."get-stream-4.1.0"
sources."get-symbol-description-1.0.0"
sources."get-value-2.0.6"
- sources."getpass-0.1.7"
sources."git-clone-0.1.0"
- sources."git-config-path-1.0.1"
+ sources."git-config-path-2.0.0"
sources."glob-7.2.0"
- (sources."glob-parent-3.1.0" // {
+ sources."glob-parent-5.1.2"
+ (sources."global-dirs-0.1.1" // {
dependencies = [
- sources."is-glob-3.1.0"
+ sources."ini-1.3.8"
];
})
- sources."glob-to-regexp-0.3.0"
- sources."global-dirs-0.1.1"
sources."globals-11.12.0"
- (sources."globby-9.2.0" // {
- dependencies = [
- sources."pify-4.0.1"
- sources."slash-2.0.0"
- ];
- })
+ sources."globby-11.1.0"
(sources."got-8.3.2" // {
dependencies = [
sources."get-stream-3.0.0"
- sources."into-stream-3.1.0"
];
})
sources."graceful-fs-4.2.9"
- sources."graphql-14.7.0"
+ sources."graphql-15.8.0"
sources."graphql-extensions-0.15.0"
sources."graphql-subscriptions-1.2.1"
- (sources."graphql-tag-2.12.6" // {
+ sources."graphql-tag-2.12.6"
+ (sources."graphql-tools-4.0.8" // {
dependencies = [
- sources."tslib-2.3.1"
+ sources."uuid-3.4.0"
];
})
- sources."graphql-tools-4.0.8"
sources."graphql-type-json-0.3.2"
sources."growly-1.3.0"
- sources."har-schema-2.0.0"
- sources."har-validator-5.1.5"
sources."has-1.0.3"
sources."has-bigints-1.0.1"
- sources."has-flag-3.0.0"
+ sources."has-flag-4.0.0"
sources."has-symbol-support-x-1.4.2"
sources."has-symbols-1.0.2"
sources."has-to-string-tag-x-1.4.1"
@@ -77033,40 +76645,30 @@ in
sources."has-value-1.0.0"
(sources."has-values-1.0.0" // {
dependencies = [
+ (sources."is-number-3.0.0" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
sources."kind-of-4.0.0"
];
})
- sources."homedir-polyfill-1.0.3"
sources."hosted-git-info-2.8.9"
sources."http-cache-semantics-3.8.1"
sources."http-errors-1.8.1"
- sources."http-signature-1.2.0"
- sources."human-signals-1.1.1"
+ sources."human-signals-2.1.0"
sources."iconv-lite-0.4.24"
sources."ieee754-1.2.1"
- sources."ignore-4.0.6"
+ sources."ignore-5.2.0"
sources."import-global-0.1.0"
sources."imurmurhash-0.1.4"
sources."indent-string-4.0.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- sources."ini-1.3.8"
- (sources."inquirer-7.3.3" // {
- dependencies = [
- sources."ansi-styles-4.3.0"
- sources."chalk-4.1.2"
- sources."cli-cursor-3.1.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."mimic-fn-2.1.0"
- sources."onetime-5.1.2"
- sources."restore-cursor-3.1.0"
- sources."supports-color-7.2.0"
- ];
- })
+ sources."ini-2.0.0"
+ sources."inquirer-8.2.0"
sources."internal-slot-1.0.3"
- sources."into-stream-2.0.1"
+ sources."into-stream-3.1.0"
sources."ipaddr.js-1.9.1"
sources."is-accessor-descriptor-1.0.0"
sources."is-arrayish-0.2.1"
@@ -77083,101 +76685,103 @@ in
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-3.0.0"
sources."is-glob-4.0.3"
+ sources."is-interactive-1.0.0"
sources."is-natural-number-4.0.1"
sources."is-negative-zero-2.0.2"
- (sources."is-number-3.0.0" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
+ sources."is-number-7.0.0"
sources."is-number-object-1.0.6"
sources."is-object-1.0.2"
sources."is-plain-obj-1.1.0"
sources."is-plain-object-2.0.4"
sources."is-promise-2.2.2"
- sources."is-property-1.0.2"
sources."is-regex-1.1.4"
sources."is-retry-allowed-1.2.0"
sources."is-shared-array-buffer-1.0.1"
sources."is-stream-1.1.0"
sources."is-string-1.0.7"
sources."is-symbol-1.0.4"
- sources."is-typedarray-1.0.0"
+ sources."is-unicode-supported-0.1.0"
sources."is-weakref-1.0.2"
sources."is-windows-1.0.2"
- sources."is-wsl-1.1.0"
+ sources."is-wsl-2.2.0"
sources."isarray-1.0.0"
sources."isbinaryfile-4.0.8"
sources."isexe-2.0.0"
sources."isobject-3.0.1"
- sources."isstream-0.1.2"
sources."isurl-1.0.0"
sources."iterall-1.3.0"
- sources."javascript-stringify-1.6.0"
+ (sources."jake-10.8.2" // {
+ dependencies = [
+ sources."ansi-styles-3.2.1"
+ sources."async-0.9.2"
+ sources."chalk-2.4.2"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."has-flag-3.0.0"
+ sources."supports-color-5.5.0"
+ ];
+ })
+ sources."javascript-stringify-2.1.0"
+ sources."joi-17.6.0"
sources."js-message-1.0.7"
sources."js-queue-2.0.2"
sources."js-tokens-4.0.0"
- sources."js-yaml-3.14.1"
- sources."jsbn-0.1.1"
+ sources."js-yaml-4.1.0"
(sources."jscodeshift-0.11.0" // {
dependencies = [
- sources."ast-types-0.14.2"
- sources."recast-0.20.5"
- sources."source-map-0.6.1"
- sources."tslib-2.3.1"
+ (sources."braces-2.3.2" // {
+ dependencies = [
+ sources."extend-shallow-2.0.1"
+ ];
+ })
+ (sources."fill-range-4.0.0" // {
+ dependencies = [
+ sources."extend-shallow-2.0.1"
+ ];
+ })
+ sources."is-number-3.0.0"
+ sources."kind-of-3.2.2"
+ sources."micromatch-3.1.10"
+ sources."to-regex-range-2.1.1"
];
})
sources."jsesc-2.5.2"
sources."json-buffer-3.0.0"
sources."json-parse-even-better-errors-2.3.1"
- sources."json-schema-0.4.0"
- sources."json-schema-traverse-0.4.1"
- sources."json-stringify-safe-5.0.1"
sources."json5-2.2.0"
- sources."jsonfile-4.0.0"
- sources."jsprim-1.4.2"
+ sources."jsonfile-6.1.0"
sources."keyv-3.0.0"
sources."kind-of-6.0.3"
sources."launch-editor-2.3.0"
sources."leven-3.1.0"
sources."lines-and-columns-1.2.4"
- sources."locate-path-3.0.0"
+ sources."locate-path-6.0.0"
sources."lodash-4.17.21"
sources."lodash.clonedeep-4.5.0"
sources."lodash.debounce-4.0.8"
sources."lodash.merge-4.6.2"
sources."lodash.sortby-4.7.0"
- sources."log-symbols-2.2.0"
+ sources."log-symbols-4.1.0"
sources."loglevel-1.8.0"
sources."long-4.0.0"
sources."lowdb-1.0.0"
sources."lowercase-keys-1.0.1"
- (sources."lru-cache-5.1.1" // {
- dependencies = [
- sources."yallist-3.1.1"
- ];
- })
+ sources."lru-cache-6.0.0"
sources."make-dir-1.3.0"
sources."map-cache-0.2.2"
sources."map-visit-1.0.0"
sources."media-typer-0.3.0"
- sources."merge-1.2.1"
sources."merge-descriptors-1.0.1"
sources."merge-stream-2.0.0"
sources."merge2-1.4.1"
sources."methods-1.1.2"
- (sources."micromatch-3.1.10" // {
- dependencies = [
- sources."extend-shallow-3.0.2"
- sources."is-extendable-1.0.1"
- ];
- })
+ sources."micromatch-4.0.4"
sources."mime-1.6.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."mimic-fn-1.2.0"
+ sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."mixin-deep-1.3.2" // {
dependencies = [
@@ -77188,30 +76792,15 @@ in
sources."ms-2.0.0"
sources."mute-stream-0.0.8"
sources."nanoid-2.1.11"
- (sources."nanomatch-1.2.13" // {
- dependencies = [
- sources."extend-shallow-3.0.2"
- sources."is-extendable-1.0.1"
- ];
- })
- sources."ndjson-1.5.0"
- (sources."neat-csv-2.1.0" // {
- dependencies = [
- sources."get-stream-2.3.1"
- ];
- })
+ sources."nanomatch-1.2.13"
sources."negotiator-0.6.3"
sources."neo-async-2.6.2"
sources."nice-try-1.0.5"
sources."node-dir-0.1.17"
sources."node-fetch-2.6.7"
sources."node-ipc-9.2.1"
- (sources."node-notifier-9.0.1" // {
+ (sources."node-notifier-10.0.1" // {
dependencies = [
- sources."is-wsl-2.2.0"
- sources."lru-cache-6.0.0"
- sources."semver-7.3.5"
- sources."uuid-8.3.2"
sources."which-2.0.2"
];
})
@@ -77228,7 +76817,6 @@ in
})
sources."npm-conf-1.1.3"
sources."npm-run-path-2.0.2"
- sources."oauth-sign-0.9.0"
sources."object-assign-4.1.1"
(sources."object-copy-0.1.0" // {
dependencies = [
@@ -77252,52 +76840,53 @@ in
sources."object.pick-1.3.0"
sources."on-finished-2.3.0"
sources."once-1.4.0"
- sources."onetime-2.0.1"
- sources."open-6.4.0"
- (sources."ora-3.4.0" // {
- dependencies = [
- sources."strip-ansi-5.2.0"
- ];
- })
+ sources."onetime-5.1.2"
+ sources."open-8.4.0"
+ sources."ora-5.4.1"
sources."os-tmpdir-1.0.2"
sources."p-cancelable-0.4.1"
sources."p-event-2.3.1"
sources."p-finally-1.0.0"
sources."p-is-promise-1.1.0"
- sources."p-limit-2.3.0"
- sources."p-locate-3.0.0"
+ sources."p-limit-3.1.0"
+ sources."p-locate-5.0.0"
sources."p-timeout-2.0.1"
sources."p-try-2.2.0"
- sources."parse-git-config-2.0.3"
+ (sources."parse-git-config-3.0.0" // {
+ dependencies = [
+ sources."ini-1.3.8"
+ ];
+ })
sources."parse-json-5.2.0"
- sources."parse-passwd-1.0.0"
sources."parseurl-1.3.3"
sources."pascalcase-0.1.1"
- sources."path-dirname-1.0.2"
- sources."path-exists-3.0.0"
+ sources."path-exists-4.0.0"
sources."path-is-absolute-1.0.1"
sources."path-key-2.0.1"
sources."path-parse-1.0.7"
sources."path-to-regexp-0.1.7"
- sources."path-type-3.0.0"
+ sources."path-type-4.0.0"
sources."pend-1.2.0"
- sources."performance-now-2.1.0"
sources."picocolors-1.0.0"
sources."picomatch-2.3.1"
- (sources."pid-from-port-1.1.3" // {
+ (sources."pid-port-0.1.1" // {
dependencies = [
- sources."cross-spawn-5.1.0"
- sources."execa-0.9.0"
- sources."get-stream-3.0.0"
- sources."lru-cache-4.1.5"
- sources."yallist-2.1.2"
+ sources."cross-spawn-7.0.3"
+ sources."execa-5.1.1"
+ sources."get-stream-6.0.1"
+ sources."is-stream-2.0.1"
+ sources."npm-run-path-4.0.1"
+ sources."path-key-3.1.1"
+ sources."shebang-command-2.0.0"
+ sources."shebang-regex-3.0.0"
+ sources."which-2.0.2"
];
})
sources."pify-3.0.0"
sources."pinkie-2.0.4"
sources."pinkie-promise-2.0.1"
sources."pirates-4.0.5"
- sources."pkg-dir-3.0.0"
+ sources."pkg-dir-5.0.0"
(sources."portfinder-1.0.28" // {
dependencies = [
sources."debug-3.2.7"
@@ -77306,43 +76895,31 @@ in
})
sources."posix-character-classes-0.1.1"
sources."prepend-http-2.0.0"
- sources."prismjs-1.26.0"
+ sources."prismjs-1.27.0"
sources."private-0.1.8"
- sources."process-exists-3.1.0"
+ (sources."process-exists-4.1.0" // {
+ dependencies = [
+ sources."ps-list-6.3.0"
+ ];
+ })
sources."process-nextick-args-2.0.1"
sources."proto-list-1.2.4"
sources."proxy-addr-2.0.7"
- sources."ps-list-4.1.0"
- sources."pseudomap-1.0.2"
- sources."psl-1.8.0"
+ sources."ps-list-7.2.0"
sources."pump-3.0.0"
- sources."punycode-2.1.1"
- sources."qs-6.5.3"
+ sources."qs-6.9.7"
sources."query-string-5.1.1"
sources."queue-microtask-1.2.3"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."read-pkg-5.2.0"
- (sources."readable-stream-2.3.7" // {
- dependencies = [
- sources."safe-buffer-5.1.2"
- ];
- })
- (sources."recast-0.18.10" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
+ sources."readable-stream-3.6.0"
+ sources."recast-0.20.5"
sources."regenerate-1.4.2"
sources."regenerate-unicode-properties-10.0.1"
sources."regenerator-runtime-0.13.9"
sources."regenerator-transform-0.14.5"
- (sources."regex-not-1.0.2" // {
- dependencies = [
- sources."extend-shallow-3.0.2"
- sources."is-extendable-1.0.1"
- ];
- })
+ sources."regex-not-1.0.2"
sources."regexpu-core-5.0.1"
sources."regjsgen-0.6.0"
(sources."regjsparser-0.8.4" // {
@@ -77352,12 +76929,11 @@ in
})
sources."repeat-element-1.1.4"
sources."repeat-string-1.6.1"
- sources."request-2.88.2"
sources."require-directory-2.1.1"
sources."resolve-1.22.0"
sources."resolve-url-0.2.1"
sources."responselike-1.0.2"
- sources."restore-cursor-2.0.0"
+ sources."restore-cursor-3.1.0"
sources."ret-0.1.15"
sources."retry-0.13.1"
sources."reusify-1.0.4"
@@ -77365,14 +76941,17 @@ in
sources."rss-parser-3.12.0"
sources."run-async-2.4.1"
sources."run-parallel-1.2.0"
- sources."rxjs-6.6.7"
+ sources."rxjs-7.5.4"
sources."safe-buffer-5.2.1"
sources."safe-regex-1.1.0"
sources."safer-buffer-2.1.2"
sources."sax-1.2.4"
- sources."sec-1.0.0"
- sources."seek-bzip-1.0.6"
- sources."semver-6.3.0"
+ (sources."seek-bzip-1.0.6" // {
+ dependencies = [
+ sources."commander-2.20.3"
+ ];
+ })
+ sources."semver-7.3.5"
(sources."send-0.17.2" // {
dependencies = [
(sources."debug-2.6.9" // {
@@ -77384,7 +76963,11 @@ in
];
})
sources."serve-static-1.14.2"
- sources."set-value-2.0.1"
+ (sources."set-value-2.0.1" // {
+ dependencies = [
+ sources."extend-shallow-2.0.1"
+ ];
+ })
sources."setprototypeof-1.2.0"
sources."sha.js-2.4.11"
sources."shallow-clone-3.0.1"
@@ -77400,6 +76983,7 @@ in
dependencies = [
sources."debug-2.6.9"
sources."define-property-0.2.5"
+ sources."extend-shallow-2.0.1"
(sources."is-accessor-descriptor-0.1.6" // {
dependencies = [
sources."kind-of-3.2.2"
@@ -77412,6 +76996,7 @@ in
})
sources."is-descriptor-0.1.6"
sources."kind-of-5.1.0"
+ sources."source-map-0.5.7"
];
})
(sources."snapdragon-node-2.1.1" // {
@@ -77426,27 +77011,16 @@ in
})
sources."sort-keys-1.1.2"
sources."sort-keys-length-1.0.1"
- sources."source-map-0.5.7"
+ sources."source-map-0.6.1"
sources."source-map-resolve-0.5.3"
- (sources."source-map-support-0.5.21" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
+ sources."source-map-support-0.5.21"
sources."source-map-url-0.4.1"
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
sources."spdx-license-ids-3.0.11"
- (sources."split-string-3.1.0" // {
- dependencies = [
- sources."extend-shallow-3.0.2"
- sources."is-extendable-1.0.1"
- ];
- })
- sources."split2-2.2.0"
+ sources."split-string-3.1.0"
sources."sprintf-js-1.0.3"
- sources."sshpk-1.17.0"
(sources."static-extend-0.1.2" // {
dependencies = [
sources."define-property-0.2.5"
@@ -77471,34 +77045,32 @@ in
sources."string-width-4.2.3"
sources."string.prototype.trimend-1.0.4"
sources."string.prototype.trimstart-1.0.4"
- (sources."string_decoder-1.1.1" // {
- dependencies = [
- sources."safe-buffer-5.1.2"
- ];
- })
- (sources."strip-ansi-6.0.1" // {
- dependencies = [
- sources."ansi-regex-5.0.1"
- ];
- })
+ sources."string_decoder-1.3.0"
+ sources."strip-ansi-6.0.1"
sources."strip-dirs-2.1.0"
sources."strip-eof-1.0.0"
sources."strip-final-newline-2.0.0"
sources."strip-outer-1.0.1"
sources."subscriptions-transport-ws-0.9.19"
- sources."supports-color-5.5.0"
+ sources."supports-color-7.2.0"
sources."supports-preserve-symlinks-flag-1.0.0"
sources."symbol-observable-1.2.0"
- sources."tar-stream-1.6.2"
+ (sources."tar-stream-1.6.2" // {
+ dependencies = [
+ sources."bl-1.2.3"
+ sources."readable-stream-2.3.7"
+ sources."safe-buffer-5.1.2"
+ sources."string_decoder-1.1.1"
+ ];
+ })
(sources."taskkill-3.1.0" // {
dependencies = [
sources."cross-spawn-7.0.3"
sources."execa-3.4.0"
sources."get-stream-5.2.0"
+ sources."human-signals-1.1.1"
sources."is-stream-2.0.1"
- sources."mimic-fn-2.1.0"
sources."npm-run-path-4.0.1"
- sources."onetime-5.1.2"
sources."p-finally-2.0.1"
sources."path-key-3.1.1"
sources."shebang-command-2.0.0"
@@ -77506,19 +77078,12 @@ in
sources."which-2.0.2"
];
})
- (sources."tasklist-3.1.1" // {
- dependencies = [
- sources."pify-2.3.0"
- ];
- })
(sources."temp-0.8.4" // {
dependencies = [
sources."rimraf-2.6.3"
];
})
- sources."term-size-2.2.1"
sources."through-2.3.8"
- sources."through2-2.0.5"
sources."timed-out-4.0.1"
sources."tmp-0.0.33"
sources."to-buffer-1.1.1"
@@ -77528,24 +77093,21 @@ in
sources."kind-of-3.2.2"
];
})
- (sources."to-regex-3.0.2" // {
- dependencies = [
- sources."extend-shallow-3.0.2"
- sources."is-extendable-1.0.1"
- ];
- })
- sources."to-regex-range-2.1.1"
+ sources."to-regex-3.0.2"
+ sources."to-regex-range-5.0.1"
sources."toidentifier-1.0.1"
- sources."tough-cookie-2.5.0"
sources."tr46-0.0.3"
sources."trim-repeated-1.0.0"
- sources."ts-invariant-0.4.4"
- sources."tslib-1.14.1"
+ (sources."ts-invariant-0.4.4" // {
+ dependencies = [
+ sources."tslib-1.14.1"
+ ];
+ })
+ sources."tslib-2.3.1"
sources."tunnel-agent-0.6.0"
- sources."tweetnacl-0.14.5"
sources."type-fest-0.6.0"
sources."type-is-1.6.18"
- sources."typescript-4.1.6"
+ sources."typescript-4.5.5"
sources."unbox-primitive-1.0.1"
sources."unbzip2-stream-1.4.3"
sources."unicode-canonical-property-names-ecmascript-2.0.0"
@@ -77553,7 +77115,7 @@ in
sources."unicode-match-property-value-ecmascript-2.0.0"
sources."unicode-property-aliases-ecmascript-2.0.0"
sources."union-value-1.0.1"
- sources."universalify-0.1.2"
+ sources."universalify-2.0.0"
sources."unpipe-1.0.0"
(sources."unset-value-1.0.0" // {
dependencies = [
@@ -77565,7 +77127,6 @@ in
sources."has-values-0.1.4"
];
})
- sources."uri-js-4.4.1"
sources."urix-0.1.0"
sources."url-parse-lax-3.0.0"
sources."url-to-options-1.0.1"
@@ -77573,64 +77134,55 @@ in
sources."util-deprecate-1.0.2"
sources."util.promisify-1.1.1"
sources."utils-merge-1.0.1"
- sources."uuid-3.4.0"
+ sources."uuid-8.3.2"
sources."validate-npm-package-license-3.0.4"
sources."validate-npm-package-name-3.0.0"
sources."vary-1.1.2"
- sources."verror-1.10.0"
sources."vue-2.6.14"
(sources."vue-codemod-0.0.5" // {
dependencies = [
- sources."@nodelib/fs.stat-2.0.5"
- sources."array-union-2.1.0"
- sources."braces-3.0.2"
- sources."dir-glob-3.0.1"
- sources."fast-glob-3.2.11"
- sources."fill-range-7.0.1"
- sources."glob-parent-5.1.2"
- sources."globby-11.1.0"
- sources."ignore-5.2.0"
- sources."is-number-7.0.0"
- sources."lru-cache-6.0.0"
- sources."micromatch-4.0.4"
- sources."path-type-4.0.0"
- sources."source-map-0.6.1"
- sources."to-regex-range-5.0.1"
+ sources."inquirer-7.3.3"
+ sources."rxjs-6.6.7"
+ sources."tslib-1.14.1"
];
})
- sources."watch-1.0.2"
sources."wcwidth-1.0.1"
sources."webidl-conversions-3.0.1"
sources."whatwg-url-5.0.0"
sources."which-1.3.1"
sources."which-boxed-primitive-1.0.2"
sources."widest-line-3.1.0"
- (sources."wrap-ansi-7.0.0" // {
- dependencies = [
- sources."ansi-styles-4.3.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- ];
- })
+ sources."wrap-ansi-7.0.0"
sources."wrappy-1.0.2"
sources."write-file-atomic-2.4.3"
sources."ws-7.5.7"
sources."xml2js-0.4.23"
sources."xmlbuilder-11.0.1"
- sources."xss-1.0.10"
+ (sources."xss-1.0.10" // {
+ dependencies = [
+ sources."commander-2.20.3"
+ ];
+ })
sources."xtend-4.0.2"
sources."y18n-5.0.8"
sources."yallist-4.0.0"
- (sources."yaml-front-matter-3.4.1" // {
+ (sources."yaml-front-matter-4.1.1" // {
dependencies = [
- sources."commander-1.0.0"
+ sources."argparse-1.0.10"
+ sources."commander-6.2.1"
+ sources."js-yaml-3.14.1"
];
})
sources."yargs-16.2.0"
sources."yargs-parser-20.2.9"
sources."yauzl-2.10.0"
+ sources."yocto-queue-0.1.0"
sources."zen-observable-0.8.15"
- sources."zen-observable-ts-0.8.21"
+ (sources."zen-observable-ts-0.8.21" // {
+ dependencies = [
+ sources."tslib-1.14.1"
+ ];
+ })
];
buildInputs = globalBuildInputs;
meta = {
@@ -77767,10 +77319,10 @@ in
};
dependencies = [
sources."@babel/code-frame-7.16.7"
- sources."@babel/generator-7.17.0"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-validator-identifier-7.16.7"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/template-7.16.7"
sources."@babel/types-7.17.0"
sources."@webassemblyjs/ast-1.11.1"
@@ -78118,7 +77670,7 @@ in
sources."micromark-util-types-1.0.2"
sources."mimic-response-1.0.1"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimist-options-4.1.0"
sources."mri-1.2.0"
@@ -78334,11 +77886,11 @@ in
sha512 = "6Avt9pRA194Z/yN4hb7/6ZRhMtWLydsje2uP82b1VVFSBWwDlkswLTDFD0ngSEHlBSNR+bFnyOAGh+mpHQNYOQ==";
};
dependencies = [
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- sources."@babel/core-7.17.2"
- (sources."@babel/generator-7.17.0" // {
+ sources."@babel/core-7.17.5"
+ (sources."@babel/generator-7.17.3" // {
dependencies = [
sources."source-map-0.5.7"
];
@@ -78356,9 +77908,9 @@ in
sources."@babel/helper-validator-option-7.16.7"
sources."@babel/helpers-7.17.2"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@jridgewell/resolve-uri-3.0.5"
sources."@jridgewell/sourcemap-codec-1.4.11"
@@ -78370,7 +77922,7 @@ in
sources."async-3.2.3"
sources."balanced-match-1.0.2"
sources."brace-expansion-1.1.11"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."caniuse-lite-1.0.30001312"
sources."chalk-2.4.2"
sources."color-convert-1.9.3"
@@ -78423,7 +77975,7 @@ in
sources."jsonlint-1.6.3"
sources."lodash-4.17.21"
sources."matcher-collection-1.1.2"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."moment-2.29.1"
sources."ms-2.1.2"
@@ -78677,7 +78229,7 @@ in
sources."glob-7.2.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."wrappy-1.0.2"
@@ -78712,7 +78264,7 @@ in
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."isstream-0.1.2"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."once-1.4.0"
@@ -78751,7 +78303,7 @@ in
sha512 = "9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==";
};
dependencies = [
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."caniuse-lite-1.0.30001312"
sources."electron-to-chromium-1.4.71"
sources."escalade-3.1.1"
@@ -78788,7 +78340,7 @@ in
sources."ansi-regex-5.0.1"
sources."ansi-styles-4.3.0"
sources."ast-types-0.13.4"
- (sources."aws-sdk-2.1074.0" // {
+ (sources."aws-sdk-2.1077.0" // {
dependencies = [
sources."uuid-3.3.2"
];
@@ -78887,7 +78439,7 @@ in
sources."log-symbols-4.1.0"
sources."lru-cache-5.1.1"
sources."mimic-fn-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-1.0.4"
sources."ms-2.1.2"
@@ -79171,7 +78723,7 @@ in
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
(sources."minimist-options-4.1.0" // {
dependencies = [
sources."arrify-1.0.1"
@@ -79406,10 +78958,10 @@ in
balanceofsatoshis = nodeEnv.buildNodePackage {
name = "balanceofsatoshis";
packageName = "balanceofsatoshis";
- version = "11.53.2";
+ version = "11.53.6";
src = fetchurl {
- url = "https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-11.53.2.tgz";
- sha512 = "MMhHxTYf62+8ipqX2HxbERWXW54VWx9ioaHxFRFq3eLCnCQonGVpMdT9U2zFfez+ORU8ixpeAQBDS+EEnyiS9A==";
+ url = "https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-11.53.6.tgz";
+ sha512 = "5ixQmBCFYSCjyW0dMPrCfBFygmlrHjHbcBWsmRQsHwnupe7smQUFP3T5PkzHAyO5VQyWTsFTJsJ9V6+REdGjzw==";
};
dependencies = [
(sources."@alexbosworth/caporal-1.4.0" // {
@@ -79802,11 +79354,15 @@ in
sources."ws-8.2.3"
];
})
- (sources."ln-service-53.9.0" // {
+ (sources."ln-service-53.9.1" // {
dependencies = [
sources."@grpc/grpc-js-1.5.5"
- sources."@types/node-17.0.17"
- sources."lightning-5.8.0"
+ sources."body-parser-1.19.2"
+ sources."bolt09-0.2.2"
+ sources."bytes-3.1.2"
+ sources."lightning-5.8.1"
+ sources."qs-6.9.7"
+ sources."raw-body-2.4.3"
sources."type-fest-2.11.2"
sources."ws-8.5.0"
];
@@ -79946,7 +79502,7 @@ in
sources."semver-6.3.0"
];
})
- sources."paid-services-3.11.3"
+ sources."paid-services-3.11.4"
sources."parseurl-1.3.3"
sources."path-to-regexp-0.1.7"
sources."pinkie-2.0.4"
@@ -80191,7 +79747,7 @@ in
sources."lodash.sortby-4.7.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."nwsapi-2.2.0"
sources."oauth-sign-0.9.0"
sources."once-1.4.0"
@@ -80397,7 +79953,7 @@ in
sources."vscode-languageserver-types-3.16.0"
sources."vscode-uri-2.1.2"
sources."web-tree-sitter-0.17.1"
- sources."which-pm-runs-1.0.0"
+ sources."which-pm-runs-1.1.0"
sources."wide-align-1.1.5"
sources."wrappy-1.0.2"
sources."x-is-string-0.1.0"
@@ -80501,7 +80057,7 @@ in
sources."map-obj-1.0.1"
sources."meow-3.7.0"
sources."mime-db-1.51.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.0.0"
@@ -80706,7 +80262,7 @@ in
})
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-classic-0.5.3"
sources."module-deps-6.2.3"
@@ -80888,7 +80444,7 @@ in
];
})
sources."find-up-4.1.0"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."fresh-0.5.2"
sources."fs-extra-3.0.1"
sources."fsevents-2.3.2"
@@ -80932,7 +80488,7 @@ in
sources."mime-1.4.1"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."mitt-1.2.0"
sources."ms-2.0.0"
sources."negotiator-0.6.3"
@@ -81063,7 +80619,7 @@ in
sources."@babel/code-frame-7.16.7"
sources."@babel/helper-validator-identifier-7.16.7"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/types-7.17.0"
sources."@kwsites/file-exists-1.1.1"
sources."@kwsites/promise-deferred-1.1.1"
@@ -81107,7 +80663,7 @@ in
})
sources."bluebird-3.7.2"
sources."bn.js-4.12.0"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
sources."debug-2.6.9"
];
@@ -81119,7 +80675,7 @@ in
sources."bs58check-2.1.2"
sources."btc-rpc-client-git://github.com/btc21/btc-rpc-client"
sources."bunyan-1.8.15"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."call-bind-1.0.2"
sources."camelcase-5.3.1"
sources."camelcase-keys-6.2.2"
@@ -81204,8 +80760,9 @@ in
sources."escape-string-regexp-1.0.5"
sources."etag-1.8.1"
sources."event-loop-stats-1.4.1"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
+ sources."cookie-0.4.2"
sources."debug-2.6.9"
sources."safe-buffer-5.2.1"
];
@@ -81229,7 +80786,7 @@ in
];
})
sources."find-up-4.1.0"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
sources."forwarded-0.2.0"
@@ -81314,7 +80871,7 @@ in
sources."min-indent-1.0.1"
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimist-options-4.1.0"
sources."mkdirp-0.5.5"
@@ -81371,12 +80928,12 @@ in
sources."punycode-2.1.1"
sources."pushdata-bitcoin-1.0.1"
sources."qrcode-1.5.0"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."quick-lru-4.0.1"
sources."random-bytes-1.0.0"
sources."randombytes-2.1.0"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
(sources."read-pkg-5.2.0" // {
dependencies = [
sources."hosted-git-info-2.8.9"
@@ -81709,7 +81266,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.3.5"
sources."mkdirp-classic-0.5.3"
@@ -82260,7 +81817,7 @@ in
sources."mime-2.6.0"
sources."mimic-fn-1.2.0"
sources."min-document-2.19.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimist-options-3.0.2"
(sources."mixin-deep-1.3.2" // {
@@ -82531,14 +82088,14 @@ in
cdk8s-cli = nodeEnv.buildNodePackage {
name = "cdk8s-cli";
packageName = "cdk8s-cli";
- version = "1.0.95";
+ version = "1.0.102";
src = fetchurl {
- url = "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-1.0.95.tgz";
- sha512 = "qTTIHtiSc0mF4Ik7gyBhwlM2V9wWHU+QVdf3AEOpMBrHV7nLuqAJZKTWHSt6uh75hnhEuMm9bHbEKo50kDBzDA==";
+ url = "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-1.0.102.tgz";
+ sha512 = "rOtaUXYtiW143Cgh8knV0Xkd7yNTqwvu+jqrUTycXAT8vZYL2ytbCkeAT09Knn3WCtVHUbkwSAnzOli8zNZIcA==";
};
dependencies = [
- sources."@jsii/check-node-1.53.0"
- sources."@jsii/spec-1.53.0"
+ sources."@jsii/check-node-1.54.0"
+ sources."@jsii/spec-1.54.0"
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
sources."@nodelib/fs.walk-1.2.8"
@@ -82553,12 +82110,12 @@ in
sources."call-bind-1.0.2"
sources."camelcase-6.3.0"
sources."case-1.6.3"
- sources."cdk8s-1.5.17"
- sources."cdk8s-plus-22-1.0.0-beta.117"
+ sources."cdk8s-1.5.20"
+ sources."cdk8s-plus-22-1.0.0-beta.121"
sources."chalk-4.1.2"
sources."cliui-7.0.4"
sources."clone-2.1.2"
- (sources."codemaker-1.53.0" // {
+ (sources."codemaker-1.54.0" // {
dependencies = [
sources."fs-extra-9.1.0"
];
@@ -82567,7 +82124,7 @@ in
sources."color-name-1.1.4"
sources."colors-1.4.0"
sources."commonmark-0.30.0"
- sources."constructs-3.3.218"
+ sources."constructs-3.3.221"
sources."date-format-4.0.3"
sources."debug-4.3.3"
sources."decamelize-5.0.1"
@@ -82630,38 +82187,38 @@ in
sources."is-weakref-1.0.2"
sources."is-weakset-2.0.2"
sources."isarray-2.0.5"
- (sources."jsii-1.53.0" // {
+ (sources."jsii-1.54.0" // {
dependencies = [
sources."fs-extra-9.1.0"
sources."yargs-16.2.0"
];
})
- (sources."jsii-pacmak-1.53.0" // {
+ (sources."jsii-pacmak-1.54.0" // {
dependencies = [
sources."fs-extra-9.1.0"
sources."yargs-16.2.0"
];
})
- (sources."jsii-reflect-1.53.0" // {
+ (sources."jsii-reflect-1.54.0" // {
dependencies = [
sources."fs-extra-9.1.0"
sources."yargs-16.2.0"
];
})
- (sources."jsii-rosetta-1.53.0" // {
+ (sources."jsii-rosetta-1.54.0" // {
dependencies = [
sources."fs-extra-9.1.0"
sources."yargs-16.2.0"
];
})
- (sources."jsii-srcmak-0.1.476" // {
+ (sources."jsii-srcmak-0.1.480" // {
dependencies = [
sources."fs-extra-9.1.0"
];
})
sources."json-schema-0.4.0"
sources."json-schema-traverse-1.0.0"
- sources."json2jsii-0.2.136"
+ sources."json2jsii-0.2.140"
sources."jsonfile-6.1.0"
sources."jsonschema-1.4.0"
sources."locate-path-5.0.0"
@@ -82679,7 +82236,7 @@ in
sources."object-is-1.1.5"
sources."object-keys-1.1.1"
sources."object.assign-4.1.2"
- sources."oo-ascii-tree-1.53.0"
+ sources."oo-ascii-tree-1.54.0"
sources."p-limit-2.3.0"
sources."p-locate-4.1.0"
sources."p-try-2.2.0"
@@ -82705,7 +82262,7 @@ in
sources."snake-case-3.0.4"
sources."sort-json-2.0.1"
sources."spdx-license-list-6.4.0"
- sources."sscaff-1.2.202"
+ sources."sscaff-1.2.206"
(sources."streamroller-3.0.2" // {
dependencies = [
sources."fs-extra-10.0.0"
@@ -82757,23 +82314,23 @@ in
cdktf-cli = nodeEnv.buildNodePackage {
name = "cdktf-cli";
packageName = "cdktf-cli";
- version = "0.9.0";
+ version = "0.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/cdktf-cli/-/cdktf-cli-0.9.0.tgz";
- sha512 = "VpboTW7lFOkLQVy6iiViSWsFy13n1cxiCEjbjLgY4gPIsxLrSfU9skIYC+jyDXhs5b8NW2a+gL/tIi8IINJEHA==";
+ url = "https://registry.npmjs.org/cdktf-cli/-/cdktf-cli-0.9.1.tgz";
+ sha512 = "Qa542vXUXn8tzqGkcAvLWGSpFbhOXalOystXu8sSZn82eCpCTo2CxEpoHOFeUgNkymUOFwWawl5+CIMYr7V1+Q==";
};
dependencies = [
sources."@babel/code-frame-7.16.7"
- sources."@babel/generator-7.17.0"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-validator-identifier-7.16.7"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/template-7.16.7"
sources."@babel/types-7.17.0"
- sources."@cdktf/hcl2cdk-0.9.0"
- sources."@cdktf/hcl2json-0.9.0"
- sources."@cdktf/provider-generator-0.9.0"
- (sources."@jsii/check-node-1.53.0" // {
+ sources."@cdktf/hcl2cdk-0.9.1"
+ sources."@cdktf/hcl2json-0.9.1"
+ sources."@cdktf/provider-generator-0.9.1"
+ (sources."@jsii/check-node-1.54.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
sources."chalk-4.1.2"
@@ -82783,12 +82340,12 @@ in
sources."supports-color-7.2.0"
];
})
- sources."@jsii/spec-1.53.0"
+ sources."@jsii/spec-1.54.0"
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
sources."@nodelib/fs.walk-1.2.8"
sources."@types/node-17.0.18"
- sources."@types/node-fetch-2.6.0"
+ sources."@types/node-fetch-2.6.1"
sources."@xmldom/xmldom-0.8.1"
sources."ansi-regex-5.0.1"
sources."ansi-styles-3.2.1"
@@ -82801,7 +82358,7 @@ in
sources."call-bind-1.0.2"
sources."camelcase-6.3.0"
sources."case-1.6.3"
- sources."cdktf-0.9.0"
+ sources."cdktf-0.9.1"
sources."chalk-2.4.2"
sources."cliui-6.0.0"
sources."clone-2.1.2"
@@ -82815,7 +82372,7 @@ in
sources."combined-stream-1.0.8"
sources."commonmark-0.30.0"
sources."concat-map-0.0.1"
- sources."constructs-10.0.63"
+ sources."constructs-10.0.66"
sources."date-format-4.0.3"
sources."debug-4.3.3"
sources."decamelize-1.2.0"
@@ -82838,7 +82395,7 @@ in
sources."find-up-4.1.0"
sources."flatted-3.2.5"
sources."foreach-2.0.5"
- sources."form-data-2.5.1"
+ sources."form-data-3.0.1"
sources."fs-extra-8.1.0"
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
@@ -82883,7 +82440,7 @@ in
sources."isarray-2.0.5"
sources."js-tokens-4.0.0"
sources."jsesc-2.5.2"
- (sources."jsii-1.53.0" // {
+ (sources."jsii-1.54.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
sources."chalk-4.1.2"
@@ -82901,11 +82458,11 @@ in
sources."yargs-parser-20.2.9"
];
})
- (sources."jsii-pacmak-1.53.0" // {
+ (sources."jsii-pacmak-1.54.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
sources."cliui-7.0.4"
- sources."codemaker-1.53.0"
+ sources."codemaker-1.54.0"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."decamelize-5.0.1"
@@ -82919,7 +82476,7 @@ in
sources."yargs-parser-20.2.9"
];
})
- (sources."jsii-reflect-1.53.0" // {
+ (sources."jsii-reflect-1.54.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
sources."chalk-4.1.2"
@@ -82937,7 +82494,7 @@ in
sources."yargs-parser-20.2.9"
];
})
- (sources."jsii-rosetta-1.53.0" // {
+ (sources."jsii-rosetta-1.54.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
sources."cliui-7.0.4"
@@ -82952,7 +82509,7 @@ in
sources."yargs-parser-20.2.9"
];
})
- (sources."jsii-srcmak-0.1.476" // {
+ (sources."jsii-srcmak-0.1.480" // {
dependencies = [
sources."fs-extra-9.1.0"
sources."jsonfile-6.1.0"
@@ -82970,7 +82527,7 @@ in
sources."micromatch-4.0.4"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."ms-2.1.2"
sources."ncp-2.0.0"
@@ -82981,7 +82538,7 @@ in
sources."object.assign-4.1.2"
sources."obliterator-2.0.2"
sources."once-1.4.0"
- sources."oo-ascii-tree-1.53.0"
+ sources."oo-ascii-tree-1.54.0"
sources."p-limit-2.3.0"
sources."p-locate-4.1.0"
sources."p-try-2.2.0"
@@ -83103,7 +82660,7 @@ in
sources."is-extglob-2.1.1"
sources."is-glob-4.0.3"
sources."is-number-7.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."normalize-path-3.0.0"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
@@ -83236,6 +82793,7 @@ in
sha512 = "Vu0ZPruo16+CbH/kCEALHV3lQ4WnRoaqTb+HPy2fY9ywtdOxPCiT//3WSxv8YN5qFwMbI2Fu931mmU9sR/O0ZA==";
};
dependencies = [
+ sources."@colors/colors-1.5.0"
sources."ansi-styles-3.2.1"
sources."async-0.9.2"
sources."chalk-2.4.2"
@@ -83243,7 +82801,7 @@ in
sources."clubhouse-lib-0.10.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
- sources."colors-1.4.0"
+ sources."colors-1.0.3"
sources."commander-2.20.3"
sources."cycle-1.0.3"
sources."debug-4.3.3"
@@ -83262,7 +82820,7 @@ in
sources."ms-2.1.2"
sources."mute-stream-0.0.8"
sources."node-fetch-1.7.3"
- sources."prompt-1.2.1"
+ sources."prompt-1.2.2"
sources."punycode-2.1.1"
sources."query-string-6.14.1"
sources."read-1.0.7"
@@ -83280,7 +82838,6 @@ in
(sources."winston-2.4.5" // {
dependencies = [
sources."async-1.0.0"
- sources."colors-1.0.3"
];
})
];
@@ -83442,7 +82999,7 @@ in
sources."make-dir-3.1.0"
sources."merge-stream-2.0.0"
sources."mimic-fn-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
(sources."mount-point-3.0.0" // {
dependencies = [
sources."@sindresorhus/df-1.0.1"
@@ -83537,10 +83094,10 @@ in
coc-highlight = nodeEnv.buildNodePackage {
name = "coc-highlight";
packageName = "coc-highlight";
- version = "1.2.8";
+ version = "1.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-highlight/-/coc-highlight-1.2.8.tgz";
- sha512 = "buElMyk/0st73HVkgcic9UJECACHsoTbyCwHiOo20P1sCk8tgQ6+iEY9KW7L4xZorRt1RthfxLqZwayog1SALQ==";
+ url = "https://registry.npmjs.org/coc-highlight/-/coc-highlight-1.3.0.tgz";
+ sha512 = "TBBQiFtYPXN7qWBmDi+FEWcLddON8s4rcEmQXUGE7uOfNysNKZ6yVUBCnJbS+n8S+7m5d3yqUyhoG5RUeHJxCg==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -83687,7 +83244,7 @@ in
sha512 = "mRjStj+wjmqp9Lb3cDYegz+cavykWNYQf1ecdwrF2HEtbKVIcc+k62NS5wM6QVB5Y6FD2OxjPNWcoQmIFM1cfQ==";
};
dependencies = [
- sources."@chemzqm/neovim-5.7.3"
+ sources."@chemzqm/neovim-5.7.4"
sources."@tootallnate/once-1.1.2"
sources."agent-base-6.0.2"
sources."arch-2.2.0"
@@ -83730,7 +83287,7 @@ in
sources."fast-diff-1.2.0"
sources."fb-watchman-2.0.1"
sources."flatted-3.2.5"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."fp-ts-2.11.8"
sources."fs-extra-10.0.0"
sources."fs-minipass-2.1.0"
@@ -83788,7 +83345,7 @@ in
sources."log4js-6.4.1"
sources."lru-cache-6.0.0"
sources."metals-languageclient-0.4.2"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minizlib-2.1.2"
@@ -83900,980 +83457,18 @@ in
coc-prettier = nodeEnv.buildNodePackage {
name = "coc-prettier";
packageName = "coc-prettier";
- version = "1.1.25";
+ version = "9.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-prettier/-/coc-prettier-1.1.25.tgz";
- sha512 = "vF8FCWhSQ8RHSelzDsf34DrPPKeoYuWFbtoC+3qArm6rf5E02KY/vZDFt9MCLnzjLr8yVXz2eQ4BczNJvnQohw==";
+ url = "https://registry.npmjs.org/coc-prettier/-/coc-prettier-9.2.1.tgz";
+ sha512 = "SsPPkZf82fEkiISWC5JJbf5JvfBe7nBPPxAXPSXx8J9Wql8O9ZAx9oiLF7jmnwjGlRpaGkazf6LW2IEVYrXPZA==";
};
dependencies = [
- sources."@babel/code-frame-7.12.11"
- sources."@babel/helper-validator-identifier-7.16.7"
- (sources."@babel/highlight-7.16.10" // {
- dependencies = [
- sources."chalk-2.4.2"
- sources."escape-string-regexp-1.0.5"
- ];
- })
- sources."@eslint/eslintrc-0.4.3"
- sources."@humanwhocodes/config-array-0.5.0"
- sources."@humanwhocodes/object-schema-1.2.1"
- sources."@mrmlnc/readdir-enhanced-2.2.1"
- sources."@nodelib/fs.stat-1.1.3"
- sources."@types/eslint-visitor-keys-1.0.0"
- sources."@types/json-schema-7.0.9"
- sources."@typescript-eslint/experimental-utils-3.10.1"
- sources."@typescript-eslint/parser-3.10.1"
- sources."@typescript-eslint/types-3.10.1"
- sources."@typescript-eslint/typescript-estree-3.10.1"
- sources."@typescript-eslint/visitor-keys-3.10.1"
- sources."acorn-7.4.1"
- sources."acorn-jsx-5.3.2"
- sources."ajv-6.12.6"
- sources."ajv-keywords-3.5.2"
- (sources."ansi-align-2.0.0" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- sources."is-fullwidth-code-point-2.0.0"
- sources."string-width-2.1.1"
- sources."strip-ansi-4.0.0"
- ];
- })
- sources."ansi-colors-4.1.1"
- sources."ansi-regex-5.0.1"
- sources."ansi-styles-3.2.1"
- sources."argparse-1.0.10"
- sources."arr-diff-2.0.0"
- sources."arr-flatten-1.1.0"
- sources."arr-union-3.1.0"
- sources."array-find-index-1.0.2"
- sources."array-union-1.0.2"
- sources."array-uniq-1.0.3"
- sources."array-unique-0.2.1"
- sources."arrify-1.0.1"
- sources."assign-symbols-1.0.0"
- sources."astral-regex-2.0.0"
- sources."atob-2.1.2"
- sources."autoprefixer-7.2.6"
- sources."bail-1.0.5"
- sources."balanced-match-1.0.2"
- (sources."base-0.11.2" // {
- dependencies = [
- sources."define-property-1.0.0"
- sources."isobject-3.0.1"
- ];
- })
- (sources."boxen-1.3.0" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- sources."camelcase-4.1.0"
- sources."chalk-2.4.2"
- sources."escape-string-regexp-1.0.5"
- sources."is-fullwidth-code-point-2.0.0"
- sources."string-width-2.1.1"
- sources."strip-ansi-4.0.0"
- ];
- })
- sources."brace-expansion-1.1.11"
- sources."braces-1.8.5"
- sources."browserslist-2.11.3"
- sources."builtin-modules-1.1.1"
- (sources."cache-base-1.0.1" // {
- dependencies = [
- sources."isobject-3.0.1"
- ];
- })
- sources."call-me-maybe-1.0.1"
- sources."callsites-3.1.0"
- sources."camelcase-2.1.1"
- sources."camelcase-keys-2.1.0"
- sources."caniuse-lite-1.0.30001312"
- sources."capture-stack-trace-1.0.1"
- sources."ccount-1.1.0"
- (sources."chalk-4.1.2" // {
- dependencies = [
- sources."ansi-styles-4.3.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."supports-color-7.2.0"
- ];
- })
- sources."character-entities-1.2.4"
- sources."character-entities-html4-1.1.4"
- sources."character-entities-legacy-1.1.4"
- sources."character-reference-invalid-1.1.4"
- sources."ci-info-1.6.0"
- sources."circular-json-0.3.3"
- (sources."class-utils-0.3.6" // {
- dependencies = [
- sources."define-property-0.2.5"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."isobject-3.0.1"
- sources."kind-of-5.1.0"
- ];
- })
- sources."cli-boxes-1.0.0"
- (sources."cliui-4.1.0" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- sources."is-fullwidth-code-point-2.0.0"
- sources."string-width-2.1.1"
- sources."strip-ansi-4.0.0"
- ];
- })
- sources."clone-regexp-1.0.1"
- sources."code-point-at-1.1.0"
- sources."collapse-white-space-1.0.6"
- sources."collection-visit-1.0.0"
- sources."color-convert-1.9.3"
- sources."color-name-1.1.3"
- sources."commander-2.20.3"
- sources."common-tags-1.8.2"
- sources."component-emitter-1.3.0"
- sources."concat-map-0.0.1"
- (sources."configstore-3.1.5" // {
- dependencies = [
- sources."dot-prop-4.2.1"
- sources."is-obj-1.0.1"
- ];
- })
- sources."copy-descriptor-0.1.1"
- sources."core-js-3.21.0"
- sources."cosmiconfig-3.1.0"
- sources."create-error-class-3.0.2"
- sources."cross-spawn-7.0.3"
- sources."crypto-random-string-1.0.0"
- sources."currently-unhandled-0.4.1"
- sources."debug-4.3.3"
- sources."decamelize-1.2.0"
- sources."decamelize-keys-1.1.0"
- sources."decode-uri-component-0.2.0"
- sources."deep-extend-0.6.0"
- sources."deep-is-0.1.4"
- (sources."define-property-2.0.2" // {
- dependencies = [
- sources."isobject-3.0.1"
- ];
- })
- sources."diff-4.0.2"
- (sources."dir-glob-2.2.2" // {
- dependencies = [
- sources."path-type-3.0.0"
- ];
- })
- sources."dlv-1.1.3"
- sources."doctrine-3.0.0"
- (sources."dom-serializer-0.2.2" // {
- dependencies = [
- sources."domelementtype-2.2.0"
- sources."entities-2.2.0"
- ];
- })
- sources."domelementtype-1.3.1"
- sources."domhandler-2.4.2"
- sources."domutils-1.7.0"
- sources."dot-prop-5.3.0"
- sources."duplexer3-0.1.4"
- sources."electron-to-chromium-1.4.71"
- sources."emoji-regex-8.0.0"
- sources."end-of-stream-1.4.4"
- sources."enquirer-2.3.6"
- sources."entities-1.1.2"
- sources."error-ex-1.3.2"
- sources."escape-string-regexp-4.0.0"
- (sources."eslint-7.32.0" // {
- dependencies = [
- sources."eslint-visitor-keys-2.1.0"
- ];
- })
- sources."eslint-scope-5.1.1"
- sources."eslint-utils-2.1.0"
- sources."eslint-visitor-keys-1.3.0"
- sources."espree-7.3.1"
- sources."esprima-4.0.1"
- (sources."esquery-1.4.0" // {
- dependencies = [
- sources."estraverse-5.3.0"
- ];
- })
- (sources."esrecurse-4.3.0" // {
- dependencies = [
- sources."estraverse-5.3.0"
- ];
- })
- sources."estraverse-4.3.0"
- sources."esutils-2.0.3"
- (sources."execa-0.7.0" // {
- dependencies = [
- sources."cross-spawn-5.1.0"
- sources."lru-cache-4.1.5"
- sources."shebang-command-1.2.0"
- sources."shebang-regex-1.0.0"
- sources."which-1.3.1"
- sources."yallist-2.1.2"
- ];
- })
- sources."execall-1.0.0"
- sources."expand-brackets-0.1.5"
- sources."expand-range-1.8.2"
- sources."extend-3.0.2"
- (sources."extend-shallow-3.0.2" // {
- dependencies = [
- sources."is-extendable-1.0.1"
- ];
- })
- (sources."extglob-0.3.2" // {
- dependencies = [
- sources."is-extglob-1.0.0"
- ];
- })
- sources."fast-deep-equal-3.1.3"
- (sources."fast-glob-2.2.7" // {
- dependencies = [
- sources."arr-diff-4.0.0"
- sources."array-unique-0.3.2"
- (sources."braces-2.3.2" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."debug-2.6.9"
- (sources."expand-brackets-2.1.4" // {
- dependencies = [
- sources."define-property-0.2.5"
- sources."extend-shallow-2.0.1"
- ];
- })
- (sources."extglob-2.0.4" // {
- dependencies = [
- sources."define-property-1.0.0"
- sources."extend-shallow-2.0.1"
- ];
- })
- (sources."fill-range-4.0.0" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- (sources."glob-parent-3.1.0" // {
- dependencies = [
- sources."is-glob-3.1.0"
- ];
- })
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-5.1.0"
- ];
- })
- (sources."is-number-3.0.0" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."isobject-3.0.1"
- sources."kind-of-6.0.3"
- sources."micromatch-3.1.10"
- sources."ms-2.0.0"
- ];
- })
- sources."fast-json-stable-stringify-2.1.0"
- sources."fast-levenshtein-2.0.6"
- sources."file-entry-cache-6.0.1"
- sources."filename-regex-2.0.1"
- sources."fill-range-2.2.4"
- sources."find-up-2.1.0"
- sources."flat-cache-3.0.4"
- sources."flatted-3.2.5"
- sources."for-in-1.0.2"
- sources."for-own-0.1.5"
- sources."fragment-cache-0.2.1"
- sources."fs.realpath-1.0.0"
- sources."function-bind-1.1.1"
- sources."functional-red-black-tree-1.0.1"
- sources."get-caller-file-1.0.3"
- sources."get-stdin-5.0.1"
- sources."get-stream-3.0.0"
- sources."get-value-2.0.6"
- sources."glob-7.2.0"
- (sources."glob-base-0.3.0" // {
- dependencies = [
- sources."glob-parent-2.0.0"
- sources."is-extglob-1.0.0"
- sources."is-glob-2.0.1"
- ];
- })
- sources."glob-parent-5.1.2"
- sources."glob-to-regexp-0.3.0"
- sources."global-dirs-0.1.1"
- sources."globals-13.12.1"
- (sources."globby-6.1.0" // {
- dependencies = [
- sources."pify-2.3.0"
- ];
- })
- sources."globjoin-0.1.4"
- sources."gonzales-pe-4.3.0"
- sources."got-6.7.1"
- sources."graceful-fs-4.2.9"
- sources."has-1.0.3"
- (sources."has-ansi-2.0.0" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- ];
- })
- sources."has-flag-3.0.0"
- (sources."has-value-1.0.0" // {
- dependencies = [
- sources."isobject-3.0.1"
- ];
- })
- (sources."has-values-1.0.0" // {
- dependencies = [
- (sources."is-number-3.0.0" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."kind-of-4.0.0"
- ];
- })
- sources."hosted-git-info-2.8.9"
- sources."html-tags-2.0.0"
- sources."htmlparser2-3.10.1"
- sources."ignore-4.0.6"
- sources."import-fresh-3.3.0"
- sources."import-lazy-2.1.0"
- sources."import-local-0.1.1"
- sources."imurmurhash-0.1.4"
- sources."indent-string-4.0.0"
- sources."indexes-of-1.0.1"
- sources."inflight-1.0.6"
- sources."inherits-2.0.4"
- sources."ini-1.3.8"
- sources."invert-kv-2.0.0"
- (sources."is-accessor-descriptor-1.0.0" // {
- dependencies = [
- sources."kind-of-6.0.3"
- ];
- })
- sources."is-alphabetical-1.0.4"
- sources."is-alphanumeric-1.0.0"
- sources."is-alphanumerical-1.0.4"
- sources."is-arrayish-0.2.1"
- sources."is-buffer-1.1.6"
- sources."is-ci-1.2.1"
- sources."is-core-module-2.8.1"
- (sources."is-data-descriptor-1.0.0" // {
- dependencies = [
- sources."kind-of-6.0.3"
- ];
- })
- sources."is-decimal-1.0.4"
- (sources."is-descriptor-1.0.2" // {
- dependencies = [
- sources."kind-of-6.0.3"
- ];
- })
- sources."is-directory-0.3.1"
- sources."is-dotfile-1.0.3"
- sources."is-equal-shallow-0.1.3"
- sources."is-extendable-0.1.1"
- sources."is-extglob-2.1.1"
- sources."is-finite-1.1.0"
- sources."is-fullwidth-code-point-3.0.0"
- sources."is-glob-4.0.3"
- sources."is-hexadecimal-1.0.4"
- sources."is-installed-globally-0.1.0"
- sources."is-npm-1.0.0"
- sources."is-number-2.1.0"
- sources."is-obj-2.0.0"
- sources."is-path-inside-1.0.1"
- sources."is-plain-obj-1.1.0"
- (sources."is-plain-object-2.0.4" // {
- dependencies = [
- sources."isobject-3.0.1"
- ];
- })
- sources."is-posix-bracket-0.1.1"
- sources."is-primitive-2.0.0"
- sources."is-redirect-1.0.0"
- sources."is-regexp-1.0.0"
- sources."is-retry-allowed-1.2.0"
- sources."is-stream-1.1.0"
- sources."is-supported-regexp-flag-1.0.1"
- sources."is-utf8-0.2.1"
- sources."is-whitespace-character-1.0.4"
- sources."is-windows-1.0.2"
- sources."is-word-character-1.0.4"
- sources."isarray-1.0.0"
- sources."isexe-2.0.0"
- sources."isobject-2.1.0"
- sources."js-base64-2.6.4"
- sources."js-tokens-4.0.0"
- sources."js-yaml-3.14.1"
- sources."json-parse-better-errors-1.0.2"
- sources."json-schema-traverse-0.4.1"
- sources."json-stable-stringify-without-jsonify-1.0.1"
- sources."kind-of-3.2.2"
- sources."known-css-properties-0.5.0"
- sources."latest-version-3.1.0"
- sources."lcid-2.0.0"
- sources."levn-0.4.1"
- (sources."load-json-file-1.1.0" // {
- dependencies = [
- sources."parse-json-2.2.0"
- sources."pify-2.3.0"
- ];
- })
- sources."locate-path-2.0.0"
- sources."lodash-4.17.21"
- sources."lodash.merge-4.6.2"
- sources."lodash.truncate-4.4.2"
- (sources."log-symbols-2.2.0" // {
- dependencies = [
- sources."chalk-2.4.2"
- sources."escape-string-regexp-1.0.5"
- ];
- })
- sources."loglevel-1.8.0"
- (sources."loglevel-colored-level-prefix-1.0.0" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- sources."ansi-styles-2.2.1"
- sources."chalk-1.1.3"
- sources."escape-string-regexp-1.0.5"
- sources."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- ];
- })
- sources."longest-streak-2.0.4"
- sources."loud-rejection-1.6.0"
- sources."lowercase-keys-1.0.1"
- sources."lru-cache-6.0.0"
- sources."make-dir-1.3.0"
- sources."map-age-cleaner-0.1.3"
- sources."map-cache-0.2.2"
- sources."map-obj-1.0.1"
- sources."map-visit-1.0.0"
- sources."markdown-escapes-1.0.4"
- sources."markdown-table-1.1.3"
- sources."math-random-1.0.4"
- sources."mathml-tag-names-2.1.3"
- sources."mdast-util-compact-1.0.4"
- sources."mem-4.3.0"
- sources."meow-3.7.0"
- sources."merge2-1.4.1"
- (sources."micromatch-2.3.11" // {
- dependencies = [
- sources."is-extglob-1.0.0"
- sources."is-glob-2.0.1"
- ];
- })
- sources."mimic-fn-2.1.0"
- sources."minimatch-3.1.1"
- sources."minimist-1.2.5"
- sources."minimist-options-3.0.2"
- (sources."mixin-deep-1.3.2" // {
- dependencies = [
- sources."is-extendable-1.0.1"
- ];
- })
- sources."mkdirp-0.5.5"
- sources."ms-2.1.2"
- (sources."nanomatch-1.2.13" // {
- dependencies = [
- sources."arr-diff-4.0.0"
- sources."array-unique-0.3.2"
- sources."kind-of-6.0.3"
- ];
- })
- sources."natural-compare-1.4.0"
- sources."nice-try-1.0.5"
- (sources."normalize-package-data-2.5.0" // {
- dependencies = [
- sources."semver-5.7.1"
- ];
- })
- sources."normalize-path-2.1.1"
- sources."normalize-range-0.1.2"
- sources."normalize-selector-0.2.0"
- (sources."npm-run-path-2.0.2" // {
- dependencies = [
- sources."path-key-2.0.1"
- ];
- })
- sources."num2fraction-1.2.2"
- sources."number-is-nan-1.0.1"
- sources."object-assign-4.1.1"
- (sources."object-copy-0.1.0" // {
- dependencies = [
- sources."define-property-0.2.5"
- sources."is-accessor-descriptor-0.1.6"
- sources."is-data-descriptor-0.1.4"
- (sources."is-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-5.1.0"
- ];
- })
- ];
- })
- (sources."object-visit-1.0.1" // {
- dependencies = [
- sources."isobject-3.0.1"
- ];
- })
- sources."object.omit-2.0.1"
- (sources."object.pick-1.3.0" // {
- dependencies = [
- sources."isobject-3.0.1"
- ];
- })
- sources."once-1.4.0"
- sources."optionator-0.9.1"
- (sources."os-locale-3.1.0" // {
- dependencies = [
- sources."cross-spawn-6.0.5"
- sources."execa-1.0.0"
- sources."get-stream-4.1.0"
- sources."path-key-2.0.1"
- sources."semver-5.7.1"
- sources."shebang-command-1.2.0"
- sources."shebang-regex-1.0.0"
- sources."which-1.3.1"
- ];
- })
- sources."p-defer-1.0.0"
- sources."p-finally-1.0.0"
- sources."p-is-promise-2.1.0"
- sources."p-limit-1.3.0"
- sources."p-locate-2.0.0"
- sources."p-try-1.0.0"
- (sources."package-json-4.0.1" // {
- dependencies = [
- sources."semver-5.7.1"
- ];
- })
- sources."parent-module-1.0.1"
- sources."parse-entities-1.2.2"
- (sources."parse-glob-3.0.4" // {
- dependencies = [
- sources."is-extglob-1.0.0"
- sources."is-glob-2.0.1"
- ];
- })
- sources."parse-json-3.0.0"
- sources."pascalcase-0.1.1"
- sources."path-dirname-1.0.2"
- sources."path-exists-3.0.0"
- sources."path-is-absolute-1.0.1"
- sources."path-is-inside-1.0.2"
- sources."path-key-3.1.1"
- sources."path-parse-1.0.7"
- (sources."path-type-1.1.0" // {
- dependencies = [
- sources."pify-2.3.0"
- ];
- })
- sources."pify-3.0.0"
- sources."pinkie-2.0.4"
- sources."pinkie-promise-2.0.1"
- sources."pkg-dir-2.0.0"
- sources."posix-character-classes-0.1.1"
- (sources."postcss-6.0.23" // {
- dependencies = [
- sources."chalk-2.4.2"
- sources."escape-string-regexp-1.0.5"
- ];
- })
- sources."postcss-html-0.12.0"
- (sources."postcss-less-1.1.5" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- sources."ansi-styles-2.2.1"
- (sources."chalk-1.1.3" // {
- dependencies = [
- sources."supports-color-2.0.0"
- ];
- })
- sources."escape-string-regexp-1.0.5"
- sources."has-flag-1.0.0"
- sources."postcss-5.2.18"
- sources."source-map-0.5.7"
- sources."strip-ansi-3.0.1"
- sources."supports-color-3.2.3"
- ];
- })
- sources."postcss-media-query-parser-0.2.3"
- (sources."postcss-reporter-5.0.0" // {
- dependencies = [
- sources."chalk-2.4.2"
- sources."escape-string-regexp-1.0.5"
- ];
- })
- sources."postcss-resolve-nested-selector-0.1.1"
- sources."postcss-safe-parser-3.0.1"
- sources."postcss-sass-0.2.0"
- sources."postcss-scss-1.0.6"
- sources."postcss-selector-parser-3.1.2"
- sources."postcss-value-parser-3.3.1"
- sources."prelude-ls-1.2.1"
- sources."prepend-http-1.0.4"
- sources."preserve-0.2.0"
sources."prettier-2.5.1"
- sources."prettier-eslint-12.0.0"
- (sources."prettier-stylelint-0.4.2" // {
- dependencies = [
- sources."debug-3.2.7"
- sources."ignore-3.3.10"
- sources."prettier-1.19.1"
- ];
- })
- (sources."prettier-tslint-0.4.2" // {
- dependencies = [
- sources."chalk-2.4.2"
- sources."dir-glob-2.0.0"
- sources."escape-string-regexp-1.0.5"
- sources."globby-8.0.2"
- sources."ignore-3.3.10"
- sources."path-type-3.0.0"
- ];
- })
- (sources."pretty-format-23.6.0" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- ];
- })
- sources."progress-2.0.3"
- sources."pseudomap-1.0.2"
- sources."pump-3.0.0"
- sources."punycode-2.1.1"
- sources."quick-lru-1.1.0"
- (sources."randomatic-3.1.1" // {
- dependencies = [
- sources."is-number-4.0.0"
- sources."kind-of-6.0.3"
- ];
- })
- (sources."rc-1.2.8" // {
- dependencies = [
- sources."strip-json-comments-2.0.1"
- ];
- })
- sources."read-pkg-1.1.0"
- (sources."read-pkg-up-1.0.1" // {
- dependencies = [
- sources."find-up-1.1.2"
- sources."path-exists-2.1.0"
- ];
- })
- sources."readable-stream-3.6.0"
- (sources."redent-1.0.0" // {
- dependencies = [
- sources."indent-string-2.1.0"
- ];
- })
- sources."regex-cache-0.4.4"
- sources."regex-not-1.0.2"
- sources."regexpp-3.2.0"
- sources."registry-auth-token-3.4.0"
- sources."registry-url-3.1.0"
- sources."remark-8.0.0"
- sources."remark-parse-4.0.0"
- sources."remark-stringify-4.0.0"
- sources."remove-trailing-separator-1.1.0"
- sources."repeat-element-1.1.4"
- sources."repeat-string-1.6.1"
- sources."repeating-2.0.1"
- sources."replace-ext-1.0.0"
- sources."require-directory-2.1.1"
- sources."require-from-string-2.0.2"
- sources."require-main-filename-1.0.1"
- sources."require-relative-0.8.7"
- sources."resolve-1.22.0"
- (sources."resolve-cwd-2.0.0" // {
- dependencies = [
- sources."resolve-from-3.0.0"
- ];
- })
- sources."resolve-from-4.0.0"
- sources."resolve-url-0.2.1"
- sources."ret-0.1.15"
- sources."rimraf-3.0.2"
- sources."safe-buffer-5.2.1"
- sources."safe-regex-1.1.0"
- sources."semver-7.3.5"
- (sources."semver-diff-2.1.0" // {
- dependencies = [
- sources."semver-5.7.1"
- ];
- })
- sources."set-blocking-2.0.0"
- (sources."set-value-2.0.1" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."shebang-command-2.0.0"
- sources."shebang-regex-3.0.0"
- sources."signal-exit-3.0.7"
- sources."slash-1.0.0"
- (sources."slice-ansi-4.0.0" // {
- dependencies = [
- sources."ansi-styles-4.3.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- ];
- })
- (sources."snapdragon-0.8.2" // {
- dependencies = [
- sources."debug-2.6.9"
- sources."define-property-0.2.5"
- sources."extend-shallow-2.0.1"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- sources."ms-2.0.0"
- sources."source-map-0.5.7"
- ];
- })
- (sources."snapdragon-node-2.1.1" // {
- dependencies = [
- sources."define-property-1.0.0"
- sources."isobject-3.0.1"
- ];
- })
- sources."snapdragon-util-3.0.1"
- sources."source-map-0.6.1"
- sources."source-map-resolve-0.5.3"
- sources."source-map-url-0.4.1"
- sources."spdx-correct-3.1.1"
- sources."spdx-exceptions-2.3.0"
- sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.11"
- sources."specificity-0.3.2"
- sources."split-string-3.1.0"
- sources."sprintf-js-1.0.3"
- sources."state-toggle-1.0.3"
- (sources."static-extend-0.1.2" // {
- dependencies = [
- sources."define-property-0.2.5"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- ];
- })
- sources."string-width-4.2.3"
- sources."string_decoder-1.3.0"
- sources."stringify-entities-1.3.2"
- sources."strip-ansi-6.0.1"
- sources."strip-bom-2.0.0"
- sources."strip-eof-1.0.0"
- (sources."strip-indent-1.0.1" // {
- dependencies = [
- sources."get-stdin-4.0.1"
- ];
- })
- sources."strip-json-comments-3.1.1"
- sources."style-search-0.1.0"
- (sources."stylelint-8.4.0" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- sources."camelcase-4.1.0"
- sources."camelcase-keys-4.2.0"
- sources."chalk-2.4.2"
- sources."debug-3.2.7"
- sources."escape-string-regexp-1.0.5"
- sources."file-entry-cache-2.0.0"
- sources."flat-cache-1.3.4"
- sources."globby-7.1.1"
- sources."ignore-3.3.10"
- sources."indent-string-3.2.0"
- sources."is-fullwidth-code-point-2.0.0"
- sources."load-json-file-4.0.0"
- sources."map-obj-2.0.0"
- sources."meow-4.0.1"
- sources."parse-json-4.0.0"
- sources."path-type-3.0.0"
- sources."read-pkg-3.0.0"
- sources."read-pkg-up-3.0.0"
- sources."redent-2.0.0"
- sources."rimraf-2.6.3"
- sources."slice-ansi-1.0.0"
- sources."string-width-2.1.1"
- sources."strip-ansi-4.0.0"
- sources."strip-bom-3.0.0"
- sources."strip-indent-2.0.0"
- sources."table-4.0.3"
- sources."trim-newlines-2.0.0"
- ];
- })
- sources."sugarss-1.0.1"
- sources."supports-color-5.5.0"
- sources."supports-preserve-symlinks-flag-1.0.0"
- sources."svg-tags-1.0.0"
- (sources."table-6.8.0" // {
- dependencies = [
- sources."ajv-8.10.0"
- sources."json-schema-traverse-1.0.0"
- ];
- })
- sources."temp-dir-1.0.0"
- sources."temp-write-3.4.0"
- sources."tempy-0.2.1"
- sources."term-size-1.2.0"
- sources."text-table-0.2.0"
- sources."timed-out-4.0.1"
- sources."to-object-path-0.3.0"
- sources."to-regex-3.0.2"
- (sources."to-regex-range-2.1.1" // {
- dependencies = [
- sources."is-number-3.0.0"
- ];
- })
- sources."trim-0.0.1"
- sources."trim-newlines-1.0.0"
- sources."trim-trailing-lines-1.1.4"
- sources."trough-1.0.5"
- sources."tslib-1.14.1"
- (sources."tslint-5.20.1" // {
- dependencies = [
- sources."chalk-2.4.2"
- sources."escape-string-regexp-1.0.5"
- sources."semver-5.7.1"
- sources."tsutils-2.29.0"
- ];
- })
- sources."tsutils-3.21.0"
- sources."type-check-0.4.0"
- sources."type-fest-0.20.2"
- sources."typescript-3.9.10"
- sources."unherit-1.1.3"
- sources."unified-6.2.0"
- sources."union-value-1.0.1"
- sources."uniq-1.0.1"
- sources."unique-string-1.0.0"
- sources."unist-util-find-all-after-1.0.5"
- sources."unist-util-is-3.0.0"
- sources."unist-util-remove-position-1.1.4"
- sources."unist-util-stringify-position-1.1.2"
- sources."unist-util-visit-1.4.1"
- sources."unist-util-visit-parents-2.1.2"
- (sources."unset-value-1.0.0" // {
- dependencies = [
- (sources."has-value-0.3.1" // {
- dependencies = [
- sources."isobject-2.1.0"
- ];
- })
- sources."has-values-0.1.4"
- sources."isobject-3.0.1"
- ];
- })
- sources."unzip-response-2.0.1"
- (sources."update-notifier-2.5.0" // {
- dependencies = [
- sources."chalk-2.4.2"
- sources."escape-string-regexp-1.0.5"
- ];
- })
- sources."uri-js-4.4.1"
- sources."urix-0.1.0"
- sources."url-parse-lax-1.0.0"
- sources."use-3.1.1"
- sources."util-deprecate-1.0.2"
- sources."uuid-3.4.0"
- sources."v8-compile-cache-2.3.0"
- sources."validate-npm-package-license-3.0.4"
- sources."vfile-2.3.0"
- sources."vfile-location-2.0.6"
- sources."vfile-message-1.1.1"
- (sources."vue-eslint-parser-7.1.1" // {
- dependencies = [
- sources."espree-6.2.1"
- ];
- })
- sources."which-2.0.2"
- sources."which-module-2.0.0"
- (sources."widest-line-2.0.1" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- sources."is-fullwidth-code-point-2.0.0"
- sources."string-width-2.1.1"
- sources."strip-ansi-4.0.0"
- ];
- })
- sources."word-wrap-1.2.3"
- (sources."wrap-ansi-2.1.0" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- sources."is-fullwidth-code-point-1.0.0"
- sources."string-width-1.0.2"
- sources."strip-ansi-3.0.1"
- ];
- })
- sources."wrappy-1.0.2"
- sources."write-0.2.1"
- sources."write-file-atomic-2.4.3"
- sources."x-is-string-0.1.0"
- sources."xdg-basedir-3.0.0"
- sources."xtend-4.0.2"
- sources."y18n-3.2.2"
- sources."yallist-4.0.0"
- (sources."yargs-11.1.1" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- sources."is-fullwidth-code-point-2.0.0"
- sources."string-width-2.1.1"
- sources."strip-ansi-4.0.0"
- ];
- })
- (sources."yargs-parser-9.0.2" // {
- dependencies = [
- sources."camelcase-4.1.0"
- ];
- })
];
buildInputs = globalBuildInputs;
meta = {
description = "prettier extension for coc.nvim";
+ homepage = "https://github.com/neoclide/coc-prettier#readme";
license = "MIT";
};
production = true;
@@ -84889,7 +83484,7 @@ in
sha512 = "M0GVuo8jgQxI/YqkExByeAkjwEvu8uqGicYD4zRctxU/THd1CQUvIWWFDKB1a7co8sCntZlMnhqqxAF4CLyYQw==";
};
dependencies = [
- sources."pyright-1.1.221"
+ sources."pyright-1.1.222"
];
buildInputs = globalBuildInputs;
meta = {
@@ -84999,10 +83594,10 @@ in
coc-snippets = nodeEnv.buildNodePackage {
name = "coc-snippets";
packageName = "coc-snippets";
- version = "2.4.7";
+ version = "2.4.8";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-snippets/-/coc-snippets-2.4.7.tgz";
- sha512 = "i7P14KzQVE9TILKAXW9+HW9ILZkFuBfCrwEvQmwF2ZFrKl1YgNSj9I5TJNqLfRynIeNmCuEELfEWMhl4kjvp0g==";
+ url = "https://registry.npmjs.org/coc-snippets/-/coc-snippets-2.4.8.tgz";
+ sha512 = "Ku7Hf2MYJwYGuGMz6Qt9k46NQd+9+VcF0MeKuVTpIPtVIaKqRtKg6alDL+less7r6U2twIKWQTdYeqRCZBLnag==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -85039,11 +83634,11 @@ in
sha512 = "+GYR6KTvHQnqu0j1kXT30hRZMuCwG/G52wG/19LSPE+p9Q0i8XFH6582T0btTu39xz2TPsDOGjT1VgyRw2urug==";
};
dependencies = [
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- sources."@babel/core-7.17.2"
- sources."@babel/generator-7.17.0"
+ sources."@babel/core-7.17.5"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-compilation-targets-7.16.7"
sources."@babel/helper-environment-visitor-7.16.7"
sources."@babel/helper-function-name-7.16.7"
@@ -85061,9 +83656,9 @@ in
sources."chalk-2.4.2"
];
})
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@jridgewell/resolve-uri-3.0.5"
sources."@jridgewell/sourcemap-codec-1.4.11"
@@ -85097,7 +83692,7 @@ in
];
})
sources."braces-3.0.2"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."callsites-3.1.0"
sources."camelcase-5.3.1"
sources."camelcase-keys-6.2.2"
@@ -85226,7 +83821,7 @@ in
sources."micromark-2.11.4"
sources."micromatch-4.0.4"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."minimist-options-4.1.0" // {
dependencies = [
@@ -85446,7 +84041,7 @@ in
sources."is-core-module-2.8.1"
sources."js-tokens-4.0.0"
sources."js-yaml-3.14.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."once-1.4.0"
@@ -85486,7 +84081,7 @@ in
sources."brace-expansion-1.1.11"
sources."concat-map-0.0.1"
sources."get-caller-file-1.0.3"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."mock-require-3.0.3"
sources."normalize-path-2.1.1"
sources."remove-trailing-separator-1.1.0"
@@ -85509,10 +84104,10 @@ in
coc-tsserver = nodeEnv.buildNodePackage {
name = "coc-tsserver";
packageName = "coc-tsserver";
- version = "1.9.9";
+ version = "1.9.12";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-tsserver/-/coc-tsserver-1.9.9.tgz";
- sha512 = "hYuFRCg7A6wAuEG8Al0B/rjDNJkMT2EIoujOcE+yPCGru7Vu3IR9eT6+ira0yAWpnKhgdAazSBWjfEiIw92+7Q==";
+ url = "https://registry.npmjs.org/coc-tsserver/-/coc-tsserver-1.9.12.tgz";
+ sha512 = "6eLxc/n1kfGPZz6hQNr4rT2b8CYHOsYSdrylJ3bxhdjA9sUmzF5Rjutjyz/4WKY7saVu30wmvfjdtPZDTyQUFw==";
};
dependencies = [
sources."typescript-4.5.5"
@@ -85669,7 +84264,7 @@ in
sources."lodash.merge-4.6.2"
sources."lodash.truncate-4.4.2"
sources."lru-cache-6.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.1.2"
@@ -85807,25 +84402,13 @@ in
coc-yaml = nodeEnv.buildNodePackage {
name = "coc-yaml";
packageName = "coc-yaml";
- version = "1.6.1";
+ version = "1.7.2";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-yaml/-/coc-yaml-1.6.1.tgz";
- sha512 = "YhsgTIFfCCExjxGK3/vEnR8oUmjEitMa2rvqCZZqjLD785XsLRZAbM14vJ5ZIxbdnjqu3uZ3y2d0tFmgrtuYew==";
+ url = "https://registry.npmjs.org/coc-yaml/-/coc-yaml-1.7.2.tgz";
+ sha512 = "cYW24Fis8CUw2m7YDoe+49f8vkUCxvKJ0HK6lruU40nIvW4HRSByZX55zNRppQmtgDEb9h7Pnp9/tZHa85N0pA==";
};
dependencies = [
- sources."jsonc-parser-3.0.0"
sources."prettier-2.0.5"
- sources."request-light-0.5.7"
- sources."vscode-json-languageservice-4.1.7"
- sources."vscode-jsonrpc-6.0.0"
- sources."vscode-languageserver-7.0.0"
- sources."vscode-languageserver-protocol-3.16.0"
- sources."vscode-languageserver-textdocument-1.0.4"
- sources."vscode-languageserver-types-3.16.0"
- sources."vscode-nls-5.0.0"
- sources."vscode-uri-3.0.3"
- sources."yaml-2.0.0-8"
- sources."yaml-language-server-1.2.2"
];
buildInputs = globalBuildInputs;
meta = {
@@ -85947,7 +84530,7 @@ in
sources."pify-3.0.0"
];
})
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."nice-try-1.0.5"
@@ -86066,7 +84649,7 @@ in
sources."colors-1.4.0"
sources."commander-2.20.3"
sources."escape-string-regexp-1.0.5"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."has-flag-3.0.0"
sources."is-fullwidth-code-point-2.0.0"
sources."log-symbols-2.2.0"
@@ -86162,7 +84745,7 @@ in
sources."eventemitter3-4.0.7"
sources."fecha-4.2.1"
sources."fn.name-1.1.0"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."http-proxy-1.18.1"
sources."inherits-2.0.4"
sources."is-arrayish-0.3.2"
@@ -86423,7 +85006,7 @@ in
sha512 = "Hu2YeT0naeP/1sEm/xfJYUsXN48XV6zagxbi1+4q0Ei9c5TKsIq8v4EWukvSHF4UO2pnh+9ViaDlGMcS1Wrnfg==";
};
dependencies = [
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
sources."@netflix/nerror-1.1.3"
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
@@ -86479,13 +85062,13 @@ in
sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."big-integer-1.6.51"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."debug-2.6.9"
sources."iconv-lite-0.4.24"
sources."ms-2.0.0"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
];
})
(sources."boxen-5.1.2" // {
@@ -86548,7 +85131,7 @@ in
];
})
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."cordova-app-hello-world-6.0.0"
(sources."cordova-common-4.0.2" // {
@@ -86614,11 +85197,11 @@ in
sources."escape-string-regexp-1.0.5"
sources."etag-1.8.1"
sources."execa-5.1.1"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."debug-2.6.9"
sources."ms-2.0.0"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."safe-buffer-5.2.1"
];
})
@@ -86785,7 +85368,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minipass-collect-1.0.2"
@@ -86863,9 +85446,9 @@ in
sources."qs-6.5.3"
sources."queue-microtask-1.2.3"
sources."range-parser-1.2.1"
- (sources."raw-body-2.4.2" // {
+ (sources."raw-body-2.4.3" // {
dependencies = [
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."iconv-lite-0.4.24"
];
})
@@ -87210,7 +85793,7 @@ in
sources."merge2-1.4.1"
sources."micromatch-3.1.10"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
(sources."minimist-options-4.1.0" // {
dependencies = [
sources."arrify-1.0.1"
@@ -87600,7 +86183,7 @@ in
sources."jsonfile-6.1.0"
sources."kleur-3.0.3"
sources."lru-cache-6.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.0.0"
@@ -87732,7 +86315,7 @@ in
sources."@cspell/dict-ruby-2.0.0"
sources."@cspell/dict-rust-2.0.0"
sources."@cspell/dict-scala-2.0.0"
- sources."@cspell/dict-software-terms-2.1.0"
+ sources."@cspell/dict-software-terms-2.1.1"
sources."@cspell/dict-swift-1.0.2"
sources."@cspell/dict-typescript-2.0.0"
sources."@cspell/dict-vue-2.0.2"
@@ -87806,7 +86389,7 @@ in
];
})
sources."micromatch-4.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."once-1.4.0"
sources."p-limit-3.1.0"
sources."p-locate-5.0.0"
@@ -87877,6 +86460,7 @@ in
sha512 = "3aU21K/7C0oviDjDNelk7Xl3UwPV3zJs6fzZa63BMpTrQPxxTN7OA7pp+oRy7thRlrBe+ZF5FHXkwYE4P2PFsA==";
};
dependencies = [
+ sources."@colors/colors-1.5.0"
(sources."@hyperswarm/dht-4.0.1" // {
dependencies = [
sources."sodium-native-3.3.0"
@@ -87991,7 +86575,7 @@ in
sources."collection-visit-1.0.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
- sources."colors-1.4.0"
+ sources."colors-1.0.3"
sources."combined-stream-1.0.8"
sources."component-emitter-1.3.0"
sources."concat-map-0.0.1"
@@ -88199,7 +86783,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-response-2.1.0"
sources."min-document-2.19.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mirror-folder-3.1.0"
(sources."mixin-deep-1.3.2" // {
@@ -88262,7 +86846,7 @@ in
sources."process-0.11.10"
sources."process-nextick-args-2.0.1"
sources."progress-string-1.2.2"
- sources."prompt-1.2.1"
+ sources."prompt-1.2.2"
(sources."protocol-buffers-encodings-1.1.1" // {
dependencies = [
sources."varint-5.0.0"
@@ -88286,7 +86870,7 @@ in
sources."safe-buffer-5.1.2"
];
})
- sources."record-cache-1.1.1"
+ sources."record-cache-1.2.0"
sources."recursive-watch-1.1.4"
sources."regex-not-1.0.2"
sources."registry-auth-token-3.4.0"
@@ -88471,7 +87055,6 @@ in
(sources."winston-2.4.5" // {
dependencies = [
sources."async-1.0.0"
- sources."colors-1.0.3"
];
})
sources."wrappy-1.0.2"
@@ -88517,11 +87100,11 @@ in
version = "1.26.0";
src = ../../applications/networking/instant-messengers/deltachat-desktop;
dependencies = [
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- sources."@babel/core-7.17.2"
- (sources."@babel/generator-7.17.0" // {
+ sources."@babel/core-7.17.5"
+ (sources."@babel/generator-7.17.3" // {
dependencies = [
sources."source-map-0.5.7"
];
@@ -88552,7 +87135,7 @@ in
sources."@babel/helper-wrap-function-7.16.8"
sources."@babel/helpers-7.17.2"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7"
sources."@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-async-generator-functions-7.16.8"
@@ -88564,7 +87147,7 @@ in
sources."@babel/plugin-proposal-logical-assignment-operators-7.16.7"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.16.7"
sources."@babel/plugin-proposal-numeric-separator-7.16.7"
- sources."@babel/plugin-proposal-object-rest-spread-7.16.7"
+ sources."@babel/plugin-proposal-object-rest-spread-7.17.3"
sources."@babel/plugin-proposal-optional-catch-binding-7.16.7"
sources."@babel/plugin-proposal-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-private-methods-7.16.11"
@@ -88591,7 +87174,7 @@ in
sources."@babel/plugin-transform-block-scoping-7.16.7"
sources."@babel/plugin-transform-classes-7.16.7"
sources."@babel/plugin-transform-computed-properties-7.16.7"
- sources."@babel/plugin-transform-destructuring-7.16.7"
+ sources."@babel/plugin-transform-destructuring-7.17.3"
sources."@babel/plugin-transform-dotall-regex-7.16.7"
sources."@babel/plugin-transform-duplicate-keys-7.16.7"
sources."@babel/plugin-transform-exponentiation-operator-7.16.7"
@@ -88609,7 +87192,7 @@ in
sources."@babel/plugin-transform-parameters-7.16.7"
sources."@babel/plugin-transform-property-literals-7.16.7"
sources."@babel/plugin-transform-react-display-name-7.16.7"
- sources."@babel/plugin-transform-react-jsx-7.16.7"
+ sources."@babel/plugin-transform-react-jsx-7.17.3"
sources."@babel/plugin-transform-react-jsx-development-7.16.7"
sources."@babel/plugin-transform-react-pure-annotations-7.16.7"
sources."@babel/plugin-transform-regenerator-7.16.7"
@@ -88626,7 +87209,7 @@ in
sources."@babel/preset-react-7.16.7"
sources."@babel/runtime-7.17.2"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@blueprintjs/colors-4.0.0-beta.3"
sources."@blueprintjs/core-3.53.0"
@@ -88659,7 +87242,7 @@ in
sources."@types/mapbox-gl-0.54.5"
sources."@types/mime-types-2.1.1"
sources."@types/node-14.18.12"
- sources."@types/node-fetch-2.6.0"
+ sources."@types/node-fetch-2.6.1"
sources."@types/prop-types-15.7.4"
sources."@types/rc-1.2.0"
sources."@types/react-16.14.23"
@@ -88698,13 +87281,13 @@ in
})
sources."binary-extensions-1.13.1"
sources."bindings-1.5.0"
- sources."boolean-3.1.4"
+ sources."boolean-3.2.0"
(sources."braces-2.3.2" // {
dependencies = [
sources."extend-shallow-2.0.1"
];
})
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."buffer-crc32-0.2.13"
sources."buffer-from-1.1.2"
sources."cache-base-1.0.1"
@@ -88756,7 +87339,7 @@ in
];
})
sources."copy-descriptor-0.1.1"
- (sources."core-js-compat-3.21.0" // {
+ (sources."core-js-compat-3.21.1" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -88789,7 +87372,7 @@ in
sources."encodeurl-1.0.2"
sources."end-of-stream-1.4.4"
sources."env-paths-2.2.1"
- sources."error-stack-parser-2.0.7"
+ sources."error-stack-parser-2.0.6"
sources."es6-error-4.1.1"
sources."esbuild-0.12.29"
sources."escalade-3.1.1"
@@ -88842,7 +87425,7 @@ in
})
sources."for-in-1.0.2"
sources."for-own-1.0.0"
- sources."form-data-2.5.1"
+ sources."form-data-3.0.1"
sources."fragment-cache-0.2.1"
sources."fs-extra-8.1.0"
sources."fsevents-1.2.13"
@@ -89062,7 +87645,7 @@ in
sources."rw-0.1.4"
sources."safe-buffer-5.2.1"
sources."safe-regex-1.1.0"
- (sources."sass-1.49.7" // {
+ (sources."sass-1.49.8" // {
dependencies = [
sources."anymatch-3.1.2"
sources."binary-extensions-2.2.0"
@@ -89195,7 +87778,7 @@ in
})
sources."upath-1.2.0"
sources."urix-0.1.0"
- sources."url-parse-1.5.6"
+ sources."url-parse-1.5.7"
sources."url-parse-lax-3.0.0"
sources."use-3.1.1"
sources."use-debounce-3.4.3"
@@ -89284,7 +87867,7 @@ in
sources."lodash-4.17.21"
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."once-1.4.0"
sources."p-limit-2.3.0"
sources."p-locate-4.1.0"
@@ -89555,7 +88138,7 @@ in
sources."universalify-0.1.2"
];
})
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
sources."@malept/cross-spawn-promise-2.0.0"
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
@@ -89587,7 +88170,6 @@ in
sources."ansi-styles-4.3.0"
sources."aproba-2.0.0"
sources."are-we-there-yet-3.0.0"
- sources."array-find-index-1.0.2"
(sources."asar-3.1.0" // {
dependencies = [
sources."commander-5.1.0"
@@ -89605,7 +88187,7 @@ in
sources."bcrypt-pbkdf-1.0.2"
sources."bl-4.1.0"
sources."bluebird-3.7.2"
- sources."boolean-3.1.4"
+ sources."boolean-3.2.0"
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
sources."buffer-5.7.1"
@@ -89617,8 +88199,6 @@ in
sources."cacache-15.3.0"
sources."cacheable-lookup-5.0.4"
sources."cacheable-request-7.0.2"
- sources."camelcase-2.1.1"
- sources."camelcase-keys-2.1.0"
sources."caseless-0.12.0"
sources."chalk-4.1.2"
sources."chardet-0.7.0"
@@ -89648,14 +88228,12 @@ in
sources."@malept/cross-spawn-promise-1.1.1"
];
})
- sources."currently-unhandled-0.4.1"
sources."dashdash-1.14.1"
(sources."debug-4.3.3" // {
dependencies = [
sources."ms-2.1.2"
];
})
- sources."decamelize-1.2.0"
(sources."decompress-response-6.0.0" // {
dependencies = [
sources."mimic-response-3.1.0"
@@ -89761,7 +88339,7 @@ in
sources."universalify-0.1.2"
];
})
- sources."gauge-4.0.0"
+ sources."gauge-4.0.1"
sources."get-caller-file-2.0.5"
sources."get-installed-path-2.1.1"
(sources."get-package-info-1.0.0" // {
@@ -89769,7 +88347,6 @@ in
sources."debug-2.6.9"
];
})
- sources."get-stdin-4.0.1"
sources."get-stream-5.2.0"
sources."getpass-0.1.7"
sources."glob-7.2.0"
@@ -89812,7 +88389,6 @@ in
sources."is-core-module-2.8.1"
sources."is-docker-2.2.1"
sources."is-extglob-2.1.1"
- sources."is-finite-1.1.0"
sources."is-fullwidth-code-point-3.0.0"
sources."is-glob-4.0.3"
sources."is-interactive-1.0.0"
@@ -89821,7 +88397,6 @@ in
sources."is-stream-1.1.0"
sources."is-typedarray-1.0.0"
sources."is-unicode-supported-0.1.0"
- sources."is-utf8-0.2.1"
sources."is-windows-1.0.2"
sources."is-wsl-2.2.0"
sources."isarray-0.0.1"
@@ -89842,37 +88417,24 @@ in
sources."lodash-4.17.21"
sources."lodash.get-4.4.2"
sources."log-symbols-4.1.0"
- sources."loud-rejection-1.6.0"
sources."lowercase-keys-2.0.0"
sources."lru-cache-6.0.0"
sources."lzma-native-8.0.6"
sources."make-fetch-happen-9.1.0"
sources."map-age-cleaner-0.1.3"
- sources."map-obj-1.0.1"
(sources."matcher-3.0.0" // {
dependencies = [
sources."escape-string-regexp-4.0.0"
];
})
sources."mem-4.3.0"
- (sources."meow-3.7.0" // {
- dependencies = [
- sources."find-up-1.1.2"
- sources."load-json-file-1.1.0"
- sources."path-exists-2.1.0"
- sources."path-type-1.1.0"
- sources."read-pkg-1.1.0"
- sources."read-pkg-up-1.0.1"
- sources."strip-bom-2.0.0"
- ];
- })
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minipass-collect-1.0.2"
@@ -89910,14 +88472,13 @@ in
];
})
sources."npmlog-6.0.1"
- (sources."nugget-2.0.1" // {
+ (sources."nugget-2.0.2" // {
dependencies = [
sources."debug-2.6.9"
];
})
sources."number-is-nan-1.0.1"
sources."oauth-sign-0.9.0"
- sources."object-assign-4.1.1"
sources."object-keys-0.4.0"
sources."once-1.4.0"
sources."onetime-5.1.2"
@@ -89945,8 +88506,6 @@ in
sources."performance-now-2.1.0"
sources."picomatch-2.3.1"
sources."pify-2.3.0"
- sources."pinkie-2.0.4"
- sources."pinkie-promise-2.0.1"
(sources."pkg-dir-4.2.0" // {
dependencies = [
sources."find-up-4.1.0"
@@ -89959,7 +88518,7 @@ in
})
sources."plist-3.0.4"
sources."prepend-http-2.0.0"
- sources."pretty-bytes-1.0.4"
+ sources."pretty-bytes-4.0.2"
sources."pretty-ms-7.0.1"
sources."progress-2.0.3"
sources."progress-stream-1.2.0"
@@ -89980,12 +88539,6 @@ in
];
})
sources."readable-stream-3.6.0"
- (sources."redent-1.0.0" // {
- dependencies = [
- sources."indent-string-2.1.0"
- ];
- })
- sources."repeating-2.0.1"
sources."request-2.88.2"
sources."require-directory-2.1.1"
sources."resolve-1.22.0"
@@ -90036,7 +88589,6 @@ in
sources."strip-ansi-6.0.1"
sources."strip-bom-3.0.0"
sources."strip-eof-1.0.0"
- sources."strip-indent-1.0.1"
sources."strip-outer-1.0.1"
sources."sudo-prompt-9.2.1"
sources."sumchecker-3.0.1"
@@ -90056,7 +88608,6 @@ in
sources."to-regex-range-5.0.1"
sources."tough-cookie-2.5.0"
sources."tr46-0.0.3"
- sources."trim-newlines-1.0.0"
sources."trim-repeated-1.0.0"
sources."tslib-2.3.1"
sources."tunnel-0.0.6"
@@ -90144,15 +88695,15 @@ in
sha512 = "ceJSyC2s1VCIqyzGkHeJkWBq/85QXaHM+0rZ1lRRtmcK9CsfRDyLSIZ7KJDZhPdIRUXBgBkdcOAW3AIu/yO/ew==";
};
dependencies = [
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- (sources."@babel/core-7.17.2" // {
+ (sources."@babel/core-7.17.5" // {
dependencies = [
sources."semver-6.3.0"
];
})
- sources."@babel/generator-7.17.0"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-annotate-as-pure-7.16.7"
(sources."@babel/helper-compilation-targets-7.16.7" // {
dependencies = [
@@ -90172,15 +88723,15 @@ in
sources."@babel/helper-validator-option-7.16.7"
sources."@babel/helpers-7.17.2"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
- sources."@babel/plugin-proposal-object-rest-spread-7.16.7"
+ sources."@babel/parser-7.17.3"
+ sources."@babel/plugin-proposal-object-rest-spread-7.17.3"
sources."@babel/plugin-syntax-jsx-7.16.7"
sources."@babel/plugin-syntax-object-rest-spread-7.8.3"
- sources."@babel/plugin-transform-destructuring-7.16.7"
+ sources."@babel/plugin-transform-destructuring-7.17.3"
sources."@babel/plugin-transform-parameters-7.16.7"
- sources."@babel/plugin-transform-react-jsx-7.16.7"
+ sources."@babel/plugin-transform-react-jsx-7.17.3"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@jridgewell/resolve-uri-3.0.5"
sources."@jridgewell/sourcemap-codec-1.4.11"
@@ -90203,7 +88754,7 @@ in
sources."auto-bind-4.0.0"
sources."balanced-match-1.0.2"
sources."brace-expansion-1.1.11"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."caller-callsite-4.1.0"
sources."caller-path-3.0.1"
sources."callsites-3.1.0"
@@ -90323,7 +88874,7 @@ in
})
sources."mimic-fn-3.1.0"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimist-options-4.1.0"
sources."ms-2.1.2"
@@ -90483,11 +89034,11 @@ in
sources."@fluentui/date-time-utilities-7.9.1"
sources."@fluentui/dom-utilities-1.1.2"
sources."@fluentui/keyboard-key-0.2.17"
- sources."@fluentui/react-7.182.0"
- sources."@fluentui/react-focus-7.18.1"
+ sources."@fluentui/react-7.183.1"
+ sources."@fluentui/react-focus-7.18.2"
sources."@fluentui/react-window-provider-1.0.2"
sources."@fluentui/theme-1.7.4"
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
(sources."@gulp-sourcemaps/identity-map-1.0.2" // {
dependencies = [
sources."normalize-path-2.1.1"
@@ -91367,7 +89918,7 @@ in
sources."mimic-response-1.0.1"
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."minipass-2.9.0" // {
dependencies = [
@@ -91527,7 +90078,7 @@ in
sources."object.map-1.0.1"
sources."object.pick-1.3.0"
sources."object.reduce-1.0.1"
- sources."office-ui-fabric-react-7.182.0"
+ sources."office-ui-fabric-react-7.183.1"
sources."on-finished-2.3.0"
sources."on-headers-1.0.2"
sources."once-1.4.0"
@@ -91754,7 +90305,7 @@ in
sources."safe-buffer-5.1.2"
sources."safe-regex-1.1.0"
sources."safer-buffer-2.1.2"
- (sources."sass-1.49.7" // {
+ (sources."sass-1.49.8" // {
dependencies = [
sources."anymatch-3.1.2"
sources."binary-extensions-2.2.0"
@@ -92245,7 +90796,7 @@ in
sources."json-stable-stringify-without-jsonify-1.0.1"
sources."levn-0.4.1"
sources."lodash.merge-4.6.2"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."ms-2.1.2"
sources."natural-compare-1.4.0"
sources."once-1.4.0"
@@ -92389,7 +90940,7 @@ in
sources."lodash.merge-4.6.2"
sources."lodash.truncate-4.4.2"
sources."lru-cache-6.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."ms-2.1.2"
sources."nanolru-1.0.0"
sources."natural-compare-1.4.0"
@@ -92466,10 +91017,10 @@ in
expo-cli = nodeEnv.buildNodePackage {
name = "expo-cli";
packageName = "expo-cli";
- version = "5.1.2";
+ version = "5.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/expo-cli/-/expo-cli-5.1.2.tgz";
- sha512 = "1m7MXZHNINnQVtqTKOdiC0puqk1blkdgqaYe7Xhf9A9AljcBCyaMQQkTW3JtIHa/nGQTkJLVtnYogg7A/mPeiA==";
+ url = "https://registry.npmjs.org/expo-cli/-/expo-cli-5.2.0.tgz";
+ sha512 = "0zyZwv7mBmeeEMZ7ur5xHt/klu1CNiuMuTbsrbDOvQPqDxyLOKlQtvsJOn9VHCUt8sAlyN21Jmu7KI6lH7fSgQ==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
@@ -92479,7 +91030,7 @@ in
sources."semver-5.7.1"
];
})
- sources."@babel/generator-7.17.0"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-environment-visitor-7.16.7"
sources."@babel/helper-function-name-7.16.7"
sources."@babel/helper-get-function-arity-7.16.7"
@@ -92495,14 +91046,14 @@ in
sources."chalk-2.4.2"
];
})
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/runtime-7.9.0"
(sources."@babel/template-7.16.7" // {
dependencies = [
sources."@babel/code-frame-7.16.7"
];
})
- (sources."@babel/traverse-7.17.0" // {
+ (sources."@babel/traverse-7.17.3" // {
dependencies = [
sources."@babel/code-frame-7.16.7"
];
@@ -92518,7 +91069,7 @@ in
})
sources."@expo/config-types-44.0.0"
sources."@expo/dev-server-0.1.105"
- sources."@expo/dev-tools-0.13.143"
+ sources."@expo/dev-tools-0.13.145"
(sources."@expo/devcert-1.0.0" // {
dependencies = [
sources."debug-3.2.7"
@@ -92536,7 +91087,7 @@ in
sources."@expo/json-file-8.2.34"
sources."@expo/metro-config-0.3.11"
sources."@expo/osascript-2.0.31"
- (sources."@expo/package-manager-0.0.49" // {
+ (sources."@expo/package-manager-0.0.50" // {
dependencies = [
sources."npm-package-arg-7.0.0"
sources."rimraf-3.0.2"
@@ -92563,7 +91114,7 @@ in
sources."js-yaml-4.1.0"
];
})
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
sources."@hapi/hoek-9.2.1"
sources."@hapi/topo-5.1.0"
sources."@jest/types-26.6.2"
@@ -92779,7 +91330,7 @@ in
];
})
sources."browserify-zlib-0.2.0"
- (sources."browserslist-4.19.1" // {
+ (sources."browserslist-4.19.3" // {
dependencies = [
sources."picocolors-1.0.0"
];
@@ -93206,7 +91757,7 @@ in
sources."find-up-5.0.0"
sources."find-yarn-workspace-root-2.0.0"
sources."flush-write-stream-1.1.1"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."for-in-1.0.2"
(sources."fork-ts-checker-webpack-plugin-4.1.6" // {
dependencies = [
@@ -93555,7 +92106,7 @@ in
})
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."minipass-2.3.5" // {
dependencies = [
@@ -94370,7 +92921,7 @@ in
})
sources."url-join-4.0.0"
sources."url-loader-4.1.1"
- sources."url-parse-1.5.6"
+ sources."url-parse-1.5.7"
(sources."url-parse-lax-3.0.0" // {
dependencies = [
sources."prepend-http-2.0.0"
@@ -94448,18 +92999,18 @@ in
sources."anymatch-2.0.0"
sources."array-union-1.0.2"
sources."binary-extensions-1.13.1"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
sources."debug-2.6.9"
];
})
sources."braces-2.3.2"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."chokidar-2.1.8"
sources."content-disposition-0.5.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."del-4.1.1"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."debug-2.6.9"
];
@@ -94482,8 +93033,8 @@ in
sources."p-map-2.1.0"
sources."p-retry-3.0.1"
sources."pify-2.3.0"
- sources."qs-6.9.6"
- sources."raw-body-2.4.2"
+ sources."qs-6.9.7"
+ sources."raw-body-2.4.3"
sources."readdirp-2.2.1"
sources."rimraf-2.7.1"
sources."safe-buffer-5.2.1"
@@ -94537,7 +93088,7 @@ in
sources."uuid-7.0.3"
];
})
- (sources."xdl-59.2.27" // {
+ (sources."xdl-59.2.29" // {
dependencies = [
sources."bplist-parser-0.3.1"
sources."chownr-1.1.4"
@@ -94601,11 +93152,11 @@ in
sha512 = "sA4bbCHFe8DqtRjlIVD5Hga+tDpYOgoOOG+NKyLFYJfLrxlmU28RmSjr+pC15q0xU67g7Ut3jDskasmjeLgRsg==";
};
dependencies = [
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- sources."@babel/core-7.17.2"
- sources."@babel/generator-7.17.0"
+ sources."@babel/core-7.17.5"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-annotate-as-pure-7.16.7"
sources."@babel/helper-compilation-targets-7.16.7"
sources."@babel/helper-environment-visitor-7.16.7"
@@ -94621,15 +93172,15 @@ in
sources."@babel/helper-validator-option-7.16.7"
sources."@babel/helpers-7.17.2"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
- sources."@babel/plugin-proposal-object-rest-spread-7.16.7"
+ sources."@babel/parser-7.17.3"
+ sources."@babel/plugin-proposal-object-rest-spread-7.17.3"
sources."@babel/plugin-syntax-jsx-7.16.7"
sources."@babel/plugin-syntax-object-rest-spread-7.8.3"
- sources."@babel/plugin-transform-destructuring-7.16.7"
+ sources."@babel/plugin-transform-destructuring-7.17.3"
sources."@babel/plugin-transform-parameters-7.16.7"
- sources."@babel/plugin-transform-react-jsx-7.16.7"
+ sources."@babel/plugin-transform-react-jsx-7.17.3"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@jridgewell/resolve-uri-3.0.5"
sources."@jridgewell/sourcemap-codec-1.4.11"
@@ -94654,7 +93205,7 @@ in
sources."base64-js-1.5.1"
sources."bl-4.1.0"
sources."brace-expansion-1.1.11"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."buffer-5.7.1"
sources."buffer-crc32-0.2.13"
sources."caller-callsite-4.1.0"
@@ -94749,7 +93300,7 @@ in
})
sources."mimic-fn-2.1.0"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimist-options-4.1.0"
sources."mkdirp-classic-0.5.3"
@@ -95150,11 +93701,7 @@ in
sources."npm-run-path-2.0.2"
sources."oauth-sign-0.9.0"
sources."object-assign-4.1.1"
- (sources."object-sizeof-1.6.2" // {
- dependencies = [
- sources."buffer-6.0.3"
- ];
- })
+ sources."object-sizeof-1.6.3"
sources."onetime-5.1.2"
sources."opn-3.0.3"
sources."optionator-0.8.3"
@@ -95205,8 +93752,8 @@ in
sources."source-map-0.6.1"
sources."sshpk-1.17.0"
sources."stealthy-require-1.1.1"
- sources."stream-chain-2.2.4"
- sources."stream-json-1.7.3"
+ sources."stream-chain-2.2.5"
+ sources."stream-json-1.7.4"
sources."strict-uri-encode-1.1.0"
sources."string-width-4.2.3"
(sources."string_decoder-1.1.1" // {
@@ -95267,10 +93814,10 @@ in
firebase-tools = nodeEnv.buildNodePackage {
name = "firebase-tools";
packageName = "firebase-tools";
- version = "10.2.0";
+ version = "10.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/firebase-tools/-/firebase-tools-10.2.0.tgz";
- sha512 = "gp/pmL3fSGcX3eIK056s63DqKuz4mt0ppkCQLuF3mLHerIXWpz/lPiwmFo4nn8ndstV48iMCV08EcEsUhQW2NQ==";
+ url = "https://registry.npmjs.org/firebase-tools/-/firebase-tools-10.2.1.tgz";
+ sha512 = "MBAN5fMMiP8eUfh3pNXREOPzsjp6VpOLAWxD/h2+qLGqzmS3A1S/PQA+VCx46+ebkeo8oilNaVbNLAN/+yAbLw==";
};
dependencies = [
(sources."@apidevtools/json-schema-ref-parser-9.0.9" // {
@@ -95280,12 +93827,12 @@ in
})
sources."@colors/colors-1.5.0"
sources."@dabh/diagnostics-2.0.3"
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
sources."@google-cloud/paginator-3.0.7"
sources."@google-cloud/precise-date-2.0.4"
sources."@google-cloud/projectify-2.1.1"
sources."@google-cloud/promisify-2.0.4"
- sources."@google-cloud/pubsub-2.18.5"
+ sources."@google-cloud/pubsub-2.19.0"
sources."@grpc/grpc-js-1.5.5"
sources."@grpc/proto-loader-0.6.9"
sources."@jsdevtools/ono-7.1.3"
@@ -95376,7 +93923,7 @@ in
sources."bl-4.1.0"
sources."blakejs-1.1.1"
sources."bluebird-3.4.7"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
sources."debug-2.6.9"
sources."ms-2.0.0"
@@ -95395,7 +93942,7 @@ in
sources."buffer-equal-constant-time-1.0.1"
sources."buffer-indexof-polyfill-1.0.2"
sources."buffers-0.1.1"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
(sources."cacache-15.3.0" // {
dependencies = [
sources."mkdirp-1.0.4"
@@ -95468,7 +94015,7 @@ in
sources."console-control-strings-1.1.0"
sources."content-disposition-0.5.4"
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."core-util-is-1.0.3"
sources."cors-2.8.5"
@@ -95499,7 +94046,7 @@ in
sources."deep-is-0.1.4"
sources."defaults-1.0.3"
sources."defer-to-connect-1.1.3"
- sources."degenerator-3.0.1"
+ sources."degenerator-3.0.2"
sources."delayed-stream-1.0.0"
sources."delegates-1.0.0"
sources."depd-1.1.2"
@@ -95555,7 +94102,7 @@ in
sources."exegesis-express-4.0.0"
sources."exit-code-1.0.2"
sources."exit-on-epipe-1.0.1"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."debug-2.6.9"
sources."ms-2.0.0"
@@ -95622,7 +94169,7 @@ in
sources."string_decoder-0.10.31"
];
})
- sources."gauge-4.0.0"
+ sources."gauge-4.0.1"
sources."gaxios-4.3.2"
sources."gcp-metadata-4.3.1"
sources."get-caller-file-2.0.5"
@@ -95638,8 +94185,8 @@ in
sources."glob-slash-1.0.0"
sources."glob-slasher-1.0.1"
sources."global-dirs-2.1.0"
- sources."google-auth-library-7.12.0"
- sources."google-gax-2.29.4"
+ sources."google-auth-library-7.13.0"
+ sources."google-gax-2.29.6"
sources."google-p12-pem-3.1.3"
sources."got-9.6.0"
sources."graceful-fs-4.2.9"
@@ -95800,7 +94347,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minipass-collect-1.0.2"
@@ -95851,7 +94398,7 @@ in
sources."one-time-1.0.0"
sources."onetime-5.1.2"
sources."open-6.4.0"
- sources."openapi3-ts-2.0.1"
+ sources."openapi3-ts-2.0.2"
sources."optionator-0.8.3"
sources."ora-5.4.1"
sources."os-tmpdir-1.0.2"
@@ -95903,9 +94450,9 @@ in
sources."pump-3.0.0"
sources."punycode-2.1.1"
sources."pupa-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."rc-1.2.8"
sources."re2-1.17.3"
sources."readable-stream-3.6.0"
@@ -95974,8 +94521,8 @@ in
sources."ssri-8.0.1"
sources."stack-trace-0.0.10"
sources."statuses-1.5.0"
- sources."stream-chain-2.2.4"
- sources."stream-json-1.7.3"
+ sources."stream-chain-2.2.5"
+ sources."stream-json-1.7.4"
sources."stream-shift-1.0.1"
(sources."string-length-1.0.1" // {
dependencies = [
@@ -96092,7 +94639,7 @@ in
sources."core-util-is-1.0.2"
];
})
- sources."vm2-3.9.7"
+ sources."vm2-3.9.8"
sources."wcwidth-1.0.1"
sources."webidl-conversions-3.0.1"
sources."whatwg-url-5.0.0"
@@ -96152,7 +94699,7 @@ in
sources."inherits-2.0.4"
sources."is-fullwidth-code-point-3.0.0"
sources."json5-relaxed-0.5.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."require-directory-2.1.1"
@@ -96862,7 +95409,7 @@ in
sources."map-stream-0.1.0"
sources."map-visit-1.0.0"
sources."micromatch-3.1.10"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-0.0.10"
sources."mixin-deep-1.3.2"
(sources."mkdirp-0.5.5" // {
@@ -97149,15 +95696,15 @@ in
sha512 = "y5L+h7dtFjiKeBiiNtNw0HsgcMcTMokpfXHbXfIV7khCS1dxN9xtYx6lKvsxLX3ytxs3OsWTxeqfNhEB87wrNw==";
};
dependencies = [
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- (sources."@babel/core-7.17.2" // {
+ (sources."@babel/core-7.17.5" // {
dependencies = [
sources."semver-6.3.0"
];
})
- (sources."@babel/generator-7.17.0" // {
+ (sources."@babel/generator-7.17.3" // {
dependencies = [
sources."source-map-0.5.7"
];
@@ -97184,10 +95731,10 @@ in
sources."chalk-2.4.2"
];
})
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/runtime-7.17.2"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@hapi/hoek-9.2.1"
sources."@hapi/topo-5.1.0"
@@ -97207,7 +95754,7 @@ in
sources."@types/http-cache-semantics-4.0.1"
sources."@types/keyv-3.1.3"
sources."@types/node-17.0.18"
- sources."@types/node-fetch-2.6.0"
+ sources."@types/node-fetch-2.6.1"
sources."@types/responselike-1.0.0"
sources."@types/yoga-layout-1.9.2"
sources."ansi-align-3.0.1"
@@ -97226,7 +95773,7 @@ in
sources."boolbase-1.0.0"
sources."boxen-5.1.2"
sources."brace-expansion-1.1.11"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."cacheable-lookup-5.0.4"
(sources."cacheable-request-7.0.2" // {
dependencies = [
@@ -97329,7 +95876,7 @@ in
sources."file-type-16.5.3"
sources."filter-obj-1.1.0"
sources."find-up-4.1.0"
- sources."form-data-2.5.1"
+ sources."form-data-3.0.1"
sources."fs-exists-cached-1.0.0"
sources."fs-extra-10.0.0"
sources."fs.realpath-1.0.0"
@@ -97417,7 +95964,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."ms-2.1.2"
sources."mute-stream-0.0.8"
@@ -97685,7 +96232,7 @@ in
sources."lru-cache-6.0.0"
sources."merge-stream-2.0.0"
sources."mimic-fn-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."ms-2.1.2"
sources."node-fetch-2.6.7"
@@ -98260,7 +96807,7 @@ in
sources."deep-is-0.1.4"
sources."defaults-1.0.3"
sources."defer-to-connect-1.1.3"
- sources."degenerator-3.0.1"
+ sources."degenerator-3.0.2"
sources."depd-1.1.2"
sources."dot-prop-6.0.1"
sources."duplexer3-0.1.4"
@@ -98501,7 +97048,7 @@ in
sources."url-parse-lax-3.0.0"
sources."util-deprecate-1.0.2"
sources."validate-npm-package-license-3.0.4"
- sources."vm2-3.9.7"
+ sources."vm2-3.9.8"
sources."wcwidth-1.0.1"
sources."webidl-conversions-3.0.1"
sources."whatwg-url-5.0.0"
@@ -98541,7 +97088,7 @@ in
sources."fs.realpath-1.0.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."wrappy-1.0.2"
@@ -98639,7 +97186,7 @@ in
sources."pify-3.0.0"
];
})
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.1.3"
@@ -99101,7 +97648,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-1.2.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minizlib-2.1.2"
@@ -99320,7 +97867,7 @@ in
sources."@cronvel/get-pixels-3.4.0"
sources."@endemolshinegroup/cosmiconfig-typescript-loader-3.0.2"
sources."@graphql-tools/batch-execute-8.3.1"
- sources."@graphql-tools/delegate-8.4.3"
+ sources."@graphql-tools/delegate-8.5.0"
sources."@graphql-tools/graphql-file-loader-7.3.3"
sources."@graphql-tools/import-6.6.5"
sources."@graphql-tools/json-file-loader-7.3.3"
@@ -99338,7 +97885,7 @@ in
];
})
sources."@graphql-tools/utils-8.6.1"
- sources."@graphql-tools/wrap-8.3.3"
+ sources."@graphql-tools/wrap-8.4.0"
sources."@iarna/toml-2.2.5"
sources."@n1ru4l/graphql-live-query-0.9.0"
sources."@nodelib/fs.scandir-2.1.5"
@@ -99373,7 +97920,7 @@ in
sources."@types/node-17.0.18"
sources."@types/parse-json-4.0.0"
sources."@types/websocket-1.0.5"
- sources."@types/ws-8.2.2"
+ sources."@types/ws-8.2.3"
sources."abort-controller-3.0.0"
sources."accepts-1.3.8"
sources."ansi-escapes-3.2.0"
@@ -99487,6 +98034,7 @@ in
sources."graceful-fs-4.2.9"
sources."graphql-15.4.0"
sources."graphql-config-4.1.0"
+ sources."graphql-executor-0.0.18"
(sources."graphql-language-service-interface-2.10.2" // {
dependencies = [
sources."graphql-language-service-utils-2.7.1"
@@ -99775,11 +98323,11 @@ in
dependencies = [
sources."accepts-1.3.8"
sources."array-flatten-1.1.1"
- sources."body-parser-1.19.1"
- sources."bytes-3.1.1"
+ sources."body-parser-1.19.2"
+ sources."bytes-3.1.2"
sources."content-disposition-0.5.4"
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."debug-2.6.9"
sources."depd-1.1.2"
@@ -99788,7 +98336,7 @@ in
sources."encodeurl-1.0.2"
sources."escape-html-1.0.3"
sources."etag-1.8.1"
- sources."express-4.17.2"
+ sources."express-4.17.3"
sources."express-ws-2.0.0"
sources."finalhandler-1.1.2"
sources."forwarded-0.2.0"
@@ -99811,9 +98359,9 @@ in
sources."parseurl-1.3.3"
sources."path-to-regexp-0.1.7"
sources."proxy-addr-2.0.7"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
(sources."send-0.17.2" // {
@@ -99896,21 +98444,19 @@ in
};
dependencies = [
sources."abbrev-1.1.1"
- sources."ansi-escapes-4.3.2"
+ sources."ansi-escapes-5.0.0"
sources."ansi-regex-2.1.1"
sources."ansi-styles-2.2.1"
sources."ansi-term-0.0.2"
sources."ansicolors-0.3.2"
sources."blessed-0.1.81"
- sources."blessed-contrib-4.10.1"
+ sources."blessed-contrib-4.11.0"
sources."bresenham-0.0.3"
sources."buffers-0.1.1"
sources."cardinal-2.1.1"
sources."chalk-1.1.3"
sources."charm-0.1.2"
sources."cli-table3-0.6.1"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
sources."colors-1.4.0"
sources."core-util-is-1.0.3"
sources."drawille-blessed-contrib-1.0.0"
@@ -99932,12 +98478,10 @@ in
sources."isarray-0.0.1"
sources."lodash-4.17.21"
sources."map-canvas-0.1.5"
- sources."marked-2.1.3"
- (sources."marked-terminal-4.2.0" // {
+ sources."marked-4.0.12"
+ (sources."marked-terminal-5.1.1" // {
dependencies = [
- sources."ansi-styles-4.3.0"
- sources."chalk-4.1.2"
- sources."supports-color-7.2.0"
+ sources."chalk-5.0.0"
];
})
sources."memory-streams-0.1.3"
@@ -99967,7 +98511,7 @@ in
})
sources."systeminformation-5.11.3"
sources."term-canvas-0.0.5"
- sources."type-fest-0.21.3"
+ sources."type-fest-1.4.0"
sources."wordwrap-0.0.3"
sources."x256-0.0.2"
sources."xml2js-0.4.23"
@@ -100244,7 +98788,7 @@ in
];
})
sources."micromatch-3.1.10"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
(sources."mixin-deep-1.3.2" // {
dependencies = [
sources."is-extendable-1.0.1"
@@ -100904,7 +99448,7 @@ in
sources."is-dotfile-1.0.3"
sources."is-extglob-1.0.0"
sources."is-glob-2.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."node-fetch-2.6.7"
sources."once-1.4.0"
sources."parse-glob-3.0.4"
@@ -100946,7 +99490,7 @@ in
sources."corser-2.0.1"
sources."debug-3.2.7"
sources."eventemitter3-4.0.7"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."function-bind-1.1.1"
sources."get-intrinsic-1.1.1"
sources."has-1.0.3"
@@ -101122,7 +99666,7 @@ in
sources."inherits-2.0.4"
sources."latest-0.2.0"
sources."lstream-0.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."mired-0.0.0"
sources."npm-2.15.12"
sources."once-1.4.0"
@@ -101156,6 +99700,7 @@ in
sha512 = "VavhoS9dr44WPPdtuBgHAge1uM/elPo8fAI6fMJ4Bs1NsOCgMOFg4g7FBo7ODgzmAaa2CjAFQGu1hIaY5UIqPg==";
};
dependencies = [
+ sources."@colors/colors-1.5.0"
sources."@fast-csv/format-4.3.5"
sources."@fast-csv/parse-4.3.6"
sources."@types/node-14.18.12"
@@ -101167,7 +99712,7 @@ in
sources."assert-plus-1.0.0"
sources."async-2.6.3"
sources."asynckit-0.4.0"
- sources."aws-sdk-2.1074.0"
+ sources."aws-sdk-2.1077.0"
sources."aws-sign2-0.7.0"
sources."aws4-1.11.0"
sources."base64-js-1.5.1"
@@ -101284,7 +99829,7 @@ in
sources."optionator-0.8.3"
sources."performance-now-2.1.0"
sources."prelude-ls-1.1.2"
- (sources."prompt-1.2.1" // {
+ (sources."prompt-1.2.2" // {
dependencies = [
sources."async-0.9.2"
];
@@ -101631,7 +100176,7 @@ in
sources."inherits-2.0.4"
sources."isarray-0.0.1"
sources."isstream-0.1.2"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-0.0.10"
(sources."mkdirp-0.5.5" // {
dependencies = [
@@ -101742,7 +100287,7 @@ in
sources."jsonfile-2.4.0"
sources."keyboardevent-key-polyfill-1.1.0"
sources."line-reader-0.4.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."nice-try-1.0.5"
sources."npm-run-path-2.0.2"
sources."once-1.4.0"
@@ -101750,7 +100295,7 @@ in
sources."p-finally-1.0.0"
sources."path-is-absolute-1.0.1"
sources."path-key-2.0.1"
- sources."prismjs-1.26.0"
+ sources."prismjs-1.27.0"
sources."pump-3.0.0"
sources."rimraf-2.7.1"
sources."safer-buffer-2.1.2"
@@ -101909,7 +100454,7 @@ in
sources."micromatch-4.0.4"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-1.0.4"
sources."moo-0.5.1"
@@ -102165,7 +100710,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-fn-1.2.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-2.9.0"
sources."minizlib-1.3.3"
@@ -102432,7 +100977,7 @@ in
sources."lru-cache-2.5.0"
sources."memoizeasync-1.1.0"
sources."mimic-fn-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."mkdirp-1.0.4"
sources."ms-2.0.0"
sources."once-1.4.0"
@@ -102537,7 +101082,7 @@ in
sources."escape-string-regexp-1.0.5"
sources."filelist-1.0.2"
sources."has-flag-3.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."supports-color-5.5.0"
];
buildInputs = globalBuildInputs;
@@ -102591,7 +101136,7 @@ in
sources."lodash-4.17.21"
sources."long-2.4.0"
sources."loupe-2.3.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mz-2.7.0"
sources."node-int64-0.4.0"
@@ -102676,86 +101221,86 @@ in
sources."tslib-1.14.1"
];
})
- sources."@aws-sdk/abort-controller-3.50.0"
- sources."@aws-sdk/chunked-blob-reader-3.49.0"
- sources."@aws-sdk/chunked-blob-reader-native-3.49.0"
- sources."@aws-sdk/client-s3-3.51.0"
- sources."@aws-sdk/client-sso-3.51.0"
- sources."@aws-sdk/client-sts-3.51.0"
- sources."@aws-sdk/config-resolver-3.51.0"
- sources."@aws-sdk/credential-provider-env-3.50.0"
- sources."@aws-sdk/credential-provider-imds-3.51.0"
- sources."@aws-sdk/credential-provider-ini-3.51.0"
- sources."@aws-sdk/credential-provider-node-3.51.0"
- sources."@aws-sdk/credential-provider-process-3.51.0"
- sources."@aws-sdk/credential-provider-sso-3.51.0"
- sources."@aws-sdk/credential-provider-web-identity-3.50.0"
- sources."@aws-sdk/eventstream-marshaller-3.50.0"
- sources."@aws-sdk/eventstream-serde-browser-3.50.0"
- sources."@aws-sdk/eventstream-serde-config-resolver-3.50.0"
- sources."@aws-sdk/eventstream-serde-node-3.50.0"
- sources."@aws-sdk/eventstream-serde-universal-3.50.0"
- sources."@aws-sdk/fetch-http-handler-3.50.0"
- sources."@aws-sdk/hash-blob-browser-3.50.0"
- sources."@aws-sdk/hash-node-3.50.0"
- sources."@aws-sdk/hash-stream-node-3.50.0"
- sources."@aws-sdk/invalid-dependency-3.50.0"
- sources."@aws-sdk/is-array-buffer-3.49.0"
- sources."@aws-sdk/md5-js-3.50.0"
- sources."@aws-sdk/middleware-apply-body-checksum-3.50.0"
- sources."@aws-sdk/middleware-bucket-endpoint-3.51.0"
- sources."@aws-sdk/middleware-content-length-3.50.0"
- sources."@aws-sdk/middleware-expect-continue-3.50.0"
- sources."@aws-sdk/middleware-header-default-3.50.0"
- sources."@aws-sdk/middleware-host-header-3.50.0"
- sources."@aws-sdk/middleware-location-constraint-3.50.0"
- sources."@aws-sdk/middleware-logger-3.50.0"
- (sources."@aws-sdk/middleware-retry-3.51.0" // {
+ sources."@aws-sdk/abort-controller-3.52.0"
+ sources."@aws-sdk/chunked-blob-reader-3.52.0"
+ sources."@aws-sdk/chunked-blob-reader-native-3.52.0"
+ sources."@aws-sdk/client-s3-3.52.0"
+ sources."@aws-sdk/client-sso-3.52.0"
+ sources."@aws-sdk/client-sts-3.52.0"
+ sources."@aws-sdk/config-resolver-3.52.0"
+ sources."@aws-sdk/credential-provider-env-3.52.0"
+ sources."@aws-sdk/credential-provider-imds-3.52.0"
+ sources."@aws-sdk/credential-provider-ini-3.52.0"
+ sources."@aws-sdk/credential-provider-node-3.52.0"
+ sources."@aws-sdk/credential-provider-process-3.52.0"
+ sources."@aws-sdk/credential-provider-sso-3.52.0"
+ sources."@aws-sdk/credential-provider-web-identity-3.52.0"
+ sources."@aws-sdk/eventstream-marshaller-3.52.0"
+ sources."@aws-sdk/eventstream-serde-browser-3.52.0"
+ sources."@aws-sdk/eventstream-serde-config-resolver-3.52.0"
+ sources."@aws-sdk/eventstream-serde-node-3.52.0"
+ sources."@aws-sdk/eventstream-serde-universal-3.52.0"
+ sources."@aws-sdk/fetch-http-handler-3.52.0"
+ sources."@aws-sdk/hash-blob-browser-3.52.0"
+ sources."@aws-sdk/hash-node-3.52.0"
+ sources."@aws-sdk/hash-stream-node-3.52.0"
+ sources."@aws-sdk/invalid-dependency-3.52.0"
+ sources."@aws-sdk/is-array-buffer-3.52.0"
+ sources."@aws-sdk/md5-js-3.52.0"
+ sources."@aws-sdk/middleware-apply-body-checksum-3.52.0"
+ sources."@aws-sdk/middleware-bucket-endpoint-3.52.0"
+ sources."@aws-sdk/middleware-content-length-3.52.0"
+ sources."@aws-sdk/middleware-expect-continue-3.52.0"
+ sources."@aws-sdk/middleware-header-default-3.52.0"
+ sources."@aws-sdk/middleware-host-header-3.52.0"
+ sources."@aws-sdk/middleware-location-constraint-3.52.0"
+ sources."@aws-sdk/middleware-logger-3.52.0"
+ (sources."@aws-sdk/middleware-retry-3.52.0" // {
dependencies = [
sources."uuid-8.3.2"
];
})
- sources."@aws-sdk/middleware-sdk-s3-3.50.0"
- sources."@aws-sdk/middleware-sdk-sts-3.50.0"
- sources."@aws-sdk/middleware-serde-3.50.0"
- sources."@aws-sdk/middleware-signing-3.50.0"
- sources."@aws-sdk/middleware-ssec-3.50.0"
- sources."@aws-sdk/middleware-stack-3.50.0"
- sources."@aws-sdk/middleware-user-agent-3.50.0"
- sources."@aws-sdk/node-config-provider-3.51.0"
- sources."@aws-sdk/node-http-handler-3.50.0"
- sources."@aws-sdk/property-provider-3.50.0"
- sources."@aws-sdk/protocol-http-3.50.0"
- sources."@aws-sdk/querystring-builder-3.50.0"
- sources."@aws-sdk/querystring-parser-3.50.0"
- sources."@aws-sdk/s3-request-presigner-3.51.0"
- sources."@aws-sdk/service-error-classification-3.50.0"
- sources."@aws-sdk/shared-ini-file-loader-3.51.0"
- sources."@aws-sdk/signature-v4-3.50.0"
- sources."@aws-sdk/smithy-client-3.50.0"
- sources."@aws-sdk/types-3.50.0"
- sources."@aws-sdk/url-parser-3.50.0"
- sources."@aws-sdk/util-arn-parser-3.49.0"
- sources."@aws-sdk/util-base64-browser-3.49.0"
- sources."@aws-sdk/util-base64-node-3.49.0"
- sources."@aws-sdk/util-body-length-browser-3.49.0"
- sources."@aws-sdk/util-body-length-node-3.49.0"
- sources."@aws-sdk/util-buffer-from-3.49.0"
- sources."@aws-sdk/util-config-provider-3.49.0"
- sources."@aws-sdk/util-create-request-3.50.0"
- sources."@aws-sdk/util-credentials-3.51.0"
- sources."@aws-sdk/util-defaults-mode-browser-3.50.0"
- sources."@aws-sdk/util-defaults-mode-node-3.51.0"
- sources."@aws-sdk/util-format-url-3.50.0"
- sources."@aws-sdk/util-hex-encoding-3.49.0"
- sources."@aws-sdk/util-locate-window-3.49.0"
- sources."@aws-sdk/util-uri-escape-3.49.0"
- sources."@aws-sdk/util-user-agent-browser-3.50.0"
- sources."@aws-sdk/util-user-agent-node-3.51.0"
- sources."@aws-sdk/util-utf8-browser-3.49.0"
- sources."@aws-sdk/util-utf8-node-3.49.0"
- sources."@aws-sdk/util-waiter-3.50.0"
- sources."@aws-sdk/xml-builder-3.49.0"
+ sources."@aws-sdk/middleware-sdk-s3-3.52.0"
+ sources."@aws-sdk/middleware-sdk-sts-3.52.0"
+ sources."@aws-sdk/middleware-serde-3.52.0"
+ sources."@aws-sdk/middleware-signing-3.52.0"
+ sources."@aws-sdk/middleware-ssec-3.52.0"
+ sources."@aws-sdk/middleware-stack-3.52.0"
+ sources."@aws-sdk/middleware-user-agent-3.52.0"
+ sources."@aws-sdk/node-config-provider-3.52.0"
+ sources."@aws-sdk/node-http-handler-3.52.0"
+ sources."@aws-sdk/property-provider-3.52.0"
+ sources."@aws-sdk/protocol-http-3.52.0"
+ sources."@aws-sdk/querystring-builder-3.52.0"
+ sources."@aws-sdk/querystring-parser-3.52.0"
+ sources."@aws-sdk/s3-request-presigner-3.52.0"
+ sources."@aws-sdk/service-error-classification-3.52.0"
+ sources."@aws-sdk/shared-ini-file-loader-3.52.0"
+ sources."@aws-sdk/signature-v4-3.52.0"
+ sources."@aws-sdk/smithy-client-3.52.0"
+ sources."@aws-sdk/types-3.52.0"
+ sources."@aws-sdk/url-parser-3.52.0"
+ sources."@aws-sdk/util-arn-parser-3.52.0"
+ sources."@aws-sdk/util-base64-browser-3.52.0"
+ sources."@aws-sdk/util-base64-node-3.52.0"
+ sources."@aws-sdk/util-body-length-browser-3.52.0"
+ sources."@aws-sdk/util-body-length-node-3.52.0"
+ sources."@aws-sdk/util-buffer-from-3.52.0"
+ sources."@aws-sdk/util-config-provider-3.52.0"
+ sources."@aws-sdk/util-create-request-3.52.0"
+ sources."@aws-sdk/util-credentials-3.52.0"
+ sources."@aws-sdk/util-defaults-mode-browser-3.52.0"
+ sources."@aws-sdk/util-defaults-mode-node-3.52.0"
+ sources."@aws-sdk/util-format-url-3.52.0"
+ sources."@aws-sdk/util-hex-encoding-3.52.0"
+ sources."@aws-sdk/util-locate-window-3.52.0"
+ sources."@aws-sdk/util-uri-escape-3.52.0"
+ sources."@aws-sdk/util-user-agent-browser-3.52.0"
+ sources."@aws-sdk/util-user-agent-node-3.52.0"
+ sources."@aws-sdk/util-utf8-browser-3.52.0"
+ sources."@aws-sdk/util-utf8-node-3.52.0"
+ sources."@aws-sdk/util-waiter-3.52.0"
+ sources."@aws-sdk/xml-builder-3.52.0"
sources."@braintree/sanitize-url-3.1.0"
sources."@cronvel/get-pixels-3.4.0"
sources."@joplin/fork-htmlparser2-4.1.39"
@@ -102815,7 +101360,7 @@ in
sources."async-mutex-0.1.4"
sources."asynckit-0.4.0"
sources."atob-2.1.2"
- (sources."aws-sdk-2.1074.0" // {
+ (sources."aws-sdk-2.1077.0" // {
dependencies = [
sources."sax-1.2.1"
sources."uuid-3.3.2"
@@ -103017,7 +101562,7 @@ in
sources."file-type-10.11.0"
sources."fill-range-7.0.1"
sources."find-up-2.1.0"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."font-awesome-filetypes-2.1.0"
sources."for-each-property-0.0.4"
sources."for-each-property-deep-0.0.3"
@@ -103145,7 +101690,7 @@ in
sources."commander-8.3.0"
];
})
- sources."keytar-7.8.0"
+ sources."keytar-7.9.0"
sources."khroma-1.4.1"
sources."klaw-1.3.1"
sources."lazyness-1.2.0"
@@ -103194,7 +101739,7 @@ in
sources."mime-types-2.1.34"
sources."mimer-2.0.2"
sources."mimic-response-3.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."minipass-2.9.0" // {
dependencies = [
@@ -103209,7 +101754,7 @@ in
sources."ms-2.1.3"
sources."multiparty-4.2.3"
sources."mustache-4.2.0"
- sources."nanoid-3.3.0"
+ sources."nanoid-3.3.1"
sources."napi-build-utils-1.0.2"
sources."ndarray-1.0.19"
sources."ndarray-pack-1.2.1"
@@ -103469,7 +102014,7 @@ in
sources."punycode-1.3.2"
];
})
- sources."url-parse-1.5.6"
+ sources."url-parse-1.5.7"
sources."uslug-git+https://github.com/laurent22/uslug.git#emoji-support"
sources."util-deprecate-1.0.2"
sources."uuid-3.4.0"
@@ -103532,7 +102077,7 @@ in
sources."inherits-2.0.4"
sources."ini-1.3.8"
sources."lru-cache-4.1.5"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."nopt-5.0.0"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
@@ -103583,7 +102128,7 @@ in
sha512 = "IdQ8ppSo5LKZ9o3M+LKIIK8i00DIe5msDvG3G81Km+1dhy0XrOWD0Ji8H61ElgyEj/O9KRLokgKbAM9XX9CJAg==";
};
dependencies = [
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@types/linkify-it-3.0.2"
sources."@types/markdown-it-12.2.3"
sources."@types/mdurl-1.0.2"
@@ -103652,7 +102197,7 @@ in
sources."inherits-2.0.4"
sources."isarray-0.0.1"
sources."lodash-4.17.21"
- sources."minimatch-3.0.7"
+ sources."minimatch-3.0.8"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."readable-stream-1.1.14"
@@ -103813,9 +102358,9 @@ in
sources."ansi-styles-4.3.0"
sources."array-flatten-1.1.1"
sources."basic-auth-2.0.1"
- sources."body-parser-1.19.1"
+ sources."body-parser-1.19.2"
sources."boxen-5.1.2"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
(sources."cacheable-request-6.1.0" // {
dependencies = [
sources."get-stream-5.2.0"
@@ -103844,7 +102389,7 @@ in
];
})
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."cors-2.8.5"
sources."crypto-random-string-2.0.0"
@@ -103865,7 +102410,7 @@ in
sources."escape-goat-2.1.1"
sources."escape-html-1.0.3"
sources."etag-1.8.1"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."safe-buffer-5.2.1"
];
@@ -103937,7 +102482,7 @@ in
];
})
sources."ms-2.0.0"
- sources."nanoid-3.3.0"
+ sources."nanoid-3.3.1"
sources."negotiator-0.6.3"
sources."normalize-url-4.5.1"
sources."object-assign-4.1.1"
@@ -103959,9 +102504,9 @@ in
sources."proxy-addr-2.0.7"
sources."pump-3.0.0"
sources."pupa-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
(sources."rc-1.2.8" // {
dependencies = [
sources."ini-1.3.8"
@@ -104090,10 +102635,10 @@ in
sources."bcrypt-pbkdf-1.0.2"
sources."binary-extensions-1.13.1"
sources."bindings-1.5.0"
- sources."body-parser-1.19.1"
+ sources."body-parser-1.19.2"
sources."boxen-0.6.0"
sources."braces-1.8.5"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
(sources."cache-base-1.0.1" // {
dependencies = [
sources."isobject-3.0.1"
@@ -104147,7 +102692,7 @@ in
];
})
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."copy-descriptor-0.1.1"
sources."core-util-is-1.0.3"
@@ -104178,7 +102723,7 @@ in
sources."etag-1.8.1"
sources."expand-brackets-0.1.5"
sources."expand-range-1.8.2"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."safe-buffer-5.2.1"
];
@@ -104397,7 +102942,7 @@ in
sources."proxy-addr-2.0.7"
sources."psl-1.8.0"
sources."punycode-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
(sources."randomatic-3.1.1" // {
dependencies = [
sources."is-number-4.0.0"
@@ -104405,7 +102950,7 @@ in
];
})
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."rc-1.2.8"
sources."read-all-stream-3.1.0"
sources."read-pkg-1.1.0"
@@ -104737,7 +103282,7 @@ in
})
sources."fill-range-7.0.1"
sources."find-up-3.0.0"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."form-data-3.0.1"
sources."fs-extra-8.1.0"
sources."function-bind-1.1.1"
@@ -104899,10 +103444,10 @@ in
sources."balanced-match-1.0.2"
sources."base64id-2.0.0"
sources."binary-extensions-2.2.0"
- sources."body-parser-1.19.1"
+ sources."body-parser-1.19.2"
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."chokidar-3.5.3"
sources."cliui-7.0.4"
sources."color-convert-2.0.1"
@@ -104938,7 +103483,7 @@ in
sources."fill-range-7.0.1"
sources."finalhandler-1.1.2"
sources."flatted-3.2.5"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."fs-extra-10.0.0"
sources."fs.realpath-1.0.0"
sources."fsevents-2.3.2"
@@ -104969,7 +103514,7 @@ in
sources."mime-2.6.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.0.0"
@@ -104982,9 +103527,9 @@ in
sources."path-is-absolute-1.0.1"
sources."picomatch-2.3.1"
sources."qjobs-1.2.0"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."readdirp-3.6.0"
sources."require-directory-2.1.1"
sources."requires-port-1.0.0"
@@ -105051,16 +103596,16 @@ in
sha512 = "ffn0F9o3Yy6E9UFAS/vzOpsYxbVwk/pbSWrS3YPIZs+PtUv6zmwrkZ+71xSSb6tHBkJw5k93vOdkbo4cViFdFA==";
};
dependencies = [
- sources."@ampproject/remapping-2.1.1"
- sources."@babel/cli-7.17.0"
+ sources."@ampproject/remapping-2.1.2"
+ sources."@babel/cli-7.17.3"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- (sources."@babel/core-7.17.2" // {
+ (sources."@babel/core-7.17.5" // {
dependencies = [
sources."semver-6.3.0"
];
})
- sources."@babel/generator-7.17.0"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-annotate-as-pure-7.16.7"
(sources."@babel/helper-compilation-targets-7.16.7" // {
dependencies = [
@@ -105081,12 +103626,12 @@ in
sources."@babel/helpers-7.17.2"
sources."@babel/highlight-7.16.10"
sources."@babel/node-7.16.8"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/plugin-syntax-jsx-7.16.7"
- sources."@babel/plugin-transform-react-jsx-7.16.7"
+ sources."@babel/plugin-transform-react-jsx-7.17.3"
sources."@babel/register-7.17.0"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@jridgewell/resolve-uri-3.0.5"
sources."@jridgewell/sourcemap-codec-1.4.11"
@@ -105142,7 +103687,7 @@ in
sources."bent-7.3.12"
sources."bitwise-xor-0.0.0"
sources."bn.js-4.12.0"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
sources."debug-2.6.9"
sources."ms-2.0.0"
@@ -105151,9 +103696,9 @@ in
sources."brace-expansion-1.1.11"
sources."browser-or-node-1.3.0"
sources."browser-process-hrtime-1.0.0"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."buffer-from-1.1.2"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."bytesish-0.4.4"
sources."call-bind-1.0.2"
sources."caniuse-lite-1.0.30001312"
@@ -105176,9 +103721,9 @@ in
})
sources."content-type-1.0.4"
sources."convert-source-map-1.8.0"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
- sources."core-js-3.21.0"
+ sources."core-js-3.21.1"
sources."cors-2.8.5"
sources."create-hash-1.2.0"
sources."create-hmac-1.1.7"
@@ -105230,7 +103775,7 @@ in
sources."esutils-2.0.3"
sources."etag-1.8.1"
sources."events-3.3.0"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."debug-2.6.9"
sources."ms-2.0.0"
@@ -105332,7 +103877,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."minimalistic-assert-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."ms-2.1.2"
sources."negotiator-0.6.3"
@@ -105367,11 +103912,11 @@ in
sources."proxy-addr-2.0.7"
sources."psl-1.8.0"
sources."punycode-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."query-string-6.14.1"
sources."randombytes-2.1.0"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."readable-stream-3.6.0"
sources."regenerator-runtime-0.13.9"
sources."require-directory-2.1.1"
@@ -105522,7 +104067,7 @@ in
sources."json-stable-stringify-without-jsonify-1.0.1"
sources."lazystream-1.0.1"
sources."lead-1.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."normalize-path-2.1.1"
sources."now-and-later-2.0.1"
sources."object-keys-1.1.1"
@@ -105687,7 +104232,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-fn-1.2.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-0.0.8"
sources."mkdirp-0.5.1"
sources."moment-2.29.1"
@@ -105937,7 +104482,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-fn-1.2.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-1.0.4"
sources."moment-2.29.1"
@@ -106090,7 +104635,7 @@ in
sources."supports-color-5.5.0"
];
})
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
sources."@hutson/parse-repository-url-3.0.2"
sources."@lerna/add-4.0.0"
sources."@lerna/bootstrap-4.0.0"
@@ -106547,7 +105092,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."minimist-options-4.1.0" // {
dependencies = [
@@ -107257,9 +105802,9 @@ in
sources."binary-extensions-1.13.1"
sources."bindings-1.5.0"
sources."blob-0.0.5"
- sources."body-parser-1.19.1"
+ sources."body-parser-1.19.2"
sources."braces-1.8.5"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
(sources."cache-base-1.0.1" // {
dependencies = [
sources."isobject-3.0.1"
@@ -107296,7 +105841,7 @@ in
];
})
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."copy-descriptor-0.1.1"
sources."core-util-is-1.0.3"
@@ -107331,7 +105876,7 @@ in
sources."etag-1.8.1"
sources."expand-brackets-0.1.5"
sources."expand-range-1.8.2"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."safe-buffer-5.2.1"
];
@@ -107510,7 +106055,7 @@ in
sources."proxy-addr-2.0.7"
sources."psl-1.8.0"
sources."punycode-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
(sources."randomatic-3.1.1" // {
dependencies = [
sources."is-number-4.0.0"
@@ -107518,7 +106063,7 @@ in
];
})
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."readable-stream-2.3.7"
(sources."readdirp-2.2.1" // {
dependencies = [
@@ -107747,11 +106292,11 @@ in
version = "1.10.1";
src = ../interpreters/clojurescript/lumo;
dependencies = [
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- sources."@babel/core-7.17.2"
- sources."@babel/generator-7.17.0"
+ sources."@babel/core-7.17.5"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-annotate-as-pure-7.16.7"
sources."@babel/helper-builder-binary-assignment-operator-visitor-7.16.7"
sources."@babel/helper-compilation-targets-7.16.7"
@@ -107782,7 +106327,7 @@ in
sources."chalk-2.4.2"
];
})
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7"
sources."@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7"
sources."@babel/plugin-external-helpers-7.8.3"
@@ -107795,7 +106340,7 @@ in
sources."@babel/plugin-proposal-logical-assignment-operators-7.16.7"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.16.7"
sources."@babel/plugin-proposal-numeric-separator-7.16.7"
- sources."@babel/plugin-proposal-object-rest-spread-7.16.7"
+ sources."@babel/plugin-proposal-object-rest-spread-7.17.3"
sources."@babel/plugin-proposal-optional-catch-binding-7.16.7"
sources."@babel/plugin-proposal-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-private-methods-7.16.11"
@@ -107823,7 +106368,7 @@ in
sources."@babel/plugin-transform-block-scoping-7.16.7"
sources."@babel/plugin-transform-classes-7.16.7"
sources."@babel/plugin-transform-computed-properties-7.16.7"
- sources."@babel/plugin-transform-destructuring-7.16.7"
+ sources."@babel/plugin-transform-destructuring-7.17.3"
sources."@babel/plugin-transform-dotall-regex-7.16.7"
sources."@babel/plugin-transform-duplicate-keys-7.16.7"
sources."@babel/plugin-transform-exponentiation-operator-7.16.7"
@@ -107855,7 +106400,7 @@ in
sources."@babel/preset-stage-2-7.8.3"
sources."@babel/runtime-7.17.2"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@cnakazawa/watch-1.0.4"
sources."@comandeer/babel-plugin-banner-5.0.0"
@@ -108037,7 +106582,7 @@ in
];
})
sources."browserify-zlib-0.2.0"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."bser-2.1.1"
sources."buffer-5.2.1"
sources."buffer-from-1.1.2"
@@ -108124,7 +106669,7 @@ in
})
sources."copy-descriptor-0.1.1"
sources."core-js-2.6.12"
- (sources."core-js-compat-3.21.0" // {
+ (sources."core-js-compat-3.21.1" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -108442,7 +106987,7 @@ in
sources."mime-types-2.1.34"
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mississippi-3.0.0"
(sources."mixin-deep-1.3.2" // {
@@ -108947,7 +107492,7 @@ in
sources."glob-7.2.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."mkdirp-0.3.5"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
@@ -109033,7 +107578,7 @@ in
sources."lru-cache-4.1.5"
sources."lstream-0.0.4"
sources."mime-1.2.11"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."moment-2.29.1"
@@ -109183,7 +107728,7 @@ in
sources."markdownlint-0.25.1"
sources."markdownlint-rule-helpers-0.16.0"
sources."mdurl-1.0.1"
- sources."minimatch-3.0.7"
+ sources."minimatch-3.0.8"
sources."minimist-1.2.5"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
@@ -109606,7 +108151,7 @@ in
sources."mime-1.6.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.0.0"
@@ -109896,7 +108441,7 @@ in
sources."locate-path-5.0.0"
sources."lodash-4.17.21"
sources."mermaid-8.14.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."mkdirp-classic-0.5.3"
sources."moment-mini-2.24.0"
sources."ms-2.1.2"
@@ -109947,10 +108492,10 @@ in
mocha = nodeEnv.buildNodePackage {
name = "mocha";
packageName = "mocha";
- version = "9.2.0";
+ version = "9.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/mocha/-/mocha-9.2.0.tgz";
- sha512 = "kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q==";
+ url = "https://registry.npmjs.org/mocha/-/mocha-9.2.1.tgz";
+ sha512 = "T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ==";
};
dependencies = [
sources."@ungap/promise-all-settled-1.1.2"
@@ -110412,7 +108957,7 @@ in
sources."md5.js-1.3.5"
sources."micromatch-4.0.4"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mixpanel-0.13.0"
sources."mkdirp-classic-0.5.3"
@@ -110645,7 +109190,7 @@ in
sha512 = "olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==";
};
dependencies = [
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
sources."@npmcli/fs-1.1.1"
sources."@npmcli/move-file-1.1.2"
sources."@tootallnate/once-1.1.2"
@@ -110673,7 +109218,7 @@ in
sources."err-code-2.0.3"
sources."fs-minipass-2.1.0"
sources."fs.realpath-1.0.0"
- sources."gauge-4.0.0"
+ sources."gauge-4.0.1"
sources."glob-7.2.0"
sources."graceful-fs-4.2.9"
sources."has-unicode-2.0.1"
@@ -110693,7 +109238,7 @@ in
sources."isexe-2.0.0"
sources."lru-cache-6.0.0"
sources."make-fetch-happen-9.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minipass-3.1.6"
sources."minipass-collect-1.0.2"
sources."minipass-fetch-1.4.1"
@@ -110793,12 +109338,12 @@ in
sources."biased-opener-0.2.8"
sources."big-integer-1.6.51"
sources."block-stream-0.0.9"
- sources."body-parser-1.19.1"
+ sources."body-parser-1.19.2"
sources."boom-2.10.1"
sources."bplist-parser-0.1.1"
sources."brace-expansion-1.1.11"
sources."browser-launcher2-0.4.6"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."camelcase-2.1.1"
sources."camelcase-keys-2.1.0"
sources."caseless-0.12.0"
@@ -110810,7 +109355,7 @@ in
sources."console-control-strings-1.1.0"
sources."content-disposition-0.5.4"
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."core-util-is-1.0.3"
sources."cryptiles-2.0.5"
@@ -110835,7 +109380,7 @@ in
sources."error-ex-1.3.2"
sources."escape-html-1.0.3"
sources."etag-1.8.1"
- sources."express-4.17.2"
+ sources."express-4.17.3"
sources."extend-3.0.2"
sources."extsprintf-1.3.0"
sources."finalhandler-1.1.2"
@@ -110905,7 +109450,7 @@ in
sources."mime-1.6.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.0.0"
@@ -110946,9 +109491,9 @@ in
sources."process-nextick-args-2.0.1"
sources."proxy-addr-2.0.7"
sources."punycode-1.4.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."rc-1.2.8"
sources."read-pkg-1.1.0"
sources."read-pkg-up-1.0.1"
@@ -111107,7 +109652,7 @@ in
sources."ini-1.3.8"
sources."is-fullwidth-code-point-1.0.0"
sources."isarray-1.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-2.9.0"
sources."minizlib-1.3.3"
@@ -111163,25 +109708,32 @@ in
node-red = nodeEnv.buildNodePackage {
name = "node-red";
packageName = "node-red";
- version = "2.2.0";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/node-red/-/node-red-2.2.0.tgz";
- sha512 = "KHxnMMWKxMFBxLf6FICfzBLoQLB8v4CFidREeCruoXa7UQDqXi29nJcE4WHG0c17A+kDE2XStuEcEIqXCERs/A==";
+ url = "https://registry.npmjs.org/node-red/-/node-red-2.2.2.tgz";
+ sha512 = "DAx4v9/W2MEBb/tHNO94bmjeELdAg7CVZlPJX+UBH1RsmXB0q/3ZYW1Zi55NVMVN/0sBBO1g+dI/L0NWCG8s9A==";
};
dependencies = [
sources."@babel/runtime-7.17.2"
sources."@mapbox/node-pre-gyp-1.0.8"
- sources."@node-red/editor-api-2.2.0"
- sources."@node-red/editor-client-2.2.0"
- (sources."@node-red/nodes-2.2.0" // {
+ sources."@node-red/editor-api-2.2.2"
+ sources."@node-red/editor-client-2.2.2"
+ (sources."@node-red/nodes-2.2.2" // {
dependencies = [
+ sources."bytes-3.1.2"
+ sources."cookie-0.4.2"
sources."iconv-lite-0.6.3"
sources."media-typer-1.1.0"
+ (sources."raw-body-2.4.3" // {
+ dependencies = [
+ sources."iconv-lite-0.4.24"
+ ];
+ })
];
})
- sources."@node-red/registry-2.2.0"
- sources."@node-red/runtime-2.2.0"
- sources."@node-red/util-2.2.0"
+ sources."@node-red/registry-2.2.2"
+ sources."@node-red/runtime-2.2.2"
+ sources."@node-red/util-2.2.2"
sources."@sindresorhus/is-4.4.0"
sources."@szmarczak/http-timer-4.0.6"
sources."@types/cacheable-request-6.0.2"
@@ -111199,7 +109751,7 @@ in
sources."ms-2.1.2"
];
})
- sources."ajv-8.9.0"
+ sources."ajv-8.10.0"
sources."ansi-colors-4.1.1"
sources."ansi-regex-5.0.1"
sources."append-field-1.0.0"
@@ -111215,7 +109767,7 @@ in
sources."async-0.1.22"
sources."async-mutex-0.3.2"
sources."asynckit-0.4.0"
- sources."axios-0.25.0"
+ sources."axios-0.26.0"
sources."balanced-match-1.0.2"
sources."base64-js-1.5.1"
(sources."basic-auth-2.0.1" // {
@@ -111311,7 +109863,7 @@ in
})
sources."fast-deep-equal-3.1.3"
sources."finalhandler-1.1.2"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."form-data-4.0.0"
sources."forwarded-0.2.0"
sources."fresh-0.5.2"
@@ -111347,7 +109899,7 @@ in
sources."ms-2.1.2"
];
})
- sources."i18next-21.6.10"
+ sources."i18next-21.6.11"
sources."iconv-lite-0.4.24"
sources."ieee754-1.2.1"
sources."inflight-1.0.6"
@@ -111361,7 +109913,7 @@ in
sources."json-buffer-3.0.1"
sources."json-schema-traverse-1.0.0"
sources."json-stringify-safe-5.0.1"
- sources."jsonata-1.8.5"
+ sources."jsonata-1.8.6"
(sources."jsonfile-6.1.0" // {
dependencies = [
sources."universalify-2.0.0"
@@ -111378,7 +109930,7 @@ in
];
})
sources."media-typer-0.3.0"
- (sources."memorystore-1.6.6" // {
+ (sources."memorystore-1.6.7" // {
dependencies = [
sources."debug-4.3.3"
sources."ms-2.1.2"
@@ -111390,7 +109942,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."minipass-3.1.6" // {
dependencies = [
@@ -111405,7 +109957,7 @@ in
sources."mkdirp-0.5.5"
sources."moment-2.29.1"
sources."moment-timezone-0.5.34"
- (sources."mqtt-4.3.4" // {
+ (sources."mqtt-4.3.5" // {
dependencies = [
sources."concat-stream-2.0.0"
sources."debug-4.3.3"
@@ -111429,7 +109981,7 @@ in
sources."negotiator-0.6.3"
sources."node-addon-api-3.2.1"
sources."node-fetch-2.6.7"
- sources."node-red-admin-2.2.2"
+ sources."node-red-admin-2.2.3"
sources."nopt-5.0.0"
sources."normalize-url-6.1.0"
sources."npmlog-5.0.1"
@@ -111521,7 +110073,7 @@ in
sources."tslib-2.3.1"
sources."type-is-1.6.18"
sources."typedarray-0.0.6"
- sources."uglify-js-3.15.0"
+ sources."uglify-js-3.15.1"
sources."uid-safe-2.1.5"
sources."uid2-0.0.4"
sources."universalify-0.1.2"
@@ -111629,7 +110181,7 @@ in
sources."lru-cache-6.0.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minizlib-2.1.2"
@@ -111836,7 +110388,7 @@ in
];
})
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."ms-2.1.3"
sources."nopt-1.0.10"
@@ -112216,7 +110768,7 @@ in
sources."mimic-fn-1.2.0"
sources."mimic-response-2.1.0"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimist-options-4.1.0"
sources."mute-stream-0.0.8"
@@ -112434,10 +110986,10 @@ in
npm = nodeEnv.buildNodePackage {
name = "npm";
packageName = "npm";
- version = "8.5.0";
+ version = "8.5.1";
src = fetchurl {
- url = "https://registry.npmjs.org/npm/-/npm-8.5.0.tgz";
- sha512 = "L0yvQ8xkkM78YSZfO634auG0n4SleCa536n1rJ2uYJn6rzqyXnm6DpS2eQIq2g6b2JsA2XdZO41wkZWpsHNCAQ==";
+ url = "https://registry.npmjs.org/npm/-/npm-8.5.1.tgz";
+ sha512 = "zHrOHAatEPJ59o2JIPlhgc9LX9mb8xFrqu4kiiul4w1IGMTtKn2lqRiGIRKU0or69NSLXNmqbCP9bNJIr/wB6Q==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -112452,18 +111004,22 @@ in
npm-check-updates = nodeEnv.buildNodePackage {
name = "npm-check-updates";
packageName = "npm-check-updates";
- version = "12.3.0";
+ version = "12.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.3.0.tgz";
- sha512 = "NcVpbVYZymmr7lVCwqz1wpkAgWNQ/XyyPy/yyR2IjCHU4Dr1lpIJgIgtC0PCDobcYuYXpYSIgIWZA7RFvq8+Rw==";
+ url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.3.1.tgz";
+ sha512 = "rvXyiUnc9zw3WXakqv0LsdFDc1V4T8DHG8AdWEjJiqfOZdBI4q8ekTt/BFqLQAtcXo5Pu6WGqjA9oDnFi4UV3g==";
};
dependencies = [
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
sources."@nodelib/fs.walk-1.2.8"
sources."@npmcli/fs-1.1.1"
- sources."@npmcli/git-2.1.0"
+ (sources."@npmcli/git-3.0.0" // {
+ dependencies = [
+ sources."lru-cache-7.3.1"
+ ];
+ })
sources."@npmcli/installed-package-contents-1.0.7"
sources."@npmcli/move-file-1.1.2"
sources."@npmcli/node-gyp-1.0.3"
@@ -112485,7 +111041,7 @@ in
sources."array-union-2.1.0"
sources."balanced-match-1.0.2"
sources."boxen-5.1.2"
- sources."brace-expansion-1.1.11"
+ sources."brace-expansion-2.0.1"
sources."braces-3.0.2"
sources."buffer-from-1.1.2"
sources."builtins-1.0.3"
@@ -112509,7 +111065,7 @@ in
sources."color-name-1.1.4"
sources."color-support-1.1.3"
sources."colors-1.0.3"
- sources."commander-8.3.0"
+ sources."commander-9.0.0"
sources."concat-map-0.0.1"
sources."configstore-5.0.1"
sources."console-control-strings-1.1.0"
@@ -112538,10 +111094,16 @@ in
sources."fp-and-or-0.1.3"
sources."fs-minipass-2.1.0"
sources."fs.realpath-1.0.0"
- sources."gauge-4.0.0"
+ sources."function-bind-1.1.1"
+ sources."gauge-4.0.1"
sources."get-stdin-8.0.0"
sources."get-stream-4.1.0"
- sources."glob-7.2.0"
+ (sources."glob-7.2.0" // {
+ dependencies = [
+ sources."brace-expansion-1.1.11"
+ sources."minimatch-3.1.2"
+ ];
+ })
sources."glob-parent-5.1.2"
(sources."global-dirs-3.0.0" // {
dependencies = [
@@ -112551,6 +111113,7 @@ in
sources."globby-11.1.0"
sources."got-9.6.0"
sources."graceful-fs-4.2.9"
+ sources."has-1.0.3"
sources."has-flag-4.0.0"
sources."has-unicode-2.0.1"
sources."has-yarn-2.1.0"
@@ -112561,7 +111124,12 @@ in
sources."humanize-ms-1.2.1"
sources."iconv-lite-0.6.3"
sources."ignore-5.2.0"
- sources."ignore-walk-4.0.1"
+ (sources."ignore-walk-4.0.1" // {
+ dependencies = [
+ sources."brace-expansion-1.1.11"
+ sources."minimatch-3.1.2"
+ ];
+ })
sources."import-lazy-2.1.0"
sources."imurmurhash-0.1.4"
sources."indent-string-4.0.0"
@@ -112571,6 +111139,7 @@ in
sources."ini-1.3.8"
sources."ip-1.1.5"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.8.1"
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-3.0.0"
sources."is-glob-4.0.3"
@@ -112616,7 +111185,7 @@ in
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-5.0.0"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minipass-collect-1.0.2"
@@ -112631,19 +111200,20 @@ in
sources."negotiator-0.6.3"
sources."node-gyp-8.4.1"
sources."nopt-5.0.0"
+ sources."normalize-package-data-3.0.3"
sources."normalize-url-4.5.1"
sources."npm-bundled-1.1.2"
sources."npm-install-checks-4.0.0"
sources."npm-normalize-package-bin-1.0.1"
- sources."npm-package-arg-8.1.5"
+ sources."npm-package-arg-9.0.0"
sources."npm-packlist-3.0.0"
- sources."npm-pick-manifest-6.1.1"
- (sources."npm-registry-fetch-12.0.2" // {
+ sources."npm-pick-manifest-7.0.0"
+ (sources."npm-registry-fetch-13.0.0" // {
dependencies = [
sources."@tootallnate/once-2.0.0"
sources."http-proxy-agent-5.0.0"
sources."lru-cache-7.3.1"
- sources."make-fetch-happen-10.0.2"
+ sources."make-fetch-happen-10.0.3"
];
})
sources."npmlog-6.0.1"
@@ -112658,13 +111228,14 @@ in
sources."semver-6.3.0"
];
})
- sources."pacote-12.0.3"
+ sources."pacote-13.0.2"
sources."parse-github-url-1.0.2"
sources."path-exists-4.0.0"
sources."path-is-absolute-1.0.1"
sources."path-type-4.0.0"
sources."picomatch-2.3.1"
sources."prepend-http-2.0.0"
+ sources."proc-log-2.0.0"
sources."progress-2.0.3"
sources."promise-inflight-1.0.1"
sources."promise-retry-2.0.1"
@@ -112674,6 +111245,7 @@ in
sources."queue-microtask-1.2.3"
sources."rc-1.2.8"
sources."rc-config-loader-4.0.0"
+ sources."read-package-json-4.1.1"
sources."read-package-json-fast-2.0.3"
sources."readable-stream-3.6.0"
sources."registry-auth-token-4.2.1"
@@ -112704,6 +111276,10 @@ in
sources."source-map-0.6.1"
sources."source-map-support-0.5.21"
sources."spawn-please-1.0.0"
+ sources."spdx-correct-3.1.1"
+ sources."spdx-exceptions-2.3.0"
+ sources."spdx-expression-parse-3.0.1"
+ sources."spdx-license-ids-3.0.11"
sources."ssri-8.0.1"
sources."string-width-4.2.3"
sources."string_decoder-1.3.0"
@@ -112721,6 +111297,7 @@ in
sources."update-notifier-5.1.0"
sources."url-parse-lax-3.0.0"
sources."util-deprecate-1.0.2"
+ sources."validate-npm-package-license-3.0.4"
sources."validate-npm-package-name-3.0.0"
sources."which-2.0.2"
sources."wide-align-1.1.5"
@@ -112826,7 +111403,7 @@ in
sources."mkdirp-0.5.5"
];
})
- sources."gauge-4.0.0"
+ sources."gauge-4.0.1"
sources."getpass-0.1.7"
sources."glob-7.2.0"
sources."graceful-fs-2.0.3"
@@ -112848,7 +111425,7 @@ in
sources."jsprim-1.4.2"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.3.5"
sources."natives-1.1.6"
@@ -113020,7 +111597,7 @@ in
sources."inherits-2.0.4"
sources."lodash-4.17.5"
sources."lokijs-1.5.3"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."pegjs-0.10.0"
@@ -113051,16 +111628,16 @@ in
sha512 = "hpku8mW67U6PXQIenW6NBbphBOMb8XzW6B9r093DUhYj5GN2FUB/CXCiz5hKoPYUsusZ35BpProH8AUF9bh5IQ==";
};
dependencies = [
- sources."@ampproject/remapping-2.1.1"
+ sources."@ampproject/remapping-2.1.2"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- (sources."@babel/core-7.17.2" // {
+ (sources."@babel/core-7.17.5" // {
dependencies = [
sources."json5-2.2.0"
sources."semver-6.3.0"
];
})
- (sources."@babel/generator-7.17.0" // {
+ (sources."@babel/generator-7.17.3" // {
dependencies = [
sources."source-map-0.5.7"
];
@@ -113099,7 +111676,7 @@ in
sources."@babel/helper-wrap-function-7.16.8"
sources."@babel/helpers-7.17.2"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7"
sources."@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-async-generator-functions-7.16.8"
@@ -113111,7 +111688,7 @@ in
sources."@babel/plugin-proposal-logical-assignment-operators-7.16.7"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.16.7"
sources."@babel/plugin-proposal-numeric-separator-7.16.7"
- sources."@babel/plugin-proposal-object-rest-spread-7.16.7"
+ sources."@babel/plugin-proposal-object-rest-spread-7.17.3"
sources."@babel/plugin-proposal-optional-catch-binding-7.16.7"
sources."@babel/plugin-proposal-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-private-methods-7.16.11"
@@ -113139,7 +111716,7 @@ in
sources."@babel/plugin-transform-block-scoping-7.16.7"
sources."@babel/plugin-transform-classes-7.16.7"
sources."@babel/plugin-transform-computed-properties-7.16.7"
- sources."@babel/plugin-transform-destructuring-7.16.7"
+ sources."@babel/plugin-transform-destructuring-7.17.3"
sources."@babel/plugin-transform-dotall-regex-7.16.7"
sources."@babel/plugin-transform-duplicate-keys-7.16.7"
sources."@babel/plugin-transform-exponentiation-operator-7.16.7"
@@ -113157,7 +111734,7 @@ in
sources."@babel/plugin-transform-object-super-7.16.7"
sources."@babel/plugin-transform-parameters-7.16.7"
sources."@babel/plugin-transform-property-literals-7.16.7"
- sources."@babel/plugin-transform-react-jsx-7.16.7"
+ sources."@babel/plugin-transform-react-jsx-7.17.3"
sources."@babel/plugin-transform-regenerator-7.16.7"
sources."@babel/plugin-transform-reserved-words-7.16.7"
sources."@babel/plugin-transform-shorthand-properties-7.16.7"
@@ -113175,7 +111752,7 @@ in
sources."@babel/preset-modules-0.1.5"
sources."@babel/runtime-7.17.2"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@iarna/toml-2.2.5"
sources."@jridgewell/resolve-uri-3.0.5"
@@ -113284,7 +111861,7 @@ in
sources."pako-1.0.11"
];
})
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
(sources."buffer-4.9.2" // {
dependencies = [
sources."isarray-1.0.0"
@@ -113327,7 +111904,7 @@ in
sources."convert-source-map-1.8.0"
sources."copy-descriptor-0.1.1"
sources."core-js-2.6.12"
- (sources."core-js-compat-3.21.0" // {
+ (sources."core-js-compat-3.21.1" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -113679,7 +112256,7 @@ in
sources."mimic-fn-1.2.0"
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."mixin-deep-1.3.2" // {
dependencies = [
@@ -114108,9 +112685,9 @@ in
sources."bintrees-1.0.1"
sources."bl-1.2.3"
sources."bluebird-3.7.2"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."content-type-1.0.4"
];
})
@@ -114138,7 +112715,7 @@ in
];
})
sources."content-type-git+https://github.com/wikimedia/content-type.git#master"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."core-js-2.6.12"
sources."core-util-is-1.0.2"
@@ -114162,7 +112739,7 @@ in
sources."escape-html-1.0.3"
sources."esprima-4.0.1"
sources."etag-1.8.1"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."content-type-1.0.4"
sources."safe-buffer-5.2.1"
@@ -114232,7 +112809,7 @@ in
sources."mime-1.6.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."moment-2.29.1"
@@ -114266,11 +112843,11 @@ in
sources."prr-1.0.1"
sources."psl-1.8.0"
sources."punycode-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."range-parser-1.2.1"
- (sources."raw-body-2.4.2" // {
+ (sources."raw-body-2.4.3" // {
dependencies = [
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
];
})
sources."readable-stream-2.3.7"
@@ -114403,7 +112980,7 @@ in
sources."jsonfile-4.0.0"
sources."klaw-sync-6.0.0"
sources."micromatch-4.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."nice-try-1.0.5"
sources."once-1.4.0"
@@ -114594,7 +113171,7 @@ in
sources."mime-2.6.0"
sources."mimic-fn-1.2.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.3.5"
sources."mkdirp-classic-0.5.3"
@@ -114798,7 +113375,7 @@ in
sources."blob-0.0.5"
sources."bn.js-4.12.0"
sources."bncode-0.5.3"
- sources."body-parser-1.19.1"
+ sources."body-parser-1.19.2"
sources."brace-expansion-1.1.11"
sources."buffer-5.7.1"
sources."buffer-alloc-1.2.0"
@@ -114808,7 +113385,7 @@ in
sources."buffer-equals-1.0.4"
sources."buffer-fill-1.0.0"
sources."buffer-from-1.1.2"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."caseless-0.12.0"
sources."chrome-dgram-3.0.6"
sources."chrome-dns-1.0.1"
@@ -114838,7 +113415,7 @@ in
];
})
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."core-util-is-1.0.3"
sources."crc-3.8.0"
@@ -114869,7 +113446,7 @@ in
sources."escape-html-1.0.3"
sources."etag-1.8.1"
sources."events-3.3.0"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."safe-buffer-5.2.1"
];
@@ -114953,7 +113530,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."mkdirp-classic-0.5.3"
@@ -115001,7 +113578,7 @@ in
sources."psl-1.8.0"
sources."pump-3.0.0"
sources."punycode-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."queue-microtask-1.2.3"
sources."queue-tick-1.0.0"
sources."random-access-file-2.2.0"
@@ -115010,7 +113587,7 @@ in
sources."random-iterate-1.0.1"
sources."randombytes-2.1.0"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."re-emitter-1.1.4"
sources."read-torrent-1.3.1"
sources."readable-stream-3.6.0"
@@ -115314,10 +113891,10 @@ in
pm2 = nodeEnv.buildNodePackage {
name = "pm2";
packageName = "pm2";
- version = "5.1.2";
+ version = "5.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/pm2/-/pm2-5.1.2.tgz";
- sha512 = "2nJQeCWjkN0WnTkWctaoZpqrJTiUN/Icw76IMVHHzPhr/p7yQYlEQgHzlL5IFWxO2N1HdBNXNdZft2p4HUmUcA==";
+ url = "https://registry.npmjs.org/pm2/-/pm2-5.2.0.tgz";
+ sha512 = "PO5hMVhQ85cTszFM++6v07Me9hPJMkFbHjkFigtMMk+La8ty2wCi2dlBTeZYJDhPUSjK8Ccltpq2buNRcyMOTw==";
};
dependencies = [
(sources."@opencensus/core-0.0.9" // {
@@ -115391,13 +113968,13 @@ in
sources."concat-map-0.0.1"
sources."continuation-local-storage-3.2.1"
sources."core-util-is-1.0.3"
- sources."cron-1.8.2"
+ sources."croner-4.1.97"
sources."culvert-0.1.2"
sources."data-uri-to-buffer-3.0.1"
sources."dayjs-1.8.36"
sources."debug-4.3.3"
sources."deep-is-0.1.4"
- sources."degenerator-3.0.1"
+ sources."degenerator-3.0.2"
sources."depd-1.1.2"
sources."emitter-listener-1.1.2"
sources."enquirer-2.3.6"
@@ -115412,7 +113989,7 @@ in
sources."fclone-1.0.11"
sources."file-uri-to-path-2.0.0"
sources."fill-range-7.0.1"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."fs-extra-8.1.0"
sources."fs.realpath-1.0.0"
sources."fsevents-2.3.2"
@@ -115448,11 +114025,9 @@ in
sources."lodash-4.17.21"
sources."log-driver-1.2.7"
sources."lru-cache-5.1.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."mkdirp-1.0.4"
sources."module-details-from-path-1.0.3"
- sources."moment-2.29.1"
- sources."moment-timezone-0.5.34"
sources."ms-2.1.2"
sources."mute-stream-0.0.8"
(sources."needle-2.4.0" // {
@@ -115475,12 +114050,16 @@ in
sources."path-is-absolute-1.0.1"
sources."path-parse-1.0.7"
sources."picomatch-2.3.1"
- sources."pidusage-2.0.21"
+ sources."pidusage-3.0.0"
sources."pm2-axon-4.0.1"
sources."pm2-axon-rpc-0.7.1"
sources."pm2-deploy-1.0.2"
sources."pm2-multimeter-0.1.2"
- sources."pm2-sysmonit-1.2.8"
+ (sources."pm2-sysmonit-1.2.8" // {
+ dependencies = [
+ sources."pidusage-2.0.21"
+ ];
+ })
sources."prelude-ls-1.1.2"
sources."promptly-2.2.0"
sources."proxy-agent-5.0.0"
@@ -115529,7 +114108,7 @@ in
sources."async-2.6.3"
];
})
- sources."vm2-3.9.7"
+ sources."vm2-3.9.8"
sources."word-wrap-1.2.3"
sources."wrappy-1.0.2"
sources."ws-7.4.6"
@@ -115602,7 +114181,7 @@ in
sha512 = "OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==";
};
dependencies = [
- sources."nanoid-3.3.0"
+ sources."nanoid-3.3.1"
sources."picocolors-1.0.0"
sources."source-map-js-1.0.2"
];
@@ -115914,7 +114493,7 @@ in
sources."isexe-2.0.0"
sources."keypress-0.2.1"
sources."lodash-4.17.21"
- sources."minimatch-3.0.7"
+ sources."minimatch-3.0.8"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."which-2.0.2"
@@ -116081,7 +114660,7 @@ in
sources."mime-1.6.0"
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.0.7"
+ sources."minimatch-3.0.8"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."mkdirp-classic-0.5.3"
@@ -116299,7 +114878,7 @@ in
sources."define-lazy-prop-2.0.0"
sources."duplexer3-0.1.4"
sources."end-of-stream-1.4.4"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."fs-extra-10.0.0"
sources."function-bind-1.1.1"
sources."get-intrinsic-1.1.1"
@@ -116374,10 +114953,10 @@ in
pyright = nodeEnv.buildNodePackage {
name = "pyright";
packageName = "pyright";
- version = "1.1.221";
+ version = "1.1.222";
src = fetchurl {
- url = "https://registry.npmjs.org/pyright/-/pyright-1.1.221.tgz";
- sha512 = "TJUEXRobE1zGOTU+FVkGA+5cVVDVXohg4NuGffMsWRJXhUA4blZcW08jXmBH+vT3d2KZOdkngJpRthyr2nYybw==";
+ url = "https://registry.npmjs.org/pyright/-/pyright-1.1.222.tgz";
+ sha512 = "zEQyvkQa/hUmjg5A7COOzE/uL3W6D/Fp6qjhE+HDeLKwe+zm1KSMo74djIn0CTzhK53bmEDgEIR1hoMpA/Is/w==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -116486,7 +115065,7 @@ in
];
})
sources."mimic-fn-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."moment-2.29.1"
sources."nice-try-1.0.5"
@@ -116546,7 +115125,7 @@ in
sources."readable-stream-2.3.7"
];
})
- sources."stream-chain-2.2.4"
+ sources."stream-chain-2.2.5"
sources."stream-json-1.1.3"
sources."string-to-stream-1.1.1"
(sources."string-width-2.1.1" // {
@@ -116679,7 +115258,7 @@ in
sources."is-weakset-2.0.2"
sources."isarray-2.0.5"
sources."isstream-0.1.2"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."mute-stream-0.0.8"
@@ -116734,16 +115313,16 @@ in
sha512 = "JQACM+3GgF1vkUH6E6w1k0Qut6IbcfXjU37shGUWM9tIs3F9e/33saXK4G/uSl1kc8qjI+RekAQs/qyjMlUKlg==";
};
dependencies = [
- sources."@ampproject/remapping-2.1.1"
- sources."@babel/cli-7.17.0"
+ sources."@ampproject/remapping-2.1.2"
+ sources."@babel/cli-7.17.3"
sources."@babel/code-frame-7.16.7"
sources."@babel/compat-data-7.17.0"
- (sources."@babel/core-7.17.2" // {
+ (sources."@babel/core-7.17.5" // {
dependencies = [
sources."semver-6.3.0"
];
})
- sources."@babel/generator-7.17.0"
+ sources."@babel/generator-7.17.3"
sources."@babel/helper-annotate-as-pure-7.16.7"
sources."@babel/helper-builder-binary-assignment-operator-visitor-7.16.7"
(sources."@babel/helper-compilation-targets-7.16.7" // {
@@ -116778,7 +115357,7 @@ in
sources."@babel/helper-wrap-function-7.16.8"
sources."@babel/helpers-7.17.2"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7"
sources."@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-async-generator-functions-7.16.8"
@@ -116791,7 +115370,7 @@ in
sources."@babel/plugin-proposal-logical-assignment-operators-7.16.7"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.16.7"
sources."@babel/plugin-proposal-numeric-separator-7.16.7"
- sources."@babel/plugin-proposal-object-rest-spread-7.16.7"
+ sources."@babel/plugin-proposal-object-rest-spread-7.17.3"
sources."@babel/plugin-proposal-optional-catch-binding-7.16.7"
sources."@babel/plugin-proposal-optional-chaining-7.16.7"
sources."@babel/plugin-proposal-private-methods-7.16.11"
@@ -116819,7 +115398,7 @@ in
sources."@babel/plugin-transform-block-scoping-7.16.7"
sources."@babel/plugin-transform-classes-7.16.7"
sources."@babel/plugin-transform-computed-properties-7.16.7"
- sources."@babel/plugin-transform-destructuring-7.16.7"
+ sources."@babel/plugin-transform-destructuring-7.17.3"
sources."@babel/plugin-transform-dotall-regex-7.16.7"
sources."@babel/plugin-transform-duplicate-keys-7.16.7"
sources."@babel/plugin-transform-exponentiation-operator-7.16.7"
@@ -116837,7 +115416,7 @@ in
sources."@babel/plugin-transform-parameters-7.16.7"
sources."@babel/plugin-transform-property-literals-7.16.7"
sources."@babel/plugin-transform-react-display-name-7.16.7"
- sources."@babel/plugin-transform-react-jsx-7.16.7"
+ sources."@babel/plugin-transform-react-jsx-7.17.3"
sources."@babel/plugin-transform-react-jsx-development-7.16.7"
sources."@babel/plugin-transform-react-pure-annotations-7.16.7"
sources."@babel/plugin-transform-regenerator-7.16.7"
@@ -116865,7 +115444,7 @@ in
sources."@babel/register-7.17.0"
sources."@babel/runtime-7.17.2"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@jridgewell/resolve-uri-3.0.5"
sources."@jridgewell/sourcemap-codec-1.4.11"
@@ -117001,9 +115580,9 @@ in
sources."blob-0.0.5"
sources."bluebird-3.7.2"
sources."bn.js-5.2.0"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."debug-2.6.9"
sources."ms-2.0.0"
];
@@ -117033,7 +115612,7 @@ in
];
})
sources."browserify-zlib-0.1.4"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."buffer-5.7.1"
sources."buffer-alloc-1.2.0"
sources."buffer-alloc-unsafe-1.1.0"
@@ -117151,7 +115730,7 @@ in
sources."copy-concurrently-1.0.5"
sources."copy-descriptor-0.1.1"
sources."core-js-2.6.12"
- (sources."core-js-compat-3.21.0" // {
+ (sources."core-js-compat-3.21.1" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -117366,9 +115945,8 @@ in
sources."ms-2.0.0"
];
})
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
- sources."cookie-0.4.1"
sources."debug-2.6.9"
sources."ms-2.0.0"
sources."path-to-regexp-0.1.7"
@@ -117430,7 +116008,7 @@ in
sources."find-cache-dir-2.1.0"
sources."find-up-3.0.0"
sources."flush-write-stream-1.1.1"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."for-in-1.0.2"
sources."forwarded-0.2.0"
sources."fragment-cache-0.2.1"
@@ -117701,7 +116279,7 @@ in
sources."mimic-response-1.0.1"
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."mississippi-3.0.0" // {
dependencies = [
@@ -117985,7 +116563,7 @@ in
sources."pumpify-1.5.1"
sources."punycode-2.1.1"
sources."q-1.5.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."query-string-5.1.1"
sources."querystring-0.2.0"
sources."querystring-es3-0.2.1"
@@ -117994,9 +116572,9 @@ in
sources."randombytes-2.1.0"
sources."randomfill-1.0.4"
sources."range-parser-1.2.0"
- (sources."raw-body-2.4.2" // {
+ (sources."raw-body-2.4.3" // {
dependencies = [
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
];
})
sources."raw-loader-3.1.0"
@@ -118358,7 +116936,7 @@ in
];
})
sources."url-loader-2.3.0"
- sources."url-parse-1.5.6"
+ sources."url-parse-1.5.7"
sources."url-parse-lax-3.0.0"
sources."url-to-options-1.0.1"
sources."use-3.1.1"
@@ -118528,7 +117106,7 @@ in
sources."source-map-0.1.31"
];
})
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."once-1.4.0"
@@ -118590,7 +117168,7 @@ in
sources."deep-is-0.1.4"
sources."delayed-stream-1.0.0"
sources."domexception-4.0.0"
- sources."dompurify-2.3.5"
+ sources."dompurify-2.3.6"
sources."emoji-regex-8.0.0"
sources."escalade-3.1.1"
sources."escodegen-2.0.0"
@@ -118663,7 +117241,7 @@ in
};
dependencies = [
sources."@babel/code-frame-7.16.7"
- (sources."@babel/generator-7.17.0" // {
+ (sources."@babel/generator-7.17.3" // {
dependencies = [
sources."source-map-0.5.7"
];
@@ -118677,10 +117255,10 @@ in
sources."@babel/helper-split-export-declaration-7.16.7"
sources."@babel/helper-validator-identifier-7.16.7"
sources."@babel/highlight-7.16.10"
- sources."@babel/parser-7.17.0"
+ sources."@babel/parser-7.17.3"
sources."@babel/runtime-7.17.2"
sources."@babel/template-7.16.7"
- sources."@babel/traverse-7.17.0"
+ sources."@babel/traverse-7.17.3"
sources."@babel/types-7.17.0"
sources."@emotion/is-prop-valid-0.8.8"
sources."@emotion/memoize-0.7.4"
@@ -118706,7 +117284,7 @@ in
sources."util-0.10.3"
];
})
- sources."babel-plugin-styled-components-2.0.2"
+ sources."babel-plugin-styled-components-2.0.3"
sources."babel-plugin-syntax-jsx-6.18.0"
sources."balanced-match-1.0.2"
sources."base64-js-1.5.1"
@@ -118767,7 +117345,7 @@ in
];
})
sources."domain-browser-1.2.0"
- sources."dompurify-2.3.5"
+ sources."dompurify-2.3.6"
(sources."elliptic-6.5.4" // {
dependencies = [
sources."bn.js-4.12.0"
@@ -118818,7 +117396,7 @@ in
sources."js-tokens-4.0.0"
sources."js-yaml-4.1.0"
sources."jsesc-2.5.2"
- sources."json-pointer-0.6.1"
+ sources."json-pointer-0.6.2"
sources."json-schema-traverse-1.0.0"
sources."lodash-4.17.21"
sources."lodash.isequal-4.5.0"
@@ -118834,12 +117412,12 @@ in
})
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-1.0.4"
- sources."mobx-6.3.13"
- sources."mobx-react-7.2.1"
- sources."mobx-react-lite-3.2.3"
+ sources."mobx-6.4.1"
+ sources."mobx-react-7.3.0"
+ sources."mobx-react-lite-3.3.0"
sources."ms-2.1.2"
sources."neo-async-2.6.2"
sources."node-fetch-2.6.7"
@@ -118864,7 +117442,7 @@ in
sources."pluralize-8.0.0"
sources."polished-4.1.4"
sources."postcss-value-parser-4.2.0"
- sources."prismjs-1.26.0"
+ sources."prismjs-1.27.0"
sources."process-0.11.10"
sources."process-nextick-args-2.0.1"
sources."prop-types-15.8.1"
@@ -119298,7 +117876,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.1.2"
@@ -119444,7 +118022,7 @@ in
sources."glob-7.2.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."wrappy-1.0.2"
@@ -119462,10 +118040,10 @@ in
rollup = nodeEnv.buildNodePackage {
name = "rollup";
packageName = "rollup";
- version = "2.67.2";
+ version = "2.67.3";
src = fetchurl {
- url = "https://registry.npmjs.org/rollup/-/rollup-2.67.2.tgz";
- sha512 = "hoEiBWwZtf1QdK3jZIq59L0FJj4Fiv4RplCO4pvCRC86qsoFurWB4hKQIjoRf3WvJmk5UZ9b0y5ton+62fC7Tw==";
+ url = "https://registry.npmjs.org/rollup/-/rollup-2.67.3.tgz";
+ sha512 = "G/x1vUwbGtP6O5ZM8/sWr8+p7YfZhI18pPqMRtMYMWSbHjKZ/ajHGiM+GWNTlWyOR0EHIdT8LHU+Z4ciIZ1oBw==";
};
dependencies = [
sources."fsevents-2.3.2"
@@ -119514,7 +118092,7 @@ in
sources."@types/minimatch-3.0.5"
sources."@types/mocha-8.2.3"
sources."@types/node-14.17.34"
- sources."@types/node-fetch-2.6.0"
+ sources."@types/node-fetch-2.6.1"
sources."@types/vscode-1.64.0"
sources."@typescript-eslint/eslint-plugin-4.33.0"
sources."@typescript-eslint/experimental-utils-4.33.0"
@@ -119707,7 +118285,7 @@ in
sources."flat-5.0.2"
sources."flat-cache-3.0.4"
sources."flatted-3.2.5"
- sources."form-data-2.5.1"
+ sources."form-data-3.0.1"
sources."fs-constants-1.0.0"
sources."fs.realpath-1.0.0"
sources."fsevents-2.3.2"
@@ -119766,7 +118344,7 @@ in
sources."js-yaml-3.14.1"
sources."json-schema-traverse-0.4.1"
sources."json-stable-stringify-without-jsonify-1.0.1"
- sources."keytar-7.8.0"
+ sources."keytar-7.9.0"
sources."leven-3.1.0"
sources."levn-0.4.1"
sources."linkify-it-2.2.0"
@@ -119789,11 +118367,11 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-response-3.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."mkdirp-classic-0.5.3"
- (sources."mocha-9.2.0" // {
+ (sources."mocha-9.2.1" // {
dependencies = [
sources."argparse-2.0.1"
sources."has-flag-4.0.0"
@@ -119987,7 +118565,7 @@ in
dependencies = [
sources."find-up-5.0.0"
sources."locate-path-6.0.0"
- sources."nanoid-3.3.0"
+ sources."nanoid-3.3.1"
sources."p-limit-3.1.0"
sources."p-locate-5.0.0"
sources."path-exists-4.0.0"
@@ -120052,7 +118630,7 @@ in
sources."commander-1.3.2"
];
})
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."formidable-1.0.11"
sources."fresh-0.2.0"
sources."function-bind-1.1.1"
@@ -120106,10 +118684,10 @@ in
sass = nodeEnv.buildNodePackage {
name = "sass";
packageName = "sass";
- version = "1.49.7";
+ version = "1.49.8";
src = fetchurl {
- url = "https://registry.npmjs.org/sass/-/sass-1.49.7.tgz";
- sha512 = "13dml55EMIR2rS4d/RDHHP0sXMY3+30e1TKsyXaSz3iLWVoDWEoboY8WzJd5JMnxrRHffKO3wq2mpJ0jxRJiEQ==";
+ url = "https://registry.npmjs.org/sass/-/sass-1.49.8.tgz";
+ sha512 = "NoGOjvDDOU9og9oAxhRnap71QaTjjlzrvLnKecUJ3GxhaQBrV6e7gPuSPF28u1OcVAArVojPAe4ZhOXwwC4tGw==";
};
dependencies = [
sources."anymatch-3.1.2"
@@ -120298,7 +118876,7 @@ in
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
sources."@nodelib/fs.walk-1.2.8"
- sources."@serverless/dashboard-plugin-6.0.0"
+ sources."@serverless/dashboard-plugin-6.1.0"
sources."@serverless/event-mocks-1.1.1"
(sources."@serverless/platform-client-4.3.1" // {
dependencies = [
@@ -120343,7 +118921,7 @@ in
sources."async-3.2.3"
sources."asynckit-0.4.0"
sources."at-least-node-1.0.0"
- (sources."aws-sdk-2.1074.0" // {
+ (sources."aws-sdk-2.1077.0" // {
dependencies = [
sources."buffer-4.9.2"
sources."ieee754-1.1.13"
@@ -120521,7 +119099,7 @@ in
sources."fill-range-7.0.1"
sources."find-requires-1.0.0"
sources."flat-5.0.2"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."form-data-2.5.1"
sources."formidable-1.2.6"
sources."fs-constants-1.0.0"
@@ -120617,7 +119195,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minipass-3.1.6"
sources."minizlib-2.1.2"
sources."mkdirp-1.0.4"
@@ -120809,8 +119387,8 @@ in
sources."bcrypt-pbkdf-1.0.2"
sources."better-assert-1.0.2"
sources."blob-0.0.2"
- sources."body-parser-1.19.1"
- sources."bytes-3.1.1"
+ sources."body-parser-1.19.2"
+ sources."bytes-3.1.2"
sources."callsite-1.0.0"
sources."caseless-0.12.0"
sources."cheerio-0.17.0"
@@ -120821,7 +119399,7 @@ in
sources."component-inherit-0.0.3"
sources."content-disposition-0.5.4"
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."core-util-is-1.0.3"
sources."dashdash-1.14.1"
@@ -120857,7 +119435,7 @@ in
sources."escape-html-1.0.3"
sources."etag-1.8.1"
sources."event-stream-3.3.5"
- sources."express-4.17.2"
+ sources."express-4.17.3"
sources."extend-3.0.2"
sources."extsprintf-1.3.0"
sources."fast-deep-equal-3.1.3"
@@ -120926,9 +119504,9 @@ in
sources."proxy-addr-2.0.7"
sources."psl-1.8.0"
sources."punycode-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."read-1.0.7"
sources."readable-stream-1.1.14"
(sources."request-2.88.2" // {
@@ -121309,7 +119887,7 @@ in
sources."keep-alive-agent-0.0.1"
sources."lru-cache-2.2.0"
sources."mime-1.6.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."mv-2.1.1"
@@ -121410,10 +119988,10 @@ in
snyk = nodeEnv.buildNodePackage {
name = "snyk";
packageName = "snyk";
- version = "1.852.0";
+ version = "1.855.0";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk/-/snyk-1.852.0.tgz";
- sha512 = "p+C0Jq7qYsdmt8gmyB7rz3I9+BsVZKrXx/VqfPRgZECTQLft5BlXXE8dtwPIlKTIIBGQeT9Cy6ZyKzvZxpE6OA==";
+ url = "https://registry.npmjs.org/snyk/-/snyk-1.855.0.tgz";
+ sha512 = "LZ8tXVleYHPW2GL3UWfaswKatNY1rTQ7aUNOD1rboD4cWydJsHCnSHzoMQcXq+06XBLw//LxL0G2YhdZhPz2mA==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -121675,7 +120253,7 @@ in
sources."array-unique-0.2.1"
sources."arrify-1.0.1"
sources."assign-symbols-1.0.0"
- (sources."async-append-only-log-3.1.3" // {
+ (sources."async-append-only-log-3.1.4" // {
dependencies = [
sources."push-stream-11.0.1"
];
@@ -122039,7 +120617,7 @@ in
sources."math-random-1.0.4"
sources."mdmanifest-1.0.8"
sources."micromatch-2.3.11"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."mixin-deep-1.3.2" // {
dependencies = [
@@ -122550,7 +121128,7 @@ in
})
sources."untildify-2.1.0"
sources."urix-0.1.0"
- sources."url-parse-1.5.6"
+ sources."url-parse-1.5.7"
sources."use-3.1.1"
sources."user-home-2.0.0"
sources."utf8-byte-length-1.0.4"
@@ -122669,7 +121247,7 @@ in
sources."async-1.5.2"
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
- (sources."aws-sdk-2.1074.0" // {
+ (sources."aws-sdk-2.1077.0" // {
dependencies = [
sources."uuid-3.3.2"
];
@@ -122697,9 +121275,9 @@ in
sources."bindings-1.2.1"
sources."blob-0.0.5"
sources."bluebird-2.11.0"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
];
})
sources."boom-2.10.1"
@@ -122713,7 +121291,7 @@ in
sources."bunyan-1.8.15"
sources."busboy-0.2.14"
sources."bytebuffer-3.5.5"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."call-bind-1.0.2"
sources."camelcase-1.2.1"
sources."caseless-0.11.0"
@@ -122839,11 +121417,11 @@ in
sources."cross-spawn-6.0.5"
];
})
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."proxy-addr-2.0.7"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."safe-buffer-5.2.1"
];
})
@@ -122862,7 +121440,7 @@ in
sources."fd-slicer-1.1.0"
sources."finalhandler-1.1.2"
sources."find-up-3.0.0"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."forever-agent-0.6.1"
sources."form-data-2.1.4"
sources."formidable-1.2.6"
@@ -123035,7 +121613,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."minicap-prebuilt-2.3.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minitouch-prebuilt-1.2.0"
sources."mkdirp-0.5.5"
@@ -123139,7 +121717,7 @@ in
sources."randexp-0.4.9"
sources."random-bytes-1.0.0"
sources."range-parser-1.2.1"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."read-pkg-1.1.0"
(sources."read-pkg-up-1.0.1" // {
dependencies = [
@@ -123447,10 +122025,10 @@ in
stylelint = nodeEnv.buildNodePackage {
name = "stylelint";
packageName = "stylelint";
- version = "14.5.0";
+ version = "14.5.1";
src = fetchurl {
- url = "https://registry.npmjs.org/stylelint/-/stylelint-14.5.0.tgz";
- sha512 = "4dvQjrhAz2njLoE1OvUEZpryNWcmx2w5Lq5jlibxFv6b5W6O8/vob12M2ZzhX3Ndzs5f67F+BEYmhnQXOwfVYQ==";
+ url = "https://registry.npmjs.org/stylelint/-/stylelint-14.5.1.tgz";
+ sha512 = "8Hf4HtnhxlWlf7iXF9zFfhSc3X0teRnVzl6PqPs2JEFx+dy/mhMhghZfiTDW4QG0ihDw9+WP7GZw5Nzx7cQF5A==";
};
dependencies = [
sources."@babel/code-frame-7.16.7"
@@ -123559,10 +122137,10 @@ in
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-options-4.1.0"
sources."ms-2.1.2"
- sources."nanoid-3.3.0"
+ sources."nanoid-3.3.1"
sources."normalize-package-data-3.0.3"
sources."normalize-path-3.0.0"
sources."normalize-selector-0.2.0"
@@ -123738,7 +122316,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-fn-1.2.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.3"
(sources."mkdirp-0.5.5" // {
dependencies = [
@@ -123801,10 +122379,10 @@ in
svelte-check = nodeEnv.buildNodePackage {
name = "svelte-check";
packageName = "svelte-check";
- version = "2.4.3";
+ version = "2.4.5";
src = fetchurl {
- url = "https://registry.npmjs.org/svelte-check/-/svelte-check-2.4.3.tgz";
- sha512 = "0zJMMgqYHoP7QEG3tfc5DekpHAOqoy4QOL8scWMSdHIpVVDVC0MuYK57nFyj3XVTW8Zfm85FlgnAdQYsVmST2Q==";
+ url = "https://registry.npmjs.org/svelte-check/-/svelte-check-2.4.5.tgz";
+ sha512 = "nRft8BbG2wcxyCdHDZ7X43xLcvDzua3xLwq6wzHGcAF3ka3Jyhv2rvgq0+SF9NwHLMefp9C2XkM6etzsxK/cMQ==";
};
dependencies = [
sources."@nodelib/fs.scandir-2.1.5"
@@ -123843,7 +122421,7 @@ in
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."mri-1.2.0"
@@ -123883,10 +122461,10 @@ in
svelte-language-server = nodeEnv.buildNodePackage {
name = "svelte-language-server";
packageName = "svelte-language-server";
- version = "0.14.21";
+ version = "0.14.22";
src = fetchurl {
- url = "https://registry.npmjs.org/svelte-language-server/-/svelte-language-server-0.14.21.tgz";
- sha512 = "jq5xsZ5H7fQBAGA/BuJU9iVKcLiM7Tsop9GUt4AWlVkP6+hOpdD5Tv1I9nZnbucIlm2gkOjG1tiwSSvzjColuA==";
+ url = "https://registry.npmjs.org/svelte-language-server/-/svelte-language-server-0.14.22.tgz";
+ sha512 = "zE/lE7aBagckw9ZIV+zySd3/LbU5tEw2f+WEjvrr74AHGW0DuTHdj9x6Hx1N0LbnQ7/OVkhCCxsRfbvLUL724Q==";
};
dependencies = [
sources."@emmetio/abbreviation-2.2.3"
@@ -123932,7 +122510,7 @@ in
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."no-case-3.0.4"
@@ -123955,7 +122533,7 @@ in
sources."strip-indent-3.0.0"
sources."svelte-3.46.4"
sources."svelte-preprocess-4.10.3"
- sources."svelte2tsx-0.5.3"
+ sources."svelte2tsx-0.5.5"
sources."to-regex-range-5.0.1"
sources."tslib-2.3.1"
sources."typescript-4.5.5"
@@ -124366,7 +122944,7 @@ in
sources."mime-1.6.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-0.0.8"
sources."mixin-deep-1.3.2"
sources."mkdirp-0.5.1"
@@ -124675,10 +123253,10 @@ in
tailwindcss = nodeEnv.buildNodePackage {
name = "tailwindcss";
packageName = "tailwindcss";
- version = "3.0.22";
+ version = "3.0.23";
src = fetchurl {
- url = "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz";
- sha512 = "F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==";
+ url = "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.23.tgz";
+ sha512 = "+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA==";
};
dependencies = [
sources."@babel/code-frame-7.16.7"
@@ -124749,7 +123327,7 @@ in
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
sources."minimist-1.2.5"
- sources."nanoid-3.3.0"
+ sources."nanoid-3.3.1"
sources."normalize-path-3.0.0"
sources."object-hash-2.2.0"
sources."parent-module-1.0.1"
@@ -124964,7 +123542,7 @@ in
sources."inherits-2.0.4"
sources."isarray-1.0.0"
sources."memory-fs-0.3.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."object-assign-4.1.1"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
@@ -125154,7 +123732,7 @@ in
sources."micromark-extension-gfm-table-0.4.3"
sources."micromark-extension-gfm-tagfilter-0.3.0"
sources."micromark-extension-gfm-task-list-item-0.3.3"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.1.2"
@@ -125517,7 +124095,7 @@ in
sources."meow-7.1.1"
sources."mimic-response-1.0.1"
sources."min-indent-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimist-options-4.1.0"
sources."ms-2.1.2"
@@ -126181,7 +124759,7 @@ in
sources."content-type-1.0.4"
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
- sources."core-js-3.21.0"
+ sources."core-js-3.21.1"
sources."core-util-is-1.0.2"
sources."cors-2.8.5"
sources."css-select-4.2.1"
@@ -126343,7 +124921,7 @@ in
})
sources."mimic-response-1.0.1"
sources."minimalistic-assert-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."minipass-2.9.0" // {
dependencies = [
@@ -126654,7 +125232,7 @@ in
sources."content-type-1.0.4"
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
- sources."core-js-3.21.0"
+ sources."core-js-3.21.1"
sources."core-util-is-1.0.2"
sources."cors-2.8.5"
sources."css-select-4.2.1"
@@ -126816,7 +125394,7 @@ in
})
sources."mimic-response-1.0.1"
sources."minimalistic-assert-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
(sources."minipass-2.9.0" // {
dependencies = [
@@ -127134,7 +125712,7 @@ in
sources."content-type-1.0.4"
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
- sources."core-js-3.21.0"
+ sources."core-js-3.21.1"
sources."core-util-is-1.0.2"
sources."css-select-1.2.0"
sources."css-what-2.1.3"
@@ -127296,7 +125874,7 @@ in
})
sources."mimic-response-1.0.1"
sources."minimalistic-assert-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-2.9.0"
sources."minizlib-1.3.3"
@@ -127806,7 +126384,7 @@ in
sources."content-type-1.0.4"
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
- sources."core-js-3.21.0"
+ sources."core-js-3.21.1"
sources."core-util-is-1.0.2"
sources."css-select-1.2.0"
sources."css-what-2.1.3"
@@ -127959,7 +126537,7 @@ in
})
sources."mimic-response-1.0.1"
sources."minimalistic-assert-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-2.9.0"
sources."minizlib-1.3.3"
@@ -128271,7 +126849,7 @@ in
sources."content-type-1.0.4"
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
- sources."core-js-3.21.0"
+ sources."core-js-3.21.1"
sources."core-util-is-1.0.2"
sources."css-select-1.2.0"
sources."css-what-2.1.3"
@@ -128424,7 +127002,7 @@ in
})
sources."mimic-response-1.0.1"
sources."minimalistic-assert-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-2.9.0"
sources."minizlib-1.3.3"
@@ -129155,7 +127733,7 @@ in
sources."lru-cache-6.0.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."node-appc-1.1.3"
@@ -129287,7 +127865,7 @@ in
sources."lru-cache-4.1.5"
sources."lstream-0.0.4"
sources."mime-1.6.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-0.0.8"
sources."mkdirp-0.5.1"
sources."moment-2.29.1"
@@ -129439,7 +128017,7 @@ in
sources."has-ansi-2.0.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-0.0.10"
sources."node-color-readline-1.0.1"
sources."once-1.4.0"
@@ -129551,7 +128129,7 @@ in
sources."lru-cache-6.0.0"
sources."merge2-1.4.1"
sources."micromatch-4.0.4"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."once-1.4.0"
sources."p-debounce-2.1.0"
sources."p-limit-2.3.0"
@@ -129667,10 +128245,10 @@ in
sources."balanced-match-1.0.2"
sources."base64id-2.0.0"
sources."blueimp-md5-2.19.0"
- sources."body-parser-1.19.1"
+ sources."body-parser-1.19.2"
sources."bootstrap-3.4.1"
sources."brace-expansion-1.1.11"
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
sources."cacheable-lookup-5.0.4"
sources."cacheable-request-7.0.2"
sources."cliui-7.0.4"
@@ -129720,7 +128298,11 @@ in
sources."escape-html-1.0.3"
sources."etag-1.8.1"
sources."eve-0.5.4"
- sources."express-4.17.2"
+ (sources."express-4.17.3" // {
+ dependencies = [
+ sources."cookie-0.4.2"
+ ];
+ })
(sources."express-session-1.17.2" // {
dependencies = [
sources."depd-2.0.0"
@@ -129786,7 +128368,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-1.0.4"
sources."moment-2.29.1"
@@ -129816,12 +128398,12 @@ in
sources."proxy-addr-2.0.7"
sources."pseudomap-1.0.2"
sources."pump-3.0.0"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."quick-lru-5.1.1"
sources."random-bytes-1.0.0"
sources."range-parser-1.2.1"
sources."raven-js-3.27.2"
- sources."raw-body-2.4.2"
+ sources."raw-body-2.4.3"
sources."rc-1.2.8"
sources."readable-stream-3.6.0"
sources."registry-auth-token-4.2.1"
@@ -129965,7 +128547,7 @@ in
sources."load-plugin-4.0.1"
sources."locate-path-3.0.0"
sources."lru-cache-6.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."ms-2.1.2"
sources."once-1.4.0"
sources."p-limit-2.3.0"
@@ -130090,7 +128672,7 @@ in
];
})
sources."mimic-response-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minipass-3.1.6"
sources."minizlib-2.1.2"
sources."mkdirp-1.0.4"
@@ -130223,20 +128805,20 @@ in
vercel = nodeEnv.buildNodePackage {
name = "vercel";
packageName = "vercel";
- version = "23.1.2";
+ version = "24.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/vercel/-/vercel-23.1.2.tgz";
- sha512 = "uS1k7wuXI6hbxiW+kn9vdAWL0bBi4jjVxc7Jwp8NhJjcRuzlydtt3gUEnhnC9AOIKQ4LxoAgmg50lSyYkrC8Hg==";
+ url = "https://registry.npmjs.org/vercel/-/vercel-24.0.0.tgz";
+ sha512 = "RMIfXipcbyONxWCUgzh6yaDEFlzMFLV+3ug+mGeQg45F9JmUfwXHiiLUDEWDnt9598CEN0V0P0DcKUCOQNNX6w==";
};
dependencies = [
sources."@sindresorhus/is-0.14.0"
sources."@szmarczak/http-timer-1.1.2"
sources."@types/node-17.0.18"
- sources."@vercel/build-utils-2.12.2"
- sources."@vercel/go-1.2.3"
- sources."@vercel/node-1.12.1"
- sources."@vercel/python-2.0.5"
- sources."@vercel/ruby-1.2.7"
+ sources."@vercel/build-utils-2.14.0"
+ sources."@vercel/go-1.3.0"
+ sources."@vercel/node-1.13.0"
+ sources."@vercel/python-2.2.0"
+ sources."@vercel/ruby-1.3.0"
sources."ansi-align-3.0.1"
sources."ansi-regex-5.0.1"
sources."ansi-styles-4.3.0"
@@ -130480,7 +129062,7 @@ in
sources."lodash.merge-4.6.2"
sources."lodash.truncate-4.4.2"
sources."lru-cache-6.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.1.2"
@@ -130728,7 +129310,7 @@ in
sha512 = "DTFhpzUhP3M5WA62WT/SVSxtq47R5rbIEznA7svxWD19/+D1iGBrrzAa8LrDCkLUMxyG3gbya99LczV4F9m6Yg==";
};
dependencies = [
- sources."core-js-3.21.0"
+ sources."core-js-3.21.1"
sources."jsonc-parser-3.0.0"
sources."regenerator-runtime-0.13.9"
sources."request-light-0.5.7"
@@ -130812,7 +129394,7 @@ in
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
sources."browser-stdout-1.3.1"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."buffer-crc32-0.2.13"
sources."buffer-from-1.1.2"
sources."call-bind-1.0.2"
@@ -131067,7 +129649,7 @@ in
sources."vscode-debugadapter-testsupport-1.51.0"
sources."vscode-debugprotocol-1.51.0"
sources."watchpack-2.3.1"
- sources."webpack-5.69.0"
+ sources."webpack-5.69.1"
(sources."webpack-cli-4.9.2" // {
dependencies = [
sources."commander-7.2.0"
@@ -131282,7 +129864,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-fn-1.2.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."multimatch-2.1.0"
@@ -131877,7 +130459,7 @@ in
sources."micromatch-3.1.10"
sources."mimic-fn-1.2.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minimist-options-3.0.2"
(sources."mixin-deep-1.3.2" // {
@@ -132394,7 +130976,7 @@ in
sources."combined-stream-1.0.8"
sources."concat-map-0.0.1"
sources."console-control-strings-1.1.0"
- sources."core-js-pure-3.21.0"
+ sources."core-js-pure-3.21.1"
sources."cssom-0.4.4"
(sources."cssstyle-2.3.0" // {
dependencies = [
@@ -132465,7 +131047,7 @@ in
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-response-2.1.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minizlib-2.1.2"
@@ -132887,14 +131469,14 @@ in
];
})
sources."map-age-cleaner-0.1.3"
- sources."marky-1.2.2"
+ sources."marky-1.2.4"
sources."mem-5.1.1"
sources."merge-stream-2.0.0"
sources."mime-db-1.51.0"
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-1.0.4"
sources."moment-2.29.1"
@@ -132909,7 +131491,7 @@ in
})
sources."mz-2.7.0"
sources."nan-2.15.0"
- sources."nanoid-3.3.0"
+ sources."nanoid-3.3.1"
sources."natural-compare-1.4.0"
sources."ncp-2.0.0"
sources."node-forge-0.10.0"
@@ -133110,10 +131692,10 @@ in
webpack = nodeEnv.buildNodePackage {
name = "webpack";
packageName = "webpack";
- version = "5.69.0";
+ version = "5.69.1";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz";
- sha512 = "E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==";
+ url = "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz";
+ sha512 = "+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==";
};
dependencies = [
sources."@types/eslint-8.4.1"
@@ -133142,7 +131724,7 @@ in
sources."acorn-import-assertions-1.8.0"
sources."ajv-6.12.6"
sources."ajv-keywords-3.5.2"
- sources."browserslist-4.19.1"
+ sources."browserslist-4.19.3"
sources."buffer-from-1.1.2"
sources."caniuse-lite-1.0.30001312"
sources."chrome-trace-event-1.0.3"
@@ -133300,7 +131882,7 @@ in
sources."@types/serve-index-1.9.1"
sources."@types/serve-static-1.13.10"
sources."@types/sockjs-0.3.33"
- sources."@types/ws-8.2.2"
+ sources."@types/ws-8.2.3"
sources."accepts-1.3.8"
sources."aggregate-error-3.1.0"
sources."ajv-8.10.0"
@@ -133315,9 +131897,9 @@ in
sources."balanced-match-1.0.2"
sources."batch-0.6.1"
sources."binary-extensions-2.2.0"
- (sources."body-parser-1.19.1" // {
+ (sources."body-parser-1.19.2" // {
dependencies = [
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
];
})
sources."bonjour-3.5.0"
@@ -133339,7 +131921,7 @@ in
sources."connect-history-api-fallback-1.6.0"
sources."content-disposition-0.5.4"
sources."content-type-1.0.4"
- sources."cookie-0.4.1"
+ sources."cookie-0.4.2"
sources."cookie-signature-1.0.6"
sources."core-util-is-1.0.3"
sources."cross-spawn-7.0.3"
@@ -133362,7 +131944,7 @@ in
sources."etag-1.8.1"
sources."eventemitter3-4.0.7"
sources."execa-5.1.1"
- (sources."express-4.17.2" // {
+ (sources."express-4.17.3" // {
dependencies = [
sources."array-flatten-1.1.1"
];
@@ -133373,7 +131955,7 @@ in
sources."faye-websocket-0.11.4"
sources."fill-range-7.0.1"
sources."finalhandler-1.1.2"
- sources."follow-redirects-1.14.8"
+ sources."follow-redirects-1.14.9"
sources."forwarded-0.2.0"
sources."fresh-0.5.2"
sources."fs-monkey-1.0.3"
@@ -133439,7 +132021,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."minimalistic-assert-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.0.0"
@@ -133478,12 +132060,12 @@ in
];
})
sources."punycode-2.1.1"
- sources."qs-6.9.6"
+ sources."qs-6.9.7"
sources."queue-microtask-1.2.3"
sources."range-parser-1.2.1"
- (sources."raw-body-2.4.2" // {
+ (sources."raw-body-2.4.3" // {
dependencies = [
- sources."bytes-3.1.1"
+ sources."bytes-3.1.2"
];
})
sources."readable-stream-3.6.0"
@@ -133656,6 +132238,7 @@ in
sources."airplay-js-0.3.0"
sources."ansi-regex-5.0.1"
sources."ansi-styles-4.3.0"
+ sources."b4a-1.3.1"
sources."balanced-match-1.0.2"
sources."base64-js-1.5.1"
sources."bencode-2.0.2"
@@ -133819,7 +132402,7 @@ in
sources."memory-chunk-store-1.3.5"
sources."mime-3.0.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."mkdirp-classic-0.5.3"
sources."moment-2.29.1"
@@ -133872,7 +132455,7 @@ in
sources."range-slice-stream-2.0.0"
sources."rc4-0.1.5"
sources."readable-stream-3.6.0"
- sources."record-cache-1.1.1"
+ sources."record-cache-1.2.0"
(sources."render-media-4.1.0" // {
dependencies = [
sources."debug-4.3.3"
@@ -133890,7 +132473,7 @@ in
sources."semver-5.1.1"
sources."simple-concat-1.0.1"
sources."simple-get-2.8.2"
- (sources."simple-peer-9.11.0" // {
+ (sources."simple-peer-9.11.1" // {
dependencies = [
sources."debug-4.3.3"
sources."ms-2.1.2"
@@ -133949,7 +132532,7 @@ in
sources."utp-native-2.5.3"
sources."videostream-3.2.2"
sources."vlc-command-1.2.0"
- (sources."webtorrent-1.8.1" // {
+ (sources."webtorrent-1.8.2" // {
dependencies = [
sources."debug-4.3.3"
sources."decompress-response-6.0.0"
@@ -134088,7 +132671,7 @@ in
sources."ini-2.0.0"
sources."is-fullwidth-code-point-3.0.0"
sources."jsonfile-4.0.0"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."npm-bundled-1.1.2"
sources."npm-normalize-package-bin-1.0.1"
sources."npm-packlist-2.2.2"
@@ -134143,7 +132726,7 @@ in
};
dependencies = [
sources."@babel/runtime-7.17.2"
- sources."@gar/promisify-1.1.2"
+ sources."@gar/promisify-1.1.3"
sources."@isaacs/string-locale-compare-1.1.0"
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
@@ -134167,7 +132750,12 @@ in
];
})
sources."@npmcli/installed-package-contents-1.0.7"
- sources."@npmcli/map-workspaces-2.0.0"
+ (sources."@npmcli/map-workspaces-2.0.1" // {
+ dependencies = [
+ sources."brace-expansion-2.0.1"
+ sources."minimatch-5.0.0"
+ ];
+ })
(sources."@npmcli/metavuln-calculator-2.0.0" // {
dependencies = [
sources."semver-7.3.5"
@@ -134244,7 +132832,7 @@ in
sources."readable-stream-3.6.0"
];
})
- sources."boolean-3.1.4"
+ sources."boolean-3.2.0"
(sources."boxen-1.3.0" // {
dependencies = [
sources."camelcase-4.1.0"
@@ -134303,7 +132891,7 @@ in
sources."config-chain-1.1.13"
sources."configstore-3.1.5"
sources."console-control-strings-1.1.0"
- sources."core-js-3.21.0"
+ sources."core-js-3.21.1"
sources."core-util-is-1.0.3"
sources."create-error-class-3.0.2"
sources."cross-spawn-6.0.5"
@@ -134561,7 +133149,7 @@ in
sources."mime-types-2.1.34"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
- sources."minimatch-3.1.1"
+ sources."minimatch-3.1.2"
sources."minimist-1.2.5"
sources."minipass-3.1.6"
sources."minipass-collect-1.0.2"
@@ -134587,7 +133175,7 @@ in
sources."ansi-regex-5.0.1"
sources."are-we-there-yet-3.0.0"
sources."env-paths-2.2.1"
- sources."gauge-4.0.0"
+ sources."gauge-4.0.1"
sources."is-fullwidth-code-point-3.0.0"
sources."npmlog-6.0.1"
sources."readable-stream-3.6.0"
@@ -134638,7 +133226,7 @@ in
sources."http-cache-semantics-4.1.0"
sources."http-proxy-agent-5.0.0"
sources."lru-cache-7.3.1"
- sources."make-fetch-happen-10.0.2"
+ sources."make-fetch-happen-10.0.3"
sources."ms-2.1.2"
];
})
@@ -134942,7 +133530,7 @@ in
sources."tweetnacl-0.14.5"
(sources."twig-1.15.4" // {
dependencies = [
- sources."minimatch-3.0.7"
+ sources."minimatch-3.0.8"
];
})
sources."type-fest-0.3.1"
@@ -135086,10 +133674,10 @@ in
zx = nodeEnv.buildNodePackage {
name = "zx";
packageName = "zx";
- version = "5.0.0";
+ version = "5.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/zx/-/zx-5.0.0.tgz";
- sha512 = "Kjf4tb11c4x+6d0WqU0+7YmAe0fJK7rABX/sBJNsQbPK8PUZttyIhXEiId4ZlWdyrPf/8Lfgi6R4tuiiUab9OQ==";
+ url = "https://registry.npmjs.org/zx/-/zx-5.1.0.tgz";
+ sha512 = "J62b/7sFwqt4zbmPbeKJGwZlvW2X3ynyfWHZPr+xLAGF80h4aY4SgXaadMjljpvIbWGOwRmK38vwEdi5XgUpcQ==";
};
dependencies = [
sources."@nodelib/fs.scandir-2.1.5"
@@ -135098,7 +133686,6 @@ in
sources."@types/fs-extra-9.0.13"
sources."@types/minimist-1.2.2"
sources."@types/node-17.0.18"
- sources."@types/node-fetch-3.0.3"
sources."braces-3.0.2"
sources."chalk-5.0.0"
sources."data-uri-to-buffer-4.0.0"
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/advantage-air/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/advantage-air/default.nix
index de8b51026e..d8a8cf5797 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/advantage-air/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/advantage-air/default.nix
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "advantage-air";
- version = "0.3.0";
+ version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "advantage_air";
inherit version;
- hash = "sha256-K+UhvWwV2Icpx53l3zFhD7LTwn0otsHpbUfJ4Vu0Et0=";
+ hash = "sha256-C+cB6oHmbr9mHZKnbls42yenQy3+L8huLk9wKazIWfU=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/aio-georss-gdacs/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/aio-georss-gdacs/default.nix
index ed8b0ce2a8..b33e2e35ee 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/aio-georss-gdacs/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/aio-georss-gdacs/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aio-georss-gdacs";
- version = "0.5";
+ version = "0.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-aio-georss-gdacs";
rev = "v${version}";
- sha256 = "sha256-CIQoQRk5KIPEa/Y/7C1NPctuHvoiZ/o2bDa5YSWY+9M=";
+ sha256 = "sha256-sUHVmueu70ZnXP8KoJ2mDzzEedzXYHM2yeGC4oVsZZU=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/aioazuredevops/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/aioazuredevops/default.nix
index 3568e98a59..4c8cd7a45d 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/aioazuredevops/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/aioazuredevops/default.nix
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "aioazuredevops";
- version = "1.3.5";
+ version = "1.4.3";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
- sha256 = "4c98a995d0516f502ba191fa3ac973ee72b93425e7eab3cdf770516c6e93c780";
+ sha256 = "sha256-vNTvSQYjjptdPsHz0zM9paq3iodZrhcEralPm6YRZJE=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/aiogithubapi/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/aiogithubapi/default.nix
index 08ff1c92dd..c52a8a1329 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/aiogithubapi/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/aiogithubapi/default.nix
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiogithubapi";
- version = "22.2.0";
+ version = "22.2.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
- sha256 = "sha256-2M0EcDs3WmgG2tusvnXK750+ALE93RktlPyQO36+Ojw=";
+ sha256 = "sha256-RmMI3h8ouFZYD+xeK4bVx0k529UP+Y2KH7r161zst7Y=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/aiohttp-wsgi/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/aiohttp-wsgi/default.nix
index 1e47634532..1f01a7b57e 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/aiohttp-wsgi/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/aiohttp-wsgi/default.nix
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiohttp-wsgi";
- version = "0.9.1";
+ version = "0.10.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "etianen";
repo = pname;
- rev = version;
- sha256 = "sha256-lQ0mAUqsOmozUIMd6nwRATaq8C5SUFGoyQu1v0RBnas=";
+ rev = "v${version}";
+ sha256 = "sha256-3Q00FidZWV1KueuHyHKQf1PsDJGOaRW6v/kBy7lzD4Q=";
};
propagatedBuildInputs = [
@@ -26,12 +26,6 @@ buildPythonPackage rec {
pytestCheckHook
];
- disabledTests = [
- # makes http request to another server
- # https://github.com/etianen/aiohttp-wsgi/issues/32
- "testEnviron"
- ];
-
pythonImportsCheck = [ "aiohttp_wsgi" ];
meta = with lib; {
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/awesomeversion/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/awesomeversion/default.nix
index 84a3aec05b..f74a6af847 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/awesomeversion/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/awesomeversion/default.nix
@@ -1,14 +1,15 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
+, poetry-core
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "awesomeversion";
- version = "22.1.0";
- format = "setuptools";
+ version = "22.2.0";
+ format = "pyproject";
disabled = pythonOlder "3.8";
@@ -16,19 +17,23 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
- sha256 = "sha256-eoY920c8mgunvZd0M/vR7+bMCPFqqCm3F/fq0vo6K/0=";
+ sha256 = "sha256-FlJrk/PH3nBLakQfS+ruDwAPH/oo16JcfrtVRFgbUXY=";
};
- postPatch = ''
- # Upstream doesn't set a version
- substituteInPlace setup.py \
- --replace "main" ${version}
- '';
+ nativeBuildInputs = [
+ poetry-core
+ ];
checkInputs = [
pytestCheckHook
];
+ postPatch = ''
+ # Upstream doesn't set a version
+ substituteInPlace pyproject.toml \
+ --replace 'version = "0"' 'version = "${version}"'
+ '';
+
pythonImportsCheck = [
"awesomeversion"
];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/aws-lambda-builders/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/aws-lambda-builders/default.nix
index 24de88aeca..c5565500a3 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/aws-lambda-builders/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/aws-lambda-builders/default.nix
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "aws-lambda-builders";
- version = "1.11.0";
+ version = "1.12.0";
# No tests available in PyPI tarball
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-lambda-builders";
rev = "v${version}";
- sha256 = "sha256-3zlEpPo35K9R3uyUUsvsCx45E93Ih9VVhdRhNwIvZ7k=";
+ sha256 = "sha256-3Of3E32+Txe2844pl0sWxj46EgaTG2aEfbAELlxIT/E=";
};
# Package is not compatible with Python 3.5
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix
index e65d454a35..5baf84c1c3 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-recoveryservicesbackup";
- version = "4.1.0";
+ version = "4.1.1";
src = fetchPypi {
inherit pname version;
extension = "zip";
- sha256 = "sha256-gJncKsR1A6ntewOBH0nGhcjMjOkWJEPpWGN//qoEHyQ=";
+ sha256 = "sha256-9xF2TIAzydmviOwfveA0ZGP7Qj0HWLL6rXp4V4IDS6A=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/bimmer-connected/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/bimmer-connected/default.nix
index 0f6334d279..8f754b213e 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/bimmer-connected/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/bimmer-connected/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bimmer-connected";
- version = "0.8.10";
+ version = "0.8.11";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bimmerconnected";
repo = "bimmer_connected";
rev = version;
- hash = "sha256-xt21mcXcucUhJlqwDLrAHvQLg9++uc/cX5Sy+Sppsbo=";
+ hash = "sha256-Ufx9Tl0PmV3AEig3UvejJBVxhewzPN6IRsji5MzVxG8=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/ciscoconfparse/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/ciscoconfparse/default.nix
new file mode 100644
index 0000000000..8831999e99
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/ciscoconfparse/default.nix
@@ -0,0 +1,32 @@
+{ lib, buildPythonPackage, fetchFromGitHub, passlib, dnspython, loguru, toml
+, ipaddr, poetry, poetry-core, black, Fabric, pytest, sphinx }:
+
+buildPythonPackage rec {
+ pname = "ciscoconfparse";
+ version = "1.6.21";
+ format = "pyproject";
+
+ src = fetchFromGitHub {
+ owner = "mpenning";
+ repo = pname;
+ rev = version;
+ sha256 = "1d6nzhmdg7zlg1h3lm4v7j4hsb2aqd475r5q5vcqxfdxszc92w21";
+ };
+
+ patchPhase = ''
+ patchShebangs tests
+ '';
+
+ propagatedBuildInputs =
+ [ passlib dnspython loguru toml ipaddr poetry black Fabric sphinx ];
+
+ checkInputs = [ pytest ];
+
+ meta = with lib; {
+ description =
+ "Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations";
+ homepage = "https://github.com/mpenning/ciscoconfparse";
+ license = licenses.gpl3Only;
+ maintainers = [ maintainers.astro ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/coqpit/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/coqpit/default.nix
index c36e353e3b..e19255c447 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/coqpit/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/coqpit/default.nix
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "coqpit";
- version = "0.0.14";
+ version = "0.0.15";
format = "setuptools";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = pname;
rev = "v${version}";
- sha256 = "041sx7ph8vfx8ivvm6hjj6s83p9lni2agwyrrncqwhcbjy9pbdf1";
+ sha256 = "sha256-i2Lf7YQ9Ht4AlmfIBvJTWNPgEk8Kv92rs5VxuPgvR5U=";
};
checkInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/dsinternals/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/dsinternals/default.nix
new file mode 100644
index 0000000000..53d5e5acc9
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/dsinternals/default.nix
@@ -0,0 +1,47 @@
+{ lib
+, buildPythonPackage
+, fetchFromGitHub
+, pycryptodomex
+, pyopenssl
+, pytestCheckHook
+, pythonOlder
+}:
+
+buildPythonPackage rec {
+ pname = "dsinternals";
+ version = "1.2.4";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
+
+ src = fetchFromGitHub {
+ owner = "p0dalirius";
+ repo = "pydsinternals";
+ rev = version;
+ hash = "sha256-C1ar9c4F4WI5ICX7PJe8FzVwK8bxZds+kMBpttEp9Ko=";
+ };
+
+ propagatedBuildInputs = [
+ pyopenssl
+ pycryptodomex
+ ];
+
+ checkInputs = [
+ pytestCheckHook
+ ];
+
+ pythonImportsCheck = [
+ "dsinternals"
+ ];
+
+ pytestFlagsArray = [
+ "tests/*.py"
+ ];
+
+ meta = with lib; {
+ description = "Module to interact with Windows Active Directory";
+ homepage = "https://github.com/p0dalirius/pydsinternals";
+ license = licenses.gpl2Only;
+ maintainers = with maintainers; [ fab ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/enlighten/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/enlighten/default.nix
index 3c786d8691..b6d31ddaf9 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/enlighten/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/enlighten/default.nix
@@ -5,28 +5,41 @@
, blessed
, prefixed
, pytestCheckHook
+, pythonOlder
}:
buildPythonPackage rec {
pname = "enlighten";
version = "1.10.2";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "7a5b83cd0f4d095e59d80c648ebb5f7ffca0cd8bcf7ae6639828ee1ad000632a";
+ hash = "sha256-eluDzQ9NCV5Z2Axkjrtff/ygzYvPeuZjmCjuGtAAYyo=";
};
propagatedBuildInputs = [
blessed
prefixed
];
- checkInputs = [ pytestCheckHook ];
- pythonImportsCheck = [ "enlighten" ];
- disabledTests =
+ checkInputs = [
+ pytestCheckHook
+ ];
+
+ pythonImportsCheck = [
+ "enlighten"
+ ];
+
+ disabledTests = [
+ # AssertionError: <_io.TextIOWrapper name='' mode='w' encoding='utf-8'> is not...
+ "test_init"
+ ] ++ lib.optional stdenv.isDarwin [
# https://github.com/Rockhopper-Technologies/enlighten/issues/44
- lib.optional stdenv.isDarwin "test_autorefresh"
- ;
+ "test_autorefresh"
+ ];
meta = with lib; {
description = "Enlighten Progress Bar for Python Console Apps";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/georss-generic-client/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/georss-generic-client/default.nix
index 4f2e317c52..4345505f31 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/georss-generic-client/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/georss-generic-client/default.nix
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "georss-generic-client";
- version = "0.6";
+ version = "0.7";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-georss-generic-client";
rev = "v${version}";
- sha256 = "sha256-XVejBbVilq8zrmuyBUd0mNPZ4qysSg9lAe/lhbKT+qs=";
+ sha256 = "sha256-58NpACrJK29NUnx3RrsLFPPo+6A/JlIlkrv8N9juMu0=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/georss-qld-bushfire-alert-client/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/georss-qld-bushfire-alert-client/default.nix
index e7ecd23b3c..fb4b0e753a 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/georss-qld-bushfire-alert-client/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/georss-qld-bushfire-alert-client/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "georss-qld-bushfire-alert-client";
- version = "0.5";
+ version = "0.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-georss-qld-bushfire-alert-client";
rev = "v${version}";
- hash = "sha256-G7rIoG48MTWngtXCT5xzcjntzsYxtVWVhXflLsWY/dk=";
+ hash = "sha256-7KVR0hdLwyCj7MYJoRvQ6wTeJQAmCUarYxJXEFaN8Pc=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/georss-wa-dfes-client/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/georss-wa-dfes-client/default.nix
index ff6c3a13ea..74c1a99949 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/georss-wa-dfes-client/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/georss-wa-dfes-client/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "georss-wa-dfes-client";
- version = "0.3";
+ version = "0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-georss-wa-dfes-client";
rev = "v${version}";
- hash = "sha256-R7so5EYsKGrOdEXVZ44A+kgTA3pIW6W/R4hzw+Yx0wU=";
+ hash = "sha256-s7qGTlWFdOtw0eMK7idld7HPOxO8CjODCmUi0WmRLdI=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/hahomematic/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/hahomematic/default.nix
index 2c1e308af6..656b89ab7b 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/hahomematic/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/hahomematic/default.nix
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "hahomematic";
- version = "0.34.2";
+ version = "0.35.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = version;
- sha256 = "sha256-S2zbm0S6LhQSRW6wFdbvqZdXHqIqLRSkqxVTQdIRGT4=";
+ sha256 = "sha256-VgtdnKj+TlAsFr1un6eMlYfumap4mwE8H4kkKAUrxfo=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/intellifire4py/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/intellifire4py/default.nix
index 2297f88092..5418b237d1 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/intellifire4py/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/intellifire4py/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "intellifire4py";
- version = "0.9.8";
+ version = "0.9.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jeeftor";
repo = pname;
rev = version;
- hash = "sha256-xuFCikmoQX95h0rzkO03I0IpUzLB2rbPo9IoxmstlmE=";
+ hash = "sha256-oI4iGnfitou8/Jhe7K4rnSPnmddfO+6FLZzqgNmaPV8=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/ipaddr/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/ipaddr/default.nix
new file mode 100644
index 0000000000..41ef6faa7c
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/ipaddr/default.nix
@@ -0,0 +1,22 @@
+{ lib, buildPythonPackage, fetchPypi }:
+
+buildPythonPackage rec {
+ pname = "ipaddr";
+ version = "2.2.0";
+
+ src = fetchPypi {
+ inherit pname version;
+ sha256 = "1ml8r8z3f0mnn381qs1snbffa920i9ycp6mm2am1d3aqczkdz4j0";
+ };
+
+ checkPhase = ''
+ python ipaddr_test.py
+ '';
+
+ meta = with lib; {
+ description = "IP address manipulation library";
+ homepage = "https://github.com/google/ipaddr-py";
+ license = licenses.asl20;
+ maintainers = [ maintainers.astro ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/jsonrpclib-pelix/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/jsonrpclib-pelix/default.nix
index 0ad388db32..f049e2a09d 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/jsonrpclib-pelix/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/jsonrpclib-pelix/default.nix
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "jsonrpclib-pelix";
- version = "0.4.3.1";
+ version = "0.4.3.2";
src = fetchPypi {
inherit pname version;
- sha256 = "f6f376c72ec1c0dfd69fcc2721d711f6ca1fe22bf71f99e6884c5e43e9b58c95";
+ sha256 = "sha256-6eCzPvqPog2BfdeN/Z5M2zlnyKXTy1p4O+HugcSonHw=";
};
doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/motionblinds/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/motionblinds/default.nix
index 57a5531390..f6f176dcd5 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/motionblinds/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/motionblinds/default.nix
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "motionblinds";
- version = "0.5.12";
+ version = "0.5.13";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "motion-blinds";
rev = version;
- sha256 = "sha256-MnW5Un5iLapfvU2TTP6NekCFPUIunfRNp7+L4LUA0bc=";
+ sha256 = "sha256-7o8mov8uV5ZrEYvX1qPSMT2T8Jb/1eV2MytU+1SEYfY=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/mypy-boto3-builder/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/mypy-boto3-builder/default.nix
index b47c6701a0..4bb3714563 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/mypy-boto3-builder/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/mypy-boto3-builder/default.nix
@@ -7,6 +7,7 @@
, jinja2
, md-toc
, mdformat
+, newversion
, poetry-core
, pyparsing
, pytestCheckHook
@@ -15,16 +16,16 @@
buildPythonPackage rec {
pname = "mypy-boto3-builder";
- version = "6.3.2";
+ version = "7.1.2";
format = "pyproject";
- disabled = pythonOlder "3.8";
+ disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "vemel";
repo = "mypy_boto3_builder";
rev = version;
- sha256 = "1krsh8pmxigpzz21gvsy7qnpnwfkyyjbz92bqp9iflf7kklfhb79";
+ hash = "sha256-p81Dk6Kv0MzHvexhM8Su5/yIpB+ZGBFqOtm0D18l26s=";
};
nativeBuildInputs = [
@@ -38,6 +39,7 @@ buildPythonPackage rec {
jinja2
md-toc
mdformat
+ newversion
pyparsing
];
@@ -45,12 +47,14 @@ buildPythonPackage rec {
pytestCheckHook
];
- disabledTests = [
- # Should be fixed with 5.x
- "test_get_types"
+ pythonImportsCheck = [
+ "mypy_boto3_builder"
];
- pythonImportsCheck = [ "mypy_boto3_builder" ];
+ disabledTests = [
+ # Tests require network access
+ "TestBotocoreChangelogChangelog"
+ ];
meta = with lib; {
description = "Type annotations builder for boto3";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/napalm/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/napalm/default.nix
new file mode 100644
index 0000000000..2266283cc5
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/napalm/default.nix
@@ -0,0 +1,44 @@
+{ lib, buildPythonPackage, fetchFromGitHub, callPackage, setuptools, cffi
+, paramiko, requests, future, textfsm, jinja2, netaddr, pyyaml, pyeapi, netmiko
+, junos-eznc, ciscoconfparse, scp, lxml, ncclient, pytestCheckHook, ddt, mock }:
+
+buildPythonPackage rec {
+ pname = "napalm";
+ version = "3.3.1";
+
+ src = fetchFromGitHub {
+ owner = "napalm-automation";
+ repo = "napalm";
+ rev = version;
+ sha256 = "15h1h1a3avv48i14x96b8v7zkhmwg7dnzxycxr18f9530j237rq6";
+ };
+
+ buildInputs = [ setuptools ];
+ propagatedBuildInputs = [
+ cffi
+ paramiko
+ requests
+ future
+ textfsm
+ jinja2
+ netaddr
+ pyyaml
+ pyeapi
+ netmiko
+ junos-eznc
+ ciscoconfparse
+ scp
+ lxml
+ ncclient
+ ];
+
+ checkInputs = [ pytestCheckHook mock ddt ];
+
+ meta = with lib; {
+ description =
+ "Network Automation and Programmability Abstraction Layer with Multivendor support";
+ homepage = "https://github.com/napalm-automation/napalm";
+ license = licenses.asl20;
+ maintainers = [ maintainers.astro ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/napalm/hp-procurve.nix b/third_party/nixpkgs/pkgs/development/python-modules/napalm/hp-procurve.nix
new file mode 100644
index 0000000000..774fdd2299
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/napalm/hp-procurve.nix
@@ -0,0 +1,41 @@
+{ lib, buildPythonPackage, fetchFromGitHub, setuptools, napalm, netmiko
+, pytestCheckHook }:
+
+buildPythonPackage rec {
+ pname = "napalm-hp-procurve";
+ version = "0.7.0";
+
+ src = fetchFromGitHub {
+ owner = "napalm-automation-community";
+ repo = pname;
+ rev = version;
+ sha256 = "1lspciddkd1w5lfyz35i0qwgpbn5jq9cbqkwjbsvi4kliz229vkh";
+ };
+
+ # dependency installation in setup.py doesn't work
+ patchPhase = ''
+ echo -n > requirements.txt
+ '';
+
+ buildInputs = [ setuptools napalm ];
+ propagatedBuildInputs = [ netmiko ];
+
+ # setup.cfg seems to contain invalid pytest parameters
+ preCheck = ''
+ rm setup.cfg
+ '';
+ checkInputs = [ pytestCheckHook ];
+ disabledTests = [
+ # AssertionError: Some methods vary.
+ "test_method_signatures"
+ # AttributeError: 'PatchedProcurveDriver' object has no attribute 'platform'
+ "test_get_config_filtered"
+ ];
+
+ meta = with lib; {
+ description = "HP ProCurve Driver for NAPALM automation frontend";
+ homepage =
+ "https://github.com/napalm-automation-community/napalm-hp-procurve";
+ license = licenses.asl20;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/netmiko/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/netmiko/default.nix
new file mode 100644
index 0000000000..0934439f74
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/netmiko/default.nix
@@ -0,0 +1,27 @@
+{ lib, buildPythonPackage, fetchPypi, setuptools, paramiko, scp, tenacity
+, textfsm, ntc-templates, pyserial, pytestCheckHook, pyyaml }:
+
+buildPythonPackage rec {
+ pname = "netmiko";
+ version = "3.4.0";
+
+ src = fetchPypi {
+ inherit pname version;
+ sha256 = "14s9c6ws32swizcmfdqmlkkk2yqw6071ybq3w94fhkl6jzfvkbdc";
+ };
+
+ buildInputs = [ setuptools ];
+ propagatedBuildInputs =
+ [ paramiko scp tenacity textfsm ntc-templates pyserial ];
+
+ # tests require closed-source pyats and genie packages
+ doCheck = false;
+
+ meta = with lib; {
+ description =
+ "Multi-vendor library to simplify Paramiko SSH connections to network devices";
+ homepage = "https://github.com/ktbyers/netmiko/";
+ license = licenses.mit;
+ maintainers = [ maintainers.astro ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/newversion/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/newversion/default.nix
new file mode 100644
index 0000000000..f340dc3a1b
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/newversion/default.nix
@@ -0,0 +1,49 @@
+{ lib
+, buildPythonPackage
+, fetchFromGitHub
+, packaging
+, poetry-core
+, pytestCheckHook
+, pythonOlder
+, typing-extensions
+}:
+
+buildPythonPackage rec {
+ pname = "newversion";
+ version = "1.8.2";
+ format = "pyproject";
+
+ disabled = pythonOlder "3.7";
+
+ src = fetchFromGitHub {
+ owner = "vemel";
+ repo = pname;
+ rev = version;
+ hash = "sha256-27HWMzSzyAbiOW7OUhlupRWIVJG6DrpXObXmxlCsmxU=";
+ };
+
+ nativeBuildInputs = [
+ poetry-core
+ ];
+
+ propagatedBuildInputs = [
+ packaging
+ ] ++ lib.optionals (pythonOlder "3.8") [
+ typing-extensions
+ ];
+
+ checkInputs = [
+ pytestCheckHook
+ ];
+
+ pythonImportsCheck = [
+ "newversion"
+ ];
+
+ meta = with lib; {
+ description = "PEP 440 version manager";
+ homepage = "https://github.com/vemel/newversion";
+ license = with licenses; [ mit ];
+ maintainers = with maintainers; [ fab ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/ocrmypdf/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/ocrmypdf/default.nix
index e3dcfafb95..ed672b7d01 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/ocrmypdf/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/ocrmypdf/default.nix
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
- version = "13.3.0";
+ version = "13.4.0";
src = fetchFromGitHub {
owner = "jbarlow83";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
extraPostFetch = ''
rm "$out/.git_archival.txt"
'';
- sha256 = "sha256-8QOxHka2kl/keYbsP1zOZ8hrZ+15ZGJaw91F+cpWvcA=";
+ sha256 = "sha256-LgHhF+vztXPCn71d87OMn0umLvps7We6vyjdRJZw+3E=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix
index c02e5c5ce0..bef67237a8 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pikepdf/default.nix
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "pikepdf";
- version = "4.4.1";
+ version = "5.0.1";
disabled = ! isPy3k;
src = fetchFromGitHub {
@@ -38,7 +38,7 @@ buildPythonPackage rec {
extraPostFetch = ''
rm "$out/.git_archival.txt"
'';
- hash = "sha256-8yYqyXz4ZqZxsk2Ka8S0rDsHaqO4l6cZTyNuVQuHkew=";
+ hash = "sha256-PlfVvCEutWaNQyhP4j44viAmjvBzUlZUvUbYQPcNL24=";
};
patches = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pikepdf/paths.patch b/third_party/nixpkgs/pkgs/development/python-modules/pikepdf/paths.patch
index 17349f7ac2..7db73bb1a6 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pikepdf/paths.patch
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pikepdf/paths.patch
@@ -1,5 +1,5 @@
diff --git a/src/pikepdf/_methods.py b/src/pikepdf/_methods.py
-index 9db6b49..4020bcf 100644
+index 87e99fe..253a701 100644
--- a/src/pikepdf/_methods.py
+++ b/src/pikepdf/_methods.py
@@ -204,7 +204,7 @@ def _mudraw(buffer, fmt) -> bytes:
@@ -12,15 +12,33 @@ index 9db6b49..4020bcf 100644
check=True,
)
diff --git a/src/pikepdf/jbig2.py b/src/pikepdf/jbig2.py
-index 80cc910..64f6d31 100644
+index 04c762d..924727c 100644
--- a/src/pikepdf/jbig2.py
+++ b/src/pikepdf/jbig2.py
-@@ -25,7 +25,7 @@ def extract_jbig2(
- global_path = Path(tmpdir) / "global"
+@@ -26,7 +26,7 @@ def extract_jbig2(
output_path = Path(tmpdir) / "outfile"
-- args = ["jbig2dec", "-e", "-o", os.fspath(output_path)]
-+ args = ["@jbig2dec@", "-e", "-o", os.fspath(output_path)]
+ args = [
+- "jbig2dec",
++ "@jbig2dec@",
+ "--embedded",
+ "--format",
+ "png",
+@@ -59,7 +59,7 @@ def extract_jbig2_bytes(jbig2: bytes, jbig2_globals: bytes) -> bytes:
+ output_path = Path(tmpdir) / "outfile"
- # Get the raw stream, because we can't decode im_obj - that is why we are here
- # (Strictly speaking we should remove any non-JBIG2 filters if double encoded)
+ args = [
+- "jbig2dec",
++ "@jbig2dec@",
+ "--embedded",
+ "--format",
+ "png",
+@@ -84,7 +84,7 @@ def extract_jbig2_bytes(jbig2: bytes, jbig2_globals: bytes) -> bytes:
+
+ def jbig2dec_available() -> bool:
+ try:
+- proc = run(['jbig2dec', '--version'], stdout=PIPE, check=True, encoding='ascii')
++ proc = run(['@jbig2dec@', '--version'], stdout=PIPE, check=True, encoding='ascii')
+ except (CalledProcessError, FileNotFoundError):
+ return False
+ else:
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/protego/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/protego/default.nix
index caf8eaa51d..a881292ada 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/protego/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/protego/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "Protego";
- version = "0.2.0";
+ version = "0.2.1";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-G5lgVhekLOB7BJ4LnW3D7l77mSTyb9EV6q+8j5o3Rw4=";
+ sha256 = "sha256-32ZtQwTat3Ti3J/rIIuxrI1x6lzuwS9MmeujD71kL/I=";
};
propagatedBuildInputs = [ six ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pycritty/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pycritty/default.nix
index 3e5f242902..e02a69933f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pycritty/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pycritty/default.nix
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "pycritty";
- version = "0.3.5";
+ version = "0.4.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "1lrmd4a1ps3h9z0pndfjfrd2qa7v3abd6np75fd2q2ffsqv7ar6x";
+ sha256 = "sha256-Lh2zAEJTyzI8dJTNuyaf7gzhySMpui+CF9qRiubwFhE=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pyeapi/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pyeapi/default.nix
new file mode 100644
index 0000000000..101f41c5ca
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pyeapi/default.nix
@@ -0,0 +1,29 @@
+{ lib, buildPythonPackage, fetchFromGitHub, netaddr, pytestCheckHook, coverage
+, mock }:
+
+buildPythonPackage rec {
+ pname = "pyeapi";
+ version = "0.8.4";
+ format = "pyproject";
+
+ src = fetchFromGitHub {
+ owner = "arista-eosplus";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "13chya6wix5jb82k67gr44bjx35gcdwz80nsvpv0gvzs6shn4d7b";
+ };
+
+ propagatedBuildInputs = [ netaddr ];
+
+ checkInputs = [ coverage mock ];
+ checkPhase = ''
+ make unittest
+ '';
+
+ meta = with lib; {
+ description = "Client for Arista eAPI";
+ homepage = "https://github.com/arista-eosplus/pyeapi";
+ license = licenses.bsd3;
+ maintainers = [ maintainers.astro ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pyoctoprintapi/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pyoctoprintapi/default.nix
index 323d2c092f..a61f38ebc8 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pyoctoprintapi/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pyoctoprintapi/default.nix
@@ -12,7 +12,7 @@
let
pname = "pyoctoprintapi";
- version = "0.1.7";
+ version = "0.1.8";
in
buildPythonPackage {
inherit pname version;
@@ -22,7 +22,7 @@ buildPythonPackage {
owner = "rfleming71";
repo = pname;
rev = "v${version}";
- hash = "sha256-XAMHQ7n03e10hFcPIUqyCDlRk2uO8dX8Iq0mdY7wRGE=";
+ hash = "sha256-TeMgEwKVZd0gq8J0kYsg0/v6A2BVTOE0/VmyiyrjV5c=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pyskyqremote/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pyskyqremote/default.nix
index caaae0b2b5..a971751c9e 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pyskyqremote/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pyskyqremote/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyskyqremote";
- version = "0.3.1";
+ version = "0.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "RogerSelwyn";
repo = "skyq_remote";
rev = version;
- sha256 = "sha256-yPdyO78QdaLPBJQSeUP48uDr0Zhrj9nPxWbhKAMw0ww=";
+ sha256 = "sha256-R/HmkVbVKbO54lDSw1tLYs2mXi/XqZX9GGXozv+96iI=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/python-miio/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/python-miio/default.nix
index 24c51af4fb..4095ff9285 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/python-miio/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/python-miio/default.nix
@@ -2,7 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchPypi
-, poetry
+, poetry-core
, click
, cryptography
, construct
@@ -24,22 +24,18 @@
buildPythonPackage rec {
pname = "python-miio";
- version = "0.5.9.2";
- disabled = pythonOlder "3.6.5";
+ version = "0.5.10";
format = "pyproject";
+ disabled = pythonOlder "3.7";
+
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-AFwarRhFknfwTSvSDGoWE+/mv1KUD2XnWK/xCBqrN4o=";
+ sha256 = "sha256-6iV+uIdVi0Z3FeM9xnp1Ss3VzFVEOm7wykxjSTXUIGM=";
};
- postPatch = ''
- substituteInPlace pyproject.toml \
- --replace 'defusedxml = "^0"' 'defusedxml = "*"' \
- '';
-
nativeBuildInputs = [
- poetry
+ poetry-core
];
propagatedBuildInputs = [
@@ -56,14 +52,27 @@ buildPythonPackage rec {
pyyaml
tqdm
zeroconf
- ] ++ lib.optional (pythonOlder "3.8") importlib-metadata;
+ ] ++ lib.optional (pythonOlder "3.8") [
+ importlib-metadata
+ ];
checkInputs = [
pytestCheckHook
pytest-mock
];
- pythonImportsCheck = [ "miio" ];
+ postPatch = ''
+ substituteInPlace pyproject.toml \
+ --replace 'defusedxml = "^0"' 'defusedxml = "*"' \
+ '';
+
+ pythonImportsCheck = [
+ "miio"
+ ];
+
+ disabledTestPaths = [
+ "miio/tests/test_vacuums.py"
+ ];
meta = with lib; {
description = "Python library for interfacing with Xiaomi smart appliances";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/python-rapidjson/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/python-rapidjson/default.nix
index 0655d29f6a..35d11e981e 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/python-rapidjson/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/python-rapidjson/default.nix
@@ -8,13 +8,13 @@
}:
buildPythonPackage rec {
- version = "1.5";
+ version = "1.6";
pname = "python-rapidjson";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
- sha256 = "04323e63cf57f7ed927fd9bcb1861ef5ecb0d4d7213f2755969d4a1ac3c2de6f";
+ sha256 = "sha256-GJzxqWv5/NhtADYPFa12qDzgiJuK6NHLD9srKZXlocg=";
};
LC_ALL="en_US.utf-8";
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/python-rtmidi/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/python-rtmidi/default.nix
index 335a085277..58d6a1e72f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/python-rtmidi/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/python-rtmidi/default.nix
@@ -1,5 +1,17 @@
-{ lib, buildPythonPackage, fetchPypi, isPy27
-, pkg-config, alsa-lib, libjack2, tox, flake8, alabaster
+{ lib
+, stdenv
+, buildPythonPackage
+, fetchPypi
+, isPy27
+, pkg-config
+, alsa-lib
+, libjack2
+, tox
+, flake8
+, alabaster
+, CoreAudio
+, CoreMIDI
+, CoreServices
}:
buildPythonPackage rec {
@@ -13,7 +25,15 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ pkg-config ];
- buildInputs = [ alsa-lib libjack2 ];
+ buildInputs = [
+ libjack2
+ ] ++ lib.optionals stdenv.isLinux [
+ alsa-lib
+ ] ++ lib.optionals stdenv.isDarwin [
+ CoreAudio
+ CoreMIDI
+ CoreServices
+ ];
checkInputs = [
tox
flake8
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/python-socks/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/python-socks/default.nix
index 49dc1589ad..5254a6cbab 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/python-socks/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/python-socks/default.nix
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "python-socks";
- version = "2.0.2";
+ version = "2.0.3";
format = "setuptools";
disabled = pythonOlder "3.6.1";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = pname;
rev = "v${version}";
- sha256 = "1ixhi23x28bg45146p23z26y38rlz445xr0inwgx7avh0rs7vwfx";
+ sha256 = "sha256-tVoBon9HF9MTOK+dN9g58fQO706ElNlCeULx//7hPWA=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pywlroots/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/pywlroots/default.nix
index 4babc68be5..5cf52185bc 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/pywlroots/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/pywlroots/default.nix
@@ -18,18 +18,13 @@
buildPythonPackage rec {
pname = "pywlroots";
- version = "0.15.8";
+ version = "0.15.9";
src = fetchPypi {
inherit pname version;
- sha256 = "5oKeiNRO/5/6gWHPgatn0sHRtPL2B2Fa7S1A7LWr0qM=";
+ sha256 = "V6P5zAvr0L7p+yEjr6To2rKoMPqxIvSPrlLzf6yj3WA=";
};
- # The XWayland detection uses some hard-coded FHS paths. Since we
- # know wlroots was built with xwayland support, replace its
- # detection with `return True`.
- patches = [ ./xwayland.patch ];
-
nativeBuildInputs = [ pkg-config ];
propagatedNativeBuildInputs = [ cffi ];
buildInputs = [ libinput libxkbcommon pixman xorg.libxcb udev wayland wlroots ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/pywlroots/xwayland.patch b/third_party/nixpkgs/pkgs/development/python-modules/pywlroots/xwayland.patch
deleted file mode 100644
index f3aaecca26..0000000000
--- a/third_party/nixpkgs/pkgs/development/python-modules/pywlroots/xwayland.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/wlroots/ffi_build.py b/wlroots/ffi_build.py
-index bb07ff8..f19efe3 100644
---- a/wlroots/ffi_build.py
-+++ b/wlroots/ffi_build.py
-@@ -55,19 +55,7 @@ def has_xwayland() -> bool:
- Check for XWayland headers. If present, wlroots was built with XWayland support, so
- pywlroots can be too.
- """
-- try:
-- FFI().verify(
-- "#include ",
-- define_macros=[("WLR_USE_UNSTABLE", 1)],
-- include_dirs=["/usr/include/pixman-1", include_dir.as_posix()],
-- )
-- return True
-- except VerificationError:
-- print("If XWayland support is not required, ignore the above error message.")
-- print(
-- "If support is required, ensure wlroots was built with -Dxwayland=enabled."
-- )
-- return False
-+ return True
-
-
- # backend.h
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/rki-covid-parser/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/rki-covid-parser/default.nix
index ec201fcd9f..83b8d9319f 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/rki-covid-parser/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/rki-covid-parser/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "rki-covid-parser";
- version = "1.3.1";
+ version = "1.3.2";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "thebino";
repo = pname;
rev = "v${version}";
- sha256 = "UTLWBbNjvRuBwc5JD8l+izJu5vODLwS16ExdxUPT14A=";
+ sha256 = "sha256-lJFeGg34L+hmH/ZhTx7FGir/9dK/rviaGveOl2HgNlM=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/rokuecp/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/rokuecp/default.nix
index ba892f2228..32c5d552ff 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/rokuecp/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/rokuecp/default.nix
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "rokuecp";
- version = "0.14.0";
+ version = "0.14.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = version;
- hash = "sha256-B8tcYcBtgPkT6REDC7vhHmfO/MjMRQgR3PkF0pfjbyk=";
+ hash = "sha256-K9R//xbyXaJ+AHmt42Fv40j43UkvKVyAFiXAq+P4mh8=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/rtmidi-python/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/rtmidi-python/default.nix
index e1565fa6c3..02bb45fd6b 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/rtmidi-python/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/rtmidi-python/default.nix
@@ -1,4 +1,13 @@
-{ lib, buildPythonPackage, fetchPypi, cython, alsa-lib }:
+{ lib
+, stdenv
+, buildPythonPackage
+, fetchPypi
+, cython
+, alsa-lib
+, CoreAudio
+, CoreMIDI
+, CoreServices
+}:
buildPythonPackage rec {
pname = "rtmidi-python";
@@ -14,7 +23,13 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [ cython ];
- buildInputs = [ alsa-lib ];
+ buildInputs = lib.optionals stdenv.isLinux [
+ alsa-lib
+ ] ++ lib.optionals stdenv.isDarwin [
+ CoreAudio
+ CoreMIDI
+ CoreServices
+ ];
setupPyBuildFlags = [ "--from-cython" ];
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/slack-sdk/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/slack-sdk/default.nix
index 196d3641ee..7b94067aee 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/slack-sdk/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/slack-sdk/default.nix
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "slack-sdk";
- version = "3.15.0";
+ version = "3.15.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "slackapi";
repo = "python-slack-sdk";
rev = "v${version}";
- sha256 = "sha256-ndJdf8BGYfJsLVWqp00YD4vndS3n24UBm06ibcVRMpY=";
+ sha256 = "sha256-N8JvNK1ddlCabzCmEv9TItqXDT7A4Dt8dhMLBICWXHA=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/sqlite-utils/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/sqlite-utils/default.nix
index 07a7fa0448..439f155491 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/sqlite-utils/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/sqlite-utils/default.nix
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "sqlite-utils";
- version = "3.23";
+ version = "3.24";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-BNlOP/gWDERh4Rzth5zjeghHr7ozyAGeRJxoeE6baWY=";
+ sha256 = "sha256-0bkvh1L+HqyH5/GKaw4J+OPJ/yR882JgWI4vBH6v0lM=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/symengine/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/symengine/default.nix
index 673e268266..c2c2235866 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/symengine/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/symengine/default.nix
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "symengine";
- version = "0.8.1";
+ version = "0.9.0";
src = fetchFromGitHub {
owner = "symengine";
repo = "symengine.py";
rev = "v${version}";
- sha256 = "0yyi3w03fk19i32jmns1baq3rpmf7xfykzkivc7dmnxmjmxvq2gr";
+ sha256 = "sha256-kz4M4ghR9Mi8Ig5K+pZC4zHt8XxoP3vU4ATImejqbgg=";
};
postConfigure = ''
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/teslajsonpy/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/teslajsonpy/default.nix
index 255a7ac3a4..4809fde718 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/teslajsonpy/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/teslajsonpy/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
- version = "1.7.0";
+ version = "1.8.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-2k1RtWQSz46vsZ4uEjjOmHAkGmwuKYNAdWgcT2Xr7Dc=";
+ sha256 = "sha256-9EFbsJPn543fVGQ46cikEE9rE4qBr/2q6vX7u4tui7I=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/tinydb/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/tinydb/default.nix
index 0e7bcb303f..ae08cceab1 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/tinydb/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/tinydb/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tinydb";
- version = "4.6.1";
+ version = "4.7.0";
disabled = pythonOlder "3.5";
format = "pyproject";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "msiemens";
repo = pname;
rev = "v${version}";
- sha256 = "17m8g6xzwa0k8qb4k4p9hjcyv58gmxz1lkvr2ckc5csa0ydvv91a";
+ sha256 = "sha256-cAIo/qdIOIpPt9vPan5oJfKtH2Gmrm03aLuAHpfUfLY=";
};
nativeBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/types-requests/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/types-requests/default.nix
index 06f92bdc41..4fc0cf836a 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/types-requests/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/types-requests/default.nix
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
- version = "2.27.9";
+ version = "2.27.10";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-c2iXRTTSl5OUku/f2rIykwRAsR4iA/bfHwxA4yQqh+o=";
+ sha256 = "sha256-XcsIj8qneO/u5rf8RpZwN+mD+/uf7AJZRXi9M/115VU=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/python-modules/xml2rfc/default.nix b/third_party/nixpkgs/pkgs/development/python-modules/xml2rfc/default.nix
index 5ba54f2031..4969335320 100644
--- a/third_party/nixpkgs/pkgs/development/python-modules/xml2rfc/default.nix
+++ b/third_party/nixpkgs/pkgs/development/python-modules/xml2rfc/default.nix
@@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "xml2rfc";
- version = "3.12.1";
+ version = "3.12.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-xIStWb03CygnqB92AXf0uxMLw7pLhSE3mLQ8l1J6dZM=";
+ sha256 = "sha256-CsxelHZbg25oBRM3P5UYlbWgsnR/L/w8vSFgHK1FKKI=";
};
propagatedBuildInputs = [
diff --git a/third_party/nixpkgs/pkgs/development/tools/analysis/checkov/default.nix b/third_party/nixpkgs/pkgs/development/tools/analysis/checkov/default.nix
index 6224a10ca7..79efb55f08 100644
--- a/third_party/nixpkgs/pkgs/development/tools/analysis/checkov/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/analysis/checkov/default.nix
@@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
- version = "2.0.873";
+ version = "2.0.875";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
- hash = "sha256-81gNvfaFqTEGReOP7LgcN5OLU3xeO62r/45b5lEEgow=";
+ hash = "sha256-ZM554FZayuxxf9dgbGcvfPoXm5rWjjZoNySnKpxRO/w=";
};
nativeBuildInputs = with py.pkgs; [
diff --git a/third_party/nixpkgs/pkgs/development/tools/database/liquibase/default.nix b/third_party/nixpkgs/pkgs/development/tools/database/liquibase/default.nix
index 54ede5fc34..ec56d582e6 100644
--- a/third_party/nixpkgs/pkgs/development/tools/database/liquibase/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/database/liquibase/default.nix
@@ -10,11 +10,11 @@ in
stdenv.mkDerivation rec {
pname = "liquibase";
- version = "4.4.3";
+ version = "4.7.1";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
- sha256 = "sha256-td+mBf/JhTw5vvlupyllpZ2e4So7y1kEC1OdR4LUv/k=";
+ sha256 = "sha256-cHMsBkP5R7rxRZgzzKaHJrFq36xC9PBuzTzc1kHKc4U=";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/third_party/nixpkgs/pkgs/development/tools/database/squirrel-sql/default.nix b/third_party/nixpkgs/pkgs/development/tools/database/squirrel-sql/default.nix
index 5175a02876..0220e2d61f 100644
--- a/third_party/nixpkgs/pkgs/development/tools/database/squirrel-sql/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/database/squirrel-sql/default.nix
@@ -6,11 +6,11 @@
}:
stdenv.mkDerivation rec {
pname = "squirrel-sql";
- version = "4.2.0";
+ version = "4.3.0";
src = fetchurl {
url = "mirror://sourceforge/project/squirrel-sql/1-stable/${version}-plainzip/squirrelsql-${version}-standard.zip";
- sha256 = "sha256-pNcmIey50nWZghoXVGnm0EFzGoqBpAaJ2lhYvVzjWto=";
+ sha256 = "sha256-Xh6JLfk0xDqEBJiEG3WBKBEqad/O0D8aeJk5s5w8PTI=";
};
nativeBuildInputs = [ makeWrapper unzip ];
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Universal SQL Client";
homepage = "http://squirrel-sql.sourceforge.net/";
- license = licenses.lgpl21;
+ license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ khumba ];
};
diff --git a/third_party/nixpkgs/pkgs/development/tools/datree/default.nix b/third_party/nixpkgs/pkgs/development/tools/datree/default.nix
index 8d58e990ce..b50d348d7d 100644
--- a/third_party/nixpkgs/pkgs/development/tools/datree/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/datree/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "datree";
- version = "0.15.5";
+ version = "0.15.16";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = version;
- sha256 = "sha256-u4bv9sKTeDX2VOG4hUUz0JpF6woGC4/44STij/tYi1I=";
+ sha256 = "sha256-FIFsx6iSirUY14cn6E7CPhZQKtcgnyZ2fYghrMUx3Lw=";
};
vendorSha256 = "sha256-HaOgRbF3gMsl6PufdB5IZ2sLunvPo4GeObLb7DRSD0o=";
diff --git a/third_party/nixpkgs/pkgs/development/tools/jless/default.nix b/third_party/nixpkgs/pkgs/development/tools/jless/default.nix
index 1bb45925ed..f18f3f556c 100644
--- a/third_party/nixpkgs/pkgs/development/tools/jless/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/jless/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "jless";
- version = "0.7.1";
+ version = "0.7.2";
src = fetchFromGitHub {
owner = "PaulJuliusMartinez";
repo = "jless";
rev = "v${version}";
- sha256 = "sha256-gBqyo/N/qF6HCTUrSKNVLiL1fc/JTfip1kNpNCBzRT8=";
+ sha256 = "sha256-IK+EllkctdhIYuzj7eLjadxKoutICPeSXAjLMFiRjmo=";
};
- cargoSha256 = "sha256-PbX61RVbrI2kTuyXK+LhQdJDvNo3KjIQH5eBbL6iUBM=";
+ cargoSha256 = "sha256-CAyKWwtMq5UOODVRrpVHrhlep2wqG434dMGeYV2FSZY=";
meta = with lib; {
description = "A command-line pager for JSON data";
diff --git a/third_party/nixpkgs/pkgs/development/tools/misc/nimlsp/default.nix b/third_party/nixpkgs/pkgs/development/tools/misc/nimlsp/default.nix
index 0e837b8fd6..41eb956715 100644
--- a/third_party/nixpkgs/pkgs/development/tools/misc/nimlsp/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/misc/nimlsp/default.nix
@@ -2,17 +2,17 @@
nimPackages.buildNimPackage rec {
pname = "nimlsp";
- version = "0.3.2";
+ version = "0.4.0";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "PMunch";
repo = "nimlsp";
rev = "v${version}";
- sha256 = "1lm823nvpp3bj9527jd8n1jxh6y8p8ngkfkj91p94m7ffai6jazq";
+ sha256 = "sha256-eih8JmofLFXkidanRocjtA6wv84HkA1bi0M4dxkiDr4=";
};
- buildInputs = with nimPackages; [ astpatternmatching jsonschema ];
+ buildInputs = with nimPackages; [ jsonschema ];
nimFlags = [
"--threads:on"
diff --git a/third_party/nixpkgs/pkgs/development/tools/phantomjs/default.nix b/third_party/nixpkgs/pkgs/development/tools/phantomjs/default.nix
deleted file mode 100644
index 5b7e77ee0b..0000000000
--- a/third_party/nixpkgs/pkgs/development/tools/phantomjs/default.nix
+++ /dev/null
@@ -1,71 +0,0 @@
-{ stdenv, lib, fetchurl, freetype, fontconfig, openssl, unzip }:
-
-let
- platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
-in
-
-stdenv.mkDerivation rec {
- pname = "phantomjs";
- version = "1.9.8";
-
- # I chose to use the binary build for now.
- # The source version is quite nasty to compile
- # because it has bundled a lot of external libraries (like QT and Webkit)
- # and no easy/nice way to use the system versions of these
-
- src = if stdenv.hostPlatform.system == "i686-linux" then
- fetchurl {
- url = "https://bitbucket.org/ariya/phantomjs/downloads/${pname}-${version}-linux-i686.tar.bz2";
- sha256 = "11fzmssz9pqf3arh4f36w06sl2nyz8l9h8iyxyd7w5aqnq5la0j1";
- }
- else
- if stdenv.hostPlatform.system == "x86_64-linux" then
- fetchurl {
- url = "https://bitbucket.org/ariya/phantomjs/downloads/${pname}-${version}-linux-x86_64.tar.bz2";
- sha256 = "0fhnqxxsxhy125fmif1lwgnlhfx908spy7fx9mng4w72320n5nd1";
- }
- else # x86_64-darwin
- fetchurl {
- url = "https://bitbucket.org/ariya/phantomjs/downloads/${pname}-${version}-macosx.zip";
- sha256 = "0j0aq8dgzmb210xdrh0v3d4nblskl3zsckl8bzf1a603wcx085cg";
- };
-
- nativeBuildInputs = lib.optional stdenv.isDarwin unzip;
-
- buildPhase = lib.optionalString (!stdenv.isDarwin) ''
- patchelf \
- --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
- --set-rpath "${lib.makeLibraryPath [ freetype fontconfig stdenv.cc.cc stdenv.cc.cc openssl ]}" \
- bin/phantomjs
- '';
-
- dontPatchELF = true;
- dontStrip = true;
-
- installPhase = ''
- mkdir -p $out/share/doc/phantomjs
- cp -a bin $out
- cp -a ChangeLog examples LICENSE.BSD README.md third-party.txt $out/share/doc/phantomjs
- '';
-
- meta = {
- description = "Headless WebKit with JavaScript API";
- longDescription = ''
- PhantomJS is a headless WebKit with JavaScript API.
- It has fast and native support for various web standards:
- DOM handling, CSS selector, JSON, Canvas, and SVG.
-
- PhantomJS is an optimal solution for:
- - Headless Website Testing
- - Screen Capture
- - Page Automation
- - Network Monitoring
- '';
-
- homepage = "https://phantomjs.org/";
- license = lib.licenses.bsd3;
-
- maintainers = [ lib.maintainers.bluescreen303 ];
- inherit platforms;
- };
-}
diff --git a/third_party/nixpkgs/pkgs/development/tools/quilt/default.nix b/third_party/nixpkgs/pkgs/development/tools/quilt/default.nix
index eb7fa44881..fec73b2648 100644
--- a/third_party/nixpkgs/pkgs/development/tools/quilt/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/quilt/default.nix
@@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "quilt";
- version = "0.66";
+ version = "0.67";
src = fetchurl {
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
- sha256 = "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri";
+ sha256 = "sha256-O+O+CYfnKmw2Rni7gn4+H8wQMitWvF8CtXZpj1UBPMI=";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/third_party/nixpkgs/pkgs/development/tools/wabt/default.nix b/third_party/nixpkgs/pkgs/development/tools/wabt/default.nix
index 2ce704a00b..d049d99463 100644
--- a/third_party/nixpkgs/pkgs/development/tools/wabt/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/wabt/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wabt";
- version = "1.0.26";
+ version = "1.0.27";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
- sha256 = "sha256-xX654awHD7tHRhM6VYmbgsX3/XQDLmAUJ1EpBIQMc3M=";
+ sha256 = "sha256-13et9+yoxoITOO9EEyLMNhG4VCj0jd+JhOlw0DxvwOg=";
fetchSubmodules = true;
};
diff --git a/third_party/nixpkgs/pkgs/development/tools/yq-go/default.nix b/third_party/nixpkgs/pkgs/development/tools/yq-go/default.nix
index aadc0f58df..483523e180 100644
--- a/third_party/nixpkgs/pkgs/development/tools/yq-go/default.nix
+++ b/third_party/nixpkgs/pkgs/development/tools/yq-go/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yq-go";
- version = "4.20.1";
+ version = "4.20.2";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
- sha256 = "sha256-3UOKcm8RzCa7eSUJsUKBJkKTNi4B3GMY+EOOEk4t2So=";
+ sha256 = "sha256-vhHT9re35aT+TUYhl4rxv4PE/sd7Vp1PoFbS8s5lWLE=";
};
vendorSha256 = "sha256-samz70Dybu/Xf9+ftgIKgd2pyQcXw6Ybs/0oJN47IFE=";
diff --git a/third_party/nixpkgs/pkgs/games/alephone/default.nix b/third_party/nixpkgs/pkgs/games/alephone/default.nix
index 6477e3fb37..aa76cc17b4 100644
--- a/third_party/nixpkgs/pkgs/games/alephone/default.nix
+++ b/third_party/nixpkgs/pkgs/games/alephone/default.nix
@@ -91,10 +91,10 @@ in self // {
makeWrapper ${alephone}/bin/alephone $out/bin/$pname \
--add-flags $out/data/$pname
'';
-
+ } // extraArgs // {
meta = alephone.meta // {
license = lib.licenses.free;
hydraPlatforms = [ ];
} // meta;
- } // extraArgs);
+ });
}
diff --git a/third_party/nixpkgs/pkgs/games/alephone/infinity/default.nix b/third_party/nixpkgs/pkgs/games/alephone/infinity/default.nix
index f6002469a0..463915314a 100644
--- a/third_party/nixpkgs/pkgs/games/alephone/infinity/default.nix
+++ b/third_party/nixpkgs/pkgs/games/alephone/infinity/default.nix
@@ -3,13 +3,13 @@
alephone.makeWrapper rec {
pname = "marathon-infinity";
desktopName = "Marathon-Infinity";
- version = "20210408";
+ version = "20220115";
icon = alephone.icons + "/marathon-infinity.png";
zip = fetchurl {
url =
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/MarathonInfinity-${version}-Data.zip";
- sha256 = "sha256-j9iwSrI7cjqnuRQX+qn8sWXQ6E+DQ19l7OzAL9KHcJU=";
+ sha256 = "sha256-00Wp+y+b82uZZ8fNeU3N5UAKlk0Sd1SfAEGL6RpyVf8=";
};
meta = {
diff --git a/third_party/nixpkgs/pkgs/os-specific/linux/wpa_supplicant/Use-unique-IDs-for-networks-and-credentials.patch b/third_party/nixpkgs/pkgs/os-specific/linux/wpa_supplicant/Use-unique-IDs-for-networks-and-credentials.patch
new file mode 100644
index 0000000000..09e5b3673a
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/os-specific/linux/wpa_supplicant/Use-unique-IDs-for-networks-and-credentials.patch
@@ -0,0 +1,32 @@
+The id and cred_id variables are reset to 0 every time the
+wpa_config_read function is called, which is fine as long as it is only
+called once. However, this is not the case when using both the -c and -I
+options to specify two config files.
+
+This is a problem because the GUI, since eadfeb0e93748eb396ae62012b92d21a7f533646,
+relies on the network IDs being unique (and increasing), and might get
+into an infinite loop otherwise.
+
+This is solved by simply making the variables static.
+---
+ wpa_supplicant/config_file.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/wpa_supplicant/config_file.c b/wpa_supplicant/config_file.c
+index 6db5010db..c996e3916 100644
+--- a/wpa_supplicant/config_file.c
++++ b/wpa_supplicant/config_file.c
+@@ -297,8 +297,8 @@ struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp)
+ struct wpa_ssid *ssid, *tail, *head;
+ struct wpa_cred *cred, *cred_tail, *cred_head;
+ struct wpa_config *config;
+- int id = 0;
+- int cred_id = 0;
++ static int id = 0;
++ static int cred_id = 0;
+
+ if (name == NULL)
+ return NULL;
+--
+2.34.1
+
diff --git a/third_party/nixpkgs/pkgs/os-specific/linux/wpa_supplicant/default.nix b/third_party/nixpkgs/pkgs/os-specific/linux/wpa_supplicant/default.nix
index 380fca4297..414c435b35 100644
--- a/third_party/nixpkgs/pkgs/os-specific/linux/wpa_supplicant/default.nix
+++ b/third_party/nixpkgs/pkgs/os-specific/linux/wpa_supplicant/default.nix
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
};
patches = [
+ # Fix a bug when using two config files
+ ./Use-unique-IDs-for-networks-and-credentials.patch
] ++ lib.optionals readOnlyModeSSIDs [
# Allow read-only networks
./0001-Implement-read-only-mode-for-ssids.patch
diff --git a/third_party/nixpkgs/pkgs/servers/bird/default.nix b/third_party/nixpkgs/pkgs/servers/bird/default.nix
index 9da7d7e948..f87ff8c664 100644
--- a/third_party/nixpkgs/pkgs/servers/bird/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/bird/default.nix
@@ -60,7 +60,7 @@ in
};
bird2 = generic {
- version = "2.0.8";
- sha256 = "1xp7f0im1v8pqqx3xqyfkd1nsxk8vnbqgrdrwnwhg8r5xs1xxlhr";
+ version = "2.0.9";
+ sha256 = "sha256-dnhrvN7TBh4bsiGwEfLMACIewGPenNoASn2bBhoJbV4=";
};
}
diff --git a/third_party/nixpkgs/pkgs/servers/headscale/default.nix b/third_party/nixpkgs/pkgs/servers/headscale/default.nix
index 4c03435b87..1e7fa059d7 100644
--- a/third_party/nixpkgs/pkgs/servers/headscale/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/headscale/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "headscale";
- version = "0.12.4";
+ version = "0.13.0";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
- sha256 = "sha256-BSKJkNKQP7xDNN10c/lvv83ivAGXhPg1k3A8F58kp/0=";
+ sha256 = "sha256-nVGhLL7HN9m5zIZOFVOMYZXxUUx3WkLpeH/59kXoTHo=";
};
- vendorSha256 = "sha256-hqiG1m/rMGcCmtNagGZ4y34eu1MyVwqkul70aYiTZsk=";
+ vendorSha256 = "sha256-v76UWaF6kdmuvABg6sDMmDpJ4HWvgliyEWAbAebK3wM=";
ldflags = [ "-s" "-w" "-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v${version}" ];
diff --git a/third_party/nixpkgs/pkgs/servers/jackett/default.nix b/third_party/nixpkgs/pkgs/servers/jackett/default.nix
index fefd8a7257..799b812047 100644
--- a/third_party/nixpkgs/pkgs/servers/jackett/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/jackett/default.nix
@@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "jackett";
- version = "0.20.576";
+ version = "0.20.596";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "UCYGxeA3ptSNDZ3vONxlr5SKhdvPxLIeslP23ULHy7M=";
+ sha256 = "wIJSqsIb3/SOicjLgnv0Lt3Wv1qKPHslRcDlZCvckUs=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";
diff --git a/third_party/nixpkgs/pkgs/servers/mastodon/default.nix b/third_party/nixpkgs/pkgs/servers/mastodon/default.nix
index 09d6d0cc10..a173c594c6 100644
--- a/third_party/nixpkgs/pkgs/servers/mastodon/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/mastodon/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, nodejs-slim, mkYarnPackage, fetchFromGitHub, bundlerEnv
+{ lib, stdenv, nodejs-slim, mkYarnPackage, fetchFromGitHub, fetchpatch, bundlerEnv
, yarn, callPackage, imagemagick, ffmpeg, file, ruby_3_0, writeShellScript
# Allow building a fork or custom version of Mastodon:
@@ -15,6 +15,14 @@ stdenv.mkDerivation rec {
# Putting the callPackage up in the arguments list also does not work.
src = if srcOverride != null then srcOverride else callPackage ./source.nix {};
+ patches = [
+ (fetchpatch {
+ name = "CVE-2022-0432.patch";
+ url = "https://github.com/mastodon/mastodon/commit/4d6d4b43c6186a13e67b92eaf70fe1b70ea24a09.patch";
+ sha256 = "sha256-C18X2ErBqP/dIEt8NrA7hdiqxUg5977clouuu7Lv4/E=";
+ })
+ ];
+
mastodon-gems = bundlerEnv {
name = "${pname}-gems-${version}";
inherit version;
diff --git a/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/redis-exporter.nix b/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/redis-exporter.nix
index 1fd9cda2da..32c26a395e 100644
--- a/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/redis-exporter.nix
+++ b/third_party/nixpkgs/pkgs/servers/monitoring/prometheus/redis-exporter.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redis_exporter";
- version = "1.35.0";
+ version = "1.35.1";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
- sha256 = "sha256-Bdgj72AuRkstmqKq8tJemK46bJKk0pJtemoDNg28ww8=";
+ sha256 = "sha256-S89Okd57QyMHb/QYUQbib2HLdH9qo0duNxcdaP8wKUg=";
};
vendorSha256 = "sha256-u9FfKOD6kiCFTjwQ7LHE9WC4j2vPm0ZCluL8pC4aQIc=";
diff --git a/third_party/nixpkgs/pkgs/servers/sql/dolt/default.nix b/third_party/nixpkgs/pkgs/servers/sql/dolt/default.nix
index 2ea7d9915e..e3be7cbdec 100644
--- a/third_party/nixpkgs/pkgs/servers/sql/dolt/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/sql/dolt/default.nix
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "dolt";
- version = "0.36.2";
+ version = "0.37.0";
src = fetchFromGitHub {
owner = "liquidata-inc";
repo = "dolt";
rev = "v${version}";
- sha256 = "sha256-ED0+ETS1E0rw3nDoKNQkBOLMjyx5w/MzvmkjUiH65Ho=";
+ sha256 = "sha256-uAZlQpuNUpg2ZZJBU7A49fCm6GlrYaFyn6ZrmNBW1Y0=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" "cmd/git-dolt" "cmd/git-dolt-smudge" ];
- vendorSha256 = "sha256-wMM0S7G81lrVAwPTCi3JaVEMmDqbw1AL3JJ+C1tZJWw=";
+ vendorSha256 = "sha256-YqlOzHsdkRrBdQ/mWGs2JIq5JttdRhFeug9HRbl6qlw=";
doCheck = false;
diff --git a/third_party/nixpkgs/pkgs/servers/sql/postgresql/ext/repmgr.nix b/third_party/nixpkgs/pkgs/servers/sql/postgresql/ext/repmgr.nix
index bb00d37fc2..4576febce9 100644
--- a/third_party/nixpkgs/pkgs/servers/sql/postgresql/ext/repmgr.nix
+++ b/third_party/nixpkgs/pkgs/servers/sql/postgresql/ext/repmgr.nix
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "repmgr";
- version = "5.3.0";
+ version = "5.3.1";
src = fetchFromGitHub {
owner = "2ndQuadrant";
repo = "repmgr";
rev = "v${version}";
- sha256 = "sha256-hDBdtp6wPjvtc0MO8aG0Tdx5JiQJf8KS0f778R5xCZc=";
+ sha256 = "sha256-fHoXbFOF3xj/eNHgQIghF15vbDObnuwl2DAH+zRVGZQ=";
};
nativeBuildInputs = [ flex ];
diff --git a/third_party/nixpkgs/pkgs/servers/web-apps/shiori/default.nix b/third_party/nixpkgs/pkgs/servers/web-apps/shiori/default.nix
index b39d7a00ce..3da93fb28d 100644
--- a/third_party/nixpkgs/pkgs/servers/web-apps/shiori/default.nix
+++ b/third_party/nixpkgs/pkgs/servers/web-apps/shiori/default.nix
@@ -2,9 +2,9 @@
buildGoModule rec {
pname = "shiori";
- version = "1.5.0";
+ version = "1.5.1";
- vendorSha256 = "1ik5faysc880kz7nymvbmjj006l1fsqfy76036szwzg314v78643";
+ vendorSha256 = "sha256-6XF4wBwoRnINAskhGHTw4eAJ9zAaoZcEYo9/xZk4ems=";
doCheck = false;
@@ -12,7 +12,7 @@ buildGoModule rec {
owner = "go-shiori";
repo = pname;
rev = "v${version}";
- sha256 = "13and7gh2882khqppwz3wwq44p7az4bfdfjvlnqcpqyi8xa28pmq";
+ sha256 = "sha256-ulq2Uy0NFzGTIHqbA/LiUaXzlYYPbswDm9uiLYzxx+k=";
};
meta = with lib; {
diff --git a/third_party/nixpkgs/pkgs/shells/bash/5.1.nix b/third_party/nixpkgs/pkgs/shells/bash/5.1.nix
index efa90b0499..3a11858747 100644
--- a/third_party/nixpkgs/pkgs/shells/bash/5.1.nix
+++ b/third_party/nixpkgs/pkgs/shells/bash/5.1.nix
@@ -124,6 +124,8 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
+
+ mainProgram = "bash";
};
passthru = {
diff --git a/third_party/nixpkgs/pkgs/shells/fish/default.nix b/third_party/nixpkgs/pkgs/shells/fish/default.nix
index e0ab463b41..622521781c 100644
--- a/third_party/nixpkgs/pkgs/shells/fish/default.nix
+++ b/third_party/nixpkgs/pkgs/shells/fish/default.nix
@@ -186,6 +186,7 @@ let
nativeBuildInputs = [
cmake
+ gettext
];
buildInputs = [
@@ -200,8 +201,14 @@ let
"-DMAC_CODESIGN_ID=OFF"
];
+ # The optional string is kind of an inelegant way to get fish to cross compile.
+ # Fish needs coreutils as a runtime dependency, and it gets put into
+ # CMAKE_PREFIX_PATH, which cmake uses to look up build time programs, so it
+ # was clobbering the PATH. It probably needs to be fixed at a lower level.
preConfigure = ''
patchShebangs ./build_tools/git_version_gen.sh
+ '' + lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
+ export CMAKE_PREFIX_PATH=
'';
# Required binaries during execution
diff --git a/third_party/nixpkgs/pkgs/tools/admin/ssmsh/default.nix b/third_party/nixpkgs/pkgs/tools/admin/ssmsh/default.nix
index 6c4785c81c..e42e2e06de 100644
--- a/third_party/nixpkgs/pkgs/tools/admin/ssmsh/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/admin/ssmsh/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ssmsh";
- version = "1.4.5";
+ version = "1.4.7";
src = fetchFromGitHub {
owner = "bwhaley";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-WZ2glv/f4LwTK/G8QdaVRIAHvgGLPLPL8xjAg/kUokQ=";
+ sha256 = "sha256-juyTCtcuFIlKyLxDrK5tRRzCMwoSXG4EUA32E/Z4y5c=";
};
- vendorSha256 = "sha256-17fmdsfOrOaySPsXofLzz0+vmiemg9MbnWhRoZ67EuQ=";
+ vendorSha256 = "sha256-dqUMwnHRsR8n4bHEKoePyuqr8sE4NWPpuYo5SwOw0Rw=";
doCheck = true;
diff --git a/third_party/nixpkgs/pkgs/tools/backup/autorestic/default.nix b/third_party/nixpkgs/pkgs/tools/backup/autorestic/default.nix
index 92e31c2f57..aebcc608c7 100644
--- a/third_party/nixpkgs/pkgs/tools/backup/autorestic/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/backup/autorestic/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "autorestic";
- version = "1.5.2";
+ version = "1.5.5";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-9nYLjnJZlwmDkamip1BVF/2NeFmGP+Oot3vRfl2Pcy0=";
+ sha256 = "sha256-JOiFsH9r92Gac7DH7h/4Q6hwXBtqLwHNQpW3gKBybHo=";
};
- vendorSha256 = "sha256-eKsPdmPJXiCwvb2A28tNxF4xStry3iA6aLb+XYFJYSg=";
+ vendorSha256 = "sha256-WzmgV0wUsGfMVeho6M8wXJKD9adaAKRYmaJYaAcXwFc=";
nativeBuildInputs = [ installShellFiles ];
diff --git a/third_party/nixpkgs/pkgs/tools/filesystems/ioztat/default.nix b/third_party/nixpkgs/pkgs/tools/filesystems/ioztat/default.nix
new file mode 100644
index 0000000000..e87b96482c
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/tools/filesystems/ioztat/default.nix
@@ -0,0 +1,55 @@
+{ lib
+, stdenv
+, fetchFromGitHub
+, installShellFiles
+, python3
+}:
+
+stdenv.mkDerivation rec {
+ pname = "ioztat";
+ version = "1.1.0";
+
+ src = fetchFromGitHub {
+ owner = "jimsalterjrs";
+ repo = "ioztat";
+ rev = "v${version}";
+ sha256 = "wDRcFlXmXTc1J9MQZqILfPp5jUhX6wW4nOnqspIWVjQ=";
+ };
+
+ nativeBuildInputs = [ installShellFiles ];
+ buildInputs = [ python3 ];
+
+ prePatch = ''
+ patchShebangs .
+ '';
+
+ installPhase = ''
+ mkdir -p $out/bin
+ cp ioztat $out/bin
+
+ if [ -f ioztat.8 ]; then
+ installManPage ioztat.8
+ fi
+ '';
+
+ meta = with lib; {
+ inherit version;
+ inherit (src.meta) homepage;
+ description = "A storage load analysis tool for OpenZFS";
+ longDescription = ''
+ ioztat is a storage load analysis tool for OpenZFS. It provides
+ iostat-like statistics at an individual dataset/zvol level.
+
+ The statistics offered are read and write operations per second, read and
+ write throughput per second, and the average size of read and write
+ operations issued in the current reporting interval. Viewing these
+ statistics at the individual dataset level allows system administrators
+ to identify storage "hot spots" in larger multi-tenant
+ systems -- particularly those with many VMs or containers operating
+ essentially independent workloads.
+ '';
+ license = licenses.bsd2;
+ platforms = with platforms; linux ++ freebsd;
+ maintainers = with maintainers; [ numinit ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/tools/graphics/svgbob/default.nix b/third_party/nixpkgs/pkgs/tools/graphics/svgbob/default.nix
index 9afb6682ba..52ef4230fd 100644
--- a/third_party/nixpkgs/pkgs/tools/graphics/svgbob/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/graphics/svgbob/default.nix
@@ -2,15 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "svgbob";
- version = "0.6.3";
+ version = "0.6.5";
src = fetchCrate {
inherit version;
crateName = "svgbob_cli";
- sha256 = "sha256-yYRBV0s19J0M02wenGayy7Ebx6wDhiLiGmb+os29u9I=";
+ sha256 = "sha256-EsOq081wfnuFT0OKqLyi3R105brZwuHJwzEx00c2LGg=";
};
- cargoSha256 = "sha256-R4W+Oe7Ks2D9qE1IpV6/AMMMwZnCfJ5DzxFAMpV2rFE=";
+ cargoSha256 = "sha256-sBU3GoqUH9cS1Kn0MCysCG9kQsWQqteVui1AHW9bfs0=";
+
+ postInstall = ''
+ mv $out/bin/svgbob_cli $out/bin/svgbob
+ '';
meta = with lib; {
description = "Convert your ascii diagram scribbles into happy little SVG";
diff --git a/third_party/nixpkgs/pkgs/tools/misc/esphome/default.nix b/third_party/nixpkgs/pkgs/tools/misc/esphome/default.nix
index 444e0e122e..4d93a592d5 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/esphome/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/esphome/default.nix
@@ -16,16 +16,25 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
- version = "2022.2.3";
+ version = "2022.2.4";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- sha256 = "sha256-Pt57wI1cYTqT65zGOk1/GyvK0BqITxCzWIyXSNZ9D/0=";
+ sha256 = "sha256-RG5wTWEpBEC4zTGJ7XTmnjnhSVAllqXjcr3qYbmhqP4=";
};
+ patches = [
+ (fetchpatch {
+ # Fix ESPHOME_USE_SUBPROCESS usage in the ESP32 post build script
+ # https://github.com/esphome/esphome/pull/3246
+ url = "https://github.com/esphome/esphome/commit/dcd3f42eda5828c42feadbaa04b703c63899be54.patch";
+ hash = "sha256-rF1YHRRHVHfoRs492zmIOmRGPUzxx3s673UVx5UJ3+M=";
+ })
+ ];
+
postPatch = ''
# remove all version pinning (E.g tornado==5.1.1 -> tornado)
sed -i -e "s/==[0-9.]*//" requirements.txt
diff --git a/third_party/nixpkgs/pkgs/tools/misc/phoronix-test-suite/default.nix b/third_party/nixpkgs/pkgs/tools/misc/phoronix-test-suite/default.nix
index 4d0c331373..821cf8d21d 100644
--- a/third_party/nixpkgs/pkgs/tools/misc/phoronix-test-suite/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/misc/phoronix-test-suite/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
- version = "10.8.1";
+ version = "10.8.2";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
- sha256 = "sha256-O1jqaUQZymCNcp+mznLtK0xRr0RHKe77zcbmcCkMqn8=";
+ sha256 = "sha256-hmgTQ9IEFYMasW72w9HDF+I0XncZJeBpiukgoDqeqrY=";
};
buildInputs = [ php ];
diff --git a/third_party/nixpkgs/pkgs/tools/networking/eternal-terminal/default.nix b/third_party/nixpkgs/pkgs/tools/networking/eternal-terminal/default.nix
index 96a999e277..63560ce7ad 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/eternal-terminal/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/eternal-terminal/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
description = "Remote shell that automatically reconnects without interrupting the session";
homepage = "https://eternalterminal.dev/";
license = licenses.asl20;
- maintainers = with maintainers; [ dezgeg pingiun ];
+ maintainers = with maintainers; [ dezgeg ];
platforms = platforms.linux ++ platforms.darwin;
};
}
diff --git a/third_party/nixpkgs/pkgs/tools/networking/openssh/common.nix b/third_party/nixpkgs/pkgs/tools/networking/openssh/common.nix
index 229edd37ee..bd127b9092 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/openssh/common.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/openssh/common.nix
@@ -63,22 +63,6 @@ stdenv.mkDerivation rec {
# Setting LD causes `configure' and `make' to disagree about which linker
# to use: `configure' wants `gcc', but `make' wants `ld'.
unset LD
- ''
- # Upstream build system does not support static build, so we fall back
- # on fragile patching of configure script.
- #
- # libedit is found by pkg-config, but without --static flag, required
- # to get also transitive dependencies for static linkage, hence sed
- # expression.
- #
- # Kerberos can be found either by krb5-config or by fall-back shell
- # code in openssh's configure.ac. Neither of them support static
- # build, but patching code for krb5-config is simpler, so to get it
- # into PATH, libkrb5.dev is added into buildInputs.
- + optionalString stdenv.hostPlatform.isStatic ''
- sed -i "s,PKGCONFIG --libs,PKGCONFIG --libs --static,g" configure
- sed -i 's#KRB5CONF --libs`#KRB5CONF --libs` -lkrb5support -lkeyutils#g' configure
- sed -i 's#KRB5CONF --libs gssapi`#KRB5CONF --libs gssapi` -lkrb5support -lkeyutils#g' configure
'';
# I set --disable-strip because later we strip anyway. And it fails to strip
@@ -98,6 +82,8 @@ stdenv.mkDerivation rec {
++ optional (!linkOpenssl) "--without-openssl"
++ extraConfigureFlags;
+ ${if stdenv.hostPlatform.isStatic then "NIX_LDFLAGS" else null}= [ "-laudit" ] ++ lib.optionals withKerberos [ "-lkeyutils" ];
+
buildFlags = [ "SSH_KEYSIGN=ssh-keysign" ];
enableParallelBuilding = true;
@@ -107,7 +93,7 @@ stdenv.mkDerivation rec {
doCheck = true;
enableParallelChecking = false;
checkInputs = optional (!stdenv.isDarwin) hostname;
- preCheck = ''
+ preCheck = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) ''
# construct a dummy HOME
export HOME=$(realpath ../dummy-home)
mkdir -p ~/.ssh
diff --git a/third_party/nixpkgs/pkgs/tools/networking/persepolis/default.nix b/third_party/nixpkgs/pkgs/tools/networking/persepolis/default.nix
index 5e4f0542d3..f8e5e33eb4 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/persepolis/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/persepolis/default.nix
@@ -65,6 +65,6 @@ buildPythonApplication rec {
description = "Persepolis Download Manager is a GUI for aria2";
homepage = "https://persepolisdm.github.io/";
license = licenses.gpl3;
- maintainers = [ maintainers.linarcx ];
+ maintainers = [ ];
};
}
diff --git a/third_party/nixpkgs/pkgs/tools/networking/tuntox/default.nix b/third_party/nixpkgs/pkgs/tools/networking/tuntox/default.nix
new file mode 100644
index 0000000000..8870f0e32c
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/tools/networking/tuntox/default.nix
@@ -0,0 +1,80 @@
+{ lib
+, stdenv
+, cscope
+, fetchFromGitHub
+, fetchpatch
+, git
+, libevent
+, libopus
+, libsodium
+, libtoxcore
+, libvpx
+, pkg-config
+, python3
+, python3Packages
+}:
+
+stdenv.mkDerivation rec {
+ pname = "tuntox";
+ version = "0.0.10";
+
+ src = fetchFromGitHub {
+ owner = "gjedeer";
+ repo = pname;
+ rev = "${version}";
+ sha256 = "sha256-c/0OxUH8iw8nRuVg4Fszf6Z/JiEV+m0B2ofzy81uFu8=";
+ };
+
+ nativeBuildInputs = [ cscope git pkg-config ];
+
+ buildInputs = [ libopus libtoxcore libsodium libevent libvpx python3 ];
+
+ pythonBuildInputs = with python3Packages; [
+ jinja2
+ requests
+ ];
+
+ patches = [
+ # https://github.com/gjedeer/tuntox/pull/67
+ (fetchpatch {
+ url = "https://github.com/gjedeer/tuntox/compare/a646402f42e120c7148d4de29dbdf5b09027a80a..365d2e5cbc0e3655fb64c204db0515f5f4cdf5a4.patch";
+ sha256 = "sha256-P3uIRnV+pBi3s3agGYUMt2PZU4CRxx/DUR8QPVQ+UN8=";
+ })
+ ];
+
+ postPatch = ''
+ substituteInPlace gitversion.h --replace '7d45afdf7d00a95a8c3687175e2b1669fa1f7745' '365d2e5cbc0e3655fb64c204db0515f5f4cdf5a4'
+ '' + lib.optionalString stdenv.isLinux ''
+ substituteInPlace Makefile --replace ' -static ' ' '
+ substituteInPlace Makefile --replace 'CC=gcc' ' '
+ '' + lib.optionalString stdenv.isDarwin ''
+ substituteInPlace Makefile.mac --replace '.git/HEAD .git/index' ' '
+ substituteInPlace Makefile.mac --replace '/usr/local/lib/libtoxcore.a' '${libtoxcore}/lib/libtoxcore.a'
+ substituteInPlace Makefile.mac --replace '/usr/local/lib/libsodium.a' '${libsodium}/lib/libsodium.dylib'
+ substituteInPlace Makefile.mac --replace 'CC=gcc' ' '
+ '';
+
+ buildPhase = ''
+ '' + lib.optionalString stdenv.isLinux ''
+ make
+ '' + lib.optionalString stdenv.isDarwin ''
+ make -f Makefile.mac tuntox
+ '';
+
+ installPhase = ''
+ mkdir -p $out/bin
+ mv tuntox $out/bin/
+ '';
+
+ doCheck = false;
+
+ meta = with lib; {
+ description = "Tunnel TCP connections over the Tox protocol";
+ homepage = "https://github.com/gjedeer/tuntox";
+ license = licenses.gpl3;
+ maintainers = with maintainers; [
+ willcohen
+ ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/tools/networking/unbound/default.nix b/third_party/nixpkgs/pkgs/tools/networking/unbound/default.nix
index 1d3f6b3b9f..416d8863cb 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/unbound/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/unbound/default.nix
@@ -132,7 +132,7 @@ stdenv.mkDerivation rec {
description = "Validating, recursive, and caching DNS resolver";
license = licenses.bsd3;
homepage = "https://www.unbound.net";
- maintainers = with maintainers; [ ehmry fpletz globin ];
+ maintainers = with maintainers; [ fpletz globin ];
platforms = platforms.unix;
};
}
diff --git a/third_party/nixpkgs/pkgs/tools/networking/wuzz/default.nix b/third_party/nixpkgs/pkgs/tools/networking/wuzz/default.nix
index 156841be33..7e86b4438a 100644
--- a/third_party/nixpkgs/pkgs/tools/networking/wuzz/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/networking/wuzz/default.nix
@@ -1,20 +1,17 @@
-{ lib, buildGoPackage, fetchFromGitHub }:
+{ lib, buildGoModule, fetchFromGitHub }:
-buildGoPackage rec {
+buildGoModule rec {
pname = "wuzz";
- version = "0.2.0";
- rev = "v${version}";
-
- goPackagePath = "https://github.com/asciimoo/wuzz";
+ version = "0.5.0";
src = fetchFromGitHub {
owner = "asciimoo";
- repo = "wuzz";
- inherit rev;
- sha256 = "1fcr5jr0vn5w60bn08lkh2mi0hdarwp361h94in03139j7hhqrfs";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "sha256-H0soiKOytchfcFx17az0pGoFbA+hhXLxGJVdaARvnDc=";
};
- goDeps = ./deps.nix;
+ vendorSha256 = "sha256-omeAIq8KBYXRnldiGKDF1g+aOKYc+B4grusmfg5wOuA=";
meta = with lib; {
homepage = "https://github.com/asciimoo/wuzz";
diff --git a/third_party/nixpkgs/pkgs/tools/networking/wuzz/deps.nix b/third_party/nixpkgs/pkgs/tools/networking/wuzz/deps.nix
deleted file mode 100644
index 8904596a71..0000000000
--- a/third_party/nixpkgs/pkgs/tools/networking/wuzz/deps.nix
+++ /dev/null
@@ -1,92 +0,0 @@
-[
- {
- goPackagePath = "github.com/jroimartin/gocui";
- fetch = {
- type = "git";
- url = "https://github.com/jroimartin/gocui";
- rev = "ed41d1bd2c217d4d1e312c2ee5d2f0c7793a99cc";
- sha256 = "1h4jxhvkf43jsbn85w45fq2xsmcg08mc9g7pkxf880g6sqznrmcz";
- };
- }
- {
- goPackagePath = "github.com/nsf/termbox-go";
- fetch = {
- type = "git";
- url = "https://github.com/nsf/termbox-go";
- rev = "abe82ce5fb7a42fbd6784a5ceb71aff977e09ed8";
- sha256 = "156i8apkga8b3272kjhapyqwspgcfkrr9kpqwc5lii43k4swghpv";
- };
- }
- {
- goPackagePath = "github.com/mattn/go-runewidth";
- fetch = {
- type = "git";
- url = "https://github.com/mattn/go-runewidth";
- rev = "14207d285c6c197daabb5c9793d63e7af9ab2d50";
- sha256 = "0y6yq9zd4kh7fimnc00r3h9pr2pwa5j85b3jcn5dyfamsnm2xdsv";
- };
- }
- {
- goPackagePath = "github.com/mitchellh/go-homedir";
- fetch = {
- type = "git";
- url = "https://github.com/mitchellh/go-homedir";
- rev = "b8bc1bf767474819792c23f32d8286a45736f1c6";
- sha256 = "13ry4lylalkh4g2vny9cxwvryslzyzwp9r92z0b10idhdq3wad1q";
- };
- }
- {
- goPackagePath = "github.com/BurntSushi/toml";
- fetch = {
- type = "git";
- url = "https://github.com/BurntSushi/toml";
- rev = "056c9bc7be7190eaa7715723883caffa5f8fa3e4";
- sha256 = "0gkgkw04ndr5y7hrdy0r4v2drs5srwfcw2bs1gyas066hwl84xyw";
- };
- }
- {
- goPackagePath = "github.com/nwidger/jsoncolor";
- fetch = {
- type = "git";
- url = "https://github.com/nwidger/jsoncolor";
- rev = "0192e84d44af834c3a90c8a17bf670483b91ad5a";
- sha256 = "17mndgd1d233c22bd19xv4v2l2i5k8kz7y6n4n54a9i7fi9d10al";
- };
- }
- {
- goPackagePath = "github.com/fatih/color";
- fetch = {
- type = "git";
- url = "https://github.com/fatih/color";
- rev = "e8e01ee22a7d4a91b49646e39245fe08e69c7878";
- sha256 = "1660g29qhshk6zxhpnc0f52m69jdqqdw2ccbkqw9y4kilnripfvl";
- };
- }
- {
- goPackagePath = "github.com/mattn/go-isatty";
- fetch = {
- type = "git";
- url = "https://github.com/mattn/go-isatty";
- rev = "30a891c33c7cde7b02a981314b4228ec99380cca";
- sha256 = "03gsxn89pgkj4jkxm9avnj4f0ckvcskc6fj2lcd98l3akrz50ndg";
- };
- }
- {
- goPackagePath = "github.com/mattn/go-colorable";
- fetch = {
- type = "git";
- url = "https://github.com/mattn/go-colorable";
- rev = "d228849504861217f796da67fae4f6e347643f15";
- sha256 = "0ch5sfcpmqczsh8kjbwpzdw31lacbkfyzvpzh4disnhhydbxjq0d";
- };
- }
- {
- goPackagePath = "github.com/asciimoo/wuzz";
- fetch = {
- type = "git";
- url = "https://github.com/asciimoo/wuzz";
- rev = "f34c82a4386951022f8bfc011fe6a7362dd8286c";
- sha256 = "1fcr5jr0vn5w60bn08lkh2mi0hdarwp361h94in03139j7hhqrfs";
- };
- }
-]
diff --git a/third_party/nixpkgs/pkgs/tools/nix/alejandra/default.nix b/third_party/nixpkgs/pkgs/tools/nix/alejandra/default.nix
index 7ed599345e..d1ad257568 100644
--- a/third_party/nixpkgs/pkgs/tools/nix/alejandra/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/nix/alejandra/default.nix
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "alejandra";
- version = "0.3.0";
+ version = "0.3.1";
src = fetchFromGitHub {
owner = "kamadorueda";
repo = "alejandra";
rev = version;
- sha256 = "sha256-Gtz+z8ESIqY/2V6X/rLMweqio66IGaUVGmIT/Y20+JY=";
+ sha256 = "sha256-IQ+hv/R6uRPEPr7+SRXyYol4/cQo1ZqcqJxy26CpOoY=";
};
- cargoSha256 = "sha256-kydMIbx5Fu7+uwXn7KrrNd1fhXZQ5sabX4TBYpvmimk=";
+ cargoSha256 = "sha256-PIqdjtqbSVQoxLj5jGSbrzRQ3qddZvp1Y7tIuFs7UEg=";
passthru.tests = {
version = testVersion { package = alejandra; };
diff --git a/third_party/nixpkgs/pkgs/tools/security/bitwarden/default.nix b/third_party/nixpkgs/pkgs/tools/security/bitwarden/default.nix
index d9fb4a26e8..40552d1490 100644
--- a/third_party/nixpkgs/pkgs/tools/security/bitwarden/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/bitwarden/default.nix
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "bitwarden";
- version = "1.31.2";
+ version = "1.31.3";
src = fetchurl {
url = "https://github.com/bitwarden/desktop/releases/download/v${version}/Bitwarden-${version}-amd64.deb";
- sha256 = "sha256-5ayFTcvzfOtbwBXSpdr+5CL3jUZ19HPZnZt2JMCCxfo=";
+ sha256 = "sha256-ASL4+FZh5st3V5Z+jsfvLD26hG9KNVI+tht7kL8lbL4=";
};
desktopItem = makeDesktopItem {
diff --git a/third_party/nixpkgs/pkgs/tools/security/certipy/default.nix b/third_party/nixpkgs/pkgs/tools/security/certipy/default.nix
index 9e3d4573df..536a1a502a 100644
--- a/third_party/nixpkgs/pkgs/tools/security/certipy/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/certipy/default.nix
@@ -5,22 +5,23 @@
python3.pkgs.buildPythonApplication rec {
pname = "certipy";
- version = "unstable-2021-11-08";
+ version = "2.0";
src = fetchFromGitHub {
owner = "ly4k";
repo = "Certipy";
- rev = "c2f5581505c54f3bf9fe4e6f07c17fa9ef501cab";
- sha256 = "0m2n30prqd9d02kmryk8vry4cabcad1892qr8a02qfg6r98x8q3q";
+ rev = version;
+ hash = "sha256-xN0DrLrxWNCEy3HodA1pOJHYhDyA1sMRVIfefbXq45E=";
};
propagatedBuildInputs = with python3.pkgs; [
asn1crypto
- pycryptodome
+ dnspython
+ dsinternals
impacket
ldap3
pyasn1
- dnspython
+ pycryptodome
];
# Project has no tests
diff --git a/third_party/nixpkgs/pkgs/tools/security/exploitdb/default.nix b/third_party/nixpkgs/pkgs/tools/security/exploitdb/default.nix
index c6c48b515e..fc92019292 100644
--- a/third_party/nixpkgs/pkgs/tools/security/exploitdb/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/exploitdb/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
- version = "2022-02-17";
+ version = "2022-02-19";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
- sha256 = "sha256-qmddjXZq4SLsAMEIMtpkXURfTUEDjXnkFGXLt/zrk9s=";
+ sha256 = "sha256-cHAvExbZqqLGPRsa578Po1G3uX2EIcx/visOB0RgNQc=";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/third_party/nixpkgs/pkgs/tools/security/pcsctools/default.nix b/third_party/nixpkgs/pkgs/tools/security/pcsctools/default.nix
index cf8ecf180b..d5fe8c4faa 100644
--- a/third_party/nixpkgs/pkgs/tools/security/pcsctools/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/pcsctools/default.nix
@@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "pcsc-tools";
- version = "1.5.8";
+ version = "1.6.0";
src = fetchurl {
url = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools/${pname}-${version}.tar.bz2";
- sha256 = "sha256-h8HtvbjJc1Bj9oiqPgXjiTqI54syLcaa+AdX7ZAoIhI=";
+ sha256 = "sha256-ZRyN10vLM9tMFpNc5dgN0apusgup1cS5YxoJgybvi58=";
};
postPatch = ''
diff --git a/third_party/nixpkgs/pkgs/tools/security/swtpm/default.nix b/third_party/nixpkgs/pkgs/tools/security/swtpm/default.nix
index f05658f8a9..648165d826 100644
--- a/third_party/nixpkgs/pkgs/tools/security/swtpm/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/security/swtpm/default.nix
@@ -11,17 +11,18 @@
# Tests
, python3, which
+, nixosTests
}:
stdenv.mkDerivation rec {
pname = "swtpm";
- version = "0.7.0";
+ version = "0.7.1";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "swtpm";
rev = "v${version}";
- sha256 = "sha256-5MKQmZxTW8WofmTkV9kGeGN5RxsgVVMFZEF3rPDUO6Q=";
+ sha256 = "sha256-LJQF8PlRkhCJ8rjZzDetg1BFuTb7GBJ8lW6u5hO134k=";
};
nativeBuildInputs = [
@@ -65,6 +66,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "man" ];
+ passthru.tests = { inherit (nixosTests) systemd-cryptenroll; };
+
meta = with lib; {
description = "Libtpms-based TPM emulator";
homepage = "https://github.com/stefanberger/swtpm";
diff --git a/third_party/nixpkgs/pkgs/tools/system/natscli/default.nix b/third_party/nixpkgs/pkgs/tools/system/natscli/default.nix
index 97a690690a..ad10f0c6c9 100644
--- a/third_party/nixpkgs/pkgs/tools/system/natscli/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/system/natscli/default.nix
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "natscli";
- version = "0.0.28";
+ version = "0.0.29";
src = fetchFromGitHub {
owner = "nats-io";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-w0a2BzfRKf55hFgdaDLsR2YeC5Jqa2uynlRN2oGPX8g=";
+ sha256 = "sha256-q1T+bDOOPs4eLnRWkYG6VY0AwfG/W2boSY5DZhMv+ZI=";
};
- vendorSha256 = "sha256-kt6KflivmsG6prxWXtODcXSP2sNn4daH8ruZMxYLk3g=";
+ vendorSha256 = "sha256-YTvgofZoWGDZL/ujjZ9RqAgv6UH2caZBrV9/uav3KVw=";
meta = with lib; {
description = "NATS Command Line Interface";
diff --git a/third_party/nixpkgs/pkgs/tools/system/rsyslog/default.nix b/third_party/nixpkgs/pkgs/tools/system/rsyslog/default.nix
index d27985edbc..f11a05fdbd 100644
--- a/third_party/nixpkgs/pkgs/tools/system/rsyslog/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/system/rsyslog/default.nix
@@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rsyslog";
- version = "8.2112.0";
+ version = "8.2202.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
- sha256 = "sha256-aiqXOGHpJm2ze9K3ufZytrlwv810Ojl7ju5rDcSFLEE=";
+ sha256 = "sha256-5BMIpaFxk5s8vCRunUvTC+ROgBUh4EzZXQUfo4Z9Zzg=";
};
#patches = [ ./fix-gnutls-detection.patch ];
diff --git a/third_party/nixpkgs/pkgs/tools/system/skeema/default.nix b/third_party/nixpkgs/pkgs/tools/system/skeema/default.nix
new file mode 100644
index 0000000000..0b6bf003e5
--- /dev/null
+++ b/third_party/nixpkgs/pkgs/tools/system/skeema/default.nix
@@ -0,0 +1,28 @@
+{ lib, buildGoModule, fetchFromGitHub }:
+
+buildGoModule rec {
+ pname = "skeema";
+ version = "1.7.0";
+
+ src = fetchFromGitHub {
+ owner = "skeema";
+ repo = "skeema";
+ rev = "v${version}";
+ sha256 = "1a75vixrpidim641809nj931r73zvbj2rsls7d80z7w87maav51m";
+ };
+
+ vendorSha256 = null;
+
+ CGO_ENABLED = 0;
+
+ ldflags = [ "-s" "-w" ];
+
+ checkFlags = [ "-short" ];
+
+ meta = with lib; {
+ description = "Declarative pure-SQL schema management for MySQL and MariaDB";
+ homepage = "https://skeema.io/";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ aaronjheng ];
+ };
+}
diff --git a/third_party/nixpkgs/pkgs/tools/text/crowdin-cli/default.nix b/third_party/nixpkgs/pkgs/tools/text/crowdin-cli/default.nix
index e8e60d10af..e73b58d4e6 100644
--- a/third_party/nixpkgs/pkgs/tools/text/crowdin-cli/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/text/crowdin-cli/default.nix
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
- version = "3.7.7";
+ version = "3.7.8";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
- sha256 = "sha256-9YDWuTniXeTr9t7LzTPBljSrgNw3VeZskFRTlekoMT0=";
+ sha256 = "sha256-z9c12KKrh4hV7A92qinNCQGTxZI6IsmJ3Z+3ZcZZljk=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];
diff --git a/third_party/nixpkgs/pkgs/tools/text/mdbook-graphviz/default.nix b/third_party/nixpkgs/pkgs/tools/text/mdbook-graphviz/default.nix
index d61daf262d..353c2b99ee 100644
--- a/third_party/nixpkgs/pkgs/tools/text/mdbook-graphviz/default.nix
+++ b/third_party/nixpkgs/pkgs/tools/text/mdbook-graphviz/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook-graphviz";
- version = "0.1.3";
+ version = "0.1.4";
src = fetchFromGitHub {
owner = "dylanowen";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-yY8ZdRNP0G9dwrwUtNZIaodIlEK4GRgZQ5D1GpLhDGg=";
+ sha256 = "sha256-HTHGb23wc10iAWXX/TNMXjTLWm+OSf1WWW1+/aQRcsk=";
};
- cargoSha256 = "sha256-d8/xa2Aq6g0Kvqq11kzVTp1oooN6dPowpKW0uenBevw=";
+ cargoSha256 = "sha256-7z/4brKY9vpic8mv1b4P/8DE+VyColYnPPoPmY9891M=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
diff --git a/third_party/nixpkgs/pkgs/top-level/aliases.nix b/third_party/nixpkgs/pkgs/top-level/aliases.nix
index afce83f9c5..b1de098775 100644
--- a/third_party/nixpkgs/pkgs/top-level/aliases.nix
+++ b/third_party/nixpkgs/pkgs/top-level/aliases.nix
@@ -849,6 +849,8 @@ mapAliases ({
pgp-tools = signing-party; # Added 2017-03-26
pg_tmp = ephemeralpg; # Added 2018-01-16
+ phantomjs = throw "phantomjs 1.9.8 has been dropped due to lack of maintenance and security issues"; # Added 2022-02-20
+
# Obsolete PHP version aliases
php73 = throw "php73 has been dropped due to the lack of maintanence from upstream for future releases."; # Added 2021-06-03
php73Packages = php73; # Added 2021-06-03
@@ -1009,6 +1011,8 @@ mapAliases ({
rdf4store = throw "rdf4store has been removed from nixpkgs."; # Added 2019-12-21
rdiff_backup = rdiff-backup; # Added 2014-11-23
rdmd = dtools; # Added 2017-08-19
+ readline5 = throw "readline-5 is no longer supported in nixpkgs, please use 'readline' for main supported version"; # Added 2022-02-20
+ readline62 = throw "readline-6.2 is no longer supported in nixpkgs, please use 'readline' for main supported version"; # Added 2022-02-20
readline80 = throw "readline-8.0 is no longer supported in nixpkgs, please use 'readline' for main supported version or 'readline81' for most recent version"; # Added 2021-04-22
recordmydesktop = throw "recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # Added 2019-12-10
redkite = throw "redkite was archived by upstream"; # Added 2021-04-12
diff --git a/third_party/nixpkgs/pkgs/top-level/all-packages.nix b/third_party/nixpkgs/pkgs/top-level/all-packages.nix
index f750ddb10c..4d94e08657 100644
--- a/third_party/nixpkgs/pkgs/top-level/all-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/all-packages.nix
@@ -1882,6 +1882,10 @@ with pkgs;
openjdk = openjdk11;
};
+ gremlin-server = callPackage ../applications/misc/gremlin-server {
+ openjdk = openjdk11;
+ };
+
grex = callPackage ../tools/misc/grex {
inherit (darwin.apple_sdk.frameworks) Security;
};
@@ -3760,6 +3764,8 @@ with pkgs;
syscall_limiter = callPackage ../os-specific/linux/syscall_limiter {};
+ skeema = callPackage ../tools/system/skeema {};
+
syslogng = callPackage ../tools/system/syslog-ng { };
syslogng_incubator = callPackage ../tools/system/syslog-ng-incubator { };
@@ -6701,6 +6707,8 @@ with pkgs;
iouyap = callPackage ../tools/networking/iouyap { };
+ ioztat = callPackage ../tools/filesystems/ioztat { };
+
ip2location = callPackage ../tools/networking/ip2location { };
ip2unix = callPackage ../tools/networking/ip2unix { };
@@ -7075,6 +7083,8 @@ with pkgs;
libcsptr = callPackage ../development/libraries/libcsptr { };
+ libgovirt = callPackage ../applications/virtualization/libgovirt { };
+
libscrypt = callPackage ../development/libraries/libscrypt { };
libcloudproviders = callPackage ../development/libraries/libcloudproviders { };
@@ -10530,6 +10540,8 @@ with pkgs;
trytond = with python3Packages; toPythonApplication trytond;
+ tuntox = callPackage ../tools/networking/tuntox { };
+
omapd = callPackage ../tools/security/omapd { };
ttf2pt1 = callPackage ../tools/misc/ttf2pt1 { };
@@ -15349,8 +15361,6 @@ with pkgs;
pgcli = pkgs.python3Packages.pgcli;
- phantomjs = callPackage ../development/tools/phantomjs { };
-
phantomjs2 = libsForQt514.callPackage ../development/tools/phantomjs2 { };
picotool = callPackage ../development/tools/picotool { };
@@ -19711,10 +19721,6 @@ with pkgs;
readline = readline6;
readline6 = readline63;
- readline5 = callPackage ../development/libraries/readline/5.x.nix { };
-
- readline62 = callPackage ../development/libraries/readline/6.2.nix { };
-
readline63 = callPackage ../development/libraries/readline/6.3.nix { };
readline70 = callPackage ../development/libraries/readline/7.0.nix { };
@@ -21355,6 +21361,15 @@ with pkgs;
myserver = callPackage ../servers/http/myserver { };
+ napalm = with python3Packages; toPythonApplication (
+ napalm.overridePythonAttrs (attrs: {
+ # add community frontends that depend on the napalm python package
+ propagatedBuildInputs = attrs.propagatedBuildInputs ++ [
+ napalm-hp-procurve
+ ];
+ })
+ );
+
nas = callPackage ../servers/nas { };
nats-streaming-server = callPackage ../servers/nats-streaming-server { };
@@ -23431,6 +23446,8 @@ with pkgs;
comic-relief = callPackage ../data/fonts/comic-relief {};
+ comixcursors = callPackage ../data/icons/comixcursors {};
+
coreclr = callPackage ../development/compilers/coreclr { };
corefonts = callPackage ../data/fonts/corefonts { };
diff --git a/third_party/nixpkgs/pkgs/top-level/coq-packages.nix b/third_party/nixpkgs/pkgs/top-level/coq-packages.nix
index c1a29b6030..b5b7158de6 100644
--- a/third_party/nixpkgs/pkgs/top-level/coq-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/coq-packages.nix
@@ -58,6 +58,7 @@ let
iris = callPackage ../development/coq-modules/iris {};
itauto = callPackage ../development/coq-modules/itauto { };
ITree = callPackage ../development/coq-modules/ITree { };
+ LibHyps = callPackage ../development/coq-modules/LibHyps {};
ltac2 = callPackage ../development/coq-modules/ltac2 {};
math-classes = callPackage ../development/coq-modules/math-classes { };
mathcomp = callPackage ../development/coq-modules/mathcomp {};
diff --git a/third_party/nixpkgs/pkgs/top-level/php-packages.nix b/third_party/nixpkgs/pkgs/top-level/php-packages.nix
index cea65edb41..3a9bd1f1fe 100644
--- a/third_party/nixpkgs/pkgs/top-level/php-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/php-packages.nix
@@ -545,11 +545,6 @@ lib.makeScope pkgs.newScope (self: with self; {
{
name = "sockets";
doCheck = false;
- patches = lib.optional (php.version == "8.1.2")
- (fetchpatch {
- url = "https://github.com/php/php-src/commit/07aaa34cd418c44f7bc653fafbf49f07fc71b2bf.patch";
- sha256 = "sha256-EwVb09/zV2vJ8PuyLpKFCovxe6yKct0UBvishZaordM=";
- });
}
{ name = "sodium"; buildInputs = [ libsodium ]; }
{ name = "sqlite3"; buildInputs = [ sqlite ]; }
diff --git a/third_party/nixpkgs/pkgs/top-level/python-packages.nix b/third_party/nixpkgs/pkgs/top-level/python-packages.nix
index ccbd8ed73d..c506c82337 100644
--- a/third_party/nixpkgs/pkgs/top-level/python-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/python-packages.nix
@@ -1623,6 +1623,8 @@ in {
cirq-web = callPackage ../development/python-modules/cirq-web { };
+ ciscoconfparse = callPackage ../development/python-modules/ciscoconfparse { };
+
ciscomobilityexpress = callPackage ../development/python-modules/ciscomobilityexpress { };
ciso8601 = callPackage ../development/python-modules/ciso8601 { };
@@ -2468,6 +2470,8 @@ in {
ds4drv = callPackage ../development/python-modules/ds4drv { };
+ dsinternals = callPackage ../development/python-modules/dsinternals { };
+
dsmr-parser = callPackage ../development/python-modules/dsmr-parser { };
dtlssocket = callPackage ../development/python-modules/dtlssocket { };
@@ -4058,6 +4062,8 @@ in {
iowait = callPackage ../development/python-modules/iowait { };
+ ipaddr = callPackage ../development/python-modules/ipaddr { };
+
ipaddress = callPackage ../development/python-modules/ipaddress { };
ipdb = callPackage ../development/python-modules/ipdb { };
@@ -5338,6 +5344,10 @@ in {
nanotime = callPackage ../development/python-modules/nanotime { };
+ napalm = callPackage ../development/python-modules/napalm { };
+
+ napalm-hp-procurve = callPackage ../development/python-modules/napalm/hp-procurve.nix { };
+
napari = callPackage ../development/python-modules/napari {
inherit (pkgs.libsForQt5) mkDerivationWith wrapQtAppsHook;
};
@@ -5418,6 +5428,8 @@ in {
netifaces = callPackage ../development/python-modules/netifaces { };
+ netmiko = callPackage ../development/python-modules/netmiko { };
+
netio = callPackage ../development/python-modules/netio { };
nettigo-air-monitor = callPackage ../development/python-modules/nettigo-air-monitor { };
@@ -5432,6 +5444,8 @@ in {
nevow = callPackage ../development/python-modules/nevow { };
+ newversion = callPackage ../development/python-modules/newversion { };
+
nexia = callPackage ../development/python-modules/nexia { };
nextcloudmonitor = callPackage ../development/python-modules/nextcloudmonitor { };
@@ -8159,7 +8173,9 @@ in {
python-registry = callPackage ../development/python-modules/python-registry { };
- python-rtmidi = callPackage ../development/python-modules/python-rtmidi { };
+ python-rtmidi = callPackage ../development/python-modules/python-rtmidi {
+ inherit (pkgs.darwin.apple_sdk.frameworks) CoreAudio CoreMIDI CoreServices;
+ };
python-sat = callPackage ../development/python-modules/python-sat { };
@@ -8221,6 +8237,8 @@ in {
inherit (pkgs.llvmPackages) openmp;
};
+ pyeapi = callPackage ../development/python-modules/pyeapi { };
+
pyeverlights = callPackage ../development/python-modules/pyeverlights { };
pytibber = callPackage ../development/python-modules/pytibber { };
@@ -8803,7 +8821,9 @@ in {
rstcheck = callPackage ../development/python-modules/rstcheck { };
- rtmidi-python = callPackage ../development/python-modules/rtmidi-python { };
+ rtmidi-python = callPackage ../development/python-modules/rtmidi-python {
+ inherit (pkgs.darwin.apple_sdk.frameworks) CoreAudio CoreMIDI CoreServices;
+ };
rtoml = callPackage ../development/python-modules/rtoml { };
diff --git a/third_party/nixpkgs/pkgs/top-level/wine-packages.nix b/third_party/nixpkgs/pkgs/top-level/wine-packages.nix
index 62a2278bd4..c8bdaeb426 100644
--- a/third_party/nixpkgs/pkgs/top-level/wine-packages.nix
+++ b/third_party/nixpkgs/pkgs/top-level/wine-packages.nix
@@ -9,34 +9,36 @@ rec {
base = minimal.override {
gettextSupport = true;
- fontconfigSupport = true;
- alsaSupport = true;
+ fontconfigSupport = stdenv.isLinux;
+ alsaSupport = stdenv.isLinux;
openglSupport = true;
- vulkanSupport = stdenv.isLinux;
+ vulkanSupport = true;
tlsSupport = true;
cupsSupport = true;
- dbusSupport = true;
- cairoSupport = true;
+ dbusSupport = stdenv.isLinux;
+ cairoSupport = stdenv.isLinux;
cursesSupport = true;
- saneSupport = true;
+ saneSupport = stdenv.isLinux;
pulseaudioSupport = config.pulseaudio or stdenv.isLinux;
- udevSupport = true;
- xineramaSupport = true;
+ udevSupport = stdenv.isLinux;
+ xineramaSupport = stdenv.isLinux;
sdlSupport = true;
mingwSupport = true;
+ usbSupport = true;
};
full = base.override {
- gtkSupport = true;
+ gtkSupport = stdenv.isLinux;
gstreamerSupport = true;
openalSupport = true;
openclSupport = true;
odbcSupport = true;
- netapiSupport = true;
- vaSupport = true;
+ netapiSupport = stdenv.isLinux;
+ vaSupport = stdenv.isLinux;
pcapSupport = true;
- v4lSupport = true;
+ v4lSupport = stdenv.isLinux;
gphoto2Support = true;
+ krb5Support = true;
ldapSupport = true;
vkd3dSupport = true;
embedInstallers = true;