aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/node-packages
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/node-packages')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/node-packages/composition.nix4
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/node-packages/default.nix8
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/node-packages/node-env.nix8
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.json17
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.nix19835
5 files changed, 10831 insertions, 9041 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/node-packages/composition.nix b/infra/libkookie/nixpkgs/pkgs/development/node-packages/composition.nix
index c970861a86f0..027a981ea57f 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/node-packages/composition.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/node-packages/composition.nix
@@ -6,7 +6,7 @@
let
nodeEnv = import ./node-env.nix {
- inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
+ inherit (pkgs) stdenv python2 util-linux runCommand writeTextFile;
inherit nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
@@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
-} \ No newline at end of file
+}
diff --git a/infra/libkookie/nixpkgs/pkgs/development/node-packages/default.nix b/infra/libkookie/nixpkgs/pkgs/development/node-packages/default.nix
index d7482e7c6b89..c8694a46bd14 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/node-packages/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/node-packages/default.nix
@@ -59,6 +59,10 @@ let
buildInputs = [ pkgs.phantomjs2 ];
};
+ flood = super.flood.override {
+ buildInputs = [ self.node-pre-gyp ];
+ };
+
expo-cli = super."expo-cli".override (attrs: {
# The traveling-fastlane-darwin optional dependency aborts build on Linux.
dependencies = builtins.filter (d: d.packageName != "@expo/traveling-fastlane-${if stdenv.isLinux then "darwin" else "linux"}") attrs.dependencies;
@@ -69,6 +73,10 @@ let
meta.broken = since "10";
};
+ hsd = super.hsd.override {
+ buildInputs = [ self.node-gyp-build pkgs.unbound ];
+ };
+
insect = super.insect.override (drv: {
nativeBuildInputs = drv.nativeBuildInputs or [] ++ [ pkgs.psc-package self.pulp ];
});
diff --git a/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-env.nix b/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-env.nix
index e1abf5304935..04e3ee097fae 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-env.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-env.nix
@@ -1,6 +1,6 @@
# This file originates from node2nix
-{stdenv, nodejs, python2, utillinux, libtool, runCommand, writeTextFile}:
+{stdenv, nodejs, python2, util-linux, libtool, runCommand, writeTextFile}:
let
python = if nodejs ? python then nodejs.python else python2;
@@ -396,7 +396,7 @@ let
stdenv.mkDerivation ({
name = "node_${name}-${version}";
buildInputs = [ tarWrapper python nodejs ]
- ++ stdenv.lib.optional (stdenv.isLinux) utillinux
+ ++ stdenv.lib.optional (stdenv.isLinux) util-linux
++ stdenv.lib.optional (stdenv.isDarwin) libtool
++ buildInputs;
@@ -470,7 +470,7 @@ let
name = "node-dependencies-${name}-${version}";
buildInputs = [ tarWrapper python nodejs ]
- ++ stdenv.lib.optional (stdenv.isLinux) utillinux
+ ++ stdenv.lib.optional (stdenv.isLinux) util-linux
++ stdenv.lib.optional (stdenv.isDarwin) libtool
++ buildInputs;
@@ -516,7 +516,7 @@ let
stdenv.mkDerivation {
name = "node-shell-${name}-${version}";
- buildInputs = [ python nodejs ] ++ stdenv.lib.optional (stdenv.isLinux) utillinux ++ buildInputs;
+ buildInputs = [ python nodejs ] ++ stdenv.lib.optional (stdenv.isLinux) util-linux ++ buildInputs;
buildCommand = ''
mkdir -p $out/bin
cat > $out/bin/shell <<EOF
diff --git a/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.json b/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.json
index 6243a735dffc..2982b6446846 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.json
+++ b/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.json
@@ -16,6 +16,7 @@
, "bower"
, "bower2nix"
, "browserify"
+, "btc-rpc-explorer"
, "castnow"
, "clean-css-cli"
, "clubhouse-cli"
@@ -32,6 +33,7 @@
, "coc-jest"
, "coc-json"
, "coc-lists"
+, "coc-markdownlint"
, "coc-metals"
, "coc-pairs"
, "coc-prettier"
@@ -48,6 +50,7 @@
, "coc-tslint-plugin"
, "coc-tsserver"
, "coc-vetur"
+, "coc-vimlsp"
, "coc-vimtex"
, "coc-wxml"
, "coc-yaml"
@@ -75,8 +78,12 @@
, "eslint_d"
, "expo-cli"
, {"fast-cli": "1.x"}
+, "fauna-shell"
+, "fixjson"
, "fkill-cli"
+, "flood"
, "forever"
+, "fx"
, "get-graphql-schema"
, "git-run"
, "git-ssb"
@@ -85,6 +92,7 @@
, "graphql-cli"
, "grunt-cli"
, "makam"
+, "gqlint"
, "gtop"
, "gulp"
, "gulp-cli"
@@ -92,13 +100,16 @@
, "html-minifier"
, "htmlhint"
, "http-server"
+, "hsd"
+, "hs-airdrop"
+, "hs-client"
, "hueadm"
, "inliner"
, "imapnotify"
, "indium"
, "insect"
, "ionic"
-, { "iosevka-build-deps": "../../data/fonts/iosevka" }
+, {"iosevka": "https://github.com/be5invis/Iosevka/archive/v3.7.1.tar.gz"}
, "jake"
, "javascript-typescript-langserver"
, "joplin"
@@ -150,6 +161,7 @@
, "peerflix-server"
, "pm2"
, "pnpm"
+, "poor-mans-t-sql-formatter-cli"
, "postcss-cli"
, "prettier"
, "pscid"
@@ -160,6 +172,7 @@
, "pyright"
, "react-native-cli"
, "react-tools"
+, "readability-cli"
, "redoc-cli"
, "reveal.js"
, "rollup"
@@ -178,6 +191,7 @@
, "ssb-server"
, "stackdriver-statsd-backend"
, "stf"
+, "stylelint"
, "svgo"
, "swagger"
, {"tedicross": "git+https://github.com/TediCross/TediCross.git#v0.8.7"}
@@ -213,6 +227,7 @@
, "vim-language-server"
, "vscode-css-languageserver-bin"
, "vscode-html-languageserver-bin"
+, "vscode-json-languageserver"
, "vscode-json-languageserver-bin"
, { "vscode-lldb-build-deps": "../../misc/vscode-extensions/vscode-lldb/build-deps" }
, "vue-cli"
diff --git a/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.nix b/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.nix
index 7736cbf94715..fa696958acfa 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/node-packages/node-packages.nix
@@ -22,76 +22,76 @@ let
sha512 = "t4WmWoGV9gyzypwG3y3JlcK2t8fKLtvzBA7xEoFTj9SMPvOuLsf13uh4ikK0RRaaa9RPPWLgFUdOyIRaQvCpwQ==";
};
};
- "@angular-devkit/architect-0.1001.7" = {
+ "@angular-devkit/architect-0.1100.3" = {
name = "_at_angular-devkit_slash_architect";
packageName = "@angular-devkit/architect";
- version = "0.1001.7";
+ version = "0.1100.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1001.7.tgz";
- sha512 = "uFYIvMdewU44GbIyRfsUHNMLkx+C0kokpnj7eH5NbJfbyFpCfd3ijBHh+voPdPsDRWs9lLgjbxfHpswSPj4D8w==";
+ url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1100.3.tgz";
+ sha512 = "PF4PlGOIVW8eYAObP7B/vfk8TaHBEWzr2NOb+kHsIJJmx11iivkHRWzzQmTUlhwnRslCcg5ngwx0IBPDzNVeTg==";
};
};
- "@angular-devkit/core-10.0.7" = {
+ "@angular-devkit/core-11.0.0" = {
name = "_at_angular-devkit_slash_core";
packageName = "@angular-devkit/core";
- version = "10.0.7";
+ version = "11.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/core/-/core-10.0.7.tgz";
- sha512 = "pXaZgsQ8LHpRx4QGAUYDE8GwBQLAtoqPh6oUCwRJwBExm5rl13OGPTBWewHiq0ysV/SnFXvOjxwAaHQvC1AgZw==";
+ url = "https://registry.npmjs.org/@angular-devkit/core/-/core-11.0.0.tgz";
+ sha512 = "fXZtSs3J4S12hboi3om1FA+QS0e8nuQMyzl2nkmtuhcELUFMmSrEl36dtCni5e7Svs46BUAZ5w8EazIkgGQDJg==";
};
};
- "@angular-devkit/core-10.1.7" = {
+ "@angular-devkit/core-11.0.1" = {
name = "_at_angular-devkit_slash_core";
packageName = "@angular-devkit/core";
- version = "10.1.7";
+ version = "11.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/core/-/core-10.1.7.tgz";
- sha512 = "RRyDkN2FByA+nlnRx/MzUMK1FXwj7+SsrzJcvZfWx4yA5rfKmJiJryXQEzL44GL1aoaXSuvOYu3H72wxZADN8Q==";
+ url = "https://registry.npmjs.org/@angular-devkit/core/-/core-11.0.1.tgz";
+ sha512 = "ui3g7w/0SpU9oq8uwN9upR8Y1eOXZ+P2p3NyDydBrR7ZEfEkRLS1mhozN/ib8farrwK5N3kIIJxMb5t3187Hng==";
};
};
- "@angular-devkit/core-9.1.12" = {
+ "@angular-devkit/core-11.0.3" = {
name = "_at_angular-devkit_slash_core";
packageName = "@angular-devkit/core";
- version = "9.1.12";
+ version = "11.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/core/-/core-9.1.12.tgz";
- sha512 = "D/GnBeSlmdgGn7EhuE32HuPuRAjvUuxi7Q6WywBI8PSsXKAGnrypghBwMATNnOA24//CgbW2533Y9VWHaeXdeA==";
+ url = "https://registry.npmjs.org/@angular-devkit/core/-/core-11.0.3.tgz";
+ sha512 = "gJRiBj0gWDR2VtIvLvwwc/GM2MZvg1xw69ZbBJ1VuUgDqPBHdC8q3UMW3B82wdhxK+RBYa7ZOJxtIVggaHkm9g==";
};
};
- "@angular-devkit/schematics-10.0.7" = {
+ "@angular-devkit/schematics-11.0.0" = {
name = "_at_angular-devkit_slash_schematics";
packageName = "@angular-devkit/schematics";
- version = "10.0.7";
+ version = "11.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-10.0.7.tgz";
- sha512 = "eyyYPgpjtr3h7WbnNbkDubJ/p+8TgKU6abWd+NmBfTvyeHrpVFUYZabNRcdXwUDSVzfTQKdmLynIkESj/KROrg==";
+ url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-11.0.0.tgz";
+ sha512 = "oCz9E0thA5WdGDuv6biu3X5kw5/vNE4ZZOKT2sHBQMpAuuDYrDpfTYQJjXQtjfXWvmlr8L8aqDD9N4HXsE4Esw==";
};
};
- "@angular-devkit/schematics-10.1.7" = {
+ "@angular-devkit/schematics-11.0.1" = {
name = "_at_angular-devkit_slash_schematics";
packageName = "@angular-devkit/schematics";
- version = "10.1.7";
+ version = "11.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-10.1.7.tgz";
- sha512 = "nk9RXA09b+7uq59HS/gyztNzUGHH/eQAUQhWHdDYSCG6v1lhJVCKx1HgDPELVxmeq9f+HArkAW7Y7c+ccdNQ7A==";
+ url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-11.0.1.tgz";
+ sha512 = "rAOnAndcybEH398xf5wzmcUPCoCi0dKiOo/+1dkKU5aTxynw1OUnANt5K6A+ZZTGnJmfjtP0ovkZGYun9IUDxQ==";
};
};
- "@angular-devkit/schematics-9.1.12" = {
+ "@angular-devkit/schematics-11.0.3" = {
name = "_at_angular-devkit_slash_schematics";
packageName = "@angular-devkit/schematics";
- version = "9.1.12";
+ version = "11.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-9.1.12.tgz";
- sha512 = "+GYnUzmIy1/QpYitCC8mI7jcrViGHTtOKvvDPEFjU2nggjNEQaMmsHcdIsjrqggEc23ZZyebNAIewT8CMkJyrQ==";
+ url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-11.0.3.tgz";
+ sha512 = "VZnqgnnfyzyMluIDvGp+ZlDU2P9BnjrhacBOdqBS/jNQ7oxyE0AWrUApGXcejOJ13Z7pEf31E64P3bImcjwP+A==";
};
};
- "@angular-devkit/schematics-cli-0.1000.7" = {
+ "@angular-devkit/schematics-cli-0.1100.1" = {
name = "_at_angular-devkit_slash_schematics-cli";
packageName = "@angular-devkit/schematics-cli";
- version = "0.1000.7";
+ version = "0.1100.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-0.1000.7.tgz";
- sha512 = "5zXO0WfyRySZudv2/EEC/UVfG75y7TGrdMfVZNc1WP0SB54psA0U3Z3jT+6Y9VjdjmXdxjVfybhuOzZ4I1fs0Q==";
+ url = "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-0.1100.1.tgz";
+ sha512 = "6iGauhYKSkgsqA8HK7sul7lrVzrkxXAghGd3FcTHtXsmjh/leBezi7R82MphzcoYAOQ36COLMcOJnYurVG1Y6g==";
};
};
"@antora/asciidoc-loader-2.3.4" = {
@@ -202,13 +202,13 @@ let
sha512 = "eorTmZW7zc6ZHgGLt3Vrq7mzPuobPeJnyfli50/m/DIQ91slkqjPKUYGcq4paPEz6IWoa7LT2ZwtwA5KzMyTPg==";
};
};
- "@apollo/federation-0.20.2" = {
+ "@apollo/federation-0.20.4" = {
name = "_at_apollo_slash_federation";
packageName = "@apollo/federation";
- version = "0.20.2";
+ version = "0.20.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@apollo/federation/-/federation-0.20.2.tgz";
- sha512 = "SrwUK0dZdlHLDkv/8K/Q5OK1AE/RypNkLmxhBndlOKAb2e5li6dZy6FJGNbErgHBAJQSx2Xp1gCF5CZONbFxpw==";
+ url = "https://registry.npmjs.org/@apollo/federation/-/federation-0.20.4.tgz";
+ sha512 = "A/2BtgSytrrA2nSuCrKIlXYemfMEzCosIOD4vUjK7Y1LvNuPCBxt6mdZ+hjKrfpY4IXhZdgbtHjI5/Q2Pkqsmg==";
};
};
"@apollo/protobufjs-1.0.5" = {
@@ -310,31 +310,22 @@ let
sha512 = "vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==";
};
};
- "@babel/code-frame-7.8.3" = {
- name = "_at_babel_slash_code-frame";
- packageName = "@babel/code-frame";
- version = "7.8.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz";
- sha512 = "a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==";
- };
- };
- "@babel/compat-data-7.12.1" = {
+ "@babel/compat-data-7.12.7" = {
name = "_at_babel_slash_compat-data";
packageName = "@babel/compat-data";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.1.tgz";
- sha512 = "725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==";
+ url = "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.7.tgz";
+ sha512 = "YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==";
};
};
- "@babel/core-7.12.3" = {
+ "@babel/core-7.12.9" = {
name = "_at_babel_slash_core";
packageName = "@babel/core";
- version = "7.12.3";
+ version = "7.12.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz";
- sha512 = "0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==";
+ url = "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz";
+ sha512 = "gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==";
};
};
"@babel/core-7.9.0" = {
@@ -346,22 +337,13 @@ let
sha512 = "kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==";
};
};
- "@babel/generator-7.11.6" = {
- name = "_at_babel_slash_generator";
- packageName = "@babel/generator";
- version = "7.11.6";
- src = fetchurl {
- url = "https://registry.npmjs.org/@babel/generator/-/generator-7.11.6.tgz";
- sha512 = "DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==";
- };
- };
- "@babel/generator-7.12.1" = {
+ "@babel/generator-7.12.5" = {
name = "_at_babel_slash_generator";
packageName = "@babel/generator";
- version = "7.12.1";
+ version = "7.12.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz";
- sha512 = "DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==";
+ url = "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz";
+ sha512 = "m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==";
};
};
"@babel/helper-annotate-as-pure-7.10.4" = {
@@ -391,22 +373,22 @@ let
sha512 = "5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg==";
};
};
- "@babel/helper-builder-react-jsx-experimental-7.12.1" = {
+ "@babel/helper-builder-react-jsx-experimental-7.12.4" = {
name = "_at_babel_slash_helper-builder-react-jsx-experimental";
packageName = "@babel/helper-builder-react-jsx-experimental";
- version = "7.12.1";
+ version = "7.12.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.1.tgz";
- sha512 = "82to8lR7TofZWbTd3IEZT1xNHfeU/Ef4rDm/GLXddzqDh+yQ19QuGSzqww51aNxVH8rwfRIzL0EUQsvODVhtyw==";
+ url = "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.4.tgz";
+ sha512 = "AjEa0jrQqNk7eDQOo0pTfUOwQBMF+xVqrausQwT9/rTKy0g04ggFNaJpaE09IQMn9yExluigWMJcj0WC7bq+Og==";
};
};
- "@babel/helper-compilation-targets-7.12.1" = {
+ "@babel/helper-compilation-targets-7.12.5" = {
name = "_at_babel_slash_helper-compilation-targets";
packageName = "@babel/helper-compilation-targets";
- version = "7.12.1";
+ version = "7.12.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz";
- sha512 = "jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==";
+ url = "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz";
+ sha512 = "+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==";
};
};
"@babel/helper-create-class-features-plugin-7.12.1" = {
@@ -418,13 +400,13 @@ let
sha512 = "hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==";
};
};
- "@babel/helper-create-regexp-features-plugin-7.12.1" = {
+ "@babel/helper-create-regexp-features-plugin-7.12.7" = {
name = "_at_babel_slash_helper-create-regexp-features-plugin";
packageName = "@babel/helper-create-regexp-features-plugin";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.1.tgz";
- sha512 = "rsZ4LGvFTZnzdNZR5HZdmJVuXK8834R5QkF3WvcnBhrlVtF0HSIUC6zbreL9MgjTywhKokn8RIYRiq99+DLAxA==";
+ url = "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz";
+ sha512 = "idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ==";
};
};
"@babel/helper-define-map-7.10.5" = {
@@ -472,22 +454,22 @@ let
sha512 = "wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==";
};
};
- "@babel/helper-member-expression-to-functions-7.12.1" = {
+ "@babel/helper-member-expression-to-functions-7.12.7" = {
name = "_at_babel_slash_helper-member-expression-to-functions";
packageName = "@babel/helper-member-expression-to-functions";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz";
- sha512 = "k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==";
+ url = "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz";
+ sha512 = "DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==";
};
};
- "@babel/helper-module-imports-7.12.1" = {
+ "@babel/helper-module-imports-7.12.5" = {
name = "_at_babel_slash_helper-module-imports";
packageName = "@babel/helper-module-imports";
- version = "7.12.1";
+ version = "7.12.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz";
- sha512 = "ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==";
+ url = "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz";
+ sha512 = "SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==";
};
};
"@babel/helper-module-transforms-7.12.1" = {
@@ -499,13 +481,13 @@ let
sha512 = "QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==";
};
};
- "@babel/helper-optimise-call-expression-7.10.4" = {
+ "@babel/helper-optimise-call-expression-7.12.7" = {
name = "_at_babel_slash_helper-optimise-call-expression";
packageName = "@babel/helper-optimise-call-expression";
- version = "7.10.4";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz";
- sha512 = "n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==";
+ url = "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz";
+ sha512 = "I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw==";
};
};
"@babel/helper-plugin-utils-7.10.4" = {
@@ -517,15 +499,6 @@ let
sha512 = "O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==";
};
};
- "@babel/helper-regex-7.10.5" = {
- name = "_at_babel_slash_helper-regex";
- packageName = "@babel/helper-regex";
- version = "7.10.5";
- src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.5.tgz";
- sha512 = "68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==";
- };
- };
"@babel/helper-remap-async-to-generator-7.12.1" = {
name = "_at_babel_slash_helper-remap-async-to-generator";
packageName = "@babel/helper-remap-async-to-generator";
@@ -535,13 +508,13 @@ let
sha512 = "9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A==";
};
};
- "@babel/helper-replace-supers-7.12.1" = {
+ "@babel/helper-replace-supers-7.12.5" = {
name = "_at_babel_slash_helper-replace-supers";
packageName = "@babel/helper-replace-supers";
- version = "7.12.1";
+ version = "7.12.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz";
- sha512 = "zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==";
+ url = "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz";
+ sha512 = "5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==";
};
};
"@babel/helper-simple-access-7.12.1" = {
@@ -598,13 +571,13 @@ let
sha512 = "Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==";
};
};
- "@babel/helpers-7.12.1" = {
+ "@babel/helpers-7.12.5" = {
name = "_at_babel_slash_helpers";
packageName = "@babel/helpers";
- version = "7.12.1";
+ version = "7.12.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.1.tgz";
- sha512 = "9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==";
+ url = "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.5.tgz";
+ sha512 = "lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==";
};
};
"@babel/highlight-7.10.4" = {
@@ -616,13 +589,13 @@ let
sha512 = "i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==";
};
};
- "@babel/parser-7.12.3" = {
+ "@babel/parser-7.12.7" = {
name = "_at_babel_slash_parser";
packageName = "@babel/parser";
- version = "7.12.3";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz";
- sha512 = "kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==";
+ url = "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz";
+ sha512 = "oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==";
};
};
"@babel/plugin-external-helpers-7.8.3" = {
@@ -706,13 +679,13 @@ let
sha512 = "nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==";
};
};
- "@babel/plugin-proposal-numeric-separator-7.12.1" = {
+ "@babel/plugin-proposal-numeric-separator-7.12.7" = {
name = "_at_babel_slash_plugin-proposal-numeric-separator";
packageName = "@babel/plugin-proposal-numeric-separator";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz";
- sha512 = "MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==";
+ url = "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz";
+ sha512 = "8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==";
};
};
"@babel/plugin-proposal-object-rest-spread-7.12.1" = {
@@ -733,13 +706,13 @@ let
sha512 = "hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g==";
};
};
- "@babel/plugin-proposal-optional-chaining-7.12.1" = {
+ "@babel/plugin-proposal-optional-chaining-7.12.7" = {
name = "_at_babel_slash_plugin-proposal-optional-chaining";
packageName = "@babel/plugin-proposal-optional-chaining";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz";
- sha512 = "c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==";
+ url = "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz";
+ sha512 = "4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==";
};
};
"@babel/plugin-proposal-private-methods-7.12.1" = {
@@ -1156,13 +1129,13 @@ let
sha512 = "cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w==";
};
};
- "@babel/plugin-transform-react-jsx-7.12.1" = {
+ "@babel/plugin-transform-react-jsx-7.12.7" = {
name = "_at_babel_slash_plugin-transform-react-jsx";
packageName = "@babel/plugin-transform-react-jsx";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.1.tgz";
- sha512 = "RmKejwnT0T0QzQUzcbP5p1VWlpnP8QHtdhEtLG55ZDQnJNalbF3eeDyu3dnGKvGzFIQiBzFhBYTwvv435p9Xpw==";
+ url = "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.7.tgz";
+ sha512 = "YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ==";
};
};
"@babel/plugin-transform-react-jsx-source-7.12.1" = {
@@ -1219,13 +1192,13 @@ let
sha512 = "vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==";
};
};
- "@babel/plugin-transform-sticky-regex-7.12.1" = {
+ "@babel/plugin-transform-sticky-regex-7.12.7" = {
name = "_at_babel_slash_plugin-transform-sticky-regex";
packageName = "@babel/plugin-transform-sticky-regex";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz";
- sha512 = "CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==";
+ url = "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz";
+ sha512 = "VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==";
};
};
"@babel/plugin-transform-template-literals-7.12.1" = {
@@ -1273,22 +1246,22 @@ let
sha512 = "SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg==";
};
};
- "@babel/polyfill-7.11.5" = {
+ "@babel/polyfill-7.12.1" = {
name = "_at_babel_slash_polyfill";
packageName = "@babel/polyfill";
- version = "7.11.5";
+ version = "7.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.11.5.tgz";
- sha512 = "FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==";
+ url = "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz";
+ sha512 = "X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==";
};
};
- "@babel/preset-env-7.12.1" = {
+ "@babel/preset-env-7.12.7" = {
name = "_at_babel_slash_preset-env";
packageName = "@babel/preset-env";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.1.tgz";
- sha512 = "H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==";
+ url = "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.7.tgz";
+ sha512 = "OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==";
};
};
"@babel/preset-flow-7.12.1" = {
@@ -1318,13 +1291,13 @@ let
sha512 = "dStnEQgejNYIHFNACdDCigK4BF7wgW6Zahv9Dc2un7rGjbeVtZhBfR3sy0I7ZJOhBexkFxVdMZ5hqmll7BFShw==";
};
};
- "@babel/preset-typescript-7.12.1" = {
+ "@babel/preset-typescript-7.12.7" = {
name = "_at_babel_slash_preset-typescript";
packageName = "@babel/preset-typescript";
- version = "7.12.1";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz";
- sha512 = "hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==";
+ url = "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.12.7.tgz";
+ sha512 = "nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw==";
};
};
"@babel/register-7.12.1" = {
@@ -1336,22 +1309,13 @@ let
sha512 = "XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q==";
};
};
- "@babel/runtime-7.11.2" = {
+ "@babel/runtime-7.12.5" = {
name = "_at_babel_slash_runtime";
packageName = "@babel/runtime";
- version = "7.11.2";
+ version = "7.12.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz";
- sha512 = "TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==";
- };
- };
- "@babel/runtime-7.12.1" = {
- name = "_at_babel_slash_runtime";
- packageName = "@babel/runtime";
- version = "7.12.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz";
- sha512 = "J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==";
+ url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz";
+ sha512 = "plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==";
};
};
"@babel/runtime-7.9.0" = {
@@ -1363,22 +1327,22 @@ let
sha512 = "cTIudHnzuWLS56ik4DnRnqqNf8MkdUzV4iFFI1h7Jo9xvrpQROYaAnaSd2mHLQAzzZAPfATynX5ord6YlNYNMA==";
};
};
- "@babel/template-7.10.4" = {
+ "@babel/template-7.12.7" = {
name = "_at_babel_slash_template";
packageName = "@babel/template";
- version = "7.10.4";
+ version = "7.12.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz";
- sha512 = "ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==";
+ url = "https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz";
+ sha512 = "GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==";
};
};
- "@babel/traverse-7.12.1" = {
+ "@babel/traverse-7.12.9" = {
name = "_at_babel_slash_traverse";
packageName = "@babel/traverse";
- version = "7.12.1";
+ version = "7.12.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz";
- sha512 = "MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==";
+ url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz";
+ sha512 = "iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==";
};
};
"@babel/types-7.10.4" = {
@@ -1390,31 +1354,40 @@ let
sha512 = "UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==";
};
};
- "@babel/types-7.12.1" = {
+ "@babel/types-7.12.7" = {
name = "_at_babel_slash_types";
packageName = "@babel/types";
- version = "7.12.1";
+ version = "7.12.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz";
+ sha512 = "MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==";
+ };
+ };
+ "@braintree/sanitize-url-3.1.0" = {
+ name = "_at_braintree_slash_sanitize-url";
+ packageName = "@braintree/sanitize-url";
+ version = "3.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz";
- sha512 = "BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==";
+ url = "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz";
+ sha512 = "GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==";
};
};
- "@bugsnag/browser-7.4.0" = {
+ "@bugsnag/browser-7.5.3" = {
name = "_at_bugsnag_slash_browser";
packageName = "@bugsnag/browser";
- version = "7.4.0";
+ version = "7.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@bugsnag/browser/-/browser-7.4.0.tgz";
- sha512 = "WmBJLCFvM2dvj0ZUCCx2QO9xxKJ1V7qZC4zE3kzxBdEgG1UKmKe2MSOJv8Igr933t6gY7Wzd5e7j6EpRuyvIyg==";
+ url = "https://registry.npmjs.org/@bugsnag/browser/-/browser-7.5.3.tgz";
+ sha512 = "iGmKFtHz91hNovWW8rb/qLD9X5TMVEc7OUEfwE5s1M8ElReEmUAVbgTfQjkahG8aHvjGQ+M+zyM0gHfk+tTczg==";
};
};
- "@bugsnag/core-7.3.5" = {
+ "@bugsnag/core-7.5.3" = {
name = "_at_bugsnag_slash_core";
packageName = "@bugsnag/core";
- version = "7.3.5";
+ version = "7.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@bugsnag/core/-/core-7.3.5.tgz";
- sha512 = "7zKFLcA6m9aaQ1p1AQx2iRaT3gE/MJqy0vGa/RhlKNdgMdMKYRGECWxJE66firvJT5ZwL7Bu11IkK6sLWHCBaw==";
+ url = "https://registry.npmjs.org/@bugsnag/core/-/core-7.5.3.tgz";
+ sha512 = "HaAPWN+z3ZlEjwF2JeuAx83eKoVd6osgx2Hyn8dlmGsRfUvpi+7rG9DI483PGexEM0O6i/ORvD6Qx92/E9zW7w==";
};
};
"@bugsnag/cuid-3.0.0" = {
@@ -1426,22 +1399,22 @@ let
sha512 = "LOt8aaBI+KvOQGneBtpuCz3YqzyEAehd1f3nC5yr9TIYW1+IzYKa2xWS4EiMz5pPOnRPHkyyS5t/wmSmN51Gjg==";
};
};
- "@bugsnag/js-7.4.0" = {
+ "@bugsnag/js-7.5.3" = {
name = "_at_bugsnag_slash_js";
packageName = "@bugsnag/js";
- version = "7.4.0";
+ version = "7.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@bugsnag/js/-/js-7.4.0.tgz";
- sha512 = "v+LA3d1DJf5Oxpy93K+/2TBGHNQoVldNaiN0du/9sUTuc8thkx9tgtaj/BiUWINIEX6y3j7y28cRKUhfffdsIQ==";
+ url = "https://registry.npmjs.org/@bugsnag/js/-/js-7.5.3.tgz";
+ sha512 = "xdwfq+bQPWZFwc02IIFk7rVsxoEsAMOLiZLJpjnRK/HtzwWPUciMTRIIlUzb/uZaAmd05UieVQ/TxuwQYdMgEA==";
};
};
- "@bugsnag/node-7.3.5" = {
+ "@bugsnag/node-7.5.3" = {
name = "_at_bugsnag_slash_node";
packageName = "@bugsnag/node";
- version = "7.3.5";
+ version = "7.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@bugsnag/node/-/node-7.3.5.tgz";
- sha512 = "eN06NgphKYikBq/AXpiLO9tNx1H7cz8C78oQnR5fj2POulj+Zm9njr9dM6DEzGIvBDt952SwwcOA73jAiOmztQ==";
+ url = "https://registry.npmjs.org/@bugsnag/node/-/node-7.5.3.tgz";
+ sha512 = "irNGOTcxi7u8lUziLfv7rKzWGg2Yd+ZXZnwD0r6ZDhdlOwA3UnGq6Fud3SOTJNKPcUk/16Sv0mcuKkcLdHTodg==";
};
};
"@bugsnag/safe-json-stringify-6.0.0" = {
@@ -1453,13 +1426,13 @@ let
sha512 = "htzFO1Zc57S8kgdRK9mLcPVTW1BY2ijfH7Dk2CeZmspTWKdKqSo1iwmqrq2WtRjFlo8aRZYgLX0wFrDXF/9DLA==";
};
};
- "@chemzqm/neovim-5.2.6" = {
+ "@chemzqm/neovim-5.2.10" = {
name = "_at_chemzqm_slash_neovim";
packageName = "@chemzqm/neovim";
- version = "5.2.6";
+ version = "5.2.10";
src = fetchurl {
- url = "https://registry.npmjs.org/@chemzqm/neovim/-/neovim-5.2.6.tgz";
- sha512 = "9R4k2fvsX79dsNjxEjJaAlhdAZKx/DBGPHOXR3TVwJhX0TFPi9fvmHqJ8YFkAOweAVTXaiOdHv/LMerSBsA5Pw==";
+ url = "https://registry.npmjs.org/@chemzqm/neovim/-/neovim-5.2.10.tgz";
+ sha512 = "IeXAS7yFgsz0EyZrQguX1/Rbbe5EYMZOm2OxosY1oht+LjxQj2vv0u91tvX/Qu67SIWCFoaudJZuDcgK88anyg==";
};
};
"@cliqz-oss/firefox-client-0.3.1" = {
@@ -1606,15 +1579,6 @@ let
sha512 = "Ce3xE2JvTSEbASFbRbA1gAIcMcZWdS2yUYRaQbeM0nbOzaZrUYfa3ePtcriYRZOZmr+CkKA+zbjhvTpIOAYVcw==";
};
};
- "@emmetio/extract-abbreviation-0.2.0" = {
- name = "_at_emmetio_slash_extract-abbreviation";
- packageName = "@emmetio/extract-abbreviation";
- version = "0.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/@emmetio/extract-abbreviation/-/extract-abbreviation-0.2.0.tgz";
- sha512 = "eWIRoybKwQ0LkZw7aSULPFS+r2kp0+HdJlnw0HaE6g3AKbMNL4Ogwm2OTA9gNWZ5zdp6daOAOHFqjDqqhE5y/g==";
- };
- };
"@emotion/is-prop-valid-0.8.8" = {
name = "_at_emotion_slash_is-prop-valid";
packageName = "@emotion/is-prop-valid";
@@ -1660,13 +1624,13 @@ let
sha512 = "ZHkXKq2XFFmAUdmSZrmqUSIrRM4O9gtkdpxMmV+LQl7kScUnbo6pMnXu6+FTDgZ12aW6SDoZoOJfS56WD+Eu6A==";
};
};
- "@eslint/eslintrc-0.1.3" = {
+ "@eslint/eslintrc-0.2.2" = {
name = "_at_eslint_slash_eslintrc";
packageName = "@eslint/eslintrc";
- version = "0.1.3";
+ version = "0.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.1.3.tgz";
- sha512 = "4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==";
+ url = "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.2.tgz";
+ sha512 = "EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==";
};
};
"@evocateur/libnpmaccess-3.1.2" = {
@@ -1723,22 +1687,31 @@ let
sha512 = "y2IZFynVtRxMQ4uxXYUnrnXZa+pvSH1R1aSUAfC6RsUb2UNOxC6zRehdLGSOyF4s9Wy+j3/CPm6fC0T5UJYoQg==";
};
};
- "@expo/bunyan-3.0.2" = {
+ "@expo/bunyan-4.0.0" = {
name = "_at_expo_slash_bunyan";
packageName = "@expo/bunyan";
- version = "3.0.2";
+ version = "4.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/bunyan/-/bunyan-3.0.2.tgz";
- sha512 = "fQRc4+RG+rEw1IdjFx/5t2AvOlJT8ktv2dfObD3aW838ohZxCx1QvFUY/Gdx5JA1JY/KrHRGuEqQLH9ayiexyg==";
+ url = "https://registry.npmjs.org/@expo/bunyan/-/bunyan-4.0.0.tgz";
+ sha512 = "Ydf4LidRB/EBI+YrB+cVLqIseiRfjUI/AeHBgjGMtq3GroraDu81OV7zqophRgupngoL3iS3JUMDMnxO7g39qA==";
};
};
- "@expo/config-3.3.10" = {
+ "@expo/config-3.3.18" = {
name = "_at_expo_slash_config";
packageName = "@expo/config";
- version = "3.3.10";
+ version = "3.3.18";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/config/-/config-3.3.10.tgz";
- sha512 = "+ZBOWaIgBhrNKds93pGFQzXAHxu7uqCYyIZsg7EBKFc1gV2TRxwHUKnuespdEQANx6PrshNVzfC95Kbd4jIBPA==";
+ url = "https://registry.npmjs.org/@expo/config/-/config-3.3.18.tgz";
+ sha512 = "R78HOWnLcxdip3FBrfbxti+85jdoRNpXV0Eihb6dl+sBRNo4+uzBNEQQ1P7ICoTzrehdkhdXkQYflvQFuQXyAA==";
+ };
+ };
+ "@expo/config-plugins-1.0.7" = {
+ name = "_at_expo_slash_config-plugins";
+ packageName = "@expo/config-plugins";
+ version = "1.0.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-1.0.7.tgz";
+ sha512 = "Do7xH8kCnsFa4Rl/Z8Ja2i71N+OpQARUoJHCQTHzyttL9j1eYeLDBOB6Hrl1vf8jcFfBtuqf8QWvMQkwJ17uqA==";
};
};
"@expo/config-types-40.0.0-beta.1" = {
@@ -1759,58 +1732,58 @@ let
sha512 = "6n7ji1WKDCdLe2Mto4u4W72kTLhAbhXhC7ydVk1HxDYCcbewNLfgiwhchPtPGyUMnSDizVWph5aDoiKxqVHqNQ==";
};
};
- "@expo/dev-server-0.1.35" = {
+ "@expo/dev-server-0.1.43" = {
name = "_at_expo_slash_dev-server";
packageName = "@expo/dev-server";
- version = "0.1.35";
+ version = "0.1.43";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/dev-server/-/dev-server-0.1.35.tgz";
- sha512 = "QiOKOQf7IrgXjQPISO0wwncHSLwrtwGg5FC5ewfHbrJSV7KdZXNZT30uWinOVz5by5BB4z0lKXy5E8jIfonc5w==";
+ url = "https://registry.npmjs.org/@expo/dev-server/-/dev-server-0.1.43.tgz";
+ sha512 = "FYLMoI7c1Myw5vCyx7nMEW6Oos40wx28TuHcticKPU+zZiYrzyIa4aJzEv4bWnw1if6417lKXjncYvQEZRyxFw==";
};
};
- "@expo/dev-tools-0.13.53" = {
+ "@expo/dev-tools-0.13.66" = {
name = "_at_expo_slash_dev-tools";
packageName = "@expo/dev-tools";
- version = "0.13.53";
+ version = "0.13.66";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.53.tgz";
- sha512 = "vDEnu4cy6pxq6ra7UsB2+Qa8s1M3eF+jUFuvlTcdqJL3tlxbh3WXn63+ZKZWv9TjUdzc0vFx50N/ywBn9S9DoQ==";
+ url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.66.tgz";
+ sha512 = "eg1KoEUXWLFF0a+whWDj1hdu/XGdAbUtx3pqI053/0cCI0g3GHAQvNA8gJ3NEeSHYQaLb7irK2rNE6lJTcUo8Q==";
};
};
- "@expo/eas-build-job-0.1.1" = {
+ "@expo/eas-build-job-0.1.2" = {
name = "_at_expo_slash_eas-build-job";
packageName = "@expo/eas-build-job";
- version = "0.1.1";
+ version = "0.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/eas-build-job/-/eas-build-job-0.1.1.tgz";
- sha512 = "V5zrRdz6qa45Aflh84CmsEyNcNHG95O7dyzQqpzEI73phB+Jr7ffM+AP0f3+POjy6mwNXIKHgbzH8VG3excPpA==";
+ url = "https://registry.npmjs.org/@expo/eas-build-job/-/eas-build-job-0.1.2.tgz";
+ sha512 = "hBYVWlEWi8Iu+jWmbzKy2bMsYoWvRwY7MZ+SdKpNvAl+sMpp8rwvxRyRs7cRTa6DuiQ2sdOxqemnw9MJ6S5cRA==";
};
};
- "@expo/image-utils-0.3.7" = {
+ "@expo/image-utils-0.3.9" = {
name = "_at_expo_slash_image-utils";
packageName = "@expo/image-utils";
- version = "0.3.7";
+ version = "0.3.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.3.7.tgz";
- sha512 = "Vo1p5uv1JlRacgVIiVa+83oRoHfC7grSU8cypAtgvOYpbmdCWR8+3F4v+vaabHe6ktvIKRE78jh6vHMGwv2aOA==";
+ url = "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.3.9.tgz";
+ sha512 = "VarvpeNXtvPexmJSEllDF1RRHrjznsgf2Y0bZ2IehmOZwxdqz/YssGxY2ztMx5pn3utuhc9Enx140BHDBOp8UQ==";
};
};
- "@expo/json-file-8.2.24" = {
+ "@expo/json-file-8.2.25" = {
name = "_at_expo_slash_json-file";
packageName = "@expo/json-file";
- version = "8.2.24";
+ version = "8.2.25";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.24.tgz";
- sha512 = "i34lfcMVt5Wv2Cf5apZUj3o9JlFt8WOPSZjrECryunBQ9/BsQQYY5NHgGjhhZnnRE+6JFf0CPQTjXdoQ1w3w0w==";
+ url = "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.25.tgz";
+ sha512 = "KFX6grWVzttaDskq/NK8ByqFPgpDZGFnyeZVeecGoKx5kU61zuR7/xQM04OvN6BNXq3jTUst1TyS8fXEfJuscA==";
};
};
- "@expo/metro-config-0.1.35" = {
+ "@expo/metro-config-0.1.43" = {
name = "_at_expo_slash_metro-config";
packageName = "@expo/metro-config";
- version = "0.1.35";
+ version = "0.1.43";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.1.35.tgz";
- sha512 = "aGAVNXtCMOEVVytOvE0WiuxXT491v0NV+tcZ2+WZC2DBmulor+G+n61Er+4OL0Ke7uXfMk6CLXJA76ZYkBvW/w==";
+ url = "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.1.43.tgz";
+ sha512 = "ZkZXu2dVjZ88tiH51gqM3DUAmey18tM9MlDh91r1iLF6hHT6UeZD0lBDN7IJTQv/SJuAPQHoylXmAx6cuIGU9A==";
};
};
"@expo/ngrok-2.4.3" = {
@@ -1939,13 +1912,13 @@ let
sha512 = "oqar3vmvxkVx1OBG7hTjTbCaVVUX2o+aEMLxZWLUiubL0ly1qxgQKEt5p3g3pzkxTft+b1oMf8bT7jMi6iOv+Q==";
};
};
- "@expo/package-manager-0.0.33" = {
+ "@expo/package-manager-0.0.34" = {
name = "_at_expo_slash_package-manager";
packageName = "@expo/package-manager";
- version = "0.0.33";
+ version = "0.0.34";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/package-manager/-/package-manager-0.0.33.tgz";
- sha512 = "zhY1a67/Fsg9FjKj2AajNDywpcbERACA7kw9eR3uJEzQwdwYiqX9cmMO8K69UKJUY2kpba4edJY9/PEMJFfPiQ==";
+ url = "https://registry.npmjs.org/@expo/package-manager/-/package-manager-0.0.34.tgz";
+ sha512 = "/zxESSNAjeBI7BlrFlmmLbEDNblJhR0fd9rZGPOwNlRoeojCJ0yh+nTUWXQtBgolffQMYq0LkTTjTDszqs4M+g==";
};
};
"@expo/plist-0.0.10" = {
@@ -1966,13 +1939,13 @@ let
sha512 = "qECzzXX5oJot3m2Gu9pfRDz50USdBieQVwYAzeAtQRUTD3PVeTK1tlRUoDcrK8PSruDLuVYdKkLebX4w/o55VA==";
};
};
- "@expo/schemer-1.3.21" = {
+ "@expo/schemer-1.3.22" = {
name = "_at_expo_slash_schemer";
packageName = "@expo/schemer";
- version = "1.3.21";
+ version = "1.3.22";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/schemer/-/schemer-1.3.21.tgz";
- sha512 = "8rk1P9bFmTLZa4yr/6rNMP5QOJy/BDu+73c/vKpAr/JXgJwxRnlaLYe/rZkwQFMl5aPyaa4JsattVBU4IdxAiA==";
+ url = "https://registry.npmjs.org/@expo/schemer/-/schemer-1.3.22.tgz";
+ sha512 = "ALB9FB0DwypyNT0sL4zlM6ncQxado8eT46MOTclGoWNkVWNeeZC8O0GYHoEXLOjvfNUP5j02ATtnXCqyXAz5Hg==";
};
};
"@expo/simple-spinner-1.0.2" = {
@@ -2011,22 +1984,40 @@ let
sha512 = "YaFAYYOOxImYNx9s6X3tY6fC1y6rka0KXstrs2zrS+vHyyBD8IOhNtIUvybHScM3jUL+qukgKElAb+7gzlF6Eg==";
};
};
- "@expo/webpack-config-0.12.39" = {
+ "@expo/webpack-config-0.12.48" = {
name = "_at_expo_slash_webpack-config";
packageName = "@expo/webpack-config";
- version = "0.12.39";
+ version = "0.12.48";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/webpack-config/-/webpack-config-0.12.39.tgz";
- sha512 = "I2mqVwjjXR8/DAfqzSYwwIrDfnzTEok6dqsJa3D19Du8S0sPv6MjHrbS/U+UCUnR+ccu8j8lb/ovN3RZzUIwVw==";
+ url = "https://registry.npmjs.org/@expo/webpack-config/-/webpack-config-0.12.48.tgz";
+ sha512 = "uUmr+z9gpMNw6yUGinQkkN/GDPypLvySs/0pwUBF9w7xfaGeRKoEGYhNS8JaIXgmR3621eKi3F2pBlSoSFfiew==";
};
};
- "@expo/xdl-58.0.14" = {
+ "@expo/xdl-59.0.6" = {
name = "_at_expo_slash_xdl";
packageName = "@expo/xdl";
- version = "58.0.14";
+ version = "59.0.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@expo/xdl/-/xdl-59.0.6.tgz";
+ sha512 = "6YHUcVDF62L7IxdCzOasIv9mG/KiXnMofvAuCkAYUQZYNF6vAIQJxj+/JjWAYRfTj1JHdY0OFkVpICun0qJ2FA==";
+ };
+ };
+ "@fast-csv/format-4.3.5" = {
+ name = "_at_fast-csv_slash_format";
+ packageName = "@fast-csv/format";
+ version = "4.3.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@fast-csv/format/-/format-4.3.5.tgz";
+ sha512 = "8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==";
+ };
+ };
+ "@fast-csv/parse-4.3.3" = {
+ name = "_at_fast-csv_slash_parse";
+ packageName = "@fast-csv/parse";
+ version = "4.3.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@expo/xdl/-/xdl-58.0.14.tgz";
- sha512 = "CCVg/+Ys8ZI42oESDD2I2KNQWw35+qjltQaY1AyVSV7ZQRbqfViy+vjpDlBuKLre+iUFmHMI5cP1HvS7dc7NPg==";
+ url = "https://registry.npmjs.org/@fast-csv/parse/-/parse-4.3.3.tgz";
+ sha512 = "mXrCmyyZxbcdW/kZ8tVMrb1DJrJMNGWxHmB4OSuEL96so/X14E1O0w5QFiyodfs+oXoNGwbku8bx2Lq2tiODAA==";
};
};
"@fluentui/date-time-utilities-7.9.0" = {
@@ -2056,40 +2047,67 @@ let
sha512 = "t3yIbbPKJubb22vQ/FIWwS9vFAzaPYzFxKWPHVWLtxs/P+5yL+LD3B16DRtYreWAdl9CZvEbos58ChLZ0KHwSQ==";
};
};
- "@fluentui/react-7.147.1" = {
+ "@fluentui/react-7.153.4" = {
name = "_at_fluentui_slash_react";
packageName = "@fluentui/react";
- version = "7.147.1";
+ version = "7.153.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@fluentui/react/-/react-7.153.4.tgz";
+ sha512 = "ksglyptT/nkjChmIZ2OiushPJMMBfYgJHclMYqfp8Z4TGeXWPaYT6l5HfKeEZJTsMz3WtJpy+6MB48Yh4PYOLA==";
+ };
+ };
+ "@fluentui/react-compose-0.19.12" = {
+ name = "_at_fluentui_slash_react-compose";
+ packageName = "@fluentui/react-compose";
+ version = "0.19.12";
src = fetchurl {
- url = "https://registry.npmjs.org/@fluentui/react/-/react-7.147.1.tgz";
- sha512 = "Zk3MygGDVEHrgKi1M12ETozWRxQ0Go8O9RP/mXqWQUHcXK++KfAO6xJZTpMKQ9o18Sb/ZQwjIrYPpYc6JwuyfA==";
+ url = "https://registry.npmjs.org/@fluentui/react-compose/-/react-compose-0.19.12.tgz";
+ sha512 = "GTcZ3kd2rTk3Q7xXJB8cTPfv0Q0vOdeIrLcJ02lXfjE9h3GPTE62rV4iFzBIZyXIKL8IdR6Jh8WNIBkVMWhhxw==";
};
};
- "@fluentui/react-focus-7.16.13" = {
+ "@fluentui/react-focus-7.16.19" = {
name = "_at_fluentui_slash_react-focus";
packageName = "@fluentui/react-focus";
- version = "7.16.13";
+ version = "7.16.19";
src = fetchurl {
- url = "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-7.16.13.tgz";
- sha512 = "MWyI64GSEZigYe75aCy8VGGIr/tWwk+H8oqPxamoVOHef4kCqYm/70mhrDpBP1oAhJVmdY/Lia6dtkIz3J9wgw==";
+ url = "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-7.16.19.tgz";
+ sha512 = "BUnSJ7CRs0gfaEXVr5w9YQsZXB18J35k7H7eyB5wLLLgwdK/ogt6uYcu3p0q5ZEjju8C/wmJ2zgwFCMKiAyTUA==";
};
};
- "@fluentui/react-window-provider-0.3.3" = {
+ "@fluentui/react-stylesheets-0.2.4" = {
+ name = "_at_fluentui_slash_react-stylesheets";
+ packageName = "@fluentui/react-stylesheets";
+ version = "0.2.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@fluentui/react-stylesheets/-/react-stylesheets-0.2.4.tgz";
+ sha512 = "zTyDxBsQsm5iz59SXn83+BrC3tUnwQdJc/xcPYWWVISIyPby/75URbWK5uYJ5p5Qy0GrpgKDGYAbpXZlN89SRQ==";
+ };
+ };
+ "@fluentui/react-theme-provider-0.18.0" = {
+ name = "_at_fluentui_slash_react-theme-provider";
+ packageName = "@fluentui/react-theme-provider";
+ version = "0.18.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@fluentui/react-theme-provider/-/react-theme-provider-0.18.0.tgz";
+ sha512 = "dKSOZ1Sl2uVrDzjvfRtwHUluedU0MhEASukyeqGTpKTmg3ucPMYEZn+dgzFqRNpjs9trbb++N8R6Z19CWokXOw==";
+ };
+ };
+ "@fluentui/react-window-provider-1.0.1" = {
name = "_at_fluentui_slash_react-window-provider";
packageName = "@fluentui/react-window-provider";
- version = "0.3.3";
+ version = "1.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@fluentui/react-window-provider/-/react-window-provider-0.3.3.tgz";
- sha512 = "MVPf2hqOQ17LAZsuvGcr3oOHksAskUm+fCYdXFhbVoAgsCDVTIuH6i8XgHFd6YjBtzjZmI4+k/3NTQfDqBX8EQ==";
+ url = "https://registry.npmjs.org/@fluentui/react-window-provider/-/react-window-provider-1.0.1.tgz";
+ sha512 = "5hvruDyF0uE8+6YN6Y+d2sEzexBadxUNxUjDcDreTPsmtHPwF5FPBYLhoD7T84L5U4YNvKxKh25tYJm6E0GE2w==";
};
};
- "@fluentui/theme-1.5.1" = {
+ "@fluentui/theme-1.7.0" = {
name = "_at_fluentui_slash_theme";
packageName = "@fluentui/theme";
- version = "1.5.1";
+ version = "1.7.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@fluentui/theme/-/theme-1.5.1.tgz";
- sha512 = "w5986/CN3hWuH44WmlQNxtndBx0khnb1xjISb/4bktRpehYxIlDBmQYRUOUYXr6zwdK7JXJaJPGjOJzSh2DCDg==";
+ url = "https://registry.npmjs.org/@fluentui/theme/-/theme-1.7.0.tgz";
+ sha512 = "pzqDZC2bVD6/S45Bnve4wmrXi4cN7XiCr+OhzvgmoQfDkm5vyXsa82/cVtif/zy1OFU96S9zOTtt3e+QQuGUUg==";
};
};
"@graphql-cli/common-4.1.0" = {
@@ -2110,40 +2128,49 @@ let
sha512 = "RNhQk0jMz6fZB4Ilu37PZj6YUQgSEZJrppXlaHpw/xYyDelcjYKZg/z9eMvYo6rxQPR2mGXjoj6by+zew1WgOw==";
};
};
- "@graphql-tools/delegate-6.2.4" = {
+ "@graphql-tools/batch-execute-7.0.0" = {
+ name = "_at_graphql-tools_slash_batch-execute";
+ packageName = "@graphql-tools/batch-execute";
+ version = "7.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-7.0.0.tgz";
+ sha512 = "+ywPfK6N2Ddna6oOa5Qb1Mv7EA8LOwRNOAPP9dL37FEhksJM9pYqPSceUcqMqg7S9b0+Cgr78s408rgvurV3/Q==";
+ };
+ };
+ "@graphql-tools/delegate-7.0.7" = {
name = "_at_graphql-tools_slash_delegate";
packageName = "@graphql-tools/delegate";
- version = "6.2.4";
+ version = "7.0.7";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-6.2.4.tgz";
- sha512 = "mXe6DfoWmq49kPcDrpKHgC2DSWcD5q0YCaHHoXYPAOlnLH8VMTY8BxcE8y/Do2eyg+GLcwAcrpffVszWMwqw0w==";
+ url = "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-7.0.7.tgz";
+ sha512 = "2sze+CJxu37b4jcQ4fyj6ap9TMnx8+NBtApSs1nWIVENzPE2510aNTsBHgSdTwSeV/tVIFkAtZZAlMEGYGXzQA==";
};
};
- "@graphql-tools/graphql-file-loader-6.2.4" = {
+ "@graphql-tools/graphql-file-loader-6.2.6" = {
name = "_at_graphql-tools_slash_graphql-file-loader";
packageName = "@graphql-tools/graphql-file-loader";
- version = "6.2.4";
+ version = "6.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-6.2.4.tgz";
- sha512 = "IcdUZoOlkCGr0KO8QCO8G031CDDv5dzHBZeN5H1gzE2AVFFwn2AexysrUXBxftm2DQIOuV+Knap7dC4Ol54kNA==";
+ url = "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-6.2.6.tgz";
+ sha512 = "L+RdYl5C6+X0zdOTUotY0K5zwqvSGpqI/qcZpVvCDenoAcVTyaNLmnd/ViErwedhCaGqAAV0wI1nPtyKFPlMUg==";
};
};
- "@graphql-tools/import-6.2.4" = {
+ "@graphql-tools/import-6.2.5" = {
name = "_at_graphql-tools_slash_import";
packageName = "@graphql-tools/import";
- version = "6.2.4";
+ version = "6.2.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/import/-/import-6.2.4.tgz";
- sha512 = "Q6fk6hbtDevoEVcgwb3WRn7XOqGY4MnX3Mvc+x8/b8k4RZ4wT+0WSLRDXGAKiVKRxGhgouU2lZVnGE/LDrGSCg==";
+ url = "https://registry.npmjs.org/@graphql-tools/import/-/import-6.2.5.tgz";
+ sha512 = "ZGXT5tDod7m+LO38fc+o0JzR1LstL0RF35HKEWoUdxRIVaaeYH9VMuan9Gn+9M9RDME3RnzEa9aGzf9ATj8bTA==";
};
};
- "@graphql-tools/json-file-loader-6.2.4" = {
+ "@graphql-tools/json-file-loader-6.2.6" = {
name = "_at_graphql-tools_slash_json-file-loader";
packageName = "@graphql-tools/json-file-loader";
- version = "6.2.4";
+ version = "6.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-6.2.4.tgz";
- sha512 = "1iL6wwZrUt888hExlNEloSpNXuuUFYD2KV2FZ82t6yiq6bO9Iyg12SUuGd5xVXx9jUkdaHRZc0plMyuIA6gTGA==";
+ url = "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-6.2.6.tgz";
+ sha512 = "CnfwBSY5926zyb6fkDBHnlTblHnHI4hoBALFYXnrg0Ev4yWU8B04DZl/pBRUc459VNgO2x8/mxGIZj2hPJG1EA==";
};
};
"@graphql-tools/load-6.2.4" = {
@@ -2155,31 +2182,31 @@ let
sha512 = "FlQC50VELwRxoWUbJMMMs5gG0Dl8BaQYMrXUHTsxwqR7UmksUYnysC21rdousvs6jVZ7pf4unZfZFtBjz+8Edg==";
};
};
- "@graphql-tools/merge-6.2.4" = {
+ "@graphql-tools/merge-6.2.6" = {
name = "_at_graphql-tools_slash_merge";
packageName = "@graphql-tools/merge";
- version = "6.2.4";
+ version = "6.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/merge/-/merge-6.2.4.tgz";
- sha512 = "hQbiSzCJgzUYG1Aspj5EAUY9DsbTI2OK30GLBOjUI16DWkoLVXLXy4ljQYJxq6wDc4fqixMOmvxwf8FoJ9okmw==";
+ url = "https://registry.npmjs.org/@graphql-tools/merge/-/merge-6.2.6.tgz";
+ sha512 = "G6x0QlIzFHoJ3dyF9a4gxmBtaEYJ+EoAAGqXHsE/drRr58K1jscQdfKZdF1wZWZgxkgakHqgt1+oFMeQg/O6ug==";
};
};
- "@graphql-tools/schema-6.2.4" = {
+ "@graphql-tools/schema-7.1.2" = {
name = "_at_graphql-tools_slash_schema";
packageName = "@graphql-tools/schema";
- version = "6.2.4";
+ version = "7.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/schema/-/schema-6.2.4.tgz";
- sha512 = "rh+14lSY1q8IPbEv2J9x8UBFJ5NrDX9W5asXEUlPp+7vraLp/Tiox4GXdgyA92JhwpYco3nTf5Bo2JDMt1KnAQ==";
+ url = "https://registry.npmjs.org/@graphql-tools/schema/-/schema-7.1.2.tgz";
+ sha512 = "GabNT51ErVHE2riDH4EQdRusUsI+nMElT8LdFHyuP53v8gwtleAj+LePQ9jif4NYUe/JQVqO8V28vPcHrA7gfQ==";
};
};
- "@graphql-tools/url-loader-6.3.0" = {
+ "@graphql-tools/url-loader-6.5.0" = {
name = "_at_graphql-tools_slash_url-loader";
packageName = "@graphql-tools/url-loader";
- version = "6.3.0";
+ version = "6.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-6.3.0.tgz";
- sha512 = "lX6A22Rhbqj8FHmkCVSDflolOGy7UtCJGtGbfRuv8/VqD94JfJLnGVFxC1jODURFdj+yrs/97Wm/ntRcpy7nDA==";
+ url = "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-6.5.0.tgz";
+ sha512 = "lwjg5vhZ2VvuWAXuzPwvLJfLmVN+cXoFmV0UeBethgP0Zvy8nkm1V+3aFGoyGkhxnlQUfBg/PMidw/t+7vhfAg==";
};
};
"@graphql-tools/utils-6.2.4" = {
@@ -2191,13 +2218,22 @@ let
sha512 = "ybgZ9EIJE3JMOtTrTd2VcIpTXtDrn2q6eiYkeYMKRVh3K41+LZa6YnR2zKERTXqTWqhobROwLt4BZbw2O3Aeeg==";
};
};
- "@graphql-tools/wrap-6.2.4" = {
+ "@graphql-tools/utils-7.1.4" = {
+ name = "_at_graphql-tools_slash_utils";
+ packageName = "@graphql-tools/utils";
+ version = "7.1.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@graphql-tools/utils/-/utils-7.1.4.tgz";
+ sha512 = "4lxmstMpgHSM1ULD+1X5AcPFaizkdBubB7H9Rqr7Wh6L9bxUHBHFB3bhaFXT7FI0xE01Pt0IMsZadOIlhVTXrg==";
+ };
+ };
+ "@graphql-tools/wrap-7.0.4" = {
name = "_at_graphql-tools_slash_wrap";
packageName = "@graphql-tools/wrap";
- version = "6.2.4";
+ version = "7.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-6.2.4.tgz";
- sha512 = "cyQgpybolF9DjL2QNOvTS1WDCT/epgYoiA8/8b3nwv5xmMBQ6/6nYnZwityCZ7njb7MMyk7HBEDNNlP9qNJDcA==";
+ url = "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-7.0.4.tgz";
+ sha512 = "txBs0W4k3WR86aEzBYXtKdGeeUXCNdRNxjQA/95T6ywNYoM8pw2mvpoXrWOvzbeaH3zwhbHY7kwii4atrC9irg==";
};
};
"@gulp-sourcemaps/identity-map-1.0.2" = {
@@ -2317,6 +2353,15 @@ let
sha512 = "tFJlT47db0kMqVm3H4nQYgn6Pwg10GTZHb1pwmSiv1K4ks6drQOtfEF5ZnPjkvC+y4/bUPHK+bc87QvLcL+WMw==";
};
};
+ "@heroku-cli/color-1.1.14" = {
+ name = "_at_heroku-cli_slash_color";
+ packageName = "@heroku-cli/color";
+ version = "1.1.14";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@heroku-cli/color/-/color-1.1.14.tgz";
+ sha512 = "2JYy//YE2YINTe21hpdVMBNc7aYFkgDeY9JUz/BCjFZmYLn0UjGaCc4BpTcMGXNJwuqoUenw2WGOFGHsJqlIDw==";
+ };
+ };
"@iarna/toml-2.2.5" = {
name = "_at_iarna_slash_toml";
packageName = "@iarna/toml";
@@ -2470,292 +2515,319 @@ let
sha512 = "OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==";
};
};
- "@jimp/bmp-0.9.8" = {
+ "@jimp/bmp-0.12.1" = {
name = "_at_jimp_slash_bmp";
packageName = "@jimp/bmp";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.9.8.tgz";
- sha512 = "CZYQPEC3iUBMuaGWrtIG+GKNl93q/PkdudrCKJR/B96dfNngsmoosEm3LuFgJHEcJIfvnJkNqKw74l+zEiqCbg==";
+ url = "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.12.1.tgz";
+ sha512 = "t16IamuBMv4GiGa1VAMzsgrVKVANxXG81wXECzbikOUkUv7pKJ2vHZDgkLBEsZQ9sAvFCneM1+yoSRpuENrfVQ==";
};
};
- "@jimp/core-0.9.8" = {
+ "@jimp/core-0.12.1" = {
name = "_at_jimp_slash_core";
packageName = "@jimp/core";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/core/-/core-0.9.8.tgz";
- sha512 = "N4GCjcXb0QwR5GBABDK2xQ3cKyaF7LlCYeJEG9mV7G/ynBoRqJe4JA6YKU9Ww9imGkci/4A594nQo8tUIqdcBw==";
+ url = "https://registry.npmjs.org/@jimp/core/-/core-0.12.1.tgz";
+ sha512 = "mWfjExYEjHxBal+1gPesGChOQBSpxO7WUQkrO9KM7orboitOdQ15G5UA75ce7XVZ+5t+FQPOLmVkVZzzTQSEJA==";
};
};
- "@jimp/custom-0.9.8" = {
+ "@jimp/custom-0.12.1" = {
name = "_at_jimp_slash_custom";
packageName = "@jimp/custom";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/custom/-/custom-0.9.8.tgz";
- sha512 = "1UpJjI7fhX02BWLJ/KEqPwkHH60eNkCNeD6hEd+IZdTwLXfZCfFiM5BVlpgiZYZJSsVoRiAL4ne2Q5mCiKPKyw==";
+ url = "https://registry.npmjs.org/@jimp/custom/-/custom-0.12.1.tgz";
+ sha512 = "bVClp8FEJ/11GFTKeRTrfH7NgUWvVO5/tQzO/68aOwMIhbz9BOYQGh533K9+mSy29VjZJo8jxZ0C9ZwYHuFwfA==";
};
};
- "@jimp/gif-0.9.8" = {
+ "@jimp/gif-0.12.1" = {
name = "_at_jimp_slash_gif";
packageName = "@jimp/gif";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/gif/-/gif-0.9.8.tgz";
- sha512 = "LEbfpcO1sBJIQCJHchZjNlyNxzPjZQQ4X32klpQHZJG58n9FvL7Uuh1rpkrJRbqv3cU3P0ENNtTrsBDxsYwcfA==";
+ url = "https://registry.npmjs.org/@jimp/gif/-/gif-0.12.1.tgz";
+ sha512 = "cGn/AcvMGUGcqR6ByClGSnrja4AYmTwsGVXTQ1+EmfAdTiy6ztGgZCTDpZ/tq4SpdHXwm9wDHez7damKhTrH0g==";
};
};
- "@jimp/jpeg-0.9.8" = {
+ "@jimp/jpeg-0.12.1" = {
name = "_at_jimp_slash_jpeg";
packageName = "@jimp/jpeg";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-0.9.8.tgz";
- sha512 = "5u29SUzbZ32ZMmOaz3gO0hXatwSCnsvEAXRCKZoPPgbsPoyFAiZKVxjfLzjkeQF6awkvJ8hZni5chM15SNMg+g==";
+ url = "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-0.12.1.tgz";
+ sha512 = "UoCUHbKLj2CDCETd7LrJnmK/ExDsSfJXmc1pKkfgomvepjXogdl2KTHf141wL6D+9CfSD2VBWQLC5TvjMvcr9A==";
};
};
- "@jimp/plugin-blit-0.9.8" = {
+ "@jimp/plugin-blit-0.12.1" = {
name = "_at_jimp_slash_plugin-blit";
packageName = "@jimp/plugin-blit";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.9.8.tgz";
- sha512 = "6xTDomxJybhBcby1IUVaPydZFhxf+V0DRgfDlVK81kR9kSCoshJpzWqDuWrMqjNEPspPE7jRQwHMs0FdU7mVwQ==";
+ url = "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.12.1.tgz";
+ sha512 = "VRBB6bx6EpQuaH0WX8ytlGNqUQcmuxXBbzL3e+cD0W6MluYibzQy089okvXcyUS72Q+qpSMmUDCVr3pDqLAsSA==";
};
};
- "@jimp/plugin-blur-0.9.8" = {
+ "@jimp/plugin-blur-0.12.1" = {
name = "_at_jimp_slash_plugin-blur";
packageName = "@jimp/plugin-blur";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.9.8.tgz";
- sha512 = "dqbxuNFBRbmt35iIRacdgma7nlXklmPThsKcGWNTDmqb/hniK5IC+0xSPzBV4qMI2fLGP39LWHqqDZ0xDz14dA==";
+ url = "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.12.1.tgz";
+ sha512 = "rTFY0yrwVJFNgNsAlYGn2GYCRLVEcPQ6cqAuhNylXuR/7oH3Acul+ZWafeKtvN8D8uMlth/6VP74gruXvwffZw==";
};
};
- "@jimp/plugin-circle-0.9.8" = {
+ "@jimp/plugin-circle-0.12.1" = {
name = "_at_jimp_slash_plugin-circle";
packageName = "@jimp/plugin-circle";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-0.9.8.tgz";
- sha512 = "+UStXUPCzPqzTixLC8eVqcFcEa6TS+BEM/6/hyM11TDb9sbiMGeUtgpwZP/euR5H5gfpAQDA1Ppzqhh5fuMDlw==";
+ url = "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-0.12.1.tgz";
+ sha512 = "+/OiBDjby7RBbQoDX8ZsqJRr1PaGPdTaaKUVGAsrE7KCNO9ODYNFAizB9lpidXkGgJ4Wx5R4mJy21i22oY/a4Q==";
};
};
- "@jimp/plugin-color-0.9.8" = {
+ "@jimp/plugin-color-0.12.1" = {
name = "_at_jimp_slash_plugin-color";
packageName = "@jimp/plugin-color";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.9.8.tgz";
- sha512 = "SDHxOQsJHpt75hk6+sSlCPc2B3UJlXosFW+iLZ11xX1Qr0IdDtbfYlIoPmjKQFIDUNzqLSue/z7sKQ1OMZr/QA==";
+ url = "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.12.1.tgz";
+ sha512 = "xlnK/msWN4uZ+Bu7+UrCs9oMzTSA9QE0jWFnF3h0aBsD8t1LGxozkckHe8nHtC/y/sxIa8BGKSfkiaW+r6FbnA==";
};
};
- "@jimp/plugin-contain-0.9.8" = {
+ "@jimp/plugin-contain-0.12.1" = {
name = "_at_jimp_slash_plugin-contain";
packageName = "@jimp/plugin-contain";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.9.8.tgz";
- sha512 = "oK52CPt7efozuLYCML7qOmpFeDt3zpU8qq8UZlnjsDs15reU6L8EiUbwYpJvzoEnEOh1ZqamB8F/gymViEO5og==";
+ url = "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.12.1.tgz";
+ sha512 = "WZ/D6G0jhnBh2bkBh610PEh/caGhAUIAxYLsQsfSSlOxPsDhbj3S6hMbFKRgnDvf0hsd5zTIA0j1B0UG4kh18A==";
};
};
- "@jimp/plugin-cover-0.9.8" = {
+ "@jimp/plugin-cover-0.12.1" = {
name = "_at_jimp_slash_plugin-cover";
packageName = "@jimp/plugin-cover";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.9.8.tgz";
- sha512 = "nnamtHzMrNd5j5HRSPd1VzpZ8v9YYtUJPtvCdHOOiIjqG72jxJ2kTBlsS3oG5XS64h/2MJwpl/fmmMs1Tj1CmQ==";
+ url = "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.12.1.tgz";
+ sha512 = "ddWwTQO40GcabJ2UwUYCeuNxnjV4rBTiLprnjGMqAJCzdz3q3Sp20FkRf+H+E22k2v2LHss8dIOFOF4i6ycr9Q==";
};
};
- "@jimp/plugin-crop-0.9.8" = {
+ "@jimp/plugin-crop-0.12.1" = {
name = "_at_jimp_slash_plugin-crop";
packageName = "@jimp/plugin-crop";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.9.8.tgz";
- sha512 = "Nv/6AIp4aJmbSIH2uiIqm+kSoShKM8eaX2fyrUTj811kio0hwD3f/vIxrWebvAqwDZjAFIAmMufFoFCVg6caoQ==";
+ url = "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.12.1.tgz";
+ sha512 = "CKjVkrNO8FDZKYVpMireQW4SgKBSOdF+Ip/1sWssHHe77+jGEKqOjhYju+VhT3dZJ3+75rJNI9II7Kethp+rTw==";
};
};
- "@jimp/plugin-displace-0.9.8" = {
+ "@jimp/plugin-displace-0.12.1" = {
name = "_at_jimp_slash_plugin-displace";
packageName = "@jimp/plugin-displace";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.9.8.tgz";
- sha512 = "0OgPjkOVa2xdbqI8P6gBKX/UK36RbaYVrFyXL8Jy9oNF69+LYWyTskuCu9YbGxzlCVjY/JFqQOvrKDbxgMYAKA==";
+ url = "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.12.1.tgz";
+ sha512 = "MQAw2iuf1/bVJ6P95WWTLA+WBjvIZ7TeGBerkvBaTK8oWdj+NSLNRIYOIoyPbZ7DTL8f1SN4Vd6KD6BZaoWrwg==";
};
};
- "@jimp/plugin-dither-0.9.8" = {
+ "@jimp/plugin-dither-0.12.1" = {
name = "_at_jimp_slash_plugin-dither";
packageName = "@jimp/plugin-dither";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.9.8.tgz";
- sha512 = "jGM/4ByniZJnmV2fv8hKwyyydXZe/YzvgBcnB8XxzCq8kVR3Imcn+qnd2PEPZzIPKOTH4Cig/zo9Vk9Bs+m5FQ==";
+ url = "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.12.1.tgz";
+ sha512 = "mCrBHdx2ViTLJDLcrobqGLlGhZF/Mq41bURWlElQ2ArvrQ3/xR52We9DNDfC08oQ2JVb6q3v1GnCCdn0KNojGQ==";
};
};
- "@jimp/plugin-fisheye-0.9.8" = {
+ "@jimp/plugin-fisheye-0.12.1" = {
name = "_at_jimp_slash_plugin-fisheye";
packageName = "@jimp/plugin-fisheye";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.9.8.tgz";
- sha512 = "VnsalrD05f4pxG1msjnkwIFi5QveOqRm4y7VkoZKNX+iqs4TvRnH5+HpBnfdMzX/RXBi+Lf/kpTtuZgbOu/QWw==";
+ url = "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.12.1.tgz";
+ sha512 = "CHvYSXtHNplzkkYzB44tENPDmvfUHiYCnAETTY+Hx58kZ0w8ERZ+OiLhUmiBcvH/QHm/US1iiNjgGUAfeQX6dg==";
};
};
- "@jimp/plugin-flip-0.9.8" = {
+ "@jimp/plugin-flip-0.12.1" = {
name = "_at_jimp_slash_plugin-flip";
packageName = "@jimp/plugin-flip";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.9.8.tgz";
- sha512 = "XbiZ4OfHD6woc0f6Sk7XxB6a7IyMjTRQ4pNU7APjaNxsl3L6qZC8qfCQphWVe3DHx7f3y7jEiPMvNnqRDP1xgA==";
+ url = "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.12.1.tgz";
+ sha512 = "xi+Yayrnln8A/C9E3yQBExjxwBSeCkt/ZQg1CxLgszVyX/3Zo8+nkV8MJYpkTpj8LCZGTOKlsE05mxu/a3lbJQ==";
};
};
- "@jimp/plugin-gaussian-0.9.8" = {
+ "@jimp/plugin-gaussian-0.12.1" = {
name = "_at_jimp_slash_plugin-gaussian";
packageName = "@jimp/plugin-gaussian";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.9.8.tgz";
- sha512 = "ZBl5RA6+4XAD+mtqLfiG7u+qd8W5yqq3RBNca8eFqUSVo1v+eB2tzeLel0CWfVC/z6cw93Awm/nVnm6/CL2Oew==";
+ url = "https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.12.1.tgz";
+ sha512 = "7O6eKlhL37hsLfV6WAX1Cvce7vOqSwL1oWbBveC1agutDlrtvcTh1s2mQ4Pde654hCJu55mq1Ur10+ote5j3qw==";
};
};
- "@jimp/plugin-invert-0.9.8" = {
+ "@jimp/plugin-invert-0.12.1" = {
name = "_at_jimp_slash_plugin-invert";
packageName = "@jimp/plugin-invert";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.9.8.tgz";
- sha512 = "ESploqCoF6qUv5IWhVLaO5fEcrYZEsAWPFflh6ROiD2mmFKQxfeK+vHnk3IDLHtUwWTkAZQNbk89BVq7xvaNpQ==";
+ url = "https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.12.1.tgz";
+ sha512 = "JTAs7A1Erbxwl+7ph7tgcb2PZ4WzB+3nb2WbfiWU8iCrKj17mMDSc5soaCCycn8wfwqvgB1vhRfGpseOLWxsuQ==";
};
};
- "@jimp/plugin-mask-0.9.8" = {
+ "@jimp/plugin-mask-0.12.1" = {
name = "_at_jimp_slash_plugin-mask";
packageName = "@jimp/plugin-mask";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.9.8.tgz";
- sha512 = "zSvEisTV4iGsBReitEdnQuGJq9/1xB5mPATadYZmIlp8r5HpD72HQb0WdEtb51/pu9Odt8KAxUf0ASg/PRVUiQ==";
+ url = "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.12.1.tgz";
+ sha512 = "bnDdY0RO/x5Mhqoy+056SN1wEj++sD4muAKqLD2CIT8Zq5M/0TA4hkdf/+lwFy3H2C0YTK39PSE9xyb4jPX3kA==";
};
};
- "@jimp/plugin-normalize-0.9.8" = {
+ "@jimp/plugin-normalize-0.12.1" = {
name = "_at_jimp_slash_plugin-normalize";
packageName = "@jimp/plugin-normalize";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.9.8.tgz";
- sha512 = "dPFBfwTa67K1tRw1leCidQT25R3ozrTUUOpO4jcGFHqXvBTWaR8sML1qxdfOBWs164mE5YpfdTvu6MM/junvCg==";
+ url = "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.12.1.tgz";
+ sha512 = "4kSaI4JLM/PNjHwbnAHgyh51V5IlPfPxYvsZyZ1US32pebWtocxSMaSuOaJUg7OGSkwSDBv81UR2h5D+Dz1b5A==";
};
};
- "@jimp/plugin-print-0.9.8" = {
+ "@jimp/plugin-print-0.12.1" = {
name = "_at_jimp_slash_plugin-print";
packageName = "@jimp/plugin-print";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.9.8.tgz";
- sha512 = "nLLPv1/faehRsOjecXXUb6kzhRcZzImO55XuFZ0c90ZyoiHm4UFREwO5sKxHGvpLXS6RnkhvSav4+IWD2qGbEQ==";
+ url = "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.12.1.tgz";
+ sha512 = "T0lNS3qU9SwCHOEz7AGrdp50+gqiWGZibOL3350/X/dqoFs1EvGDjKVeWncsGCyLlpfd7M/AibHZgu8Fx2bWng==";
};
};
- "@jimp/plugin-resize-0.9.8" = {
+ "@jimp/plugin-resize-0.12.1" = {
name = "_at_jimp_slash_plugin-resize";
packageName = "@jimp/plugin-resize";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.9.8.tgz";
- sha512 = "L80NZ+HKsiKFyeDc6AfneC4+5XACrdL2vnyAVfAAsb3pmamgT/jDInWvvGhyI0Y76vx2w6XikplzEznW/QQvWg==";
+ url = "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.12.1.tgz";
+ sha512 = "sbNn4tdBGcgGlPt9XFxCuDl4ZOoxa8/Re8nAikyxYhRss2Dqz91ARbBQxOf1vlUGeicQMsjEuWbPQAogTSJRug==";
};
};
- "@jimp/plugin-rotate-0.9.8" = {
+ "@jimp/plugin-rotate-0.12.1" = {
name = "_at_jimp_slash_plugin-rotate";
packageName = "@jimp/plugin-rotate";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.9.8.tgz";
- sha512 = "bpqzQheISYnBXKyU1lIj46uR7mRs0UhgEREWK70HnvFJSlRshdcoNMIrKamyrJeFdJrkYPSfR/a6D0d5zsWf1Q==";
+ url = "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.12.1.tgz";
+ sha512 = "RYkLzwG2ervG6hHy8iepbIVeWdT1kz4Qz044eloqo6c66MK0KAqp228YI8+CAKm0joQnVDC/A0FgRIj/K8uyAw==";
};
};
- "@jimp/plugin-scale-0.9.8" = {
+ "@jimp/plugin-scale-0.12.1" = {
name = "_at_jimp_slash_plugin-scale";
packageName = "@jimp/plugin-scale";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.9.8.tgz";
- sha512 = "QU3ZS4Lre8nN66U9dKCOC4FNfaOh/QJFYUmQPKpPS924oYbtnm4OlmsdfpK2hVMSVVyVOis8M+xpA1rDBnIp7w==";
+ url = "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.12.1.tgz";
+ sha512 = "zjNVI1fUj+ywfG78T1ZU33g9a5sk4rhEQkkhtny8koAscnVsDN2YaZEKoFli54kqaWh5kSS5DDL7a/9pEfXnFQ==";
};
};
- "@jimp/plugin-shadow-0.9.8" = {
+ "@jimp/plugin-shadow-0.12.1" = {
name = "_at_jimp_slash_plugin-shadow";
packageName = "@jimp/plugin-shadow";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.9.8.tgz";
- sha512 = "t/pE+QS3r1ZUxGIQNmwWDI3c5+/hLU+gxXD+C3EEC47/qk3gTBHpj/xDdGQBoObdT/HRjR048vC2BgBfzjj2hg==";
+ url = "https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.12.1.tgz";
+ sha512 = "Z82IwvunXWQ2jXegd3W3TYUXpfJcEvNbHodr7Z+oVnwhM1OoQ5QC6RSRQwsj2qXIhbGffQjH8eguHgEgAV+u5w==";
};
};
- "@jimp/plugin-threshold-0.9.8" = {
+ "@jimp/plugin-threshold-0.12.1" = {
name = "_at_jimp_slash_plugin-threshold";
packageName = "@jimp/plugin-threshold";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.9.8.tgz";
- sha512 = "WWmC3lnIwOTPvkKu55w4DUY8Ehlzf3nU98bY0QtIzkqxkAOZU5m+lvgC/JxO5FyGiA57j9FLMIf0LsWkjARj7g==";
+ url = "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.12.1.tgz";
+ sha512 = "PFezt5fSk0q+xKvdpuv0eLggy2I7EgYotrK8TRZOT0jimuYFXPF0Z514c6szumoW5kEsRz04L1HkPT1FqI97Yg==";
};
};
- "@jimp/plugins-0.9.8" = {
+ "@jimp/plugins-0.12.1" = {
name = "_at_jimp_slash_plugins";
packageName = "@jimp/plugins";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.9.8.tgz";
- sha512 = "tD+cxS9SuEZaQ1hhAkNKw9TkUAqfoBAhdWPBrEZDr/GvGPrvJR4pYmmpSYhc5IZmMbXfQayHTTGqjj8D18bToA==";
+ url = "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.12.1.tgz";
+ sha512 = "7+Yp29T6BbYo+Oqnc+m7A5AH+O+Oy5xnxvxlfmsp48+SuwEZ4akJp13Gu2PSmRlylENzR7MlWOxzhas5ERNlIg==";
};
};
- "@jimp/png-0.9.8" = {
+ "@jimp/png-0.12.1" = {
name = "_at_jimp_slash_png";
packageName = "@jimp/png";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/png/-/png-0.9.8.tgz";
- sha512 = "9CqR8d40zQCDhbnXHqcwkAMnvlV0vk9xSyE6LHjkYHS7x18Unsz5txQdsaEkEcXxCrOQSoWyITfLezlrWXRJAA==";
+ url = "https://registry.npmjs.org/@jimp/png/-/png-0.12.1.tgz";
+ sha512 = "tOUSJMJzcMAN82F9/Q20IToquIVWzvOe/7NIpVQJn6m+Lq6TtVmd7d8gdcna9AEFm2FIza5lhq2Kta6Xj0KXhQ==";
};
};
- "@jimp/tiff-0.9.8" = {
+ "@jimp/tiff-0.12.1" = {
name = "_at_jimp_slash_tiff";
packageName = "@jimp/tiff";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.9.8.tgz";
- sha512 = "eMxcpJivJqMByn2dZxUHLeh6qvVs5J/52kBF3TFa3C922OJ97D9l1C1h0WKUCBqFMWzMYapQQ4vwnLgpJ5tkow==";
+ url = "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.12.1.tgz";
+ sha512 = "bzWDgv3202TKhaBGzV9OFF0PVQWEb4194h9kv5js348SSnbCusz/tzTE1EwKrnbDZThZPgTB1ryKs7D+Q9Mhmg==";
};
};
- "@jimp/types-0.9.8" = {
+ "@jimp/types-0.12.1" = {
name = "_at_jimp_slash_types";
packageName = "@jimp/types";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/types/-/types-0.9.8.tgz";
- sha512 = "H5y/uqt0lqJ/ZN8pWqFG+pv8jPAppMKkTMByuC8YBIjWSsornwv44hjiWl93sbYhduLZY8ubz/CbX9jH2X6EwA==";
+ url = "https://registry.npmjs.org/@jimp/types/-/types-0.12.1.tgz";
+ sha512 = "hg5OKXpWWeKGuDrfibrjWWhr7hqb7f552wqnPWSLQpVrdWgjH+hpOv6cOzdo9bsU78qGTelZJPxr0ERRoc+MhQ==";
};
};
- "@jimp/utils-0.9.8" = {
+ "@jimp/utils-0.12.1" = {
name = "_at_jimp_slash_utils";
packageName = "@jimp/utils";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@jimp/utils/-/utils-0.9.8.tgz";
- sha512 = "UK0Fu0eevQlpRXq5ff4o/71HJlpX9wJMddJjMYg9vUqCCl8ZnumRAljfShHFhGyO+Vc9IzN6dd8Y5JZZTp1KOw==";
+ url = "https://registry.npmjs.org/@jimp/utils/-/utils-0.12.1.tgz";
+ sha512 = "EjPkDQOzV/oZfbolEUgFT6SE++PtCccVBvjuACkttyCfl0P2jnpR49SwstyVLc2u8AwBAZEHHAw9lPYaMjtbXQ==";
};
};
- "@josh-brown/vector-3.4.0" = {
- name = "_at_josh-brown_slash_vector";
- packageName = "@josh-brown/vector";
- version = "3.4.0";
+ "@joplinapp/fork-htmlparser2-4.1.8" = {
+ name = "_at_joplinapp_slash_fork-htmlparser2";
+ packageName = "@joplinapp/fork-htmlparser2";
+ version = "4.1.8";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@joplinapp/fork-htmlparser2/-/fork-htmlparser2-4.1.8.tgz";
+ sha512 = "EZUzKlV6K8KV8DMm9PJW8fToBStA6GvoNKzn/zso8xmwFtMFsyAj/N8++0q7ZyzxJ+7N15GJNgELhxE5f9JY/g==";
+ };
+ };
+ "@joplinapp/fork-sax-1.2.12" = {
+ name = "_at_joplinapp_slash_fork-sax";
+ packageName = "@joplinapp/fork-sax";
+ version = "1.2.12";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@joplinapp/fork-sax/-/fork-sax-1.2.12.tgz";
+ sha512 = "TDdIKTv/THRusbN6cRIIGDrVWAp1JC7lS7faaaQtrJlKLFYAM2oeBIGHmDmxkC0MBFN/XPMiZl5bWBdSuy+C9g==";
+ };
+ };
+ "@joplinapp/lib-1.0.9" = {
+ name = "_at_joplinapp_slash_lib";
+ packageName = "@joplinapp/lib";
+ version = "1.0.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@josh-brown/vector/-/vector-3.4.0.tgz";
- sha512 = "E2FcWwiAMXwr4MUv+SkxmtKsgwgaEaCNK7IlyCfQ1Rz1QzeaV36SooA8/GNkLh0WnlIda59WmDDSL7S1S73lUg==";
+ url = "https://registry.npmjs.org/@joplinapp/lib/-/lib-1.0.9.tgz";
+ sha512 = "fXRs/nKJNL36kZX/rfm4F3zaNse12cpXXZQNg+8txUcGTSFx7DBBu2r3x3QV33y6DxsjK9dW/CUM4NJUcXKMFQ==";
+ };
+ };
+ "@joplinapp/renderer-1.0.17" = {
+ name = "_at_joplinapp_slash_renderer";
+ packageName = "@joplinapp/renderer";
+ version = "1.0.17";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@joplinapp/renderer/-/renderer-1.0.17.tgz";
+ sha512 = "uX7V8peMH+OHwmceEw6u0bgVuKNhNhnFaZWqyhnH0aCoemOCnjZ45VQSJfTM/2ljL8xFo1VTA9MoWUmLdU/QCg==";
};
};
"@kwsites/file-exists-1.1.1" = {
@@ -3307,13 +3379,40 @@ let
sha512 = "RibeMnDPvlL8bFYW5C8cs4mbI3AHfQef73tnJCQ/SgrXZHehmHnsyWUiE7qDQCAo+B1RfTapvSyFF69iPj326A==";
};
};
- "@microsoft/load-themed-styles-1.10.114" = {
+ "@mdn/browser-compat-data-2.0.5" = {
+ name = "_at_mdn_slash_browser-compat-data";
+ packageName = "@mdn/browser-compat-data";
+ version = "2.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-2.0.5.tgz";
+ sha512 = "JTosoRJrq5E8QYLwPfqB22zZxyBzUEx+1ooOPMcrFYgWplOeS8K8B6VD3WHD+9XV+R1X5vimruSL9ALYuxfD+A==";
+ };
+ };
+ "@medv/blessed-2.0.1" = {
+ name = "_at_medv_slash_blessed";
+ packageName = "@medv/blessed";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@medv/blessed/-/blessed-2.0.1.tgz";
+ sha512 = "/NdX1Ql8hKNM0vHFJnEr/bcw6BG0ULHD3HhInpniZw5ixpl+n/QIRfMEEmLCn7acedbM1zGdZvU5ZMbn9kcF5Q==";
+ };
+ };
+ "@microsoft/load-themed-styles-1.10.139" = {
name = "_at_microsoft_slash_load-themed-styles";
packageName = "@microsoft/load-themed-styles";
- version = "1.10.114";
+ version = "1.10.139";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@microsoft/load-themed-styles/-/load-themed-styles-1.10.139.tgz";
+ sha512 = "nqKpS5lfFaJGDATrwT+T2hM4WSMlBDwfh9W7+xgqfOQkV6h8y7uZq8Exro9C276Y3qd7M6jZ3pavSmsWgLk79w==";
+ };
+ };
+ "@mozilla/readability-0.3.0" = {
+ name = "_at_mozilla_slash_readability";
+ packageName = "@mozilla/readability";
+ version = "0.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@microsoft/load-themed-styles/-/load-themed-styles-1.10.114.tgz";
- sha512 = "baefCOffrEAN86rNBY5uVFt1hEH3DMhMVqeKwmbf1L0u51r0KhvMCdQVS9YRi4VHbiufiea2g7vlFf51RDatkQ==";
+ url = "https://registry.npmjs.org/@mozilla/readability/-/readability-0.3.0.tgz";
+ sha512 = "q8f1CAZsRKK1j+O0BmikGIlKSK03RpT4woT0PCQwhw0nH0z4+rG026AkxoPcjT7Dsgh1ifGscW8tOpvjoyOjvw==";
};
};
"@mrmlnc/readdir-enhanced-2.2.1" = {
@@ -3334,13 +3433,13 @@ let
sha512 = "Vwhc3ObxmDZmA5hY8mfsau2rJ4vGPvzbj20QSZ2/E1GDPF61QVyjLfNHak9xmel6pW4heRt3v1fHa6np9Ehfeg==";
};
};
- "@nestjs/schematics-7.1.2" = {
+ "@nestjs/schematics-7.2.2" = {
name = "_at_nestjs_slash_schematics";
packageName = "@nestjs/schematics";
- version = "7.1.2";
+ version = "7.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@nestjs/schematics/-/schematics-7.1.2.tgz";
- sha512 = "iUszxXz5cFEZFKKFQGyjx0+U5Emj7ix1rhXmHw1v63xhazlgTbT6XPxf247CTP0uyVkcflWkiVi+JawWWix16A==";
+ url = "https://registry.npmjs.org/@nestjs/schematics/-/schematics-7.2.2.tgz";
+ sha512 = "3y0LE1z50CEzXr5rFlOpaJ+0ctkyQWtREkMuvQd/SUILF75+6cNTqmfjjnUJw12vdkdkc+zsksgXFWEPkns4Pg==";
};
};
"@netflix/nerror-1.1.3" = {
@@ -3352,22 +3451,22 @@ let
sha512 = "b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg==";
};
};
- "@netlify/build-5.0.1" = {
+ "@netlify/build-5.5.5" = {
name = "_at_netlify_slash_build";
packageName = "@netlify/build";
- version = "5.0.1";
+ version = "5.5.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@netlify/build/-/build-5.0.1.tgz";
- sha512 = "k6Lo9HkYXFSi3iZxSjPa7LJvF9Pb52R3+nZE83X8nhIiATdg8y08XOlvqfNGzS48eL6w2iDECUTi+nNfpSJdyw==";
+ url = "https://registry.npmjs.org/@netlify/build/-/build-5.5.5.tgz";
+ sha512 = "uzQH5y8mzipgrIWpVDJSdHRY6pav9KOXfx4OVj64SdQbA6DZB834LjXjJBI3TNf2qSz/wRoP5iY1NVLXZ8zivA==";
};
};
- "@netlify/cache-utils-1.0.3" = {
+ "@netlify/cache-utils-1.0.6" = {
name = "_at_netlify_slash_cache-utils";
packageName = "@netlify/cache-utils";
- version = "1.0.3";
+ version = "1.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@netlify/cache-utils/-/cache-utils-1.0.3.tgz";
- sha512 = "M7hr8JDirjF9o+7JbHy0T59hfhQL7t9ywTpQ4h625jnJO7BaW+w0Y2CrH0M3QOfdukdof7rkUM2eyR8G0ReSZw==";
+ url = "https://registry.npmjs.org/@netlify/cache-utils/-/cache-utils-1.0.6.tgz";
+ sha512 = "Pz/TzLZhMUACT+X7Un6jZCXgEUwLPVNbx69DQtEOMZ6hNBE1b1ErTHFbSaHA0KfDn/yqCII5vS274DERvNuRwg==";
};
};
"@netlify/config-0.11.11" = {
@@ -3379,31 +3478,31 @@ let
sha512 = "Z7yzbx5qCX2I5RLlNyo0MMQ6GKJc8o5Nej9yspCavjqgYlUS7VJfbeE67WNxC26FXwDUqq00zJ0MrCS0Un1YOw==";
};
};
- "@netlify/config-2.3.3" = {
+ "@netlify/config-2.4.1" = {
name = "_at_netlify_slash_config";
packageName = "@netlify/config";
- version = "2.3.3";
+ version = "2.4.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@netlify/config/-/config-2.3.3.tgz";
- sha512 = "ir04B74xZZ8knthHk8nUfRbJaBNC0p7uuiHmWNOJejlhn43p0rCxZ1+NRrO+Nrt0cIuhnUjrmmNn9U/69eUZ4A==";
+ url = "https://registry.npmjs.org/@netlify/config/-/config-2.4.1.tgz";
+ sha512 = "fSRSN3+c5kcyaCEd7XVlPRz820y/CRS8ryuE2fZAT/sgXiGBPGGKHwSKMNlso7s0qtJOmFyjeehU6nEzvfNKrg==";
};
};
- "@netlify/functions-utils-1.2.9" = {
+ "@netlify/functions-utils-1.3.2" = {
name = "_at_netlify_slash_functions-utils";
packageName = "@netlify/functions-utils";
- version = "1.2.9";
+ version = "1.3.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-1.2.9.tgz";
- sha512 = "1iMgfIMDy38ip7hAZd644BJ7he641xeGyG7MkPZtuxESfYfS6IrWiPNMu1NcVsNytXFLIFVg4m8LD6IBSiz1EQ==";
+ url = "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-1.3.2.tgz";
+ sha512 = "1/Jw1p4zxORIC8Nkglzf7bQEIjuALHFfi2e8tEqQfQUZ6pbBNy8bP3pcXZKpYc+fkrYKQaaqpKrfr+GjPHnT2Q==";
};
};
- "@netlify/git-utils-1.0.3" = {
+ "@netlify/git-utils-1.0.6" = {
name = "_at_netlify_slash_git-utils";
packageName = "@netlify/git-utils";
- version = "1.0.3";
+ version = "1.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@netlify/git-utils/-/git-utils-1.0.3.tgz";
- sha512 = "DVrYCGQnqUc7hpeuWgdXgbgrNZjcuT22X6ymhMFYmwO9NS2RI8zWCiEpvA7IsTx38adyJUErH6KXkBomDB0tGg==";
+ url = "https://registry.npmjs.org/@netlify/git-utils/-/git-utils-1.0.6.tgz";
+ sha512 = "JpuvzCTf9QXVEgVA4mSshH6fi9Dtg0Pqe5d19yaN2f1H9DNnWro3kJUaoR68Hfo0rBls6kYwWJuNZ/csb03VuQ==";
};
};
"@netlify/open-api-0.18.1" = {
@@ -3415,85 +3514,130 @@ let
sha512 = "kkRCzA71HugJxmPOcWv2B4ArHhSMKjs2ArGBr10ndocVLdAHwCYoJm0X4Xt8IYaOcGD9Lm4fbLjpXDLDRGDzPw==";
};
};
- "@netlify/plugin-edge-handlers-1.8.0" = {
+ "@netlify/plugin-edge-handlers-1.10.0" = {
name = "_at_netlify_slash_plugin-edge-handlers";
packageName = "@netlify/plugin-edge-handlers";
- version = "1.8.0";
+ version = "1.10.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-1.8.0.tgz";
- sha512 = "eOU3P8GgRSMKXZWBxMeLZYX3UUwq/w5Hn6BiUyroJ57UkxHFzMsIcsIryt/KW5vKEiLo/pvYZyU0S4WVcbHbWA==";
+ url = "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-1.10.0.tgz";
+ sha512 = "ZgabL4Q+DfB5lqq36QYvGIhLifoiVz5oDfqLp1w7hRsJYwUhUPqeJx/0zph17ZaJB4CvHRadFOeyJeDSkzrERg==";
};
};
- "@netlify/run-utils-1.0.2" = {
+ "@netlify/plugins-list-2.0.1" = {
+ name = "_at_netlify_slash_plugins-list";
+ packageName = "@netlify/plugins-list";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-2.0.1.tgz";
+ sha512 = "QSEtEfitpoFBcn+PKp+FnbhF6buEIAbTMzgUNgwCJCqEg0am6NZ0CLvqUDEw6mDzy4WyoX/3jPqHw4TMihg8aw==";
+ };
+ };
+ "@netlify/run-utils-1.0.5" = {
name = "_at_netlify_slash_run-utils";
packageName = "@netlify/run-utils";
- version = "1.0.2";
+ version = "1.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@netlify/run-utils/-/run-utils-1.0.5.tgz";
+ sha512 = "Ovgkw9b7HSLsdhTBA+LNq3KY83gU9DP0xHbwDlg07zLpY3RtRN2IBy11w+nRPjQwfNT33OmuTvayH6amJDku5Q==";
+ };
+ };
+ "@netlify/traffic-mesh-agent-0.27.0" = {
+ name = "_at_netlify_slash_traffic-mesh-agent";
+ packageName = "@netlify/traffic-mesh-agent";
+ version = "0.27.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@netlify/run-utils/-/run-utils-1.0.2.tgz";
- sha512 = "L3WKcTIYUilmRSMW+kFQDlo1kIa5fkLVbrmXAjqmCHpHSdY442vbdDwOnrRcJ0tqeR4QIw/ePVyE48Mk4E86Eg==";
+ url = "https://registry.npmjs.org/@netlify/traffic-mesh-agent/-/traffic-mesh-agent-0.27.0.tgz";
+ sha512 = "a+jXM75Ir9PavNTzDRkZWQT7jHc02wWF8mRYXWbvku+VLqmmkA61RyhAgSeo5dMWSdMofSRkoifnW7leyv7Obw==";
};
};
- "@netlify/zip-it-and-ship-it-1.3.12" = {
+ "@netlify/traffic-mesh-agent-darwin-x64-0.27.0" = {
+ name = "_at_netlify_slash_traffic-mesh-agent-darwin-x64";
+ packageName = "@netlify/traffic-mesh-agent-darwin-x64";
+ version = "0.27.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@netlify/traffic-mesh-agent-darwin-x64/-/traffic-mesh-agent-darwin-x64-0.27.0.tgz";
+ sha512 = "a0EDNrdLBjxp+GYj/WQSifuQZorFQkY6spO4wuOl3mQV3tKTkBmu09+FsfitYpgZHDMoPzfhvURJrUtJIHTgqQ==";
+ };
+ };
+ "@netlify/traffic-mesh-agent-linux-x64-0.27.0" = {
+ name = "_at_netlify_slash_traffic-mesh-agent-linux-x64";
+ packageName = "@netlify/traffic-mesh-agent-linux-x64";
+ version = "0.27.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@netlify/traffic-mesh-agent-linux-x64/-/traffic-mesh-agent-linux-x64-0.27.0.tgz";
+ sha512 = "m7p/0eTXKILxCpTqQOmBkYdIjYKwSC2KZbPpDJ4sYfnMIF3qa9uMp8qrK9At/oGPckeiTq4Id775veldhwt2lw==";
+ };
+ };
+ "@netlify/traffic-mesh-agent-win32-x64-0.27.0" = {
+ name = "_at_netlify_slash_traffic-mesh-agent-win32-x64";
+ packageName = "@netlify/traffic-mesh-agent-win32-x64";
+ version = "0.27.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@netlify/traffic-mesh-agent-win32-x64/-/traffic-mesh-agent-win32-x64-0.27.0.tgz";
+ sha512 = "u6Beazs0KWRcEx9q2n417Sj7+WGrDTtDGmmKPTE6WexFt6uY1oiq3AR+ohCtu1lIIsmAfAYd8O5dSOnyAT8dFg==";
+ };
+ };
+ "@netlify/zip-it-and-ship-it-1.5.0" = {
name = "_at_netlify_slash_zip-it-and-ship-it";
packageName = "@netlify/zip-it-and-ship-it";
- version = "1.3.12";
+ version = "1.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-1.3.12.tgz";
- sha512 = "FQM/59HXMAKp9k4z6rXDA/FBKFSUaU3n5SFpF2/jScmpCmHBpF+pYIWZmVB4fY17cvq3KIcuSfzf9PqD1B73XQ==";
+ url = "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-1.5.0.tgz";
+ sha512 = "hTUVtCdjrWso28Lwi+A9GO+WZhVJcJWvXO0YuYlBcGY67Lv61TQQl7nNvzgGYG7UNnzvsnTafe1pL2v+4u4vmg==";
};
};
- "@node-red/editor-api-1.2.1" = {
+ "@node-red/editor-api-1.2.6" = {
name = "_at_node-red_slash_editor-api";
packageName = "@node-red/editor-api";
- version = "1.2.1";
+ version = "1.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.1.tgz";
- sha512 = "Jhf56SKXafBKdnf0HIegmTC3bu23OD1NvIVfWln38DBLMnAptjGGgqEDnB/sv13MJ8CrcNgvoH3XZtQ5FvBqcw==";
+ url = "https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.6.tgz";
+ sha512 = "RM243A8AgpoHEc8cu8STCYsJVx790clVxvRUCaLfbAyb+dKn+9b0TOKWsmLUW4fhrMqwwVlFOMulVHPhg0HhGg==";
};
};
- "@node-red/editor-client-1.2.1" = {
+ "@node-red/editor-client-1.2.6" = {
name = "_at_node-red_slash_editor-client";
packageName = "@node-red/editor-client";
- version = "1.2.1";
+ version = "1.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/editor-client/-/editor-client-1.2.1.tgz";
- sha512 = "KO67cvvORLJY1eI2LqcjcZ92jKYmXmkFDcuYnItdQYu1h3g8RcIQwqqU9ZPo16QcjQLdIh1OMEOUxilY404o9w==";
+ url = "https://registry.npmjs.org/@node-red/editor-client/-/editor-client-1.2.6.tgz";
+ sha512 = "2hMnMVcqhR77mHqHzVj3hNJGZ8VcaO+lhggNYhORJXEqYCeAULj92hMCeoA4pjHDqGBn2F+gldli1WOs1/JgJg==";
};
};
- "@node-red/nodes-1.2.1" = {
+ "@node-red/nodes-1.2.6" = {
name = "_at_node-red_slash_nodes";
packageName = "@node-red/nodes";
- version = "1.2.1";
+ version = "1.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/nodes/-/nodes-1.2.1.tgz";
- sha512 = "YHYuxeIiy1v5aBrmHpbiYH2763satuH6DEGYn7hpLgwR+PCcks4AaXAQFPTAwYJ+2r224m9WHkyHGgcvU59QhA==";
+ url = "https://registry.npmjs.org/@node-red/nodes/-/nodes-1.2.6.tgz";
+ sha512 = "1LlECIzKKBHUOsWGLw31FT1mWL2mSecr9gBh2FqwnP7gNejebYjwP2zuHKOYs9sPRm3550zOJ5mlutXiiFKwYg==";
};
};
- "@node-red/registry-1.2.1" = {
+ "@node-red/registry-1.2.6" = {
name = "_at_node-red_slash_registry";
packageName = "@node-red/registry";
- version = "1.2.1";
+ version = "1.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/registry/-/registry-1.2.1.tgz";
- sha512 = "2lm60rATnuWNgvMVh+dHS0T6xIJzwuESrMZjowhzdDr5MvUrYcqVq6NEbPWsjCaqjoQyLGJNKPcdJVySRvdvmw==";
+ url = "https://registry.npmjs.org/@node-red/registry/-/registry-1.2.6.tgz";
+ sha512 = "+zwHxnMr9Adve627dtw2jl/KSjTY+a5JrwJN10TSKMxVLwYeBLm/ugRTA9tkGiCjr2w9pgsnMUZRFFLfdyRZCQ==";
};
};
- "@node-red/runtime-1.2.1" = {
+ "@node-red/runtime-1.2.6" = {
name = "_at_node-red_slash_runtime";
packageName = "@node-red/runtime";
- version = "1.2.1";
+ version = "1.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.1.tgz";
- sha512 = "iUJTNFIdmpJ8nh+bkd4h3eO6tS8Kmg9EiAgfWVdnRVftBc0RlYsX/d36QPGE05vq9WZlPhzjfwSUbHXkciU0bw==";
+ url = "https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.6.tgz";
+ sha512 = "zfQGK4Hqssv5TV8S5WLZ77BHYmyylarZvEScVQpivhJHg6HeZL+MffqqtPIyTM1ulklPZvO6fPmq/f5T/CgAgw==";
};
};
- "@node-red/util-1.2.1" = {
+ "@node-red/util-1.2.6" = {
name = "_at_node-red_slash_util";
packageName = "@node-red/util";
- version = "1.2.1";
+ version = "1.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@node-red/util/-/util-1.2.1.tgz";
- sha512 = "BQZeeUbkleDh2KG4NMiByHS2FuJXefR9/mMXh1FrF6R1f73VjR6YSifF/knaq5ZR8HAZmFnY0ACep3pb9blUmg==";
+ url = "https://registry.npmjs.org/@node-red/util/-/util-1.2.6.tgz";
+ sha512 = "CYUCS8iqcaZFBf0vwtVPqqNXX0XY0ajFW69smtDItbxslyZL3A0qRMiTTv0qMPA1uvOCEw4wQRSIQV7j/nd0yw==";
};
};
"@nodelib/fs.scandir-2.1.3" = {
@@ -3577,22 +3721,22 @@ let
sha512 = "pBqoKPWmuk9iaEcXlLBVRIA6I1kG9JiICU+sG0NuD6NAR461F+02elHJS4WkQxHW2W5rnsfvP/ClKwmsZ9RaaA==";
};
};
- "@npmcli/promise-spawn-1.2.0" = {
+ "@npmcli/promise-spawn-1.3.2" = {
name = "_at_npmcli_slash_promise-spawn";
packageName = "@npmcli/promise-spawn";
- version = "1.2.0";
+ version = "1.3.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.2.0.tgz";
- sha512 = "nFtqjVETliApiRdjbYwKwhlSHx2ZMagyj5b9YbNt0BWeeOVxJd47ZVE2u16vxDHyTOZvk+YLV7INwfAE9a2uow==";
+ url = "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz";
+ sha512 = "QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==";
};
};
- "@npmcli/run-script-1.7.2" = {
+ "@npmcli/run-script-1.8.1" = {
name = "_at_npmcli_slash_run-script";
packageName = "@npmcli/run-script";
- version = "1.7.2";
+ version = "1.8.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.7.2.tgz";
- sha512 = "EZO9uXrZrfzdIJsNi/WwrP2jt1P0lbFSxOq15ljgYn1/rr4UyQXUKBZRURioFVbUb7Z1BJDEKswnWrtRybZPzw==";
+ url = "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.1.tgz";
+ sha512 = "G8c86g9cQHyRINosIcpovzv0BkXQc3urhL1ORf3KTe4TS4UBsg2O4Z2feca/W3pfzdHEJzc83ETBW4aKbb3SaA==";
};
};
"@oclif/color-0.1.2" = {
@@ -3622,13 +3766,13 @@ let
sha512 = "Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==";
};
};
- "@oclif/errors-1.3.3" = {
+ "@oclif/errors-1.3.4" = {
name = "_at_oclif_slash_errors";
packageName = "@oclif/errors";
- version = "1.3.3";
+ version = "1.3.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.3.tgz";
- sha512 = "EJR6AIOEkt/NnARNIVAskPDVtdhtO5TTNXmhDrGqMoWVsr0R6DkkLrMyq95BmHvlVWM1nduoq4fQPuCyuF2jaA==";
+ url = "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.4.tgz";
+ sha512 = "pJKXyEqwdfRTUdM8n5FIHiQQHg5ETM0Wlso8bF9GodczO40mF5Z3HufnYWJE7z8sGKxOeJCdbAVZbS8Y+d5GCw==";
};
};
"@oclif/linewrap-1.0.0" = {
@@ -3649,6 +3793,15 @@ let
sha512 = "yojzeEfmSxjjkAvMRj0KzspXlMjCfBzNRPkWw8ZwOSoNWoJn+OCS/m/S+yfV6BvAM4u2lTzX9Y5rCbrFIgkJLg==";
};
};
+ "@oclif/plugin-autocomplete-0.1.5" = {
+ name = "_at_oclif_slash_plugin-autocomplete";
+ packageName = "@oclif/plugin-autocomplete";
+ version = "0.1.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-0.1.5.tgz";
+ sha512 = "Afchpdd8FNfx9GaU/1D9IzyfiXvjfGybgzQ6G4GTFvPO0/hLdkXX3YyYq+SnxE6/bCrhg4pleiB+GuJACmmkEA==";
+ };
+ };
"@oclif/plugin-autocomplete-0.2.0" = {
name = "_at_oclif_slash_plugin-autocomplete";
packageName = "@oclif/plugin-autocomplete";
@@ -3658,6 +3811,15 @@ let
sha512 = "pHbaE2PH7d9lHjCgFrrQ+ZIwvY+7OAQaGoaANqDbicBNDK/Rszt4N4oGj22dJT7sCQ8a/3Eh942rjxYIq9Mi9Q==";
};
};
+ "@oclif/plugin-help-1.2.11" = {
+ name = "_at_oclif_slash_plugin-help";
+ packageName = "@oclif/plugin-help";
+ version = "1.2.11";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-1.2.11.tgz";
+ sha512 = "tuzhvxxRtfLnWa96klngXBi5IwHt9S/twedCbQhl9dYIKTFMHI1BcOQcPra6ylct+M+b9jhEF5sjWLv78tB6tw==";
+ };
+ };
"@oclif/plugin-help-2.2.3" = {
name = "_at_oclif_slash_plugin-help";
packageName = "@oclif/plugin-help";
@@ -3685,22 +3847,22 @@ let
sha512 = "G440PCuMi/OT8b71aWkR+kCWikngGtyRjOR24sPMDbpUFV4+B3r51fz1fcqeUiiEOYqUpr0Uy/sneUe1O/NfBg==";
};
};
- "@oclif/plugin-plugins-1.9.0" = {
+ "@oclif/plugin-plugins-1.9.3" = {
name = "_at_oclif_slash_plugin-plugins";
packageName = "@oclif/plugin-plugins";
- version = "1.9.0";
+ version = "1.9.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.9.0.tgz";
- sha512 = "sq31nJk/n5pH5qGDioj2Z9x6MlRUrc/kkQrfCYKRPbQM80qewSP4RcPK3/gDvDSOAWD3wLAK9oMbDQO9lqImMA==";
+ url = "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.9.3.tgz";
+ sha512 = "DyrSP3sRPWOiQI0ae4OuUpjdYpCr5YS1cSzXNGL9uDVwKM4YVXvk9v0tzNzd1008oaNNXO/XDedPkAaoX110Mg==";
};
};
- "@oclif/plugin-plugins-1.9.1" = {
+ "@oclif/plugin-plugins-1.9.4" = {
name = "_at_oclif_slash_plugin-plugins";
packageName = "@oclif/plugin-plugins";
- version = "1.9.1";
+ version = "1.9.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.9.1.tgz";
- sha512 = "/lE644CeLZ9ZNpDzHTKSadUtHjo86CbKZBazJiBEeH3LAzf90AeiX447slVByGIAHOglvPgWLKaTUGuWdF/iwQ==";
+ url = "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.9.4.tgz";
+ sha512 = "C5hEbX4zzTjzbym2RJUE4wxz2aL2ocb826HDs3suscsjMPA3mRHyu8/rWJW1Cgc2MeoIybNdrfyPU/zmpWkaWw==";
};
};
"@oclif/plugin-warn-if-update-available-1.7.0" = {
@@ -3721,22 +3883,31 @@ let
sha512 = "60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==";
};
};
- "@octokit/auth-token-2.4.2" = {
+ "@octokit/auth-token-2.4.4" = {
name = "_at_octokit_slash_auth-token";
packageName = "@octokit/auth-token";
- version = "2.4.2";
+ version = "2.4.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.2.tgz";
- sha512 = "jE/lE/IKIz2v1+/P0u4fJqv0kYwXOTujKemJMFr6FeopsxlIK3+wKDCJGnysg81XID5TgZQbIfuJ5J0lnTiuyQ==";
+ url = "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.4.tgz";
+ sha512 = "LNfGu3Ro9uFAYh10MUZVaT7X2CnNm2C8IDQmabx+3DygYIQjs9FwzFAHN/0t6mu5HEPhxcb1XOuxdpY82vCg2Q==";
};
};
- "@octokit/endpoint-6.0.8" = {
+ "@octokit/endpoint-6.0.10" = {
name = "_at_octokit_slash_endpoint";
packageName = "@octokit/endpoint";
- version = "6.0.8";
+ version = "6.0.10";
src = fetchurl {
- url = "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.8.tgz";
- sha512 = "MuRrgv+bM4Q+e9uEvxAB/Kf+Sj0O2JAOBA131uo1o6lgdq1iS8ejKwtqHgdfY91V3rN9R/hdGKFiQYMzVzVBEQ==";
+ url = "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.10.tgz";
+ sha512 = "9+Xef8nT7OKZglfkOMm7IL6VwxXUQyR7DUSU0LH/F7VNqs8vyd7es5pTfz9E7DwUIx7R3pGscxu1EBhYljyu7Q==";
+ };
+ };
+ "@octokit/openapi-types-2.0.0" = {
+ name = "_at_octokit_slash_openapi-types";
+ packageName = "@octokit/openapi-types";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.0.0.tgz";
+ sha512 = "J4bfM7lf8oZvEAdpS71oTvC1ofKxfEZgU5vKVwzZKi4QPiL82udjpseJwxPid9Pu2FNmyRQOX4iEj6W1iOSnPw==";
};
};
"@octokit/plugin-enterprise-rest-6.0.1" = {
@@ -3757,13 +3928,13 @@ let
sha512 = "jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q==";
};
};
- "@octokit/plugin-request-log-1.0.0" = {
+ "@octokit/plugin-request-log-1.0.2" = {
name = "_at_octokit_slash_plugin-request-log";
packageName = "@octokit/plugin-request-log";
- version = "1.0.0";
+ version = "1.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz";
- sha512 = "ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==";
+ url = "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.2.tgz";
+ sha512 = "oTJSNAmBqyDR41uSMunLQKMX0jmEXbwD1fpz8FG27lScV3RhtGfBa1/BBLym+PxcC16IBlF7KH9vP1BUYxA+Eg==";
};
};
"@octokit/plugin-rest-endpoint-methods-2.4.0" = {
@@ -3775,13 +3946,13 @@ let
sha512 = "EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ==";
};
};
- "@octokit/request-5.4.9" = {
+ "@octokit/request-5.4.12" = {
name = "_at_octokit_slash_request";
packageName = "@octokit/request";
- version = "5.4.9";
+ version = "5.4.12";
src = fetchurl {
- url = "https://registry.npmjs.org/@octokit/request/-/request-5.4.9.tgz";
- sha512 = "CzwVvRyimIM1h2n9pLVYfTDmX9m+KHSgCpqPsY8F1NdEK8IaWqXhSBXsdjOBFZSpEcxNEeg4p0UO9cQ8EnOCLA==";
+ url = "https://registry.npmjs.org/@octokit/request/-/request-5.4.12.tgz";
+ sha512 = "MvWYdxengUWTGFpfpefBBpVmmEYfkwMoxonIB3sUGp5rhdgwjXL1ejo6JbgzG/QD9B/NYt/9cJX1pxXeSIUCkg==";
};
};
"@octokit/request-error-1.2.1" = {
@@ -3793,13 +3964,13 @@ let
sha512 = "+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==";
};
};
- "@octokit/request-error-2.0.2" = {
+ "@octokit/request-error-2.0.4" = {
name = "_at_octokit_slash_request-error";
packageName = "@octokit/request-error";
- version = "2.0.2";
+ version = "2.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.0.2.tgz";
- sha512 = "2BrmnvVSV1MXQvEkrb9zwzP0wXFNbPJij922kYBTLIlIafukrGOb+ABBT2+c6wZiuyWDH1K1zmjGQ0toN/wMWw==";
+ url = "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.0.4.tgz";
+ sha512 = "LjkSiTbsxIErBiRh5wSZvpZqT4t0/c9+4dOe0PII+6jXR+oj/h66s7E4a/MghV7iT8W9ffoQ5Skoxzs96+gBPA==";
};
};
"@octokit/rest-16.43.2" = {
@@ -3820,13 +3991,13 @@ let
sha512 = "O75k56TYvJ8WpAakWwYRN8Bgu60KrmX0z1KqFp1kNiFNkgW+JW+9EBKZ+S33PU6SLvbihqd+3drvPxKK68Ee8Q==";
};
};
- "@octokit/types-5.5.0" = {
+ "@octokit/types-6.1.1" = {
name = "_at_octokit_slash_types";
packageName = "@octokit/types";
- version = "5.5.0";
+ version = "6.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz";
- sha512 = "UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==";
+ url = "https://registry.npmjs.org/@octokit/types/-/types-6.1.1.tgz";
+ sha512 = "btm3D6S7VkRrgyYF31etUtVY/eQ1KzrNRqhFt25KSe2mKlXuLXJilglRC6eDA2P6ou94BUnk/Kz5MPEolXgoiw==";
};
};
"@opencensus/core-0.0.8" = {
@@ -3856,6 +4027,312 @@ let
sha512 = "PffXX2AL8Sh0VHQ52jJC4u3T0H6wDK6N/4bg7xh4ngMYOIi13aR1kzVvX1sVDBgfGwDOkMbl4c54Xm3tlPx/+A==";
};
};
+ "@ot-builder/bin-composite-types-0.10.34" = {
+ name = "_at_ot-builder_slash_bin-composite-types";
+ packageName = "@ot-builder/bin-composite-types";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/bin-composite-types/-/bin-composite-types-0.10.34.tgz";
+ sha512 = "Tapb8mSXEZcmZNwB9KKo0CFLu8ZajAEAqxH07Py/lvS+2Rpe6LZWoPbLcHRwAP47cHbbO3IxZLWhvlWfOmaxHA==";
+ };
+ };
+ "@ot-builder/bin-util-0.10.34" = {
+ name = "_at_ot-builder_slash_bin-util";
+ packageName = "@ot-builder/bin-util";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/bin-util/-/bin-util-0.10.34.tgz";
+ sha512 = "hyu0SLfWzMG9VKy54Nmxa723owd6o3miF1NR5FN/ff+ZkWbRqzSCm7haw40801ESC2DqMWjeZDyJBU4A+aHMFQ==";
+ };
+ };
+ "@ot-builder/cli-help-shower-0.10.34" = {
+ name = "_at_ot-builder_slash_cli-help-shower";
+ packageName = "@ot-builder/cli-help-shower";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/cli-help-shower/-/cli-help-shower-0.10.34.tgz";
+ sha512 = "bCo9xNGvXSkEN7e8mK7sFHYLoCEsGIzPoZeyeWbEe4rWC6FQAAPWwlzCWldaNcbK/nGJsHYiHxLGO3LjeFl00A==";
+ };
+ };
+ "@ot-builder/cli-proc-0.10.34" = {
+ name = "_at_ot-builder_slash_cli-proc";
+ packageName = "@ot-builder/cli-proc";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/cli-proc/-/cli-proc-0.10.34.tgz";
+ sha512 = "nckPcf5wm1nGm2Aw+JXllYGp5MGdJzGqYoS7wAbkA2i371rhD8LM6j+hQNorZ07rb6rFc2v09MMtuNmO8CpoaA==";
+ };
+ };
+ "@ot-builder/cli-shared-0.10.34" = {
+ name = "_at_ot-builder_slash_cli-shared";
+ packageName = "@ot-builder/cli-shared";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/cli-shared/-/cli-shared-0.10.34.tgz";
+ sha512 = "tCH4OJnc+9trMBffqZDW/tHmRj72+sqwE9JNCBRA4iabiL8rQQEKWLm3iYEygS7/X7oZSLU+idQK+gI/9rLy0Q==";
+ };
+ };
+ "@ot-builder/common-impl-0.10.34" = {
+ name = "_at_ot-builder_slash_common-impl";
+ packageName = "@ot-builder/common-impl";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/common-impl/-/common-impl-0.10.34.tgz";
+ sha512 = "igfcrSnhHEJZdziq1XKFnb2ZV82t/+3Ez+1lE9N0V542CzhRsGKHDcd1X3msfhRqc88ykl+zW/sKWLWvsnseKA==";
+ };
+ };
+ "@ot-builder/errors-0.10.34" = {
+ name = "_at_ot-builder_slash_errors";
+ packageName = "@ot-builder/errors";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/errors/-/errors-0.10.34.tgz";
+ sha512 = "p/vBXtzbFt34KC4fgAHxpbxTVI12rVcbyPvTu6dmwAkwaQG6gF22STwdc5rK9Qllr475Ppkojfp165udUo250g==";
+ };
+ };
+ "@ot-builder/io-bin-cff-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-cff";
+ packageName = "@ot-builder/io-bin-cff";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-cff/-/io-bin-cff-0.10.34.tgz";
+ sha512 = "GvL+LGXXgJtHoSr00Qkm/LI9dpMJXXkXzZFjpfIyjx5o74ao7zod85SjxfBqzVdRUFcNvVbOSIiM7xrW1IgiTA==";
+ };
+ };
+ "@ot-builder/io-bin-encoding-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-encoding";
+ packageName = "@ot-builder/io-bin-encoding";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-encoding/-/io-bin-encoding-0.10.34.tgz";
+ sha512 = "euzzwHXtjVTiFa5RPonkYOOP/rX0vqeUfupW6SiGIPrp0YszrjHGbWk+pLxxkbTteA30o+Xc7IQ8sppXd+AGGw==";
+ };
+ };
+ "@ot-builder/io-bin-ext-private-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-ext-private";
+ packageName = "@ot-builder/io-bin-ext-private";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-ext-private/-/io-bin-ext-private-0.10.34.tgz";
+ sha512 = "5TjCMXPLR6mfpG0E3h/EvKWuaLzoLOJQZxlnAeHh2zg5w0uzoMFArxhY08cE7iKlITQLlLwV5EgagcgjmD+xrw==";
+ };
+ };
+ "@ot-builder/io-bin-font-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-font";
+ packageName = "@ot-builder/io-bin-font";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-font/-/io-bin-font-0.10.34.tgz";
+ sha512 = "wfPhUDtg8f4WL/tAS031qVXR33HCa8zC4K+TfMWgLeVhApPGtT8qhPsUN7VMZwvu6L92YYVlG1BYLo/bQZtcdA==";
+ };
+ };
+ "@ot-builder/io-bin-glyph-store-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-glyph-store";
+ packageName = "@ot-builder/io-bin-glyph-store";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-glyph-store/-/io-bin-glyph-store-0.10.34.tgz";
+ sha512 = "0izykazfWE77KEN9N17fyrftUEiTMFiYZAV06mGDpOmHyRLM0oFAnGheWE7n5rRj5ft/9tuH/Yi3z1RPkM2LzQ==";
+ };
+ };
+ "@ot-builder/io-bin-layout-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-layout";
+ packageName = "@ot-builder/io-bin-layout";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-layout/-/io-bin-layout-0.10.34.tgz";
+ sha512 = "35689IuO84kKg25ltvzJemF49zoEYv/uT1CEEvPbI8vfsss32CVBDxVsyHoIMeCVz872i3q0LEMquZ4v7bQP1A==";
+ };
+ };
+ "@ot-builder/io-bin-metadata-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-metadata";
+ packageName = "@ot-builder/io-bin-metadata";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-metadata/-/io-bin-metadata-0.10.34.tgz";
+ sha512 = "hHvHgbW9q/rY7RLKUZ6bd15mjWuInyek1N+t81XeF58/W6AC50Ya65wxhG381wui1NGgUJrcwUcO6K36RQCyFA==";
+ };
+ };
+ "@ot-builder/io-bin-metric-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-metric";
+ packageName = "@ot-builder/io-bin-metric";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-metric/-/io-bin-metric-0.10.34.tgz";
+ sha512 = "9MgzLr/GVWEF2aKDBu0UZ+9X6a84IxQw3Yhnw9MigMdK345We/rtuL1Q1Io5XW9XDcj89EqP/31cUSAr/bD0YQ==";
+ };
+ };
+ "@ot-builder/io-bin-name-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-name";
+ packageName = "@ot-builder/io-bin-name";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-name/-/io-bin-name-0.10.34.tgz";
+ sha512 = "s/PGAiUV/Qvz7b3dejSXrvk7g8H75yTKfa4HbmZDUPL9PB0+0+BEYbCeHeTTGD3EjZCA5tH1oi19IfuXzFWMsw==";
+ };
+ };
+ "@ot-builder/io-bin-sfnt-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-sfnt";
+ packageName = "@ot-builder/io-bin-sfnt";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-sfnt/-/io-bin-sfnt-0.10.34.tgz";
+ sha512 = "/GcMw5E1fvZ5B67jUfLbDWzHzMxQRnAMx0OAXq3FseY4dr28OOppieKbHK6f7K+cuscyOxcY/sycpDPLgI21wA==";
+ };
+ };
+ "@ot-builder/io-bin-ttf-0.10.34" = {
+ name = "_at_ot-builder_slash_io-bin-ttf";
+ packageName = "@ot-builder/io-bin-ttf";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/io-bin-ttf/-/io-bin-ttf-0.10.34.tgz";
+ sha512 = "X8xX76EP24H4DxQJO1kvIwmXfCuTyoCbvYB+6oXuITt4LbIjvbDoCn/PDKdxxUdDxDkcdN+5yZZAxc64Cinzew==";
+ };
+ };
+ "@ot-builder/ot-0.10.34" = {
+ name = "_at_ot-builder_slash_ot";
+ packageName = "@ot-builder/ot";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot/-/ot-0.10.34.tgz";
+ sha512 = "TFEhsVLr7zqDVDCupvw0+OIDzeUry+g/csgmn+fUIx5NBlyDLF78CJytYUha/HhzIyh3NeTgIDDVTU0K04jo2Q==";
+ };
+ };
+ "@ot-builder/ot-encoding-0.10.34" = {
+ name = "_at_ot-builder_slash_ot-encoding";
+ packageName = "@ot-builder/ot-encoding";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot-encoding/-/ot-encoding-0.10.34.tgz";
+ sha512 = "InJjxEU008C4tfOvw+dZ3R+g5xIjOkwawPMYnSnWLJFII5uWLQKTcq7pzYiM4/vsVLvgUFBfpKvMxbf7Ul9l7g==";
+ };
+ };
+ "@ot-builder/ot-ext-private-0.10.34" = {
+ name = "_at_ot-builder_slash_ot-ext-private";
+ packageName = "@ot-builder/ot-ext-private";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot-ext-private/-/ot-ext-private-0.10.34.tgz";
+ sha512 = "+q1U1PhBIjc83SZhMgqIi9O9p85vW338MvWEwehxnIijT84XJJeiQ2kWektiz62rxGjL23YnPqLljFojMbG7/Q==";
+ };
+ };
+ "@ot-builder/ot-glyphs-0.10.34" = {
+ name = "_at_ot-builder_slash_ot-glyphs";
+ packageName = "@ot-builder/ot-glyphs";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot-glyphs/-/ot-glyphs-0.10.34.tgz";
+ sha512 = "YzXak7LFJVekz/nyi8hPVipY3PTTM+tmPit875TX56+/OuhwuQWbT5HeM++kmlGc/VYxbFzndJybR87YsuNvjQ==";
+ };
+ };
+ "@ot-builder/ot-layout-0.10.34" = {
+ name = "_at_ot-builder_slash_ot-layout";
+ packageName = "@ot-builder/ot-layout";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot-layout/-/ot-layout-0.10.34.tgz";
+ sha512 = "ftGx58faieUlzWefhRrcR/m4gmAVvIge4SkBDVanIaFgPst8CsH01THkhtbIanzHoZARn+FcU5SXruRC0VhVdA==";
+ };
+ };
+ "@ot-builder/ot-metadata-0.10.34" = {
+ name = "_at_ot-builder_slash_ot-metadata";
+ packageName = "@ot-builder/ot-metadata";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot-metadata/-/ot-metadata-0.10.34.tgz";
+ sha512 = "w1uqzSQWfmIr1zP7s4tCfVzyc55s18D//QgkHHZAEEcO28pfslMSIRm70DiggXo1uYVARlUUT/BAcnK/U+qQBA==";
+ };
+ };
+ "@ot-builder/ot-name-0.10.34" = {
+ name = "_at_ot-builder_slash_ot-name";
+ packageName = "@ot-builder/ot-name";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot-name/-/ot-name-0.10.34.tgz";
+ sha512 = "1aw41J3vyAKaSyEBzRNlpRcBiSZkajp5MCy0hRaa68ZwEY/mPcQkSh4KjZEMyx+ndFmHKRdL3396ksVKftOgVg==";
+ };
+ };
+ "@ot-builder/ot-sfnt-0.10.34" = {
+ name = "_at_ot-builder_slash_ot-sfnt";
+ packageName = "@ot-builder/ot-sfnt";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot-sfnt/-/ot-sfnt-0.10.34.tgz";
+ sha512 = "I88VMnJY0HxXLf2P+xnTIRheSsyCphnh8Vjj/zfroNHB98vdPIbE7d44cCv4C2u1zNRGwbhogMLBKghfhbqjuA==";
+ };
+ };
+ "@ot-builder/ot-standard-glyph-namer-0.10.34" = {
+ name = "_at_ot-builder_slash_ot-standard-glyph-namer";
+ packageName = "@ot-builder/ot-standard-glyph-namer";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/ot-standard-glyph-namer/-/ot-standard-glyph-namer-0.10.34.tgz";
+ sha512 = "AjdOIfQxyN2dIlA8RAzFeu9ysGS9yMiZN1nVjHaTdHjl6nZx16Xjhtf1xEa5GbMORDaWkFeaXnYWM1kp/IYAhw==";
+ };
+ };
+ "@ot-builder/prelude-0.10.34" = {
+ name = "_at_ot-builder_slash_prelude";
+ packageName = "@ot-builder/prelude";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/prelude/-/prelude-0.10.34.tgz";
+ sha512 = "z7OuMrGgr6sYn+UWOctyWDpCra2+nRPPpmUkbbP7RhTh3ANjJFePeMaOQiYogz7u7IKlDzlg5D4qY/F/gJNuPA==";
+ };
+ };
+ "@ot-builder/primitive-0.10.34" = {
+ name = "_at_ot-builder_slash_primitive";
+ packageName = "@ot-builder/primitive";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/primitive/-/primitive-0.10.34.tgz";
+ sha512 = "67yTVBkLzfQy0F3xfHA+NYAWy+A2Z6udWznK7nW0McK9PtOvCjCNl68UrW+vmohR8T4t0PGTC3lHX7dBkxyQTQ==";
+ };
+ };
+ "@ot-builder/rectify-0.10.34" = {
+ name = "_at_ot-builder_slash_rectify";
+ packageName = "@ot-builder/rectify";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/rectify/-/rectify-0.10.34.tgz";
+ sha512 = "rT9t9eYjRlx/EioSWwkrNHMSNlXr1UufB2+Tni6DRCWoTV0XjgFsAt1fjj+vTcxtvy7ZZuZKOdwkyxITiMPK4A==";
+ };
+ };
+ "@ot-builder/stat-glyphs-0.10.34" = {
+ name = "_at_ot-builder_slash_stat-glyphs";
+ packageName = "@ot-builder/stat-glyphs";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/stat-glyphs/-/stat-glyphs-0.10.34.tgz";
+ sha512 = "cqWuTCGgelc6Dqg0nW3kkylFkP0dc7vvSlnSQr1eZaq6YD36o/ckWzXLc/caGY6GefFYVfGx+kpzx45f5MdCIQ==";
+ };
+ };
+ "@ot-builder/trace-0.10.34" = {
+ name = "_at_ot-builder_slash_trace";
+ packageName = "@ot-builder/trace";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/trace/-/trace-0.10.34.tgz";
+ sha512 = "EW9xYkpocQV0M+sdVlOhSAucs/tRoZogQ+NVZ+yLJTcPAEE+PFyvU81Rd0+R9Lp1LOpLmYDQFJpzh3n/z+i9aA==";
+ };
+ };
+ "@ot-builder/var-store-0.10.34" = {
+ name = "_at_ot-builder_slash_var-store";
+ packageName = "@ot-builder/var-store";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/var-store/-/var-store-0.10.34.tgz";
+ sha512 = "ldEosnnwcx/NDz+mb9Z2Ta9hlhhviK2QIrXY5PIdvhtlcj6U/dMPgmvHhZwF15+0f1r03V7EIq/v5Y3T78+Phw==";
+ };
+ };
+ "@ot-builder/variance-0.10.34" = {
+ name = "_at_ot-builder_slash_variance";
+ packageName = "@ot-builder/variance";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@ot-builder/variance/-/variance-0.10.34.tgz";
+ sha512 = "McAXf0TPT+GjAZS2iT5ULZq0FR9oOQK3Vbc0g5KXxxd9/wWsINT+nSuO/YFR1O9TT1lBf7cT3OUXrAM2tKlU5Q==";
+ };
+ };
"@parcel/fs-1.11.0" = {
name = "_at_parcel_slash_fs";
packageName = "@parcel/fs";
@@ -3928,13 +4405,13 @@ let
sha512 = "CY/a6Nw72vrlp/FPx38l4jfEHp4gNEbo8i+WlSJ2cnWO6VE6CKmnC1zb4yQLvdP8f3EuzzoOBZVq6aGN20M82Q==";
};
};
- "@pm2/js-api-0.6.0" = {
+ "@pm2/js-api-0.6.1" = {
name = "_at_pm2_slash_js-api";
packageName = "@pm2/js-api";
- version = "0.6.0";
+ version = "0.6.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@pm2/js-api/-/js-api-0.6.0.tgz";
- sha512 = "ZgM/0yI8s3FRyxP01wI5UzDrVTecS/SmD98z25C9fsHo2Wz3JB1DtS4uIBlPopq2/R5HIQynTUJPDNn4qo1d/Q==";
+ url = "https://registry.npmjs.org/@pm2/js-api/-/js-api-0.6.1.tgz";
+ sha512 = "LImZWHEzcpIrLZ7kt4z3Gllkoz+CChHk2waDretOWeinSItyTMrNpzcXcZd2QikP/57qPolLfHGFipHJmOKkwQ==";
};
};
"@pm2/pm2-version-check-1.0.3" = {
@@ -3955,22 +4432,13 @@ let
sha512 = "uc6FmPEegAZawSHjUMFQwU7EjaDn7zy1iD/KD/wBROL9F4378OES8MKMYHoRAKT61Fk7LxVKZSDR5VespMQiqw==";
};
};
- "@prettier/plugin-pug-1.8.1" = {
- name = "_at_prettier_slash_plugin-pug";
- packageName = "@prettier/plugin-pug";
- version = "1.8.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@prettier/plugin-pug/-/plugin-pug-1.8.1.tgz";
- sha512 = "lXyGIECz6XsggTNfjqaQxeOB4PqoAL2pmhJ7koV7ibKA3JPlQeEkk91PcnUsSNFyFtLzfFBwaHepoBmJb5FNWQ==";
- };
- };
- "@primer/octicons-11.0.0" = {
+ "@primer/octicons-11.1.0" = {
name = "_at_primer_slash_octicons";
packageName = "@primer/octicons";
- version = "11.0.0";
+ version = "11.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@primer/octicons/-/octicons-11.0.0.tgz";
- sha512 = "aMM2n7dl4ToEqQH9ZWQ8M8alGCoGsRk2k5hT5h3KXd54YFKte1twhJDvyQjIjjxqggNh5NUfyuqTOv6MPCVSKQ==";
+ url = "https://registry.npmjs.org/@primer/octicons/-/octicons-11.1.0.tgz";
+ sha512 = "qeW4Hu82V0eTKza54nIqud572lrZicy2R6PBX2SVfWlrfRUotpsRi6m/Dvxz/YKL/8xdwBSWgJl8hJXM4V5woA==";
};
};
"@protobufjs/aspromise-1.1.2" = {
@@ -4063,13 +4531,13 @@ let
sha1 = "a777360b5b39a1a2e5106f8e858f2fd2d060c570";
};
};
- "@react-native-community/cli-debugger-ui-4.9.0" = {
+ "@react-native-community/cli-debugger-ui-4.13.1" = {
name = "_at_react-native-community_slash_cli-debugger-ui";
packageName = "@react-native-community/cli-debugger-ui";
- version = "4.9.0";
+ version = "4.13.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.9.0.tgz";
- sha512 = "fBFGamHm4VUrDqkBGnsrwQL8OC6Om7K6EBQb4xj0nWekpXt1HSa3ScylYHTTWwYcpRf9htGMRGiv4dQDY/odAw==";
+ url = "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.13.1.tgz";
+ sha512 = "UFnkg5RTq3s2X15fSkrWY9+5BKOFjihNSnJjTV2H5PtTUFbd55qnxxPw8CxSfK0bXb1IrSvCESprk2LEpqr5cg==";
};
};
"@react-native-community/cli-platform-android-4.13.0" = {
@@ -4108,13 +4576,22 @@ let
sha512 = "s4f489h5+EJksn4CfheLgv5PGOM0CDmK1UEBLw2t/ncWs3cW2VI7vXzndcd/WJHTv3GntJhXDcJMuL+Z2IAOgg==";
};
};
- "@rollup/plugin-babel-5.2.1" = {
+ "@redocly/react-dropdown-aria-2.0.11" = {
+ name = "_at_redocly_slash_react-dropdown-aria";
+ packageName = "@redocly/react-dropdown-aria";
+ version = "2.0.11";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@redocly/react-dropdown-aria/-/react-dropdown-aria-2.0.11.tgz";
+ sha512 = "rmuSC2JFFl4DkPDdGVrmffT9KcbG2AB5jvhxPIrOc1dO9mHRMUUftQY35KZlvWqqSSqVn+AM+J9dhiTo1ZqR8A==";
+ };
+ };
+ "@rollup/plugin-babel-5.2.2" = {
name = "_at_rollup_slash_plugin-babel";
packageName = "@rollup/plugin-babel";
- version = "5.2.1";
+ version = "5.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.2.1.tgz";
- sha512 = "Jd7oqFR2dzZJ3NWANDyBjwTtX/lYbZpVcmkHrfQcpvawHs9E4c0nYk5U2mfZ6I/DZcIvy506KZJi54XK/jxH7A==";
+ url = "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.2.2.tgz";
+ sha512 = "MjmH7GvFT4TW8xFdIeFS3wqIX646y5tACdxkTO+khbHvS3ZcVJL6vkAHLw2wqPmkhwCfWHoNsp15VYNwW6JEJA==";
};
};
"@rollup/plugin-commonjs-13.0.2" = {
@@ -4198,31 +4675,31 @@ let
sha512 = "c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==";
};
};
- "@schematics/angular-10.1.7" = {
+ "@schematics/angular-11.0.3" = {
name = "_at_schematics_slash_angular";
packageName = "@schematics/angular";
- version = "10.1.7";
+ version = "11.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@schematics/angular/-/angular-10.1.7.tgz";
- sha512 = "jcyLWDSbpgHvB/BNVSsV4uLJpC2qRx9Z5+rcQpBB1BerqIPS/1cTQg7TViHZtcqnZqWvzHR3jfqzDUSOCZpuJQ==";
+ url = "https://registry.npmjs.org/@schematics/angular/-/angular-11.0.3.tgz";
+ sha512 = "H+rWJOafl8OXrC/GMJihWYTFsR2K49tWM6AyJLBxja6qyZwwL184SLPvvkPsz3+LDs+fxfOzQ1K+sIpuZLqizw==";
};
};
- "@schematics/schematics-0.1000.7" = {
+ "@schematics/schematics-0.1100.1" = {
name = "_at_schematics_slash_schematics";
packageName = "@schematics/schematics";
- version = "0.1000.7";
+ version = "0.1100.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@schematics/schematics/-/schematics-0.1000.7.tgz";
- sha512 = "mucBf5EkhME9O0TvxPeiUTEuudRvEOSjhF/YFHEp/9NZB1JH9lXtBQ60IN6xtCLEbxJmAzhZSns9QPPrHaZRrw==";
+ url = "https://registry.npmjs.org/@schematics/schematics/-/schematics-0.1100.1.tgz";
+ sha512 = "Y5J/qafyZtsu6spEFywGLjYMqEgONSDx9m8c8KL4c45+KqqerQeh2QQHims3G0brKUFIK3nCw95zqw+RMsGcsA==";
};
};
- "@schematics/update-0.1001.7" = {
+ "@schematics/update-0.1100.3" = {
name = "_at_schematics_slash_update";
packageName = "@schematics/update";
- version = "0.1001.7";
+ version = "0.1100.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@schematics/update/-/update-0.1001.7.tgz";
- sha512 = "q7g/9YaAiqyWxYmUXiSWxB9xwc30xL5iUWY3Rp2LXSH6ihaRsLabmNr743R2YQmMj2Ss+9OhILHmj7nMmqODgw==";
+ url = "https://registry.npmjs.org/@schematics/update/-/update-0.1100.3.tgz";
+ sha512 = "Hp+RVuVLYkJhGYzLY3kwSqk8nh9zC9F9AAR4QuwSXQv+pQxRbv48fdU3iVuKu/mVhz17RZJhTNoA/2uNMeGH2g==";
};
};
"@segment/loosely-validate-event-2.0.0" = {
@@ -4252,13 +4729,13 @@ let
sha512 = "lOUyRopNTKJYVEU9T6stp2irwlTDsYMmUKBOUjnMcwGveuUfIJqrCOtFLtIPPj3XJlbZy5F68l4KP9rZ8Ipang==";
};
};
- "@serverless/components-3.2.3" = {
+ "@serverless/components-3.4.3" = {
name = "_at_serverless_slash_components";
packageName = "@serverless/components";
- version = "3.2.3";
+ version = "3.4.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@serverless/components/-/components-3.2.3.tgz";
- sha512 = "QY+vI/pNkuJeNnCLX258xCO4urJ/q3EXQk844VPXhaNPSogoioBzm+hFyOMydGBVLDy8+tVWbD8BDPSpdWJ9IA==";
+ url = "https://registry.npmjs.org/@serverless/components/-/components-3.4.3.tgz";
+ sha512 = "buKvUPDeS54bUG9c56bmX5WcL3hBCHASKamHpUGmSa1ArSem8BE76LzPjiNcreOJGSFf9VGMgpsW1d1WKy2fAA==";
};
};
"@serverless/core-1.1.2" = {
@@ -4270,13 +4747,13 @@ let
sha512 = "PY7gH+7aQ+MltcUD7SRDuQODJ9Sav9HhFJsgOiyf8IVo7XVD6FxZIsSnpMI6paSkptOB7n+0Jz03gNlEkKetQQ==";
};
};
- "@serverless/enterprise-plugin-4.1.1" = {
+ "@serverless/enterprise-plugin-4.2.0" = {
name = "_at_serverless_slash_enterprise-plugin";
packageName = "@serverless/enterprise-plugin";
- version = "4.1.1";
+ version = "4.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@serverless/enterprise-plugin/-/enterprise-plugin-4.1.1.tgz";
- sha512 = "ga9g/bRyA6LCckYPU8jvx63Q9+Po/yZxbdbYb2KiCZ+0S1YcQQsjDJwsOTAAgQ6AEp95TtrQkn3BycYTSGEm7A==";
+ url = "https://registry.npmjs.org/@serverless/enterprise-plugin/-/enterprise-plugin-4.2.0.tgz";
+ sha512 = "b7kVdcE+nLi9kWOu4lqvbYBeK0ChIPX9gbqMecs3fEAdPVMleZyC0CywdWnpOrV9xXij9tj4LxFv6NRRcFCXZg==";
};
};
"@serverless/event-mocks-1.1.1" = {
@@ -4288,22 +4765,22 @@ let
sha512 = "YAV5V/y+XIOfd+HEVeXfPWZb8C6QLruFk9tBivoX2roQLWVq145s4uxf8D0QioCueuRzkukHUS4JIj+KVoS34A==";
};
};
- "@serverless/platform-client-3.1.2" = {
+ "@serverless/platform-client-3.1.4" = {
name = "_at_serverless_slash_platform-client";
packageName = "@serverless/platform-client";
- version = "3.1.2";
+ version = "3.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@serverless/platform-client/-/platform-client-3.1.2.tgz";
- sha512 = "zTJBhzjWtDBogLFnzoz6NYiQ6CThsxuvHQxSbBLcNK4+VQPIkrZOxaQ+dNCNLeLN1Tb3NnZDPNGkoThvgGwq3Q==";
+ url = "https://registry.npmjs.org/@serverless/platform-client/-/platform-client-3.1.4.tgz";
+ sha512 = "oc65L9Dl1Xe+T5qv/fkmjYREtPzrQMdje0fC5ntvsfR3luxvSfQIinHYKbt30Qpyy2sJCBPG4IPEip7b3y0WwA==";
};
};
- "@serverless/platform-client-china-2.0.3" = {
+ "@serverless/platform-client-china-2.0.9" = {
name = "_at_serverless_slash_platform-client-china";
packageName = "@serverless/platform-client-china";
- version = "2.0.3";
+ version = "2.0.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@serverless/platform-client-china/-/platform-client-china-2.0.3.tgz";
- sha512 = "QTgZTDmnWI++GHtJfpjrfsXvsqMmIDcvXM4lDLEiu5FqvA/oZ+QlhGfZab8Dd6MGsKIgByMwATK7w6Or3Da3dQ==";
+ url = "https://registry.npmjs.org/@serverless/platform-client-china/-/platform-client-china-2.0.9.tgz";
+ sha512 = "qec3a5lVaMH0nccgjVgvcEF8M+M95BXZbbYDGypVHEieJQxrKqj057+VVKsiHBeHYXzr4B3v6pIyQHst40vpIw==";
};
};
"@serverless/platform-sdk-2.3.2" = {
@@ -4315,13 +4792,13 @@ let
sha512 = "JSX0/EphGVvnb4RAgZYewtBXPuVsU2TFCuXh6EEZ4jxK3WgUwNYeYdwB8EuVLrm1/dYqu/UWUC0rPKb+ZDycJg==";
};
};
- "@serverless/template-1.1.3" = {
+ "@serverless/template-1.1.4" = {
name = "_at_serverless_slash_template";
packageName = "@serverless/template";
- version = "1.1.3";
+ version = "1.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@serverless/template/-/template-1.1.3.tgz";
- sha512 = "hcMiX523rkp6kHeKnM1x6/dXEY+d1UFSr901yVKeeCgpFy4u33UI9vlKaPweAZCF6Ahzqywf01IsFTuBVadCrQ==";
+ url = "https://registry.npmjs.org/@serverless/template/-/template-1.1.4.tgz";
+ sha512 = "LYC+RmSD4ozStdCxSHInpVWP8h+0sSa0lmPGjAb1Fw4Ppk+LCJqJTrohbhHmF2ixgaIBu6ceNtVTB4qM+2NvIA==";
};
};
"@serverless/utils-1.2.0" = {
@@ -4342,13 +4819,13 @@ let
sha512 = "yZQT2f8LIZZlH2ibAIvK4C/Ks72Y8CIWmGz04XGCLPHa/ANA6KqlXTKV6zWg/n1PDy2yj2zgX+m509VpIZuDeQ==";
};
};
- "@serverless/utils-china-1.0.7" = {
+ "@serverless/utils-china-1.0.11" = {
name = "_at_serverless_slash_utils-china";
packageName = "@serverless/utils-china";
- version = "1.0.7";
+ version = "1.0.11";
src = fetchurl {
- url = "https://registry.npmjs.org/@serverless/utils-china/-/utils-china-1.0.7.tgz";
- sha512 = "qE6vzzMbbJc7/ywIUK3ufcZhLlkmjv0yB2rQJkyPnEoauYGa+v1PiGdPOt3u7wty6duTDBUjlR7VgU5HSvTtEA==";
+ url = "https://registry.npmjs.org/@serverless/utils-china/-/utils-china-1.0.11.tgz";
+ sha512 = "raOPIoPSTrkWKBDuozkYWvLXP2W65K9Uk4ud+lPcbhhBSamO3uVW40nuAkC19MdIoAsFi5oTGYpcc9UDx8b+lg==";
};
};
"@sindresorhus/is-0.14.0" = {
@@ -4387,6 +4864,15 @@ let
sha512 = "JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==";
};
};
+ "@sindresorhus/is-4.0.0" = {
+ name = "_at_sindresorhus_slash_is";
+ packageName = "@sindresorhus/is";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.0.tgz";
+ sha512 = "FyD2meJpDPjyNQejSjvnhpgI/azsQkA4lGbuu5BQZfjvJ9cbRZXzeWL2HceCekW4lixO9JPesIIQkSoLjeJHNQ==";
+ };
+ };
"@sindresorhus/slugify-1.1.0" = {
name = "_at_sindresorhus_slash_slugify";
packageName = "@sindresorhus/slugify";
@@ -4414,22 +4900,22 @@ let
sha512 = "CWr7a3rTVrN5Vs8GYReRAvTourbXHOqB1zglcskj05ICH4GZL5BOAza2ARai+qc3Nz0nY08Bozi1x0014KOqlg==";
};
};
- "@snyk/cli-interface-2.9.1" = {
+ "@snyk/cli-interface-2.11.0" = {
name = "_at_snyk_slash_cli-interface";
packageName = "@snyk/cli-interface";
- version = "2.9.1";
+ version = "2.11.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@snyk/cli-interface/-/cli-interface-2.9.1.tgz";
- sha512 = "2zHRvEt4S0DO+hPRX3hp5ssELouJqgb/JUTmPDMr/32r//qooSTxojwSvAK2A6VYgYOHuo1S3VTpsSP/ywkPXA==";
+ url = "https://registry.npmjs.org/@snyk/cli-interface/-/cli-interface-2.11.0.tgz";
+ sha512 = "T3xfDqrEFKclHGdJx4/5+D5F7e76/99f33guE4RTlVITBhy7VVnjz4t/NDr3UYqcC0MgAmiC4bSVYHnlshuwJw==";
};
};
- "@snyk/cli-interface-2.9.2" = {
+ "@snyk/cli-interface-2.9.1" = {
name = "_at_snyk_slash_cli-interface";
packageName = "@snyk/cli-interface";
- version = "2.9.2";
+ version = "2.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@snyk/cli-interface/-/cli-interface-2.9.2.tgz";
- sha512 = "C64bGtcQbh7941l7qgXFJ+FJIZdQtBHkPhKfGtUlCCMbC0FK0oaUmp6d7YPQxT4dEnkQdtlBT/eA2F6qIKbEng==";
+ url = "https://registry.npmjs.org/@snyk/cli-interface/-/cli-interface-2.9.1.tgz";
+ sha512 = "2zHRvEt4S0DO+hPRX3hp5ssELouJqgb/JUTmPDMr/32r//qooSTxojwSvAK2A6VYgYOHuo1S3VTpsSP/ywkPXA==";
};
};
"@snyk/cocoapods-lockfile-parser-3.5.2" = {
@@ -4459,13 +4945,22 @@ let
sha512 = "h3MMhjVm3BuIruwpDBqnMowKOG9viwr3TJHdIxTHulWKWSsPTTW1AAP3/RaK+UBp1y/Ua9yzeHncKIrzBdT5Nw==";
};
};
- "@snyk/docker-registry-v2-client-1.13.6" = {
+ "@snyk/dep-graph-1.21.0" = {
+ name = "_at_snyk_slash_dep-graph";
+ packageName = "@snyk/dep-graph";
+ version = "1.21.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@snyk/dep-graph/-/dep-graph-1.21.0.tgz";
+ sha512 = "+xwiU1zw+Z1V6RaIL7oWUqZo8jDIpoKfzvv8xGiq0hYxsiP9tGSUNuFXwQzAFEP60kJyD2a/nptdRPjsKD0jPw==";
+ };
+ };
+ "@snyk/docker-registry-v2-client-1.13.9" = {
name = "_at_snyk_slash_docker-registry-v2-client";
packageName = "@snyk/docker-registry-v2-client";
- version = "1.13.6";
+ version = "1.13.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@snyk/docker-registry-v2-client/-/docker-registry-v2-client-1.13.6.tgz";
- sha512 = "upbnvJOIDuoRgDhG9xBVM3QmyE/NRwlTTHMj1T5Tlfr1nrasVWTVqKmgXEc9RSfL1zlLmyUudGK2fVNgi2wdEg==";
+ url = "https://registry.npmjs.org/@snyk/docker-registry-v2-client/-/docker-registry-v2-client-1.13.9.tgz";
+ sha512 = "DIFLEhr8m1GrAwsLGInJmpcQMacjuhf3jcbpQTR+LeMvZA9IuKq+B7kqw2O2FzMiHMZmUb5z+tV+BR7+IUHkFQ==";
};
};
"@snyk/gemfile-1.2.0" = {
@@ -4477,31 +4972,31 @@ let
sha512 = "nI7ELxukf7pT4/VraL4iabtNNMz8mUo7EXlqCFld8O5z6mIMLX9llps24iPpaIZOwArkY3FWA+4t+ixyvtTSIA==";
};
};
- "@snyk/java-call-graph-builder-1.16.0" = {
+ "@snyk/java-call-graph-builder-1.16.2" = {
name = "_at_snyk_slash_java-call-graph-builder";
packageName = "@snyk/java-call-graph-builder";
- version = "1.16.0";
+ version = "1.16.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@snyk/java-call-graph-builder/-/java-call-graph-builder-1.16.0.tgz";
- sha512 = "bHbBR7NKCxLPxlsSdJ2pn2gBSfguBr9SAdo/2re9bEvHO/0hTefQiS0h/EJ4OpMCJbPyUN1BW4eaFq00MzgMtA==";
+ url = "https://registry.npmjs.org/@snyk/java-call-graph-builder/-/java-call-graph-builder-1.16.2.tgz";
+ sha512 = "tJF+dY/wTfexwYuCgFB3RpWl4RGcf2H9RT9yurkTVi5wwKfvcNwZMUMwSlTDEFOqwmAsJ7e0uNVRlkPQHekCcQ==";
};
};
- "@snyk/java-call-graph-builder-1.16.1" = {
+ "@snyk/java-call-graph-builder-1.17.0" = {
name = "_at_snyk_slash_java-call-graph-builder";
packageName = "@snyk/java-call-graph-builder";
- version = "1.16.1";
+ version = "1.17.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@snyk/java-call-graph-builder/-/java-call-graph-builder-1.16.1.tgz";
- sha512 = "rxvSS9sz5h6fNjvUG6NhqYpUI8eok+xLTzLShfnSuDllI3JLxPMc/f7EKv5mv3GLlh1sVCCVXYeyIw3RAg5xQg==";
+ url = "https://registry.npmjs.org/@snyk/java-call-graph-builder/-/java-call-graph-builder-1.17.0.tgz";
+ sha512 = "uO1b6UtT6QGz7F5ZgNdOSyMXBvykUhOcuHBRc//xUnBWsyJwdlAFp/d646zIeaBCe87Fcn5hXuWUGjj+N8rBzA==";
};
};
- "@snyk/rpm-parser-2.2.0" = {
+ "@snyk/rpm-parser-2.2.1" = {
name = "_at_snyk_slash_rpm-parser";
packageName = "@snyk/rpm-parser";
- version = "2.2.0";
+ version = "2.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@snyk/rpm-parser/-/rpm-parser-2.2.0.tgz";
- sha512 = "aAZaMgmmXZ4hzSRwrpUA2nkAokU+R4ZmaUvVSL4lCyKvt1Bf08b6OLBhJ/z1iJHNsk9IPmzcHr56GUlJX0KeTA==";
+ url = "https://registry.npmjs.org/@snyk/rpm-parser/-/rpm-parser-2.2.1.tgz";
+ sha512 = "OAON0bPf3c5fgM/GK9DX0aZErB6SnuRyYlPH0rqI1TXGsKrYnVELhaE6ctNbEfPTQuY9r6q0vM+UYDaFM/YliA==";
};
};
"@snyk/snyk-cocoapods-plugin-2.5.1" = {
@@ -4513,22 +5008,13 @@ let
sha512 = "A+1xHD+SpmXQa0p+dWmiApFZtz/y37qAW9aWmFx2B1j7fwRBf9Qr89/6RbJOznf1a4nEitjzE3fa98yNZk/MNg==";
};
};
- "@snyk/snyk-docker-pull-3.2.0" = {
+ "@snyk/snyk-docker-pull-3.2.3" = {
name = "_at_snyk_slash_snyk-docker-pull";
packageName = "@snyk/snyk-docker-pull";
- version = "3.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/@snyk/snyk-docker-pull/-/snyk-docker-pull-3.2.0.tgz";
- sha512 = "uWKtjh29I/d0mfmfBN7w6RwwNBQxQVKrauF5ND/gqb0PVsKV22GIpkI+viWjI7KNKso6/B0tMmsv7TX2tsNcLQ==";
- };
- };
- "@sorg/log-2.2.0" = {
- name = "_at_sorg_slash_log";
- packageName = "@sorg/log";
- version = "2.2.0";
+ version = "3.2.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@sorg/log/-/log-2.2.0.tgz";
- sha512 = "w5aH2k4caUWxO3dzJ0+GUJJGSqsg0gT6myhypQumlJXsKzYqzsZGZRWA2s/0zQIx6+B2wDvdweVogiWMAAbaKw==";
+ url = "https://registry.npmjs.org/@snyk/snyk-docker-pull/-/snyk-docker-pull-3.2.3.tgz";
+ sha512 = "hiFiSmWGLc2tOI7FfgIhVdFzO2f69im8O6p3OV4xEZ/Ss1l58vwtqudItoswsk7wj/azRlgfBW8wGu2MjoudQg==";
};
};
"@starptech/expression-parser-0.10.0" = {
@@ -4630,13 +5116,13 @@ let
sha512 = "nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==";
};
};
- "@stylelint/postcss-markdown-0.36.1" = {
+ "@stylelint/postcss-markdown-0.36.2" = {
name = "_at_stylelint_slash_postcss-markdown";
packageName = "@stylelint/postcss-markdown";
- version = "0.36.1";
+ version = "0.36.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.1.tgz";
- sha512 = "iDxMBWk9nB2BPi1VFQ+Dc5+XpvODBHw2n3tYpaBZuEAFQlbtF9If0Qh5LTTwSi/XwdbJ2jt+0dis3i8omyggpw==";
+ url = "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz";
+ sha512 = "2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==";
};
};
"@szmarczak/http-timer-1.1.2" = {
@@ -4657,13 +5143,13 @@ let
sha512 = "PyRA9sm1Yayuj5OIoJ1hGt2YISX45w9WcFbh6ddT0Z/0yaFxOtGLInr4jUfU1EAFVs0Yfyfev4RNwBlUaHdlDQ==";
};
};
- "@tencent-sdk/capi-1.1.5" = {
+ "@tencent-sdk/capi-1.1.8" = {
name = "_at_tencent-sdk_slash_capi";
packageName = "@tencent-sdk/capi";
- version = "1.1.5";
+ version = "1.1.8";
src = fetchurl {
- url = "https://registry.npmjs.org/@tencent-sdk/capi/-/capi-1.1.5.tgz";
- sha512 = "cHkoMY/1L5VxeiKv51uKxbFK8lZ7pZbY3CukzOHro8YKT6dETKYzTGO/F8jDhH7r8vKWxuA+ZcALzxYuVlmwsg==";
+ url = "https://registry.npmjs.org/@tencent-sdk/capi/-/capi-1.1.8.tgz";
+ sha512 = "AmyMQndtxMsM59eDeA0gGiw8T2LzNvDhx/xl+ygFXXrsw+yb/mit73ndHkiHKcRA1EpNHTyD1PN9ATxghzplfg==";
};
};
"@textlint/ast-node-types-4.3.4" = {
@@ -4837,13 +5323,13 @@ let
sha512 = "qZLoYeXSTgQuK1h7QQS16hqLGdmqtRmN8w/rl3Au/l5x/zkHx+a4VHrHyBsi1I1vtK2oBHxSzKIu0R5p6spdOA==";
};
};
- "@types/babel__core-7.1.10" = {
+ "@types/babel__core-7.1.12" = {
name = "_at_types_slash_babel__core";
packageName = "@types/babel__core";
- version = "7.1.10";
+ version = "7.1.12";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.10.tgz";
- sha512 = "x8OM8XzITIMyiwl5Vmo2B1cR1S1Ipkyv4mdlbJjMa1lmuKvKY9FrBbEANIaMlnWn5Rf7uO+rC/VgYabNkE17Hw==";
+ url = "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.12.tgz";
+ sha512 = "wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ==";
};
};
"@types/babel__generator-7.6.2" = {
@@ -4855,22 +5341,22 @@ let
sha512 = "MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==";
};
};
- "@types/babel__template-7.0.3" = {
+ "@types/babel__template-7.4.0" = {
name = "_at_types_slash_babel__template";
packageName = "@types/babel__template";
- version = "7.0.3";
+ version = "7.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.3.tgz";
- sha512 = "uCoznIPDmnickEi6D0v11SBpW0OuVqHJCa7syXqQHy5uktSCreIlt0iglsCnmvz8yCb38hGcWeseA8cWJSwv5Q==";
+ url = "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.0.tgz";
+ sha512 = "NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==";
};
};
- "@types/babel__traverse-7.0.15" = {
+ "@types/babel__traverse-7.0.16" = {
name = "_at_types_slash_babel__traverse";
packageName = "@types/babel__traverse";
- version = "7.0.15";
+ version = "7.0.16";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.15.tgz";
- sha512 = "Pzh9O3sTK8V6I1olsXpCfj2k/ygO2q1X0vhhnDrEQyYLHZesWz+zMZMVcwXLCYf0U36EtmyYaFGPfXlTtDHe3A==";
+ url = "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.16.tgz";
+ sha512 = "S63Dt4CZOkuTmpLGGWtT/mQdVORJOpx6SZWGVaP56dda/0Nx5nEe82K7/LAm8zYr6SfMq+1N2OreIOrHAx656w==";
};
};
"@types/babylon-6.16.5" = {
@@ -4918,13 +5404,22 @@ let
sha512 = "6ckxMjBBD8URvjB6J3NcnuAn5Pkl7t3TizAg+xdlzzQGSPSmBcXf8KoIH0ua/i+tio+ZRUHEXp0HEmvaR4kt0w==";
};
};
- "@types/chart.js-2.9.23" = {
+ "@types/chart.js-2.9.24" = {
name = "_at_types_slash_chart.js";
packageName = "@types/chart.js";
- version = "2.9.23";
+ version = "2.9.24";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.23.tgz";
- sha512 = "4QQNE/b+digosu3mnj4E7aNQGKnlpzXa9JvQYPtexpO7v9gnDeqwc1DxF8vLJWLDCNoO6hH0EgO8K/7PtJl8wg==";
+ url = "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.24.tgz";
+ sha512 = "AQI7X+ow3SaONl44JrHoL/5B+lCsJyG31UHZ5RP98Uh15hI/zjEkDsAb4EIm4P9TGfNhZLXw/nMc5w0u10+/fQ==";
+ };
+ };
+ "@types/classnames-2.2.11" = {
+ name = "_at_types_slash_classnames";
+ packageName = "@types/classnames";
+ version = "2.2.11";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/classnames/-/classnames-2.2.11.tgz";
+ sha512 = "2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw==";
};
};
"@types/clone-2.1.0" = {
@@ -4936,6 +5431,15 @@ let
sha512 = "d/aS/lPOnUSruPhgNtT8jW39fHRVTLQy9sodysP1kkG8EdAtdZu1vt8NJaYA8w/6Z9j8izkAsx1A/yJhcYR1CA==";
};
};
+ "@types/component-emitter-1.2.10" = {
+ name = "_at_types_slash_component-emitter";
+ packageName = "@types/component-emitter";
+ version = "1.2.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.10.tgz";
+ sha512 = "bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==";
+ };
+ };
"@types/configstore-2.1.1" = {
name = "_at_types_slash_configstore";
packageName = "@types/configstore";
@@ -4963,6 +5467,15 @@ let
sha512 = "P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg==";
};
};
+ "@types/cookie-0.4.0" = {
+ name = "_at_types_slash_cookie";
+ packageName = "@types/cookie";
+ version = "0.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.0.tgz";
+ sha512 = "y7mImlc/rNkvCRmg8gC3/lj87S7pTUIJ6QGjwHR9WQJcFs+ZMTOaoPrkdFA/YdbuqVEmEbb5RdhVxMkAcgOnpg==";
+ };
+ };
"@types/cookiejar-2.1.2" = {
name = "_at_types_slash_cookiejar";
packageName = "@types/cookiejar";
@@ -4972,22 +5485,22 @@ let
sha512 = "t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog==";
};
};
- "@types/cookies-0.7.4" = {
+ "@types/cookies-0.7.5" = {
name = "_at_types_slash_cookies";
packageName = "@types/cookies";
- version = "0.7.4";
+ version = "0.7.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.4.tgz";
- sha512 = "oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw==";
+ url = "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.5.tgz";
+ sha512 = "3+TAFSm78O7/bAeYdB8FoYGntuT87vVP9JKuQRL8sRhv9313LP2SpHHL50VeFtnyjIcb3UELddMk5Yt0eOSOkg==";
};
};
- "@types/cors-2.8.7" = {
+ "@types/cors-2.8.8" = {
name = "_at_types_slash_cors";
packageName = "@types/cors";
- version = "2.8.7";
+ version = "2.8.8";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/cors/-/cors-2.8.7.tgz";
- sha512 = "sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ==";
+ url = "https://registry.npmjs.org/@types/cors/-/cors-2.8.8.tgz";
+ sha512 = "fO3gf3DxU2Trcbr75O7obVndW/X5k8rJNZkLXlQWStTHhP71PkRqjwPIEI0yMnJdg9R9OasjU+Bsr+Hr1xy/0w==";
};
};
"@types/debug-0.0.30" = {
@@ -5044,13 +5557,13 @@ let
sha512 = "98rXVukLD6/ozrQ2O80NAlWDGA4INg+tqsEReWJldqyi2fulC9V7Use/n28SWgROXKm6003ycWV4gZHoF8GA6w==";
};
};
- "@types/eslint-7.2.4" = {
+ "@types/eslint-7.2.6" = {
name = "_at_types_slash_eslint";
packageName = "@types/eslint";
- version = "7.2.4";
+ version = "7.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.4.tgz";
- sha512 = "YCY4kzHMsHoyKspQH+nwSe+70Kep7Vjt2X+dZe5Vs2vkRudqtoFoUIv1RlJmZB8Hbp7McneupoZij4PadxsK5Q==";
+ url = "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.6.tgz";
+ sha512 = "I+1sYH+NPQ3/tVqCeUSBwTE/0heyvtXqpIopUUArlBm0Kpocb8FbMa3AZ/ASKIFpN3rnEx932TTXDbt9OXsNDw==";
};
};
"@types/eslint-scope-3.7.0" = {
@@ -5107,6 +5620,24 @@ let
sha512 = "dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==";
};
};
+ "@types/express-4.17.8" = {
+ name = "_at_types_slash_express";
+ packageName = "@types/express";
+ version = "4.17.8";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/express/-/express-4.17.8.tgz";
+ sha512 = "wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==";
+ };
+ };
+ "@types/express-4.17.9" = {
+ name = "_at_types_slash_express";
+ packageName = "@types/express";
+ version = "4.17.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/express/-/express-4.17.9.tgz";
+ sha512 = "SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw==";
+ };
+ };
"@types/express-serve-static-core-4.17.13" = {
name = "_at_types_slash_express-serve-static-core";
packageName = "@types/express-serve-static-core";
@@ -5116,13 +5647,13 @@ let
sha512 = "RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA==";
};
};
- "@types/express-serve-static-core-4.17.9" = {
+ "@types/express-serve-static-core-4.17.14" = {
name = "_at_types_slash_express-serve-static-core";
packageName = "@types/express-serve-static-core";
- version = "4.17.9";
+ version = "4.17.14";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz";
- sha512 = "DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA==";
+ url = "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.14.tgz";
+ sha512 = "uFTLwu94TfUFMToXNgRZikwPuZdOtDgs3syBtAIr/OXorL1kJqUJT9qCLnRZ5KBOWfZQikQ2xKgR2tnDj1OgDA==";
};
};
"@types/fancy-log-1.3.0" = {
@@ -5188,13 +5719,13 @@ let
sha512 = "AaXSrIF99SjjtPVNmCmYb388HML+PKEJb/xmj4SbL2ZO0hHuETZZzyDIKfOqaEoAHZEuX4sC+FRFrHYJoIby6A==";
};
};
- "@types/graceful-fs-4.1.3" = {
+ "@types/graceful-fs-4.1.4" = {
name = "_at_types_slash_graceful-fs";
packageName = "@types/graceful-fs";
- version = "4.1.3";
+ version = "4.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.3.tgz";
- sha512 = "AiHRaEB50LQg0pZmm659vNBb9f4SJ0qrAnteuzhSeAUcJKxoYgEnprg/83kppCnc2zvtCKbdZry1a5pVY3lOTQ==";
+ url = "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.4.tgz";
+ sha512 = "mWA/4zFQhfvOA8zWkXobwJvBD7vzcxgrOQ0J5CH1votGqdq9m7+FwtGaqyCZqC3NyyBkc9z4m+iry4LlqcMWJg==";
};
};
"@types/graphlib-2.1.7" = {
@@ -5215,13 +5746,22 @@ let
sha512 = "0TRyJD2o8vbkmJF8InppFcPVcXKk+Rvlg/xvpHBIndSJYpmDWfmtx/ZAtl4f3jR2vfarpTqYgj8MZuJssSoU7Q==";
};
};
- "@types/hls.js-0.13.0" = {
+ "@types/hast-2.3.1" = {
+ name = "_at_types_slash_hast";
+ packageName = "@types/hast";
+ version = "2.3.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/hast/-/hast-2.3.1.tgz";
+ sha512 = "viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q==";
+ };
+ };
+ "@types/hls.js-0.13.1" = {
name = "_at_types_slash_hls.js";
packageName = "@types/hls.js";
- version = "0.13.0";
+ version = "0.13.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/hls.js/-/hls.js-0.13.0.tgz";
- sha512 = "zeW+kWWUvMF7x8/M1kLRCX6C41UcKyDZC/Xy6biGqLhd+rkpv2juVO+tCwPSQPQuqL1VtseoQYdONCOxUZ38Sw==";
+ url = "https://registry.npmjs.org/@types/hls.js/-/hls.js-0.13.1.tgz";
+ sha512 = "5sr71YcHBVHJY8DhM+L6O9WjAGS3jrie2hpBldVpd8sqvRvNTgIikTE6RxKya1ZvJCvUkZR2ewQarZaC4TRZLg==";
};
};
"@types/hosted-git-info-2.7.0" = {
@@ -5314,13 +5854,13 @@ let
sha512 = "P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==";
};
};
- "@types/jquery-3.5.3" = {
+ "@types/jquery-3.5.4" = {
name = "_at_types_slash_jquery";
packageName = "@types/jquery";
- version = "3.5.3";
+ version = "3.5.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.3.tgz";
- sha512 = "IENpHTjGksr2wQS6ZO8eMIE0tIB22Ywg+n3/yAWCa56VSZ26phcwAbFdh9+VNUWk7e83qB27QLax3Rf4G92Y9A==";
+ url = "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.4.tgz";
+ sha512 = "//9CHhaUt/rurMJTxGI+I6DmsNHgYU6d8aSLFfO5dB7+10lwLnaWT0z5GY/yY82Q/M+B+0Qh3TixlJ8vmBeqIw==";
};
};
"@types/js-yaml-3.12.5" = {
@@ -5332,13 +5872,13 @@ let
sha512 = "JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww==";
};
};
- "@types/jscodeshift-0.7.1" = {
+ "@types/jscodeshift-0.7.2" = {
name = "_at_types_slash_jscodeshift";
packageName = "@types/jscodeshift";
- version = "0.7.1";
+ version = "0.7.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.7.1.tgz";
- sha512 = "4jkASx74qGl2OUK8NNFEq10QP0MXriOIqeBeNb1IdevHP8k8VDqS5Uv6nIixAA6ZUjjF6/SwOvecrjXkbcaFzw==";
+ url = "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.7.2.tgz";
+ sha512 = "k4ih8ayQ65e26vhCxeMTKtZ808DzC0RFQ4unBvPEy9bcFhS4aPm3oXgWWZNmZ4u+H2WzHQDCNrRC5iNX+afiZw==";
};
};
"@types/json-schema-7.0.6" = {
@@ -5386,13 +5926,13 @@ let
sha512 = "MPtoySlAZQ37VoLaPcTHCu1RWJ4llDkULYZIzOYxlhxBqYPB0RsRlmMU0R6tahtFe27mIdkHV+551ZWV4PLmVw==";
};
};
- "@types/koa-2.11.5" = {
+ "@types/koa-2.11.6" = {
name = "_at_types_slash_koa";
packageName = "@types/koa";
- version = "2.11.5";
+ version = "2.11.6";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/koa/-/koa-2.11.5.tgz";
- sha512 = "egP+ceD3+v9PnFW+DLTFO8mt6wa5sDqfGOBIwOAZ61Wzsq4bGZc5kMpJgcCwq7ARGIBfHBY+KkK/1RsMftV/qQ==";
+ url = "https://registry.npmjs.org/@types/koa/-/koa-2.11.6.tgz";
+ sha512 = "BhyrMj06eQkk04C97fovEDQMpLpd2IxCB4ecitaXwOKGq78Wi2tooaDOWOFGajPk8IkQOAtMppApgSVkYe1F/A==";
};
};
"@types/koa-compose-3.2.5" = {
@@ -5404,22 +5944,22 @@ let
sha512 = "B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==";
};
};
- "@types/lodash-4.14.158" = {
+ "@types/lodash-4.14.161" = {
name = "_at_types_slash_lodash";
packageName = "@types/lodash";
- version = "4.14.158";
+ version = "4.14.161";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.158.tgz";
- sha512 = "InCEXJNTv/59yO4VSfuvNrZHt7eeNtWQEgnieIA+mIC+MOWM9arOWG2eQ8Vhk6NbOre6/BidiXhkZYeDY9U35w==";
+ url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.161.tgz";
+ sha512 = "EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA==";
};
};
- "@types/lodash-4.14.162" = {
+ "@types/lodash-4.14.165" = {
name = "_at_types_slash_lodash";
packageName = "@types/lodash";
- version = "4.14.162";
+ version = "4.14.165";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.162.tgz";
- sha512 = "alvcho1kRUnnD1Gcl4J+hK0eencvzq9rmzvFPRmP5rPHx9VVsJj6bKLTATPVf9ktgv4ujzh7T+XWKp+jhuODig==";
+ url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.165.tgz";
+ sha512 = "tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg==";
};
};
"@types/long-4.0.1" = {
@@ -5440,6 +5980,15 @@ let
sha512 = "559S2XW9YMwHznROJ4WFhZJOerJPuxLfqOX+LIKukyLo2NbVgpULwXUsrBlCwhZ4+ACHgVAE23CC3RS52lFxwA==";
};
};
+ "@types/mdast-3.0.3" = {
+ name = "_at_types_slash_mdast";
+ packageName = "@types/mdast";
+ version = "3.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.3.tgz";
+ sha512 = "SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==";
+ };
+ };
"@types/mime-2.0.3" = {
name = "_at_types_slash_mime";
packageName = "@types/mime";
@@ -5467,6 +6016,15 @@ let
sha1 = "69a23a3ad29caf0097f06eda59b361ee2f0639f6";
};
};
+ "@types/minimist-1.2.1" = {
+ name = "_at_types_slash_minimist";
+ packageName = "@types/minimist";
+ version = "1.2.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz";
+ sha512 = "fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==";
+ };
+ };
"@types/mithril-2.0.3" = {
name = "_at_types_slash_mithril";
packageName = "@types/mithril";
@@ -5503,13 +6061,13 @@ let
sha512 = "ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==";
};
};
- "@types/multer-1.4.3" = {
+ "@types/multer-1.4.4" = {
name = "_at_types_slash_multer";
packageName = "@types/multer";
- version = "1.4.3";
+ version = "1.4.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/multer/-/multer-1.4.3.tgz";
- sha512 = "tWsKbF5LYtXrJ7eOfI0aLBgEv9B7fnJe1JRXTj5+Z6EMfX0yHVsRFsNGnKyN8Bs0gtDv+JR37xAqsPnALyVTqg==";
+ url = "https://registry.npmjs.org/@types/multer/-/multer-1.4.4.tgz";
+ sha512 = "wdfkiKBBEMTODNbuF3J+qDDSqJxt50yB9pgDiTcFew7f97Gcc7/sM4HR66ofGgpJPOALWOqKAch4gPyqEXSkeQ==";
};
};
"@types/mysql-2.15.15" = {
@@ -5521,13 +6079,22 @@ let
sha512 = "1GJnq7RwuFPRicMHdT53vza5v39nep9OKIbozxNUpFXP04CydcdWrqpZQ+MlVdlLFCisWnnt09xughajjWpFsw==";
};
};
- "@types/node-10.17.40" = {
+ "@types/node-10.12.18" = {
+ name = "_at_types_slash_node";
+ packageName = "@types/node";
+ version = "10.12.18";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@types/node/-/node-10.12.18.tgz";
+ sha512 = "fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==";
+ };
+ };
+ "@types/node-10.17.48" = {
name = "_at_types_slash_node";
packageName = "@types/node";
- version = "10.17.40";
+ version = "10.17.48";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node/-/node-10.17.40.tgz";
- sha512 = "3hZT2z2/531A5pc8hYhn1gU5Qb1SIRSgMLQ6zuHA5xtt16lWAxUGprtr8lJuc9zNJMXEIIBWfSnzqBP/4mglpA==";
+ url = "https://registry.npmjs.org/@types/node/-/node-10.17.48.tgz";
+ sha512 = "Agl6xbYP6FOMDeAsr3QVZ+g7Yzg0uhPHWx0j5g4LFdUBHVtqtU+gH660k/lCEe506jJLOGbEzsnqPDTZGJQLag==";
};
};
"@types/node-12.7.12" = {
@@ -5539,31 +6106,31 @@ let
sha512 = "KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ==";
};
};
- "@types/node-13.13.26" = {
+ "@types/node-13.13.34" = {
name = "_at_types_slash_node";
packageName = "@types/node";
- version = "13.13.26";
+ version = "13.13.34";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node/-/node-13.13.26.tgz";
- sha512 = "+48LLqolaKj/WnIY1crfLseaGQMIDISBy3PTXVOZ7w/PBaRUv+H8t94++atzfoBAvorbUYz6Xq9vh1fHrg33ig==";
+ url = "https://registry.npmjs.org/@types/node/-/node-13.13.34.tgz";
+ sha512 = "g8D1HF2dMDKYSDl5+79izRwRgNPsSynmWMbj50mj7GZ0b7Lv4p8EmZjbo3h0h+6iLr6YmVz9VnF6XVZ3O6V1Ug==";
};
};
- "@types/node-14.0.26" = {
+ "@types/node-14.11.1" = {
name = "_at_types_slash_node";
packageName = "@types/node";
- version = "14.0.26";
+ version = "14.11.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node/-/node-14.0.26.tgz";
- sha512 = "W+fpe5s91FBGE0pEa0lnqGLL4USgpLgs4nokw16SrBBco/gQxuua7KnArSEOd5iaMqbbSHV10vUDkJYJJqpXKA==";
+ url = "https://registry.npmjs.org/@types/node/-/node-14.11.1.tgz";
+ sha512 = "oTQgnd0hblfLsJ6BvJzzSL+Inogp3lq9fGgqRkMB/ziKMgEUaFl801OncOzUmalfzt14N0oPHMK47ipl+wbTIw==";
};
};
- "@types/node-14.11.10" = {
+ "@types/node-14.14.10" = {
name = "_at_types_slash_node";
packageName = "@types/node";
- version = "14.11.10";
+ version = "14.14.10";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node/-/node-14.11.10.tgz";
- sha512 = "yV1nWZPlMFpoXyoknm4S56y2nlTAuFYaJuQtYRAOU7xA/FJ9RY0Xm7QOkaYMMmr8ESdHIuUb6oQgR/0+2NqlyA==";
+ url = "https://registry.npmjs.org/@types/node/-/node-14.14.10.tgz";
+ sha512 = "J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==";
};
};
"@types/node-6.14.13" = {
@@ -5575,22 +6142,22 @@ let
sha512 = "J1F0XJ/9zxlZel5ZlbeSuHW2OpabrUAqpFuC2sm2I3by8sERQ8+KCjNKUcq8QHuzpGMWiJpo9ZxeHrqrP2KzQw==";
};
};
- "@types/node-8.10.65" = {
+ "@types/node-8.10.66" = {
name = "_at_types_slash_node";
packageName = "@types/node";
- version = "8.10.65";
+ version = "8.10.66";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node/-/node-8.10.65.tgz";
- sha512 = "xdcqtQl1g3p/49kmcj7ZixPWOcNHA1tYNz+uN0PJEcgtN6zywK74aacTnd3eFGPuBpD7kK8vowmMRkUt6jHU/Q==";
+ url = "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz";
+ sha512 = "tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==";
};
};
- "@types/node-9.6.60" = {
+ "@types/node-9.6.61" = {
name = "_at_types_slash_node";
packageName = "@types/node";
- version = "9.6.60";
+ version = "9.6.61";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/node/-/node-9.6.60.tgz";
- sha512 = "yoi9MNxtIwaN23LlUnqFiEjS13gg8tgYMCBR8AV34haAFuLswIdCpaYmOcoKLmhhOPwngbs0ZQG7I0EqWTsaRA==";
+ url = "https://registry.npmjs.org/@types/node/-/node-9.6.61.tgz";
+ sha512 = "/aKAdg5c8n468cYLy2eQrcR5k6chlbNwZNGUj3TboyPa2hcO2QAJcfymlqPzMiRj8B6nYKXjzQz36minFE0RwQ==";
};
};
"@types/node-fetch-2.5.7" = {
@@ -5629,13 +6196,13 @@ let
sha512 = "kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==";
};
};
- "@types/pg-7.14.4" = {
+ "@types/pg-7.14.5" = {
name = "_at_types_slash_pg";
packageName = "@types/pg";
- version = "7.14.4";
+ version = "7.14.5";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/pg/-/pg-7.14.4.tgz";
- sha512 = "yCKVMCcFPZSFHGg+8qjY368uf3ruyDBPjxvOU2ZcGa/vRFo5Ti5Y6z6vl+2hxtwm9VMWUGb6TWkIk3cIV8C0Cw==";
+ url = "https://registry.npmjs.org/@types/pg/-/pg-7.14.5.tgz";
+ sha512 = "wqTKZmqkqXd1YiVRBT2poRrMIojwEi2bKTAAjUX6nEbzr98jc3cfR/7o7ZtubhH5xT7YJ6LRdRr1GZOgs8OUjg==";
};
};
"@types/pg-types-1.11.5" = {
@@ -5746,13 +6313,13 @@ let
sha512 = "41qEJgBH/TWgo5NFSvBCJ1qkoi3Q6ONSF2avrHq1LVEZfYpdHmj0y9SuTK+u9ZhG1sYQKBL1AWXKyLWP4RaUoQ==";
};
};
- "@types/serve-static-1.13.5" = {
+ "@types/serve-static-1.13.8" = {
name = "_at_types_slash_serve-static";
packageName = "@types/serve-static";
- version = "1.13.5";
+ version = "1.13.8";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.5.tgz";
- sha512 = "6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ==";
+ url = "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.8.tgz";
+ sha512 = "MoJhSQreaVoL+/hurAZzIm8wafFR6ajiTM1m4A0kv6AGeVBl4r4pOV8bGFrjjq1sGxDTnCoF8i22o0/aE5XCyA==";
};
};
"@types/sizzle-2.3.2" = {
@@ -5764,13 +6331,13 @@ let
sha512 = "7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==";
};
};
- "@types/socket.io-2.1.10" = {
+ "@types/socket.io-2.1.11" = {
name = "_at_types_slash_socket.io";
packageName = "@types/socket.io";
- version = "2.1.10";
+ version = "2.1.11";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/socket.io/-/socket.io-2.1.10.tgz";
- sha512 = "1fQMaDU/x2LPljEI/QI5IKl8sBYHM/zv32YYKvNrVEor7/1+MLqMqmWt8Bb8Vpf+PlIPBiTTC0BnrRx7ju3xOw==";
+ url = "https://registry.npmjs.org/@types/socket.io/-/socket.io-2.1.11.tgz";
+ sha512 = "bVprmqPhJMLb9ZCm8g0Xy8kwBFRbnanOWSxzWkDkkIwxTvud5tKMfAJymXX6LQbizUKCS1yima7JM4BeLqjNqA==";
};
};
"@types/socket.io-client-1.4.33" = {
@@ -5854,13 +6421,13 @@ let
sha512 = "I99sngh224D0M7XgW1s120zxCt3VYQ3IQsuw3P3jbq5GG4yc79+ZjyKznyOGIQrflfylLgcfekeZW/vk0yng6A==";
};
};
- "@types/uglify-js-3.11.0" = {
+ "@types/uglify-js-3.11.1" = {
name = "_at_types_slash_uglify-js";
packageName = "@types/uglify-js";
- version = "3.11.0";
+ version = "3.11.1";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.11.0.tgz";
- sha512 = "I0Yd8TUELTbgRHq2K65j8rnDPAzAP+DiaF/syLem7yXwYLsHZhPd+AM2iXsWmf9P2F2NlFCgl5erZPQx9IbM9Q==";
+ url = "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.11.1.tgz";
+ sha512 = "7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q==";
};
};
"@types/unist-2.0.3" = {
@@ -5899,40 +6466,31 @@ let
sha512 = "GpTIuDpb9u4zIO165fUy9+fXcULdD8HFRNli04GehoMVbeNq7D6OBnqSmg3lxZnC+UvgUhEWKxdKiwYUkGltIw==";
};
};
- "@types/vscode-1.50.0" = {
+ "@types/vscode-1.51.0" = {
name = "_at_types_slash_vscode";
packageName = "@types/vscode";
- version = "1.50.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/@types/vscode/-/vscode-1.50.0.tgz";
- sha512 = "QnIeyi4L2DiD9M2bAQKRzT/EQvc80qP9UL6JD5TiLlNRL1khIDg4ej4mDSRbtFrDAsRntFI1RhMvdomUThMsqg==";
- };
- };
- "@types/webpack-4.41.21" = {
- name = "_at_types_slash_webpack";
- packageName = "@types/webpack";
- version = "4.41.21";
+ version = "1.51.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.21.tgz";
- sha512 = "2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA==";
+ url = "https://registry.npmjs.org/@types/vscode/-/vscode-1.51.0.tgz";
+ sha512 = "C/jZ35OT5k/rsJyAK8mS1kM++vMcm89oSWegkzxRCvHllIq0cToZAkIDs6eCY4SKrvik3nrhELizyLcM0onbQA==";
};
};
- "@types/webpack-4.41.22" = {
+ "@types/webpack-4.41.25" = {
name = "_at_types_slash_webpack";
packageName = "@types/webpack";
- version = "4.41.22";
+ version = "4.41.25";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.22.tgz";
- sha512 = "JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ==";
+ url = "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.25.tgz";
+ sha512 = "cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ==";
};
};
- "@types/webpack-sources-2.0.0" = {
+ "@types/webpack-sources-2.1.0" = {
name = "_at_types_slash_webpack-sources";
packageName = "@types/webpack-sources";
- version = "2.0.0";
+ version = "2.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.0.0.tgz";
- sha512 = "a5kPx98CNFRKQ+wqawroFunvFqv7GHm/3KOI52NY9xWADgc8smu4R6prt4EU/M4QfVjvgBkMqU4fBhw3QfMVkg==";
+ url = "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.1.0.tgz";
+ sha512 = "LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==";
};
};
"@types/websocket-1.0.1" = {
@@ -5944,13 +6502,13 @@ let
sha512 = "f5WLMpezwVxCLm1xQe/kdPpQIOmL0TXYx2O15VYfYzc7hTIdxiOoOvez+McSIw3b7z/1zGovew9YSL7+h4h7/Q==";
};
};
- "@types/ws-7.2.7" = {
+ "@types/ws-7.4.0" = {
name = "_at_types_slash_ws";
packageName = "@types/ws";
- version = "7.2.7";
+ version = "7.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz";
- sha512 = "UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==";
+ url = "https://registry.npmjs.org/@types/ws/-/ws-7.4.0.tgz";
+ sha512 = "Y29uQ3Uy+58bZrFLhX36hcI3Np37nqWE7ky5tjiDoy1GDZnIwVxS0CgF+s+1bXMzjKBFy+fqaRfb708iNzdinw==";
};
};
"@types/yargs-13.0.11" = {
@@ -5962,13 +6520,13 @@ let
sha512 = "NRqD6T4gktUrDi1o1wLH3EKC1o2caCr7/wR87ODcbVITQF106OM3sFN92ysZ++wqelOd1CTzatnOBRDYYG6wGQ==";
};
};
- "@types/yargs-15.0.9" = {
+ "@types/yargs-15.0.11" = {
name = "_at_types_slash_yargs";
packageName = "@types/yargs";
- version = "15.0.9";
+ version = "15.0.11";
src = fetchurl {
- url = "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.9.tgz";
- sha512 = "HmU8SeIRhZCWcnRskCs36Q1Q00KBV6Cqh/ora8WN1+22dY07AZdn6Gel8QZ3t26XYPImtcL8WV/eqjhVmMEw4g==";
+ url = "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.11.tgz";
+ sha512 = "jfcNBxHFYJ4nPIacsi3woz1+kvUO6s1CyeEhtnDHBjHUMNj5UlW2GynmnSgiJJEdNg9yW5C8lfoNRZrHGv5EqA==";
};
};
"@types/yargs-parser-15.0.0" = {
@@ -6070,22 +6628,22 @@ let
sha512 = "9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==";
};
};
- "@uifabric/foundation-7.9.14" = {
+ "@uifabric/foundation-7.9.20" = {
name = "_at_uifabric_slash_foundation";
packageName = "@uifabric/foundation";
- version = "7.9.14";
+ version = "7.9.20";
src = fetchurl {
- url = "https://registry.npmjs.org/@uifabric/foundation/-/foundation-7.9.14.tgz";
- sha512 = "AWsSt28+mid44YPofHB8N1nm4C0QmLJ9WXFps5GyjaBHES6/4bfJ7rKzYioa5bN0TxElyK8rRHzwqKNQhWDBYA==";
+ url = "https://registry.npmjs.org/@uifabric/foundation/-/foundation-7.9.20.tgz";
+ sha512 = "AcOClWfs+rNK0XyPLKTK2Nqeom7zOESOfL3Tbwl5VuDlSrlGW9yNywuuo6gJSOyXCJQO5dJFVdGExmB0EM4vkw==";
};
};
- "@uifabric/icons-7.5.12" = {
+ "@uifabric/icons-7.5.17" = {
name = "_at_uifabric_slash_icons";
packageName = "@uifabric/icons";
- version = "7.5.12";
+ version = "7.5.17";
src = fetchurl {
- url = "https://registry.npmjs.org/@uifabric/icons/-/icons-7.5.12.tgz";
- sha512 = "VIqj4oMwi4HJPqH3+3RblLoYjPfYzjVyZ8Kk57dmA7tj+vbM38Zn9vObe+Xg/EVEfohD3kD0fyEqPmnEqY17Pg==";
+ url = "https://registry.npmjs.org/@uifabric/icons/-/icons-7.5.17.tgz";
+ sha512 = "2S1kse0gtseTuV2r59iWukLxxoOJ6GgP2Yhxt9oxzaP9QubpYdxCUepvJmfPQQvvy4GELdykDUWQ6/hbzliJyw==";
};
};
"@uifabric/merge-styles-7.19.1" = {
@@ -6097,13 +6655,13 @@ let
sha512 = "yqUwmk62Kgu216QNPE9vOfS3h0kiSbTvoqM5QcZi+IzpqsBOlzZx3A9Er9UiDaqHRd5lsYF5pO/jeUULmBWF/A==";
};
};
- "@uifabric/react-hooks-7.13.6" = {
+ "@uifabric/react-hooks-7.13.9" = {
name = "_at_uifabric_slash_react-hooks";
packageName = "@uifabric/react-hooks";
- version = "7.13.6";
+ version = "7.13.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@uifabric/react-hooks/-/react-hooks-7.13.6.tgz";
- sha512 = "DvfphxrTsjo3oYioRZ0D8mXdpxWQhhIHeWk1cfdq0MVGqRyKM+cm++9pJpvItFvnTNba38jzKdggqRSUWi+clg==";
+ url = "https://registry.npmjs.org/@uifabric/react-hooks/-/react-hooks-7.13.9.tgz";
+ sha512 = "VtDg2b3ypYXX7MLp1STk1Fj6ZIeZktXnm0hu1Os/pGvq6xkuLRly5XP6ZSHitm8K7ZcMo48CcNL8smmiXprBQg==";
};
};
"@uifabric/set-version-7.0.23" = {
@@ -6115,22 +6673,22 @@ let
sha512 = "9E+YKtnH2kyMKnK9XZZsqyM8OCxEJIIfxtaThTlQpYOzrWAGJxQADFbZ7+Usi0U2xHnWNPFROjq+B9ocEzhqMA==";
};
};
- "@uifabric/styling-7.16.13" = {
+ "@uifabric/styling-7.16.18" = {
name = "_at_uifabric_slash_styling";
packageName = "@uifabric/styling";
- version = "7.16.13";
+ version = "7.16.18";
src = fetchurl {
- url = "https://registry.npmjs.org/@uifabric/styling/-/styling-7.16.13.tgz";
- sha512 = "jj5FH7XuQXz8HgRhCXNApeUAynDBv2nfmTpzHawE55x7YR+oliQfsJSY8Ow4YbLAazIR5BuW1n9eKuGxxmIw1w==";
+ url = "https://registry.npmjs.org/@uifabric/styling/-/styling-7.16.18.tgz";
+ sha512 = "jINFRMWfSIOZ4H29YNBHtwZU4f8JFprnyBX2E0Wq9rjqRzgcmdYbN2yn88gym6aC3houSDcYM0rdfG4ETjRQSA==";
};
};
- "@uifabric/utilities-7.32.4" = {
+ "@uifabric/utilities-7.33.2" = {
name = "_at_uifabric_slash_utilities";
packageName = "@uifabric/utilities";
- version = "7.32.4";
+ version = "7.33.2";
src = fetchurl {
- url = "https://registry.npmjs.org/@uifabric/utilities/-/utilities-7.32.4.tgz";
- sha512 = "IKZc03uyfTrgcCGSPAUWfFl9CyxzpSrxrYwAuO4NgDEySdOlkYBRwsRUh6UwWfM+sJdhg7Y3nupzNU3VSC/arg==";
+ url = "https://registry.npmjs.org/@uifabric/utilities/-/utilities-7.33.2.tgz";
+ sha512 = "v2c3IUJdpru/hoGNOwIW549O5D4XBAc5sLpB7RREGI5ywoWuIJlNyYtBEGOwhAY62J2blj11qi86Ep+oZDM/Kw==";
};
};
"@ungap/from-entries-0.2.1" = {
@@ -6151,112 +6709,130 @@ let
sha512 = "sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==";
};
};
- "@vue/cli-shared-utils-4.5.7" = {
+ "@unicode/unicode-13.0.0-1.0.2" = {
+ name = "_at_unicode_slash_unicode-13.0.0";
+ packageName = "@unicode/unicode-13.0.0";
+ version = "1.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@unicode/unicode-13.0.0/-/unicode-13.0.0-1.0.2.tgz";
+ sha512 = "OKI6clBZqvMBlPKbH1tv3ChmkqRcyCfB6ulHqEX+9asjN5BVXs7tH7aOi+SExCNsmCVB8uJ1ZcvjuwaHsCtUeg==";
+ };
+ };
+ "@uphold/request-logger-2.0.0" = {
+ name = "_at_uphold_slash_request-logger";
+ packageName = "@uphold/request-logger";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/@uphold/request-logger/-/request-logger-2.0.0.tgz";
+ sha1 = "c585c0bdb94210198945c6597e4fe23d6e63e084";
+ };
+ };
+ "@vue/cli-shared-utils-4.5.9" = {
name = "_at_vue_slash_cli-shared-utils";
packageName = "@vue/cli-shared-utils";
- version = "4.5.7";
+ version = "4.5.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.5.7.tgz";
- sha512 = "oicFfx9PvgupxN/LW0s2ktdn1U6bBu8J4lPcW2xj6TtTWUkkxwzis4Tm+XOvgvZnu44+d7216y0Y4TX90q645w==";
+ url = "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.5.9.tgz";
+ sha512 = "anvsrv+rkQC+hgxaT2nQQxnSWSsIzyysZ36LO7qPjXvDRBvcvKLAAviFlUkYbZ+ntbV8puzJ3zw+gUhQw4SEVA==";
};
};
- "@vue/cli-ui-4.5.7" = {
+ "@vue/cli-ui-4.5.9" = {
name = "_at_vue_slash_cli-ui";
packageName = "@vue/cli-ui";
- version = "4.5.7";
+ version = "4.5.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli-ui/-/cli-ui-4.5.7.tgz";
- sha512 = "3K+KGGOtkpxpvrkq1Q7FAo1i4CmzCyB6MtOrs5rU6Uqt8eZUjdBu7m7ElsIDRNvprAERKmarTyu89ErgxrkC4g==";
+ url = "https://registry.npmjs.org/@vue/cli-ui/-/cli-ui-4.5.9.tgz";
+ sha512 = "JXQk29CLp7eBdO6uCr2s60xBoKjXPzr9ckpCicFMIWFLQOR0+DqWQpS1DIqETbgOmTYQj1LX+v1rkLeA74Lo2A==";
};
};
- "@vue/cli-ui-addon-webpack-4.5.7" = {
+ "@vue/cli-ui-addon-webpack-4.5.9" = {
name = "_at_vue_slash_cli-ui-addon-webpack";
packageName = "@vue/cli-ui-addon-webpack";
- version = "4.5.7";
+ version = "4.5.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli-ui-addon-webpack/-/cli-ui-addon-webpack-4.5.7.tgz";
- sha512 = "FTB7Oc+IXFuDPA7Q8m3bY0c70+J/wJbBFUZyqFDdSRgd09t3sG3PJ9/4jzW5KJKyBB2uyttvhk1atZuNPuUNaw==";
+ url = "https://registry.npmjs.org/@vue/cli-ui-addon-webpack/-/cli-ui-addon-webpack-4.5.9.tgz";
+ sha512 = "fh79OvbqvZ2YQ7JI7DnDKeS3W72HoEMVS8m969g/kjrqkFM+Rt2cL81LBx3IgX5l/rZP999kof569vYsOyjVnA==";
};
};
- "@vue/cli-ui-addon-widgets-4.5.7" = {
+ "@vue/cli-ui-addon-widgets-4.5.9" = {
name = "_at_vue_slash_cli-ui-addon-widgets";
packageName = "@vue/cli-ui-addon-widgets";
- version = "4.5.7";
+ version = "4.5.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli-ui-addon-widgets/-/cli-ui-addon-widgets-4.5.7.tgz";
- sha512 = "9EyKQKj/KhRcReWHa8G4j5d6YG/+dUppHo1IjeTbAhRdFmPgVJ3B51y+epK136s8KqS9p/bcsXXuIs8gZIxcjw==";
+ url = "https://registry.npmjs.org/@vue/cli-ui-addon-widgets/-/cli-ui-addon-widgets-4.5.9.tgz";
+ sha512 = "mFdUlfDGxoyreCQWO/SX4DvM/6epn37AimVGzLJLpSPJdWUerCnvxwzB6zL83SiYC6O6++cWEdzgz7EtKViFlA==";
};
};
- "@vue/compiler-core-3.0.1" = {
+ "@vue/compiler-core-3.0.4" = {
name = "_at_vue_slash_compiler-core";
packageName = "@vue/compiler-core";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.0.1.tgz";
- sha512 = "BbQQj9YVNaNWEPnP4PiFKgW8QSGB3dcPSKCtekx1586m4VA1z8hHNLQnzeygtV8BM4oU6yriiWmOIYghbJHwFw==";
+ url = "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.0.4.tgz";
+ sha512 = "snpMICsbWTZqBFnPB03qr4DtiSxVYfDF3DvbDSkN9Z9NTM8Chl8E/lYhKBSsvauq91DAWAh8PU3lr9vrLyQsug==";
};
};
- "@vue/compiler-dom-3.0.1" = {
+ "@vue/compiler-dom-3.0.4" = {
name = "_at_vue_slash_compiler-dom";
packageName = "@vue/compiler-dom";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.0.1.tgz";
- sha512 = "8cjgswVU2YmV35H9ARZmSlDr1P9VZxUihRwefkrk6Vrsb7kui5C3d/WQ2/su34FSDpyMU1aacUOiL2CV/vdX6w==";
+ url = "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.0.4.tgz";
+ sha512 = "FOxbHBIkkGjYQeTz1DlXQjS1Ms8EPXQWsdTdTPeohoS0KzCz6RiOjiAG+jLtMi6Nr5GX2h0TlCvcnI8mcsicFQ==";
};
};
- "@vue/compiler-sfc-3.0.1" = {
+ "@vue/compiler-sfc-3.0.4" = {
name = "_at_vue_slash_compiler-sfc";
packageName = "@vue/compiler-sfc";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.0.1.tgz";
- sha512 = "VO5gJ7SyHw0hf1rkKXRlxjXI9+Q4ngcuUWYnyjOSDch7Wtt2IdOEiC82KFWIkfWMpHqA5HPzL2nDmys3y9d19w==";
+ url = "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.0.4.tgz";
+ sha512 = "brDn6HTuK6R3oBCjtMPPsIpyJEZFinlnxjtBXww/goFJOJBAU9CrsdegwyZItNnixCFUIg4CLv4Nj1Eg/eKlfg==";
};
};
- "@vue/compiler-ssr-3.0.1" = {
+ "@vue/compiler-ssr-3.0.4" = {
name = "_at_vue_slash_compiler-ssr";
packageName = "@vue/compiler-ssr";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.0.1.tgz";
- sha512 = "U0Vb7BOniw9rY0/YvXNw5EuIuO0dCoZd3XhnDjAKL9A5pSBxTlx6fPJeQ53gV0XH40M5z8q4yXukFqSVTXC6hQ==";
+ url = "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.0.4.tgz";
+ sha512 = "4aYWQEL4+LS4+D44K9Z7xMOWMEjBsz4Li9nMcj2rxRQ35ewK6uFPodvs6ORP60iBDSkwUFZoldFlNemQlu1BFw==";
};
};
- "@vue/reactivity-3.0.1" = {
+ "@vue/reactivity-3.0.4" = {
name = "_at_vue_slash_reactivity";
packageName = "@vue/reactivity";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.0.1.tgz";
- sha512 = "XWeqNTbvcAq8BmtR5M+XU6mfIhzi1NTcrQho7nI03I+Zf6QW1hHl/ri+iNfCNCasukQI/tzpkqJYPfyZxCRKyg==";
+ url = "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.0.4.tgz";
+ sha512 = "AFTABrLhUYZY2on3ea9FxeXal7w3f6qIp9gT+/oG93H7dFTL5LvVnxygCopv7tvkIl/GSGQb/yK1D1gmXx1Pww==";
};
};
- "@vue/runtime-core-3.0.1" = {
+ "@vue/runtime-core-3.0.4" = {
name = "_at_vue_slash_runtime-core";
packageName = "@vue/runtime-core";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.0.1.tgz";
- sha512 = "HporlL3cbD0/79U0a7mDIMEn5XoxstVXrOx0TDTi2O2CUv6yjteUQdxhmMOa8m7pnqU4DL/ZuVntBWFaf4ccaw==";
+ url = "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.0.4.tgz";
+ sha512 = "qH9e4kqU7b3u1JewvLmGmoAGY+mnuBqz7aEKb2mhpEgwa1yFv496BRuUfMXXMCix3+TndUVMJ8jt41FSdNppwg==";
};
};
- "@vue/runtime-dom-3.0.1" = {
+ "@vue/runtime-dom-3.0.4" = {
name = "_at_vue_slash_runtime-dom";
packageName = "@vue/runtime-dom";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.0.1.tgz";
- sha512 = "ijb2qTRU8OzllzYQ6BSymuu9KHFDyjzn4m6jcLGlNeazdk1/YA01lFtGkl6oAErdiWPglloUJzIz0ilv0laPwA==";
+ url = "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.0.4.tgz";
+ sha512 = "BGIoiTSESzWUhN0Ofi2X/q+HN8f6IUFmUEyyBGKbmx7DTAJNZhFfjqsepfXQrM5IGeTfJLB1ZEVyroDQJNXq3g==";
};
};
- "@vue/shared-3.0.1" = {
+ "@vue/shared-3.0.4" = {
name = "_at_vue_slash_shared";
packageName = "@vue/shared";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/shared/-/shared-3.0.1.tgz";
- sha512 = "/X6AUbTFCyD2BcJnBoacUct8qcv1A5uk1+N+3tbzDVuhGPRmoYrTSnNUuF53C/GIsTkChrEiXaJh2kyo/0tRvw==";
+ url = "https://registry.npmjs.org/@vue/shared/-/shared-3.0.4.tgz";
+ sha512 = "Swfbz31AaMX48CpFl+YmIrqOH9MgJMTrltG9e26A4ZxYx9LjGuMV+41WnxFzS3Bc9nbrc6sDPM37G6nIT8NJSg==";
};
};
"@webassemblyjs/ast-1.8.1" = {
@@ -6709,58 +7285,22 @@ let
sha512 = "tDV8V15wm7mmbAH6XvQRU1X+oPGmeOzYsd6h7hlRLz6QpV4Ec/KKxM8OpLtFmQPLCreGxTp+HuxtH4pRIZyL9w==";
};
};
- "@webpack-cli/generators-1.0.1" = {
- name = "_at_webpack-cli_slash_generators";
- packageName = "@webpack-cli/generators";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@webpack-cli/generators/-/generators-1.0.1.tgz";
- sha512 = "MPaOezICviBfgYc+r8WBTkyM8gOe3qBR5t32roPqyhL4SJmN4f82ZYvVomLEx+YFBQ5uksCauSHAGoJNXinymg==";
- };
- };
- "@webpack-cli/info-1.0.1" = {
+ "@webpack-cli/info-1.1.0" = {
name = "_at_webpack-cli_slash_info";
packageName = "@webpack-cli/info";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@webpack-cli/info/-/info-1.0.1.tgz";
- sha512 = "C6OJTxTLgTjBuNKLlseQ2HHjgEGTcgIFcrJd67K3pM2LcYJNWT6VFaPzk9Go0yTZ9km9awm8sq2hW3Hm32NBeQ==";
- };
- };
- "@webpack-cli/init-1.0.1" = {
- name = "_at_webpack-cli_slash_init";
- packageName = "@webpack-cli/init";
- version = "1.0.1";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@webpack-cli/init/-/init-1.0.1.tgz";
- sha512 = "OmhDC1jjhhX13mNt+emTPR7u18nrAWKOk/nIAg8XRFdZU2VUBPJbOK3/6xmqXnWKByZVJClvaeUjvgVQBnQmZw==";
+ url = "https://registry.npmjs.org/@webpack-cli/info/-/info-1.1.0.tgz";
+ sha512 = "uNWSdaYHc+f3LdIZNwhdhkjjLDDl3jP2+XBqAq9H8DjrJUvlOKdP8TNruy1yEaDfgpAIgbSAN7pye4FEHg9tYQ==";
};
};
- "@webpack-cli/serve-1.0.1" = {
+ "@webpack-cli/serve-1.1.0" = {
name = "_at_webpack-cli_slash_serve";
packageName = "@webpack-cli/serve";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.0.1.tgz";
- sha512 = "WGMaTMTK6NOe29Hw1WBEok9vGLfKg5C6jWzNOS/6HH1YadR+RL+TRWRcSyc81Dzulljhk/Ree9mrDM4Np9GGOQ==";
- };
- };
- "@webpack-cli/utils-1.0.1" = {
- name = "_at_webpack-cli_slash_utils";
- packageName = "@webpack-cli/utils";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/@webpack-cli/utils/-/utils-1.0.1.tgz";
- sha512 = "G8UKA+B85/5X+pM85P0Knx43vwFS1W9WDseeif/15jbtDTib8jaNC+rD9SBvFcllmnqdfFXpkcrmWMW4A744dg==";
- };
- };
- "@webpack-cli/webpack-scaffold-1.0.1" = {
- name = "_at_webpack-cli_slash_webpack-scaffold";
- packageName = "@webpack-cli/webpack-scaffold";
- version = "1.0.1";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/@webpack-cli/webpack-scaffold/-/webpack-scaffold-1.0.1.tgz";
- sha512 = "AfnpwDJv2hxwpaM6Ljz0eNa7ayHVviPNWN/76RjlFxMGfT0K7O6IWw2oDvikqko227DClV4xO/5CL1/tz0LGhw==";
+ url = "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.1.0.tgz";
+ sha512 = "7RfnMXCpJ/NThrhq4gYQYILB18xWyoQcBey81oIyVbmgbc6m5ZHHyFK+DyH7pLHJf0p14MxL4mTsoPAgBSTpIg==";
};
};
"@wry/context-0.4.4" = {
@@ -6925,6 +7465,15 @@ let
sha512 = "nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==";
};
};
+ "abort-controller-3.0.0" = {
+ name = "abort-controller";
+ packageName = "abort-controller";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz";
+ sha512 = "h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==";
+ };
+ };
"absolute-0.0.1" = {
name = "absolute";
packageName = "absolute";
@@ -7096,6 +7645,15 @@ let
sha512 = "clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==";
};
};
+ "acorn-globals-6.0.0" = {
+ name = "acorn-globals";
+ packageName = "acorn-globals";
+ version = "6.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz";
+ sha512 = "ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==";
+ };
+ };
"acorn-jsx-3.0.1" = {
name = "acorn-jsx";
packageName = "acorn-jsx";
@@ -7186,13 +7744,22 @@ let
sha1 = "f291be701a2efc567a63fc7aa6afcded31430be1";
};
};
- "addons-linter-2.7.0" = {
+ "addons-linter-2.12.0" = {
name = "addons-linter";
packageName = "addons-linter";
- version = "2.7.0";
+ version = "2.12.0";
src = fetchurl {
- url = "https://registry.npmjs.org/addons-linter/-/addons-linter-2.7.0.tgz";
- sha512 = "kH+0fAKSc461PnCyYQ0/SeKcxEQ2zxCZwG2GB6xjvfkMiMAwwic87VP62Cffc8H/zHEfYuT8uFmy42ayH5mqEQ==";
+ url = "https://registry.npmjs.org/addons-linter/-/addons-linter-2.12.0.tgz";
+ sha512 = "Kv2Joa81UfxCWHYK13G9ZNKb/z5cJP1TlshCh9vA2dBH55szabIN+yIxujgNCIg2/k/wDya3OihBmyFNkFmFkw==";
+ };
+ };
+ "addons-scanner-utils-3.0.0" = {
+ name = "addons-scanner-utils";
+ packageName = "addons-scanner-utils";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/addons-scanner-utils/-/addons-scanner-utils-3.0.0.tgz";
+ sha512 = "bX8Sx5iwvG9bHZrfP4xv+3xFU93Mk6WnBmIHm+ep4DEiqUunRRpbrs7uEgAnlWnqC46VnrFsOJdCB/MY+pHG1g==";
};
};
"addr-to-ip-port-1.5.1" = {
@@ -7213,15 +7780,6 @@ let
sha512 = "aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==";
};
};
- "adm-zip-0.4.13" = {
- name = "adm-zip";
- packageName = "adm-zip";
- version = "0.4.13";
- src = fetchurl {
- url = "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.13.tgz";
- sha512 = "fERNJX8sOXfel6qCBCMPvZLzENBEhZTzKqg6vrOW5pvoEaQuJhRU4ndTAh6lHOxn1I6jnz2NHra56ZODM751uw==";
- };
- };
"adm-zip-0.4.16" = {
name = "adm-zip";
packageName = "adm-zip";
@@ -7303,13 +7861,13 @@ let
sha512 = "TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==";
};
};
- "agent-base-6.0.1" = {
+ "agent-base-6.0.2" = {
name = "agent-base";
packageName = "agent-base";
- version = "6.0.1";
+ version = "6.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/agent-base/-/agent-base-6.0.1.tgz";
- sha512 = "01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==";
+ url = "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz";
+ sha512 = "RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==";
};
};
"agentkeepalive-3.5.2" = {
@@ -7393,33 +7951,6 @@ let
sha1 = "73b5eeca3fab653e3d3f9422b341ad42205dc965";
};
};
- "ajv-6.12.3" = {
- name = "ajv";
- packageName = "ajv";
- version = "6.12.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz";
- sha512 = "4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==";
- };
- };
- "ajv-6.12.4" = {
- name = "ajv";
- packageName = "ajv";
- version = "6.12.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz";
- sha512 = "eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==";
- };
- };
- "ajv-6.12.5" = {
- name = "ajv";
- packageName = "ajv";
- version = "6.12.5";
- src = fetchurl {
- url = "https://registry.npmjs.org/ajv/-/ajv-6.12.5.tgz";
- sha512 = "lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag==";
- };
- };
"ajv-6.12.6" = {
name = "ajv";
packageName = "ajv";
@@ -7483,13 +8014,13 @@ let
sha512 = "0mAYXMSauA8RZ7r+B4+EAOYcZEcO9OK5EiQCR7W7Cv4E44pJj56ZnkKLJ9/PAcOc0dT+LlV9fdDcq2TxVJfOYw==";
};
};
- "alex-9.0.1" = {
+ "alex-9.1.0" = {
name = "alex";
packageName = "alex";
- version = "9.0.1";
+ version = "9.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/alex/-/alex-9.0.1.tgz";
- sha512 = "q560b+fVMXvu3WVkvoYBUGRHRXo9K9P/Fnt6Xcq1VhZow9MNqoQ5x7OJTYzSStAElaGxaJ7djTef9pJrM3GBXg==";
+ url = "https://registry.npmjs.org/alex/-/alex-9.1.0.tgz";
+ sha512 = "mlNQ0CBGinzZj1pjiXaSLsihjZ4Kzq0U0EjR+DrZ3IQQfM4pf4OtxHI1agBIiEwv0tQUzimjgTk+5t9iHeT7Vw==";
};
};
"align-text-0.1.4" = {
@@ -7942,13 +8473,13 @@ let
sha512 = "sbLEIMQrkV7RkIruqTPXxeCMkAAycv4yzTkBzRgOR1BrR5UB7qZtupqxkersTJSf0HZ3sbaNRrNV80TnnM7cUw==";
};
};
- "apollo-2.31.0" = {
+ "apollo-2.31.2" = {
name = "apollo";
packageName = "apollo";
- version = "2.31.0";
+ version = "2.31.2";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo/-/apollo-2.31.0.tgz";
- sha512 = "galQp/6UAiP+Aa2WtJZPIPPAiQqR6Um/fe0cOC8wu3c1BmXF2fHzjj2NSOv7xqAHZPyBRn/ixIe0aVUy3gcCLw==";
+ url = "https://registry.npmjs.org/apollo/-/apollo-2.31.2.tgz";
+ sha512 = "LzN1DplRDBZf+5+UIEnINU62iEZx9kX16MbFNOZWj4LeGRRNHacv+QzdcNLRdWvtySCrFdS0MA4NyDQ48kRELw==";
};
};
"apollo-cache-1.3.5" = {
@@ -7960,13 +8491,13 @@ let
sha512 = "1XoDy8kJnyWY/i/+gLTEbYLnoiVtS8y7ikBr/IfmML4Qb+CM7dEEbIUOjnY716WqmZ/UpXIxTfJsY7rMcqiCXA==";
};
};
- "apollo-cache-control-0.11.3" = {
+ "apollo-cache-control-0.11.4" = {
name = "apollo-cache-control";
packageName = "apollo-cache-control";
- version = "0.11.3";
+ version = "0.11.4";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-cache-control/-/apollo-cache-control-0.11.3.tgz";
- sha512 = "21GCeC9AIIa22uD0Vtqn/N0D5kOB4rY/Pa9aQhxVeLN+4f8Eu4nmteXhFypUD0LL1/58dmm8lS5embsfoIGjEA==";
+ url = "https://registry.npmjs.org/apollo-cache-control/-/apollo-cache-control-0.11.4.tgz";
+ sha512 = "FUKE8ASr8GxVq5rmky/tY8bsf++cleGT591lfLiqnPsP1fo3kAfgRfWA2QRHTCKFNlQxzUhVOEDv+PaysqiOjw==";
};
};
"apollo-cache-inmemory-1.6.6" = {
@@ -7987,49 +8518,49 @@ let
sha512 = "jiPlMTN6/5CjZpJOkGeUV0mb4zxx33uXWdj/xQCfAMkuNAC3HN7CvYDyMHHEzmcQ5GV12LszWoQ/VlxET24CtA==";
};
};
- "apollo-codegen-core-0.38.0" = {
+ "apollo-codegen-core-0.38.2" = {
name = "apollo-codegen-core";
packageName = "apollo-codegen-core";
- version = "0.38.0";
+ version = "0.38.2";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-codegen-core/-/apollo-codegen-core-0.38.0.tgz";
- sha512 = "NZnmS1qWFSlYaraxyi9q4uVFDGktr3IgQmgGI5Jj7iBY5iFTNJIIDXb2ufB8UvLBF3eKqHR9VxpQIAi4wfo8+w==";
+ url = "https://registry.npmjs.org/apollo-codegen-core/-/apollo-codegen-core-0.38.2.tgz";
+ sha512 = "tg9HUW9q2b4B+u6Ea6HMjHQsarSLlXRc/AVOoB0X2hRd21OZPqwf7CQYcuur6YQEOAM95JO7E3ExtNwReEkhJw==";
};
};
- "apollo-codegen-flow-0.36.0" = {
+ "apollo-codegen-flow-0.36.2" = {
name = "apollo-codegen-flow";
packageName = "apollo-codegen-flow";
- version = "0.36.0";
+ version = "0.36.2";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-codegen-flow/-/apollo-codegen-flow-0.36.0.tgz";
- sha512 = "OJ3aRqxbI63NnUrUrPaindeXCI9bOCGmIHoENGGXwNrtS229lUJ9b6rTelqyfAwKau8AysJQoMfAclula3Br7A==";
+ url = "https://registry.npmjs.org/apollo-codegen-flow/-/apollo-codegen-flow-0.36.2.tgz";
+ sha512 = "7/vlCOZl3mS+A59W4Lcgb5jHv0SwyhDekQeFr5Gf1MEHf/+n5xCdV7dlXmKtGmBhuynQz/pnZk/kKqIbHhGpAw==";
};
};
- "apollo-codegen-scala-0.37.0" = {
+ "apollo-codegen-scala-0.37.2" = {
name = "apollo-codegen-scala";
packageName = "apollo-codegen-scala";
- version = "0.37.0";
+ version = "0.37.2";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-codegen-scala/-/apollo-codegen-scala-0.37.0.tgz";
- sha512 = "Wsvd/eF6XBnzJvl1AceiAXw3pFwGYWyKXWbCzneuNHggf3ONc09V0zPQ2dqcsMnslIn6y+HnZav9rQB/iJNNEQ==";
+ url = "https://registry.npmjs.org/apollo-codegen-scala/-/apollo-codegen-scala-0.37.2.tgz";
+ sha512 = "iE1W07GLFMR23qqmCG/+iawwcV1dprX9S/xGKn3ylruPhMBVdkImv3jFuLgvsm69tUc7KGKW+42CiEMZOmsK6g==";
};
};
- "apollo-codegen-swift-0.38.0" = {
+ "apollo-codegen-swift-0.38.2" = {
name = "apollo-codegen-swift";
packageName = "apollo-codegen-swift";
- version = "0.38.0";
+ version = "0.38.2";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-codegen-swift/-/apollo-codegen-swift-0.38.0.tgz";
- sha512 = "kUoDUOOY3h7fUg4hpNNZrQl+bfPzwxN49pl8lrGoEB8uvgaCBj5C77NbHTISomSk1OzdT8uVlm4l4oJiMsT28g==";
+ url = "https://registry.npmjs.org/apollo-codegen-swift/-/apollo-codegen-swift-0.38.2.tgz";
+ sha512 = "rc6bBvBSOmV5NEk3T3/QDG7ThEbkKJ8/yILOWu1/YolOCgJgngZdzBOQ8EQOYbBX5gwEMRFV1HekAVQ8PLWpJg==";
};
};
- "apollo-codegen-typescript-0.38.0" = {
+ "apollo-codegen-typescript-0.38.2" = {
name = "apollo-codegen-typescript";
packageName = "apollo-codegen-typescript";
- version = "0.38.0";
+ version = "0.38.2";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-codegen-typescript/-/apollo-codegen-typescript-0.38.0.tgz";
- sha512 = "sEAIoE38ASFtqU7bhj31vtSRLKix5H8ltwvU9MRMbpgWfos/r29krKrNSJi8DeouC1/QSQAOaFzsghCMe5fkrQ==";
+ url = "https://registry.npmjs.org/apollo-codegen-typescript/-/apollo-codegen-typescript-0.38.2.tgz";
+ sha512 = "cK2PAoI7tZV9jsaP8gxVzv9fQiJAeNcRq62mDA12uD9yO0/wUHgetdISILPfPAgVCIwHGmBpke+ApJRBrK5i4w==";
};
};
"apollo-datasource-0.7.2" = {
@@ -8059,13 +8590,13 @@ let
sha512 = "BxTf5LOQe649e9BNTPdyCGItVv4Ll8wZ2BKnmiYpRAocYEXAVrQPWuSr3dO4iipqAU8X0gvle/Xu9mSqg5b7Qg==";
};
};
- "apollo-language-server-1.24.0" = {
+ "apollo-language-server-1.24.1" = {
name = "apollo-language-server";
packageName = "apollo-language-server";
- version = "1.24.0";
+ version = "1.24.1";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-language-server/-/apollo-language-server-1.24.0.tgz";
- sha512 = "n1o1QmQ6hQcl5Rx+K23yO9MrDcF94Xygychn1pxJG5xKEZ8kkKxqNqjUhjFxIN908LJ4yuFjTW6OEtEym4haxg==";
+ url = "https://registry.npmjs.org/apollo-language-server/-/apollo-language-server-1.24.1.tgz";
+ sha512 = "2LYW/pWWBkG0/BggMedZ3EEHAQIKFc9PxHroxKhXh2Y5SXha4yQmmFILloQFrA6z7fU39IF6Tudgt5yNw2Cw/w==";
};
};
"apollo-link-1.2.1" = {
@@ -8149,13 +8680,13 @@ let
sha512 = "mjSFPlQxmoLArpHBeUb2Xj+2HDYeTaJqFGOqQ+I8NVJxgL9lJe84PDWcPah/yMLv3rB7QgBDSuZ0xoRFBPlySw==";
};
};
- "apollo-reporting-protobuf-0.6.0" = {
+ "apollo-reporting-protobuf-0.6.1" = {
name = "apollo-reporting-protobuf";
packageName = "apollo-reporting-protobuf";
- version = "0.6.0";
+ version = "0.6.1";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.0.tgz";
- sha512 = "AFLQIuO0QhkoCF+41Be/B/YU0C33BZ0opfyXorIjM3MNNiEDSyjZqmUozlB3LqgfhT9mn2IR5RSsA+1b4VovDQ==";
+ url = "https://registry.npmjs.org/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.1.tgz";
+ sha512 = "qr4DheFP154PGZsd93SSIS9RkqHnR5b6vT+eCloWjy3UIpY+yZ3cVLlttlIjYvOG4xTJ25XEwcHiAExatQo/7g==";
};
};
"apollo-server-caching-0.5.2" = {
@@ -8167,13 +8698,13 @@ let
sha512 = "HUcP3TlgRsuGgeTOn8QMbkdx0hLPXyEJehZIPrcof0ATz7j7aTPA4at7gaiFHCo8gk07DaWYGB3PFgjboXRcWQ==";
};
};
- "apollo-server-core-2.18.2" = {
+ "apollo-server-core-2.19.0" = {
name = "apollo-server-core";
packageName = "apollo-server-core";
- version = "2.18.2";
+ version = "2.19.0";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-2.18.2.tgz";
- sha512 = "phz57BFBukMa3Ta7ZVW7pj1pdUne9KYLbcBdEcITr+I0+nbhy+YM8gcgpOnjrokWYiEZgIe52XeM3m4BMLw5dg==";
+ url = "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-2.19.0.tgz";
+ sha512 = "2aMKUVPyNbomJQaG2tkpfqvp1Tfgxgkdr7nX5zHudYNSzsPrHw+CcYlCbIVFFI/mTZsjoK9czNq1qerFRxZbJw==";
};
};
"apollo-server-env-2.4.5" = {
@@ -8194,40 +8725,40 @@ let
sha512 = "FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ==";
};
};
- "apollo-server-express-2.18.2" = {
+ "apollo-server-express-2.19.0" = {
name = "apollo-server-express";
packageName = "apollo-server-express";
- version = "2.18.2";
+ version = "2.19.0";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-2.18.2.tgz";
- sha512 = "9P5YOSE2amcNdkXqxqU3oulp+lpwoIBdwS2vOP69kl6ix+n7vEWHde4ulHwwl4xLdtZ88yyxgdKJEIkhaepiNw==";
+ url = "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-2.19.0.tgz";
+ sha512 = "3rgSrTme1SlLoecAYtSa8ThH6vYvz29QecgZCigq5Vdc6bFP2SZrCk0ls6BAdD8OZbVKUtizzRxd0yd/uREPAw==";
};
};
- "apollo-server-plugin-base-0.10.1" = {
+ "apollo-server-plugin-base-0.10.2" = {
name = "apollo-server-plugin-base";
packageName = "apollo-server-plugin-base";
- version = "0.10.1";
+ version = "0.10.2";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-server-plugin-base/-/apollo-server-plugin-base-0.10.1.tgz";
- sha512 = "XChCBDNyfByWqVXptsjPwrwrCj5cxMmNbchZZi8KXjtJ0hN2C/9BMNlInJd6bVGXvUbkRJYUakfKCfO5dZmwIg==";
+ url = "https://registry.npmjs.org/apollo-server-plugin-base/-/apollo-server-plugin-base-0.10.2.tgz";
+ sha512 = "uM5uL1lOxbXdgvt/aEIbgs40fV9xA45Y3Mmh0VtQ/ddqq0MXR5aG92nnf8rM+URarBCUfxKJKaYzJJ/CXAnEdA==";
};
};
- "apollo-server-types-0.6.0" = {
+ "apollo-server-types-0.6.1" = {
name = "apollo-server-types";
packageName = "apollo-server-types";
- version = "0.6.0";
+ version = "0.6.1";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-server-types/-/apollo-server-types-0.6.0.tgz";
- sha512 = "usqXaz81bHxD2IZvKEQNnLpSbf2Z/BmobXZAjEefJEQv1ItNn+lJNUmSSEfGejHvHlg2A7WuAJKJWyDWcJrNnA==";
+ url = "https://registry.npmjs.org/apollo-server-types/-/apollo-server-types-0.6.1.tgz";
+ sha512 = "IEQ37aYvMLiTUzsySVLOSuvvhxuyYdhI05f3cnH6u2aN1HgGp7vX6bg+U3Ue8wbHfdcifcGIk5UEU+Q+QO6InA==";
};
};
- "apollo-tracing-0.11.4" = {
+ "apollo-tracing-0.12.0" = {
name = "apollo-tracing";
packageName = "apollo-tracing";
- version = "0.11.4";
+ version = "0.12.0";
src = fetchurl {
- url = "https://registry.npmjs.org/apollo-tracing/-/apollo-tracing-0.11.4.tgz";
- sha512 = "zBu/SwQlXfbdpcKLzWARGVjrEkIZUW3W9Mb4CCIzv07HbBQ8IQpmf9w7HIJJefC7rBiBJYg6JBGyuro3N2lxCA==";
+ url = "https://registry.npmjs.org/apollo-tracing/-/apollo-tracing-0.12.0.tgz";
+ sha512 = "cMUYGE6mOEwb9HDqhf4fiPEo2JMhjPIqEprAQEC57El76avRpRig5NM0bnqMZcYJZR5QmLlNcttNccOwf9WrNg==";
};
};
"apollo-upload-client-11.0.0" = {
@@ -8248,15 +8779,6 @@ let
sha512 = "pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==";
};
};
- "app-module-path-2.2.0" = {
- name = "app-module-path";
- packageName = "app-module-path";
- version = "2.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/app-module-path/-/app-module-path-2.2.0.tgz";
- sha1 = "641aa55dfb7d6a6f0a8141c4b9c0aa50b6c24dd5";
- };
- };
"append-0.1.1" = {
name = "append";
packageName = "append";
@@ -8338,13 +8860,13 @@ let
sha512 = "lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==";
};
};
- "arch-2.1.2" = {
+ "arch-2.2.0" = {
name = "arch";
packageName = "arch";
- version = "2.1.2";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/arch/-/arch-2.1.2.tgz";
- sha512 = "NTBIIbAfkJeIletyABbVtdPgeKfDafR+1mZV/AyyfC1UkVkp9iUjV+wwmqtUgphHYajbI86jejBJp5e+jkGTiQ==";
+ url = "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz";
+ sha512 = "Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==";
};
};
"archive-type-4.0.0" = {
@@ -8383,6 +8905,15 @@ let
sha512 = "Tq3yV/T4wxBsD2Wign8W9VQKhaUxzzRmjEiSoOK0SLqPgDP/N1TKdYyBeIEu56T4I9iO4fKTTR0mN9NWkBA0sg==";
};
};
+ "archiver-5.1.0" = {
+ name = "archiver";
+ packageName = "archiver";
+ version = "5.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/archiver/-/archiver-5.1.0.tgz";
+ sha512 = "iKuQUP1nuKzBC2PFlGet5twENzCfyODmvkxwDV0cEFXavwcLrIW5ssTuHi9dyTPvpWr6Faweo2eQaQiLIwyXTA==";
+ };
+ };
"archiver-utils-2.1.0" = {
name = "archiver-utils";
packageName = "archiver-utils";
@@ -8680,6 +9211,15 @@ let
sha512 = "hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==";
};
};
+ "array-flatten-3.0.0" = {
+ name = "array-flatten";
+ packageName = "array-flatten";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/array-flatten/-/array-flatten-3.0.0.tgz";
+ sha512 = "zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA==";
+ };
+ };
"array-ify-1.0.0" = {
name = "array-ify";
packageName = "array-ify";
@@ -8689,13 +9229,13 @@ let
sha1 = "9e528762b4a9066ad163a6962a364418e9626ece";
};
};
- "array-includes-3.1.1" = {
+ "array-includes-3.1.2" = {
name = "array-includes";
packageName = "array-includes";
- version = "3.1.1";
+ version = "3.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/array-includes/-/array-includes-3.1.1.tgz";
- sha512 = "c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==";
+ url = "https://registry.npmjs.org/array-includes/-/array-includes-3.1.2.tgz";
+ sha512 = "w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw==";
};
};
"array-initial-1.1.0" = {
@@ -9040,13 +9580,13 @@ let
sha1 = "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367";
};
};
- "ast-module-types-2.6.0" = {
+ "ast-module-types-2.7.1" = {
name = "ast-module-types";
packageName = "ast-module-types";
- version = "2.6.0";
+ version = "2.7.1";
src = fetchurl {
- url = "https://registry.npmjs.org/ast-module-types/-/ast-module-types-2.6.0.tgz";
- sha512 = "zXSoVaMrf2R+r+ISid5/9a8SXm1LLdkhHzh6pSRhj9jklzruOOl1hva1YmFT33wAstg/f9ZndJAlq1BSrFLSGA==";
+ url = "https://registry.npmjs.org/ast-module-types/-/ast-module-types-2.7.1.tgz";
+ sha512 = "Rnnx/4Dus6fn7fTqdeLEAn5vUll5w7/vts0RN608yFa6si/rDOUonlIIiwugHBFWjylHjxm9owoSZn71KwG4gw==";
};
};
"ast-types-0.12.1" = {
@@ -9301,6 +9841,15 @@ let
sha1 = "125dd09de95d3ea30a378adbed021092179b03c9";
};
};
+ "async-write-2.1.0" = {
+ name = "async-write";
+ packageName = "async-write";
+ version = "2.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/async-write/-/async-write-2.1.0.tgz";
+ sha1 = "1e762817d849ce44bfac07925a42036787061b15";
+ };
+ };
"asynckit-0.4.0" = {
name = "asynckit";
packageName = "asynckit";
@@ -9382,13 +9931,13 @@ let
sha512 = "kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==";
};
};
- "atomically-1.3.2" = {
+ "atomically-1.7.0" = {
name = "atomically";
packageName = "atomically";
- version = "1.3.2";
+ version = "1.7.0";
src = fetchurl {
- url = "https://registry.npmjs.org/atomically/-/atomically-1.3.2.tgz";
- sha512 = "MAiqx5ir1nOoMeG2vLXJnj4oFROJYB1hMqa2aAo6GQVIkPdkIcrq9W9SR0OaRtvEowO7Y2bsXqKFuDMTO4iOAQ==";
+ url = "https://registry.npmjs.org/atomically/-/atomically-1.7.0.tgz";
+ sha512 = "Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==";
};
};
"attach-ware-1.1.1" = {
@@ -9472,13 +10021,22 @@ let
sha1 = "00f35b2d27ac91b1f0d3ef2084c98cf1d1f0adc3";
};
};
- "aws-sdk-2.773.0" = {
+ "aws-sdk-2.784.0" = {
name = "aws-sdk";
packageName = "aws-sdk";
- version = "2.773.0";
+ version = "2.784.0";
src = fetchurl {
- url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.773.0.tgz";
- sha512 = "bwqEm/x3HMUd/xfcUeTjCQFi904oSNcwl2ZNz3mwAdEIqt3sQ9aE3GYoZQxKXw/XHQlF7hPiKO07GDGmS6x4AQ==";
+ url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.784.0.tgz";
+ sha512 = "+KBkqH7t/XE91Fqn8eyJeNIWsnhSWL8bSUqFD7TfE3FN07MTlC0nprGYp+2WfcYNz5i8Bus1vY2DHNVhtTImnw==";
+ };
+ };
+ "aws-sdk-2.804.0" = {
+ name = "aws-sdk";
+ packageName = "aws-sdk";
+ version = "2.804.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.804.0.tgz";
+ sha512 = "a02pZdjL06MunElAZPPEjpghOp/ZA+16f+t4imh1k9FCDpsNVQrT23HRq/PMvRADA5uZZRkYwX8r9o6oH/1RlA==";
};
};
"aws-sign2-0.6.0" = {
@@ -9499,13 +10057,13 @@ let
sha1 = "b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8";
};
};
- "aws4-1.10.1" = {
+ "aws4-1.11.0" = {
name = "aws4";
packageName = "aws4";
- version = "1.10.1";
+ version = "1.11.0";
src = fetchurl {
- url = "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz";
- sha512 = "zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==";
+ url = "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz";
+ sha512 = "xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==";
};
};
"axios-0.17.1" = {
@@ -9688,6 +10246,15 @@ let
sha512 = "7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==";
};
};
+ "babel-loader-8.2.2" = {
+ name = "babel-loader";
+ packageName = "babel-loader";
+ version = "8.2.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz";
+ sha512 = "JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==";
+ };
+ };
"babel-plugin-dynamic-import-node-2.3.3" = {
name = "babel-plugin-dynamic-import-node";
packageName = "babel-plugin-dynamic-import-node";
@@ -9814,13 +10381,13 @@ let
sha1 = "1bc6f15b87f7ab1085d42b330b717657a2156500";
};
};
- "babel-plugin-styled-components-1.11.1" = {
+ "babel-plugin-styled-components-1.12.0" = {
name = "babel-plugin-styled-components";
packageName = "babel-plugin-styled-components";
- version = "1.11.1";
+ version = "1.12.0";
src = fetchurl {
- url = "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.11.1.tgz";
- sha512 = "YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA==";
+ url = "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz";
+ sha512 = "FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==";
};
};
"babel-plugin-syntax-flow-6.18.0" = {
@@ -10147,6 +10714,15 @@ let
sha1 = "780a99c84e7d600260361511c4877613bf24f6bb";
};
};
+ "base-x-3.0.8" = {
+ name = "base-x";
+ packageName = "base-x";
+ version = "3.0.8";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz";
+ sha512 = "Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==";
+ };
+ };
"base32.js-0.1.0" = {
name = "base32.js";
packageName = "base32.js";
@@ -10219,6 +10795,15 @@ let
sha512 = "mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==";
};
};
+ "base64-js-1.5.1" = {
+ name = "base64-js";
+ packageName = "base64-js";
+ version = "1.5.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz";
+ sha512 = "AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==";
+ };
+ };
"base64-stream-1.0.0" = {
name = "base64-stream";
packageName = "base64-stream";
@@ -10300,6 +10885,15 @@ let
sha1 = "dc34314f4e679318093fc760272525f94bf25c16";
};
};
+ "bcfg-0.1.6" = {
+ name = "bcfg";
+ packageName = "bcfg";
+ version = "0.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bcfg/-/bcfg-0.1.6.tgz";
+ sha512 = "BR2vwQZwu24aRm588XHOnPVjjQtbK8sF0RopRFgMuke63/REJMWnePTa2YHKDBefuBYiVdgkowuB1/e4K7Ue3g==";
+ };
+ };
"bcrypt-3.0.6" = {
name = "bcrypt";
packageName = "bcrypt";
@@ -10345,6 +10939,51 @@ let
sha1 = "9ab5627b93e60621ff7cdac5da9733027df1d0cb";
};
};
+ "bcrypto-5.3.0" = {
+ name = "bcrypto";
+ packageName = "bcrypto";
+ version = "5.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bcrypto/-/bcrypto-5.3.0.tgz";
+ sha512 = "SP48cpoc4BkEPNOErdsZ1VjbtdXY/C0f5wAywWniLne/Fd/5oOBqLbC6ZavngLvk4oik76g4I7PO5KduJoqECQ==";
+ };
+ };
+ "bcurl-0.1.9" = {
+ name = "bcurl";
+ packageName = "bcurl";
+ version = "0.1.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bcurl/-/bcurl-0.1.9.tgz";
+ sha512 = "WV9LKCqFPtmGwIOqHexJx3Mm/9H/G5bwSCZxJXq9WRrnVQmd58L+Ltxgp/2QicveDG6AgTfepP6JtNiYWbbeHQ==";
+ };
+ };
+ "bdb-1.3.0" = {
+ name = "bdb";
+ packageName = "bdb";
+ version = "1.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bdb/-/bdb-1.3.0.tgz";
+ sha512 = "oJnWnHOTcnJhazwpEzQvPFtSR1IdHtS3PczuLY3klgZTTtRUbARX7tdphQS8iNUUwEVMfuO93eHDWwTICoeJlg==";
+ };
+ };
+ "bdns-0.1.5" = {
+ name = "bdns";
+ packageName = "bdns";
+ version = "0.1.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bdns/-/bdns-0.1.5.tgz";
+ sha512 = "LNVkfM7ynlAD0CvPvO9cKxW8YXt1KOCRQZlRsGZWeMyymUWVdHQpZudAzH9chaFAz6HiwAnQxwDemCKDPy6Mag==";
+ };
+ };
+ "bech32-1.1.4" = {
+ name = "bech32";
+ packageName = "bech32";
+ version = "1.1.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz";
+ sha512 = "s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==";
+ };
+ };
"beeper-1.1.1" = {
name = "beeper";
packageName = "beeper";
@@ -10399,6 +11038,15 @@ let
sha512 = "2uhEl8FdjSBUyb69qDTgOEeeqDTa+n3yMQzLW0cOzNf1Ow5bwcg3idf+qsWisIKRH8Bk8oC7UXL8irRcPA8ZEQ==";
};
};
+ "bep53-range-1.1.0" = {
+ name = "bep53-range";
+ packageName = "bep53-range";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bep53-range/-/bep53-range-1.1.0.tgz";
+ sha512 = "yGQTG4NtwTciX0Bkgk1FqQL4p+NiCQKpTSFho2lrxvUkXIlzyJDwraj8aYxAxRZMnnOhRr7QlIBoMRPEnIR34Q==";
+ };
+ };
"better-ajv-errors-0.6.7" = {
name = "better-ajv-errors";
packageName = "better-ajv-errors";
@@ -10417,6 +11065,42 @@ let
sha1 = "40866b9e1b9e0b55b481894311e68faffaebc522";
};
};
+ "bevent-0.1.5" = {
+ name = "bevent";
+ packageName = "bevent";
+ version = "0.1.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bevent/-/bevent-0.1.5.tgz";
+ sha512 = "hs6T3BjndibrAmPSoKTHmKa3tz/c6Qgjv9iZw+tAoxuP6izfTCkzfltBQrW7SuK5xnY22gv9jCEf51+mRH+Qvg==";
+ };
+ };
+ "bfile-0.2.2" = {
+ name = "bfile";
+ packageName = "bfile";
+ version = "0.2.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bfile/-/bfile-0.2.2.tgz";
+ sha512 = "X205SsJ7zFAnjeJ/pBLqDqF10x/4Su3pBy8UdVKw4hdGJk7t5pLoRi+uG4rPaDAClGbrEfT/06PGUbYiMYKzTg==";
+ };
+ };
+ "bfilter-1.0.5" = {
+ name = "bfilter";
+ packageName = "bfilter";
+ version = "1.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bfilter/-/bfilter-1.0.5.tgz";
+ sha512 = "GupIidtCvLbKhXnA1sxvrwa+gh95qbjafy7P1U1x/2DHxNabXq4nGW0x3rmgzlJMYlVl+c8fMxoMRIwpKYlgcQ==";
+ };
+ };
+ "bheep-0.1.5" = {
+ name = "bheep";
+ packageName = "bheep";
+ version = "0.1.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bheep/-/bheep-0.1.5.tgz";
+ sha512 = "0KR5Zi8hgJBKL35+aYzndCTtgSGakOMxrYw2uszd5UmXTIfx3+drPGoETlVbQ6arTdAzSoQYA1j35vbaWpQXBg==";
+ };
+ };
"biased-opener-0.2.8" = {
name = "biased-opener";
packageName = "biased-opener";
@@ -10453,6 +11137,15 @@ let
sha512 = "vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==";
};
};
+ "bignumber.js-4.1.0" = {
+ name = "bignumber.js";
+ packageName = "bignumber.js";
+ version = "4.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.1.0.tgz";
+ sha512 = "eJzYkFYy9L4JzXsbymsFn3p54D+llV27oTQ+ziJG7WFRheJcNZilgVXMG0LoZtlQSKBsJdWtLFqOD0u+U0jZKA==";
+ };
+ };
"bignumber.js-9.0.0" = {
name = "bignumber.js";
packageName = "bignumber.js";
@@ -10552,6 +11245,78 @@ let
sha512 = "p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==";
};
};
+ "binet-0.3.6" = {
+ name = "binet";
+ packageName = "binet";
+ version = "0.3.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/binet/-/binet-0.3.6.tgz";
+ sha512 = "6pm+Gc3uNiiJZEv0k8JDWqQlo9ki/o9UNAkLmr0EGm7hI5MboOJVIOlO1nw3YuDkLHWN78OPsaC4JhRkn2jMLw==";
+ };
+ };
+ "bintrees-1.0.1" = {
+ name = "bintrees";
+ packageName = "bintrees";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bintrees/-/bintrees-1.0.1.tgz";
+ sha1 = "0e655c9b9c2435eaab68bf4027226d2b55a34524";
+ };
+ };
+ "bip174-2.0.1" = {
+ name = "bip174";
+ packageName = "bip174";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bip174/-/bip174-2.0.1.tgz";
+ sha512 = "i3X26uKJOkDTAalYAp0Er+qGMDhrbbh2o93/xiPyAN2s25KrClSpe3VXo/7mNJoqA5qfko8rLS2l3RWZgYmjKQ==";
+ };
+ };
+ "bip32-2.0.6" = {
+ name = "bip32";
+ packageName = "bip32";
+ version = "2.0.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bip32/-/bip32-2.0.6.tgz";
+ sha512 = "HpV5OMLLGTjSVblmrtYRfFFKuQB+GArM0+XP8HGWfJ5vxYBqo+DesvJwOdC2WJ3bCkZShGf0QIfoIpeomVzVdA==";
+ };
+ };
+ "bip66-1.1.5" = {
+ name = "bip66";
+ packageName = "bip66";
+ version = "1.1.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bip66/-/bip66-1.1.5.tgz";
+ sha1 = "01fa8748785ca70955d5011217d1b3139969ca22";
+ };
+ };
+ "bitcoin-core-2.3.0" = {
+ name = "bitcoin-core";
+ packageName = "bitcoin-core";
+ version = "2.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bitcoin-core/-/bitcoin-core-2.3.0.tgz";
+ sha512 = "SMbw2kFu09iBajicODSE4pn/K0tOibWyqct71TlzR8cYUBk+u7rkhqGY7US2iYz0HmP851IW7F7eXfXvz09yXA==";
+ };
+ };
+ "bitcoin-ops-1.4.1" = {
+ name = "bitcoin-ops";
+ packageName = "bitcoin-ops";
+ version = "1.4.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bitcoin-ops/-/bitcoin-ops-1.4.1.tgz";
+ sha512 = "pef6gxZFztEhaE9RY9HmWVmiIHqCb2OyS4HPKkpc6CIiiOa3Qmuoylxc5P2EkU3w+5eTSifI9SEZC88idAIGow==";
+ };
+ };
+ "bitcoinjs-lib-5.2.0" = {
+ name = "bitcoinjs-lib";
+ packageName = "bitcoinjs-lib";
+ version = "5.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bitcoinjs-lib/-/bitcoinjs-lib-5.2.0.tgz";
+ sha512 = "5DcLxGUDejgNBYcieMIUfjORtUeNWl828VWLHJGVKZCb4zIS1oOySTUr0LGmcqJBQgTBz3bGbRQla4FgrdQEIQ==";
+ };
+ };
"bitfield-0.1.0" = {
name = "bitfield";
packageName = "bitfield";
@@ -10561,13 +11326,13 @@ let
sha1 = "b05d8b5f0d09f2df35a9db3b3a62d3808c46c457";
};
};
- "bitfield-3.0.0" = {
+ "bitfield-4.0.0" = {
name = "bitfield";
packageName = "bitfield";
- version = "3.0.0";
+ version = "4.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/bitfield/-/bitfield-3.0.0.tgz";
- sha512 = "hJmWKucJQfdSkQPDPBKmWogM9s8+NOSzDT9QVbJbjinXaQ0bJKPu/cn98qRWy3PDNWtKw4XaoUP3XruGRIKEgg==";
+ url = "https://registry.npmjs.org/bitfield/-/bitfield-4.0.0.tgz";
+ sha512 = "jtuSG9CQr5yoHFuvhgf50+DH8Aezl3C/mMSfqdG4DqP7Kqe34uBUtCEHPN9oWaldTm96/i7y5e778SnM5ES4rw==";
};
};
"bitfield-rle-2.2.1" = {
@@ -10606,6 +11371,15 @@ let
sha512 = "fvb6M58Ceiv/S94nu6zeaiMoJvUYOeIqRbgaClm+kJTzCAqJPtAR/31pXNYB5iEReOoKqQB5zY33gY0W6ZRWQQ==";
};
};
+ "bittorrent-lsd-1.1.0" = {
+ name = "bittorrent-lsd";
+ packageName = "bittorrent-lsd";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bittorrent-lsd/-/bittorrent-lsd-1.1.0.tgz";
+ sha512 = "j9F+bDt1R//+kLfeSgkmc1A3x0u70gjb/FXaRgTtw+V3wIeYjOekiIlmsXf1SNKuxU5YHDkNL8CFNHx+MfSPSw==";
+ };
+ };
"bittorrent-peerid-1.3.3" = {
name = "bittorrent-peerid";
packageName = "bittorrent-peerid";
@@ -10615,13 +11389,13 @@ let
sha512 = "tSh9HdQgwyEAfo1jzoGEis6o/zs4CcdRTchG93XVl5jct+DCAN90M5MVUV76k2vJ9Xg3GAzLB5NLsY/vnVTh6w==";
};
};
- "bittorrent-protocol-3.1.1" = {
+ "bittorrent-protocol-3.2.0" = {
name = "bittorrent-protocol";
packageName = "bittorrent-protocol";
- version = "3.1.1";
+ version = "3.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-3.1.1.tgz";
- sha512 = "kthSXghQ9DRQ4Lrjr1ceyIeEMeL5x9WiaSrQyR+5Nrr3g9QY6MvDeq+KLQz17R6094iDmT/LgFbQYAPj09/oUA==";
+ url = "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-3.2.0.tgz";
+ sha512 = "8xgCgK8xUg7MXZBxhqJapZy9hexHwN2TCD+b8m4yWg56/ZFfdkULxhxQkzuhpXyUfvKIKxeRzGmLT43li7FDKg==";
};
};
"bittorrent-tracker-7.7.0" = {
@@ -10723,6 +11497,15 @@ let
sha512 = "jLLXR9pjjm/T2jY0Q8OCCpuDquWiMULkPyT8YNaiLUR0j1MchTQK/Q7SiuD63jn9ekn9BrohwP1Kom/FylmeHQ==";
};
};
+ "blgr-0.1.8" = {
+ name = "blgr";
+ packageName = "blgr";
+ version = "0.1.8";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/blgr/-/blgr-0.1.8.tgz";
+ sha512 = "9AvDK+lc92q//63S8cHtkaB060YOZqoqd0DkMwn35mR1SrcY0FXnCHePHZFx6Oe1d/6wj8Lw7mKEGoShCUf3Yw==";
+ };
+ };
"blob-0.0.2" = {
name = "blob";
packageName = "blob";
@@ -10741,13 +11524,13 @@ let
sha512 = "gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==";
};
};
- "blob-to-buffer-1.2.8" = {
+ "blob-to-buffer-1.2.9" = {
name = "blob-to-buffer";
packageName = "blob-to-buffer";
- version = "1.2.8";
+ version = "1.2.9";
src = fetchurl {
- url = "https://registry.npmjs.org/blob-to-buffer/-/blob-to-buffer-1.2.8.tgz";
- sha512 = "re0AIxakF504MgeMtIyJkVcZ8T5aUxtp/QmTMlmjyb3P44E1BEv5x3LATBGApWAJATyXHtkXRD+gWTmeyYLiQA==";
+ url = "https://registry.npmjs.org/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz";
+ sha512 = "BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==";
};
};
"block-stream-0.0.9" = {
@@ -10768,6 +11551,24 @@ let
sha512 = "1oI+RHHUEo64xomy1ozLgVJetFlHkIfQfJzTBQrj6xWnEMEPooeo2fZoqFjp0yzfHMBrgxwgh70tKp6T17+i3g==";
};
};
+ "blru-0.1.6" = {
+ name = "blru";
+ packageName = "blru";
+ version = "0.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/blru/-/blru-0.1.6.tgz";
+ sha512 = "34+xZ2u4ys/aUzWCU9m6Eee4nVuN1ywdxbi8b3Z2WULU6qvnfeHvCWEdGzlVfRbbhimG2xxJX6R77GD2cuVO6w==";
+ };
+ };
+ "blst-0.1.5" = {
+ name = "blst";
+ packageName = "blst";
+ version = "0.1.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/blst/-/blst-0.1.5.tgz";
+ sha512 = "TPl04Cx3CHdPFAJ2x9Xx1Z1FOfpAzmNPfHkfo+pGAaNH4uLhS58ExvamVkZh3jadF+B7V5sMtqvrqdf9mHINYA==";
+ };
+ };
"bluebird-1.1.1" = {
name = "bluebird";
packageName = "bluebird";
@@ -10831,6 +11632,15 @@ let
sha1 = "e05a63f796a6c1ff25f4771ec7adadc148c07233";
};
};
+ "bmutex-0.1.6" = {
+ name = "bmutex";
+ packageName = "bmutex";
+ version = "0.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bmutex/-/bmutex-0.1.6.tgz";
+ sha512 = "nXWOXtQHbfPaMl6jyEF/rmRMrcemj2qn+OCAI/uZYurjfx7Dg3baoXdPzHOL0U8Cfvn8CWxKcnM/rgxL7DR4zw==";
+ };
+ };
"bn.js-4.11.9" = {
name = "bn.js";
packageName = "bn.js";
@@ -10867,6 +11677,15 @@ let
sha1 = "e16661697452d436bf9886238cc791b08d66a61a";
};
};
+ "bns-0.13.0" = {
+ name = "bns";
+ packageName = "bns";
+ version = "0.13.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bns/-/bns-0.13.0.tgz";
+ sha512 = "2aRg/m7+fvXsf+CpR30f0iXTgAFdf2UdhreZNhxbgMpVTo83rnlGhb6QuMznGIiqDxj6akDnONVg50M8wADoIw==";
+ };
+ };
"body-0.1.0" = {
name = "body";
packageName = "body";
@@ -10921,13 +11740,13 @@ let
sha1 = "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e";
};
};
- "boolean-3.0.1" = {
+ "boolean-3.0.2" = {
name = "boolean";
packageName = "boolean";
- version = "3.0.1";
+ version = "3.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/boolean/-/boolean-3.0.1.tgz";
- sha512 = "HRZPIjPcbwAVQvOTxR4YE3o8Xs98NqbbL1iEZDCz7CL8ql0Lt5iOyJFxfnAB0oFs8Oh02F/lLlg30Mexv46LjA==";
+ url = "https://registry.npmjs.org/boolean/-/boolean-3.0.2.tgz";
+ sha512 = "RwywHlpCRc3/Wh81MiCKun4ydaIFyW5Ea6JbL6sRCVx5q5irDw7pMXBUFYF/jArQ6YrG36q0kpovc9P/Kd3I4g==";
};
};
"boom-2.10.1" = {
@@ -11281,13 +12100,13 @@ let
sha1 = "98dde8aa5c561fd6d3fe49bbaa102b74b396fdea";
};
};
- "browserify-rsa-4.0.1" = {
+ "browserify-rsa-4.1.0" = {
name = "browserify-rsa";
packageName = "browserify-rsa";
- version = "4.0.1";
+ version = "4.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz";
- sha1 = "21e0abfaf6f2029cf2fafb133567a701d4135524";
+ url = "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz";
+ sha512 = "AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==";
};
};
"browserify-sign-4.2.1" = {
@@ -11326,22 +12145,58 @@ let
sha512 = "yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==";
};
};
- "browserslist-4.10.0" = {
+ "browserslist-4.14.2" = {
name = "browserslist";
packageName = "browserslist";
- version = "4.10.0";
+ version = "4.14.2";
src = fetchurl {
- url = "https://registry.npmjs.org/browserslist/-/browserslist-4.10.0.tgz";
- sha512 = "TpfK0TDgv71dzuTsEAlQiHeWQ/tiPqgNZVdv046fvNtBZrjbv2O3TsWCDU0AWGJJKCF/KsjNdLzR9hXOsh/CfA==";
+ url = "https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz";
+ sha512 = "HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==";
};
};
- "browserslist-4.14.5" = {
+ "browserslist-4.15.0" = {
name = "browserslist";
packageName = "browserslist";
- version = "4.14.5";
+ version = "4.15.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/browserslist/-/browserslist-4.15.0.tgz";
+ sha512 = "IJ1iysdMkGmjjYeRlDU8PQejVwxvVO5QOfXH7ylW31GO6LwNRSmm/SgRXtNsEXqMLl2e+2H5eEJ7sfynF8TCaQ==";
+ };
+ };
+ "brq-0.1.8" = {
+ name = "brq";
+ packageName = "brq";
+ version = "0.1.8";
src = fetchurl {
- url = "https://registry.npmjs.org/browserslist/-/browserslist-4.14.5.tgz";
- sha512 = "Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA==";
+ url = "https://registry.npmjs.org/brq/-/brq-0.1.8.tgz";
+ sha512 = "6SDY1lJMKXgt5TZ6voJQMH2zV1XPWWtm203PSkx3DSg9AYNYuRfOPFSBDkNemabzgpzFW9/neR4YhTvyJml8rQ==";
+ };
+ };
+ "bs32-0.1.6" = {
+ name = "bs32";
+ packageName = "bs32";
+ version = "0.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bs32/-/bs32-0.1.6.tgz";
+ sha512 = "usjDesQqZ8ihHXOnOEQuAdymBHnJEfSd+aELFSg1jN/V3iAf12HrylHlRJwIt6DTMmXpBDQ+YBg3Q3DIYdhRgQ==";
+ };
+ };
+ "bs58-4.0.1" = {
+ name = "bs58";
+ packageName = "bs58";
+ version = "4.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz";
+ sha1 = "be161e76c354f6f788ae4071f63f34e8c4f0a42a";
+ };
+ };
+ "bs58check-2.1.2" = {
+ name = "bs58check";
+ packageName = "bs58check";
+ version = "2.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz";
+ sha512 = "0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==";
};
};
"bser-2.1.1" = {
@@ -11353,6 +12208,42 @@ let
sha512 = "gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==";
};
};
+ "bsert-0.0.10" = {
+ name = "bsert";
+ packageName = "bsert";
+ version = "0.0.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bsert/-/bsert-0.0.10.tgz";
+ sha512 = "NHNwlac+WPy4t2LoNh8pXk8uaIGH3NSaIUbTTRXGpE2WEbq0te/tDykYHkFK57YKLPjv/aGHmbqvnGeVWDz57Q==";
+ };
+ };
+ "bsock-0.1.9" = {
+ name = "bsock";
+ packageName = "bsock";
+ version = "0.1.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bsock/-/bsock-0.1.9.tgz";
+ sha512 = "/l9Kg/c5o+n/0AqreMxh2jpzDMl1ikl4gUxT7RFNe3A3YRIyZkiREhwcjmqxiymJSRI/Qhew357xGn1SLw/xEw==";
+ };
+ };
+ "bsocks-0.2.5" = {
+ name = "bsocks";
+ packageName = "bsocks";
+ version = "0.2.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bsocks/-/bsocks-0.2.5.tgz";
+ sha512 = "w1yG8JmfKPIaTDLuR9TIxJM2Ma6nAiInRpLNZ43g3qPnPHjawCC4SV6Bdy84bEJQX1zJWYTgdod/BnQlDhq4Gg==";
+ };
+ };
+ "btcp-0.1.5" = {
+ name = "btcp";
+ packageName = "btcp";
+ version = "0.1.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/btcp/-/btcp-0.1.5.tgz";
+ sha512 = "tkrtMDxeJorn5p0KxaLXELneT8AbfZMpOFeoKYZ5qCCMMSluNuwut7pGccLC5YOJqmuk0DR774vNVQLC9sNq/A==";
+ };
+ };
"btoa-lite-1.0.0" = {
name = "btoa-lite";
packageName = "btoa-lite";
@@ -11380,6 +12271,15 @@ let
sha1 = "7dad97f17128da396169bf37ada4acb195361e30";
};
};
+ "budp-0.1.6" = {
+ name = "budp";
+ packageName = "budp";
+ version = "0.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/budp/-/budp-0.1.6.tgz";
+ sha512 = "o+a8NPq3DhV91j4nInjht2md6mbU1XL+7ciPltP66rw5uD3KP1m5r8lA94LZVaPKcFdJ0l2HVVzRNxnY26Pefg==";
+ };
+ };
"buefy-helper-json-1.0.3" = {
name = "buefy-helper-json";
packageName = "buefy-helper-json";
@@ -11407,13 +12307,22 @@ let
sha512 = "c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==";
};
};
- "buffer-5.6.0" = {
+ "buffer-5.7.1" = {
name = "buffer";
packageName = "buffer";
- version = "5.6.0";
+ version = "5.7.1";
src = fetchurl {
- url = "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz";
- sha512 = "/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==";
+ url = "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz";
+ sha512 = "EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==";
+ };
+ };
+ "buffer-6.0.3" = {
+ name = "buffer";
+ packageName = "buffer";
+ version = "6.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz";
+ sha512 = "FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==";
};
};
"buffer-alloc-1.2.0" = {
@@ -11542,6 +12451,15 @@ let
sha512 = "I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==";
};
};
+ "buffer-map-0.0.7" = {
+ name = "buffer-map";
+ packageName = "buffer-map";
+ version = "0.0.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/buffer-map/-/buffer-map-0.0.7.tgz";
+ sha512 = "95try3p/vMRkIAAnJDaGkFhGpT/65NoeW6XelEPjAomWYR58RQtW4khn0SwKj34kZoE7uxL7w2koZSwbnszvQQ==";
+ };
+ };
"buffer-queue-1.0.0" = {
name = "buffer-queue";
packageName = "buffer-queue";
@@ -11614,13 +12532,13 @@ let
sha1 = "69fdf13ad9d91222baee109945faadc431534f86";
};
};
- "bufferutil-4.0.1" = {
+ "bufferutil-4.0.2" = {
name = "bufferutil";
packageName = "bufferutil";
- version = "4.0.1";
+ version = "4.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.1.tgz";
- sha512 = "xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA==";
+ url = "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.2.tgz";
+ sha512 = "AtnG3W6M8B2n4xDQ5R+70EXvOpnXsFYg/AK2yTZd+HQ/oxAdz+GI+DvjmhBw3L0ole+LJ0ngqY4JMbDzkfNzhA==";
};
};
"bufferview-1.0.1" = {
@@ -11632,6 +12550,15 @@ let
sha1 = "7afd74a45f937fa422a1d338c08bbfdc76cd725d";
};
};
+ "bufio-1.0.7" = {
+ name = "bufio";
+ packageName = "bufio";
+ version = "1.0.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bufio/-/bufio-1.0.7.tgz";
+ sha512 = "bd1dDQhiC+bEbEfg56IdBv7faWa6OipMs/AFFFvtFnB3wAYjlwQpQRZ0pm6ZkgtfL0pILRXhKxOiQj6UzoMR7A==";
+ };
+ };
"bufrw-1.3.0" = {
name = "bufrw";
packageName = "bufrw";
@@ -11722,6 +12649,15 @@ let
sha512 = "tY6iaw+iYbCjlsAgAyO4CeA7Usnj5VndygMfd2PcHK++626oMoHANcdsH5tq5VxRPsbk9M1fbuk0a5pX9axV2w==";
};
};
+ "bupnp-0.2.6" = {
+ name = "bupnp";
+ packageName = "bupnp";
+ version = "0.2.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bupnp/-/bupnp-0.2.6.tgz";
+ sha512 = "J6ykzJhZMxXKN78K+1NzFi3v/51X2Mvzp2hW42BWwmxIVfau6PaN99gyABZ8x05e8MObWbsAis23gShhj9qpbw==";
+ };
+ };
"busboy-0.2.14" = {
name = "busboy";
packageName = "busboy";
@@ -11740,6 +12676,24 @@ let
sha512 = "y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==";
};
};
+ "bval-0.1.6" = {
+ name = "bval";
+ packageName = "bval";
+ version = "0.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bval/-/bval-0.1.6.tgz";
+ sha512 = "jxNH9gSx7g749hQtS+nTxXYz/bLxwr4We1RHFkCYalNYcj12RfbW6qYWsKu0RYiKAdFcbNoZRHmWrIuXIyhiQQ==";
+ };
+ };
+ "bweb-0.1.10" = {
+ name = "bweb";
+ packageName = "bweb";
+ version = "0.1.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bweb/-/bweb-0.1.10.tgz";
+ sha512 = "3Kkz/rfsyAWUS+8DV5XYhwcgVN4DfDewrP+iFTcpQfdZzcF6+OypAq7dHOtXV0sW7U/3msA/sEEqz0MHZ9ERWg==";
+ };
+ };
"byline-5.0.0" = {
name = "byline";
packageName = "byline";
@@ -11857,15 +12811,6 @@ let
sha512 = "7YKEapH+2Uikde8hySyfobXBqPKULDyHNl/lhKm7cKf/GJFdG/tU/WpLrOg2y9aUrQrWUilYqawFIiGJPS6gDA==";
};
};
- "cacheable-lookup-2.0.1" = {
- name = "cacheable-lookup";
- packageName = "cacheable-lookup";
- version = "2.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-2.0.1.tgz";
- sha512 = "EMMbsiOTcdngM/K6gV/OxF2x0t07+vMOWxZNSCRQMjO2MY2nhZQ6OYhOOpyQrbhqsgtvKGI7hcq6xjnA92USjg==";
- };
- };
"cacheable-lookup-5.0.3" = {
name = "cacheable-lookup";
packageName = "cacheable-lookup";
@@ -11920,6 +12865,15 @@ let
sha512 = "A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==";
};
};
+ "call-bind-1.0.0" = {
+ name = "call-bind";
+ packageName = "call-bind";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/call-bind/-/call-bind-1.0.0.tgz";
+ sha512 = "AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==";
+ };
+ };
"call-me-maybe-1.0.1" = {
name = "call-me-maybe";
packageName = "call-me-maybe";
@@ -12028,6 +12982,15 @@ let
sha512 = "7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q==";
};
};
+ "camel-case-4.1.2" = {
+ name = "camel-case";
+ packageName = "camel-case";
+ version = "4.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz";
+ sha512 = "gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==";
+ };
+ };
"camelcase-1.2.1" = {
name = "camelcase";
packageName = "camelcase";
@@ -12082,13 +13045,13 @@ let
sha512 = "8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==";
};
};
- "camelcase-6.1.0" = {
+ "camelcase-6.2.0" = {
name = "camelcase";
packageName = "camelcase";
- version = "6.1.0";
+ version = "6.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/camelcase/-/camelcase-6.1.0.tgz";
- sha512 = "WCMml9ivU60+8rEJgELlFp1gxFcEGxwYleE3bziHEDeqsqAWGHdimB7beBFGjLzVNgPGyDsfgXLQEYMpmIFnVQ==";
+ url = "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz";
+ sha512 = "c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==";
};
};
"camelcase-keys-2.1.0" = {
@@ -12136,13 +13099,13 @@ let
sha512 = "bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==";
};
};
- "caniuse-lite-1.0.30001148" = {
+ "caniuse-lite-1.0.30001165" = {
name = "caniuse-lite";
packageName = "caniuse-lite";
- version = "1.0.30001148";
+ version = "1.0.30001165";
src = fetchurl {
- url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz";
- sha512 = "E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw==";
+ url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001165.tgz";
+ sha512 = "8cEsSMwXfx7lWSUMA2s08z9dIgsnR5NAqjXP23stdsU3AUWkCr/rr4s4OFtHXn5XXr6+7kam3QFVoYyXNPdJPA==";
};
};
"canvas-2.6.1" = {
@@ -12154,13 +13117,13 @@ let
sha512 = "S98rKsPcuhfTcYbtF53UIJhcbgIAK533d1kJKMwsMwAIFgfd58MOyxRud3kktlzWiEkFliaJtvyZCBtud/XVEA==";
};
};
- "capital-case-1.0.3" = {
+ "capital-case-1.0.4" = {
name = "capital-case";
packageName = "capital-case";
- version = "1.0.3";
+ version = "1.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/capital-case/-/capital-case-1.0.3.tgz";
- sha512 = "OlUSJpUr7SY0uZFOxcwnDOU7/MpHlKTZx2mqnDYQFrDudXLFm0JJ9wr/l4csB+rh2Ug0OPuoSO53PqiZBqno9A==";
+ url = "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz";
+ sha512 = "ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==";
};
};
"capture-exit-2.0.0" = {
@@ -12244,13 +13207,13 @@ let
sha512 = "Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==";
};
};
- "ccount-1.0.5" = {
+ "ccount-1.1.0" = {
name = "ccount";
packageName = "ccount";
- version = "1.0.5";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/ccount/-/ccount-1.0.5.tgz";
- sha512 = "MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw==";
+ url = "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz";
+ sha512 = "vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==";
};
};
"center-align-0.1.3" = {
@@ -12361,15 +13324,6 @@ let
sha512 = "4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==";
};
};
- "chalk-4.0.0" = {
- name = "chalk";
- packageName = "chalk";
- version = "4.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz";
- sha512 = "N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==";
- };
- };
"chalk-4.1.0" = {
name = "chalk";
packageName = "chalk";
@@ -12388,13 +13342,13 @@ let
sha512 = "g9YLQVHVZS/3F+zIicfB58vjcxopvYQRp7xHzvyDFDhXH1aRZI/JhwSAO0X5qYiQluoGnaNAU6wByD2KTxJN1A==";
};
};
- "change-case-4.1.1" = {
+ "change-case-4.1.2" = {
name = "change-case";
packageName = "change-case";
- version = "4.1.1";
+ version = "4.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/change-case/-/change-case-4.1.1.tgz";
- sha512 = "qRlUWn/hXnX1R1LBDF/RelJLiqNjKjUqlmuBVSEIyye8kq49CXqkZWKmi8XeUAdDXWFOcGLUMZ+aHn3Q5lzUXw==";
+ url = "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz";
+ sha512 = "bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==";
};
};
"character-entities-1.2.4" = {
@@ -12604,15 +13558,6 @@ let
sha512 = "0UQ55f51JBkOFa+fvR76ywRzxiPwQS3Xe8oe5bZRphpv+dIMeerW5Zn5e4cUy4COJwVtJyU0R79RMnw+aCqmGA==";
};
};
- "child-process-promise-2.2.1" = {
- name = "child-process-promise";
- packageName = "child-process-promise";
- version = "2.2.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/child-process-promise/-/child-process-promise-2.2.1.tgz";
- sha1 = "4730a11ef610fad450b8f223c79d31d7bdad8074";
- };
- };
"chloride-2.3.0" = {
name = "chloride";
packageName = "chloride";
@@ -12631,15 +13576,6 @@ let
sha512 = "9vhoi1qXSBPn6//ZxIgSe3M2QhKHzIPZQzmrZgmPADsqW0Jxpe3db1e7aGSRUMXbxAQ04SfypdT8dGaSvIvKDw==";
};
};
- "chmodr-1.2.0" = {
- name = "chmodr";
- packageName = "chmodr";
- version = "1.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/chmodr/-/chmodr-1.2.0.tgz";
- sha512 = "Y5uI7Iq/Az6HgJEL6pdw7THVd7jbVOTPwsmcPOBjQL8e3N+pz872kzK5QxYGEy21iRys+iHWV0UZQXDFJo1hyA==";
- };
- };
"chokidar-1.7.0" = {
name = "chokidar";
packageName = "chokidar";
@@ -12676,15 +13612,6 @@ let
sha512 = "dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==";
};
};
- "chokidar-3.4.2" = {
- name = "chokidar";
- packageName = "chokidar";
- version = "3.4.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz";
- sha512 = "IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==";
- };
- };
"chokidar-3.4.3" = {
name = "chokidar";
packageName = "chokidar";
@@ -12730,13 +13657,13 @@ let
sha512 = "uiRdh4ZZy+UTPSrAdp8hqEdVb1EllLtTHOt5TMaOjJUvi+O54/83Fc5K2ld1P+TJX+dw5B+8/sCgzI6eaur/lg==";
};
};
- "chrome-dgram-3.0.5" = {
+ "chrome-dgram-3.0.6" = {
name = "chrome-dgram";
packageName = "chrome-dgram";
- version = "3.0.5";
+ version = "3.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/chrome-dgram/-/chrome-dgram-3.0.5.tgz";
- sha512 = "RcCR5Kpn+F7VGmtL3ex78ltB+cuuSTZdGBa4j3fQwUqz/90uOKd5t+WmnJp+QNv017oaHzn5GoMv1mCoRTmehQ==";
+ url = "https://registry.npmjs.org/chrome-dgram/-/chrome-dgram-3.0.6.tgz";
+ sha512 = "bqBsUuaOiXiqxXt/zA/jukNJJ4oaOtc7ciwqJpZVEaaXwwxqgI2/ZdG02vXYWUhHGziDlvGMQWk0qObgJwVYKA==";
};
};
"chrome-dns-1.0.1" = {
@@ -12982,13 +13909,13 @@ let
sha512 = "4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==";
};
};
- "clean-stack-3.0.0" = {
+ "clean-stack-3.0.1" = {
name = "clean-stack";
packageName = "clean-stack";
- version = "3.0.0";
+ version = "3.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.0.tgz";
- sha512 = "RHxtgFvXsRQ+1AM7dlozLDY7ssmvUUh0XEnfnyhYgJTO6beNZHBogiaCwGM9Q3rFrUkYxOtsZRC0zAturg5bjg==";
+ url = "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.1.tgz";
+ sha512 = "lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==";
};
};
"clean-webpack-plugin-3.0.0" = {
@@ -13198,6 +14125,15 @@ let
sha512 = "aXoHgEOtkem8sJmQrU/jXsojCq8uOp8++9lybCbt9mFDyPouSNawSdoPjuM00PPaSPCJThvY0VNYOQNd6gGQCA==";
};
};
+ "cli-ux-5.5.1" = {
+ name = "cli-ux";
+ packageName = "cli-ux";
+ version = "5.5.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/cli-ux/-/cli-ux-5.5.1.tgz";
+ sha512 = "t3DT1U1C3rArLGYLpKa3m9dr/8uKZRI8HRm/rXKL7UTjm4c+Yd9zHNWg1tP8uaJkUbhmvx5SQHwb3VWpPUVdHQ==";
+ };
+ };
"cli-width-1.1.1" = {
name = "cli-width";
packageName = "cli-width";
@@ -13342,13 +14278,13 @@ let
sha512 = "t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==";
};
};
- "cliui-7.0.3" = {
+ "cliui-7.0.4" = {
name = "cliui";
packageName = "cliui";
- version = "7.0.3";
+ version = "7.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/cliui/-/cliui-7.0.3.tgz";
- sha512 = "Gj3QHTkVMPKqwP3f7B4KPkBZRMR9r4rfi5bXFpg1a+Svvj8l7q5CnkBkVQzfxT5DFSsGk2+PascOgL0JYkL2kw==";
+ url = "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz";
+ sha512 = "OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==";
};
};
"clivas-0.1.4" = {
@@ -13648,13 +14584,13 @@ let
sha512 = "SPnx+ZHXVJ0qTInRXmnxuyu8PDvSzvop5MXp1BOr/urFQI3yL2n5ewE755skTklF/hKVlWj8cinGxdR2gvLvTA==";
};
};
- "codecs-2.1.0" = {
+ "codecs-2.2.0" = {
name = "codecs";
packageName = "codecs";
- version = "2.1.0";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/codecs/-/codecs-2.1.0.tgz";
- sha512 = "nSWYToViFEpZXOxhtMQ6IDs76TN9xKIkHOu1KCr/iFiBcgzKuY1AFPZktuXN8r82FbZ/TXP9fwITszLgcp3eQg==";
+ url = "https://registry.npmjs.org/codecs/-/codecs-2.2.0.tgz";
+ sha512 = "+xi2ENsvchtUNa8oBUU58gHgmyN6BEEeZ8NIEgeQ0XnC+AoyihivgZYe+OOiNi+fLy/NUowugwV5gP8XWYDm0Q==";
};
};
"codepage-1.4.0" = {
@@ -13720,6 +14656,15 @@ let
sha512 = "jCpd5+s0s0t7p3pHQKpnJ0TpQKKdleP71LWcA0aqiljpiuAkOSUFN/dyH8ZwF0hRmFlrIuRhufds1QyEP9EB+w==";
};
};
+ "color-3.1.2" = {
+ name = "color";
+ packageName = "color";
+ version = "3.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/color/-/color-3.1.2.tgz";
+ sha512 = "vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==";
+ };
+ };
"color-3.1.3" = {
name = "color";
packageName = "color";
@@ -13954,13 +14899,13 @@ let
sha512 = "MxS8Ad995KpdAC0Jopo/ovGIroV/m0KHwzKfXxKag6FHOkGsH8/lv5yjgablcRxCJJC0oJeUMuO/gmaq+Wq46g==";
};
};
- "command-line-usage-6.1.0" = {
+ "command-line-usage-6.1.1" = {
name = "command-line-usage";
packageName = "command-line-usage";
- version = "6.1.0";
+ version = "6.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz";
- sha512 = "Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==";
+ url = "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.1.tgz";
+ sha512 = "F59pEuAR9o1SF/bD0dQBDluhpT4jJQNWUHEuVBqpDmCUo6gPjCi+m9fCWnWZVR/oG6cMTUms4h+3NPl74wGXvA==";
};
};
"commander-0.6.1" = {
@@ -14098,15 +15043,6 @@ let
sha512 = "Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==";
};
};
- "commander-4.1.0" = {
- name = "commander";
- packageName = "commander";
- version = "4.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/commander/-/commander-4.1.0.tgz";
- sha512 = "NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw==";
- };
- };
"commander-4.1.1" = {
name = "commander";
packageName = "commander";
@@ -14143,6 +15079,15 @@ let
sha512 = "wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==";
};
};
+ "commander-6.2.0" = {
+ name = "commander";
+ packageName = "commander";
+ version = "6.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/commander/-/commander-6.2.0.tgz";
+ sha512 = "zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==";
+ };
+ };
"commandpost-1.4.0" = {
name = "commandpost";
packageName = "commandpost";
@@ -14305,13 +15250,13 @@ let
sha512 = "FyDqr8TKX5/X0qo+aVfaZ+PVmNJHJeckFBlq8jZGSJOgnynhfifoyl24qaqdUdDIBe0EVTHByN6NAkqYvE/2Xg==";
};
};
- "compress-commons-4.0.1" = {
+ "compress-commons-4.0.2" = {
name = "compress-commons";
packageName = "compress-commons";
- version = "4.0.1";
+ version = "4.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/compress-commons/-/compress-commons-4.0.1.tgz";
- sha512 = "xZm9o6iikekkI0GnXCmAl3LQGZj5TBDj0zLowsqi7tJtEa3FMGSEcHcqrSJIrOAk1UG/NBbDn/F1q+MG/p/EsA==";
+ url = "https://registry.npmjs.org/compress-commons/-/compress-commons-4.0.2.tgz";
+ sha512 = "qhd32a9xgzmpfoga1VQEiLEwdKZ6Plnpx5UCgIsf89FSolyJ7WnifY4Gtjgv5WR6hWAyRaHxC5MiEhU/38U70A==";
};
};
"compressible-2.0.18" = {
@@ -14593,13 +15538,13 @@ let
sha512 = "Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==";
};
};
- "constant-case-3.0.3" = {
+ "constant-case-3.0.4" = {
name = "constant-case";
packageName = "constant-case";
- version = "3.0.3";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/constant-case/-/constant-case-3.0.3.tgz";
- sha512 = "FXtsSnnrFYpzDmvwDGQW+l8XK3GV1coLyBN0eBz16ZUzGaZcT2ANVCJmLeuw2GQgxKHQIe9e0w2dzkSfaRlUmA==";
+ url = "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz";
+ sha512 = "I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==";
};
};
"constantinople-3.1.2" = {
@@ -14756,13 +15701,13 @@ let
sha512 = "jx44cconVqkCEEyLSKWwkvUXwO561jXMa3LPjTPsm5QR22PA0/mhe33FT4Xb5y74JDvt/Cq+5lm8S8rskLv9ZA==";
};
};
- "conventional-changelog-angular-5.0.11" = {
+ "conventional-changelog-angular-5.0.12" = {
name = "conventional-changelog-angular";
packageName = "conventional-changelog-angular";
- version = "5.0.11";
+ version = "5.0.12";
src = fetchurl {
- url = "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.11.tgz";
- sha512 = "nSLypht/1yEflhuTogC03i7DX7sOrXGsRn14g131Potqi6cbGbGEE9PSDEHKldabB6N76HiSyw9Ph+kLmC04Qw==";
+ url = "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz";
+ sha512 = "5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw==";
};
};
"conventional-changelog-core-3.2.3" = {
@@ -14783,31 +15728,31 @@ let
sha512 = "GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==";
};
};
- "conventional-changelog-writer-4.0.17" = {
+ "conventional-changelog-writer-4.0.18" = {
name = "conventional-changelog-writer";
packageName = "conventional-changelog-writer";
- version = "4.0.17";
+ version = "4.0.18";
src = fetchurl {
- url = "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.17.tgz";
- sha512 = "IKQuK3bib/n032KWaSb8YlBFds+aLmzENtnKtxJy3+HqDq5kohu3g/UdNbIHeJWygfnEbZjnCKFxAW0y7ArZAw==";
+ url = "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.18.tgz";
+ sha512 = "mAQDCKyB9HsE8Ko5cCM1Jn1AWxXPYV0v8dFPabZRkvsiWUul2YyAqbIaoMKF88Zf2ffnOPSvKhboLf3fnjo5/A==";
};
};
- "conventional-commits-filter-2.0.6" = {
+ "conventional-commits-filter-2.0.7" = {
name = "conventional-commits-filter";
packageName = "conventional-commits-filter";
- version = "2.0.6";
+ version = "2.0.7";
src = fetchurl {
- url = "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.6.tgz";
- sha512 = "4g+sw8+KA50/Qwzfr0hL5k5NWxqtrOVw4DDk3/h6L85a9Gz0/Eqp3oP+CWCNfesBvZZZEFHF7OTEbRe+yYSyKw==";
+ url = "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz";
+ sha512 = "ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==";
};
};
- "conventional-commits-parser-3.1.0" = {
+ "conventional-commits-parser-3.2.0" = {
name = "conventional-commits-parser";
packageName = "conventional-commits-parser";
- version = "3.1.0";
+ version = "3.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.1.0.tgz";
- sha512 = "RSo5S0WIwXZiRxUGTPuYFbqvrR4vpJ1BDdTlthFgvHt5kEdnd1+pdvwWphWn57/oIl4V72NMmOocFqqJ8mFFhA==";
+ url = "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.0.tgz";
+ sha512 = "XmJiXPxsF0JhAKyfA2Nn+rZwYKJ60nanlbSWwwkGwLQFbugsc0gv1rzc7VbbUWAzJfR1qR87/pNgv9NgmxtBMQ==";
};
};
"conventional-recommended-bump-5.0.1" = {
@@ -15071,13 +16016,13 @@ let
sha512 = "gzTLeBQzNP8aM/nG0/7sSfICfNazUgwvEU2kiDaybbYXmxwioo2v96h4tzE0XOyA64beyYwAyRYEEqWA4AMZjw==";
};
};
- "core-js-2.6.11" = {
+ "core-js-2.6.12" = {
name = "core-js";
packageName = "core-js";
- version = "2.6.11";
+ version = "2.6.12";
src = fetchurl {
- url = "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz";
- sha512 = "5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==";
+ url = "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz";
+ sha512 = "Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==";
};
};
"core-js-3.6.5" = {
@@ -15089,13 +16034,22 @@ let
sha512 = "vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==";
};
};
- "core-js-compat-3.6.5" = {
+ "core-js-3.8.0" = {
+ name = "core-js";
+ packageName = "core-js";
+ version = "3.8.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/core-js/-/core-js-3.8.0.tgz";
+ sha512 = "W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA==";
+ };
+ };
+ "core-js-compat-3.8.0" = {
name = "core-js-compat";
packageName = "core-js-compat";
- version = "3.6.5";
+ version = "3.8.0";
src = fetchurl {
- url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz";
- sha512 = "7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==";
+ url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.0.tgz";
+ sha512 = "o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ==";
};
};
"core-util-is-1.0.2" = {
@@ -15260,13 +16214,13 @@ let
sha512 = "mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w==";
};
};
- "crc32-stream-4.0.0" = {
+ "crc32-stream-4.0.1" = {
name = "crc32-stream";
packageName = "crc32-stream";
- version = "4.0.0";
+ version = "4.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.0.tgz";
- sha512 = "tyMw2IeUX6t9jhgXI6um0eKfWq4EIDpfv5m7GX4Jzp7eVelQ360xd8EPXJhp2mHwLQIkqlnMLjzqSZI3a+0wRw==";
+ url = "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.1.tgz";
+ sha512 = "FN5V+weeO/8JaXsamelVYO1PHyeCsuL3HcG4cqsj0ceARcocxalaShCsohZMSAF+db7UYFwBy1rARK/0oFItUw==";
};
};
"create-ecdh-4.0.4" = {
@@ -15395,15 +16349,6 @@ let
sha512 = "eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==";
};
};
- "cross-spawn-7.0.1" = {
- name = "cross-spawn";
- packageName = "cross-spawn";
- version = "7.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz";
- sha512 = "u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==";
- };
- };
"cross-spawn-7.0.3" = {
name = "cross-spawn";
packageName = "cross-spawn";
@@ -15467,6 +16412,15 @@ let
sha512 = "fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==";
};
};
+ "crypto-js-3.1.9-1" = {
+ name = "crypto-js";
+ packageName = "crypto-js";
+ version = "3.1.9-1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/crypto-js/-/crypto-js-3.1.9-1.tgz";
+ sha1 = "fda19e761fc077e01ffbfdc6e9fdfc59e8806cd8";
+ };
+ };
"crypto-random-string-1.0.0" = {
name = "crypto-random-string";
packageName = "crypto-random-string";
@@ -15503,6 +16457,15 @@ let
sha512 = "oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==";
};
};
+ "css-b64-images-0.2.5" = {
+ name = "css-b64-images";
+ packageName = "css-b64-images";
+ version = "0.2.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/css-b64-images/-/css-b64-images-0.2.5.tgz";
+ sha1 = "42005d83204b2b4a5d93b6b1a5644133b5927a02";
+ };
+ };
"css-color-keywords-1.0.0" = {
name = "css-color-keywords";
packageName = "css-color-keywords";
@@ -15638,13 +16601,13 @@ let
sha512 = "DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==";
};
};
- "css-tree-1.0.0-alpha.39" = {
+ "css-tree-1.1.2" = {
name = "css-tree";
packageName = "css-tree";
- version = "1.0.0-alpha.39";
+ version = "1.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.39.tgz";
- sha512 = "7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==";
+ url = "https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz";
+ sha512 = "wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ==";
};
};
"css-what-1.0.0" = {
@@ -15764,13 +16727,13 @@ let
sha1 = "178b43a44621221c27756086f531e02f42900ee8";
};
};
- "csso-4.0.3" = {
+ "csso-4.2.0" = {
name = "csso";
packageName = "csso";
- version = "4.0.3";
+ version = "4.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/csso/-/csso-4.0.3.tgz";
- sha512 = "NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ==";
+ url = "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz";
+ sha512 = "wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==";
};
};
"cssom-0.3.8" = {
@@ -15818,13 +16781,13 @@ let
sha512 = "AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==";
};
};
- "csstype-2.6.13" = {
+ "csstype-2.6.14" = {
name = "csstype";
packageName = "csstype";
- version = "2.6.13";
+ version = "2.6.14";
src = fetchurl {
- url = "https://registry.npmjs.org/csstype/-/csstype-2.6.13.tgz";
- sha512 = "ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A==";
+ url = "https://registry.npmjs.org/csstype/-/csstype-2.6.14.tgz";
+ sha512 = "2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==";
};
};
"csurf-1.11.0" = {
@@ -15980,13 +16943,76 @@ let
sha512 = "m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==";
};
};
- "d3-array-2.8.0" = {
+ "d3-5.16.0" = {
+ name = "d3";
+ packageName = "d3";
+ version = "5.16.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3/-/d3-5.16.0.tgz";
+ sha512 = "4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw==";
+ };
+ };
+ "d3-array-1.2.4" = {
name = "d3-array";
packageName = "d3-array";
- version = "2.8.0";
+ version = "1.2.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz";
+ sha512 = "KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==";
+ };
+ };
+ "d3-array-2.9.0" = {
+ name = "d3-array";
+ packageName = "d3-array";
+ version = "2.9.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-array/-/d3-array-2.9.0.tgz";
+ sha512 = "yOokB8GozB6GAubW9n7phLdRugC8TgEjF6V1cX/q78L80d2tLirUnc0jvDSSF622JJJTmtnJOe9+WKs+yS5GFQ==";
+ };
+ };
+ "d3-axis-1.0.12" = {
+ name = "d3-axis";
+ packageName = "d3-axis";
+ version = "1.0.12";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz";
+ sha512 = "ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==";
+ };
+ };
+ "d3-brush-1.1.6" = {
+ name = "d3-brush";
+ packageName = "d3-brush";
+ version = "1.1.6";
src = fetchurl {
- url = "https://registry.npmjs.org/d3-array/-/d3-array-2.8.0.tgz";
- sha512 = "6V272gsOeg7+9pTW1jSYOR1QE37g95I3my1hBmY+vOUNHRrk9yt4OTz/gK7PMkVAVDrYYq4mq3grTiZ8iJdNIw==";
+ url = "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.6.tgz";
+ sha512 = "7RW+w7HfMCPyZLifTz/UnJmI5kdkXtpCbombUSs8xniAyo0vIbrDzDwUJB6eJOgl9u5DQOt2TQlYumxzD1SvYA==";
+ };
+ };
+ "d3-chord-1.0.6" = {
+ name = "d3-chord";
+ packageName = "d3-chord";
+ version = "1.0.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.6.tgz";
+ sha512 = "JXA2Dro1Fxw9rJe33Uv+Ckr5IrAa74TlfDEhE/jfLOaXegMQFQTAgAw9WnZL8+HxVBRXaRGCkrNU7pJeylRIuA==";
+ };
+ };
+ "d3-collection-1.0.7" = {
+ name = "d3-collection";
+ packageName = "d3-collection";
+ version = "1.0.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz";
+ sha512 = "ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==";
+ };
+ };
+ "d3-color-1.4.1" = {
+ name = "d3-color";
+ packageName = "d3-color";
+ version = "1.4.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-color/-/d3-color-1.4.1.tgz";
+ sha512 = "p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==";
};
};
"d3-color-2.0.0" = {
@@ -15998,6 +17024,15 @@ let
sha512 = "SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ==";
};
};
+ "d3-contour-1.3.2" = {
+ name = "d3-contour";
+ packageName = "d3-contour";
+ version = "1.3.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-contour/-/d3-contour-1.3.2.tgz";
+ sha512 = "hoPp4K/rJCu0ladiH6zmJUEz6+u3lgR+GSm/QdM2BBvDraU39Vr7YdDCicJcxP1z8i9B/2dJLgDC1NcvlF8WCg==";
+ };
+ };
"d3-delaunay-5.3.0" = {
name = "d3-delaunay";
packageName = "d3-delaunay";
@@ -16007,6 +17042,15 @@ let
sha512 = "amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w==";
};
};
+ "d3-dispatch-1.0.6" = {
+ name = "d3-dispatch";
+ packageName = "d3-dispatch";
+ version = "1.0.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz";
+ sha512 = "fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==";
+ };
+ };
"d3-dispatch-2.0.0" = {
name = "d3-dispatch";
packageName = "d3-dispatch";
@@ -16016,6 +17060,24 @@ let
sha512 = "S/m2VsXI7gAti2pBoLClFFTMOO1HTtT0j99AuXLoGFKO6deHDdnv6ZGTxSTTUTgO1zVcv82fCOtDjYK4EECmWA==";
};
};
+ "d3-drag-1.2.5" = {
+ name = "d3-drag";
+ packageName = "d3-drag";
+ version = "1.2.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.5.tgz";
+ sha512 = "rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w==";
+ };
+ };
+ "d3-dsv-1.2.0" = {
+ name = "d3-dsv";
+ packageName = "d3-dsv";
+ version = "1.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.2.0.tgz";
+ sha512 = "9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==";
+ };
+ };
"d3-dsv-2.0.0" = {
name = "d3-dsv";
packageName = "d3-dsv";
@@ -16025,6 +17087,33 @@ let
sha512 = "E+Pn8UJYx9mViuIUkoc93gJGGYut6mSDKy2+XaPwccwkRGlR+LO97L2VCCRjQivTwLHkSnAJG7yo00BWY6QM+w==";
};
};
+ "d3-ease-1.0.7" = {
+ name = "d3-ease";
+ packageName = "d3-ease";
+ version = "1.0.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.7.tgz";
+ sha512 = "lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==";
+ };
+ };
+ "d3-fetch-1.2.0" = {
+ name = "d3-fetch";
+ packageName = "d3-fetch";
+ version = "1.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-fetch/-/d3-fetch-1.2.0.tgz";
+ sha512 = "yC78NBVcd2zFAyR/HnUiBS7Lf6inSCoWcSxFfw8FYL7ydiqe80SazNwoffcqOfs95XaLo7yebsmQqDKSsXUtvA==";
+ };
+ };
+ "d3-force-1.2.1" = {
+ name = "d3-force";
+ packageName = "d3-force";
+ version = "1.2.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-force/-/d3-force-1.2.1.tgz";
+ sha512 = "HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg==";
+ };
+ };
"d3-force-2.1.1" = {
name = "d3-force";
packageName = "d3-force";
@@ -16034,6 +17123,15 @@ let
sha512 = "nAuHEzBqMvpFVMf9OX75d00OxvOXdxY+xECIXjW6Gv8BRrXu6gAWbv/9XKrvfJ5i5DCokDW7RYE50LRoK092ew==";
};
};
+ "d3-format-1.4.5" = {
+ name = "d3-format";
+ packageName = "d3-format";
+ version = "1.4.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-format/-/d3-format-1.4.5.tgz";
+ sha512 = "J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==";
+ };
+ };
"d3-format-2.0.0" = {
name = "d3-format";
packageName = "d3-format";
@@ -16043,6 +17141,15 @@ let
sha512 = "Ab3S6XuE/Q+flY96HXT0jOXcM4EAClYFnRGY5zsjRGNy6qCYrQsMffs7cV5Q9xejb35zxW5hf/guKw34kvIKsA==";
};
};
+ "d3-geo-1.12.1" = {
+ name = "d3-geo";
+ packageName = "d3-geo";
+ version = "1.12.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-geo/-/d3-geo-1.12.1.tgz";
+ sha512 = "XG4d1c/UJSEX9NfU02KwBL6BYPj8YKHxgBEw5om2ZnTRSbIcego6dhHwcxuSR3clxh0EpE38os1DVPOmnYtTPg==";
+ };
+ };
"d3-geo-2.0.1" = {
name = "d3-geo";
packageName = "d3-geo";
@@ -16061,6 +17168,15 @@ let
sha512 = "1JE+filVbkEX2bT25dJdQ05iA4QHvUwev6o0nIQHOSrNlHCAKfVss/U10vEM3pA4j5v7uQoFdQ4KLbx9BlEbWA==";
};
};
+ "d3-hierarchy-1.1.9" = {
+ name = "d3-hierarchy";
+ packageName = "d3-hierarchy";
+ version = "1.1.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz";
+ sha512 = "j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==";
+ };
+ };
"d3-hierarchy-2.0.0" = {
name = "d3-hierarchy";
packageName = "d3-hierarchy";
@@ -16070,6 +17186,15 @@ let
sha512 = "SwIdqM3HxQX2214EG9GTjgmCc/mbSx4mQBn+DuEETubhOw6/U3fmnji4uCVrmzOydMHSO1nZle5gh6HB/wdOzw==";
};
};
+ "d3-interpolate-1.4.0" = {
+ name = "d3-interpolate";
+ packageName = "d3-interpolate";
+ version = "1.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.4.0.tgz";
+ sha512 = "V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==";
+ };
+ };
"d3-interpolate-2.0.1" = {
name = "d3-interpolate";
packageName = "d3-interpolate";
@@ -16079,6 +17204,15 @@ let
sha512 = "c5UhwwTs/yybcmTpAVqwSFl6vrQ8JZJoT5F7xNFK9pymv5C0Ymcc9/LIJHtYIggg/yS9YHw8i8O8tgb9pupjeQ==";
};
};
+ "d3-path-1.0.9" = {
+ name = "d3-path";
+ packageName = "d3-path";
+ version = "1.0.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz";
+ sha512 = "VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==";
+ };
+ };
"d3-path-2.0.0" = {
name = "d3-path";
packageName = "d3-path";
@@ -16088,6 +17222,24 @@ let
sha512 = "ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA==";
};
};
+ "d3-polygon-1.0.6" = {
+ name = "d3-polygon";
+ packageName = "d3-polygon";
+ version = "1.0.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-polygon/-/d3-polygon-1.0.6.tgz";
+ sha512 = "k+RF7WvI08PC8reEoXa/w2nSg5AUMTi+peBD9cmFc+0ixHfbs4QmxxkarVal1IkVkgxVuk9JSHhJURHiyHKAuQ==";
+ };
+ };
+ "d3-quadtree-1.0.7" = {
+ name = "d3-quadtree";
+ packageName = "d3-quadtree";
+ version = "1.0.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.7.tgz";
+ sha512 = "RKPAeXnkC59IDGD0Wu5mANy0Q2V28L+fNe65pOCXVdVuTJS3WPKaJlFHer32Rbh9gIo9qMuJXio8ra4+YmIymA==";
+ };
+ };
"d3-quadtree-2.0.0" = {
name = "d3-quadtree";
packageName = "d3-quadtree";
@@ -16097,6 +17249,24 @@ let
sha512 = "b0Ed2t1UUalJpc3qXzKi+cPGxeXRr4KU9YSlocN74aTzp6R/Ud43t79yLLqxHRWZfsvWXmbDWPpoENK1K539xw==";
};
};
+ "d3-random-1.1.2" = {
+ name = "d3-random";
+ packageName = "d3-random";
+ version = "1.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-random/-/d3-random-1.1.2.tgz";
+ sha512 = "6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==";
+ };
+ };
+ "d3-scale-2.2.2" = {
+ name = "d3-scale";
+ packageName = "d3-scale";
+ version = "2.2.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.2.tgz";
+ sha512 = "LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==";
+ };
+ };
"d3-scale-3.2.3" = {
name = "d3-scale";
packageName = "d3-scale";
@@ -16106,6 +17276,33 @@ let
sha512 = "8E37oWEmEzj57bHcnjPVOBS3n4jqakOeuv1EDdQSiSrYnMCBdMd3nc4HtKk7uia8DUHcY/CGuJ42xxgtEYrX0g==";
};
};
+ "d3-scale-chromatic-1.5.0" = {
+ name = "d3-scale-chromatic";
+ packageName = "d3-scale-chromatic";
+ version = "1.5.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.5.0.tgz";
+ sha512 = "ACcL46DYImpRFMBcpk9HhtIyC7bTBR4fNOPxwVSl0LfulDAwyiHyPOTqcDG1+t5d4P9W7t/2NAuWu59aKko/cg==";
+ };
+ };
+ "d3-selection-1.4.2" = {
+ name = "d3-selection";
+ packageName = "d3-selection";
+ version = "1.4.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.2.tgz";
+ sha512 = "SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==";
+ };
+ };
+ "d3-shape-1.3.7" = {
+ name = "d3-shape";
+ packageName = "d3-shape";
+ version = "1.3.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz";
+ sha512 = "EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==";
+ };
+ };
"d3-shape-2.0.0" = {
name = "d3-shape";
packageName = "d3-shape";
@@ -16115,6 +17312,15 @@ let
sha512 = "djpGlA779ua+rImicYyyjnOjeubyhql1Jyn1HK0bTyawuH76UQRWXd+pftr67H6Fa8hSwetkgb/0id3agKWykw==";
};
};
+ "d3-time-1.1.0" = {
+ name = "d3-time";
+ packageName = "d3-time";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz";
+ sha512 = "Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==";
+ };
+ };
"d3-time-2.0.0" = {
name = "d3-time";
packageName = "d3-time";
@@ -16124,6 +17330,15 @@ let
sha512 = "2mvhstTFcMvwStWd9Tj3e6CEqtOivtD8AUiHT8ido/xmzrI9ijrUUihZ6nHuf/vsScRBonagOdj0Vv+SEL5G3Q==";
};
};
+ "d3-time-format-2.3.0" = {
+ name = "d3-time-format";
+ packageName = "d3-time-format";
+ version = "2.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz";
+ sha512 = "guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==";
+ };
+ };
"d3-time-format-3.0.0" = {
name = "d3-time-format";
packageName = "d3-time-format";
@@ -16133,6 +17348,15 @@ let
sha512 = "UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag==";
};
};
+ "d3-timer-1.0.10" = {
+ name = "d3-timer";
+ packageName = "d3-timer";
+ version = "1.0.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.10.tgz";
+ sha512 = "B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==";
+ };
+ };
"d3-timer-2.0.0" = {
name = "d3-timer";
packageName = "d3-timer";
@@ -16142,6 +17366,33 @@ let
sha512 = "TO4VLh0/420Y/9dO3+f9abDEFYeCUr2WZRlxJvbp4HPTQcSylXNiL6yZa9FIUvV1yRiFufl1bszTCLDqv9PWNA==";
};
};
+ "d3-transition-1.3.2" = {
+ name = "d3-transition";
+ packageName = "d3-transition";
+ version = "1.3.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-transition/-/d3-transition-1.3.2.tgz";
+ sha512 = "sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==";
+ };
+ };
+ "d3-voronoi-1.1.4" = {
+ name = "d3-voronoi";
+ packageName = "d3-voronoi";
+ version = "1.1.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.4.tgz";
+ sha512 = "dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==";
+ };
+ };
+ "d3-zoom-1.8.3" = {
+ name = "d3-zoom";
+ packageName = "d3-zoom";
+ version = "1.8.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.8.3.tgz";
+ sha512 = "VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ==";
+ };
+ };
"dag-map-1.0.2" = {
name = "dag-map";
packageName = "dag-map";
@@ -16151,6 +17402,24 @@ let
sha1 = "e8379f041000ed561fc515475c1ed2c85eece8d7";
};
};
+ "dagre-0.8.5" = {
+ name = "dagre";
+ packageName = "dagre";
+ version = "0.8.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/dagre/-/dagre-0.8.5.tgz";
+ sha512 = "/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==";
+ };
+ };
+ "dagre-d3-0.6.4" = {
+ name = "dagre-d3";
+ packageName = "dagre-d3";
+ version = "0.6.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/dagre-d3/-/dagre-d3-0.6.4.tgz";
+ sha512 = "e/6jXeCP7/ptlAM48clmX4xTZc5Ek6T6kagS7Oz2HrYSdqcLZFLqpAfh7ldbZRFfxCZVyh61NEPR08UQRVxJzQ==";
+ };
+ };
"dargs-4.1.0" = {
name = "dargs";
packageName = "dargs";
@@ -16340,6 +17609,15 @@ let
sha512 = "YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==";
};
};
+ "data-urls-2.0.0" = {
+ name = "data-urls";
+ packageName = "data-urls";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz";
+ sha512 = "X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==";
+ };
+ };
"dataloader-2.0.0" = {
name = "dataloader";
packageName = "dataloader";
@@ -16421,31 +17699,31 @@ let
sha512 = "3VmRXEtw7RZKAf+4Tv1Ym9AGeo8r8+CjDi26x+7SYQil1UqtqdaokhzoEJohqlzt0m5kacJSDhJQkG/LWhpRBw==";
};
};
- "dayjs-1.9.3" = {
+ "dayjs-1.9.7" = {
name = "dayjs";
packageName = "dayjs";
- version = "1.9.3";
+ version = "1.9.7";
src = fetchurl {
- url = "https://registry.npmjs.org/dayjs/-/dayjs-1.9.3.tgz";
- sha512 = "V+1SyIvkS+HmNbN1G7A9+ERbFTV9KTXu6Oor98v2xHmzzpp52OIJhQuJSTywWuBY5pyAEmlwbCi1Me87n/SLOw==";
+ url = "https://registry.npmjs.org/dayjs/-/dayjs-1.9.7.tgz";
+ sha512 = "IC877KBdMhBrCfBfJXHQlo0G8keZ0Opy7YIIq5QKtUbCuHMzim8S4PyiVK4YmihI3iOF9lhfUBW4AQWHTR5WHA==";
};
};
- "deasync-0.1.15" = {
+ "deasync-0.1.20" = {
name = "deasync";
packageName = "deasync";
- version = "0.1.15";
+ version = "0.1.20";
src = fetchurl {
- url = "https://registry.npmjs.org/deasync/-/deasync-0.1.15.tgz";
- sha512 = "pxMaCYu8cQIbGkA4Y1R0PLSooPIpH1WgFBLeJ+zLxQgHfkZG86ViJSmZmONSjZJ/R3NjwkMcIWZAzpLB2G9/CA==";
+ url = "https://registry.npmjs.org/deasync/-/deasync-0.1.20.tgz";
+ sha512 = "E1GI7jMI57hL30OX6Ht/hfQU8DO4AuB9m72WFm4c38GNbUD4Q03//XZaOIHZiY+H1xUaomcot5yk2q/qIZQkGQ==";
};
};
- "deasync-0.1.20" = {
+ "deasync-0.1.21" = {
name = "deasync";
packageName = "deasync";
- version = "0.1.20";
+ version = "0.1.21";
src = fetchurl {
- url = "https://registry.npmjs.org/deasync/-/deasync-0.1.20.tgz";
- sha512 = "E1GI7jMI57hL30OX6Ht/hfQU8DO4AuB9m72WFm4c38GNbUD4Q03//XZaOIHZiY+H1xUaomcot5yk2q/qIZQkGQ==";
+ url = "https://registry.npmjs.org/deasync/-/deasync-0.1.21.tgz";
+ sha512 = "kUmM8Y+PZpMpQ+B4AuOW9k2Pfx/mSupJtxOsLzmnHY2WqZUYRFccFn2RhzPAqt3Xb+sorK/badW2D4zNzqZz5w==";
};
};
"death-1.1.0" = {
@@ -16547,6 +17825,15 @@ let
sha512 = "mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==";
};
};
+ "debug-3.2.7" = {
+ name = "debug";
+ packageName = "debug";
+ version = "3.2.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz";
+ sha512 = "CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==";
+ };
+ };
"debug-4.1.1" = {
name = "debug";
packageName = "debug";
@@ -16565,13 +17852,13 @@ let
sha512 = "IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==";
};
};
- "debug-4.3.0" = {
+ "debug-4.3.1" = {
name = "debug";
packageName = "debug";
- version = "4.3.0";
+ version = "4.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/debug/-/debug-4.3.0.tgz";
- sha512 = "jjO6JD2rKfiZQnBoRzhRTbXjHLGLfH+UtGkWLc/UXAh/rzZMyjbgn0NcfFpqT8nd1kTtFnDiJcrIFkq4UKeJVg==";
+ url = "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz";
+ sha512 = "doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==";
};
};
"debug-fabulous-1.1.0" = {
@@ -16592,6 +17879,15 @@ let
sha1 = "aa24ffb9ac3df9a2351837cfb2d279360cd78492";
};
};
+ "debugnyan-1.0.0" = {
+ name = "debugnyan";
+ packageName = "debugnyan";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/debugnyan/-/debugnyan-1.0.0.tgz";
+ sha1 = "90386d5ebc2c63588f17f272be5c2a93b7665d83";
+ };
+ };
"decache-4.4.0" = {
name = "decache";
packageName = "decache";
@@ -16628,6 +17924,15 @@ let
sha1 = "d171a87933252807eb3cb61dc1c1445d078df2d9";
};
};
+ "decimal.js-10.2.1" = {
+ name = "decimal.js";
+ packageName = "decimal.js";
+ version = "10.2.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz";
+ sha512 = "KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==";
+ };
+ };
"decimal.js-7.5.1" = {
name = "decimal.js";
packageName = "decimal.js";
@@ -16682,15 +17987,6 @@ let
sha512 = "jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==";
};
};
- "decompress-response-5.0.0" = {
- name = "decompress-response";
- packageName = "decompress-response";
- version = "5.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/decompress-response/-/decompress-response-5.0.0.tgz";
- sha512 = "TLZWWybuxWgoW7Lykv+gq9xvzOsUjQ9tF09Tj6NSTYGMTCHNXzrPnD6Hi+TgZq19PyTAGH4Ll/NIM/eTGglnMw==";
- };
- };
"decompress-response-6.0.0" = {
name = "decompress-response";
packageName = "decompress-response";
@@ -16781,13 +18077,13 @@ let
sha512 = "yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==";
};
};
- "deep-equal-2.0.4" = {
+ "deep-equal-2.0.5" = {
name = "deep-equal";
packageName = "deep-equal";
- version = "2.0.4";
+ version = "2.0.5";
src = fetchurl {
- url = "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.4.tgz";
- sha512 = "BUfaXrVoCfgkOQY/b09QdO9L3XNoF2XH0A3aY9IQwQL/ZjLOe8FQgCNVl1wiolhsFo8kFdO9zdPViCPbmaJA5w==";
+ url = "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz";
+ sha512 = "nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==";
};
};
"deep-extend-0.2.11" = {
@@ -17114,15 +18410,6 @@ let
sha512 = "1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==";
};
};
- "del-cli-3.0.1" = {
- name = "del-cli";
- packageName = "del-cli";
- version = "3.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/del-cli/-/del-cli-3.0.1.tgz";
- sha512 = "BLHItGr82rUbHhjMu41d+vw9Md49i81jmZSV00HdTq4t+RTHywmEht/23mNFpUl2YeLYJZJyGz4rdlMAyOxNeg==";
- };
- };
"delaunator-4.0.1" = {
name = "delaunator";
packageName = "delaunator";
@@ -17393,13 +18680,13 @@ let
sha512 = "6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==";
};
};
- "detective-amd-3.0.0" = {
+ "detective-amd-3.0.1" = {
name = "detective-amd";
packageName = "detective-amd";
- version = "3.0.0";
+ version = "3.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/detective-amd/-/detective-amd-3.0.0.tgz";
- sha512 = "kOpKHyabdSKF9kj7PqYHLeHPw+TJT8q2u48tZYMkIcas28el1CYeLEJ42Nm+563/Fq060T5WknfwDhdX9+kkBQ==";
+ url = "https://registry.npmjs.org/detective-amd/-/detective-amd-3.0.1.tgz";
+ sha512 = "vJgluSKkPyo+/McW9hzwmZwY1VPA3BS0VS1agdpPAWAhr65HwC1ox4Ig82rVfGYDYCa4GcKQON5JWBk++2Kf1Q==";
};
};
"detective-cjs-3.1.1" = {
@@ -17483,13 +18770,13 @@ let
sha512 = "7/nIzKdQ8y2K0imjIP7dyg2GJ2h38Ps6VOMXWZHIarNDV3p6mTXyEugKFnkmsZ2DD58JEG34ILyVb3qdOMmP9w==";
};
};
- "devtools-protocol-0.0.799653" = {
+ "devtools-protocol-0.0.818844" = {
name = "devtools-protocol";
packageName = "devtools-protocol";
- version = "0.0.799653";
+ version = "0.0.818844";
src = fetchurl {
- url = "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.799653.tgz";
- sha512 = "t1CcaZbvm8pOlikqrsIM9GOa7Ipp07+4h/q9u0JXBWjPCjHdBl9KkddX87Vv9vBHoBGtwV79sYQNGnQM6iS5gg==";
+ url = "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz";
+ sha512 = "AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==";
};
};
"dezalgo-1.0.3" = {
@@ -17591,13 +18878,13 @@ let
sha512 = "IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==";
};
};
- "diff2html-3.1.14" = {
+ "diff2html-3.1.15" = {
name = "diff2html";
packageName = "diff2html";
- version = "3.1.14";
+ version = "3.1.15";
src = fetchurl {
- url = "https://registry.npmjs.org/diff2html/-/diff2html-3.1.14.tgz";
- sha512 = "Qot+l+v+aqGcuvJe1C8ZPev17deSyg+DOwICF3m8Ka/C3af1K2Wh2WENYulxv9CQyVhy2VarluR5fMfN5BEHIg==";
+ url = "https://registry.npmjs.org/diff2html/-/diff2html-3.1.15.tgz";
+ sha512 = "juAPno3aLDhLV6e2rPl1uQ3ZHpFT4o5Hpx5il4EH+nbdphwGgK1a7dQ/BnSXWlNPvEZ5l8lE5CTHijx5QPLzOQ==";
};
};
"diff3-0.0.3" = {
@@ -17744,13 +19031,13 @@ let
sha512 = "EAyaxl8hy4Ph07kzlzGTfpbZMNAAAHXSZtNEMwdlnSd1noHzvA6HsgKt4fEMSvaEXQYLSphe5rPMxN4WOj0hcQ==";
};
};
- "dispensary-0.57.0" = {
+ "dispensary-0.59.0" = {
name = "dispensary";
packageName = "dispensary";
- version = "0.57.0";
+ version = "0.59.0";
src = fetchurl {
- url = "https://registry.npmjs.org/dispensary/-/dispensary-0.57.0.tgz";
- sha512 = "vgRaZa9Ok8QdrAVtx+s6heBgI1RGT+Y6VA336oPWYADZZz83K+5NOTpLamEKRyJdRY5pYLaWhV2Js7bau1JyKg==";
+ url = "https://registry.npmjs.org/dispensary/-/dispensary-0.59.0.tgz";
+ sha512 = "JSnh4AhtYgwoyUHtunZbAhklkD9IeNacK1IDlrAJSZjzBMGFoTp9+Nggg+ITJ+F1geXc04DZ55ixnjFr5Ozknw==";
};
};
"diveSync-0.3.0" = {
@@ -18041,13 +19328,13 @@ let
sha512 = "BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==";
};
};
- "domelementtype-2.0.2" = {
+ "domelementtype-2.1.0" = {
name = "domelementtype";
packageName = "domelementtype";
- version = "2.0.2";
+ version = "2.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.2.tgz";
- sha512 = "wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA==";
+ url = "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz";
+ sha512 = "LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==";
};
};
"domexception-1.0.1" = {
@@ -18059,6 +19346,15 @@ let
sha512 = "raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==";
};
};
+ "domexception-2.0.1" = {
+ name = "domexception";
+ packageName = "domexception";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz";
+ sha512 = "yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==";
+ };
+ };
"domhandler-2.2.1" = {
name = "domhandler";
packageName = "domhandler";
@@ -18095,6 +19391,15 @@ let
sha512 = "J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==";
};
};
+ "domhandler-4.0.0" = {
+ name = "domhandler";
+ packageName = "domhandler";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/domhandler/-/domhandler-4.0.0.tgz";
+ sha512 = "KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA==";
+ };
+ };
"domino-2.1.6" = {
name = "domino";
packageName = "domino";
@@ -18104,13 +19409,13 @@ let
sha512 = "3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==";
};
};
- "dompurify-1.0.11" = {
+ "dompurify-2.2.2" = {
name = "dompurify";
packageName = "dompurify";
- version = "1.0.11";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/dompurify/-/dompurify-1.0.11.tgz";
- sha512 = "XywCTXZtc/qCX3iprD1pIklRVk/uhl8BKpkTxr+ZyMVUzSUg7wkQXRBp/euJ5J5moa1QvfpvaPQVP71z1O59dQ==";
+ url = "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz";
+ sha512 = "BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg==";
};
};
"domutils-1.4.3" = {
@@ -18140,22 +19445,22 @@ let
sha512 = "Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==";
};
};
- "domutils-2.4.2" = {
+ "domutils-2.4.3" = {
name = "domutils";
packageName = "domutils";
- version = "2.4.2";
+ version = "2.4.3";
src = fetchurl {
- url = "https://registry.npmjs.org/domutils/-/domutils-2.4.2.tgz";
- sha512 = "NKbgaM8ZJOecTZsIzW5gSuplsX2IWW2mIK7xVr8hTQF2v1CJWTmLZ1HOCh5sH+IzVPAGE5IucooOkvwBRAdowA==";
+ url = "https://registry.npmjs.org/domutils/-/domutils-2.4.3.tgz";
+ sha512 = "MDMfEjgtzHvRX7i21XQfkk/vfZbLOe0VJk8dDETkTTo3BTeH3NXz3Xvs94UQ+GzTw/GjRYKsfVKIIOheYX63fw==";
};
};
- "dot-case-3.0.3" = {
+ "dot-case-3.0.4" = {
name = "dot-case";
packageName = "dot-case";
- version = "3.0.3";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/dot-case/-/dot-case-3.0.3.tgz";
- sha512 = "7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA==";
+ url = "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz";
+ sha512 = "Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==";
};
};
"dot-prop-4.2.1" = {
@@ -18230,6 +19535,15 @@ let
sha512 = "1l9K4UnQQHSfKgeHeLrxnB53AidCZqPyf9dkRL4/fZl8//NPiiDD43zHtgylw8DHlO7gvM8+O5a0UPHesNYZKw==";
};
};
+ "double-ended-queue-2.1.0-0" = {
+ name = "double-ended-queue";
+ packageName = "double-ended-queue";
+ version = "2.1.0-0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/double-ended-queue/-/double-ended-queue-2.1.0-0.tgz";
+ sha1 = "103d3527fd31528f40188130c841efdd78264e5c";
+ };
+ };
"downgrade-root-1.2.2" = {
name = "downgrade-root";
packageName = "downgrade-root";
@@ -18446,13 +19760,13 @@ let
sha512 = "vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==";
};
};
- "easy-stack-1.0.0" = {
+ "easy-stack-1.0.1" = {
name = "easy-stack";
packageName = "easy-stack";
- version = "1.0.0";
+ version = "1.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/easy-stack/-/easy-stack-1.0.0.tgz";
- sha1 = "12c91b3085a37f0baa336e9486eac4bf94e3e788";
+ url = "https://registry.npmjs.org/easy-stack/-/easy-stack-1.0.1.tgz";
+ sha512 = "wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==";
};
};
"ecc-jsbn-0.1.2" = {
@@ -18554,15 +19868,6 @@ let
sha1 = "ffdc56dcc35d02926dd50ad13439bbc54061d598";
};
};
- "ejs-2.5.7" = {
- name = "ejs";
- packageName = "ejs";
- version = "2.5.7";
- src = fetchurl {
- url = "https://registry.npmjs.org/ejs/-/ejs-2.5.7.tgz";
- sha1 = "cc872c168880ae3c7189762fd5ffc00896c9518a";
- };
- };
"ejs-2.7.4" = {
name = "ejs";
packageName = "ejs";
@@ -18581,13 +19886,23 @@ let
sha512 = "dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w==";
};
};
- "electron-to-chromium-1.3.582" = {
+ "electron-to-chromium-1.3.616" = {
name = "electron-to-chromium";
packageName = "electron-to-chromium";
- version = "1.3.582";
+ version = "1.3.616";
src = fetchurl {
- url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.582.tgz";
- sha512 = "0nCJ7cSqnkMC+kUuPs0YgklFHraWGl/xHqtZWWtOeVtyi+YqkoAOMGuZQad43DscXCQI/yizcTa3u6B5r+BLww==";
+ url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.616.tgz";
+ sha512 = "CI8L38UN2BEnqXw3/oRIQTmde0LiSeqWSRlPA42ZTYgJQ8fYenzAM2Z3ni+jtILTcrs5aiXZCGJ96Pm+3/yGyQ==";
+ };
+ };
+ "electrum-client-git://github.com/janoside/electrum-client" = {
+ name = "electrum-client";
+ packageName = "electrum-client";
+ version = "1.1.7";
+ src = fetchgit {
+ url = "git://github.com/janoside/electrum-client";
+ rev = "d98e929028d2b05c88a41fe37652737912bead79";
+ sha256 = "d6dfc396ae69eba6efa303039d6ebb46a5cd51d1b79a293f915609057b9062be";
};
};
"elegant-spinner-1.0.1" = {
@@ -18617,13 +19932,22 @@ let
sha1 = "9ac91be6e52fb6e6244c4e54a4ac3ed8ae8e29c0";
};
};
- "elf-tools-1.1.2" = {
- name = "elf-tools";
- packageName = "elf-tools";
- version = "1.1.2";
+ "elf-cam-0.1.1" = {
+ name = "elf-cam";
+ packageName = "elf-cam";
+ version = "0.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/elf-cam/-/elf-cam-0.1.1.tgz";
+ sha512 = "tKSFTWOp5OwJSp6MKyQDX7umYDkvUuI8rxHXw8BuUQ63d9Trj9xLeo6SHyoTGSoZNNZVitFa+RuHHXuoAzN3Rw==";
+ };
+ };
+ "elfy-1.0.0" = {
+ name = "elfy";
+ packageName = "elfy";
+ version = "1.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/elf-tools/-/elf-tools-1.1.2.tgz";
- sha512 = "x+p+XNxLk8ittsYN7294mCnQ2i48udu3UGdHBv2gw1u1MVigXctcfbp5H9ebqTJnDxkbs6PdOSBOAdYGGDN7uA==";
+ url = "https://registry.npmjs.org/elfy/-/elfy-1.0.0.tgz";
+ sha512 = "4Kp3AA94jC085IJox+qnvrZ3PudqTi4gQNvIoTZfJJ9IqkRuCoqP60vCVYlIg00c5aYusi5Wjh2bf0cHYt+6gQ==";
};
};
"elliptic-6.5.3" = {
@@ -18726,15 +20050,6 @@ let
sha512 = "5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==";
};
};
- "emojis-list-2.1.0" = {
- name = "emojis-list";
- packageName = "emojis-list";
- version = "2.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz";
- sha1 = "4daa4d9db00f9819880c79fa457ae5b09a1fd389";
- };
- };
"emojis-list-3.0.0" = {
name = "emojis-list";
packageName = "emojis-list";
@@ -18861,6 +20176,15 @@ let
sha512 = "buHTb5c8AC9NshtP6dgmNLYkiT+olskbq1z6cEGvfGCF3Qphbu/1zz5Xu+yjTDln8RbxNhPoUyJ5H8MSrp1olQ==";
};
};
+ "endian-reader-0.3.0" = {
+ name = "endian-reader";
+ packageName = "endian-reader";
+ version = "0.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/endian-reader/-/endian-reader-0.3.0.tgz";
+ sha1 = "84eca436b80aed0d0639c47291338b932efe50a0";
+ };
+ };
"ends-with-0.2.0" = {
name = "ends-with";
packageName = "ends-with";
@@ -18888,6 +20212,15 @@ let
sha512 = "b4Q85dFkGw+TqgytGPrGgACRUhsdKc9S9ErRAXpPGy/CXKs4tYoHDkvIRdsseAF7NjfVwjRFIn6KTnbw7LwJZg==";
};
};
+ "engine.io-4.0.4" = {
+ name = "engine.io";
+ packageName = "engine.io";
+ version = "4.0.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/engine.io/-/engine.io-4.0.4.tgz";
+ sha512 = "4ggUX5pICZU17OTZNFv5+uFE/ZyoK+TIXv2SvxWWX8lwStllQ6Lvvs4lDBqvKpV9EYXNcvlNOcjKChd/mo+8Tw==";
+ };
+ };
"engine.io-client-1.3.1" = {
name = "engine.io-client";
packageName = "engine.io-client";
@@ -18924,6 +20257,15 @@ let
sha512 = "x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==";
};
};
+ "engine.io-parser-4.0.1" = {
+ name = "engine.io-parser";
+ packageName = "engine.io-parser";
+ version = "4.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.1.tgz";
+ sha512 = "v5aZK1hlckcJDGmHz3W8xvI3NUHYc9t8QtTbqdR5OaH3S9iJZilPubauOm+vLWOMMWzpE3hiq92l9lTAHamRCg==";
+ };
+ };
"enhanced-resolve-2.3.0" = {
name = "enhanced-resolve";
packageName = "enhanced-resolve";
@@ -18942,13 +20284,13 @@ let
sha512 = "3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==";
};
};
- "enhanced-resolve-5.2.0" = {
+ "enhanced-resolve-5.4.0" = {
name = "enhanced-resolve";
packageName = "enhanced-resolve";
- version = "5.2.0";
+ version = "5.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.2.0.tgz";
- sha512 = "NZlGLl8DxmZoq0uqPPtJfsCAir68uR047+Udsh1FH4+5ydGQdMurn/A430A1BtxASVmMEuS7/XiJ5OxJ9apAzQ==";
+ url = "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.4.0.tgz";
+ sha512 = "ZmqfWURB2lConOBM1JdCVfPyMRv5RdKWktLXO6123p97ovVm2CLBgw9t5MBj3jJWA6eHyOeIws9iJQoGFR4euQ==";
};
};
"enquirer-2.3.6" = {
@@ -19014,6 +20356,15 @@ let
sha512 = "hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==";
};
};
+ "entity-decode-2.0.2" = {
+ name = "entity-decode";
+ packageName = "entity-decode";
+ version = "2.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/entity-decode/-/entity-decode-2.0.2.tgz";
+ sha512 = "5CCY/3ci4MC1m2jlumNjWd7VBFt4VfFnmSqSNmVcXq4gxM3Vmarxtt+SvmBnzwLS669MWdVuXboNVj1qN2esVg==";
+ };
+ };
"env-ci-3.2.2" = {
name = "env-ci";
packageName = "env-ci";
@@ -19104,6 +20455,15 @@ let
sha1 = "06e0116d3028f6aef4806849eb0ea6a748ae6960";
};
};
+ "err-code-2.0.3" = {
+ name = "err-code";
+ packageName = "err-code";
+ version = "2.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz";
+ sha512 = "2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==";
+ };
+ };
"errlop-2.2.0" = {
name = "errlop";
packageName = "errlop";
@@ -19185,13 +20545,13 @@ let
sha512 = "I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==";
};
};
- "es-get-iterator-1.1.0" = {
+ "es-get-iterator-1.1.1" = {
name = "es-get-iterator";
packageName = "es-get-iterator";
- version = "1.1.0";
+ version = "1.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.0.tgz";
- sha512 = "UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ==";
+ url = "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.1.tgz";
+ sha512 = "qorBw8Y7B15DVLaJWy6WdEV/ZkieBcu6QCq/xzWzGOKJqgG1j754vXRfZ3NY7HSShneqU43mPB4OkQBTkvHhFw==";
};
};
"es-to-primitive-1.2.1" = {
@@ -19221,15 +20581,6 @@ let
sha1 = "aba8d9e1943a895ac96837a62a39b3f55ecd94ab";
};
};
- "es6-error-3.2.0" = {
- name = "es6-error";
- packageName = "es6-error";
- version = "3.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/es6-error/-/es6-error-3.2.0.tgz";
- sha1 = "e567cfdcb324d4e7ae5922a3700ada5de879a0ca";
- };
- };
"es6-error-4.1.1" = {
name = "es6-error";
packageName = "es6-error";
@@ -19518,31 +20869,31 @@ let
sha512 = "K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==";
};
};
- "eslint-7.11.0" = {
+ "eslint-7.13.0" = {
name = "eslint";
packageName = "eslint";
- version = "7.11.0";
+ version = "7.13.0";
src = fetchurl {
- url = "https://registry.npmjs.org/eslint/-/eslint-7.11.0.tgz";
- sha512 = "G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw==";
+ url = "https://registry.npmjs.org/eslint/-/eslint-7.13.0.tgz";
+ sha512 = "uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==";
};
};
- "eslint-7.9.0" = {
+ "eslint-7.15.0" = {
name = "eslint";
packageName = "eslint";
- version = "7.9.0";
+ version = "7.15.0";
src = fetchurl {
- url = "https://registry.npmjs.org/eslint/-/eslint-7.9.0.tgz";
- sha512 = "V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==";
+ url = "https://registry.npmjs.org/eslint/-/eslint-7.15.0.tgz";
+ sha512 = "Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==";
};
};
- "eslint-plugin-no-unsanitized-3.1.2" = {
+ "eslint-plugin-no-unsanitized-3.1.4" = {
name = "eslint-plugin-no-unsanitized";
packageName = "eslint-plugin-no-unsanitized";
- version = "3.1.2";
+ version = "3.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-3.1.2.tgz";
- sha512 = "KPShfliA3Uy9qqwQx35P1fwIOeJjZkb0FbMMUFztRYRposzaynsM8JCEb952fqkidROl1kpqY80uSvn+TcWkQQ==";
+ url = "https://registry.npmjs.org/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-3.1.4.tgz";
+ sha512 = "WF1+eZo2Sh+bQNjZuVNwT0dA61zuJORsLh+1Sww7+O6GOPw+WPWIIRfTWNqrmaXaDMhM4SXAqYPcNlhRMiH13g==";
};
};
"eslint-plugin-vue-6.2.2" = {
@@ -19554,13 +20905,13 @@ let
sha512 = "Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ==";
};
};
- "eslint-plugin-vue-7.0.1" = {
+ "eslint-plugin-vue-7.2.0" = {
name = "eslint-plugin-vue";
packageName = "eslint-plugin-vue";
- version = "7.0.1";
+ version = "7.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.0.1.tgz";
- sha512 = "Pzl88S8Gue9BPcvSg+K/Av2V5UlwGeBxiZW5cLYbDngHm7vLnSuO/q2n54kIyCqfPmuD5PKlJrNSzoN+Ur9HRg==";
+ url = "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.2.0.tgz";
+ sha512 = "4mt0yIv6rBDNtvis/g22a0ozJ12GfcdEzX77u0ICYjKlxOVtGrKGEvo0cbOObHaKDg9a9kJcoaNodqE4TPfS2A==";
};
};
"eslint-scope-3.7.3" = {
@@ -19689,6 +21040,15 @@ let
sha512 = "dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==";
};
};
+ "espree-7.3.1" = {
+ name = "espree";
+ packageName = "espree";
+ version = "7.3.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz";
+ sha512 = "v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==";
+ };
+ };
"esprima-1.1.1" = {
name = "esprima";
packageName = "esprima";
@@ -19959,6 +21319,15 @@ let
sha512 = "vyibDcu5JL20Me1fP734QBH/kenBGLZap2n0+XXM7mvuUPzJ20Ydqj1aKcIeMdri1p+PU+4yAKugjN8KCVst+g==";
};
};
+ "event-target-shim-5.0.1" = {
+ name = "event-target-shim";
+ packageName = "event-target-shim";
+ version = "5.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz";
+ sha512 = "i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==";
+ };
+ };
"event-to-promise-0.8.0" = {
name = "event-to-promise";
packageName = "event-to-promise";
@@ -20139,6 +21508,15 @@ let
sha1 = "b09c2a9309bc0ef0501479472db3180f8d4c3edd";
};
};
+ "execa-0.10.0" = {
+ name = "execa";
+ packageName = "execa";
+ version = "0.10.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz";
+ sha512 = "7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==";
+ };
+ };
"execa-0.7.0" = {
name = "execa";
packageName = "execa";
@@ -20184,13 +21562,13 @@ let
sha512 = "r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==";
};
};
- "execa-4.0.3" = {
+ "execa-4.1.0" = {
name = "execa";
packageName = "execa";
- version = "4.0.3";
+ version = "4.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/execa/-/execa-4.0.3.tgz";
- sha512 = "WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==";
+ url = "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz";
+ sha512 = "j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==";
};
};
"execall-1.0.0" = {
@@ -20220,15 +21598,6 @@ let
sha512 = "8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==";
};
};
- "exeunt-1.1.0" = {
- name = "exeunt";
- packageName = "exeunt";
- version = "1.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/exeunt/-/exeunt-1.1.0.tgz";
- sha1 = "af72db6f94b3cb75e921aee375d513049843d284";
- };
- };
"exif-parser-0.1.12" = {
name = "exif-parser";
packageName = "exif-parser";
@@ -20319,13 +21688,13 @@ let
sha1 = "a793d3ac0cad4c6ab571e9968fbbab6cb2532929";
};
};
- "expo-pwa-0.0.45" = {
+ "expo-pwa-0.0.54" = {
name = "expo-pwa";
packageName = "expo-pwa";
- version = "0.0.45";
+ version = "0.0.54";
src = fetchurl {
- url = "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.45.tgz";
- sha512 = "1q0t+5L4JEb8iCAaN0ME6/P/h83HVrOXBU8AzDRtrTXPWC0R0IvHr9cm1DCnzWTHtBcy6kA+H0rIvxledllaBQ==";
+ url = "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.54.tgz";
+ sha512 = "UQtnB/CrjkUfQrRyHmUi3jg/1++fkM2KHTy5DBrexTC0XoXzbJCLMrUTgH2VBtjIVQO9KyApInE53BRcz3ei+Q==";
};
};
"express-2.5.11" = {
@@ -20409,13 +21778,13 @@ let
sha512 = "WQGmghzn+loQsIQUEnLZ0HVKCLhIBVcURvrAhyt6mOqsFsG2tBYhaNKX728EOz2aMXRhEQhkQ+RXQsIFpbS6IA==";
};
};
- "express-openapi-7.0.0" = {
+ "express-openapi-7.0.1" = {
name = "express-openapi";
packageName = "express-openapi";
- version = "7.0.0";
+ version = "7.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/express-openapi/-/express-openapi-7.0.0.tgz";
- sha512 = "ryjUF/MuYEh13jXKNOD7kw/o6n1MTywDP08n5/BqFRd9IaTX33vZEKhk9NlsvGfD63lNre/84CN0hPLvWEe7qQ==";
+ url = "https://registry.npmjs.org/express-openapi/-/express-openapi-7.0.1.tgz";
+ sha512 = "64YwTWpxgVGnwoLi4zvKaQ5RWIV0dkxVE4GGkBF7D89RI0/I6gTRUDL25Il4AK3cUqyLtxnX2X5BZ2YRvRx5uQ==";
};
};
"express-session-1.17.1" = {
@@ -20589,6 +21958,15 @@ let
sha512 = "qRW6y9eKF0VbCyOoOEtFhzJ3uykAw8GKwQVXyAIqwocyEWW4m+v+evec34RwtUkkxxHh7NKBLJ6AnXM8W4dH5w==";
};
};
+ "extract-files-9.0.0" = {
+ name = "extract-files";
+ packageName = "extract-files";
+ version = "9.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/extract-files/-/extract-files-9.0.0.tgz";
+ sha512 = "CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==";
+ };
+ };
"extract-stack-1.0.0" = {
name = "extract-stack";
packageName = "extract-stack";
@@ -20715,6 +22093,15 @@ let
sha512 = "t8HYqkuE3YEqNcyWlAfh55479aTxO+GpYwvQvJppYqyBfSmRdNIhzY2m09FKN/MENTzq4wH6heHOIvsPyMAwvQ==";
};
};
+ "fast-csv-4.3.5" = {
+ name = "fast-csv";
+ packageName = "fast-csv";
+ version = "4.3.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fast-csv/-/fast-csv-4.3.5.tgz";
+ sha512 = "7csO4GADMDhVcf8UI5/TPdZbNkeToUx2HaRC1KPxYNWjAZ/SAFBBRJGhzlDWg0vgKm92toH6gR7+tsMcc0Fx8Q==";
+ };
+ };
"fast-deep-equal-1.1.0" = {
name = "fast-deep-equal";
packageName = "fast-deep-equal";
@@ -20832,13 +22219,13 @@ let
sha1 = "3d8a5c66883a16a30ca8643e851f19baa7797917";
};
};
- "fast-redact-2.1.0" = {
+ "fast-redact-3.0.0" = {
name = "fast-redact";
packageName = "fast-redact";
- version = "2.1.0";
+ version = "3.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/fast-redact/-/fast-redact-2.1.0.tgz";
- sha512 = "0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A==";
+ url = "https://registry.npmjs.org/fast-redact/-/fast-redact-3.0.0.tgz";
+ sha512 = "a/S/Hp6aoIjx7EmugtzLqXmcNsyFszqbt6qQ99BdG61QjBZF6shNis0BYR6TsZOQ1twYc0FN2Xdhwwbv6+KD0w==";
};
};
"fast-safe-stringify-1.2.3" = {
@@ -20904,13 +22291,13 @@ let
sha512 = "483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==";
};
};
- "fastq-1.8.0" = {
+ "fastq-1.9.0" = {
name = "fastq";
packageName = "fastq";
- version = "1.8.0";
+ version = "1.9.0";
src = fetchurl {
- url = "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz";
- sha512 = "SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==";
+ url = "https://registry.npmjs.org/fastq/-/fastq-1.9.0.tgz";
+ sha512 = "i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w==";
};
};
"fault-1.0.4" = {
@@ -20922,6 +22309,16 @@ let
sha512 = "CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==";
};
};
+ "faunadb-git+https://github.com/fauna/faunadb-js.git#triage/bearer-to-basic" = {
+ name = "faunadb";
+ packageName = "faunadb";
+ version = "4.0.0";
+ src = fetchgit {
+ url = "https://github.com/fauna/faunadb-js.git";
+ rev = "135256ed60a8043201085f18ed6fd2032cc9dd88";
+ sha256 = "0c7dae0478258a6cc72621ea148471492616b8b03e79cf975aee9fdc3bd480a0";
+ };
+ };
"faye-websocket-0.10.0" = {
name = "faye-websocket";
packageName = "faye-websocket";
@@ -21084,6 +22481,15 @@ let
sha512 = "bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==";
};
};
+ "file-entry-cache-6.0.0" = {
+ name = "file-entry-cache";
+ packageName = "file-entry-cache";
+ version = "6.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz";
+ sha512 = "fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==";
+ };
+ };
"file-loader-6.0.0" = {
name = "file-loader";
packageName = "file-loader";
@@ -21093,6 +22499,15 @@ let
sha512 = "/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==";
};
};
+ "file-or-stdin-1.0.2" = {
+ name = "file-or-stdin";
+ packageName = "file-or-stdin";
+ version = "1.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/file-or-stdin/-/file-or-stdin-1.0.2.tgz";
+ sha1 = "48d578b93b8a8cc9c163d950cc9636e3fc8acc1c";
+ };
+ };
"file-size-0.0.5" = {
name = "file-size";
packageName = "file-size";
@@ -21264,15 +22679,6 @@ let
sha512 = "7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==";
};
};
- "filesize-6.0.1" = {
- name = "filesize";
- packageName = "filesize";
- version = "6.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz";
- sha512 = "u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg==";
- };
- };
"filesize-6.1.0" = {
name = "filesize";
packageName = "filesize";
@@ -21363,15 +22769,6 @@ let
sha512 = "t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==";
};
};
- "find-process-1.4.3" = {
- name = "find-process";
- packageName = "find-process";
- version = "1.4.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/find-process/-/find-process-1.4.3.tgz";
- sha512 = "+IA+AUsQCf3uucawyTwMWcY+2M3FXq3BRvw3S+j5Jvydjk31f/+NPWpYZOJs+JUs2GvxH4Yfr6Wham0ZtRLlPA==";
- };
- };
"find-requires-1.0.0" = {
name = "find-requires";
packageName = "find-requires";
@@ -21489,15 +22886,6 @@ let
sha512 = "YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==";
};
};
- "findup-sync-4.0.0" = {
- name = "findup-sync";
- packageName = "findup-sync";
- version = "4.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz";
- sha512 = "6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==";
- };
- };
"fined-1.2.0" = {
name = "fined";
packageName = "fined";
@@ -21534,15 +22922,6 @@ let
sha512 = "LNRvR4hr/S8cXXkIY5pTgVP7L3tq6LlYWcg9nWBuW7o1NMxKZo6oOVa/6GIekMGI0Iw7uC+HWimMe9u/VAeKqw==";
};
};
- "first-chunk-stream-4.0.0" = {
- name = "first-chunk-stream";
- packageName = "first-chunk-stream";
- version = "4.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-4.0.0.tgz";
- sha512 = "8TOz/mJp7+zc2HN63vnJHotwceq4gQI1+/gdJVnJcG4dEB96oUxw7wV9We4QKjSFWUc/V0ADDfaGba5cDoG6EA==";
- };
- };
"fkill-6.2.0" = {
name = "fkill";
packageName = "fkill";
@@ -21606,13 +22985,22 @@ let
sha512 = "LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==";
};
};
- "flat-tree-1.6.0" = {
+ "flat-cache-3.0.4" = {
+ name = "flat-cache";
+ packageName = "flat-cache";
+ version = "3.0.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz";
+ sha512 = "dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==";
+ };
+ };
+ "flat-tree-1.8.0" = {
name = "flat-tree";
packageName = "flat-tree";
- version = "1.6.0";
+ version = "1.8.0";
src = fetchurl {
- url = "https://registry.npmjs.org/flat-tree/-/flat-tree-1.6.0.tgz";
- sha1 = "fca30cddb9006fb656eb5ebc79aeb274e7fde9ed";
+ url = "https://registry.npmjs.org/flat-tree/-/flat-tree-1.8.0.tgz";
+ sha512 = "VIdjqvARJGq1V+EhT18prwhrR4McbY2M6iH1vyKTgewfQtpyd1jhLXcnQJFZZDKBhpJM8zCB2kLQEiy51bhcOw==";
};
};
"flatiron-0.4.3" = {
@@ -21651,6 +23039,15 @@ let
sha512 = "r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==";
};
};
+ "flatted-3.1.0" = {
+ name = "flatted";
+ packageName = "flatted";
+ version = "3.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/flatted/-/flatted-3.1.0.tgz";
+ sha512 = "tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==";
+ };
+ };
"flatten-0.0.1" = {
name = "flatten";
packageName = "flatten";
@@ -21678,13 +23075,13 @@ let
sha512 = "jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg==";
};
};
- "flow-parser-0.136.0" = {
+ "flow-parser-0.138.0" = {
name = "flow-parser";
packageName = "flow-parser";
- version = "0.136.0";
+ version = "0.138.0";
src = fetchurl {
- url = "https://registry.npmjs.org/flow-parser/-/flow-parser-0.136.0.tgz";
- sha512 = "PB2vYAqmz+dRikpx8TpNgRtBsyemP+7oQa0BcPZWnGABlJlB2WgJc/Lx0HeEPOUxDO/TxBbPaIHsffEIL9M6BQ==";
+ url = "https://registry.npmjs.org/flow-parser/-/flow-parser-0.138.0.tgz";
+ sha512 = "LFnTyjrv39UvCWl8NOcpByr/amj8a5k5z7isO2wv4T43nNrUnHQwX3rarTz9zcpHXkDAQv6X4MfQ4ZzJUptpbw==";
};
};
"fluent-ffmpeg-2.1.2" = {
@@ -21723,13 +23120,13 @@ let
sha1 = "ae049a714386bb83e342657a82924b70364a90d6";
};
};
- "flumedb-2.1.8" = {
+ "flumedb-1.1.0" = {
name = "flumedb";
packageName = "flumedb";
- version = "2.1.8";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/flumedb/-/flumedb-2.1.8.tgz";
- sha512 = "MtBCZFjj9GuqOQP8Ld87FbXm8ztQyLkLeuiHuB5+aACFuVn1kunnCis75R03ujFZTqCFmkBwFz7E016b3DB0zA==";
+ url = "https://registry.npmjs.org/flumedb/-/flumedb-1.1.0.tgz";
+ sha512 = "Bwol+72GU5z2DxZlnaxUA9A8qaRcQcdTprmRcgfqn2ldn147ByVh9Zyp90hVGPlo/oEN/yjOBUXcNkK3SYjbgA==";
};
};
"flumelog-offset-3.4.4" = {
@@ -21813,6 +23210,15 @@ let
sha512 = "uXClqPxT4xW0lcdSBheb2ObVU+kuqUk3Jk64EwieirEXZx9XUrVwp/JuBfKAWaM4T5Td/VL7QLDWPXp/MvGm/g==";
};
};
+ "fn-annotate-1.2.0" = {
+ name = "fn-annotate";
+ packageName = "fn-annotate";
+ version = "1.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fn-annotate/-/fn-annotate-1.2.0.tgz";
+ sha1 = "28da000117dea61842fe61f353f41cf4c93a7a7e";
+ };
+ };
"fn-name-2.0.1" = {
name = "fn-name";
packageName = "fn-name";
@@ -21948,31 +23354,31 @@ let
sha1 = "fbc71f0c41adeb37f96c577ad1ed42d8fdacca91";
};
};
- "forever-monitor-3.0.1" = {
+ "forever-monitor-3.0.3" = {
name = "forever-monitor";
packageName = "forever-monitor";
- version = "3.0.1";
+ version = "3.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/forever-monitor/-/forever-monitor-3.0.1.tgz";
- sha512 = "47VfT5AYpxn1bnsnH6UfpBWKpMVnSz42MZwH+hwz/wACd9THyUu/fRoCRIT758fzCAbRoHIlkVUAL+WmlxSKeg==";
+ url = "https://registry.npmjs.org/forever-monitor/-/forever-monitor-3.0.3.tgz";
+ sha512 = "7YGDo0UlbMy++6G3lzncWISDaT5CVp+yPVAkZ7FDFF0ec+0HKgBOWOhPGKpMF0hjcm3Ps/HbtrETrQLYREZ7YQ==";
};
};
- "fork-ts-checker-webpack-plugin-3.1.1" = {
+ "fork-ts-checker-webpack-plugin-4.1.6" = {
name = "fork-ts-checker-webpack-plugin";
packageName = "fork-ts-checker-webpack-plugin";
- version = "3.1.1";
+ version = "4.1.6";
src = fetchurl {
- url = "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz";
- sha512 = "DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ==";
+ url = "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz";
+ sha512 = "DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==";
};
};
- "fork-ts-checker-webpack-plugin-5.1.0" = {
+ "fork-ts-checker-webpack-plugin-6.0.2" = {
name = "fork-ts-checker-webpack-plugin";
packageName = "fork-ts-checker-webpack-plugin";
- version = "5.1.0";
+ version = "6.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.1.0.tgz";
- sha512 = "vuKyEjSLGbhQbEr5bifXXOkr9iV73L6n72mHoHIv7okvrf7O7z6RKeplM6C6ATPsukoQivij+Ba1vcptL60Z2g==";
+ url = "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.0.2.tgz";
+ sha512 = "3WrR/gNMcOAJ+macFpYTXxbt/xZDF9MLCYsPU3j9IUmS8LAvi8WoTiI001z1A8qkgmDtkoh6MTytTQqf8/7aOA==";
};
};
"form-data-1.0.0-rc3" = {
@@ -22092,13 +23498,22 @@ let
sha1 = "98c23dab1175657b8c0573e8ceccd91b0ff18c84";
};
};
- "fp-ts-2.8.4" = {
+ "fp-and-or-0.1.3" = {
+ name = "fp-and-or";
+ packageName = "fp-and-or";
+ version = "0.1.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fp-and-or/-/fp-and-or-0.1.3.tgz";
+ sha512 = "wJaE62fLaB3jCYvY2ZHjZvmKK2iiLiiehX38rz5QZxtdN8fVPJDeZUiVvJrHStdTc+23LHlyZuSEKgFc0pxi2g==";
+ };
+ };
+ "fp-ts-2.9.1" = {
name = "fp-ts";
packageName = "fp-ts";
- version = "2.8.4";
+ version = "2.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/fp-ts/-/fp-ts-2.8.4.tgz";
- sha512 = "J+kwce5SysU0YKuZ3aCnFk+dyezZD1mij6u26w1fCVfuLYgJR4eeXmVfJiUjthpZ+4yCRkRfcwMI5SkGw52oFA==";
+ url = "https://registry.npmjs.org/fp-ts/-/fp-ts-2.9.1.tgz";
+ sha512 = "9++IpEtF2blK7tfSV+iHxO3KXdAGO/bPPQtUYqzC6XKzGOWNctqvlf13SpXxcu2mYaibOvneh/m9vAPLAHdoRQ==";
};
};
"fragment-cache-0.2.1" = {
@@ -22191,6 +23606,15 @@ let
sha512 = "8S4f4WsCryNw2mJJchi46YgB6CR5Ze+4L1h8ewl9tEpL4SJ3ZO+c/bS4BWhB8bK+O3TMqhuZarTitd0S0eh2pA==";
};
};
+ "fs-capacitor-6.2.0" = {
+ name = "fs-capacitor";
+ packageName = "fs-capacitor";
+ version = "6.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-6.2.0.tgz";
+ sha512 = "nKcE1UduoSKX27NSZlg879LdQc94OtbOsEmKMN2MBNudXREvijRKx2GEBsTMTfws+BrbkJoEuynbGSVRSpauvw==";
+ };
+ };
"fs-chunk-store-1.7.0" = {
name = "fs-chunk-store";
packageName = "fs-chunk-store";
@@ -22281,6 +23705,15 @@ let
sha512 = "66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==";
};
};
+ "fs-extra-6.0.1" = {
+ name = "fs-extra";
+ packageName = "fs-extra";
+ version = "6.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz";
+ sha512 = "GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==";
+ };
+ };
"fs-extra-7.0.1" = {
name = "fs-extra";
packageName = "fs-extra";
@@ -22407,13 +23840,13 @@ let
sha1 = "1504ad2523158caa40db4a2787cb01411994ea4f";
};
};
- "fs2-0.3.8" = {
+ "fs2-0.3.9" = {
name = "fs2";
packageName = "fs2";
- version = "0.3.8";
+ version = "0.3.9";
src = fetchurl {
- url = "https://registry.npmjs.org/fs2/-/fs2-0.3.8.tgz";
- sha512 = "HxOTRiFS3PqwAOmlp1mTwLA+xhQBdaP82b5aBamc/rHKFVyn4qL8YpngaAleD52PNMzBm6TsGOoU/Hq+bAfBhA==";
+ url = "https://registry.npmjs.org/fs2/-/fs2-0.3.9.tgz";
+ sha512 = "WsOqncODWRlkjwll+73bAxVW3JPChDgaPX3DT4iTTm73UmG4VgALa7LaFblP232/DN60itkOrPZ8kaP1feksGQ==";
};
};
"fsevents-1.2.13" = {
@@ -22434,6 +23867,15 @@ let
sha512 = "Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==";
};
};
+ "fsevents-2.2.1" = {
+ name = "fsevents";
+ packageName = "fsevents";
+ version = "2.2.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fsevents/-/fsevents-2.2.1.tgz";
+ sha512 = "bTLYHSeC0UH/EFXS9KqWnXuOl/wHK5Z/d+ghd5AsFMYN7wIGkUCOJyzy88+wJKkZPGON8u4Z9f6U4FdgURE9qA==";
+ };
+ };
"fstream-0.1.31" = {
name = "fstream";
packageName = "fstream";
@@ -22506,13 +23948,13 @@ let
sha1 = "1b0ab3bd553b2a0d6399d29c0e3ea0b252078327";
};
};
- "fuse.js-6.4.1" = {
+ "fuse.js-6.4.3" = {
name = "fuse.js";
packageName = "fuse.js";
- version = "6.4.1";
+ version = "6.4.3";
src = fetchurl {
- url = "https://registry.npmjs.org/fuse.js/-/fuse.js-6.4.1.tgz";
- sha512 = "+hAS7KYgLXontDh/vqffs7wIBw0ceb9Sx8ywZQhOsiQGcSO5zInGhttWOUYQYlvV/yYMJOacQ129Xs3mP3+oZQ==";
+ url = "https://registry.npmjs.org/fuse.js/-/fuse.js-6.4.3.tgz";
+ sha512 = "JNgngolukIrqwayWnvy6NLH63hmwKPhm63o0uyBg51jPD0j09IvAzlV1rTXfAsgxpghI7khAo6Mv+EmvjDWXig==";
};
};
"fuzzy-0.1.3" = {
@@ -22659,13 +24101,22 @@ let
sha512 = "KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==";
};
};
- "gensync-1.0.0-beta.1" = {
+ "gensync-1.0.0-beta.2" = {
name = "gensync";
packageName = "gensync";
- version = "1.0.0-beta.1";
+ version = "1.0.0-beta.2";
src = fetchurl {
- url = "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz";
- sha512 = "r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==";
+ url = "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz";
+ sha512 = "3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==";
+ };
+ };
+ "geoip-country-4.0.45" = {
+ name = "geoip-country";
+ packageName = "geoip-country";
+ version = "4.0.45";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/geoip-country/-/geoip-country-4.0.45.tgz";
+ sha512 = "K9wWTy1NAW08vnWB/SKLTeknlI3DTigtu404ItlwdUR/IC2DnACvD/kj1ZzfyC5Zc+iIoJdilErSQcFd/W63FA==";
};
};
"get-amd-module-type-3.0.0" = {
@@ -22686,13 +24137,13 @@ let
sha512 = "mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==";
};
};
- "get-browser-rtc-1.0.2" = {
+ "get-browser-rtc-1.1.0" = {
name = "get-browser-rtc";
packageName = "get-browser-rtc";
- version = "1.0.2";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/get-browser-rtc/-/get-browser-rtc-1.0.2.tgz";
- sha1 = "bbcd40c8451a7ed4ef5c373b8169a409dd1d11d9";
+ url = "https://registry.npmjs.org/get-browser-rtc/-/get-browser-rtc-1.1.0.tgz";
+ sha512 = "MghbMJ61EJrRsDe7w1Bvqt3ZsBuqhce5nrn/XAwgwOXhcsz53/ltdxOse1h/8eKXj5slzxdsz56g5rzOFSGwfQ==";
};
};
"get-caller-file-1.0.3" = {
@@ -22722,6 +24173,15 @@ let
sha1 = "ead774abee72e20409433a066366023dd6887a41";
};
};
+ "get-intrinsic-1.0.1" = {
+ name = "get-intrinsic";
+ packageName = "get-intrinsic";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.1.tgz";
+ sha512 = "ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==";
+ };
+ };
"get-own-enumerable-property-symbols-3.0.2" = {
name = "get-own-enumerable-property-symbols";
packageName = "get-own-enumerable-property-symbols";
@@ -22911,13 +24371,13 @@ let
sha1 = "39b91838707e2086fd1cf6ef8777d1c93e14649e";
};
};
- "getmac-5.16.0" = {
+ "getmac-5.17.0" = {
name = "getmac";
packageName = "getmac";
- version = "5.16.0";
+ version = "5.17.0";
src = fetchurl {
- url = "https://registry.npmjs.org/getmac/-/getmac-5.16.0.tgz";
- sha512 = "6uY8p55XkkxO7gwLw5IKii29OLOe6qSh8zWFRXJUtf6uGwlGztUZ30xWtQgCAGhOP2aR3Rb5h+TFrG/RKIooAA==";
+ url = "https://registry.npmjs.org/getmac/-/getmac-5.17.0.tgz";
+ sha512 = "hupD+ZCHVFRaH1wBDPgIil6KWL5p5Z6kG71nAcafwq72QaMxw9bhR2LPBk3jlw3I2F3oELNkx6Fccwiuy5fv0w==";
};
};
"getpass-0.1.6" = {
@@ -23091,22 +24551,13 @@ let
sha512 = "kbuvus1dWQB2sSW4cbfTeGpCMd8ge9jx9RKnhXhuJ7tnvT+NIrTVfYZxjtflZddQYcmdOTlkAcjmx7bor+15AQ==";
};
};
- "git-url-parse-11.2.0" = {
+ "git-url-parse-11.4.0" = {
name = "git-url-parse";
packageName = "git-url-parse";
- version = "11.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.2.0.tgz";
- sha512 = "KPoHZg8v+plarZvto4ruIzzJLFQoRx+sUs5DQSr07By9IBKguVd+e6jwrFR6/TP6xrCJlNV1tPqLO1aREc7O2g==";
- };
- };
- "git-url-parse-11.3.0" = {
- name = "git-url-parse";
- packageName = "git-url-parse";
- version = "11.3.0";
+ version = "11.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.3.0.tgz";
- sha512 = "i3XNa8IKmqnUqWBcdWBjOcnyZYfN3C1WRvnKI6ouFWwsXCZEnlgbwbm55ZpJ3OJMhfEP/ryFhqW8bBhej3C5Ug==";
+ url = "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.4.0.tgz";
+ sha512 = "KlIa5jvMYLjXMQXkqpFzobsyD/V2K5DRHl5OAf+6oDFPlPLxrGDVQlIdI63c4/Kt6kai4kALENSALlzTGST3GQ==";
};
};
"gitconfiglocal-1.0.0" = {
@@ -23307,15 +24758,6 @@ let
sha512 = "zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==";
};
};
- "global-4.3.2" = {
- name = "global";
- packageName = "global";
- version = "4.3.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/global/-/global-4.3.2.tgz";
- sha1 = "e76989268a6c74c38908b1305b10fc0e394e9d0f";
- };
- };
"global-4.4.0" = {
name = "global";
packageName = "global";
@@ -23623,6 +25065,15 @@ let
sha512 = "Vric7QFWxzHFxITZ10bmlG1H/5rhODb7hJuWyKWMD8GflpQzRmbMVqkFp3fKvN+U9tPwZItGVhkiOR+84PX3ew==";
};
};
+ "goosig-0.9.0" = {
+ name = "goosig";
+ packageName = "goosig";
+ version = "0.9.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/goosig/-/goosig-0.9.0.tgz";
+ sha512 = "RaCpYN0eStJQszrudhwf42hd8j/Nod6iRiUU81cnHjI0f3s4vhmVkvpPE7QktF/EUA9tkoG2hrYYr9NJXvgefg==";
+ };
+ };
"gossip-query-2.0.2" = {
name = "gossip-query";
packageName = "gossip-query";
@@ -23641,15 +25092,6 @@ let
sha1 = "d9430ba32f6a30218243884418767340aafc0400";
};
};
- "got-10.7.0" = {
- name = "got";
- packageName = "got";
- version = "10.7.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/got/-/got-10.7.0.tgz";
- sha512 = "aWTDeNw9g+XqEZNcTjMMZSy7B7yE9toWOFYip7ofFTLleJhvZwUxxTxkTpKvF+p1SAA4VHmuEy7PiHTHyq8tJg==";
- };
- };
"got-11.4.0" = {
name = "got";
packageName = "got";
@@ -23668,13 +25110,13 @@ let
sha512 = "yUhpEDLeuGiGJjRSzEq3kvt4zJtAcjKmhIiwNp/eUs75tRlXfWcHo5tcBaMQtnjHWC7nQYT5HkY/l0QOQTkVww==";
};
};
- "got-11.7.0" = {
+ "got-11.8.0" = {
name = "got";
packageName = "got";
- version = "11.7.0";
+ version = "11.8.0";
src = fetchurl {
- url = "https://registry.npmjs.org/got/-/got-11.7.0.tgz";
- sha512 = "7en2XwH2MEqOsrK0xaKhbWibBoZqy+f1RSUoIeF1BLcnf+pyQdDsljWMfmOh+QKJwuvDIiKx38GtPh5wFdGGjg==";
+ url = "https://registry.npmjs.org/got/-/got-11.8.0.tgz";
+ sha512 = "k9noyoIIY9EejuhaBNLyZ31D5328LeqnyPNXJQb2XlJZcKakLqN5m6O/ikhq/0lw56kUYS54fVm+D1x57YC9oQ==";
};
};
"got-3.3.1" = {
@@ -23830,6 +25272,15 @@ let
sha512 = "GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==";
};
};
+ "graphql-15.4.0" = {
+ name = "graphql";
+ packageName = "graphql";
+ version = "15.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/graphql/-/graphql-15.4.0.tgz";
+ sha512 = "EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA==";
+ };
+ };
"graphql-anywhere-4.2.7" = {
name = "graphql-anywhere";
packageName = "graphql-anywhere";
@@ -23848,13 +25299,13 @@ let
sha512 = "MBY0wEjvcgJtZUyoqpPvOE1e5qPI0hJaa1gKTqjonSFiCsNHX2lykNjpOPcodmAgH1V06ELxhGnm9kcVzqvi/g==";
};
};
- "graphql-extensions-0.12.5" = {
+ "graphql-extensions-0.12.6" = {
name = "graphql-extensions";
packageName = "graphql-extensions";
- version = "0.12.5";
+ version = "0.12.6";
src = fetchurl {
- url = "https://registry.npmjs.org/graphql-extensions/-/graphql-extensions-0.12.5.tgz";
- sha512 = "mGyGaktGpK3TVBtM0ZoyPX6Xk0mN9GYX9DRyFzDU4k4A2w93nLX7Ebcp+9/O5nHRmgrc0WziYYSmoWq2WNIoUQ==";
+ url = "https://registry.npmjs.org/graphql-extensions/-/graphql-extensions-0.12.6.tgz";
+ sha512 = "EUNw+OIRXYTPxToSoJjhJvS5aGa94KkdkZnL1I9DCZT64/+rzQNeLeGj+goj2RYuYvoQe1Bmcx0CNZ1GqwBhng==";
};
};
"graphql-subscriptions-1.1.0" = {
@@ -23902,6 +25353,15 @@ let
sha512 = "J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==";
};
};
+ "graphql-upload-11.0.0" = {
+ name = "graphql-upload";
+ packageName = "graphql-upload";
+ version = "11.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/graphql-upload/-/graphql-upload-11.0.0.tgz";
+ sha512 = "zsrDtu5gCbQFDWsNa5bMB4nf1LpKX9KDgh+f8oL1288ijV4RxeckhVozAjqjXAfRpxOHD1xOESsh6zq8SjdgjA==";
+ };
+ };
"graphql-upload-8.1.0" = {
name = "graphql-upload";
packageName = "graphql-upload";
@@ -23911,6 +25371,15 @@ let
sha512 = "U2OiDI5VxYmzRKw0Z2dmfk0zkqMRaecH9Smh1U277gVgVe9Qn+18xqf4skwr4YJszGIh7iQDZ57+5ygOK9sM/Q==";
};
};
+ "graphql-ws-2.0.0" = {
+ name = "graphql-ws";
+ packageName = "graphql-ws";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/graphql-ws/-/graphql-ws-2.0.0.tgz";
+ sha512 = "8mueXeT7PswGeh/LObzKSYij+uD0FMGrvanHNaHuuUaiCfzqzc1ReflhEhzpS6bo4rxzK8L4aZtJ9Ci3hFQnIw==";
+ };
+ };
"gray-matter-2.1.1" = {
name = "gray-matter";
packageName = "gray-matter";
@@ -24505,22 +25974,22 @@ let
sha512 = "0cMsjjIC8I+D3M44pOQdsy0OHXGLVz6Z0beRuufhKa0KfaD2wGwAev6jILzXsd3/vpnNQJmWyZtIILqM1N+n5A==";
};
};
- "hast-util-embedded-1.0.5" = {
+ "hast-util-embedded-1.0.6" = {
name = "hast-util-embedded";
packageName = "hast-util-embedded";
- version = "1.0.5";
+ version = "1.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-1.0.5.tgz";
- sha512 = "0FfLHmfArWOizbdwjL+Rc9QIBzqP80juicNl4S4NEPq5OYWBCgYrtYDPUDoSyQQ9IQlBn9W7++fpYQNzZSq/wQ==";
+ url = "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-1.0.6.tgz";
+ sha512 = "JQMW+TJe0UAIXZMjCJ4Wf6ayDV9Yv3PBDPsHD4ExBpAspJ6MOcCX+nzVF+UJVv7OqPcg852WEMSHQPoRA+FVSw==";
};
};
- "hast-util-from-parse5-6.0.0" = {
+ "hast-util-from-parse5-6.0.1" = {
name = "hast-util-from-parse5";
packageName = "hast-util-from-parse5";
- version = "6.0.0";
+ version = "6.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.0.tgz";
- sha512 = "3ZYnfKenbbkhhNdmOQqgH10vnvPivTdsOJCri+APn0Kty+nRkDHArnaX9Hiaf8H+Ig+vkNptL+SRY/6RwWJk1Q==";
+ url = "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz";
+ sha512 = "jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==";
};
};
"hast-util-has-property-1.0.4" = {
@@ -24550,13 +26019,13 @@ let
sha512 = "oUmNua0bFbdrD/ELDSSEadRVtWZOf3iF6Lbv81naqsIV99RnSCieTbWuWCY8BAeEfKJTKl0gRdokv+dELutHGQ==";
};
};
- "hast-util-parse-selector-2.2.4" = {
+ "hast-util-parse-selector-2.2.5" = {
name = "hast-util-parse-selector";
packageName = "hast-util-parse-selector";
- version = "2.2.4";
+ version = "2.2.5";
src = fetchurl {
- url = "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.4.tgz";
- sha512 = "gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA==";
+ url = "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz";
+ sha512 = "7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==";
};
};
"hast-util-phrasing-1.0.5" = {
@@ -24568,13 +26037,22 @@ let
sha512 = "P3uxm+8bnwcfAS/XpGie9wMmQXAQqsYhgQQKRwmWH/V6chiq0lmTy8KjQRJmYjusdMtNKGCUksdILSZy1suSpQ==";
};
};
- "hast-util-to-nlcst-1.2.7" = {
+ "hast-util-to-html-7.1.2" = {
+ name = "hast-util-to-html";
+ packageName = "hast-util-to-html";
+ version = "7.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-7.1.2.tgz";
+ sha512 = "pu73bvORzdF6XZgwl9eID/0RjBb/jtRfoGRRSykpR1+o9rCdiAHpgkSukZsQBRlIqMg6ylAcd7F0F7myJUb09Q==";
+ };
+ };
+ "hast-util-to-nlcst-1.2.8" = {
name = "hast-util-to-nlcst";
packageName = "hast-util-to-nlcst";
- version = "1.2.7";
+ version = "1.2.8";
src = fetchurl {
- url = "https://registry.npmjs.org/hast-util-to-nlcst/-/hast-util-to-nlcst-1.2.7.tgz";
- sha512 = "IeHm2Ndwu9G7xtLswt51k3zpprLMckg7ahsvvJAG6hTPXfg+pwIu4FS30lrcxyWVMzNt35ZEoW78z4QCFTp0qw==";
+ url = "https://registry.npmjs.org/hast-util-to-nlcst/-/hast-util-to-nlcst-1.2.8.tgz";
+ sha512 = "cKMArohUvGw4fpN9PKDCIB+klMojkWzz5zNVNFRdKa0oC1MVX1TaDki1E/tb9xqS8WlUjKifIjmrNmRbEJzrJg==";
};
};
"hast-util-to-string-1.0.4" = {
@@ -24595,13 +26073,13 @@ let
sha512 = "I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==";
};
};
- "hastscript-5.1.2" = {
+ "hastscript-6.0.0" = {
name = "hastscript";
packageName = "hastscript";
- version = "5.1.2";
+ version = "6.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/hastscript/-/hastscript-5.1.2.tgz";
- sha512 = "WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ==";
+ url = "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz";
+ sha512 = "nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==";
};
};
"hasurl-1.0.0" = {
@@ -24649,13 +26127,13 @@ let
sha512 = "F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==";
};
};
- "header-case-2.0.3" = {
+ "header-case-2.0.4" = {
name = "header-case";
packageName = "header-case";
- version = "2.0.3";
+ version = "2.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/header-case/-/header-case-2.0.3.tgz";
- sha512 = "LChe/V32mnUQnTwTxd3aAlNMk8ia9tjCDb/LjYtoMrdAPApxLB+azejUk5ERZIZdIqvinwv6BAUuFXH/tQPdZA==";
+ url = "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz";
+ sha512 = "H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==";
};
};
"headless-0.1.7" = {
@@ -24703,6 +26181,24 @@ let
sha1 = "69c1af3f02121f3d8788e02e84dc8b3905d71195";
};
};
+ "heroku-cli-util-8.0.12" = {
+ name = "heroku-cli-util";
+ packageName = "heroku-cli-util";
+ version = "8.0.12";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/heroku-cli-util/-/heroku-cli-util-8.0.12.tgz";
+ sha512 = "63wB17oSktlA/HzpIV/PGe8Isq5AZArT51KAW1gg54zyYRIiHOwXik93HZuuRVUaVrWvVUhItFeLgqMwAwlTsw==";
+ };
+ };
+ "heroku-client-3.1.0" = {
+ name = "heroku-client";
+ packageName = "heroku-client";
+ version = "3.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/heroku-client/-/heroku-client-3.1.0.tgz";
+ sha512 = "UfGKwUm5duzzSVI8uUXlNAE1mus6uPxmZPji4vuG1ArV5DYL1rXsZShp0OoxraWdEwYoxCUrM6KGztC68x5EZQ==";
+ };
+ };
"hex-color-regex-1.1.0" = {
name = "hex-color-regex";
packageName = "hex-color-regex";
@@ -24721,13 +26217,13 @@ let
sha1 = "b86ce808598e8a9d1892c571f3cedd86fc9f0653";
};
};
- "highlight.js-10.1.1" = {
+ "highlight.js-10.4.1" = {
name = "highlight.js";
packageName = "highlight.js";
- version = "10.1.1";
+ version = "10.4.1";
src = fetchurl {
- url = "https://registry.npmjs.org/highlight.js/-/highlight.js-10.1.1.tgz";
- sha512 = "b4L09127uVa+9vkMgPpdUQP78ickGbHEQTWeBrQFTJZ4/n2aihWOGS0ZoUqAwjVmfjhq/C76HRzkqwZhK4sBbg==";
+ url = "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.1.tgz";
+ sha512 = "yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg==";
};
};
"highlight.js-8.2.0" = {
@@ -24748,13 +26244,13 @@ let
sha1 = "e6d9dbe57cbefe60751f02af336195870c90c01e";
};
};
- "highlight.js-9.18.3" = {
+ "highlight.js-9.18.5" = {
name = "highlight.js";
packageName = "highlight.js";
- version = "9.18.3";
+ version = "9.18.5";
src = fetchurl {
- url = "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.3.tgz";
- sha512 = "zBZAmhSupHIl5sITeMqIJnYCDfAEc3Gdkqj65wC1lpI468MMQeeQkhcIAvk+RylAkxrCcI9xy9piHiXeQ1BdzQ==";
+ url = "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz";
+ sha512 = "a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==";
};
};
"hipchatter-0.3.2" = {
@@ -24883,6 +26379,15 @@ let
sha1 = "87774c0949e513f42e84575b3c45681fade2a0b2";
};
};
+ "hs-client-0.0.9" = {
+ name = "hs-client";
+ packageName = "hs-client";
+ version = "0.0.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/hs-client/-/hs-client-0.0.9.tgz";
+ sha512 = "TAsexmpPhSVdCQ1iiX4bBnuqlThTSdGz/YKq+vjLSS1TZ2TwKxERJ8vZh1Wd6GGaMGLZl99uQR+2wUyk4HLSbg==";
+ };
+ };
"hsl-regex-1.0.0" = {
name = "hsl-regex";
packageName = "hsl-regex";
@@ -24919,6 +26424,15 @@ let
sha512 = "71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==";
};
};
+ "html-encoding-sniffer-2.0.1" = {
+ name = "html-encoding-sniffer";
+ packageName = "html-encoding-sniffer";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz";
+ sha512 = "D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==";
+ };
+ };
"html-entities-1.3.1" = {
name = "html-entities";
packageName = "html-entities";
@@ -24946,6 +26460,15 @@ let
sha512 = "LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==";
};
};
+ "html-minifier-4.0.0" = {
+ name = "html-minifier";
+ packageName = "html-minifier";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz";
+ sha512 = "aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==";
+ };
+ };
"html-minifier-terser-5.1.1" = {
name = "html-minifier-terser";
packageName = "html-minifier-terser";
@@ -25018,13 +26541,13 @@ let
sha1 = "3a03edc2214bca3b66424a3e7959349509cb0351";
};
};
- "htmlnano-0.2.7" = {
+ "htmlnano-0.2.8" = {
name = "htmlnano";
packageName = "htmlnano";
- version = "0.2.7";
+ version = "0.2.8";
src = fetchurl {
- url = "https://registry.npmjs.org/htmlnano/-/htmlnano-0.2.7.tgz";
- sha512 = "ozbK3npguK3MTn77WCKngBtCDhc94fmEptPQsn+dO+uIWoEghIMKsjzCMnDJuu403M01ePg9GA5MpXhRBQ3PVg==";
+ url = "https://registry.npmjs.org/htmlnano/-/htmlnano-0.2.8.tgz";
+ sha512 = "q5gbo4SIDAE5sfJ5V0UD6uu+n1dcO/Mpr0B6SlDlJBoV7xKPne4uG4UwrT8vUWjdjIPJl95TY8EDuEbBW2TG0A==";
};
};
"htmlparser2-3.10.1" = {
@@ -25280,13 +26803,13 @@ let
sha512 = "NwoTQYSJoFt34jSBbwzDHDofoA61NGXzu6wXh95o1Ry62EnmKjXb/nR/RknLeZ3G/uGwrlKNY2z7uPt+Cdl7Tw==";
};
};
- "http-status-1.4.2" = {
+ "http-status-1.5.0" = {
name = "http-status";
packageName = "http-status";
- version = "1.4.2";
+ version = "1.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/http-status/-/http-status-1.4.2.tgz";
- sha512 = "mBnIohUwRw9NyXMEMMv8/GANnzEYUj0Y8d3uL01zDWFkxUjYyZ6rgCaAI2zZ1Wb34Oqtbx/nFZolPRDc8Xlm5A==";
+ url = "https://registry.npmjs.org/http-status/-/http-status-1.5.0.tgz";
+ sha512 = "wcGvY31MpFNHIkUcXHHnvrE4IKYlpvitJw5P/1u892gMBAM46muQ+RH7UN1d+Ntnfx5apnOnVY6vcLmrWHOLwg==";
};
};
"http2-client-1.3.3" = {
@@ -25532,6 +27055,15 @@ let
sha1 = "c6019a7595f2cefca702eab694a010bcd9298d20";
};
};
+ "iconv-lite-0.5.2" = {
+ name = "iconv-lite";
+ packageName = "iconv-lite";
+ version = "0.5.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.5.2.tgz";
+ sha512 = "kERHXvpSaB4aU3eANwidg79K8FlrN77m8G9V+0vOR3HYaRifrlwMEpT7ZBJqLSEIHnEgJTHcWK82wwLwwKwtag==";
+ };
+ };
"iconv-lite-0.6.2" = {
name = "iconv-lite";
packageName = "iconv-lite";
@@ -25595,6 +27127,15 @@ let
sha512 = "4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==";
};
};
+ "ieee754-1.2.1" = {
+ name = "ieee754";
+ packageName = "ieee754";
+ version = "1.2.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz";
+ sha512 = "dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==";
+ };
+ };
"iferr-0.1.5" = {
name = "iferr";
packageName = "iferr";
@@ -25712,22 +27253,31 @@ let
sha1 = "0ecdad0c546332672d7b5b511b26bb18ce56e73f";
};
};
- "immediate-chunk-store-2.1.0" = {
+ "immediate-chunk-store-2.1.1" = {
name = "immediate-chunk-store";
packageName = "immediate-chunk-store";
- version = "2.1.0";
+ version = "2.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/immediate-chunk-store/-/immediate-chunk-store-2.1.0.tgz";
- sha512 = "QshP0SFpsy/bHQBjYMgzCcnLoqTj6PHFg8ZkPi2WbTw1qddNy0puuPDaFlXyrsZAdWMT3QziPDMzfj+mzCVMYg==";
+ url = "https://registry.npmjs.org/immediate-chunk-store/-/immediate-chunk-store-2.1.1.tgz";
+ sha512 = "y5AxkxqpPTj2dkaAEkDnrMuSX4JNicXHD6yTpLfFnflVejL6yJpzf27obrnlf2PSSQiWUf3735Y9tJEjxvqnoA==";
};
};
- "immer-1.10.0" = {
+ "immer-7.0.15" = {
name = "immer";
packageName = "immer";
- version = "1.10.0";
+ version = "7.0.15";
src = fetchurl {
- url = "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz";
- sha512 = "O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==";
+ url = "https://registry.npmjs.org/immer/-/immer-7.0.15.tgz";
+ sha512 = "yM7jo9+hvYgvdCQdqvhCNRRio0SCXc8xDPzA25SvKWa7b1WVPjLwQs1VYU5JPXjcJPTqAa5NP5dqpORGYBQ2AA==";
+ };
+ };
+ "immer-7.0.9" = {
+ name = "immer";
+ packageName = "immer";
+ version = "7.0.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/immer/-/immer-7.0.9.tgz";
+ sha512 = "Vs/gxoM4DqNAYR7pugIxi0Xc8XAun/uy7AQu4fLLqaTBHxjOP9pJ266Q9MWA/ly4z6rAFZbvViOtihxUZ7O28A==";
};
};
"import-cwd-3.0.0" = {
@@ -25757,6 +27307,15 @@ let
sha512 = "6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==";
};
};
+ "import-fresh-3.2.2" = {
+ name = "import-fresh";
+ packageName = "import-fresh";
+ version = "3.2.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz";
+ sha512 = "cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==";
+ };
+ };
"import-from-3.0.0" = {
name = "import-from";
packageName = "import-from";
@@ -26000,13 +27559,13 @@ let
sha512 = "zKSiXKhQveNteyhcj1CoOP8tqp1QuxPIPBl8Bid99DGLFqA1p87M6lNgfjJHSBoWJJlidGOv5rWjyYKEB3g2Jw==";
};
};
- "ink-3.0.7" = {
+ "ink-3.0.8" = {
name = "ink";
packageName = "ink";
- version = "3.0.7";
+ version = "3.0.8";
src = fetchurl {
- url = "https://registry.npmjs.org/ink/-/ink-3.0.7.tgz";
- sha512 = "DF/Ena9E8af4+dYu4rrk60WwWB54CPL4s4OspDnBk0uZqntmNZLfc4PftreHeW3sUeQJK+2MdQvPLORro7mDQQ==";
+ url = "https://registry.npmjs.org/ink/-/ink-3.0.8.tgz";
+ sha512 = "ubMFylXYaG4IkXQVhPautbhV/p6Lo0GlvAMI/jh8cGJQ39yeznJbaTTJP2CqZXezA4GOHzalpwCWqux/NEY38w==";
};
};
"ink-text-input-4.0.1" = {
@@ -26117,24 +27676,6 @@ let
sha512 = "cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==";
};
};
- "inquirer-7.0.4" = {
- name = "inquirer";
- packageName = "inquirer";
- version = "7.0.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/inquirer/-/inquirer-7.0.4.tgz";
- sha512 = "Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ==";
- };
- };
- "inquirer-7.1.0" = {
- name = "inquirer";
- packageName = "inquirer";
- version = "7.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz";
- sha512 = "5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==";
- };
- };
"inquirer-7.3.3" = {
name = "inquirer";
packageName = "inquirer";
@@ -26144,13 +27685,13 @@ let
sha512 = "JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==";
};
};
- "inquirer-autocomplete-prompt-1.2.0" = {
+ "inquirer-autocomplete-prompt-1.3.0" = {
name = "inquirer-autocomplete-prompt";
packageName = "inquirer-autocomplete-prompt";
- version = "1.2.0";
+ version = "1.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-1.2.0.tgz";
- sha512 = "t8A0gFq0mOKGz8wmGBPh+M/AC8KSMMcn7dnHXzLWyKvLiRYWswQ6rg7d938hoR5tVP1GpHVmHOR6YP8G5dYhhQ==";
+ url = "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-1.3.0.tgz";
+ sha512 = "zvAc+A6SZdcN+earG5SsBu1RnQdtBS4o8wZ/OqJiCfL34cfOx+twVRq7wumYix6Rkdjn1N2nVCcO3wHqKqgdGg==";
};
};
"insert-module-globals-7.2.1" = {
@@ -26234,6 +27775,15 @@ let
sha512 = "LgjHkRl9W6bj2n+kWrAOgvCYPTYt+LanE4rtd/vKNq6yEb+SvVV7UTLzoSPpDX6/U1cAz7VfqPr+lPAIz7wHaQ==";
};
};
+ "inspect-with-kind-1.0.5" = {
+ name = "inspect-with-kind";
+ packageName = "inspect-with-kind";
+ version = "1.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/inspect-with-kind/-/inspect-with-kind-1.0.5.tgz";
+ sha512 = "MAQUJuIo7Xqk8EVNP+6d3CKq9c80hi4tjIbIAT6lmGW9W6WzlHiu9PS8uSuUYU+Do+j1baiFp3H25XEVxDIG2g==";
+ };
+ };
"int53-1.0.0" = {
name = "int53";
packageName = "int53";
@@ -26387,6 +27937,15 @@ let
sha512 = "u9YYtb1p2fWSbzpKmZ/b3QXWA+diRYPxc2c4y5lFB/MMk5WZ7wNZv8S3CFcIGVJ5XtlaCAl/FQy/D3eQ2XtdOA==";
};
};
+ "ip-address-6.4.0" = {
+ name = "ip-address";
+ packageName = "ip-address";
+ version = "6.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ip-address/-/ip-address-6.4.0.tgz";
+ sha512 = "c5uxc2WUTuRBVHT/6r4m7HIr/DfV0bF6DvLH3iZGSK8wp8iMwwZSgIq2do0asFf8q9ECug0SE+6+1ACMe4sorA==";
+ };
+ };
"ip-regex-2.1.0" = {
name = "ip-regex";
packageName = "ip-regex";
@@ -26405,6 +27964,15 @@ let
sha512 = "Mb6kv78bTi4RNAIIWL8Bbre7hXOR2pNUi3j8FaQkLaitf/ZWxkq3/iIwXNYk2ACO3IMfdVdQrOkUtwZblO7uBA==";
};
};
+ "ip-set-2.1.0" = {
+ name = "ip-set";
+ packageName = "ip-set";
+ version = "2.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ip-set/-/ip-set-2.1.0.tgz";
+ sha512 = "JdHz4tSMx1IeFj8yEcQU0i58qiSkOlmZXkZ8+HJ0ROV5KcgLRDO9F703oJ1GeZCvqggrcCbmagD/V7hghY62wA==";
+ };
+ };
"ipaddr.js-0.1.3" = {
name = "ipaddr.js";
packageName = "ipaddr.js";
@@ -26576,13 +28144,13 @@ let
sha512 = "UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==";
};
};
- "is-arguments-1.0.4" = {
+ "is-arguments-1.1.0" = {
name = "is-arguments";
packageName = "is-arguments";
- version = "1.0.4";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz";
- sha512 = "xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==";
+ url = "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz";
+ sha512 = "1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==";
};
};
"is-arrayish-0.2.1" = {
@@ -26612,13 +28180,13 @@ let
sha1 = "f02ad0259a0921cd199ff21ce1b09e0f6b4e3929";
};
};
- "is-bigint-1.0.0" = {
+ "is-bigint-1.0.1" = {
name = "is-bigint";
packageName = "is-bigint";
- version = "1.0.0";
+ version = "1.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.0.tgz";
- sha512 = "t5mGUXC/xRheCK431ylNiSkGGpBp8bHENBcENTkDT6ppwPzEVxNGZRvgvmOEfbWkFhA7D2GEuE2mmQTr78sl2g==";
+ url = "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.1.tgz";
+ sha512 = "J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==";
};
};
"is-binary-path-1.0.1" = {
@@ -26657,13 +28225,13 @@ let
sha512 = "NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==";
};
};
- "is-buffer-2.0.4" = {
+ "is-buffer-2.0.5" = {
name = "is-buffer";
packageName = "is-buffer";
- version = "2.0.4";
+ version = "2.0.5";
src = fetchurl {
- url = "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz";
- sha512 = "Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==";
+ url = "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz";
+ sha512 = "i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==";
};
};
"is-callable-1.2.2" = {
@@ -26720,6 +28288,15 @@ let
sha1 = "cfff471aee4dd5c9e158598fbe12967b5cdad345";
};
};
+ "is-core-module-2.2.0" = {
+ name = "is-core-module";
+ packageName = "is-core-module";
+ version = "2.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz";
+ sha512 = "XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==";
+ };
+ };
"is-data-descriptor-0.1.4" = {
name = "is-data-descriptor";
packageName = "is-data-descriptor";
@@ -26864,15 +28441,6 @@ let
sha1 = "39acaa6be7fd1f3471dc42c7416e61c24317ac9f";
};
};
- "is-expression-4.0.0" = {
- name = "is-expression";
- packageName = "is-expression";
- version = "4.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz";
- sha512 = "zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==";
- };
- };
"is-extendable-0.1.1" = {
name = "is-extendable";
packageName = "is-extendable";
@@ -26963,13 +28531,13 @@ let
sha512 = "lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==";
};
};
- "is-generator-function-1.0.7" = {
+ "is-generator-function-1.0.8" = {
name = "is-generator-function";
packageName = "is-generator-function";
- version = "1.0.7";
+ version = "1.0.8";
src = fetchurl {
- url = "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.7.tgz";
- sha512 = "YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw==";
+ url = "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.8.tgz";
+ sha512 = "2Omr/twNtufVZFr1GhxjOMFPAj2sjc/dKaIqBhvo4qciXfJmITGH6ZGd8eZYNHza8t1y0e01AuqRhJwfWp26WQ==";
};
};
"is-glob-2.0.1" = {
@@ -27143,13 +28711,13 @@ let
sha1 = "6910bca5da8c95e784b5751b976cf5a10fee36d2";
};
};
- "is-negative-zero-2.0.0" = {
+ "is-negative-zero-2.0.1" = {
name = "is-negative-zero";
packageName = "is-negative-zero";
- version = "2.0.0";
+ version = "2.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz";
- sha1 = "9553b121b0fac28869da9ed459e20c7543788461";
+ url = "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz";
+ sha512 = "2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==";
};
};
"is-npm-1.0.0" = {
@@ -27260,13 +28828,13 @@ let
sha1 = "00efbc08816c33cfc4ac8251d132e10dc65098d7";
};
};
- "is-object-1.0.1" = {
+ "is-object-1.0.2" = {
name = "is-object";
packageName = "is-object";
- version = "1.0.1";
+ version = "1.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz";
- sha1 = "8952688c5ec2ffd6b03ecc85e769e02903083470";
+ url = "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz";
+ sha512 = "2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==";
};
};
"is-observable-1.1.0" = {
@@ -27386,6 +28954,15 @@ let
sha1 = "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4";
};
};
+ "is-potential-custom-element-name-1.0.0" = {
+ name = "is-potential-custom-element-name";
+ packageName = "is-potential-custom-element-name";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz";
+ sha1 = "0c52e54bcca391bb2c494b21e8626d7336c6e397";
+ };
+ };
"is-primitive-2.0.0" = {
name = "is-primitive";
packageName = "is-primitive";
@@ -27701,13 +29278,13 @@ let
sha1 = "4b0da1442104d1b336340e80797e865cf39f7d72";
};
};
- "is-valid-domain-0.0.16" = {
+ "is-valid-domain-0.0.17" = {
name = "is-valid-domain";
packageName = "is-valid-domain";
- version = "0.0.16";
+ version = "0.0.17";
src = fetchurl {
- url = "https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.0.16.tgz";
- sha512 = "3IUxXDOLh9HBmfyHx9ySK4ZZuN8qU2Z1GPT2jNSmY/H7p8nhEXYX36WYpAQYAulupTgA5WnSYXWiWuLYp3Fw1Q==";
+ url = "https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.0.17.tgz";
+ sha512 = "w0UWEXyrgPeWWwj9FVT14y4/dSIqWgjDkzxbsGDFpT+QRbyS9HTwwNvGus2IOR/03GzCpeChzSWK9Bo9WlStDA==";
};
};
"is-valid-glob-1.0.0" = {
@@ -27935,6 +29512,15 @@ let
sha512 = "S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==";
};
};
+ "isomorphic-form-data-2.0.0" = {
+ name = "isomorphic-form-data";
+ packageName = "isomorphic-form-data";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/isomorphic-form-data/-/isomorphic-form-data-2.0.0.tgz";
+ sha512 = "TYgVnXWeESVmQSg4GLVbalmQ+B4NPi/H4eWxqALKj63KsUrcu301YDjBqaOw3h+cbak7Na4Xyps3BiptHtxTfg==";
+ };
+ };
"isomorphic-git-0.78.5" = {
name = "isomorphic-git";
packageName = "isomorphic-git";
@@ -28178,13 +29764,13 @@ let
sha512 = "/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==";
};
};
- "jest-worker-26.5.0" = {
+ "jest-worker-26.6.2" = {
name = "jest-worker";
packageName = "jest-worker";
- version = "26.5.0";
+ version = "26.6.2";
src = fetchurl {
- url = "https://registry.npmjs.org/jest-worker/-/jest-worker-26.5.0.tgz";
- sha512 = "kTw66Dn4ZX7WpjZ7T/SUDgRhapFRKWmisVAF0Rv4Fu8SLFD7eLbqpLvbxVqYhSgaWa7I+bW7pHnbyfNsH6stug==";
+ url = "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz";
+ sha512 = "KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==";
};
};
"jetifier-1.6.6" = {
@@ -28205,13 +29791,13 @@ let
sha1 = "2cf9fbae46d8074fc16b7de0071c8efebca473a6";
};
};
- "jimp-0.9.8" = {
+ "jimp-0.12.1" = {
name = "jimp";
packageName = "jimp";
- version = "0.9.8";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/jimp/-/jimp-0.9.8.tgz";
- sha512 = "DHN4apKMwLIvD/TKO9tFfPuankNuVK98vCwHm/Jv9z5cJnrd38xhi+4I7IAGmDU3jIDlrEVhzTkFH1Ymv5yTQQ==";
+ url = "https://registry.npmjs.org/jimp/-/jimp-0.12.1.tgz";
+ sha512 = "0soPJif+yjmzmOF+4cF2hyhxUWWpXpQntsm2joJXFFoRcQiPzsG4dbLKYqYPT3Fc6PjZ8MaLtCkDqqckVSfmRw==";
};
};
"jju-1.4.0" = {
@@ -28259,13 +29845,13 @@ let
sha1 = "b8417b750661a392bee2c2537c68b2a9d4977cd5";
};
};
- "joplin-turndown-4.0.29" = {
+ "joplin-turndown-4.0.30" = {
name = "joplin-turndown";
packageName = "joplin-turndown";
- version = "4.0.29";
+ version = "4.0.30";
src = fetchurl {
- url = "https://registry.npmjs.org/joplin-turndown/-/joplin-turndown-4.0.29.tgz";
- sha512 = "rVGu8u4TpSRETo59/jiVW9iaXnpdxxpBHjb7nyCflkDfWhg1Kska4uagBQGw7cD2yxw7mB2YUIB/fAgtlIzcDQ==";
+ url = "https://registry.npmjs.org/joplin-turndown/-/joplin-turndown-4.0.30.tgz";
+ sha512 = "OrGdNTsjI6/cbx/es9Hl0YI3YTql4SopduFcYCnWTZgqT0SJqILnF2JQxSNnbPnkSDIIRdNOG4+iNzlY6bS1nw==";
};
};
"joplin-turndown-plugin-gfm-1.0.12" = {
@@ -28277,15 +29863,6 @@ let
sha512 = "qL4+1iycQjZ1fs8zk3jSRk7cg3ROBUHk7GKtiLAQLFzLPKErnILUvz5DLszSQvz3s1sTjPbywLDISVUtBY6HaA==";
};
};
- "jpeg-js-0.3.7" = {
- name = "jpeg-js";
- packageName = "jpeg-js";
- version = "0.3.7";
- src = fetchurl {
- url = "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.7.tgz";
- sha512 = "9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==";
- };
- };
"jpeg-js-0.4.2" = {
name = "jpeg-js";
packageName = "jpeg-js";
@@ -28322,13 +29899,13 @@ let
sha1 = "bcb4045c8dd0539c134bc1488cdd3e768a7a9e51";
};
};
- "jquery.terminal-2.18.3" = {
+ "jquery.terminal-2.20.1" = {
name = "jquery.terminal";
packageName = "jquery.terminal";
- version = "2.18.3";
+ version = "2.20.1";
src = fetchurl {
- url = "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.18.3.tgz";
- sha512 = "zzMVGYlAC+luF7Omm9UY1/nuvp00mozSgcGImObWSS3uDRtcxnxlwxQLC8tvlTT+koyfOvCBaWgB6AD4DvWVpQ==";
+ url = "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.20.1.tgz";
+ sha512 = "XDXH/psm0BquAmQEwomn1g9lYBGS/P6laRgWC/gADi6eJjEBWeyuiP9F5nzoEVhEa2VDnEYbvfm/MBA5DcrvdA==";
};
};
"js-base64-2.6.4" = {
@@ -28349,22 +29926,22 @@ let
sha512 = "/Tbp1OVzZjbwzwJQFIlYLm9eWQ+3aYbBXLSaqb1mEJzhcQAfrqMMQYtjb6io+U6KpD0ID4F+Id3/xcjH3l/sqA==";
};
};
- "js-message-1.0.5" = {
+ "js-message-1.0.7" = {
name = "js-message";
packageName = "js-message";
- version = "1.0.5";
+ version = "1.0.7";
src = fetchurl {
- url = "https://registry.npmjs.org/js-message/-/js-message-1.0.5.tgz";
- sha1 = "2300d24b1af08e89dd095bc1a4c9c9cfcb892d15";
+ url = "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz";
+ sha512 = "efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==";
};
};
- "js-queue-2.0.0" = {
+ "js-queue-2.0.2" = {
name = "js-queue";
packageName = "js-queue";
- version = "2.0.0";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/js-queue/-/js-queue-2.0.0.tgz";
- sha1 = "362213cf860f468f0125fc6c96abc1742531f948";
+ url = "https://registry.npmjs.org/js-queue/-/js-queue-2.0.2.tgz";
+ sha512 = "pbKLsbCfi7kriM3s1J4DDCo7jQkI58zPLHi0heXPzPlj0hjUsm+FesPUbE0DSbIVIK503A36aUBoCN7eMFedkA==";
};
};
"js-select-0.6.0" = {
@@ -28493,15 +30070,6 @@ let
sha512 = "xpH2FVSEepXoNr6+cPlPHzPzBY1W9bPulufhCHOShzk8+CTCzAOQKytuOXT0b/9PvmO4biRi0g/ZIylVew815w==";
};
};
- "jscodeshift-0.7.1" = {
- name = "jscodeshift";
- packageName = "jscodeshift";
- version = "0.7.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.7.1.tgz";
- sha512 = "YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA==";
- };
- };
"jsdom-11.12.0" = {
name = "jsdom";
packageName = "jsdom";
@@ -28538,6 +30106,15 @@ let
sha512 = "fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==";
};
};
+ "jsdom-16.4.0" = {
+ name = "jsdom";
+ packageName = "jsdom";
+ version = "16.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz";
+ sha512 = "lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==";
+ };
+ };
"jsdom-7.2.2" = {
name = "jsdom";
packageName = "jsdom";
@@ -28565,6 +30142,15 @@ let
sha512 = "OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==";
};
};
+ "json-bigint-0.2.3" = {
+ name = "json-bigint";
+ packageName = "json-bigint";
+ version = "0.2.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/json-bigint/-/json-bigint-0.2.3.tgz";
+ sha1 = "118d7f6ff1d38659f19f94cf73e64a75a3f988a8";
+ };
+ };
"json-buffer-2.0.11" = {
name = "json-buffer";
packageName = "json-buffer";
@@ -28691,6 +30277,15 @@ let
sha1 = "b480c892e59a2f05954ce727bd3f2a4e882f9e13";
};
};
+ "json-schema-deref-sync-0.13.0" = {
+ name = "json-schema-deref-sync";
+ packageName = "json-schema-deref-sync";
+ version = "0.13.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/json-schema-deref-sync/-/json-schema-deref-sync-0.13.0.tgz";
+ sha512 = "YBOEogm5w9Op337yb6pAT6ZXDqlxAsQCanM3grid8lMWNxRJO/zWEJi3ZzqDL8boWfwhTFym5EFrNgWwpqcBRg==";
+ };
+ };
"json-schema-deref-sync-0.6.0" = {
name = "json-schema-deref-sync";
packageName = "json-schema-deref-sync";
@@ -28835,13 +30430,22 @@ let
sha512 = "KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==";
};
};
- "jsonata-1.8.3" = {
+ "json5-relaxed-0.5.4" = {
+ name = "json5-relaxed";
+ packageName = "json5-relaxed";
+ version = "0.5.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/json5-relaxed/-/json5-relaxed-0.5.4.tgz";
+ sha512 = "oDPf7b6nFDKcX2qt5OLI/ZwGwH43qS/g2Z98UWo8ChoNtVMYdGa3Y48WHvjPqvNKnTUa2fOanvHFeE7ZxkiboQ==";
+ };
+ };
+ "jsonata-1.8.4" = {
name = "jsonata";
packageName = "jsonata";
- version = "1.8.3";
+ version = "1.8.4";
src = fetchurl {
- url = "https://registry.npmjs.org/jsonata/-/jsonata-1.8.3.tgz";
- sha512 = "r6ztI6ohbpRo77AxBm6vMs3aHZi2L2PaakW7TCPwSkeGcuAZ/SxXGLWH2Npwqq5+YBM/fg/g0EXg/pI9HvXQ8Q==";
+ url = "https://registry.npmjs.org/jsonata/-/jsonata-1.8.4.tgz";
+ sha512 = "OqzmM5IICtm/687zckG5BROZzInGCEuKojpYs48H8RnkII8Np+o912ryvhnYwsRrSI24TQRG/qqrSwBuaneDbg==";
};
};
"jsonc-parser-1.0.3" = {
@@ -28853,22 +30457,22 @@ let
sha512 = "hk/69oAeaIzchq/v3lS50PXuzn5O2ynldopMC+SWBql7J2WtdptfB9dy8Y7+Og5rPkTCpn83zTiO8FMcqlXJ/g==";
};
};
- "jsonc-parser-2.3.0" = {
+ "jsonc-parser-2.3.1" = {
name = "jsonc-parser";
packageName = "jsonc-parser";
- version = "2.3.0";
+ version = "2.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.0.tgz";
- sha512 = "b0EBt8SWFNnixVdvoR2ZtEGa9ZqLhbJnOjezn+WP+8kspFm+PFYDN8Z4Bc7pRlDjvuVcADSUkroIuTWWn/YiIA==";
+ url = "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz";
+ sha512 = "H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==";
};
};
- "jsonc-parser-2.3.1" = {
+ "jsonc-parser-3.0.0" = {
name = "jsonc-parser";
packageName = "jsonc-parser";
- version = "2.3.1";
+ version = "3.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz";
- sha512 = "H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==";
+ url = "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz";
+ sha512 = "fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==";
};
};
"jsonfile-1.0.1" = {
@@ -28898,13 +30502,13 @@ let
sha1 = "8771aae0799b64076b76640fca058f9c10e33ecb";
};
};
- "jsonfile-6.0.1" = {
+ "jsonfile-6.1.0" = {
name = "jsonfile";
packageName = "jsonfile";
- version = "6.0.1";
+ version = "6.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz";
- sha512 = "jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==";
+ url = "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz";
+ sha512 = "5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==";
};
};
"jsonify-0.0.0" = {
@@ -28925,13 +30529,13 @@ let
sha1 = "4fcd246dc5d0e38691907c44ab002f782d1d94cc";
};
};
- "jsonlint-1.6.2" = {
+ "jsonlint-1.6.3" = {
name = "jsonlint";
packageName = "jsonlint";
- version = "1.6.2";
+ version = "1.6.3";
src = fetchurl {
- url = "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.2.tgz";
- sha1 = "5737045085f55eb455c68b1ff4ebc01bd50e8830";
+ url = "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.3.tgz";
+ sha512 = "jMVTMzP+7gU/IyC6hvKyWpUU8tmTkK5b3BPNuMI9U8Sit+YAWLlZwB6Y6YrdCxfg2kNz05p3XY3Bmm4m26Nv3A==";
};
};
"jsonparse-0.0.5" = {
@@ -29015,15 +30619,6 @@ let
sha1 = "313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2";
};
};
- "jssha-2.4.2" = {
- name = "jssha";
- packageName = "jssha";
- version = "2.4.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/jssha/-/jssha-2.4.2.tgz";
- sha512 = "/jsi/9C0S70zfkT/4UlKQa5E1xKurDnXcQizcww9JSR/Fv+uIbWM2btG+bFcL3iNoK9jIGS0ls9HWLr1iw0kFg==";
- };
- };
"jstransform-10.1.0" = {
name = "jstransform";
packageName = "jstransform";
@@ -29042,6 +30637,15 @@ let
sha1 = "ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3";
};
};
+ "jstransformer-markdown-it-2.1.0" = {
+ name = "jstransformer-markdown-it";
+ packageName = "jstransformer-markdown-it";
+ version = "2.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/jstransformer-markdown-it/-/jstransformer-markdown-it-2.1.0.tgz";
+ sha1 = "69ec30ce4518bed5997b38f027648e8c285e92f7";
+ };
+ };
"jszip-2.6.1" = {
name = "jszip";
packageName = "jszip";
@@ -29087,13 +30691,13 @@ let
sha1 = "87fccfaeffc0b68cd19d55f6722943f929ea35ea";
};
};
- "just-detect-adblock-1.0.0" = {
+ "just-detect-adblock-1.1.0" = {
name = "just-detect-adblock";
packageName = "just-detect-adblock";
- version = "1.0.0";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/just-detect-adblock/-/just-detect-adblock-1.0.0.tgz";
- sha1 = "7bf8660cf15571fe7cf3b49c222e4716e1605a0c";
+ url = "https://registry.npmjs.org/just-detect-adblock/-/just-detect-adblock-1.1.0.tgz";
+ sha512 = "xtgnwBBZaLtKspGo6jDX/H0FDsHrn41mQVWhNHge7pZe6Nj2gU2izfC09O0rPU/i97iMcJFVjbecFiTAvmNhLQ==";
};
};
"jwa-1.4.1" = {
@@ -29141,13 +30745,13 @@ let
sha1 = "7d86bd56679f58ce6a84704a657dd392bba81a79";
};
};
- "jwt-decode-3.0.0" = {
+ "jwt-decode-3.1.2" = {
name = "jwt-decode";
packageName = "jwt-decode";
- version = "3.0.0";
+ version = "3.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.0.0.tgz";
- sha512 = "RBQv2MTm3FNKQkdzhEyQwh5MbdNgMa+FyIJIK5RMWEn6hRgRHr7j55cRxGhRe6vGJDElyi6f6u/yfkP7AoXddA==";
+ url = "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.1.2.tgz";
+ sha512 = "UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==";
};
};
"k-bucket-0.6.0" = {
@@ -29358,13 +30962,13 @@ let
sha1 = "1e80454250018dbad4c3fe94497d6e67b6269c77";
};
};
- "keytar-5.6.0" = {
+ "keytar-7.2.0" = {
name = "keytar";
packageName = "keytar";
- version = "5.6.0";
+ version = "7.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/keytar/-/keytar-5.6.0.tgz";
- sha512 = "ueulhshHSGoryfRXaIvTj0BV1yB0KddBGhGoqCxSN9LR1Ks1GKuuCdVhF+2/YOs5fMl6MlTI9On1a4DHDXoTow==";
+ url = "https://registry.npmjs.org/keytar/-/keytar-7.2.0.tgz";
+ sha512 = "ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==";
};
};
"keyv-3.0.0" = {
@@ -29394,6 +30998,15 @@ let
sha512 = "zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==";
};
};
+ "khroma-1.1.0" = {
+ name = "khroma";
+ packageName = "khroma";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/khroma/-/khroma-1.1.0.tgz";
+ sha512 = "aTO+YX22tYOLEQJYFiatAj1lc5QZ+H5sHWFRBWNCiKwc5NWNUJZyeSeiHEPeURJ2a1GEVYcmyMUwGjjLe5ec5A==";
+ };
+ };
"killable-1.0.1" = {
name = "killable";
packageName = "killable";
@@ -29493,13 +31106,13 @@ let
sha512 = "wRJ9I4az0QcsH7A4v4l0enUpkS++MBx0BnL/68KaLzJg7x1qmbjSlwEoCNol7KTYZ+pmtI7Eh2J0Nu6/2Z5J/Q==";
};
};
- "known-css-properties-0.19.0" = {
+ "known-css-properties-0.20.0" = {
name = "known-css-properties";
packageName = "known-css-properties";
- version = "0.19.0";
+ version = "0.20.0";
src = fetchurl {
- url = "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.19.0.tgz";
- sha512 = "eYboRV94Vco725nKMlpkn3nV2+96p9c3gKXRsYqAJSswSENvBhN7n5L+uDhY58xQa0UukWsDMTGELzmD8Q+wTA==";
+ url = "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.20.0.tgz";
+ sha512 = "URvsjaA9ypfreqJ2/ylDr5MUERhJZ+DhguoWRr2xgS5C7aGCalXo+ewL+GixgKBfhT2vuL02nbIgNGqVWgTOYw==";
};
};
"known-css-properties-0.5.0" = {
@@ -30141,6 +31754,15 @@ let
sha512 = "5lMmsPc9ZtMjBk8rJ8ADKIj6AOgYvRtAuNfboO2TVPZsmcn6gSRyijUsA8KG6DUcJ89/hyQ3cnVRyzO1hbDavw==";
};
};
+ "line-column-1.0.2" = {
+ name = "line-column";
+ packageName = "line-column";
+ version = "1.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/line-column/-/line-column-1.0.2.tgz";
+ sha1 = "d25af2936b6f4849172b312e4792d1d987bc34a2";
+ };
+ };
"line-reader-0.4.0" = {
name = "line-reader";
packageName = "line-reader";
@@ -30168,13 +31790,13 @@ let
sha1 = "bf967ba0dd31faaf09ab5bdb3676ad7f2aa18493";
};
};
- "link-check-4.5.2" = {
+ "link-check-4.5.3" = {
name = "link-check";
packageName = "link-check";
- version = "4.5.2";
+ version = "4.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/link-check/-/link-check-4.5.2.tgz";
- sha512 = "I5dWK5rl2wq7nYRBrx8kDjp2roXqa6jdHcKTPBkh9/UlhwToAgCMIRdeUGKxichESo9BpHafF1ao+B8Ek6ErJg==";
+ url = "https://registry.npmjs.org/link-check/-/link-check-4.5.3.tgz";
+ sha512 = "fEUmR+DVqNq0HZAurR5+8v5ulrsRKN/nfNYA02GHvreceEI0S5LiE19Ggf8XHCDRfVbc/4BYZaldBUG7lwNmIQ==";
};
};
"linkify-it-2.2.0" = {
@@ -30249,13 +31871,13 @@ let
sha512 = "8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==";
};
};
- "load-ip-set-2.1.0" = {
+ "load-ip-set-2.1.2" = {
name = "load-ip-set";
packageName = "load-ip-set";
- version = "2.1.0";
+ version = "2.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/load-ip-set/-/load-ip-set-2.1.0.tgz";
- sha512 = "taz7U6B+F7Zq90dfIKwqsB1CrFKelSEmMGC68OUqem8Cgd1QZygQBYb2Fk9i6muBSfH4xwF/Pjt4KKlAdOyWZw==";
+ url = "https://registry.npmjs.org/load-ip-set/-/load-ip-set-2.1.2.tgz";
+ sha512 = "AgO3AGwWPru+tJboq0l2+hIkFqbAE3tbG74z2SCpt+c3h0PFI3t2mHamS707OzSc3b+GBVBKjZxPFz97YZNisA==";
};
};
"load-json-file-1.1.0" = {
@@ -30321,15 +31943,6 @@ let
sha512 = "oR4lB4WvwFoC70ocraKhn5nkKSs23t57h9udUgw8o0iH8hMXeEoRuUgfcvgUwAJ1ZpRqBvcou4N2SMvM1DwMrA==";
};
};
- "loader-utils-1.2.3" = {
- name = "loader-utils";
- packageName = "loader-utils";
- version = "1.2.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz";
- sha512 = "fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==";
- };
- };
"loader-utils-1.4.0" = {
name = "loader-utils";
packageName = "loader-utils";
@@ -30348,6 +31961,15 @@ let
sha512 = "rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==";
};
};
+ "loady-0.0.5" = {
+ name = "loady";
+ packageName = "loady";
+ version = "0.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/loady/-/loady-0.0.5.tgz";
+ sha512 = "uxKD2HIj042/HBx77NBcmEPsD+hxCgAtjEWlYNScuUjIsh/62Uyu39GOR68TBR68v+jqDL9zfftCWoUo4y03sQ==";
+ };
+ };
"locate-java-home-1.1.2" = {
name = "locate-java-home";
packageName = "locate-java-home";
@@ -30465,15 +32087,6 @@ let
sha512 = "8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==";
};
};
- "lodash-4.17.19" = {
- name = "lodash";
- packageName = "lodash";
- version = "4.17.19";
- src = fetchurl {
- url = "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz";
- sha512 = "JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==";
- };
- };
"lodash-4.17.20" = {
name = "lodash";
packageName = "lodash";
@@ -30978,6 +32591,15 @@ let
sha1 = "995ee0dc18c1b48cc92effae71a10aab5b487698";
};
};
+ "lodash.escaperegexp-4.1.2" = {
+ name = "lodash.escaperegexp";
+ packageName = "lodash.escaperegexp";
+ version = "4.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz";
+ sha1 = "64762c48618082518ac3df4ccf5d5886dae20347";
+ };
+ };
"lodash.filter-4.6.0" = {
name = "lodash.filter";
packageName = "lodash.filter";
@@ -30987,6 +32609,15 @@ let
sha1 = "668b1d4981603ae1cc5a6fa760143e480b4c4ace";
};
};
+ "lodash.find-4.6.0" = {
+ name = "lodash.find";
+ packageName = "lodash.find";
+ version = "4.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz";
+ sha1 = "cb0704d47ab71789ffa0de8b97dd926fb88b13b1";
+ };
+ };
"lodash.findkey-4.6.0" = {
name = "lodash.findkey";
packageName = "lodash.findkey";
@@ -31194,6 +32825,15 @@ let
sha1 = "2cfd575c73e498ab57e319b77fa02adef13a94d1";
};
};
+ "lodash.isfunction-3.0.9" = {
+ name = "lodash.isfunction";
+ packageName = "lodash.isfunction";
+ version = "3.0.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz";
+ sha512 = "AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==";
+ };
+ };
"lodash.isinteger-4.0.4" = {
name = "lodash.isinteger";
packageName = "lodash.isinteger";
@@ -31221,6 +32861,15 @@ let
sha1 = "756cb5150ca3ba6f11085a78849645f188f85f37";
};
};
+ "lodash.isnil-4.0.0" = {
+ name = "lodash.isnil";
+ packageName = "lodash.isnil";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz";
+ sha1 = "49e28cd559013458c814c5479d3c663a21bfaa6c";
+ };
+ };
"lodash.isnumber-3.0.3" = {
name = "lodash.isnumber";
packageName = "lodash.isnumber";
@@ -31266,6 +32915,15 @@ let
sha1 = "d527dfb5456eca7cc9bb95d5daeaf88ba54a5451";
};
};
+ "lodash.isundefined-3.0.1" = {
+ name = "lodash.isundefined";
+ packageName = "lodash.isundefined";
+ version = "3.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.isundefined/-/lodash.isundefined-3.0.1.tgz";
+ sha1 = "23ef3d9535565203a66cefd5b830f848911afb48";
+ };
+ };
"lodash.iteratee-4.7.0" = {
name = "lodash.iteratee";
packageName = "lodash.iteratee";
@@ -31302,6 +32960,15 @@ let
sha1 = "771ec7839e3473d9c4cde28b19394c3562f4f6d3";
};
};
+ "lodash.max-4.0.1" = {
+ name = "lodash.max";
+ packageName = "lodash.max";
+ version = "4.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.max/-/lodash.max-4.0.1.tgz";
+ sha1 = "8735566c618b35a9f760520b487ae79658af136a";
+ };
+ };
"lodash.memoize-3.0.4" = {
name = "lodash.memoize";
packageName = "lodash.memoize";
@@ -31437,15 +33104,6 @@ let
sha1 = "936a4e309ef330a7645ed4145986c85ae5b20805";
};
};
- "lodash.sample-4.2.1" = {
- name = "lodash.sample";
- packageName = "lodash.sample";
- version = "4.2.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/lodash.sample/-/lodash.sample-4.2.1.tgz";
- sha1 = "5e4291b0c753fa1abeb0aab8fb29df1b66f07f6d";
- };
- };
"lodash.set-4.3.2" = {
name = "lodash.set";
packageName = "lodash.set";
@@ -31455,15 +33113,6 @@ let
sha1 = "d8757b1da807dde24816b0d6a84bea1a76230b23";
};
};
- "lodash.snakecase-4.1.1" = {
- name = "lodash.snakecase";
- packageName = "lodash.snakecase";
- version = "4.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz";
- sha1 = "39d714a35357147837aefd64b5dcbb16becd8f8d";
- };
- };
"lodash.some-4.6.0" = {
name = "lodash.some";
packageName = "lodash.some";
@@ -31734,13 +33383,13 @@ let
sha512 = "/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==";
};
};
- "loglevel-1.7.0" = {
+ "loglevel-1.7.1" = {
name = "loglevel";
packageName = "loglevel";
- version = "1.7.0";
+ version = "1.7.1";
src = fetchurl {
- url = "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz";
- sha512 = "i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==";
+ url = "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz";
+ sha512 = "Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==";
};
};
"loglevel-colored-level-prefix-1.0.0" = {
@@ -31914,13 +33563,13 @@ let
sha1 = "9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac";
};
};
- "lower-case-2.0.1" = {
+ "lower-case-2.0.2" = {
name = "lower-case";
packageName = "lower-case";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/lower-case/-/lower-case-2.0.1.tgz";
- sha512 = "LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ==";
+ url = "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz";
+ sha512 = "7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==";
};
};
"lowercase-keys-1.0.0" = {
@@ -32076,13 +33725,13 @@ let
sha512 = "rlAEsgU9Bnavca2w1WJ6+6cdeHMXNyadcersyk3ZpuhgWb5HBNj8l4WwJz9PjksAhYDlpQffCVXPctOn+wCIVA==";
};
};
- "lunr-2.3.6" = {
+ "lunr-2.3.8" = {
name = "lunr";
packageName = "lunr";
- version = "2.3.6";
+ version = "2.3.8";
src = fetchurl {
- url = "https://registry.npmjs.org/lunr/-/lunr-2.3.6.tgz";
- sha512 = "swStvEyDqQ85MGpABCMBclZcLI/pBIlu8FFDtmX197+oEgKloJ67QnB+Tidh0340HmLMs39c4GrkPY3cmkXp6Q==";
+ url = "https://registry.npmjs.org/lunr/-/lunr-2.3.8.tgz";
+ sha512 = "oxMeX/Y35PNFuZoHp+jUj5OSEmLCaIH4KTFJh7a93cHBoFmpw2IoPs22VIz7vyO2YUnx2Tn9dzIwO2P/4quIRg==";
};
};
"lynx-0.2.0" = {
@@ -32193,13 +33842,22 @@ let
sha1 = "79cc6d65a00bb5b7ef5c25ae60ebbb5d9a7681a8";
};
};
- "magnet-uri-5.3.0" = {
+ "magnet-uri-5.4.0" = {
name = "magnet-uri";
packageName = "magnet-uri";
- version = "5.3.0";
+ version = "5.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/magnet-uri/-/magnet-uri-5.4.0.tgz";
+ sha512 = "ZpqciThlbvE6KkyT5oxAup/6CwjePw1hdtR8NU5+vq2hn9Sp5b7w3bRiJRvo9fMHUj2dWSuVCdkqt9p4ed1V9Q==";
+ };
+ };
+ "magnet-uri-6.1.0" = {
+ name = "magnet-uri";
+ packageName = "magnet-uri";
+ version = "6.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/magnet-uri/-/magnet-uri-5.3.0.tgz";
- sha512 = "8GuTc9mXYfaKrXz687kzx2YTEhMR/X1Qgt6tkTNwPlb2fUy3QfU+O9zuoB5DKAa/IyVdLGxe9xSFUtaA+ZG5tQ==";
+ url = "https://registry.npmjs.org/magnet-uri/-/magnet-uri-6.1.0.tgz";
+ sha512 = "731qLviHaqN/Ni96wm6gNKuvoip+QHWTznjHNz/4qDlsHh3/CWJoL8fZ18IIRhGJgnWoKJp8RVE5lZvQ60Khhw==";
};
};
"make-dir-1.3.0" = {
@@ -32553,13 +34211,13 @@ let
sha512 = "7pxkHuvqTOu3iwVGmDPeYjQg+AIS9VQxzyLP9JCg9lBjgPAJXGEkChK6A2iFuj3tS0GV3HG2u5AMNhcQqwxpJw==";
};
};
- "markdown-it-toc-done-right-4.1.0" = {
+ "markdown-it-toc-done-right-4.2.0" = {
name = "markdown-it-toc-done-right";
packageName = "markdown-it-toc-done-right";
- version = "4.1.0";
+ version = "4.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/markdown-it-toc-done-right/-/markdown-it-toc-done-right-4.1.0.tgz";
- sha512 = "UhD2Oj6cZV3ycYPoelt4hTkwKIK3zbPP1wjjdpCq7UGtWQOFalDFDv1s2zBYV6aR2gMs/X8kpJcOYsQmUbiXDw==";
+ url = "https://registry.npmjs.org/markdown-it-toc-done-right/-/markdown-it-toc-done-right-4.2.0.tgz";
+ sha512 = "UB/IbzjWazwTlNAX0pvWNlJS8NKsOQ4syrXZQ/C72j+jirrsjVRT627lCaylrKJFBQWfRsPmIVQie8x38DEhAQ==";
};
};
"markdown-link-extractor-1.2.6" = {
@@ -32616,15 +34274,6 @@ let
sha512 = "ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==";
};
};
- "marked-0.6.3" = {
- name = "marked";
- packageName = "marked";
- version = "0.6.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz";
- sha512 = "Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ==";
- };
- };
"marked-0.7.0" = {
name = "marked";
packageName = "marked";
@@ -32643,13 +34292,13 @@ let
sha512 = "EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==";
};
};
- "marked-1.2.0" = {
+ "marked-1.2.5" = {
name = "marked";
packageName = "marked";
- version = "1.2.0";
+ version = "1.2.5";
src = fetchurl {
- url = "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz";
- sha512 = "tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==";
+ url = "https://registry.npmjs.org/marked/-/marked-1.2.5.tgz";
+ sha512 = "2AlqgYnVPOc9WDyWu7S5DJaEZsfk6dNh/neatQ3IHUW4QLutM/VPSH9lG7bif+XjFWc9K9XR3QvR+fXuECmfdA==";
};
};
"marked-terminal-4.1.0" = {
@@ -32886,13 +34535,49 @@ let
sha512 = "7GlnT24gEwDrdAwEHrU4Vv5lLWrEer4KOkAiKT9nYstsTad7Oc1TwqT2zIMKRdZF7cTuaf+GA1E4Kv7jJh8mPA==";
};
};
- "mdast-util-to-nlcst-4.0.0" = {
+ "mdast-util-from-markdown-0.8.1" = {
+ name = "mdast-util-from-markdown";
+ packageName = "mdast-util-from-markdown";
+ version = "0.8.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.1.tgz";
+ sha512 = "qJXNcFcuCSPqUF0Tb0uYcFDIq67qwB3sxo9RPdf9vG8T90ViKnksFqdB/Coq2a7sTnxL/Ify2y7aIQXDkQFH0w==";
+ };
+ };
+ "mdast-util-to-markdown-0.5.4" = {
+ name = "mdast-util-to-markdown";
+ packageName = "mdast-util-to-markdown";
+ version = "0.5.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.5.4.tgz";
+ sha512 = "0jQTkbWYx0HdEA/h++7faebJWr5JyBoBeiRf0u3F4F3QtnyyGaWIsOwo749kRb1ttKrLLr+wRtOkfou9yB0p6A==";
+ };
+ };
+ "mdast-util-to-nlcst-4.0.1" = {
name = "mdast-util-to-nlcst";
packageName = "mdast-util-to-nlcst";
- version = "4.0.0";
+ version = "4.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/mdast-util-to-nlcst/-/mdast-util-to-nlcst-4.0.0.tgz";
- sha512 = "CPDf82bVAVImJTZgZ9S1yxGczDyoYi1R+edzz8EVFUPvT3RN0RZnnSnMikawLf6ukAKj6pyhsG0exSO7UEA3DA==";
+ url = "https://registry.npmjs.org/mdast-util-to-nlcst/-/mdast-util-to-nlcst-4.0.1.tgz";
+ sha512 = "Y4ffygj85MTt70STKnEquw6k73jYWJBaYcb4ITAKgSNokZF7fH8rEHZ1GsRY/JaxqUevMaEnsDmkVv5Z9uVRdg==";
+ };
+ };
+ "mdast-util-to-string-1.1.0" = {
+ name = "mdast-util-to-string";
+ packageName = "mdast-util-to-string";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz";
+ sha512 = "jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==";
+ };
+ };
+ "mdast-util-to-string-2.0.0" = {
+ name = "mdast-util-to-string";
+ packageName = "mdast-util-to-string";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz";
+ sha512 = "AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==";
};
};
"mdmanifest-1.0.8" = {
@@ -32904,13 +34589,13 @@ let
sha1 = "c04891883c28c83602e1d06b05a11037e359b4c8";
};
};
- "mdn-browser-compat-data-1.0.39" = {
- name = "mdn-browser-compat-data";
- packageName = "mdn-browser-compat-data";
- version = "1.0.39";
+ "mdn-data-2.0.14" = {
+ name = "mdn-data";
+ packageName = "mdn-data";
+ version = "2.0.14";
src = fetchurl {
- url = "https://registry.npmjs.org/mdn-browser-compat-data/-/mdn-browser-compat-data-1.0.39.tgz";
- sha512 = "1U5Lt+pjYxJ1mosBIdK5fr3guzV4v81f8yy0rLAj/cu7ki3ciCe85LVJJ0RLK0lP6VwFtjpXSOESfwAEpz0FyQ==";
+ url = "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz";
+ sha512 = "dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==";
};
};
"mdn-data-2.0.4" = {
@@ -32922,15 +34607,6 @@ let
sha512 = "iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==";
};
};
- "mdn-data-2.0.6" = {
- name = "mdn-data";
- packageName = "mdn-data";
- version = "2.0.6";
- src = fetchurl {
- url = "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.6.tgz";
- sha512 = "rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA==";
- };
- };
"mdns-js-0.5.0" = {
name = "mdns-js";
packageName = "mdns-js";
@@ -32985,13 +34661,13 @@ let
sha512 = "aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==";
};
};
- "mediasource-2.3.0" = {
+ "mediasource-2.4.0" = {
name = "mediasource";
packageName = "mediasource";
- version = "2.3.0";
+ version = "2.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/mediasource/-/mediasource-2.3.0.tgz";
- sha512 = "fqm86UwHvAnneIv40Uy1sDQaFtAByq/k0SQ3uCtbnEeSQNT1s5TDHCZOD1VmYCHwfY1jL2NjoZVwzZKYqy3L7A==";
+ url = "https://registry.npmjs.org/mediasource/-/mediasource-2.4.0.tgz";
+ sha512 = "SKUMrbFMHgiCUZFOWZcL0aiF/KgHx9SPIKzxrl6+7nMUMDK/ZnOmJdY/9wKzYeM0g3mybt3ueg+W+/mrYfmeFQ==";
};
};
"mediawiki-title-0.6.5" = {
@@ -33048,13 +34724,13 @@ let
sha512 = "e0WfJAMm8Gv1mP5fEq/Blzy6Lt1VbLg7gNnZmZak7nhrBTibs+c6nQ4SKs/ZyJYHS1mFgDJeopsLAv7Ow0FMFg==";
};
};
- "mem-fs-editor-7.0.1" = {
+ "mem-fs-editor-7.1.0" = {
name = "mem-fs-editor";
packageName = "mem-fs-editor";
- version = "7.0.1";
+ version = "7.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-7.0.1.tgz";
- sha512 = "eD8r4/d2ayp9HHIgBPHB6Ds0ggA8F9cf9HxcNtbqrwqJXfIDrOSMG5K4fV3+Ib3B+HIdrWqkeDDDvrO7i9EbvQ==";
+ url = "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-7.1.0.tgz";
+ sha512 = "BH6QEqCXSqGeX48V7zu+e3cMwHU7x640NB8Zk8VNvVZniz+p4FK60pMx/3yfkzo6miI6G3a8pH6z7FeuIzqrzA==";
};
};
"memfs-3.2.0" = {
@@ -33156,13 +34832,13 @@ let
sha512 = "qVQ/CjkMyMInPaaRMrwWNDvf6boRZXaT/DbQeMYcCWuXPEBf1v8qChOc9OlEVQp2uOvRXa1Qu30fLmKhY6NipA==";
};
};
- "memorystore-1.6.2" = {
+ "memorystore-1.6.4" = {
name = "memorystore";
packageName = "memorystore";
- version = "1.6.2";
+ version = "1.6.4";
src = fetchurl {
- url = "https://registry.npmjs.org/memorystore/-/memorystore-1.6.2.tgz";
- sha512 = "HQM+cZB/kY1+jj57It22FsptJ3nuZRYxnwh3rWZEvDZO1zuzhIrX9uyFcjP9AhFQvM5WS6vZKtn3veohDH4S7w==";
+ url = "https://registry.npmjs.org/memorystore/-/memorystore-1.6.4.tgz";
+ sha512 = "51j4kUedbqkWGby44hAhf5f/hj8GOvHoLX00/YHURBNxOMf5k8JbPuGfmeNpZEXhc3vrmfnFben4+rOOx3HjEQ==";
};
};
"memorystream-0.3.1" = {
@@ -33228,6 +34904,15 @@ let
sha512 = "GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA==";
};
};
+ "meow-8.0.0" = {
+ name = "meow";
+ packageName = "meow";
+ version = "8.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/meow/-/meow-8.0.0.tgz";
+ sha512 = "nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg==";
+ };
+ };
"merge-1.2.1" = {
name = "merge";
packageName = "merge";
@@ -33282,6 +34967,15 @@ let
sha512 = "8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==";
};
};
+ "merkle-lib-2.0.10" = {
+ name = "merkle-lib";
+ packageName = "merkle-lib";
+ version = "2.0.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/merkle-lib/-/merkle-lib-2.0.10.tgz";
+ sha1 = "82b8dbae75e27a7785388b73f9d7725d0f6f3326";
+ };
+ };
"merkle-tree-stream-3.0.3" = {
name = "merkle-tree-stream";
packageName = "merkle-tree-stream";
@@ -33291,6 +34985,15 @@ let
sha1 = "f8a064760d37e7978ad5f9f6d3c119a494f57081";
};
};
+ "mermaid-8.8.4" = {
+ name = "mermaid";
+ packageName = "mermaid";
+ version = "8.8.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/mermaid/-/mermaid-8.8.4.tgz";
+ sha512 = "YPn35uEAIrOcsDPjCiKNXXBdO1Aoazsv2zTZjG4+oXa7+tTVUb5sI81NqaTYa47RnoH9Vl4waLlEEJfB8KM9VA==";
+ };
+ };
"mersenne-0.0.4" = {
name = "mersenne";
packageName = "mersenne";
@@ -33300,13 +35003,13 @@ let
sha1 = "401fdec7ec21cdb9e03cd3d3021398da21b27085";
};
};
- "metals-languageclient-0.3.2" = {
+ "metals-languageclient-0.3.3" = {
name = "metals-languageclient";
packageName = "metals-languageclient";
- version = "0.3.2";
+ version = "0.3.3";
src = fetchurl {
- url = "https://registry.npmjs.org/metals-languageclient/-/metals-languageclient-0.3.2.tgz";
- sha512 = "qpog+/luf+h3i6zvgDu05SMmDqEsPMYbcamy+odlysA9iT31k8j0mknR2uGAQ1ZLL4oWYCSct+2/zpxrYLiDng==";
+ url = "https://registry.npmjs.org/metals-languageclient/-/metals-languageclient-0.3.3.tgz";
+ sha512 = "lcYMlelg5pHFxFR1oz6vqZA9M6bi2IcCcPdkc/OAOg1KTkS5fGBrW8RXGnbKx/j+w0hQ3sUJsg16x5U/ikXVVA==";
};
};
"metalsmith-2.3.0" = {
@@ -33444,6 +35147,15 @@ let
sha512 = "jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==";
};
};
+ "micromark-2.10.1" = {
+ name = "micromark";
+ packageName = "micromark";
+ version = "2.10.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/micromark/-/micromark-2.10.1.tgz";
+ sha512 = "fUuVF8sC1X7wsCS29SYQ2ZfIZYbTymp0EYr6sab3idFjigFFjGa5UwoniPlV9tAgntjuapW1t9U+S0yDYeGKHQ==";
+ };
+ };
"micromatch-2.3.11" = {
name = "micromatch";
packageName = "micromatch";
@@ -33687,6 +35399,15 @@ let
sha512 = "LfHUYIA047rrqIZEn0gwbqbzarU5bmZ8yZ9SizeoiPwVq5cemE3foJTJZ3pCktUq/IPkKNGghFHJk1O8149mOA==";
};
};
+ "minify-4.1.3" = {
+ name = "minify";
+ packageName = "minify";
+ version = "4.1.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/minify/-/minify-4.1.3.tgz";
+ sha512 = "ykuscavxivSmVpcCzsXmsVTukWYLUUtPhHj0w2ILvHDGqC+hsuTCihBn9+PJBd58JNvWTNg9132J9nrrI2anzA==";
+ };
+ };
"minilog-3.1.0" = {
name = "minilog";
packageName = "minilog";
@@ -33912,13 +35633,13 @@ let
sha512 = "bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==";
};
};
- "mirakurun-3.2.0" = {
+ "mirakurun-3.3.1" = {
name = "mirakurun";
packageName = "mirakurun";
- version = "3.2.0";
+ version = "3.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/mirakurun/-/mirakurun-3.2.0.tgz";
- sha512 = "zRMza+rxE5XUgUDy8lbt1qAKA9TKcApnwmP+06chBZXinxwEiaRbto7vE8is7ky6+qCS9Q7Erf91kbhAsLwydw==";
+ url = "https://registry.npmjs.org/mirakurun/-/mirakurun-3.3.1.tgz";
+ sha512 = "uCsn3t7bV3jmy8mcgl19wowBq69Xz/Z/WUkazOC9PXvzzb9j5wvfr+qrwB5GtHkLBFIaBVI59HIX+JJ637jVmA==";
};
};
"mired-0.0.0" = {
@@ -34047,22 +35768,31 @@ let
sha1 = "ebb3a977e7af1c683ae6fda12b545a6ba6c5853d";
};
};
- "mobx-4.15.7" = {
+ "mobx-6.0.4" = {
name = "mobx";
packageName = "mobx";
- version = "4.15.7";
+ version = "6.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/mobx/-/mobx-4.15.7.tgz";
- sha512 = "X4uQvuf2zYKHVO5kRT5Utmr+J9fDnRgxWWnSqJ4oiccPTQU38YG+/O3nPmOhUy4jeHexl7XJJpWDBgEnEfp+8w==";
+ url = "https://registry.npmjs.org/mobx/-/mobx-6.0.4.tgz";
+ sha512 = "wT2QJT9tW19VSHo9x7RPKU3z/I2Ps6wUS8Kb1OO+kzmg7UY3n4AkcaYG6jq95Lp1R9ohjC/NGYuT2PtuvBjhFg==";
};
};
- "mobx-react-5.4.4" = {
+ "mobx-react-7.0.5" = {
name = "mobx-react";
packageName = "mobx-react";
- version = "5.4.4";
+ version = "7.0.5";
src = fetchurl {
- url = "https://registry.npmjs.org/mobx-react/-/mobx-react-5.4.4.tgz";
- sha512 = "2mTzpyEjVB/RGk2i6KbcmP4HWcAUFox5ZRCrGvSyz49w20I4C4qql63grPpYrS9E9GKwgydBHQlA4y665LuRCQ==";
+ url = "https://registry.npmjs.org/mobx-react/-/mobx-react-7.0.5.tgz";
+ sha512 = "WmHl3Ni30ujVcOOnllmGmyccsbfFCKtAwpkIwncwxhgLcvXcE0Wa9lGJIhoqQdTJzGr0AJqGzMVAdwNc3Fj2DQ==";
+ };
+ };
+ "mobx-react-lite-3.1.6" = {
+ name = "mobx-react-lite";
+ packageName = "mobx-react-lite";
+ version = "3.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.1.6.tgz";
+ sha512 = "MM3x9BLt5nC7iE/ILA5n2+hfrplEKYbFjqROEuGkzBdZP/KD+Z44+2gseczRrTG0xFuiPWfEzgT68+6/zqOiEw==";
};
};
"mocha-2.5.3" = {
@@ -34083,13 +35813,13 @@ let
sha512 = "O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==";
};
};
- "mocha-8.2.0" = {
+ "mocha-8.2.1" = {
name = "mocha";
packageName = "mocha";
- version = "8.2.0";
+ version = "8.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/mocha/-/mocha-8.2.0.tgz";
- sha512 = "lEWEMq2LMfNJMKeuEwb5UELi+OgFDollXaytR5ggQcHpzG3NP/R7rvixAvF+9/lLsTWhWG+4yD2M70GsM06nxw==";
+ url = "https://registry.npmjs.org/mocha/-/mocha-8.2.1.tgz";
+ sha512 = "cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w==";
};
};
"mock-require-3.0.3" = {
@@ -34119,13 +35849,13 @@ let
sha512 = "A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==";
};
};
- "module-definition-3.3.0" = {
+ "module-definition-3.3.1" = {
name = "module-definition";
packageName = "module-definition";
- version = "3.3.0";
+ version = "3.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/module-definition/-/module-definition-3.3.0.tgz";
- sha512 = "HTplA9xwDzH67XJFC1YvZMUElWJD28DV0dUq7lhTs+JKJamUOWA/CcYWSlhW5amJO66uWtY7XdltT+LfX0wIVg==";
+ url = "https://registry.npmjs.org/module-definition/-/module-definition-3.3.1.tgz";
+ sha512 = "kLidGPwQ2yq484nSD+D3JoJp4Etc0Ox9P0L34Pu/cU4X4HcG7k7p62XI5BBuvURWMRX3RPyuhOcBHbKus+UH4A==";
};
};
"module-deps-6.2.3" = {
@@ -34164,24 +35894,6 @@ let
sha1 = "cf67e0b31c47ab9badb5c9c25651862127bb8317";
};
};
- "moment-2.20.1" = {
- name = "moment";
- packageName = "moment";
- version = "2.20.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz";
- sha512 = "Yh9y73JRljxW5QxN08Fner68eFLxM5ynNOAw2LbIB1YAGeQzZT8QFSUvkAz609Zf+IHhhaUxqZK8dG3W/+HEvg==";
- };
- };
- "moment-2.28.0" = {
- name = "moment";
- packageName = "moment";
- version = "2.28.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/moment/-/moment-2.28.0.tgz";
- sha512 = "Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw==";
- };
- };
"moment-2.29.1" = {
name = "moment";
packageName = "moment";
@@ -34200,13 +35912,31 @@ let
sha1 = "359a19ec634cda3c706c8709adda54c0329aaec4";
};
};
- "moment-timezone-0.5.31" = {
+ "moment-duration-format-2.3.2" = {
+ name = "moment-duration-format";
+ packageName = "moment-duration-format";
+ version = "2.3.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-2.3.2.tgz";
+ sha512 = "cBMXjSW+fjOb4tyaVHuaVE/A5TqkukDWiOfxxAjY+PEqmmBQlLwn+8OzwPiG3brouXKY5Un4pBjAeB6UToXHaQ==";
+ };
+ };
+ "moment-mini-2.24.0" = {
+ name = "moment-mini";
+ packageName = "moment-mini";
+ version = "2.24.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/moment-mini/-/moment-mini-2.24.0.tgz";
+ sha512 = "9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ==";
+ };
+ };
+ "moment-timezone-0.5.32" = {
name = "moment-timezone";
packageName = "moment-timezone";
- version = "0.5.31";
+ version = "0.5.32";
src = fetchurl {
- url = "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.31.tgz";
- sha512 = "+GgHNg8xRhMXfEbv81iDtrVeTcWt0kWmTEY1XQK14dICTXnWJnT0dxdlPspwqF3keKMVPXwayEsk1DI0AA/jdA==";
+ url = "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.32.tgz";
+ sha512 = "Z8QNyuQHQAmWucp8Knmgei8YNo28aLjJq6Ma+jy1ZSpSk5nyfRT8xgUbSQvD2+2UajISfenndwvFuH3NGS+nvA==";
};
};
"monotonic-timestamp-0.0.9" = {
@@ -34299,22 +36029,31 @@ let
sha512 = "NOeCoW6AYc3hLi30npe7uzbD9b4FQZKH40YKABUCCvaKKL5agj6YzvHoNx8jQpDMNPgIa5bvSZQbQpWBAVD0Kw==";
};
};
- "mqtt-4.2.1" = {
+ "mqtt-4.2.6" = {
name = "mqtt";
packageName = "mqtt";
- version = "4.2.1";
+ version = "4.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/mqtt/-/mqtt-4.2.1.tgz";
- sha512 = "Iv893r+jWlo5GkNcPOfCGwW8M49IixwHiKLFFYTociEymSibUVCORVEjPXWPGzSxhn7BdlUeHicbRmWiv0Crkg==";
+ url = "https://registry.npmjs.org/mqtt/-/mqtt-4.2.6.tgz";
+ sha512 = "GpxVObyOzL0CGPBqo6B04GinN8JLk12NRYAIkYvARd9ZCoJKevvOyCaWK6bdK/kFSDj3LPDnCsJbezzNlsi87Q==";
};
};
- "mqtt-packet-6.6.0" = {
+ "mqtt-packet-6.7.0" = {
name = "mqtt-packet";
packageName = "mqtt-packet";
- version = "6.6.0";
+ version = "6.7.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-6.7.0.tgz";
+ sha512 = "GzgeeCirQpB59FyhHvf8BLiIYgxctPSxuSyaF2vWnkt7paX7jtuQ8Gpl+DkHCxZmYuv7GQE6zcUAegpafd0MqQ==";
+ };
+ };
+ "mrmr-0.1.10" = {
+ name = "mrmr";
+ packageName = "mrmr";
+ version = "0.1.10";
src = fetchurl {
- url = "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-6.6.0.tgz";
- sha512 = "LvghnKMFC70hKWMVykmhJarlO5e7lT3t9s9A2qPCUx+lazL3Mq55U+eCV0eLi7/nRRQYvEUWo/2tTo89EjnCJQ==";
+ url = "https://registry.npmjs.org/mrmr/-/mrmr-0.1.10.tgz";
+ sha512 = "NJRJs+yJyRWwcTqLRf7O32n56UP1+UQoTrGVEoB3LMj0h2jlon790drDbxKvi5mK5k4HfC0cpNkxqHcrJK/evg==";
};
};
"ms-0.7.1" = {
@@ -34560,13 +36299,13 @@ let
sha512 = "xasv76hl6nr1dEy3lPvy7Ej7K/Lx3O/FCvwge8PeVJpciPPoNCbaANcNiBug3IpdvTveZUcAV0DJzdnUDMesNQ==";
};
};
- "multistream-4.0.0" = {
+ "multistream-4.0.1" = {
name = "multistream";
packageName = "multistream";
- version = "4.0.0";
+ version = "4.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/multistream/-/multistream-4.0.0.tgz";
- sha512 = "t0C8MAtH/d3Y+5nooEtUMWli92lVw9Jhx4uOhRl5GAwS5vc+YTmp/VXNJNsCBAMeEyK/6zhbk6x9JE3AiCvo4g==";
+ url = "https://registry.npmjs.org/multistream/-/multistream-4.0.1.tgz";
+ sha512 = "LNPIR/LD0JUw2beGlSv4sgTSnGbZp16d/PG2rnIrYjkeCaepNmBTobuiaNQATCPiYgn+BBuQTm70UlvwRfLZ3Q==";
};
};
"munin-plugin-0.0.9" = {
@@ -34740,6 +36479,15 @@ let
sha512 = "z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==";
};
};
+ "n64-0.2.10" = {
+ name = "n64";
+ packageName = "n64";
+ version = "0.2.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/n64/-/n64-0.2.10.tgz";
+ sha512 = "uH9geV4+roR1tohsrrqSOLCJ9Mh1iFcDI+9vUuydDlDxUS1UCAWUfuGb06p3dj3flzywquJNrGsQ7lHP8+4RVQ==";
+ };
+ };
"nan-0.3.2" = {
name = "nan";
packageName = "nan";
@@ -34767,15 +36515,6 @@ let
sha512 = "INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==";
};
};
- "nan-2.14.1" = {
- name = "nan";
- packageName = "nan";
- version = "2.14.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz";
- sha512 = "isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==";
- };
- };
"nan-2.14.2" = {
name = "nan";
packageName = "nan";
@@ -34848,6 +36587,15 @@ let
sha512 = "1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==";
};
};
+ "nanoid-3.1.20" = {
+ name = "nanoid";
+ packageName = "nanoid";
+ version = "3.1.20";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz";
+ sha512 = "a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==";
+ };
+ };
"nanolru-1.0.0" = {
name = "nanolru";
packageName = "nanolru";
@@ -34911,13 +36659,13 @@ let
sha1 = "20a318c30cb45f71fe7adfbf7b21c99c1472ef11";
};
};
- "native-request-1.0.7" = {
+ "native-request-1.0.8" = {
name = "native-request";
packageName = "native-request";
- version = "1.0.7";
+ version = "1.0.8";
src = fetchurl {
- url = "https://registry.npmjs.org/native-request/-/native-request-1.0.7.tgz";
- sha512 = "9nRjinI9bmz+S7dgNtf4A70+/vPhnd+2krGpy4SUlADuOuSa24IDkNaZ+R/QT1wQ6S8jBdi6wE7fLekFZNfUpQ==";
+ url = "https://registry.npmjs.org/native-request/-/native-request-1.0.8.tgz";
+ sha512 = "vU2JojJVelUGp6jRcLwToPoWGxSx23z/0iX+I77J3Ht17rf2INGjrhOoQnjVo60nQd8wVsgzKkPfRXBiVdD2ag==";
};
};
"native-url-0.2.6" = {
@@ -35046,13 +36794,13 @@ let
sha1 = "ae603b36b134bcec347b452422b0bf98d5832ec8";
};
};
- "nearley-2.19.7" = {
+ "nearley-2.20.0" = {
name = "nearley";
packageName = "nearley";
- version = "2.19.7";
+ version = "2.20.0";
src = fetchurl {
- url = "https://registry.npmjs.org/nearley/-/nearley-2.19.7.tgz";
- sha512 = "Y+KNwhBPcSJKeyQCFjn8B/MIe+DDlhaaDgjVldhy5xtFewIbiQgcbZV8k2gCVwkI1ZsKCnjIYZbR+0Fim5QYgg==";
+ url = "https://registry.npmjs.org/nearley/-/nearley-2.20.0.tgz";
+ sha512 = "Ufhpu2Lrhbh7/InRnQmlgol/L4inT0ZCIh84xKb84zGZyw6PH/VeST3A7vRQTHuHmJHRBj4bw4ujEfJ4bprOig==";
};
};
"neat-csv-2.1.0" = {
@@ -35209,13 +36957,22 @@ let
sha512 = "AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==";
};
};
- "netlify-4.8.0" = {
+ "netlify-4.9.0" = {
name = "netlify";
packageName = "netlify";
- version = "4.8.0";
+ version = "4.9.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/netlify/-/netlify-4.9.0.tgz";
+ sha512 = "x+VqJ+yop05OUpeaT4fhz/NAvJQFjtNhW1s+/i6oP/EZS6/+B0u+qCANF8uP9u3UJcmWvlJmrRoDhj62Xvtwug==";
+ };
+ };
+ "netlify-plugin-deploy-preview-commenting-0.0.1-alpha.16" = {
+ name = "netlify-plugin-deploy-preview-commenting";
+ packageName = "netlify-plugin-deploy-preview-commenting";
+ version = "0.0.1-alpha.16";
src = fetchurl {
- url = "https://registry.npmjs.org/netlify/-/netlify-4.8.0.tgz";
- sha512 = "6eaIvlTIwnh1zzFJ0RBMDAE6/GcZ3Y9JIR4cFNZdgINO+zRgWL/vNbjRs2hIerLpOS1eqt6Ye1P9RTqHEQNXUg==";
+ url = "https://registry.npmjs.org/netlify-plugin-deploy-preview-commenting/-/netlify-plugin-deploy-preview-commenting-0.0.1-alpha.16.tgz";
+ sha512 = "5Rvi17CKgPpZTazEV2wkSj4IbS2zJpoKuytaYCyvemV/CMVeZUUPRwNPWm7+NjxObqJHgzUyi2FmWql8HfWhGA==";
};
};
"netlify-redirect-parser-2.5.0" = {
@@ -35227,13 +36984,13 @@ let
sha512 = "pF8BiOr3Pa4kQLLiOu53I0d30EIUDM0DYqYvCQmKD96cMX2qLh/QsxT0Zh18IrL5a0IWQ236/o76lTe0yEEw6w==";
};
};
- "netlify-redirector-0.2.0" = {
+ "netlify-redirector-0.2.1" = {
name = "netlify-redirector";
packageName = "netlify-redirector";
- version = "0.2.0";
+ version = "0.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/netlify-redirector/-/netlify-redirector-0.2.0.tgz";
- sha512 = "5SSUu++MXvE/tik90Hx7lzISBHCl5k4TqpVeTuBEoHp5K7uWitY7c3MjPNiY3kB83GSZiTNLbuIY7bo6mpyU3Q==";
+ url = "https://registry.npmjs.org/netlify-redirector/-/netlify-redirector-0.2.1.tgz";
+ sha512 = "17vDR9p1Loanp+vd57y+b6WlKb5X+qb0LZ44oTYsKJbdonz4Md+Ybv1lzH1w1aKm5YWWXHR8LMpWyY9bjlAJKw==";
};
};
"netmask-1.0.6" = {
@@ -35245,6 +37002,15 @@ let
sha1 = "20297e89d86f6f6400f250d9f4f6b4c1945fcd35";
};
};
+ "netrc-parser-3.1.6" = {
+ name = "netrc-parser";
+ packageName = "netrc-parser";
+ version = "3.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/netrc-parser/-/netrc-parser-3.1.6.tgz";
+ sha512 = "lY+fmkqSwntAAjfP63jB4z5p5WbuZwyMCD3pInT7dpHU/Gc6Vv90SAC6A0aNiqaRGHiuZFBtiwu+pu8W/Eyotw==";
+ };
+ };
"nets-3.2.0" = {
name = "nets";
packageName = "nets";
@@ -35308,13 +37074,13 @@ let
sha512 = "CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==";
};
};
- "nextgen-events-1.3.0" = {
+ "nextgen-events-1.3.3" = {
name = "nextgen-events";
packageName = "nextgen-events";
- version = "1.3.0";
+ version = "1.3.3";
src = fetchurl {
- url = "https://registry.npmjs.org/nextgen-events/-/nextgen-events-1.3.0.tgz";
- sha512 = "eBz5mrO4Hw2eenPVm0AVPHuAzg/RZetAWMI547RH8O9+a0UYhCysiZ3KoNWslnWNlHetb9kzowEshsKsmFo2YQ==";
+ url = "https://registry.npmjs.org/nextgen-events/-/nextgen-events-1.3.3.tgz";
+ sha512 = "5h9U7had+Q+a95Rwgu4JL6otqXs3y4474g7ruQtd8TAsoG6ycvjccnuLxhXEv32/HOKTC09K+HkbFaITIexLkg==";
};
};
"nice-try-1.0.5" = {
@@ -35335,22 +37101,22 @@ let
sha1 = "04b035cb530d46859d1018839a518c029133f676";
};
};
- "nlcst-is-literal-1.2.1" = {
+ "nlcst-is-literal-1.2.2" = {
name = "nlcst-is-literal";
packageName = "nlcst-is-literal";
- version = "1.2.1";
+ version = "1.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/nlcst-is-literal/-/nlcst-is-literal-1.2.1.tgz";
- sha512 = "abNv1XY7TUoyLn5kSSorMIYHfRvVfXbgftNFNvEMiQQkyKteLdjrGuDqEMMyK70sMbn7uPA6oUbRvykM6pg+pg==";
+ url = "https://registry.npmjs.org/nlcst-is-literal/-/nlcst-is-literal-1.2.2.tgz";
+ sha512 = "R+1OJEmRl3ZOp9d8PbiRxGpnvmpi3jU+lzSqCJoLeogdEh0FYDRH1aC223qUbaKffxNTJkEfeDOeQfziw749yA==";
};
};
- "nlcst-normalize-2.1.4" = {
+ "nlcst-normalize-2.1.5" = {
name = "nlcst-normalize";
packageName = "nlcst-normalize";
- version = "2.1.4";
+ version = "2.1.5";
src = fetchurl {
- url = "https://registry.npmjs.org/nlcst-normalize/-/nlcst-normalize-2.1.4.tgz";
- sha512 = "dWJ3XUoAoWoau24xOM59Y1FPozv7DyYWy+rdUaXj9Ow0hBCVuwqDQbXzTF7H+HskyTVpTkRPXYPu4YsMEScmRw==";
+ url = "https://registry.npmjs.org/nlcst-normalize/-/nlcst-normalize-2.1.5.tgz";
+ sha512 = "xSqTKv8IHIy3n/orD7wj81BZljLfbrTot0Pv64MYUnQUXfDbi1xDSpJR4qEmbFWyFoHsmivcOdgrK+o7ky3mcw==";
};
};
"nlcst-search-2.0.0" = {
@@ -35380,13 +37146,13 @@ let
sha512 = "rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==";
};
};
- "no-case-3.0.3" = {
+ "no-case-3.0.4" = {
name = "no-case";
packageName = "no-case";
- version = "3.0.3";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/no-case/-/no-case-3.0.3.tgz";
- sha512 = "ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw==";
+ url = "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz";
+ sha512 = "fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==";
};
};
"no-cliches-0.1.1" = {
@@ -35407,13 +37173,13 @@ let
sha512 = "iEOqDAOFl6uN5jZGRj39Jdo8qALzf2HPXtpFso8+BMaDylDrUMYMwhFbfYGgxdnMlsRnxYTwv68kaXEpsHIapg==";
};
};
- "node-abi-2.19.1" = {
+ "node-abi-2.19.3" = {
name = "node-abi";
packageName = "node-abi";
- version = "2.19.1";
+ version = "2.19.3";
src = fetchurl {
- url = "https://registry.npmjs.org/node-abi/-/node-abi-2.19.1.tgz";
- sha512 = "HbtmIuByq44yhAzK7b9j/FelKlHYISKQn0mtvcBrU5QBkhoCMp5bu8Hv5AI34DcKfOAcJBcOEMwLlwO62FFu9A==";
+ url = "https://registry.npmjs.org/node-abi/-/node-abi-2.19.3.tgz";
+ sha512 = "9xZrlyfvKhWme2EXFKQhZRp1yNWT/uI1luYPr3sFl+H4keYY4xR+1jO7mvTTijIsHf1M+QDe9uWuKeEpLInIlg==";
};
};
"node-addon-api-1.7.2" = {
@@ -35434,6 +37200,15 @@ let
sha512 = "ASCL5U13as7HhOExbT6OlWJJUV/lLzL2voOSP1UVehpRD8FbSrSDjfScK/KwAvVTI5AS6r4VwbOMlIqtvRidnA==";
};
};
+ "node-addon-api-3.0.2" = {
+ name = "node-addon-api";
+ packageName = "node-addon-api";
+ version = "3.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.0.2.tgz";
+ sha512 = "+D4s2HCnxPd5PjjI0STKwncjXTUKKqm74MDMz9OPXavjsGmjkvwgLtA5yoxJUdmpj52+2u+RrXgPipahKczMKg==";
+ };
+ };
"node-appc-1.1.2" = {
name = "node-appc";
packageName = "node-appc";
@@ -35633,15 +37408,6 @@ let
sha512 = "CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==";
};
};
- "node-gyp-build-3.7.0" = {
- name = "node-gyp-build";
- packageName = "node-gyp-build";
- version = "3.7.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.7.0.tgz";
- sha512 = "L/Eg02Epx6Si2NXmedx+Okg+4UHqmaf3TNcxd50SF9NQGcJaON3AtU++kax69XV7YWz4tUspqZSAsVofhFKG2w==";
- };
- };
"node-gyp-build-3.9.0" = {
name = "node-gyp-build";
packageName = "node-gyp-build";
@@ -35669,13 +37435,13 @@ let
sha512 = "MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==";
};
};
- "node-html-parser-1.3.1" = {
+ "node-html-parser-1.4.9" = {
name = "node-html-parser";
packageName = "node-html-parser";
- version = "1.3.1";
+ version = "1.4.9";
src = fetchurl {
- url = "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.3.1.tgz";
- sha512 = "AwYVI6GyEKj9NGoyMfSx4j5l7Axf7obQgLWGxtasLjED6RggTTQoq5ZRzjwSUfgSZ+Mv8Nzbi3pID0gFGqNUsA==";
+ url = "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.4.9.tgz";
+ sha512 = "UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw==";
};
};
"node-int64-0.4.0" = {
@@ -35687,13 +37453,13 @@ let
sha1 = "87a9065cdb355d3182d8f94ce11188b825c68a3b";
};
};
- "node-ipc-9.1.1" = {
+ "node-ipc-9.1.3" = {
name = "node-ipc";
packageName = "node-ipc";
- version = "9.1.1";
+ version = "9.1.3";
src = fetchurl {
- url = "https://registry.npmjs.org/node-ipc/-/node-ipc-9.1.1.tgz";
- sha512 = "FAyICv0sIRJxVp3GW5fzgaf9jwwRQxAKDJlmNFUL5hOy+W4X/I5AypyHoq0DXXbo9o/gt79gj++4cMr4jVWE/w==";
+ url = "https://registry.npmjs.org/node-ipc/-/node-ipc-9.1.3.tgz";
+ sha512 = "8RS4RZyS/KMKKYG8mrje+cLxwATe9dBCuOiqKFSWND4oOuKytfuKCiR9yinvhoXF/nGdX/WnbywaUee+9U87zA==";
};
};
"node-libs-browser-2.2.1" = {
@@ -35831,13 +37597,13 @@ let
sha512 = "j1g/VtSCI2tBrBnCD+u8iSo9tH0nvn70k1O1SxkHk3+qx7tHUyOKQc7wNc4rUs9J1PkGngUC3qEDd5cL7Z/klg==";
};
};
- "node-releases-1.1.63" = {
+ "node-releases-1.1.67" = {
name = "node-releases";
packageName = "node-releases";
- version = "1.1.63";
+ version = "1.1.67";
src = fetchurl {
- url = "https://registry.npmjs.org/node-releases/-/node-releases-1.1.63.tgz";
- sha512 = "ukW3iCfQaoxJkSPN+iK7KznTeqDGVJatAEuXsJERYHa9tn/KaT5lBdIyxQjLEVTzSkyjJEuQ17/vaEjrOauDkg==";
+ url = "https://registry.npmjs.org/node-releases/-/node-releases-1.1.67.tgz";
+ sha512 = "V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==";
};
};
"node-source-walk-4.2.0" = {
@@ -35894,15 +37660,6 @@ let
sha1 = "b040eb0923968afabf8d32fb1f17f1167fdab907";
};
};
- "node-version-1.2.0" = {
- name = "node-version";
- packageName = "node-version";
- version = "1.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/node-version/-/node-version-1.2.0.tgz";
- sha512 = "ma6oU4Sk0qOoKEAymVoTvk8EdXEobdS7m/mAGhDJ8Rouugho48crHBORAmy5BoOcv8wraPM6xumapQp5hl4iIQ==";
- };
- };
"node-wsfederation-0.1.1" = {
name = "node-wsfederation";
packageName = "node-wsfederation";
@@ -36056,6 +37813,15 @@ let
sha512 = "/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==";
};
};
+ "normalize-package-data-3.0.0" = {
+ name = "normalize-package-data";
+ packageName = "normalize-package-data";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.0.tgz";
+ sha512 = "6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw==";
+ };
+ };
"normalize-path-2.1.1" = {
name = "normalize-path";
packageName = "normalize-path";
@@ -36236,15 +38002,6 @@ let
sha512 = "xXxr8y5U0kl8dVkz2oK7yZjPBvqM2fwaO5l3Yg13p03v8+E3qQcD0JNhHzjL1vyGgxcKkD0cco+NLR72iuPk3g==";
};
};
- "npm-package-arg-8.0.1" = {
- name = "npm-package-arg";
- packageName = "npm-package-arg";
- version = "8.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.0.1.tgz";
- sha512 = "/h5Fm6a/exByzFSTm7jAyHbgOqErl9qSNJDQF32Si/ZzgwT2TERVxRxn3Jurw1wflgyVVAxnFR4fRHPM7y1ClQ==";
- };
- };
"npm-package-arg-8.1.0" = {
name = "npm-package-arg";
packageName = "npm-package-arg";
@@ -36263,13 +38020,13 @@ let
sha512 = "5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==";
};
};
- "npm-packlist-2.1.2" = {
+ "npm-packlist-2.1.4" = {
name = "npm-packlist";
packageName = "npm-packlist";
- version = "2.1.2";
+ version = "2.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.2.tgz";
- sha512 = "eByPaP+wsKai0BJX5pmb58d3mfR0zUATcnyuvSxIudTEn+swCPFLxh7srCmqB4hr7i9V24/DPjjq5b2qUtbgXQ==";
+ url = "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.4.tgz";
+ sha512 = "Qzg2pvXC9U4I4fLnUrBmcIT4x0woLtUgxUi9eC+Zrcv1Xx5eamytGAfbDWQ67j7xOcQ2VW1I3su9smVTIdu7Hw==";
};
};
"npm-pick-manifest-3.0.2" = {
@@ -36335,6 +38092,15 @@ let
sha512 = "yZPNoJK9clx1jhSXU54kU6Aj1SV2p7mXUs1W/6OjQvek3wb1RrjDCrt4iY1+VX9eBQvvSGEpzNmYkRUaTL8rqg==";
};
};
+ "npm-registry-fetch-9.0.0" = {
+ name = "npm-registry-fetch";
+ packageName = "npm-registry-fetch";
+ version = "9.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz";
+ sha512 = "PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA==";
+ };
+ };
"npm-run-path-2.0.2" = {
name = "npm-run-path";
packageName = "npm-run-path";
@@ -36344,15 +38110,6 @@ let
sha1 = "35a9232dfa35d7067b4cb2ddf2357b1871536c5f";
};
};
- "npm-run-path-3.1.0" = {
- name = "npm-run-path";
- packageName = "npm-run-path";
- version = "3.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/npm-run-path/-/npm-run-path-3.1.0.tgz";
- sha512 = "Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==";
- };
- };
"npm-run-path-4.0.1" = {
name = "npm-run-path";
packageName = "npm-run-path";
@@ -36515,13 +38272,13 @@ let
sha512 = "e5G6bbq3Nrfxm+SDPR5AiZ6n2smVUmhLA1OgI2/Bl8e2ywfWsKw/yuqrwiXXiNHb1wdM/GyPMX6QjCGJODlaaA==";
};
};
- "oas-resolver-2.5.2" = {
+ "oas-resolver-2.5.3" = {
name = "oas-resolver";
packageName = "oas-resolver";
- version = "2.5.2";
+ version = "2.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/oas-resolver/-/oas-resolver-2.5.2.tgz";
- sha512 = "dEuG5nE9IMl0FQNQuROsoriP4/944PajSBKAoZMyp9b2eXfmPv9ZKeHRCKjf5RWLm0GezaPKcdCLbB0/Xiqtdw==";
+ url = "https://registry.npmjs.org/oas-resolver/-/oas-resolver-2.5.3.tgz";
+ sha512 = "y4gP5tabqP3YcNVHNAEJAlcqZ40Y9lxemzmXvt54evbrvuGiK5dEhuE33Rf+191TOwzlxMoIgbwMYeuOM7BwjA==";
};
};
"oas-schema-walker-1.1.5" = {
@@ -36533,22 +38290,22 @@ let
sha512 = "2yucenq1a9YPmeNExoUa9Qwrt9RFkjqaMAA1X+U7sbb0AqBeTIdMHky9SQQ6iN94bO5NW0W4TRYXerG+BdAvAQ==";
};
};
- "oas-validator-3.4.0" = {
+ "oas-validator-4.0.8" = {
name = "oas-validator";
packageName = "oas-validator";
- version = "3.4.0";
+ version = "4.0.8";
src = fetchurl {
- url = "https://registry.npmjs.org/oas-validator/-/oas-validator-3.4.0.tgz";
- sha512 = "l/SxykuACi2U51osSsBXTxdsFc8Fw41xI7AsZkzgVgWJAzoEFaaNptt35WgY9C3757RUclsm6ye5GvSyYoozLQ==";
+ url = "https://registry.npmjs.org/oas-validator/-/oas-validator-4.0.8.tgz";
+ sha512 = "bIt8erTyclF7bkaySTtQ9sppqyVc+mAlPi7vPzCLVHJsL9nrivQjc/jHLX/o+eGbxHd6a6YBwuY/Vxa6wGsiuw==";
};
};
- "oas-validator-5.0.3" = {
+ "oas-validator-5.0.4" = {
name = "oas-validator";
packageName = "oas-validator";
- version = "5.0.3";
+ version = "5.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/oas-validator/-/oas-validator-5.0.3.tgz";
- sha512 = "PYhenXnQr/T+MmrzBT+cTnyOcIZ4wVzvjS/gvbZZNexnhl1Gu/UiCg6rsEmBetE9CfthoxG0gfGTUSYPRmUlWA==";
+ url = "https://registry.npmjs.org/oas-validator/-/oas-validator-5.0.4.tgz";
+ sha512 = "/v+5BbPXl7JuKf1bYhEGIfbJZR7zBf5QJNM2RAe1e0bsABsp35nAfeptZq0hb+9RMecGSFxmzhuvlOT0/KioiQ==";
};
};
"oauth-0.9.15" = {
@@ -36696,22 +38453,22 @@ let
sha512 = "a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==";
};
};
- "object-inspect-1.8.0" = {
+ "object-inspect-1.9.0" = {
name = "object-inspect";
packageName = "object-inspect";
- version = "1.8.0";
+ version = "1.9.0";
src = fetchurl {
- url = "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz";
- sha512 = "jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==";
+ url = "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz";
+ sha512 = "i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==";
};
};
- "object-is-1.1.3" = {
+ "object-is-1.1.4" = {
name = "object-is";
packageName = "object-is";
- version = "1.1.3";
+ version = "1.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/object-is/-/object-is-1.1.3.tgz";
- sha512 = "teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg==";
+ url = "https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz";
+ sha512 = "1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg==";
};
};
"object-keys-0.2.0" = {
@@ -36759,13 +38516,13 @@ let
sha512 = "BfWfuAwuhdH1bhMG5EG90WE/eckkBhBvnke8eSEkCDXoLE9Jk5JwYGTbCx1ehGwV48HvBkn62VukPBdlMUOY9w==";
};
};
- "object-treeify-1.1.28" = {
+ "object-treeify-1.1.30" = {
name = "object-treeify";
packageName = "object-treeify";
- version = "1.1.28";
+ version = "1.1.30";
src = fetchurl {
- url = "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.28.tgz";
- sha512 = "FoBGZexpq9jJr6mDgV8wv711vreKyzRcw65TKeXzHh98+TNmPZfGYznpel3WceM869WsnSCyUuK46rPUG9+Rpg==";
+ url = "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.30.tgz";
+ sha512 = "BhsTZj8kbeCnyBKWuAgAakbGgrcVV/IJhUAGF25lOSwDZoHoDmnynUtXfyrrDn8A1Xy3G9k5uLP+V5onOOq3WA==";
};
};
"object-visit-1.0.1" = {
@@ -36786,13 +38543,13 @@ let
sha512 = "exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==";
};
};
- "object.assign-4.1.1" = {
+ "object.assign-4.1.2" = {
name = "object.assign";
packageName = "object.assign";
- version = "4.1.1";
+ version = "4.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz";
- sha512 = "VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==";
+ url = "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz";
+ sha512 = "ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==";
};
};
"object.defaults-1.1.0" = {
@@ -36804,22 +38561,22 @@ let
sha1 = "3a7f868334b407dea06da16d88d5cd29e435fecf";
};
};
- "object.entries-1.1.2" = {
+ "object.entries-1.1.3" = {
name = "object.entries";
packageName = "object.entries";
- version = "1.1.2";
+ version = "1.1.3";
src = fetchurl {
- url = "https://registry.npmjs.org/object.entries/-/object.entries-1.1.2.tgz";
- sha512 = "BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==";
+ url = "https://registry.npmjs.org/object.entries/-/object.entries-1.1.3.tgz";
+ sha512 = "ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==";
};
};
- "object.getownpropertydescriptors-2.1.0" = {
+ "object.getownpropertydescriptors-2.1.1" = {
name = "object.getownpropertydescriptors";
packageName = "object.getownpropertydescriptors";
- version = "2.1.0";
+ version = "2.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz";
- sha512 = "Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==";
+ url = "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz";
+ sha512 = "6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng==";
};
};
"object.map-1.0.1" = {
@@ -36858,13 +38615,13 @@ let
sha1 = "6fe348f2ac7fa0f95ca621226599096825bb03ad";
};
};
- "object.values-1.1.1" = {
+ "object.values-1.1.2" = {
name = "object.values";
packageName = "object.values";
- version = "1.1.1";
+ version = "1.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz";
- sha512 = "WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==";
+ url = "https://registry.npmjs.org/object.values/-/object.values-1.1.2.tgz";
+ sha512 = "MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag==";
};
};
"objectorarray-1.0.4" = {
@@ -36939,13 +38696,13 @@ let
sha512 = "fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==";
};
};
- "office-ui-fabric-react-7.147.1" = {
+ "office-ui-fabric-react-7.153.4" = {
name = "office-ui-fabric-react";
packageName = "office-ui-fabric-react";
- version = "7.147.1";
+ version = "7.153.4";
src = fetchurl {
- url = "https://registry.npmjs.org/office-ui-fabric-react/-/office-ui-fabric-react-7.147.1.tgz";
- sha512 = "nG3h14lvWoTqcO8wxabIDozw84vV0ZtoUvDe6g8QEKsG1oRHaDe8WhCkCy8XCPnsy7f/5aItlbum7AyZtKdgBQ==";
+ url = "https://registry.npmjs.org/office-ui-fabric-react/-/office-ui-fabric-react-7.153.4.tgz";
+ sha512 = "BF4eDxilcW2I6vboXECPqcz2nPYjFZtnHR7lSSY67xRWX0B1+g5xccxqUiDNO/vFmRzvTpD4j53JN70TIzJm1Q==";
};
};
"omggif-1.0.10" = {
@@ -37164,24 +38921,6 @@ let
sha512 = "lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA==";
};
};
- "open-7.2.0" = {
- name = "open";
- packageName = "open";
- version = "7.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/open/-/open-7.2.0.tgz";
- sha512 = "4HeyhxCvBTI5uBePsAdi55C5fmqnWZ2e2MlmvWi5KW5tdH5rxoiv/aMtbeVxKZc3eWkT1GymMnLG8XC4Rq4TDQ==";
- };
- };
- "open-7.2.1" = {
- name = "open";
- packageName = "open";
- version = "7.2.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/open/-/open-7.2.1.tgz";
- sha512 = "xbYCJib4spUdmcs0g/2mK1nKo/jO2T7INClWd/beL7PFkXRWgr8B23ssDHX/USPn2M2IjDR5UdpYs6I67SnTSA==";
- };
- };
"open-7.3.0" = {
name = "open";
packageName = "open";
@@ -37218,13 +38957,13 @@ let
sha512 = "TbgwwOnlatb+xSYh/XALQjrVO3dirVNXuONR6CLQHVI/i1e+nq/ubW8I5i6rlGpnFLZNZKXZ0gF7RMvjLBk8ow==";
};
};
- "openapi-framework-7.0.2" = {
+ "openapi-framework-7.2.0" = {
name = "openapi-framework";
packageName = "openapi-framework";
- version = "7.0.2";
+ version = "7.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/openapi-framework/-/openapi-framework-7.0.2.tgz";
- sha512 = "62gOWK5iq75HJVS0KWKuLXR7CYynjrbvgxLrTc0Tr0fTcI9ZiJV61KDmz9bz37rHhk/uQIVSMMuTjTC8bmyQtA==";
+ url = "https://registry.npmjs.org/openapi-framework/-/openapi-framework-7.2.0.tgz";
+ sha512 = "rC4U+SIBVxoTujSIrk84PMquBwkNJfhYC7KTTDUUc7yfIyMVKRat5TOuMDyc49Ovsv+7bdkx1stf7d0N9LbtLg==";
};
};
"openapi-jsonschema-parameters-1.2.0" = {
@@ -37254,13 +38993,13 @@ let
sha512 = "UFRzW7C7Q31FUOFHEMYNeSuEmETH7KGlsMgMJanv0RxXkACyzKpKANPfM3oiMubQENPya3Ie9ZIq5HLvZEy/eQ==";
};
};
- "openapi-request-coercer-7.0.1" = {
+ "openapi-request-coercer-7.1.0" = {
name = "openapi-request-coercer";
packageName = "openapi-request-coercer";
- version = "7.0.1";
+ version = "7.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/openapi-request-coercer/-/openapi-request-coercer-7.0.1.tgz";
- sha512 = "nKSRnLX7KQ3Iu1TTZ+1PdEoz0Ke47vH4EcZIM9EOkdqadCFj2pSG/6oMcyqipCs2X7oMFi9Df/UGDRnTdzmPog==";
+ url = "https://registry.npmjs.org/openapi-request-coercer/-/openapi-request-coercer-7.1.0.tgz";
+ sha512 = "6nvSgvOvLYMkUBu3NbHQU6Lcol1WxDr0DsOe3oYHb2tZhokrNEuOF20QYPV+CGZYyEzc0f+Hdas774n5B0euLg==";
};
};
"openapi-request-validator-4.2.0" = {
@@ -37272,13 +39011,13 @@ let
sha512 = "ukdX4T8heEI2GudiqDkk8hwfZhZP7zAz8zwngTyHtI0ZRUuU76+Zix8LVfrvSTZ2RpsPClKmYU2kDU4YZqdRHg==";
};
};
- "openapi-request-validator-7.0.2" = {
+ "openapi-request-validator-7.2.0" = {
name = "openapi-request-validator";
packageName = "openapi-request-validator";
- version = "7.0.2";
+ version = "7.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/openapi-request-validator/-/openapi-request-validator-7.0.2.tgz";
- sha512 = "0JV3gdHNqJgcHwgojPj2f6RqUI02uHI5yUBcKAtLhvQ9tkrgcVTAHdengPyfoLT35NDRWhhQuc8VhS/mUtFI0g==";
+ url = "https://registry.npmjs.org/openapi-request-validator/-/openapi-request-validator-7.2.0.tgz";
+ sha512 = "LgXvKco6XR5SKr8QBaM6v0++QXY5MP2yvvKv0Ckutef3css9MAyIcokDsBj6DYYzNnjmFxPx4ntuY7CZTC2ZFA==";
};
};
"openapi-response-validator-4.0.0" = {
@@ -37299,13 +39038,13 @@ let
sha512 = "Fxr9YdQ6s7/SIvvM888iWnc1GUn/fFxTaMFqHkUv0/eNCYoBfOwAKj9aptaRfL+BJXlsVdXWCJd3GWkwn8sIJA==";
};
};
- "openapi-sampler-1.0.0-beta.14" = {
+ "openapi-sampler-1.0.0-beta.18" = {
name = "openapi-sampler";
packageName = "openapi-sampler";
- version = "1.0.0-beta.14";
+ version = "1.0.0-beta.18";
src = fetchurl {
- url = "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0-beta.14.tgz";
- sha512 = "NNmH9YAN5AaCE4w6MQXdCrmsOJJQTswHVSp075+h+iiG+OTonpZE8HzwocozovD2imx4lamkuxGLs4E4bO4Z+g==";
+ url = "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0-beta.18.tgz";
+ sha512 = "nG/0kvvSY5FbrU5A+Dbp1xTQN++7pKIh87/atryZlxrzDuok5Y6TCbpxO1jYqpUKLycE4ReKGHCywezngG6xtQ==";
};
};
"openapi-schema-validator-3.0.3" = {
@@ -37371,15 +39110,6 @@ let
sha512 = "11oi4zYorsgvg5yBarZplAqbpev5HkuVNPlZaPTknPDzAynq+lnJdXAmruGWP0s+dNYZS7bjM+xrTpJw7184Fg==";
};
};
- "openapi-types-7.0.0" = {
- name = "openapi-types";
- packageName = "openapi-types";
- version = "7.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/openapi-types/-/openapi-types-7.0.0.tgz";
- sha512 = "AikFLY/joHpJz+6OcyWUfXR0xjsh0jXR+oxcB1oosjH3YFZI3uPTJcmuf7koBFQyjd9GYmClmCSK8mGZ7thsOQ==";
- };
- };
"openapi-types-7.0.1" = {
name = "openapi-types";
packageName = "openapi-types";
@@ -37425,13 +39155,22 @@ let
sha512 = "xH6qaz/hS55rEX8xURz4HRUO96cpj821WY6UEG9rgcusZ8Jsq54jGWP1EMCjGvgngonw8vgSljM1i2OESv16Gw==";
};
};
- "opentracing-0.14.4" = {
+ "opentracing-0.14.5" = {
name = "opentracing";
packageName = "opentracing";
- version = "0.14.4";
+ version = "0.14.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/opentracing/-/opentracing-0.14.5.tgz";
+ sha512 = "XLKtEfHxqrWyF1fzxznsv78w3csW41ucHnjiKnfzZLD5FN8UBDZZL1i4q0FR29zjxXhm+2Hop+5Vr/b8tKIvEg==";
+ };
+ };
+ "opn-3.0.3" = {
+ name = "opn";
+ packageName = "opn";
+ version = "3.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/opentracing/-/opentracing-0.14.4.tgz";
- sha512 = "nNnZDkUNExBwEpb7LZaeMeQgvrlO8l4bgY/LvGNZCR0xG/dGWqHqjKrAmR5GUoYo0FIz38kxasvA1aevxWs2CA==";
+ url = "https://registry.npmjs.org/opn/-/opn-3.0.3.tgz";
+ sha1 = "b6d99e7399f78d65c3baaffef1fb288e9b85243a";
};
};
"opn-4.0.2" = {
@@ -37614,24 +39353,6 @@ let
sha512 = "eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==";
};
};
- "ora-4.0.3" = {
- name = "ora";
- packageName = "ora";
- version = "4.0.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/ora/-/ora-4.0.3.tgz";
- sha512 = "fnDebVFyz309A73cqCipVL1fBZewq4vwgSHfxh43vVy31mbyoQ8sCH3Oeaog/owYOs/lLlGVPCISQonTneg6Pg==";
- };
- };
- "ora-4.0.4" = {
- name = "ora";
- packageName = "ora";
- version = "4.0.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/ora/-/ora-4.0.4.tgz";
- sha512 = "77iGeVU1cIdRhgFzCK8aw1fbtT1B/iZAvWjS+l/o1x0RShMgxHUZaD2yDpWsNCPwXg9z1ZA78Kbdvr8kBmG/Ww==";
- };
- };
"ora-4.1.1" = {
name = "ora";
packageName = "ora";
@@ -37641,15 +39362,6 @@ let
sha512 = "sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A==";
};
};
- "ora-5.0.0" = {
- name = "ora";
- packageName = "ora";
- version = "5.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/ora/-/ora-5.0.0.tgz";
- sha512 = "s26qdWqke2kjN/wC4dy+IQPBIMWBJlSU/0JZhk30ZDBLelW25rv66yutUWARMigpGPzcXHb+Nac5pNhN/WsARw==";
- };
- };
"ora-5.1.0" = {
name = "ora";
packageName = "ora";
@@ -37740,6 +39452,15 @@ let
sha512 = "h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==";
};
};
+ "os-name-4.0.0" = {
+ name = "os-name";
+ packageName = "os-name";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/os-name/-/os-name-4.0.0.tgz";
+ sha512 = "caABzDdJMbtykt7GmSogEat3faTKQhmZf0BS5l/pZGmP0vPWQjXWqOhbLyK+b6j2/DQPmEvYdzLXJXXLJNVDNg==";
+ };
+ };
"os-shim-0.1.3" = {
name = "os-shim";
packageName = "os-shim";
@@ -37776,13 +39497,22 @@ let
sha512 = "0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==";
};
};
- "otfcc-ttcize-0.10.2" = {
- name = "otfcc-ttcize";
- packageName = "otfcc-ttcize";
- version = "0.10.2";
+ "ot-builder-0.10.34" = {
+ name = "ot-builder";
+ packageName = "ot-builder";
+ version = "0.10.34";
src = fetchurl {
- url = "https://registry.npmjs.org/otfcc-ttcize/-/otfcc-ttcize-0.10.2.tgz";
- sha512 = "CLMMw6r97AvmK5nOIGpnG4xHVU40gyTzpvn55RPyxZQ3E/UMXG4HnykyTYHlVL7Y46ISr1isPiSN0CvjYpZtgg==";
+ url = "https://registry.npmjs.org/ot-builder/-/ot-builder-0.10.34.tgz";
+ sha512 = "KYSsffceh64QcSE4fBGrSBf2twXxkGQzHcPqGTWpz1PcJ56hHpZyhmWqtltorrH5sjOjLIVGUqvGO19/vTsb8g==";
+ };
+ };
+ "otb-ttc-bundle-0.10.34" = {
+ name = "otb-ttc-bundle";
+ packageName = "otb-ttc-bundle";
+ version = "0.10.34";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/otb-ttc-bundle/-/otb-ttc-bundle-0.10.34.tgz";
+ sha512 = "zMUBVgo7ARvdwlh/SfmEKwRrPMzqiAZKjR+FTvImBwNYj98aoDGxPk5QP2uiLcDneJjMlCiL08N/i7B0edypmg==";
};
};
"p-all-2.1.0" = {
@@ -37857,15 +39587,6 @@ let
sha1 = "9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c";
};
};
- "p-each-series-2.1.0" = {
- name = "p-each-series";
- packageName = "p-each-series";
- version = "2.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/p-each-series/-/p-each-series-2.1.0.tgz";
- sha512 = "ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==";
- };
- };
"p-event-2.3.1" = {
name = "p-event";
packageName = "p-event";
@@ -37956,6 +39677,15 @@ let
sha512 = "iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==";
};
};
+ "p-limit-3.1.0" = {
+ name = "p-limit";
+ packageName = "p-limit";
+ version = "3.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz";
+ sha512 = "TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==";
+ };
+ };
"p-locate-2.0.0" = {
name = "p-locate";
packageName = "p-locate";
@@ -38298,13 +40028,13 @@ let
sha512 = "JcMmHiK6h6rcncj2HLayiyJZg28iJXJafXcmEGw2NjKH3WE8ZgSwyMZs7+f+aliPD57PDhB31IEgUtLXp0YZxA==";
};
};
- "pacote-11.1.11" = {
+ "pacote-11.1.13" = {
name = "pacote";
packageName = "pacote";
- version = "11.1.11";
+ version = "11.1.13";
src = fetchurl {
- url = "https://registry.npmjs.org/pacote/-/pacote-11.1.11.tgz";
- sha512 = "r6PHtCEhkaGv+QPx1JdE/xRdkSkZUG7dE2oloNk/CGTPGNOtaJyYqZPFeN6d6UcUrTPRvZXFo3IBzJIBopPuSA==";
+ url = "https://registry.npmjs.org/pacote/-/pacote-11.1.13.tgz";
+ sha512 = "oJ7Bg7p3izrIMhZPHCCHmMHQl+xb+pKBXL5ZYeM2oCZrw6sBRSx7f8l7F+95V2qA0BP3c1cNaaBmUNkbo6Hn9w==";
};
};
"pacote-9.5.12" = {
@@ -38388,13 +40118,13 @@ let
sha1 = "df94fd8cf6531ecf75e6bef9a0858fbc72be2247";
};
};
- "param-case-3.0.3" = {
+ "param-case-3.0.4" = {
name = "param-case";
packageName = "param-case";
- version = "3.0.3";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/param-case/-/param-case-3.0.3.tgz";
- sha512 = "VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA==";
+ url = "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz";
+ sha512 = "RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==";
};
};
"paredit.js-0.3.6" = {
@@ -38640,15 +40370,6 @@ let
sha512 = "3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==";
};
};
- "parse-numeric-range-1.2.0" = {
- name = "parse-numeric-range";
- packageName = "parse-numeric-range";
- version = "1.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.2.0.tgz";
- sha512 = "1q2tXpAOplPxcl8vrIGPWz1dJxxfmdRkCFcpxxMBerDnGuuHalOWF/xj9L8Nn5XoTUoB/6F0CeQBp2fMgkOYFg==";
- };
- };
"parse-passwd-1.0.0" = {
name = "parse-passwd";
packageName = "parse-passwd";
@@ -38721,6 +40442,15 @@ let
sha512 = "to8zT7+o6bVTyP35r2QgG1svuFGMFO1mE6ri1oWHgL9tlgnOtfjmfHmA3mOuP9HTIU/8OiZw0NG5zbyqVLxhvA==";
};
};
+ "parse-torrent-9.1.0" = {
+ name = "parse-torrent";
+ packageName = "parse-torrent";
+ version = "9.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/parse-torrent/-/parse-torrent-9.1.0.tgz";
+ sha512 = "TVht2kv44bTHEd55KgmfEHyDh5djIBZMhaD6uFWnxLhJWUXy8lrIOsjPSs4Tfzs9PTGIgGM0k+UG6CFphHgOZQ==";
+ };
+ };
"parse-torrent-file-2.1.4" = {
name = "parse-torrent-file";
packageName = "parse-torrent-file";
@@ -38775,6 +40505,15 @@ let
sha512 = "fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==";
};
};
+ "parse5-5.1.1" = {
+ name = "parse5";
+ packageName = "parse5";
+ version = "5.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz";
+ sha512 = "ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==";
+ };
+ };
"parse5-6.0.1" = {
name = "parse5";
packageName = "parse5";
@@ -38874,13 +40613,13 @@ let
sha1 = "2d578d3455f660da65eca18ef95b4e0de912761e";
};
};
- "pascal-case-3.1.1" = {
+ "pascal-case-3.1.2" = {
name = "pascal-case";
packageName = "pascal-case";
- version = "3.1.1";
+ version = "3.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.1.tgz";
- sha512 = "XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA==";
+ url = "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz";
+ sha512 = "uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==";
};
};
"pascalcase-0.1.1" = {
@@ -39009,15 +40748,6 @@ let
sha512 = "nxl9nrnLQmh64iTzMfyylSlRozL7kAXIaxw1fVcLYdyhNkJCRUzirRZTikXGJsg+hc4fqpneTK6iU2H1Q8THSA==";
};
};
- "patch-package-6.2.2" = {
- name = "patch-package";
- packageName = "patch-package";
- version = "6.2.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/patch-package/-/patch-package-6.2.2.tgz";
- sha512 = "YqScVYkVcClUY0v8fF0kWOjDYopzIM8e3bj/RU1DPeEF14+dCGm6UeOYm4jvCyxqIEQ5/eJzmbWfDWnUleFNMg==";
- };
- };
"patel-0.33.1" = {
name = "patel";
packageName = "patel";
@@ -39045,13 +40775,13 @@ let
sha512 = "b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==";
};
};
- "path-case-3.0.3" = {
+ "path-case-3.0.4" = {
name = "path-case";
packageName = "path-case";
- version = "3.0.3";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/path-case/-/path-case-3.0.3.tgz";
- sha512 = "UMFU6UETFpCNWbIWNczshPrnK/7JAXBP2NYw80ojElbQ2+JYxdqWDBkvvqM93u4u6oLmuJ/tPOf2tM8KtXv4eg==";
+ url = "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz";
+ sha512 = "qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==";
};
};
"path-dirname-1.0.2" = {
@@ -39243,13 +40973,13 @@ let
sha1 = "b942e6d4bde653005ef6b71361def8727d0645e0";
};
};
- "patrisika-0.21.0" = {
+ "patrisika-0.22.2" = {
name = "patrisika";
packageName = "patrisika";
- version = "0.21.0";
+ version = "0.22.2";
src = fetchurl {
- url = "https://registry.npmjs.org/patrisika/-/patrisika-0.21.0.tgz";
- sha1 = "b82c27f7d4041522dc5c31b43b7c6efb19e47482";
+ url = "https://registry.npmjs.org/patrisika/-/patrisika-0.22.2.tgz";
+ sha512 = "8L6zlp+F4InnoFv0jjGdar948yEzP30bE96f6RHnECaUsU9BWRiTBhkAuhIobG4Lrr8CBscUcar7UWe0Bm1lqA==";
};
};
"patrisika-scopes-0.11.1" = {
@@ -39378,13 +41108,13 @@ let
sha1 = "6309f4e0e5fa913ec1c69307ae364b4b377c9e7b";
};
};
- "pg-8.3.0" = {
+ "pg-8.3.3" = {
name = "pg";
packageName = "pg";
- version = "8.3.0";
+ version = "8.3.3";
src = fetchurl {
- url = "https://registry.npmjs.org/pg/-/pg-8.3.0.tgz";
- sha512 = "jQPKWHWxbI09s/Z9aUvoTbvGgoj98AU7FDCcQ7kdejupn/TcNpx56v2gaOTzXkzOajmOEJEdi9eTh9cA2RVAjQ==";
+ url = "https://registry.npmjs.org/pg/-/pg-8.3.3.tgz";
+ sha512 = "wmUyoQM/Xzmo62wgOdQAn5tl7u+IA1ZYK7qbuppi+3E+Gj4hlUxVHjInulieWrd0SfHi/ADriTb5ILJ/lsJrSg==";
};
};
"pg-connection-string-2.4.0" = {
@@ -39405,22 +41135,22 @@ let
sha512 = "WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==";
};
};
- "pg-pool-3.2.1" = {
+ "pg-pool-3.2.2" = {
name = "pg-pool";
packageName = "pg-pool";
- version = "3.2.1";
+ version = "3.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/pg-pool/-/pg-pool-3.2.1.tgz";
- sha512 = "BQDPWUeKenVrMMDN9opfns/kZo4lxmSWhIqo+cSAF7+lfi9ZclQbr9vfnlNaPr8wYF3UYjm5X0yPAhbcgqNOdA==";
+ url = "https://registry.npmjs.org/pg-pool/-/pg-pool-3.2.2.tgz";
+ sha512 = "ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA==";
};
};
- "pg-protocol-1.3.0" = {
+ "pg-protocol-1.4.0" = {
name = "pg-protocol";
packageName = "pg-protocol";
- version = "1.3.0";
+ version = "1.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.3.0.tgz";
- sha512 = "64/bYByMrhWULUaCd+6/72c9PMWhiVFs3EVxl9Ct6a3v/U8+rKgqP2w+kKg/BIGgMJyB+Bk/eNivT32Al+Jghw==";
+ url = "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.4.0.tgz";
+ sha512 = "El+aXWcwG/8wuFICMQjM5ZSAm6OWiJicFdNYo+VY3QP+8vI4SvLIWVe51PppTzMhikUJR+PsyIFKqfdXPz/yxA==";
};
};
"pg-types-2.2.0" = {
@@ -39432,13 +41162,13 @@ let
sha512 = "qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==";
};
};
- "pgpass-1.0.2" = {
+ "pgpass-1.0.4" = {
name = "pgpass";
packageName = "pgpass";
- version = "1.0.2";
+ version = "1.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/pgpass/-/pgpass-1.0.2.tgz";
- sha1 = "2a7bb41b6065b67907e91da1b07c1847c877b306";
+ url = "https://registry.npmjs.org/pgpass/-/pgpass-1.0.4.tgz";
+ sha512 = "YmuA56alyBq7M59vxVBfPJrGSozru8QAdoNlWuW3cz8l+UX3cWge0vTvjKhsSHSJpo3Bom8/Mm6hf0TR5GY0+w==";
};
};
"phantomjs-prebuilt-2.1.16" = {
@@ -39585,13 +41315,13 @@ let
sha1 = "2135d6dfa7a358c069ac9b178776288228450ffa";
};
};
- "pino-6.6.1" = {
+ "pino-6.7.0" = {
name = "pino";
packageName = "pino";
- version = "6.6.1";
+ version = "6.7.0";
src = fetchurl {
- url = "https://registry.npmjs.org/pino/-/pino-6.6.1.tgz";
- sha512 = "DOgm7rn6ctBkBYemHXSLj7+j3o3U1q1FWBXbHcprur8mA93QcJSycEkEqhqKiFB9Mx/3Qld2FGr6+9yfQza0kA==";
+ url = "https://registry.npmjs.org/pino/-/pino-6.7.0.tgz";
+ sha512 = "vPXJ4P9rWCwzlTJt+f0Ni4THc3DWyt8iDDCO4edQ8narTu6hnpzdXu8FqeSJCGndl1W6lfbYQUQihUO54y66Lw==";
};
};
"pino-std-serializers-2.5.0" = {
@@ -39675,6 +41405,15 @@ let
sha512 = "HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==";
};
};
+ "pkg-dir-5.0.0" = {
+ name = "pkg-dir";
+ packageName = "pkg-dir";
+ version = "5.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz";
+ sha512 = "NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==";
+ };
+ };
"pkg-up-2.0.0" = {
name = "pkg-up";
packageName = "pkg-up";
@@ -39819,6 +41558,15 @@ let
sha1 = "72b726aa6fac1edeee42256c7d8dc256b335677f";
};
};
+ "pluralize-5.1.0" = {
+ name = "pluralize";
+ packageName = "pluralize";
+ version = "5.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/pluralize/-/pluralize-5.1.0.tgz";
+ sha1 = "586a3944a76c481f89774f755652779f61d692b2";
+ };
+ };
"pluralize-7.0.0" = {
name = "pluralize";
packageName = "pluralize";
@@ -39945,6 +41693,15 @@ let
sha512 = "b4OViUOihwV0icb9PHmWbR+vPqaSzSAEbgLskvb7ANPATVXGiYv/TQFHQo65S53WU9i5EQ1I03YDOJW7K0bmYg==";
};
};
+ "poor-mans-t-sql-formatter-1.6.10" = {
+ name = "poor-mans-t-sql-formatter";
+ packageName = "poor-mans-t-sql-formatter";
+ version = "1.6.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/poor-mans-t-sql-formatter/-/poor-mans-t-sql-formatter-1.6.10.tgz";
+ sha1 = "a93683ba41dc82fffccccb1c859ae40921f98229";
+ };
+ };
"portfinder-1.0.28" = {
name = "portfinder";
packageName = "portfinder";
@@ -40018,6 +41775,15 @@ let
sha512 = "3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==";
};
};
+ "postcss-8.1.7" = {
+ name = "postcss";
+ packageName = "postcss";
+ version = "8.1.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/postcss/-/postcss-8.1.7.tgz";
+ sha512 = "llCQW1Pz4MOPwbZLmOddGM9eIJ8Bh7SZ2Oj5sxZva77uVaotYDsYTch1WBTNu7fUY0fpWp0fdt7uW40D4sRiiQ==";
+ };
+ };
"postcss-calc-7.0.5" = {
name = "postcss-calc";
packageName = "postcss-calc";
@@ -40387,13 +42153,13 @@ let
sha512 = "rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==";
};
};
- "postcss-reporter-7.0.1" = {
+ "postcss-reporter-7.0.2" = {
name = "postcss-reporter";
packageName = "postcss-reporter";
- version = "7.0.1";
+ version = "7.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.1.tgz";
- sha512 = "R9AK80KIqqMb+lwGRBcRkXS7r96VCTxrZvvrfibyA/dWjqctwx7leHMCC05A9HbW8PnChwOWwrmISwp5HQu5wg==";
+ url = "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.2.tgz";
+ sha512 = "JyQ96NTQQsso42y6L1H1RqHfWH1C3Jr0pt91mVv5IdYddZAE9DUZxuferNgk6q0o6vBVOrfVJb10X1FgDzjmDw==";
};
};
"postcss-resolve-nested-selector-0.1.1" = {
@@ -40603,22 +42369,22 @@ let
sha512 = "BUIorsYJTvS9UhXxPTzupIztOMVNPa/HtAm9KHni9z6qEfiJ1bpOBL5DfUOL9XAc3XkLIEzBzpph+Zbm4AdRAg==";
};
};
- "posthtml-parser-0.5.0" = {
+ "posthtml-parser-0.5.3" = {
name = "posthtml-parser";
packageName = "posthtml-parser";
- version = "0.5.0";
+ version = "0.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.5.0.tgz";
- sha512 = "BsZFAqOeX9lkJJPKG2JmGgtm6t++WibU7FeS40FNNGZ1KS2szRSRQ8Wr2JLvikDgAecrQ/9V4sjugTAin2+KVw==";
+ url = "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.5.3.tgz";
+ sha512 = "uHosRn0y+1wbnlYKrqMjBPoo/kK5LPYImLtiETszNFYfFwAD3cQdD1R2E13Mh5icBxkHj+yKtlIHozCsmVWD/Q==";
};
};
- "posthtml-render-1.2.3" = {
+ "posthtml-render-1.4.0" = {
name = "posthtml-render";
packageName = "posthtml-render";
- version = "1.2.3";
+ version = "1.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.2.3.tgz";
- sha512 = "rGGayND//VwTlsYKNqdILsA7U/XP0WJa6SMcdAEoqc2WRM5QExplGg/h9qbTuHz7mc2PvaXU+6iNxItvr5aHMg==";
+ url = "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.4.0.tgz";
+ sha512 = "W1779iVHGfq0Fvh2PROhCe2QhB8mEErgqzo1wpIt36tCgChafP+hbXIhLDOM8ePJrZcFs0vkNEtdibEWVqChqw==";
};
};
"prebuild-install-5.3.0" = {
@@ -40630,13 +42396,13 @@ let
sha512 = "aaLVANlj4HgZweKttFNUVNRxDukytuIuxeK2boIMHjagNJCiVKWFsKF4tCE3ql3GbrD2tExPQ7/pwtEJcHNZeg==";
};
};
- "prebuild-install-5.3.3" = {
+ "prebuild-install-6.0.0" = {
name = "prebuild-install";
packageName = "prebuild-install";
- version = "5.3.3";
+ version = "6.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.3.3.tgz";
- sha512 = "GV+nsUXuPW2p8Zy7SarF/2W/oiK8bFQgJcncoJ0d7kRpekEA0ftChjfEaF9/Y+QJEc/wFR7RAEa8lYByuUIe2g==";
+ url = "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.0.0.tgz";
+ sha512 = "h2ZJ1PXHKWZpp1caLw0oX9sagVpL2YTk+ZwInQbQ3QqNd4J03O6MpFNmMTJlkfgPENWqe5kP0WjQLqz5OjLfsw==";
};
};
"precinct-6.3.1" = {
@@ -40720,22 +42486,13 @@ let
sha512 = "s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==";
};
};
- "prettier-2.0.5" = {
- name = "prettier";
- packageName = "prettier";
- version = "2.0.5";
- src = fetchurl {
- url = "https://registry.npmjs.org/prettier/-/prettier-2.0.5.tgz";
- sha512 = "7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==";
- };
- };
- "prettier-2.1.2" = {
+ "prettier-2.2.1" = {
name = "prettier";
packageName = "prettier";
- version = "2.1.2";
+ version = "2.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz";
- sha512 = "16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==";
+ url = "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz";
+ sha512 = "PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==";
};
};
"prettier-bytes-1.0.4" = {
@@ -40747,15 +42504,6 @@ let
sha1 = "994b02aa46f699c50b6257b5faaa7fe2557e62d6";
};
};
- "prettier-eslint-10.1.1" = {
- name = "prettier-eslint";
- packageName = "prettier-eslint";
- version = "10.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-10.1.1.tgz";
- sha512 = "TtYxuFUMVxudJTSnPScaBqHZm/48ndvX3KLFzhejJYbRzRybmM9RdBfn9YzgN0itfPrYxCesIZGJqyXXZJOR2w==";
- };
- };
"prettier-eslint-11.0.0" = {
name = "prettier-eslint";
packageName = "prettier-eslint";
@@ -40810,13 +42558,13 @@ let
sha512 = "s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA==";
};
};
- "pretty-error-2.1.1" = {
+ "pretty-error-2.1.2" = {
name = "pretty-error";
packageName = "pretty-error";
- version = "2.1.1";
+ version = "2.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz";
- sha1 = "5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3";
+ url = "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz";
+ sha512 = "EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==";
};
};
"pretty-format-23.6.0" = {
@@ -41008,15 +42756,6 @@ let
sha1 = "7332300e840161bda3e69a1d1d91a7d4bc16f182";
};
};
- "process-0.5.2" = {
- name = "process";
- packageName = "process";
- version = "0.5.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/process/-/process-0.5.2.tgz";
- sha1 = "1638d8a8e34c2f440a91db95ab9aeb677fc185cf";
- };
- };
"process-es6-0.11.6" = {
name = "process-es6";
packageName = "process-es6";
@@ -41089,6 +42828,15 @@ let
sha512 = "JymvIR4IJ0qTyma7ExefBeJGp2IGaXYGWv8Z//Jq+AhrCd0uKlMPK9IWJ0LL6zbXbAN8fhLe1TL1hl1ZKOljDw==";
};
};
+ "prom-client-11.5.3" = {
+ name = "prom-client";
+ packageName = "prom-client";
+ version = "11.5.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/prom-client/-/prom-client-11.5.3.tgz";
+ sha512 = "iz22FmTbtkyL2vt0MdDFY+kWof+S9UB/NACxSn2aJcewtw+EERsen0urSkZ2WrHseNdydsvcxCTAnPcSMZZv4Q==";
+ };
+ };
"promiscuous-0.6.0" = {
name = "promiscuous";
packageName = "promiscuous";
@@ -41134,15 +42882,6 @@ let
sha1 = "bbcfd248725259f2bb115a27bfa8d65dc420f931";
};
};
- "promise-polyfill-6.1.0" = {
- name = "promise-polyfill";
- packageName = "promise-polyfill";
- version = "6.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.1.0.tgz";
- sha1 = "dfa96943ea9c121fca4de9b5868cb39d3472e057";
- };
- };
"promise-queue-2.2.5" = {
name = "promise-queue";
packageName = "promise-queue";
@@ -41224,13 +42963,13 @@ let
sha1 = "2a13fa063688a2a5983b161fff0108a07d26fc74";
};
};
- "prompts-2.3.2" = {
+ "prompts-2.4.0" = {
name = "prompts";
packageName = "prompts";
- version = "2.3.2";
+ version = "2.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/prompts/-/prompts-2.3.2.tgz";
- sha512 = "Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA==";
+ url = "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz";
+ sha512 = "awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==";
};
};
"promzard-0.3.0" = {
@@ -41287,13 +43026,13 @@ let
sha1 = "bc826e34c3af4697e8d0af7a669e4d612aedcd17";
};
};
- "protobufjs-6.10.1" = {
+ "protobufjs-6.10.2" = {
name = "protobufjs";
packageName = "protobufjs";
- version = "6.10.1";
+ version = "6.10.2";
src = fetchurl {
- url = "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.1.tgz";
- sha512 = "pb8kTchL+1Ceg4lFd5XUpK8PdWacbvV5SK2ULH2ebrYtl4GjJmS24m6CKME67jzV53tbJxHlnNOSqQHbTsR9JQ==";
+ url = "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.2.tgz";
+ sha512 = "27yj+04uF6ya9l+qfpH187aqEzfCF4+Uit0I9ZBQVqK09hk/SQzKa2MUqUpXaVa7LOFRg1TSSr3lVxGOk6c0SQ==";
};
};
"protocol-buffers-encodings-1.1.1" = {
@@ -41503,15 +43242,6 @@ let
sha512 = "qE3YhESP2mRAWMFJgKdtT5D7ckThRScXRwkfo+Erqga7dyJdY3ZquspprMCj/9sJ2ijm5hXFWQE/A3l4poMWiQ==";
};
};
- "pug-error-2.0.0" = {
- name = "pug-error";
- packageName = "pug-error";
- version = "2.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/pug-error/-/pug-error-2.0.0.tgz";
- sha512 = "sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==";
- };
- };
"pug-filters-3.1.1" = {
name = "pug-filters";
packageName = "pug-filters";
@@ -41530,15 +43260,6 @@ let
sha512 = "i55yzEBtjm0mlplW4LoANq7k3S8gDdfC6+LThGEvsK4FuobcKfDAwt6V4jKPH9RtiE3a2Akfg5UpafZ1OksaPA==";
};
};
- "pug-lexer-5.0.0" = {
- name = "pug-lexer";
- packageName = "pug-lexer";
- version = "5.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.0.tgz";
- sha512 = "52xMk8nNpuyQ/M2wjZBN5gXQLIylaGkAoTk5Y1pBhVqaopaoj8Z0iVzpbFZAqitL4RHNVDZRnJDsqEYe99Ti0A==";
- };
- };
"pug-linker-3.0.6" = {
name = "pug-linker";
packageName = "pug-linker";
@@ -41593,6 +43314,15 @@ let
sha512 = "GMu3M5nUL3fju4/egXwZO0XLi6fW/K3T3VTgFQ14GxNi8btlxgT5qZL//JwZFm/2Fa64J/PNS8AZeys3wiMkVA==";
};
};
+ "puka-1.0.1" = {
+ name = "puka";
+ packageName = "puka";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/puka/-/puka-1.0.1.tgz";
+ sha512 = "ssjRZxBd7BT3dte1RR3VoeT2cT/ODH8x+h0rUF1rMqB0srHYf48stSDWfiYakTp5UBZMxroZhB2+ExLDHm7W3g==";
+ };
+ };
"pull-abortable-4.0.0" = {
name = "pull-abortable";
packageName = "pull-abortable";
@@ -41602,15 +43332,6 @@ let
sha1 = "7017a984c3b834de77bac38c10b776f22dfc1843";
};
};
- "pull-abortable-4.1.1" = {
- name = "pull-abortable";
- packageName = "pull-abortable";
- version = "4.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/pull-abortable/-/pull-abortable-4.1.1.tgz";
- sha1 = "b3ad5aefb4116b25916d26db89393ac98d0dcea1";
- };
- };
"pull-block-filter-1.0.0" = {
name = "pull-block-filter";
packageName = "pull-block-filter";
@@ -42178,22 +43899,22 @@ let
sha512 = "XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==";
};
};
- "pupa-2.0.1" = {
+ "pupa-2.1.1" = {
name = "pupa";
packageName = "pupa";
- version = "2.0.1";
+ version = "2.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/pupa/-/pupa-2.0.1.tgz";
- sha512 = "hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==";
+ url = "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz";
+ sha512 = "l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==";
};
};
- "puppeteer-5.3.1" = {
+ "puppeteer-5.5.0" = {
name = "puppeteer";
packageName = "puppeteer";
- version = "5.3.1";
+ version = "5.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/puppeteer/-/puppeteer-5.3.1.tgz";
- sha512 = "YTM1RaBeYrj6n7IlRXRYLqJHF+GM7tasbvrNFx6w1S16G76NrPq7oYFKLDO+BQsXNtS8kW2GxWCXjIMPvfDyaQ==";
+ url = "https://registry.npmjs.org/puppeteer/-/puppeteer-5.5.0.tgz";
+ sha512 = "OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==";
};
};
"purgecss-2.3.0" = {
@@ -42223,6 +43944,15 @@ let
sha512 = "pdE/OKi/jnp9DqGgNRzLY0oVHffn/8TXJmBPzv+ikdvpkeA0J//l5d7TZk1yWwZj9P0JcOIEVDOuHzhXaeBlmw==";
};
};
+ "pushdata-bitcoin-1.0.1" = {
+ name = "pushdata-bitcoin";
+ packageName = "pushdata-bitcoin";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/pushdata-bitcoin/-/pushdata-bitcoin-1.0.1.tgz";
+ sha1 = "15931d3cd967ade52206f523aa7331aef7d43af7";
+ };
+ };
"q-0.9.7" = {
name = "q";
packageName = "q";
@@ -42268,6 +43998,15 @@ let
sha512 = "8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==";
};
};
+ "qrcode-1.4.4" = {
+ name = "qrcode";
+ packageName = "qrcode";
+ version = "1.4.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/qrcode/-/qrcode-1.4.4.tgz";
+ sha512 = "oLzEC5+NKFou9P0bMj5+v6Z40evexeE29Z9cummZXZ9QXyMr3lphkURzxjXgPJC5azpxcshoDWV1xE46z+/c3Q==";
+ };
+ };
"qrcode-terminal-0.11.0" = {
name = "qrcode-terminal";
packageName = "qrcode-terminal";
@@ -42277,6 +44016,15 @@ let
sha1 = "ffc6c28a2fc0bfb47052b47e23f4f446a5fbdb9e";
};
};
+ "qrcode-terminal-0.12.0" = {
+ name = "qrcode-terminal";
+ packageName = "qrcode-terminal";
+ version = "0.12.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz";
+ sha512 = "EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==";
+ };
+ };
"qs-0.4.2" = {
name = "qs";
packageName = "qs";
@@ -42403,13 +44151,13 @@ let
sha512 = "gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==";
};
};
- "query-string-6.13.5" = {
+ "query-string-6.13.7" = {
name = "query-string";
packageName = "query-string";
- version = "6.13.5";
+ version = "6.13.7";
src = fetchurl {
- url = "https://registry.npmjs.org/query-string/-/query-string-6.13.5.tgz";
- sha512 = "svk3xg9qHR39P3JlHuD7g3nRnyay5mHbrPctEBDUxUkHRifPHXJDhBUycdCC0NBjXoDf44Gb+IsOZL1Uwn8M/Q==";
+ url = "https://registry.npmjs.org/query-string/-/query-string-6.13.7.tgz";
+ sha512 = "CsGs8ZYb39zu0WLkeOhe0NMePqgYdAuCqxOYKDR5LVCytDZYMGx3Bb+xypvQvPHVPijRXB0HZNFllCzHRe4gEA==";
};
};
"querystring-0.2.0" = {
@@ -42448,13 +44196,13 @@ let
sha512 = "AMD7w5hRXcFSb8s9u38acBZ+309u6GsiibP4/0YacJeaurRshogB7v/ZcVPxP5gD5+zIw6ixRHdutiYUJfwKHw==";
};
};
- "queue-microtask-1.1.4" = {
+ "queue-microtask-1.2.2" = {
name = "queue-microtask";
packageName = "queue-microtask";
- version = "1.1.4";
+ version = "1.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.1.4.tgz";
- sha512 = "eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA==";
+ url = "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.2.tgz";
+ sha512 = "dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==";
};
};
"quick-format-unescaped-4.0.1" = {
@@ -42619,13 +44367,13 @@ let
sha1 = "4f68a1dc0ae58bd3fb95848c30324db75d64360b";
};
};
- "random-item-3.0.0" = {
+ "random-item-3.1.0" = {
name = "random-item";
packageName = "random-item";
- version = "3.0.0";
+ version = "3.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/random-item/-/random-item-3.0.0.tgz";
- sha512 = "IpO3Jk9/Dt79R7iS/Fn2d2asGXahMNnXLNRsgSmjTTtiS0tZ972BWEEm9uUgm3YAon5YFUt8126FA9wJAjmeZw==";
+ url = "https://registry.npmjs.org/random-item/-/random-item-3.1.0.tgz";
+ sha512 = "0DyAT8LYBNQKSkqcPjia/HNoWCZ5JWBdAQWjBQVh5DMVv3Fv7V90I8/AuUf8NW4zdFn27i9qj8Kp6wI5JsiiOA==";
};
};
"random-iterate-1.0.1" = {
@@ -42799,6 +44547,15 @@ let
sha512 = "C0SIXdXDSus2yqqvV7qifnb4NoWP7mEBXJq3axci301mXHCZb8Djwm4hrEZo4UeXRaEnfjH98uQ8EBppk2oNWA==";
};
};
+ "re-reselect-4.0.0" = {
+ name = "re-reselect";
+ packageName = "re-reselect";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/re-reselect/-/re-reselect-4.0.0.tgz";
+ sha512 = "wuygyq8TXUlSdVXv2kigXxQNOgdb9m7LbIjwfTNGSpaY1riLd5e+VeQjlQMyUtrk0oiyhi1AqIVynworl3qxHA==";
+ };
+ };
"react-16.14.0" = {
name = "react";
packageName = "react";
@@ -42808,22 +44565,22 @@ let
sha512 = "0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==";
};
};
- "react-dev-utils-10.2.1" = {
+ "react-dev-utils-11.0.1" = {
name = "react-dev-utils";
packageName = "react-dev-utils";
- version = "10.2.1";
+ version = "11.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz";
- sha512 = "XxTbgJnYZmxuPtY3y/UV0D8/65NKkmaia4rXzViknVnZeVlklSh8u6TnaEYPfAi/Gh1TP4mEOXHI6jQOPbeakQ==";
+ url = "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-11.0.1.tgz";
+ sha512 = "rlgpCupaW6qQqvu0hvv2FDv40QG427fjghV56XyPcP5aKtOAPzNAhQ7bHqk1YdS2vpW1W7aSV3JobedxuPlBAA==";
};
};
- "react-devtools-core-4.8.2" = {
+ "react-devtools-core-4.10.1" = {
name = "react-devtools-core";
packageName = "react-devtools-core";
- version = "4.8.2";
+ version = "4.10.1";
src = fetchurl {
- url = "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.8.2.tgz";
- sha512 = "3Lv3nI8FPAwKqUco35oOlgf+4j8mgYNnIcDv2QTfxEqg2G69q17ZJ8ScU9aBnymS28YC1OW+kTxLmdIQeTN8yg==";
+ url = "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.10.1.tgz";
+ sha512 = "sXbBjGAWcf9HAblTP/zMtFhGHqxAfIR+GPxONZsSGN9FHnF4635dx1s2LdQWG9rJ+Ehr3nWg+BUAB6P78my5PA==";
};
};
"react-dom-16.14.0" = {
@@ -42835,31 +44592,13 @@ let
sha512 = "1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==";
};
};
- "react-dropdown-1.9.0" = {
- name = "react-dropdown";
- packageName = "react-dropdown";
- version = "1.9.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/react-dropdown/-/react-dropdown-1.9.0.tgz";
- sha512 = "BDApCUhs0qHqnFW3b54SuqI200FOOsmiy0dejdmtdTn/MMY11jcou3CLX1oT2Qa1PdN7viTyAGT8YCpK5qb9xg==";
- };
- };
- "react-error-overlay-6.0.7" = {
+ "react-error-overlay-6.0.8" = {
name = "react-error-overlay";
packageName = "react-error-overlay";
- version = "6.0.7";
- src = fetchurl {
- url = "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.7.tgz";
- sha512 = "TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==";
- };
- };
- "react-hot-loader-4.13.0" = {
- name = "react-hot-loader";
- packageName = "react-hot-loader";
- version = "4.13.0";
+ version = "6.0.8";
src = fetchurl {
- url = "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.13.0.tgz";
- sha512 = "JrLlvUPqh6wIkrK2hZDfOyq/Uh/WeVEr8nc7hkn2/3Ul0sx1Kr5y4kOGNacNRoj7RhwLNcQ3Udf1KJXrqc0ZtA==";
+ url = "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.8.tgz";
+ sha512 = "HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw==";
};
};
"react-is-16.13.1" = {
@@ -42871,15 +44610,6 @@ let
sha512 = "24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==";
};
};
- "react-lifecycles-compat-3.0.4" = {
- name = "react-lifecycles-compat";
- packageName = "react-lifecycles-compat";
- version = "3.0.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz";
- sha512 = "fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==";
- };
- };
"react-reconciler-0.24.0" = {
name = "react-reconciler";
packageName = "react-reconciler";
@@ -43213,15 +44943,6 @@ let
sha512 = "crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==";
};
};
- "readdirp-3.4.0" = {
- name = "readdirp";
- packageName = "readdirp";
- version = "3.4.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz";
- sha512 = "0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==";
- };
- };
"readdirp-3.5.0" = {
name = "readdirp";
packageName = "readdirp";
@@ -43384,13 +45105,40 @@ let
sha1 = "8984b5815d99cb220469c99eeeffe38913e6cc0b";
};
};
- "redoc-2.0.0-rc.8-1" = {
+ "redis-2.8.0" = {
+ name = "redis";
+ packageName = "redis";
+ version = "2.8.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/redis/-/redis-2.8.0.tgz";
+ sha512 = "M1OkonEQwtRmZv4tEWF2VgpG0JWJ8Fv1PhlgT5+B+uNq2cA3Rt1Yt/ryoR+vQNOQcIEgdCdfH0jr3bDpihAw1A==";
+ };
+ };
+ "redis-commands-1.6.0" = {
+ name = "redis-commands";
+ packageName = "redis-commands";
+ version = "1.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/redis-commands/-/redis-commands-1.6.0.tgz";
+ sha512 = "2jnZ0IkjZxvguITjFTrGiLyzQZcTvaw8DAaCXxZq/dsHXz7KfMQ3OUJy7Tz9vnRtZRVz6VRCPDvruvU8Ts44wQ==";
+ };
+ };
+ "redis-parser-2.6.0" = {
+ name = "redis-parser";
+ packageName = "redis-parser";
+ version = "2.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/redis-parser/-/redis-parser-2.6.0.tgz";
+ sha1 = "52ed09dacac108f1a631c07e9b69941e7a19504b";
+ };
+ };
+ "redoc-2.0.0-rc.48" = {
name = "redoc";
packageName = "redoc";
- version = "2.0.0-rc.8-1";
+ version = "2.0.0-rc.48";
src = fetchurl {
- url = "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.8-1.tgz";
- sha512 = "/YoCdcl2QtveKz4CTXaqtOfCIaVgZZgcnfUNC5xK7xBl/LxTiNj3tUbgFmrYMLTZGzNdQ9TUJpsa7lXDKcr8Pw==";
+ url = "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.48.tgz";
+ sha512 = "shArJWhNG2gQ0XKxW8WcfG8peNOtxbZ86CqxgrR9P7MnE5ESAo559CH/PSlezePeVLpcC0C9tcimOfSN5MaAvA==";
};
};
"reduce-component-1.0.1" = {
@@ -43429,22 +45177,22 @@ let
sha512 = "pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==";
};
};
- "reftools-1.1.6" = {
+ "reftools-1.1.7" = {
name = "reftools";
packageName = "reftools";
- version = "1.1.6";
+ version = "1.1.7";
src = fetchurl {
- url = "https://registry.npmjs.org/reftools/-/reftools-1.1.6.tgz";
- sha512 = "rQfJ025lvPjw9qyQuNPqE+cRs5qVs7BMrZwgRJnmuMcX/8r/eJE8f5/RCunJWViXKHmN5K2DFafYzglLOHE/tw==";
+ url = "https://registry.npmjs.org/reftools/-/reftools-1.1.7.tgz";
+ sha512 = "I+KZFkQvZjMZqVWxRezTC/kQ2kLhGRZ7C+4ARbgmb5WJbvFUlbrZ/6qlz6mb+cGcPNYib+xqL8kZlxCsSZ7Hew==";
};
};
- "regenerate-1.4.1" = {
+ "regenerate-1.4.2" = {
name = "regenerate";
packageName = "regenerate";
- version = "1.4.1";
+ version = "1.4.2";
src = fetchurl {
- url = "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz";
- sha512 = "j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==";
+ url = "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz";
+ sha512 = "zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==";
};
};
"regenerate-unicode-properties-8.2.0" = {
@@ -43573,13 +45321,13 @@ let
sha512 = "4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==";
};
};
- "registry-auth-token-4.2.0" = {
+ "registry-auth-token-4.2.1" = {
name = "registry-auth-token";
packageName = "registry-auth-token";
- version = "4.2.0";
+ version = "4.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.0.tgz";
- sha512 = "P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w==";
+ url = "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz";
+ sha512 = "6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==";
};
};
"registry-url-3.1.0" = {
@@ -43645,6 +45393,15 @@ let
sha512 = "DitR4wnEvYQEFU8pRPwldGMGW76LM29fvz8s7oTYMwZBMSqNFtBr8eAts/I55LODCQm6b4jzdgFQ+/c6v7RmdA==";
};
};
+ "rehype-stringify-8.0.0" = {
+ name = "rehype-stringify";
+ packageName = "rehype-stringify";
+ version = "8.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-8.0.0.tgz";
+ sha512 = "VkIs18G0pj2xklyllrPSvdShAV36Ff3yE5PUO9u36f6+2qJFnn22Z5gKwBOwgXviux4UC7K+/j13AnZfPICi/g==";
+ };
+ };
"reinterval-1.1.0" = {
name = "reinterval";
packageName = "reinterval";
@@ -43690,13 +45447,13 @@ let
sha512 = "b7wGPo7o2KE/g7SqkJDDbav6zmrEeP4TK2VpITU72J/M949TLe/23y/ZHJo+pskcGM52xIfFoT9hydwmgr1AEg==";
};
};
- "remark-12.0.1" = {
+ "remark-13.0.0" = {
name = "remark";
packageName = "remark";
- version = "12.0.1";
+ version = "13.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/remark/-/remark-12.0.1.tgz";
- sha512 = "gS7HDonkdIaHmmP/+shCPejCEEW+liMp/t/QwmF0Xt47Rpuhl32lLtDV1uKWvGoq+kxr5jSgg5oAIpGuyULjUw==";
+ url = "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz";
+ sha512 = "HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==";
};
};
"remark-3.2.3" = {
@@ -43708,15 +45465,6 @@ let
sha1 = "802a38c3aa98c9e1e3ea015eeba211d27cb65e1f";
};
};
- "remark-5.1.0" = {
- name = "remark";
- packageName = "remark";
- version = "5.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/remark/-/remark-5.1.0.tgz";
- sha1 = "cb463bd3dbcb4b99794935eee1cf71d7a8e3068c";
- };
- };
"remark-8.0.0" = {
name = "remark";
packageName = "remark";
@@ -43771,15 +45519,6 @@ let
sha512 = "k9bt7BYc3G7YBdmeAhvd3VavrPa/XlKWR3CyHjr4sLO9xJyly8WHHT3Sp+8HPR8lEUv+/sZaffL7IjMLV0f6BA==";
};
};
- "remark-parse-1.1.0" = {
- name = "remark-parse";
- packageName = "remark-parse";
- version = "1.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/remark-parse/-/remark-parse-1.1.0.tgz";
- sha1 = "c3ca10f9a8da04615c28f09aa4e304510526ec21";
- };
- };
"remark-parse-4.0.0" = {
name = "remark-parse";
packageName = "remark-parse";
@@ -43807,6 +45546,15 @@ let
sha512 = "E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==";
};
};
+ "remark-parse-9.0.0" = {
+ name = "remark-parse";
+ packageName = "remark-parse";
+ version = "9.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz";
+ sha512 = "geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==";
+ };
+ };
"remark-retext-4.0.0" = {
name = "remark-retext";
packageName = "remark-retext";
@@ -43816,15 +45564,6 @@ let
sha512 = "cYCchalpf25bTtfXF24ribYvqytPKq0TiEhqQDBHvVEEsApebwruPWP1cTcvTFBidmpXyqzycm+y8ng7Kmvc8Q==";
};
};
- "remark-stringify-1.1.0" = {
- name = "remark-stringify";
- packageName = "remark-stringify";
- version = "1.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/remark-stringify/-/remark-stringify-1.1.0.tgz";
- sha1 = "a7105e25b9ee2bf9a49b75d2c423f11b06ae2092";
- };
- };
"remark-stringify-4.0.0" = {
name = "remark-stringify";
packageName = "remark-stringify";
@@ -43843,6 +45582,15 @@ let
sha512 = "q4EyPZT3PcA3Eq7vPpT6bIdokXzFGp9i85igjmhRyXWmPs0Y6/d2FYwUNotKAWyLch7g0ASZJn/KHHcHZQ163A==";
};
};
+ "remark-stringify-9.0.0" = {
+ name = "remark-stringify";
+ packageName = "remark-stringify";
+ version = "9.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.0.tgz";
+ sha512 = "8x29DpTbVzEc6Dwb90qhxCtbZ6hmj3BxWWDpMhA+1WM4dOEGH5U5/GFe3Be5Hns5MvPSFAr1e2KSVtKZkK5nUw==";
+ };
+ };
"remote-git-tags-3.0.0" = {
name = "remote-git-tags";
packageName = "remote-git-tags";
@@ -43906,22 +45654,22 @@ let
sha512 = "o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA==";
};
};
- "render-media-3.4.3" = {
+ "render-media-4.1.0" = {
name = "render-media";
packageName = "render-media";
- version = "3.4.3";
+ version = "4.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/render-media/-/render-media-3.4.3.tgz";
- sha512 = "Gyk9CYWqGmG2W83ZfQnK8ZGZbmKkrxnHHHiWxF32vH5Afd19IIPZFZADtlmeXVA2petJgCB9L1EbPUc6dS8jDg==";
+ url = "https://registry.npmjs.org/render-media/-/render-media-4.1.0.tgz";
+ sha512 = "F5BMWDmgATEoyPCtKjmGNTGN1ghoZlfRQ3MJh8dS/MrvIUIxupiof/Y9uahChipXcqQ57twVbgMmyQmuO1vokw==";
};
};
- "renderkid-2.0.3" = {
+ "renderkid-2.0.4" = {
name = "renderkid";
packageName = "renderkid";
- version = "2.0.3";
+ version = "2.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/renderkid/-/renderkid-2.0.3.tgz";
- sha512 = "z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA==";
+ url = "https://registry.npmjs.org/renderkid/-/renderkid-2.0.4.tgz";
+ sha512 = "K2eXrSOJdq+HuKzlcjOlGoOarUu5SDguDEhE7+Ah4zuOWL40j8A/oHvLlLob9PSTNvVnBd+/q0Er1QfpEuem5g==";
};
};
"repeat-element-1.1.3" = {
@@ -44068,6 +45816,15 @@ let
sha512 = "eBEh+GzJAftUnex6tcL6eV2JCifY0+sZMIUpUPOVXbs2nV5hla4ZMmO3icYKGuGVuQ2zHE9evh4OrRcH4iyYYw==";
};
};
+ "request-light-0.3.0" = {
+ name = "request-light";
+ packageName = "request-light";
+ version = "0.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/request-light/-/request-light-0.3.0.tgz";
+ sha512 = "xlVlZVT0ZvCT+c3zm3SjeFCzchoQxsUUmx5fkal0I6RIDJK+lmb1UYyKJ7WM4dTfnzHP4ElWwAf8Dli8c0/tVA==";
+ };
+ };
"request-progress-2.0.1" = {
name = "request-progress";
packageName = "request-progress";
@@ -44077,6 +45834,15 @@ let
sha1 = "5d36bb57961c673aa5b788dbc8141fdf23b44e08";
};
};
+ "request-promise-4.2.6" = {
+ name = "request-promise";
+ packageName = "request-promise";
+ version = "4.2.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/request-promise/-/request-promise-4.2.6.tgz";
+ sha512 = "HCHI3DJJUakkOr8fNoCc73E5nU5bqITjOYFMDrKHYOXWXrgD/SBaC7LjwuPymUprRyuF06UK7hd/lMHkmUXglQ==";
+ };
+ };
"request-promise-core-1.1.4" = {
name = "request-promise-core";
packageName = "request-promise-core";
@@ -44095,13 +45861,13 @@ let
sha512 = "wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==";
};
};
- "requestretry-4.1.1" = {
+ "requestretry-4.1.2" = {
name = "requestretry";
packageName = "requestretry";
- version = "4.1.1";
+ version = "4.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/requestretry/-/requestretry-4.1.1.tgz";
- sha512 = "sV2lkWitASDXpIK+m0scC7dHBkW42EKj5iao6Cp8GCXsXY7qS4Q/min6PP5YBuqgV9W38lsA7LUhEkOezl1/Og==";
+ url = "https://registry.npmjs.org/requestretry/-/requestretry-4.1.2.tgz";
+ sha512 = "N1WAp+8eOy8NfsVBChcSxNCKvPY1azOpliQ4Sby4WDe0HFEhdKywlNZeROMBQ+BI3Jpc0eNOT1KVFGREawtahA==";
};
};
"require-directory-2.1.1" = {
@@ -44203,6 +45969,15 @@ let
sha512 = "YanoyJjykPxGHii0fZP0uUPEXpvqfBDxWV7s6GKAiiOsiqhX6vHNyW3Qzdmqp/iq/ExbhaGbVrjB4ruEVSM4GQ==";
};
};
+ "reselect-4.0.0" = {
+ name = "reselect";
+ packageName = "reselect";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/reselect/-/reselect-4.0.0.tgz";
+ sha512 = "qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA==";
+ };
+ };
"resolve-1.17.0" = {
name = "resolve";
packageName = "resolve";
@@ -44212,13 +45987,31 @@ let
sha512 = "ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==";
};
};
- "resolve-2.0.0-next.1" = {
+ "resolve-1.18.1" = {
name = "resolve";
packageName = "resolve";
- version = "2.0.0-next.1";
+ version = "1.18.1";
src = fetchurl {
- url = "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.1.tgz";
- sha512 = "ZGTmuLZAW++TDjgslfUMRZcv7kXHv8z0zwxvuRWOPjnqc56HVsn1lVaqsWOZeQ8MwiilPVJLrcPVKG909QsAfA==";
+ url = "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz";
+ sha512 = "lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==";
+ };
+ };
+ "resolve-1.19.0" = {
+ name = "resolve";
+ packageName = "resolve";
+ version = "1.19.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz";
+ sha512 = "rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==";
+ };
+ };
+ "resolve-2.0.0-next.2" = {
+ name = "resolve";
+ packageName = "resolve";
+ version = "2.0.0-next.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.2.tgz";
+ sha512 = "oHC2H45OCkhIeS45uW5zCsSinW+hgWwRtfobOhmkXiO4Q6e6fpZpBuBkZxAqTfoC1O6VIclqK6RjyeGVaxEYtA==";
};
};
"resolve-alpn-1.0.0" = {
@@ -44437,13 +46230,13 @@ let
sha512 = "yr1PgaBDde+25aJXrnt3p1jvT8FVLVat2Bx8XeAWX13KXo8OT+3nWGU3HWxM4YFJvmfqvJYJZG2d7xxaO774gw==";
};
};
- "retext-equality-5.2.0" = {
+ "retext-equality-5.5.0" = {
name = "retext-equality";
packageName = "retext-equality";
- version = "5.2.0";
+ version = "5.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/retext-equality/-/retext-equality-5.2.0.tgz";
- sha512 = "qfyDsVvwI6RsbyBi5GDRnutDbRMQj5zzK5oVg6ddKhONle2ZmQ/DBg9mz9QLKdnGhp8aW5xoVskXgwHufSQa3g==";
+ url = "https://registry.npmjs.org/retext-equality/-/retext-equality-5.5.0.tgz";
+ sha512 = "ha7zrQ+Bq4xWifm21IcAzc9xhMWCJYfePUjRRNE2mXi8cFhaq1F8+cD78YA2nd6W2mxd11VGTVKY9O0DmzEywQ==";
};
};
"retext-profanities-6.1.0" = {
@@ -44698,13 +46491,13 @@ let
sha512 = "/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==";
};
};
- "rollup-2.32.0" = {
+ "rollup-2.34.1" = {
name = "rollup";
packageName = "rollup";
- version = "2.32.0";
+ version = "2.34.1";
src = fetchurl {
- url = "https://registry.npmjs.org/rollup/-/rollup-2.32.0.tgz";
- sha512 = "0FIG1jY88uhCP2yP4CfvtKEqPDRmsUwfY1kEOOM+DH/KOGATgaIFd/is1+fQOxsvh62ELzcFfKonwKWnHhrqmw==";
+ url = "https://registry.npmjs.org/rollup/-/rollup-2.34.1.tgz";
+ sha512 = "tGveB6NU5x4MS/iXaIsjfUkEv4hxzJJ4o0FRy5LO62Ndx3R2cmE1qsLYlSfRkvHUUPqWiFoxEm8pRftzh1a5HA==";
};
};
"rollup-plugin-babel-4.4.0" = {
@@ -44887,22 +46680,22 @@ let
sha512 = "tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==";
};
};
- "run-parallel-1.1.9" = {
+ "run-parallel-1.1.10" = {
name = "run-parallel";
packageName = "run-parallel";
- version = "1.1.9";
+ version = "1.1.10";
src = fetchurl {
- url = "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz";
- sha512 = "DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==";
+ url = "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.10.tgz";
+ sha512 = "zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==";
};
};
- "run-parallel-limit-1.0.5" = {
+ "run-parallel-limit-1.0.6" = {
name = "run-parallel-limit";
packageName = "run-parallel-limit";
- version = "1.0.5";
+ version = "1.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/run-parallel-limit/-/run-parallel-limit-1.0.5.tgz";
- sha512 = "NsY+oDngvrvMxKB3G8ijBzIema6aYbQMD2bHOamvN52BysbIGTnEY2xsNyfrcr9GhY995/t/0nQN3R3oZvaDlg==";
+ url = "https://registry.npmjs.org/run-parallel-limit/-/run-parallel-limit-1.0.6.tgz";
+ sha512 = "yFFs4Q2kECi5mWXyyZj3UlAZ5OFq5E07opABC+EmhZdjEkrxXaUwFqOaaNF4tbayMnBxrsbujpeCYTVjGufZGQ==";
};
};
"run-queue-1.0.3" = {
@@ -44914,13 +46707,13 @@ let
sha1 = "e848396f057d223f24386924618e25694161ec47";
};
};
- "run-series-1.1.8" = {
+ "run-series-1.1.9" = {
name = "run-series";
packageName = "run-series";
- version = "1.1.8";
+ version = "1.1.9";
src = fetchurl {
- url = "https://registry.npmjs.org/run-series/-/run-series-1.1.8.tgz";
- sha512 = "+GztYEPRpIsQoCSraWHDBs9WVy4eVME16zhOtDB4H9J4xN0XRhknnmLOl+4gRgZtu8dpp9N/utSPjKH/xmDzXg==";
+ url = "https://registry.npmjs.org/run-series/-/run-series-1.1.9.tgz";
+ sha512 = "Arc4hUN896vjkqCYrUXquBFtRZdv1PfLbTYP71efP6butxyQ0kWpiNJyAgsxscmQg1cqvHY32/UCBzXedTpU2g==";
};
};
"rusha-0.8.13" = {
@@ -45004,33 +46797,6 @@ let
sha512 = "xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==";
};
};
- "rxjs-6.5.4" = {
- name = "rxjs";
- packageName = "rxjs";
- version = "6.5.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz";
- sha512 = "naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==";
- };
- };
- "rxjs-6.5.5" = {
- name = "rxjs";
- packageName = "rxjs";
- version = "6.5.5";
- src = fetchurl {
- url = "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz";
- sha512 = "WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==";
- };
- };
- "rxjs-6.6.2" = {
- name = "rxjs";
- packageName = "rxjs";
- version = "6.6.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/rxjs/-/rxjs-6.6.2.tgz";
- sha512 = "BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg==";
- };
- };
"rxjs-6.6.3" = {
name = "rxjs";
packageName = "rxjs";
@@ -45040,15 +46806,6 @@ let
sha512 = "trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==";
};
};
- "s.color-0.0.13" = {
- name = "s.color";
- packageName = "s.color";
- version = "0.0.13";
- src = fetchurl {
- url = "https://registry.npmjs.org/s.color/-/s.color-0.0.13.tgz";
- sha512 = "56rTWlPg3jQX5n2wv201gUBn8fSgnGwbNjN159FV+JeD4EeqZiVnhDASmivhE4+f9Ivzj59y5AgoFflsf25KwA==";
- };
- };
"s3-stream-upload-2.0.2" = {
name = "s3-stream-upload";
packageName = "s3-stream-upload";
@@ -45121,6 +46878,15 @@ let
sha512 = "rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==";
};
};
+ "safe-compare-1.1.4" = {
+ name = "safe-compare";
+ packageName = "safe-compare";
+ version = "1.1.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/safe-compare/-/safe-compare-1.1.4.tgz";
+ sha512 = "b9wZ986HHCo/HbKrRpBJb2kqXMK9CEWIE1egeEvZsYn69ay3kdfl9nG3RyOcR+jInTDf7a86WQ1d4VJX7goSSQ==";
+ };
+ };
"safe-join-0.1.3" = {
name = "safe-join";
packageName = "safe-join";
@@ -45193,22 +46959,13 @@ let
sha512 = "y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==";
};
};
- "sass-1.27.0" = {
+ "sass-1.30.0" = {
name = "sass";
packageName = "sass";
- version = "1.27.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/sass/-/sass-1.27.0.tgz";
- sha512 = "0gcrER56OkzotK/GGwgg4fPrKuiFlPNitO7eUJ18Bs+/NBlofJfMxmxqpqJxjae9vu0Wq8TZzrSyxZal00WDig==";
- };
- };
- "sass-formatter-0.4.15" = {
- name = "sass-formatter";
- packageName = "sass-formatter";
- version = "0.4.15";
+ version = "1.30.0";
src = fetchurl {
- url = "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.4.15.tgz";
- sha512 = "EpjwQsya8DmefZawi1sNoCjKw6IGE4z18h9lKd0QPgoGGkis8nqK+mfCMS4B8OaEa0To//71yQyGV1OW1/t60g==";
+ url = "https://registry.npmjs.org/sass/-/sass-1.30.0.tgz";
+ sha512 = "26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==";
};
};
"sax-0.5.8" = {
@@ -45256,6 +47013,15 @@ let
sha512 = "Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==";
};
};
+ "saxes-5.0.1" = {
+ name = "saxes";
+ packageName = "saxes";
+ version = "5.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz";
+ sha512 = "5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==";
+ };
+ };
"scheduler-0.18.0" = {
name = "scheduler";
packageName = "scheduler";
@@ -45571,6 +47337,15 @@ let
sha512 = "OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==";
};
};
+ "semver-7.3.4" = {
+ name = "semver";
+ packageName = "semver";
+ version = "7.3.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz";
+ sha512 = "tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==";
+ };
+ };
"semver-compare-1.0.0" = {
name = "semver-compare";
packageName = "semver-compare";
@@ -45679,13 +47454,13 @@ let
sha512 = "BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==";
};
};
- "sentence-case-3.0.3" = {
+ "sentence-case-3.0.4" = {
name = "sentence-case";
packageName = "sentence-case";
- version = "3.0.3";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.3.tgz";
- sha512 = "ZPr4dgTcNkEfcGOMFQyDdJrTU9uQO1nb1cjf+nuzb6FxgMDgKddZOM29qEsB7jvsZSMruLRcL2KfM4ypKpa0LA==";
+ url = "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz";
+ sha512 = "8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==";
};
};
"sentence-splitter-2.3.2" = {
@@ -45832,13 +47607,13 @@ let
sha1 = "f13bf928e42b9c3e79383e61cc3998b5d14e6cdd";
};
};
- "service-runner-2.7.8" = {
+ "service-runner-2.8.0" = {
name = "service-runner";
packageName = "service-runner";
- version = "2.7.8";
+ version = "2.8.0";
src = fetchurl {
- url = "https://registry.npmjs.org/service-runner/-/service-runner-2.7.8.tgz";
- sha512 = "YZBOj9wRzWEiBgIfrvq7OFVf9wr0u/llyeIsZjrd6tyrjJz2ywB9DiGpWb7/+MVswi970bgAw6+OUCq+9luyuw==";
+ url = "https://registry.npmjs.org/service-runner/-/service-runner-2.8.0.tgz";
+ sha512 = "U5hxzVsLFxZgd3hLecTgdhKNZfTsjcp0407ceICGdC5X2Qrz31pHsoMMSH1s+9/Fac+Y3NKpgd6vPvmJvl/bvw==";
};
};
"set-blocking-1.0.0" = {
@@ -45922,13 +47697,13 @@ let
sha512 = "E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==";
};
};
- "seventh-0.7.35" = {
+ "seventh-0.7.38" = {
name = "seventh";
packageName = "seventh";
- version = "0.7.35";
+ version = "0.7.38";
src = fetchurl {
- url = "https://registry.npmjs.org/seventh/-/seventh-0.7.35.tgz";
- sha512 = "8uGsybZk/XBSv7BvyjbSeK+R8vpWh2jkZJq0UIMVlJTr9CZsCLTfGWKtcBxmHzMUbzSPxa134prhvZA8GuIx/w==";
+ url = "https://registry.npmjs.org/seventh/-/seventh-0.7.38.tgz";
+ sha512 = "dYQGR+HQcuOtKytJ8/R4UFiPY3RIYLrniKRcqLjJCHOnccyJTpu52lBpPdyS6TpXNH13MJhtzh8GHUi/OmRUhw==";
};
};
"sha.js-2.4.11" = {
@@ -45976,13 +47751,13 @@ let
sha512 = "y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==";
};
};
- "sharp-0.23.4" = {
+ "sharp-0.26.3" = {
name = "sharp";
packageName = "sharp";
- version = "0.23.4";
+ version = "0.26.3";
src = fetchurl {
- url = "https://registry.npmjs.org/sharp/-/sharp-0.23.4.tgz";
- sha512 = "fJMagt6cT0UDy9XCsgyLi0eiwWWhQRxbwGmqQT6sY8Av4s0SVsT/deg8fobBQCTDU5iXRgz0rAeXoE2LBZ8g+Q==";
+ url = "https://registry.npmjs.org/sharp/-/sharp-0.26.3.tgz";
+ sha512 = "NdEJ9S6AMr8Px0zgtFo1TJjMK/ROMU92MkDtYn2BBrDjIx3YfH9TUyGdzPC+I/L619GeYQc690Vbaxc5FPCCWg==";
};
};
"shasum-1.0.2" = {
@@ -46111,13 +47886,13 @@ let
sha512 = "sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==";
};
};
- "shortid-2.2.15" = {
+ "shortid-2.2.16" = {
name = "shortid";
packageName = "shortid";
- version = "2.2.15";
+ version = "2.2.16";
src = fetchurl {
- url = "https://registry.npmjs.org/shortid/-/shortid-2.2.15.tgz";
- sha512 = "5EaCy2mx2Jgc/Fdn9uuDuNIIfWBpzY4XIlhoqtXF6qsf+/+SGZ+FxDdX/ZsMZiWupIWNqAEmiNY4RC+LSmCeOw==";
+ url = "https://registry.npmjs.org/shortid/-/shortid-2.2.16.tgz";
+ sha512 = "Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==";
};
};
"should-13.2.3" = {
@@ -46300,6 +48075,15 @@ let
sha512 = "rohCHmEjD/ESXFLxF4bVeqgdb4Awc65ZyyuCKl3f7BvgMbZOBa/Ye3HN/GFnvruiUOAWWNupxhz3Rz5/3vJLTg==";
};
};
+ "simple-git-2.24.0" = {
+ name = "simple-git";
+ packageName = "simple-git";
+ version = "2.24.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/simple-git/-/simple-git-2.24.0.tgz";
+ sha512 = "nF31Xai5lTYgRCiSJ1lHzK0Vk9jWOvAFW12bdBaWy2bhodio04eOWYurvyM/nTBYsPIiQl3PFvdod5TRcPvzww==";
+ };
+ };
"simple-markdown-0.4.4" = {
name = "simple-markdown";
packageName = "simple-markdown";
@@ -46318,13 +48102,13 @@ let
sha1 = "4e421f485ac7b13b08077a4476934d52c5ba3bb3";
};
};
- "simple-peer-9.7.2" = {
+ "simple-peer-9.9.3" = {
name = "simple-peer";
packageName = "simple-peer";
- version = "9.7.2";
+ version = "9.9.3";
src = fetchurl {
- url = "https://registry.npmjs.org/simple-peer/-/simple-peer-9.7.2.tgz";
- sha512 = "xeMyxa9B4V0eA6mf17fVr8nm2QhAYFu+ZZv8zkSFFTjJETGF227CshwobrIYZuspJglMD63egcevQXGOrTIsuA==";
+ url = "https://registry.npmjs.org/simple-peer/-/simple-peer-9.9.3.tgz";
+ sha512 = "T3wuv0UqBpDTV0x0pJPPsz4thy0tC0fTOHE4g9+AF43RUxxT+MWeXVtdQcK5Xuzv/XTVrB2NrGzdfO1IFBqOkw==";
};
};
"simple-plist-1.1.1" = {
@@ -46552,15 +48336,6 @@ let
sha1 = "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707";
};
};
- "slug-3.5.1" = {
- name = "slug";
- packageName = "slug";
- version = "3.5.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/slug/-/slug-3.5.1.tgz";
- sha512 = "ei0JnJzg8HKhLunZy+vpNlILRRradfaAQ+p2YEI4b4r8yX/5TlFi1JSwcYQCg7INZxdTC43BT68rHMkRxzn7Xg==";
- };
- };
"slugid-1.1.0" = {
name = "slugid";
packageName = "slugid";
@@ -46570,13 +48345,13 @@ let
sha1 = "e09f00899c09f5a7058edc36dd49f046fd50a82a";
};
};
- "slugify-1.4.5" = {
+ "slugify-1.4.6" = {
name = "slugify";
packageName = "slugify";
- version = "1.4.5";
+ version = "1.4.6";
src = fetchurl {
- url = "https://registry.npmjs.org/slugify/-/slugify-1.4.5.tgz";
- sha512 = "WpECLAgYaxHoEAJ8Q1Lo8HOs1ngn7LN7QjXgOLbmmfkcWvosyk4ZTXkTzKyhngK640USTZUlgoQJfED1kz5fnQ==";
+ url = "https://registry.npmjs.org/slugify/-/slugify-1.4.6.tgz";
+ sha512 = "ZdJIgv9gdrYwhXqxsH9pv7nXxjUEyQ6nqhngRxoAAOlmMGA28FDq5O4/5US4G2/Nod7d1ovNcgURQJ7kHq50KQ==";
};
};
"smart-buffer-4.1.0" = {
@@ -46624,13 +48399,13 @@ let
sha512 = "g0w2Ft4RJl+F/1/tQvA4BUsH09s+RNd0RRa+So24Inv5yzce5xUnPzxlEWNUBG5TwQjfKDZSFWrf2rXz+e1Q2g==";
};
};
- "snake-case-3.0.3" = {
+ "snake-case-3.0.4" = {
name = "snake-case";
packageName = "snake-case";
- version = "3.0.3";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/snake-case/-/snake-case-3.0.3.tgz";
- sha512 = "WM1sIXEO+rsAHBKjGf/6R1HBBcgbncKS08d2Aqec/mrDSpU80SiOU41hO7ny6DToHSyrlwTYzQBIK1FPSx4Y3Q==";
+ url = "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz";
+ sha512 = "LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==";
};
};
"snapdragon-0.8.2" = {
@@ -46696,31 +48471,31 @@ let
sha1 = "6541184cc90aeea6c6e7b35e2659082443c66198";
};
};
- "snyk-config-3.1.1" = {
+ "snyk-config-4.0.0-rc.2" = {
name = "snyk-config";
packageName = "snyk-config";
- version = "3.1.1";
+ version = "4.0.0-rc.2";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk-config/-/snyk-config-3.1.1.tgz";
- sha512 = "wwrMIEDozfLJ8LmakCsCC1FQ0siIX5icCQPCbUKKgRbeVsZ27NjPJs37BpTXX4rcHkaWpe8TbH3yOtp23qmszg==";
+ url = "https://registry.npmjs.org/snyk-config/-/snyk-config-4.0.0-rc.2.tgz";
+ sha512 = "HIXpMCRp5IdQDFH/CY6WqOUt5X5Ec55KC9dFVjlMLe/2zeqsImJn1vbjpE5uBoLYIdYi1SteTqtsJhyJZWRK8g==";
};
};
- "snyk-cpp-plugin-2.0.0" = {
+ "snyk-cpp-plugin-2.2.1" = {
name = "snyk-cpp-plugin";
packageName = "snyk-cpp-plugin";
- version = "2.0.0";
+ version = "2.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-2.0.0.tgz";
- sha512 = "/xcDy8H5wxhk+4E9e8zDDGfcNo5g+zpwy585sCDkH5KpHdZHmguPi0GmZ9ZCBTuGIodeTIqsDqkBiA1WXSH7+w==";
+ url = "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-2.2.1.tgz";
+ sha512 = "NFwVLMCqKTocY66gcim0ukF6e31VRDJqDapg5sy3vCHqlD1OCNUXSK/aI4VQEEndDrsnFmQepsL5KpEU0dDRIQ==";
};
};
- "snyk-docker-plugin-4.1.1" = {
+ "snyk-docker-plugin-4.12.0" = {
name = "snyk-docker-plugin";
packageName = "snyk-docker-plugin";
- version = "4.1.1";
+ version = "4.12.0";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk-docker-plugin/-/snyk-docker-plugin-4.1.1.tgz";
- sha512 = "2N8um3cU+qWAVut0Pm/jTM1Hcjyk4kQLKd5nX/Fl/DOhxi62pVpIQ6qGE2LKxYTShEpeC0YS70D9J4ke7ra8Dw==";
+ url = "https://registry.npmjs.org/snyk-docker-plugin/-/snyk-docker-plugin-4.12.0.tgz";
+ sha512 = "iN5GUTpMR4dx/hmjxh1GnJ9vrMpbOUhD8gsdWgFPZ5Qg+ImPQ2WBJBal/hyfkauM0TaKQEAgIwT6xZ1ovaIvWQ==";
};
};
"snyk-go-parser-1.4.1" = {
@@ -46741,13 +48516,13 @@ let
sha512 = "FAM56z3bl1iuxeqkCEA/jyZ2hpwkQK8xQxQbhR+QppEK5lole7w1PQyWYgZAJ9oRY/BU32zdRAJwGuZbhk7G2Q==";
};
};
- "snyk-gradle-plugin-3.10.0" = {
+ "snyk-gradle-plugin-3.10.3" = {
name = "snyk-gradle-plugin";
packageName = "snyk-gradle-plugin";
- version = "3.10.0";
+ version = "3.10.3";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.10.0.tgz";
- sha512 = "G33nwUIVALII7mHqKuIxLh1Qj2qsOFd6vbnu4d6lPISVCH9TRBTvirPaVnybWgrO2TWvzZ+jXsZHhG++8kLpXQ==";
+ url = "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.10.3.tgz";
+ sha512 = "aFAqQu0vvgndxQtXxNfLzL9wamOwyRceRkSb+BXVp6E+Tpz4awksyUTfV0Yc5WjR0+hYB2rtBYKHXaK+GHficg==";
};
};
"snyk-module-1.9.1" = {
@@ -46777,40 +48552,31 @@ let
sha512 = "HHuOYEAACpUpkFgU8HT57mmxmonaJ4O3YADoSkVhnhkmJ+AowqZyJOau703dYHNrq2DvQ7qYw81H7yyxS1Nfjw==";
};
};
- "snyk-mvn-plugin-2.23.0" = {
+ "snyk-mvn-plugin-2.25.0" = {
name = "snyk-mvn-plugin";
packageName = "snyk-mvn-plugin";
- version = "2.23.0";
+ version = "2.25.0";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-2.23.0.tgz";
- sha512 = "aCmXPRvK89bcRNKjtU6mCqe6tnKaSR++/Co3V1XjqfJSRDiZ+c7A0LdtpTkRF/HbVdzZVHJ8glOn67yO/VGKhQ==";
+ url = "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-2.25.0.tgz";
+ sha512 = "2NDWrMWi9K32i9CdWUy2Pce8D9myR0dxPDJJpamVt/DD3fDxH4ia701i2HdDgOjMq8PI6yIgI+vRaAW3X2GrbA==";
};
};
- "snyk-nodejs-lockfile-parser-1.28.1" = {
+ "snyk-nodejs-lockfile-parser-1.30.1" = {
name = "snyk-nodejs-lockfile-parser";
packageName = "snyk-nodejs-lockfile-parser";
- version = "1.28.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/snyk-nodejs-lockfile-parser/-/snyk-nodejs-lockfile-parser-1.28.1.tgz";
- sha512 = "0zbmtidYLI2ia/DQD4rZm2YKrhfHLvHlVBdF2cMAGPwhOoKW5ovG9eBO4wNQdvjxNi7b4VeUyAj8SfuhjDraDQ==";
- };
- };
- "snyk-nodejs-lockfile-parser-1.30.0" = {
- name = "snyk-nodejs-lockfile-parser";
- packageName = "snyk-nodejs-lockfile-parser";
- version = "1.30.0";
+ version = "1.30.1";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk-nodejs-lockfile-parser/-/snyk-nodejs-lockfile-parser-1.30.0.tgz";
- sha512 = "OmrLyV9oZ2ItH0oNoRs5BjTlvS+lSsYuBw8PryvsdmcNK6VzfMoJ7RuevTau201gVvMz1imTi7LlTxcSoCCzJg==";
+ url = "https://registry.npmjs.org/snyk-nodejs-lockfile-parser/-/snyk-nodejs-lockfile-parser-1.30.1.tgz";
+ sha512 = "QyhE4pmy7GI7fQrVmZ+qrQB8GGSbxN7OoYueS4BEP9nDxIyH4dJAz8dME5zOUeUxh3frcgBWoWgZoSzE4VOYpg==";
};
};
- "snyk-nuget-plugin-1.19.3" = {
+ "snyk-nuget-plugin-1.19.4" = {
name = "snyk-nuget-plugin";
packageName = "snyk-nuget-plugin";
- version = "1.19.3";
+ version = "1.19.4";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk-nuget-plugin/-/snyk-nuget-plugin-1.19.3.tgz";
- sha512 = "KwKoMumwcXVz/DQH80ifXfX7CTnm29bmHJ2fczjCGohxLGb4EKBGQtA3t7K98O7lTISQGgXDxnWIaM9ZXkxPdw==";
+ url = "https://registry.npmjs.org/snyk-nuget-plugin/-/snyk-nuget-plugin-1.19.4.tgz";
+ sha512 = "6BvLJc7gpNdfPJSnvpmTL4BrbaOVbXh/9q1FNMs5OVp8NbnZ3l97iM+bpQXWTJHOa3BJBZz7iEg+3suH4AWoWw==";
};
};
"snyk-paket-parser-1.6.0" = {
@@ -46831,6 +48597,15 @@ let
sha512 = "IQcdsQBqqXVRY5DatlI7ASy4flbhtU2V7cr4P2rK9rkFnVHO6LHcitwKXVZa9ocdOmpZDzk7U6iwHJkVFcR6OA==";
};
};
+ "snyk-poetry-lockfile-parser-1.1.1" = {
+ name = "snyk-poetry-lockfile-parser";
+ packageName = "snyk-poetry-lockfile-parser";
+ version = "1.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-poetry-lockfile-parser/-/snyk-poetry-lockfile-parser-1.1.1.tgz";
+ sha512 = "G3LX27V2KUsKObwVN4vDDjrYr5BERad9pXHAf+SST5+vZsdPUUZjd1ZUIrHgCv7IQhwq+7mZrtqedY5x7+LIGA==";
+ };
+ };
"snyk-policy-1.14.1" = {
name = "snyk-policy";
packageName = "snyk-policy";
@@ -46840,13 +48615,13 @@ let
sha512 = "C5vSkoBYxPnaqb218sm4m6N5s1BhIXlldpIX5xRNnZ0QkDwVj3dy/PfgwxRgVQh7QFGa1ajbvKmsGmm4RRsN8g==";
};
};
- "snyk-python-plugin-1.17.1" = {
+ "snyk-python-plugin-1.19.1" = {
name = "snyk-python-plugin";
packageName = "snyk-python-plugin";
- version = "1.17.1";
+ version = "1.19.1";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-1.17.1.tgz";
- sha512 = "KKklat9Hfbj4hw2y63LRhgmziYzmyRt+cSuzN5KDmBSAGYck0EAoPDtNpJXjrIs1kPNz28EXnE6NDnadXnOjiQ==";
+ url = "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-1.19.1.tgz";
+ sha512 = "JoOUHnA76L3pekCblSuE9jQ9CuA5jt+GqXpsLQbEIZ0FQQTBa+0F7vfolg3Q7+s1it4ZdtgSbSWrlxCngIJt8g==";
};
};
"snyk-resolve-1.0.1" = {
@@ -46912,6 +48687,15 @@ let
sha512 = "2A892lrj0GcgR/9Qk81EaY2gYhCBxurV0PfmmESO6p27QPrUK1J3zdns+5QPqvUYK2q657nSj0guoIil9+7eFg==";
};
};
+ "socket.io-3.0.3" = {
+ name = "socket.io";
+ packageName = "socket.io";
+ version = "3.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/socket.io/-/socket.io-3.0.3.tgz";
+ sha512 = "TC1GnSXhDVmd3bHji5aG7AgWB8UL7E6quACbKra8uFXBqlMwEDbrJFK+tjuIY5Pe9N0L+MAPPDv3pycnn0000A==";
+ };
+ };
"socket.io-adapter-0.2.0" = {
name = "socket.io-adapter";
packageName = "socket.io-adapter";
@@ -46930,6 +48714,15 @@ let
sha512 = "WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==";
};
};
+ "socket.io-adapter-2.0.3" = {
+ name = "socket.io-adapter";
+ packageName = "socket.io-adapter";
+ version = "2.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.0.3.tgz";
+ sha512 = "2wo4EXgxOGSFueqvHAdnmi5JLZzWqMArjuP4nqC26AtLh5PoCPsaRbRdah2xhcwTAMooZfjYiNVNkkmmSMaxOQ==";
+ };
+ };
"socket.io-client-1.0.6" = {
name = "socket.io-client";
packageName = "socket.io-client";
@@ -46993,6 +48786,15 @@ let
sha512 = "11hMgzL+WCLWf1uFtHSNvliI++tcRUWdoeYuwIl+Axvwy9z2gQM+7nJyN3STj1tLj5JyIUH8/gpDGxzAlDdi0A==";
};
};
+ "socket.io-parser-4.0.2" = {
+ name = "socket.io-parser";
+ packageName = "socket.io-parser";
+ version = "4.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.2.tgz";
+ sha512 = "Bs3IYHDivwf+bAAuW/8xwJgIiBNtlvnjYRc4PbXgniLmcP1BrakBoq/QhO24rgtgW7VZ7uAaswRGxutUnlAK7g==";
+ };
+ };
"sockjs-0.3.20" = {
name = "sockjs";
packageName = "sockjs";
@@ -47020,13 +48822,13 @@ let
sha512 = "o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA==";
};
};
- "socks-2.4.4" = {
+ "socks-2.5.1" = {
name = "socks";
packageName = "socks";
- version = "2.4.4";
+ version = "2.5.1";
src = fetchurl {
- url = "https://registry.npmjs.org/socks/-/socks-2.4.4.tgz";
- sha512 = "7LmHN4IHj1Vpd/k8D872VGCHJ6yIVyeFkfIBExRmGPYQ/kdUkpdg9eKh9oOzYYYKQhuxavayJHTnmBG+EzluUA==";
+ url = "https://registry.npmjs.org/socks/-/socks-2.5.1.tgz";
+ sha512 = "oZCsJJxapULAYJaEYBSzMcz8m3jqgGrHaGhkmU/o/PQfFWYWxkAaA0UMGImb6s6tEXfKi959X6VJjMMQ3P6TTQ==";
};
};
"socks-proxy-agent-4.0.2" = {
@@ -47389,13 +49191,13 @@ let
sha1 = "ff4ae6e68656056ba4b3e792ab3334d38273ca11";
};
};
- "spawn-please-0.4.1" = {
+ "spawn-please-1.0.0" = {
name = "spawn-please";
packageName = "spawn-please";
- version = "0.4.1";
+ version = "1.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/spawn-please/-/spawn-please-0.4.1.tgz";
- sha512 = "YJwFL/shPyY5fddOU1XXkShCDNVkMDGKsGlpB91FKOkRGa+pVAe+A5/CUUwLrZ3e89prqbTXaGapCzTlmc3HaA==";
+ url = "https://registry.npmjs.org/spawn-please/-/spawn-please-1.0.0.tgz";
+ sha512 = "Kz33ip6NRNKuyTRo3aDWyWxeGeM0ORDO552Fs6E1nj4pLWPkl37SrRtTnq+MEopVaqgmaO6bAvVS+v64BJ5M/A==";
};
};
"spawn-sync-1.0.15" = {
@@ -47443,13 +49245,13 @@ let
sha512 = "cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==";
};
};
- "spdx-license-ids-3.0.6" = {
+ "spdx-license-ids-3.0.7" = {
name = "spdx-license-ids";
packageName = "spdx-license-ids";
- version = "3.0.6";
+ version = "3.0.7";
src = fetchurl {
- url = "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz";
- sha512 = "+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==";
+ url = "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz";
+ sha512 = "U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==";
};
};
"spdy-1.32.5" = {
@@ -47722,6 +49524,15 @@ let
sha1 = "475393ff9e91479aea62dcaf0ca3d14983a7fb40";
};
};
+ "srcset-3.0.0" = {
+ name = "srcset";
+ packageName = "srcset";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/srcset/-/srcset-3.0.0.tgz";
+ sha512 = "D59vF08Qzu/C4GAOXVgMTLfgryt5fyWo93FZyhEWANo0PokFz/iWdDe13mX3O5TRf6l8vMTqckAfR4zPiaH0yQ==";
+ };
+ };
"srt2vtt-1.3.1" = {
name = "srt2vtt";
packageName = "srt2vtt";
@@ -47785,13 +49596,13 @@ let
sha512 = "DyCrGIsl01GkdHreAkkaDUorV7SAgRSqKn/htg4ZwbvH6g0NAdOi84x/8ehzDuojPev78hbkWjZXgIqi+/Jo0g==";
};
};
- "ssb-db-20.3.0" = {
+ "ssb-db-19.2.0" = {
name = "ssb-db";
packageName = "ssb-db";
- version = "20.3.0";
+ version = "19.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/ssb-db/-/ssb-db-20.3.0.tgz";
- sha512 = "JOXCrS6k3+/kuOcFmZwc9vxPN55Czb7McFs5KEYA+/phykPwQ6e3hwjMT5YrVzSirCf8ptPS/mpOsCDog5Z2dg==";
+ url = "https://registry.npmjs.org/ssb-db/-/ssb-db-19.2.0.tgz";
+ sha512 = "pJAFizB6OcuJLX4RJJuU9HWyPwM2CqLi/vs08lhVIR3TGxacxpavvK5LzbxT+Y3iWkBchOTKS5hHCigA5aaung==";
};
};
"ssb-ebt-5.6.7" = {
@@ -47803,13 +49614,13 @@ let
sha512 = "ifPgPNmDE8EKuuoqtXibwgYNtDZNry7sJL1epSUb3XgQr62bUV31N9R5LHKDsI2kx96OgWRwWY2PfZ7vf/hU8Q==";
};
};
- "ssb-friends-4.2.1" = {
+ "ssb-friends-4.3.0" = {
name = "ssb-friends";
packageName = "ssb-friends";
- version = "4.2.1";
+ version = "4.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/ssb-friends/-/ssb-friends-4.2.1.tgz";
- sha512 = "DgArf97p2MQxOKn9jWmyxA/6HUiyZkk5QFYohS/qo7CAFJzBJobgoJuvEGjzCgszJAZ/WmGwjYTrKTqFHwMEuQ==";
+ url = "https://registry.npmjs.org/ssb-friends/-/ssb-friends-4.3.0.tgz";
+ sha512 = "5NgtiuYM8M2g8crzQF2nCpenM70zhsb6PNeL6B0iXalAl/IN2wwEWSUhU8++2gTh9dZ7icZJ8nC/kCzIoUdmgA==";
};
};
"ssb-git-0.5.0" = {
@@ -47974,22 +49785,13 @@ let
sha512 = "6yI5XBpBHkwFdAELpKwlf1C1V32Z0/AKEJYsoU7lk+Eh88blv8LKydo4a1DnjMiPy4ywn4lRU5oayQaPE5MRtQ==";
};
};
- "ssb-plugins-1.0.4" = {
+ "ssb-plugins-1.0.0" = {
name = "ssb-plugins";
packageName = "ssb-plugins";
- version = "1.0.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/ssb-plugins/-/ssb-plugins-1.0.4.tgz";
- sha512 = "D48CcHdlkQwkFnaBmEQFt/rPDqHZ252JJ/dqAuFvdpFTnZ5ujYmdbIldOdBGcTm3Bn7GrRGmAGctOKwH/3X0dQ==";
- };
- };
- "ssb-private1-1.0.1" = {
- name = "ssb-private1";
- packageName = "ssb-private1";
- version = "1.0.1";
+ version = "1.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/ssb-private1/-/ssb-private1-1.0.1.tgz";
- sha512 = "x69YHNhjxCrknkK7XbEJyk2P0P3p52t6NF74I8ObHIrBdWnyRrO6iUH8K5b8CkaHawM4giXdZG5cyrOPzPN/Fg==";
+ url = "https://registry.npmjs.org/ssb-plugins/-/ssb-plugins-1.0.0.tgz";
+ sha512 = "eM8vid+K8MhwZwzk/CDUhSNhUoS6wYgq9clJrrKaP0/Otdd3zZzcBQw54Xvm0olMcOgpTSlY3m2rT4iqjZPIBw==";
};
};
"ssb-pull-requests-1.0.0" = {
@@ -48199,13 +50001,13 @@ let
sha1 = "a8f6eaeca90674c333e7c43953f275b451510695";
};
};
- "stack-utils-2.0.2" = {
+ "stack-utils-2.0.3" = {
name = "stack-utils";
packageName = "stack-utils";
- version = "2.0.2";
+ version = "2.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.2.tgz";
- sha512 = "0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg==";
+ url = "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.3.tgz";
+ sha512 = "gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==";
};
};
"stackframe-1.2.0" = {
@@ -48226,6 +50028,15 @@ let
sha1 = "51f9c6a08c146473fcd021af551c9f32ed5c7b9d";
};
};
+ "standard-error-1.1.0" = {
+ name = "standard-error";
+ packageName = "standard-error";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/standard-error/-/standard-error-1.1.0.tgz";
+ sha1 = "23e5168fa1c0820189e5812701a79058510d0d34";
+ };
+ };
"stat-mode-0.2.2" = {
name = "stat-mode";
packageName = "stat-mode";
@@ -48829,31 +50640,31 @@ let
sha512 = "zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==";
};
};
- "string.prototype.trim-1.2.2" = {
+ "string.prototype.trim-1.2.3" = {
name = "string.prototype.trim";
packageName = "string.prototype.trim";
- version = "1.2.2";
+ version = "1.2.3";
src = fetchurl {
- url = "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.2.tgz";
- sha512 = "b5yrbl3BXIjHau9Prk7U0RRYcUYdN4wGSVaqoBQS50CCE3KBuYU0TYRNPFCP7aVoNMX87HKThdMRVIP3giclKg==";
+ url = "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz";
+ sha512 = "16IL9pIBA5asNOSukPfxX2W68BaBvxyiRK16H3RA/lWW9BDosh+w7f+LhomPHpXJ82QEe7w7/rY/S1CV97raLg==";
};
};
- "string.prototype.trimend-1.0.1" = {
+ "string.prototype.trimend-1.0.3" = {
name = "string.prototype.trimend";
packageName = "string.prototype.trimend";
- version = "1.0.1";
+ version = "1.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz";
- sha512 = "LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==";
+ url = "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz";
+ sha512 = "ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==";
};
};
- "string.prototype.trimstart-1.0.1" = {
+ "string.prototype.trimstart-1.0.3" = {
name = "string.prototype.trimstart";
packageName = "string.prototype.trimstart";
- version = "1.0.1";
+ version = "1.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz";
- sha512 = "XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==";
+ url = "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz";
+ sha512 = "oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==";
};
};
"string2compact-1.3.0" = {
@@ -48910,13 +50721,13 @@ let
sha512 = "fqqhZzXyAM6pGD9lky/GOPq6V4X0SeTAFBl0iXb/BzOegl40gpf/bV3QQP7zULNYvjr6+Dx8SCaDULjVoOru0A==";
};
};
- "stringify-entities-3.0.1" = {
+ "stringify-entities-3.1.0" = {
name = "stringify-entities";
packageName = "stringify-entities";
- version = "3.0.1";
+ version = "3.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/stringify-entities/-/stringify-entities-3.0.1.tgz";
- sha512 = "Lsk3ISA2++eJYqBMPKcr/8eby1I6L0gP0NlxF8Zja6c05yr/yCYyb2c9PwXjd08Ib3If1vn1rbs1H5ZtVuOfvQ==";
+ url = "https://registry.npmjs.org/stringify-entities/-/stringify-entities-3.1.0.tgz";
+ sha512 = "3FP+jGMmMV/ffZs86MoghGqAoqXAdxLrJP4GUdrDN1aIScYih5tuIO3eF4To5AJZ79KDZ8Fpdy7QJnK8SsL1Vg==";
};
};
"stringify-object-3.3.0" = {
@@ -49279,13 +51090,13 @@ let
sha1 = "7958c793e47e32e07d2b5cafe5c0bf8e12e77902";
};
};
- "styled-components-5.2.0" = {
+ "styled-components-5.2.1" = {
name = "styled-components";
packageName = "styled-components";
- version = "5.2.0";
+ version = "5.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/styled-components/-/styled-components-5.2.0.tgz";
- sha512 = "9qE8Vgp8C5cpGAIdFaQVAl89Zgx1TDM4Yf4tlHbO9cPijtpSXTMLHy9lmP0lb+yImhgPFb1AmZ1qMUubmg3HLg==";
+ url = "https://registry.npmjs.org/styled-components/-/styled-components-5.2.1.tgz";
+ sha512 = "sBdgLWrCFTKtmZm/9x7jkIabjFNVzCUeKfoQsM6R3saImkUnjx0QYdLwJHBjY9ifEcmjDamJDVfknWm1yxZPxQ==";
};
};
"stylehacks-4.0.3" = {
@@ -49297,13 +51108,13 @@ let
sha512 = "7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==";
};
};
- "stylelint-13.7.2" = {
+ "stylelint-13.8.0" = {
name = "stylelint";
packageName = "stylelint";
- version = "13.7.2";
+ version = "13.8.0";
src = fetchurl {
- url = "https://registry.npmjs.org/stylelint/-/stylelint-13.7.2.tgz";
- sha512 = "mmieorkfmO+ZA6CNDu1ic9qpt4tFvH2QUB7vqXgrMVHe5ENU69q7YDq0YUg/UHLuCsZOWhUAvcMcLzLDIERzSg==";
+ url = "https://registry.npmjs.org/stylelint/-/stylelint-13.8.0.tgz";
+ sha512 = "iHH3dv3UI23SLDrH4zMQDjLT9/dDIz/IpoFeuNxZmEx86KtfpjDOscxLTFioQyv+2vQjPlRZnK0UoJtfxLICXQ==";
};
};
"stylelint-8.4.0" = {
@@ -49324,6 +51135,15 @@ let
sha512 = "luHn2OAMGJouOnadm6Fim6WXodQ2AWDkWjYq0rMdyEwzO5PdE4LzoXAEn9LL2snmBAlwUp1URVOTF7lZR3KU+Q==";
};
};
+ "stylis-3.5.4" = {
+ name = "stylis";
+ packageName = "stylis";
+ version = "3.5.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz";
+ sha512 = "8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==";
+ };
+ };
"stylus-0.54.8" = {
name = "stylus";
packageName = "stylus";
@@ -49405,33 +51225,6 @@ let
sha512 = "es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==";
};
};
- "suf-cli-0.1.3" = {
- name = "suf-cli";
- packageName = "suf-cli";
- version = "0.1.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/suf-cli/-/suf-cli-0.1.3.tgz";
- sha512 = "dM85t6+egHKKM7ChM1JpkZUeXNczRb7vAQN3Y8UAyRjeW6UvfChPi8YbV73eTUBp6N7VfKqwwrsYsbdEb/u0Rg==";
- };
- };
- "suf-node-1.2.1" = {
- name = "suf-node";
- packageName = "suf-node";
- version = "1.2.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/suf-node/-/suf-node-1.2.1.tgz";
- sha512 = "LFLshqEwm1bXd3fEl0STYXZzEHbAz8HwsyItA8vvxhMZrIo+CpB7RrtLvor6mk+7SdfgJhmV3RdIdDIcPAJTTg==";
- };
- };
- "suf-regex-0.0.23" = {
- name = "suf-regex";
- packageName = "suf-regex";
- version = "0.0.23";
- src = fetchurl {
- url = "https://registry.npmjs.org/suf-regex/-/suf-regex-0.0.23.tgz";
- sha512 = "Rupps+hO04fiskhx5YwBaiB8Bbwsy8fsqDfT8FED6DWkumWClb3em+yukbNgmAvUIbLAm7ibJoN+2Pl4golkQw==";
- };
- };
"sugarss-1.0.1" = {
name = "sugarss";
packageName = "sugarss";
@@ -49702,40 +51495,40 @@ let
sha1 = "e39fae3d581d713682491e1926cd87bf2c209bfb";
};
};
- "swagger-ui-dist-3.30.2" = {
+ "swagger-ui-dist-3.34.0" = {
name = "swagger-ui-dist";
packageName = "swagger-ui-dist";
- version = "3.30.2";
+ version = "3.34.0";
src = fetchurl {
- url = "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.30.2.tgz";
- sha512 = "hAu/ig5N8i0trXXbrC7rwbXV4DhpEAsZhYXDs1305OjmDgjGC0thINbb0197idy3Pp+B6w7u426SUM43GAP7qw==";
+ url = "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.34.0.tgz";
+ sha512 = "xk5CMbwoQVI53rTq9o/iMojAqXP5NT4/+TMeTP4uXWDIH18pB9AXgO5Olqt0RXuf3jH032DA4DS4qzem6XdXAw==";
};
};
- "swagger-ui-dist-3.35.2" = {
+ "swagger-ui-dist-3.37.2" = {
name = "swagger-ui-dist";
packageName = "swagger-ui-dist";
- version = "3.35.2";
+ version = "3.37.2";
src = fetchurl {
- url = "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.35.2.tgz";
- sha512 = "19oRW6ZVCTY7JnaMFnIUoxkqI+xhBOGzSFVQTMLDB9KTNASP82v/0SkNpY2T4zbjwZF2Y5bcty9E6rhLGAj0Gg==";
+ url = "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.37.2.tgz";
+ sha512 = "XIT4asxgeL4GUNPPsqpEqLt20M/u6OhFYqTh42IoEAvAyv5e9EGw5uhP9dLAD10opcMYqdkJ5qU+MpN2HZ5xyA==";
};
};
- "swagger2openapi-5.4.0" = {
+ "swagger2openapi-6.2.3" = {
name = "swagger2openapi";
packageName = "swagger2openapi";
- version = "5.4.0";
+ version = "6.2.3";
src = fetchurl {
- url = "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-5.4.0.tgz";
- sha512 = "f5QqfXawiVijhjMtYqWZ55ESHPZFqrPC8L9idhIiuSX8O2qsa1i4MVGtCM3TQF+Smzr/6WfT/7zBuzG3aTgPAA==";
+ url = "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-6.2.3.tgz";
+ sha512 = "cUUktzLpK69UwpMbcTzjMw2ns9RZChfxh56AHv6+hTx3StPOX2foZjPgds3HlJcINbxosYYBn/D3cG8nwcCWwQ==";
};
};
- "swagger2openapi-7.0.3" = {
+ "swagger2openapi-7.0.4" = {
name = "swagger2openapi";
packageName = "swagger2openapi";
- version = "7.0.3";
+ version = "7.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-7.0.3.tgz";
- sha512 = "JSFUmXSR7Qx9WwSKCEqaL4oQfhLLCU2r8Zgf30g15FdSkihItZ6fKFnqSsfqQ6MsmnLlcBf8+OhnQHbi1R0ydg==";
+ url = "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-7.0.4.tgz";
+ sha512 = "MGzJU44XSXHKxvtx/NbBnP3z5s1KzN5xhqIBERoZEKfRiZ56lNUo5TGOv0dJ8n7JGeheCeU0CydfvbSOh+DaXg==";
};
};
"sway-1.0.0" = {
@@ -49810,6 +51603,15 @@ let
sha512 = "9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==";
};
};
+ "sync-fetch-0.3.0" = {
+ name = "sync-fetch";
+ packageName = "sync-fetch";
+ version = "0.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.3.0.tgz";
+ sha512 = "dJp4qg+x4JwSEW1HibAuMi0IIrBI3wuQr2GimmqB7OXR50wmwzfdusG+p39R9w3R6aFtZ2mzvxvWKQ3Bd/vx3g==";
+ };
+ };
"syntax-error-1.4.0" = {
name = "syntax-error";
packageName = "syntax-error";
@@ -49819,13 +51621,13 @@ let
sha512 = "YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==";
};
};
- "systeminformation-4.27.10" = {
+ "systeminformation-4.30.11" = {
name = "systeminformation";
packageName = "systeminformation";
- version = "4.27.10";
+ version = "4.30.11";
src = fetchurl {
- url = "https://registry.npmjs.org/systeminformation/-/systeminformation-4.27.10.tgz";
- sha512 = "qXuJaa+3A1bLkFNr/rn3H9Uw8UGodSbq+1QjxDbXua9iexfw4UIdAZZTyu9kE5OkXG1Lt6u0z4aZfxYRVL68EA==";
+ url = "https://registry.npmjs.org/systeminformation/-/systeminformation-4.30.11.tgz";
+ sha512 = "dR2OJMvyBeF+VZ36851O7oQEUFdNtux3xFI+xAFbWg5J/mh5lQOBiceHTkYOyvGf++mMIKgpeAmYnKy+cyWIdw==";
};
};
"syswide-cas-5.3.0" = {
@@ -49873,13 +51675,13 @@ let
sha512 = "wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==";
};
};
- "table-6.0.3" = {
+ "table-6.0.4" = {
name = "table";
packageName = "table";
- version = "6.0.3";
+ version = "6.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/table/-/table-6.0.3.tgz";
- sha512 = "8321ZMcf1B9HvVX/btKv8mMZahCjn2aYrDlpqHaBFCfnox64edeH9kEid0vTLTRR8gWR2A20aDgeuTTea4sVtw==";
+ url = "https://registry.npmjs.org/table/-/table-6.0.4.tgz";
+ sha512 = "sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==";
};
};
"table-layout-0.4.5" = {
@@ -49982,13 +51784,13 @@ let
sha512 = "4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==";
};
};
- "tapable-2.0.0" = {
+ "tapable-2.2.0" = {
name = "tapable";
packageName = "tapable";
- version = "2.0.0";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/tapable/-/tapable-2.0.0.tgz";
- sha512 = "bjzn0C0RWoffnNdTzNi7rNDhs1Zlwk2tRXgk8EiHKAOX1Mag3d6T0Y5zNa7l9CJ+EoUne/0UHdwS8tMbkh9zDg==";
+ url = "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz";
+ sha512 = "FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==";
};
};
"tape-2.3.3" = {
@@ -50045,15 +51847,6 @@ let
sha512 = "tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg==";
};
};
- "tar-5.0.5" = {
- name = "tar";
- packageName = "tar";
- version = "5.0.5";
- src = fetchurl {
- url = "https://registry.npmjs.org/tar/-/tar-5.0.5.tgz";
- sha512 = "MNIgJddrV2TkuwChwcSNds/5E9VijOiw7kAc1y5hTNJoLDSuIyid2QtLYiCYNnICebpuvjhPQZsXwUL0O3l7OQ==";
- };
- };
"tar-6.0.5" = {
name = "tar";
packageName = "tar";
@@ -50072,13 +51865,13 @@ let
sha512 = "NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==";
};
};
- "tar-fs-2.1.0" = {
+ "tar-fs-2.1.1" = {
name = "tar-fs";
packageName = "tar-fs";
- version = "2.1.0";
+ version = "2.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.0.tgz";
- sha512 = "9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==";
+ url = "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz";
+ sha512 = "V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==";
};
};
"tar-pack-3.4.1" = {
@@ -50135,6 +51928,15 @@ let
sha1 = "9450e8768c83b416fd4d1a6a9449eeccbf496c29";
};
};
+ "tdigest-0.1.1" = {
+ name = "tdigest";
+ packageName = "tdigest";
+ version = "0.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/tdigest/-/tdigest-0.1.1.tgz";
+ sha1 = "2e3cb2c39ea449e55d1e6cd91117accca4588021";
+ };
+ };
"telegraf-3.38.0" = {
name = "telegraf";
packageName = "telegraf";
@@ -50180,22 +51982,22 @@ let
sha512 = "s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==";
};
};
- "temp-0.9.0" = {
+ "temp-0.9.1" = {
name = "temp";
packageName = "temp";
- version = "0.9.0";
+ version = "0.9.1";
src = fetchurl {
- url = "https://registry.npmjs.org/temp/-/temp-0.9.0.tgz";
- sha512 = "YfUhPQCJoNQE5N+FJQcdPz63O3x3sdT4Xju69Gj4iZe0lBKOtnAMi0SLj9xKhGkcGhsxThvTJ/usxtFPo438zQ==";
+ url = "https://registry.npmjs.org/temp/-/temp-0.9.1.tgz";
+ sha512 = "WMuOgiua1xb5R56lE0eH6ivpVmg/lq2OHm4+LtT/xtEtPQ+sz6N3bBM6WZ5FvO1lO4IKIOb43qnhoc4qxP5OeA==";
};
};
- "temp-0.9.1" = {
+ "temp-0.9.4" = {
name = "temp";
packageName = "temp";
- version = "0.9.1";
+ version = "0.9.4";
src = fetchurl {
- url = "https://registry.npmjs.org/temp/-/temp-0.9.1.tgz";
- sha512 = "WMuOgiua1xb5R56lE0eH6ivpVmg/lq2OHm4+LtT/xtEtPQ+sz6N3bBM6WZ5FvO1lO4IKIOb43qnhoc4qxP5OeA==";
+ url = "https://registry.npmjs.org/temp/-/temp-0.9.4.tgz";
+ sha512 = "yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==";
};
};
"temp-dir-1.0.0" = {
@@ -50279,22 +52081,22 @@ let
sha1 = "458b83887f288fc56d6fffbfad262e26638efa69";
};
};
- "term-size-2.2.0" = {
+ "term-size-2.2.1" = {
name = "term-size";
packageName = "term-size";
- version = "2.2.0";
+ version = "2.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz";
- sha512 = "a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==";
+ url = "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz";
+ sha512 = "wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==";
};
};
- "terminal-kit-1.43.0" = {
+ "terminal-kit-1.44.0" = {
name = "terminal-kit";
packageName = "terminal-kit";
- version = "1.43.0";
+ version = "1.44.0";
src = fetchurl {
- url = "https://registry.npmjs.org/terminal-kit/-/terminal-kit-1.43.0.tgz";
- sha512 = "OuPvQzx6oxr3oE2Y78NgRy0TetmurGa/vshYV02Kd6XDWctHO/sHpjnLe3Jhi8FrUkL0XAZMGlxjLeDtRFL4wg==";
+ url = "https://registry.npmjs.org/terminal-kit/-/terminal-kit-1.44.0.tgz";
+ sha512 = "f9RLSA1a1ahx/40NwQ1FoGWz/el7no9RiGX4wMUirmqxJZjwZ09pMZWFWzlHb1yIfk9SnfRD9esGfofu5fF35A==";
};
};
"terminal-link-2.1.1" = {
@@ -50324,13 +52126,13 @@ let
sha512 = "EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==";
};
};
- "terser-5.3.5" = {
+ "terser-5.5.1" = {
name = "terser";
packageName = "terser";
- version = "5.3.5";
+ version = "5.5.1";
src = fetchurl {
- url = "https://registry.npmjs.org/terser/-/terser-5.3.5.tgz";
- sha512 = "Qw3CZAMmmfU824AoGKalx+riwocSI5Cs0PoGp9RdSLfmxkmJgyBxqLBP/isDNtFyhHnitikvRMZzyVgeq+U+Tg==";
+ url = "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz";
+ sha512 = "6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==";
};
};
"terser-webpack-plugin-1.4.5" = {
@@ -50342,31 +52144,31 @@ let
sha512 = "04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==";
};
};
- "terser-webpack-plugin-3.0.7" = {
+ "terser-webpack-plugin-3.1.0" = {
name = "terser-webpack-plugin";
packageName = "terser-webpack-plugin";
- version = "3.0.7";
+ version = "3.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-3.0.7.tgz";
- sha512 = "5JqibUOctE6Ou4T00IVGYTQJBOhu24jz0PpqYeitQJJ3hlZY2ZKSwzzuqjmBH8MzbdWMgIefpmHwTkvwm6Q4CQ==";
+ url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz";
+ sha512 = "cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA==";
};
};
- "terser-webpack-plugin-3.1.0" = {
+ "terser-webpack-plugin-4.2.2" = {
name = "terser-webpack-plugin";
packageName = "terser-webpack-plugin";
- version = "3.1.0";
+ version = "4.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz";
- sha512 = "cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA==";
+ url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-4.2.2.tgz";
+ sha512 = "3qAQpykRTD5DReLu5/cwpsg7EZFzP3Q0Hp2XUWJUw2mpq2jfgOKTZr8IZKKnNieRVVo1UauROTdhbQJZveGKtQ==";
};
};
- "terser-webpack-plugin-5.0.0" = {
+ "terser-webpack-plugin-5.0.3" = {
name = "terser-webpack-plugin";
packageName = "terser-webpack-plugin";
- version = "5.0.0";
+ version = "5.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.0.0.tgz";
- sha512 = "rf7l5a9xamIVX3enQeTl0MY2MNeZClo5yPX/tVPy22oY0nzu0b45h7JqyFi/bygqKWtzXMnml0u12mArhQPsBQ==";
+ url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.0.3.tgz";
+ sha512 = "zFdGk8Lh9ZJGPxxPE6jwysOlATWB8GMW8HcfGULWA/nPal+3VdATflQvSBSLQJRCmYZnfFJl6vkRTiwJGNgPiQ==";
};
};
"test-exclude-6.0.0" = {
@@ -50495,6 +52297,15 @@ let
sha512 = "4YZvR4DPEI41n4Opwr4jmrLGG4hndxr7387kzRFIIzxHQjarPusH4lGXrugvgb7TtPrfZVTpZCVe44/xUxowEw==";
};
};
+ "throat-5.0.0" = {
+ name = "throat";
+ packageName = "throat";
+ version = "5.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz";
+ sha512 = "fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==";
+ };
+ };
"throttle-1.0.3" = {
name = "throttle";
packageName = "throttle";
@@ -50720,13 +52531,13 @@ let
sha1 = "c9c58b575be8407375cb5e2462dacee74359f41d";
};
};
- "timers-browserify-2.0.11" = {
+ "timers-browserify-2.0.12" = {
name = "timers-browserify";
packageName = "timers-browserify";
- version = "2.0.11";
+ version = "2.0.12";
src = fetchurl {
- url = "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz";
- sha512 = "60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==";
+ url = "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz";
+ sha512 = "9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==";
};
};
"timers-ext-0.1.7" = {
@@ -50774,6 +52585,15 @@ let
sha512 = "pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==";
};
};
+ "tiny-secp256k1-1.1.6" = {
+ name = "tiny-secp256k1";
+ packageName = "tiny-secp256k1";
+ version = "1.1.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/tiny-secp256k1/-/tiny-secp256k1-1.1.6.tgz";
+ sha512 = "FmqJZGduTyvsr2cF3375fqGHUovSwDi/QytexX1Se4BPuPZpTE5Ftp5fg+EFSuEf3lhZqgCRjEG3ydUQ/aNiwA==";
+ };
+ };
"tinycolor-0.0.1" = {
name = "tinycolor";
packageName = "tinycolor";
@@ -51188,13 +53008,13 @@ let
sha512 = "605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==";
};
};
- "topsort-0.0.2" = {
- name = "topsort";
- packageName = "topsort";
- version = "0.0.2";
+ "toposort-2.0.2" = {
+ name = "toposort";
+ packageName = "toposort";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/topsort/-/topsort-0.0.2.tgz";
- sha1 = "2e5e0ee8a1439417f101d5b9b2d035e620263321";
+ url = "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz";
+ sha1 = "ae21768175d1559d48bef35420b2f4962f09c330";
};
};
"torrent-discovery-5.4.0" = {
@@ -51206,13 +53026,13 @@ let
sha1 = "2d17d82cf669ada7f9dfe75db4b31f7034b71e29";
};
};
- "torrent-discovery-9.3.0" = {
+ "torrent-discovery-9.4.0" = {
name = "torrent-discovery";
packageName = "torrent-discovery";
- version = "9.3.0";
+ version = "9.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/torrent-discovery/-/torrent-discovery-9.3.0.tgz";
- sha512 = "rdOfm+o6d+E+nRjeYiCzXGrM9ou7spkZpxu9xhnfKoTJgtWpSYEHXO4BT9hwVF1uoUpm+hOwNnwgkSfBZNMh7g==";
+ url = "https://registry.npmjs.org/torrent-discovery/-/torrent-discovery-9.4.0.tgz";
+ sha512 = "+YW9JGbO5bCuDw9YYW//p4iVLV0aP4C+AYrNQjL/+dSNPUtD1ufK1V8UZERt6rIoeNGhutkSVyeO4Fid9Tjxjg==";
};
};
"torrent-piece-1.1.2" = {
@@ -51233,13 +53053,13 @@ let
sha512 = "H/Z/yCuvZJj1vl1IQHI8dvF2QrUuXRJoptT5DW5967/dsLpXlCg+uyhFR5lfNj5mNaYePUbKtnL+qKWZGXv4Nw==";
};
};
- "torrent-stream-1.2.0" = {
+ "torrent-stream-1.2.1" = {
name = "torrent-stream";
packageName = "torrent-stream";
- version = "1.2.0";
+ version = "1.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/torrent-stream/-/torrent-stream-1.2.0.tgz";
- sha512 = "piQP9/wrXRYvEUAsmdu+fy2D2WPwU7BcsflTnKLsZsrUDBT/Y1INhuYU7Fw9PqEm+RF7QAa2gD8nMmvfb7QomA==";
+ url = "https://registry.npmjs.org/torrent-stream/-/torrent-stream-1.2.1.tgz";
+ sha512 = "F+3tYmXnpO2gyhZQ7o8yakELJH3FtKISI/FU0iWvchOWFUXiFnjbEBoumSzfcK1P71Qxzx2az4lVK4Dkq4KSew==";
};
};
"tosource-1.0.0" = {
@@ -51458,13 +53278,13 @@ let
sha1 = "e3646a2ea4e891312bf7eace6cfb05380bc01c21";
};
};
- "trim-trailing-lines-1.1.3" = {
+ "trim-trailing-lines-1.1.4" = {
name = "trim-trailing-lines";
packageName = "trim-trailing-lines";
- version = "1.1.3";
+ version = "1.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz";
- sha512 = "4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA==";
+ url = "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz";
+ sha512 = "rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==";
};
};
"triple-beam-1.3.0" = {
@@ -51503,6 +53323,15 @@ let
sha1 = "405923909592d56f78a5818434b0b78489ca5f2b";
};
};
+ "try-catch-2.0.1" = {
+ name = "try-catch";
+ packageName = "try-catch";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/try-catch/-/try-catch-2.0.1.tgz";
+ sha512 = "LsOrmObN/2WdM+y2xG+t16vhYrQsnV8wftXIcIOWZhQcBJvKGYuamJGwnU98A7Jxs2oZNkJztXlphEOoA0DWqg==";
+ };
+ };
"try-resolve-1.0.1" = {
name = "try-resolve";
packageName = "try-resolve";
@@ -51512,6 +53341,15 @@ let
sha1 = "cfde6fabd72d63e5797cfaab873abbe8e700e912";
};
};
+ "try-to-catch-1.1.1" = {
+ name = "try-to-catch";
+ packageName = "try-to-catch";
+ version = "1.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/try-to-catch/-/try-to-catch-1.1.1.tgz";
+ sha512 = "ikUlS+/BcImLhNYyIgZcEmq4byc31QpC+46/6Jm5ECWkVFhf8SM2Fp/0pMVXPX6vk45SMCwrP4Taxucne8I0VA==";
+ };
+ };
"ts-invariant-0.3.3" = {
name = "ts-invariant";
packageName = "ts-invariant";
@@ -51539,13 +53377,13 @@ let
sha512 = "HDo5kXZCBml3EUPcc7RlZOV/JGlLHwppTLEHb3SHnr5V7NXD4klMEkrhJe5wgRbaWsSXi+Y1SIBN/K9B6zWGWQ==";
};
};
- "ts-loader-8.0.1" = {
+ "ts-loader-8.0.4" = {
name = "ts-loader";
packageName = "ts-loader";
- version = "8.0.1";
+ version = "8.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.1.tgz";
- sha512 = "I9Nmly0ufJoZRMuAT9d5ijsC2B7oSPvUnOJt/GhgoATlPGYfa17VicDKPcqwUCrHpOkCxr/ybLYwbnS4cOxmvQ==";
+ url = "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.4.tgz";
+ sha512 = "5u8KF1SW8eCUb/Ff7At81e3wznPmT/27fvaGRO9CziVy+6NlPVRvrzSox4OwU0/e6OflOUB32Err4VquysCSAQ==";
};
};
"ts-log-2.2.3" = {
@@ -51656,13 +53494,13 @@ let
sha512 = "EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==";
};
};
- "tslint-6.1.2" = {
+ "tslint-6.1.3" = {
name = "tslint";
packageName = "tslint";
- version = "6.1.2";
+ version = "6.1.3";
src = fetchurl {
- url = "https://registry.npmjs.org/tslint/-/tslint-6.1.2.tgz";
- sha512 = "UyNrLdK3E0fQG/xWNqAFAC5ugtFyPO4JJR1KyyfQAyzR8W0fTRrC91A8Wej4BntFzcvETdCSDa/4PnNYJQLYiA==";
+ url = "https://registry.npmjs.org/tslint/-/tslint-6.1.3.tgz";
+ sha512 = "IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==";
};
};
"tsscmp-1.0.6" = {
@@ -51836,13 +53674,13 @@ let
sha1 = "b75bc2df15649bb84e8b9aa3c0669c6c4bce0d25";
};
};
- "twig-1.15.2" = {
+ "twig-1.15.4" = {
name = "twig";
packageName = "twig";
- version = "1.15.2";
+ version = "1.15.4";
src = fetchurl {
- url = "https://registry.npmjs.org/twig/-/twig-1.15.2.tgz";
- sha512 = "n7w76E8gzguhcLyKcjlT3sYWGdBTgZY2DO/frcbZ5Fk7LwMRoTathvWMFxZyJ2HYRJ+rEzccw6nu3fsy7ceGGQ==";
+ url = "https://registry.npmjs.org/twig/-/twig-1.15.4.tgz";
+ sha512 = "gRpGrpdf+MswqF6eSjEdYZTa/jt3ZWHK/NU59IbTYJMBQXJ1W+7IxaGEwLkQjd+mNT15j9sQTzQumxUBkuQueQ==";
};
};
"twitter-1.7.1" = {
@@ -51908,15 +53746,6 @@ let
sha512 = "0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==";
};
};
- "type-fest-0.10.0" = {
- name = "type-fest";
- packageName = "type-fest";
- version = "0.10.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz";
- sha512 = "EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==";
- };
- };
"type-fest-0.11.0" = {
name = "type-fest";
packageName = "type-fest";
@@ -51962,6 +53791,15 @@ let
sha512 = "eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==";
};
};
+ "type-fest-0.18.1" = {
+ name = "type-fest";
+ packageName = "type-fest";
+ version = "0.18.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz";
+ sha512 = "OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==";
+ };
+ };
"type-fest-0.3.1" = {
name = "type-fest";
packageName = "type-fest";
@@ -52043,6 +53881,15 @@ let
sha512 = "zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==";
};
};
+ "typeforce-1.18.0" = {
+ name = "typeforce";
+ packageName = "typeforce";
+ version = "1.18.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/typeforce/-/typeforce-1.18.0.tgz";
+ sha512 = "7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g==";
+ };
+ };
"typescript-2.9.2" = {
name = "typescript";
packageName = "typescript";
@@ -52079,6 +53926,24 @@ let
sha512 = "tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==";
};
};
+ "typescript-4.0.5" = {
+ name = "typescript";
+ packageName = "typescript";
+ version = "4.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz";
+ sha512 = "ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==";
+ };
+ };
+ "typescript-4.1.2" = {
+ name = "typescript";
+ packageName = "typescript";
+ version = "4.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz";
+ sha512 = "thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==";
+ };
+ };
"typescript-eslint-parser-16.0.1" = {
name = "typescript-eslint-parser";
packageName = "typescript-eslint-parser";
@@ -52133,13 +53998,13 @@ let
sha512 = "dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==";
};
};
- "typo-geom-0.8.4" = {
+ "typo-geom-0.11.0" = {
name = "typo-geom";
packageName = "typo-geom";
- version = "0.8.4";
+ version = "0.11.0";
src = fetchurl {
- url = "https://registry.npmjs.org/typo-geom/-/typo-geom-0.8.4.tgz";
- sha512 = "n0P1RQidLnjLI2iSUDENiugkABaR+tr/kSIpl040XLKmrfsBZ/weS1OvQ9Mq98CsJlcJDemKdPqldoyYSsVgmQ==";
+ url = "https://registry.npmjs.org/typo-geom/-/typo-geom-0.11.0.tgz";
+ sha512 = "0f7MjfJdUOYCLfUpVegTIukkWd1nkvN6CX6oXF8hcx9Hu04qhQfTC+gOffH8bhSjsSiLhIy7aRuzgIAj4UdyyQ==";
};
};
"ua-parser-js-0.7.21" = {
@@ -52178,13 +54043,22 @@ let
sha1 = "29c5733148057bb4e1f75df35b7a9cb72e6a59dd";
};
};
- "uglify-js-3.11.2" = {
+ "uglify-js-3.11.6" = {
+ name = "uglify-js";
+ packageName = "uglify-js";
+ version = "3.11.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.6.tgz";
+ sha512 = "oASI1FOJ7BBFkSCNDZ446EgkSuHkOZBuqRFrwXIKWCoXw8ZXQETooTQjkAcBS03Acab7ubCKsXnwuV2svy061g==";
+ };
+ };
+ "uglify-js-3.12.1" = {
name = "uglify-js";
packageName = "uglify-js";
- version = "3.11.2";
+ version = "3.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.2.tgz";
- sha512 = "G440NU6fewtnQftSgqRV1r2A5ChKbU1gqFCJ7I8S7MPpY/eZZfLGefaY6gUZYiWebMaO+txgiQ1ZyLDuNWJulg==";
+ url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.1.tgz";
+ sha512 = "o8lHP20KjIiQe5b/67Rh68xEGRrc2SRsCuuoYclXXoC74AfSRGblU1HKzJWH3HxPZ+Ort85fWHpSX7KwBUC9CQ==";
};
};
"uglify-js-3.4.10" = {
@@ -52205,6 +54079,15 @@ let
sha1 = "6e0924d6bda6b5afe349e39a6d632850a0f882b7";
};
};
+ "uglifycss-0.0.29" = {
+ name = "uglifycss";
+ packageName = "uglifycss";
+ version = "0.0.29";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/uglifycss/-/uglifycss-0.0.29.tgz";
+ sha512 = "J2SQ2QLjiknNGbNdScaNZsXgmMGI0kYNrXaDlr4obnPW9ni1jljb1NeEVWAiTgZ8z+EBWP2ozfT9vpy03rjlMQ==";
+ };
+ };
"uid-0.0.2" = {
name = "uid";
packageName = "uid";
@@ -52304,6 +54187,15 @@ let
sha512 = "4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==";
};
};
+ "unbound-0.4.3" = {
+ name = "unbound";
+ packageName = "unbound";
+ version = "0.4.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/unbound/-/unbound-0.4.3.tgz";
+ sha512 = "2ISqZLXtzp1l9f1V8Yr6S+zuhXxEwE1CjKHjXULFDHJcfhc9Gm3mn19hdPp4rlNGEdCivKYGKjYe3WRGnafYdA==";
+ };
+ };
"unbzip2-stream-1.4.3" = {
name = "unbzip2-stream";
packageName = "unbzip2-stream";
@@ -52358,13 +54250,13 @@ let
sha512 = "N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==";
};
};
- "underscore-1.11.0" = {
+ "underscore-1.12.0" = {
name = "underscore";
packageName = "underscore";
- version = "1.11.0";
+ version = "1.12.0";
src = fetchurl {
- url = "https://registry.npmjs.org/underscore/-/underscore-1.11.0.tgz";
- sha512 = "xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw==";
+ url = "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz";
+ sha512 = "21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ==";
};
};
"underscore-1.2.1" = {
@@ -52448,15 +54340,6 @@ let
sha512 = "Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==";
};
};
- "unicode-13.0.0-0.8.0" = {
- name = "unicode-13.0.0";
- packageName = "unicode-13.0.0";
- version = "0.8.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/unicode-13.0.0/-/unicode-13.0.0-0.8.0.tgz";
- sha512 = "Ekct2eo5hBIp/29ERCj1ABIBNnrFOAisNHFv8l2KksHJg4PurIN/nGPFItaIpBJHVzlBYuJaVx/bAvmJnFFL/w==";
- };
- };
"unicode-canonical-property-names-ecmascript-1.0.4" = {
name = "unicode-canonical-property-names-ecmascript";
packageName = "unicode-canonical-property-names-ecmascript";
@@ -52529,15 +54412,6 @@ let
sha1 = "14bc6cd40d98ffff75b405506bad873ecbbac3ba";
};
};
- "unified-4.2.1" = {
- name = "unified";
- packageName = "unified";
- version = "4.2.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/unified/-/unified-4.2.1.tgz";
- sha1 = "76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e";
- };
- };
"unified-6.2.0" = {
name = "unified";
packageName = "unified";
@@ -52700,13 +54574,13 @@ let
sha1 = "e2f7876828903a6a9308e362051f86b14f35b545";
};
};
- "unist-util-find-1.0.1" = {
+ "unist-util-find-1.0.2" = {
name = "unist-util-find";
packageName = "unist-util-find";
- version = "1.0.1";
+ version = "1.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/unist-util-find/-/unist-util-find-1.0.1.tgz";
- sha1 = "1062bbb6928c7a97c6adc89b53745d4c46c222a2";
+ url = "https://registry.npmjs.org/unist-util-find/-/unist-util-find-1.0.2.tgz";
+ sha512 = "ft06UDYzqi9o9RmGP0sZWI/zvLLQiBW2/MD+rW6mDqbOWDcmknGX9orQPspfuGRYWr8eSJAmfsBcvOpfGRJseA==";
};
};
"unist-util-find-all-after-1.0.5" = {
@@ -52718,13 +54592,13 @@ let
sha512 = "lWgIc3rrTMTlK1Y0hEuL+k+ApzFk78h+lsaa2gHf63Gp5Ww+mt11huDniuaoq1H+XMK2lIIjjPkncxXcDp3QDw==";
};
};
- "unist-util-find-all-after-3.0.1" = {
+ "unist-util-find-all-after-3.0.2" = {
name = "unist-util-find-all-after";
packageName = "unist-util-find-all-after";
- version = "3.0.1";
+ version = "3.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.1.tgz";
- sha512 = "0GICgc++sRJesLwEYDjFVJPJttBpVQaTNgc6Jw0Jhzvfs+jtKePEMu+uD+PqkRUrAvGQqwhpDwLGWo1PK8PDEw==";
+ url = "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz";
+ sha512 = "xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==";
};
};
"unist-util-inspect-4.1.4" = {
@@ -52772,13 +54646,13 @@ let
sha512 = "sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==";
};
};
- "unist-util-is-4.0.2" = {
+ "unist-util-is-4.0.4" = {
name = "unist-util-is";
packageName = "unist-util-is";
- version = "4.0.2";
+ version = "4.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz";
- sha512 = "Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==";
+ url = "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.4.tgz";
+ sha512 = "3dF39j/u423v4BBQrk1AQ2Ve1FxY5W3JKwXxVFzBODQ6WEvccguhgp802qQLKSnxPODE6WuRZtV+ohlUg4meBA==";
};
};
"unist-util-map-1.0.5" = {
@@ -52889,13 +54763,13 @@ let
sha512 = "DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==";
};
};
- "unist-util-visit-parents-3.1.0" = {
+ "unist-util-visit-parents-3.1.1" = {
name = "unist-util-visit-parents";
packageName = "unist-util-visit-parents";
- version = "3.1.0";
+ version = "3.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.0.tgz";
- sha512 = "0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw==";
+ url = "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz";
+ sha512 = "1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==";
};
};
"universal-analytics-0.4.23" = {
@@ -52952,6 +54826,15 @@ let
sha512 = "rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==";
};
};
+ "universalify-2.0.0" = {
+ name = "universalify";
+ packageName = "universalify";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz";
+ sha512 = "hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==";
+ };
+ };
"unix-crypt-td-js-1.1.4" = {
name = "unix-crypt-td-js";
packageName = "unix-crypt-td-js";
@@ -53114,6 +54997,24 @@ let
sha512 = "aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==";
};
};
+ "upath-2.0.0" = {
+ name = "upath";
+ packageName = "upath";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/upath/-/upath-2.0.0.tgz";
+ sha512 = "ghi1XxsVYPOZPDsOZrfOJIwQU5I3JVYB3Q6IbBGn1KFeOa89i0nUy5tCEkY9pVm83U83qZ1QG40RQKGknllV4w==";
+ };
+ };
+ "upath-2.0.1" = {
+ name = "upath";
+ packageName = "upath";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz";
+ sha512 = "1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==";
+ };
+ };
"update-check-1.5.2" = {
name = "update-check";
packageName = "update-check";
@@ -53177,6 +55078,15 @@ let
sha512 = "8tqsiVrMv7aZsKNSjqA6DdBLKJpZG1hRpkj1RbOJu1PgyP69OX+EInAnP1EK/ShX5YdPFgwWdk19oquZ0HTM8g==";
};
};
+ "update-notifier-5.0.1" = {
+ name = "update-notifier";
+ packageName = "update-notifier";
+ version = "5.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/update-notifier/-/update-notifier-5.0.1.tgz";
+ sha512 = "BuVpRdlwxeIOvmc32AGYvO1KVdPlsmqSh8KDDBxS6kDE5VR7R8OMP1d8MdhaVBvxl4H3551k9akXr0Y1iIB2Wg==";
+ };
+ };
"upnp-device-client-1.0.2" = {
name = "upnp-device-client";
packageName = "upnp-device-client";
@@ -53204,13 +55114,13 @@ let
sha1 = "f6b4501c2ec4cdd26ba78be7222961de77621598";
};
};
- "upper-case-2.0.1" = {
+ "upper-case-2.0.2" = {
name = "upper-case";
packageName = "upper-case";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/upper-case/-/upper-case-2.0.1.tgz";
- sha512 = "laAsbea9SY5osxrv7S99vH9xAaJKrw5Qpdh4ENRLcaxipjKsiaBwiAsxfa8X5mObKNTQPsupSq0J/VIxsSJe3A==";
+ url = "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz";
+ sha512 = "KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==";
};
};
"upper-case-first-1.1.2" = {
@@ -53222,13 +55132,13 @@ let
sha1 = "5d79bedcff14419518fd2edb0a0507c9b6859115";
};
};
- "upper-case-first-2.0.1" = {
+ "upper-case-first-2.0.2" = {
name = "upper-case-first";
packageName = "upper-case-first";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.1.tgz";
- sha512 = "105J8XqQ+9RxW3l9gHZtgve5oaiR9TIwvmZAMAIZWRHe00T21cdvewKORTlOJf/zXW6VukuTshM+HXZNWz7N5w==";
+ url = "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz";
+ sha512 = "514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==";
};
};
"uri-js-3.0.2" = {
@@ -53267,6 +55177,15 @@ let
sha1 = "da937f7a62e21fec1fd18d49b35c2935067a6c72";
};
};
+ "urkel-0.6.3" = {
+ name = "urkel";
+ packageName = "urkel";
+ version = "0.6.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/urkel/-/urkel-0.6.3.tgz";
+ sha512 = "aY/u3cpCRRwa3XjUGG8DcLcQJSNmQ0+qXDeT0igDytKhrK+yiusZ7mYdPRzmtbQ2CPozHhwsmVxCVBkPBp9jDQ==";
+ };
+ };
"url-0.10.3" = {
name = "url";
packageName = "url";
@@ -53366,6 +55285,15 @@ let
sha1 = "16b5cafc07dbe3676c1b1999177823d6503acb0c";
};
};
+ "url-template-2.0.8" = {
+ name = "url-template";
+ packageName = "url-template";
+ version = "2.0.8";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz";
+ sha1 = "fc565a3cccbff7730c775f5641f9555791439f21";
+ };
+ };
"url-to-options-1.0.1" = {
name = "url-to-options";
packageName = "url-to-options";
@@ -53375,13 +55303,13 @@ let
sha1 = "1505a03a289a48cbd7a434efbaeec5055f5633a9";
};
};
- "url-toolkit-2.2.0" = {
+ "url-toolkit-2.2.1" = {
name = "url-toolkit";
packageName = "url-toolkit";
- version = "2.2.0";
+ version = "2.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.0.tgz";
- sha512 = "Rde0c9S4fJK3FaHim3DSgdQ8IFrSXcZCpAJo9T7/FA+BoQGhK0ow3mpwGQLJCPYsNn6TstpW7/7DzMpSpz9F9w==";
+ url = "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.1.tgz";
+ sha512 = "8+DzgrtDZYZGhHaAop5WGVghMdCfOLGbhcArsJD0qDll71FXa7EeKxi2hilPIscn2nwMz4PRjML32Sz4JTN0Xw==";
};
};
"urlencode-1.1.0" = {
@@ -53420,13 +55348,23 @@ let
sha1 = "9c70bfd8169bc1dcbf48604e0f04b8b49cde9e9f";
};
};
- "ut_metadata-3.5.1" = {
+ "uslug-git+https://github.com/laurent22/uslug.git#emoji-support" = {
+ name = "uslug";
+ packageName = "uslug";
+ version = "1.0.4";
+ src = fetchgit {
+ url = "https://github.com/laurent22/uslug.git";
+ rev = "ba2834d79beb0435318709958b2f5e817d96674d";
+ sha256 = "e23c172456a8fa0af48dba3f89ca0d525dd870408f7bd6ad1d776cdbe13f0489";
+ };
+ };
+ "ut_metadata-3.5.2" = {
name = "ut_metadata";
packageName = "ut_metadata";
- version = "3.5.1";
+ version = "3.5.2";
src = fetchurl {
- url = "https://registry.npmjs.org/ut_metadata/-/ut_metadata-3.5.1.tgz";
- sha512 = "D98YM9dKGHzNFUuqLHLV1vXqbHNfyvTx/rADtvF9P6D1HYV/0JuArlpnQIHhOuWXQGUVyR5XJGRVLKbeNu0o5A==";
+ url = "https://registry.npmjs.org/ut_metadata/-/ut_metadata-3.5.2.tgz";
+ sha512 = "3XZZuJSeoIUyMYSuDbTbVtP4KAVGHPfU8nmHFkr8LJc+THCaUXwnu/2AV+LCSLarET/hL9IlbNfYTGrt6fOVuQ==";
};
};
"ut_pex-2.0.1" = {
@@ -53447,13 +55385,13 @@ let
sha1 = "8bb871a4741e085c70487ca7acdbd7d6d36029eb";
};
};
- "utf-8-validate-5.0.2" = {
+ "utf-8-validate-5.0.3" = {
name = "utf-8-validate";
packageName = "utf-8-validate";
- version = "5.0.2";
+ version = "5.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.2.tgz";
- sha512 = "SwV++i2gTD5qh2XqaPzBnNX88N6HdyhQrNNRykvcS0QKvItV9u3vPEJr+X5Hhfb1JC0r0e1alL0iB09rY8+nmw==";
+ url = "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.3.tgz";
+ sha512 = "jtJM6fpGv8C1SoH4PtG22pGto6x+Y8uPprW0tw3//gGFhDDTiuksgradgFN6yRayDP4SyZZa6ZMGHLIa17+M8A==";
};
};
"utf7-1.0.2" = {
@@ -53636,13 +55574,13 @@ let
sha512 = "vRAKaS8WcYNgzbxyH2LdheqgL4sQLis8LXl7r/mN+O4mpWlUpoCsTtietxepLrft2q0TFA2gaIvSWN1iRkzW/w==";
};
};
- "utp-native-2.2.1" = {
+ "utp-native-2.2.2" = {
name = "utp-native";
packageName = "utp-native";
- version = "2.2.1";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/utp-native/-/utp-native-2.2.1.tgz";
- sha512 = "7GvD4gjGyL1GaNtZAaBVHn8SeWgx9/xIVE1LufMR0m2pWUs1EVx5WiOCXrCHyt7e15+5SquBMoQfj888pJySxA==";
+ url = "https://registry.npmjs.org/utp-native/-/utp-native-2.2.2.tgz";
+ sha512 = "xwn5neM3aKgRCNYaiENRf2pwPa2G79O7r+OCZJDiy92x2q58Ez9hFUPeAW0IQcv0Ii5l1ytDIFWWyaiYVOtlng==";
};
};
"uuid-2.0.3" = {
@@ -53708,13 +55646,13 @@ let
sha512 = "FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==";
};
};
- "v8-compile-cache-2.1.1" = {
+ "v8-compile-cache-2.2.0" = {
name = "v8-compile-cache";
packageName = "v8-compile-cache";
- version = "2.1.1";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz";
- sha512 = "8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==";
+ url = "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz";
+ sha512 = "gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==";
};
};
"v8-debug-1.0.1" = {
@@ -53888,6 +55826,15 @@ let
sha512 = "lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==";
};
};
+ "varuint-bitcoin-1.1.2" = {
+ name = "varuint-bitcoin";
+ packageName = "varuint-bitcoin";
+ version = "1.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/varuint-bitcoin/-/varuint-bitcoin-1.1.2.tgz";
+ sha512 = "4EVb+w4rx+YfVM32HQX42AbbT7/1f5zwAYhIujKXKk8NQK+JfRVl3pqT3hjNn/L+RstigmGGKVwHA/P0wgITZw==";
+ };
+ };
"vary-1.1.2" = {
name = "vary";
packageName = "vary";
@@ -54221,13 +56168,13 @@ let
sha512 = "/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==";
};
};
- "verda-1.1.1" = {
+ "verda-1.2.0" = {
name = "verda";
packageName = "verda";
- version = "1.1.1";
+ version = "1.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/verda/-/verda-1.1.1.tgz";
- sha512 = "8nki9HjTh39EFuIYY2snCCdIDU0z4LmFN7tQ9oZByW2AQpPYpWDHwRqewWgUt9PVcDsXDSZbJWSuJwGnyAj8gg==";
+ url = "https://registry.npmjs.org/verda/-/verda-1.2.0.tgz";
+ sha512 = "6xCi3IqMbT/H9PFBBmVB2foC3GBVpTm/doRCr3Is5RAdcpZHlkhfDto6WpoF0Sei1Dz60/lXGoaqOYM2op9Ftw==";
};
};
"verror-1.1.0" = {
@@ -54347,13 +56294,13 @@ let
sha512 = "sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==";
};
};
- "vfile-location-3.1.0" = {
+ "vfile-location-3.2.0" = {
name = "vfile-location";
packageName = "vfile-location";
- version = "3.1.0";
+ version = "3.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/vfile-location/-/vfile-location-3.1.0.tgz";
- sha512 = "FCZ4AN9xMcjFIG1oGmZKo61PjwJHRVA+0/tPUP2ul4uIwjGGndIxavEMRpWn5p4xwm/ZsdXp9YNygf1ZyE4x8g==";
+ url = "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz";
+ sha512 = "aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==";
};
};
"vfile-message-1.1.1" = {
@@ -54428,13 +56375,13 @@ let
sha512 = "lXhElVO0Rq3frgPvFBwahmed3X03vjPF8OcjKMy8+F1xU/3Q3QU3tKEDp743SFtb74PdF0UWpxPvtOP0GCLheA==";
};
};
- "videostream-3.2.1" = {
+ "videostream-3.2.2" = {
name = "videostream";
packageName = "videostream";
- version = "3.2.1";
+ version = "3.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/videostream/-/videostream-3.2.1.tgz";
- sha512 = "Z4EcsX9aYNJZD1M+0jCeQ0t+5ETlHE88B2SF1fCuVxfn+XxHGJVec6tbHGqpULk4esOOLJEipAScOCDGHk+teQ==";
+ url = "https://registry.npmjs.org/videostream/-/videostream-3.2.2.tgz";
+ sha512 = "4tz23yGGeATmbzj/ZnUm6wgQ4E1lzmMXu2mUA/c0G6adtWKxm1Di5YejdZdRsK6SdkLjKjhplFFYT7r+UUDKvA==";
};
};
"vinyl-0.5.3" = {
@@ -54527,13 +56474,13 @@ let
sha512 = "gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==";
};
};
- "vls-0.5.4" = {
+ "vls-0.5.10" = {
name = "vls";
packageName = "vls";
- version = "0.5.4";
+ version = "0.5.10";
src = fetchurl {
- url = "https://registry.npmjs.org/vls/-/vls-0.5.4.tgz";
- sha512 = "BAdsW9uYaMIEQcAK3cZsuoA+jMapOxc3RFNqiZtRDunbkv+sWrCs4xrydiPIiLHY7Pi8I/yNqBPlR/8LDlFmhA==";
+ url = "https://registry.npmjs.org/vls/-/vls-0.5.10.tgz";
+ sha512 = "/zXdkUatCptsDGmrEVh0A/LEQ48qEwrKe+7HiIwUOmiz+0DkoHsyf/j6eppXMVRWMcHWopwd9/VTNCRlFf2NFw==";
};
};
"vm-browserify-1.1.2" = {
@@ -54581,40 +56528,31 @@ let
sha512 = "RWkO/c/A7iXhHEy3OuEqkCqavDjpD4NF2Ca8vjai+ZtEYNeHrm1ybTnBYLP4Ft1uXvvaaVtYA9HrDjD6+CUONg==";
};
};
- "vscode-css-languageservice-4.3.3" = {
+ "vscode-css-languageservice-4.4.0" = {
name = "vscode-css-languageservice";
packageName = "vscode-css-languageservice";
- version = "4.3.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-4.3.3.tgz";
- sha512 = "b2b+0oHvPmBHygDtOXX3xBvpQCa6eIQSvXnGDNSDmIC1894ZTJ2yX10vjplOO/PvV7mwhyvGPwHyY4X2HGxtKw==";
- };
- };
- "vscode-css-languageservice-4.3.5" = {
- name = "vscode-css-languageservice";
- packageName = "vscode-css-languageservice";
- version = "4.3.5";
+ version = "4.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-4.3.5.tgz";
- sha512 = "g9Pjxt9T32jhY0nTOo7WRFm0As27IfdaAxcFa8c7Rml1ZqBn3XXbkExjzxY7sBWYm7I1Tp4dK6UHXHoUQHGwig==";
+ url = "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-4.4.0.tgz";
+ sha512 = "jWi+297PJUUWTHwlcrZz0zIuEXuHOBJIQMapXmEzbosWGv/gMnNSAMV4hTKnl5wzxvZKZzV6j+WFdrSlKQ5qnw==";
};
};
- "vscode-debugadapter-testsupport-1.42.0" = {
+ "vscode-debugadapter-testsupport-1.43.0" = {
name = "vscode-debugadapter-testsupport";
packageName = "vscode-debugadapter-testsupport";
- version = "1.42.0";
+ version = "1.43.0";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-debugadapter-testsupport/-/vscode-debugadapter-testsupport-1.42.0.tgz";
- sha512 = "5miGnlsT1VLeXcu04AR+LvD4lwTRlEMAj0nyLgVlMdHzH4RDbX2M2/nXSpRbcsdEHcXoRQlfkAXhM4ZQQ4BUBw==";
+ url = "https://registry.npmjs.org/vscode-debugadapter-testsupport/-/vscode-debugadapter-testsupport-1.43.0.tgz";
+ sha512 = "dxTu7xgNDipoIKf7H2mrVBhp9Vxx2czrnn1N7eIvmg3CYOLPOq3AGrzHoCwMOZNJX1rVttdYZet1f0bEjrDyjg==";
};
};
- "vscode-debugprotocol-1.42.0" = {
+ "vscode-debugprotocol-1.43.0" = {
name = "vscode-debugprotocol";
packageName = "vscode-debugprotocol";
- version = "1.42.0";
+ version = "1.43.0";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.42.0.tgz";
- sha512 = "nVsfVCat9FZlOso5SYB1LQQiFGifTyOALpkpJdudDlRXGTpI3mSFiDYXWaoFm7UcfqTOzn1SC7Hqw4d89btT0w==";
+ url = "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.43.0.tgz";
+ sha512 = "pnj+9wVS3yPYz/RXoYSN1tCv+D4139ueaY2WC7V6fUd9QZU8IE5s4r/lZUMJ9gAEGz2km/Iv4qcI7Fdlz5xS9w==";
};
};
"vscode-emmet-helper-1.2.17" = {
@@ -54626,15 +56564,6 @@ let
sha512 = "X4pzcrJ8dE7M3ArFuySF5fgipKDd/EauXkiJwtjBIVRWpVNq0tF9+lNCyuC7iDUwP3Oq7ow/TGssD3GdG96Jow==";
};
};
- "vscode-emmet-helper-2.0.5" = {
- name = "vscode-emmet-helper";
- packageName = "vscode-emmet-helper";
- version = "2.0.5";
- src = fetchurl {
- url = "https://registry.npmjs.org/vscode-emmet-helper/-/vscode-emmet-helper-2.0.5.tgz";
- sha512 = "lDP+soFnJgEkUrdAWqdUYRFfXRFnmXhjzyzca+fy9vCUorr3lp32IKIys8mYwnlAUencmyXmF5JwN0VikUXj/Q==";
- };
- };
"vscode-html-languageservice-2.1.12" = {
name = "vscode-html-languageservice";
packageName = "vscode-html-languageservice";
@@ -54644,13 +56573,22 @@ let
sha512 = "mIb5VMXM5jI97HzCk2eadI1K//rCEZXte0wBqA7PGXsyJH4KTyJUaYk9MR+mbfpUl2vMi3HZw9GUOLGYLc6l5w==";
};
};
- "vscode-json-languageservice-3.9.1" = {
+ "vscode-json-languageservice-3.11.0" = {
name = "vscode-json-languageservice";
packageName = "vscode-json-languageservice";
- version = "3.9.1";
+ version = "3.11.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-3.11.0.tgz";
+ sha512 = "QxI+qV97uD7HHOCjh3MrM1TfbdwmTXrMckri5Tus1/FQiG3baDZb2C9Y0y8QThs7PwHYBIQXcAc59ZveCRZKPA==";
+ };
+ };
+ "vscode-json-languageservice-3.8.4" = {
+ name = "vscode-json-languageservice";
+ packageName = "vscode-json-languageservice";
+ version = "3.8.4";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-3.9.1.tgz";
- sha512 = "oJkknkdCVitQ5XPSRa0weHjUxt8eSCptaL+MBQQlRsa6Nb8XnEY0S5wYnLUFHzEvKzwt01/LKk8LdOixWEXkNA==";
+ url = "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-3.8.4.tgz";
+ sha512 = "njDG0+YJvYNKXH+6plQGZMxgbifATFrRpC6Qnm/SAn4IW8bMHxsYunsxrjtpqK42CVSz6Lr7bpbTEZbVuOmFLw==";
};
};
"vscode-jsonrpc-3.5.0" = {
@@ -54698,13 +56636,22 @@ let
sha512 = "mwLDojZkbmpizSJSmp690oa9FB9jig18SIDGZeBCvFc2/LYSRvMm/WwWtMBJuJ1MfFh7rZXfQige4Uje5Z9NzA==";
};
};
- "vscode-jsonrpc-6.0.0-next.5" = {
+ "vscode-jsonrpc-6.0.0-next.2" = {
+ name = "vscode-jsonrpc";
+ packageName = "vscode-jsonrpc";
+ version = "6.0.0-next.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0-next.2.tgz";
+ sha512 = "dKQXRYNUY6BHALQJBJlyZyv9oWlYpbJ2vVoQNNVNPLAYQ3hzNp4zy+iSo7zGx1BPXByArJQDWTKLQh8dz3dnNw==";
+ };
+ };
+ "vscode-jsonrpc-6.0.0-next.7" = {
name = "vscode-jsonrpc";
packageName = "vscode-jsonrpc";
- version = "6.0.0-next.5";
+ version = "6.0.0-next.7";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0-next.5.tgz";
- sha512 = "IAgsltQPwg/pXOPsdXgbUTCaO9VSKZwirZN5SGtkdYQ/R3VjeC4v00WTVvoNayWMZpoC3O9u0ogqmsKzKhVasQ==";
+ url = "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0-next.7.tgz";
+ sha512 = "1nG+6cuTtpzmXe7yYfO9GCkYlyV6Ai+jDnwidHiT2T7zhc+bJM+VTtc0T/CdTlDyTNTqIcCj0V1nD4TcVjJ7Ug==";
};
};
"vscode-languageclient-4.0.1" = {
@@ -54716,13 +56663,13 @@ let
sha512 = "0fuBZj9pMkeJ8OMyIvSGeRaRVhUaJt+yeFxi7a3sz/AbrngQdcxOovMXPgKuieoBSBKS05gXPS88BsWpJZfBkA==";
};
};
- "vscode-languageclient-7.0.0-next.9" = {
+ "vscode-languageclient-7.0.0-next.12" = {
name = "vscode-languageclient";
packageName = "vscode-languageclient";
- version = "7.0.0-next.9";
+ version = "7.0.0-next.12";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0-next.9.tgz";
- sha512 = "lFO+rN/i72CM2va6iKXq1lD7pJg8J93KEXf0w0boWVqU+DJhWzLrV3pXl8Xk1nCv//qOAyhlc/nx2KZCTeRF/A==";
+ url = "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0-next.12.tgz";
+ sha512 = "OrzvOvhS5o26C0KctTJC7hkwh3avCwkVhllzy42AqwpIUZ3p2aVqkSG2uVxaeodq8ThBb3TLgtg50vxyWs6FEg==";
};
};
"vscode-languageserver-3.5.1" = {
@@ -54788,13 +56735,13 @@ let
sha512 = "UCXULa/RmT2zxcb6auNezl9ZIPwYHS15+a0XzybrpT2+xA0RbHEYQCsIQkTRYjGv8cm3yS9iPJMmxLilP+y1Xw==";
};
};
- "vscode-languageserver-7.0.0-next.7" = {
+ "vscode-languageserver-7.0.0-next.3" = {
name = "vscode-languageserver";
packageName = "vscode-languageserver";
- version = "7.0.0-next.7";
+ version = "7.0.0-next.3";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0-next.7.tgz";
- sha512 = "6La+usoCF0OnCYIbOLBTmqgzaZSAyIBpnsLjS/g7AnI8Pv9v6yzC38VhTvBoip4/ZBwf1U8vpdwatD/qCSKeWA==";
+ url = "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0-next.3.tgz";
+ sha512 = "qSt8eb546iFuoFIN+9MPl4Avru6Iz2/JP0UmS/3djf40ICa31Np/yJ7anX2j0Az5rCzb0fak8oeKwDioGeVOYg==";
};
};
"vscode-languageserver-protocol-3.14.1" = {
@@ -54815,6 +56762,15 @@ let
sha512 = "zrMuwHOAQRhjDSnflWdJG+O2ztMWss8GqUUB8dXLR/FPenwkiBNkMIJJYfSN6sgskvsF0rHAoBowNQfbyZnnvw==";
};
};
+ "vscode-languageserver-protocol-3.16.0-next.10" = {
+ name = "vscode-languageserver-protocol";
+ packageName = "vscode-languageserver-protocol";
+ version = "3.16.0-next.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0-next.10.tgz";
+ sha512 = "YRTctHUZvts0Z1xXKNYU0ha0o+Tlgtwr+6O8OmDquM086N8exiSKBMwMC+Ra1QtIE+1mfW43Wxsme2FnMkAS9A==";
+ };
+ };
"vscode-languageserver-protocol-3.16.0-next.2" = {
name = "vscode-languageserver-protocol";
packageName = "vscode-languageserver-protocol";
@@ -54824,13 +56780,13 @@ let
sha512 = "atmkGT/W6tF0cx4SaWFYtFs2UeSeC28RPiap9myv2YZTaTCFvTBEPNWrU5QRKfkyM0tbgtGo6T3UCQ8tkDpjzA==";
};
};
- "vscode-languageserver-protocol-3.16.0-next.7" = {
+ "vscode-languageserver-protocol-3.16.0-next.4" = {
name = "vscode-languageserver-protocol";
packageName = "vscode-languageserver-protocol";
- version = "3.16.0-next.7";
+ version = "3.16.0-next.4";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0-next.7.tgz";
- sha512 = "tOjrg+K3RddJ547zpC9/LAgTbzadkPuHlqJFFWIcKjVhiJOh73XyY+Ngcu9wukGaTsuSGjJ0W8rlmwanixa0FQ==";
+ url = "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0-next.4.tgz";
+ sha512 = "6GmPUp2MhJy2H1CTWp2B40Pa9BeC9glrXWmQWVG6A/0V9UbcAjVC9m56znm2GL32iyLDIprTBe8gBvvvcjbpaQ==";
};
};
"vscode-languageserver-protocol-3.5.1" = {
@@ -54905,13 +56861,22 @@ let
sha512 = "QjXB7CKIfFzKbiCJC4OWC8xUncLsxo19FzGVp/ADFvvi87PlmBSCAtZI5xwGjF5qE0xkLf0jjKUn3DzmpDP52Q==";
};
};
- "vscode-languageserver-types-3.16.0-next.3" = {
+ "vscode-languageserver-types-3.16.0-next.4" = {
+ name = "vscode-languageserver-types";
+ packageName = "vscode-languageserver-types";
+ version = "3.16.0-next.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0-next.4.tgz";
+ sha512 = "NlKJyGcET/ZBCCLBYIPaGo2c37R03bPYeWXozUtnjyye7+9dhlbMSODyoG2INcQf8zFmB4qhm2UOJjgYEgPCNA==";
+ };
+ };
+ "vscode-languageserver-types-3.16.0-next.5" = {
name = "vscode-languageserver-types";
packageName = "vscode-languageserver-types";
- version = "3.16.0-next.3";
+ version = "3.16.0-next.5";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0-next.3.tgz";
- sha512 = "s/z5ZqSe7VpoXJ6JQcvwRiPPA3nG0nAcJ/HH03zoU6QaFfnkcgPK+HshC3WKPPnC2G08xA0iRB6h7kmyBB5Adg==";
+ url = "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0-next.5.tgz";
+ sha512 = "lf8Y1XXMtF1r2oDDAmJe+drizNXkybSRXAQQk5dPy2rYJsY9SPXYNO074L3THu9zNYepzV5fRJZUPo/V/TLBRQ==";
};
};
"vscode-languageserver-types-3.5.0" = {
@@ -54959,13 +56924,13 @@ let
sha512 = "u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==";
};
};
- "vscode-test-1.4.0" = {
+ "vscode-test-1.4.1" = {
name = "vscode-test";
packageName = "vscode-test";
- version = "1.4.0";
+ version = "1.4.1";
src = fetchurl {
- url = "https://registry.npmjs.org/vscode-test/-/vscode-test-1.4.0.tgz";
- sha512 = "Jt7HNGvSE0+++Tvtq5wc4hiXLIr2OjDShz/gbAfM/mahQpy4rKBnmOK33D+MR67ATWviQhl+vpmU3p/qwSH/Pg==";
+ url = "https://registry.npmjs.org/vscode-test/-/vscode-test-1.4.1.tgz";
+ sha512 = "Ls7+JyC06cUCuomlTYk4aNJI00Rri09hgtkNl3zfQ1bj6meXglpSPpuzJ/RPNetlUHFMm4eGs0Xr/H5pFPVwfQ==";
};
};
"vscode-textbuffer-1.0.0" = {
@@ -55013,15 +56978,6 @@ let
sha512 = "8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==";
};
};
- "vscode-web-custom-data-0.3.1" = {
- name = "vscode-web-custom-data";
- packageName = "vscode-web-custom-data";
- version = "0.3.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/vscode-web-custom-data/-/vscode-web-custom-data-0.3.1.tgz";
- sha512 = "pFWfUyoJoROfzk7l8+QK1aHsAcfb8fJP8iaEghMbASbYieaGOOnfovNjPIrJmhNf84RGn36R6r2030i9Eld7vA==";
- };
- };
"vstream-0.1.0" = {
name = "vstream";
packageName = "vstream";
@@ -55040,13 +56996,13 @@ let
sha512 = "uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==";
};
};
- "vue-3.0.1" = {
+ "vue-3.0.4" = {
name = "vue";
packageName = "vue";
- version = "3.0.1";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/vue/-/vue-3.0.1.tgz";
- sha512 = "WBTgaQMJIWQuhlzMV6C0qvVrxyQSpx3gKwflYC0sqGKEZSxMIOYRnrIlHUN4ivUVvP7mUMxcnFTt7P+akdOkQA==";
+ url = "https://registry.npmjs.org/vue/-/vue-3.0.4.tgz";
+ sha512 = "2o+AiQF8sAupyhbyl3oxVCl3WCwC/n5NI7VMM+gVQ231qvSB8eI7sCBloloqDJK6yA367EEtmRSeSCf4sxCC+A==";
};
};
"vue-cli-plugin-apollo-0.21.3" = {
@@ -55094,6 +57050,15 @@ let
sha512 = "8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==";
};
};
+ "vue-eslint-parser-7.2.0" = {
+ name = "vue-eslint-parser";
+ packageName = "vue-eslint-parser";
+ version = "7.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.2.0.tgz";
+ sha512 = "uVcQqe8sUNzdHGcRHMd2Z/hl6qEaWrAmglTKP92Fnq9TYU9un8xsyFgEdFJaXh/1rd7h8Aic1GaiQow5nVneow==";
+ };
+ };
"vue-onsenui-helper-json-1.0.2" = {
name = "vue-onsenui-helper-json";
packageName = "vue-onsenui-helper-json";
@@ -55121,6 +57086,15 @@ let
sha512 = "p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==";
};
};
+ "w3c-xmlserializer-2.0.0" = {
+ name = "w3c-xmlserializer";
+ packageName = "w3c-xmlserializer";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz";
+ sha512 = "4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==";
+ };
+ };
"wait-port-0.2.9" = {
name = "wait-port";
packageName = "wait-port";
@@ -55184,22 +57158,31 @@ let
sha512 = "aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==";
};
};
- "watchpack-2.0.0" = {
+ "watchpack-1.7.5" = {
name = "watchpack";
packageName = "watchpack";
- version = "2.0.0";
+ version = "1.7.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz";
+ sha512 = "9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==";
+ };
+ };
+ "watchpack-2.0.1" = {
+ name = "watchpack";
+ packageName = "watchpack";
+ version = "2.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/watchpack/-/watchpack-2.0.0.tgz";
- sha512 = "xSdCxxYZWNk3VK13bZRYhsQpfa8Vg63zXG+3pyU8ouqSLRCv4IGXIp9Kr226q6GBkGRlZrST2wwKtjfKz2m7Cg==";
+ url = "https://registry.npmjs.org/watchpack/-/watchpack-2.0.1.tgz";
+ sha512 = "vO8AKGX22ZRo6PiOFM9dC0re8IcKh8Kd/aH2zeqUc6w4/jBGlTy2P7fTC6ekT0NjVeGjgU2dGC5rNstKkeLEQg==";
};
};
- "watchpack-chokidar2-2.0.0" = {
+ "watchpack-chokidar2-2.0.1" = {
name = "watchpack-chokidar2";
packageName = "watchpack-chokidar2";
- version = "2.0.0";
+ version = "2.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz";
- sha512 = "9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==";
+ url = "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz";
+ sha512 = "nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==";
};
};
"watershed-0.3.4" = {
@@ -55292,6 +57275,15 @@ let
sha512 = "YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==";
};
};
+ "webidl-conversions-5.0.0" = {
+ name = "webidl-conversions";
+ packageName = "webidl-conversions";
+ version = "5.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz";
+ sha512 = "VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==";
+ };
+ };
"webidl-conversions-6.1.0" = {
name = "webidl-conversions";
packageName = "webidl-conversions";
@@ -55310,31 +57302,22 @@ let
sha512 = "GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==";
};
};
- "webpack-4.44.0" = {
- name = "webpack";
- packageName = "webpack";
- version = "4.44.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/webpack/-/webpack-4.44.0.tgz";
- sha512 = "wAuJxK123sqAw31SpkPiPW3iKHgFUiKvO7E7UZjtdExcsRe3fgav4mvoMM7vvpjLHVoJ6a0Mtp2fzkoA13e0Zw==";
- };
- };
- "webpack-4.44.1" = {
+ "webpack-4.44.2" = {
name = "webpack";
packageName = "webpack";
- version = "4.44.1";
+ version = "4.44.2";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz";
- sha512 = "4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==";
+ url = "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz";
+ sha512 = "6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==";
};
};
- "webpack-4.44.2" = {
+ "webpack-5.4.0" = {
name = "webpack";
packageName = "webpack";
- version = "4.44.2";
+ version = "5.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz";
- sha512 = "6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==";
+ url = "https://registry.npmjs.org/webpack/-/webpack-5.4.0.tgz";
+ sha512 = "udpYTyqz8toTTdaOsL2QKPLeZLt2IEm9qY7yTXuFEQhKu5bk0yQD9BtAdVQksmz4jFbbWOiWmm3NHarO0zr/ng==";
};
};
"webpack-cli-3.3.12" = {
@@ -55409,13 +57392,13 @@ let
sha512 = "TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==";
};
};
- "webpack-node-externals-2.5.1" = {
+ "webpack-node-externals-2.5.2" = {
name = "webpack-node-externals";
packageName = "webpack-node-externals";
- version = "2.5.1";
+ version = "2.5.2";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.5.1.tgz";
- sha512 = "RWxKGibUU5kuJT6JDYmXGa3QsZskqIaiBvZ2wBxHlJzWVJPOyBMnroXf23uxEHnj1rYS8jNdyUfrNAXJ2bANNw==";
+ url = "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.5.2.tgz";
+ sha512 = "aHdl/y2N7PW2Sx7K+r3AxpJO+aDMcYzMQd60Qxefq3+EwhewSbTBqNumOsCE1JsCUNoyfGj5465N0sSf6hc/5w==";
};
};
"webpack-sources-1.4.3" = {
@@ -55427,22 +57410,22 @@ let
sha512 = "lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==";
};
};
- "webpack-sources-2.0.1" = {
+ "webpack-sources-2.2.0" = {
name = "webpack-sources";
packageName = "webpack-sources";
- version = "2.0.1";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.0.1.tgz";
- sha512 = "A9oYz7ANQBK5EN19rUXbvNgfdfZf5U2gP0769OXsj9CvYkCR6OHOsd6OKyEy4H38GGxpsQPKIL83NC64QY6Xmw==";
+ url = "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz";
+ sha512 = "bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==";
};
};
- "webpack-stream-5.2.1" = {
+ "webpack-stream-6.1.0" = {
name = "webpack-stream";
packageName = "webpack-stream";
- version = "5.2.1";
+ version = "6.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack-stream/-/webpack-stream-5.2.1.tgz";
- sha512 = "WvyVU0K1/VB1NZ7JfsaemVdG0PXAQUqbjUNW4A58th4pULvKMQxG+y33HXTL02JvD56ko2Cub+E2NyPwrLBT/A==";
+ url = "https://registry.npmjs.org/webpack-stream/-/webpack-stream-6.1.0.tgz";
+ sha512 = "kFMnDzFTzyvVmn4ajaj0xEJavvYizd3I/KmQ6C5aUstcAkNwZUidxkk/uEaEPSydaAn66v8ZcP1+bhKSshNJUQ==";
};
};
"webpackbar-4.0.0" = {
@@ -55454,15 +57437,6 @@ let
sha512 = "k1qRoSL/3BVuINzngj09nIwreD8wxV4grcuhHTD8VJgUbGcy8lQSPqv+bM00B7F+PffwIsQ8ISd4mIwRbr23eQ==";
};
};
- "websocket-1.0.32" = {
- name = "websocket";
- packageName = "websocket";
- version = "1.0.32";
- src = fetchurl {
- url = "https://registry.npmjs.org/websocket/-/websocket-1.0.32.tgz";
- sha512 = "i4yhcllSP4wrpoPMU2N0TQ/q0O94LRG/eUQjEAamRltjQ1oT1PFFKOG4i877OlJgCG8rw6LrrowJp+TYCEWF7Q==";
- };
- };
"websocket-driver-0.6.5" = {
name = "websocket-driver";
packageName = "websocket-driver";
@@ -55490,13 +57464,13 @@ let
sha512 = "OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==";
};
};
- "webtorrent-0.108.6" = {
+ "webtorrent-0.112.0" = {
name = "webtorrent";
packageName = "webtorrent";
- version = "0.108.6";
+ version = "0.112.0";
src = fetchurl {
- url = "https://registry.npmjs.org/webtorrent/-/webtorrent-0.108.6.tgz";
- sha512 = "hkwjMQTbBiwdJn3vEVjOyNwKZISp6r4GEl/J0N6Ukw2oeaETIylvAlf7G0o+a9FcFMThBIle0iCPYLTwumCOaQ==";
+ url = "https://registry.npmjs.org/webtorrent/-/webtorrent-0.112.0.tgz";
+ sha512 = "3Fe4tzeXhZKI0KXGGkr9gyzlx7eKjfU9Se2VJhdE1AcpHppxApuechaWu/KS24amUv4j+xPXE7f3Lc4wF+7QSQ==";
};
};
"well-known-symbols-2.0.0" = {
@@ -55517,13 +57491,13 @@ let
sha512 = "b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==";
};
};
- "whatwg-fetch-3.4.1" = {
+ "whatwg-fetch-3.5.0" = {
name = "whatwg-fetch";
packageName = "whatwg-fetch";
- version = "3.4.1";
+ version = "3.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz";
- sha512 = "sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ==";
+ url = "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz";
+ sha512 = "jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A==";
};
};
"whatwg-mimetype-2.3.0" = {
@@ -55553,13 +57527,13 @@ let
sha512 = "WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==";
};
};
- "whatwg-url-8.2.2" = {
+ "whatwg-url-8.4.0" = {
name = "whatwg-url";
packageName = "whatwg-url";
- version = "8.2.2";
+ version = "8.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.2.2.tgz";
- sha512 = "PcVnO6NiewhkmzV0qn7A+UZ9Xx4maNTI+O+TShmfE4pqjoCMwUMjkvoNhNHPTvgR7QH9Xt3R13iHuWy2sToFxQ==";
+ url = "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz";
+ sha512 = "vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==";
};
};
"whatwg-url-compat-0.6.5" = {
@@ -55715,6 +57689,15 @@ let
sha512 = "NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==";
};
};
+ "wif-2.0.6" = {
+ name = "wif";
+ packageName = "wif";
+ version = "2.0.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/wif/-/wif-2.0.6.tgz";
+ sha1 = "08d3f52056c66679299726fade0d432ae74b4704";
+ };
+ };
"wikimedia-langconv-0.1.0" = {
name = "wikimedia-langconv";
packageName = "wikimedia-langconv";
@@ -55796,6 +57779,15 @@ let
sha512 = "OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg==";
};
};
+ "windows-release-4.0.0" = {
+ name = "windows-release";
+ packageName = "windows-release";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/windows-release/-/windows-release-4.0.0.tgz";
+ sha512 = "OxmV4wzDKB1x7AZaZgXMVsdJ1qER1ed83ZrTYd5Bwq2HfJVg3DJS8nqlAG4sMoJ7mu8cuRmLEYyU13BKwctRAg==";
+ };
+ };
"winreg-0.0.12" = {
name = "winreg";
packageName = "winreg";
@@ -55841,15 +57833,6 @@ let
sha1 = "64b6abf4cd01adcaefd5009393b1d8e8bec19db0";
};
};
- "winston-1.1.2" = {
- name = "winston";
- packageName = "winston";
- version = "1.1.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/winston/-/winston-1.1.2.tgz";
- sha1 = "68edd769ff79d4f9528cf0e5d80021aade67480c";
- };
- };
"winston-2.1.1" = {
name = "winston";
packageName = "winston";
@@ -56372,6 +58355,24 @@ let
sha512 = "D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==";
};
};
+ "ws-7.4.0" = {
+ name = "ws";
+ packageName = "ws";
+ version = "7.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz";
+ sha512 = "kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==";
+ };
+ };
+ "ws-7.4.1" = {
+ name = "ws";
+ packageName = "ws";
+ version = "7.4.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz";
+ sha512 = "pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==";
+ };
+ };
"x-default-browser-0.3.1" = {
name = "x-default-browser";
packageName = "x-default-browser";
@@ -56462,13 +58463,13 @@ let
sha1 = "f82d2fedee63af76687b70115ce6274dc71310e9";
};
};
- "xhr-2.5.0" = {
+ "xhr-2.6.0" = {
name = "xhr";
packageName = "xhr";
- version = "2.5.0";
+ version = "2.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/xhr/-/xhr-2.5.0.tgz";
- sha512 = "4nlO/14t3BNUZRXIXfXe+3N6w3s1KoxcJUUURctd64BLRe67E4gRwp4PjywtDY72fXpZ1y6Ch0VZQRY/gMPzzQ==";
+ url = "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz";
+ sha512 = "/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==";
};
};
"xml-1.0.1" = {
@@ -56714,6 +58715,15 @@ let
sha512 = "z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g==";
};
};
+ "xmldom-0.4.0" = {
+ name = "xmldom";
+ packageName = "xmldom";
+ version = "0.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/xmldom/-/xmldom-0.4.0.tgz";
+ sha512 = "2E93k08T30Ugs+34HBSTQLVtpi6mCddaY8uO+pMNk1pqSjV5vElzn4mmh6KLxN3hki8rNcHSYzILoh3TEWORvA==";
+ };
+ };
"xmlhttprequest-1.8.0" = {
name = "xmlhttprequest";
packageName = "xmlhttprequest";
@@ -56877,31 +58887,22 @@ let
sha1 = "6d15fba884c08679c0d77e88e7759e811e07fa41";
};
};
- "y18n-4.0.0" = {
+ "y18n-4.0.1" = {
name = "y18n";
packageName = "y18n";
- version = "4.0.0";
+ version = "4.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz";
- sha512 = "r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==";
+ url = "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz";
+ sha512 = "wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==";
};
};
- "y18n-5.0.4" = {
+ "y18n-5.0.5" = {
name = "y18n";
packageName = "y18n";
- version = "5.0.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/y18n/-/y18n-5.0.4.tgz";
- sha512 = "deLOfD+RvFgrpAmSZgfGdWYE+OKyHcVHaRQ7NphG/63scpRvTHHeQMAxGGvaLVGJ+HYVcCXlzcTK0ZehFf+eHQ==";
- };
- };
- "yaeti-0.0.6" = {
- name = "yaeti";
- packageName = "yaeti";
- version = "0.0.6";
+ version = "5.0.5";
src = fetchurl {
- url = "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz";
- sha1 = "f26f484d72684cf42bedfb76970aa1608fbf9577";
+ url = "https://registry.npmjs.org/y18n/-/y18n-5.0.5.tgz";
+ sha512 = "hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg==";
};
};
"yallist-2.1.2" = {
@@ -56949,15 +58950,6 @@ let
sha512 = "2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==";
};
};
- "yaml-ast-parser-custom-tags-0.0.43" = {
- name = "yaml-ast-parser-custom-tags";
- packageName = "yaml-ast-parser-custom-tags";
- version = "0.0.43";
- src = fetchurl {
- url = "https://registry.npmjs.org/yaml-ast-parser-custom-tags/-/yaml-ast-parser-custom-tags-0.0.43.tgz";
- sha512 = "R5063FF/JSAN6qXCmylwjt9PcDH6M0ExEme/nJBzLspc6FJDmHHIqM7xh2WfEmsTJqClF79A9VkXjkAqmZw9SQ==";
- };
- };
"yaml-front-matter-3.4.1" = {
name = "yaml-front-matter";
packageName = "yaml-front-matter";
@@ -56976,13 +58968,22 @@ let
sha1 = "87cfa5a9613f48e26005420d6a8ee0da6fe8daec";
};
};
- "yaml-language-server-0.11.1" = {
+ "yaml-language-server-0.12.0" = {
name = "yaml-language-server";
packageName = "yaml-language-server";
- version = "0.11.1";
+ version = "0.12.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/yaml-language-server/-/yaml-language-server-0.12.0.tgz";
+ sha512 = "EAr9fJi05wVWsFVgc4s0AI74nT6D2oN7xcy7W+7JCkvirbm0L7aPDRAjSz6z/dXVyYyFlEAgRWVThXzqguFyTw==";
+ };
+ };
+ "yaml-language-server-parser-0.1.1" = {
+ name = "yaml-language-server-parser";
+ packageName = "yaml-language-server-parser";
+ version = "0.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/yaml-language-server/-/yaml-language-server-0.11.1.tgz";
- sha512 = "N3Tu3g4O6ZWV7W0LVsNk62DtKJDQkbnPZRDd7ntaAeEl8QkxL1vnMunI26uzDU4PwwG4tPJ8g/VRS6U+fVp/6A==";
+ url = "https://registry.npmjs.org/yaml-language-server-parser/-/yaml-language-server-parser-0.1.1.tgz";
+ sha512 = "2PememGb1SrPqXAxXTpBD39rwYZap6CJVSvkfULNv9uwV3VHp1TfkgpsylBb+mpuuivH0JZ52lChXPvNa6yVxw==";
};
};
"yamljs-0.3.0" = {
@@ -57075,6 +59076,15 @@ let
sha512 = "upWFJOmDdHN0syLuESuvXDmrRcWd1QafJolHskzaw79uZa7/x53gxQKiR07W59GWY1tFhhU/Th9DrtSfpS782g==";
};
};
+ "yargs-16.1.1" = {
+ name = "yargs";
+ packageName = "yargs";
+ version = "16.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/yargs/-/yargs-16.1.1.tgz";
+ sha512 = "hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w==";
+ };
+ };
"yargs-3.10.0" = {
name = "yargs";
packageName = "yargs";
@@ -57174,13 +59184,13 @@ let
sha1 = "85568de3cf150ff49fa51825f03a8c880ddcc5c4";
};
};
- "yargs-parser-20.2.3" = {
+ "yargs-parser-20.2.4" = {
name = "yargs-parser";
packageName = "yargs-parser";
- version = "20.2.3";
+ version = "20.2.4";
src = fetchurl {
- url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.3.tgz";
- sha512 = "emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww==";
+ url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz";
+ sha512 = "WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==";
};
};
"yargs-parser-4.2.1" = {
@@ -57327,6 +59337,15 @@ let
sha512 = "Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==";
};
};
+ "yocto-queue-0.1.0" = {
+ name = "yocto-queue";
+ packageName = "yocto-queue";
+ version = "0.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz";
+ sha512 = "rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==";
+ };
+ };
"yoga-layout-prebuilt-1.10.0" = {
name = "yoga-layout-prebuilt";
packageName = "yoga-layout-prebuilt";
@@ -57417,13 +59436,13 @@ let
sha512 = "r+JdDipt93ttDjsOVPU5zaq5bAyY+3H19bDrThkvuVxC0xMQzU1PJcS6D+KrP3u96gH9XLomcHPb+2skoDjulQ==";
};
};
- "zip-stream-4.0.2" = {
+ "zip-stream-4.0.4" = {
name = "zip-stream";
packageName = "zip-stream";
- version = "4.0.2";
+ version = "4.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/zip-stream/-/zip-stream-4.0.2.tgz";
- sha512 = "TGxB2g+1ur6MHkvM644DuZr8Uzyz0k0OYWtS3YlpfWBEmK4woaC2t3+pozEL3dBfIPmpgmClR5B2QRcMgGt22g==";
+ url = "https://registry.npmjs.org/zip-stream/-/zip-stream-4.0.4.tgz";
+ sha512 = "a65wQ3h5gcQ/nQGWV1mSZCEzCML6EK/vyVPcrPNynySP1j3VBbQKh3nhC8CbORb+jfl2vXvh56Ul5odP1bAHqw==";
};
};
"zmq-2.15.3" = {
@@ -57435,6 +59454,15 @@ let
sha1 = "66c6de82cc36b09734b820703776490a6fbbe624";
};
};
+ "zwitch-1.0.5" = {
+ name = "zwitch";
+ packageName = "zwitch";
+ version = "1.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz";
+ sha512 = "V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==";
+ };
+ };
"zxcvbn-4.4.2" = {
name = "zxcvbn";
packageName = "zxcvbn";
@@ -57450,33 +59478,32 @@ in
"@angular/cli" = nodeEnv.buildNodePackage {
name = "_at_angular_slash_cli";
packageName = "@angular/cli";
- version = "10.1.7";
+ version = "11.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@angular/cli/-/cli-10.1.7.tgz";
- sha512 = "0tbeHnPIzSV/z+KlZT7N2J1yMnwQi4xIxvbsANrLjoAxNssse84i9BDdMZYsPoV8wbzcDhFOtt5KmfTO0GIeYQ==";
+ url = "https://registry.npmjs.org/@angular/cli/-/cli-11.0.3.tgz";
+ sha512 = "ytYVvALJ1YRDZYoqNoUcE4SLyNcMyt2V+Youaasj+C43V0h1GzHZ4J6G4X9sKaaiNAGV4GKjB9r7jzCymaiq+A==";
};
dependencies = [
- sources."@angular-devkit/architect-0.1001.7"
- sources."@angular-devkit/core-10.1.7"
- sources."@angular-devkit/schematics-10.1.7"
- sources."@schematics/angular-10.1.7"
- sources."@schematics/update-0.1001.7"
+ sources."@angular-devkit/architect-0.1100.3"
+ sources."@angular-devkit/core-11.0.3"
+ sources."@angular-devkit/schematics-11.0.3"
+ sources."@schematics/angular-11.0.3"
+ sources."@schematics/update-0.1100.3"
sources."@yarnpkg/lockfile-1.1.0"
sources."JSONStream-1.3.5"
sources."agent-base-4.3.0"
sources."agentkeepalive-3.5.2"
- sources."ajv-6.12.4"
+ sources."ajv-6.12.6"
sources."ansi-colors-4.1.1"
sources."ansi-escapes-4.3.1"
sources."ansi-regex-5.0.0"
sources."ansi-styles-4.3.0"
sources."aproba-1.2.0"
- sources."asap-2.0.6"
sources."asn1-0.2.4"
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."bluebird-3.7.2"
@@ -57511,12 +59538,9 @@ in
sources."core-util-is-1.0.2"
sources."cyclist-1.0.1"
sources."dashdash-1.14.1"
- sources."debug-4.1.1"
- sources."debuglog-1.0.1"
+ sources."debug-4.2.0"
sources."defaults-1.0.3"
- sources."define-properties-1.1.3"
sources."delayed-stream-1.0.0"
- sources."dezalgo-1.0.3"
sources."duplexify-3.7.1"
sources."ecc-jsbn-0.1.2"
sources."emoji-regex-8.0.0"
@@ -57527,8 +59551,6 @@ in
})
sources."end-of-stream-1.4.4"
sources."err-code-1.1.2"
- sources."es-abstract-1.17.7"
- sources."es-to-primitive-1.2.1"
sources."es6-promise-4.2.8"
sources."es6-promisify-5.0.0"
sources."escape-string-regexp-1.0.5"
@@ -57556,7 +59578,6 @@ in
sources."har-validator-5.1.5"
sources."has-1.0.3"
sources."has-flag-4.0.0"
- sources."has-symbols-1.0.1"
sources."hosted-git-info-3.0.7"
sources."http-cache-semantics-3.8.1"
(sources."http-proxy-agent-2.1.0" // {
@@ -57568,7 +59589,7 @@ in
sources."http-signature-1.2.0"
(sources."https-proxy-agent-2.2.4" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."humanize-ms-1.2.1"
@@ -57582,14 +59603,10 @@ in
sources."ini-1.3.5"
sources."inquirer-7.3.3"
sources."ip-1.1.5"
- sources."is-callable-1.2.2"
- sources."is-date-object-1.0.2"
+ sources."is-core-module-2.2.0"
sources."is-docker-2.1.1"
sources."is-fullwidth-code-point-3.0.0"
sources."is-interactive-1.0.0"
- sources."is-negative-zero-2.0.0"
- sources."is-regex-1.1.1"
- sources."is-symbol-1.0.3"
sources."is-typedarray-1.0.0"
sources."is-wsl-2.2.0"
sources."isarray-1.0.0"
@@ -57597,11 +59614,10 @@ in
sources."isstream-0.1.2"
sources."jsbn-0.1.1"
sources."json-parse-better-errors-1.0.2"
- sources."json-parse-even-better-errors-2.3.1"
sources."json-schema-0.2.3"
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
- sources."jsonc-parser-2.3.0"
+ sources."jsonc-parser-2.3.1"
sources."jsonparse-1.3.1"
sources."jsprim-1.4.1"
sources."lodash-4.17.20"
@@ -57644,7 +59660,7 @@ in
sources."npm-bundled-1.1.1"
sources."npm-install-checks-4.0.0"
sources."npm-normalize-package-bin-1.0.1"
- sources."npm-package-arg-8.0.1"
+ sources."npm-package-arg-8.1.0"
sources."npm-packlist-1.4.8"
sources."npm-pick-manifest-6.1.0"
(sources."npm-registry-fetch-4.0.7" // {
@@ -57657,18 +59673,10 @@ in
];
})
sources."oauth-sign-0.9.0"
- sources."object-inspect-1.8.0"
- sources."object-keys-1.1.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
- sources."object.getownpropertydescriptors-2.1.0"
sources."once-1.4.0"
sources."onetime-5.1.2"
- sources."open-7.2.0"
- sources."ora-5.0.0"
+ sources."open-7.3.0"
+ sources."ora-5.1.0"
sources."os-homedir-1.0.2"
sources."os-tmpdir-1.0.2"
sources."osenv-0.1.5"
@@ -57700,26 +59708,23 @@ in
})
sources."punycode-2.1.1"
sources."qs-6.5.2"
- sources."read-package-json-2.1.2"
- sources."read-package-tree-5.3.1"
(sources."readable-stream-2.3.7" // {
dependencies = [
sources."safe-buffer-5.1.2"
];
})
- sources."readdir-scoped-modules-1.1.0"
(sources."request-2.88.2" // {
dependencies = [
sources."uuid-3.4.0"
];
})
- sources."resolve-1.17.0"
+ sources."resolve-1.18.1"
sources."restore-cursor-3.1.0"
sources."retry-0.10.1"
sources."rimraf-3.0.2"
sources."run-async-2.4.1"
sources."run-queue-1.0.3"
- sources."rxjs-6.6.2"
+ sources."rxjs-6.6.3"
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
sources."semver-7.3.2"
@@ -57741,14 +59746,12 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."sshpk-1.16.1"
sources."ssri-6.0.1"
sources."stream-each-1.2.3"
sources."stream-shift-1.0.1"
sources."string-width-4.2.0"
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
(sources."string_decoder-1.1.1" // {
dependencies = [
sources."safe-buffer-5.1.2"
@@ -57756,7 +59759,7 @@ in
})
sources."strip-ansi-6.0.0"
sources."supports-color-7.2.0"
- sources."symbol-observable-1.2.0"
+ sources."symbol-observable-2.0.3"
(sources."tar-4.4.13" // {
dependencies = [
sources."yallist-3.1.1"
@@ -57780,8 +59783,7 @@ in
})
sources."uri-js-4.4.0"
sources."util-deprecate-1.0.2"
- sources."util-promisify-2.1.0"
- sources."uuid-8.3.0"
+ sources."uuid-8.3.1"
sources."validate-npm-package-license-3.0.4"
sources."validate-npm-package-name-3.0.0"
sources."verror-1.10.0"
@@ -57789,7 +59791,7 @@ in
sources."which-1.3.1"
sources."wrappy-1.0.2"
sources."xtend-4.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yallist-4.0.0"
];
buildInputs = globalBuildInputs;
@@ -57873,9 +59875,9 @@ in
sources."bops-0.0.7"
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- (sources."buffer-5.6.0" // {
+ (sources."buffer-5.7.1" // {
dependencies = [
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
];
})
sources."buffer-crc32-0.2.13"
@@ -57888,6 +59890,7 @@ in
sources."pump-3.0.0"
];
})
+ sources."call-bind-1.0.0"
sources."camelcase-5.3.1"
sources."camelcase-keys-6.2.2"
sources."clean-git-ref-2.0.1"
@@ -57929,8 +59932,6 @@ in
];
})
sources."end-of-stream-1.4.4"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
sources."escape-string-regexp-2.0.0"
sources."esprima-4.0.1"
sources."exit-on-epipe-1.0.1"
@@ -57955,6 +59956,7 @@ in
})
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
(sources."get-stream-4.1.0" // {
dependencies = [
sources."pump-3.0.0"
@@ -57992,22 +59994,17 @@ in
sources."has-1.0.3"
sources."has-symbols-1.0.1"
sources."http-cache-semantics-4.1.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."ignore-5.1.8"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."is-absolute-1.0.0"
sources."is-buffer-1.1.6"
- sources."is-callable-1.2.2"
- sources."is-date-object-1.0.2"
sources."is-extglob-2.1.1"
sources."is-glob-3.1.0"
sources."is-negated-glob-1.0.0"
- sources."is-negative-zero-2.0.0"
sources."is-number-7.0.0"
- sources."is-regex-1.1.1"
sources."is-relative-1.0.0"
- sources."is-symbol-1.0.3"
sources."is-unc-path-1.0.0"
sources."is-utf8-0.2.1"
sources."is-valid-glob-1.0.0"
@@ -58045,9 +60042,8 @@ in
sources."normalize-path-2.1.1"
sources."normalize-url-4.5.0"
sources."now-and-later-2.0.1"
- sources."object-inspect-1.8.0"
sources."object-keys-1.1.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."once-1.4.0"
sources."opal-runtime-1.0.11"
(sources."ordered-read-streams-1.0.1" // {
@@ -58101,16 +60097,6 @@ in
sources."source-map-0.6.1"
sources."sprintf-js-1.0.3"
sources."stream-shift-1.0.1"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
sources."string_decoder-1.3.0"
sources."through-2.3.8"
sources."through2-4.0.2"
@@ -58134,7 +60120,7 @@ in
];
})
sources."to-utf8-0.0.1"
- sources."uglify-js-3.11.2"
+ sources."uglify-js-3.12.1"
sources."unc-path-regex-0.1.2"
sources."unique-stream-2.3.1"
sources."universalify-0.1.2"
@@ -58174,10 +60160,10 @@ in
"@bitwarden/cli" = nodeEnv.buildNodePackage {
name = "_at_bitwarden_slash_cli";
packageName = "@bitwarden/cli";
- version = "1.12.1";
+ version = "1.13.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@bitwarden/cli/-/cli-1.12.1.tgz";
- sha512 = "H1KuRpjyqNTzqQZZg3tTVmm+cDDDm23AcLvbA59A4EqfxMkVZ6gT+FqUtWEuQ7AFO28W56wdilYGSf9tQ6ySgA==";
+ url = "https://registry.npmjs.org/@bitwarden/cli/-/cli-1.13.3.tgz";
+ sha512 = "N6eUF/1JBENunuXcpt0d2t5fRLuZndobKMxKTMyqguEH3Fy9cRhEopirxbXskEDCf7Dh2jUdlL/b+4e3fpG7rw==";
};
dependencies = [
sources."abab-2.0.5"
@@ -58195,7 +60181,7 @@ in
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."bcrypt-pbkdf-1.0.2"
sources."big-integer-1.6.36"
sources."browser-process-hrtime-1.0.0"
@@ -58213,7 +60199,7 @@ in
sources."cssstyle-1.4.0"
sources."dashdash-1.14.1"
sources."data-urls-1.1.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."deep-is-0.1.3"
sources."delayed-stream-1.0.0"
sources."domexception-1.0.1"
@@ -58340,57 +60326,55 @@ in
"@nestjs/cli" = nodeEnv.buildNodePackage {
name = "_at_nestjs_slash_cli";
packageName = "@nestjs/cli";
- version = "7.5.1";
+ version = "7.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/@nestjs/cli/-/cli-7.5.1.tgz";
- sha512 = "18EfBO48ojVm7YzwyPc8PRjas9KcIVjdlD+v7tIImKzrf5THcpAYxvzUvZUspSbLIIIqwTgKj/loqamkwOk/XA==";
+ url = "https://registry.npmjs.org/@nestjs/cli/-/cli-7.5.3.tgz";
+ sha512 = "PgpdXaNNtWMRAnDzMEXjbCXDiJWoNcmnKa6HhJ9iLJaqdXkIILiLthJx64sZxB6GiE4UYWjbX/KuPH3N2dx/6Q==";
};
dependencies = [
- sources."@angular-devkit/core-10.0.7"
- (sources."@angular-devkit/schematics-10.0.7" // {
- dependencies = [
- sources."ora-4.0.4"
- ];
- })
- (sources."@angular-devkit/schematics-cli-0.1000.7" // {
- dependencies = [
- sources."inquirer-7.1.0"
- ];
- })
+ sources."@angular-devkit/core-11.0.1"
+ sources."@angular-devkit/schematics-11.0.1"
+ sources."@angular-devkit/schematics-cli-0.1100.1"
sources."@babel/code-frame-7.10.4"
sources."@babel/helper-validator-identifier-7.10.4"
(sources."@babel/highlight-7.10.4" // {
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."@nestjs/schematics-7.1.2" // {
+ (sources."@nestjs/schematics-7.2.2" // {
dependencies = [
- sources."@angular-devkit/core-9.1.12"
- sources."@angular-devkit/schematics-9.1.12"
- sources."ora-4.0.3"
- sources."rxjs-6.5.4"
+ sources."@angular-devkit/core-11.0.0"
+ sources."@angular-devkit/schematics-11.0.0"
];
})
- sources."@schematics/schematics-0.1000.7"
+ sources."@schematics/schematics-0.1100.1"
sources."@types/anymatch-1.3.1"
+ sources."@types/eslint-7.2.6"
+ sources."@types/eslint-scope-3.7.0"
+ sources."@types/estree-0.0.45"
sources."@types/json-schema-7.0.6"
sources."@types/json5-0.0.29"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/parse-json-4.0.0"
sources."@types/source-list-map-0.1.2"
sources."@types/tapable-1.0.6"
- (sources."@types/uglify-js-3.11.0" // {
+ (sources."@types/uglify-js-3.11.1" // {
dependencies = [
sources."source-map-0.6.1"
];
})
- (sources."@types/webpack-4.41.21" // {
+ (sources."@types/webpack-4.41.25" // {
dependencies = [
sources."source-map-0.6.1"
];
})
- sources."@types/webpack-sources-2.0.0"
+ sources."@types/webpack-sources-2.1.0"
sources."@webassemblyjs/ast-1.9.0"
sources."@webassemblyjs/floating-point-hex-parser-1.9.0"
sources."@webassemblyjs/helper-api-error-1.9.0"
@@ -58411,177 +60395,52 @@ in
sources."@webassemblyjs/wast-printer-1.9.0"
sources."@xtuc/ieee754-1.2.0"
sources."@xtuc/long-4.2.2"
- sources."acorn-6.4.2"
- sources."ajv-6.12.3"
- sources."ajv-errors-1.0.1"
+ sources."acorn-8.0.4"
+ sources."ajv-6.12.6"
sources."ajv-keywords-3.5.2"
+ sources."ansi-colors-4.1.1"
sources."ansi-escapes-4.3.1"
- sources."ansi-regex-5.0.0"
- sources."ansi-styles-3.2.1"
+ sources."ansi-regex-3.0.0"
+ sources."ansi-styles-4.3.0"
sources."anymatch-3.1.1"
- sources."aproba-1.2.0"
- sources."arr-diff-4.0.0"
- sources."arr-flatten-1.1.0"
- sources."arr-union-3.1.0"
- sources."array-unique-0.3.2"
- (sources."asn1.js-5.4.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
- (sources."assert-1.5.0" // {
- dependencies = [
- sources."inherits-2.0.1"
- sources."util-0.10.3"
- ];
- })
- sources."assign-symbols-1.0.0"
- sources."async-each-1.0.3"
sources."at-least-node-1.0.0"
- sources."atob-2.1.2"
sources."balanced-match-1.0.0"
- (sources."base-0.11.2" // {
- dependencies = [
- sources."define-property-1.0.0"
- ];
- })
- sources."base64-js-1.3.1"
- sources."big.js-5.2.2"
sources."binary-extensions-2.1.0"
- sources."bindings-1.5.0"
- sources."bluebird-3.7.2"
- sources."bn.js-5.1.3"
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- sources."brorand-1.1.0"
- sources."browserify-aes-1.2.0"
- sources."browserify-cipher-1.0.1"
- sources."browserify-des-1.0.2"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
- (sources."browserify-sign-4.2.1" // {
- dependencies = [
- sources."readable-stream-3.6.0"
- sources."safe-buffer-5.2.1"
- ];
- })
- sources."browserify-zlib-0.2.0"
- sources."buffer-4.9.2"
+ sources."browserslist-4.15.0"
sources."buffer-from-1.1.1"
- sources."buffer-xor-1.0.3"
- sources."builtin-status-codes-3.0.0"
- (sources."cacache-12.0.4" // {
- dependencies = [
- sources."rimraf-2.7.1"
- ];
- })
- sources."cache-base-1.0.1"
sources."callsites-3.1.0"
- (sources."chalk-3.0.0" // {
- dependencies = [
- sources."ansi-styles-4.3.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."supports-color-7.2.0"
- ];
- })
+ sources."caniuse-lite-1.0.30001165"
+ sources."chalk-3.0.0"
sources."chardet-0.7.0"
- sources."chokidar-3.4.2"
- sources."chownr-1.1.4"
+ sources."chokidar-3.4.3"
sources."chrome-trace-event-1.0.2"
- sources."cipher-base-1.0.4"
- (sources."class-utils-0.3.6" // {
- dependencies = [
- sources."define-property-0.2.5"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- ];
- })
sources."cli-cursor-3.1.0"
sources."cli-spinners-2.5.0"
- (sources."cli-table3-0.5.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."cli-width-2.2.1"
+ sources."cli-table3-0.5.1"
+ sources."cli-width-3.0.0"
sources."clone-1.0.4"
- 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."colorette-1.2.1"
sources."colors-1.4.0"
sources."commander-4.1.1"
- sources."commondir-1.0.1"
- sources."component-emitter-1.3.0"
sources."concat-map-0.0.1"
- sources."concat-stream-1.6.2"
- sources."console-browserify-1.2.0"
- sources."constants-browserify-1.0.0"
- (sources."copy-concurrently-1.0.5" // {
- dependencies = [
- sources."rimraf-2.7.1"
- ];
- })
- sources."copy-descriptor-0.1.1"
sources."core-util-is-1.0.2"
sources."cosmiconfig-6.0.0"
- (sources."create-ecdh-4.0.4" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
- sources."create-hash-1.2.0"
- sources."create-hmac-1.1.7"
- (sources."cross-spawn-6.0.5" // {
- dependencies = [
- sources."semver-5.7.1"
- ];
- })
- sources."crypto-browserify-3.12.0"
- sources."cyclist-1.0.1"
- sources."debug-2.6.9"
- sources."decode-uri-component-0.2.0"
+ sources."cross-spawn-7.0.3"
sources."deepmerge-4.2.2"
sources."defaults-1.0.3"
- sources."define-property-2.0.2"
- sources."des.js-1.0.1"
- (sources."diffie-hellman-5.0.3" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
- sources."domain-browser-1.2.0"
- sources."duplexify-3.7.1"
- (sources."elliptic-6.5.3" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."electron-to-chromium-1.3.616"
sources."emoji-regex-8.0.0"
- sources."emojis-list-3.0.0"
sources."end-of-stream-1.4.4"
sources."enhanced-resolve-4.3.0"
sources."errno-0.1.7"
sources."error-ex-1.3.2"
+ sources."escalade-3.1.1"
sources."escape-string-regexp-1.0.5"
- sources."eslint-scope-4.0.3"
+ sources."eslint-scope-5.1.1"
(sources."esrecurse-4.3.0" // {
dependencies = [
sources."estraverse-5.2.0"
@@ -58589,504 +60448,212 @@ in
})
sources."estraverse-4.3.0"
sources."events-3.2.0"
- sources."evp_bytestokey-1.0.3"
- sources."execa-1.0.0"
- (sources."expand-brackets-2.1.4" // {
- dependencies = [
- 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."extend-shallow-3.0.2" // {
- dependencies = [
- sources."is-extendable-1.0.1"
- ];
- })
+ sources."execa-4.1.0"
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."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
- sources."figgy-pudding-3.5.2"
sources."figures-3.2.0"
- sources."file-uri-to-path-1.0.0"
sources."fill-range-7.0.1"
- sources."find-cache-dir-2.1.0"
- sources."find-up-3.0.0"
- sources."flush-write-stream-1.1.1"
- sources."for-in-1.0.2"
- (sources."fork-ts-checker-webpack-plugin-5.1.0" // {
+ sources."find-up-4.1.0"
+ (sources."fork-ts-checker-webpack-plugin-6.0.2" // {
dependencies = [
- sources."ansi-styles-4.3.0"
sources."chalk-4.1.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."supports-color-7.2.0"
];
})
- sources."fragment-cache-0.2.1"
- sources."from2-2.3.0"
sources."fs-extra-9.0.1"
sources."fs-monkey-1.0.1"
- sources."fs-write-stream-atomic-1.0.10"
sources."fs.realpath-1.0.0"
sources."fsevents-2.1.3"
- sources."get-stream-4.1.0"
- sources."get-value-2.0.6"
+ sources."function-bind-1.1.1"
+ sources."get-stream-5.2.0"
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
+ sources."glob-to-regexp-0.4.1"
sources."graceful-fs-4.2.4"
- sources."has-flag-3.0.0"
- 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."hash-base-3.1.0" // {
- dependencies = [
- sources."readable-stream-3.6.0"
- sources."safe-buffer-5.2.1"
- ];
- })
- sources."hash.js-1.1.7"
- sources."hmac-drbg-1.0.1"
- sources."https-browserify-1.0.0"
+ sources."has-1.0.3"
+ sources."has-flag-4.0.0"
+ sources."human-signals-1.1.1"
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
- sources."iferr-0.1.5"
- sources."import-fresh-3.2.1"
- sources."imurmurhash-0.1.4"
- sources."infer-owner-1.0.4"
+ sources."import-fresh-3.2.2"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
(sources."inquirer-7.3.3" // {
dependencies = [
- sources."ansi-styles-4.3.0"
+ sources."ansi-regex-5.0.0"
sources."chalk-4.1.0"
- sources."cli-width-3.0.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."rxjs-6.6.3"
- sources."supports-color-7.2.0"
+ sources."is-fullwidth-code-point-3.0.0"
+ sources."string-width-4.2.0"
+ sources."strip-ansi-6.0.0"
];
})
sources."interpret-1.4.0"
- sources."is-accessor-descriptor-1.0.0"
sources."is-arrayish-0.2.1"
sources."is-binary-path-2.1.0"
- sources."is-buffer-1.1.6"
- sources."is-data-descriptor-1.0.0"
- sources."is-descriptor-1.0.2"
- sources."is-extendable-0.1.1"
+ sources."is-core-module-2.2.0"
sources."is-extglob-2.1.1"
- sources."is-fullwidth-code-point-3.0.0"
+ sources."is-fullwidth-code-point-2.0.0"
sources."is-glob-4.0.1"
sources."is-interactive-1.0.0"
sources."is-number-7.0.0"
- sources."is-plain-object-2.0.4"
- sources."is-stream-1.1.0"
- sources."is-windows-1.0.2"
- sources."is-wsl-1.1.0"
+ sources."is-stream-2.0.0"
sources."isarray-1.0.0"
sources."isexe-2.0.0"
- sources."isobject-3.0.1"
+ sources."jest-worker-26.6.2"
sources."js-tokens-4.0.0"
sources."json-parse-better-errors-1.0.2"
sources."json-parse-even-better-errors-2.3.1"
sources."json-schema-traverse-0.4.1"
sources."json5-1.0.1"
- sources."jsonfile-6.0.1"
- sources."kind-of-6.0.3"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."lines-and-columns-1.1.6"
- sources."loader-runner-2.4.0"
- sources."loader-utils-1.4.0"
- sources."locate-path-3.0.0"
+ sources."loader-runner-4.1.0"
+ sources."locate-path-5.0.0"
sources."lodash-4.17.20"
sources."lodash.toarray-4.4.0"
- (sources."log-symbols-3.0.0" // {
+ (sources."log-symbols-4.0.0" // {
dependencies = [
- sources."chalk-2.4.2"
+ sources."chalk-4.1.0"
];
})
- sources."lru-cache-5.1.1"
+ sources."lru-cache-6.0.0"
sources."macos-release-2.4.1"
sources."magic-string-0.25.7"
- (sources."make-dir-2.1.0" // {
- dependencies = [
- sources."semver-5.7.1"
- ];
- })
- sources."map-cache-0.2.2"
- sources."map-visit-1.0.0"
- sources."md5.js-1.3.5"
sources."memfs-3.2.0"
sources."memory-fs-0.5.0"
- (sources."micromatch-3.1.10" // {
- dependencies = [
- (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" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."to-regex-range-2.1.1"
- ];
- })
- (sources."miller-rabin-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."merge-stream-2.0.0"
+ sources."mime-db-1.44.0"
+ sources."mime-types-2.1.27"
sources."mimic-fn-2.1.0"
- sources."minimalistic-assert-1.0.1"
- sources."minimalistic-crypto-utils-1.0.1"
sources."minimatch-3.0.4"
sources."minimist-1.2.5"
- sources."mississippi-3.0.0"
- (sources."mixin-deep-1.3.2" // {
- dependencies = [
- sources."is-extendable-1.0.1"
- ];
- })
- sources."mkdirp-0.5.5"
- (sources."move-concurrently-1.0.1" // {
- dependencies = [
- sources."rimraf-2.7.1"
- ];
- })
- sources."ms-2.0.0"
sources."mute-stream-0.0.8"
- sources."nan-2.14.2"
- sources."nanomatch-1.2.13"
sources."neo-async-2.6.2"
- sources."nice-try-1.0.5"
sources."node-emoji-1.10.0"
- (sources."node-libs-browser-2.2.1" // {
- dependencies = [
- sources."punycode-1.4.1"
- ];
- })
+ sources."node-releases-1.1.67"
sources."normalize-path-3.0.0"
- sources."npm-run-path-2.0.2"
+ sources."npm-run-path-4.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."kind-of-3.2.2"
- ];
- })
- sources."object-visit-1.0.1"
- sources."object.pick-1.3.0"
sources."once-1.4.0"
sources."onetime-5.1.2"
- (sources."ora-5.0.0" // {
+ (sources."ora-5.1.0" // {
dependencies = [
- sources."ansi-styles-4.3.0"
+ sources."ansi-regex-5.0.0"
sources."chalk-4.1.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."log-symbols-4.0.0"
- sources."supports-color-7.2.0"
+ sources."strip-ansi-6.0.0"
];
})
- sources."os-browserify-0.3.0"
- sources."os-name-3.1.0"
+ sources."os-name-4.0.0"
sources."os-tmpdir-1.0.2"
- sources."p-finally-1.0.0"
sources."p-limit-2.3.0"
- sources."p-locate-3.0.0"
+ sources."p-locate-4.1.0"
sources."p-try-2.2.0"
- sources."pako-1.0.11"
- sources."parallel-transform-1.2.0"
sources."parent-module-1.0.1"
- sources."parse-asn1-5.1.6"
sources."parse-json-5.1.0"
- sources."pascalcase-0.1.1"
- sources."path-browserify-0.0.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-key-3.1.1"
sources."path-parse-1.0.6"
sources."path-type-4.0.0"
- sources."pbkdf2-3.1.1"
sources."picomatch-2.2.2"
- sources."pify-4.0.1"
- sources."pkg-dir-3.0.0"
+ sources."pkg-dir-4.2.0"
sources."pluralize-8.0.0"
- sources."posix-character-classes-0.1.1"
- sources."process-0.11.10"
sources."process-nextick-args-2.0.1"
- sources."promise-inflight-1.0.1"
sources."prr-1.0.1"
- (sources."public-encrypt-4.0.3" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
sources."pump-3.0.0"
- (sources."pumpify-1.5.1" // {
- dependencies = [
- sources."pump-2.0.1"
- ];
- })
sources."punycode-2.1.1"
- sources."querystring-0.2.0"
- sources."querystring-es3-0.2.1"
sources."randombytes-2.1.0"
- sources."randomfill-1.0.4"
sources."readable-stream-2.3.7"
- sources."readdirp-3.4.0"
+ sources."readdirp-3.5.0"
sources."rechoir-0.6.2"
- sources."regex-not-1.0.2"
- sources."remove-trailing-separator-1.1.0"
- sources."repeat-element-1.1.3"
- sources."repeat-string-1.6.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-4.0.0"
- sources."resolve-url-0.2.1"
sources."restore-cursor-3.1.0"
- sources."ret-0.1.15"
sources."rimraf-3.0.2"
- sources."ripemd160-2.0.2"
sources."run-async-2.4.1"
- sources."run-queue-1.0.3"
- sources."rxjs-6.5.5"
+ sources."rxjs-6.6.3"
sources."safe-buffer-5.1.2"
- sources."safe-regex-1.1.0"
sources."safer-buffer-2.1.2"
sources."schema-utils-2.7.0"
- sources."semver-7.3.2"
- sources."serialize-javascript-4.0.0"
- (sources."set-value-2.0.1" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."setimmediate-1.0.5"
- sources."sha.js-2.4.11"
- sources."shebang-command-1.2.0"
- sources."shebang-regex-1.0.0"
+ sources."semver-7.3.4"
+ sources."serialize-javascript-5.0.1"
+ sources."shebang-command-2.0.0"
+ sources."shebang-regex-3.0.0"
sources."shelljs-0.8.4"
sources."signal-exit-3.0.3"
- (sources."snapdragon-0.8.2" // {
- dependencies = [
- 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."source-map-0.5.7"
- ];
- })
- (sources."snapdragon-node-2.1.1" // {
- dependencies = [
- sources."define-property-1.0.0"
- ];
- })
- (sources."snapdragon-util-3.0.1" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
sources."source-list-map-2.0.1"
sources."source-map-0.7.3"
- sources."source-map-resolve-0.5.3"
(sources."source-map-support-0.5.19" // {
dependencies = [
sources."source-map-0.6.1"
];
})
- sources."source-map-url-0.4.0"
sources."sourcemap-codec-1.4.8"
- sources."split-string-3.1.0"
- sources."ssri-6.0.1"
- (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."stream-browserify-2.0.2"
- sources."stream-each-1.2.3"
- sources."stream-http-2.8.3"
- sources."stream-shift-1.0.1"
- sources."string-width-4.2.0"
+ sources."string-width-2.1.1"
sources."string_decoder-1.1.1"
- sources."strip-ansi-6.0.0"
+ sources."strip-ansi-4.0.0"
sources."strip-bom-3.0.0"
- sources."strip-eof-1.0.0"
- sources."supports-color-5.5.0"
- sources."symbol-observable-1.2.0"
+ sources."strip-final-newline-2.0.0"
+ sources."supports-color-7.2.0"
+ sources."symbol-observable-2.0.3"
sources."tapable-1.1.3"
- (sources."terser-4.8.0" // {
+ (sources."terser-5.5.1" // {
dependencies = [
sources."commander-2.20.3"
- sources."source-map-0.6.1"
];
})
- (sources."terser-webpack-plugin-1.4.5" // {
+ (sources."terser-webpack-plugin-5.0.3" // {
dependencies = [
- sources."schema-utils-1.0.0"
+ sources."p-limit-3.1.0"
+ sources."schema-utils-3.0.0"
sources."source-map-0.6.1"
];
})
sources."through-2.3.8"
- sources."through2-2.0.5"
- sources."timers-browserify-2.0.11"
sources."tmp-0.0.33"
- sources."to-arraybuffer-1.0.1"
- (sources."to-object-path-0.3.0" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."to-regex-3.0.2"
sources."to-regex-range-5.0.1"
sources."tree-kill-1.2.2"
sources."tsconfig-paths-3.9.0"
(sources."tsconfig-paths-webpack-plugin-3.3.0" // {
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."tslib-1.14.1"
- sources."tty-browserify-0.0.0"
sources."type-fest-0.11.0"
- sources."typedarray-0.0.6"
- sources."typescript-3.9.7"
- sources."union-value-1.0.1"
- sources."unique-filename-1.1.1"
- sources."unique-slug-2.0.2"
+ sources."typescript-4.0.5"
sources."universalify-1.0.0"
- (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."upath-1.2.0"
sources."uri-js-4.4.0"
- sources."urix-0.1.0"
- (sources."url-0.11.0" // {
- dependencies = [
- sources."punycode-1.3.2"
- ];
- })
- sources."use-3.1.1"
- (sources."util-0.11.1" // {
- dependencies = [
- sources."inherits-2.0.3"
- ];
- })
sources."util-deprecate-1.0.2"
- sources."vm-browserify-1.1.2"
- sources."watchpack-1.7.4"
- (sources."watchpack-chokidar2-2.0.0" // {
- dependencies = [
- sources."anymatch-2.0.0"
- sources."binary-extensions-1.13.1"
- sources."braces-2.3.2"
- sources."chokidar-2.1.8"
- sources."extend-shallow-2.0.1"
- sources."fill-range-4.0.0"
- sources."fsevents-1.2.13"
- sources."glob-parent-3.1.0"
- sources."is-binary-path-1.0.1"
- sources."is-glob-3.1.0"
- sources."is-number-3.0.0"
- sources."kind-of-3.2.2"
- sources."normalize-path-2.1.1"
- sources."readdirp-2.2.1"
- sources."to-regex-range-2.1.1"
- ];
- })
+ sources."watchpack-2.0.1"
sources."wcwidth-1.0.1"
- (sources."webpack-4.44.1" // {
+ (sources."webpack-5.4.0" // {
dependencies = [
- sources."memory-fs-0.4.1"
- sources."schema-utils-1.0.0"
+ sources."enhanced-resolve-5.4.0"
+ sources."schema-utils-3.0.0"
+ sources."tapable-2.2.0"
];
})
- sources."webpack-node-externals-2.5.1"
- (sources."webpack-sources-1.4.3" // {
+ sources."webpack-node-externals-2.5.2"
+ (sources."webpack-sources-2.2.0" // {
dependencies = [
sources."source-map-0.6.1"
];
})
- sources."which-1.3.1"
- sources."windows-release-3.3.3"
- sources."worker-farm-1.7.0"
+ sources."which-2.0.2"
+ sources."windows-release-4.0.0"
sources."wrappy-1.0.2"
- sources."xtend-4.0.2"
- sources."y18n-4.0.0"
- sources."yallist-3.1.1"
+ sources."yallist-4.0.0"
sources."yaml-1.10.0"
+ sources."yocto-queue-0.1.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -59101,17 +60668,17 @@ in
"@vue/cli" = nodeEnv.buildNodePackage {
name = "_at_vue_slash_cli";
packageName = "@vue/cli";
- version = "4.5.7";
+ version = "4.5.9";
src = fetchurl {
- url = "https://registry.npmjs.org/@vue/cli/-/cli-4.5.7.tgz";
- sha512 = "rx6yzQQ0DLxtJGxvGti8R1ND/wF5ISIv+hwyh1qB2R9gO6WobhT9sUBB/8Rth5hxRj7/MuCIz6KgmTc2hW+u2g==";
+ url = "https://registry.npmjs.org/@vue/cli/-/cli-4.5.9.tgz";
+ sha512 = "R6fRau8+fqKI+94LrruKtJDaMQGVsJCNzrdefTJ+bn+ljtCS6j9H+XuU8zLa9+X0HBkX4VoBT7XjfwUAo1IIPA==";
};
dependencies = [
sources."@akryum/winattr-3.0.0"
- sources."@apollo/federation-0.20.2"
+ sources."@apollo/federation-0.20.4"
(sources."@apollo/protobufjs-1.0.5" // {
dependencies = [
- sources."@types/node-10.17.40"
+ sources."@types/node-10.17.48"
];
})
sources."@apollographql/apollo-tools-0.4.8"
@@ -59121,94 +60688,96 @@ in
sources."@apollographql/graphql-language-service-utils-2.0.2"
sources."@apollographql/graphql-playground-html-1.6.26"
sources."@babel/code-frame-7.10.4"
- sources."@babel/compat-data-7.12.1"
- (sources."@babel/core-7.12.3" // {
+ sources."@babel/compat-data-7.12.7"
+ (sources."@babel/core-7.12.9" // {
dependencies = [
- sources."@babel/generator-7.12.1"
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
sources."semver-5.7.1"
];
})
- (sources."@babel/generator-7.11.6" // {
+ (sources."@babel/generator-7.12.5" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
sources."@babel/helper-annotate-as-pure-7.10.4"
sources."@babel/helper-builder-binary-assignment-operator-visitor-7.10.4"
- (sources."@babel/helper-compilation-targets-7.12.1" // {
+ (sources."@babel/helper-compilation-targets-7.12.5" // {
dependencies = [
sources."semver-5.7.1"
];
})
sources."@babel/helper-create-class-features-plugin-7.12.1"
- sources."@babel/helper-create-regexp-features-plugin-7.12.1"
+ sources."@babel/helper-create-regexp-features-plugin-7.12.7"
(sources."@babel/helper-define-map-7.10.5" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
(sources."@babel/helper-explode-assignable-expression-7.12.1" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
sources."@babel/helper-hoist-variables-7.10.4"
- (sources."@babel/helper-member-expression-to-functions-7.12.1" // {
+ (sources."@babel/helper-member-expression-to-functions-7.12.7" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
- (sources."@babel/helper-module-imports-7.12.1" // {
+ (sources."@babel/helper-module-imports-7.12.5" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
(sources."@babel/helper-module-transforms-7.12.1" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
+ ];
+ })
+ (sources."@babel/helper-optimise-call-expression-7.12.7" // {
+ dependencies = [
+ sources."@babel/types-7.12.7"
];
})
- sources."@babel/helper-optimise-call-expression-7.10.4"
sources."@babel/helper-plugin-utils-7.10.4"
- sources."@babel/helper-regex-7.10.5"
(sources."@babel/helper-remap-async-to-generator-7.12.1" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
- (sources."@babel/helper-replace-supers-7.12.1" // {
+ (sources."@babel/helper-replace-supers-7.12.5" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
(sources."@babel/helper-simple-access-7.12.1" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
(sources."@babel/helper-skip-transparent-expression-wrappers-7.12.1" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
(sources."@babel/helper-split-export-declaration-7.11.0" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
sources."@babel/helper-validator-identifier-7.10.4"
sources."@babel/helper-validator-option-7.12.1"
sources."@babel/helper-wrap-function-7.12.3"
- (sources."@babel/helpers-7.12.1" // {
+ (sources."@babel/helpers-7.12.5" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
];
})
sources."@babel/highlight-7.10.4"
- sources."@babel/parser-7.12.3"
+ sources."@babel/parser-7.12.7"
sources."@babel/plugin-proposal-async-generator-functions-7.12.1"
sources."@babel/plugin-proposal-class-properties-7.12.1"
sources."@babel/plugin-proposal-dynamic-import-7.12.1"
@@ -59216,10 +60785,10 @@ in
sources."@babel/plugin-proposal-json-strings-7.12.1"
sources."@babel/plugin-proposal-logical-assignment-operators-7.12.1"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.12.1"
- sources."@babel/plugin-proposal-numeric-separator-7.12.1"
+ sources."@babel/plugin-proposal-numeric-separator-7.12.7"
sources."@babel/plugin-proposal-object-rest-spread-7.12.1"
sources."@babel/plugin-proposal-optional-catch-binding-7.12.1"
- sources."@babel/plugin-proposal-optional-chaining-7.12.1"
+ sources."@babel/plugin-proposal-optional-chaining-7.12.7"
sources."@babel/plugin-proposal-private-methods-7.12.1"
sources."@babel/plugin-proposal-unicode-property-regex-7.12.1"
sources."@babel/plugin-syntax-async-generators-7.8.4"
@@ -59264,21 +60833,21 @@ in
sources."@babel/plugin-transform-reserved-words-7.12.1"
sources."@babel/plugin-transform-shorthand-properties-7.12.1"
sources."@babel/plugin-transform-spread-7.12.1"
- sources."@babel/plugin-transform-sticky-regex-7.12.1"
+ sources."@babel/plugin-transform-sticky-regex-7.12.7"
sources."@babel/plugin-transform-template-literals-7.12.1"
sources."@babel/plugin-transform-typeof-symbol-7.12.1"
sources."@babel/plugin-transform-typescript-7.12.1"
sources."@babel/plugin-transform-unicode-escapes-7.12.1"
sources."@babel/plugin-transform-unicode-regex-7.12.1"
- (sources."@babel/preset-env-7.12.1" // {
+ (sources."@babel/preset-env-7.12.7" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
sources."semver-5.7.1"
];
})
sources."@babel/preset-flow-7.12.1"
sources."@babel/preset-modules-0.1.4"
- sources."@babel/preset-typescript-7.12.1"
+ sources."@babel/preset-typescript-7.12.7"
(sources."@babel/register-7.12.1" // {
dependencies = [
sources."make-dir-2.1.0"
@@ -59286,12 +60855,15 @@ in
sources."semver-5.7.1"
];
})
- sources."@babel/runtime-7.12.1"
- sources."@babel/template-7.10.4"
- (sources."@babel/traverse-7.12.1" // {
+ sources."@babel/runtime-7.12.5"
+ (sources."@babel/template-7.12.7" // {
dependencies = [
- sources."@babel/generator-7.12.1"
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
+ ];
+ })
+ (sources."@babel/traverse-7.12.9" // {
+ dependencies = [
+ sources."@babel/types-7.12.7"
];
})
sources."@babel/types-7.10.4"
@@ -59322,7 +60894,9 @@ in
(sources."@oclif/command-1.8.0" // {
dependencies = [
sources."@oclif/plugin-help-3.2.0"
- sources."semver-7.3.2"
+ sources."lru-cache-6.0.0"
+ sources."semver-7.3.4"
+ sources."yallist-4.0.0"
];
})
(sources."@oclif/config-1.17.0" // {
@@ -59332,14 +60906,14 @@ in
sources."tslib-2.0.3"
];
})
- (sources."@oclif/errors-1.3.3" // {
+ (sources."@oclif/errors-1.3.4" // {
dependencies = [
sources."ansi-styles-4.3.0"
- sources."clean-stack-3.0.0"
+ sources."clean-stack-3.0.1"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."escape-string-regexp-4.0.0"
- sources."fs-extra-9.0.1"
+ sources."fs-extra-8.1.0"
sources."wrap-ansi-7.0.0"
];
})
@@ -59369,12 +60943,15 @@ in
sources."strip-ansi-5.2.0"
];
})
- (sources."@oclif/plugin-plugins-1.9.0" // {
+ (sources."@oclif/plugin-plugins-1.9.3" // {
dependencies = [
- sources."npm-run-path-3.1.0"
+ sources."fs-extra-8.1.0"
+ sources."lru-cache-6.0.0"
+ sources."npm-run-path-4.0.1"
sources."path-key-3.1.1"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."tslib-2.0.3"
+ sources."yallist-4.0.0"
];
})
(sources."@oclif/plugin-warn-if-update-available-1.7.0" // {
@@ -59399,22 +60976,22 @@ in
sources."@types/body-parser-1.19.0"
sources."@types/connect-3.4.33"
sources."@types/content-disposition-0.5.3"
- sources."@types/cookies-0.7.4"
- sources."@types/cors-2.8.7"
+ sources."@types/cookies-0.7.5"
+ sources."@types/cors-2.8.8"
sources."@types/ejs-2.7.0"
sources."@types/express-4.17.7"
- sources."@types/express-serve-static-core-4.17.9"
+ sources."@types/express-serve-static-core-4.17.13"
sources."@types/fs-capacitor-2.0.0"
sources."@types/glob-7.1.3"
(sources."@types/graphql-upload-8.0.4" // {
dependencies = [
- sources."graphql-15.3.0"
+ sources."graphql-15.4.0"
];
})
sources."@types/http-assert-1.5.1"
sources."@types/http-errors-1.8.0"
sources."@types/inquirer-6.5.0"
- (sources."@types/jscodeshift-0.7.1" // {
+ (sources."@types/jscodeshift-0.7.2" // {
dependencies = [
sources."ast-types-0.12.1"
sources."recast-0.17.2"
@@ -59422,12 +60999,12 @@ in
];
})
sources."@types/keygrip-1.0.2"
- sources."@types/koa-2.11.5"
+ sources."@types/koa-2.11.6"
sources."@types/koa-compose-3.2.5"
sources."@types/long-4.0.1"
sources."@types/mime-2.0.3"
sources."@types/minimatch-3.0.3"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
(sources."@types/node-fetch-2.5.7" // {
dependencies = [
sources."form-data-3.0.0"
@@ -59436,36 +61013,36 @@ in
sources."@types/normalize-package-data-2.4.0"
sources."@types/qs-6.9.5"
sources."@types/range-parser-1.2.3"
- sources."@types/serve-static-1.13.5"
+ sources."@types/serve-static-1.13.8"
sources."@types/through-0.0.30"
- sources."@types/ws-7.2.7"
+ sources."@types/ws-7.4.0"
sources."@types/zen-observable-0.8.1"
- sources."@vue/cli-shared-utils-4.5.7"
- (sources."@vue/cli-ui-4.5.7" // {
+ sources."@vue/cli-shared-utils-4.5.9"
+ (sources."@vue/cli-ui-4.5.9" // {
dependencies = [
sources."clone-2.1.2"
];
})
- sources."@vue/cli-ui-addon-webpack-4.5.7"
- sources."@vue/cli-ui-addon-widgets-4.5.7"
- (sources."@vue/compiler-core-3.0.1" // {
+ sources."@vue/cli-ui-addon-webpack-4.5.9"
+ sources."@vue/cli-ui-addon-widgets-4.5.9"
+ (sources."@vue/compiler-core-3.0.4" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
sources."source-map-0.6.1"
];
})
- sources."@vue/compiler-dom-3.0.1"
- (sources."@vue/compiler-sfc-3.0.1" // {
+ sources."@vue/compiler-dom-3.0.4"
+ (sources."@vue/compiler-sfc-3.0.4" // {
dependencies = [
- sources."@babel/types-7.12.1"
+ sources."@babel/types-7.12.7"
sources."source-map-0.6.1"
];
})
- sources."@vue/compiler-ssr-3.0.1"
- sources."@vue/reactivity-3.0.1"
- sources."@vue/runtime-core-3.0.1"
- sources."@vue/runtime-dom-3.0.1"
- sources."@vue/shared-3.0.1"
+ sources."@vue/compiler-ssr-3.0.4"
+ sources."@vue/reactivity-3.0.4"
+ sources."@vue/runtime-core-3.0.4"
+ sources."@vue/runtime-dom-3.0.4"
+ sources."@vue/shared-3.0.4"
sources."@wry/context-0.4.4"
sources."@wry/equality-0.1.11"
sources."abbrev-1.1.1"
@@ -59509,31 +61086,31 @@ in
sources."to-regex-range-2.1.1"
];
})
- (sources."apollo-2.31.0" // {
+ (sources."apollo-2.31.2" // {
dependencies = [
sources."mkdirp-1.0.4"
sources."strip-ansi-5.2.0"
];
})
sources."apollo-cache-1.3.5"
- sources."apollo-cache-control-0.11.3"
+ sources."apollo-cache-control-0.11.4"
sources."apollo-cache-inmemory-1.6.6"
sources."apollo-client-2.6.10"
- (sources."apollo-codegen-core-0.38.0" // {
+ (sources."apollo-codegen-core-0.38.2" // {
dependencies = [
sources."recast-0.20.4"
sources."source-map-0.6.1"
sources."tslib-2.0.3"
];
})
- sources."apollo-codegen-flow-0.36.0"
- sources."apollo-codegen-scala-0.37.0"
- sources."apollo-codegen-swift-0.38.0"
- sources."apollo-codegen-typescript-0.38.0"
+ sources."apollo-codegen-flow-0.36.2"
+ sources."apollo-codegen-scala-0.37.2"
+ sources."apollo-codegen-swift-0.38.2"
+ sources."apollo-codegen-typescript-0.38.2"
sources."apollo-datasource-0.7.2"
sources."apollo-env-0.6.5"
sources."apollo-graphql-0.6.0"
- sources."apollo-language-server-1.24.0"
+ sources."apollo-language-server-1.24.1"
sources."apollo-link-1.2.14"
sources."apollo-link-context-1.0.20"
sources."apollo-link-error-1.1.13"
@@ -59542,19 +61119,19 @@ in
sources."apollo-link-persisted-queries-0.2.2"
sources."apollo-link-state-0.4.2"
sources."apollo-link-ws-1.0.20"
- sources."apollo-reporting-protobuf-0.6.0"
+ sources."apollo-reporting-protobuf-0.6.1"
sources."apollo-server-caching-0.5.2"
- (sources."apollo-server-core-2.18.2" // {
+ (sources."apollo-server-core-2.19.0" // {
dependencies = [
sources."uuid-8.3.1"
];
})
sources."apollo-server-env-2.4.5"
sources."apollo-server-errors-2.4.2"
- sources."apollo-server-express-2.18.2"
- sources."apollo-server-plugin-base-0.10.1"
- sources."apollo-server-types-0.6.0"
- sources."apollo-tracing-0.11.4"
+ sources."apollo-server-express-2.19.0"
+ sources."apollo-server-plugin-base-0.10.2"
+ sources."apollo-server-types-0.6.1"
+ sources."apollo-tracing-0.12.0"
sources."apollo-upload-client-11.0.0"
sources."apollo-utilities-1.3.4"
(sources."archive-type-4.0.0" // {
@@ -59590,7 +61167,7 @@ in
sources."atob-2.1.2"
sources."await-to-js-2.1.1"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."babel-core-7.0.0-bridge.0"
sources."babel-plugin-dynamic-import-node-2.3.3"
sources."backo2-1.0.2"
@@ -59600,7 +61177,7 @@ in
sources."define-property-1.0.0"
];
})
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."big.js-5.2.2"
sources."binary-extensions-1.13.1"
@@ -59634,14 +61211,14 @@ in
sources."is-fullwidth-code-point-2.0.0"
sources."strip-ansi-5.2.0"
sources."supports-color-7.2.0"
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
sources."type-fest-0.8.1"
];
})
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- sources."browserslist-4.14.5"
- sources."buffer-5.6.0"
+ sources."browserslist-4.15.0"
+ sources."buffer-5.7.1"
sources."buffer-alloc-1.2.0"
sources."buffer-alloc-unsafe-1.1.0"
sources."buffer-crc32-0.2.13"
@@ -59661,20 +61238,33 @@ in
sources."sort-keys-2.0.0"
];
})
+ sources."call-bind-1.0.0"
sources."call-me-maybe-1.0.1"
sources."caller-callsite-2.0.0"
sources."caller-path-2.0.0"
sources."callsites-2.0.0"
- sources."camel-case-4.1.1"
+ (sources."camel-case-4.1.2" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."camelcase-4.1.0"
- sources."caniuse-lite-1.0.30001148"
- sources."capital-case-1.0.3"
+ sources."caniuse-lite-1.0.30001165"
+ (sources."capital-case-1.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."capture-stack-trace-1.0.1"
sources."cardinal-2.1.1"
sources."caseless-0.12.0"
sources."caw-2.0.1"
sources."chalk-2.4.2"
- sources."change-case-4.1.1"
+ (sources."change-case-4.1.2" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."chardet-0.7.0"
(sources."chokidar-2.1.8" // {
dependencies = [
@@ -59726,7 +61316,7 @@ in
sources."ansi-escapes-4.3.1"
sources."ansi-styles-4.3.0"
sources."chalk-4.1.0"
- sources."clean-stack-3.0.0"
+ sources."clean-stack-3.0.1"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."escape-string-regexp-4.0.0"
@@ -59734,11 +61324,19 @@ in
sources."fs-extra-9.0.1"
sources."has-flag-4.0.0"
sources."is-wsl-2.2.0"
- sources."semver-7.3.2"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
+ sources."lru-cache-6.0.0"
+ sources."semver-7.3.4"
sources."supports-color-7.2.0"
sources."supports-hyperlinks-2.1.0"
sources."tslib-2.0.3"
sources."type-fest-0.11.0"
+ sources."universalify-1.0.0"
+ sources."yallist-4.0.0"
];
})
sources."cli-width-3.0.0"
@@ -59758,6 +61356,7 @@ in
sources."collection-visit-1.0.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
+ sources."colorette-1.2.1"
sources."colors-1.4.0"
sources."combined-stream-1.0.8"
sources."commander-2.20.3"
@@ -59768,7 +61367,11 @@ in
sources."config-chain-1.1.12"
sources."configstore-3.1.5"
sources."consolidate-0.16.0"
- sources."constant-case-3.0.3"
+ (sources."constant-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
(sources."content-disposition-0.5.3" // {
dependencies = [
sources."safe-buffer-5.1.2"
@@ -59783,8 +61386,8 @@ in
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
sources."copy-descriptor-0.1.1"
- sources."core-js-3.6.5"
- (sources."core-js-compat-3.6.5" // {
+ sources."core-js-3.8.0"
+ (sources."core-js-compat-3.8.0" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -59805,11 +61408,11 @@ in
sources."crypto-random-string-1.0.0"
sources."cssesc-3.0.0"
sources."cssfilter-0.0.10"
- sources."csstype-2.6.13"
+ sources."csstype-2.6.14"
sources."csv-parser-1.12.1"
sources."dashdash-1.14.1"
sources."date-fns-1.30.1"
- (sources."debug-4.3.0" // {
+ (sources."debug-4.3.1" // {
dependencies = [
sources."ms-2.1.2"
];
@@ -59857,7 +61460,11 @@ in
sources."dicer-0.3.0"
sources."diff-4.0.2"
sources."dir-glob-3.0.1"
- sources."dot-case-3.0.3"
+ (sources."dot-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."dot-prop-4.2.1"
sources."dotenv-8.2.0"
(sources."download-7.1.0" // {
@@ -59871,11 +61478,11 @@ in
})
sources."download-git-repo-3.0.2"
sources."duplexer3-0.1.4"
- sources."easy-stack-1.0.0"
+ sources."easy-stack-1.0.1"
sources."ecc-jsbn-0.1.2"
sources."ee-first-1.1.1"
sources."ejs-2.7.4"
- sources."electron-to-chromium-1.3.582"
+ sources."electron-to-chromium-1.3.616"
sources."elegant-spinner-1.0.1"
sources."emoji-regex-8.0.0"
sources."emojis-list-3.0.0"
@@ -59944,7 +61551,7 @@ in
sources."fast-glob-3.2.4"
sources."fast-json-stable-stringify-2.1.0"
sources."fast-levenshtein-2.0.6"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."fd-slicer-1.1.0"
sources."figures-1.7.0"
sources."file-type-8.1.0"
@@ -59966,7 +61573,7 @@ in
})
sources."find-up-3.0.0"
sources."fkill-6.2.0"
- sources."flow-parser-0.136.0"
+ sources."flow-parser-0.138.0"
sources."for-in-1.0.2"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
@@ -59977,12 +61584,7 @@ in
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" // {
- dependencies = [
- sources."jsonfile-4.0.0"
- sources."universalify-0.1.2"
- ];
- })
+ sources."fs-extra-7.0.1"
sources."fs.realpath-1.0.0"
sources."fsevents-1.2.13"
sources."fswin-2.17.1227"
@@ -59991,8 +61593,9 @@ in
sources."generate-function-1.1.0"
sources."generate-object-property-1.2.0"
sources."generic-names-2.0.1"
- sources."gensync-1.0.0-beta.1"
+ sources."gensync-1.0.0-beta.2"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
sources."get-proxy-2.1.0"
sources."get-stream-4.1.0"
sources."get-value-2.0.6"
@@ -60006,7 +61609,7 @@ in
];
})
sources."git-up-4.0.2"
- sources."git-url-parse-11.2.0"
+ sources."git-url-parse-11.4.0"
sources."glob-7.1.5"
sources."glob-parent-5.1.1"
sources."glob-to-regexp-0.3.0"
@@ -60060,7 +61663,7 @@ in
sources."ts-invariant-0.3.3"
];
})
- sources."graphql-extensions-0.12.5"
+ sources."graphql-extensions-0.12.6"
sources."graphql-subscriptions-1.1.0"
sources."graphql-tag-2.11.0"
sources."graphql-tools-4.0.8"
@@ -60092,7 +61695,11 @@ in
})
sources."hash-sum-2.0.0"
sources."hash.js-1.1.7"
- sources."header-case-2.0.3"
+ (sources."header-case-2.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."homedir-polyfill-1.0.3"
sources."hosted-git-info-2.8.8"
sources."http-cache-semantics-3.8.1"
@@ -60109,7 +61716,7 @@ in
sources."iconv-lite-0.4.24"
sources."icss-replace-symbols-1.1.0"
sources."icss-utils-4.1.1"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."ignore-5.1.8"
sources."ignore-by-default-1.0.1"
sources."import-fresh-2.0.0"
@@ -60148,6 +61755,7 @@ in
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
sources."is-ci-1.2.1"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
sources."is-date-object-1.0.2"
sources."is-descriptor-1.0.2"
@@ -60159,11 +61767,11 @@ in
sources."is-glob-4.0.1"
sources."is-installed-globally-0.1.0"
sources."is-natural-number-4.0.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-npm-1.0.0"
sources."is-number-7.0.0"
sources."is-obj-1.0.1"
- sources."is-object-1.0.1"
+ sources."is-object-1.0.2"
sources."is-observable-1.1.0"
sources."is-path-inside-1.0.1"
sources."is-plain-obj-1.1.0"
@@ -60188,8 +61796,8 @@ in
sources."iterall-1.3.0"
sources."java-properties-1.0.2"
sources."javascript-stringify-1.6.0"
- sources."js-message-1.0.5"
- sources."js-queue-2.0.0"
+ sources."js-message-1.0.7"
+ sources."js-queue-2.0.2"
sources."js-tokens-4.0.0"
sources."js-yaml-3.14.0"
sources."jsbn-0.1.1"
@@ -60221,7 +61829,7 @@ in
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
sources."json5-2.1.3"
- sources."jsonfile-6.0.1"
+ sources."jsonfile-4.0.0"
sources."jsprim-1.4.1"
sources."keyv-3.0.0"
sources."kind-of-6.0.3"
@@ -60283,10 +61891,14 @@ in
sources."wrap-ansi-3.0.1"
];
})
- sources."loglevel-1.7.0"
+ sources."loglevel-1.7.1"
sources."long-4.0.0"
sources."lowdb-1.0.0"
- sources."lower-case-2.0.1"
+ (sources."lower-case-2.0.2" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."lowercase-keys-1.0.1"
(sources."lru-cache-5.1.1" // {
dependencies = [
@@ -60324,7 +61936,7 @@ in
];
})
sources."mkdirp-0.5.5"
- sources."moment-2.28.0"
+ sources."moment-2.29.1"
sources."ms-2.0.0"
sources."mute-stream-0.0.8"
sources."nan-2.14.2"
@@ -60345,20 +61957,24 @@ in
sources."negotiator-0.6.2"
sources."neo-async-2.6.2"
sources."nice-try-1.0.5"
- sources."no-case-3.0.3"
+ (sources."no-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."node-dir-0.1.17"
sources."node-fetch-2.6.1"
- sources."node-ipc-9.1.1"
+ sources."node-ipc-9.1.3"
sources."node-modules-regexp-1.0.0"
(sources."node-notifier-6.0.0" // {
dependencies = [
sources."is-wsl-2.2.0"
];
})
- sources."node-releases-1.1.63"
+ sources."node-releases-1.1.67"
(sources."nodemon-1.19.4" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
sources."semver-5.7.1"
];
@@ -60389,17 +62005,17 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
sources."object-path-0.11.5"
- sources."object-treeify-1.1.28"
+ sources."object-treeify-1.1.30"
sources."object-visit-1.0.1"
- (sources."object.assign-4.1.1" // {
+ sources."object.assign-4.1.2"
+ (sources."object.getownpropertydescriptors-2.1.1" // {
dependencies = [
sources."es-abstract-1.18.0-next.1"
];
})
- sources."object.getownpropertydescriptors-2.1.0"
sources."object.pick-1.3.0"
sources."on-finished-2.3.0"
sources."once-1.4.0"
@@ -60426,17 +62042,29 @@ in
sources."semver-5.7.1"
];
})
- sources."param-case-3.0.3"
+ (sources."param-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."parse-git-config-2.0.3"
sources."parse-json-5.1.0"
sources."parse-passwd-1.0.0"
sources."parse-path-4.0.2"
sources."parse-url-5.0.2"
sources."parseurl-1.3.3"
- sources."pascal-case-3.1.1"
+ (sources."pascal-case-3.1.2" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."pascalcase-0.1.1"
sources."password-prompt-1.1.2"
- sources."path-case-3.0.3"
+ (sources."path-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."path-dirname-1.0.2"
sources."path-exists-3.0.0"
sources."path-is-absolute-1.0.1"
@@ -60463,7 +62091,7 @@ in
sources."pkg-dir-3.0.0"
(sources."portfinder-1.0.28" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
];
})
@@ -60540,7 +62168,7 @@ in
})
sources."rechoir-0.6.2"
sources."redeyed-2.1.1"
- sources."regenerate-1.4.1"
+ sources."regenerate-1.4.2"
sources."regenerate-unicode-properties-8.2.0"
sources."regenerator-runtime-0.13.7"
sources."regenerator-transform-0.14.5"
@@ -60565,7 +62193,7 @@ in
sources."request-2.88.2"
sources."require-directory-2.1.1"
sources."require-main-filename-2.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-3.0.0"
sources."resolve-url-0.2.1"
sources."responselike-1.0.2"
@@ -60576,7 +62204,7 @@ in
sources."rimraf-3.0.2"
sources."rss-parser-3.9.0"
sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."rxjs-6.6.3"
sources."safe-buffer-5.2.1"
sources."safe-regex-1.1.0"
@@ -60603,7 +62231,11 @@ in
sources."setprototypeof-1.1.1"
];
})
- sources."sentence-case-3.0.3"
+ (sources."sentence-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."serve-static-1.14.1"
sources."set-blocking-2.0.0"
sources."set-value-2.0.1"
@@ -60614,11 +62246,15 @@ in
sources."shell-quote-1.7.2"
sources."shelljs-0.8.4"
sources."shellwords-0.1.1"
- sources."shortid-2.2.15"
+ sources."shortid-2.2.16"
sources."signal-exit-3.0.3"
sources."slash-3.0.0"
sources."slice-ansi-0.0.4"
- sources."snake-case-3.0.3"
+ (sources."snake-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
(sources."snapdragon-0.8.2" // {
dependencies = [
sources."debug-2.6.9"
@@ -60661,7 +62297,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
(sources."split-string-3.1.0" // {
dependencies = [
sources."extend-shallow-3.0.2"
@@ -60694,8 +62330,8 @@ in
sources."strict-uri-encode-1.1.0"
sources."string-hash-1.1.3"
sources."string-width-4.2.0"
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
(sources."string_decoder-1.1.1" // {
dependencies = [
sources."safe-buffer-5.1.2"
@@ -60814,7 +62450,7 @@ in
sources."union-value-1.0.1"
sources."uniq-1.0.1"
sources."unique-string-1.0.0"
- sources."universalify-1.0.0"
+ sources."universalify-0.1.2"
sources."unpipe-1.0.0"
(sources."unset-value-1.0.0" // {
dependencies = [
@@ -60838,8 +62474,16 @@ in
sources."widest-line-2.0.1"
];
})
- sources."upper-case-2.0.1"
- sources."upper-case-first-2.0.1"
+ (sources."upper-case-2.0.2" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
+ (sources."upper-case-first-2.0.2" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."uri-js-4.4.0"
sources."urix-0.1.0"
sources."url-parse-lax-1.0.0"
@@ -60866,7 +62510,6 @@ in
sources."fs-extra-8.1.0"
sources."get-stream-5.2.0"
sources."is-stream-2.0.0"
- sources."jsonfile-4.0.0"
sources."mimic-fn-2.1.0"
sources."npm-run-path-4.0.1"
sources."onetime-5.1.2"
@@ -60874,14 +62517,13 @@ in
sources."path-key-3.1.1"
sources."shebang-command-2.0.0"
sources."shebang-regex-3.0.0"
- sources."universalify-0.1.2"
sources."which-2.0.2"
];
})
(sources."vue-codemod-0.0.4" // {
dependencies = [
sources."globby-10.0.2"
- sources."vue-3.0.1"
+ sources."vue-3.0.4"
];
})
sources."watch-1.0.2"
@@ -60905,7 +62547,7 @@ in
sources."xmlbuilder-11.0.1"
sources."xss-1.0.8"
sources."xtend-4.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yallist-2.1.2"
(sources."yaml-front-matter-3.4.1" // {
dependencies = [
@@ -61066,12 +62708,12 @@ in
};
dependencies = [
sources."@babel/code-frame-7.10.4"
- sources."@babel/generator-7.12.1"
+ sources."@babel/generator-7.12.5"
sources."@babel/helper-validator-identifier-7.10.4"
sources."@babel/highlight-7.10.4"
- sources."@babel/parser-7.12.3"
- sources."@babel/template-7.10.4"
- sources."@babel/types-7.12.1"
+ sources."@babel/parser-7.12.7"
+ sources."@babel/template-7.12.7"
+ sources."@babel/types-7.12.7"
sources."@webassemblyjs/ast-1.9.1"
sources."@webassemblyjs/floating-point-hex-parser-1.9.1"
sources."@webassemblyjs/helper-api-error-1.9.1"
@@ -61144,60 +62786,60 @@ in
alloy = nodeEnv.buildNodePackage {
name = "alloy";
packageName = "alloy";
- version = "1.15.2";
+ version = "1.15.3";
src = fetchurl {
- url = "https://registry.npmjs.org/alloy/-/alloy-1.15.2.tgz";
- sha512 = "40tSBJENAo8bC9RA+IplD/OACRBiZbTBXdt/Q7qaTdDiaMz/ITXCYuALeY6cGK6bO3Frmw2B5djwGbjxlrLa6A==";
+ url = "https://registry.npmjs.org/alloy/-/alloy-1.15.3.tgz";
+ sha512 = "RYp9vX+/ojXMCpxMOsZu9e4X5+k3Nlq3vW4gdMkIVXIlk7hfvNcBfAYMeq3ao68cyYQFLJWVkFY0DlQfn0hQhQ==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
- (sources."@babel/core-7.12.3" // {
+ (sources."@babel/core-7.12.9" // {
dependencies = [
sources."source-map-0.5.7"
];
})
- (sources."@babel/generator-7.12.1" // {
+ (sources."@babel/generator-7.12.5" // {
dependencies = [
sources."source-map-0.5.7"
];
})
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
- sources."@babel/helper-member-expression-to-functions-7.12.1"
- sources."@babel/helper-module-imports-7.12.1"
+ sources."@babel/helper-member-expression-to-functions-7.12.7"
+ sources."@babel/helper-module-imports-7.12.5"
sources."@babel/helper-module-transforms-7.12.1"
- sources."@babel/helper-optimise-call-expression-7.10.4"
- sources."@babel/helper-replace-supers-7.12.1"
+ sources."@babel/helper-optimise-call-expression-7.12.7"
+ sources."@babel/helper-replace-supers-7.12.5"
sources."@babel/helper-simple-access-7.12.1"
sources."@babel/helper-split-export-declaration-7.11.0"
sources."@babel/helper-validator-identifier-7.10.4"
- sources."@babel/helpers-7.12.1"
+ sources."@babel/helpers-7.12.5"
sources."@babel/highlight-7.10.4"
- sources."@babel/parser-7.12.3"
- sources."@babel/template-7.10.4"
- sources."@babel/traverse-7.12.1"
- sources."@babel/types-7.12.1"
+ sources."@babel/parser-7.12.7"
+ sources."@babel/template-7.12.7"
+ sources."@babel/traverse-7.12.9"
+ sources."@babel/types-7.12.7"
sources."JSV-4.0.2"
sources."ansi-styles-3.2.1"
sources."array-unique-0.3.2"
- sources."async-2.6.3"
+ sources."async-3.2.0"
sources."balanced-match-1.0.0"
sources."brace-expansion-1.1.11"
sources."chalk-2.4.2"
- sources."chmodr-1.2.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."colors-1.4.0"
sources."commander-2.20.3"
sources."concat-map-0.0.1"
sources."convert-source-map-1.7.0"
- sources."debug-4.3.0"
- sources."ejs-2.5.7"
+ sources."debug-4.3.1"
+ sources."ejs-3.1.5"
sources."ensure-posix-path-1.1.1"
sources."escape-string-regexp-1.0.5"
+ sources."filelist-1.0.1"
sources."fs-extra-5.0.0"
sources."function-bind-1.1.1"
- sources."gensync-1.0.0-beta.1"
+ sources."gensync-1.0.0-beta.2"
(sources."global-modules-0.2.3" // {
dependencies = [
sources."is-windows-0.2.0"
@@ -61217,18 +62859,24 @@ in
sources."homedir-polyfill-1.0.3"
sources."ini-1.3.5"
sources."is-3.3.0"
+ sources."is-core-module-2.2.0"
sources."is-windows-1.0.2"
sources."isexe-2.0.0"
+ (sources."jake-10.8.2" // {
+ dependencies = [
+ sources."async-0.9.2"
+ ];
+ })
sources."js-tokens-4.0.0"
sources."jsesc-2.5.2"
sources."json5-2.1.3"
sources."jsonfile-4.0.0"
- sources."jsonlint-1.6.2"
+ sources."jsonlint-1.6.3"
sources."lodash-4.17.20"
sources."matcher-collection-1.1.2"
sources."minimatch-3.0.4"
sources."minimist-1.2.5"
- sources."moment-2.20.1"
+ sources."moment-2.29.1"
sources."ms-2.1.2"
sources."node.extend-2.0.2"
(sources."nomnom-1.8.1" // {
@@ -61240,7 +62888,7 @@ in
sources."parse-passwd-1.0.0"
sources."path-parse-1.0.6"
sources."pkginfo-0.4.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."safe-buffer-5.1.2"
sources."sax-0.5.8"
sources."semver-5.7.1"
@@ -61254,7 +62902,7 @@ in
sources."which-1.3.1"
sources."xml2js-0.2.8"
sources."xml2tss-0.0.5"
- sources."xmldom-0.1.31"
+ sources."xmldom-0.4.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -61277,7 +62925,7 @@ in
dependencies = [
sources."@types/glob-7.1.3"
sources."@types/minimatch-3.0.3"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."balanced-match-1.0.0"
sources."brace-expansion-1.1.11"
sources."chromium-pickle-js-0.2.0"
@@ -61326,7 +62974,7 @@ in
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."brace-expansion-1.1.11"
@@ -61495,15 +63143,18 @@ in
];
})
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
sources."get-stdin-4.0.1"
sources."glob-6.0.4"
sources."graceful-fs-3.0.12"
+ sources."has-1.0.3"
sources."hosted-git-info-2.8.8"
sources."indent-string-2.1.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."intersect-1.0.1"
sources."is-arrayish-0.2.1"
+ sources."is-core-module-2.2.0"
sources."is-finite-1.1.0"
sources."is-plain-obj-1.1.0"
sources."is-utf8-0.2.1"
@@ -61554,7 +63205,7 @@ in
sources."read-pkg-up-1.0.1"
sources."redent-1.0.0"
sources."repeating-2.0.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
(sources."rimraf-2.7.1" // {
dependencies = [
sources."glob-7.1.6"
@@ -61567,7 +63218,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."sprintf-js-1.0.3"
sources."strip-bom-2.0.0"
sources."strip-indent-1.0.1"
@@ -61617,7 +63268,7 @@ in
})
sources."available-typed-arrays-1.0.2"
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bn.js-5.1.3"
sources."brace-expansion-1.1.11"
sources."brorand-1.1.0"
@@ -61626,11 +63277,7 @@ in
sources."browserify-aes-1.2.0"
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."readable-stream-3.6.0"
@@ -61642,6 +63289,7 @@ in
sources."buffer-xor-1.0.3"
sources."builtin-status-codes-3.0.0"
sources."cached-path-relative-1.0.2"
+ sources."call-bind-1.0.0"
sources."cipher-base-1.0.4"
sources."combine-source-map-0.8.0"
sources."concat-map-0.0.1"
@@ -61685,6 +63333,7 @@ in
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
sources."get-assigned-identifiers-1.2.0"
+ sources."get-intrinsic-1.0.1"
sources."glob-7.1.6"
sources."has-1.0.3"
sources."has-symbols-1.0.1"
@@ -61697,17 +63346,17 @@ in
sources."hmac-drbg-1.0.1"
sources."htmlescape-1.1.1"
sources."https-browserify-1.0.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."inline-source-map-0.6.2"
sources."insert-module-globals-7.2.1"
- sources."is-arguments-1.0.4"
+ sources."is-arguments-1.1.0"
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
+ sources."is-core-module-2.2.0"
sources."is-date-object-1.0.2"
- sources."is-generator-function-1.0.7"
- sources."is-negative-zero-2.0.0"
+ sources."is-generator-function-1.0.8"
sources."is-regex-1.1.1"
sources."is-symbol-1.0.3"
sources."is-typed-array-1.1.3"
@@ -61728,13 +63377,9 @@ in
sources."mkdirp-classic-0.5.3"
sources."module-deps-6.2.3"
sources."object-assign-4.1.1"
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
+ sources."object.assign-4.1.2"
sources."once-1.4.0"
sources."os-browserify-0.3.0"
sources."pako-1.0.11"
@@ -61764,7 +63409,7 @@ in
sources."string_decoder-1.1.1"
];
})
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."ripemd160-2.0.2"
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
@@ -61785,8 +63430,8 @@ in
];
})
sources."stream-splicer-2.0.1"
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-1.3.0"
sources."subarg-1.0.0"
sources."syntax-error-1.4.0"
@@ -61819,6 +63464,456 @@ in
bypassCache = true;
reconstructLock = true;
};
+ btc-rpc-explorer = nodeEnv.buildNodePackage {
+ name = "btc-rpc-explorer";
+ packageName = "btc-rpc-explorer";
+ version = "2.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/btc-rpc-explorer/-/btc-rpc-explorer-2.0.2.tgz";
+ sha512 = "TTdFGXzJ8HLn4PCNYRS4S7P3SgglZkBtJeNQP8r7tTjbugoameVvzDOLgVAy/zPQVoUXBuBPfnbm4Sky9VJOmw==";
+ };
+ dependencies = [
+ sources."@types/babel-types-7.0.9"
+ sources."@types/babylon-6.16.5"
+ sources."@types/node-10.12.18"
+ sources."@uphold/request-logger-2.0.0"
+ sources."accepts-1.3.7"
+ sources."acorn-3.3.0"
+ (sources."acorn-globals-3.1.0" // {
+ dependencies = [
+ sources."acorn-4.0.13"
+ ];
+ })
+ sources."ajv-6.12.6"
+ sources."align-text-0.1.4"
+ sources."ansi-regex-4.1.0"
+ sources."ansi-styles-3.2.1"
+ sources."argparse-1.0.10"
+ sources."array-find-index-1.0.2"
+ sources."array-flatten-1.1.1"
+ sources."arrify-1.0.1"
+ sources."asap-2.0.6"
+ sources."asn1-0.2.4"
+ sources."assert-plus-1.0.0"
+ sources."async-3.2.0"
+ sources."asynckit-0.4.0"
+ sources."aws-sign2-0.7.0"
+ sources."aws4-1.11.0"
+ sources."babel-runtime-6.26.0"
+ sources."babel-types-6.26.0"
+ sources."babylon-6.18.0"
+ sources."balanced-match-1.0.0"
+ sources."base-x-3.0.8"
+ sources."base64-js-1.5.1"
+ sources."basic-auth-2.0.1"
+ sources."bcrypt-pbkdf-1.0.2"
+ sources."bech32-1.1.4"
+ sources."bignumber.js-4.1.0"
+ sources."bindings-1.5.0"
+ sources."bip174-2.0.1"
+ sources."bip32-2.0.6"
+ sources."bip66-1.1.5"
+ (sources."bitcoin-core-2.3.0" // {
+ dependencies = [
+ sources."semver-5.7.1"
+ ];
+ })
+ sources."bitcoin-ops-1.4.1"
+ sources."bitcoinjs-lib-5.2.0"
+ sources."bluebird-3.7.2"
+ sources."bn.js-4.11.9"
+ (sources."body-parser-1.19.0" // {
+ dependencies = [
+ sources."debug-2.6.9"
+ ];
+ })
+ sources."brace-expansion-1.1.11"
+ sources."brorand-1.1.0"
+ sources."bs58-4.0.1"
+ sources."bs58check-2.1.2"
+ sources."buffer-5.7.1"
+ sources."buffer-alloc-1.2.0"
+ sources."buffer-alloc-unsafe-1.1.0"
+ sources."buffer-fill-1.0.0"
+ sources."buffer-from-1.1.1"
+ sources."bunyan-1.8.14"
+ sources."bytes-3.1.0"
+ sources."camelcase-4.1.0"
+ sources."camelcase-keys-4.2.0"
+ sources."caseless-0.12.0"
+ sources."center-align-0.1.3"
+ sources."character-parser-2.2.0"
+ sources."charenc-0.0.2"
+ sources."cipher-base-1.0.4"
+ sources."clean-css-4.2.3"
+ sources."cliui-2.1.0"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."combined-stream-1.0.8"
+ sources."concat-map-0.0.1"
+ sources."constantinople-3.1.2"
+ sources."content-disposition-0.5.3"
+ sources."content-type-1.0.4"
+ sources."cookie-0.4.0"
+ sources."cookie-parser-1.4.5"
+ sources."cookie-signature-1.0.6"
+ sources."core-js-2.6.12"
+ sources."core-util-is-1.0.2"
+ sources."create-hash-1.2.0"
+ sources."create-hmac-1.1.7"
+ sources."crypt-0.0.2"
+ sources."crypto-js-3.1.9-1"
+ sources."csrf-3.1.0"
+ (sources."csurf-1.11.0" // {
+ dependencies = [
+ sources."http-errors-1.7.3"
+ ];
+ })
+ sources."currently-unhandled-0.4.1"
+ sources."dashdash-1.14.1"
+ (sources."debug-4.1.1" // {
+ dependencies = [
+ sources."ms-2.1.2"
+ ];
+ })
+ (sources."debugnyan-1.0.0" // {
+ dependencies = [
+ sources."debug-2.6.9"
+ ];
+ })
+ sources."decamelize-1.2.0"
+ (sources."decamelize-keys-1.1.0" // {
+ dependencies = [
+ sources."map-obj-1.0.1"
+ ];
+ })
+ sources."decimal.js-10.2.1"
+ sources."delayed-stream-1.0.0"
+ sources."depd-1.1.2"
+ sources."destroy-1.0.4"
+ sources."dijkstrajs-1.0.1"
+ sources."doctypes-1.1.0"
+ sources."dotenv-8.2.0"
+ sources."double-ended-queue-2.1.0-0"
+ sources."dtrace-provider-0.8.8"
+ sources."ecc-jsbn-0.1.2"
+ sources."ee-first-1.1.1"
+ sources."electrum-client-git://github.com/janoside/electrum-client"
+ sources."elliptic-6.5.3"
+ sources."emoji-regex-7.0.3"
+ sources."encodeurl-1.0.2"
+ sources."entities-1.1.2"
+ sources."error-ex-1.3.2"
+ sources."escape-html-1.0.3"
+ sources."esutils-2.0.3"
+ sources."etag-1.8.1"
+ (sources."express-4.17.1" // {
+ dependencies = [
+ sources."debug-2.6.9"
+ ];
+ })
+ (sources."express-session-1.17.1" // {
+ dependencies = [
+ sources."debug-2.6.9"
+ sources."depd-2.0.0"
+ sources."safe-buffer-5.2.0"
+ ];
+ })
+ sources."extend-3.0.2"
+ sources."extsprintf-1.3.0"
+ sources."fast-deep-equal-3.1.3"
+ sources."fast-json-stable-stringify-2.1.0"
+ sources."file-uri-to-path-1.0.0"
+ (sources."finalhandler-1.1.2" // {
+ dependencies = [
+ sources."debug-2.6.9"
+ ];
+ })
+ sources."find-up-2.1.0"
+ sources."forever-agent-0.6.1"
+ sources."form-data-2.3.3"
+ sources."forwarded-0.1.2"
+ sources."fresh-0.5.2"
+ sources."function-bind-1.1.1"
+ sources."get-caller-file-2.0.5"
+ sources."getpass-0.1.7"
+ sources."glob-6.0.4"
+ sources."graceful-fs-4.2.4"
+ sources."har-schema-2.0.0"
+ sources."har-validator-5.1.5"
+ sources."has-1.0.3"
+ sources."has-symbols-1.0.1"
+ (sources."hash-base-3.1.0" // {
+ dependencies = [
+ sources."safe-buffer-5.2.1"
+ ];
+ })
+ sources."hash.js-1.1.7"
+ sources."hmac-drbg-1.0.1"
+ sources."hosted-git-info-2.8.8"
+ (sources."http-errors-1.7.2" // {
+ dependencies = [
+ sources."inherits-2.0.3"
+ ];
+ })
+ sources."http-signature-1.2.0"
+ sources."iconv-lite-0.4.24"
+ sources."ieee754-1.2.1"
+ sources."indent-string-3.2.0"
+ sources."inflight-1.0.6"
+ sources."inherits-2.0.4"
+ sources."ipaddr.js-1.9.1"
+ sources."is-arrayish-0.2.1"
+ sources."is-buffer-1.1.6"
+ sources."is-core-module-2.2.0"
+ (sources."is-expression-3.0.0" // {
+ dependencies = [
+ sources."acorn-4.0.13"
+ ];
+ })
+ sources."is-fullwidth-code-point-2.0.0"
+ sources."is-plain-obj-1.1.0"
+ sources."is-promise-2.2.2"
+ sources."is-regex-1.1.1"
+ sources."is-typedarray-1.0.0"
+ sources."isarray-2.0.5"
+ sources."isstream-0.1.2"
+ sources."js-stringify-1.0.2"
+ sources."jsbn-0.1.1"
+ sources."json-bigint-0.2.3"
+ sources."json-parse-better-errors-1.0.2"
+ sources."json-schema-0.2.3"
+ sources."json-schema-traverse-0.4.1"
+ sources."json-stringify-safe-5.0.1"
+ sources."jsprim-1.4.1"
+ sources."jstransformer-1.0.0"
+ sources."jstransformer-markdown-it-2.1.0"
+ sources."kind-of-3.2.2"
+ sources."lazy-cache-1.0.4"
+ sources."linkify-it-2.2.0"
+ sources."load-json-file-4.0.0"
+ sources."locate-path-2.0.0"
+ sources."lodash-4.17.20"
+ sources."longest-1.0.1"
+ sources."loud-rejection-1.6.0"
+ sources."lru-cache-5.1.1"
+ sources."map-obj-2.0.0"
+ sources."markdown-it-8.4.2"
+ sources."marked-0.7.0"
+ sources."md5-2.3.0"
+ sources."md5.js-1.3.5"
+ sources."mdurl-1.0.1"
+ sources."media-typer-0.3.0"
+ sources."meow-5.0.0"
+ sources."merge-descriptors-1.0.1"
+ sources."merkle-lib-2.0.10"
+ sources."methods-1.1.2"
+ sources."mime-1.6.0"
+ sources."mime-db-1.44.0"
+ sources."mime-types-2.1.27"
+ sources."minimalistic-assert-1.0.1"
+ sources."minimalistic-crypto-utils-1.0.1"
+ sources."minimatch-3.0.4"
+ sources."minimist-1.2.5"
+ sources."minimist-options-3.0.2"
+ sources."mkdirp-0.5.5"
+ sources."moment-2.29.1"
+ sources."moment-duration-format-2.3.2"
+ (sources."morgan-1.10.0" // {
+ dependencies = [
+ sources."debug-2.6.9"
+ sources."depd-2.0.0"
+ ];
+ })
+ sources."ms-2.0.0"
+ sources."mv-2.1.1"
+ sources."nan-2.14.2"
+ sources."ncp-2.0.0"
+ sources."negotiator-0.6.2"
+ (sources."normalize-package-data-2.5.0" // {
+ dependencies = [
+ sources."semver-5.7.1"
+ ];
+ })
+ sources."oauth-sign-0.9.0"
+ sources."object-assign-4.1.1"
+ sources."on-finished-2.3.0"
+ sources."on-headers-1.0.2"
+ sources."once-1.4.0"
+ sources."p-limit-1.3.0"
+ sources."p-locate-2.0.0"
+ sources."p-try-1.0.0"
+ sources."parse-json-4.0.0"
+ sources."parseurl-1.3.3"
+ sources."path-exists-3.0.0"
+ sources."path-is-absolute-1.0.1"
+ sources."path-parse-1.0.6"
+ sources."path-to-regexp-0.1.7"
+ sources."path-type-3.0.0"
+ sources."performance-now-2.1.0"
+ sources."pify-3.0.0"
+ sources."pngjs-3.4.0"
+ sources."promise-7.3.1"
+ sources."proxy-addr-2.0.6"
+ sources."psl-1.8.0"
+ sources."pug-2.0.4"
+ sources."pug-attrs-2.0.4"
+ sources."pug-code-gen-2.0.2"
+ sources."pug-error-1.3.3"
+ sources."pug-filters-3.1.1"
+ sources."pug-lexer-4.1.0"
+ sources."pug-linker-3.0.6"
+ sources."pug-load-2.0.12"
+ sources."pug-parser-5.0.1"
+ sources."pug-runtime-2.0.5"
+ sources."pug-strip-comments-1.0.4"
+ sources."pug-walk-1.1.8"
+ sources."punycode-2.1.1"
+ sources."pushdata-bitcoin-1.0.1"
+ (sources."qrcode-1.4.4" // {
+ dependencies = [
+ sources."camelcase-5.3.1"
+ sources."cliui-5.0.0"
+ sources."find-up-3.0.0"
+ sources."locate-path-3.0.0"
+ sources."p-limit-2.3.0"
+ sources."p-locate-3.0.0"
+ sources."p-try-2.2.0"
+ sources."yargs-13.3.2"
+ sources."yargs-parser-13.1.2"
+ ];
+ })
+ sources."qs-6.7.0"
+ sources."quick-lru-1.1.0"
+ sources."random-bytes-1.0.0"
+ sources."randombytes-2.1.0"
+ sources."range-parser-1.2.1"
+ sources."raw-body-2.4.0"
+ sources."read-pkg-3.0.0"
+ sources."read-pkg-up-3.0.0"
+ sources."readable-stream-3.6.0"
+ sources."redent-2.0.0"
+ sources."redis-2.8.0"
+ sources."redis-commands-1.6.0"
+ sources."redis-parser-2.6.0"
+ sources."regenerator-runtime-0.11.1"
+ sources."repeat-string-1.6.1"
+ (sources."request-2.88.2" // {
+ dependencies = [
+ sources."qs-6.5.2"
+ ];
+ })
+ sources."require-directory-2.1.1"
+ sources."require-main-filename-2.0.0"
+ sources."resolve-1.19.0"
+ sources."right-align-0.1.3"
+ sources."rimraf-2.4.5"
+ sources."ripemd160-2.0.2"
+ sources."rndm-1.2.0"
+ sources."safe-buffer-5.1.2"
+ sources."safe-json-stringify-1.2.0"
+ sources."safer-buffer-2.1.2"
+ (sources."semver-7.3.4" // {
+ dependencies = [
+ sources."lru-cache-6.0.0"
+ sources."yallist-4.0.0"
+ ];
+ })
+ (sources."send-0.17.1" // {
+ dependencies = [
+ (sources."debug-2.6.9" // {
+ dependencies = [
+ sources."ms-2.0.0"
+ ];
+ })
+ sources."ms-2.1.1"
+ ];
+ })
+ (sources."serve-favicon-2.5.0" // {
+ dependencies = [
+ sources."ms-2.1.1"
+ sources."safe-buffer-5.1.1"
+ ];
+ })
+ sources."serve-static-1.14.1"
+ sources."set-blocking-2.0.0"
+ sources."setprototypeof-1.1.1"
+ sources."sha.js-2.4.11"
+ sources."signal-exit-3.0.3"
+ sources."simple-git-1.132.0"
+ sources."source-map-0.6.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.7"
+ sources."sprintf-js-1.0.3"
+ sources."sshpk-1.16.1"
+ sources."standard-error-1.1.0"
+ sources."statuses-1.5.0"
+ sources."string-width-3.1.0"
+ (sources."string_decoder-1.3.0" // {
+ dependencies = [
+ sources."safe-buffer-5.2.1"
+ ];
+ })
+ sources."strip-ansi-5.2.0"
+ sources."strip-bom-3.0.0"
+ sources."strip-indent-2.0.0"
+ sources."tiny-secp256k1-1.1.6"
+ sources."to-fast-properties-1.0.3"
+ sources."toidentifier-1.0.0"
+ sources."token-stream-0.0.1"
+ sources."tough-cookie-2.5.0"
+ sources."trim-newlines-2.0.0"
+ sources."tsscmp-1.0.6"
+ sources."tunnel-agent-0.6.0"
+ sources."tweetnacl-0.14.5"
+ sources."type-is-1.6.18"
+ sources."typeforce-1.18.0"
+ sources."uc.micro-1.0.6"
+ (sources."uglify-js-2.8.29" // {
+ dependencies = [
+ sources."source-map-0.5.7"
+ ];
+ })
+ sources."uglify-to-browserify-1.0.2"
+ sources."uid-safe-2.1.5"
+ sources."unpipe-1.0.0"
+ sources."uri-js-4.4.0"
+ sources."util-deprecate-1.0.2"
+ sources."utils-merge-1.0.1"
+ sources."uuid-3.4.0"
+ sources."validate-npm-package-license-3.0.4"
+ sources."varuint-bitcoin-1.1.2"
+ sources."vary-1.1.2"
+ sources."verror-1.10.0"
+ sources."void-elements-2.0.1"
+ sources."which-module-2.0.0"
+ sources."wif-2.0.6"
+ sources."window-size-0.1.0"
+ sources."with-5.1.1"
+ sources."wordwrap-0.0.2"
+ sources."wrap-ansi-5.1.0"
+ sources."wrappy-1.0.2"
+ sources."y18n-4.0.1"
+ sources."yallist-3.1.1"
+ (sources."yargs-3.10.0" // {
+ dependencies = [
+ sources."camelcase-1.2.1"
+ ];
+ })
+ sources."yargs-parser-10.1.0"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "Open-source, self-hosted Bitcoin explorer";
+ homepage = "https://github.com/janoside/btc-rpc-explorer#readme";
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
castnow = nodeEnv.buildNodePackage {
name = "castnow";
packageName = "castnow";
@@ -61839,7 +63934,7 @@ in
sources."@protobufjs/pool-1.1.0"
sources."@protobufjs/utf8-1.1.0"
sources."@types/long-4.0.1"
- sources."@types/node-13.13.26"
+ sources."@types/node-13.13.34"
sources."addr-to-ip-port-1.5.1"
sources."airplay-js-0.2.16"
sources."ajv-6.12.6"
@@ -61854,11 +63949,12 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."bencode-2.0.1"
+ sources."bep53-range-1.1.0"
sources."bitfield-0.1.0"
(sources."bittorrent-dht-6.4.2" // {
dependencies = [
@@ -61870,7 +63966,7 @@ in
sources."bencode-0.8.0"
];
})
- sources."blob-to-buffer-1.2.8"
+ sources."blob-to-buffer-1.2.9"
sources."bn.js-4.11.9"
sources."bncode-0.5.3"
sources."brace-expansion-1.1.11"
@@ -61885,12 +63981,12 @@ in
sources."caseless-0.12.0"
(sources."castv2-0.1.10" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
];
})
sources."castv2-client-1.2.0"
sources."chalk-1.0.0"
- sources."chrome-dgram-3.0.5"
+ sources."chrome-dgram-3.0.6"
sources."chrome-dns-1.0.1"
sources."chrome-net-3.3.4"
sources."chromecast-player-0.2.3"
@@ -61900,7 +63996,7 @@ in
sources."co-3.1.0"
sources."codepage-1.4.0"
sources."combined-stream-1.0.8"
- sources."commander-6.1.0"
+ sources."commander-6.2.0"
sources."compact2string-1.4.1"
sources."concat-map-0.0.1"
(sources."concat-stream-2.0.0" // {
@@ -61955,7 +64051,8 @@ in
];
})
sources."fs.realpath-1.0.0"
- sources."get-browser-rtc-1.0.2"
+ sources."function-bind-1.1.1"
+ sources."get-browser-rtc-1.1.0"
sources."get-stdin-4.0.1"
sources."getpass-0.1.7"
sources."glob-7.1.6"
@@ -61963,6 +64060,7 @@ in
sources."graceful-fs-4.2.4"
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
+ sources."has-1.0.3"
sources."has-ansi-1.0.3"
sources."hat-0.0.3"
sources."hosted-git-info-2.8.8"
@@ -61978,6 +64076,7 @@ in
sources."ip-set-1.0.2"
sources."ipaddr.js-2.0.0"
sources."is-arrayish-0.2.1"
+ sources."is-core-module-2.2.0"
sources."is-finite-1.1.0"
sources."is-typedarray-1.0.0"
sources."is-utf8-0.2.1"
@@ -62001,7 +64100,7 @@ in
sources."long-4.0.0"
sources."loud-rejection-1.6.0"
sources."lru-2.0.1"
- sources."magnet-uri-5.3.0"
+ sources."magnet-uri-5.4.0"
sources."map-obj-1.0.1"
(sources."mdns-js-1.0.3" // {
dependencies = [
@@ -62080,7 +64179,7 @@ in
sources."plist-3.0.1"
sources."process-nextick-args-2.0.1"
sources."promiscuous-0.6.0"
- sources."protobufjs-6.10.1"
+ sources."protobufjs-6.10.2"
sources."psl-1.8.0"
(sources."pump-0.3.5" // {
dependencies = [
@@ -62120,11 +64219,11 @@ in
sources."redent-1.0.0"
sources."repeating-2.0.1"
sources."request-2.88.2"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."rimraf-2.7.1"
sources."router-0.6.2"
- sources."run-parallel-1.1.9"
- sources."run-series-1.1.8"
+ sources."run-parallel-1.1.10"
+ sources."run-series-1.1.9"
sources."rusha-0.8.13"
sources."rx-2.5.3"
sources."safe-buffer-5.2.1"
@@ -62160,7 +64259,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."speedometer-0.1.4"
sources."srt2vtt-1.3.1"
sources."sshpk-1.16.1"
@@ -62182,7 +64281,7 @@ in
sources."time-line-1.0.1"
sources."torrent-discovery-5.4.0"
sources."torrent-piece-1.1.2"
- (sources."torrent-stream-1.2.0" // {
+ (sources."torrent-stream-1.2.1" // {
dependencies = [
sources."end-of-stream-0.1.5"
sources."magnet-uri-4.2.3"
@@ -62293,7 +64392,7 @@ in
sources."commander-2.20.3"
sources."concat-map-0.0.1"
sources."cycle-1.0.3"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decode-uri-component-0.2.0"
sources."deep-equal-0.2.2"
sources."encoding-0.1.13"
@@ -62323,7 +64422,7 @@ in
sources."pkginfo-0.4.1"
sources."prompt-1.0.0"
sources."punycode-2.1.1"
- sources."query-string-6.13.5"
+ sources."query-string-6.13.7"
sources."read-1.0.7"
sources."revalidator-0.1.8"
sources."rimraf-2.7.1"
@@ -62336,7 +64435,7 @@ in
sources."universal-url-2.0.0"
sources."utile-0.3.0"
sources."webidl-conversions-4.0.2"
- sources."whatwg-fetch-3.4.1"
+ sources."whatwg-fetch-3.5.0"
sources."whatwg-url-7.1.0"
(sources."winston-2.1.1" // {
dependencies = [
@@ -62360,10 +64459,10 @@ in
coc-css = nodeEnv.buildNodePackage {
name = "coc-css";
packageName = "coc-css";
- version = "1.2.5";
+ version = "1.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-css/-/coc-css-1.2.5.tgz";
- sha512 = "Khii6e43VV1JqSNd/UGMDmenBkFYcFKEr0WM6a8isOOWxSX8Vly/YAjVq7rbErD3mYOeJ+rxcH5/faUqIDj/9A==";
+ url = "https://registry.npmjs.org/coc-css/-/coc-css-1.2.6.tgz";
+ sha512 = "eVzucf/n0T9Sap+9HbKeW6XhMle1Q/2aURaE9BVTNHFW9eqFlKq72l/38NzrUYbdCpQh8foDsoKAqbFsAnBFYw==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -62377,10 +64476,10 @@ in
coc-diagnostic = nodeEnv.buildNodePackage {
name = "coc-diagnostic";
packageName = "coc-diagnostic";
- version = "0.9.0";
+ version = "0.14.0";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-diagnostic/-/coc-diagnostic-0.9.0.tgz";
- sha512 = "p64cBvczMAK7JWAjZYAsvCiXAySybq32wWwKSdJx4hNn+jX8clwUmkbnhYaYfejyvz7fBzFTgMdbmOGOH4/DqA==";
+ url = "https://registry.npmjs.org/coc-diagnostic/-/coc-diagnostic-0.14.0.tgz";
+ sha512 = "ccxtSRTqVIuIQrtS5SI0uevO2WC7cSA9dNtiZ/PveDKyxhqyQlfRs9n0bdOJdXteYt6BKUIiqFV8Q48Z71y89A==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -62435,10 +64534,10 @@ in
coc-git = nodeEnv.buildNodePackage {
name = "coc-git";
packageName = "coc-git";
- version = "2.0.1";
+ version = "2.0.5";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-git/-/coc-git-2.0.1.tgz";
- sha512 = "kPNmgaCx6hKshq/Vv5uugrPkQcDa7pVp+hosGADBP8qzHxudbumDA5va2vSzqjhUxAYEGTL92F0mBapg29pJhg==";
+ url = "https://registry.npmjs.org/coc-git/-/coc-git-2.0.5.tgz";
+ sha512 = "MwoSWGr8mco+/Bth/4zr0kNRuG9rXYgyAEI1mGOuRsMqy2G9LEr4azSP68V2EuIPzYVcYx6ZZk2o5e8b/ux0/w==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -62453,10 +64552,10 @@ in
coc-go = nodeEnv.buildNodePackage {
name = "coc-go";
packageName = "coc-go";
- version = "0.12.0";
+ version = "0.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-go/-/coc-go-0.12.0.tgz";
- sha512 = "1H9GKq8S1nqv6R3Y2ws+mK+GdVGu3SRsr5uEyRR1KGyfGCDjHyUJY9r4ISlD7DqQ0aq3ukphyv/vhi9uDlkvmA==";
+ url = "https://registry.npmjs.org/coc-go/-/coc-go-0.12.1.tgz";
+ sha512 = "DskyUQMQXxaHAAAcAzlEFAbxFQaSrRhHEVTsGGB6Q3naW7GvQFze2Otrd4FOxfzTYZlGio5yJpGB7a09K5Snrg==";
};
dependencies = [
sources."isexe-2.0.0"
@@ -62494,13 +64593,13 @@ in
coc-html = nodeEnv.buildNodePackage {
name = "coc-html";
packageName = "coc-html";
- version = "1.2.4";
+ version = "1.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-html/-/coc-html-1.2.4.tgz";
- sha512 = "gr0GBKeew88n8hcn4fkzIcBruhih7YAqBd7ldsYjoG2qZhjPEj/arYESFOYgooX1jYuxCpQYH526EXXzs4BGRQ==";
+ url = "https://registry.npmjs.org/coc-html/-/coc-html-1.3.1.tgz";
+ sha512 = "qC1BifVAAuI5cPT6fEQuP0RIjwDWqhLCH+AUJrQ7lW2IghWInjOarhj9AHWS+1cZLnsVrMMYXL6i8HZLnkRDQQ==";
};
dependencies = [
- sources."typescript-3.9.7"
+ sources."typescript-4.1.2"
];
buildInputs = globalBuildInputs;
meta = {
@@ -62532,14 +64631,14 @@ in
coc-java = nodeEnv.buildNodePackage {
name = "coc-java";
packageName = "coc-java";
- version = "1.4.12";
+ version = "1.5.3";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-java/-/coc-java-1.4.12.tgz";
- sha512 = "kKvT5ESFDOVPZ2iO4MQ2FkWj88kZqcczpQDqYD1tBgrLAGD0YnEzSzK6paI+kJYqk945X/k66Kcq5YbercvmqA==";
+ url = "https://registry.npmjs.org/coc-java/-/coc-java-1.5.3.tgz";
+ sha512 = "St4Vg5DSHaBW0zqXoSKlKL0KJiASSGMIKDUX2zp/l8ImJd6YI5+SoEwYjCxA2c5x01hZ7k3prXDdfgpKp304RA==";
};
buildInputs = globalBuildInputs;
meta = {
- description = "Java langauage extension for coc.nvim";
+ description = "Java language extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-java#readme";
license = "EPL-1.0";
};
@@ -62550,10 +64649,10 @@ in
coc-jest = nodeEnv.buildNodePackage {
name = "coc-jest";
packageName = "coc-jest";
- version = "1.1.1";
+ version = "1.1.3";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-jest/-/coc-jest-1.1.1.tgz";
- sha512 = "9Gkw9wznxtYIiPbgORZqwN5sjHQQYe2rZBvYNPMX2AVlF++OuTXUfy4Aidw6hstbzxKR8JEnjez7JiVaUF6M/A==";
+ url = "https://registry.npmjs.org/coc-jest/-/coc-jest-1.1.3.tgz";
+ sha512 = "iE9zECMZPRdN/HUu1FqjNQ2bkBYePtFpwXOfLQSkb7C+8g3PB3ne3GpS7eLaqVnjgRz9mXzQ6xMBvFIp++7PFA==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -62585,10 +64684,10 @@ in
coc-lists = nodeEnv.buildNodePackage {
name = "coc-lists";
packageName = "coc-lists";
- version = "1.3.10";
+ version = "1.3.16";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-lists/-/coc-lists-1.3.10.tgz";
- sha512 = "XbwltkjxhzzfN5In3w43TBKFbR1b8+3OgIldwYQOUYHlUxF1KO2mJj8ngkzKsaglIPeMYuWtWizOS02L74fKkA==";
+ url = "https://registry.npmjs.org/coc-lists/-/coc-lists-1.3.16.tgz";
+ sha512 = "6m/LCFHcnFdbJoFnrkzj8OhBvcFl491eYG0247Gti/u2iQCVj2X8RRxdxcGbDh4tR5OEPZdQPcd6YMDbtphPSg==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -62600,19 +64699,37 @@ in
bypassCache = true;
reconstructLock = true;
};
+ coc-markdownlint = nodeEnv.buildNodePackage {
+ name = "coc-markdownlint";
+ packageName = "coc-markdownlint";
+ version = "1.9.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/coc-markdownlint/-/coc-markdownlint-1.9.0.tgz";
+ sha512 = "cTIR4IXs6CC06iDwylxzS0Sq4HhiWofTBqgedtbAckkaoJYOZdM+uMKKdkSO2nt93bHtE4MsEoQ91sxHgKqNfg==";
+ };
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "Markdownlint extension for coc.nvim";
+ homepage = "https://github.com/fannheyward/coc-markdownlint#readme";
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
coc-metals = nodeEnv.buildNodePackage {
name = "coc-metals";
packageName = "coc-metals";
- version = "0.9.5";
+ version = "0.9.8";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-metals/-/coc-metals-0.9.5.tgz";
- sha512 = "KZVd2kmQjUQVLEHM9c2aXxP4AbM8sRybPtdAR6lWfIK3VGj67O2PIoG30Ro17d7BgcASVBp2Ad86azK9Op8uDw==";
+ url = "https://registry.npmjs.org/coc-metals/-/coc-metals-0.9.8.tgz";
+ sha512 = "3mkLfoTaPWT7u2oELILGGtS8jofBsb1MzATB8T4tNJODbrZFXQf5KIV4GBk81RVM1MLGvNtvD/VO/pmwUhrSxQ==";
};
dependencies = [
- sources."@chemzqm/neovim-5.2.6"
+ sources."@chemzqm/neovim-5.2.10"
sources."@tootallnate/once-1.1.2"
- sources."agent-base-6.0.1"
- sources."arch-2.1.2"
+ sources."agent-base-6.0.2"
+ sources."arch-2.2.0"
sources."async-2.6.3"
sources."await-semaphore-0.1.3"
sources."balanced-match-1.0.0"
@@ -62624,6 +64741,7 @@ in
sources."buffer-indexof-polyfill-1.0.2"
sources."buffers-0.1.1"
sources."bytes-3.1.0"
+ sources."call-bind-1.0.0"
sources."chainsaw-0.1.0"
sources."chownr-2.0.0"
sources."clipboardy-2.3.0"
@@ -62639,7 +64757,7 @@ in
})
sources."date-format-3.0.0"
sources."debounce-1.2.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."deep-extend-0.6.0"
sources."define-properties-1.1.3"
sources."duplexer2-0.1.4"
@@ -62652,7 +64770,7 @@ in
sources."fb-watchman-2.0.1"
sources."flatted-2.0.2"
sources."follow-redirects-1.13.0"
- sources."fp-ts-2.8.4"
+ sources."fp-ts-2.9.1"
sources."fs-extra-8.1.0"
sources."fs-minipass-2.1.0"
sources."fs.realpath-1.0.0"
@@ -62663,6 +64781,7 @@ in
];
})
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."get-stream-4.1.0"
sources."glob-7.1.6"
sources."graceful-fs-4.2.4"
@@ -62670,7 +64789,7 @@ in
sources."has-symbols-1.0.1"
sources."http-proxy-agent-4.0.1"
sources."https-proxy-agent-5.0.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."ini-1.3.5"
@@ -62678,7 +64797,6 @@ in
sources."is-callable-1.2.2"
sources."is-date-object-1.0.2"
sources."is-docker-2.1.1"
- sources."is-negative-zero-2.0.0"
sources."is-regex-1.1.1"
sources."is-stream-1.1.0"
sources."is-symbol-1.0.3"
@@ -62696,7 +64814,8 @@ in
})
sources."lodash-4.17.20"
sources."log4js-6.3.0"
- sources."metals-languageclient-0.3.2"
+ sources."lru-cache-6.0.0"
+ sources."metals-languageclient-0.3.3"
sources."minimatch-3.0.4"
sources."minimist-1.2.5"
sources."minipass-3.1.3"
@@ -62716,13 +64835,9 @@ in
sources."node-fetch-2.6.1"
sources."node-int64-0.4.0"
sources."npm-run-path-2.0.2"
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
+ sources."object.assign-4.1.2"
sources."once-1.4.0"
sources."p-finally-1.0.0"
sources."path-is-absolute-1.0.1"
@@ -62737,7 +64852,7 @@ in
sources."rfdc-1.1.4"
sources."rimraf-3.0.2"
sources."safe-buffer-5.1.2"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."setimmediate-1.0.5"
sources."shebang-command-1.2.0"
sources."shebang-regex-1.0.0"
@@ -62748,8 +64863,8 @@ in
sources."date-format-2.1.0"
];
})
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-1.1.1"
sources."strip-eof-1.0.0"
sources."strip-json-comments-2.0.1"
@@ -62799,10 +64914,10 @@ in
coc-prettier = nodeEnv.buildNodePackage {
name = "coc-prettier";
packageName = "coc-prettier";
- version = "1.1.17";
+ version = "1.1.20";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-prettier/-/coc-prettier-1.1.17.tgz";
- sha512 = "KwHA9HvRs4W6OKd+aVa7/R2YzyVSogWpPUVX8wJ8vBEp5U2VHqfjwhyvN9BFEo1FEkyigXG6DI44jtq47eE5YQ==";
+ url = "https://registry.npmjs.org/coc-prettier/-/coc-prettier-1.1.20.tgz";
+ sha512 = "3p4AwJnsjtLJM53wLsMtcVUzWPMnnYI6pkwQraHH6Tp7/ZuXwIVhjUvDgMcAvhmIkVePyvJF5xZHN4ghLLP02A==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
@@ -62879,9 +64994,9 @@ in
sources."callsites-3.1.0"
sources."camelcase-2.1.1"
sources."camelcase-keys-2.1.0"
- sources."caniuse-lite-1.0.30001148"
+ sources."caniuse-lite-1.0.30001165"
sources."capture-stack-trace-1.0.1"
- sources."ccount-1.0.5"
+ sources."ccount-1.1.0"
sources."chalk-2.4.2"
sources."character-entities-1.2.4"
sources."character-entities-html4-1.1.4"
@@ -62936,7 +65051,7 @@ in
];
})
sources."copy-descriptor-0.1.1"
- sources."core-js-3.6.5"
+ sources."core-js-3.8.0"
sources."cosmiconfig-3.1.0"
sources."create-error-class-3.0.2"
(sources."cross-spawn-6.0.5" // {
@@ -62946,7 +65061,7 @@ in
})
sources."crypto-random-string-1.0.0"
sources."currently-unhandled-0.4.1"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decamelize-1.2.0"
sources."decamelize-keys-1.1.0"
sources."decode-uri-component-0.2.0"
@@ -62967,7 +65082,7 @@ in
sources."doctrine-3.0.0"
(sources."dom-serializer-0.2.2" // {
dependencies = [
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
sources."entities-2.1.0"
];
})
@@ -62976,7 +65091,7 @@ in
sources."domutils-1.7.0"
sources."dot-prop-5.3.0"
sources."duplexer3-0.1.4"
- sources."electron-to-chromium-1.3.582"
+ sources."electron-to-chromium-1.3.616"
sources."emoji-regex-8.0.0"
sources."end-of-stream-1.4.4"
sources."entities-1.1.2"
@@ -63008,6 +65123,8 @@ in
(sources."execa-0.7.0" // {
dependencies = [
sources."cross-spawn-5.1.0"
+ sources."lru-cache-4.1.5"
+ sources."yallist-2.1.2"
];
})
sources."execall-1.0.0"
@@ -63097,6 +65214,7 @@ in
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"
@@ -63123,6 +65241,7 @@ in
sources."gonzales-pe-4.3.0"
sources."got-6.7.1"
sources."graceful-fs-4.2.4"
+ sources."has-1.0.3"
(sources."has-ansi-2.0.0" // {
dependencies = [
sources."ansi-regex-2.1.1"
@@ -63149,7 +65268,7 @@ in
sources."htmlparser2-3.10.1"
sources."iconv-lite-0.4.24"
sources."ignore-4.0.6"
- sources."import-fresh-3.2.1"
+ sources."import-fresh-3.2.2"
sources."import-lazy-2.1.0"
sources."import-local-0.1.1"
sources."imurmurhash-0.1.4"
@@ -63181,6 +65300,7 @@ in
sources."is-arrayish-0.2.1"
sources."is-buffer-1.1.6"
sources."is-ci-1.2.1"
+ sources."is-core-module-2.2.0"
(sources."is-data-descriptor-1.0.0" // {
dependencies = [
sources."kind-of-6.0.3"
@@ -63247,7 +65367,7 @@ in
sources."lodash-4.17.20"
sources."lodash.merge-4.6.2"
sources."log-symbols-2.2.0"
- sources."loglevel-1.7.0"
+ sources."loglevel-1.7.1"
(sources."loglevel-colored-level-prefix-1.0.0" // {
dependencies = [
sources."ansi-regex-2.1.1"
@@ -63260,7 +65380,7 @@ in
sources."longest-streak-2.0.4"
sources."loud-rejection-1.6.0"
sources."lowercase-keys-1.0.1"
- sources."lru-cache-4.1.5"
+ 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"
@@ -63412,15 +65532,11 @@ in
sources."prelude-ls-1.1.2"
sources."prepend-http-1.0.4"
sources."preserve-0.2.0"
- sources."prettier-2.1.2"
- (sources."prettier-eslint-10.1.1" // {
- dependencies = [
- sources."prettier-1.19.1"
- ];
- })
+ sources."prettier-2.2.1"
+ sources."prettier-eslint-11.0.0"
(sources."prettier-stylelint-0.4.2" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ignore-3.3.10"
sources."prettier-1.19.1"
];
@@ -63484,7 +65600,7 @@ in
sources."require-from-string-2.0.2"
sources."require-main-filename-1.0.1"
sources."require-relative-0.8.7"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
(sources."resolve-cwd-2.0.0" // {
dependencies = [
sources."resolve-from-3.0.0"
@@ -63500,7 +65616,7 @@ in
sources."safe-buffer-5.2.1"
sources."safe-regex-1.1.0"
sources."safer-buffer-2.1.2"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
(sources."semver-diff-2.1.0" // {
dependencies = [
sources."semver-5.7.1"
@@ -63555,7 +65671,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."specificity-0.3.2"
sources."split-string-3.1.0"
sources."sprintf-js-1.0.3"
@@ -63603,7 +65719,7 @@ in
sources."ansi-regex-3.0.0"
sources."camelcase-4.1.0"
sources."camelcase-keys-4.2.0"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."file-entry-cache-2.0.0"
sources."flat-cache-1.3.4"
sources."globby-7.1.1"
@@ -63655,7 +65771,7 @@ in
})
sources."trim-0.0.1"
sources."trim-newlines-1.0.0"
- sources."trim-trailing-lines-1.1.3"
+ sources."trim-trailing-lines-1.1.4"
sources."trough-1.0.5"
sources."tslib-1.14.1"
(sources."tslint-5.20.1" // {
@@ -63698,7 +65814,7 @@ in
sources."use-3.1.1"
sources."util-deprecate-1.0.2"
sources."uuid-3.4.0"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
sources."validate-npm-package-license-3.0.4"
sources."vfile-2.3.0"
sources."vfile-location-2.0.6"
@@ -63730,7 +65846,7 @@ in
sources."xdg-basedir-3.0.0"
sources."xtend-4.0.2"
sources."y18n-3.2.1"
- sources."yallist-2.1.2"
+ sources."yallist-4.0.0"
(sources."yargs-11.1.1" // {
dependencies = [
sources."ansi-regex-3.0.0"
@@ -63757,10 +65873,10 @@ in
coc-python = nodeEnv.buildNodePackage {
name = "coc-python";
packageName = "coc-python";
- version = "1.2.12";
+ version = "1.2.13";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-python/-/coc-python-1.2.12.tgz";
- sha512 = "cwZ/uIJT5id6zwBE6RWC/HcGy7uw2hLjC0OyvcjFzidazH73e3fQBBoEMJNtLKgPuAJfNjo4BPu+cDsCSAkCAw==";
+ url = "https://registry.npmjs.org/coc-python/-/coc-python-1.2.13.tgz";
+ sha512 = "thsXkbwwJMpiGa/1GiPvFnbWtC5K8QcZvcUtoc4lU8Hf38LbywK5qRp6M7tOAabJOq5dYcIYYbPZWzGwhoZEiw==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -63816,10 +65932,10 @@ in
coc-rust-analyzer = nodeEnv.buildNodePackage {
name = "coc-rust-analyzer";
packageName = "coc-rust-analyzer";
- version = "0.9.0";
+ version = "0.19.0";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-rust-analyzer/-/coc-rust-analyzer-0.9.0.tgz";
- sha512 = "//DKmHGTR4u7tPoFBU+8apTuaXidWIJf+squdnVb/DX6J1fO9BSI6M6TBTlfY6IC1V1FOa6bUE6GNcQDyH1hYQ==";
+ url = "https://registry.npmjs.org/coc-rust-analyzer/-/coc-rust-analyzer-0.19.0.tgz";
+ sha512 = "HeoHspOK0pg9UGUV6jYX5IlJhWIslA34Yg99QqJU2xCJxE93YAlyhJ0S/TVtkQdCYpn6D7UiHjKDazUQKkDMOQ==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -63834,10 +65950,10 @@ in
coc-smartf = nodeEnv.buildNodePackage {
name = "coc-smartf";
packageName = "coc-smartf";
- version = "1.1.10";
+ version = "1.1.11";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-smartf/-/coc-smartf-1.1.10.tgz";
- sha512 = "xjRDR+1qPw3KclL67v7y8D5l8mrUyYvCGWaLegZ3iLjYpRMwGI5oZKi4sHfRk8kFqrmVbHfvh6yDHiIUnTJWyA==";
+ url = "https://registry.npmjs.org/coc-smartf/-/coc-smartf-1.1.11.tgz";
+ sha512 = "srtsGTwfnrN47BAcafyThuv1eFvlPUFrSDZPJ4RtgxbpcPZCGa60rAPOkFELCjtt9EO0XuKxRJsXtL2PI+ft6A==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -63852,10 +65968,10 @@ in
coc-snippets = nodeEnv.buildNodePackage {
name = "coc-snippets";
packageName = "coc-snippets";
- version = "2.2.1";
+ version = "2.2.9";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-snippets/-/coc-snippets-2.2.1.tgz";
- sha512 = "iMAZLafpYJYtf+jMIoUlNqYjZkxFEflbG1aW7XiesC0c+TY8HYglN3/CnuoKu0bwWcxoktUhiRqDixuw36VRSQ==";
+ url = "https://registry.npmjs.org/coc-snippets/-/coc-snippets-2.2.9.tgz";
+ sha512 = "SjVr0CSmF97LS5e/qz2Lac5JYpx9F6U9MPLzbB3WfGSIBwlrbevgw47DJSIxCr1ZWNb1Um/esRWDGfkhrMjbmA==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -63869,10 +65985,10 @@ in
coc-solargraph = nodeEnv.buildNodePackage {
name = "coc-solargraph";
packageName = "coc-solargraph";
- version = "1.1.7";
+ version = "1.1.8";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-solargraph/-/coc-solargraph-1.1.7.tgz";
- sha512 = "+oaGgco/4VuQIAp7MqvwrMPnKXViap/W894pFodstK1FkCUpP3qc04Kt7B/8IqRTFrd5b6tAn7Nrsf5g4RffTw==";
+ url = "https://registry.npmjs.org/coc-solargraph/-/coc-solargraph-1.1.8.tgz";
+ sha512 = "j0/S9ycyP4cdFhTu3FGaY4t0ZSn1K5EFWi6A90nppQYPwrzSGo3tn5XDO44vaWsYhEUlQfQrXVwtFScKCdc1vg==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -63893,34 +66009,35 @@ in
};
dependencies = [
sources."@babel/code-frame-7.10.4"
- sources."@babel/core-7.12.3"
- sources."@babel/generator-7.12.1"
+ sources."@babel/core-7.12.9"
+ sources."@babel/generator-7.12.5"
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
- sources."@babel/helper-member-expression-to-functions-7.12.1"
- sources."@babel/helper-module-imports-7.12.1"
+ sources."@babel/helper-member-expression-to-functions-7.12.7"
+ sources."@babel/helper-module-imports-7.12.5"
sources."@babel/helper-module-transforms-7.12.1"
- sources."@babel/helper-optimise-call-expression-7.10.4"
- sources."@babel/helper-replace-supers-7.12.1"
+ sources."@babel/helper-optimise-call-expression-7.12.7"
+ sources."@babel/helper-replace-supers-7.12.5"
sources."@babel/helper-simple-access-7.12.1"
sources."@babel/helper-split-export-declaration-7.11.0"
sources."@babel/helper-validator-identifier-7.10.4"
- sources."@babel/helpers-7.12.1"
+ sources."@babel/helpers-7.12.5"
(sources."@babel/highlight-7.10.4" // {
dependencies = [
sources."chalk-2.4.2"
];
})
- sources."@babel/parser-7.12.3"
- sources."@babel/template-7.10.4"
- sources."@babel/traverse-7.12.1"
- sources."@babel/types-7.12.1"
+ sources."@babel/parser-7.12.7"
+ sources."@babel/template-7.12.7"
+ sources."@babel/traverse-7.12.9"
+ sources."@babel/types-7.12.7"
sources."@nodelib/fs.scandir-2.1.3"
sources."@nodelib/fs.stat-2.0.3"
sources."@nodelib/fs.walk-1.2.4"
sources."@stylelint/postcss-css-in-js-0.37.2"
- sources."@stylelint/postcss-markdown-0.36.1"
- sources."@types/minimist-1.2.0"
+ sources."@stylelint/postcss-markdown-0.36.2"
+ sources."@types/mdast-3.0.3"
+ sources."@types/minimist-1.2.1"
sources."@types/normalize-package-data-2.4.0"
sources."@types/parse-json-4.0.0"
sources."@types/unist-2.0.3"
@@ -63935,12 +66052,11 @@ in
sources."balanced-match-1.0.0"
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- sources."browserslist-4.14.5"
+ sources."browserslist-4.15.0"
sources."callsites-3.1.0"
sources."camelcase-5.3.1"
sources."camelcase-keys-6.2.2"
- sources."caniuse-lite-1.0.30001148"
- sources."ccount-1.0.5"
+ sources."caniuse-lite-1.0.30001165"
(sources."chalk-4.1.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
@@ -63951,11 +66067,9 @@ in
];
})
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."clone-regexp-2.2.0"
- sources."collapse-white-space-1.0.6"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."colorette-1.2.1"
@@ -63963,7 +66077,7 @@ in
sources."convert-source-map-1.7.0"
sources."cosmiconfig-7.0.0"
sources."cssesc-3.0.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decamelize-1.2.0"
(sources."decamelize-keys-1.1.0" // {
dependencies = [
@@ -63973,14 +66087,14 @@ in
sources."dir-glob-3.0.1"
(sources."dom-serializer-0.2.2" // {
dependencies = [
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
sources."entities-2.1.0"
];
})
sources."domelementtype-1.3.1"
sources."domhandler-2.4.2"
sources."domutils-1.7.0"
- sources."electron-to-chromium-1.3.582"
+ sources."electron-to-chromium-1.3.616"
sources."emoji-regex-8.0.0"
sources."entities-1.1.2"
sources."error-ex-1.3.2"
@@ -63993,14 +66107,15 @@ in
sources."fast-glob-3.2.4"
sources."fast-json-stable-stringify-2.1.0"
sources."fastest-levenshtein-1.0.12"
- sources."fastq-1.8.0"
- sources."file-entry-cache-5.0.1"
+ sources."fastq-1.9.0"
+ sources."file-entry-cache-6.0.0"
sources."fill-range-7.0.1"
sources."find-up-4.1.0"
- sources."flat-cache-2.0.1"
- sources."flatted-2.0.2"
+ sources."flat-cache-3.0.4"
+ sources."flatted-3.1.0"
sources."fs.realpath-1.0.0"
- sources."gensync-1.0.0-beta.1"
+ sources."function-bind-1.1.1"
+ sources."gensync-1.0.0-beta.2"
sources."get-stdin-8.0.0"
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
@@ -64011,12 +66126,13 @@ in
sources."globjoin-0.1.4"
sources."gonzales-pe-4.3.0"
sources."hard-rejection-2.1.0"
+ sources."has-1.0.3"
sources."has-flag-3.0.0"
- sources."hosted-git-info-2.8.8"
+ sources."hosted-git-info-3.0.7"
sources."html-tags-3.1.0"
sources."htmlparser2-3.10.1"
sources."ignore-5.1.8"
- (sources."import-fresh-3.2.1" // {
+ (sources."import-fresh-3.2.2" // {
dependencies = [
sources."resolve-from-4.0.0"
];
@@ -64029,10 +66145,10 @@ in
sources."inherits-2.0.4"
sources."ini-1.3.5"
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-2.0.4"
+ sources."is-buffer-2.0.5"
+ sources."is-core-module-2.2.0"
sources."is-decimal-1.0.4"
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-3.0.0"
@@ -64042,8 +66158,6 @@ in
sources."is-plain-obj-2.1.0"
sources."is-regexp-2.1.0"
sources."is-typedarray-1.0.0"
- sources."is-whitespace-character-1.0.4"
- sources."is-word-character-1.0.4"
sources."isexe-2.0.0"
sources."js-tokens-4.0.0"
sources."jsesc-2.5.2"
@@ -64051,19 +66165,25 @@ in
sources."json-schema-traverse-0.4.1"
sources."json5-2.1.3"
sources."kind-of-6.0.3"
- sources."known-css-properties-0.19.0"
+ sources."known-css-properties-0.20.0"
sources."lines-and-columns-1.1.6"
sources."locate-path-5.0.0"
sources."lodash-4.17.20"
sources."log-symbols-4.0.0"
sources."longest-streak-2.0.4"
+ sources."lru-cache-6.0.0"
sources."map-obj-4.1.0"
- sources."markdown-escapes-1.0.4"
- sources."markdown-table-2.0.0"
sources."mathml-tag-names-2.1.3"
- sources."mdast-util-compact-2.0.1"
- sources."meow-7.1.1"
+ sources."mdast-util-from-markdown-0.8.1"
+ (sources."mdast-util-to-markdown-0.5.4" // {
+ dependencies = [
+ sources."mdast-util-to-string-2.0.0"
+ ];
+ })
+ sources."mdast-util-to-string-1.1.0"
+ sources."meow-8.0.0"
sources."merge2-1.4.1"
+ sources."micromark-2.10.1"
sources."micromatch-4.0.2"
sources."min-indent-1.0.1"
sources."minimatch-3.0.4"
@@ -64073,10 +66193,13 @@ in
sources."is-plain-obj-1.1.0"
];
})
- sources."mkdirp-0.5.5"
sources."ms-2.1.2"
- sources."node-releases-1.1.63"
- sources."normalize-package-data-2.5.0"
+ sources."node-releases-1.1.67"
+ (sources."normalize-package-data-3.0.0" // {
+ dependencies = [
+ sources."semver-7.3.4"
+ ];
+ })
sources."normalize-range-0.1.2"
sources."normalize-selector-0.2.0"
sources."num2fraction-1.2.2"
@@ -64118,6 +66241,8 @@ in
sources."quick-lru-4.0.1"
(sources."read-pkg-5.2.0" // {
dependencies = [
+ sources."hosted-git-info-2.8.8"
+ sources."normalize-package-data-2.5.0"
sources."type-fest-0.6.0"
];
})
@@ -64128,16 +66253,16 @@ in
})
sources."readable-stream-3.6.0"
sources."redent-3.0.0"
- sources."remark-12.0.1"
- sources."remark-parse-8.0.3"
- sources."remark-stringify-8.1.1"
+ sources."remark-13.0.0"
+ sources."remark-parse-9.0.0"
+ sources."remark-stringify-9.0.0"
sources."repeat-string-1.6.1"
sources."replace-ext-1.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-5.0.0"
sources."reusify-1.0.4"
- sources."rimraf-2.6.3"
- sources."run-parallel-1.1.9"
+ sources."rimraf-3.0.2"
+ sources."run-parallel-1.1.10"
sources."safe-buffer-5.1.2"
sources."semver-5.7.1"
sources."signal-exit-3.0.3"
@@ -64153,47 +66278,38 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."specificity-0.4.1"
- sources."state-toggle-1.0.3"
sources."string-width-4.2.0"
(sources."string_decoder-1.3.0" // {
dependencies = [
sources."safe-buffer-5.2.1"
];
})
- sources."stringify-entities-3.0.1"
sources."strip-ansi-6.0.0"
sources."strip-indent-3.0.0"
sources."style-search-0.1.0"
- sources."stylelint-13.7.2"
+ sources."stylelint-13.8.0"
sources."sugarss-2.0.0"
sources."supports-color-5.5.0"
sources."svg-tags-1.0.0"
- sources."table-6.0.3"
+ sources."table-6.0.4"
sources."to-fast-properties-2.0.0"
sources."to-regex-range-5.0.1"
- sources."trim-0.0.1"
sources."trim-newlines-3.0.0"
- sources."trim-trailing-lines-1.1.3"
sources."trough-1.0.5"
- sources."type-fest-0.13.1"
+ sources."type-fest-0.18.1"
sources."typedarray-to-buffer-3.1.5"
- sources."unherit-1.1.3"
sources."unified-9.2.0"
sources."uniq-1.0.1"
- sources."unist-util-find-all-after-3.0.1"
- sources."unist-util-is-4.0.2"
- sources."unist-util-remove-position-2.0.1"
+ sources."unist-util-find-all-after-3.0.2"
+ sources."unist-util-is-4.0.4"
sources."unist-util-stringify-position-2.0.3"
- sources."unist-util-visit-2.0.3"
- sources."unist-util-visit-parents-3.1.0"
sources."uri-js-4.4.0"
sources."util-deprecate-1.0.2"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
sources."validate-npm-package-license-3.0.4"
sources."vfile-4.2.0"
- sources."vfile-location-3.1.0"
sources."vfile-message-2.0.4"
sources."vscode-jsonrpc-5.1.0-next.1"
sources."vscode-languageserver-6.2.0-next.2"
@@ -64203,15 +66319,15 @@ in
];
})
sources."vscode-languageserver-textdocument-1.0.1"
- sources."vscode-languageserver-types-3.16.0-next.3"
+ sources."vscode-languageserver-types-3.16.0-next.5"
sources."vscode-uri-2.1.2"
sources."which-1.3.1"
sources."wrappy-1.0.2"
- sources."write-1.0.3"
sources."write-file-atomic-3.0.3"
- sources."xtend-4.0.2"
+ sources."yallist-4.0.0"
sources."yaml-1.10.0"
- sources."yargs-parser-18.1.3"
+ sources."yargs-parser-20.2.4"
+ sources."zwitch-1.0.5"
];
buildInputs = globalBuildInputs;
meta = {
@@ -64225,10 +66341,10 @@ in
coc-tabnine = nodeEnv.buildNodePackage {
name = "coc-tabnine";
packageName = "coc-tabnine";
- version = "1.2.2";
+ version = "1.2.3";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-tabnine/-/coc-tabnine-1.2.2.tgz";
- sha512 = "uxhcuQyjCmXse9ERkvyKpo7mEqC8wKGwREzbyFW92KAb+fB4YRBzmhrs7ws50cxSsYb6NPkfPrGsWqP4i0yEjg==";
+ url = "https://registry.npmjs.org/coc-tabnine/-/coc-tabnine-1.2.3.tgz";
+ sha512 = "1FVW4hj7eK8PAUS0fzeme/23iBBP9Q3nfoMVzpBGchJiziL2qOhXaFrU0QgliIhiRSMmLnagTx/lWuI8BuO96g==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -64265,10 +66381,13 @@ in
sources."escape-string-regexp-1.0.5"
sources."esprima-4.0.1"
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
sources."glob-7.1.6"
+ sources."has-1.0.3"
sources."has-flag-3.0.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
+ sources."is-core-module-2.2.0"
sources."js-tokens-4.0.0"
sources."js-yaml-3.14.0"
sources."minimatch-3.0.4"
@@ -64277,7 +66396,7 @@ in
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."path-parse-1.0.6"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."semver-5.7.1"
sources."sprintf-js-1.0.3"
sources."supports-color-5.5.0"
@@ -64333,13 +66452,13 @@ in
coc-tsserver = nodeEnv.buildNodePackage {
name = "coc-tsserver";
packageName = "coc-tsserver";
- version = "1.5.8";
+ version = "1.6.1";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-tsserver/-/coc-tsserver-1.5.8.tgz";
- sha512 = "rh1/curdq4ygQxsqPxJ7lgZR1zcEC3uWjLuDM4aiexzVAIO5QxtCFmKkfQHPzlOMHm6Gp5WvSJzgncS3Fj2Z+Q==";
+ url = "https://registry.npmjs.org/coc-tsserver/-/coc-tsserver-1.6.1.tgz";
+ sha512 = "Tys5fRAdzYfi2MyRQ8X5fKLw8vhluuT/0/Uac+eOzMnWSJ0zgMpxtXTo5AA1icsLgUTHHOXgq6CJHUbKs6xGVA==";
};
dependencies = [
- sources."typescript-4.0.3"
+ sources."typescript-4.1.2"
];
buildInputs = globalBuildInputs;
meta = {
@@ -64354,318 +66473,55 @@ in
coc-vetur = nodeEnv.buildNodePackage {
name = "coc-vetur";
packageName = "coc-vetur";
- version = "1.2.0";
+ version = "1.2.3";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-vetur/-/coc-vetur-1.2.0.tgz";
- sha512 = "JtuTM6DHU21h6j1fEeAaOtfFveLOzeqVXh9mjd53fVHws9T89wW8yV0ZsU5gz4u4g0tw7nN779sJqOEAXnmR8w==";
+ url = "https://registry.npmjs.org/coc-vetur/-/coc-vetur-1.2.3.tgz";
+ sha512 = "2SHFFjxkw2kl0hADDNUYX85OR/PbjqYPxFnpNp6G83SbeZBoJN8KDUl7TrIJ7BZ4UCiIilXnKQCHpxREiVPAEg==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
sources."@babel/helper-validator-identifier-7.10.4"
- sources."@babel/highlight-7.10.4"
- sources."@emmetio/extract-abbreviation-0.2.0"
- (sources."@eslint/eslintrc-0.1.3" // {
- dependencies = [
- sources."debug-4.3.0"
- sources."ignore-4.0.6"
- sources."strip-json-comments-3.1.1"
- ];
- })
- sources."@mrmlnc/readdir-enhanced-2.2.1"
- (sources."@nodelib/fs.scandir-2.1.3" // {
- dependencies = [
- sources."@nodelib/fs.stat-2.0.3"
- ];
- })
- sources."@nodelib/fs.stat-1.1.3"
- sources."@nodelib/fs.walk-1.2.4"
- sources."@prettier/plugin-pug-1.8.1"
- sources."@sindresorhus/is-0.14.0"
- sources."@sorg/log-2.2.0"
- sources."@starptech/expression-parser-0.10.0"
- sources."@starptech/hast-util-from-webparser-0.10.0"
- (sources."@starptech/prettyhtml-0.10.0" // {
- dependencies = [
- sources."prettier-1.19.1"
- ];
- })
- (sources."@starptech/prettyhtml-formatter-0.10.0" // {
- dependencies = [
- sources."prettier-1.19.1"
- ];
- })
- sources."@starptech/prettyhtml-hast-to-html-0.10.0"
- sources."@starptech/prettyhtml-hastscript-0.10.0"
- sources."@starptech/prettyhtml-sort-attributes-0.10.0"
- sources."@starptech/rehype-minify-whitespace-0.10.0"
- sources."@starptech/rehype-webparser-0.10.0"
- sources."@starptech/webparser-0.10.0"
- sources."@szmarczak/http-timer-1.1.2"
- sources."@types/eslint-visitor-keys-1.0.0"
- sources."@types/glob-7.1.3"
- sources."@types/json-schema-7.0.6"
- sources."@types/minimatch-3.0.3"
- sources."@types/minimist-1.2.0"
- sources."@types/node-14.11.10"
- sources."@types/normalize-package-data-2.4.0"
- sources."@types/unist-2.0.3"
- sources."@types/vfile-3.0.2"
- sources."@types/vfile-message-2.0.0"
- sources."@typescript-eslint/experimental-utils-3.10.1"
- (sources."@typescript-eslint/parser-3.10.1" // {
- dependencies = [
- sources."eslint-visitor-keys-1.3.0"
- ];
- })
- sources."@typescript-eslint/types-3.10.1"
- (sources."@typescript-eslint/typescript-estree-3.10.1" // {
- dependencies = [
- sources."debug-4.3.0"
- sources."semver-7.3.2"
- ];
- })
- (sources."@typescript-eslint/visitor-keys-3.10.1" // {
+ (sources."@babel/highlight-7.10.4" // {
dependencies = [
- sources."eslint-visitor-keys-1.3.0"
+ sources."chalk-2.4.2"
];
})
- sources."abbrev-1.1.1"
+ sources."@eslint/eslintrc-0.2.2"
sources."acorn-7.4.1"
sources."acorn-jsx-5.3.1"
- (sources."aggregate-error-3.1.0" // {
- dependencies = [
- sources."indent-string-4.0.0"
- ];
- })
sources."ajv-6.12.6"
- (sources."ansi-align-3.0.0" // {
- dependencies = [
- sources."ansi-regex-4.1.0"
- sources."string-width-3.1.0"
- sources."strip-ansi-5.2.0"
- ];
- })
sources."ansi-colors-4.1.1"
- (sources."ansi-escapes-4.3.1" // {
- dependencies = [
- sources."type-fest-0.11.0"
- ];
- })
- sources."ansi-regex-3.0.0"
+ sources."ansi-regex-5.0.0"
sources."ansi-styles-3.2.1"
- sources."anymatch-3.1.1"
sources."argparse-1.0.10"
- sources."arr-diff-4.0.0"
- sources."arr-flatten-1.1.0"
- sources."arr-union-3.1.0"
- sources."array-find-index-1.0.2"
- sources."array-iterate-1.1.4"
- sources."array-union-1.0.2"
- sources."array-uniq-1.0.3"
- sources."array-unique-0.3.2"
- sources."arrify-1.0.1"
- sources."assign-symbols-1.0.0"
sources."astral-regex-1.0.0"
- sources."async-1.5.2"
- sources."atob-2.1.2"
- sources."bail-1.0.5"
sources."balanced-match-1.0.0"
- (sources."base-0.11.2" // {
- dependencies = [
- sources."define-property-1.0.0"
- ];
- })
- sources."binary-extensions-2.1.0"
- sources."bootstrap-vue-helper-json-1.1.1"
- (sources."boxen-3.2.0" // {
- dependencies = [
- sources."ansi-regex-4.1.0"
- sources."camelcase-5.3.1"
- sources."string-width-3.1.0"
- sources."strip-ansi-5.2.0"
- ];
- })
sources."brace-expansion-1.1.11"
- (sources."braces-2.3.2" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."buffer-from-1.1.1"
sources."builtin-modules-1.1.1"
- sources."cache-base-1.0.1"
- (sources."cacheable-request-6.1.0" // {
- dependencies = [
- sources."get-stream-5.2.0"
- sources."lowercase-keys-2.0.0"
- ];
- })
- sources."call-me-maybe-1.0.1"
sources."callsites-3.1.0"
- sources."camelcase-4.1.0"
- sources."camelcase-keys-4.2.0"
- sources."ccount-1.0.5"
- sources."chalk-2.4.2"
- sources."character-entities-1.2.4"
- sources."character-entities-html4-1.1.4"
- sources."character-entities-legacy-1.1.4"
- sources."character-parser-2.2.0"
- sources."character-reference-invalid-1.1.4"
- sources."chardet-0.7.0"
- (sources."chokidar-3.0.2" // {
- dependencies = [
- sources."braces-3.0.2"
- sources."fill-range-7.0.1"
- sources."is-number-7.0.0"
- sources."to-regex-range-5.0.1"
- ];
- })
- sources."ci-info-2.0.0"
- (sources."class-utils-0.3.6" // {
+ (sources."chalk-4.1.0" // {
dependencies = [
- sources."define-property-0.2.5"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-buffer-1.1.6"
- (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."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."clean-stack-2.2.0"
- sources."cli-boxes-2.2.1"
- sources."cli-cursor-3.1.0"
- sources."cli-width-3.0.0"
- sources."cliui-4.1.0"
- sources."clone-1.0.4"
- sources."clone-response-1.0.2"
- 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."columnify-1.5.4" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- sources."strip-ansi-3.0.1"
- ];
- })
- sources."comma-separated-tokens-1.0.8"
sources."commander-2.20.3"
- sources."common-tags-1.8.0"
- sources."component-emitter-1.3.0"
sources."concat-map-0.0.1"
- sources."concat-stream-1.6.2"
- sources."config-chain-1.1.12"
- sources."configstore-4.0.0"
- sources."copy-descriptor-0.1.1"
- sources."core-js-3.6.5"
- sources."core-util-is-1.0.2"
- sources."cross-spawn-5.1.0"
- sources."crypto-random-string-1.0.0"
- (sources."css-2.2.4" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
- sources."css-parse-2.0.0"
- sources."csstype-2.6.13"
- sources."currently-unhandled-0.4.1"
- sources."debug-3.2.6"
- sources."decamelize-1.2.0"
- (sources."decamelize-keys-1.1.0" // {
- dependencies = [
- sources."map-obj-1.0.1"
- ];
- })
- sources."decode-uri-component-0.2.0"
- sources."decompress-response-3.3.0"
- sources."deep-extend-0.6.0"
+ sources."cross-spawn-7.0.3"
+ sources."debug-4.3.1"
sources."deep-is-0.1.3"
- sources."defaults-1.0.3"
- sources."defer-to-connect-1.1.3"
- sources."define-property-2.0.2"
- (sources."del-5.1.0" // {
- dependencies = [
- sources."@nodelib/fs.stat-2.0.3"
- sources."array-union-2.1.0"
- sources."braces-3.0.2"
- sources."dir-glob-3.0.1"
- sources."fast-glob-3.2.4"
- sources."fill-range-7.0.1"
- sources."globby-10.0.2"
- sources."ignore-5.1.8"
- sources."is-number-7.0.0"
- sources."is-path-inside-3.0.2"
- sources."micromatch-4.0.2"
- sources."path-type-4.0.0"
- sources."rimraf-3.0.2"
- sources."slash-3.0.0"
- sources."to-regex-range-5.0.1"
- ];
- })
- (sources."del-cli-3.0.1" // {
- dependencies = [
- sources."camelcase-5.3.1"
- sources."camelcase-keys-6.2.2"
- sources."indent-string-4.0.0"
- sources."map-obj-4.1.0"
- sources."meow-6.1.1"
- sources."minimist-options-4.1.0"
- sources."quick-lru-4.0.1"
- sources."redent-3.0.0"
- sources."strip-indent-3.0.0"
- sources."trim-newlines-3.0.0"
- sources."type-fest-0.13.1"
- sources."yargs-parser-18.1.3"
- ];
- })
sources."diff-4.0.2"
- sources."dir-glob-2.0.0"
- sources."dlv-1.1.3"
sources."doctrine-3.0.0"
- sources."dot-prop-4.2.1"
- sources."duplexer3-0.1.4"
- sources."editorconfig-0.15.3"
- sources."element-helper-json-2.0.6"
sources."emoji-regex-7.0.3"
- sources."end-of-stream-1.4.4"
sources."enquirer-2.3.6"
- sources."error-ex-1.3.2"
sources."escape-string-regexp-1.0.5"
- (sources."eslint-7.11.0" // {
- dependencies = [
- sources."ansi-regex-5.0.0"
- sources."ansi-styles-4.3.0"
- sources."chalk-4.1.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."cross-spawn-7.0.3"
- sources."debug-4.3.0"
- sources."has-flag-4.0.0"
- sources."ignore-4.0.6"
- sources."path-key-3.1.1"
- sources."semver-7.3.2"
- sources."shebang-command-2.0.0"
- sources."shebang-regex-3.0.0"
- sources."strip-ansi-6.0.0"
- sources."strip-json-comments-3.1.1"
- sources."supports-color-7.2.0"
- sources."which-2.0.2"
- ];
- })
- (sources."eslint-plugin-vue-7.0.1" // {
- dependencies = [
- sources."semver-7.3.2"
- ];
- })
+ sources."eslint-7.15.0"
+ sources."eslint-plugin-vue-7.2.0"
sources."eslint-scope-5.1.1"
(sources."eslint-utils-2.1.0" // {
dependencies = [
@@ -64673,7 +66529,7 @@ in
];
})
sources."eslint-visitor-keys-2.0.0"
- (sources."espree-7.3.0" // {
+ (sources."espree-7.3.1" // {
dependencies = [
sources."eslint-visitor-keys-1.3.0"
];
@@ -64691,735 +66547,96 @@ in
})
sources."estraverse-4.3.0"
sources."esutils-2.0.3"
- sources."execa-0.7.0"
- (sources."expand-brackets-2.1.4" // {
- dependencies = [
- sources."debug-2.6.9"
- sources."define-property-0.2.5"
- sources."extend-shallow-2.0.1"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-buffer-1.1.6"
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- sources."ms-2.0.0"
- ];
- })
- sources."extend-3.0.2"
- (sources."extend-shallow-3.0.2" // {
- dependencies = [
- sources."is-extendable-1.0.1"
- ];
- })
- sources."external-editor-3.1.0"
- (sources."extglob-2.0.4" // {
- dependencies = [
- sources."define-property-1.0.0"
- sources."extend-shallow-2.0.1"
- ];
- })
sources."fast-deep-equal-3.1.3"
- (sources."fast-glob-2.2.7" // {
- dependencies = [
- (sources."glob-parent-3.1.0" // {
- dependencies = [
- sources."is-glob-3.1.0"
- ];
- })
- ];
- })
sources."fast-json-stable-stringify-2.1.0"
sources."fast-levenshtein-2.0.6"
- sources."fastq-1.8.0"
- sources."fault-1.0.4"
- sources."figures-3.2.0"
- sources."file-entry-cache-5.0.1"
- (sources."fill-range-4.0.0" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."find-up-2.1.0"
- sources."flat-cache-2.0.1"
- sources."flatted-2.0.2"
- sources."fn-name-2.0.1"
- sources."for-in-1.0.2"
- sources."format-0.2.2"
- sources."fragment-cache-0.2.1"
+ sources."file-entry-cache-6.0.0"
+ sources."flat-cache-3.0.4"
+ sources."flatted-3.1.0"
sources."fs.realpath-1.0.0"
- sources."fsevents-2.1.3"
sources."function-bind-1.1.1"
sources."functional-red-black-tree-1.0.1"
- sources."get-caller-file-1.0.3"
- sources."get-stream-3.0.0"
- sources."get-value-2.0.6"
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
- sources."glob-to-regexp-0.3.0"
- sources."global-dirs-0.1.1"
- (sources."globals-12.4.0" // {
- dependencies = [
- sources."type-fest-0.8.1"
- ];
- })
- sources."globby-8.0.2"
- (sources."got-9.6.0" // {
- dependencies = [
- sources."get-stream-4.1.0"
- ];
- })
- sources."graceful-fs-4.2.4"
- sources."gridsome-helper-json-1.0.3"
- sources."hard-rejection-2.1.0"
+ sources."globals-12.4.0"
sources."has-1.0.3"
- (sources."has-ansi-2.0.0" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- ];
- })
sources."has-flag-3.0.0"
- sources."has-symbols-1.0.1"
- sources."has-value-1.0.0"
- (sources."has-values-1.0.0" // {
- dependencies = [
- sources."is-buffer-1.1.6"
- sources."kind-of-4.0.0"
- ];
- })
- sources."has-yarn-2.1.0"
- sources."hast-util-embedded-1.0.5"
- sources."hast-util-has-property-1.0.4"
- sources."hast-util-is-body-ok-link-1.0.4"
- sources."hast-util-is-element-1.1.0"
- sources."hast-util-parse-selector-2.2.4"
- sources."hast-util-to-string-1.0.4"
- sources."hast-util-whitespace-1.0.4"
- sources."hosted-git-info-2.8.8"
- sources."html-void-elements-1.0.5"
- sources."html-whitespace-sensitive-tag-names-1.0.3"
- sources."http-cache-semantics-4.1.0"
- sources."iconv-lite-0.4.24"
- sources."ignore-3.3.10"
- (sources."import-fresh-3.2.1" // {
- dependencies = [
- sources."resolve-from-4.0.0"
- ];
- })
- sources."import-lazy-2.1.0"
+ sources."ignore-4.0.6"
+ sources."import-fresh-3.2.2"
sources."imurmurhash-0.1.4"
- sources."indent-string-3.2.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- sources."ini-1.3.5"
- (sources."inquirer-7.3.3" // {
- dependencies = [
- sources."ansi-regex-5.0.0"
- sources."ansi-styles-4.3.0"
- sources."chalk-4.1.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."emoji-regex-8.0.0"
- sources."has-flag-4.0.0"
- sources."is-fullwidth-code-point-3.0.0"
- sources."string-width-4.2.0"
- sources."strip-ansi-6.0.0"
- sources."supports-color-7.2.0"
- ];
- })
- sources."invert-kv-2.0.0"
- sources."is-accessor-descriptor-1.0.0"
- sources."is-alphabetical-1.0.4"
- sources."is-alphanumerical-1.0.4"
- sources."is-arrayish-0.2.1"
- sources."is-binary-path-2.1.0"
- sources."is-buffer-2.0.4"
- sources."is-ci-2.0.0"
- sources."is-data-descriptor-1.0.0"
- sources."is-decimal-1.0.4"
- sources."is-descriptor-1.0.2"
- sources."is-empty-1.2.0"
- sources."is-expression-4.0.0"
- sources."is-extendable-0.1.1"
+ sources."is-core-module-2.2.0"
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-2.0.0"
sources."is-glob-4.0.1"
- sources."is-hexadecimal-1.0.4"
- sources."is-hidden-1.1.3"
- sources."is-installed-globally-0.1.0"
- sources."is-npm-3.0.0"
- (sources."is-number-3.0.0" // {
- dependencies = [
- sources."is-buffer-1.1.6"
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-obj-1.0.1"
- sources."is-object-1.0.1"
- sources."is-path-cwd-2.2.0"
- sources."is-path-inside-1.0.1"
- sources."is-plain-obj-1.1.0"
- sources."is-plain-object-2.0.4"
- sources."is-regex-1.1.1"
- sources."is-stream-1.1.0"
- sources."is-utf8-0.2.1"
- sources."is-windows-1.0.2"
- sources."is-yarn-global-0.3.0"
- sources."isarray-1.0.0"
sources."isexe-2.0.0"
- sources."isobject-3.0.1"
- (sources."js-beautify-1.13.0" // {
- dependencies = [
- sources."mkdirp-1.0.4"
- ];
- })
sources."js-tokens-4.0.0"
sources."js-yaml-3.14.0"
- sources."json-buffer-3.0.0"
- sources."json-parse-better-errors-1.0.2"
- sources."json-parse-even-better-errors-2.3.1"
sources."json-schema-traverse-0.4.1"
sources."json-stable-stringify-without-jsonify-1.0.1"
- sources."json5-2.1.3"
- sources."jsonc-parser-2.3.1"
- sources."keyv-3.1.0"
- sources."kind-of-6.0.3"
- sources."latest-version-5.1.0"
- sources."lcid-2.0.0"
sources."levn-0.4.1"
- sources."lines-and-columns-1.1.6"
- sources."load-json-file-4.0.0"
- sources."load-plugin-2.3.1"
- sources."locate-path-2.0.0"
sources."lodash-4.17.20"
- sources."lodash.assign-4.2.0"
- sources."lodash.defaults-4.2.0"
- sources."lodash.iteratee-4.7.0"
- sources."lodash.merge-4.6.2"
- sources."loglevel-1.7.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."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- ];
- })
- sources."longest-streak-1.0.0"
- sources."loud-rejection-1.6.0"
- sources."lowercase-keys-1.0.1"
- sources."lru-cache-4.1.5"
- sources."make-dir-1.3.0"
- sources."map-age-cleaner-0.1.3"
- sources."map-cache-0.2.2"
- sources."map-obj-2.0.0"
- sources."map-visit-1.0.0"
- sources."markdown-table-0.4.0"
- sources."mem-4.3.0"
- (sources."meow-5.0.0" // {
- dependencies = [
- sources."read-pkg-up-3.0.0"
- ];
- })
- sources."merge2-1.4.1"
- sources."micromatch-3.1.10"
- sources."mimic-fn-2.1.0"
- sources."mimic-response-1.0.1"
- sources."min-indent-1.0.1"
+ sources."lru-cache-6.0.0"
sources."minimatch-3.0.4"
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."mout-0.5.0"
sources."ms-2.1.2"
- sources."mute-stream-0.0.8"
- sources."nanomatch-1.2.13"
sources."natural-compare-1.4.0"
- sources."nice-try-1.0.5"
- sources."node-fetch-2.6.1"
- sources."nopt-5.0.0"
- sources."normalize-package-data-2.5.0"
- sources."normalize-path-3.0.0"
- sources."normalize-url-4.5.0"
- sources."npm-prefix-1.2.0"
- sources."npm-run-path-2.0.2"
- sources."number-is-nan-1.0.1"
- sources."nuxt-helper-json-1.0.0"
- sources."object-assign-4.1.1"
- (sources."object-copy-0.1.0" // {
- dependencies = [
- sources."define-property-0.2.5"
- sources."is-accessor-descriptor-0.1.6"
- sources."is-buffer-1.1.6"
- sources."is-data-descriptor-0.1.4"
- (sources."is-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-5.1.0"
- ];
- })
- sources."kind-of-3.2.2"
- ];
- })
- sources."object-visit-1.0.1"
- sources."object.pick-1.3.0"
sources."once-1.4.0"
- sources."onetime-5.1.2"
sources."optionator-0.9.1"
- sources."os-homedir-1.0.2"
- (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."os-tmpdir-1.0.2"
- sources."p-cancelable-1.1.0"
- 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-map-3.0.0"
- sources."p-try-1.0.0"
- (sources."package-json-6.5.0" // {
- dependencies = [
- sources."semver-6.3.0"
- ];
- })
sources."parent-module-1.0.1"
- sources."parse-entities-1.2.2"
- sources."parse-gitignore-1.0.1"
- sources."parse-json-4.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-2.0.1"
+ sources."path-key-3.1.1"
sources."path-parse-1.0.6"
- sources."path-type-3.0.0"
- sources."picomatch-2.2.2"
- sources."pify-3.0.0"
- sources."pinkie-2.0.4"
- sources."pinkie-promise-2.0.1"
- (sources."pkg-conf-1.1.3" // {
- dependencies = [
- sources."find-up-1.1.2"
- sources."load-json-file-1.1.0"
- sources."parse-json-2.2.0"
- sources."path-exists-2.1.0"
- sources."pify-2.3.0"
- sources."strip-bom-2.0.0"
- ];
- })
- sources."posix-character-classes-0.1.1"
sources."prelude-ls-1.2.1"
- sources."prepend-http-2.0.0"
- sources."prettier-2.1.2"
- (sources."prettier-eslint-11.0.0" // {
- dependencies = [
- sources."ansi-regex-4.1.0"
- (sources."cross-spawn-6.0.5" // {
- dependencies = [
- sources."semver-5.7.1"
- ];
- })
- sources."debug-4.3.0"
- sources."eslint-6.8.0"
- sources."eslint-utils-1.4.3"
- sources."eslint-visitor-keys-1.3.0"
- sources."espree-6.2.1"
- sources."ignore-4.0.6"
- sources."indent-string-4.0.0"
- sources."levn-0.3.0"
- sources."optionator-0.8.3"
- sources."prelude-ls-1.1.2"
- sources."regexpp-2.0.1"
- sources."semver-6.3.0"
- sources."strip-ansi-5.2.0"
- sources."strip-json-comments-3.1.1"
- sources."type-check-0.3.2"
- sources."typescript-3.9.7"
- ];
- })
- sources."prettier-tslint-0.4.2"
- sources."pretty-format-23.6.0"
- sources."process-nextick-args-2.0.1"
+ sources."prettier-2.2.1"
sources."progress-2.0.3"
- sources."property-information-5.6.0"
- sources."proto-list-1.2.4"
- sources."pseudomap-1.0.2"
- sources."pug-error-2.0.0"
- sources."pug-lexer-5.0.0"
- sources."pump-3.0.0"
sources."punycode-2.1.1"
- sources."quick-lru-1.1.0"
- sources."rc-1.2.8"
- sources."read-pkg-3.0.0"
- (sources."read-pkg-up-7.0.1" // {
- dependencies = [
- sources."find-up-4.1.0"
- sources."locate-path-5.0.0"
- sources."p-limit-2.3.0"
- sources."p-locate-4.1.0"
- sources."p-try-2.2.0"
- sources."parse-json-5.1.0"
- sources."path-exists-4.0.0"
- (sources."read-pkg-5.2.0" // {
- dependencies = [
- sources."type-fest-0.6.0"
- ];
- })
- sources."type-fest-0.8.1"
- ];
- })
- sources."readable-stream-2.3.7"
- sources."readdirp-3.5.0"
- sources."redent-2.0.0"
- sources."regex-not-1.0.2"
sources."regexpp-3.1.0"
- sources."registry-auth-token-4.2.0"
- sources."registry-url-5.1.0"
- sources."rehype-sort-attribute-values-2.0.1"
- (sources."remark-5.1.0" // {
- dependencies = [
- sources."unified-4.2.1"
- sources."vfile-1.4.0"
- ];
- })
- sources."remark-parse-1.1.0"
- (sources."remark-stringify-1.1.0" // {
- dependencies = [
- sources."stringify-entities-1.3.2"
- ];
- })
- sources."repeat-element-1.1.3"
- sources."repeat-string-1.6.1"
- sources."replace-ext-1.0.0"
- sources."require-directory-2.1.1"
- sources."require-main-filename-1.0.1"
- sources."require-relative-0.8.7"
- sources."resolve-1.17.0"
- sources."resolve-from-5.0.0"
- sources."resolve-url-0.2.1"
- sources."responselike-1.0.2"
- sources."restore-cursor-3.1.0"
- sources."ret-0.1.15"
- sources."reusify-1.0.4"
- sources."rimraf-2.6.3"
- sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
- sources."rxjs-6.6.3"
- sources."s.color-0.0.13"
- sources."safe-buffer-5.1.2"
- sources."safe-regex-1.1.0"
- sources."safer-buffer-2.1.2"
- sources."sass-formatter-0.4.15"
- sources."sax-1.2.4"
- sources."semver-5.7.1"
- sources."semver-diff-2.1.0"
- sources."set-blocking-2.0.0"
- (sources."set-value-2.0.1" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."shebang-command-1.2.0"
- sources."shebang-regex-1.0.0"
- sources."shellsubstitute-1.2.0"
- sources."sigmund-1.0.1"
- sources."signal-exit-3.0.3"
- sources."slash-1.0.0"
+ sources."resolve-1.19.0"
+ sources."resolve-from-4.0.0"
+ sources."rimraf-3.0.2"
+ sources."semver-7.3.4"
+ sources."shebang-command-2.0.0"
+ sources."shebang-regex-3.0.0"
sources."slice-ansi-2.1.0"
- (sources."snapdragon-0.8.2" // {
- dependencies = [
- sources."debug-2.6.9"
- sources."define-property-0.2.5"
- sources."extend-shallow-2.0.1"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-buffer-1.1.6"
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- sources."ms-2.0.0"
- ];
- })
- (sources."snapdragon-node-2.1.1" // {
- dependencies = [
- sources."define-property-1.0.0"
- ];
- })
- (sources."snapdragon-util-3.0.1" // {
- dependencies = [
- sources."is-buffer-1.1.6"
- sources."kind-of-3.2.2"
- ];
- })
- sources."source-map-0.5.7"
- sources."source-map-resolve-0.5.3"
- sources."source-map-url-0.4.0"
- sources."space-separated-tokens-1.1.5"
- sources."spdx-correct-3.1.1"
- sources."spdx-exceptions-2.3.0"
- sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
- sources."split-string-3.1.0"
sources."sprintf-js-1.0.3"
- sources."stampit-1.2.0"
- (sources."static-extend-0.1.2" // {
- dependencies = [
- sources."define-property-0.2.5"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-buffer-1.1.6"
- (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-2.1.1"
- sources."string_decoder-1.1.1"
- sources."stringify-entities-2.0.0"
- sources."strip-ansi-4.0.0"
- sources."strip-bom-3.0.0"
- sources."strip-eof-1.0.0"
- sources."strip-indent-2.0.0"
- sources."strip-json-comments-2.0.1"
- (sources."stylint-2.0.0" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- sources."ansi-styles-2.2.1"
- sources."camelcase-3.0.0"
- sources."chalk-1.1.3"
- sources."cliui-3.2.0"
- sources."find-up-1.1.2"
- sources."glob-7.0.4"
- sources."invert-kv-1.0.0"
- sources."is-fullwidth-code-point-1.0.0"
- sources."lcid-1.0.0"
- sources."load-json-file-1.1.0"
- sources."os-locale-1.4.0"
- sources."parse-json-2.2.0"
- sources."path-exists-2.1.0"
- sources."path-type-1.1.0"
- sources."pify-2.3.0"
- sources."read-pkg-1.1.0"
- sources."read-pkg-up-1.0.1"
- sources."set-blocking-1.0.0"
- sources."string-width-1.0.2"
- sources."strip-ansi-3.0.1"
- sources."strip-bom-2.0.0"
- sources."supports-color-2.0.0"
- sources."yargs-4.7.1"
- sources."yargs-parser-2.4.1"
- ];
- })
- (sources."stylus-0.54.8" // {
- dependencies = [
- sources."debug-3.1.0"
- sources."mkdirp-1.0.4"
- sources."ms-2.0.0"
- sources."semver-6.3.0"
- sources."source-map-0.7.3"
- ];
- })
- sources."stylus-supremacy-2.14.5"
- sources."suf-cli-0.1.3"
- sources."suf-node-1.2.1"
- sources."suf-regex-0.0.23"
- sources."supports-color-5.5.0"
- sources."symbol-0.2.3"
- (sources."table-5.4.6" // {
+ (sources."string-width-3.1.0" // {
dependencies = [
sources."ansi-regex-4.1.0"
- sources."string-width-3.1.0"
sources."strip-ansi-5.2.0"
];
})
- sources."term-size-1.2.0"
+ sources."strip-ansi-6.0.0"
+ sources."strip-json-comments-3.1.1"
+ sources."supports-color-5.5.0"
+ sources."table-5.4.6"
sources."text-table-0.2.0"
- sources."through-2.3.8"
- sources."tmp-0.0.33"
- (sources."to-object-path-0.3.0" // {
- dependencies = [
- sources."is-buffer-1.1.6"
- sources."kind-of-3.2.2"
- ];
- })
- sources."to-readable-stream-1.0.0"
- sources."to-regex-3.0.2"
- sources."to-regex-range-2.1.1"
- sources."to-vfile-6.1.0"
- sources."trim-0.0.1"
- sources."trim-newlines-2.0.0"
- sources."trim-trailing-lines-1.1.3"
- sources."trough-1.0.5"
sources."tslib-1.14.1"
- (sources."tslint-5.20.1" // {
+ (sources."tslint-6.1.3" // {
dependencies = [
- sources."tsutils-2.29.0"
+ sources."chalk-2.4.2"
+ sources."semver-5.7.1"
];
})
- sources."tsutils-3.17.1"
+ sources."tsutils-2.29.0"
sources."type-check-0.4.0"
- sources."type-fest-0.3.1"
- sources."typedarray-0.0.6"
- sources."typescript-4.0.3"
- sources."unherit-1.1.3"
- (sources."unified-7.1.0" // {
- dependencies = [
- sources."unist-util-stringify-position-1.1.2"
- sources."vfile-3.0.1"
- sources."vfile-message-1.1.1"
- ];
- })
- (sources."unified-engine-6.0.1" // {
- dependencies = [
- sources."to-vfile-4.0.0"
- sources."unist-util-stringify-position-1.1.2"
- sources."vfile-3.0.1"
- sources."vfile-message-1.1.1"
- (sources."vfile-reporter-5.1.2" // {
- dependencies = [
- sources."unist-util-stringify-position-2.0.3"
- ];
- })
- ];
- })
- sources."union-value-1.0.1"
- sources."unique-string-1.0.0"
- sources."unist-util-find-1.0.1"
- sources."unist-util-inspect-4.1.4"
- sources."unist-util-is-2.1.3"
- sources."unist-util-modify-children-1.1.6"
- sources."unist-util-remove-position-1.1.4"
- sources."unist-util-stringify-position-2.0.3"
- sources."unist-util-visit-1.4.1"
- (sources."unist-util-visit-parents-2.1.2" // {
- dependencies = [
- sources."unist-util-is-3.0.0"
- ];
- })
- (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."untildify-2.1.0"
- sources."update-notifier-3.0.1"
+ sources."type-fest-0.8.1"
+ sources."typescript-4.1.2"
sources."uri-js-4.4.0"
- sources."urix-0.1.0"
- sources."url-parse-lax-3.0.0"
- sources."use-3.1.1"
- sources."user-home-2.0.0"
- sources."util-deprecate-1.0.2"
- sources."v8-compile-cache-2.1.1"
- sources."validate-npm-package-license-3.0.4"
- sources."vfile-4.2.0"
- sources."vfile-location-2.0.6"
- sources."vfile-message-2.0.4"
- (sources."vfile-reporter-6.0.1" // {
- dependencies = [
- sources."ansi-regex-5.0.0"
- sources."emoji-regex-8.0.0"
- sources."is-fullwidth-code-point-3.0.0"
- sources."string-width-4.2.0"
- sources."strip-ansi-6.0.0"
- sources."supports-color-6.1.0"
- ];
- })
- sources."vfile-sort-2.2.2"
- sources."vfile-statistics-1.1.4"
- sources."vls-0.5.4"
- (sources."vscode-css-languageservice-4.3.3" // {
- dependencies = [
- sources."vscode-languageserver-types-3.16.0-next.2"
- ];
- })
- (sources."vscode-emmet-helper-2.0.5" // {
- dependencies = [
- sources."vscode-languageserver-types-3.15.1"
- ];
- })
- sources."vscode-jsonrpc-6.0.0-next.5"
- sources."vscode-languageserver-7.0.0-next.7"
- sources."vscode-languageserver-protocol-3.16.0-next.7"
- sources."vscode-languageserver-textdocument-1.0.1"
- sources."vscode-languageserver-types-3.16.0-next.3"
- sources."vscode-nls-4.1.2"
- sources."vscode-uri-2.1.2"
- sources."vscode-web-custom-data-0.3.1"
- (sources."vue-eslint-parser-7.1.1" // {
+ sources."v8-compile-cache-2.2.0"
+ sources."vls-0.5.10"
+ (sources."vue-eslint-parser-7.2.0" // {
dependencies = [
- sources."debug-4.3.0"
sources."eslint-visitor-keys-1.3.0"
sources."espree-6.2.1"
];
})
- sources."vue-onsenui-helper-json-1.0.2"
- sources."wcwidth-1.0.1"
- sources."which-1.3.1"
- sources."which-module-2.0.0"
- sources."widest-line-2.0.1"
- sources."window-size-0.2.0"
+ sources."which-2.0.2"
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-1.0.3"
- sources."write-file-atomic-2.4.3"
- sources."x-is-array-0.1.0"
- sources."x-is-string-0.1.0"
- sources."xdg-basedir-3.0.0"
- sources."xtend-4.0.2"
- sources."y18n-3.2.1"
- sources."yallist-2.1.2"
- (sources."yargs-11.1.1" // {
- dependencies = [
- sources."yargs-parser-9.0.2"
- ];
- })
- sources."yargs-parser-10.1.0"
+ sources."yallist-4.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -65430,6 +66647,24 @@ in
bypassCache = true;
reconstructLock = true;
};
+ coc-vimlsp = nodeEnv.buildNodePackage {
+ name = "coc-vimlsp";
+ packageName = "coc-vimlsp";
+ version = "0.11.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/coc-vimlsp/-/coc-vimlsp-0.11.0.tgz";
+ sha512 = "tcou7cmYgzjLLPfLEyuea5umVkITER0IqDsJCc/3IeuPFyL03D7EDyeXIcyR+fJwXpJ0AzO6rzoLBMqpt4hYGg==";
+ };
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "vim language server extension for coc.nvim";
+ homepage = "https://github.com/iamcco/coc-vim#readme";
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
coc-vimtex = nodeEnv.buildNodePackage {
name = "coc-vimtex";
packageName = "coc-vimtex";
@@ -65468,10 +66703,10 @@ in
coc-yaml = nodeEnv.buildNodePackage {
name = "coc-yaml";
packageName = "coc-yaml";
- version = "1.1.0";
+ version = "1.1.3";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-yaml/-/coc-yaml-1.1.0.tgz";
- sha512 = "z35izd8vv80UcyoIs2Yw6Q/8qoe9U321StT76JKIDSLRXLqY27Q6wS8RpVCWsPb6aXxmPRMt2sjnjF8DExpaMQ==";
+ url = "https://registry.npmjs.org/coc-yaml/-/coc-yaml-1.1.3.tgz";
+ sha512 = "BBDyx+KUBUcTOoE+E0sZ1pp0mMNWmrqHIeVykEvMN9bt/agtf4vvlJojv54sJETN9LHwbLNLl9pIQkM2HzoWmQ==";
};
dependencies = [
sources."agent-base-4.3.0"
@@ -65485,15 +66720,14 @@ in
sources."js-yaml-3.14.0"
sources."jsonc-parser-2.3.1"
sources."ms-2.0.0"
- sources."prettier-2.0.5"
- sources."request-light-0.2.5"
- sources."sprintf-js-1.0.3"
- (sources."vscode-json-languageservice-3.9.1" // {
+ sources."prettier-2.2.1"
+ (sources."request-light-0.2.5" // {
dependencies = [
- sources."vscode-languageserver-types-3.16.0-next.2"
- sources."vscode-nls-5.0.0"
+ sources."vscode-nls-4.1.2"
];
})
+ sources."sprintf-js-1.0.3"
+ sources."vscode-json-languageservice-3.8.4"
sources."vscode-jsonrpc-4.0.0"
(sources."vscode-languageserver-5.2.1" // {
dependencies = [
@@ -65506,11 +66740,16 @@ in
];
})
sources."vscode-languageserver-textdocument-1.0.1"
- sources."vscode-languageserver-types-3.15.1"
- sources."vscode-nls-4.1.2"
+ sources."vscode-languageserver-types-3.16.0-next.2"
+ sources."vscode-nls-5.0.0"
sources."vscode-uri-2.1.2"
- sources."yaml-ast-parser-custom-tags-0.0.43"
- sources."yaml-language-server-0.11.1"
+ (sources."yaml-language-server-0.12.0" // {
+ dependencies = [
+ sources."vscode-languageserver-types-3.15.1"
+ sources."vscode-nls-4.1.2"
+ ];
+ })
+ sources."yaml-language-server-parser-0.1.1"
];
buildInputs = globalBuildInputs;
meta = {
@@ -65524,10 +66763,10 @@ in
coc-yank = nodeEnv.buildNodePackage {
name = "coc-yank";
packageName = "coc-yank";
- version = "1.1.8";
+ version = "1.1.11";
src = fetchurl {
- url = "https://registry.npmjs.org/coc-yank/-/coc-yank-1.1.8.tgz";
- sha512 = "jDBtzTnFb3TnwmsqQt5b6KFRcXB7J5pdsebzdovqroaKwKT9YH19CG4qPeuJleT3dJ/AwfUw3WP3yZWkwvLbFg==";
+ url = "https://registry.npmjs.org/coc-yank/-/coc-yank-1.1.11.tgz";
+ sha512 = "pWJbOo12PmigwYTCk8ghckDlPE5K0qO4VxEZeLJ7ck4v6jhRaKi0lVlYfhBauPuCDv3Yqd0DoKyVLvrQXoRg1A==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -65607,41 +66846,39 @@ in
configurable-http-proxy = nodeEnv.buildNodePackage {
name = "configurable-http-proxy";
packageName = "configurable-http-proxy";
- version = "4.2.1";
+ version = "4.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/configurable-http-proxy/-/configurable-http-proxy-4.2.1.tgz";
- sha512 = "43JESj3abbSnIu1B3pdyTxX2pfMT+wUgVSuCRItBq9HHops0anoxWOnbV1vRk6myeuHElB41wX4Q6QF+d/r8PQ==";
+ url = "https://registry.npmjs.org/configurable-http-proxy/-/configurable-http-proxy-4.2.2.tgz";
+ sha512 = "sG/P4fxVzz7lTzKjIg1MmnNF5ChW1+zk/LpLxdNgCHlgAMlQTAC12UqBtkFrczGQ6SapsvB3x4VbKLjdrcrjhA==";
};
dependencies = [
- sources."async-2.6.3"
+ sources."@dabh/diagnostics-2.0.2"
+ sources."async-3.2.0"
sources."color-3.0.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."color-string-1.5.4"
- sources."colornames-1.1.1"
sources."colors-1.4.0"
sources."colorspace-1.1.2"
- sources."commander-4.1.1"
+ sources."commander-6.1.0"
sources."core-util-is-1.0.2"
- sources."diagnostics-1.1.1"
- sources."enabled-1.0.2"
- sources."env-variable-0.0.6"
+ sources."enabled-2.0.0"
sources."eventemitter3-4.0.7"
sources."fast-safe-stringify-2.0.7"
sources."fecha-4.2.0"
+ sources."fn.name-1.1.0"
sources."follow-redirects-1.13.0"
sources."http-proxy-1.18.1"
sources."inherits-2.0.4"
sources."is-arrayish-0.3.2"
- sources."is-stream-1.1.0"
+ sources."is-stream-2.0.0"
sources."isarray-1.0.0"
- sources."kuler-1.0.1"
- sources."lodash-4.17.20"
+ sources."kuler-2.0.0"
sources."logform-2.2.0"
sources."lynx-0.2.0"
sources."mersenne-0.0.4"
sources."ms-2.1.2"
- sources."one-time-0.0.4"
+ sources."one-time-1.0.0"
sources."process-nextick-args-2.0.1"
sources."readable-stream-3.6.0"
sources."requires-port-1.0.0"
@@ -65654,7 +66891,7 @@ in
sources."text-hex-1.0.0"
sources."triple-beam-1.3.0"
sources."util-deprecate-1.0.2"
- sources."winston-3.2.1"
+ sources."winston-3.3.3"
(sources."winston-transport-4.4.0" // {
dependencies = [
sources."readable-stream-2.3.7"
@@ -65709,9 +66946,9 @@ in
sources."asynckit-0.4.0"
sources."at-least-node-1.0.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."big-integer-1.6.48"
(sources."body-parser-1.19.0" // {
@@ -65818,7 +67055,7 @@ in
sources."escape-html-1.0.3"
sources."escape-string-regexp-1.0.5"
sources."etag-1.8.1"
- sources."execa-4.0.3"
+ sources."execa-4.1.0"
sources."express-4.17.1"
sources."extend-3.0.2"
(sources."external-editor-3.1.0" // {
@@ -65831,7 +67068,7 @@ in
sources."fast-glob-3.2.4"
sources."fast-json-parse-1.0.3"
sources."fast-json-stable-stringify-2.1.0"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."figures-2.0.0"
sources."fill-range-7.0.1"
sources."finalhandler-1.1.2"
@@ -65842,6 +67079,7 @@ in
sources."fresh-0.5.2"
sources."fs-extra-9.0.1"
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
sources."get-stream-5.2.0"
sources."getpass-0.1.7"
sources."glob-7.1.6"
@@ -65856,6 +67094,7 @@ in
sources."graceful-fs-4.2.4"
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
+ sources."has-1.0.3"
sources."has-flag-4.0.0"
sources."has-yarn-2.1.0"
sources."hosted-git-info-3.0.7"
@@ -65869,7 +67108,7 @@ in
sources."human-signals-1.1.1"
sources."iconv-lite-0.4.24"
sources."ignore-5.1.8"
- sources."import-fresh-3.2.1"
+ sources."import-fresh-3.2.2"
sources."import-lazy-2.1.0"
sources."imurmurhash-0.1.4"
sources."inflight-1.0.6"
@@ -65906,6 +67145,7 @@ in
sources."ip-regex-2.1.0"
sources."ipaddr.js-1.9.1"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.2.0"
sources."is-docker-2.1.1"
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-2.0.0"
@@ -65928,7 +67168,11 @@ in
sources."json-schema-0.2.3"
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
- sources."jsonfile-6.0.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
(sources."jsprim-1.4.1" // {
dependencies = [
sources."extsprintf-1.3.0"
@@ -66022,7 +67266,7 @@ in
sources."psl-1.8.0"
sources."pump-3.0.0"
sources."punycode-2.1.1"
- sources."pupa-2.0.1"
+ sources."pupa-2.1.1"
sources."q-1.5.1"
sources."qs-6.7.0"
sources."range-parser-1.2.1"
@@ -66035,7 +67279,7 @@ in
sources."read-1.0.7"
sources."read-chunk-3.2.0"
sources."read-package-json-2.1.2"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
(sources."request-2.88.2" // {
dependencies = [
@@ -66043,7 +67287,7 @@ in
sources."tough-cookie-2.5.0"
];
})
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-4.0.0"
sources."responselike-1.0.2"
(sources."restore-cursor-2.0.0" // {
@@ -66055,12 +67299,12 @@ in
sources."reusify-1.0.4"
sources."rimraf-3.0.2"
sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."rxjs-6.6.3"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
sources."sax-1.1.4"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
(sources."semver-diff-3.1.1" // {
dependencies = [
sources."semver-6.3.0"
@@ -66080,7 +67324,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."sshpk-1.16.1"
sources."statuses-1.5.0"
(sources."string-width-2.1.1" // {
@@ -66099,8 +67343,8 @@ in
sources."strip-final-newline-2.0.0"
sources."strip-json-comments-2.0.1"
sources."supports-color-7.2.0"
- sources."systeminformation-4.27.10"
- sources."term-size-2.2.0"
+ sources."systeminformation-4.30.11"
+ sources."term-size-2.2.1"
sources."through-2.3.8"
sources."tmp-0.2.1"
sources."to-readable-stream-1.0.0"
@@ -66113,7 +67357,7 @@ in
sources."type-fest-0.8.1"
sources."type-is-1.6.18"
sources."typedarray-to-buffer-3.1.5"
- sources."underscore-1.11.0"
+ sources."underscore-1.12.0"
sources."unique-string-2.0.0"
sources."universalify-1.0.0"
sources."unpipe-1.0.0"
@@ -66185,8 +67429,8 @@ in
sources."@nodelib/fs.stat-1.1.3"
sources."@types/glob-7.1.3"
sources."@types/minimatch-3.0.3"
- sources."@types/minimist-1.2.0"
- sources."@types/node-14.11.10"
+ sources."@types/minimist-1.2.1"
+ sources."@types/node-14.14.10"
sources."@types/normalize-package-data-2.4.0"
sources."aggregate-error-3.1.0"
sources."ansi-styles-3.2.1"
@@ -66293,6 +67537,7 @@ in
sources."for-in-1.0.2"
sources."fragment-cache-0.2.1"
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
sources."get-value-2.0.6"
sources."glob-7.1.6"
(sources."glob-parent-3.1.0" // {
@@ -66304,6 +67549,7 @@ in
sources."globby-9.2.0"
sources."graceful-fs-4.2.4"
sources."hard-rejection-2.1.0"
+ sources."has-1.0.3"
sources."has-flag-3.0.0"
(sources."has-glob-1.0.0" // {
dependencies = [
@@ -66324,6 +67570,7 @@ in
sources."is-accessor-descriptor-1.0.0"
sources."is-arrayish-0.2.1"
sources."is-buffer-1.1.6"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
sources."is-descriptor-1.0.2"
sources."is-extendable-0.1.1"
@@ -66433,7 +67680,7 @@ in
sources."regex-not-1.0.2"
sources."repeat-element-1.1.3"
sources."repeat-string-1.6.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-url-0.2.1"
sources."ret-0.1.15"
sources."safe-regex-1.1.0"
@@ -66478,7 +67725,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-string-3.1.0"
(sources."static-extend-0.1.2" // {
dependencies = [
@@ -66554,7 +67801,7 @@ in
sources."@cycle/run-3.4.0"
sources."@cycle/time-0.10.1"
sources."@types/cookiejar-2.1.2"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/superagent-3.8.2"
sources."ansi-escapes-3.2.0"
sources."ansi-regex-2.1.1"
@@ -66581,7 +67828,7 @@ in
sources."custom-error-instance-2.1.1"
sources."cycle-onionify-4.0.0"
sources."d-1.0.1"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."define-properties-1.1.3"
sources."delayed-stream-1.0.0"
sources."es5-ext-0.10.53"
@@ -66698,42 +67945,30 @@ in
create-react-app = nodeEnv.buildNodePackage {
name = "create-react-app";
packageName = "create-react-app";
- version = "3.4.1";
+ version = "4.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/create-react-app/-/create-react-app-3.4.1.tgz";
- sha512 = "i0Zxiqj8Q2tMJkMousrZdB/vlvtoAZyN49bgAfM4yHhWQUzrpM1rZU7TX1Rg5bbDQ1R8Gk/usNnpkDzEHJdVXg==";
+ url = "https://registry.npmjs.org/create-react-app/-/create-react-app-4.0.1.tgz";
+ sha512 = "ryEU58YUtn4gxaEQ/Zwt3Bbmkoc3MghLNbNKs1MUg8zDWyM+az1SvMmZ7QaXye9DNNwn5TS2/Ok+fpw2KKvZhA==";
};
dependencies = [
- sources."ansi-escapes-4.3.1"
- sources."ansi-regex-5.0.0"
sources."ansi-styles-4.3.0"
+ sources."at-least-node-1.0.0"
sources."balanced-match-1.0.0"
sources."block-stream-0.0.9"
sources."brace-expansion-1.1.11"
sources."buffer-from-0.1.2"
sources."builtins-1.0.3"
- sources."chalk-3.0.0"
- sources."chardet-0.7.0"
- sources."cli-cursor-3.1.0"
- sources."cli-width-2.2.1"
+ sources."chalk-4.1.0"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
- sources."commander-4.1.0"
+ sources."commander-4.1.1"
sources."concat-map-0.0.1"
sources."core-util-is-1.0.2"
- sources."cross-spawn-7.0.1"
+ sources."cross-spawn-7.0.3"
sources."debug-2.6.9"
sources."duplexer2-0.0.2"
- sources."emoji-regex-8.0.0"
- sources."envinfo-7.5.0"
- sources."escape-string-regexp-1.0.5"
- (sources."external-editor-3.1.0" // {
- dependencies = [
- sources."tmp-0.0.33"
- ];
- })
- sources."figures-3.2.0"
- sources."fs-extra-8.1.0"
+ sources."envinfo-7.7.3"
+ sources."fs-extra-9.0.1"
sources."fs.realpath-1.0.0"
sources."fstream-1.0.12"
sources."fstream-ignore-1.0.5"
@@ -66741,58 +67976,33 @@ in
sources."graceful-fs-4.2.4"
sources."has-flag-4.0.0"
sources."hyperquest-2.1.3"
- sources."iconv-lite-0.4.24"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- (sources."inquirer-7.0.4" // {
+ sources."isarray-0.0.1"
+ sources."isexe-2.0.0"
+ (sources."jsonfile-6.1.0" // {
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."universalify-2.0.0"
];
})
- sources."is-fullwidth-code-point-3.0.0"
- sources."isarray-0.0.1"
- sources."isexe-2.0.0"
- sources."jsonfile-4.0.0"
- sources."lodash-4.17.20"
- sources."mimic-fn-2.1.0"
+ sources."kleur-3.0.3"
sources."minimatch-3.0.4"
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."ms-2.0.0"
- sources."mute-stream-0.0.8"
sources."once-1.4.0"
- sources."onetime-5.1.2"
- sources."os-tmpdir-1.0.2"
sources."path-is-absolute-1.0.1"
sources."path-key-3.1.1"
sources."process-nextick-args-2.0.1"
+ sources."prompts-2.4.0"
sources."readable-stream-1.1.14"
- sources."restore-cursor-3.1.0"
sources."rimraf-2.7.1"
- sources."run-async-2.4.1"
- sources."rxjs-6.6.3"
sources."safe-buffer-5.1.2"
- sources."safer-buffer-2.1.2"
- sources."semver-6.3.0"
+ sources."semver-7.3.2"
sources."shebang-command-2.0.0"
sources."shebang-regex-3.0.0"
- sources."signal-exit-3.0.3"
- (sources."string-width-4.2.0" // {
- dependencies = [
- sources."strip-ansi-6.0.0"
- ];
- })
+ sources."sisteransi-1.0.5"
sources."string_decoder-0.10.31"
- (sources."strip-ansi-5.2.0" // {
- dependencies = [
- sources."ansi-regex-4.1.0"
- ];
- })
sources."supports-color-7.2.0"
sources."tar-2.2.2"
(sources."tar-pack-3.4.1" // {
@@ -66802,17 +68012,18 @@ in
sources."string_decoder-1.1.1"
];
})
- sources."through-2.3.8"
(sources."through2-0.6.5" // {
dependencies = [
sources."readable-stream-1.0.34"
];
})
- sources."tmp-0.1.0"
- sources."tslib-1.14.1"
- sources."type-fest-0.11.0"
+ (sources."tmp-0.2.1" // {
+ dependencies = [
+ sources."rimraf-3.0.2"
+ ];
+ })
sources."uid-number-0.0.6"
- sources."universalify-0.1.2"
+ sources."universalify-1.0.0"
sources."util-deprecate-1.0.2"
sources."validate-npm-package-name-3.0.0"
sources."which-2.0.2"
@@ -66906,7 +68117,7 @@ in
sources."atob-2.1.2"
sources."atomic-batcher-1.0.2"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
(sources."base-0.11.2" // {
dependencies = [
@@ -66922,7 +68133,7 @@ in
})
(sources."bittorrent-dht-7.10.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."blake2b-2.1.3"
@@ -66948,7 +68159,7 @@ in
sources."capture-stack-trace-1.0.1"
sources."caseless-0.12.0"
sources."chalk-2.4.2"
- sources."chrome-dgram-3.0.5"
+ sources."chrome-dgram-3.0.6"
sources."chrome-dns-1.0.1"
sources."chrome-net-3.3.4"
sources."ci-info-1.6.0"
@@ -67011,7 +68222,7 @@ in
sources."dat-secret-storage-4.0.1"
sources."dat-storage-1.1.1"
sources."dat-swarm-defaults-1.0.2"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decode-uri-component-0.2.0"
sources."decompress-response-4.2.1"
sources."deep-equal-0.2.2"
@@ -67098,7 +68309,7 @@ in
sources."extend-shallow-2.0.1"
];
})
- sources."flat-tree-1.6.0"
+ sources."flat-tree-1.8.0"
sources."for-in-1.0.2"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
@@ -67109,7 +68320,7 @@ in
sources."get-value-2.0.6"
sources."getpass-0.1.7"
sources."glob-7.1.6"
- sources."global-4.3.2"
+ sources."global-4.4.0"
sources."global-dirs-0.1.1"
sources."got-6.7.1"
sources."graceful-fs-4.2.4"
@@ -67126,7 +68337,7 @@ in
sources."http-signature-1.2.0"
(sources."hypercore-7.7.1" // {
dependencies = [
- sources."codecs-2.1.0"
+ sources."codecs-2.2.0"
sources."unordered-set-2.0.1"
];
})
@@ -67140,7 +68351,7 @@ in
sources."hyperdrive-http-4.4.0"
(sources."hyperdrive-network-speed-2.1.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."i-0.3.6"
@@ -67284,7 +68495,7 @@ in
sources."prepend-http-1.0.4"
sources."prettier-bytes-1.0.4"
sources."pretty-hash-1.0.1"
- sources."process-0.5.2"
+ sources."process-0.11.10"
sources."process-nextick-args-2.0.1"
sources."progress-string-1.2.2"
sources."prompt-1.0.0"
@@ -67323,7 +68534,7 @@ in
sources."ret-0.1.15"
sources."revalidator-0.1.8"
sources."rimraf-2.7.1"
- sources."run-series-1.1.8"
+ sources."run-series-1.1.9"
sources."rusha-0.8.13"
sources."safe-buffer-5.2.1"
sources."safe-regex-1.1.0"
@@ -67487,7 +68698,7 @@ in
sources."use-3.1.1"
sources."util-deprecate-1.0.2"
sources."utile-0.3.0"
- (sources."utp-native-2.2.1" // {
+ (sources."utp-native-2.2.2" // {
dependencies = [
sources."node-gyp-build-4.2.3"
sources."readable-stream-3.6.0"
@@ -67509,7 +68720,7 @@ in
sources."wrappy-1.0.2"
sources."write-file-atomic-2.4.3"
sources."xdg-basedir-3.0.0"
- sources."xhr-2.5.0"
+ sources."xhr-2.6.0"
sources."xsalsa20-1.1.0"
sources."xtend-4.0.2"
sources."yallist-2.1.2"
@@ -67569,7 +68780,7 @@ in
sources."del-6.0.0"
sources."dir-glob-3.0.1"
sources."fast-glob-3.2.4"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."fill-range-7.0.1"
sources."find-up-4.1.0"
sources."fs.realpath-1.0.0"
@@ -67603,7 +68814,7 @@ in
sources."picomatch-2.2.2"
sources."reusify-1.0.4"
sources."rimraf-3.0.2"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."rxjs-6.6.3"
sources."slash-3.0.0"
sources."temp-dir-2.0.0"
@@ -67664,22 +68875,25 @@ in
elasticdump = nodeEnv.buildNodePackage {
name = "elasticdump";
packageName = "elasticdump";
- version = "6.33.4";
+ version = "6.56.0";
src = fetchurl {
- url = "https://registry.npmjs.org/elasticdump/-/elasticdump-6.33.4.tgz";
- sha512 = "DrZNU3pm9PCWpP8yOut7XP0UTpu+bIzfvR4FCFbefN/kI87e9BNQ44rcZIf6R3B9KhVzKhByCw7mzkTwk+oy7g==";
+ url = "https://registry.npmjs.org/elasticdump/-/elasticdump-6.56.0.tgz";
+ sha512 = "xgJH1i6nINcRVAGW1ek+NQJOyOgsS9VDGsWW0sN51v3IUGbPgHSZXTpBtqykVjkb+KoiP1V3NkiKY76n7zd+Kw==";
};
dependencies = [
+ sources."@fast-csv/format-4.3.5"
+ sources."@fast-csv/parse-4.3.3"
+ sources."@types/node-14.14.10"
sources."JSONStream-1.3.5"
sources."ajv-6.12.6"
sources."asn1-0.2.4"
sources."assert-plus-1.0.0"
sources."async-2.6.3"
sources."asynckit-0.4.0"
- sources."aws-sdk-2.773.0"
+ sources."aws-sdk-2.784.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
- sources."base64-js-1.3.1"
+ sources."aws4-1.11.0"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."big.js-5.2.2"
sources."buffer-4.9.2"
@@ -67696,6 +68910,7 @@ in
sources."events-1.1.1"
sources."extend-3.0.2"
sources."extsprintf-1.3.0"
+ sources."fast-csv-4.3.5"
sources."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
sources."forever-agent-0.6.1"
@@ -67704,7 +68919,7 @@ in
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
sources."http-signature-1.2.0"
- sources."http-status-1.4.2"
+ sources."http-status-1.5.0"
sources."ieee754-1.1.13"
sources."inherits-2.0.4"
sources."ini-1.3.5"
@@ -67724,6 +68939,14 @@ in
sources."jsonparse-1.3.1"
sources."jsprim-1.4.1"
sources."lodash-4.17.20"
+ sources."lodash.escaperegexp-4.1.2"
+ sources."lodash.groupby-4.6.0"
+ sources."lodash.isboolean-3.0.3"
+ sources."lodash.isequal-4.5.0"
+ sources."lodash.isfunction-3.0.9"
+ sources."lodash.isnil-4.0.0"
+ sources."lodash.isundefined-3.0.1"
+ sources."lodash.uniq-4.5.0"
sources."lossless-json-1.0.4"
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
@@ -67744,13 +68967,14 @@ in
];
})
sources."request-2.88.2"
- sources."requestretry-4.1.1"
+ sources."requestretry-4.1.2"
sources."s3-stream-upload-2.0.2"
sources."s3signed-0.1.0"
sources."s3urls-1.5.2"
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
sources."sax-1.2.1"
+ sources."semver-5.7.1"
sources."socks5-client-1.2.8"
sources."socks5-http-client-1.0.4"
sources."socks5-https-client-1.2.1"
@@ -67820,41 +69044,41 @@ in
};
dependencies = [
sources."@babel/code-frame-7.10.4"
- sources."@babel/core-7.12.3"
- sources."@babel/generator-7.12.1"
+ sources."@babel/core-7.12.9"
+ sources."@babel/generator-7.12.5"
sources."@babel/helper-annotate-as-pure-7.10.4"
sources."@babel/helper-builder-react-jsx-7.10.4"
- sources."@babel/helper-builder-react-jsx-experimental-7.12.1"
+ sources."@babel/helper-builder-react-jsx-experimental-7.12.4"
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
- sources."@babel/helper-member-expression-to-functions-7.12.1"
- sources."@babel/helper-module-imports-7.12.1"
+ sources."@babel/helper-member-expression-to-functions-7.12.7"
+ sources."@babel/helper-module-imports-7.12.5"
sources."@babel/helper-module-transforms-7.12.1"
- sources."@babel/helper-optimise-call-expression-7.10.4"
+ sources."@babel/helper-optimise-call-expression-7.12.7"
sources."@babel/helper-plugin-utils-7.10.4"
- sources."@babel/helper-replace-supers-7.12.1"
+ sources."@babel/helper-replace-supers-7.12.5"
sources."@babel/helper-simple-access-7.12.1"
sources."@babel/helper-split-export-declaration-7.11.0"
sources."@babel/helper-validator-identifier-7.10.4"
- sources."@babel/helpers-7.12.1"
+ sources."@babel/helpers-7.12.5"
sources."@babel/highlight-7.10.4"
- sources."@babel/parser-7.12.3"
+ sources."@babel/parser-7.12.7"
sources."@babel/plugin-proposal-object-rest-spread-7.12.1"
sources."@babel/plugin-syntax-jsx-7.12.1"
sources."@babel/plugin-syntax-object-rest-spread-7.8.3"
sources."@babel/plugin-transform-destructuring-7.12.1"
sources."@babel/plugin-transform-parameters-7.12.1"
- sources."@babel/plugin-transform-react-jsx-7.12.1"
- sources."@babel/template-7.10.4"
- sources."@babel/traverse-7.12.1"
- sources."@babel/types-7.12.1"
- sources."@sindresorhus/is-3.1.2"
+ sources."@babel/plugin-transform-react-jsx-7.12.7"
+ sources."@babel/template-7.12.7"
+ sources."@babel/traverse-7.12.9"
+ sources."@babel/types-7.12.7"
+ sources."@sindresorhus/is-4.0.0"
sources."@szmarczak/http-timer-4.0.5"
sources."@types/cacheable-request-6.0.1"
sources."@types/http-cache-semantics-4.0.0"
sources."@types/keyv-3.1.1"
- sources."@types/minimist-1.2.0"
- sources."@types/node-14.11.10"
+ sources."@types/minimist-1.2.1"
+ sources."@types/node-14.14.10"
sources."@types/normalize-package-data-2.4.0"
sources."@types/responselike-1.0.0"
sources."@types/yoga-layout-1.9.2"
@@ -67866,10 +69090,10 @@ in
})
sources."ansi-regex-5.0.0"
sources."ansi-styles-3.2.1"
- sources."arch-2.1.2"
+ sources."arch-2.2.0"
sources."arrify-1.0.1"
sources."astral-regex-2.0.0"
- sources."atomically-1.3.2"
+ sources."atomically-1.7.0"
sources."auto-bind-4.0.0"
sources."balanced-match-1.0.0"
sources."brace-expansion-1.1.11"
@@ -67902,14 +69126,14 @@ in
sources."concat-map-0.0.1"
(sources."conf-7.1.2" // {
dependencies = [
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
sources."convert-source-map-1.7.0"
sources."convert-to-spaces-1.0.2"
sources."cross-spawn-6.0.5"
sources."debounce-fn-4.0.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decamelize-1.2.0"
(sources."decamelize-keys-1.1.0" // {
dependencies = [
@@ -67935,12 +69159,14 @@ in
sources."find-cache-dir-3.3.1"
sources."find-up-3.0.0"
sources."fs.realpath-1.0.0"
- sources."gensync-1.0.0-beta.1"
+ sources."function-bind-1.1.1"
+ sources."gensync-1.0.0-beta.2"
sources."get-stream-4.1.0"
sources."glob-7.1.6"
sources."globals-11.12.0"
- sources."got-11.7.0"
+ sources."got-11.8.0"
sources."hard-rejection-2.1.0"
+ sources."has-1.0.3"
sources."has-flag-3.0.0"
sources."hosted-git-info-2.8.8"
sources."http-cache-semantics-4.1.0"
@@ -67949,7 +69175,7 @@ in
sources."indent-string-4.0.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- (sources."ink-3.0.7" // {
+ (sources."ink-3.0.8" // {
dependencies = [
sources."ansi-styles-4.3.0"
sources."chalk-4.1.0"
@@ -67972,6 +69198,7 @@ in
})
sources."is-arrayish-0.2.1"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.2.0"
sources."is-docker-2.1.1"
sources."is-fullwidth-code-point-3.0.0"
sources."is-obj-2.0.0"
@@ -67993,6 +69220,7 @@ in
sources."lodash-4.17.20"
sources."loose-envify-1.4.0"
sources."lowercase-keys-2.0.0"
+ sources."lru-cache-6.0.0"
(sources."make-dir-3.1.0" // {
dependencies = [
sources."semver-6.3.0"
@@ -68050,7 +69278,7 @@ in
sources."punycode-2.1.1"
sources."quick-lru-5.1.1"
sources."react-16.14.0"
- sources."react-devtools-core-4.8.2"
+ sources."react-devtools-core-4.10.1"
sources."react-is-16.13.1"
sources."react-reconciler-0.24.0"
(sources."read-pkg-5.2.0" // {
@@ -68068,7 +69296,7 @@ in
];
})
sources."redent-3.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-alpn-1.0.0"
sources."resolve-from-3.0.0"
sources."responselike-2.0.0"
@@ -68093,8 +69321,8 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
- (sources."stack-utils-2.0.2" // {
+ sources."spdx-license-ids-3.0.7"
+ (sources."stack-utils-2.0.3" // {
dependencies = [
sources."escape-string-regexp-2.0.0"
];
@@ -68127,7 +69355,8 @@ in
];
})
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
+ sources."yallist-4.0.0"
sources."yargs-parser-18.1.3"
sources."yoga-layout-prebuilt-1.10.0"
];
@@ -68161,23 +69390,31 @@ in
"epgstation-../../applications/video/epgstation" = nodeEnv.buildNodePackage {
name = "EPGStation";
packageName = "EPGStation";
- version = "1.7.4";
+ version = "1.7.5";
src = ../../applications/video/epgstation;
dependencies = [
sources."@babel/code-frame-7.10.4"
sources."@babel/helper-validator-identifier-7.10.4"
- sources."@babel/highlight-7.10.4"
+ (sources."@babel/highlight-7.10.4" // {
+ dependencies = [
+ sources."ansi-styles-3.2.1"
+ sources."chalk-2.4.2"
+ sources."supports-color-5.5.0"
+ ];
+ })
sources."@fluentui/date-time-utilities-7.9.0"
sources."@fluentui/dom-utilities-1.1.1"
sources."@fluentui/keyboard-key-0.2.12"
- sources."@fluentui/react-7.147.1"
- sources."@fluentui/react-focus-7.16.13"
- sources."@fluentui/react-window-provider-0.3.3"
- sources."@fluentui/theme-1.5.1"
+ sources."@fluentui/react-7.153.4"
+ sources."@fluentui/react-compose-0.19.12"
+ sources."@fluentui/react-focus-7.16.19"
+ sources."@fluentui/react-stylesheets-0.2.4"
+ sources."@fluentui/react-theme-provider-0.18.0"
+ sources."@fluentui/react-window-provider-1.0.1"
+ sources."@fluentui/theme-1.7.0"
(sources."@gulp-sourcemaps/identity-map-1.0.2" // {
dependencies = [
sources."normalize-path-2.1.1"
- sources."source-map-0.6.1"
];
})
(sources."@gulp-sourcemaps/map-sources-1.0.0" // {
@@ -68185,7 +69422,7 @@ in
sources."normalize-path-2.1.1"
];
})
- sources."@microsoft/load-themed-styles-1.10.114"
+ sources."@microsoft/load-themed-styles-1.10.139"
sources."@nodelib/fs.scandir-2.1.3"
sources."@nodelib/fs.stat-2.0.3"
sources."@nodelib/fs.walk-1.2.4"
@@ -68195,44 +69432,49 @@ in
sources."@types/basic-auth-1.1.3"
sources."@types/body-parser-1.19.0"
sources."@types/caseless-0.12.2"
- sources."@types/chart.js-2.9.23"
+ sources."@types/chart.js-2.9.24"
+ sources."@types/classnames-2.2.11"
sources."@types/connect-3.4.33"
sources."@types/engine.io-3.1.4"
- sources."@types/express-4.17.7"
- sources."@types/express-serve-static-core-4.17.13"
+ sources."@types/express-4.17.8"
+ sources."@types/express-serve-static-core-4.17.14"
sources."@types/fancy-log-1.3.0"
sources."@types/glob-7.1.3"
- sources."@types/hls.js-0.13.0"
+ sources."@types/hls.js-0.13.1"
sources."@types/js-yaml-3.12.5"
sources."@types/json-schema-7.0.6"
- sources."@types/lodash-4.14.158"
+ sources."@types/lodash-4.14.161"
sources."@types/material-design-lite-1.1.16"
sources."@types/mime-2.0.3"
sources."@types/minimatch-3.0.3"
sources."@types/minimist-1.2.0"
sources."@types/mithril-2.0.3"
sources."@types/mkdirp-1.0.1"
- sources."@types/multer-1.4.3"
+ sources."@types/multer-1.4.4"
sources."@types/mysql-2.15.15"
- sources."@types/node-14.0.26"
- sources."@types/pg-7.14.4"
+ sources."@types/node-14.11.1"
+ sources."@types/pg-7.14.5"
sources."@types/pg-types-1.11.5"
sources."@types/qs-6.9.5"
sources."@types/range-parser-1.2.3"
- sources."@types/request-2.48.5"
- sources."@types/serve-static-1.13.5"
- sources."@types/socket.io-2.1.10"
+ (sources."@types/request-2.48.5" // {
+ dependencies = [
+ sources."form-data-2.5.1"
+ ];
+ })
+ sources."@types/serve-static-1.13.8"
+ sources."@types/socket.io-2.1.11"
sources."@types/socket.io-client-1.4.33"
sources."@types/sqlite3-3.1.6"
sources."@types/tough-cookie-4.0.0"
sources."@types/url-join-4.0.0"
- sources."@uifabric/foundation-7.9.14"
- sources."@uifabric/icons-7.5.12"
+ sources."@uifabric/foundation-7.9.20"
+ sources."@uifabric/icons-7.5.17"
sources."@uifabric/merge-styles-7.19.1"
- sources."@uifabric/react-hooks-7.13.6"
+ sources."@uifabric/react-hooks-7.13.9"
sources."@uifabric/set-version-7.0.23"
- sources."@uifabric/styling-7.16.13"
- sources."@uifabric/utilities-7.32.4"
+ sources."@uifabric/styling-7.16.18"
+ sources."@uifabric/utilities-7.33.2"
sources."@webassemblyjs/ast-1.9.0"
sources."@webassemblyjs/floating-point-hex-parser-1.9.0"
sources."@webassemblyjs/helper-api-error-1.9.0"
@@ -68267,7 +69509,7 @@ in
sources."ansi-gray-0.1.1"
sources."ansi-red-0.1.1"
sources."ansi-regex-2.1.1"
- sources."ansi-styles-3.2.1"
+ sources."ansi-styles-2.2.1"
sources."ansi-wrap-0.1.0"
(sources."anymatch-2.0.0" // {
dependencies = [
@@ -68295,7 +69537,13 @@ in
sources."append-field-1.0.0"
sources."aproba-1.2.0"
sources."archy-1.0.0"
- sources."are-we-there-yet-1.1.5"
+ (sources."are-we-there-yet-1.1.5" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."argparse-1.0.10"
sources."aribts-2.1.12"
sources."arr-diff-4.0.0"
@@ -68346,7 +69594,7 @@ in
sources."at-least-node-1.0.0"
sources."atob-2.1.2"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."b24.js-1.0.3"
sources."babel-polyfill-6.23.0"
(sources."babel-runtime-6.26.0" // {
@@ -68363,7 +69611,7 @@ in
];
})
sources."base64-arraybuffer-0.1.4"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."base64id-2.0.0"
sources."basic-auth-2.0.1"
sources."bcrypt-pbkdf-1.0.2"
@@ -68383,19 +69631,15 @@ in
sources."browserify-aes-1.2.0"
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
- sources."readable-stream-3.6.0"
+ sources."inherits-2.0.4"
sources."safe-buffer-5.2.1"
];
})
sources."browserify-zlib-0.2.0"
- sources."buffer-4.9.2"
+ sources."buffer-5.7.1"
sources."buffer-equal-1.0.0"
sources."buffer-from-1.1.1"
sources."buffer-writer-2.0.0"
@@ -68404,7 +69648,6 @@ in
sources."builtin-status-codes-3.0.0"
(sources."busboy-0.2.14" // {
dependencies = [
- sources."isarray-0.0.1"
sources."readable-stream-1.1.14"
sources."string_decoder-0.10.31"
];
@@ -68412,7 +69655,13 @@ in
sources."bytes-3.1.0"
(sources."cacache-15.0.5" // {
dependencies = [
+ sources."chownr-2.0.0"
+ sources."fs-minipass-2.1.0"
+ sources."minipass-3.1.3"
+ sources."minizlib-2.1.2"
sources."p-map-4.0.0"
+ sources."rimraf-3.0.2"
+ sources."tar-6.0.5"
];
})
sources."cache-base-1.0.1"
@@ -68420,13 +69669,13 @@ in
dependencies = [
sources."get-stream-5.2.0"
sources."lowercase-keys-2.0.0"
- sources."pump-3.0.0"
];
})
+ sources."call-bind-1.0.0"
sources."callsite-1.0.0"
sources."camelcase-3.0.0"
sources."caseless-0.12.0"
- sources."chalk-2.4.2"
+ sources."chalk-1.1.3"
sources."chardet-0.4.2"
sources."chart.js-2.9.3"
sources."chartjs-color-2.4.1"
@@ -68446,7 +69695,7 @@ in
sources."to-regex-range-2.1.1"
];
})
- sources."chownr-2.0.0"
+ sources."chownr-1.1.4"
sources."chrome-trace-event-1.0.2"
sources."cipher-base-1.0.4"
(sources."class-utils-0.3.6" // {
@@ -68466,20 +69715,28 @@ in
sources."kind-of-5.1.0"
];
})
- (sources."clean-css-4.2.3" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
+ sources."classnames-2.2.6"
+ sources."clean-css-4.2.3"
sources."clean-stack-2.2.0"
sources."cli-cursor-2.1.0"
sources."cli-width-2.2.1"
- sources."cliui-3.2.0"
+ (sources."cliui-3.2.0" // {
+ dependencies = [
+ sources."is-fullwidth-code-point-1.0.0"
+ sources."string-width-1.0.2"
+ ];
+ })
sources."clone-2.1.2"
sources."clone-buffer-1.0.0"
sources."clone-response-1.0.2"
sources."clone-stats-1.0.0"
- sources."cloneable-readable-1.1.3"
+ (sources."cloneable-readable-1.1.3" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."code-point-at-1.1.0"
sources."collection-map-1.0.0"
sources."collection-visit-1.0.0"
@@ -68491,15 +69748,17 @@ in
sources."commander-2.20.3"
sources."commondir-1.0.1"
sources."component-bind-1.0.0"
- sources."component-emitter-1.3.0"
+ sources."component-emitter-1.2.1"
sources."component-inherit-0.0.3"
sources."concat-map-0.0.1"
- sources."concat-stream-1.6.2"
- (sources."concat-with-sourcemaps-1.1.0" // {
+ (sources."concat-stream-1.6.2" // {
dependencies = [
- sources."source-map-0.6.1"
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
];
})
+ sources."concat-with-sourcemaps-1.1.0"
sources."console-browserify-1.2.0"
sources."console-control-strings-1.1.0"
sources."constants-browserify-1.0.0"
@@ -68511,18 +69770,13 @@ in
(sources."copy-concurrently-1.0.5" // {
dependencies = [
sources."mkdirp-0.5.5"
- sources."rimraf-2.7.1"
];
})
sources."copy-descriptor-0.1.1"
sources."copy-props-2.0.4"
- sources."core-js-2.6.11"
+ sources."core-js-2.6.12"
sources."core-util-is-1.0.2"
- (sources."crc-3.8.0" // {
- dependencies = [
- sources."buffer-5.6.0"
- ];
- })
+ sources."crc-3.8.0"
(sources."create-ecdh-4.0.4" // {
dependencies = [
sources."bn.js-4.11.9"
@@ -68531,11 +69785,7 @@ in
sources."create-hash-1.2.0"
sources."create-hmac-1.1.7"
sources."crypto-browserify-3.12.0"
- (sources."css-2.2.4" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
+ sources."css-2.2.4"
sources."css-ripple-effect-1.0.5"
sources."cyclist-1.0.1"
sources."d-1.0.1"
@@ -68544,7 +69794,7 @@ in
sources."debug-2.6.9"
(sources."debug-fabulous-1.1.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
];
})
@@ -68561,7 +69811,11 @@ in
sources."defer-to-connect-1.1.3"
sources."define-properties-1.1.3"
sources."define-property-2.0.2"
- sources."del-5.1.0"
+ (sources."del-5.1.0" // {
+ dependencies = [
+ sources."rimraf-3.0.2"
+ ];
+ })
sources."delayed-stream-1.0.0"
sources."delegates-1.0.0"
sources."depd-1.1.2"
@@ -68572,7 +69826,6 @@ in
sources."detect-newline-2.1.0"
(sources."dicer-0.2.5" // {
dependencies = [
- sources."isarray-0.0.1"
sources."readable-stream-1.1.14"
sources."string_decoder-0.10.31"
];
@@ -68589,7 +69842,13 @@ in
sources."domain-browser-1.2.0"
sources."dotenv-8.2.0"
sources."duplexer3-0.1.4"
- sources."duplexify-3.7.1"
+ (sources."duplexify-3.7.1" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."each-props-1.3.2"
sources."ecc-jsbn-0.1.2"
sources."ee-first-1.1.1"
@@ -68615,6 +69874,7 @@ in
})
(sources."engine.io-client-3.4.4" // {
dependencies = [
+ sources."component-emitter-1.3.0"
sources."debug-3.1.0"
sources."parseqs-0.0.6"
sources."parseuri-0.0.6"
@@ -68625,8 +69885,6 @@ in
sources."enhanced-resolve-4.3.0"
sources."errno-0.1.7"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
sources."es5-ext-0.10.53"
sources."es6-iterator-2.0.3"
sources."es6-promise-4.2.8"
@@ -68668,7 +69926,7 @@ in
sources."expand-tilde-2.0.2"
sources."express-4.17.1"
sources."express-normalize-query-params-middleware-0.5.1"
- sources."express-openapi-7.0.0"
+ sources."express-openapi-7.0.1"
(sources."ext-1.4.0" // {
dependencies = [
sources."type-2.1.0"
@@ -68693,7 +69951,7 @@ in
sources."fast-glob-3.2.4"
sources."fast-json-stable-stringify-2.1.0"
sources."fast-levenshtein-1.1.4"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."figgy-pudding-3.5.2"
sources."figures-2.0.0"
sources."file-uri-to-path-1.0.0"
@@ -68715,36 +69973,55 @@ in
sources."fined-1.2.0"
sources."flagged-respawn-1.0.1"
sources."flatted-2.0.2"
- sources."flush-write-stream-1.1.1"
+ (sources."flush-write-stream-1.1.1" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."for-in-1.0.2"
sources."for-own-1.0.0"
sources."forever-agent-0.6.1"
- sources."form-data-2.5.1"
+ sources."form-data-2.3.3"
sources."forwarded-0.1.2"
sources."fragment-cache-0.2.1"
sources."fresh-0.5.2"
- sources."from2-2.3.0"
+ (sources."from2-2.3.0" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."fs-extra-9.0.1"
- sources."fs-minipass-2.1.0"
+ sources."fs-minipass-1.2.7"
sources."fs-mkdirp-stream-1.0.0"
sources."fs-routes-7.0.1"
- sources."fs-write-stream-atomic-1.0.10"
+ (sources."fs-write-stream-atomic-1.0.10" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."fs.realpath-1.0.0"
sources."fsevents-1.2.13"
(sources."fstream-1.0.12" // {
dependencies = [
sources."mkdirp-0.5.5"
- sources."rimraf-2.7.1"
];
})
sources."function-bind-1.1.1"
- sources."gauge-2.7.4"
- sources."get-caller-file-1.0.3"
- (sources."get-stream-4.1.0" // {
+ (sources."gauge-2.7.4" // {
dependencies = [
- sources."pump-3.0.0"
+ sources."is-fullwidth-code-point-1.0.0"
+ sources."string-width-1.0.2"
];
})
+ sources."get-caller-file-1.0.3"
+ sources."get-intrinsic-1.0.1"
+ sources."get-stream-4.1.0"
sources."get-value-2.0.6"
sources."getpass-0.1.7"
sources."glob-7.1.6"
@@ -68753,6 +70030,9 @@ in
dependencies = [
sources."glob-parent-3.1.0"
sources."is-glob-3.1.0"
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
];
})
sources."glob-watcher-5.0.5"
@@ -68773,31 +70053,28 @@ in
(sources."gulp-dart-sass-1.0.2" // {
dependencies = [
sources."ansi-regex-3.0.0"
+ sources."ansi-styles-3.2.1"
+ sources."chalk-2.4.2"
sources."strip-ansi-4.0.0"
+ sources."supports-color-5.5.0"
];
})
(sources."gulp-plumber-1.2.1" // {
dependencies = [
- sources."ansi-styles-2.2.1"
sources."arr-diff-1.1.0"
sources."arr-union-2.1.0"
sources."array-slice-0.2.3"
- sources."chalk-1.1.3"
sources."extend-shallow-1.1.4"
sources."kind-of-1.1.0"
sources."plugin-error-0.1.2"
- sources."supports-color-2.0.0"
- ];
- })
- (sources."gulp-sourcemaps-2.6.5" // {
- dependencies = [
- sources."source-map-0.6.1"
];
})
+ sources."gulp-sourcemaps-2.6.5"
sources."gulp-tslint-8.1.4"
(sources."gulp-typescript-5.0.1" // {
dependencies = [
sources."ansi-colors-3.2.4"
+ sources."inherits-2.0.4"
sources."source-map-0.7.3"
sources."through2-3.0.2"
];
@@ -68829,7 +70106,7 @@ in
})
(sources."hash-base-3.1.0" // {
dependencies = [
- sources."readable-stream-3.6.0"
+ sources."inherits-2.0.4"
sources."safe-buffer-5.2.1"
];
})
@@ -68843,15 +70120,11 @@ in
sources."homedir-polyfill-1.0.3"
sources."hosted-git-info-2.8.8"
sources."http-cache-semantics-4.1.0"
- (sources."http-errors-1.7.2" // {
- dependencies = [
- sources."inherits-2.0.3"
- ];
- })
+ sources."http-errors-1.7.2"
sources."http-signature-1.2.0"
sources."https-browserify-1.0.0"
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."iferr-0.1.5"
sources."ignore-5.1.8"
sources."ignore-walk-3.0.3"
@@ -68860,22 +70133,9 @@ in
sources."indexof-0.0.1"
sources."infer-owner-1.0.4"
sources."inflight-1.0.6"
- sources."inherits-2.0.4"
+ sources."inherits-2.0.3"
sources."ini-1.3.5"
- (sources."inquirer-3.0.6" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- sources."ansi-styles-2.2.1"
- sources."chalk-1.1.3"
- sources."is-fullwidth-code-point-2.0.0"
- (sources."string-width-2.1.1" // {
- dependencies = [
- sources."strip-ansi-4.0.0"
- ];
- })
- sources."supports-color-2.0.0"
- ];
- })
+ sources."inquirer-3.0.6"
sources."interpret-1.4.0"
sources."invert-kv-1.0.0"
sources."ip-1.1.5"
@@ -68885,37 +70145,33 @@ in
sources."is-arrayish-0.2.1"
sources."is-binary-path-1.0.1"
sources."is-buffer-1.1.6"
- sources."is-callable-1.2.2"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
- sources."is-date-object-1.0.2"
sources."is-descriptor-1.0.2"
sources."is-dir-1.0.0"
sources."is-extendable-0.1.1"
sources."is-extglob-2.1.1"
- sources."is-fullwidth-code-point-1.0.0"
+ sources."is-fullwidth-code-point-2.0.0"
sources."is-glob-4.0.1"
sources."is-negated-glob-1.0.0"
- sources."is-negative-zero-2.0.0"
sources."is-number-7.0.0"
sources."is-path-cwd-2.2.0"
sources."is-path-inside-3.0.2"
sources."is-plain-object-2.0.4"
sources."is-promise-2.2.2"
- sources."is-regex-1.1.1"
sources."is-relative-1.0.0"
sources."is-stream-1.1.0"
- sources."is-symbol-1.0.3"
sources."is-typedarray-1.0.0"
sources."is-unc-path-1.0.0"
sources."is-utf8-0.2.1"
sources."is-valid-glob-1.0.0"
sources."is-windows-1.0.2"
sources."is-wsl-1.1.0"
- sources."isarray-1.0.0"
+ sources."isarray-0.0.1"
sources."isexe-2.0.0"
sources."isobject-3.0.1"
sources."isstream-0.1.2"
- (sources."jest-worker-26.5.0" // {
+ (sources."jest-worker-26.6.2" // {
dependencies = [
sources."has-flag-4.0.0"
sources."supports-color-7.2.0"
@@ -68931,14 +70187,24 @@ in
sources."json-stable-stringify-without-jsonify-1.0.1"
sources."json-stringify-safe-5.0.1"
sources."json5-1.0.1"
- sources."jsonfile-6.0.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."jsprim-1.4.1"
sources."just-debounce-1.0.0"
sources."keyv-3.1.0"
sources."kind-of-6.0.3"
sources."last-run-1.1.1"
sources."latest-version-5.1.0"
- sources."lazystream-1.0.0"
+ (sources."lazystream-1.0.0" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."lcid-1.0.0"
sources."lead-1.0.0"
sources."liftoff-3.1.0"
@@ -68946,14 +70212,14 @@ in
sources."loader-runner-2.4.0"
sources."loader-utils-1.4.0"
sources."locate-path-5.0.0"
- sources."lodash-4.17.19"
+ sources."lodash-4.17.20"
sources."lodash.clone-4.5.0"
sources."lodash.clonedeep-4.5.0"
sources."lodash.merge-4.6.2"
sources."lodash.some-4.6.0"
(sources."log4js-6.3.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -68988,7 +70254,13 @@ in
sources."md5.js-1.3.5"
sources."media-typer-0.3.0"
sources."memoizee-0.4.14"
- sources."memory-fs-0.5.0"
+ (sources."memory-fs-0.5.0" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."merge-descriptors-1.0.1"
sources."merge-stream-2.0.0"
sources."merge2-1.4.1"
@@ -69008,12 +70280,28 @@ in
sources."minimalistic-crypto-utils-1.0.1"
sources."minimatch-3.0.4"
sources."minimist-1.2.5"
- sources."minipass-3.1.3"
- sources."minipass-collect-1.0.2"
- sources."minipass-flush-1.0.5"
- sources."minipass-pipeline-1.2.4"
- sources."minizlib-2.1.2"
- (sources."mirakurun-3.2.0" // {
+ (sources."minipass-2.9.0" // {
+ dependencies = [
+ sources."yallist-3.1.1"
+ ];
+ })
+ (sources."minipass-collect-1.0.2" // {
+ dependencies = [
+ sources."minipass-3.1.3"
+ ];
+ })
+ (sources."minipass-flush-1.0.5" // {
+ dependencies = [
+ sources."minipass-3.1.3"
+ ];
+ })
+ (sources."minipass-pipeline-1.2.4" // {
+ dependencies = [
+ sources."minipass-3.1.3"
+ ];
+ })
+ sources."minizlib-1.3.3"
+ (sources."mirakurun-3.3.1" // {
dependencies = [
sources."aribts-1.3.5"
sources."eventemitter3-4.0.7"
@@ -69036,16 +70324,9 @@ in
];
})
sources."openapi-types-1.3.5"
- sources."readable-stream-3.6.0"
- sources."semver-7.3.2"
- sources."stream-http-3.1.1"
- ];
- })
- (sources."mississippi-3.0.0" // {
- dependencies = [
- sources."pump-3.0.0"
];
})
+ sources."mississippi-3.0.0"
sources."mithril-2.0.4"
(sources."mixin-deep-1.3.2" // {
dependencies = [
@@ -69062,7 +70343,6 @@ in
(sources."move-concurrently-1.0.1" // {
dependencies = [
sources."mkdirp-0.5.5"
- sources."rimraf-2.7.1"
];
})
sources."ms-2.0.0"
@@ -69074,12 +70354,18 @@ in
sources."munin-plugin-0.0.9"
sources."mute-stdout-1.0.1"
sources."mute-stream-0.0.7"
- sources."mysql-2.18.1"
+ (sources."mysql-2.18.1" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."nan-2.14.2"
sources."nanomatch-1.2.13"
(sources."needle-2.5.2" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
];
})
@@ -69092,30 +70378,35 @@ in
dependencies = [
sources."mkdirp-0.5.5"
sources."nopt-3.0.6"
- sources."rimraf-2.7.1"
sources."semver-5.3.0"
sources."tar-2.2.2"
];
})
(sources."node-libs-browser-2.2.1" // {
dependencies = [
+ sources."buffer-4.9.2"
+ sources."isarray-1.0.0"
sources."punycode-1.4.1"
+ (sources."readable-stream-2.3.7" // {
+ dependencies = [
+ sources."string_decoder-1.1.1"
+ ];
+ })
+ sources."stream-http-2.8.3"
];
})
(sources."node-pre-gyp-0.11.0" // {
dependencies = [
- sources."chownr-1.1.4"
- sources."fs-minipass-1.2.7"
- sources."minipass-2.9.0"
- sources."minizlib-1.3.3"
sources."mkdirp-0.5.5"
- sources."rimraf-2.7.1"
- sources."tar-4.4.13"
- sources."yallist-3.1.1"
+ sources."semver-5.7.1"
];
})
sources."nopt-4.0.3"
- sources."normalize-package-data-2.5.0"
+ (sources."normalize-package-data-2.5.0" // {
+ dependencies = [
+ sources."semver-5.7.1"
+ ];
+ })
sources."normalize-path-3.0.0"
sources."normalize-url-4.5.0"
sources."now-and-later-2.0.1"
@@ -69140,78 +70431,48 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."object.defaults-1.1.0"
sources."object.map-1.0.1"
sources."object.pick-1.3.0"
sources."object.reduce-1.0.1"
- sources."office-ui-fabric-react-7.147.1"
+ sources."office-ui-fabric-react-7.153.4"
sources."on-finished-2.3.0"
sources."on-headers-1.0.2"
sources."once-1.4.0"
sources."onetime-2.0.1"
- (sources."openapi-default-setter-7.0.1" // {
- dependencies = [
- sources."openapi-types-7.0.1"
- ];
- })
- (sources."openapi-framework-7.0.2" // {
- dependencies = [
- sources."openapi-types-7.0.1"
- ];
- })
- (sources."openapi-jsonschema-parameters-7.0.2" // {
- dependencies = [
- sources."openapi-types-7.0.1"
- ];
- })
- (sources."openapi-request-coercer-7.0.1" // {
- dependencies = [
- sources."openapi-types-7.0.1"
- ];
- })
- (sources."openapi-request-validator-7.0.2" // {
- dependencies = [
- sources."openapi-types-7.0.1"
- ];
- })
- (sources."openapi-response-validator-7.0.1" // {
- dependencies = [
- sources."openapi-types-7.0.1"
- ];
- })
- (sources."openapi-schema-validator-7.0.1" // {
- dependencies = [
- sources."openapi-types-7.0.1"
- ];
- })
- (sources."openapi-security-handler-7.0.1" // {
- dependencies = [
- sources."openapi-types-7.0.1"
- ];
- })
- sources."openapi-types-7.0.0"
+ sources."openapi-default-setter-7.0.1"
+ sources."openapi-framework-7.2.0"
+ sources."openapi-jsonschema-parameters-7.0.2"
+ sources."openapi-request-coercer-7.1.0"
+ sources."openapi-request-validator-7.2.0"
+ sources."openapi-response-validator-7.0.1"
+ sources."openapi-schema-validator-7.0.1"
+ sources."openapi-security-handler-7.0.1"
+ sources."openapi-types-7.0.1"
(sources."opencollective-1.0.3" // {
dependencies = [
- sources."ansi-styles-2.2.1"
- sources."chalk-1.1.3"
sources."minimist-1.2.0"
- sources."supports-color-2.0.0"
];
})
sources."opencollective-postinstall-2.0.3"
sources."opn-4.0.2"
- sources."ordered-read-streams-1.0.1"
+ (sources."ordered-read-streams-1.0.1" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."os-browserify-0.3.0"
sources."os-homedir-1.0.2"
sources."os-locale-1.4.0"
sources."os-tmpdir-1.0.2"
sources."osenv-0.1.5"
sources."p-cancelable-1.1.0"
- sources."p-limit-3.0.2"
+ sources."p-limit-3.1.0"
(sources."p-locate-4.1.0" // {
dependencies = [
sources."p-limit-2.3.0"
@@ -69226,7 +70487,13 @@ in
})
sources."packet-reader-1.0.0"
sources."pako-1.0.11"
- sources."parallel-transform-1.2.0"
+ (sources."parallel-transform-1.2.0" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."parse-asn1-5.1.6"
sources."parse-filepath-1.0.2"
sources."parse-json-2.2.0"
@@ -69247,17 +70514,17 @@ in
sources."path-type-4.0.0"
sources."pbkdf2-3.1.1"
sources."performance-now-2.1.0"
- (sources."pg-8.3.0" // {
+ (sources."pg-8.3.3" // {
dependencies = [
sources."semver-4.3.2"
];
})
sources."pg-connection-string-2.4.0"
sources."pg-int8-1.0.1"
- sources."pg-pool-3.2.1"
- sources."pg-protocol-1.3.0"
+ sources."pg-pool-3.2.2"
+ sources."pg-protocol-1.4.0"
sources."pg-types-2.2.0"
- sources."pgpass-1.0.2"
+ sources."pgpass-1.0.4"
sources."picomatch-2.2.2"
sources."pify-2.3.0"
sources."pinkie-2.0.4"
@@ -69289,8 +70556,12 @@ in
sources."bn.js-4.11.9"
];
})
- sources."pump-2.0.1"
- sources."pumpify-1.5.1"
+ sources."pump-3.0.0"
+ (sources."pumpify-1.5.1" // {
+ dependencies = [
+ sources."pump-2.0.1"
+ ];
+ })
sources."punycode-2.1.1"
sources."qs-6.7.0"
sources."querystring-0.2.0"
@@ -69309,22 +70580,25 @@ in
];
})
sources."read-pkg-up-1.0.1"
- sources."readable-stream-2.3.7"
+ sources."readable-stream-3.6.0"
(sources."readdirp-2.2.1" // {
dependencies = [
sources."braces-2.3.2"
sources."extend-shallow-2.0.1"
sources."fill-range-4.0.0"
sources."is-number-3.0.0"
+ sources."isarray-1.0.0"
sources."kind-of-3.2.2"
sources."micromatch-3.1.10"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
sources."to-regex-range-2.1.1"
];
})
sources."rechoir-0.6.2"
sources."regenerator-runtime-0.10.5"
sources."regex-not-1.0.2"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."remove-bom-buffer-3.0.0"
sources."remove-bom-stream-1.2.0"
@@ -69335,13 +70609,12 @@ in
sources."replace-homedir-1.0.0"
(sources."request-2.88.2" // {
dependencies = [
- sources."form-data-2.3.3"
sources."qs-6.5.2"
];
})
sources."require-directory-2.1.1"
sources."require-main-filename-1.0.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-dir-1.0.1"
sources."resolve-options-1.1.0"
sources."resolve-url-0.2.1"
@@ -69350,27 +70623,27 @@ in
sources."ret-0.1.15"
sources."reusify-1.0.4"
sources."rfdc-1.1.4"
- sources."rimraf-3.0.2"
+ sources."rimraf-2.7.1"
sources."ripemd160-2.0.2"
sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."run-queue-1.0.3"
sources."rx-4.1.0"
sources."safe-buffer-5.1.2"
sources."safe-regex-1.1.0"
sources."safer-buffer-2.1.2"
- sources."sass-1.27.0"
+ sources."sass-1.30.0"
sources."sax-1.2.4"
sources."scheduler-0.19.1"
sources."schema-utils-2.7.1"
- sources."semver-5.7.1"
+ sources."semver-7.3.4"
sources."semver-greatest-satisfied-range-1.1.0"
(sources."send-0.17.1" // {
dependencies = [
sources."ms-2.1.1"
];
})
- sources."serialize-javascript-4.0.0"
+ sources."serialize-javascript-5.0.1"
sources."serve-static-1.14.1"
sources."set-blocking-2.0.0"
(sources."set-value-2.0.1" // {
@@ -69400,6 +70673,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" // {
@@ -69422,7 +70696,6 @@ in
(sources."socket.io-client-2.3.0" // {
dependencies = [
sources."base64-arraybuffer-0.1.5"
- sources."component-emitter-1.2.1"
sources."debug-4.1.1"
sources."isarray-2.0.1"
sources."ms-2.1.2"
@@ -69437,33 +70710,32 @@ in
})
(sources."socket.io-parser-3.4.1" // {
dependencies = [
- sources."component-emitter-1.2.1"
sources."debug-4.1.1"
sources."isarray-2.0.1"
sources."ms-2.1.2"
];
})
sources."source-list-map-2.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.19" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
+ sources."source-map-support-0.5.19"
sources."source-map-url-0.4.0"
sources."sparkles-1.0.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.6"
- sources."split-1.0.1"
+ sources."spdx-license-ids-3.0.7"
sources."split-string-3.1.0"
+ sources."split2-3.2.2"
sources."sprintf-js-1.0.3"
sources."sqlite3-5.0.0"
sources."sqlstring-2.3.1"
sources."sshpk-1.16.1"
- sources."ssri-8.0.0"
+ (sources."ssri-8.0.0" // {
+ dependencies = [
+ sources."minipass-3.1.3"
+ ];
+ })
sources."stack-trace-0.0.10"
(sources."static-extend-0.1.2" // {
dependencies = [
@@ -69483,15 +70755,25 @@ in
];
})
sources."statuses-1.5.0"
- sources."stream-browserify-2.0.2"
+ (sources."stream-browserify-2.0.2" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."stream-each-1.2.3"
sources."stream-exhaust-1.0.2"
- sources."stream-http-2.8.3"
+ (sources."stream-http-3.1.1" // {
+ dependencies = [
+ sources."inherits-2.0.4"
+ ];
+ })
sources."stream-shift-1.0.1"
(sources."streamroller-2.2.4" // {
dependencies = [
sources."date-format-2.1.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."fs-extra-8.1.0"
sources."jsonfile-4.0.0"
sources."ms-2.1.2"
@@ -69499,44 +70781,50 @@ in
];
})
sources."streamsearch-0.1.2"
- sources."string-width-1.0.2"
- (sources."string.prototype.trimend-1.0.1" // {
+ (sources."string-width-2.1.1" // {
dependencies = [
- sources."es-abstract-1.17.7"
+ sources."ansi-regex-3.0.0"
+ sources."strip-ansi-4.0.0"
];
})
- (sources."string.prototype.trimstart-1.0.1" // {
+ (sources."string_decoder-1.3.0" // {
dependencies = [
- sources."es-abstract-1.17.7"
+ sources."safe-buffer-5.2.1"
];
})
- sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."strip-bom-2.0.0"
sources."strip-bom-string-1.0.0"
sources."strip-json-comments-2.0.1"
- sources."supports-color-5.5.0"
+ sources."supports-color-2.0.0"
sources."sver-compat-1.5.0"
sources."swagger-schema-official-2.0.0-bab6bed"
- sources."swagger-ui-dist-3.30.2"
+ sources."swagger-ui-dist-3.34.0"
sources."tail-2.0.4"
sources."tapable-1.1.3"
- sources."tar-6.0.5"
- (sources."terser-4.8.0" // {
+ (sources."tar-4.4.13" // {
dependencies = [
- sources."source-map-0.6.1"
+ sources."mkdirp-0.5.5"
+ sources."yallist-3.1.1"
];
})
- (sources."terser-webpack-plugin-3.0.7" // {
+ (sources."terser-5.5.1" // {
dependencies = [
- sources."source-map-0.6.1"
+ sources."source-map-0.7.3"
];
})
+ sources."terser-webpack-plugin-4.2.2"
sources."through-2.3.8"
- sources."through2-2.0.5"
+ (sources."through2-2.0.5" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
sources."through2-filter-3.0.0"
sources."time-stamp-1.1.0"
- sources."timers-browserify-2.0.11"
+ sources."timers-browserify-2.0.12"
sources."timers-ext-0.1.7"
sources."tmp-0.0.33"
sources."to-absolute-glob-2.0.2"
@@ -69553,16 +70841,23 @@ in
sources."to-through-2.0.0"
sources."toidentifier-1.0.0"
sources."tough-cookie-2.5.0"
- (sources."ts-loader-8.0.1" // {
+ (sources."ts-loader-8.0.4" // {
dependencies = [
+ sources."ansi-styles-3.2.1"
+ sources."chalk-2.4.2"
sources."semver-6.3.0"
+ sources."supports-color-5.5.0"
];
})
sources."ts-log-2.2.3"
sources."tslib-1.14.1"
- (sources."tslint-6.1.2" // {
+ (sources."tslint-6.1.3" // {
dependencies = [
+ sources."ansi-styles-3.2.1"
+ sources."chalk-2.4.2"
sources."mkdirp-0.5.5"
+ sources."semver-5.7.1"
+ sources."supports-color-5.5.0"
];
})
sources."tsutils-2.29.0"
@@ -69572,7 +70867,7 @@ in
sources."type-1.2.0"
sources."type-is-1.6.18"
sources."typedarray-0.0.6"
- sources."typescript-3.9.7"
+ sources."typescript-4.0.3"
sources."unc-path-regex-0.1.2"
sources."undertaker-1.3.0"
sources."undertaker-registry-1.0.1"
@@ -69590,6 +70885,7 @@ in
];
})
sources."has-values-0.1.4"
+ sources."isarray-1.0.0"
];
})
sources."upath-1.2.0"
@@ -69602,13 +70898,9 @@ in
})
sources."url-join-4.0.1"
sources."url-parse-lax-3.0.0"
- sources."url-toolkit-2.2.0"
+ sources."url-toolkit-2.2.1"
sources."use-3.1.1"
- (sources."util-0.11.1" // {
- dependencies = [
- sources."inherits-2.0.3"
- ];
- })
+ sources."util-0.11.1"
sources."util-deprecate-1.0.2"
sources."utils-merge-1.0.1"
sources."uuid-3.4.0"
@@ -69618,15 +70910,25 @@ in
sources."vary-1.1.2"
sources."verror-1.10.0"
sources."vinyl-2.2.1"
- sources."vinyl-fs-3.0.3"
+ (sources."vinyl-fs-3.0.3" // {
+ dependencies = [
+ sources."isarray-1.0.0"
+ sources."readable-stream-2.3.7"
+ sources."string_decoder-1.1.1"
+ ];
+ })
(sources."vinyl-sourcemap-1.1.0" // {
dependencies = [
sources."normalize-path-2.1.1"
];
})
- sources."vinyl-sourcemaps-apply-0.2.1"
+ (sources."vinyl-sourcemaps-apply-0.2.1" // {
+ dependencies = [
+ sources."source-map-0.5.7"
+ ];
+ })
sources."vm-browserify-1.1.2"
- (sources."watchpack-1.7.4" // {
+ (sources."watchpack-1.7.5" // {
dependencies = [
sources."anymatch-3.1.1"
sources."binary-extensions-2.1.0"
@@ -69636,18 +70938,18 @@ in
sources."readdirp-3.5.0"
];
})
- sources."watchpack-chokidar2-2.0.0"
- (sources."webpack-4.44.0" // {
+ sources."watchpack-chokidar2-2.0.1"
+ (sources."webpack-4.44.2" // {
dependencies = [
sources."acorn-6.4.2"
sources."braces-2.3.2"
sources."cacache-12.0.4"
- sources."chownr-1.1.4"
sources."extend-shallow-2.0.1"
sources."fill-range-4.0.0"
sources."find-cache-dir-2.1.0"
sources."find-up-3.0.0"
sources."is-number-3.0.0"
+ sources."isarray-1.0.0"
sources."kind-of-3.2.2"
sources."locate-path-3.0.0"
sources."lru-cache-5.1.1"
@@ -69660,40 +70962,51 @@ in
sources."path-exists-3.0.0"
sources."pify-4.0.1"
sources."pkg-dir-3.0.0"
- sources."rimraf-2.7.1"
+ sources."readable-stream-2.3.7"
sources."schema-utils-1.0.0"
- sources."source-map-0.6.1"
+ sources."semver-5.7.1"
+ sources."serialize-javascript-4.0.0"
sources."ssri-6.0.1"
+ sources."string_decoder-1.1.1"
+ sources."terser-4.8.0"
sources."terser-webpack-plugin-1.4.5"
sources."to-regex-range-2.1.1"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yallist-3.1.1"
];
})
- (sources."webpack-sources-1.4.3" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
- (sources."webpack-stream-5.2.1" // {
+ sources."webpack-sources-1.4.3"
+ (sources."webpack-stream-6.1.0" // {
dependencies = [
- sources."memory-fs-0.4.1"
+ sources."has-flag-4.0.0"
+ sources."supports-color-7.2.0"
];
})
sources."which-1.3.1"
sources."which-module-1.0.0"
sources."wide-align-1.1.3"
sources."worker-farm-1.7.0"
- sources."wrap-ansi-2.1.0"
+ (sources."wrap-ansi-2.1.0" // {
+ dependencies = [
+ sources."is-fullwidth-code-point-1.0.0"
+ sources."string-width-1.0.2"
+ ];
+ })
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xmlhttprequest-ssl-1.5.5"
sources."xtend-4.0.2"
sources."y18n-3.2.1"
sources."yallist-4.0.0"
- sources."yargs-7.1.1"
+ (sources."yargs-7.1.1" // {
+ dependencies = [
+ sources."is-fullwidth-code-point-1.0.0"
+ sources."string-width-1.0.2"
+ ];
+ })
sources."yargs-parser-5.0.0-security.0"
sources."yeast-0.1.2"
+ sources."yocto-queue-0.1.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -69726,10 +71039,10 @@ in
eslint = nodeEnv.buildNodePackage {
name = "eslint";
packageName = "eslint";
- version = "7.11.0";
+ version = "7.15.0";
src = fetchurl {
- url = "https://registry.npmjs.org/eslint/-/eslint-7.11.0.tgz";
- sha512 = "G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw==";
+ url = "https://registry.npmjs.org/eslint/-/eslint-7.15.0.tgz";
+ sha512 = "Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
@@ -69739,7 +71052,7 @@ in
sources."chalk-2.4.2"
];
})
- sources."@eslint/eslintrc-0.1.3"
+ sources."@eslint/eslintrc-0.2.2"
sources."acorn-7.4.1"
sources."acorn-jsx-5.3.1"
sources."ajv-6.12.6"
@@ -69764,7 +71077,7 @@ in
sources."color-name-1.1.3"
sources."concat-map-0.0.1"
sources."cross-spawn-7.0.3"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."deep-is-0.1.3"
sources."doctrine-3.0.0"
sources."emoji-regex-7.0.3"
@@ -69777,7 +71090,7 @@ in
];
})
sources."eslint-visitor-keys-2.0.0"
- (sources."espree-7.3.0" // {
+ (sources."espree-7.3.1" // {
dependencies = [
sources."eslint-visitor-keys-1.3.0"
];
@@ -69798,9 +71111,9 @@ in
sources."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
sources."fast-levenshtein-2.0.6"
- sources."file-entry-cache-5.0.1"
- sources."flat-cache-2.0.1"
- sources."flatted-2.0.2"
+ sources."file-entry-cache-6.0.0"
+ sources."flat-cache-3.0.4"
+ sources."flatted-3.1.0"
sources."fs.realpath-1.0.0"
sources."functional-red-black-tree-1.0.1"
sources."glob-7.1.6"
@@ -69808,7 +71121,7 @@ in
sources."globals-12.4.0"
sources."has-flag-3.0.0"
sources."ignore-4.0.6"
- sources."import-fresh-3.2.1"
+ sources."import-fresh-3.2.2"
sources."imurmurhash-0.1.4"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
@@ -69822,9 +71135,8 @@ in
sources."json-stable-stringify-without-jsonify-1.0.1"
sources."levn-0.4.1"
sources."lodash-4.17.20"
+ sources."lru-cache-6.0.0"
sources."minimatch-3.0.4"
- sources."minimist-1.2.5"
- sources."mkdirp-0.5.5"
sources."ms-2.1.2"
sources."natural-compare-1.4.0"
sources."once-1.4.0"
@@ -69837,8 +71149,8 @@ in
sources."punycode-2.1.1"
sources."regexpp-3.1.0"
sources."resolve-from-4.0.0"
- sources."rimraf-2.6.3"
- sources."semver-7.3.2"
+ sources."rimraf-3.0.2"
+ sources."semver-7.3.4"
sources."shebang-command-2.0.0"
sources."shebang-regex-3.0.0"
sources."slice-ansi-2.1.0"
@@ -69857,11 +71169,11 @@ in
sources."type-check-0.4.0"
sources."type-fest-0.8.1"
sources."uri-js-4.4.0"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
sources."which-2.0.2"
sources."word-wrap-1.2.3"
sources."wrappy-1.0.2"
- sources."write-1.0.3"
+ sources."yallist-4.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -69889,7 +71201,7 @@ in
sources."chalk-2.4.2"
];
})
- sources."@eslint/eslintrc-0.1.3"
+ sources."@eslint/eslintrc-0.2.2"
sources."acorn-7.4.1"
sources."acorn-jsx-5.3.1"
sources."ajv-6.12.6"
@@ -69915,13 +71227,13 @@ in
sources."concat-map-0.0.1"
sources."core_d-2.0.0"
sources."cross-spawn-7.0.3"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."deep-is-0.1.3"
sources."doctrine-3.0.0"
sources."emoji-regex-7.0.3"
sources."enquirer-2.3.6"
sources."escape-string-regexp-1.0.5"
- sources."eslint-7.11.0"
+ sources."eslint-7.15.0"
sources."eslint-scope-5.1.1"
(sources."eslint-utils-2.1.0" // {
dependencies = [
@@ -69929,7 +71241,7 @@ in
];
})
sources."eslint-visitor-keys-2.0.0"
- (sources."espree-7.3.0" // {
+ (sources."espree-7.3.1" // {
dependencies = [
sources."eslint-visitor-keys-1.3.0"
];
@@ -69950,9 +71262,9 @@ in
sources."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
sources."fast-levenshtein-2.0.6"
- sources."file-entry-cache-5.0.1"
- sources."flat-cache-2.0.1"
- sources."flatted-2.0.2"
+ sources."file-entry-cache-6.0.0"
+ sources."flat-cache-3.0.4"
+ sources."flatted-3.1.0"
sources."fs.realpath-1.0.0"
sources."functional-red-black-tree-1.0.1"
sources."glob-7.1.6"
@@ -69960,7 +71272,7 @@ in
sources."globals-12.4.0"
sources."has-flag-3.0.0"
sources."ignore-4.0.6"
- sources."import-fresh-3.2.1"
+ sources."import-fresh-3.2.2"
sources."imurmurhash-0.1.4"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
@@ -69974,9 +71286,8 @@ in
sources."json-stable-stringify-without-jsonify-1.0.1"
sources."levn-0.4.1"
sources."lodash-4.17.20"
+ sources."lru-cache-6.0.0"
sources."minimatch-3.0.4"
- sources."minimist-1.2.5"
- sources."mkdirp-0.5.5"
sources."ms-2.1.2"
sources."nanolru-1.0.0"
sources."natural-compare-1.4.0"
@@ -69990,8 +71301,8 @@ in
sources."punycode-2.1.1"
sources."regexpp-3.1.0"
sources."resolve-from-4.0.0"
- sources."rimraf-2.6.3"
- sources."semver-7.3.2"
+ sources."rimraf-3.0.2"
+ sources."semver-7.3.4"
sources."shebang-command-2.0.0"
sources."shebang-regex-3.0.0"
sources."slice-ansi-2.1.0"
@@ -70010,11 +71321,11 @@ in
sources."type-check-0.4.0"
sources."type-fest-0.8.1"
sources."uri-js-4.4.0"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
sources."which-2.0.2"
sources."word-wrap-1.2.3"
sources."wrappy-1.0.2"
- sources."write-1.0.3"
+ sources."yallist-4.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -70029,23 +71340,23 @@ in
expo-cli = nodeEnv.buildNodePackage {
name = "expo-cli";
packageName = "expo-cli";
- version = "3.28.0";
+ version = "4.0.8";
src = fetchurl {
- url = "https://registry.npmjs.org/expo-cli/-/expo-cli-3.28.0.tgz";
- sha512 = "1fz44bGoM3jfit1gPYW1JuShX2DQva6SHZT1Rnx06UOeWJeofHO0ki/4J3InI8tob+XnktXo3cYW0HEXpJwVGg==";
+ url = "https://registry.npmjs.org/expo-cli/-/expo-cli-4.0.8.tgz";
+ sha512 = "PcJqWSu2mHSEX/O/Vt5Wrui6ZIOE3mwUN4NL2xxmvVUAzIp08SzkAnWJOSThOxcTfHh9kd9fFK1GP6BZItvQOA==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
- sources."@babel/compat-data-7.12.1"
+ sources."@babel/compat-data-7.12.7"
sources."@babel/core-7.9.0"
- sources."@babel/generator-7.12.1"
+ sources."@babel/generator-7.12.5"
sources."@babel/helper-annotate-as-pure-7.10.4"
sources."@babel/helper-builder-binary-assignment-operator-visitor-7.10.4"
sources."@babel/helper-builder-react-jsx-7.10.4"
- sources."@babel/helper-builder-react-jsx-experimental-7.12.1"
- sources."@babel/helper-compilation-targets-7.12.1"
+ sources."@babel/helper-builder-react-jsx-experimental-7.12.4"
+ sources."@babel/helper-compilation-targets-7.12.5"
sources."@babel/helper-create-class-features-plugin-7.12.1"
- sources."@babel/helper-create-regexp-features-plugin-7.12.1"
+ sources."@babel/helper-create-regexp-features-plugin-7.12.7"
(sources."@babel/helper-define-map-7.10.5" // {
dependencies = [
sources."lodash-4.17.20"
@@ -70055,35 +71366,30 @@ in
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
sources."@babel/helper-hoist-variables-7.10.4"
- sources."@babel/helper-member-expression-to-functions-7.12.1"
- sources."@babel/helper-module-imports-7.12.1"
+ sources."@babel/helper-member-expression-to-functions-7.12.7"
+ sources."@babel/helper-module-imports-7.12.5"
(sources."@babel/helper-module-transforms-7.12.1" // {
dependencies = [
sources."lodash-4.17.20"
];
})
- sources."@babel/helper-optimise-call-expression-7.10.4"
+ sources."@babel/helper-optimise-call-expression-7.12.7"
sources."@babel/helper-plugin-utils-7.10.4"
- (sources."@babel/helper-regex-7.10.5" // {
- dependencies = [
- sources."lodash-4.17.20"
- ];
- })
sources."@babel/helper-remap-async-to-generator-7.12.1"
- sources."@babel/helper-replace-supers-7.12.1"
+ sources."@babel/helper-replace-supers-7.12.5"
sources."@babel/helper-simple-access-7.12.1"
sources."@babel/helper-skip-transparent-expression-wrappers-7.12.1"
sources."@babel/helper-split-export-declaration-7.11.0"
sources."@babel/helper-validator-identifier-7.10.4"
sources."@babel/helper-validator-option-7.12.1"
sources."@babel/helper-wrap-function-7.12.3"
- sources."@babel/helpers-7.12.1"
+ sources."@babel/helpers-7.12.5"
(sources."@babel/highlight-7.10.4" // {
dependencies = [
sources."chalk-2.4.2"
];
})
- sources."@babel/parser-7.12.3"
+ sources."@babel/parser-7.12.7"
sources."@babel/plugin-proposal-async-generator-functions-7.12.1"
sources."@babel/plugin-proposal-class-properties-7.12.1"
sources."@babel/plugin-proposal-dynamic-import-7.12.1"
@@ -70092,10 +71398,10 @@ in
sources."@babel/plugin-proposal-json-strings-7.12.1"
sources."@babel/plugin-proposal-logical-assignment-operators-7.12.1"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.12.1"
- sources."@babel/plugin-proposal-numeric-separator-7.12.1"
+ sources."@babel/plugin-proposal-numeric-separator-7.12.7"
sources."@babel/plugin-proposal-object-rest-spread-7.12.1"
sources."@babel/plugin-proposal-optional-catch-binding-7.12.1"
- sources."@babel/plugin-proposal-optional-chaining-7.12.1"
+ sources."@babel/plugin-proposal-optional-chaining-7.12.7"
sources."@babel/plugin-proposal-private-methods-7.12.1"
sources."@babel/plugin-proposal-unicode-property-regex-7.12.1"
sources."@babel/plugin-syntax-async-generators-7.8.4"
@@ -70140,7 +71446,7 @@ in
sources."@babel/plugin-transform-parameters-7.12.1"
sources."@babel/plugin-transform-property-literals-7.12.1"
sources."@babel/plugin-transform-react-display-name-7.12.1"
- sources."@babel/plugin-transform-react-jsx-7.12.1"
+ sources."@babel/plugin-transform-react-jsx-7.12.7"
sources."@babel/plugin-transform-react-jsx-source-7.12.1"
sources."@babel/plugin-transform-regenerator-7.12.1"
sources."@babel/plugin-transform-reserved-words-7.12.1"
@@ -70151,36 +71457,37 @@ in
})
sources."@babel/plugin-transform-shorthand-properties-7.12.1"
sources."@babel/plugin-transform-spread-7.12.1"
- sources."@babel/plugin-transform-sticky-regex-7.12.1"
+ sources."@babel/plugin-transform-sticky-regex-7.12.7"
sources."@babel/plugin-transform-template-literals-7.12.1"
sources."@babel/plugin-transform-typeof-symbol-7.12.1"
sources."@babel/plugin-transform-typescript-7.12.1"
sources."@babel/plugin-transform-unicode-escapes-7.12.1"
sources."@babel/plugin-transform-unicode-regex-7.12.1"
- sources."@babel/preset-env-7.12.1"
+ sources."@babel/preset-env-7.12.7"
sources."@babel/preset-modules-0.1.4"
- sources."@babel/preset-typescript-7.12.1"
- sources."@babel/runtime-7.12.1"
- sources."@babel/template-7.10.4"
- (sources."@babel/traverse-7.12.1" // {
+ sources."@babel/preset-typescript-7.12.7"
+ sources."@babel/runtime-7.12.5"
+ sources."@babel/template-7.12.7"
+ (sources."@babel/traverse-7.12.9" // {
dependencies = [
sources."lodash-4.17.20"
];
})
- (sources."@babel/types-7.12.1" // {
+ (sources."@babel/types-7.12.7" // {
dependencies = [
sources."lodash-4.17.20"
];
})
sources."@expo/babel-preset-cli-0.2.18"
- (sources."@expo/bunyan-3.0.2" // {
+ sources."@expo/bunyan-4.0.0"
+ (sources."@expo/config-3.3.18" // {
dependencies = [
- sources."uuid-3.4.0"
+ sources."semver-7.3.4"
];
})
- (sources."@expo/config-3.3.10" // {
+ (sources."@expo/config-plugins-1.0.7" // {
dependencies = [
- sources."semver-7.3.2"
+ sources."slash-3.0.0"
sources."uuid-3.4.0"
sources."xcode-2.1.0"
];
@@ -70192,7 +71499,7 @@ in
sources."pngjs-5.0.0"
];
})
- (sources."@expo/dev-server-0.1.35" // {
+ (sources."@expo/dev-server-0.1.43" // {
dependencies = [
sources."body-parser-1.19.0"
sources."bytes-3.1.0"
@@ -70206,21 +71513,23 @@ in
sources."serialize-error-6.0.0"
sources."setprototypeof-1.1.1"
sources."statuses-1.5.0"
+ sources."type-fest-0.12.0"
];
})
- sources."@expo/dev-tools-0.13.53"
- sources."@expo/eas-build-job-0.1.1"
- (sources."@expo/image-utils-0.3.7" // {
+ sources."@expo/dev-tools-0.13.66"
+ sources."@expo/eas-build-job-0.1.2"
+ (sources."@expo/image-utils-0.3.9" // {
dependencies = [
sources."semver-6.1.1"
+ sources."tempy-0.3.0"
];
})
- (sources."@expo/json-file-8.2.24" // {
+ (sources."@expo/json-file-8.2.25" // {
dependencies = [
sources."json5-1.0.1"
];
})
- sources."@expo/metro-config-0.1.35"
+ sources."@expo/metro-config-0.1.43"
(sources."@expo/ngrok-2.4.3" // {
dependencies = [
sources."uuid-3.4.0"
@@ -70239,7 +71548,7 @@ in
sources."@expo/ngrok-bin-win32-ia32-2.2.8-beta.1"
sources."@expo/ngrok-bin-win32-x64-2.2.8-beta.1"
sources."@expo/osascript-2.0.24"
- (sources."@expo/package-manager-0.0.33" // {
+ (sources."@expo/package-manager-0.0.34" // {
dependencies = [
sources."ansi-regex-5.0.0"
sources."npm-package-arg-7.0.0"
@@ -70253,10 +71562,9 @@ in
];
})
sources."@expo/results-1.0.0"
- (sources."@expo/schemer-1.3.21" // {
+ (sources."@expo/schemer-1.3.22" // {
dependencies = [
sources."ajv-5.5.2"
- sources."es6-error-4.1.1"
sources."fast-deep-equal-1.1.0"
sources."get-stream-3.0.0"
sources."got-6.7.1"
@@ -70268,17 +71576,16 @@ in
sources."@expo/spawn-async-1.5.0"
sources."@expo/traveling-fastlane-darwin-1.15.1"
sources."@expo/traveling-fastlane-linux-1.15.1"
- (sources."@expo/webpack-config-0.12.39" // {
+ (sources."@expo/webpack-config-0.12.48" // {
dependencies = [
sources."@babel/runtime-7.9.0"
sources."is-wsl-2.2.0"
sources."react-refresh-0.8.3"
];
})
- (sources."@expo/xdl-58.0.14" // {
+ (sources."@expo/xdl-59.0.6" // {
dependencies = [
sources."chownr-1.1.4"
- sources."es6-error-4.1.1"
(sources."fs-minipass-1.2.7" // {
dependencies = [
sources."minipass-2.9.0"
@@ -70294,13 +71601,19 @@ in
sources."mkdirp-1.0.4"
(sources."npm-package-arg-8.1.0" // {
dependencies = [
- sources."semver-7.3.2"
+ sources."lru-cache-6.0.0"
+ sources."semver-7.3.4"
+ sources."yallist-4.0.0"
];
})
(sources."pacote-11.1.0" // {
dependencies = [
sources."minipass-3.1.3"
- sources."semver-7.3.2"
+ (sources."semver-7.3.4" // {
+ dependencies = [
+ sources."lru-cache-6.0.0"
+ ];
+ })
(sources."tar-6.0.5" // {
dependencies = [
sources."chownr-2.0.0"
@@ -70338,38 +71651,37 @@ in
sources."supports-color-7.2.0"
];
})
- sources."@jimp/bmp-0.9.8"
- sources."@jimp/core-0.9.8"
- sources."@jimp/custom-0.9.8"
- sources."@jimp/gif-0.9.8"
- sources."@jimp/jpeg-0.9.8"
- sources."@jimp/plugin-blit-0.9.8"
- sources."@jimp/plugin-blur-0.9.8"
- sources."@jimp/plugin-circle-0.9.8"
- sources."@jimp/plugin-color-0.9.8"
- sources."@jimp/plugin-contain-0.9.8"
- sources."@jimp/plugin-cover-0.9.8"
- sources."@jimp/plugin-crop-0.9.8"
- sources."@jimp/plugin-displace-0.9.8"
- sources."@jimp/plugin-dither-0.9.8"
- sources."@jimp/plugin-fisheye-0.9.8"
- sources."@jimp/plugin-flip-0.9.8"
- sources."@jimp/plugin-gaussian-0.9.8"
- sources."@jimp/plugin-invert-0.9.8"
- sources."@jimp/plugin-mask-0.9.8"
- sources."@jimp/plugin-normalize-0.9.8"
- sources."@jimp/plugin-print-0.9.8"
- sources."@jimp/plugin-resize-0.9.8"
- sources."@jimp/plugin-rotate-0.9.8"
- sources."@jimp/plugin-scale-0.9.8"
- sources."@jimp/plugin-shadow-0.9.8"
- sources."@jimp/plugin-threshold-0.9.8"
- sources."@jimp/plugins-0.9.8"
- sources."@jimp/png-0.9.8"
- sources."@jimp/tiff-0.9.8"
- sources."@jimp/types-0.9.8"
- sources."@jimp/utils-0.9.8"
- sources."@mrmlnc/readdir-enhanced-2.2.1"
+ sources."@jimp/bmp-0.12.1"
+ sources."@jimp/core-0.12.1"
+ sources."@jimp/custom-0.12.1"
+ sources."@jimp/gif-0.12.1"
+ sources."@jimp/jpeg-0.12.1"
+ sources."@jimp/plugin-blit-0.12.1"
+ sources."@jimp/plugin-blur-0.12.1"
+ sources."@jimp/plugin-circle-0.12.1"
+ sources."@jimp/plugin-color-0.12.1"
+ sources."@jimp/plugin-contain-0.12.1"
+ sources."@jimp/plugin-cover-0.12.1"
+ sources."@jimp/plugin-crop-0.12.1"
+ sources."@jimp/plugin-displace-0.12.1"
+ sources."@jimp/plugin-dither-0.12.1"
+ sources."@jimp/plugin-fisheye-0.12.1"
+ sources."@jimp/plugin-flip-0.12.1"
+ sources."@jimp/plugin-gaussian-0.12.1"
+ sources."@jimp/plugin-invert-0.12.1"
+ sources."@jimp/plugin-mask-0.12.1"
+ sources."@jimp/plugin-normalize-0.12.1"
+ sources."@jimp/plugin-print-0.12.1"
+ sources."@jimp/plugin-resize-0.12.1"
+ sources."@jimp/plugin-rotate-0.12.1"
+ sources."@jimp/plugin-scale-0.12.1"
+ sources."@jimp/plugin-shadow-0.12.1"
+ sources."@jimp/plugin-threshold-0.12.1"
+ sources."@jimp/plugins-0.12.1"
+ sources."@jimp/png-0.12.1"
+ sources."@jimp/tiff-0.12.1"
+ sources."@jimp/types-0.12.1"
+ sources."@jimp/utils-0.12.1"
sources."@nodelib/fs.scandir-2.1.3"
sources."@nodelib/fs.stat-2.0.3"
sources."@nodelib/fs.walk-1.2.4"
@@ -70377,7 +71689,7 @@ in
(sources."@npmcli/git-2.0.4" // {
dependencies = [
sources."mkdirp-1.0.4"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."which-2.0.2"
];
})
@@ -70388,10 +71700,10 @@ in
];
})
sources."@npmcli/node-gyp-1.0.1"
- sources."@npmcli/promise-spawn-1.2.0"
- sources."@npmcli/run-script-1.7.2"
+ sources."@npmcli/promise-spawn-1.3.2"
+ sources."@npmcli/run-script-1.8.1"
sources."@pmmmwh/react-refresh-webpack-plugin-0.3.3"
- sources."@react-native-community/cli-debugger-ui-4.9.0"
+ sources."@react-native-community/cli-debugger-ui-4.13.1"
(sources."@react-native-community/cli-platform-android-4.13.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
@@ -70450,10 +71762,10 @@ in
sources."@types/istanbul-reports-1.1.2"
sources."@types/json-schema-7.0.6"
sources."@types/keyv-3.1.1"
- sources."@types/lodash-4.14.162"
+ sources."@types/lodash-4.14.165"
sources."@types/minimatch-3.0.3"
sources."@types/mkdirp-0.5.2"
- sources."@types/node-9.6.60"
+ sources."@types/node-9.6.61"
sources."@types/q-1.5.4"
sources."@types/responselike-1.0.0"
sources."@types/retry-0.12.0"
@@ -70462,22 +71774,22 @@ in
sources."@types/tapable-1.0.6"
sources."@types/text-table-0.2.1"
sources."@types/tmp-0.0.33"
- (sources."@types/uglify-js-3.11.0" // {
+ (sources."@types/uglify-js-3.11.1" // {
dependencies = [
sources."source-map-0.6.1"
];
})
- (sources."@types/webpack-4.41.22" // {
+ (sources."@types/webpack-4.41.25" // {
dependencies = [
sources."source-map-0.6.1"
];
})
- (sources."@types/webpack-sources-2.0.0" // {
+ (sources."@types/webpack-sources-2.1.0" // {
dependencies = [
sources."source-map-0.7.3"
];
})
- sources."@types/yargs-15.0.9"
+ sources."@types/yargs-15.0.11"
sources."@types/yargs-parser-15.0.0"
sources."@webassemblyjs/ast-1.9.0"
sources."@webassemblyjs/floating-point-hex-parser-1.9.0"
@@ -70504,7 +71816,7 @@ in
sources."accepts-1.3.7"
sources."acorn-6.4.2"
sources."address-1.1.2"
- sources."agent-base-6.0.1"
+ sources."agent-base-6.0.2"
sources."agentkeepalive-4.1.3"
sources."aggregate-error-3.1.0"
sources."ajv-6.12.6"
@@ -70545,7 +71857,6 @@ in
sources."apollo-utilities-1.3.4"
sources."application-config-path-0.1.0"
sources."aproba-1.2.0"
- sources."arch-2.1.2"
sources."are-we-there-yet-1.1.5"
sources."argparse-1.0.10"
sources."arr-diff-4.0.0"
@@ -70587,26 +71898,16 @@ in
];
})
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
(sources."axios-0.19.0" // {
dependencies = [
sources."debug-3.1.0"
sources."follow-redirects-1.5.10"
- sources."is-buffer-2.0.4"
+ sources."is-buffer-2.0.5"
sources."ms-2.0.0"
];
})
sources."axios-retry-3.1.9"
- (sources."babel-code-frame-6.26.0" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- sources."ansi-styles-2.2.1"
- sources."chalk-1.1.3"
- sources."js-tokens-3.0.2"
- sources."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- ];
- })
sources."babel-extract-comments-1.0.0"
sources."babel-loader-8.1.0"
sources."babel-plugin-dynamic-import-node-2.3.3"
@@ -70616,7 +71917,7 @@ in
sources."babel-preset-fbjs-3.3.0"
(sources."babel-runtime-6.26.0" // {
dependencies = [
- sources."core-js-2.6.11"
+ sources."core-js-2.6.12"
sources."regenerator-runtime-0.11.1"
];
})
@@ -70629,7 +71930,7 @@ in
];
})
sources."base32.js-0.1.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."base64url-3.0.1"
sources."batch-0.6.1"
sources."bcrypt-pbkdf-1.0.2"
@@ -70667,11 +71968,7 @@ in
sources."browserify-aes-1.2.0"
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."readable-stream-3.6.0"
@@ -70679,8 +71976,8 @@ in
];
})
sources."browserify-zlib-0.2.0"
- sources."browserslist-4.14.5"
- sources."buffer-5.6.0"
+ sources."browserslist-4.15.0"
+ sources."buffer-5.7.1"
sources."buffer-equal-0.0.1"
sources."buffer-from-1.1.1"
sources."buffer-indexof-1.1.1"
@@ -70705,19 +72002,20 @@ in
sources."normalize-url-4.5.0"
];
})
- sources."call-me-maybe-1.0.1"
+ sources."call-bind-1.0.0"
sources."caller-callsite-2.0.0"
sources."caller-path-2.0.0"
sources."callsite-1.0.0"
sources."callsites-2.0.0"
- (sources."camel-case-4.1.1" // {
+ (sources."camel-case-4.1.2" // {
dependencies = [
- sources."pascal-case-3.1.1"
+ sources."pascal-case-3.1.2"
+ sources."tslib-2.0.3"
];
})
sources."camelcase-5.3.1"
sources."caniuse-api-3.0.0"
- sources."caniuse-lite-1.0.30001148"
+ sources."caniuse-lite-1.0.30001165"
sources."capture-stack-trace-1.0.1"
sources."caseless-0.12.0"
(sources."chalk-4.1.0" // {
@@ -70729,7 +72027,6 @@ in
sources."supports-color-7.2.0"
];
})
- sources."chardet-0.4.2"
sources."charenc-0.0.2"
sources."chokidar-3.4.3"
sources."chownr-2.0.0"
@@ -70764,14 +72061,15 @@ in
sources."cli-cursor-2.1.0"
sources."cli-spinners-2.5.0"
sources."cli-table3-0.6.0"
- sources."cli-width-2.2.1"
- (sources."clipboardy-2.3.0" // {
+ (sources."cliui-6.0.0" // {
dependencies = [
- sources."is-wsl-2.2.0"
+ sources."ansi-styles-4.3.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."wrap-ansi-6.2.0"
];
})
- sources."cliui-6.0.0"
- sources."clone-1.0.4"
+ sources."clone-2.1.2"
sources."clone-response-1.0.2"
sources."co-4.6.0"
(sources."coa-2.0.2" // {
@@ -70834,14 +72132,14 @@ in
sources."globby-11.0.1"
sources."loader-utils-2.0.0"
sources."make-dir-3.1.0"
- sources."p-limit-3.0.2"
+ sources."p-limit-3.1.0"
sources."pkg-dir-4.2.0"
sources."semver-6.3.0"
sources."slash-3.0.0"
];
})
- sources."core-js-3.6.5"
- (sources."core-js-compat-3.6.5" // {
+ sources."core-js-3.8.0"
+ (sources."core-js-compat-3.8.0" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -70871,7 +72169,7 @@ in
dependencies = [
(sources."dom-serializer-0.2.2" // {
dependencies = [
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
];
})
sources."domelementtype-1.3.1"
@@ -70892,29 +72190,34 @@ in
sources."cssnano-util-get-match-4.0.0"
sources."cssnano-util-raw-cache-4.0.1"
sources."cssnano-util-same-parent-4.0.1"
- (sources."csso-4.0.3" // {
+ (sources."csso-4.2.0" // {
dependencies = [
- sources."css-tree-1.0.0-alpha.39"
- sources."mdn-data-2.0.6"
+ sources."css-tree-1.1.2"
+ sources."mdn-data-2.0.14"
sources."source-map-0.6.1"
];
})
sources."cyclist-1.0.1"
+ sources."dag-map-1.0.2"
sources."dashdash-1.14.1"
sources."dateformat-3.0.3"
- sources."dayjs-1.9.3"
- sources."debug-4.3.0"
+ sources."dayjs-1.9.7"
+ sources."debug-4.3.1"
sources."debuglog-1.0.1"
sources."decache-4.4.0"
sources."decamelize-1.2.0"
sources."decode-uri-component-0.2.0"
sources."decompress-response-3.3.0"
- sources."deep-equal-2.0.4"
+ sources."deep-equal-2.0.5"
sources."deep-extend-0.6.0"
sources."deep-scope-analyser-1.7.0"
sources."deepmerge-1.5.2"
sources."default-gateway-4.2.0"
- sources."defaults-1.0.3"
+ (sources."defaults-1.0.3" // {
+ dependencies = [
+ sources."clone-1.0.4"
+ ];
+ })
sources."defer-to-connect-1.1.3"
sources."define-properties-1.1.3"
sources."define-property-2.0.2"
@@ -70941,8 +72244,8 @@ in
(sources."devcert-1.1.3" // {
dependencies = [
sources."@types/glob-5.0.36"
- sources."@types/node-8.10.65"
- sources."debug-3.2.6"
+ sources."@types/node-8.10.66"
+ sources."debug-3.2.7"
sources."rimraf-2.7.1"
sources."sudo-prompt-8.2.5"
];
@@ -70961,17 +72264,25 @@ in
sources."dom-serializer-1.1.0"
sources."dom-walk-0.1.2"
sources."domain-browser-1.2.0"
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
sources."domhandler-3.3.0"
- sources."domutils-2.4.2"
- sources."dot-case-3.0.3"
+ (sources."domutils-2.4.3" // {
+ dependencies = [
+ sources."domhandler-4.0.0"
+ ];
+ })
+ (sources."dot-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."dot-prop-5.3.0"
sources."duplexer-0.1.2"
sources."duplexer3-0.1.4"
sources."duplexify-3.7.1"
sources."ecc-jsbn-0.1.2"
sources."ee-first-1.1.1"
- sources."electron-to-chromium-1.3.582"
+ sources."electron-to-chromium-1.3.616"
(sources."elliptic-6.5.3" // {
dependencies = [
sources."bn.js-4.11.9"
@@ -71005,14 +72316,9 @@ in
})
sources."error-stack-parser-2.0.6"
sources."errorhandler-1.5.1"
- sources."es-abstract-1.18.0-next.1"
- (sources."es-get-iterator-1.1.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."es-abstract-1.17.7"
+ sources."es-get-iterator-1.1.1"
sources."es-to-primitive-1.2.1"
- sources."es6-error-3.2.0"
sources."escalade-3.1.1"
sources."escape-html-1.0.3"
sources."escape-string-regexp-1.0.5"
@@ -71032,7 +72338,6 @@ in
sources."evp_bytestokey-1.0.3"
sources."exec-async-2.2.0"
sources."execa-1.0.0"
- sources."exeunt-1.1.0"
sources."exif-parser-0.1.12"
(sources."expand-brackets-2.1.4" // {
dependencies = [
@@ -71054,7 +72359,7 @@ in
sources."ms-2.0.0"
];
})
- (sources."expo-pwa-0.0.45" // {
+ (sources."expo-pwa-0.0.54" // {
dependencies = [
sources."commander-2.20.0"
];
@@ -71071,7 +72376,6 @@ in
sources."is-extendable-1.0.1"
];
})
- sources."external-editor-2.2.0"
(sources."extglob-2.0.4" // {
dependencies = [
sources."define-property-1.0.0"
@@ -71082,7 +72386,7 @@ in
sources."fast-deep-equal-3.1.3"
sources."fast-glob-3.2.4"
sources."fast-json-stable-stringify-2.1.0"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."faye-websocket-0.10.0"
sources."figgy-pudding-3.5.2"
sources."figures-3.2.0"
@@ -71093,7 +72397,7 @@ in
})
sources."file-type-9.0.0"
sources."file-uri-to-path-1.0.0"
- sources."filesize-6.0.1"
+ sources."filesize-6.1.0"
sources."fill-range-7.0.1"
(sources."finalhandler-1.1.1" // {
dependencies = [
@@ -71109,7 +72413,7 @@ in
sources."for-in-1.0.2"
sources."foreach-2.0.5"
sources."forever-agent-0.6.1"
- (sources."fork-ts-checker-webpack-plugin-3.1.1" // {
+ (sources."fork-ts-checker-webpack-plugin-4.1.6" // {
dependencies = [
sources."braces-2.3.2"
sources."chalk-2.4.2"
@@ -71134,7 +72438,11 @@ in
sources."from2-2.3.0"
(sources."fs-extra-9.0.0" // {
dependencies = [
- sources."jsonfile-6.0.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."universalify-1.0.0"
];
})
@@ -71155,8 +72463,9 @@ in
sources."strip-ansi-3.0.1"
];
})
- sources."gensync-1.0.0-beta.1"
+ sources."gensync-1.0.0-beta.2"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
sources."get-own-enumerable-property-symbols-3.0.2"
sources."get-port-3.2.0"
sources."get-stream-4.1.0"
@@ -71165,8 +72474,7 @@ in
sources."getpass-0.1.7"
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
- sources."glob-to-regexp-0.3.0"
- sources."global-4.3.2"
+ sources."global-4.4.0"
sources."global-modules-2.0.0"
sources."global-prefix-3.0.0"
sources."globals-11.12.0"
@@ -71175,9 +72483,9 @@ in
sources."pify-2.3.0"
];
})
- (sources."got-11.7.0" // {
+ (sources."got-11.8.0" // {
dependencies = [
- sources."@sindresorhus/is-3.1.2"
+ sources."@sindresorhus/is-4.0.0"
sources."@szmarczak/http-timer-4.0.5"
sources."cacheable-request-7.0.1"
sources."decompress-response-6.0.0"
@@ -71204,11 +72512,6 @@ in
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
sources."has-1.0.3"
- (sources."has-ansi-2.0.0" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- ];
- })
sources."has-flag-3.0.0"
sources."has-symbols-1.0.1"
sources."has-unicode-2.0.1"
@@ -71290,11 +72593,11 @@ in
sources."iconv-lite-0.4.23"
sources."icss-utils-4.1.1"
sources."idx-2.4.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."iferr-0.1.5"
sources."ignore-5.1.8"
sources."ignore-walk-3.0.3"
- sources."immer-1.10.0"
+ sources."immer-7.0.9"
(sources."import-fresh-2.0.0" // {
dependencies = [
sources."resolve-from-3.0.0"
@@ -71308,16 +72611,6 @@ in
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."ini-1.3.5"
- (sources."inquirer-5.2.0" // {
- dependencies = [
- sources."ansi-escapes-3.2.0"
- sources."ansi-regex-3.0.0"
- sources."chalk-2.4.2"
- sources."figures-2.0.0"
- sources."string-width-2.1.1"
- sources."strip-ansi-4.0.0"
- ];
- })
sources."internal-ip-4.3.0"
sources."invariant-2.2.4"
sources."ip-1.1.5"
@@ -71325,14 +72618,15 @@ in
sources."ipaddr.js-1.9.1"
sources."is-absolute-url-2.1.0"
sources."is-accessor-descriptor-1.0.0"
- sources."is-arguments-1.0.4"
+ sources."is-arguments-1.1.0"
sources."is-arrayish-0.3.2"
- sources."is-bigint-1.0.0"
+ sources."is-bigint-1.0.1"
sources."is-binary-path-2.1.0"
sources."is-boolean-object-1.0.1"
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
sources."is-color-stop-1.1.0"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
sources."is-date-object-1.0.2"
sources."is-descriptor-1.0.2"
@@ -71343,9 +72637,15 @@ in
sources."is-fullwidth-code-point-2.0.0"
sources."is-function-1.0.2"
sources."is-glob-4.0.1"
+ (sources."is-invalid-path-0.1.0" // {
+ dependencies = [
+ sources."is-extglob-1.0.0"
+ sources."is-glob-2.0.1"
+ ];
+ })
sources."is-lambda-1.0.1"
sources."is-map-2.0.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-number-7.0.0"
sources."is-number-object-1.0.4"
sources."is-obj-2.0.0"
@@ -71377,12 +72677,9 @@ in
sources."is-string-1.0.5"
sources."is-svg-3.0.0"
sources."is-symbol-1.0.3"
- (sources."is-typed-array-1.1.3" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."is-typed-array-1.1.3"
sources."is-typedarray-1.0.0"
+ sources."is-valid-path-0.1.1"
sources."is-weakmap-2.0.1"
sources."is-weakset-2.0.1"
sources."is-windows-1.0.2"
@@ -71393,17 +72690,17 @@ in
sources."isobject-3.0.1"
sources."isstream-0.1.2"
sources."iterall-1.2.2"
- (sources."jest-worker-26.5.0" // {
+ (sources."jest-worker-26.6.2" // {
dependencies = [
sources."has-flag-4.0.0"
sources."supports-color-7.2.0"
];
})
sources."jetifier-1.6.6"
- sources."jimp-0.9.8"
+ sources."jimp-0.12.1"
sources."joi-11.4.0"
sources."join-component-1.1.0"
- sources."jpeg-js-0.3.7"
+ sources."jpeg-js-0.4.2"
sources."js-tokens-4.0.0"
sources."js-yaml-3.14.0"
sources."jsbn-0.1.1"
@@ -71412,6 +72709,11 @@ in
sources."json-parse-better-errors-1.0.2"
sources."json-parse-even-better-errors-2.3.1"
sources."json-schema-0.2.3"
+ (sources."json-schema-deref-sync-0.13.0" // {
+ dependencies = [
+ sources."md5-2.2.1"
+ ];
+ })
sources."json-schema-traverse-0.4.1"
sources."json-stable-stringify-1.0.1"
sources."json-stringify-safe-5.0.1"
@@ -71425,7 +72727,6 @@ in
sources."keyv-3.1.0"
sources."killable-1.0.1"
sources."kind-of-6.0.3"
- sources."klaw-sync-6.0.0"
sources."kleur-3.0.3"
sources."last-call-webpack-plugin-3.0.0"
sources."latest-version-5.1.0"
@@ -71464,9 +72765,13 @@ in
];
})
sources."logkitty-0.7.1"
- sources."loglevel-1.7.0"
+ sources."loglevel-1.7.1"
sources."loose-envify-1.4.0"
- sources."lower-case-2.0.1"
+ (sources."lower-case-2.0.2" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."lowercase-keys-1.0.1"
sources."lru-cache-6.0.0"
(sources."make-dir-2.1.0" // {
@@ -71487,6 +72792,7 @@ in
sources."md5hex-1.0.0"
sources."mdn-data-2.0.4"
sources."media-typer-0.3.0"
+ sources."memory-cache-0.2.0"
sources."memory-fs-0.4.1"
sources."merge-descriptors-1.0.1"
sources."merge-stream-2.0.0"
@@ -71566,7 +72872,6 @@ in
];
})
sources."mkdirp-0.5.5"
- sources."moment-2.29.1"
(sources."move-concurrently-1.0.1" // {
dependencies = [
sources."rimraf-2.7.1"
@@ -71575,7 +72880,6 @@ in
sources."ms-2.1.2"
sources."multicast-dns-6.2.3"
sources."multicast-dns-service-types-1.1.0"
- sources."mute-stream-0.0.7"
sources."mv-2.1.1"
sources."mz-2.7.0"
sources."nan-2.14.2"
@@ -71586,33 +72890,36 @@ in
sources."neo-async-2.6.2"
sources."next-tick-1.1.0"
sources."nice-try-1.0.5"
- sources."no-case-3.0.3"
+ (sources."no-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."node-fetch-2.6.1"
sources."node-forge-0.7.6"
(sources."node-gyp-7.1.2" // {
dependencies = [
sources."rimraf-3.0.2"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."which-2.0.2"
];
})
- sources."node-html-parser-1.3.1"
+ sources."node-html-parser-1.4.9"
(sources."node-libs-browser-2.2.1" // {
dependencies = [
sources."buffer-4.9.2"
sources."isarray-1.0.0"
- sources."process-0.11.10"
sources."punycode-1.4.1"
];
})
- sources."node-releases-1.1.63"
+ sources."node-releases-1.1.67"
sources."nopt-5.0.0"
sources."normalize-path-3.0.0"
sources."normalize-url-3.3.0"
sources."npm-bundled-1.1.1"
(sources."npm-install-checks-4.0.0" // {
dependencies = [
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
sources."npm-normalize-package-bin-1.0.1"
@@ -71621,18 +72928,18 @@ in
sources."hosted-git-info-2.8.8"
];
})
- sources."npm-packlist-2.1.2"
+ sources."npm-packlist-2.1.4"
(sources."npm-pick-manifest-6.1.0" // {
dependencies = [
sources."npm-package-arg-8.1.0"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
(sources."npm-registry-fetch-8.1.5" // {
dependencies = [
sources."minipass-3.1.3"
sources."npm-package-arg-8.1.0"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
sources."npm-run-path-2.0.2"
@@ -71655,25 +72962,25 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
- (sources."object.entries-1.1.2" // {
+ sources."object.assign-4.1.2"
+ (sources."object.entries-1.1.3" // {
dependencies = [
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
];
})
- (sources."object.getownpropertydescriptors-2.1.0" // {
+ (sources."object.getownpropertydescriptors-2.1.1" // {
dependencies = [
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
];
})
sources."object.pick-1.3.0"
- (sources."object.values-1.1.1" // {
+ (sources."object.values-1.1.2" // {
dependencies = [
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
];
})
sources."obuf-1.1.2"
@@ -71700,7 +73007,6 @@ in
(sources."p-any-2.1.0" // {
dependencies = [
sources."p-cancelable-2.0.0"
- sources."type-fest-0.3.1"
];
})
sources."p-cancelable-1.1.0"
@@ -71726,18 +73032,23 @@ in
sources."url-parse-lax-3.0.0"
];
})
- (sources."pacote-11.1.11" // {
+ (sources."pacote-11.1.13" // {
dependencies = [
sources."minipass-3.1.3"
sources."mkdirp-1.0.4"
sources."npm-package-arg-8.1.0"
+ sources."npm-registry-fetch-9.0.0"
sources."rimraf-3.0.2"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
sources."pako-1.0.11"
sources."parallel-transform-1.2.0"
- sources."param-case-3.0.3"
+ (sources."param-case-3.0.4" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
sources."parse-asn1-5.1.6"
sources."parse-bmfont-ascii-1.0.6"
sources."parse-bmfont-binary-1.0.6"
@@ -71799,7 +73110,7 @@ in
(sources."portfinder-1.0.28" // {
dependencies = [
sources."async-2.6.3"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."posix-character-classes-0.1.1"
@@ -71926,7 +73237,11 @@ in
sources."postcss-value-parser-4.1.0"
sources."prepend-http-1.0.4"
sources."pretty-bytes-5.4.1"
- sources."pretty-error-2.1.1"
+ (sources."pretty-error-2.1.2" // {
+ dependencies = [
+ sources."lodash-4.17.20"
+ ];
+ })
(sources."pretty-format-25.5.0" // {
dependencies = [
sources."ansi-regex-5.0.0"
@@ -71941,7 +73256,7 @@ in
sources."deepmerge-2.2.1"
];
})
- sources."process-0.5.2"
+ sources."process-0.11.10"
sources."process-nextick-args-2.0.1"
sources."progress-2.0.3"
sources."promise-inflight-1.0.1"
@@ -71950,7 +73265,7 @@ in
sources."retry-0.10.1"
];
})
- sources."prompts-2.3.2"
+ sources."prompts-2.4.0"
sources."proxy-addr-2.0.6"
sources."prr-1.0.1"
sources."psl-1.8.0"
@@ -71959,6 +73274,7 @@ in
sources."bn.js-4.11.9"
];
})
+ sources."puka-1.0.1"
sources."pump-3.0.0"
(sources."pumpify-1.5.1" // {
dependencies = [
@@ -71983,61 +73299,30 @@ in
})
sources."raw-body-2.3.3"
sources."rc-1.2.8"
- (sources."react-dev-utils-10.2.1" // {
+ (sources."react-dev-utils-11.0.1" // {
dependencies = [
- sources."@babel/code-frame-7.8.3"
- sources."@nodelib/fs.stat-1.1.3"
- sources."arrify-1.0.1"
- sources."braces-2.3.2"
- sources."browserslist-4.10.0"
+ sources."array-union-2.1.0"
+ sources."browserslist-4.14.2"
(sources."chalk-2.4.2" // {
dependencies = [
sources."escape-string-regexp-1.0.5"
];
})
- sources."chardet-0.7.0"
- sources."cli-cursor-3.1.0"
- sources."cross-spawn-7.0.1"
- sources."dir-glob-2.0.0"
- sources."emojis-list-2.1.0"
+ sources."cross-spawn-7.0.3"
sources."escape-string-regexp-2.0.0"
- sources."extend-shallow-2.0.1"
- sources."external-editor-3.1.0"
- sources."fast-glob-2.2.7"
- sources."fill-range-4.0.0"
- sources."glob-parent-3.1.0"
- sources."globby-8.0.2"
- sources."iconv-lite-0.4.24"
- sources."ignore-3.3.10"
- (sources."inquirer-7.0.4" // {
- dependencies = [
- sources."strip-ansi-5.2.0"
- ];
- })
- sources."is-glob-3.1.0"
- sources."is-number-3.0.0"
+ sources."globby-11.0.1"
sources."is-wsl-2.2.0"
- sources."json5-1.0.1"
- sources."kind-of-3.2.2"
- sources."loader-utils-1.2.3"
- sources."micromatch-3.1.10"
- sources."mimic-fn-2.1.0"
- sources."mute-stream-0.0.8"
- sources."onetime-5.1.2"
+ sources."loader-utils-2.0.0"
sources."open-7.3.0"
sources."path-key-3.1.1"
- sources."path-type-3.0.0"
- sources."pify-3.0.0"
- sources."restore-cursor-3.1.0"
- sources."rxjs-6.6.3"
sources."shebang-command-2.0.0"
sources."shebang-regex-3.0.0"
sources."shell-quote-1.7.2"
- sources."to-regex-range-2.1.1"
+ sources."slash-3.0.0"
sources."which-2.0.2"
];
})
- sources."react-error-overlay-6.0.7"
+ sources."react-error-overlay-6.0.8"
sources."react-is-16.13.1"
sources."react-refresh-0.4.3"
sources."read-chunk-3.2.0"
@@ -72051,16 +73336,12 @@ in
sources."readdir-scoped-modules-1.1.0"
sources."readdirp-3.5.0"
sources."recursive-readdir-2.2.2"
- sources."regenerate-1.4.1"
+ sources."regenerate-1.4.2"
sources."regenerate-unicode-properties-8.2.0"
sources."regenerator-runtime-0.13.7"
sources."regenerator-transform-0.14.5"
sources."regex-not-1.0.2"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."regexp.prototype.flags-1.3.0"
sources."regexpu-core-4.7.1"
sources."registry-auth-token-3.3.2"
sources."registry-url-3.1.0"
@@ -72073,12 +73354,12 @@ in
sources."relateurl-0.2.7"
sources."remove-trailing-separator-1.1.0"
sources."remove-trailing-slash-0.1.1"
- (sources."renderkid-2.0.3" // {
+ (sources."renderkid-2.0.4" // {
dependencies = [
sources."ansi-regex-2.1.1"
(sources."dom-serializer-0.2.2" // {
dependencies = [
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
sources."entities-2.1.0"
];
})
@@ -72087,6 +73368,7 @@ in
sources."domutils-1.7.0"
sources."entities-1.1.2"
sources."htmlparser2-3.10.1"
+ sources."lodash-4.17.20"
sources."readable-stream-3.6.0"
sources."strip-ansi-3.0.1"
];
@@ -72103,7 +73385,7 @@ in
sources."require-from-string-2.0.2"
sources."require-main-filename-2.0.0"
sources."requires-port-1.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-alpn-1.0.0"
(sources."resolve-cwd-2.0.0" // {
dependencies = [
@@ -72126,14 +73408,8 @@ in
})
sources."ripemd160-2.0.2"
sources."router-ips-1.0.0"
- sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."run-queue-1.0.3"
- (sources."rxjs-5.5.12" // {
- dependencies = [
- sources."symbol-observable-1.0.1"
- ];
- })
sources."safe-buffer-5.1.2"
sources."safe-json-stringify-1.2.0"
sources."safe-regex-1.1.0"
@@ -72179,7 +73455,11 @@ in
sources."shebang-command-1.2.0"
sources."shebang-regex-1.0.0"
sources."shell-quote-1.6.1"
- sources."side-channel-1.0.3"
+ (sources."side-channel-1.0.3" // {
+ dependencies = [
+ sources."es-abstract-1.18.0-next.1"
+ ];
+ })
sources."signal-exit-3.0.3"
sources."simple-plist-1.1.1"
sources."simple-swizzle-0.2.2"
@@ -72191,7 +73471,7 @@ in
sources."uuid-2.0.3"
];
})
- sources."slugify-1.4.5"
+ sources."slugify-1.4.6"
sources."smart-buffer-4.1.0"
(sources."snapdragon-0.8.2" // {
dependencies = [
@@ -72230,11 +73510,11 @@ in
})
(sources."sockjs-client-1.4.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."faye-websocket-0.11.3"
];
})
- sources."socks-2.4.4"
+ sources."socks-2.5.1"
sources."socks-proxy-agent-5.0.0"
sources."source-list-map-2.0.1"
sources."source-map-0.5.7"
@@ -72294,16 +73574,8 @@ in
sources."is-fullwidth-code-point-3.0.0"
];
})
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-1.1.1"
(sources."stringify-object-3.3.0" // {
dependencies = [
@@ -72344,7 +73616,7 @@ in
sources."css-what-3.4.2"
(sources."dom-serializer-0.2.2" // {
dependencies = [
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
];
})
sources."domelementtype-1.3.1"
@@ -72360,12 +73632,23 @@ in
];
})
sources."temp-dir-1.0.0"
- (sources."tempy-0.3.0" // {
+ (sources."tempy-0.7.1" // {
dependencies = [
- sources."type-fest-0.3.1"
+ sources."array-union-2.1.0"
+ sources."crypto-random-string-2.0.0"
+ sources."del-6.0.0"
+ sources."globby-11.0.1"
+ sources."is-path-inside-3.0.2"
+ sources."is-stream-2.0.0"
+ sources."p-map-4.0.0"
+ sources."rimraf-3.0.2"
+ sources."slash-3.0.0"
+ sources."temp-dir-2.0.0"
+ sources."type-fest-0.16.0"
+ sources."unique-string-2.0.0"
];
})
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
sources."terminal-link-2.1.1"
(sources."terser-4.8.0" // {
dependencies = [
@@ -72378,7 +73661,7 @@ in
dependencies = [
sources."find-cache-dir-3.3.1"
sources."make-dir-3.1.0"
- sources."p-limit-3.0.2"
+ sources."p-limit-3.1.0"
sources."pkg-dir-4.2.0"
sources."semver-6.3.0"
sources."source-map-0.6.1"
@@ -72391,7 +73674,7 @@ in
sources."through2-2.0.5"
sources."thunky-1.1.0"
sources."timed-out-4.0.1"
- sources."timers-browserify-2.0.11"
+ sources."timers-browserify-2.0.12"
sources."timm-1.7.1"
sources."timsort-0.3.0"
sources."tinycolor2-1.4.2"
@@ -72409,6 +73692,7 @@ in
sources."toidentifier-1.0.0"
sources."topo-2.0.2"
sources."tough-cookie-2.5.0"
+ sources."traverse-0.6.6"
sources."tree-kill-1.2.2"
sources."ts-invariant-0.4.4"
sources."ts-pnp-1.2.0"
@@ -72416,7 +73700,7 @@ in
sources."tty-browserify-0.0.0"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
- sources."type-fest-0.12.0"
+ sources."type-fest-0.3.1"
sources."type-is-1.6.18"
sources."typedarray-0.0.6"
sources."ultron-1.1.1"
@@ -72478,6 +73762,7 @@ in
sources."utila-0.4.0"
sources."utils-merge-1.0.1"
sources."uuid-8.3.1"
+ sources."valid-url-1.0.9"
sources."validate-npm-package-name-3.0.0"
sources."validator-10.5.0"
sources."vary-1.1.2"
@@ -72485,8 +73770,8 @@ in
sources."verror-1.10.0"
sources."vlq-1.0.1"
sources."vm-browserify-1.1.2"
- sources."watchpack-1.7.4"
- (sources."watchpack-chokidar2-2.0.0" // {
+ sources."watchpack-1.7.5"
+ (sources."watchpack-chokidar2-2.0.1" // {
dependencies = [
sources."anymatch-2.0.0"
sources."binary-extensions-1.13.1"
@@ -72648,7 +73933,11 @@ in
})
(sources."webpackbar-4.0.0" // {
dependencies = [
+ sources."ansi-styles-4.3.0"
sources."chalk-2.4.2"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."wrap-ansi-6.2.0"
];
})
sources."websocket-driver-0.6.5"
@@ -72657,11 +73946,7 @@ in
sources."which-boxed-primitive-1.0.1"
sources."which-collection-1.0.1"
sources."which-module-2.0.0"
- (sources."which-typed-array-1.1.2" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."which-typed-array-1.1.2"
(sources."wide-align-1.1.3" // {
dependencies = [
sources."ansi-regex-3.0.0"
@@ -72699,7 +73984,7 @@ in
];
})
sources."worker-rpc-0.1.1"
- (sources."wrap-ansi-6.2.0" // {
+ (sources."wrap-ansi-7.0.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
sources."color-convert-2.0.1"
@@ -72714,7 +73999,7 @@ in
sources."uuid-7.0.3"
];
})
- sources."xhr-2.5.0"
+ sources."xhr-2.6.0"
sources."xml-js-1.6.11"
sources."xml-parse-from-string-1.0.1"
(sources."xml2js-0.4.23" // {
@@ -72726,10 +74011,11 @@ in
sources."xmldoc-1.1.2"
sources."xmldom-0.1.31"
sources."xtend-4.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yallist-4.0.0"
sources."yargs-15.4.1"
sources."yargs-parser-18.1.3"
+ sources."yocto-queue-0.1.0"
sources."zen-observable-0.8.15"
sources."zen-observable-ts-0.8.21"
];
@@ -72761,7 +74047,7 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."bcrypt-pbkdf-1.0.2"
sources."buffer-crc32-0.2.13"
sources."buffer-from-1.1.1"
@@ -72797,11 +74083,13 @@ in
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
sources."fs-extra-1.0.0"
+ sources."function-bind-1.1.1"
sources."get-stdin-4.0.1"
sources."getpass-0.1.7"
sources."graceful-fs-4.2.4"
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
+ sources."has-1.0.3"
sources."has-ansi-2.0.0"
sources."has-flag-3.0.0"
sources."hasha-2.2.0"
@@ -72810,6 +74098,7 @@ in
sources."indent-string-2.1.0"
sources."inherits-2.0.4"
sources."is-arrayish-0.2.1"
+ sources."is-core-module-2.2.0"
sources."is-finite-1.1.0"
sources."is-stream-1.1.0"
sources."is-typedarray-1.0.0"
@@ -72883,7 +74172,7 @@ in
sources."repeating-2.0.1"
sources."request-2.88.2"
sources."request-progress-2.0.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."restore-cursor-1.0.1"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
@@ -72892,7 +74181,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."sshpk-1.16.1"
sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
@@ -72925,6 +74214,617 @@ in
bypassCache = true;
reconstructLock = true;
};
+ fauna-shell = nodeEnv.buildNodePackage {
+ name = "fauna-shell";
+ packageName = "fauna-shell";
+ version = "0.12.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fauna-shell/-/fauna-shell-0.12.1.tgz";
+ sha512 = "3mI3r9pj/8XOKXlBd/pcSALey1/XJpa/YMluuJQtRI2vwpuAVRi0XdgRXiKzdA2CJFi0o3gZpqEgn7+TMJm8ZA==";
+ };
+ dependencies = [
+ (sources."@heroku-cli/color-1.1.14" // {
+ dependencies = [
+ sources."ansi-regex-4.1.0"
+ sources."ansi-styles-3.2.1"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."strip-ansi-5.2.0"
+ ];
+ })
+ sources."@mrmlnc/readdir-enhanced-2.2.1"
+ sources."@nodelib/fs.scandir-2.1.3"
+ sources."@nodelib/fs.stat-2.0.3"
+ sources."@nodelib/fs.walk-1.2.4"
+ (sources."@oclif/command-1.8.0" // {
+ dependencies = [
+ sources."@oclif/plugin-help-3.2.0"
+ sources."ansi-regex-3.0.0"
+ sources."ansi-styles-3.2.1"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."is-fullwidth-code-point-2.0.0"
+ sources."string-width-2.1.1"
+ sources."strip-ansi-4.0.0"
+ sources."wrap-ansi-4.0.0"
+ ];
+ })
+ (sources."@oclif/config-1.17.0" // {
+ dependencies = [
+ sources."globby-11.0.1"
+ sources."tslib-2.0.3"
+ ];
+ })
+ sources."@oclif/errors-1.3.4"
+ sources."@oclif/linewrap-1.0.0"
+ sources."@oclif/parser-3.8.5"
+ (sources."@oclif/plugin-autocomplete-0.1.5" // {
+ dependencies = [
+ sources."debug-3.2.7"
+ sources."fs-extra-6.0.1"
+ ];
+ })
+ (sources."@oclif/plugin-help-1.2.11" // {
+ dependencies = [
+ sources."ansi-regex-3.0.0"
+ sources."indent-string-3.2.0"
+ sources."is-fullwidth-code-point-2.0.0"
+ sources."string-width-2.1.1"
+ sources."strip-ansi-4.0.0"
+ sources."widest-line-2.0.1"
+ sources."wrap-ansi-3.0.1"
+ ];
+ })
+ sources."@oclif/screen-1.0.4"
+ sources."@sindresorhus/is-0.7.0"
+ sources."abort-controller-3.0.0"
+ sources."ajv-6.12.6"
+ sources."ansi-escapes-3.2.0"
+ sources."ansi-regex-5.0.0"
+ sources."ansi-styles-4.3.0"
+ sources."ansicolors-0.3.2"
+ sources."arr-diff-4.0.0"
+ sources."arr-flatten-1.1.0"
+ sources."arr-union-3.1.0"
+ sources."array-union-2.1.0"
+ sources."array-uniq-1.0.3"
+ sources."array-unique-0.3.2"
+ sources."arrify-1.0.1"
+ sources."asn1-0.2.4"
+ sources."assert-plus-1.0.0"
+ sources."assign-symbols-1.0.0"
+ sources."asynckit-0.4.0"
+ sources."atob-2.1.2"
+ sources."aws-sign2-0.7.0"
+ sources."aws4-1.11.0"
+ sources."balanced-match-1.0.0"
+ (sources."base-0.11.2" // {
+ dependencies = [
+ sources."define-property-1.0.0"
+ ];
+ })
+ sources."base64-js-1.5.1"
+ sources."bcrypt-pbkdf-1.0.2"
+ sources."bluebird-3.7.2"
+ sources."brace-expansion-1.1.11"
+ sources."braces-3.0.2"
+ sources."btoa-lite-1.0.0"
+ sources."cache-base-1.0.1"
+ (sources."cacheable-request-2.1.4" // {
+ dependencies = [
+ sources."lowercase-keys-1.0.0"
+ ];
+ })
+ sources."call-me-maybe-1.0.1"
+ sources."cardinal-2.1.1"
+ sources."caseless-0.12.0"
+ (sources."chalk-2.4.2" // {
+ dependencies = [
+ sources."ansi-styles-3.2.1"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."escape-string-regexp-1.0.5"
+ ];
+ })
+ (sources."class-utils-0.3.6" // {
+ dependencies = [
+ sources."define-property-0.2.5"
+ (sources."is-accessor-descriptor-0.1.6" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ (sources."is-data-descriptor-0.1.4" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ sources."is-descriptor-0.1.6"
+ sources."kind-of-5.1.0"
+ ];
+ })
+ sources."clean-stack-3.0.1"
+ sources."cli-table-0.3.1"
+ (sources."cli-ux-4.9.3" // {
+ dependencies = [
+ sources."ansi-regex-4.1.0"
+ sources."ansi-styles-3.2.1"
+ sources."clean-stack-2.2.0"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."fs-extra-7.0.1"
+ sources."indent-string-3.2.0"
+ sources."is-wsl-1.1.0"
+ sources."semver-5.7.1"
+ sources."strip-ansi-5.2.0"
+ ];
+ })
+ sources."clone-response-1.0.2"
+ sources."co-4.6.0"
+ sources."collection-visit-1.0.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."colors-1.0.3"
+ sources."combined-stream-1.0.8"
+ sources."component-emitter-1.3.0"
+ sources."concat-map-0.0.1"
+ sources."copy-descriptor-0.1.1"
+ sources."core-util-is-1.0.2"
+ sources."cross-fetch-3.0.6"
+ (sources."cross-spawn-6.0.5" // {
+ dependencies = [
+ sources."semver-5.7.1"
+ ];
+ })
+ sources."dashdash-1.14.1"
+ sources."debug-4.3.1"
+ sources."decode-uri-component-0.2.0"
+ sources."decompress-response-3.3.0"
+ sources."deep-is-0.1.3"
+ sources."define-property-2.0.2"
+ sources."delayed-stream-1.0.0"
+ sources."dir-glob-3.0.1"
+ sources."dotenv-8.2.0"
+ sources."duplexer3-0.1.4"
+ sources."ecc-jsbn-0.1.2"
+ sources."emoji-regex-8.0.0"
+ sources."escape-string-regexp-4.0.0"
+ sources."escodegen-1.14.3"
+ sources."esprima-4.0.1"
+ sources."estraverse-4.3.0"
+ sources."esutils-2.0.3"
+ sources."event-target-shim-5.0.1"
+ sources."execa-0.10.0"
+ (sources."expand-brackets-2.1.4" // {
+ dependencies = [
+ sources."debug-2.6.9"
+ sources."define-property-0.2.5"
+ sources."extend-shallow-2.0.1"
+ (sources."is-accessor-descriptor-0.1.6" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ (sources."is-data-descriptor-0.1.4" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ sources."is-descriptor-0.1.6"
+ sources."kind-of-5.1.0"
+ sources."ms-2.0.0"
+ ];
+ })
+ sources."extend-3.0.2"
+ (sources."extend-shallow-3.0.2" // {
+ dependencies = [
+ sources."is-extendable-1.0.1"
+ ];
+ })
+ (sources."extglob-2.0.4" // {
+ dependencies = [
+ sources."define-property-1.0.0"
+ sources."extend-shallow-2.0.1"
+ ];
+ })
+ sources."extract-stack-1.0.0"
+ sources."extsprintf-1.3.0"
+ sources."fast-deep-equal-3.1.3"
+ sources."fast-glob-3.2.4"
+ sources."fast-json-stable-stringify-2.1.0"
+ sources."fast-levenshtein-2.0.6"
+ sources."fastq-1.9.0"
+ sources."faunadb-git+https://github.com/fauna/faunadb-js.git#triage/bearer-to-basic"
+ sources."fill-range-7.0.1"
+ sources."fn-annotate-1.2.0"
+ sources."for-in-1.0.2"
+ sources."forever-agent-0.6.1"
+ sources."form-data-2.3.3"
+ sources."fragment-cache-0.2.1"
+ sources."from2-2.3.0"
+ sources."fs-extra-8.1.0"
+ sources."fs.realpath-1.0.0"
+ sources."get-stream-3.0.0"
+ sources."get-value-2.0.6"
+ sources."getpass-0.1.7"
+ sources."glob-7.1.6"
+ sources."glob-parent-5.1.1"
+ sources."glob-to-regexp-0.3.0"
+ (sources."globby-8.0.2" // {
+ dependencies = [
+ sources."@nodelib/fs.stat-1.1.3"
+ sources."array-union-1.0.2"
+ (sources."braces-2.3.2" // {
+ dependencies = [
+ sources."extend-shallow-2.0.1"
+ ];
+ })
+ sources."dir-glob-2.0.0"
+ sources."fast-glob-2.2.7"
+ (sources."fill-range-4.0.0" // {
+ dependencies = [
+ sources."extend-shallow-2.0.1"
+ ];
+ })
+ sources."glob-parent-3.1.0"
+ sources."ignore-3.3.10"
+ sources."is-glob-3.1.0"
+ (sources."is-number-3.0.0" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ sources."micromatch-3.1.10"
+ sources."path-type-3.0.0"
+ sources."slash-1.0.0"
+ sources."to-regex-range-2.1.1"
+ ];
+ })
+ sources."got-8.3.2"
+ sources."graceful-fs-4.2.4"
+ sources."har-schema-2.0.0"
+ sources."har-validator-5.1.5"
+ sources."has-flag-3.0.0"
+ sources."has-symbol-support-x-1.4.2"
+ sources."has-to-string-tag-x-1.4.1"
+ sources."has-value-1.0.0"
+ (sources."has-values-1.0.0" // {
+ dependencies = [
+ (sources."is-number-3.0.0" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ sources."kind-of-4.0.0"
+ ];
+ })
+ (sources."heroku-cli-util-8.0.12" // {
+ dependencies = [
+ sources."ansi-regex-3.0.0"
+ sources."ansi-styles-3.2.1"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."strip-ansi-4.0.0"
+ ];
+ })
+ sources."heroku-client-3.1.0"
+ sources."http-cache-semantics-3.8.1"
+ sources."http-signature-1.2.0"
+ sources."hyperlinker-1.0.0"
+ sources."ignore-5.1.8"
+ sources."indent-string-4.0.0"
+ sources."inflight-1.0.6"
+ sources."inherits-2.0.4"
+ sources."ini-1.3.5"
+ sources."into-stream-3.1.0"
+ sources."is-accessor-descriptor-1.0.0"
+ sources."is-buffer-1.1.6"
+ sources."is-data-descriptor-1.0.0"
+ sources."is-descriptor-1.0.2"
+ sources."is-docker-2.1.1"
+ sources."is-extendable-0.1.1"
+ sources."is-extglob-2.1.1"
+ sources."is-fullwidth-code-point-3.0.0"
+ sources."is-glob-4.0.1"
+ sources."is-number-7.0.0"
+ sources."is-object-1.0.2"
+ sources."is-plain-obj-1.1.0"
+ sources."is-plain-object-2.0.4"
+ sources."is-retry-allowed-1.2.0"
+ sources."is-stream-1.1.0"
+ sources."is-typedarray-1.0.0"
+ sources."is-windows-1.0.2"
+ sources."is-wsl-2.2.0"
+ sources."isarray-1.0.0"
+ sources."isexe-2.0.0"
+ sources."isobject-3.0.1"
+ sources."isstream-0.1.2"
+ sources."isurl-1.0.0"
+ sources."jsbn-0.1.1"
+ sources."json-buffer-3.0.0"
+ sources."json-schema-0.2.3"
+ sources."json-schema-traverse-0.4.1"
+ sources."json-stringify-safe-5.0.1"
+ sources."jsonfile-4.0.0"
+ sources."jsprim-1.4.1"
+ sources."keyv-3.0.0"
+ sources."kind-of-6.0.3"
+ sources."levn-0.3.0"
+ sources."lodash-4.17.20"
+ sources."lodash._reinterpolate-3.0.0"
+ sources."lodash.template-4.5.0"
+ sources."lodash.templatesettings-4.2.0"
+ sources."lowercase-keys-1.0.1"
+ sources."lru-cache-6.0.0"
+ sources."map-cache-0.2.2"
+ sources."map-visit-1.0.0"
+ sources."merge2-1.4.1"
+ sources."micromatch-4.0.2"
+ sources."mime-db-1.44.0"
+ sources."mime-types-2.1.27"
+ sources."mimic-response-1.0.1"
+ sources."minimatch-3.0.4"
+ (sources."mixin-deep-1.3.2" // {
+ dependencies = [
+ sources."is-extendable-1.0.1"
+ ];
+ })
+ sources."moment-2.29.1"
+ sources."ms-2.1.2"
+ sources."nanomatch-1.2.13"
+ (sources."netrc-parser-3.1.6" // {
+ dependencies = [
+ sources."debug-3.2.7"
+ ];
+ })
+ sources."nice-try-1.0.5"
+ sources."node-fetch-2.6.1"
+ sources."normalize-url-2.0.1"
+ 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 = [
+ sources."define-property-0.2.5"
+ sources."is-accessor-descriptor-0.1.6"
+ sources."is-data-descriptor-0.1.4"
+ (sources."is-descriptor-0.1.6" // {
+ dependencies = [
+ sources."kind-of-5.1.0"
+ ];
+ })
+ sources."kind-of-3.2.2"
+ ];
+ })
+ sources."object-visit-1.0.1"
+ sources."object.pick-1.3.0"
+ sources."once-1.4.0"
+ sources."opn-3.0.3"
+ sources."optionator-0.8.3"
+ sources."p-cancelable-0.4.1"
+ sources."p-finally-1.0.0"
+ sources."p-is-promise-1.1.0"
+ sources."p-timeout-2.0.1"
+ sources."pascalcase-0.1.1"
+ sources."password-prompt-1.1.2"
+ sources."path-dirname-1.0.2"
+ sources."path-is-absolute-1.0.1"
+ sources."path-key-2.0.1"
+ sources."path-type-4.0.0"
+ sources."performance-now-2.1.0"
+ sources."picomatch-2.2.2"
+ sources."pify-3.0.0"
+ sources."posix-character-classes-0.1.1"
+ sources."prelude-ls-1.1.2"
+ sources."prepend-http-2.0.0"
+ sources."process-nextick-args-2.0.1"
+ sources."psl-1.8.0"
+ sources."punycode-2.1.1"
+ sources."qs-6.5.2"
+ sources."query-string-5.1.1"
+ sources."querystringify-2.2.0"
+ (sources."readable-stream-2.3.7" // {
+ dependencies = [
+ sources."safe-buffer-5.1.2"
+ ];
+ })
+ sources."redeyed-2.1.1"
+ sources."regex-not-1.0.2"
+ sources."repeat-element-1.1.3"
+ sources."repeat-string-1.6.1"
+ sources."request-2.88.2"
+ sources."request-promise-4.2.6"
+ sources."request-promise-core-1.1.4"
+ sources."requires-port-1.0.0"
+ sources."resolve-url-0.2.1"
+ sources."responselike-1.0.2"
+ sources."ret-0.1.15"
+ sources."reusify-1.0.4"
+ sources."run-parallel-1.1.10"
+ sources."safe-buffer-5.2.1"
+ sources."safe-regex-1.1.0"
+ sources."safer-buffer-2.1.2"
+ sources."semver-7.3.4"
+ (sources."set-value-2.0.1" // {
+ dependencies = [
+ sources."extend-shallow-2.0.1"
+ ];
+ })
+ sources."shebang-command-1.2.0"
+ sources."shebang-regex-1.0.0"
+ sources."signal-exit-3.0.3"
+ sources."slash-3.0.0"
+ (sources."snapdragon-0.8.2" // {
+ dependencies = [
+ sources."debug-2.6.9"
+ sources."define-property-0.2.5"
+ sources."extend-shallow-2.0.1"
+ (sources."is-accessor-descriptor-0.1.6" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ (sources."is-data-descriptor-0.1.4" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ sources."is-descriptor-0.1.6"
+ sources."kind-of-5.1.0"
+ sources."ms-2.0.0"
+ sources."source-map-0.5.7"
+ ];
+ })
+ (sources."snapdragon-node-2.1.1" // {
+ dependencies = [
+ sources."define-property-1.0.0"
+ ];
+ })
+ (sources."snapdragon-util-3.0.1" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ sources."sort-keys-2.0.0"
+ sources."source-map-0.6.1"
+ sources."source-map-resolve-0.5.3"
+ sources."source-map-url-0.4.0"
+ sources."split-string-3.1.0"
+ sources."sshpk-1.16.1"
+ (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."stealthy-require-1.1.1"
+ sources."strict-uri-encode-1.1.0"
+ sources."string-width-4.2.0"
+ (sources."string_decoder-1.1.1" // {
+ dependencies = [
+ sources."safe-buffer-5.1.2"
+ ];
+ })
+ sources."strip-ansi-6.0.0"
+ sources."strip-eof-1.0.0"
+ sources."supports-color-5.5.0"
+ (sources."supports-hyperlinks-1.0.1" // {
+ dependencies = [
+ sources."has-flag-2.0.0"
+ ];
+ })
+ sources."timed-out-4.0.1"
+ (sources."to-object-path-0.3.0" // {
+ dependencies = [
+ sources."kind-of-3.2.2"
+ ];
+ })
+ sources."to-regex-3.0.2"
+ sources."to-regex-range-5.0.1"
+ sources."tough-cookie-2.5.0"
+ sources."treeify-1.1.0"
+ sources."tslib-1.14.1"
+ sources."tunnel-agent-0.6.0"
+ sources."tweetnacl-0.14.5"
+ sources."type-check-0.3.2"
+ sources."union-value-1.0.1"
+ sources."universalify-0.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."uri-js-4.4.0"
+ sources."urix-0.1.0"
+ sources."url-parse-1.4.7"
+ sources."url-parse-lax-3.0.0"
+ sources."url-to-options-1.0.1"
+ sources."use-3.1.1"
+ sources."util-deprecate-1.0.2"
+ sources."uuid-3.4.0"
+ sources."verror-1.10.0"
+ sources."which-1.3.1"
+ sources."widest-line-3.1.0"
+ sources."word-wrap-1.2.3"
+ sources."wrap-ansi-7.0.0"
+ sources."wrappy-1.0.2"
+ sources."yallist-4.0.0"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "faunadb shell";
+ homepage = https://github.com/fauna/fauna-shell;
+ license = "MPL-2.0";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
+ fixjson = nodeEnv.buildNodePackage {
+ name = "fixjson";
+ packageName = "fixjson";
+ version = "1.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fixjson/-/fixjson-1.1.1.tgz";
+ sha512 = "cKclzjy4yv7Byu/v7hW4a4hwNgrINI/g2K/d3dtcMScdtY8BwBApb1gGBTLppuRaQpfdM/z0xj+5l8xcVKCm8w==";
+ };
+ dependencies = [
+ sources."ansi-regex-5.0.0"
+ sources."ansi-styles-4.3.0"
+ sources."balanced-match-1.0.0"
+ sources."brace-expansion-1.1.11"
+ sources."cliui-7.0.4"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."concat-map-0.0.1"
+ sources."detect-indent-6.0.0"
+ sources."emoji-regex-8.0.0"
+ sources."escalade-3.1.1"
+ sources."fs.realpath-1.0.0"
+ sources."get-caller-file-2.0.5"
+ sources."glob-7.1.6"
+ sources."inflight-1.0.6"
+ sources."inherits-2.0.4"
+ sources."is-fullwidth-code-point-3.0.0"
+ sources."json5-relaxed-0.5.4"
+ sources."minimatch-3.0.4"
+ sources."once-1.4.0"
+ sources."path-is-absolute-1.0.1"
+ sources."require-directory-2.1.1"
+ sources."string-width-4.2.0"
+ sources."strip-ansi-6.0.0"
+ sources."wrap-ansi-7.0.0"
+ sources."wrappy-1.0.2"
+ sources."y18n-5.0.5"
+ sources."yargs-16.1.1"
+ sources."yargs-parser-20.2.4"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "JSON fixer for humans using (relaxed) JSON5";
+ homepage = "https://github.com/rhysd/fixjson#readme";
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
fkill-cli = nodeEnv.buildNodePackage {
name = "fkill-cli";
packageName = "fkill-cli";
@@ -72946,7 +74846,7 @@ in
sources."supports-color-5.5.0"
];
})
- sources."@types/minimist-1.2.0"
+ sources."@types/minimist-1.2.1"
sources."@types/normalize-package-data-2.4.0"
sources."aggregate-error-3.1.0"
sources."ansi-escapes-4.3.1"
@@ -72976,7 +74876,7 @@ in
sources."error-ex-1.3.2"
sources."esc-exit-2.0.2"
sources."escape-string-regexp-1.0.5"
- sources."execa-4.0.3"
+ sources."execa-4.1.0"
sources."external-editor-3.1.0"
sources."figures-3.2.0"
sources."find-up-4.1.0"
@@ -72985,8 +74885,10 @@ in
sources."ps-list-7.2.0"
];
})
+ sources."function-bind-1.1.1"
sources."get-stream-5.2.0"
sources."hard-rejection-2.1.0"
+ sources."has-1.0.3"
sources."has-flag-4.0.0"
sources."hosted-git-info-2.8.8"
sources."human-signals-1.1.1"
@@ -72997,12 +74899,13 @@ in
sources."chalk-4.1.0"
];
})
- (sources."inquirer-autocomplete-prompt-1.2.0" // {
+ (sources."inquirer-autocomplete-prompt-1.3.0" // {
dependencies = [
sources."chalk-4.1.0"
];
})
sources."is-arrayish-0.2.1"
+ sources."is-core-module-2.2.0"
sources."is-fullwidth-code-point-3.0.0"
sources."is-plain-obj-1.1.0"
sources."is-stream-2.0.0"
@@ -73073,7 +74976,7 @@ in
];
})
sources."redent-3.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."restore-cursor-3.1.0"
sources."run-async-2.4.1"
sources."rxjs-6.6.3"
@@ -73086,7 +74989,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."string-width-4.2.0"
sources."strip-ansi-6.0.0"
sources."strip-eof-1.0.0"
@@ -73119,13 +75022,64 @@ in
bypassCache = true;
reconstructLock = true;
};
+ flood = nodeEnv.buildNodePackage {
+ name = "flood";
+ packageName = "flood";
+ version = "4.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/flood/-/flood-4.3.0.tgz";
+ sha512 = "+SgygDdGTnKaZA2N0VzaUKVqAV8S4KrisdL9+DtIWweJwP/mYQ7WIhIJVMiJWbyYjtPTGoUqvxYqEP/QiFgfNw==";
+ };
+ dependencies = [
+ sources."async-2.6.3"
+ sources."balanced-match-1.0.0"
+ sources."brace-expansion-1.1.11"
+ sources."buffer-crc32-0.2.13"
+ sources."colors-1.4.0"
+ sources."concat-map-0.0.1"
+ sources."fd-slicer-1.1.0"
+ sources."fs.realpath-1.0.0"
+ sources."geoip-country-4.0.45"
+ sources."glob-7.1.6"
+ sources."iconv-lite-0.5.2"
+ sources."inflight-1.0.6"
+ sources."inherits-2.0.4"
+ sources."ip-address-6.4.0"
+ sources."jsbn-1.1.0"
+ sources."lazy-1.0.11"
+ sources."lodash-4.17.20"
+ sources."lodash.find-4.6.0"
+ sources."lodash.max-4.0.1"
+ sources."lodash.merge-4.6.2"
+ sources."lodash.padstart-4.6.1"
+ sources."lodash.repeat-4.1.0"
+ sources."minimatch-3.0.4"
+ sources."once-1.4.0"
+ sources."path-is-absolute-1.0.1"
+ sources."pend-1.2.0"
+ sources."rimraf-2.7.1"
+ sources."safer-buffer-2.1.2"
+ sources."sprintf-js-1.1.2"
+ sources."wrappy-1.0.2"
+ sources."yauzl-2.10.0"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "A modern Web UI for various torrent clients with multi-user and multi-client support";
+ homepage = "https://github.com/jesec/flood#readme";
+ license = "GPL-3.0-only";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
forever = nodeEnv.buildNodePackage {
name = "forever";
packageName = "forever";
- version = "3.0.2";
+ version = "3.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/forever/-/forever-3.0.2.tgz";
- sha512 = "GKZLVs3RQh52kF3kuCrlR1e5npaOqomQzTQryZOFJZ9GKNqLya75LSn1rdjFQ8XixwX3jT76pIJmtGN4XXv1aw==";
+ url = "https://registry.npmjs.org/forever/-/forever-3.0.4.tgz";
+ sha512 = "MZDQu9nxVavSOez+k0MGdoe9/0tGN/QfAj3Xn8OjJbRYlLghq/3isf5c2xt280x04EVKguU9/tmLE74259Xazw==";
};
dependencies = [
sources."ansi-regex-2.1.1"
@@ -73161,12 +75115,13 @@ in
dependencies = [
sources."async-0.2.9"
sources."cliff-0.1.9"
+ sources."eventemitter2-0.4.14"
sources."nconf-0.6.9"
- sources."utile-0.2.1"
sources."winston-0.8.0"
];
})
sources."cache-base-1.0.1"
+ sources."call-bind-1.0.0"
sources."caller-0.0.1"
sources."camelcase-2.1.1"
sources."chokidar-2.1.8"
@@ -73211,10 +75166,10 @@ in
sources."defined-0.0.0"
sources."director-1.2.7"
sources."duplexer-0.1.2"
- sources."es-abstract-1.18.0-next.1"
+ sources."es-abstract-1.17.7"
sources."es-to-primitive-1.2.1"
sources."event-stream-3.3.4"
- sources."eventemitter2-0.4.14"
+ sources."eventemitter2-6.4.3"
(sources."expand-brackets-2.1.4" // {
dependencies = [
sources."define-property-0.2.5"
@@ -73252,12 +75207,13 @@ in
})
sources."flatiron-0.4.3"
sources."for-in-1.0.2"
- sources."forever-monitor-3.0.1"
+ sources."forever-monitor-3.0.3"
sources."fragment-cache-0.2.1"
sources."from-0.1.7"
sources."fs.realpath-1.0.0"
sources."fsevents-1.2.13"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."get-value-2.0.6"
sources."glob-7.1.6"
(sources."glob-parent-3.1.0" // {
@@ -73280,7 +75236,7 @@ in
sources."ini-1.3.5"
sources."invert-kv-1.0.0"
sources."is-accessor-descriptor-1.0.0"
- sources."is-arguments-1.0.4"
+ sources."is-arguments-1.1.0"
sources."is-binary-path-1.0.1"
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
@@ -73291,7 +75247,6 @@ in
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-1.0.0"
sources."is-glob-4.0.1"
- sources."is-negative-zero-2.0.0"
(sources."is-number-3.0.0" // {
dependencies = [
sources."kind-of-3.2.2"
@@ -73327,7 +75282,11 @@ in
sources."nconf-0.10.0"
sources."ncp-0.4.2"
sources."normalize-path-3.0.0"
- sources."nssocket-0.6.0"
+ (sources."nssocket-0.6.0" // {
+ dependencies = [
+ sources."eventemitter2-0.4.14"
+ ];
+ })
sources."number-is-nan-1.0.1"
sources."object-assign-4.1.1"
(sources."object-copy-0.1.0" // {
@@ -73343,11 +75302,11 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."object.pick-1.3.0"
sources."once-1.4.0"
sources."optimist-0.6.0"
@@ -73365,22 +75324,13 @@ in
];
})
sources."process-nextick-args-2.0.1"
- (sources."prompt-0.2.14" // {
- dependencies = [
- sources."async-0.2.10"
- sources."utile-0.2.1"
- ];
- })
+ sources."prompt-0.2.14"
sources."ps-tree-1.2.0"
sources."read-1.0.7"
sources."readable-stream-2.3.7"
sources."readdirp-2.2.1"
sources."regex-not-1.0.2"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."regexp.prototype.flags-1.3.0"
sources."remove-trailing-separator-1.1.0"
sources."repeat-element-1.1.3"
sources."repeat-string-1.6.1"
@@ -73453,16 +75403,8 @@ in
})
sources."stream-combiner-0.0.4"
sources."string-width-1.0.2"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."strip-json-comments-0.1.3"
@@ -73498,11 +75440,9 @@ in
sources."urix-0.1.0"
sources."use-3.1.1"
sources."util-deprecate-1.0.2"
- (sources."utile-0.3.0" // {
+ (sources."utile-0.2.1" // {
dependencies = [
- sources."async-0.9.2"
- sources."deep-equal-0.2.2"
- sources."ncp-1.0.1"
+ sources."async-0.2.10"
];
})
sources."window-size-0.1.4"
@@ -73527,6 +75467,40 @@ in
bypassCache = true;
reconstructLock = true;
};
+ fx = nodeEnv.buildNodePackage {
+ name = "fx";
+ packageName = "fx";
+ version = "20.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fx/-/fx-20.0.2.tgz";
+ sha512 = "BgZNylpsDf5V0c4DwjWnre2dld9YbEbdNUnXzOC2WJv4R/AnJG8cu7mBERhkqxue3S3hgmJr3lqoqeKb2PedGQ==";
+ };
+ dependencies = [
+ sources."@medv/blessed-2.0.1"
+ sources."ansi-regex-5.0.0"
+ sources."ansi-styles-4.3.0"
+ sources."chalk-4.1.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."emoji-regex-8.0.0"
+ sources."has-flag-4.0.0"
+ sources."indent-string-4.0.0"
+ sources."is-fullwidth-code-point-3.0.0"
+ sources."lossless-json-1.0.4"
+ sources."string-width-4.2.0"
+ sources."strip-ansi-6.0.0"
+ sources."supports-color-7.2.0"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "Command-line JSON viewer";
+ homepage = https://fx.wtf/;
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
get-graphql-schema = nodeEnv.buildNodePackage {
name = "get-graphql-schema";
packageName = "get-graphql-schema";
@@ -73568,7 +75542,7 @@ in
};
dependencies = [
sources."async-2.6.3"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."lodash-4.17.20"
sources."lodash.groupby-4.6.0"
sources."microee-0.0.6"
@@ -73600,7 +75574,7 @@ in
sources."chloride-2.3.0"
sources."chloride-test-1.2.4"
sources."commander-2.20.3"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."deep-extend-0.6.0"
sources."diff-3.5.0"
sources."discontinuous-range-1.0.0"
@@ -73613,7 +75587,7 @@ in
sources."git-remote-ssb-2.0.4"
sources."git-ssb-web-2.8.0"
sources."hashlru-2.3.0"
- sources."highlight.js-9.18.3"
+ sources."highlight.js-9.18.5"
sources."increment-buffer-1.0.1"
sources."inherits-2.0.4"
sources."ini-1.3.5"
@@ -73623,7 +75597,7 @@ in
sources."is-my-ip-valid-1.0.0"
sources."is-my-json-valid-2.20.5"
sources."is-property-1.0.2"
- sources."is-valid-domain-0.0.16"
+ sources."is-valid-domain-0.0.17"
sources."json-buffer-2.0.11"
sources."jsonpointer-4.1.0"
sources."kvgraph-0.1.0"
@@ -73645,7 +75619,7 @@ in
sources."multiserver-address-1.0.1"
sources."multiserver-scopes-1.0.0"
sources."muxrpc-6.5.1"
- sources."nearley-2.19.7"
+ sources."nearley-2.20.0"
sources."node-gyp-build-4.2.3"
sources."node-polyglot-1.0.0"
sources."non-private-ip-1.4.4"
@@ -73712,7 +75686,7 @@ in
sources."separator-escape-0.0.0"
sources."sha.js-2.4.5"
sources."smart-buffer-4.1.0"
- sources."socks-2.4.4"
+ sources."socks-2.5.1"
sources."sodium-browserify-1.3.0"
(sources."sodium-browserify-tweetnacl-0.2.6" // {
dependencies = [
@@ -73813,7 +75787,7 @@ in
})
sources."@sindresorhus/is-0.14.0"
sources."@szmarczak/http-timer-1.1.2"
- sources."@types/minimist-1.2.0"
+ sources."@types/minimist-1.2.1"
sources."@types/normalize-package-data-2.4.0"
sources."ajv-6.12.6"
(sources."ansi-align-3.0.0" // {
@@ -73829,7 +75803,7 @@ in
sources."ansi-regex-5.0.0"
sources."ansi-styles-4.3.0"
sources."arrify-1.0.1"
- sources."atomically-1.3.2"
+ sources."atomically-1.7.0"
(sources."boxen-4.2.0" // {
dependencies = [
sources."chalk-3.0.0"
@@ -73877,13 +75851,14 @@ in
sources."error-ex-1.3.2"
sources."escape-goat-2.1.1"
sources."escape-string-regexp-1.0.5"
- sources."execa-4.0.3"
+ sources."execa-4.1.0"
sources."external-editor-3.1.0"
sources."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
sources."figures-3.2.0"
sources."find-up-3.0.0"
- sources."fuse.js-6.4.1"
+ sources."function-bind-1.1.1"
+ sources."fuse.js-6.4.3"
sources."get-stream-5.2.0"
sources."global-dirs-2.0.1"
(sources."got-9.6.0" // {
@@ -73893,6 +75868,7 @@ in
})
sources."graceful-fs-4.2.4"
sources."hard-rejection-2.1.0"
+ sources."has-1.0.3"
sources."has-flag-4.0.0"
sources."has-yarn-2.1.0"
sources."hosted-git-info-2.8.8"
@@ -73904,9 +75880,10 @@ in
sources."indent-string-4.0.0"
sources."ini-1.3.5"
sources."inquirer-7.3.3"
- sources."inquirer-autocomplete-prompt-1.2.0"
+ sources."inquirer-autocomplete-prompt-1.3.0"
sources."is-arrayish-0.2.1"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.2.0"
sources."is-fullwidth-code-point-3.0.0"
sources."is-installed-globally-0.3.2"
sources."is-interactive-1.0.0"
@@ -73935,6 +75912,7 @@ in
sources."lodash-4.17.20"
sources."log-symbols-4.0.0"
sources."lowercase-keys-1.0.1"
+ sources."lru-cache-6.0.0"
(sources."make-dir-3.1.0" // {
dependencies = [
sources."semver-6.3.0"
@@ -73986,7 +75964,7 @@ in
sources."prepend-http-2.0.0"
sources."pump-3.0.0"
sources."punycode-2.1.1"
- sources."pupa-2.0.1"
+ sources."pupa-2.1.1"
sources."quick-lru-4.0.1"
sources."rc-1.2.8"
(sources."read-pkg-5.2.0" // {
@@ -74003,15 +75981,15 @@ in
];
})
sources."redent-3.0.0"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."responselike-1.0.2"
sources."restore-cursor-3.1.0"
sources."run-async-2.4.1"
sources."rxjs-6.6.3"
sources."safer-buffer-2.1.2"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
(sources."semver-diff-3.1.1" // {
dependencies = [
sources."semver-6.3.0"
@@ -74023,14 +76001,14 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."string-width-4.2.0"
sources."strip-ansi-6.0.0"
sources."strip-final-newline-2.0.0"
sources."strip-indent-3.0.0"
sources."strip-json-comments-2.0.1"
sources."supports-color-7.2.0"
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
sources."through-2.3.8"
sources."tmp-0.0.33"
sources."to-readable-stream-1.0.0"
@@ -74053,6 +76031,7 @@ in
sources."wrappy-1.0.2"
sources."write-file-atomic-3.0.3"
sources."xdg-basedir-4.0.0"
+ sources."yallist-4.0.0"
sources."yargs-parser-18.1.3"
];
buildInputs = globalBuildInputs;
@@ -74090,16 +76069,57 @@ in
sources."@exodus/schemasafe-1.0.0-rc.3"
sources."@graphql-cli/common-4.1.0"
sources."@graphql-cli/init-4.1.0"
- sources."@graphql-tools/delegate-6.2.4"
- sources."@graphql-tools/graphql-file-loader-6.2.4"
- sources."@graphql-tools/import-6.2.4"
- sources."@graphql-tools/json-file-loader-6.2.4"
+ (sources."@graphql-tools/batch-execute-7.0.0" // {
+ dependencies = [
+ sources."@graphql-tools/utils-7.1.4"
+ ];
+ })
+ (sources."@graphql-tools/delegate-7.0.7" // {
+ dependencies = [
+ sources."@graphql-tools/utils-7.1.4"
+ ];
+ })
+ (sources."@graphql-tools/graphql-file-loader-6.2.6" // {
+ dependencies = [
+ sources."@graphql-tools/utils-7.1.4"
+ ];
+ })
+ sources."@graphql-tools/import-6.2.5"
+ (sources."@graphql-tools/json-file-loader-6.2.6" // {
+ dependencies = [
+ sources."@graphql-tools/utils-7.1.4"
+ ];
+ })
sources."@graphql-tools/load-6.2.4"
- sources."@graphql-tools/merge-6.2.4"
- sources."@graphql-tools/schema-6.2.4"
- sources."@graphql-tools/url-loader-6.3.0"
- sources."@graphql-tools/utils-6.2.4"
- sources."@graphql-tools/wrap-6.2.4"
+ (sources."@graphql-tools/merge-6.2.6" // {
+ dependencies = [
+ sources."@graphql-tools/utils-7.1.4"
+ ];
+ })
+ (sources."@graphql-tools/schema-7.1.2" // {
+ dependencies = [
+ sources."@graphql-tools/utils-7.1.4"
+ ];
+ })
+ (sources."@graphql-tools/url-loader-6.5.0" // {
+ dependencies = [
+ sources."@graphql-tools/utils-7.1.4"
+ ];
+ })
+ (sources."@graphql-tools/utils-6.2.4" // {
+ dependencies = [
+ (sources."camel-case-4.1.1" // {
+ dependencies = [
+ sources."tslib-1.14.1"
+ ];
+ })
+ ];
+ })
+ (sources."@graphql-tools/wrap-7.0.4" // {
+ dependencies = [
+ sources."@graphql-tools/utils-7.1.4"
+ ];
+ })
sources."@kwsites/file-exists-1.1.1"
sources."@kwsites/promise-deferred-1.1.1"
sources."@nodelib/fs.scandir-2.1.3"
@@ -74107,7 +76127,7 @@ in
sources."@nodelib/fs.walk-1.2.4"
sources."@sindresorhus/is-0.14.0"
sources."@szmarczak/http-timer-1.1.2"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/parse-json-4.0.0"
sources."@types/websocket-1.0.1"
sources."aggregate-error-3.1.0"
@@ -74124,32 +76144,32 @@ in
sources."array-union-2.1.0"
sources."asn1-0.2.4"
sources."assert-plus-1.0.0"
- sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
sources."at-least-node-1.0.0"
sources."available-typed-arrays-1.0.2"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
- sources."backo2-1.0.2"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- sources."bufferutil-4.0.1"
+ sources."buffer-5.7.1"
+ sources."busboy-0.3.1"
(sources."cacheable-request-6.1.0" // {
dependencies = [
sources."get-stream-5.2.0"
sources."lowercase-keys-2.0.0"
];
})
+ sources."call-bind-1.0.0"
sources."call-me-maybe-1.0.1"
sources."callsites-3.1.0"
- (sources."camel-case-4.1.1" // {
+ (sources."camel-case-4.1.2" // {
dependencies = [
- sources."tslib-1.14.1"
+ sources."tslib-2.0.3"
];
})
- sources."camelcase-5.3.1"
sources."caseless-0.12.0"
sources."chalk-4.1.0"
sources."chardet-0.7.0"
@@ -74158,7 +76178,7 @@ in
sources."cli-cursor-2.1.0"
sources."cli-spinners-2.5.0"
sources."cli-width-3.0.0"
- (sources."cliui-6.0.0" // {
+ (sources."cliui-7.0.4" // {
dependencies = [
sources."ansi-regex-5.0.0"
sources."strip-ansi-6.0.0"
@@ -74185,72 +76205,61 @@ in
})
sources."cross-fetch-3.0.6"
sources."cross-spawn-6.0.5"
- sources."d-1.0.1"
sources."dashdash-1.14.1"
sources."dataloader-2.0.0"
- sources."debug-4.3.0"
- sources."decamelize-1.2.0"
+ sources."debug-4.3.1"
sources."decompress-response-3.3.0"
- sources."deep-equal-2.0.4"
+ sources."deep-equal-2.0.5"
sources."deep-extend-0.6.0"
sources."defaults-1.0.3"
sources."defer-to-connect-1.1.3"
sources."define-properties-1.1.3"
sources."delayed-stream-1.0.0"
+ sources."depd-1.1.2"
+ sources."dicer-0.3.0"
sources."dir-glob-3.0.1"
sources."duplexer3-0.1.4"
sources."ecc-jsbn-0.1.2"
sources."emoji-regex-8.0.0"
sources."end-of-stream-1.4.4"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
- (sources."es-get-iterator-1.1.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."es-abstract-1.17.7"
+ sources."es-get-iterator-1.1.1"
sources."es-to-primitive-1.2.1"
- sources."es5-ext-0.10.53"
- sources."es6-iterator-2.0.3"
sources."es6-promise-3.3.1"
- sources."es6-symbol-3.1.3"
sources."escalade-3.1.1"
sources."escape-string-regexp-1.0.5"
sources."esprima-4.0.1"
- sources."eventemitter3-3.1.2"
sources."execa-1.0.0"
- (sources."ext-1.4.0" // {
- dependencies = [
- sources."type-2.1.0"
- ];
- })
sources."extend-3.0.2"
(sources."external-editor-3.1.0" // {
dependencies = [
sources."tmp-0.0.33"
];
})
+ sources."extract-files-9.0.0"
sources."extsprintf-1.3.0"
sources."fast-deep-equal-3.1.3"
sources."fast-glob-3.2.4"
sources."fast-json-stable-stringify-2.1.0"
sources."fast-safe-stringify-2.0.7"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."figlet-1.5.0"
sources."figures-3.2.0"
sources."fill-range-7.0.1"
sources."filter-obj-2.0.1"
- sources."find-up-4.1.0"
sources."foreach-2.0.5"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
sources."form-urlencoded-4.2.1"
+ sources."fs-capacitor-6.2.0"
sources."fs-extra-9.0.1"
sources."fs-minipass-2.1.0"
sources."fs.realpath-1.0.0"
sources."fullname-4.0.1"
sources."function-bind-1.1.1"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
sources."get-stream-4.1.0"
sources."getpass-0.1.7"
sources."glob-7.1.6"
@@ -74270,17 +76279,21 @@ in
})
sources."graphql-subscriptions-1.1.0"
sources."graphql-type-json-0.3.2"
+ sources."graphql-upload-11.0.0"
+ sources."graphql-ws-2.0.0"
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
sources."has-1.0.3"
sources."has-flag-4.0.0"
sources."has-symbols-1.0.1"
sources."http-cache-semantics-4.1.0"
+ sources."http-errors-1.8.0"
sources."http-signature-1.2.0"
sources."http2-client-1.3.3"
sources."iconv-lite-0.4.24"
+ sources."ieee754-1.2.1"
sources."ignore-5.1.8"
- (sources."import-fresh-3.2.1" // {
+ (sources."import-fresh-3.2.2" // {
dependencies = [
sources."resolve-from-4.0.0"
];
@@ -74300,9 +76313,9 @@ in
sources."strip-ansi-6.0.0"
];
})
- sources."is-arguments-1.0.4"
+ sources."is-arguments-1.1.0"
sources."is-arrayish-0.2.1"
- sources."is-bigint-1.0.0"
+ sources."is-bigint-1.0.1"
sources."is-boolean-object-1.0.1"
sources."is-callable-1.2.2"
sources."is-date-object-1.0.2"
@@ -74312,7 +76325,7 @@ in
sources."is-glob-4.0.1"
sources."is-interactive-1.0.0"
sources."is-map-2.0.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-number-7.0.0"
sources."is-number-object-1.0.4"
sources."is-promise-4.0.0"
@@ -74321,17 +76334,16 @@ in
sources."is-stream-1.1.0"
sources."is-string-1.0.5"
sources."is-symbol-1.0.3"
- (sources."is-typed-array-1.1.3" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."is-typed-array-1.1.3"
sources."is-typedarray-1.0.0"
sources."is-weakmap-2.0.1"
sources."is-weakset-2.0.1"
sources."is-wsl-2.2.0"
sources."isarray-2.0.5"
sources."isexe-2.0.0"
+ sources."isobject-4.0.0"
+ sources."isomorphic-form-data-2.0.0"
+ sources."isomorphic-ws-4.0.1"
sources."isstream-0.1.2"
sources."iterall-1.3.0"
sources."js-tokens-4.0.0"
@@ -74343,13 +76355,16 @@ in
sources."json-schema-0.2.3"
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
- sources."jsonfile-6.0.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."jsonpath-plus-4.0.0"
sources."jsprim-1.4.1"
sources."keyv-3.1.0"
sources."latest-version-5.1.0"
sources."lines-and-columns-1.1.6"
- sources."locate-path-5.0.0"
sources."lodash-4.17.20"
sources."lodash.toarray-4.4.0"
(sources."log-symbols-2.2.0" // {
@@ -74362,9 +76377,9 @@ in
sources."supports-color-5.5.0"
];
})
- (sources."lower-case-2.0.1" // {
+ (sources."lower-case-2.0.2" // {
dependencies = [
- sources."tslib-1.14.1"
+ sources."tslib-2.0.3"
];
})
sources."lowercase-keys-1.0.1"
@@ -74387,35 +76402,34 @@ in
sources."mkdirp-1.0.4"
sources."ms-2.1.2"
sources."mute-stream-0.0.8"
- sources."next-tick-1.0.0"
sources."nice-try-1.0.5"
- (sources."no-case-3.0.3" // {
+ (sources."no-case-3.0.4" // {
dependencies = [
- sources."tslib-1.14.1"
+ sources."tslib-2.0.3"
];
})
sources."node-emoji-1.10.0"
sources."node-fetch-2.6.1"
sources."node-fetch-h2-2.3.0"
- sources."node-gyp-build-3.7.0"
sources."node-readfiles-0.2.0"
sources."normalize-path-2.1.1"
sources."normalize-url-4.5.0"
sources."npm-run-path-2.0.2"
sources."oas-kit-common-1.0.8"
sources."oas-linter-3.2.1"
- (sources."oas-resolver-2.5.2" // {
+ (sources."oas-resolver-2.5.3" // {
dependencies = [
- sources."yargs-15.4.1"
+ sources."yargs-16.1.1"
];
})
sources."oas-schema-walker-1.1.5"
- sources."oas-validator-5.0.3"
+ sources."oas-validator-5.0.4"
sources."oauth-sign-0.9.0"
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
- sources."object.assign-4.1.1"
+ sources."object-path-0.11.5"
+ sources."object.assign-4.1.2"
sources."once-1.4.0"
sources."onetime-2.0.1"
sources."open-7.3.0"
@@ -74438,11 +76452,6 @@ in
sources."p-finally-1.0.0"
sources."p-is-promise-2.1.0"
sources."p-limit-3.0.2"
- (sources."p-locate-4.1.0" // {
- dependencies = [
- sources."p-limit-2.3.0"
- ];
- })
sources."p-some-4.1.0"
sources."p-try-2.2.0"
(sources."package-json-6.5.0" // {
@@ -74453,13 +76462,12 @@ in
sources."parent-module-1.0.1"
sources."parse-github-url-1.0.2"
sources."parse-json-5.1.0"
- (sources."pascal-case-3.1.1" // {
+ (sources."pascal-case-3.1.2" // {
dependencies = [
- sources."tslib-1.14.1"
+ sources."tslib-2.0.3"
];
})
sources."passwd-user-3.0.0"
- sources."path-exists-4.0.0"
sources."path-is-absolute-1.0.1"
sources."path-key-2.0.1"
sources."path-type-4.0.0"
@@ -74472,25 +76480,20 @@ in
sources."punycode-2.1.1"
sources."qs-6.5.2"
sources."rc-1.2.8"
- sources."reftools-1.1.6"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- sources."registry-auth-token-4.2.0"
+ sources."reftools-1.1.7"
+ sources."regexp.prototype.flags-1.3.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."remove-trailing-separator-1.1.0"
sources."request-2.88.2"
sources."require-directory-2.1.1"
- sources."require-main-filename-2.0.0"
sources."resolve-from-5.0.0"
sources."responselike-1.0.2"
sources."restore-cursor-2.0.0"
sources."reusify-1.0.4"
sources."rimraf-3.0.2"
sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
(sources."rxjs-6.6.3" // {
dependencies = [
sources."tslib-1.14.1"
@@ -74499,7 +76502,7 @@ in
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
sources."semver-5.7.1"
- sources."set-blocking-2.0.0"
+ sources."setprototypeof-1.2.0"
sources."shebang-command-1.2.0"
sources."shebang-regex-1.0.0"
sources."should-13.2.3"
@@ -74508,12 +76511,18 @@ in
sources."should-type-1.4.0"
sources."should-type-adaptors-1.1.0"
sources."should-util-1.0.1"
- sources."side-channel-1.0.3"
+ (sources."side-channel-1.0.3" // {
+ dependencies = [
+ sources."es-abstract-1.18.0-next.1"
+ ];
+ })
sources."signal-exit-3.0.3"
sources."simple-git-2.21.0"
sources."slash-3.0.0"
sources."sprintf-js-1.0.3"
sources."sshpk-1.16.1"
+ sources."statuses-1.5.0"
+ sources."streamsearch-0.1.2"
sources."string-env-interpolation-1.0.1"
(sources."string-width-4.2.0" // {
dependencies = [
@@ -74521,86 +76530,54 @@ in
sources."strip-ansi-6.0.0"
];
})
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."strip-ansi-5.2.0"
sources."strip-eof-1.0.0"
sources."strip-json-comments-2.0.1"
- sources."subscriptions-transport-ws-0.9.18"
sources."supports-color-7.2.0"
- (sources."swagger2openapi-7.0.3" // {
+ (sources."swagger2openapi-7.0.4" // {
dependencies = [
- sources."yargs-15.4.1"
+ sources."yargs-16.1.1"
];
})
- sources."symbol-observable-1.2.0"
+ sources."sync-fetch-0.3.0"
sources."tar-6.0.5"
sources."through-2.3.8"
sources."tmp-0.2.1"
sources."to-readable-stream-1.0.0"
sources."to-regex-range-5.0.1"
+ sources."toidentifier-1.0.0"
sources."tough-cookie-2.5.0"
sources."tslib-2.0.2"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
- sources."type-1.2.0"
sources."type-fest-0.3.1"
- sources."typedarray-to-buffer-3.1.5"
sources."universalify-1.0.0"
sources."unixify-1.0.0"
sources."uri-js-4.4.0"
sources."url-parse-lax-3.0.0"
- sources."utf-8-validate-5.0.2"
sources."uuid-3.4.0"
sources."valid-url-1.0.9"
sources."verror-1.10.0"
sources."wcwidth-1.0.1"
- (sources."websocket-1.0.32" // {
- dependencies = [
- sources."debug-2.6.9"
- sources."ms-2.0.0"
- ];
- })
sources."which-1.3.1"
sources."which-boxed-primitive-1.0.1"
sources."which-collection-1.0.1"
- sources."which-module-2.0.0"
- (sources."which-typed-array-1.1.2" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."wrap-ansi-6.2.0" // {
+ sources."which-typed-array-1.1.2"
+ (sources."wrap-ansi-7.0.0" // {
dependencies = [
sources."ansi-regex-5.0.0"
sources."strip-ansi-6.0.0"
];
})
sources."wrappy-1.0.2"
- sources."ws-5.2.2"
- sources."y18n-4.0.0"
- sources."yaeti-0.0.6"
+ sources."ws-7.4.0"
+ sources."y18n-5.0.5"
sources."yallist-4.0.0"
sources."yaml-1.10.0"
- (sources."yargs-16.0.3" // {
- dependencies = [
- sources."ansi-regex-5.0.0"
- sources."cliui-7.0.3"
- sources."strip-ansi-6.0.0"
- sources."wrap-ansi-7.0.0"
- sources."y18n-5.0.4"
- sources."yargs-parser-20.2.3"
- ];
- })
- sources."yargs-parser-18.1.3"
+ sources."yargs-16.0.3"
+ sources."yargs-parser-20.2.4"
];
buildInputs = globalBuildInputs;
meta = {
@@ -74707,10 +76684,12 @@ in
sources."for-in-1.0.2"
sources."for-own-1.0.0"
sources."fragment-cache-0.2.1"
+ sources."function-bind-1.1.1"
sources."get-value-2.0.6"
sources."global-modules-1.0.0"
sources."global-prefix-1.0.2"
sources."grunt-known-options-1.1.1"
+ sources."has-1.0.3"
sources."has-value-1.0.0"
(sources."has-values-1.0.0" // {
dependencies = [
@@ -74723,6 +76702,7 @@ in
sources."is-absolute-1.0.0"
sources."is-accessor-descriptor-1.0.0"
sources."is-buffer-1.1.6"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
sources."is-descriptor-1.0.2"
sources."is-extendable-0.1.1"
@@ -74785,7 +76765,7 @@ in
sources."regex-not-1.0.2"
sources."repeat-element-1.1.3"
sources."repeat-string-1.6.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-dir-1.0.1"
sources."resolve-url-0.2.1"
sources."ret-0.1.15"
@@ -74896,6 +76876,50 @@ in
bypassCache = true;
reconstructLock = true;
};
+ gqlint = nodeEnv.buildNodePackage {
+ name = "gqlint";
+ packageName = "gqlint";
+ version = "1.8.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/gqlint/-/gqlint-1.8.0.tgz";
+ sha512 = "X5tNjxscqbH8xHXubB8kY6yGt11krk+RuB6N/zI2B2RdRadzwavBRMAHkIJzp2RpFgliF08UqP/p+spS/aNd5w==";
+ };
+ dependencies = [
+ sources."ansi-regex-2.1.1"
+ sources."ansi-styles-2.2.1"
+ sources."babel-code-frame-6.26.0"
+ sources."chalk-1.1.3"
+ sources."commander-2.20.3"
+ sources."encoding-0.1.13"
+ sources."escape-string-regexp-1.0.5"
+ sources."esutils-2.0.3"
+ sources."graphql-14.7.0"
+ sources."has-ansi-2.0.0"
+ sources."iconv-lite-0.6.2"
+ sources."is-stream-1.1.0"
+ sources."iterall-1.3.0"
+ sources."js-tokens-3.0.2"
+ sources."lodash-4.17.20"
+ sources."node-fetch-1.7.3"
+ sources."pad-component-0.0.1"
+ sources."pluralize-5.1.0"
+ sources."prettier-1.19.1"
+ sources."safer-buffer-2.1.2"
+ sources."strip-ansi-3.0.1"
+ sources."supports-color-2.0.0"
+ sources."text-table-0.2.0"
+ sources."wordwrap-1.0.0"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "GraphQL Linter";
+ homepage = "https://github.com/happylinks/gqlint#readme";
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
gtop = nodeEnv.buildNodePackage {
name = "gtop";
packageName = "gtop";
@@ -74968,7 +76992,7 @@ in
sources."supports-color-7.2.0"
];
})
- sources."systeminformation-4.27.10"
+ sources."systeminformation-4.30.11"
sources."term-canvas-0.0.5"
sources."type-fest-0.11.0"
sources."wordwrap-0.0.3"
@@ -75052,6 +77076,7 @@ in
sources."buffer-equal-1.0.0"
sources."buffer-from-1.1.1"
sources."cache-base-1.0.1"
+ sources."call-bind-1.0.0"
sources."camelcase-3.0.0"
sources."chokidar-2.1.8"
(sources."class-utils-0.3.6" // {
@@ -75104,8 +77129,6 @@ in
sources."each-props-1.3.2"
sources."end-of-stream-1.4.4"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
sources."es5-ext-0.10.53"
sources."es6-iterator-2.0.3"
sources."es6-symbol-3.1.3"
@@ -75167,6 +77190,7 @@ in
sources."fsevents-1.2.13"
sources."function-bind-1.1.1"
sources."get-caller-file-1.0.3"
+ sources."get-intrinsic-1.0.1"
sources."get-value-2.0.6"
sources."glob-7.1.6"
(sources."glob-parent-3.1.0" // {
@@ -75202,25 +77226,21 @@ in
sources."is-arrayish-0.2.1"
sources."is-binary-path-1.0.1"
sources."is-buffer-1.1.6"
- sources."is-callable-1.2.2"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
- sources."is-date-object-1.0.2"
sources."is-descriptor-1.0.2"
sources."is-extendable-0.1.1"
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-1.0.0"
sources."is-glob-4.0.1"
sources."is-negated-glob-1.0.0"
- sources."is-negative-zero-2.0.0"
(sources."is-number-3.0.0" // {
dependencies = [
sources."kind-of-3.2.2"
];
})
sources."is-plain-object-2.0.4"
- sources."is-regex-1.1.1"
sources."is-relative-1.0.0"
- sources."is-symbol-1.0.3"
sources."is-unc-path-1.0.0"
sources."is-utf8-0.2.1"
sources."is-valid-glob-1.0.0"
@@ -75275,10 +77295,9 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."object.defaults-1.1.0"
sources."object.map-1.0.1"
sources."object.pick-1.3.0"
@@ -75321,7 +77340,7 @@ in
sources."replace-homedir-1.0.0"
sources."require-directory-2.1.1"
sources."require-main-filename-1.0.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-dir-1.0.1"
sources."resolve-options-1.1.0"
sources."resolve-url-0.2.1"
@@ -75371,7 +77390,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-string-3.1.0"
sources."stack-trace-0.0.10"
(sources."static-extend-0.1.2" // {
@@ -75394,16 +77413,6 @@ in
sources."stream-exhaust-1.0.2"
sources."stream-shift-1.0.1"
sources."string-width-1.0.2"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."strip-bom-2.0.0"
@@ -75505,6 +77514,7 @@ in
})
sources."buffer-from-1.1.1"
sources."cache-base-1.0.1"
+ sources."call-bind-1.0.0"
sources."camelcase-3.0.0"
(sources."class-utils-0.3.6" // {
dependencies = [
@@ -75534,8 +77544,6 @@ in
sources."detect-file-1.0.0"
sources."each-props-1.3.2"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
sources."es5-ext-0.10.53"
sources."es6-iterator-2.0.3"
sources."es6-symbol-3.1.3"
@@ -75582,6 +77590,7 @@ in
sources."fragment-cache-0.2.1"
sources."function-bind-1.1.1"
sources."get-caller-file-1.0.3"
+ sources."get-intrinsic-1.0.1"
sources."get-value-2.0.6"
sources."global-modules-1.0.0"
sources."global-prefix-1.0.2"
@@ -75610,13 +77619,12 @@ in
})
sources."is-arrayish-0.2.1"
sources."is-buffer-1.1.6"
- sources."is-callable-1.2.2"
+ sources."is-core-module-2.2.0"
(sources."is-data-descriptor-1.0.0" // {
dependencies = [
sources."kind-of-6.0.3"
];
})
- sources."is-date-object-1.0.2"
(sources."is-descriptor-1.0.2" // {
dependencies = [
sources."kind-of-6.0.3"
@@ -75626,16 +77634,13 @@ in
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-1.0.0"
sources."is-glob-4.0.1"
- sources."is-negative-zero-2.0.0"
(sources."is-number-3.0.0" // {
dependencies = [
sources."kind-of-3.2.2"
];
})
sources."is-plain-object-2.0.4"
- sources."is-regex-1.1.1"
sources."is-relative-1.0.0"
- sources."is-symbol-1.0.3"
sources."is-unc-path-1.0.0"
sources."is-utf8-0.2.1"
sources."is-windows-1.0.2"
@@ -75692,10 +77697,9 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."object.defaults-1.1.0"
sources."object.map-1.0.1"
sources."object.pick-1.3.0"
@@ -75727,7 +77731,7 @@ in
sources."replace-homedir-1.0.0"
sources."require-directory-2.1.1"
sources."require-main-filename-1.0.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-dir-1.0.1"
sources."resolve-url-0.2.1"
sources."ret-0.1.15"
@@ -75768,7 +77772,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-string-3.1.0"
sources."stack-trace-0.0.10"
(sources."static-extend-0.1.2" // {
@@ -75781,16 +77785,6 @@ in
];
})
sources."string-width-1.0.2"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."strip-bom-2.0.0"
@@ -75875,7 +77869,7 @@ in
sources."param-case-2.1.1"
sources."relateurl-0.2.7"
sources."source-map-0.6.1"
- sources."uglify-js-3.11.2"
+ sources."uglify-js-3.12.1"
sources."upper-case-1.1.3"
];
buildInputs = globalBuildInputs;
@@ -75891,10 +77885,10 @@ in
htmlhint = nodeEnv.buildNodePackage {
name = "htmlhint";
packageName = "htmlhint";
- version = "0.14.1";
+ version = "0.14.2";
src = fetchurl {
- url = "https://registry.npmjs.org/htmlhint/-/htmlhint-0.14.1.tgz";
- sha512 = "VWKrljlwF8tEKH48YPfC30zYKhrsMqm70d7vXswivEqd3DSva8ZlIzfeCa3YWFEFRIIhiXKgKurlqEpCtYMCAA==";
+ url = "https://registry.npmjs.org/htmlhint/-/htmlhint-0.14.2.tgz";
+ sha512 = "lUCgGVZ/oyCkpgDkIa5IfClwX8Ppy11Dk7XdeVboAGSmKjIuOKx6yy86WS0W08KFtCRuxftzNy+KdQjM4UjqCA==";
};
dependencies = [
sources."ajv-6.12.6"
@@ -75904,12 +77898,12 @@ in
sources."async-3.2.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."brace-expansion-1.1.11"
sources."caseless-0.12.0"
- sources."chalk-4.0.0"
+ sources."chalk-4.1.0"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."combined-stream-1.0.8"
@@ -75995,7 +77989,7 @@ in
sources."basic-auth-1.1.0"
sources."colors-1.4.0"
sources."corser-2.0.1"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ecstatic-3.3.2"
sources."eventemitter3-4.0.7"
sources."follow-redirects-1.13.0"
@@ -76024,6 +78018,112 @@ in
bypassCache = true;
reconstructLock = true;
};
+ hsd = nodeEnv.buildNodePackage {
+ name = "hsd";
+ packageName = "hsd";
+ version = "2.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/hsd/-/hsd-2.2.0.tgz";
+ sha512 = "9U6ylEa3WPEb5AHb/TuwYDOJaXmR6mfKky8uJml3Y0xUAvO/yg/b4GfBXnMQ2wPQME5fG5Vkx0OLK7MyidtmAw==";
+ };
+ dependencies = [
+ sources."bcfg-0.1.6"
+ sources."bcrypto-5.3.0"
+ sources."bcurl-0.1.9"
+ sources."bdb-1.3.0"
+ sources."bdns-0.1.5"
+ sources."bevent-0.1.5"
+ sources."bfile-0.2.2"
+ sources."bfilter-1.0.5"
+ sources."bheep-0.1.5"
+ sources."binet-0.3.6"
+ sources."blgr-0.1.8"
+ sources."blru-0.1.6"
+ sources."blst-0.1.5"
+ sources."bmutex-0.1.6"
+ sources."bns-0.13.0"
+ sources."brq-0.1.8"
+ sources."bs32-0.1.6"
+ sources."bsert-0.0.10"
+ sources."bsock-0.1.9"
+ sources."bsocks-0.2.5"
+ sources."btcp-0.1.5"
+ sources."budp-0.1.6"
+ sources."buffer-map-0.0.7"
+ sources."bufio-1.0.7"
+ sources."bupnp-0.2.6"
+ sources."bval-0.1.6"
+ sources."bweb-0.1.10"
+ sources."goosig-0.9.0"
+ sources."hs-client-0.0.9"
+ sources."loady-0.0.5"
+ sources."mrmr-0.1.10"
+ sources."n64-0.2.10"
+ sources."unbound-0.4.3"
+ sources."urkel-0.6.3"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "Cryptocurrency bike-shed";
+ homepage = https://github.com/handshake-org/hsd;
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
+ hs-airdrop = nodeEnv.buildNodePackage {
+ name = "hs-airdrop";
+ packageName = "hs-airdrop";
+ version = "0.9.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/hs-airdrop/-/hs-airdrop-0.9.0.tgz";
+ sha512 = "eqN7mbITsdiBFdRlFHd91Vgudu5rajvIfPhZ8juWLFBZhxhuXzu1POMy4uHK+02jxNjX+upMMRyDxo4xS/ZudQ==";
+ };
+ dependencies = [
+ sources."bcrypto-5.3.0"
+ sources."bfile-0.2.2"
+ sources."brq-0.1.8"
+ sources."bsert-0.0.10"
+ sources."bufio-1.0.7"
+ sources."goosig-0.9.0"
+ sources."loady-0.0.5"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "Handshake airdrop redemption";
+ homepage = https://github.com/handshake-org/hs-airdrop;
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
+ hs-client = nodeEnv.buildNodePackage {
+ name = "hs-client";
+ packageName = "hs-client";
+ version = "0.0.9";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/hs-client/-/hs-client-0.0.9.tgz";
+ sha512 = "TAsexmpPhSVdCQ1iiX4bBnuqlThTSdGz/YKq+vjLSS1TZ2TwKxERJ8vZh1Wd6GGaMGLZl99uQR+2wUyk4HLSbg==";
+ };
+ dependencies = [
+ sources."bcfg-0.1.6"
+ sources."bcurl-0.1.9"
+ sources."brq-0.1.8"
+ sources."bsert-0.0.10"
+ sources."bsock-0.1.9"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "HSD node and wallet client";
+ homepage = https://github.com/handshake-org/hs-client;
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
hueadm = nodeEnv.buildNodePackage {
name = "hueadm";
packageName = "hueadm";
@@ -76100,7 +78200,7 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."bcrypt-pbkdf-1.0.2"
sources."boolbase-1.0.0"
sources."camelcase-1.2.1"
@@ -76389,44 +78489,65 @@ in
insect = nodeEnv.buildNodePackage {
name = "insect";
packageName = "insect";
- version = "5.5.0";
+ version = "5.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/insect/-/insect-5.5.0.tgz";
- sha512 = "Oac190s8AGYOYDvAP7PLNFm3gA+dtSoHl5yYGf9sgvMB+I8bRPfSNI6q4kra1QubpN5+/ARfGjGjAFUu10QsIg==";
+ url = "https://registry.npmjs.org/insect/-/insect-5.6.0.tgz";
+ sha512 = "56gjTrj9SMfPkbGANfqtGYeY3G5KmCkpgEYlKkmiDNG+SpQtLT9/53gt/9CbYd5iT9GgP+IvGXwDWplgCz3NnA==";
};
dependencies = [
- sources."@types/jquery-3.5.3"
+ sources."@types/jquery-3.5.4"
sources."@types/sizzle-2.3.2"
+ sources."arch-2.2.0"
sources."balanced-match-1.0.0"
sources."brace-expansion-1.1.11"
sources."clipboard-2.0.6"
+ sources."clipboardy-2.3.0"
sources."clone-1.0.4"
sources."concat-map-0.0.1"
+ sources."cross-spawn-6.0.5"
sources."decimal.js-7.5.1"
sources."defaults-1.0.3"
sources."delegate-3.2.0"
+ sources."end-of-stream-1.4.4"
+ sources."execa-1.0.0"
sources."fs-extra-0.24.0"
sources."fs.realpath-1.0.0"
+ sources."get-stream-4.1.0"
sources."glob-7.1.6"
sources."good-listener-1.2.2"
sources."graceful-fs-4.2.4"
sources."historic-readline-1.0.8"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
+ sources."is-docker-2.1.1"
+ sources."is-stream-1.1.0"
+ sources."is-wsl-2.2.0"
+ sources."isexe-2.0.0"
sources."jquery-3.5.1"
- sources."jquery.terminal-2.18.3"
+ sources."jquery.terminal-2.20.1"
sources."jsonfile-2.4.0"
sources."keyboardevent-key-polyfill-1.1.0"
sources."line-reader-0.4.0"
sources."minimatch-3.0.4"
+ sources."nice-try-1.0.5"
+ sources."npm-run-path-2.0.2"
sources."once-1.4.0"
sources."os-homedir-1.0.2"
+ sources."p-finally-1.0.0"
sources."path-is-absolute-1.0.1"
+ sources."path-key-2.0.1"
sources."prismjs-1.22.0"
+ sources."pump-3.0.0"
sources."rimraf-2.7.1"
sources."select-1.1.2"
+ sources."semver-5.7.1"
+ sources."shebang-command-1.2.0"
+ sources."shebang-regex-1.0.0"
+ sources."signal-exit-3.0.3"
+ sources."strip-eof-1.0.0"
sources."tiny-emitter-2.1.0"
sources."wcwidth-1.0.1"
+ sources."which-1.3.1"
sources."wrappy-1.0.2"
sources."xdg-basedir-2.0.0"
];
@@ -76461,7 +78582,7 @@ in
sources."@ionic/utils-subprocess-1.0.13"
sources."@ionic/utils-terminal-1.1.2"
sources."@tootallnate/once-1.1.2"
- sources."agent-base-6.0.1"
+ sources."agent-base-6.0.2"
sources."ansi-escapes-3.2.0"
sources."ansi-regex-4.1.0"
sources."ansi-styles-3.2.1"
@@ -76495,7 +78616,7 @@ in
sources."core-util-is-1.0.2"
sources."cross-spawn-7.0.3"
sources."data-uri-to-buffer-3.0.1"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."deep-is-0.1.3"
sources."degenerator-2.2.0"
sources."delayed-stream-1.0.0"
@@ -76664,7 +78785,7 @@ in
];
})
sources."smart-buffer-4.1.0"
- sources."socks-2.4.4"
+ sources."socks-2.5.1"
sources."socks-proxy-agent-5.0.0"
sources."source-map-0.6.1"
sources."split2-3.2.2"
@@ -76693,7 +78814,7 @@ in
sources."superagent-4.1.0"
(sources."superagent-proxy-2.1.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."supports-color-7.2.0"
@@ -76724,7 +78845,7 @@ in
})
sources."wrappy-1.0.2"
sources."write-file-atomic-3.0.3"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xregexp-2.0.0"
sources."yallist-3.1.1"
];
@@ -76738,19 +78859,83 @@ in
bypassCache = true;
reconstructLock = true;
};
- "iosevka-build-deps-../../data/fonts/iosevka" = nodeEnv.buildNodePackage {
- name = "iosevka-build-deps";
- packageName = "iosevka-build-deps";
- version = "3.2.2";
- src = ../../data/fonts/iosevka;
+ "iosevka-https://github.com/be5invis/Iosevka/archive/v3.7.1.tar.gz" = nodeEnv.buildNodePackage {
+ name = "iosevka";
+ packageName = "iosevka";
+ version = "3.7.1";
+ src = fetchurl {
+ name = "iosevka-3.7.1.tar.gz";
+ url = https://codeload.github.com/be5invis/Iosevka/tar.gz/v3.7.1;
+ sha256 = "ed7aee70af326ef22458f8f7603c599fd2f5164ae8062fbd6fb7d56864d98aca";
+ };
dependencies = [
sources."@iarna/toml-2.2.5"
- sources."@josh-brown/vector-3.4.0"
- sources."JSONStream-1.3.5"
+ sources."@ot-builder/bin-composite-types-0.10.34"
+ sources."@ot-builder/bin-util-0.10.34"
+ (sources."@ot-builder/cli-help-shower-0.10.34" // {
+ dependencies = [
+ sources."ansi-styles-4.3.0"
+ sources."chalk-4.1.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."has-flag-4.0.0"
+ sources."supports-color-7.2.0"
+ ];
+ })
+ (sources."@ot-builder/cli-proc-0.10.34" // {
+ dependencies = [
+ sources."ansi-styles-4.3.0"
+ sources."chalk-4.1.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."has-flag-4.0.0"
+ sources."supports-color-7.2.0"
+ ];
+ })
+ (sources."@ot-builder/cli-shared-0.10.34" // {
+ dependencies = [
+ sources."ansi-styles-4.3.0"
+ sources."chalk-4.1.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."has-flag-4.0.0"
+ sources."supports-color-7.2.0"
+ ];
+ })
+ sources."@ot-builder/common-impl-0.10.34"
+ sources."@ot-builder/errors-0.10.34"
+ sources."@ot-builder/io-bin-cff-0.10.34"
+ sources."@ot-builder/io-bin-encoding-0.10.34"
+ sources."@ot-builder/io-bin-ext-private-0.10.34"
+ sources."@ot-builder/io-bin-font-0.10.34"
+ sources."@ot-builder/io-bin-glyph-store-0.10.34"
+ sources."@ot-builder/io-bin-layout-0.10.34"
+ sources."@ot-builder/io-bin-metadata-0.10.34"
+ sources."@ot-builder/io-bin-metric-0.10.34"
+ sources."@ot-builder/io-bin-name-0.10.34"
+ sources."@ot-builder/io-bin-sfnt-0.10.34"
+ sources."@ot-builder/io-bin-ttf-0.10.34"
+ sources."@ot-builder/ot-0.10.34"
+ sources."@ot-builder/ot-encoding-0.10.34"
+ sources."@ot-builder/ot-ext-private-0.10.34"
+ sources."@ot-builder/ot-glyphs-0.10.34"
+ sources."@ot-builder/ot-layout-0.10.34"
+ sources."@ot-builder/ot-metadata-0.10.34"
+ sources."@ot-builder/ot-name-0.10.34"
+ sources."@ot-builder/ot-sfnt-0.10.34"
+ sources."@ot-builder/ot-standard-glyph-namer-0.10.34"
+ sources."@ot-builder/prelude-0.10.34"
+ sources."@ot-builder/primitive-0.10.34"
+ sources."@ot-builder/rectify-0.10.34"
+ sources."@ot-builder/stat-glyphs-0.10.34"
+ sources."@ot-builder/trace-0.10.34"
+ sources."@ot-builder/var-store-0.10.34"
+ sources."@ot-builder/variance-0.10.34"
+ sources."@unicode/unicode-13.0.0-1.0.2"
sources."abbrev-1.1.1"
sources."ajv-6.12.6"
sources."amdefine-1.0.1"
- sources."ansi-regex-5.0.0"
+ sources."ansi-regex-2.1.1"
sources."ansi-styles-3.2.1"
sources."aproba-1.2.0"
sources."are-we-there-yet-1.1.5"
@@ -76762,23 +78947,22 @@ in
sources."at-least-node-1.0.0"
sources."atob-2.1.2"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."bindings-1.5.0"
sources."bluebird-3.7.2"
sources."brace-expansion-1.1.11"
sources."bufferstreams-2.0.1"
- sources."camelcase-5.3.1"
+ sources."camelcase-3.0.0"
sources."caseless-0.12.0"
sources."chainsaw-0.0.9"
sources."chalk-2.4.2"
- sources."child-process-promise-2.2.1"
sources."chownr-1.1.4"
sources."cldr-5.7.0"
sources."cli-cursor-3.1.0"
sources."clipper-lib-6.4.2"
- sources."cliui-6.0.0"
+ sources."cliui-3.2.0"
sources."code-point-at-1.1.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
@@ -76786,12 +78970,6 @@ in
sources."concat-map-0.0.1"
sources."console-control-strings-1.1.0"
sources."core-util-is-1.0.2"
- (sources."cross-spawn-4.0.2" // {
- dependencies = [
- sources."lru-cache-4.1.5"
- sources."which-1.3.1"
- ];
- })
sources."css-2.2.4"
sources."css-parse-2.0.0"
sources."dashdash-1.14.1"
@@ -76839,37 +79017,33 @@ in
sources."fast-levenshtein-2.0.6"
sources."file-uri-to-path-1.0.0"
sources."filelist-1.0.1"
- sources."find-up-4.1.0"
- sources."first-chunk-stream-3.0.0"
+ sources."find-up-1.1.2"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
sources."fs-extra-9.0.1"
sources."fs-minipass-1.2.7"
sources."fs.realpath-1.0.0"
- (sources."gauge-2.7.4" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- sources."is-fullwidth-code-point-1.0.0"
- sources."string-width-1.0.2"
- sources."strip-ansi-3.0.1"
- ];
- })
- sources."get-caller-file-2.0.5"
+ sources."function-bind-1.1.1"
+ sources."gauge-2.7.4"
+ sources."get-caller-file-1.0.3"
sources."getpass-0.1.7"
sources."glob-7.1.6"
sources."graceful-fs-4.2.4"
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
+ sources."has-1.0.3"
sources."has-flag-3.0.0"
sources."has-unicode-2.0.1"
sources."hashish-0.0.4"
sources."hosted-git-info-2.8.8"
sources."http-signature-1.2.0"
+ sources."iconv-lite-0.6.2"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."invert-kv-1.0.0"
sources."is-arrayish-0.2.1"
- sources."is-fullwidth-code-point-3.0.0"
+ sources."is-core-module-2.2.0"
+ sources."is-fullwidth-code-point-1.0.0"
sources."is-typedarray-1.0.0"
sources."is-utf8-0.2.1"
sources."isarray-1.0.0"
@@ -76880,8 +79054,11 @@ in
sources."json-schema-0.2.3"
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
- sources."jsonfile-6.0.1"
- sources."jsonparse-1.3.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."jsprim-1.4.1"
sources."lcid-1.0.0"
sources."levn-0.3.0"
@@ -76911,7 +79088,6 @@ in
sources."which-1.3.1"
];
})
- sources."node-version-1.2.0"
sources."nopt-3.0.6"
(sources."normalize-package-data-2.5.0" // {
dependencies = [
@@ -76929,35 +79105,29 @@ in
sources."os-locale-1.4.0"
sources."os-tmpdir-1.0.2"
sources."osenv-0.1.5"
- sources."otfcc-ttcize-0.10.2"
+ sources."ot-builder-0.10.34"
+ (sources."otb-ttc-bundle-0.10.34" // {
+ dependencies = [
+ sources."ansi-styles-4.3.0"
+ sources."chalk-4.1.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."has-flag-4.0.0"
+ sources."supports-color-7.2.0"
+ ];
+ })
sources."p-limit-2.3.0"
sources."p-locate-4.1.0"
sources."p-try-2.2.0"
sources."pako-1.0.11"
sources."parse-json-2.2.0"
sources."passerror-1.1.1"
- (sources."patel-0.33.1" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- sources."camelcase-3.0.0"
- sources."cliui-3.2.0"
- sources."get-caller-file-1.0.3"
- sources."is-fullwidth-code-point-1.0.0"
- sources."require-main-filename-1.0.1"
- sources."string-width-1.0.2"
- sources."strip-ansi-3.0.1"
- sources."which-module-1.0.0"
- sources."wrap-ansi-2.1.0"
- sources."y18n-3.2.1"
- sources."yargs-6.6.0"
- sources."yargs-parser-4.2.1"
- ];
- })
- sources."path-exists-4.0.0"
+ sources."patel-0.33.1"
+ sources."path-exists-2.1.0"
sources."path-is-absolute-1.0.1"
sources."path-parse-1.0.6"
sources."path-type-1.1.0"
- sources."patrisika-0.21.0"
+ sources."patrisika-0.22.2"
sources."patrisika-scopes-0.11.1"
sources."pegjs-0.10.0"
sources."performance-now-2.1.0"
@@ -76965,34 +79135,30 @@ in
sources."pinkie-2.0.4"
sources."pinkie-promise-2.0.1"
sources."prelude-ls-1.1.2"
- sources."prettier-2.1.2"
sources."process-nextick-args-2.0.1"
- sources."promise-polyfill-6.1.0"
- sources."pseudomap-1.0.2"
sources."psl-1.8.0"
sources."punycode-2.1.1"
sources."qs-6.5.2"
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."read-pkg-up-1.0.1"
sources."readable-stream-2.3.7"
sources."request-2.88.2"
sources."require-directory-2.1.1"
- sources."require-main-filename-2.0.0"
- sources."resolve-1.17.0"
+ sources."require-main-filename-1.0.1"
+ sources."resolve-1.19.0"
sources."resolve-url-0.2.1"
sources."restore-cursor-3.1.0"
sources."resumer-0.0.0"
- sources."rimraf-2.6.3"
+ sources."rimraf-2.7.1"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
sources."sax-1.2.4"
sources."semaphore-async-await-1.5.1"
- sources."semver-7.3.2"
+ (sources."semver-7.3.4" // {
+ dependencies = [
+ sources."lru-cache-6.0.0"
+ ];
+ })
sources."seq-0.3.5"
sources."set-blocking-2.0.0"
sources."signal-exit-3.0.3"
@@ -77002,18 +79168,20 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
- sources."spiro-2.0.0"
+ sources."spdx-license-ids-3.0.7"
+ (sources."spiro-2.0.0" // {
+ dependencies = [
+ sources."tslib-1.14.1"
+ ];
+ })
sources."split-1.0.1"
sources."sprintf-js-1.0.3"
sources."sshpk-1.16.1"
sources."stack-trace-0.0.9"
- sources."string-width-4.2.0"
+ sources."string-width-1.0.2"
sources."string_decoder-1.1.1"
- sources."strip-ansi-6.0.0"
+ sources."strip-ansi-3.0.1"
sources."strip-bom-2.0.0"
- sources."strip-bom-buf-2.0.0"
- sources."strip-bom-stream-4.0.0"
(sources."stylus-0.54.8" // {
dependencies = [
sources."semver-6.3.0"
@@ -77027,66 +79195,64 @@ in
sources."yallist-3.1.1"
];
})
- sources."temp-0.9.1"
sources."through-2.3.8"
- sources."topsort-0.0.2"
+ sources."toposort-2.0.2"
sources."tough-cookie-2.5.0"
sources."traverse-0.3.9"
sources."ts-process-promises-1.0.2"
- sources."tslib-1.14.1"
+ sources."tslib-2.0.3"
sources."ttf2woff-2.0.2"
sources."ttf2woff2-3.0.0"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
sources."type-check-0.3.2"
- sources."typo-geom-0.8.4"
- sources."unicode-13.0.0-0.8.0"
+ sources."typo-geom-0.11.0"
sources."unicoderegexp-0.4.1"
sources."universalify-1.0.0"
- sources."unorm-1.6.0"
sources."uri-js-4.4.0"
sources."urix-0.1.0"
sources."util-deprecate-1.0.2"
sources."uuid-3.4.0"
sources."validate-npm-package-license-3.0.4"
- (sources."verda-1.1.1" // {
+ (sources."verda-1.2.0" // {
dependencies = [
+ sources."ansi-regex-5.0.0"
sources."ansi-styles-4.3.0"
+ sources."camelcase-5.3.1"
sources."chalk-4.1.0"
+ sources."cliui-6.0.0"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
+ sources."find-up-4.1.0"
+ sources."get-caller-file-2.0.5"
sources."has-flag-4.0.0"
+ sources."is-fullwidth-code-point-3.0.0"
+ sources."path-exists-4.0.0"
+ sources."require-main-filename-2.0.0"
+ sources."string-width-4.2.0"
+ sources."strip-ansi-6.0.0"
sources."supports-color-7.2.0"
- sources."tslib-2.0.3"
+ sources."which-module-2.0.0"
+ sources."wrap-ansi-6.2.0"
+ sources."y18n-4.0.1"
+ sources."yargs-15.4.1"
+ sources."yargs-parser-18.1.3"
];
})
sources."verror-1.10.0"
sources."which-2.0.2"
- sources."which-module-2.0.0"
- (sources."wide-align-1.1.3" // {
- 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."which-module-1.0.0"
+ sources."wide-align-1.1.3"
sources."word-wrap-1.2.3"
sources."wordwrap-0.0.3"
- (sources."wrap-ansi-6.2.0" // {
- dependencies = [
- sources."ansi-styles-4.3.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- ];
- })
+ sources."wrap-ansi-2.1.0"
sources."wrappy-1.0.2"
sources."xmldom-0.3.0"
sources."xpath-0.0.27"
- sources."y18n-4.0.0"
- sources."yallist-2.1.2"
- sources."yargs-15.4.1"
- sources."yargs-parser-18.1.3"
+ sources."y18n-3.2.1"
+ sources."yallist-4.0.0"
+ sources."yargs-6.6.0"
+ sources."yargs-parser-4.2.1"
];
buildInputs = globalBuildInputs;
meta = {
@@ -77175,7 +79341,7 @@ in
sources."object-assign-4.1.1"
sources."object-hash-1.3.1"
sources."once-1.4.0"
- sources."opentracing-0.14.4"
+ sources."opentracing-0.14.5"
sources."path-is-absolute-1.0.1"
sources."pathval-1.1.0"
sources."process-0.10.1"
@@ -77217,14 +79383,24 @@ in
joplin = nodeEnv.buildNodePackage {
name = "joplin";
packageName = "joplin";
- version = "1.2.3";
+ version = "1.4.9";
src = fetchurl {
- url = "https://registry.npmjs.org/joplin/-/joplin-1.2.3.tgz";
- sha512 = "oXopPtdqjEGhjeDjhULGbgZ47+auGaZIhWwgKSnYmrw47scWgXIlNztwFaH4xyTRsm+mCJ/WwPTruloNfTMQhw==";
+ url = "https://registry.npmjs.org/joplin/-/joplin-1.4.9.tgz";
+ sha512 = "4JjZOpv5WyJ3VbtcxrOf5FYQBYPjbBsrIGLG+DoYNFPLsOWEOJeZH24XO2UnNKb5YopcsCzR+iaTXVCPNQ2tAw==";
};
dependencies = [
+ sources."@braintree/sanitize-url-3.1.0"
sources."@cronvel/get-pixels-3.4.0"
- sources."@yarnpkg/lockfile-1.1.0"
+ sources."@joplinapp/fork-htmlparser2-4.1.8"
+ sources."@joplinapp/fork-sax-1.2.12"
+ sources."@joplinapp/lib-1.0.9"
+ (sources."@joplinapp/renderer-1.0.17" // {
+ dependencies = [
+ sources."fs-extra-8.1.0"
+ sources."jsonfile-4.0.0"
+ sources."uslug-git+https://github.com/laurent22/uslug.git#emoji-support"
+ ];
+ })
sources."abab-2.0.5"
sources."abbrev-1.1.1"
sources."acorn-7.4.1"
@@ -77241,102 +79417,70 @@ in
];
})
sources."ansi-regex-2.1.1"
- sources."ansi-styles-3.2.1"
- sources."app-module-path-2.2.0"
- sources."aproba-1.2.0"
- (sources."are-we-there-yet-1.1.5" // {
+ (sources."ansi-styles-4.3.0" // {
dependencies = [
- sources."readable-stream-2.3.7"
- sources."safe-buffer-5.1.2"
- sources."string_decoder-1.1.1"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
];
})
+ sources."anymatch-3.1.1"
+ sources."aproba-1.2.0"
+ sources."are-we-there-yet-1.1.5"
(sources."argparse-1.0.10" // {
dependencies = [
sources."sprintf-js-1.0.3"
];
})
- sources."arr-diff-4.0.0"
- sources."arr-flatten-1.1.0"
- sources."arr-union-3.1.0"
sources."array-back-2.0.0"
sources."array-equal-1.0.0"
- sources."array-unique-0.3.2"
+ sources."array-flatten-3.0.0"
sources."asap-2.0.6"
sources."asn1-0.2.4"
sources."assert-plus-1.0.0"
- sources."assign-symbols-1.0.0"
sources."async-mutex-0.1.4"
sources."asynckit-0.4.0"
sources."atob-2.1.2"
- (sources."aws-sdk-2.773.0" // {
+ (sources."aws-sdk-2.804.0" // {
dependencies = [
sources."sax-1.2.1"
sources."uuid-3.3.2"
sources."xml2js-0.4.19"
+ sources."xmlbuilder-9.0.7"
];
})
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
- (sources."base-0.11.2" // {
- dependencies = [
- sources."define-property-1.0.0"
- ];
- })
sources."base-64-0.1.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."base64-stream-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
+ sources."binary-extensions-2.1.0"
(sources."bl-4.0.3" // {
dependencies = [
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
+ sources."readable-stream-3.6.0"
];
})
sources."brace-expansion-1.1.11"
- (sources."braces-2.3.2" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
+ sources."braces-3.0.2"
sources."browser-process-hrtime-1.0.0"
sources."buffer-4.9.2"
- sources."cache-base-1.0.1"
+ sources."buffer-from-1.1.1"
+ sources."builtin-modules-3.1.0"
sources."camel-case-3.0.0"
sources."camelcase-4.1.0"
sources."caseless-0.12.0"
- sources."chalk-2.4.2"
+ sources."chalk-4.1.0"
sources."charenc-0.0.2"
+ sources."chokidar-3.4.3"
sources."chownr-1.1.4"
sources."chroma-js-2.1.0"
- sources."ci-info-2.0.0"
- (sources."class-utils-0.3.6" // {
- dependencies = [
- sources."define-property-0.2.5"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- ];
- })
sources."clean-css-4.2.3"
- (sources."clean-html-1.5.0" // {
- dependencies = [
- sources."htmlparser2-3.10.1"
- ];
- })
+ sources."clean-html-1.5.0"
sources."cliss-0.0.2"
sources."code-point-at-1.1.0"
- sources."collection-visit-1.0.0"
- sources."color-3.1.3"
+ sources."color-3.1.2"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."color-string-1.5.4"
@@ -77344,23 +79488,14 @@ in
sources."command-line-usage-4.1.0"
sources."commander-2.17.1"
sources."compare-version-0.1.2"
- sources."component-emitter-1.3.0"
sources."concat-map-0.0.1"
sources."console-control-strings-1.1.0"
- sources."copy-descriptor-0.1.1"
sources."core-util-is-1.0.2"
- (sources."cross-env-6.0.3" // {
- dependencies = [
- sources."cross-spawn-7.0.3"
- sources."path-key-3.1.1"
- sources."shebang-command-2.0.0"
- sources."shebang-regex-3.0.0"
- sources."which-2.0.2"
- ];
- })
- sources."cross-spawn-6.0.5"
+ sources."cross-env-6.0.3"
+ sources."cross-spawn-7.0.3"
sources."crypt-0.0.2"
sources."css-2.2.4"
+ sources."css-b64-images-0.2.5"
sources."cssom-0.4.4"
(sources."cssstyle-2.3.0" // {
dependencies = [
@@ -77368,31 +79503,63 @@ in
];
})
sources."cwise-compiler-1.1.3"
+ sources."d3-5.16.0"
+ sources."d3-array-1.2.4"
+ sources."d3-axis-1.0.12"
+ sources."d3-brush-1.1.6"
+ sources."d3-chord-1.0.6"
+ sources."d3-collection-1.0.7"
+ sources."d3-color-1.4.1"
+ sources."d3-contour-1.3.2"
+ sources."d3-dispatch-1.0.6"
+ sources."d3-drag-1.2.5"
+ sources."d3-dsv-1.2.0"
+ sources."d3-ease-1.0.7"
+ sources."d3-fetch-1.2.0"
+ sources."d3-force-1.2.1"
+ sources."d3-format-1.4.5"
+ sources."d3-geo-1.12.1"
+ sources."d3-hierarchy-1.1.9"
+ sources."d3-interpolate-1.4.0"
+ sources."d3-path-1.0.9"
+ sources."d3-polygon-1.0.6"
+ sources."d3-quadtree-1.0.7"
+ sources."d3-random-1.1.2"
+ sources."d3-scale-2.2.2"
+ sources."d3-scale-chromatic-1.5.0"
+ sources."d3-selection-1.4.2"
+ sources."d3-shape-1.3.7"
+ sources."d3-time-1.1.0"
+ sources."d3-time-format-2.3.0"
+ sources."d3-timer-1.0.10"
+ sources."d3-transition-1.3.2"
+ sources."d3-voronoi-1.1.4"
+ sources."d3-zoom-1.8.3"
+ sources."dagre-0.8.5"
+ sources."dagre-d3-0.6.4"
sources."dashdash-1.14.1"
sources."data-urls-1.1.0"
- sources."debug-2.6.9"
+ sources."debug-3.2.7"
sources."decode-uri-component-0.2.0"
sources."decompress-response-4.2.1"
sources."deep-extend-0.6.0"
sources."deep-is-0.1.3"
sources."deepmerge-2.2.1"
- sources."define-property-2.0.2"
sources."delayed-stream-1.0.0"
sources."delegates-1.0.0"
sources."depd-1.1.2"
sources."detect-libc-1.0.3"
sources."diacritics-1.3.0"
sources."diff-match-patch-1.0.5"
- (sources."dom-serializer-0.2.2" // {
+ sources."dom-serializer-1.1.0"
+ sources."domelementtype-2.1.0"
+ sources."domexception-1.0.1"
+ sources."domhandler-3.3.0"
+ (sources."domutils-2.4.3" // {
dependencies = [
- sources."domelementtype-2.0.2"
- sources."entities-2.1.0"
+ sources."domhandler-4.0.0"
];
})
- sources."domelementtype-1.3.1"
- sources."domexception-1.0.1"
- sources."domhandler-2.4.2"
- sources."domutils-1.7.0"
sources."ecc-jsbn-0.1.2"
(sources."emphasize-1.5.0" // {
dependencies = [
@@ -77409,7 +79576,8 @@ in
];
})
sources."end-of-stream-1.4.4"
- sources."entities-1.1.2"
+ sources."entities-2.1.0"
+ sources."entity-decode-2.0.2"
sources."es6-promise-pool-2.5.0"
sources."escape-string-regexp-1.0.5"
sources."escodegen-1.14.3"
@@ -77417,37 +79585,8 @@ in
sources."estraverse-4.3.0"
sources."esutils-2.0.3"
sources."events-1.1.1"
- (sources."expand-brackets-2.1.4" // {
- dependencies = [
- 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."expand-template-2.0.3"
sources."extend-3.0.2"
- (sources."extend-shallow-3.0.2" // {
- dependencies = [
- sources."is-extendable-1.0.1"
- ];
- })
- (sources."extglob-2.0.4" // {
- dependencies = [
- sources."define-property-1.0.0"
- sources."extend-shallow-2.0.1"
- ];
- })
sources."extsprintf-1.3.0"
sources."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
@@ -77455,30 +79594,24 @@ in
sources."fault-1.0.4"
sources."file-type-10.11.0"
sources."file-uri-to-path-1.0.0"
- (sources."fill-range-4.0.0" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
+ sources."fill-range-7.0.1"
sources."find-up-2.1.0"
- (sources."find-yarn-workspace-root-1.2.1" // {
- dependencies = [
- sources."fs-extra-4.0.3"
- ];
- })
sources."follow-redirects-1.13.0"
sources."font-awesome-filetypes-2.1.0"
sources."for-each-property-0.0.4"
sources."for-each-property-deep-0.0.3"
- sources."for-in-1.0.2"
sources."forever-agent-0.6.1"
sources."form-data-2.5.1"
sources."format-0.2.2"
- sources."fragment-cache-0.2.1"
sources."fs-constants-1.0.0"
- sources."fs-extra-5.0.0"
- sources."fs-minipass-2.1.0"
+ (sources."fs-extra-5.0.0" // {
+ dependencies = [
+ sources."jsonfile-4.0.0"
+ ];
+ })
+ sources."fs-minipass-1.2.7"
sources."fs.realpath-1.0.0"
+ sources."fsevents-2.1.3"
(sources."gauge-2.7.4" // {
dependencies = [
sources."strip-ansi-3.0.1"
@@ -77486,34 +79619,36 @@ in
})
sources."get-prototype-chain-1.0.1"
sources."get-stdin-5.0.1"
- sources."get-value-2.0.6"
sources."getpass-0.1.7"
sources."github-from-package-0.0.0"
sources."glob-7.1.6"
+ sources."glob-parent-5.1.1"
sources."graceful-fs-4.2.4"
+ sources."graphlib-2.1.8"
+ sources."growly-1.3.0"
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
sources."has-ansi-2.0.0"
- sources."has-flag-3.0.0"
+ sources."has-flag-4.0.0"
sources."has-unicode-2.0.1"
- sources."has-value-1.0.0"
- (sources."has-values-1.0.0" // {
- dependencies = [
- sources."kind-of-4.0.0"
- ];
- })
sources."he-1.2.0"
- sources."highlight.js-10.1.1"
+ sources."highlight.js-10.4.1"
sources."html-encoding-sniffer-1.0.2"
sources."html-entities-1.3.1"
sources."html-minifier-3.5.21"
- (sources."htmlparser2-4.1.0" // {
+ (sources."htmlparser2-3.10.1" // {
dependencies = [
- sources."dom-serializer-1.1.0"
- sources."domelementtype-2.0.2"
- sources."domhandler-3.3.0"
- sources."domutils-2.4.2"
- sources."entities-2.1.0"
+ (sources."dom-serializer-0.2.2" // {
+ dependencies = [
+ sources."domelementtype-2.1.0"
+ sources."entities-2.1.0"
+ ];
+ })
+ sources."domelementtype-1.3.1"
+ sources."domhandler-2.4.2"
+ sources."domutils-1.7.0"
+ sources."entities-1.1.2"
+ sources."readable-stream-3.6.0"
];
})
sources."http-errors-1.8.0"
@@ -77524,10 +79659,10 @@ in
(sources."image-data-uri-2.0.1" // {
dependencies = [
sources."fs-extra-0.26.7"
- sources."jsonfile-2.4.0"
];
})
sources."image-type-3.1.0"
+ sources."immer-7.0.15"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."ini-1.3.5"
@@ -77560,21 +79695,14 @@ in
sources."iota-array-1.0.0"
sources."ip-regex-2.1.0"
sources."is-absolute-0.2.6"
- sources."is-accessor-descriptor-1.0.0"
sources."is-arrayish-0.3.2"
+ sources."is-binary-path-2.1.0"
sources."is-buffer-1.1.6"
- sources."is-ci-2.0.0"
- sources."is-data-descriptor-1.0.0"
- sources."is-descriptor-1.0.2"
sources."is-docker-2.1.1"
- sources."is-extendable-0.1.1"
+ sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-1.0.0"
- (sources."is-number-3.0.0" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-plain-object-2.0.4"
+ sources."is-glob-4.0.1"
+ sources."is-number-7.0.0"
sources."is-relative-0.2.1"
sources."is-stream-1.1.0"
sources."is-typedarray-1.0.0"
@@ -77588,30 +79716,32 @@ in
})
sources."isarray-1.0.0"
sources."isexe-2.0.0"
- sources."isobject-3.0.1"
+ sources."isobject-2.1.0"
sources."isstream-0.1.2"
sources."jmespath-0.15.0"
- sources."joplin-turndown-4.0.29"
+ sources."joplin-turndown-4.0.30"
sources."joplin-turndown-plugin-gfm-1.0.12"
sources."jpeg-js-0.4.2"
sources."js-tokens-4.0.0"
sources."jsbn-0.1.1"
- sources."jsdom-15.2.1"
+ (sources."jsdom-15.2.1" // {
+ dependencies = [
+ sources."tough-cookie-3.0.1"
+ ];
+ })
sources."json-schema-0.2.3"
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
- sources."jsonfile-4.0.0"
+ sources."jsonfile-2.4.0"
sources."jsprim-1.4.1"
- sources."jssha-2.4.2"
(sources."katex-0.12.0" // {
dependencies = [
sources."commander-2.20.3"
];
})
- sources."keytar-5.6.0"
- sources."kind-of-6.0.3"
+ sources."keytar-7.2.0"
+ sources."khroma-1.1.0"
sources."klaw-1.3.1"
- sources."klaw-sync-6.0.0"
sources."lazyness-1.2.0"
sources."levenshtein-1.0.5"
sources."levn-0.3.0"
@@ -77630,9 +79760,8 @@ in
sources."highlight.js-9.12.0"
];
})
+ sources."lru-cache-6.0.0"
sources."magicli-0.0.8"
- sources."map-cache-0.2.2"
- sources."map-visit-1.0.0"
(sources."markdown-it-10.0.0" // {
dependencies = [
sources."entities-2.0.3"
@@ -77655,56 +79784,68 @@ in
})
sources."markdown-it-sub-1.0.0"
sources."markdown-it-sup-1.0.0"
- sources."markdown-it-toc-done-right-4.1.0"
+ sources."markdown-it-toc-done-right-4.2.0"
sources."md5-2.3.0"
sources."md5-file-4.0.0"
sources."mdurl-1.0.1"
- sources."memory-cache-0.2.0"
- sources."micromatch-3.1.10"
- sources."mime-2.4.6"
+ sources."mermaid-8.8.4"
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
sources."mimic-response-2.1.0"
+ (sources."minify-4.1.3" // {
+ dependencies = [
+ sources."commander-2.20.3"
+ sources."debug-4.3.1"
+ sources."html-minifier-4.0.0"
+ sources."uglify-js-3.12.1"
+ ];
+ })
sources."minimatch-3.0.4"
sources."minimist-1.2.5"
- sources."minipass-3.1.3"
- sources."minizlib-2.1.2"
- (sources."mixin-deep-1.3.2" // {
+ (sources."minipass-2.9.0" // {
dependencies = [
- sources."is-extendable-1.0.1"
+ sources."yallist-3.1.1"
];
})
+ sources."minizlib-1.3.3"
sources."mkdirp-0.5.5"
sources."mkdirp-classic-0.5.3"
sources."moment-2.29.1"
- sources."ms-2.0.0"
+ sources."moment-mini-2.24.0"
+ sources."ms-2.1.2"
sources."multiparty-4.2.2"
- sources."nan-2.14.1"
- (sources."nanomatch-1.2.13" // {
- dependencies = [
- sources."is-windows-1.0.2"
- ];
- })
+ sources."mustache-4.0.1"
+ sources."nan-2.14.2"
+ sources."nanoid-3.1.20"
sources."napi-build-utils-1.0.2"
sources."ndarray-1.0.19"
sources."ndarray-pack-1.2.1"
- (sources."needle-2.5.2" // {
+ sources."needle-2.5.2"
+ sources."nextgen-events-1.3.3"
+ sources."no-case-2.3.2"
+ (sources."node-abi-2.19.3" // {
dependencies = [
- sources."debug-3.2.6"
- sources."ms-2.1.2"
+ sources."semver-5.7.1"
];
})
- sources."nextgen-events-1.3.0"
- sources."nice-try-1.0.5"
- sources."no-case-2.3.2"
- sources."node-abi-2.19.1"
+ sources."node-addon-api-3.0.2"
sources."node-bitmap-0.0.1"
sources."node-emoji-1.10.0"
sources."node-fetch-1.7.3"
+ (sources."node-notifier-8.0.0" // {
+ dependencies = [
+ sources."uuid-8.3.1"
+ ];
+ })
sources."node-persist-2.1.0"
- sources."node-pre-gyp-0.11.0"
+ (sources."node-pre-gyp-0.11.0" // {
+ dependencies = [
+ sources."semver-5.7.1"
+ ];
+ })
sources."noop-logger-0.1.1"
sources."nopt-4.0.3"
+ sources."normalize-path-3.0.0"
sources."npm-bundled-1.1.1"
sources."npm-normalize-package-bin-1.0.1"
sources."npm-packlist-1.4.8"
@@ -77713,27 +79854,12 @@ in
sources."nwsapi-2.2.0"
sources."oauth-sign-0.9.0"
sources."object-assign-4.1.1"
- (sources."object-copy-0.1.0" // {
- dependencies = [
- sources."define-property-0.2.5"
- sources."is-accessor-descriptor-0.1.6"
- sources."is-data-descriptor-0.1.4"
- (sources."is-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-5.1.0"
- ];
- })
- sources."kind-of-3.2.2"
- ];
- })
(sources."object-to-arguments-0.0.8" // {
dependencies = [
sources."inspect-parameters-declaration-0.0.10"
sources."magicli-0.0.5"
];
})
- sources."object-visit-1.0.1"
- sources."object.pick-1.3.0"
sources."omggif-1.0.10"
sources."once-1.4.0"
sources."open-7.3.0"
@@ -77746,29 +79872,23 @@ in
sources."p-try-1.0.0"
sources."param-case-2.1.1"
sources."parse5-5.1.0"
- sources."pascalcase-0.1.1"
- (sources."patch-package-6.2.2" // {
- dependencies = [
- sources."fs-extra-7.0.1"
- ];
- })
sources."path-exists-3.0.0"
sources."path-is-absolute-1.0.1"
- sources."path-key-2.0.1"
+ sources."path-key-3.1.1"
sources."performance-now-2.1.0"
+ sources."picomatch-2.2.2"
sources."pify-3.0.0"
sources."pipe-functions-1.3.0"
sources."pn-1.1.0"
sources."pngjs-5.0.0"
- sources."posix-character-classes-0.1.1"
- sources."prebuild-install-5.3.3"
+ sources."prebuild-install-6.0.0"
sources."prelude-ls-1.1.2"
sources."process-nextick-args-2.0.1"
sources."promise-7.3.1"
sources."proper-lockfile-2.0.1"
sources."psl-1.8.0"
sources."pump-3.0.0"
- sources."punycode-1.3.2"
+ sources."punycode-2.1.1"
sources."q-1.1.2"
sources."qs-6.5.2"
sources."query-string-4.3.4"
@@ -77776,145 +79896,85 @@ in
sources."querystringify-2.2.0"
sources."random-bytes-1.0.0"
sources."rc-1.2.8"
+ sources."re-reselect-4.0.0"
sources."read-chunk-2.1.0"
- sources."readable-stream-3.6.0"
- sources."reduce-flatten-1.0.1"
- sources."redux-3.7.2"
- sources."regex-not-1.0.2"
- sources."relateurl-0.2.7"
- (sources."relative-3.0.2" // {
+ (sources."readable-stream-2.3.7" // {
dependencies = [
- sources."isobject-2.1.0"
+ sources."safe-buffer-5.1.2"
];
})
- sources."repeat-element-1.1.3"
- sources."repeat-string-1.6.1"
+ sources."readdirp-3.5.0"
+ sources."reduce-flatten-1.0.1"
+ sources."redux-3.7.2"
+ sources."relateurl-0.2.7"
+ sources."relative-3.0.2"
(sources."request-2.88.2" // {
dependencies = [
sources."form-data-2.3.3"
- sources."punycode-2.1.1"
- sources."tough-cookie-2.5.0"
];
})
sources."request-promise-core-1.1.4"
- (sources."request-promise-native-1.0.9" // {
- dependencies = [
- sources."punycode-2.1.1"
- sources."tough-cookie-2.5.0"
- ];
- })
+ sources."request-promise-native-1.0.9"
sources."requires-port-1.0.0"
+ sources."reselect-4.0.0"
sources."resolve-url-0.2.1"
- sources."ret-0.1.15"
sources."retry-0.10.1"
sources."rimraf-2.7.1"
+ sources."rw-1.3.3"
sources."safe-buffer-5.2.1"
- sources."safe-regex-1.1.0"
sources."safer-buffer-2.1.2"
sources."sax-1.2.4"
sources."saxes-3.1.11"
- sources."semver-5.7.1"
+ sources."semver-7.3.4"
sources."server-destroy-1.0.1"
sources."set-blocking-2.0.0"
- (sources."set-value-2.0.1" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
sources."setimmediate-1.0.5"
sources."setprototypeof-1.2.0"
- sources."seventh-0.7.35"
- (sources."sharp-0.23.4" // {
+ sources."seventh-0.7.38"
+ (sources."sharp-0.26.3" // {
dependencies = [
- sources."semver-6.3.0"
- sources."tar-5.0.5"
+ sources."color-3.1.3"
+ sources."decompress-response-6.0.0"
+ sources."mimic-response-3.1.0"
+ sources."simple-get-4.0.0"
];
})
- sources."shebang-command-1.2.0"
- sources."shebang-regex-1.0.0"
+ sources."shebang-command-2.0.0"
+ sources."shebang-regex-3.0.0"
+ sources."shellwords-0.1.1"
sources."signal-exit-3.0.3"
sources."simple-concat-1.0.1"
sources."simple-get-3.1.0"
sources."simple-swizzle-0.2.2"
- sources."slash-2.0.0"
(sources."slice-ansi-1.0.0" // {
dependencies = [
sources."is-fullwidth-code-point-2.0.0"
];
})
- sources."slug-3.5.1"
- (sources."snapdragon-0.8.2" // {
- dependencies = [
- 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."source-map-0.5.7"
- ];
- })
- (sources."snapdragon-node-2.1.1" // {
- dependencies = [
- sources."define-property-1.0.0"
- ];
- })
- (sources."snapdragon-util-3.0.1" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
sources."source-map-0.6.1"
sources."source-map-resolve-0.5.3"
+ sources."source-map-support-0.5.19"
sources."source-map-url-0.4.0"
sources."split-skip-0.0.2"
- sources."split-string-3.1.0"
sources."sprintf-js-1.1.2"
sources."sqlite3-4.2.0"
sources."sshpk-1.16.1"
- (sources."static-extend-0.1.2" // {
- dependencies = [
- sources."define-property-0.2.5"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- ];
- })
sources."statuses-1.5.0"
sources."stealthy-require-1.1.1"
sources."strict-uri-encode-1.1.0"
sources."string-kit-0.11.8"
sources."string-padding-1.0.2"
- (sources."string-to-stream-1.1.1" // {
+ sources."string-to-stream-1.1.1"
+ (sources."string-width-1.0.2" // {
dependencies = [
- sources."readable-stream-2.3.7"
- sources."safe-buffer-5.1.2"
- sources."string_decoder-1.1.1"
+ sources."strip-ansi-3.0.1"
];
})
- (sources."string-width-1.0.2" // {
+ (sources."string_decoder-1.1.1" // {
dependencies = [
- sources."strip-ansi-3.0.1"
+ sources."safe-buffer-5.1.2"
];
})
- sources."string_decoder-1.3.0"
(sources."stringify-parameters-0.0.4" // {
dependencies = [
sources."magicli-0.0.5"
@@ -77926,55 +79986,53 @@ in
];
})
sources."strip-json-comments-2.0.1"
- sources."supports-color-5.5.0"
+ sources."stylis-3.5.4"
+ sources."supports-color-7.2.0"
sources."symbol-observable-1.2.0"
sources."symbol-tree-3.2.4"
sources."syswide-cas-5.3.0"
sources."table-layout-0.4.5"
(sources."tar-4.4.13" // {
dependencies = [
- sources."fs-minipass-1.2.7"
- sources."minipass-2.9.0"
- sources."minizlib-1.3.3"
sources."yallist-3.1.1"
];
})
- sources."tar-fs-2.1.0"
- sources."tar-stream-2.1.4"
+ sources."tar-fs-2.1.1"
+ (sources."tar-stream-2.1.4" // {
+ dependencies = [
+ sources."readable-stream-3.6.0"
+ ];
+ })
(sources."tcp-port-used-0.1.2" // {
dependencies = [
sources."debug-0.7.4"
sources."q-0.9.7"
];
})
- sources."terminal-kit-1.43.0"
+ sources."terminal-kit-1.44.0"
+ (sources."terser-4.8.0" // {
+ dependencies = [
+ sources."commander-2.20.3"
+ ];
+ })
(sources."tkwidgets-0.5.26" // {
dependencies = [
+ sources."ansi-styles-3.2.1"
+ sources."chalk-2.4.2"
+ sources."has-flag-3.0.0"
sources."is-fullwidth-code-point-2.0.0"
sources."node-emoji-git+https://github.com/laurent22/node-emoji.git"
sources."string-width-2.1.1"
+ sources."supports-color-5.5.0"
];
})
- sources."tmp-0.0.33"
- (sources."to-object-path-0.3.0" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."to-regex-3.0.2"
- sources."to-regex-range-2.1.1"
+ sources."to-regex-range-5.0.1"
sources."toidentifier-1.0.0"
- (sources."tough-cookie-3.0.1" // {
- dependencies = [
- sources."punycode-2.1.1"
- ];
- })
- (sources."tr46-1.0.1" // {
- dependencies = [
- sources."punycode-2.1.1"
- ];
- })
+ sources."tough-cookie-2.5.0"
+ sources."tr46-1.0.1"
sources."tree-kit-0.6.2"
+ sources."try-catch-2.0.1"
+ sources."try-to-catch-1.1.1"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
sources."type-check-0.3.2"
@@ -77985,32 +80043,23 @@ in
sources."commander-2.19.0"
];
})
+ sources."uglifycss-0.0.29"
sources."uid-safe-2.1.5"
sources."unc-path-regex-0.1.2"
- sources."union-value-1.0.1"
sources."uniq-1.0.1"
sources."universalify-0.1.2"
+ sources."unorm-1.6.0"
sources."unpack-string-0.0.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."upper-case-1.1.3"
- (sources."uri-js-4.4.0" // {
+ sources."uri-js-4.4.0"
+ sources."urix-0.1.0"
+ (sources."url-0.10.3" // {
dependencies = [
- sources."punycode-2.1.1"
+ sources."punycode-1.3.2"
];
})
- sources."urix-0.1.0"
- sources."url-0.10.3"
sources."url-parse-1.4.7"
- sources."use-3.1.1"
+ sources."uslug-git+https://github.com/laurent22/uslug.git#emoji-support"
sources."util-deprecate-1.0.2"
sources."uuid-3.4.0"
sources."valid-url-1.0.9"
@@ -78021,7 +80070,7 @@ in
sources."whatwg-encoding-1.0.5"
sources."whatwg-mimetype-2.3.0"
sources."whatwg-url-7.1.0"
- sources."which-1.3.1"
+ sources."which-2.0.2"
sources."which-pm-runs-1.0.0"
sources."wide-align-1.1.3"
sources."word-wrap-1.2.3"
@@ -78033,14 +80082,10 @@ in
];
})
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xml-name-validator-3.0.0"
- (sources."xml2js-0.4.23" // {
- dependencies = [
- sources."xmlbuilder-11.0.1"
- ];
- })
- sources."xmlbuilder-9.0.7"
+ sources."xml2js-0.4.23"
+ sources."xmlbuilder-11.0.1"
sources."xmlchars-2.2.0"
sources."yallist-4.0.0"
sources."yargs-parser-7.0.0"
@@ -78131,7 +80176,7 @@ in
sha512 = "znR99e1BHeyEkSvgDDpX0sTiTu+8aQyDl9DawrkOGZTTW8hv0deIFXx87114zJ7gRaDZKVQD/4tr1ifmJp9xhQ==";
};
dependencies = [
- sources."@babel/parser-7.12.3"
+ sources."@babel/parser-7.12.7"
sources."argparse-1.0.10"
sources."bluebird-3.7.2"
sources."catharsis-0.8.11"
@@ -78183,7 +80228,7 @@ in
sources."date-now-0.1.4"
(sources."dom-serializer-0.2.2" // {
dependencies = [
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
sources."entities-2.1.0"
];
})
@@ -78276,7 +80321,7 @@ in
sources."component-emitter-1.3.0"
sources."cookiejar-2.1.2"
sources."core-util-is-1.0.2"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."delayed-stream-1.0.0"
sources."esprima-4.0.1"
sources."extend-3.0.2"
@@ -78319,10 +80364,10 @@ in
json-server = nodeEnv.buildNodePackage {
name = "json-server";
packageName = "json-server";
- version = "0.16.2";
+ version = "0.16.3";
src = fetchurl {
- url = "https://registry.npmjs.org/json-server/-/json-server-0.16.2.tgz";
- sha512 = "USmSODvmBvt9Z7M3e4AHGHzLBcFlNkQMVOOqtB/h/k79JQI4saPcWniYvD5zf0kE3oGNR9VJzcHKzT8fZ9kEtw==";
+ url = "https://registry.npmjs.org/json-server/-/json-server-0.16.3.tgz";
+ sha512 = "tbsBONiefH7SR5EhSmK4EzwP3kCHuOduUq5hWAQjCwXTva4OBeKVcPrciHNWOK/+12ygtUnjuWcAxuHgqTuBLA==";
};
dependencies = [
sources."@sindresorhus/is-0.14.0"
@@ -78338,7 +80383,11 @@ in
sources."array-flatten-1.1.1"
sources."basic-auth-2.0.1"
sources."body-parser-1.19.0"
- sources."boxen-4.2.0"
+ (sources."boxen-4.2.0" // {
+ dependencies = [
+ sources."chalk-3.0.0"
+ ];
+ })
sources."bytes-3.1.0"
(sources."cacheable-request-6.1.0" // {
dependencies = [
@@ -78347,10 +80396,10 @@ in
];
})
sources."camelcase-5.3.1"
- sources."chalk-3.0.0"
+ sources."chalk-4.1.0"
sources."ci-info-2.0.0"
sources."cli-boxes-2.2.1"
- (sources."cliui-6.0.0" // {
+ (sources."cliui-7.0.4" // {
dependencies = [
sources."ansi-regex-5.0.0"
sources."strip-ansi-6.0.0"
@@ -78374,7 +80423,6 @@ in
sources."cors-2.8.5"
sources."crypto-random-string-2.0.0"
sources."debug-2.6.9"
- sources."decamelize-1.2.0"
sources."decompress-response-3.3.0"
sources."deep-extend-0.6.0"
sources."defer-to-connect-1.1.3"
@@ -78387,6 +80435,7 @@ in
sources."encodeurl-1.0.2"
sources."end-of-stream-1.4.4"
sources."errorhandler-1.5.1"
+ sources."escalade-3.1.1"
sources."escape-goat-2.1.1"
sources."escape-html-1.0.3"
sources."etag-1.8.1"
@@ -78397,7 +80446,6 @@ in
];
})
sources."finalhandler-1.1.2"
- sources."find-up-4.1.0"
sources."forwarded-0.1.2"
sources."fresh-0.5.2"
sources."get-caller-file-2.0.5"
@@ -78418,7 +80466,7 @@ in
sources."is-ci-2.0.0"
sources."is-fullwidth-code-point-2.0.0"
sources."is-installed-globally-0.3.2"
- sources."is-npm-4.0.0"
+ sources."is-npm-5.0.0"
sources."is-obj-2.0.0"
sources."is-path-inside-3.0.2"
sources."is-promise-2.2.2"
@@ -78430,12 +80478,16 @@ in
sources."json-parse-helpfulerror-1.0.3"
sources."keyv-3.1.0"
sources."latest-version-5.1.0"
- sources."locate-path-5.0.0"
sources."lodash-4.17.20"
sources."lodash-id-0.14.0"
sources."lowdb-1.0.0"
sources."lowercase-keys-1.0.1"
- sources."make-dir-3.1.0"
+ sources."lru-cache-6.0.0"
+ (sources."make-dir-3.1.0" // {
+ dependencies = [
+ sources."semver-6.3.0"
+ ];
+ })
sources."media-typer-0.3.0"
sources."merge-descriptors-1.0.1"
(sources."method-override-3.0.0" // {
@@ -78455,7 +80507,7 @@ in
];
})
sources."ms-2.0.0"
- sources."nanoid-2.1.11"
+ sources."nanoid-3.1.20"
sources."negotiator-0.6.2"
sources."normalize-url-4.5.0"
sources."object-assign-4.1.1"
@@ -78463,12 +80515,12 @@ in
sources."on-headers-1.0.2"
sources."once-1.4.0"
sources."p-cancelable-1.1.0"
- sources."p-limit-2.3.0"
- sources."p-locate-4.1.0"
- sources."p-try-2.2.0"
- sources."package-json-6.5.0"
+ (sources."package-json-6.5.0" // {
+ dependencies = [
+ sources."semver-6.3.0"
+ ];
+ })
sources."parseurl-1.3.3"
- sources."path-exists-4.0.0"
sources."path-to-regexp-0.1.7"
sources."pify-3.0.0"
sources."please-upgrade-node-3.2.0"
@@ -78476,21 +80528,24 @@ in
sources."prepend-http-2.0.0"
sources."proxy-addr-2.0.6"
sources."pump-3.0.0"
- sources."pupa-2.0.1"
+ sources."pupa-2.1.1"
sources."qs-6.7.0"
sources."range-parser-1.2.1"
sources."raw-body-2.4.0"
sources."rc-1.2.8"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."require-directory-2.1.1"
- sources."require-main-filename-2.0.0"
sources."responselike-1.0.2"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
- sources."semver-6.3.0"
+ sources."semver-7.3.4"
sources."semver-compare-1.0.0"
- sources."semver-diff-3.1.1"
+ (sources."semver-diff-3.1.1" // {
+ dependencies = [
+ sources."semver-6.3.0"
+ ];
+ })
(sources."send-0.17.1" // {
dependencies = [
sources."ms-2.1.1"
@@ -78498,7 +80553,6 @@ in
})
sources."serve-static-1.14.1"
sources."server-destroy-1.0.1"
- sources."set-blocking-2.0.0"
sources."setprototypeof-1.1.1"
sources."signal-exit-3.0.3"
sources."statuses-1.5.0"
@@ -78514,7 +80568,7 @@ in
sources."strip-ansi-5.2.0"
sources."strip-json-comments-2.0.1"
sources."supports-color-7.2.0"
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
sources."to-readable-stream-1.0.0"
sources."toidentifier-1.0.0"
sources."type-fest-0.8.1"
@@ -78522,13 +80576,12 @@ in
sources."typedarray-to-buffer-3.1.5"
sources."unique-string-2.0.0"
sources."unpipe-1.0.0"
- sources."update-notifier-4.1.3"
+ sources."update-notifier-5.0.1"
sources."url-parse-lax-3.0.0"
sources."utils-merge-1.0.1"
sources."vary-1.1.2"
- sources."which-module-2.0.0"
sources."widest-line-3.1.0"
- (sources."wrap-ansi-6.2.0" // {
+ (sources."wrap-ansi-7.0.0" // {
dependencies = [
sources."ansi-regex-5.0.0"
sources."strip-ansi-6.0.0"
@@ -78537,9 +80590,10 @@ in
sources."wrappy-1.0.2"
sources."write-file-atomic-3.0.3"
sources."xdg-basedir-4.0.0"
- sources."y18n-4.0.0"
- sources."yargs-15.4.1"
- sources."yargs-parser-18.1.3"
+ sources."y18n-5.0.5"
+ sources."yallist-4.0.0"
+ sources."yargs-16.1.1"
+ sources."yargs-parser-20.2.4"
];
buildInputs = globalBuildInputs;
meta = {
@@ -78680,7 +80734,7 @@ in
sources."lodash-4.17.20"
(sources."log4js-6.3.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -78749,7 +80803,7 @@ in
(sources."streamroller-2.2.4" // {
dependencies = [
sources."date-format-2.1.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -78768,9 +80822,9 @@ in
sources."which-module-2.0.0"
sources."wrap-ansi-6.2.0"
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xmlhttprequest-ssl-1.5.5"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yargs-15.4.1"
sources."yargs-parser-18.1.3"
sources."yeast-0.1.2"
@@ -78798,6 +80852,7 @@ in
sources."balanced-match-1.0.0"
sources."brace-expansion-1.1.11"
sources."buffer-equal-1.0.0"
+ sources."call-bind-1.0.0"
sources."clone-2.1.2"
sources."clone-buffer-1.0.0"
sources."clone-stats-1.0.0"
@@ -78808,13 +80863,12 @@ in
sources."define-properties-1.1.3"
sources."duplexify-3.7.1"
sources."end-of-stream-1.4.4"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
sources."extend-3.0.2"
sources."flush-write-stream-1.1.1"
sources."fs-mkdirp-stream-1.0.0"
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."glob-7.1.6"
sources."glob-parent-3.1.0"
sources."glob-stream-6.1.0"
@@ -78825,15 +80879,10 @@ in
sources."inherits-2.0.4"
sources."is-absolute-1.0.0"
sources."is-buffer-1.1.6"
- sources."is-callable-1.2.2"
- sources."is-date-object-1.0.2"
sources."is-extglob-2.1.1"
sources."is-glob-3.1.0"
sources."is-negated-glob-1.0.0"
- sources."is-negative-zero-2.0.0"
- sources."is-regex-1.1.1"
sources."is-relative-1.0.0"
- sources."is-symbol-1.0.3"
sources."is-unc-path-1.0.0"
sources."is-utf8-0.2.1"
sources."is-valid-glob-1.0.0"
@@ -78845,9 +80894,8 @@ in
sources."minimatch-3.0.4"
sources."normalize-path-2.1.1"
sources."now-and-later-2.0.1"
- sources."object-inspect-1.8.0"
sources."object-keys-1.1.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."once-1.4.0"
sources."ordered-read-streams-1.0.1"
sources."path-dirname-1.0.2"
@@ -78863,16 +80911,6 @@ in
sources."resolve-options-1.1.0"
sources."safe-buffer-5.1.2"
sources."stream-shift-1.0.1"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
sources."string_decoder-1.1.1"
sources."through2-2.0.5"
sources."through2-filter-3.0.0"
@@ -78918,7 +80956,7 @@ in
sources."async-1.5.2"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."boolbase-1.0.0"
@@ -79261,28 +81299,29 @@ in
sources."@lerna/write-log-file-3.13.0"
sources."@mrmlnc/readdir-enhanced-2.2.1"
sources."@nodelib/fs.stat-1.1.3"
- sources."@octokit/auth-token-2.4.2"
- (sources."@octokit/endpoint-6.0.8" // {
+ sources."@octokit/auth-token-2.4.4"
+ (sources."@octokit/endpoint-6.0.10" // {
dependencies = [
sources."is-plain-object-5.0.0"
sources."universal-user-agent-6.0.0"
];
})
+ sources."@octokit/openapi-types-2.0.0"
sources."@octokit/plugin-enterprise-rest-6.0.1"
(sources."@octokit/plugin-paginate-rest-1.1.2" // {
dependencies = [
sources."@octokit/types-2.16.2"
];
})
- sources."@octokit/plugin-request-log-1.0.0"
+ sources."@octokit/plugin-request-log-1.0.2"
(sources."@octokit/plugin-rest-endpoint-methods-2.4.0" // {
dependencies = [
sources."@octokit/types-2.16.2"
];
})
- (sources."@octokit/request-5.4.9" // {
+ (sources."@octokit/request-5.4.12" // {
dependencies = [
- sources."@octokit/request-error-2.0.2"
+ sources."@octokit/request-error-2.0.4"
sources."is-plain-object-5.0.0"
sources."universal-user-agent-6.0.0"
];
@@ -79293,11 +81332,11 @@ in
];
})
sources."@octokit/rest-16.43.2"
- sources."@octokit/types-5.5.0"
+ sources."@octokit/types-6.1.1"
sources."@types/glob-7.1.3"
sources."@types/minimatch-3.0.3"
- sources."@types/minimist-1.2.0"
- sources."@types/node-14.11.10"
+ sources."@types/minimist-1.2.1"
+ sources."@types/node-14.14.10"
sources."@types/normalize-package-data-2.4.0"
sources."@zkochan/cmd-shim-3.1.0"
sources."JSONStream-1.3.5"
@@ -79330,7 +81369,7 @@ in
sources."atob-2.1.2"
sources."atob-lite-2.0.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
(sources."base-0.11.2" // {
dependencies = [
@@ -79353,6 +81392,7 @@ in
sources."byte-size-5.0.1"
sources."cacache-12.0.4"
sources."cache-base-1.0.1"
+ sources."call-bind-1.0.0"
sources."call-me-maybe-1.0.1"
sources."caller-callsite-2.0.0"
sources."caller-path-2.0.0"
@@ -79409,22 +81449,24 @@ in
sources."concat-stream-1.6.2"
sources."config-chain-1.1.12"
sources."console-control-strings-1.1.0"
- sources."conventional-changelog-angular-5.0.11"
+ sources."conventional-changelog-angular-5.0.12"
(sources."conventional-changelog-core-3.2.3" // {
dependencies = [
sources."through2-3.0.2"
];
})
sources."conventional-changelog-preset-loader-2.3.4"
- (sources."conventional-changelog-writer-4.0.17" // {
+ (sources."conventional-changelog-writer-4.0.18" // {
dependencies = [
- sources."through2-3.0.2"
+ sources."readable-stream-3.6.0"
+ sources."through2-4.0.2"
];
})
- sources."conventional-commits-filter-2.0.6"
- (sources."conventional-commits-parser-3.1.0" // {
+ sources."conventional-commits-filter-2.0.7"
+ (sources."conventional-commits-parser-3.2.0" // {
dependencies = [
- sources."through2-3.0.2"
+ sources."readable-stream-3.6.0"
+ sources."through2-4.0.2"
];
})
(sources."conventional-recommended-bump-5.0.1" // {
@@ -79491,7 +81533,7 @@ in
sources."envinfo-7.7.3"
sources."err-code-1.1.2"
sources."error-ex-1.3.2"
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
sources."es-to-primitive-1.2.1"
sources."es6-promise-4.2.8"
sources."es6-promisify-5.0.0"
@@ -79575,6 +81617,7 @@ in
})
sources."genfun-5.0.0"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
(sources."get-pkg-repo-1.4.0" // {
dependencies = [
sources."camelcase-2.1.1"
@@ -79635,7 +81678,7 @@ in
];
})
sources."git-up-4.0.2"
- sources."git-url-parse-11.3.0"
+ sources."git-url-parse-11.4.0"
sources."gitconfiglocal-1.0.0"
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
@@ -79703,6 +81746,7 @@ in
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
sources."is-date-object-1.0.2"
sources."is-descriptor-1.0.2"
@@ -79712,7 +81756,7 @@ in
sources."is-finite-1.1.0"
sources."is-fullwidth-code-point-2.0.0"
sources."is-glob-4.0.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
(sources."is-number-3.0.0" // {
dependencies = [
sources."kind-of-3.2.2"
@@ -79770,15 +81814,21 @@ in
sources."map-cache-0.2.2"
sources."map-obj-4.1.0"
sources."map-visit-1.0.0"
- (sources."meow-7.1.1" // {
+ (sources."meow-8.0.0" // {
dependencies = [
sources."find-up-4.1.0"
+ sources."hosted-git-info-3.0.7"
sources."locate-path-5.0.0"
+ sources."lru-cache-6.0.0"
+ sources."normalize-package-data-3.0.0"
sources."p-locate-4.1.0"
sources."parse-json-5.1.0"
sources."path-exists-4.0.0"
(sources."read-pkg-5.2.0" // {
dependencies = [
+ sources."hosted-git-info-2.8.8"
+ sources."normalize-package-data-2.5.0"
+ sources."semver-5.7.1"
sources."type-fest-0.6.0"
];
})
@@ -79787,8 +81837,10 @@ in
sources."type-fest-0.8.1"
];
})
- sources."type-fest-0.13.1"
- sources."yargs-parser-18.1.3"
+ sources."semver-7.3.4"
+ sources."type-fest-0.18.1"
+ sources."yallist-4.0.0"
+ sources."yargs-parser-20.2.4"
];
})
sources."merge2-1.4.1"
@@ -79865,15 +81917,11 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
- sources."object.getownpropertydescriptors-2.1.0"
+ sources."object.assign-4.1.2"
+ sources."object.getownpropertydescriptors-2.1.1"
sources."object.pick-1.3.0"
sources."octokit-pagination-methods-1.1.0"
sources."once-1.4.0"
@@ -79960,7 +82008,7 @@ in
sources."request-2.88.2"
sources."require-directory-2.1.1"
sources."require-main-filename-2.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
(sources."resolve-cwd-2.0.0" // {
dependencies = [
sources."resolve-from-3.0.0"
@@ -80035,7 +82083,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-1.0.1"
sources."split-string-3.1.0"
sources."split2-2.2.0"
@@ -80067,8 +82115,8 @@ in
sources."strip-ansi-4.0.0"
];
})
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
(sources."string_decoder-1.1.1" // {
dependencies = [
sources."safe-buffer-5.1.2"
@@ -80105,7 +82153,7 @@ in
sources."tweetnacl-0.14.5"
sources."type-fest-0.3.1"
sources."typedarray-0.0.6"
- sources."uglify-js-3.11.2"
+ sources."uglify-js-3.12.1"
sources."uid-number-0.0.6"
sources."umask-1.1.0"
sources."union-value-1.0.1"
@@ -80163,7 +82211,7 @@ in
];
})
sources."xtend-4.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yallist-3.1.1"
(sources."yargs-14.2.3" // {
dependencies = [
@@ -80198,7 +82246,7 @@ in
sources."image-size-0.5.5"
sources."make-dir-2.1.0"
sources."mime-1.6.0"
- sources."native-request-1.0.7"
+ sources."native-request-1.0.8"
sources."pify-4.0.1"
sources."prr-1.0.1"
sources."semver-5.7.1"
@@ -80598,7 +82646,7 @@ in
sources."asynckit-0.4.0"
sources."atob-2.1.2"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."backo2-1.0.2"
(sources."base-0.11.2" // {
dependencies = [
@@ -81069,7 +83117,7 @@ in
sources."uuid-3.4.0"
sources."vary-1.1.2"
sources."verror-1.10.0"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xmlhttprequest-ssl-1.5.5"
sources."yeast-0.1.2"
];
@@ -81090,40 +83138,39 @@ in
src = ../interpreters/clojurescript/lumo;
dependencies = [
sources."@babel/code-frame-7.10.4"
- sources."@babel/compat-data-7.12.1"
- sources."@babel/core-7.12.3"
- sources."@babel/generator-7.12.1"
+ sources."@babel/compat-data-7.12.7"
+ sources."@babel/core-7.12.9"
+ sources."@babel/generator-7.12.5"
sources."@babel/helper-annotate-as-pure-7.10.4"
sources."@babel/helper-builder-binary-assignment-operator-visitor-7.10.4"
- sources."@babel/helper-compilation-targets-7.12.1"
+ sources."@babel/helper-compilation-targets-7.12.5"
sources."@babel/helper-create-class-features-plugin-7.12.1"
- sources."@babel/helper-create-regexp-features-plugin-7.12.1"
+ sources."@babel/helper-create-regexp-features-plugin-7.12.7"
sources."@babel/helper-define-map-7.10.5"
sources."@babel/helper-explode-assignable-expression-7.12.1"
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
sources."@babel/helper-hoist-variables-7.10.4"
- sources."@babel/helper-member-expression-to-functions-7.12.1"
- sources."@babel/helper-module-imports-7.12.1"
+ sources."@babel/helper-member-expression-to-functions-7.12.7"
+ sources."@babel/helper-module-imports-7.12.5"
sources."@babel/helper-module-transforms-7.12.1"
- sources."@babel/helper-optimise-call-expression-7.10.4"
+ sources."@babel/helper-optimise-call-expression-7.12.7"
sources."@babel/helper-plugin-utils-7.10.4"
- sources."@babel/helper-regex-7.10.5"
sources."@babel/helper-remap-async-to-generator-7.12.1"
- sources."@babel/helper-replace-supers-7.12.1"
+ sources."@babel/helper-replace-supers-7.12.5"
sources."@babel/helper-simple-access-7.12.1"
sources."@babel/helper-skip-transparent-expression-wrappers-7.12.1"
sources."@babel/helper-split-export-declaration-7.11.0"
sources."@babel/helper-validator-identifier-7.10.4"
sources."@babel/helper-validator-option-7.12.1"
sources."@babel/helper-wrap-function-7.12.3"
- sources."@babel/helpers-7.12.1"
+ sources."@babel/helpers-7.12.5"
(sources."@babel/highlight-7.10.4" // {
dependencies = [
sources."chalk-2.4.2"
];
})
- sources."@babel/parser-7.12.3"
+ sources."@babel/parser-7.12.7"
sources."@babel/plugin-external-helpers-7.8.3"
sources."@babel/plugin-proposal-async-generator-functions-7.12.1"
sources."@babel/plugin-proposal-class-properties-7.12.1"
@@ -81132,10 +83179,10 @@ in
sources."@babel/plugin-proposal-json-strings-7.12.1"
sources."@babel/plugin-proposal-logical-assignment-operators-7.12.1"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.12.1"
- sources."@babel/plugin-proposal-numeric-separator-7.12.1"
+ sources."@babel/plugin-proposal-numeric-separator-7.12.7"
sources."@babel/plugin-proposal-object-rest-spread-7.12.1"
sources."@babel/plugin-proposal-optional-catch-binding-7.12.1"
- sources."@babel/plugin-proposal-optional-chaining-7.12.1"
+ sources."@babel/plugin-proposal-optional-chaining-7.12.7"
sources."@babel/plugin-proposal-private-methods-7.12.1"
sources."@babel/plugin-proposal-unicode-property-regex-7.12.1"
sources."@babel/plugin-syntax-async-generators-7.8.4"
@@ -81180,18 +83227,18 @@ in
sources."@babel/plugin-transform-runtime-7.12.1"
sources."@babel/plugin-transform-shorthand-properties-7.12.1"
sources."@babel/plugin-transform-spread-7.12.1"
- sources."@babel/plugin-transform-sticky-regex-7.12.1"
+ sources."@babel/plugin-transform-sticky-regex-7.12.7"
sources."@babel/plugin-transform-template-literals-7.12.1"
sources."@babel/plugin-transform-typeof-symbol-7.12.1"
sources."@babel/plugin-transform-unicode-escapes-7.12.1"
sources."@babel/plugin-transform-unicode-regex-7.12.1"
- sources."@babel/preset-env-7.12.1"
+ sources."@babel/preset-env-7.12.7"
sources."@babel/preset-modules-0.1.4"
sources."@babel/preset-stage-2-7.8.3"
- sources."@babel/runtime-7.12.1"
- sources."@babel/template-7.10.4"
- sources."@babel/traverse-7.12.1"
- sources."@babel/types-7.12.1"
+ sources."@babel/runtime-7.12.5"
+ sources."@babel/template-7.12.7"
+ sources."@babel/traverse-7.12.9"
+ sources."@babel/types-7.12.7"
sources."@cnakazawa/watch-1.0.4"
sources."@comandeer/babel-plugin-banner-5.0.0"
sources."@istanbuljs/load-nyc-config-1.1.0"
@@ -81202,20 +83249,20 @@ in
];
})
sources."@jest/types-25.5.0"
- sources."@types/babel__core-7.1.10"
+ sources."@types/babel__core-7.1.12"
sources."@types/babel__generator-7.6.2"
- sources."@types/babel__template-7.0.3"
- sources."@types/babel__traverse-7.0.15"
+ sources."@types/babel__template-7.4.0"
+ sources."@types/babel__traverse-7.0.16"
sources."@types/estree-0.0.45"
- sources."@types/graceful-fs-4.1.3"
+ sources."@types/graceful-fs-4.1.4"
sources."@types/istanbul-lib-coverage-2.0.3"
sources."@types/istanbul-lib-report-3.0.0"
sources."@types/istanbul-reports-1.1.2"
sources."@types/json-schema-7.0.6"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/normalize-package-data-2.4.0"
sources."@types/resolve-0.0.8"
- sources."@types/yargs-15.0.9"
+ sources."@types/yargs-15.0.11"
sources."@types/yargs-parser-15.0.0"
sources."@webassemblyjs/ast-1.9.0"
sources."@webassemblyjs/floating-point-hex-parser-1.9.0"
@@ -81275,7 +83322,7 @@ in
sources."asynckit-0.4.0"
sources."atob-2.1.2"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."babel-core-7.0.0-bridge.0"
sources."babel-eslint-10.0.3"
sources."babel-helper-evaluate-path-0.5.0"
@@ -81286,11 +83333,7 @@ in
sources."babel-helper-remove-or-void-0.4.3"
sources."babel-helper-to-multiple-sequence-expressions-0.5.0"
sources."babel-jest-25.5.1"
- (sources."babel-loader-8.1.0" // {
- dependencies = [
- sources."mkdirp-0.5.5"
- ];
- })
+ sources."babel-loader-8.2.2"
sources."babel-plugin-dynamic-import-node-2.3.3"
sources."babel-plugin-istanbul-6.0.0"
sources."babel-plugin-jest-hoist-25.5.0"
@@ -81332,14 +83375,14 @@ in
sources."define-property-1.0.0"
];
})
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."big.js-5.2.2"
sources."binary-extensions-2.1.0"
sources."bindings-1.5.0"
(sources."bl-4.0.3" // {
dependencies = [
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."readable-stream-3.6.0"
];
})
@@ -81362,11 +83405,7 @@ in
sources."browserify-aes-1.2.0"
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."readable-stream-3.6.0"
@@ -81374,7 +83413,7 @@ in
];
})
sources."browserify-zlib-0.2.0"
- sources."browserslist-4.14.5"
+ sources."browserslist-4.15.0"
sources."bser-2.1.1"
sources."buffer-5.2.1"
sources."buffer-from-1.1.1"
@@ -81388,8 +83427,9 @@ in
})
sources."cache-base-1.0.1"
sources."cached-path-relative-1.0.2"
+ sources."call-bind-1.0.0"
sources."camelcase-5.3.1"
- sources."caniuse-lite-1.0.30001148"
+ sources."caniuse-lite-1.0.30001165"
sources."capture-exit-2.0.0"
sources."caseless-0.12.0"
(sources."chalk-3.0.0" // {
@@ -81405,6 +83445,7 @@ in
dependencies = [
sources."braces-3.0.2"
sources."fill-range-7.0.1"
+ sources."fsevents-2.1.3"
sources."is-number-7.0.0"
sources."to-regex-range-5.0.1"
];
@@ -81438,6 +83479,7 @@ in
sources."collection-visit-1.0.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
+ sources."colorette-1.2.1"
sources."colors-1.4.0"
(sources."combine-source-map-0.8.0" // {
dependencies = [
@@ -81459,8 +83501,8 @@ in
];
})
sources."copy-descriptor-0.1.1"
- sources."core-js-2.6.11"
- (sources."core-js-compat-3.6.5" // {
+ sources."core-js-2.6.12"
+ (sources."core-js-compat-3.8.0" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -81491,7 +83533,7 @@ in
sources."dash-ast-1.0.0"
sources."dashdash-1.14.1"
sources."death-1.1.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decamelize-1.2.0"
sources."decode-uri-component-0.2.0"
sources."define-properties-1.1.3"
@@ -81511,7 +83553,7 @@ in
sources."duplexer2-0.1.4"
sources."duplexify-3.7.1"
sources."ecc-jsbn-0.1.2"
- sources."electron-to-chromium-1.3.582"
+ sources."electron-to-chromium-1.3.616"
(sources."elliptic-6.5.3" // {
dependencies = [
sources."bn.js-4.11.9"
@@ -81527,8 +83569,6 @@ in
})
sources."errno-0.1.7"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
sources."escalade-3.1.1"
sources."escape-string-regexp-1.0.5"
sources."eslint-scope-4.0.3"
@@ -81591,11 +83631,7 @@ in
sources."extend-shallow-2.0.1"
];
})
- (sources."find-cache-dir-2.1.0" // {
- dependencies = [
- sources."make-dir-2.1.0"
- ];
- })
+ sources."find-cache-dir-3.3.1"
sources."find-up-4.1.0"
(sources."findup-sync-3.0.0" // {
dependencies = [
@@ -81612,11 +83648,12 @@ in
sources."fs-constants-1.0.0"
sources."fs-write-stream-atomic-1.0.10"
sources."fs.realpath-1.0.0"
- sources."fsevents-2.1.3"
+ sources."fsevents-2.2.1"
sources."function-bind-1.1.1"
- sources."gensync-1.0.0-beta.1"
+ sources."gensync-1.0.0-beta.2"
sources."get-assigned-identifiers-1.2.0"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
sources."get-package-type-0.1.0"
sources."get-stream-4.1.0"
sources."get-value-2.0.6"
@@ -81667,9 +83704,17 @@ in
sources."htmlescape-1.1.1"
sources."http-signature-1.2.0"
sources."https-browserify-1.0.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."iferr-0.1.5"
- sources."import-local-2.0.0"
+ (sources."import-local-2.0.0" // {
+ dependencies = [
+ sources."find-up-3.0.0"
+ sources."locate-path-3.0.0"
+ sources."p-locate-3.0.0"
+ sources."path-exists-3.0.0"
+ sources."pkg-dir-3.0.0"
+ ];
+ })
sources."imurmurhash-0.1.4"
sources."infer-owner-1.0.4"
sources."inflight-1.0.6"
@@ -81682,10 +83727,9 @@ in
sources."is-arrayish-0.2.1"
sources."is-binary-path-2.1.0"
sources."is-buffer-1.1.6"
- sources."is-callable-1.2.2"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
- sources."is-date-object-1.0.2"
sources."is-deflate-1.0.0"
sources."is-descriptor-1.0.2"
sources."is-extendable-0.1.1"
@@ -81694,7 +83738,6 @@ in
sources."is-glob-4.0.1"
sources."is-gzip-1.0.0"
sources."is-module-1.0.0"
- sources."is-negative-zero-2.0.0"
(sources."is-number-3.0.0" // {
dependencies = [
sources."kind-of-3.2.2"
@@ -81702,9 +83745,7 @@ in
})
sources."is-plain-object-2.0.4"
sources."is-reference-1.2.1"
- sources."is-regex-1.1.1"
sources."is-stream-1.1.0"
- sources."is-symbol-1.0.3"
sources."is-typedarray-1.0.0"
sources."is-windows-1.0.2"
sources."is-wsl-1.1.0"
@@ -81816,13 +83857,13 @@ in
sources."inherits-2.0.3"
sources."punycode-1.4.1"
sources."stream-http-2.8.3"
- sources."timers-browserify-2.0.11"
+ sources."timers-browserify-2.0.12"
sources."tty-browserify-0.0.0"
sources."util-0.11.1"
];
})
sources."node-modules-regexp-1.0.0"
- sources."node-releases-1.1.63"
+ sources."node-releases-1.1.67"
sources."normalize-package-data-2.5.0"
sources."normalize-path-3.0.0"
sources."npm-run-path-2.0.2"
@@ -81841,10 +83882,9 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."object.pick-1.3.0"
sources."once-1.4.0"
sources."os-browserify-0.3.0"
@@ -81875,14 +83915,7 @@ in
sources."pinkie-1.0.0"
sources."pinkie-promise-1.0.0"
sources."pirates-4.0.1"
- (sources."pkg-dir-3.0.0" // {
- dependencies = [
- sources."find-up-3.0.0"
- sources."locate-path-3.0.0"
- sources."p-locate-3.0.0"
- sources."path-exists-3.0.0"
- ];
- })
+ sources."pkg-dir-4.2.0"
sources."posix-character-classes-0.1.1"
sources."posix-getopt-git://github.com/anmonteiro/node-getopt#master"
sources."prettier-1.19.1"
@@ -81918,7 +83951,7 @@ in
})
sources."readdirp-3.5.0"
sources."realpath-native-2.0.0"
- sources."regenerate-1.4.1"
+ sources."regenerate-1.4.2"
sources."regenerate-unicode-properties-8.2.0"
sources."regenerator-runtime-0.13.7"
sources."regenerator-transform-0.14.5"
@@ -81937,7 +83970,7 @@ in
sources."request-2.88.2"
sources."require-directory-2.1.1"
sources."require-main-filename-2.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
(sources."resolve-cwd-2.0.0" // {
dependencies = [
sources."resolve-from-3.0.0"
@@ -82035,7 +84068,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-string-3.1.0"
sources."sprintf-js-1.0.3"
sources."sshpk-1.16.1"
@@ -82068,16 +84101,6 @@ in
sources."stream-shift-1.0.1"
sources."stream-splicer-2.0.1"
sources."string-width-3.1.0"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
(sources."string_decoder-1.3.0" // {
dependencies = [
sources."safe-buffer-5.2.1"
@@ -82101,6 +84124,13 @@ in
})
(sources."terser-webpack-plugin-1.4.5" // {
dependencies = [
+ sources."find-cache-dir-2.1.0"
+ sources."find-up-3.0.0"
+ sources."locate-path-3.0.0"
+ sources."make-dir-2.1.0"
+ sources."p-locate-3.0.0"
+ sources."path-exists-3.0.0"
+ sources."pkg-dir-3.0.0"
sources."schema-utils-1.0.0"
sources."source-map-0.6.1"
];
@@ -82162,14 +84192,14 @@ in
})
sources."util-deprecate-1.0.2"
sources."uuid-3.4.0"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
sources."validate-npm-package-license-3.0.4"
sources."verror-1.10.0"
sources."vinyl-2.2.1"
sources."vm-browserify-1.1.2"
sources."walker-1.0.7"
- sources."watchpack-1.7.4"
- (sources."watchpack-chokidar2-2.0.0" // {
+ sources."watchpack-1.7.5"
+ (sources."watchpack-chokidar2-2.0.1" // {
dependencies = [
sources."anymatch-2.0.0"
sources."binary-extensions-1.13.1"
@@ -82225,7 +84255,7 @@ in
sources."wrappy-1.0.2"
sources."write-file-atomic-3.0.3"
sources."xtend-4.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yallist-3.1.1"
(sources."yargs-13.3.2" // {
dependencies = [
@@ -82281,10 +84311,10 @@ in
markdown-link-check = nodeEnv.buildNodePackage {
name = "markdown-link-check";
packageName = "markdown-link-check";
- version = "3.8.3";
+ version = "3.8.4";
src = fetchurl {
- url = "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.8.3.tgz";
- sha512 = "Q9LTCwBjWcQR9dd6LNMXg9GFewkRiVEaU/+Y2ZcCbOb0lVqIfeJworWYGakG7bFj8HJQILBTRnAnEK9DDKfdPA==";
+ url = "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.8.4.tgz";
+ sha512 = "7uIEdppB5S8A/Wla+lUm40HJUg2qvZD7UPx2bSWgChe/my487whvNMf19M1T/j9LQXzRvIIDTYrec7+diJyKqg==";
};
dependencies = [
sources."ajv-6.12.6"
@@ -82294,14 +84324,14 @@ in
sources."async-3.2.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."bcrypt-pbkdf-1.0.2"
sources."caseless-0.12.0"
sources."chalk-4.1.0"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."combined-stream-1.0.8"
- sources."commander-6.1.0"
+ sources."commander-6.2.0"
sources."core-util-is-1.0.2"
sources."dashdash-1.14.1"
sources."delayed-stream-1.0.0"
@@ -82327,10 +84357,10 @@ in
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
sources."jsprim-1.4.1"
- sources."link-check-4.5.2"
+ sources."link-check-4.5.3"
sources."lodash-4.17.20"
sources."markdown-link-extractor-1.2.6"
- sources."marked-1.2.0"
+ sources."marked-1.2.5"
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
sources."ms-2.1.2"
@@ -82365,10 +84395,10 @@ in
mastodon-bot = nodeEnv.buildNodePackage {
name = "mastodon-bot";
packageName = "mastodon-bot";
- version = "1.0.4";
+ version = "1.10.2";
src = fetchurl {
- url = "https://registry.npmjs.org/mastodon-bot/-/mastodon-bot-1.0.4.tgz";
- sha512 = "gErqy0H3MtARqamwEvhTYfefesjgvDMohmrfF4PrOhh9iFa/LxKRoDJtpCEGWgcMnb+C1GlFRBzNkDJtwgUmyA==";
+ url = "https://registry.npmjs.org/mastodon-bot/-/mastodon-bot-1.10.2.tgz";
+ sha512 = "0egBr67f661HiYhCi0qGPt9RlMDownALwzGxIa5rfKncgcx16cIyy9Dm+LvN7vPaSwdJCwmrqVK+qXOHEzRJYQ==";
};
dependencies = [
sources."acorn-5.7.4"
@@ -82391,12 +84421,12 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."babel-code-frame-6.26.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."beeper-1.1.1"
- sources."bindings-1.2.1"
+ sources."bindings-1.5.0"
sources."brace-expansion-1.1.11"
sources."buffer-from-1.1.1"
sources."bufferstreams-1.1.3"
@@ -82419,7 +84449,7 @@ in
sources."d-1.0.1"
sources."dashdash-1.14.1"
sources."dateformat-2.2.0"
- sources."deasync-0.1.15"
+ sources."deasync-0.1.20"
sources."debug-2.6.9"
sources."deep-extend-0.5.1"
sources."deep-is-0.1.3"
@@ -82476,10 +84506,12 @@ in
sources."fast-levenshtein-2.0.6"
sources."figures-1.7.0"
sources."file-entry-cache-2.0.0"
+ sources."file-uri-to-path-1.0.0"
sources."flat-cache-1.3.4"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
sources."generate-function-2.3.1"
sources."generate-object-property-1.2.0"
sources."getpass-0.1.7"
@@ -82500,6 +84532,7 @@ in
sources."ajv-6.12.6"
];
})
+ sources."has-1.0.3"
sources."has-ansi-2.0.0"
sources."has-gulplog-0.1.0"
sources."http-signature-1.2.0"
@@ -82509,6 +84542,7 @@ in
sources."inherits-2.0.4"
sources."inquirer-0.12.0"
sources."interpret-1.4.0"
+ sources."is-core-module-2.2.0"
sources."is-fullwidth-code-point-1.0.0"
sources."is-my-ip-valid-1.0.0"
sources."is-my-json-valid-2.20.5"
@@ -82585,7 +84619,7 @@ in
sources."replace-ext-0.0.1"
sources."request-2.88.0"
sources."require-uncached-1.0.3"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-1.0.1"
sources."restore-cursor-1.0.1"
sources."rimraf-2.6.3"
@@ -82711,30 +84745,30 @@ in
"@mermaid-js/mermaid-cli" = nodeEnv.buildNodePackage {
name = "_at_mermaid-js_slash_mermaid-cli";
packageName = "@mermaid-js/mermaid-cli";
- version = "8.8.2-beta.8";
+ version = "8.8.3-2";
src = fetchurl {
- url = "https://registry.npmjs.org/@mermaid-js/mermaid-cli/-/mermaid-cli-8.8.2-beta.8.tgz";
- sha512 = "X9I7gwvqKVdqVvqi9AVfUWXnHQQYjssWJ2asKfhBDAkQn0vPagKkx6EjzKcRgyIroWGXN6ZpwkQ/gMvTPFlx7g==";
+ url = "https://registry.npmjs.org/@mermaid-js/mermaid-cli/-/mermaid-cli-8.8.3-2.tgz";
+ sha512 = "8tXy9R4hcUKgyRS2EOOZzQYlM3jDBIrC04w8YiiTBhTUpm0UuDYpzO+VDjFjxEGBj+KyAzEI3/7oAdV6kYHUMg==";
};
dependencies = [
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/yauzl-2.9.1"
sources."agent-base-5.1.1"
sources."ansi-styles-4.3.0"
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bl-4.0.3"
sources."brace-expansion-1.1.11"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-crc32-0.2.13"
sources."chalk-4.1.0"
sources."chownr-1.1.4"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
- sources."commander-6.1.0"
+ sources."commander-6.2.0"
sources."concat-map-0.0.1"
- sources."debug-4.3.0"
- sources."devtools-protocol-0.0.799653"
+ sources."debug-4.3.1"
+ sources."devtools-protocol-0.0.818844"
sources."end-of-stream-1.4.4"
sources."extract-zip-2.0.1"
sources."fd-slicer-1.1.0"
@@ -82745,13 +84779,14 @@ in
sources."glob-7.1.6"
sources."has-flag-4.0.0"
sources."https-proxy-agent-4.0.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."locate-path-5.0.0"
sources."minimatch-3.0.4"
sources."mkdirp-classic-0.5.3"
sources."ms-2.1.2"
+ sources."node-fetch-2.6.1"
sources."once-1.4.0"
sources."p-limit-2.3.0"
sources."p-locate-4.1.0"
@@ -82763,19 +84798,19 @@ in
sources."progress-2.0.3"
sources."proxy-from-env-1.1.0"
sources."pump-3.0.0"
- sources."puppeteer-5.3.1"
+ sources."puppeteer-5.5.0"
sources."readable-stream-3.6.0"
sources."rimraf-3.0.2"
sources."safe-buffer-5.2.1"
sources."string_decoder-1.3.0"
sources."supports-color-7.2.0"
- sources."tar-fs-2.1.0"
+ sources."tar-fs-2.1.1"
sources."tar-stream-2.1.4"
sources."through-2.3.8"
sources."unbzip2-stream-1.4.3"
sources."util-deprecate-1.0.2"
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."yauzl-2.10.0"
];
buildInputs = globalBuildInputs;
@@ -82800,20 +84835,24 @@ in
sources."@fluentui/date-time-utilities-7.9.0"
sources."@fluentui/dom-utilities-1.1.1"
sources."@fluentui/keyboard-key-0.2.12"
- sources."@fluentui/react-7.147.1"
- sources."@fluentui/react-focus-7.16.13"
- sources."@fluentui/react-window-provider-0.3.3"
- sources."@fluentui/theme-1.5.1"
- sources."@microsoft/load-themed-styles-1.10.114"
+ sources."@fluentui/react-7.153.4"
+ sources."@fluentui/react-compose-0.19.12"
+ sources."@fluentui/react-focus-7.16.19"
+ sources."@fluentui/react-stylesheets-0.2.4"
+ sources."@fluentui/react-theme-provider-0.18.0"
+ sources."@fluentui/react-window-provider-1.0.1"
+ sources."@fluentui/theme-1.7.0"
+ sources."@microsoft/load-themed-styles-1.10.139"
sources."@sindresorhus/is-0.14.0"
sources."@szmarczak/http-timer-1.1.2"
- sources."@uifabric/foundation-7.9.14"
- sources."@uifabric/icons-7.5.12"
+ sources."@types/classnames-2.2.11"
+ sources."@uifabric/foundation-7.9.20"
+ sources."@uifabric/icons-7.5.17"
sources."@uifabric/merge-styles-7.19.1"
- sources."@uifabric/react-hooks-7.13.6"
+ sources."@uifabric/react-hooks-7.13.9"
sources."@uifabric/set-version-7.0.23"
- sources."@uifabric/styling-7.16.13"
- sources."@uifabric/utilities-7.32.4"
+ sources."@uifabric/styling-7.16.18"
+ sources."@uifabric/utilities-7.33.2"
sources."accepts-1.3.7"
sources."ajv-6.12.6"
sources."ansi-escapes-1.4.0"
@@ -82829,11 +84868,11 @@ in
];
})
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."basic-auth-2.0.1"
sources."body-parser-1.19.0"
sources."brace-expansion-1.1.11"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-from-1.1.1"
sources."builtin-status-codes-3.0.0"
sources."bytes-3.1.0"
@@ -82845,6 +84884,7 @@ in
})
sources."chalk-1.1.3"
sources."chardet-0.4.2"
+ sources."classnames-2.2.6"
sources."cli-cursor-2.1.0"
sources."cli-width-2.2.1"
sources."clone-response-1.0.2"
@@ -82854,7 +84894,7 @@ in
sources."content-type-1.0.4"
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
- sources."core-js-2.6.11"
+ sources."core-js-2.6.12"
sources."crc-3.8.0"
sources."debug-2.6.9"
sources."decompress-response-3.3.0"
@@ -82897,7 +84937,7 @@ in
sources."http-cache-semantics-4.1.0"
sources."http-errors-1.7.2"
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."inflight-1.0.6"
sources."inherits-2.0.3"
sources."ini-1.3.5"
@@ -82917,6 +84957,7 @@ in
sources."lodash.merge-4.6.2"
sources."loose-envify-1.4.0"
sources."lowercase-keys-1.0.1"
+ sources."lru-cache-6.0.0"
sources."media-typer-0.3.0"
sources."merge-descriptors-1.0.1"
sources."methods-1.1.2"
@@ -82939,7 +84980,7 @@ in
sources."node-fetch-1.6.3"
sources."normalize-url-4.5.0"
sources."object-assign-4.1.1"
- sources."office-ui-fabric-react-7.147.1"
+ sources."office-ui-fabric-react-7.153.4"
sources."on-finished-2.3.0"
sources."on-headers-1.0.2"
sources."once-1.4.0"
@@ -82995,7 +85036,7 @@ in
sources."react-is-16.13.1"
sources."readable-stream-3.6.0"
sources."regenerator-runtime-0.10.5"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."responselike-1.0.2"
sources."restore-cursor-2.0.0"
@@ -83004,7 +85045,7 @@ in
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
sources."scheduler-0.19.1"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
(sources."send-0.17.1" // {
dependencies = [
sources."ms-2.1.1"
@@ -83038,7 +85079,7 @@ in
sources."strip-json-comments-2.0.1"
sources."supports-color-2.0.0"
sources."swagger-schema-official-2.0.0-bab6bed"
- sources."swagger-ui-dist-3.35.2"
+ sources."swagger-ui-dist-3.37.2"
sources."tail-2.0.4"
sources."through-2.3.8"
sources."tmp-0.0.33"
@@ -83055,6 +85096,7 @@ in
sources."vary-1.1.2"
sources."wrappy-1.0.2"
sources."xtend-4.0.2"
+ sources."yallist-4.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -83069,10 +85111,10 @@ in
mocha = nodeEnv.buildNodePackage {
name = "mocha";
packageName = "mocha";
- version = "8.2.0";
+ version = "8.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/mocha/-/mocha-8.2.0.tgz";
- sha512 = "lEWEMq2LMfNJMKeuEwb5UELi+OgFDollXaytR5ggQcHpzG3NP/R7rvixAvF+9/lLsTWhWG+4yD2M70GsM06nxw==";
+ url = "https://registry.npmjs.org/mocha/-/mocha-8.2.1.tgz";
+ sha512 = "cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w==";
};
dependencies = [
sources."@ungap/promise-all-settled-1.1.2"
@@ -83133,7 +85175,7 @@ in
sources."nanoid-3.1.12"
sources."normalize-path-3.0.0"
sources."once-1.4.0"
- sources."p-limit-3.0.2"
+ sources."p-limit-3.1.0"
sources."p-locate-5.0.0"
sources."p-try-2.2.0"
sources."path-exists-4.0.0"
@@ -83167,7 +85209,7 @@ in
];
})
sources."wrappy-1.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
(sources."yargs-13.3.2" // {
dependencies = [
sources."ansi-regex-4.1.0"
@@ -83183,10 +85225,11 @@ in
sources."yargs-parser-13.1.2"
(sources."yargs-unparser-2.0.0" // {
dependencies = [
- sources."camelcase-6.1.0"
+ sources."camelcase-6.2.0"
sources."decamelize-4.0.0"
];
})
+ sources."yocto-queue-0.1.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -83214,7 +85257,7 @@ in
sources."component-emitter-1.3.0"
sources."cookiejar-2.1.2"
sources."core-util-is-1.0.2"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."delayed-stream-1.0.0"
sources."esprima-4.0.1"
sources."extend-3.0.2"
@@ -83291,12 +85334,13 @@ in
sources."lodash.defaults-4.2.0"
sources."lodash.omit-4.5.0"
sources."logform-2.2.0"
+ sources."lru-cache-6.0.0"
sources."ms-2.1.2"
sources."one-time-0.0.4"
sources."process-nextick-args-2.0.1"
sources."readable-stream-3.6.0"
sources."safe-buffer-5.2.1"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."simple-swizzle-0.2.2"
sources."stack-trace-0.0.10"
sources."string_decoder-1.3.0"
@@ -83311,6 +85355,7 @@ in
sources."string_decoder-1.1.1"
];
})
+ sources."yallist-4.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -83325,51 +85370,50 @@ in
netlify-cli = nodeEnv.buildNodePackage {
name = "netlify-cli";
packageName = "netlify-cli";
- version = "2.65.6";
+ version = "2.69.1";
src = fetchurl {
- url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-2.65.6.tgz";
- sha512 = "0e3B0qQV2JRQ7fzkyaQ8XiszK0r6DyWTuZ+7r2OdUo0pPfQ/qZowfSjt/8WcKUZjX97ITPCxtKYTBVb7GJvgZA==";
+ url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-2.69.1.tgz";
+ sha512 = "e6C2UT0yt9RblWuLIQKZwR2xzwVcBX5PnDrYTsBnVaBNs6ddorpWjHm/qRx7No7CH5P7ITI8b3W4fQhOsQSo7g==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
- sources."@babel/compat-data-7.12.1"
- (sources."@babel/core-7.12.3" // {
+ sources."@babel/compat-data-7.12.7"
+ (sources."@babel/core-7.12.9" // {
dependencies = [
sources."semver-5.7.1"
];
})
- sources."@babel/generator-7.12.1"
+ sources."@babel/generator-7.12.5"
sources."@babel/helper-annotate-as-pure-7.10.4"
sources."@babel/helper-builder-binary-assignment-operator-visitor-7.10.4"
- (sources."@babel/helper-compilation-targets-7.12.1" // {
+ (sources."@babel/helper-compilation-targets-7.12.5" // {
dependencies = [
sources."semver-5.7.1"
];
})
sources."@babel/helper-create-class-features-plugin-7.12.1"
- sources."@babel/helper-create-regexp-features-plugin-7.12.1"
+ sources."@babel/helper-create-regexp-features-plugin-7.12.7"
sources."@babel/helper-define-map-7.10.5"
sources."@babel/helper-explode-assignable-expression-7.12.1"
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
sources."@babel/helper-hoist-variables-7.10.4"
- sources."@babel/helper-member-expression-to-functions-7.12.1"
- sources."@babel/helper-module-imports-7.12.1"
+ sources."@babel/helper-member-expression-to-functions-7.12.7"
+ sources."@babel/helper-module-imports-7.12.5"
sources."@babel/helper-module-transforms-7.12.1"
- sources."@babel/helper-optimise-call-expression-7.10.4"
+ sources."@babel/helper-optimise-call-expression-7.12.7"
sources."@babel/helper-plugin-utils-7.10.4"
- sources."@babel/helper-regex-7.10.5"
sources."@babel/helper-remap-async-to-generator-7.12.1"
- sources."@babel/helper-replace-supers-7.12.1"
+ sources."@babel/helper-replace-supers-7.12.5"
sources."@babel/helper-simple-access-7.12.1"
sources."@babel/helper-skip-transparent-expression-wrappers-7.12.1"
sources."@babel/helper-split-export-declaration-7.11.0"
sources."@babel/helper-validator-identifier-7.10.4"
sources."@babel/helper-validator-option-7.12.1"
sources."@babel/helper-wrap-function-7.12.3"
- sources."@babel/helpers-7.12.1"
+ sources."@babel/helpers-7.12.5"
sources."@babel/highlight-7.10.4"
- sources."@babel/parser-7.12.3"
+ sources."@babel/parser-7.12.7"
sources."@babel/plugin-proposal-async-generator-functions-7.12.1"
sources."@babel/plugin-proposal-class-properties-7.12.1"
sources."@babel/plugin-proposal-dynamic-import-7.12.1"
@@ -83377,10 +85421,10 @@ in
sources."@babel/plugin-proposal-json-strings-7.12.1"
sources."@babel/plugin-proposal-logical-assignment-operators-7.12.1"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.12.1"
- sources."@babel/plugin-proposal-numeric-separator-7.12.1"
+ sources."@babel/plugin-proposal-numeric-separator-7.12.7"
sources."@babel/plugin-proposal-object-rest-spread-7.12.1"
sources."@babel/plugin-proposal-optional-catch-binding-7.12.1"
- sources."@babel/plugin-proposal-optional-chaining-7.12.1"
+ sources."@babel/plugin-proposal-optional-chaining-7.12.7"
sources."@babel/plugin-proposal-private-methods-7.12.1"
sources."@babel/plugin-proposal-unicode-property-regex-7.12.1"
sources."@babel/plugin-syntax-async-generators-7.8.4"
@@ -83422,44 +85466,44 @@ in
sources."@babel/plugin-transform-reserved-words-7.12.1"
sources."@babel/plugin-transform-shorthand-properties-7.12.1"
sources."@babel/plugin-transform-spread-7.12.1"
- sources."@babel/plugin-transform-sticky-regex-7.12.1"
+ sources."@babel/plugin-transform-sticky-regex-7.12.7"
sources."@babel/plugin-transform-template-literals-7.12.1"
sources."@babel/plugin-transform-typeof-symbol-7.12.1"
sources."@babel/plugin-transform-unicode-escapes-7.12.1"
sources."@babel/plugin-transform-unicode-regex-7.12.1"
- (sources."@babel/preset-env-7.12.1" // {
+ (sources."@babel/preset-env-7.12.7" // {
dependencies = [
sources."semver-5.7.1"
];
})
sources."@babel/preset-modules-0.1.4"
- sources."@babel/runtime-7.12.1"
- sources."@babel/template-7.10.4"
- sources."@babel/traverse-7.12.1"
- sources."@babel/types-7.12.1"
- sources."@bugsnag/browser-7.4.0"
- sources."@bugsnag/core-7.3.5"
+ sources."@babel/runtime-7.12.5"
+ sources."@babel/template-7.12.7"
+ sources."@babel/traverse-7.12.9"
+ sources."@babel/types-7.12.7"
+ sources."@bugsnag/browser-7.5.3"
+ sources."@bugsnag/core-7.5.3"
sources."@bugsnag/cuid-3.0.0"
- sources."@bugsnag/js-7.4.0"
- sources."@bugsnag/node-7.3.5"
+ sources."@bugsnag/js-7.5.3"
+ sources."@bugsnag/node-7.5.3"
sources."@bugsnag/safe-json-stringify-6.0.0"
sources."@dabh/diagnostics-2.0.2"
sources."@jest/types-24.9.0"
sources."@mrmlnc/readdir-enhanced-2.2.1"
- (sources."@netlify/build-5.0.1" // {
+ (sources."@netlify/build-5.5.5" // {
dependencies = [
sources."chalk-3.0.0"
- sources."resolve-2.0.0-next.1"
+ sources."resolve-2.0.0-next.2"
];
})
- sources."@netlify/cache-utils-1.0.3"
- (sources."@netlify/config-2.3.3" // {
+ sources."@netlify/cache-utils-1.0.6"
+ (sources."@netlify/config-2.4.1" // {
dependencies = [
sources."chalk-3.0.0"
];
})
- sources."@netlify/functions-utils-1.2.9"
- (sources."@netlify/git-utils-1.0.3" // {
+ sources."@netlify/functions-utils-1.3.2"
+ (sources."@netlify/git-utils-1.0.6" // {
dependencies = [
sources."braces-3.0.2"
sources."fill-range-7.0.1"
@@ -83469,11 +85513,16 @@ in
];
})
sources."@netlify/open-api-0.18.1"
- sources."@netlify/plugin-edge-handlers-1.8.0"
- sources."@netlify/run-utils-1.0.2"
- (sources."@netlify/zip-it-and-ship-it-1.3.12" // {
+ sources."@netlify/plugin-edge-handlers-1.10.0"
+ sources."@netlify/plugins-list-2.0.1"
+ sources."@netlify/run-utils-1.0.5"
+ sources."@netlify/traffic-mesh-agent-0.27.0"
+ sources."@netlify/traffic-mesh-agent-darwin-x64-0.27.0"
+ sources."@netlify/traffic-mesh-agent-linux-x64-0.27.0"
+ sources."@netlify/traffic-mesh-agent-win32-x64-0.27.0"
+ (sources."@netlify/zip-it-and-ship-it-1.5.0" // {
dependencies = [
- sources."resolve-2.0.0-next.1"
+ sources."resolve-2.0.0-next.2"
];
})
(sources."@nodelib/fs.scandir-2.1.3" // {
@@ -83528,9 +85577,9 @@ in
sources."tslib-2.0.3"
];
})
- (sources."@oclif/errors-1.3.3" // {
+ (sources."@oclif/errors-1.3.4" // {
dependencies = [
- sources."clean-stack-3.0.0"
+ sources."clean-stack-3.0.1"
sources."wrap-ansi-7.0.0"
];
})
@@ -83566,14 +85615,12 @@ in
sources."has-flag-3.0.0"
sources."indent-string-3.2.0"
sources."is-wsl-1.1.0"
- sources."jsonfile-4.0.0"
sources."semver-5.7.1"
sources."strip-ansi-5.2.0"
sources."supports-color-5.5.0"
- sources."universalify-0.1.2"
];
})
- (sources."@oclif/plugin-plugins-1.9.1" // {
+ (sources."@oclif/plugin-plugins-1.9.4" // {
dependencies = [
sources."npm-run-path-4.0.1"
sources."path-key-3.1.1"
@@ -83581,27 +85628,28 @@ in
];
})
sources."@oclif/screen-1.0.4"
- sources."@octokit/auth-token-2.4.2"
- (sources."@octokit/endpoint-6.0.8" // {
+ sources."@octokit/auth-token-2.4.4"
+ (sources."@octokit/endpoint-6.0.10" // {
dependencies = [
sources."is-plain-object-5.0.0"
sources."universal-user-agent-6.0.0"
];
})
+ sources."@octokit/openapi-types-2.0.0"
(sources."@octokit/plugin-paginate-rest-1.1.2" // {
dependencies = [
sources."@octokit/types-2.16.2"
];
})
- sources."@octokit/plugin-request-log-1.0.0"
+ sources."@octokit/plugin-request-log-1.0.2"
(sources."@octokit/plugin-rest-endpoint-methods-2.4.0" // {
dependencies = [
sources."@octokit/types-2.16.2"
];
})
- (sources."@octokit/request-5.4.9" // {
+ (sources."@octokit/request-5.4.12" // {
dependencies = [
- sources."@octokit/request-error-2.0.2"
+ sources."@octokit/request-error-2.0.4"
sources."is-plain-object-5.0.0"
sources."universal-user-agent-6.0.0"
];
@@ -83612,8 +85660,8 @@ in
];
})
sources."@octokit/rest-16.43.2"
- sources."@octokit/types-5.5.0"
- sources."@rollup/plugin-babel-5.2.1"
+ sources."@octokit/types-6.1.1"
+ sources."@rollup/plugin-babel-5.2.2"
(sources."@rollup/plugin-commonjs-15.1.0" // {
dependencies = [
sources."estree-walker-2.0.1"
@@ -83636,17 +85684,20 @@ in
sources."@types/estree-0.0.39"
sources."@types/glob-7.1.3"
sources."@types/got-8.3.5"
+ sources."@types/hast-2.3.1"
sources."@types/http-proxy-1.17.4"
sources."@types/istanbul-lib-coverage-2.0.3"
sources."@types/istanbul-lib-report-3.0.0"
sources."@types/istanbul-reports-1.1.2"
sources."@types/minimatch-3.0.3"
sources."@types/mkdirp-0.5.2"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/node-fetch-2.5.7"
sources."@types/normalize-package-data-2.4.0"
+ sources."@types/parse5-5.0.3"
sources."@types/resolve-1.17.1"
sources."@types/semver-5.5.0"
+ sources."@types/unist-2.0.3"
sources."@types/yargs-13.0.11"
sources."@types/yargs-parser-15.0.0"
sources."@typescript-eslint/typescript-estree-2.34.0"
@@ -83657,7 +85708,7 @@ in
];
})
sources."accepts-1.3.7"
- sources."agent-base-6.0.1"
+ sources."agent-base-6.0.2"
sources."aggregate-error-3.1.0"
(sources."ansi-align-3.0.0" // {
dependencies = [
@@ -83705,27 +85756,28 @@ in
];
})
sources."assign-symbols-1.0.0"
- sources."ast-module-types-2.6.0"
+ sources."ast-module-types-2.7.1"
sources."async-3.2.0"
sources."asynckit-0.4.0"
- sources."at-least-node-1.0.0"
sources."atob-2.1.2"
sources."atob-lite-2.0.0"
- (sources."aws-sdk-2.773.0" // {
+ (sources."aws-sdk-2.804.0" // {
dependencies = [
sources."buffer-4.9.2"
+ sources."ieee754-1.1.13"
sources."uuid-3.3.2"
];
})
sources."babel-plugin-dynamic-import-node-2.3.3"
sources."backoff-2.5.0"
+ sources."bail-1.0.5"
sources."balanced-match-1.0.0"
(sources."base-0.11.2" // {
dependencies = [
sources."define-property-1.0.0"
];
})
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."before-after-hook-2.1.0"
sources."binary-extensions-2.1.0"
(sources."bl-0.8.2" // {
@@ -83758,19 +85810,15 @@ in
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
sources."browserify-fs-1.0.0"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."readable-stream-3.6.0"
];
})
- sources."browserslist-4.14.5"
+ sources."browserslist-4.15.0"
sources."btoa-lite-1.0.0"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-alloc-1.2.0"
sources."buffer-alloc-unsafe-1.1.0"
sources."buffer-crc32-0.2.13"
@@ -83789,11 +85837,13 @@ in
];
})
sources."cachedir-2.3.0"
+ sources."call-bind-1.0.0"
sources."call-me-maybe-1.0.1"
sources."camelcase-5.3.1"
- sources."caniuse-lite-1.0.30001148"
+ sources."caniuse-lite-1.0.30001165"
sources."cardinal-2.1.1"
sources."caw-2.0.1"
+ sources."ccount-1.1.0"
(sources."chalk-2.4.2" // {
dependencies = [
sources."ansi-styles-3.2.1"
@@ -83802,6 +85852,8 @@ in
sources."supports-color-5.5.0"
];
})
+ sources."character-entities-html4-1.1.4"
+ sources."character-entities-legacy-1.1.4"
sources."chardet-0.7.0"
(sources."chokidar-3.4.3" // {
dependencies = [
@@ -83837,11 +85889,11 @@ in
sources."cli-cursor-2.1.0"
sources."cli-progress-3.8.2"
sources."cli-spinners-2.5.0"
- (sources."cli-ux-5.5.0" // {
+ (sources."cli-ux-5.5.1" // {
dependencies = [
sources."ansi-escapes-4.3.1"
sources."chalk-4.1.0"
- sources."clean-stack-3.0.0"
+ sources."clean-stack-3.0.1"
sources."extract-stack-2.0.0"
sources."supports-hyperlinks-2.1.0"
sources."tslib-2.0.3"
@@ -83857,9 +85909,11 @@ in
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."color-string-1.5.4"
+ sources."colorette-1.2.1"
sources."colors-1.4.0"
sources."colorspace-1.1.2"
sources."combined-stream-1.0.8"
+ sources."comma-separated-tokens-1.0.8"
sources."commander-2.20.3"
sources."common-path-prefix-2.0.0"
sources."commondir-1.0.1"
@@ -83894,7 +85948,7 @@ in
sources."readdirp-2.2.1"
];
})
- (sources."core-js-compat-3.6.5" // {
+ (sources."core-js-compat-3.8.0" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -83929,7 +85983,7 @@ in
sources."crypto-random-string-2.0.0"
sources."cyclist-1.0.1"
sources."date-time-2.1.0"
- (sources."debug-4.3.0" // {
+ (sources."debug-4.3.1" // {
dependencies = [
sources."ms-2.1.2"
];
@@ -83952,7 +86006,6 @@ in
sources."bl-1.2.3"
sources."file-type-5.2.0"
sources."tar-stream-1.6.2"
- sources."xtend-4.0.2"
];
})
(sources."decompress-tarbz2-4.1.1" // {
@@ -83994,7 +86047,7 @@ in
sources."deprecation-2.3.1"
sources."des.js-1.0.1"
sources."destroy-1.0.4"
- sources."detective-amd-3.0.0"
+ sources."detective-amd-3.0.1"
sources."detective-cjs-3.1.1"
sources."detective-es6-2.2.0"
sources."detective-less-1.0.2"
@@ -84037,8 +86090,8 @@ in
})
sources."duplexer3-0.1.4"
sources."ee-first-1.1.1"
- sources."electron-to-chromium-1.3.582"
- sources."elf-tools-1.1.2"
+ sources."electron-to-chromium-1.3.616"
+ sources."elf-cam-0.1.1"
(sources."elliptic-6.5.3" // {
dependencies = [
sources."bn.js-4.11.9"
@@ -84052,7 +86105,7 @@ in
sources."errno-0.1.7"
sources."error-ex-1.3.2"
sources."error-stack-parser-2.0.6"
- sources."es-abstract-1.18.0-next.1"
+ sources."es-abstract-1.17.7"
sources."es-to-primitive-1.2.1"
sources."escalade-3.1.1"
sources."escape-goat-2.1.1"
@@ -84112,6 +86165,7 @@ in
sources."express-logging-1.1.1"
sources."ext-list-2.2.2"
sources."ext-name-5.0.0"
+ sources."extend-3.0.2"
(sources."extend-shallow-3.0.2" // {
dependencies = [
sources."is-extendable-1.0.1"
@@ -84135,7 +86189,7 @@ in
sources."fast-levenshtein-2.0.6"
sources."fast-safe-stringify-2.0.7"
sources."fast-stringify-1.1.2"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."fd-slicer-1.1.0"
sources."fecha-4.2.0"
(sources."figures-3.2.0" // {
@@ -84177,7 +86231,7 @@ in
sources."from2-2.3.0"
sources."from2-array-0.0.4"
sources."fs-constants-1.0.0"
- sources."fs-extra-9.0.1"
+ sources."fs-extra-8.1.0"
sources."fs.realpath-1.0.0"
sources."fsevents-2.1.3"
sources."function-bind-1.1.1"
@@ -84189,9 +86243,10 @@ in
sources."string_decoder-0.10.31"
];
})
- sources."gensync-1.0.0-beta.1"
+ sources."gensync-1.0.0-beta.2"
sources."get-amd-module-type-3.0.0"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
sources."get-port-5.1.1"
sources."get-proxy-2.1.0"
sources."get-stream-5.2.0"
@@ -84270,8 +86325,15 @@ in
sources."is-stream-2.0.0"
];
})
+ sources."hast-util-from-parse5-6.0.1"
+ sources."hast-util-is-element-1.1.0"
+ sources."hast-util-parse-selector-2.2.5"
+ sources."hast-util-to-html-7.1.2"
+ sources."hast-util-whitespace-1.0.4"
+ sources."hastscript-6.0.0"
sources."hmac-drbg-1.0.1"
sources."hosted-git-info-2.8.8"
+ sources."html-void-elements-1.0.5"
sources."http-cache-semantics-4.1.0"
(sources."http-call-5.3.0" // {
dependencies = [
@@ -84299,7 +86361,7 @@ in
sources."hyperlinker-1.0.0"
sources."iconv-lite-0.4.24"
sources."idb-wrapper-1.7.2"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."ignore-4.0.6"
sources."import-lazy-2.1.0"
sources."imurmurhash-0.1.4"
@@ -84327,7 +86389,7 @@ in
})
];
})
- (sources."inquirer-autocomplete-prompt-1.2.0" // {
+ (sources."inquirer-autocomplete-prompt-1.3.0" // {
dependencies = [
sources."ansi-escapes-4.3.1"
sources."chalk-4.1.0"
@@ -84343,6 +86405,7 @@ in
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
sources."is-date-object-1.0.2"
sources."is-descriptor-1.0.2"
@@ -84355,7 +86418,7 @@ in
sources."is-interactive-1.0.0"
sources."is-module-1.0.0"
sources."is-natural-number-4.0.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-npm-4.0.0"
(sources."is-number-3.0.0" // {
dependencies = [
@@ -84385,12 +86448,12 @@ in
sources."isobject-3.0.1"
(sources."isurl-1.0.0" // {
dependencies = [
- sources."is-object-1.0.1"
+ sources."is-object-1.0.2"
];
})
sources."jest-get-type-24.9.0"
sources."jest-validate-24.9.0"
- sources."jest-worker-26.5.0"
+ sources."jest-worker-26.6.2"
sources."jmespath-0.15.0"
sources."js-string-escape-1.0.1"
sources."js-tokens-4.0.0"
@@ -84400,16 +86463,16 @@ in
sources."json-parse-better-errors-1.0.2"
sources."json-parse-even-better-errors-2.3.1"
sources."json5-2.1.3"
- sources."jsonfile-6.0.1"
+ sources."jsonfile-4.0.0"
sources."junk-3.1.0"
- sources."jwt-decode-3.0.0"
+ sources."jwt-decode-3.1.2"
sources."keep-func-props-3.0.1"
sources."keyv-3.1.0"
sources."kind-of-6.0.3"
sources."kuler-2.0.0"
(sources."lambda-local-1.7.4" // {
dependencies = [
- sources."commander-6.1.0"
+ sources."commander-6.2.0"
];
})
sources."latest-version-5.1.0"
@@ -84421,7 +86484,11 @@ in
sources."string_decoder-0.10.31"
];
})
- sources."level-filesystem-1.2.0"
+ (sources."level-filesystem-1.2.0" // {
+ dependencies = [
+ sources."xtend-2.2.0"
+ ];
+ })
sources."level-fix-range-2.0.0"
sources."level-hooks-4.5.0"
(sources."level-js-2.2.4" // {
@@ -84465,7 +86532,6 @@ in
sources."lodash._reinterpolate-3.0.0"
sources."lodash.camelcase-4.3.0"
sources."lodash.clonedeep-4.5.0"
- sources."lodash.debounce-4.0.8"
sources."lodash.deburr-4.1.0"
sources."lodash.defaults-4.2.0"
sources."lodash.difference-4.5.0"
@@ -84473,15 +86539,10 @@ in
sources."lodash.flattendeep-4.4.0"
sources."lodash.get-4.4.2"
sources."lodash.isempty-4.4.0"
- sources."lodash.isequal-4.5.0"
sources."lodash.islength-4.0.1"
- sources."lodash.isobject-3.0.2"
sources."lodash.isplainobject-4.0.6"
sources."lodash.merge-4.6.2"
- sources."lodash.pick-4.4.0"
- sources."lodash.sample-4.2.1"
sources."lodash.set-4.3.2"
- sources."lodash.snakecase-4.1.1"
sources."lodash.template-4.5.0"
sources."lodash.templatesettings-4.2.0"
sources."lodash.transform-4.6.0"
@@ -84499,6 +86560,7 @@ in
];
})
sources."lowercase-keys-1.0.1"
+ sources."lru-cache-6.0.0"
sources."ltgt-2.2.1"
sources."macos-release-2.4.1"
sources."magic-string-0.25.7"
@@ -84548,7 +86610,7 @@ in
];
})
sources."mkdirp-0.5.5"
- sources."module-definition-3.3.0"
+ sources."module-definition-3.3.1"
sources."moize-5.4.7"
(sources."move-file-1.2.0" // {
dependencies = [
@@ -84573,21 +86635,22 @@ in
sources."natural-orderby-2.0.3"
sources."negotiator-0.6.2"
sources."nested-error-stacks-2.1.0"
- (sources."netlify-4.8.0" // {
+ (sources."netlify-4.9.0" // {
dependencies = [
sources."qs-6.9.4"
];
})
+ sources."netlify-plugin-deploy-preview-commenting-0.0.1-alpha.16"
(sources."netlify-redirect-parser-2.5.0" // {
dependencies = [
sources."@netlify/config-0.11.11"
sources."chalk-3.0.0"
];
})
- sources."netlify-redirector-0.2.0"
+ sources."netlify-redirector-0.2.1"
sources."nice-try-1.0.5"
sources."node-fetch-2.6.1"
- sources."node-releases-1.1.63"
+ sources."node-releases-1.1.67"
sources."node-source-walk-4.2.0"
sources."noop2-2.0.0"
(sources."normalize-package-data-2.5.0" // {
@@ -84617,14 +86680,14 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
- sources."object-treeify-1.1.28"
+ sources."object-treeify-1.1.30"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
- (sources."object.getownpropertydescriptors-2.1.0" // {
+ sources."object.assign-4.1.2"
+ (sources."object.getownpropertydescriptors-2.1.1" // {
dependencies = [
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
];
})
sources."object.pick-1.3.0"
@@ -84685,10 +86748,12 @@ in
})
sources."parallel-transform-1.2.0"
sources."parse-asn1-5.1.6"
+ sources."parse-github-repo-url-1.4.1"
sources."parse-github-url-1.0.2"
sources."parse-gitignore-1.0.1"
sources."parse-json-5.1.0"
sources."parse-ms-2.1.0"
+ sources."parse5-6.0.1"
sources."parseurl-1.3.3"
sources."pascalcase-0.1.1"
sources."password-prompt-1.1.2"
@@ -84728,6 +86793,7 @@ in
sources."prettyjson-1.2.1"
sources."process-es6-0.11.6"
sources."process-nextick-args-2.0.1"
+ sources."property-information-5.6.0"
sources."proto-list-1.2.4"
sources."proxy-addr-2.0.6"
sources."prr-1.0.1"
@@ -84738,12 +86804,12 @@ in
})
sources."pump-3.0.0"
sources."punycode-1.3.2"
- sources."pupa-2.0.1"
+ sources."pupa-2.1.1"
sources."qs-6.7.0"
sources."query-string-5.1.1"
sources."querystring-0.2.0"
sources."random-bytes-1.0.0"
- sources."random-item-3.0.0"
+ sources."random-item-3.1.0"
sources."randombytes-2.1.0"
sources."randomfill-1.0.4"
sources."range-parser-1.2.1"
@@ -84767,13 +86833,13 @@ in
})
sources."readdirp-3.5.0"
sources."redeyed-2.1.1"
- sources."regenerate-1.4.1"
+ sources."regenerate-1.4.2"
sources."regenerate-unicode-properties-8.2.0"
sources."regenerator-runtime-0.13.7"
sources."regenerator-transform-0.14.5"
sources."regex-not-1.0.2"
sources."regexpu-core-4.7.1"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."regjsgen-0.5.2"
(sources."regjsparser-0.6.4" // {
@@ -84781,14 +86847,17 @@ in
sources."jsesc-0.5.0"
];
})
+ sources."rehype-parse-7.0.1"
+ sources."rehype-stringify-8.0.0"
sources."remove-trailing-separator-1.1.0"
sources."repeat-element-1.1.3"
sources."repeat-string-1.6.1"
+ sources."replace-ext-1.0.0"
sources."require-directory-2.1.1"
sources."require-main-filename-2.0.0"
sources."require-package-name-2.0.1"
sources."requires-port-1.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-url-0.2.1"
sources."responselike-1.0.2"
(sources."restore-cursor-2.0.0" // {
@@ -84801,11 +86870,11 @@ in
sources."reusify-1.0.4"
sources."rimraf-3.0.2"
sources."ripemd160-2.0.2"
- sources."rollup-2.32.0"
+ sources."rollup-2.34.1"
sources."rollup-plugin-node-builtins-2.1.2"
sources."rollup-plugin-terser-7.0.2"
sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."rxjs-6.6.3"
sources."safe-buffer-5.2.1"
sources."safe-join-0.1.3"
@@ -84814,7 +86883,7 @@ in
sources."safer-buffer-2.1.2"
sources."sax-1.2.1"
sources."seek-bzip-1.0.6"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
(sources."semver-diff-3.1.1" // {
dependencies = [
sources."semver-6.3.0"
@@ -84893,10 +86962,11 @@ in
})
sources."source-map-url-0.4.0"
sources."sourcemap-codec-1.4.8"
+ sources."space-separated-tokens-1.1.5"
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-string-3.1.0"
sources."split2-1.1.1"
sources."sprintf-js-1.0.3"
@@ -84935,21 +87005,14 @@ in
sources."strict-uri-encode-1.1.0"
sources."string-range-1.2.2"
sources."string-width-4.2.0"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
(sources."string_decoder-1.1.1" // {
dependencies = [
sources."safe-buffer-5.1.2"
];
})
+ sources."stringify-entities-3.1.0"
(sources."strip-ansi-6.0.0" // {
dependencies = [
sources."ansi-regex-5.0.0"
@@ -84991,29 +87054,17 @@ in
sources."unique-string-1.0.0"
];
})
- sources."term-size-2.2.0"
- (sources."terser-5.3.5" // {
+ sources."term-size-2.2.1"
+ (sources."terser-5.5.1" // {
dependencies = [
sources."source-map-0.7.3"
];
})
sources."text-hex-1.0.0"
sources."through-2.3.8"
- (sources."through2-2.0.5" // {
- dependencies = [
- sources."xtend-4.0.2"
- ];
- })
- (sources."through2-filter-3.0.0" // {
- dependencies = [
- sources."xtend-4.0.2"
- ];
- })
- (sources."through2-map-3.0.0" // {
- dependencies = [
- sources."xtend-4.0.2"
- ];
- })
+ sources."through2-2.0.5"
+ sources."through2-filter-3.0.0"
+ sources."through2-map-3.0.0"
sources."time-zone-1.0.0"
sources."timed-out-4.0.1"
sources."tmp-0.2.1"
@@ -85038,6 +87089,7 @@ in
];
})
sources."triple-beam-1.3.0"
+ sources."trough-1.0.5"
sources."tslib-1.14.1"
sources."tsutils-3.17.1"
sources."tunnel-agent-0.6.0"
@@ -85053,11 +87105,20 @@ in
sources."unicode-match-property-ecmascript-1.0.4"
sources."unicode-match-property-value-ecmascript-1.2.0"
sources."unicode-property-aliases-ecmascript-1.1.0"
+ (sources."unified-9.2.0" // {
+ dependencies = [
+ sources."is-buffer-2.0.5"
+ ];
+ })
sources."union-value-1.0.1"
sources."uniq-1.0.1"
sources."unique-string-2.0.0"
+ sources."unist-util-is-4.0.4"
+ sources."unist-util-stringify-position-2.0.3"
+ sources."unist-util-visit-2.0.3"
+ sources."unist-util-visit-parents-3.1.1"
sources."universal-user-agent-4.0.1"
- sources."universalify-1.0.0"
+ sources."universalify-0.1.2"
(sources."unixify-1.0.0" // {
dependencies = [
sources."normalize-path-2.1.1"
@@ -85085,22 +87146,26 @@ in
sources."url-to-options-1.0.1"
sources."use-3.1.1"
sources."util-deprecate-1.0.2"
- (sources."util.promisify-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."util.promisify-1.0.1"
sources."utils-merge-1.0.1"
sources."uuid-8.3.1"
sources."validate-npm-package-license-3.0.4"
sources."validate-npm-package-name-3.0.0"
sources."vary-1.1.2"
+ (sources."vfile-4.2.0" // {
+ dependencies = [
+ sources."is-buffer-2.0.5"
+ ];
+ })
+ sources."vfile-location-3.2.0"
+ sources."vfile-message-2.0.4"
(sources."wait-port-0.2.9" // {
dependencies = [
sources."commander-3.0.2"
];
})
sources."wcwidth-1.0.1"
+ sources."web-namespaces-1.1.4"
sources."well-known-symbols-2.0.0"
sources."which-2.0.2"
sources."which-module-2.0.0"
@@ -85129,8 +87194,9 @@ in
sources."xdg-basedir-4.0.0"
sources."xml2js-0.4.19"
sources."xmlbuilder-9.0.7"
- sources."xtend-2.2.0"
- sources."y18n-4.0.0"
+ sources."xtend-4.0.2"
+ sources."y18n-4.0.1"
+ sources."yallist-4.0.0"
sources."yargs-15.4.1"
sources."yargs-parser-18.1.3"
sources."yarn-1.22.10"
@@ -85191,7 +87257,7 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."brace-expansion-1.1.11"
@@ -85235,6 +87301,7 @@ in
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
sources."jsprim-1.4.1"
+ sources."lru-cache-6.0.0"
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
sources."minimatch-3.0.4"
@@ -85258,7 +87325,7 @@ in
sources."rimraf-3.0.2"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."set-blocking-2.0.0"
sources."signal-exit-3.0.3"
sources."sshpk-1.16.1"
@@ -85329,7 +87396,7 @@ in
sources."async-0.9.2"
sources."asynckit-0.4.0"
sources."aws-sign2-0.6.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."base64-js-0.0.8"
sources."bcrypt-pbkdf-1.0.2"
@@ -85390,6 +87457,7 @@ in
sources."fs.realpath-1.0.0"
sources."fstream-1.0.12"
sources."fstream-ignore-1.0.5"
+ sources."function-bind-1.1.1"
sources."gauge-2.7.4"
sources."get-stdin-4.0.1"
(sources."getpass-0.1.7" // {
@@ -85401,6 +87469,7 @@ in
sources."graceful-fs-4.2.4"
sources."har-schema-1.0.5"
sources."har-validator-4.2.1"
+ sources."has-1.0.3"
sources."has-unicode-2.0.1"
sources."hawk-3.1.3"
sources."headless-0.1.7"
@@ -85416,6 +87485,7 @@ in
sources."invert-kv-1.0.0"
sources."ipaddr.js-1.9.1"
sources."is-arrayish-0.2.1"
+ sources."is-core-module-2.2.0"
sources."is-finite-1.1.0"
sources."is-fullwidth-code-point-1.0.0"
sources."is-typedarray-1.0.0"
@@ -85500,7 +87570,7 @@ in
sources."qs-6.4.0"
];
})
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."rimraf-2.2.8"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
@@ -85524,7 +87594,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
(sources."sshpk-1.16.1" // {
dependencies = [
sources."assert-plus-1.0.0"
@@ -85604,10 +87674,10 @@ in
node-pre-gyp = nodeEnv.buildNodePackage {
name = "node-pre-gyp";
packageName = "node-pre-gyp";
- version = "0.15.0";
+ version = "0.16.0";
src = fetchurl {
- url = "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.15.0.tgz";
- sha512 = "7QcZa8/fpaU/BKenjcaeFF9hLz2+7S9AqyXFhlH/rilsQ/hPZKK32RtR5EQHJElgu+q5RfbJ34KriI79UWaorA==";
+ url = "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.16.0.tgz";
+ sha512 = "4efGA+X/YXAHLi1hN8KaPrILULaUn2nWecFrn1k2I+99HpoyvcOGEbtcOxpDiUwPF2ZANMJDh32qwOUPenuR1g==";
};
dependencies = [
sources."abbrev-1.1.1"
@@ -85621,7 +87691,7 @@ in
sources."concat-map-0.0.1"
sources."console-control-strings-1.1.0"
sources."core-util-is-1.0.2"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."deep-extend-0.6.0"
sources."delegates-1.0.0"
sources."detect-libc-1.0.3"
@@ -85689,16 +87759,16 @@ in
node-red = nodeEnv.buildNodePackage {
name = "node-red";
packageName = "node-red";
- version = "1.2.1";
+ version = "1.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/node-red/-/node-red-1.2.1.tgz";
- sha512 = "ZgxnaEMp2bJbsludpt3elaw/5yMznqjYklZE7eBwGErbNUVT3SmiSd0wNBO5j1QPiaqtGdSzqT2e45qzDzyiOg==";
+ url = "https://registry.npmjs.org/node-red/-/node-red-1.2.6.tgz";
+ sha512 = "Sy6ZNRFxN4KwT/eGFBt9L6aMXK0XGRwBNlhoFMPObSujLJVMUKHxirHAMst5CvUYigijFXM6ILRC6p/XqYHZRg==";
};
dependencies = [
- sources."@babel/runtime-7.12.1"
- sources."@node-red/editor-api-1.2.1"
- sources."@node-red/editor-client-1.2.1"
- (sources."@node-red/nodes-1.2.1" // {
+ sources."@babel/runtime-7.12.5"
+ sources."@node-red/editor-api-1.2.6"
+ sources."@node-red/editor-client-1.2.6"
+ (sources."@node-red/nodes-1.2.6" // {
dependencies = [
sources."cookie-0.4.1"
sources."http-errors-1.7.3"
@@ -85712,14 +87782,14 @@ in
})
];
})
- sources."@node-red/registry-1.2.1"
- sources."@node-red/runtime-1.2.1"
- sources."@node-red/util-1.2.1"
+ sources."@node-red/registry-1.2.6"
+ sources."@node-red/runtime-1.2.6"
+ sources."@node-red/util-1.2.6"
sources."abbrev-1.1.1"
sources."accepts-1.3.7"
- (sources."agent-base-6.0.1" // {
+ (sources."agent-base-6.0.2" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -85744,10 +87814,10 @@ in
sources."async-mutex-0.2.4"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."axios-0.19.2"
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
(sources."basic-auth-2.0.1" // {
dependencies = [
sources."safe-buffer-5.1.2"
@@ -85779,7 +87849,7 @@ in
sources."body-parser-1.19.0"
sources."boolbase-1.0.0"
sources."brace-expansion-1.1.11"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-from-1.1.1"
sources."busboy-0.2.14"
sources."bytes-3.1.0"
@@ -85817,7 +87887,6 @@ in
sources."cron-1.7.2"
sources."css-select-1.2.0"
sources."css-what-2.1.3"
- sources."d-1.0.1"
sources."dashdash-1.14.1"
sources."debug-2.6.9"
sources."deep-extend-0.6.0"
@@ -85845,19 +87914,9 @@ in
sources."encodeurl-1.0.2"
sources."end-of-stream-1.4.4"
sources."entities-1.1.2"
- sources."es5-ext-0.10.53"
- sources."es6-iterator-2.0.3"
- sources."es6-map-0.1.5"
- (sources."es6-set-0.1.5" // {
- dependencies = [
- sources."es6-symbol-3.1.1"
- ];
- })
- sources."es6-symbol-3.1.3"
sources."escape-html-1.0.3"
sources."esprima-4.0.1"
sources."etag-1.8.1"
- sources."event-emitter-0.3.5"
(sources."express-4.17.1" // {
dependencies = [
sources."safe-buffer-5.1.2"
@@ -85868,11 +87927,6 @@ in
sources."depd-2.0.0"
];
})
- (sources."ext-1.4.0" // {
- dependencies = [
- sources."type-2.1.0"
- ];
- })
sources."extend-3.0.2"
sources."extsprintf-1.3.0"
sources."fast-deep-equal-3.1.3"
@@ -85919,13 +87973,13 @@ in
sources."http-signature-1.2.0"
(sources."https-proxy-agent-5.0.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
sources."i18next-15.1.2"
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."ignore-walk-3.0.3"
sources."inflight-1.0.6"
sources."inherits-2.0.3"
@@ -85949,7 +88003,7 @@ in
sources."json-schema-traverse-0.4.1"
sources."json-stable-stringify-without-jsonify-1.0.1"
sources."json-stringify-safe-5.0.1"
- sources."jsonata-1.8.3"
+ sources."jsonata-1.8.4"
sources."jsonfile-4.0.0"
sources."jsprim-1.4.1"
sources."leven-2.1.0"
@@ -85968,9 +88022,10 @@ in
sources."lodash.some-4.6.0"
sources."lru-cache-4.1.5"
sources."media-typer-0.3.0"
- (sources."memorystore-1.6.2" // {
+ (sources."memorystore-1.6.4" // {
dependencies = [
- sources."debug-3.1.0"
+ sources."debug-4.3.1"
+ sources."ms-2.1.2"
];
})
sources."merge-descriptors-1.0.1"
@@ -85992,21 +88047,20 @@ in
})
sources."mkdirp-0.5.5"
sources."moment-2.29.1"
- sources."moment-timezone-0.5.31"
- (sources."mqtt-4.2.1" // {
+ sources."moment-timezone-0.5.32"
+ (sources."mqtt-4.2.6" // {
dependencies = [
- sources."debug-4.3.0"
- sources."isarray-1.0.0"
+ sources."concat-stream-2.0.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
- sources."readable-stream-2.3.7"
- sources."safe-buffer-5.1.2"
- sources."string_decoder-1.1.1"
- sources."ws-7.3.1"
+ sources."readable-stream-3.6.0"
+ sources."string_decoder-1.3.0"
+ sources."ws-7.4.1"
];
})
- (sources."mqtt-packet-6.6.0" // {
+ (sources."mqtt-packet-6.7.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -86017,12 +88071,11 @@ in
sources."nan-2.14.0"
(sources."needle-2.5.2" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
];
})
sources."negotiator-0.6.2"
- sources."next-tick-1.0.0"
(sources."node-pre-gyp-0.14.0" // {
dependencies = [
sources."chownr-1.1.4"
@@ -86159,10 +88212,9 @@ in
sources."tslib-2.0.3"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
- sources."type-1.2.0"
sources."type-is-1.6.18"
sources."typedarray-0.0.6"
- sources."uglify-js-3.11.2"
+ sources."uglify-js-3.11.6"
sources."uid-safe-2.1.5"
sources."uid2-0.0.3"
sources."unc-path-regex-0.1.2"
@@ -86212,7 +88264,7 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."base64-js-1.3.1"
sources."bcrypt-pbkdf-1.0.2"
@@ -86253,18 +88305,21 @@ in
];
})
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
sources."gauge-2.7.4"
sources."getpass-0.1.7"
sources."glob-7.1.6"
sources."graceful-fs-4.2.4"
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
+ sources."has-1.0.3"
sources."has-unicode-2.0.1"
sources."hosted-git-info-2.8.8"
sources."http-signature-1.2.0"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."ini-1.3.5"
+ sources."is-core-module-2.2.0"
sources."is-fullwidth-code-point-1.0.0"
sources."is-typedarray-1.0.0"
sources."isarray-1.0.0"
@@ -86329,7 +88384,7 @@ in
];
})
sources."request-2.88.2"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."retry-0.10.1"
sources."rimraf-2.6.3"
sources."safe-buffer-5.2.1"
@@ -86342,7 +88397,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."sshpk-1.16.1"
sources."ssri-5.3.0"
sources."string-width-1.0.2"
@@ -86357,7 +88412,7 @@ in
sources."mkdirp-1.0.4"
];
})
- sources."temp-0.9.1"
+ sources."temp-0.9.4"
sources."tough-cookie-2.5.0"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
@@ -86387,10 +88442,10 @@ in
nodemon = nodeEnv.buildNodePackage {
name = "nodemon";
packageName = "nodemon";
- version = "2.0.5";
+ version = "2.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/nodemon/-/nodemon-2.0.5.tgz";
- sha512 = "6/jqtZvJdk092pVnD2AIH19KQ9GQZAKOZVy/yT1ueL6aoV+Ix7a1lVZStXzvEh0fP4zE41DDWlkVoHjR6WlozA==";
+ url = "https://registry.npmjs.org/nodemon/-/nodemon-2.0.6.tgz";
+ sha512 = "4I3YDSKXg6ltYpcnZeHompqac4E6JeAMpGm8tJnB9Y3T0ehasLa4139dJOcCrB93HHrUMsCrKtoAlXTqT5n4AQ==";
};
dependencies = [
sources."@sindresorhus/is-0.14.0"
@@ -86431,7 +88486,7 @@ in
sources."concat-map-0.0.1"
sources."configstore-5.0.1"
sources."crypto-random-string-2.0.0"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."decompress-response-3.3.0"
sources."deep-extend-0.6.0"
sources."defer-to-connect-1.1.3"
@@ -86493,10 +88548,10 @@ in
sources."prepend-http-2.0.0"
sources."pstree.remy-1.1.8"
sources."pump-3.0.0"
- sources."pupa-2.0.1"
+ sources."pupa-2.1.1"
sources."rc-1.2.8"
sources."readdirp-3.5.0"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."responselike-1.0.2"
sources."semver-5.7.1"
@@ -86517,7 +88572,7 @@ in
sources."strip-ansi-5.2.0"
sources."strip-json-comments-2.0.1"
sources."supports-color-5.5.0"
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
sources."to-readable-stream-1.0.0"
sources."to-regex-range-5.0.1"
sources."touch-3.1.0"
@@ -86550,10 +88605,10 @@ in
npm = nodeEnv.buildNodePackage {
name = "npm";
packageName = "npm";
- version = "6.14.8";
+ version = "6.14.9";
src = fetchurl {
- url = "https://registry.npmjs.org/npm/-/npm-6.14.8.tgz";
- sha512 = "HBZVBMYs5blsj94GTeQZel7s9odVuuSUHy1+AlZh7rPVux1os2ashvEGLy/STNK7vUjbrCg5Kq9/GXisJgdf6A==";
+ url = "https://registry.npmjs.org/npm/-/npm-6.14.9.tgz";
+ sha512 = "yHi1+i9LyAZF1gAmgyYtVk+HdABlLy94PMIDoK1TRKWvmFQAt5z3bodqVwKvzY0s6dLqQPVsRLiwhJfNtiHeCg==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -86568,10 +88623,10 @@ in
npm-check-updates = nodeEnv.buildNodePackage {
name = "npm-check-updates";
packageName = "npm-check-updates";
- version = "9.1.0";
+ version = "10.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-9.1.0.tgz";
- sha512 = "sx/hbKWAMPgflMffQLZXYt9uZeOK7Rnd6DLoL+8n2Sxe5yn5MMD4kXtkH5NXqJ3OxVA4JgnVbL7rvXhJKGMZrg==";
+ url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-10.2.2.tgz";
+ sha512 = "xyE1PUTu4xarVDRXCA0HYd92rT3zd87GIixczM/TCkwN12/31yVD/8dOyXtgNA8fpIuvhjrfX7n4cV0OTCa9hg==";
};
dependencies = [
sources."@npmcli/ci-detect-1.3.0"
@@ -86579,13 +88634,13 @@ in
sources."@npmcli/installed-package-contents-1.0.5"
sources."@npmcli/move-file-1.0.1"
sources."@npmcli/node-gyp-1.0.1"
- sources."@npmcli/promise-spawn-1.2.0"
- sources."@npmcli/run-script-1.7.2"
+ sources."@npmcli/promise-spawn-1.3.2"
+ sources."@npmcli/run-script-1.8.1"
sources."@sindresorhus/is-0.14.0"
sources."@szmarczak/http-timer-1.1.2"
sources."@tootallnate/once-1.1.2"
sources."abbrev-1.1.1"
- sources."agent-base-6.0.1"
+ sources."agent-base-6.0.2"
sources."agentkeepalive-4.1.3"
sources."aggregate-error-3.1.0"
sources."ajv-6.12.6"
@@ -86607,7 +88662,7 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
(sources."boxen-4.2.0" // {
@@ -86644,14 +88699,14 @@ in
sources."color-name-1.1.4"
sources."colors-1.0.3"
sources."combined-stream-1.0.8"
- sources."commander-6.1.0"
+ sources."commander-6.2.0"
sources."concat-map-0.0.1"
sources."configstore-5.0.1"
sources."console-control-strings-1.1.0"
sources."core-util-is-1.0.2"
sources."crypto-random-string-2.0.0"
sources."dashdash-1.14.1"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."debuglog-1.0.1"
sources."decompress-response-3.3.0"
sources."deep-extend-0.6.0"
@@ -86678,6 +88733,7 @@ in
sources."find-up-5.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
+ sources."fp-and-or-0.1.3"
sources."fs-minipass-2.1.0"
sources."fs.realpath-1.0.0"
sources."gauge-2.7.4"
@@ -86778,16 +88834,16 @@ in
sources."npm-install-checks-4.0.0"
sources."npm-normalize-package-bin-1.0.1"
sources."npm-package-arg-8.1.0"
- sources."npm-packlist-2.1.2"
+ sources."npm-packlist-2.1.4"
sources."npm-pick-manifest-6.1.0"
- sources."npm-registry-fetch-8.1.5"
+ sources."npm-registry-fetch-9.0.0"
sources."npmlog-4.1.2"
sources."number-is-nan-1.0.1"
sources."oauth-sign-0.9.0"
sources."object-assign-4.1.1"
sources."once-1.4.0"
sources."p-cancelable-1.1.0"
- sources."p-limit-3.0.2"
+ sources."p-limit-3.1.0"
sources."p-locate-5.0.0"
sources."p-map-4.0.0"
sources."p-try-2.2.0"
@@ -86796,7 +88852,7 @@ in
sources."semver-6.3.0"
];
})
- sources."pacote-11.1.11"
+ sources."pacote-11.1.13"
sources."parse-github-url-1.0.2"
sources."path-exists-4.0.0"
sources."path-is-absolute-1.0.1"
@@ -86806,18 +88862,19 @@ in
sources."progress-2.0.3"
sources."promise-inflight-1.0.1"
sources."promise-retry-1.1.1"
- sources."prompts-2.3.2"
+ sources."prompts-2.4.0"
sources."psl-1.8.0"
+ sources."puka-1.0.1"
sources."pump-3.0.0"
sources."punycode-2.1.1"
- sources."pupa-2.0.1"
+ sources."pupa-2.1.1"
sources."qs-6.5.2"
sources."rc-1.2.8"
sources."rc-config-loader-3.0.0"
sources."read-package-json-fast-1.2.1"
sources."readable-stream-2.3.7"
sources."readdir-scoped-modules-1.1.0"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."remote-git-tags-3.0.0"
sources."request-2.88.2"
@@ -86827,7 +88884,7 @@ in
sources."rimraf-3.0.2"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
(sources."semver-diff-3.1.1" // {
dependencies = [
sources."semver-6.3.0"
@@ -86838,9 +88895,9 @@ in
sources."signal-exit-3.0.3"
sources."sisteransi-1.0.5"
sources."smart-buffer-4.1.0"
- sources."socks-2.4.4"
+ sources."socks-2.5.1"
sources."socks-proxy-agent-5.0.0"
- sources."spawn-please-0.4.1"
+ sources."spawn-please-1.0.0"
sources."sprintf-js-1.0.3"
sources."sshpk-1.16.1"
sources."ssri-8.0.0"
@@ -86850,7 +88907,7 @@ in
sources."strip-json-comments-2.0.1"
sources."supports-color-7.2.0"
sources."tar-6.0.5"
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
sources."to-readable-stream-1.0.0"
sources."tough-cookie-2.5.0"
sources."tunnel-agent-0.6.0"
@@ -86860,7 +88917,7 @@ in
sources."unique-filename-1.1.1"
sources."unique-slug-2.0.2"
sources."unique-string-2.0.0"
- sources."update-notifier-5.0.0"
+ sources."update-notifier-5.0.1"
sources."uri-js-4.4.0"
sources."url-parse-lax-3.0.0"
sources."util-deprecate-1.0.2"
@@ -86882,6 +88939,7 @@ in
sources."write-file-atomic-3.0.3"
sources."xdg-basedir-4.0.0"
sources."yallist-4.0.0"
+ sources."yocto-queue-0.1.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -86913,7 +88971,7 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."block-stream-0.0.9"
@@ -87118,14 +89176,14 @@ in
};
dependencies = [
sources."@babel/code-frame-7.10.4"
- sources."@babel/compat-data-7.12.1"
- (sources."@babel/core-7.12.3" // {
+ sources."@babel/compat-data-7.12.7"
+ (sources."@babel/core-7.12.9" // {
dependencies = [
sources."json5-2.1.3"
sources."source-map-0.5.7"
];
})
- (sources."@babel/generator-7.12.1" // {
+ (sources."@babel/generator-7.12.5" // {
dependencies = [
sources."source-map-0.5.7"
];
@@ -87133,32 +89191,31 @@ in
sources."@babel/helper-annotate-as-pure-7.10.4"
sources."@babel/helper-builder-binary-assignment-operator-visitor-7.10.4"
sources."@babel/helper-builder-react-jsx-7.10.4"
- sources."@babel/helper-builder-react-jsx-experimental-7.12.1"
- sources."@babel/helper-compilation-targets-7.12.1"
+ sources."@babel/helper-builder-react-jsx-experimental-7.12.4"
+ sources."@babel/helper-compilation-targets-7.12.5"
sources."@babel/helper-create-class-features-plugin-7.12.1"
- sources."@babel/helper-create-regexp-features-plugin-7.12.1"
+ sources."@babel/helper-create-regexp-features-plugin-7.12.7"
sources."@babel/helper-define-map-7.10.5"
sources."@babel/helper-explode-assignable-expression-7.12.1"
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
sources."@babel/helper-hoist-variables-7.10.4"
- sources."@babel/helper-member-expression-to-functions-7.12.1"
- sources."@babel/helper-module-imports-7.12.1"
+ sources."@babel/helper-member-expression-to-functions-7.12.7"
+ sources."@babel/helper-module-imports-7.12.5"
sources."@babel/helper-module-transforms-7.12.1"
- sources."@babel/helper-optimise-call-expression-7.10.4"
+ sources."@babel/helper-optimise-call-expression-7.12.7"
sources."@babel/helper-plugin-utils-7.10.4"
- sources."@babel/helper-regex-7.10.5"
sources."@babel/helper-remap-async-to-generator-7.12.1"
- sources."@babel/helper-replace-supers-7.12.1"
+ sources."@babel/helper-replace-supers-7.12.5"
sources."@babel/helper-simple-access-7.12.1"
sources."@babel/helper-skip-transparent-expression-wrappers-7.12.1"
sources."@babel/helper-split-export-declaration-7.11.0"
sources."@babel/helper-validator-identifier-7.10.4"
sources."@babel/helper-validator-option-7.12.1"
sources."@babel/helper-wrap-function-7.12.3"
- sources."@babel/helpers-7.12.1"
+ sources."@babel/helpers-7.12.5"
sources."@babel/highlight-7.10.4"
- sources."@babel/parser-7.12.3"
+ sources."@babel/parser-7.12.7"
sources."@babel/plugin-proposal-async-generator-functions-7.12.1"
sources."@babel/plugin-proposal-class-properties-7.12.1"
sources."@babel/plugin-proposal-dynamic-import-7.12.1"
@@ -87166,10 +89223,10 @@ in
sources."@babel/plugin-proposal-json-strings-7.12.1"
sources."@babel/plugin-proposal-logical-assignment-operators-7.12.1"
sources."@babel/plugin-proposal-nullish-coalescing-operator-7.12.1"
- sources."@babel/plugin-proposal-numeric-separator-7.12.1"
+ sources."@babel/plugin-proposal-numeric-separator-7.12.7"
sources."@babel/plugin-proposal-object-rest-spread-7.12.1"
sources."@babel/plugin-proposal-optional-catch-binding-7.12.1"
- sources."@babel/plugin-proposal-optional-chaining-7.12.1"
+ sources."@babel/plugin-proposal-optional-chaining-7.12.7"
sources."@babel/plugin-proposal-private-methods-7.12.1"
sources."@babel/plugin-proposal-unicode-property-regex-7.12.1"
sources."@babel/plugin-syntax-async-generators-7.8.4"
@@ -87210,22 +89267,22 @@ in
sources."@babel/plugin-transform-object-super-7.12.1"
sources."@babel/plugin-transform-parameters-7.12.1"
sources."@babel/plugin-transform-property-literals-7.12.1"
- sources."@babel/plugin-transform-react-jsx-7.12.1"
+ sources."@babel/plugin-transform-react-jsx-7.12.7"
sources."@babel/plugin-transform-regenerator-7.12.1"
sources."@babel/plugin-transform-reserved-words-7.12.1"
sources."@babel/plugin-transform-shorthand-properties-7.12.1"
sources."@babel/plugin-transform-spread-7.12.1"
- sources."@babel/plugin-transform-sticky-regex-7.12.1"
+ sources."@babel/plugin-transform-sticky-regex-7.12.7"
sources."@babel/plugin-transform-template-literals-7.12.1"
sources."@babel/plugin-transform-typeof-symbol-7.12.1"
sources."@babel/plugin-transform-unicode-escapes-7.12.1"
sources."@babel/plugin-transform-unicode-regex-7.12.1"
- sources."@babel/preset-env-7.12.1"
+ sources."@babel/preset-env-7.12.7"
sources."@babel/preset-modules-0.1.4"
- sources."@babel/runtime-7.12.1"
- sources."@babel/template-7.10.4"
- sources."@babel/traverse-7.12.1"
- sources."@babel/types-7.12.1"
+ sources."@babel/runtime-7.12.5"
+ sources."@babel/template-7.12.7"
+ sources."@babel/traverse-7.12.9"
+ sources."@babel/types-7.12.7"
sources."@iarna/toml-2.2.5"
sources."@mrmlnc/readdir-enhanced-2.2.1"
sources."@nodelib/fs.stat-1.1.3"
@@ -87278,7 +89335,7 @@ in
sources."asynckit-0.4.0"
sources."atob-2.1.2"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."babel-plugin-dynamic-import-node-2.3.3"
(sources."babel-runtime-6.26.0" // {
dependencies = [
@@ -87297,7 +89354,7 @@ in
sources."define-property-1.0.0"
];
})
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."binary-extensions-1.13.1"
sources."bindings-1.5.0"
@@ -87311,11 +89368,7 @@ in
sources."browserify-aes-1.2.0"
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."readable-stream-3.6.0"
@@ -87327,7 +89380,7 @@ in
sources."pako-1.0.11"
];
})
- sources."browserslist-4.14.5"
+ sources."browserslist-4.15.0"
(sources."buffer-4.9.2" // {
dependencies = [
sources."isarray-1.0.0"
@@ -87338,12 +89391,13 @@ in
sources."buffer-xor-1.0.3"
sources."builtin-status-codes-3.0.0"
sources."cache-base-1.0.1"
+ sources."call-bind-1.0.0"
sources."call-me-maybe-1.0.1"
sources."caller-callsite-2.0.0"
sources."caller-path-2.0.0"
sources."callsites-2.0.0"
sources."caniuse-api-3.0.0"
- sources."caniuse-lite-1.0.30001148"
+ sources."caniuse-lite-1.0.30001165"
sources."caseless-0.12.0"
sources."chalk-2.4.2"
sources."chokidar-2.1.8"
@@ -87358,6 +89412,7 @@ in
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."color-string-1.5.4"
+ sources."colorette-1.2.1"
sources."combined-stream-1.0.8"
sources."command-exists-1.2.9"
sources."commander-2.20.3"
@@ -87368,8 +89423,8 @@ in
sources."constants-browserify-1.0.0"
sources."convert-source-map-1.7.0"
sources."copy-descriptor-0.1.1"
- sources."core-js-2.6.11"
- (sources."core-js-compat-3.6.5" // {
+ sources."core-js-2.6.12"
+ (sources."core-js-compat-3.8.0" // {
dependencies = [
sources."semver-7.0.0"
];
@@ -87415,18 +89470,18 @@ in
sources."cssnano-util-get-match-4.0.0"
sources."cssnano-util-raw-cache-4.0.1"
sources."cssnano-util-same-parent-4.0.1"
- (sources."csso-4.0.3" // {
+ (sources."csso-4.2.0" // {
dependencies = [
- sources."css-tree-1.0.0-alpha.39"
- sources."mdn-data-2.0.6"
+ sources."css-tree-1.1.2"
+ sources."mdn-data-2.0.14"
];
})
sources."cssom-0.3.8"
sources."cssstyle-1.4.0"
sources."dashdash-1.14.1"
sources."data-urls-1.1.0"
- sources."deasync-0.1.20"
- sources."debug-4.3.0"
+ sources."deasync-0.1.21"
+ sources."debug-4.3.1"
sources."decode-uri-component-0.2.0"
sources."deep-is-0.1.3"
(sources."defaults-1.0.3" // {
@@ -87462,7 +89517,7 @@ in
})
(sources."dom-serializer-0.2.2" // {
dependencies = [
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
sources."entities-2.1.0"
];
})
@@ -87477,7 +89532,7 @@ in
sources."duplexer2-0.1.4"
sources."ecc-jsbn-0.1.2"
sources."ee-first-1.1.1"
- sources."electron-to-chromium-1.3.582"
+ sources."electron-to-chromium-1.3.616"
(sources."elliptic-6.5.3" // {
dependencies = [
sources."bn.js-4.11.9"
@@ -87487,7 +89542,11 @@ in
sources."entities-1.1.2"
sources."envinfo-7.7.3"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
+ (sources."es-abstract-1.18.0-next.1" // {
+ dependencies = [
+ sources."object-inspect-1.9.0"
+ ];
+ })
sources."es-to-primitive-1.2.1"
sources."escalade-3.1.1"
sources."escape-html-1.0.3"
@@ -87531,7 +89590,8 @@ in
sources."fs.realpath-1.0.0"
sources."fsevents-1.2.13"
sources."function-bind-1.1.1"
- sources."gensync-1.0.0-beta.1"
+ sources."gensync-1.0.0-beta.2"
+ sources."get-intrinsic-1.0.1"
sources."get-port-3.2.0"
sources."get-value-2.0.6"
sources."getpass-0.1.7"
@@ -87575,10 +89635,10 @@ in
sources."html-comment-regex-1.1.2"
sources."html-encoding-sniffer-1.0.2"
sources."html-tags-1.2.0"
- (sources."htmlnano-0.2.7" // {
+ (sources."htmlnano-0.2.8" // {
dependencies = [
sources."posthtml-0.13.4"
- sources."posthtml-parser-0.5.0"
+ sources."posthtml-parser-0.5.3"
sources."terser-4.8.0"
];
})
@@ -87592,7 +89652,7 @@ in
sources."https-browserify-1.0.0"
sources."iconv-lite-0.4.24"
sources."icss-replace-symbols-1.1.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."import-fresh-2.0.0"
sources."indexes-of-1.0.1"
sources."inflight-1.0.6"
@@ -87608,6 +89668,7 @@ in
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
sources."is-color-stop-1.1.0"
+ sources."is-core-module-2.2.0"
(sources."is-data-descriptor-1.0.0" // {
dependencies = [
sources."kind-of-6.0.3"
@@ -87624,7 +89685,7 @@ in
sources."is-extglob-2.1.1"
sources."is-glob-4.0.1"
sources."is-html-1.1.0"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-number-3.0.0"
sources."is-obj-2.0.0"
sources."is-plain-object-2.0.4"
@@ -87726,7 +89787,7 @@ in
sources."punycode-1.4.1"
];
})
- sources."node-releases-1.1.63"
+ sources."node-releases-1.1.67"
sources."normalize-path-3.0.0"
sources."normalize-url-3.3.0"
sources."nth-check-1.0.2"
@@ -87734,21 +89795,13 @@ in
sources."oauth-sign-0.9.0"
sources."object-assign-4.1.1"
sources."object-copy-0.1.0"
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.4.1"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
- (sources."object.getownpropertydescriptors-2.1.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."object.assign-4.1.2"
+ sources."object.getownpropertydescriptors-2.1.1"
sources."object.pick-1.3.0"
- (sources."object.values-1.1.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."object.values-1.1.2"
sources."on-finished-2.3.0"
sources."once-1.4.0"
sources."onetime-2.0.1"
@@ -87840,7 +89893,7 @@ in
sources."postcss-value-parser-3.3.1"
sources."posthtml-0.11.6"
sources."posthtml-parser-0.4.2"
- sources."posthtml-render-1.2.3"
+ sources."posthtml-render-1.4.0"
sources."prelude-ls-1.1.2"
sources."process-0.11.10"
sources."process-nextick-args-2.0.1"
@@ -87872,7 +89925,7 @@ in
];
})
sources."readdirp-2.2.1"
- sources."regenerate-1.4.1"
+ sources."regenerate-1.4.2"
sources."regenerate-unicode-properties-8.2.0"
sources."regenerator-runtime-0.13.7"
sources."regenerator-transform-0.14.5"
@@ -87896,7 +89949,7 @@ in
sources."request-2.88.2"
sources."request-promise-core-1.1.4"
sources."request-promise-native-1.0.9"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-3.0.0"
sources."resolve-url-0.2.1"
sources."restore-cursor-2.0.0"
@@ -87960,6 +90013,7 @@ in
];
})
sources."sprintf-js-1.0.3"
+ sources."srcset-3.0.0"
sources."sshpk-1.16.1"
sources."stable-0.1.8"
(sources."static-eval-2.1.0" // {
@@ -87969,25 +90023,13 @@ in
];
})
sources."static-extend-0.1.2"
- (sources."static-module-2.2.5" // {
- dependencies = [
- sources."object-inspect-1.4.1"
- ];
- })
+ sources."static-module-2.2.5"
sources."statuses-1.5.0"
sources."stealthy-require-1.1.1"
sources."stream-browserify-2.0.2"
sources."stream-http-2.8.3"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-1.1.1"
sources."strip-ansi-4.0.0"
(sources."stylehacks-4.0.3" // {
@@ -88000,7 +90042,7 @@ in
sources."symbol-tree-3.2.4"
sources."terser-3.17.0"
sources."through2-2.0.5"
- sources."timers-browserify-2.0.11"
+ sources."timers-browserify-2.0.12"
sources."timsort-0.3.0"
sources."tiny-inflate-1.0.3"
sources."to-arraybuffer-1.0.1"
@@ -88066,10 +90108,11 @@ in
(sources."util.promisify-1.0.1" // {
dependencies = [
sources."es-abstract-1.17.7"
+ sources."object-inspect-1.9.0"
];
})
sources."uuid-3.4.0"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
sources."vendors-1.0.4"
sources."verror-1.10.0"
sources."vlq-0.2.3"
@@ -88124,11 +90167,12 @@ in
sources."async-0.9.2"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."babybird-0.0.1"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."bindings-1.5.0"
+ sources."bintrees-1.0.1"
sources."bl-1.2.3"
sources."bluebird-3.7.2"
(sources."body-parser-1.19.0" // {
@@ -88142,6 +90186,7 @@ in
sources."bunyan-syslog-udp-0.2.0"
sources."busboy-0.3.1"
sources."bytes-3.0.0"
+ sources."call-bind-1.0.0"
sources."camelcase-5.3.1"
sources."caseless-0.12.0"
sources."clarinet-0.11.0"
@@ -88158,7 +90203,7 @@ in
sources."content-type-git+https://github.com/wikimedia/content-type.git#master"
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
- sources."core-js-2.6.11"
+ sources."core-js-2.6.12"
sources."core-util-is-1.0.2"
sources."dashdash-1.14.1"
sources."debug-2.6.9"
@@ -88178,8 +90223,6 @@ in
sources."encodeurl-1.0.2"
sources."entities-1.1.2"
sources."errno-0.1.7"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
sources."escape-html-1.0.3"
sources."esprima-4.0.1"
sources."etag-1.8.1"
@@ -88206,6 +90249,7 @@ in
sources."gelf-stream-1.1.1"
sources."gelfling-0.3.1"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
sources."getpass-0.1.7"
sources."glob-7.1.6"
sources."graceful-fs-4.2.4"
@@ -88223,13 +90267,8 @@ in
sources."inflight-1.0.6"
sources."inherits-2.0.3"
sources."ipaddr.js-1.9.1"
- sources."is-arguments-1.0.4"
- sources."is-callable-1.2.2"
- sources."is-date-object-1.0.2"
+ sources."is-arguments-1.1.0"
sources."is-fullwidth-code-point-2.0.0"
- sources."is-negative-zero-2.0.0"
- sources."is-regex-1.1.1"
- sources."is-symbol-1.0.3"
sources."is-typedarray-1.0.0"
sources."isarray-1.0.0"
sources."isstream-0.1.2"
@@ -88251,6 +90290,7 @@ in
sources."locate-path-3.0.0"
sources."lodash-4.17.20"
sources."lodash.clone-4.5.0"
+ sources."lru-cache-6.0.0"
sources."media-typer-0.3.0"
sources."mediawiki-title-0.6.5"
sources."merge-1.2.1"
@@ -88271,9 +90311,8 @@ in
sources."negotiator-git+https://github.com/arlolra/negotiator.git#full-parse-access"
sources."neo-async-2.6.2"
sources."oauth-sign-0.9.0"
- sources."object-inspect-1.8.0"
sources."object-keys-1.1.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."on-finished-2.3.0"
sources."on-headers-1.0.2"
sources."once-1.4.0"
@@ -88288,6 +90327,7 @@ in
sources."pn-1.1.0"
sources."prfun-2.1.5"
sources."process-nextick-args-2.0.1"
+ sources."prom-client-11.5.3"
sources."promise-8.1.0"
sources."proxy-addr-2.0.6"
sources."prr-1.0.1"
@@ -88329,9 +90369,9 @@ in
];
})
sources."serve-static-1.14.1"
- (sources."service-runner-2.7.8" // {
+ (sources."service-runner-2.8.0" // {
dependencies = [
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."yargs-14.2.3"
];
})
@@ -88344,24 +90384,15 @@ in
sources."statuses-1.5.0"
sources."streamsearch-0.1.2"
sources."string-width-3.1.0"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
sources."string_decoder-1.1.1"
sources."strip-ansi-5.2.0"
+ sources."tdigest-0.1.1"
sources."toidentifier-1.0.0"
sources."tough-cookie-2.5.0"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
sources."type-is-1.6.18"
- sources."uglify-js-3.11.2"
+ sources."uglify-js-3.12.1"
sources."unix-dgram-2.0.4"
sources."unpipe-1.0.0"
sources."uri-js-4.4.0"
@@ -88377,7 +90408,8 @@ in
sources."worker-farm-1.7.0"
sources."wrap-ansi-5.1.0"
sources."wrappy-1.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
+ sources."yallist-4.0.0"
(sources."yargs-13.3.2" // {
dependencies = [
sources."yargs-parser-13.1.2"
@@ -88688,6 +90720,7 @@ in
sources."balanced-match-1.0.0"
sources."base64-js-0.0.8"
sources."bencode-2.0.1"
+ sources."bep53-range-1.1.0"
sources."big-integer-1.6.48"
sources."bitfield-0.1.0"
(sources."bittorrent-dht-6.4.2" // {
@@ -88700,7 +90733,7 @@ in
sources."bencode-0.8.0"
];
})
- sources."blob-to-buffer-1.2.8"
+ sources."blob-to-buffer-1.2.9"
sources."bn.js-4.11.9"
sources."bncode-0.5.3"
sources."bonjour-3.5.0"
@@ -88714,11 +90747,12 @@ in
sources."buffer-fill-1.0.0"
sources."buffer-from-1.1.1"
sources."buffer-indexof-1.1.1"
+ sources."call-bind-1.0.0"
sources."camelcase-2.1.1"
sources."camelcase-keys-2.1.0"
sources."chalk-1.1.3"
sources."chardet-0.4.2"
- sources."chrome-dgram-3.0.5"
+ sources."chrome-dgram-3.0.6"
sources."chrome-dns-1.0.1"
sources."chrome-net-3.3.4"
sources."cli-cursor-2.1.0"
@@ -88746,7 +90780,7 @@ in
sources."dns-txt-2.0.2"
sources."end-of-stream-1.4.4"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
+ sources."es-abstract-1.17.7"
sources."es-to-primitive-1.2.1"
sources."escape-string-regexp-1.0.5"
sources."external-editor-2.2.0"
@@ -88761,7 +90795,8 @@ in
})
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
- sources."get-browser-rtc-1.0.2"
+ sources."get-browser-rtc-1.1.0"
+ sources."get-intrinsic-1.0.1"
sources."get-stdin-4.0.1"
sources."glob-7.1.6"
sources."graceful-fs-4.2.4"
@@ -88794,13 +90829,13 @@ in
sources."ip-1.1.5"
sources."ip-set-1.0.2"
sources."ipaddr.js-2.0.0"
- sources."is-arguments-1.0.4"
+ sources."is-arguments-1.1.0"
sources."is-arrayish-0.2.1"
sources."is-callable-1.2.2"
+ sources."is-core-module-2.2.0"
sources."is-date-object-1.0.2"
sources."is-finite-1.1.0"
sources."is-fullwidth-code-point-1.0.0"
- sources."is-negative-zero-2.0.0"
sources."is-regex-1.1.1"
sources."is-symbol-1.0.3"
sources."is-utf8-0.2.1"
@@ -88817,7 +90852,7 @@ in
sources."lodash-3.10.1"
sources."loud-rejection-1.6.0"
sources."lru-2.0.1"
- sources."magnet-uri-5.3.0"
+ sources."magnet-uri-5.4.0"
sources."map-obj-1.0.1"
sources."meow-3.7.0"
sources."mime-2.4.6"
@@ -88837,10 +90872,10 @@ in
sources."number-is-nan-1.0.1"
sources."numeral-2.0.6"
sources."object-assign-4.1.1"
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."once-1.4.0"
sources."onetime-2.0.1"
sources."open-0.0.5"
@@ -88892,19 +90927,15 @@ in
sources."read-pkg-up-1.0.1"
sources."readable-stream-2.3.7"
sources."redent-1.0.0"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."regexp.prototype.flags-1.3.0"
sources."repeating-2.0.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."restore-cursor-2.0.0"
sources."reverse-http-1.3.0"
sources."rimraf-2.7.1"
sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
- sources."run-series-1.1.8"
+ sources."run-parallel-1.1.10"
+ sources."run-series-1.1.9"
sources."rusha-0.8.13"
sources."rxjs-5.5.12"
sources."safe-buffer-5.1.2"
@@ -88926,20 +90957,12 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."speedometer-0.1.4"
sources."stream-buffers-2.2.0"
sources."string-width-1.0.2"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
(sources."string2compact-1.3.0" // {
dependencies = [
sources."ipaddr.js-1.9.1"
@@ -88958,7 +90981,7 @@ in
sources."tmp-0.0.33"
sources."torrent-discovery-5.4.0"
sources."torrent-piece-1.1.2"
- (sources."torrent-stream-1.2.0" // {
+ (sources."torrent-stream-1.2.1" // {
dependencies = [
sources."end-of-stream-0.1.5"
sources."magnet-uri-4.2.3"
@@ -89023,11 +91046,11 @@ in
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."backo2-1.0.2"
sources."balanced-match-1.0.0"
sources."base64-arraybuffer-0.1.4"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."base64id-2.0.0"
sources."basic-auth-2.0.1"
sources."bcrypt-pbkdf-1.0.2"
@@ -89048,7 +91071,7 @@ in
sources."bncode-0.5.3"
sources."body-parser-1.19.0"
sources."brace-expansion-1.1.11"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-alloc-1.2.0"
sources."buffer-alloc-unsafe-1.1.0"
sources."buffer-crc32-0.2.13"
@@ -89059,7 +91082,7 @@ in
sources."bytes-3.1.0"
sources."callsite-1.0.0"
sources."caseless-0.12.0"
- sources."chrome-dgram-3.0.5"
+ sources."chrome-dgram-3.0.6"
sources."chrome-dns-1.0.1"
sources."chrome-net-3.3.4"
sources."combined-stream-1.0.8"
@@ -89131,7 +91154,7 @@ in
sources."fs-chunk-store-1.7.0"
sources."fs-constants-1.0.0"
sources."fs.realpath-1.0.0"
- sources."get-browser-rtc-1.0.2"
+ sources."get-browser-rtc-1.1.0"
sources."getpass-0.1.7"
sources."glob-7.1.6"
sources."graceful-fs-4.2.4"
@@ -89151,7 +91174,7 @@ in
})
sources."http-signature-1.2.0"
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."immediate-chunk-store-1.0.8"
sources."indexof-0.0.1"
sources."inflight-1.0.6"
@@ -89267,8 +91290,8 @@ in
];
})
sources."rimraf-2.7.1"
- sources."run-parallel-1.1.9"
- sources."run-series-1.1.8"
+ sources."run-parallel-1.1.10"
+ sources."run-series-1.1.9"
sources."rusha-0.8.13"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
@@ -89335,7 +91358,7 @@ in
sources."toidentifier-1.0.0"
sources."torrent-discovery-5.4.0"
sources."torrent-piece-1.1.2"
- (sources."torrent-stream-1.2.0" // {
+ (sources."torrent-stream-1.2.1" // {
dependencies = [
sources."end-of-stream-0.1.5"
sources."mkdirp-0.3.5"
@@ -89359,7 +91382,7 @@ in
sources."verror-1.10.0"
sources."which-1.3.1"
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xmlhttprequest-ssl-1.5.5"
sources."xtend-4.0.2"
sources."yeast-0.1.2"
@@ -89400,12 +91423,12 @@ in
sources."debug-4.1.1"
(sources."pm2-axon-3.3.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
(sources."pm2-axon-rpc-0.5.2" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."semver-7.2.3"
@@ -89413,7 +91436,7 @@ in
})
(sources."@pm2/agent-node-1.1.10" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ws-6.2.1"
];
})
@@ -89426,10 +91449,10 @@ in
sources."tslib-1.9.3"
];
})
- (sources."@pm2/js-api-0.6.0" // {
+ (sources."@pm2/js-api-0.6.1" // {
dependencies = [
sources."async-2.6.3"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."eventemitter2-6.4.3"
];
})
@@ -89475,7 +91498,7 @@ in
sources."cron-1.8.2"
sources."data-uri-to-buffer-1.2.0"
sources."dayjs-1.8.36"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."deep-is-0.1.3"
sources."degenerator-1.0.4"
sources."depd-1.1.2"
@@ -89512,6 +91535,7 @@ in
sources."readable-stream-1.1.14"
];
})
+ sources."function-bind-1.1.1"
(sources."get-uri-2.0.4" // {
dependencies = [
sources."debug-2.6.9"
@@ -89520,6 +91544,7 @@ in
})
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
+ sources."has-1.0.3"
sources."has-flag-4.0.0"
sources."http-errors-1.7.3"
(sources."http-proxy-agent-2.1.0" // {
@@ -89530,7 +91555,7 @@ in
})
(sources."https-proxy-agent-3.0.1" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."iconv-lite-0.4.24"
@@ -89538,6 +91563,7 @@ in
sources."inherits-2.0.4"
sources."ip-1.1.5"
sources."is-binary-path-2.1.0"
+ sources."is-core-module-2.2.0"
sources."is-extglob-2.1.1"
sources."is-glob-4.0.1"
sources."is-number-7.0.0"
@@ -89551,12 +91577,12 @@ in
sources."mkdirp-1.0.4"
sources."module-details-from-path-1.0.3"
sources."moment-2.29.1"
- sources."moment-timezone-0.5.31"
+ sources."moment-timezone-0.5.32"
sources."ms-2.1.2"
sources."mute-stream-0.0.8"
(sources."needle-2.4.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."netmask-1.0.6"
@@ -89581,7 +91607,7 @@ in
sources."pm2-axon-4.0.0"
(sources."pm2-axon-rpc-0.6.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."pm2-deploy-1.0.2"
@@ -89602,12 +91628,17 @@ in
})
sources."readdirp-3.5.0"
sources."require-in-the-middle-5.0.3"
- sources."resolve-1.17.0"
- sources."run-series-1.1.8"
+ sources."resolve-1.19.0"
+ sources."run-series-1.1.9"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
sources."sax-1.2.4"
- sources."semver-7.3.2"
+ (sources."semver-7.3.4" // {
+ dependencies = [
+ sources."lru-cache-6.0.0"
+ sources."yallist-4.0.0"
+ ];
+ })
sources."setprototypeof-1.1.1"
sources."shimmer-1.2.1"
sources."signal-exit-3.0.3"
@@ -89624,7 +91655,7 @@ in
sources."statuses-1.5.0"
sources."string_decoder-0.10.31"
sources."supports-color-7.2.0"
- sources."systeminformation-4.27.10"
+ sources."systeminformation-4.30.11"
sources."thunkify-2.1.2"
sources."to-regex-range-5.0.1"
sources."toidentifier-1.0.0"
@@ -89659,10 +91690,10 @@ in
pnpm = nodeEnv.buildNodePackage {
name = "pnpm";
packageName = "pnpm";
- version = "5.9.3";
+ version = "5.13.5";
src = fetchurl {
- url = "https://registry.npmjs.org/pnpm/-/pnpm-5.9.3.tgz";
- sha512 = "MyN/jR/WfM7SPnnrkaEoQ2+cOhoSAnhzJ2sDOF7yZKyjh0sYuvGcijeZYbyWJ0r5C0vtBPV5SRtiLaHvwYWZBg==";
+ url = "https://registry.npmjs.org/pnpm/-/pnpm-5.13.5.tgz";
+ sha512 = "EJO8eYZyNpOvW+JhjBnLtxD2xcC6YlrzH8jxjETj8bevLATFa9vnGq614ada6o1XOIMq31JWtj1WyPJNogAzLA==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -89674,13 +91705,41 @@ in
bypassCache = true;
reconstructLock = true;
};
+ poor-mans-t-sql-formatter-cli = nodeEnv.buildNodePackage {
+ name = "poor-mans-t-sql-formatter-cli";
+ packageName = "poor-mans-t-sql-formatter-cli";
+ version = "1.6.10";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/poor-mans-t-sql-formatter-cli/-/poor-mans-t-sql-formatter-cli-1.6.10.tgz";
+ sha1 = "472f6172a1e969a6793ea6fd5ad698b448946d77";
+ };
+ dependencies = [
+ sources."commander-2.11.0"
+ sources."file-or-stdin-1.0.2"
+ sources."get-stdin-5.0.1"
+ sources."graceful-fs-4.2.4"
+ sources."inspect-with-kind-1.0.5"
+ sources."kind-of-6.0.3"
+ sources."poor-mans-t-sql-formatter-1.6.10"
+ sources."strip-bom-3.0.0"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "A T-SQL formatting utility in JS, transpiled from the C# library of the same name.";
+ homepage = "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli#readme";
+ license = "AGPL-3.0";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
postcss-cli = nodeEnv.buildNodePackage {
name = "postcss-cli";
packageName = "postcss-cli";
- version = "8.1.0";
+ version = "8.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/postcss-cli/-/postcss-cli-8.1.0.tgz";
- sha512 = "FYuV5zyYX53X5RywInxjWLqHZ4oCBC3nDwrHYU3Z75mFqUo5IHfbeY593heWSagG90nPnXq3tXCck8+2CUl8EA==";
+ url = "https://registry.npmjs.org/postcss-cli/-/postcss-cli-8.3.0.tgz";
+ sha512 = "GqWohD9VmH+LCe+xsv6VCdcgNylNBmsrbxJlyXUGteGGdcmazj2YxSiJMUmQpg8pE6LRox9idtsTB7JZq5a+rw==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
@@ -89709,7 +91768,7 @@ in
sources."callsites-3.1.0"
sources."chalk-4.1.0"
sources."chokidar-3.4.3"
- sources."cliui-7.0.3"
+ sources."cliui-7.0.4"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."colorette-1.2.1"
@@ -89721,7 +91780,7 @@ in
sources."escalade-3.1.1"
sources."escape-string-regexp-1.0.5"
sources."fast-glob-3.2.4"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."fill-range-7.0.1"
sources."fs-extra-9.0.1"
sources."fsevents-2.1.3"
@@ -89733,7 +91792,7 @@ in
sources."has-flag-4.0.0"
sources."ignore-5.1.8"
sources."import-cwd-3.0.0"
- sources."import-fresh-3.2.1"
+ sources."import-fresh-3.2.2"
(sources."import-from-3.0.0" // {
dependencies = [
sources."resolve-from-5.0.0"
@@ -89747,14 +91806,17 @@ in
sources."is-number-7.0.0"
sources."js-tokens-4.0.0"
sources."json-parse-even-better-errors-2.3.1"
- sources."jsonfile-6.0.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."lines-and-columns-1.1.6"
sources."lodash.difference-4.5.0"
sources."lodash.forown-4.4.0"
sources."lodash.get-4.4.2"
sources."lodash.groupby-4.6.0"
sources."lodash.sortby-4.7.0"
- sources."log-symbols-4.0.0"
sources."merge2-1.4.1"
sources."micromatch-4.0.2"
sources."normalize-path-3.0.0"
@@ -89764,14 +91826,14 @@ in
sources."picomatch-2.2.2"
sources."pify-2.3.0"
sources."postcss-load-config-3.0.0"
- sources."postcss-reporter-7.0.1"
+ sources."postcss-reporter-7.0.2"
sources."pretty-hrtime-1.0.3"
sources."read-cache-1.0.0"
sources."readdirp-3.5.0"
sources."require-directory-2.1.1"
sources."resolve-from-4.0.0"
sources."reusify-1.0.4"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."slash-3.0.0"
sources."string-width-4.2.0"
sources."strip-ansi-6.0.0"
@@ -89779,10 +91841,10 @@ in
sources."to-regex-range-5.0.1"
sources."universalify-1.0.0"
sources."wrap-ansi-7.0.0"
- sources."y18n-5.0.4"
+ sources."y18n-5.0.5"
sources."yaml-1.10.0"
- sources."yargs-16.1.0"
- sources."yargs-parser-20.2.3"
+ sources."yargs-16.1.1"
+ sources."yargs-parser-20.2.4"
];
buildInputs = globalBuildInputs;
meta = {
@@ -89797,10 +91859,10 @@ in
prettier = nodeEnv.buildNodePackage {
name = "prettier";
packageName = "prettier";
- version = "2.1.2";
+ version = "2.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz";
- sha512 = "16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==";
+ url = "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz";
+ sha512 = "PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -89875,7 +91937,7 @@ in
})
sources."async-1.5.2"
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bn.js-5.1.3"
sources."brace-expansion-1.1.11"
sources."brorand-1.1.0"
@@ -89896,11 +91958,7 @@ in
sources."jsonparse-0.0.5"
];
})
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."readable-stream-3.6.0"
@@ -89972,7 +92030,7 @@ in
sources."hmac-drbg-1.0.1"
sources."htmlescape-1.1.1"
sources."https-browserify-1.0.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."inline-source-map-0.6.2"
@@ -89982,6 +92040,7 @@ in
];
})
sources."is-buffer-1.1.6"
+ sources."is-core-module-2.2.0"
sources."isarray-1.0.0"
sources."isexe-2.0.0"
sources."json-stable-stringify-0.0.1"
@@ -90052,7 +92111,7 @@ in
sources."string_decoder-1.1.1"
];
})
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."rimraf-2.7.1"
sources."ripemd160-2.0.2"
sources."safe-buffer-5.2.1"
@@ -90077,7 +92136,7 @@ in
sources."string_decoder-1.3.0"
sources."subarg-1.0.0"
sources."syntax-error-1.4.0"
- (sources."temp-0.9.1" // {
+ (sources."temp-0.9.4" // {
dependencies = [
sources."rimraf-2.6.3"
];
@@ -90120,10 +92179,10 @@ in
purescript-language-server = nodeEnv.buildNodePackage {
name = "purescript-language-server";
packageName = "purescript-language-server";
- version = "0.14.3";
+ version = "0.14.4";
src = fetchurl {
- url = "https://registry.npmjs.org/purescript-language-server/-/purescript-language-server-0.14.3.tgz";
- sha512 = "nt5N6EusQO2dqEnbkma/z7fXxKuVCgMQ8BSJEGZdRiM9W8pa/AV8f8UyPFsN8AMpwZbZv6P9T9LDL6Q3+61S3Q==";
+ url = "https://registry.npmjs.org/purescript-language-server/-/purescript-language-server-0.14.4.tgz";
+ sha512 = "qsyk0PNStUQJnoxZKPAO0QTRBsZ2fu/PZwfMIAv6b1lHbdi5fsyC7BdCtZxzwAO2hF0OxCIANEeRkbUi+e55Fg==";
};
dependencies = [
sources."isexe-2.0.0"
@@ -90168,10 +92227,10 @@ in
purty = nodeEnv.buildNodePackage {
name = "purty";
packageName = "purty";
- version = "6.2.0";
+ version = "6.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/purty/-/purty-6.2.0.tgz";
- sha512 = "JfT8kJHSyxuOFQtRiH2x55SiPxXZsSdedQlZap8JehQ7KzB49B5C9cWwVybtSB36BdADQcxPvtw8D52z4EPnBw==";
+ url = "https://registry.npmjs.org/purty/-/purty-6.3.0.tgz";
+ sha512 = "l70uQyz+t5GvCPzOorUbIhRX3oQW9i8Kgwr0LvS6nUq+UM4rMJdYcHazuupcLVInvNsbd290EnpjaRgAITt0dw==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -90186,10 +92245,10 @@ in
pyright = nodeEnv.buildNodePackage {
name = "pyright";
packageName = "pyright";
- version = "1.1.79";
+ version = "1.1.92";
src = fetchurl {
- url = "https://registry.npmjs.org/pyright/-/pyright-1.1.79.tgz";
- sha512 = "WriY7VGjg9CzhxMUfDf8bIBRfXWeVj/kgiAAJ783wiQuUwy5IwMlZgR4ZyAGYBztMH+uRdiG4HCgt30ELYeeNg==";
+ url = "https://registry.npmjs.org/pyright/-/pyright-1.1.92.tgz";
+ sha512 = "kL6c2wafnJgbXmG2Svz9isAhAMWARnmMiUGBRytcdVsse11crLDzaWusegA4P6sTweoHMcT3+P8fmLv2Av1u/Q==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -90217,24 +92276,22 @@ in
sources."available-typed-arrays-1.0.2"
sources."balanced-match-1.0.0"
sources."brace-expansion-1.1.11"
+ sources."call-bind-1.0.0"
sources."chalk-1.1.3"
sources."colors-0.6.2"
sources."concat-map-0.0.1"
sources."cycle-1.0.3"
- sources."deep-equal-2.0.4"
+ sources."deep-equal-2.0.5"
sources."define-properties-1.1.3"
- sources."es-abstract-1.18.0-next.1"
- (sources."es-get-iterator-1.1.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."es-abstract-1.17.7"
+ sources."es-get-iterator-1.1.1"
sources."es-to-primitive-1.2.1"
sources."escape-string-regexp-1.0.5"
sources."eyes-0.1.8"
sources."foreach-2.0.5"
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."glob-7.1.6"
sources."has-1.0.3"
sources."has-ansi-2.0.0"
@@ -90242,23 +92299,19 @@ in
sources."i-0.3.6"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
- sources."is-arguments-1.0.4"
- sources."is-bigint-1.0.0"
+ sources."is-arguments-1.1.0"
+ sources."is-bigint-1.0.1"
sources."is-boolean-object-1.0.1"
sources."is-callable-1.2.2"
sources."is-date-object-1.0.2"
sources."is-map-2.0.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-number-object-1.0.4"
sources."is-regex-1.1.1"
sources."is-set-2.0.1"
sources."is-string-1.0.5"
sources."is-symbol-1.0.3"
- (sources."is-typed-array-1.1.3" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."is-typed-array-1.1.3"
sources."is-weakmap-2.0.1"
sources."is-weakset-2.0.1"
sources."isarray-2.0.5"
@@ -90268,45 +92321,33 @@ in
sources."mkdirp-0.5.5"
sources."mute-stream-0.0.8"
sources."ncp-0.4.2"
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."once-1.4.0"
sources."path-is-absolute-1.0.1"
sources."pkginfo-0.4.1"
sources."prompt-0.2.14"
sources."read-1.0.7"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."regexp.prototype.flags-1.3.0"
sources."revalidator-0.1.8"
sources."rimraf-2.7.1"
sources."semver-5.7.1"
- sources."side-channel-1.0.3"
- sources."stack-trace-0.0.10"
- (sources."string.prototype.trimend-1.0.1" // {
+ (sources."side-channel-1.0.3" // {
dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
];
})
+ sources."stack-trace-0.0.10"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."strip-ansi-3.0.1"
sources."supports-color-2.0.0"
sources."utile-0.2.1"
sources."which-boxed-primitive-1.0.1"
sources."which-collection-1.0.1"
- (sources."which-typed-array-1.1.2" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."which-typed-array-1.1.2"
(sources."winston-0.8.3" // {
dependencies = [
sources."pkginfo-0.3.1"
@@ -90378,17 +92419,148 @@ in
bypassCache = true;
reconstructLock = true;
};
+ readability-cli = nodeEnv.buildNodePackage {
+ name = "readability-cli";
+ packageName = "readability-cli";
+ version = "1.2.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/readability-cli/-/readability-cli-1.2.1.tgz";
+ sha512 = "oS0m68Y02lcMnrCYh3loRj3o8pGjhBAk8petnaJuvvE6eif3bjj60mTByFhZTlYRWNLuQaq/Yqe8Wk0yFI2wdQ==";
+ };
+ dependencies = [
+ sources."@mozilla/readability-0.3.0"
+ sources."abab-2.0.5"
+ sources."acorn-7.4.1"
+ sources."acorn-globals-6.0.0"
+ sources."acorn-walk-7.2.0"
+ sources."ajv-6.12.6"
+ sources."asn1-0.2.4"
+ sources."assert-plus-1.0.0"
+ sources."asynckit-0.4.0"
+ sources."aws-sign2-0.7.0"
+ sources."aws4-1.11.0"
+ sources."bcrypt-pbkdf-1.0.2"
+ sources."browser-process-hrtime-1.0.0"
+ sources."caseless-0.12.0"
+ sources."combined-stream-1.0.8"
+ sources."core-util-is-1.0.2"
+ sources."cssom-0.4.4"
+ (sources."cssstyle-2.3.0" // {
+ dependencies = [
+ sources."cssom-0.3.8"
+ ];
+ })
+ sources."dashdash-1.14.1"
+ sources."data-urls-2.0.0"
+ sources."decimal.js-10.2.1"
+ sources."deep-is-0.1.3"
+ sources."delayed-stream-1.0.0"
+ (sources."domexception-2.0.1" // {
+ dependencies = [
+ sources."webidl-conversions-5.0.0"
+ ];
+ })
+ sources."ecc-jsbn-0.1.2"
+ sources."escodegen-1.14.3"
+ sources."esprima-4.0.1"
+ sources."estraverse-4.3.0"
+ sources."esutils-2.0.3"
+ sources."extend-3.0.2"
+ sources."extsprintf-1.3.0"
+ sources."fast-deep-equal-3.1.3"
+ sources."fast-json-stable-stringify-2.1.0"
+ sources."fast-levenshtein-2.0.6"
+ sources."forever-agent-0.6.1"
+ sources."form-data-2.3.3"
+ sources."getpass-0.1.7"
+ sources."har-schema-2.0.0"
+ sources."har-validator-5.1.5"
+ sources."html-encoding-sniffer-2.0.1"
+ sources."http-signature-1.2.0"
+ sources."iconv-lite-0.4.24"
+ sources."ip-regex-2.1.0"
+ sources."is-potential-custom-element-name-1.0.0"
+ sources."is-typedarray-1.0.0"
+ sources."isstream-0.1.2"
+ sources."jsbn-0.1.1"
+ sources."jsdom-16.4.0"
+ sources."json-schema-0.2.3"
+ sources."json-schema-traverse-0.4.1"
+ sources."json-stringify-safe-5.0.1"
+ sources."jsprim-1.4.1"
+ sources."levn-0.3.0"
+ sources."lodash-4.17.20"
+ sources."lodash.sortby-4.7.0"
+ sources."mime-db-1.44.0"
+ sources."mime-types-2.1.27"
+ sources."minimist-1.2.5"
+ sources."nwsapi-2.2.0"
+ sources."oauth-sign-0.9.0"
+ sources."optionator-0.8.3"
+ sources."parse5-5.1.1"
+ sources."performance-now-2.1.0"
+ sources."prelude-ls-1.1.2"
+ sources."psl-1.8.0"
+ sources."punycode-2.1.1"
+ sources."qs-6.5.2"
+ (sources."request-2.88.2" // {
+ dependencies = [
+ sources."tough-cookie-2.5.0"
+ ];
+ })
+ sources."request-promise-core-1.1.4"
+ (sources."request-promise-native-1.0.9" // {
+ dependencies = [
+ sources."tough-cookie-2.5.0"
+ ];
+ })
+ sources."safe-buffer-5.2.1"
+ sources."safer-buffer-2.1.2"
+ sources."saxes-5.0.1"
+ sources."source-map-0.6.1"
+ sources."sshpk-1.16.1"
+ sources."stealthy-require-1.1.1"
+ sources."symbol-tree-3.2.4"
+ sources."tough-cookie-3.0.1"
+ sources."tr46-2.0.2"
+ sources."tunnel-agent-0.6.0"
+ sources."tweetnacl-0.14.5"
+ sources."type-check-0.3.2"
+ sources."uri-js-4.4.0"
+ sources."uuid-3.4.0"
+ sources."verror-1.10.0"
+ sources."w3c-hr-time-1.0.2"
+ sources."w3c-xmlserializer-2.0.0"
+ sources."webidl-conversions-6.1.0"
+ sources."whatwg-encoding-1.0.5"
+ sources."whatwg-mimetype-2.3.0"
+ sources."whatwg-url-8.4.0"
+ sources."word-wrap-1.2.3"
+ sources."ws-7.4.1"
+ sources."xml-name-validator-3.0.0"
+ sources."xmlchars-2.2.0"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library";
+ homepage = "https://gitlab.com/gardenappl/readability-cli#readme";
+ license = "GPL-3.0-only";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
redoc-cli = nodeEnv.buildNodePackage {
name = "redoc-cli";
packageName = "redoc-cli";
- version = "0.9.12";
+ version = "0.10.2";
src = fetchurl {
- url = "https://registry.npmjs.org/redoc-cli/-/redoc-cli-0.9.12.tgz";
- sha512 = "9Ap7WfEsYtAoVZNyA8lryWAsU2Wq0lHXaNiFgdVZb4zltHNTYEqKmRi06WhileeuqVTNkd1CF2S5CCS5Xg9+aQ==";
+ url = "https://registry.npmjs.org/redoc-cli/-/redoc-cli-0.10.2.tgz";
+ sha512 = "AQHx67+fJ+7PZUGf0Vl24XO02isSLHU7fh/OXu6wreFm6B1+xrVhcehV9um2nk63Zq9GFenjnv2GoXEyMSGc7Q==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
- (sources."@babel/generator-7.12.1" // {
+ (sources."@babel/generator-7.12.5" // {
dependencies = [
sources."source-map-0.5.7"
];
@@ -90396,22 +92568,24 @@ in
sources."@babel/helper-annotate-as-pure-7.10.4"
sources."@babel/helper-function-name-7.10.4"
sources."@babel/helper-get-function-arity-7.10.4"
- sources."@babel/helper-module-imports-7.12.1"
+ sources."@babel/helper-module-imports-7.12.5"
sources."@babel/helper-split-export-declaration-7.11.0"
sources."@babel/helper-validator-identifier-7.10.4"
sources."@babel/highlight-7.10.4"
- sources."@babel/parser-7.12.3"
- sources."@babel/runtime-7.12.1"
- sources."@babel/template-7.10.4"
- sources."@babel/traverse-7.12.1"
- sources."@babel/types-7.12.1"
+ sources."@babel/parser-7.12.7"
+ sources."@babel/runtime-7.12.5"
+ sources."@babel/template-7.12.7"
+ sources."@babel/traverse-7.12.9"
+ sources."@babel/types-7.12.7"
sources."@emotion/is-prop-valid-0.8.8"
sources."@emotion/memoize-0.7.4"
sources."@emotion/stylis-0.8.5"
sources."@emotion/unitless-0.7.5"
sources."@exodus/schemasafe-1.0.0-rc.3"
+ sources."@redocly/react-dropdown-aria-2.0.11"
+ sources."@types/node-13.13.34"
sources."ajv-5.5.2"
- sources."ansi-regex-3.0.0"
+ sources."ansi-regex-5.0.0"
sources."ansi-styles-3.2.1"
sources."anymatch-3.1.1"
sources."argparse-1.0.10"
@@ -90425,11 +92599,10 @@ in
sources."util-0.10.3"
];
})
- sources."babel-plugin-styled-components-1.11.1"
+ sources."babel-plugin-styled-components-1.12.0"
sources."babel-plugin-syntax-jsx-6.18.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."better-ajv-errors-0.6.7"
- sources."big.js-5.2.2"
sources."binary-extensions-2.1.0"
sources."bn.js-5.1.3"
sources."braces-3.0.2"
@@ -90437,11 +92610,7 @@ in
sources."browserify-aes-1.2.0"
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."inherits-2.0.4"
@@ -90464,16 +92633,15 @@ in
sources."cipher-base-1.0.4"
sources."classnames-2.2.6"
sources."clipboard-2.0.6"
- sources."cliui-4.1.0"
+ sources."cliui-7.0.4"
sources."clsx-1.1.1"
sources."co-4.6.0"
sources."code-error-fragment-0.0.230"
- sources."code-point-at-1.1.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."console-browserify-1.2.0"
sources."constants-browserify-1.0.0"
- sources."core-js-3.6.5"
+ sources."core-js-3.8.0"
sources."core-util-is-1.0.2"
(sources."create-ecdh-4.0.4" // {
dependencies = [
@@ -90482,11 +92650,10 @@ in
})
sources."create-hash-1.2.0"
sources."create-hmac-1.1.7"
- sources."cross-spawn-6.0.5"
sources."crypto-browserify-3.12.0"
sources."css-color-keywords-1.0.0"
sources."css-to-react-native-3.0.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decamelize-1.2.0"
sources."decko-1.2.0"
sources."delegate-3.2.0"
@@ -90496,37 +92663,31 @@ in
sources."bn.js-4.11.9"
];
})
- sources."dom-walk-0.1.2"
sources."domain-browser-1.2.0"
- sources."dompurify-1.0.11"
+ sources."dompurify-2.2.2"
(sources."elliptic-6.5.3" // {
dependencies = [
sources."bn.js-4.11.9"
];
})
sources."emoji-regex-8.0.0"
- sources."emojis-list-3.0.0"
- sources."end-of-stream-1.4.4"
sources."es6-promise-3.3.1"
+ sources."escalade-3.1.1"
sources."escape-string-regexp-1.0.5"
sources."esprima-4.0.1"
- sources."eventemitter3-3.1.2"
+ sources."eventemitter3-4.0.7"
sources."events-3.2.0"
sources."evp_bytestokey-1.0.3"
- sources."execa-1.0.0"
sources."fast-deep-equal-1.1.0"
sources."fast-json-stable-stringify-2.1.0"
- sources."fast-levenshtein-2.0.6"
sources."fast-safe-stringify-2.0.7"
sources."fill-range-7.0.1"
- sources."find-up-3.0.0"
+ sources."find-up-4.1.0"
sources."foreach-2.0.5"
sources."format-util-1.0.5"
sources."fsevents-2.1.3"
- sources."get-caller-file-1.0.3"
- sources."get-stream-4.1.0"
+ sources."get-caller-file-2.0.5"
sources."glob-parent-5.1.1"
- sources."global-4.4.0"
sources."globals-11.12.0"
sources."good-listener-1.2.2"
sources."grapheme-splitter-1.0.4"
@@ -90547,17 +92708,14 @@ in
sources."hoist-non-react-statics-3.3.2"
sources."http2-client-1.3.3"
sources."https-browserify-1.0.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."inherits-2.0.1"
- sources."invert-kv-2.0.0"
sources."is-binary-path-2.1.0"
sources."is-extglob-2.1.1"
- sources."is-fullwidth-code-point-1.0.0"
+ sources."is-fullwidth-code-point-3.0.0"
sources."is-glob-4.0.1"
sources."is-number-7.0.0"
- sources."is-stream-1.1.0"
sources."isarray-2.0.5"
- sources."isexe-2.0.0"
sources."js-tokens-4.0.0"
sources."js-yaml-3.14.0"
sources."jsesc-2.5.2"
@@ -90565,65 +92723,54 @@ in
sources."json-schema-ref-parser-6.1.0"
sources."json-schema-traverse-0.3.1"
sources."json-to-ast-2.1.0"
- sources."json5-1.0.1"
sources."jsonpointer-4.1.0"
- sources."lcid-2.0.0"
sources."leven-3.1.0"
- sources."loader-utils-1.4.0"
- sources."locate-path-3.0.0"
+ sources."locate-path-5.0.0"
sources."lodash-4.17.20"
sources."loose-envify-1.4.0"
- sources."lunr-2.3.6"
- sources."map-age-cleaner-0.1.3"
+ sources."lunr-2.3.8"
sources."mark.js-8.11.1"
- sources."marked-0.6.3"
+ sources."marked-0.7.0"
sources."md5.js-1.3.5"
- sources."mem-4.3.0"
sources."memoize-one-5.1.1"
(sources."miller-rabin-4.0.1" // {
dependencies = [
sources."bn.js-4.11.9"
];
})
- sources."mimic-fn-2.1.0"
- sources."min-document-2.19.0"
sources."minimalistic-assert-1.0.1"
sources."minimalistic-crypto-utils-1.0.1"
sources."minimist-1.2.5"
sources."mkdirp-1.0.4"
- sources."mobx-4.15.7"
- sources."mobx-react-5.4.4"
+ sources."mobx-6.0.4"
+ sources."mobx-react-7.0.5"
+ sources."mobx-react-lite-3.1.6"
sources."ms-2.1.2"
sources."neo-async-2.6.2"
- sources."nice-try-1.0.5"
sources."node-fetch-h2-2.3.0"
sources."node-libs-browser-2.2.1"
sources."node-readfiles-0.2.0"
sources."normalize-path-3.0.0"
- sources."npm-run-path-2.0.2"
- sources."number-is-nan-1.0.1"
sources."oas-kit-common-1.0.8"
sources."oas-linter-3.2.1"
- sources."oas-resolver-2.5.2"
+ (sources."oas-resolver-2.5.3" // {
+ dependencies = [
+ sources."yargs-16.1.1"
+ ];
+ })
sources."oas-schema-walker-1.1.5"
- sources."oas-validator-3.4.0"
+ sources."oas-validator-4.0.8"
sources."object-assign-4.1.1"
- sources."once-1.4.0"
sources."ono-4.0.11"
- sources."openapi-sampler-1.0.0-beta.14"
+ sources."openapi-sampler-1.0.0-beta.18"
sources."os-browserify-0.3.0"
- sources."os-locale-3.1.0"
- sources."p-defer-1.0.0"
- sources."p-finally-1.0.0"
- sources."p-is-promise-2.1.0"
sources."p-limit-2.3.0"
- sources."p-locate-3.0.0"
+ sources."p-locate-4.1.0"
sources."p-try-2.2.0"
sources."pako-1.0.11"
sources."parse-asn1-5.1.6"
sources."path-browserify-0.0.1"
- sources."path-exists-3.0.0"
- sources."path-key-2.0.1"
+ sources."path-exists-4.0.0"
sources."pbkdf2-3.1.1"
sources."perfect-scrollbar-1.5.0"
sources."picomatch-2.2.2"
@@ -90638,7 +92785,6 @@ in
sources."bn.js-4.11.9"
];
})
- sources."pump-3.0.0"
sources."punycode-1.4.1"
sources."querystring-0.2.0"
sources."querystring-es3-0.2.1"
@@ -90646,14 +92792,7 @@ in
sources."randomfill-1.0.4"
sources."react-16.14.0"
sources."react-dom-16.14.0"
- sources."react-dropdown-1.9.0"
- (sources."react-hot-loader-4.13.0" // {
- dependencies = [
- sources."source-map-0.7.3"
- ];
- })
sources."react-is-16.13.1"
- sources."react-lifecycles-compat-3.0.4"
sources."react-tabs-3.1.1"
(sources."readable-stream-2.3.7" // {
dependencies = [
@@ -90664,68 +92803,52 @@ in
];
})
sources."readdirp-3.5.0"
- (sources."redoc-2.0.0-rc.8-1" // {
- dependencies = [
- sources."tslib-1.14.1"
- ];
- })
- sources."reftools-1.1.6"
+ sources."redoc-2.0.0-rc.48"
+ sources."reftools-1.1.7"
sources."regenerator-runtime-0.13.7"
sources."require-directory-2.1.1"
- sources."require-main-filename-1.0.1"
+ sources."require-main-filename-2.0.0"
sources."ripemd160-2.0.2"
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
sources."scheduler-0.19.1"
sources."select-1.1.2"
- sources."semver-5.7.1"
sources."set-blocking-2.0.0"
sources."setimmediate-1.0.5"
sources."sha.js-2.4.11"
sources."shallowequal-1.1.0"
- sources."shebang-command-1.2.0"
- sources."shebang-regex-1.0.0"
sources."should-13.2.3"
sources."should-equal-2.0.0"
sources."should-format-3.0.3"
sources."should-type-1.4.0"
sources."should-type-adaptors-1.1.0"
sources."should-util-1.0.1"
- sources."signal-exit-3.0.3"
- sources."slugify-1.4.5"
+ sources."slugify-1.4.6"
sources."source-map-0.6.1"
sources."sprintf-js-1.0.3"
sources."stickyfill-1.1.1"
sources."stream-browserify-2.0.2"
sources."stream-http-2.8.3"
- (sources."string-width-2.1.1" // {
- dependencies = [
- sources."is-fullwidth-code-point-2.0.0"
- ];
- })
+ sources."string-width-4.2.0"
sources."string_decoder-1.3.0"
- sources."strip-ansi-4.0.0"
- sources."strip-eof-1.0.0"
- sources."styled-components-5.2.0"
+ sources."strip-ansi-6.0.0"
+ sources."styled-components-5.2.1"
sources."supports-color-5.5.0"
- (sources."swagger2openapi-5.4.0" // {
- dependencies = [
- sources."yargs-12.0.5"
- ];
- })
- sources."timers-browserify-2.0.11"
+ sources."swagger2openapi-6.2.3"
+ sources."timers-browserify-2.0.12"
sources."tiny-emitter-2.1.0"
sources."to-arraybuffer-1.0.1"
sources."to-fast-properties-2.0.0"
sources."to-regex-range-5.0.1"
sources."tslib-2.0.3"
sources."tty-browserify-0.0.0"
- sources."uglify-js-3.11.2"
+ sources."uglify-js-3.12.1"
(sources."url-0.11.0" // {
dependencies = [
sources."punycode-1.3.2"
];
})
+ sources."url-template-2.0.8"
(sources."util-0.11.1" // {
dependencies = [
sources."inherits-2.0.3"
@@ -90733,41 +92856,30 @@ in
})
sources."util-deprecate-1.0.2"
sources."vm-browserify-1.1.2"
- sources."which-1.3.1"
sources."which-module-2.0.0"
sources."wordwrap-1.0.0"
- (sources."wrap-ansi-2.1.0" // {
+ (sources."wrap-ansi-7.0.0" // {
dependencies = [
- sources."ansi-regex-2.1.1"
- sources."string-width-1.0.2"
- sources."strip-ansi-3.0.1"
+ sources."ansi-styles-4.3.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
];
})
- sources."wrappy-1.0.2"
sources."xtend-4.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-5.0.5"
sources."yaml-1.10.0"
(sources."yargs-15.4.1" // {
dependencies = [
- sources."ansi-regex-5.0.0"
sources."ansi-styles-4.3.0"
sources."cliui-6.0.0"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
- sources."find-up-4.1.0"
- sources."get-caller-file-2.0.5"
- sources."is-fullwidth-code-point-3.0.0"
- sources."locate-path-5.0.0"
- sources."p-locate-4.1.0"
- sources."path-exists-4.0.0"
- sources."require-main-filename-2.0.0"
- sources."string-width-4.2.0"
- sources."strip-ansi-6.0.0"
sources."wrap-ansi-6.2.0"
+ sources."y18n-4.0.1"
sources."yargs-parser-18.1.3"
];
})
- sources."yargs-parser-11.1.1"
+ sources."yargs-parser-20.2.4"
];
buildInputs = globalBuildInputs;
meta = {
@@ -90800,10 +92912,10 @@ in
rollup = nodeEnv.buildNodePackage {
name = "rollup";
packageName = "rollup";
- version = "2.32.0";
+ version = "2.34.1";
src = fetchurl {
- url = "https://registry.npmjs.org/rollup/-/rollup-2.32.0.tgz";
- sha512 = "0FIG1jY88uhCP2yP4CfvtKEqPDRmsUwfY1kEOOM+DH/KOGATgaIFd/is1+fQOxsvh62ELzcFfKonwKWnHhrqmw==";
+ url = "https://registry.npmjs.org/rollup/-/rollup-2.34.1.tgz";
+ sha512 = "tGveB6NU5x4MS/iXaIsjfUkEv4hxzJJ4o0FRy5LO62Ndx3R2cmE1qsLYlSfRkvHUUPqWiFoxEm8pRftzh1a5HA==";
};
dependencies = [
sources."fsevents-2.1.3"
@@ -90831,7 +92943,7 @@ in
sources."chalk-2.4.2"
];
})
- sources."@eslint/eslintrc-0.1.3"
+ sources."@eslint/eslintrc-0.2.2"
sources."@rollup/plugin-commonjs-13.0.2"
sources."@rollup/plugin-node-resolve-8.4.0"
sources."@rollup/pluginutils-3.1.0"
@@ -90844,10 +92956,10 @@ in
sources."@types/node-12.7.12"
sources."@types/node-fetch-2.5.7"
sources."@types/resolve-1.17.1"
- sources."@types/vscode-1.50.0"
+ sources."@types/vscode-1.51.0"
(sources."@typescript-eslint/eslint-plugin-3.10.1" // {
dependencies = [
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
sources."@typescript-eslint/experimental-utils-3.10.1"
@@ -90855,7 +92967,7 @@ in
sources."@typescript-eslint/types-3.10.1"
(sources."@typescript-eslint/typescript-estree-3.10.1" // {
dependencies = [
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
sources."@typescript-eslint/visitor-keys-3.10.1"
@@ -90909,7 +93021,7 @@ in
sources."cross-spawn-7.0.3"
sources."css-select-1.2.0"
sources."css-what-2.1.3"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decamelize-1.2.0"
sources."deep-freeze-0.0.1"
sources."deep-is-0.1.3"
@@ -90924,7 +93036,9 @@ in
sources."domutils-1.5.1"
(sources."editorconfig-0.15.3" // {
dependencies = [
+ sources."lru-cache-4.1.5"
sources."semver-5.7.1"
+ sources."yallist-2.1.2"
];
})
sources."emoji-regex-7.0.3"
@@ -90933,16 +93047,16 @@ in
sources."es6-promise-4.2.8"
sources."es6-promisify-5.0.0"
sources."escape-string-regexp-1.0.5"
- (sources."eslint-7.11.0" // {
+ (sources."eslint-7.15.0" // {
dependencies = [
sources."eslint-visitor-keys-2.0.0"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
sources."eslint-scope-5.1.1"
sources."eslint-utils-2.1.0"
sources."eslint-visitor-keys-1.3.0"
- sources."espree-7.3.0"
+ sources."espree-7.3.1"
sources."esprima-4.0.1"
(sources."esquery-1.3.1" // {
dependencies = [
@@ -90961,21 +93075,23 @@ in
sources."fast-json-stable-stringify-2.1.0"
sources."fast-levenshtein-2.0.6"
sources."fd-slicer-1.1.0"
- sources."file-entry-cache-5.0.1"
+ sources."file-entry-cache-6.0.0"
sources."fill-range-7.0.1"
sources."find-up-5.0.0"
sources."flat-5.0.2"
- sources."flat-cache-2.0.1"
- sources."flatted-2.0.2"
+ sources."flat-cache-3.0.4"
+ sources."flatted-3.1.0"
sources."form-data-3.0.0"
sources."fs.realpath-1.0.0"
sources."fsevents-2.1.3"
+ sources."function-bind-1.1.1"
sources."functional-red-black-tree-1.0.1"
sources."get-caller-file-2.0.5"
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
sources."globals-12.4.0"
sources."growl-1.10.5"
+ sources."has-1.0.3"
sources."has-flag-3.0.0"
sources."he-1.2.0"
sources."htmlparser2-3.10.1"
@@ -90987,15 +93103,16 @@ in
})
(sources."https-proxy-agent-2.2.4" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."ignore-4.0.6"
- sources."import-fresh-3.2.1"
+ sources."import-fresh-3.2.2"
sources."imurmurhash-0.1.4"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."is-binary-path-2.1.0"
+ sources."is-core-module-2.2.0"
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-2.0.0"
sources."is-glob-4.0.1"
@@ -91014,7 +93131,7 @@ in
sources."locate-path-6.0.0"
sources."lodash-4.17.20"
sources."log-symbols-4.0.0"
- sources."lru-cache-4.1.5"
+ sources."lru-cache-6.0.0"
sources."magic-string-0.25.7"
(sources."markdown-it-10.0.0" // {
dependencies = [
@@ -91026,9 +93143,7 @@ in
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
sources."minimatch-3.0.4"
- sources."minimist-1.2.5"
- sources."mkdirp-0.5.5"
- (sources."mocha-8.2.0" // {
+ (sources."mocha-8.2.1" // {
dependencies = [
sources."debug-4.2.0"
sources."escape-string-regexp-4.0.0"
@@ -91049,7 +93164,7 @@ in
sources."os-homedir-1.0.2"
sources."os-tmpdir-1.0.2"
sources."osenv-0.1.5"
- sources."p-limit-3.0.2"
+ sources."p-limit-3.1.0"
sources."p-locate-5.0.0"
sources."p-try-2.2.0"
sources."parent-module-1.0.1"
@@ -91076,10 +93191,10 @@ in
sources."regexpp-3.1.0"
sources."require-directory-2.1.1"
sources."require-main-filename-2.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-4.0.0"
- sources."rimraf-2.6.3"
- sources."rollup-2.32.0"
+ sources."rimraf-3.0.2"
+ sources."rollup-2.34.1"
sources."safe-buffer-5.2.1"
sources."semver-6.3.0"
sources."serialize-javascript-5.0.1"
@@ -91121,19 +93236,23 @@ in
sources."uri-js-4.4.0"
sources."url-join-1.1.0"
sources."util-deprecate-1.0.2"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
(sources."vsce-1.81.1" // {
dependencies = [
sources."chalk-2.4.2"
- sources."commander-6.1.0"
+ sources."commander-6.2.0"
sources."semver-5.7.1"
];
})
- sources."vscode-jsonrpc-6.0.0-next.5"
- sources."vscode-languageclient-7.0.0-next.9"
- sources."vscode-languageserver-protocol-3.16.0-next.7"
- sources."vscode-languageserver-types-3.16.0-next.3"
- sources."vscode-test-1.4.0"
+ sources."vscode-jsonrpc-6.0.0-next.7"
+ sources."vscode-languageclient-7.0.0-next.12"
+ sources."vscode-languageserver-protocol-3.16.0-next.10"
+ sources."vscode-languageserver-types-3.16.0-next.4"
+ (sources."vscode-test-1.4.1" // {
+ dependencies = [
+ sources."rimraf-2.7.1"
+ ];
+ })
sources."which-2.0.2"
sources."which-module-2.0.0"
(sources."wide-align-1.1.3" // {
@@ -91152,9 +93271,8 @@ in
];
})
sources."wrappy-1.0.2"
- sources."write-1.0.3"
- sources."y18n-4.0.0"
- sources."yallist-2.1.2"
+ sources."y18n-4.0.1"
+ sources."yallist-4.0.0"
(sources."yargs-13.3.2" // {
dependencies = [
sources."find-up-3.0.0"
@@ -91167,12 +93285,13 @@ in
sources."yargs-parser-13.1.2"
(sources."yargs-unparser-2.0.0" // {
dependencies = [
- sources."camelcase-6.1.0"
+ sources."camelcase-6.2.0"
sources."decamelize-4.0.0"
];
})
sources."yauzl-2.10.0"
sources."yazl-2.5.1"
+ sources."yocto-queue-0.1.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -91196,7 +93315,7 @@ in
sources."asynckit-0.4.0"
sources."aws-sdk-1.18.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."bcrypt-pbkdf-1.0.2"
sources."buffer-crc32-0.2.1"
sources."bytes-0.2.1"
@@ -91215,7 +93334,7 @@ in
sources."crc-0.2.0"
sources."crypto-0.0.3"
sources."dashdash-1.14.1"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."delayed-stream-1.0.0"
sources."ecc-jsbn-0.1.2"
sources."events.node-0.4.9"
@@ -91316,10 +93435,10 @@ in
sass = nodeEnv.buildNodePackage {
name = "sass";
packageName = "sass";
- version = "1.27.0";
+ version = "1.30.0";
src = fetchurl {
- url = "https://registry.npmjs.org/sass/-/sass-1.27.0.tgz";
- sha512 = "0gcrER56OkzotK/GGwgg4fPrKuiFlPNitO7eUJ18Bs+/NBlofJfMxmxqpqJxjae9vu0Wq8TZzrSyxZal00WDig==";
+ url = "https://registry.npmjs.org/sass/-/sass-1.30.0.tgz";
+ sha512 = "26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==";
};
dependencies = [
sources."anymatch-3.1.1"
@@ -91351,11 +93470,15 @@ in
semver = nodeEnv.buildNodePackage {
name = "semver";
packageName = "semver";
- version = "7.3.2";
+ version = "7.3.4";
src = fetchurl {
- url = "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz";
- sha512 = "OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==";
+ url = "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz";
+ sha512 = "tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==";
};
+ dependencies = [
+ sources."lru-cache-6.0.0"
+ sources."yallist-4.0.0"
+ ];
buildInputs = globalBuildInputs;
meta = {
description = "The semantic version parser used by npm.";
@@ -91381,7 +93504,7 @@ in
sources."ansi-align-2.0.0"
sources."ansi-regex-3.0.0"
sources."ansi-styles-3.2.1"
- sources."arch-2.1.2"
+ sources."arch-2.2.0"
sources."arg-2.0.0"
sources."balanced-match-1.0.0"
sources."boxen-1.3.0"
@@ -91475,16 +93598,16 @@ in
serverless = nodeEnv.buildNodePackage {
name = "serverless";
packageName = "serverless";
- version = "2.8.0";
+ version = "2.15.0";
src = fetchurl {
- url = "https://registry.npmjs.org/serverless/-/serverless-2.8.0.tgz";
- sha512 = "5yG+t5SHX4vxMmllLEj6DPkP0QTuMwmYfQw7mqq8H2WPr6MOUTuksskgNhljpgEASLAeZa5HdaRQq+s+/pq17w==";
+ url = "https://registry.npmjs.org/serverless/-/serverless-2.15.0.tgz";
+ sha512 = "lgLFdmjcTJAP3v/BlZkE3EyE1ZkIfcoBcL/J/z9dF8er71w6UJ0pixbnJ4CYSOgqS5DK7MphaP+hTTY12Aw6OQ==";
};
dependencies = [
sources."2-thenable-1.0.0"
(sources."@kwsites/file-exists-1.1.1" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -91510,23 +93633,10 @@ in
];
})
sources."@serverless/component-metrics-1.0.8"
- (sources."@serverless/components-3.2.3" // {
+ (sources."@serverless/components-3.4.3" // {
dependencies = [
- sources."@sindresorhus/is-3.1.2"
- sources."@szmarczak/http-timer-4.0.5"
sources."ansi-regex-5.0.0"
- sources."cacheable-request-7.0.1"
- sources."decompress-response-6.0.0"
- sources."defer-to-connect-2.0.0"
- sources."get-stream-5.2.0"
- sources."got-11.7.0"
- sources."json-buffer-3.0.1"
- sources."keyv-4.0.3"
- sources."lowercase-keys-2.0.0"
- sources."mimic-response-3.1.0"
- sources."p-cancelable-2.0.0"
sources."ramda-0.27.1"
- sources."responselike-2.0.0"
sources."strip-ansi-6.0.0"
];
})
@@ -91536,14 +93646,14 @@ in
sources."semver-6.3.0"
];
})
- sources."@serverless/enterprise-plugin-4.1.1"
+ sources."@serverless/enterprise-plugin-4.2.0"
sources."@serverless/event-mocks-1.1.1"
- sources."@serverless/platform-client-3.1.2"
- sources."@serverless/platform-client-china-2.0.3"
+ sources."@serverless/platform-client-3.1.4"
+ sources."@serverless/platform-client-china-2.0.9"
(sources."@serverless/platform-sdk-2.3.2" // {
dependencies = [
sources."chalk-2.4.2"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."https-proxy-agent-4.0.0"
sources."is-docker-1.1.0"
sources."ms-2.1.2"
@@ -91552,23 +93662,23 @@ in
sources."ws-6.2.1"
];
})
- sources."@serverless/template-1.1.3"
+ sources."@serverless/template-1.1.4"
(sources."@serverless/utils-2.0.0" // {
dependencies = [
sources."write-file-atomic-3.0.3"
];
})
- sources."@serverless/utils-china-1.0.7"
+ sources."@serverless/utils-china-1.0.11"
sources."@sindresorhus/is-0.14.0"
sources."@szmarczak/http-timer-1.1.2"
- sources."@tencent-sdk/capi-1.1.5"
+ sources."@tencent-sdk/capi-1.1.8"
sources."@types/cacheable-request-6.0.1"
sources."@types/caseless-0.12.2"
sources."@types/http-cache-semantics-4.0.0"
sources."@types/keyv-3.1.1"
- sources."@types/lodash-4.14.162"
+ sources."@types/lodash-4.14.165"
sources."@types/long-4.0.1"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/request-2.48.5"
sources."@types/request-promise-native-1.0.17"
sources."@types/responselike-1.0.0"
@@ -91595,7 +93705,7 @@ in
sources."file-type-4.4.0"
];
})
- (sources."archiver-5.0.2" // {
+ (sources."archiver-5.1.0" // {
dependencies = [
sources."async-3.2.0"
sources."bl-4.0.3"
@@ -91625,19 +93735,20 @@ in
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
sources."at-least-node-1.0.0"
- (sources."aws-sdk-2.773.0" // {
+ (sources."aws-sdk-2.804.0" // {
dependencies = [
sources."buffer-4.9.2"
+ sources."ieee754-1.1.13"
sources."uuid-3.3.2"
];
})
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."axios-0.19.2"
sources."backo2-1.0.2"
sources."balanced-match-1.0.0"
sources."base64-arraybuffer-0.1.4"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."binary-0.3.0"
sources."binary-extensions-2.1.0"
@@ -91675,7 +93786,7 @@ in
})
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-alloc-1.2.0"
sources."buffer-alloc-unsafe-1.1.0"
sources."buffer-crc32-0.2.13"
@@ -91734,7 +93845,7 @@ in
sources."component-bind-1.0.0"
sources."component-emitter-1.3.0"
sources."component-inherit-0.0.3"
- sources."compress-commons-4.0.1"
+ sources."compress-commons-4.0.2"
sources."concat-map-0.0.1"
sources."console-control-strings-1.1.0"
(sources."content-disposition-0.5.3" // {
@@ -91744,8 +93855,8 @@ in
})
sources."cookiejar-2.1.2"
sources."core-util-is-1.0.2"
- sources."crc-3.8.0"
- sources."crc32-stream-4.0.0"
+ sources."crc-32-1.2.0"
+ sources."crc32-stream-4.0.1"
(sources."cross-spawn-6.0.5" // {
dependencies = [
sources."semver-5.7.1"
@@ -91757,7 +93868,7 @@ in
];
})
sources."dashdash-1.14.1"
- sources."dayjs-1.9.3"
+ sources."dayjs-1.9.7"
sources."debug-3.1.0"
sources."decode-uri-component-0.2.0"
sources."decompress-4.2.1"
@@ -91843,6 +93954,7 @@ in
sources."essentials-1.1.1"
sources."event-emitter-0.3.5"
sources."events-1.1.1"
+ sources."exit-on-epipe-1.0.1"
sources."expand-template-2.0.3"
sources."ext-1.4.0"
sources."ext-list-2.2.2"
@@ -91855,7 +93967,7 @@ in
sources."fast-json-stable-stringify-2.1.0"
sources."fast-safe-stringify-2.0.7"
sources."fastest-levenshtein-1.0.12"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."fd-slicer-1.1.0"
sources."fecha-4.2.0"
sources."figures-3.2.0"
@@ -91865,12 +93977,6 @@ in
sources."filenamify-3.0.0"
sources."filesize-6.1.0"
sources."fill-range-7.0.1"
- (sources."find-process-1.4.3" // {
- dependencies = [
- sources."chalk-2.4.2"
- sources."debug-2.6.9"
- ];
- })
sources."find-requires-1.0.0"
sources."flat-5.0.2"
sources."follow-redirects-1.5.10"
@@ -91887,12 +93993,17 @@ in
sources."fs-constants-1.0.0"
(sources."fs-extra-9.0.1" // {
dependencies = [
- sources."jsonfile-6.0.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."universalify-1.0.0"
];
})
+ sources."fs-minipass-2.1.0"
sources."fs.realpath-1.0.0"
- sources."fs2-0.3.8"
+ sources."fs2-0.3.9"
sources."fsevents-2.1.3"
(sources."gauge-2.7.4" // {
dependencies = [
@@ -91907,7 +94018,22 @@ in
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
sources."globby-11.0.1"
- sources."got-9.6.0"
+ (sources."got-11.8.0" // {
+ dependencies = [
+ sources."@sindresorhus/is-4.0.0"
+ sources."@szmarczak/http-timer-4.0.5"
+ sources."cacheable-request-7.0.1"
+ sources."decompress-response-6.0.0"
+ sources."defer-to-connect-2.0.0"
+ sources."get-stream-5.2.0"
+ sources."json-buffer-3.0.1"
+ sources."keyv-4.0.3"
+ sources."lowercase-keys-2.0.0"
+ sources."mimic-response-3.1.0"
+ sources."p-cancelable-2.0.0"
+ sources."responselike-2.0.0"
+ ];
+ })
sources."graceful-fs-4.2.4"
sources."graphlib-2.1.8"
sources."har-schema-2.0.0"
@@ -91927,13 +94053,13 @@ in
sources."http2-wrapper-1.0.0-beta.5.2"
(sources."https-proxy-agent-5.0.0" // {
dependencies = [
- sources."agent-base-6.0.1"
- sources."debug-4.3.0"
+ sources."agent-base-6.0.2"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."ignore-5.1.8"
sources."immediate-3.0.6"
sources."imurmurhash-0.1.4"
@@ -91949,7 +94075,7 @@ in
sources."strip-ansi-6.0.0"
];
})
- sources."inquirer-autocomplete-prompt-1.2.0"
+ sources."inquirer-autocomplete-prompt-1.3.0"
sources."into-stream-3.1.0"
sources."is-arrayish-0.3.2"
sources."is-binary-path-2.1.0"
@@ -91959,7 +94085,7 @@ in
sources."is-glob-4.0.1"
sources."is-natural-number-4.0.1"
sources."is-number-7.0.0"
- sources."is-object-1.0.1"
+ sources."is-object-1.0.2"
sources."is-plain-obj-1.1.0"
sources."is-promise-2.2.2"
sources."is-retry-allowed-1.2.0"
@@ -92028,6 +94154,7 @@ in
})
sources."long-1.1.2"
sources."lowercase-keys-1.0.1"
+ sources."lru-cache-6.0.0"
sources."lru-queue-0.1.0"
(sources."make-dir-1.3.0" // {
dependencies = [
@@ -92045,6 +94172,8 @@ in
sources."mimic-response-1.0.1"
sources."minimatch-3.0.4"
sources."minimist-1.2.5"
+ sources."minipass-3.1.3"
+ sources."minizlib-2.1.2"
sources."mkdirp-0.5.5"
sources."moment-2.29.1"
sources."ms-2.0.0"
@@ -92057,7 +94186,7 @@ in
sources."nested-error-stacks-2.1.0"
sources."next-tick-1.0.0"
sources."nice-try-1.0.5"
- (sources."node-abi-2.19.1" // {
+ (sources."node-abi-2.19.3" // {
dependencies = [
sources."semver-5.7.1"
];
@@ -92088,11 +94217,11 @@ in
sources."p-event-2.3.1"
sources."p-finally-1.0.0"
sources."p-is-promise-1.1.0"
- sources."p-limit-3.0.2"
+ sources."p-limit-3.1.0"
sources."p-timeout-2.0.1"
- sources."p-try-2.2.0"
(sources."package-json-6.5.0" // {
dependencies = [
+ sources."got-9.6.0"
sources."semver-6.3.0"
];
})
@@ -92116,17 +94245,19 @@ in
})
sources."prepend-http-2.0.0"
sources."prettyoutput-1.2.0"
+ sources."printj-1.1.2"
sources."process-nextick-args-2.0.1"
sources."promise-queue-2.2.5"
- (sources."protobufjs-6.10.1" // {
+ (sources."protobufjs-6.10.2" // {
dependencies = [
- sources."@types/node-13.13.26"
+ sources."@types/node-13.13.34"
sources."long-4.0.0"
];
})
sources."psl-1.8.0"
sources."pump-3.0.0"
sources."punycode-2.1.1"
+ sources."qrcode-terminal-0.12.0"
sources."qs-6.5.2"
sources."query-string-5.1.1"
sources."querystring-0.2.0"
@@ -92137,7 +94268,7 @@ in
sources."readdir-glob-1.1.1"
sources."readdirp-3.5.0"
sources."regenerator-runtime-0.13.7"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."replaceall-0.1.6"
(sources."request-2.88.2" // {
@@ -92154,24 +94285,24 @@ in
sources."retry-0.10.1"
sources."reusify-1.0.4"
sources."run-async-2.4.1"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."rxjs-6.6.3"
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
sources."sax-1.2.1"
sources."seek-bzip-1.0.6"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."set-blocking-2.0.0"
sources."set-immediate-shim-1.0.1"
sources."shebang-command-1.2.0"
sources."shebang-regex-1.0.0"
- sources."shortid-2.2.15"
+ sources."shortid-2.2.16"
sources."signal-exit-3.0.3"
sources."simple-concat-1.0.1"
sources."simple-get-2.8.1"
- (sources."simple-git-2.21.0" // {
+ (sources."simple-git-2.24.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -92223,7 +94354,7 @@ in
sources."chalk-2.4.2"
sources."cli-cursor-2.1.0"
sources."cli-width-2.2.1"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."figures-2.0.0"
sources."inquirer-6.5.2"
sources."is-fullwidth-code-point-2.0.0"
@@ -92237,6 +94368,12 @@ in
sources."untildify-3.0.3"
];
})
+ (sources."tar-6.0.5" // {
+ dependencies = [
+ sources."chownr-2.0.0"
+ sources."mkdirp-1.0.4"
+ ];
+ })
(sources."tar-fs-1.16.3" // {
dependencies = [
sources."pump-1.0.3"
@@ -92250,8 +94387,9 @@ in
sources."string_decoder-1.1.1"
];
})
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
sources."text-hex-1.0.0"
+ sources."throat-5.0.0"
sources."through-2.3.8"
sources."timed-out-4.0.1"
sources."timers-ext-0.1.7"
@@ -92306,17 +94444,19 @@ in
})
sources."wrappy-1.0.2"
sources."write-file-atomic-2.4.3"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xml2js-0.4.19"
sources."xmlbuilder-9.0.7"
sources."xmlhttprequest-ssl-1.5.5"
sources."xtend-4.0.2"
+ sources."yallist-4.0.0"
sources."yaml-ast-parser-0.0.43"
sources."yamljs-0.3.0"
- sources."yargs-parser-20.2.3"
+ sources."yargs-parser-20.2.4"
sources."yauzl-2.10.0"
sources."yeast-0.1.2"
- sources."zip-stream-4.0.2"
+ sources."yocto-queue-0.1.0"
+ sources."zip-stream-4.0.4"
];
buildInputs = globalBuildInputs;
meta = {
@@ -92348,7 +94488,7 @@ in
sources."assert-plus-1.0.0"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."base64-arraybuffer-0.1.2"
sources."base64id-0.1.0"
sources."bcrypt-nodejs-0.0.3"
@@ -92955,27 +95095,31 @@ in
snyk = nodeEnv.buildNodePackage {
name = "snyk";
packageName = "snyk";
- version = "1.414.1";
+ version = "1.434.2";
src = fetchurl {
- url = "https://registry.npmjs.org/snyk/-/snyk-1.414.1.tgz";
- sha512 = "e04W+CPOqFTiny0VYDk8CfMn04BOcNbKve5KjWWIz8a5Ccw80yRVdboMjh5rHRSKU+bMvECQX5Nr9wtqfvOwcQ==";
+ url = "https://registry.npmjs.org/snyk/-/snyk-1.434.2.tgz";
+ sha512 = "DPU3c0ixrefM7Rh7klUn9fTTTaiee3J3SKVn4zU7LxDREKlxPB+A+xiGkEbkRsLqIZK1xJtP6KopwWOSYjZ+Ow==";
};
dependencies = [
sources."@sindresorhus/is-2.1.1"
- sources."@snyk/cli-interface-2.9.2"
- sources."@snyk/cocoapods-lockfile-parser-3.5.2"
+ sources."@snyk/cli-interface-2.11.0"
+ (sources."@snyk/cocoapods-lockfile-parser-3.5.2" // {
+ dependencies = [
+ sources."@snyk/dep-graph-1.19.4"
+ ];
+ })
sources."@snyk/composer-lockfile-parser-1.4.1"
- sources."@snyk/dep-graph-1.19.4"
- sources."@snyk/docker-registry-v2-client-1.13.6"
+ sources."@snyk/dep-graph-1.21.0"
+ sources."@snyk/docker-registry-v2-client-1.13.9"
sources."@snyk/gemfile-1.2.0"
- sources."@snyk/java-call-graph-builder-1.16.0"
- sources."@snyk/rpm-parser-2.2.0"
+ sources."@snyk/java-call-graph-builder-1.16.2"
+ sources."@snyk/rpm-parser-2.2.1"
(sources."@snyk/snyk-cocoapods-plugin-2.5.1" // {
dependencies = [
sources."tslib-2.0.3"
];
})
- (sources."@snyk/snyk-docker-pull-3.2.0" // {
+ (sources."@snyk/snyk-docker-pull-3.2.3" // {
dependencies = [
sources."tmp-0.1.0"
];
@@ -92988,7 +95132,7 @@ in
sources."@types/http-cache-semantics-4.0.0"
sources."@types/js-yaml-3.12.5"
sources."@types/keyv-3.1.1"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/responselike-1.0.0"
sources."@types/semver-5.5.0"
sources."@yarnpkg/lockfile-1.1.0"
@@ -93014,9 +95158,9 @@ in
sources."tslib-2.0.3"
];
})
- sources."async-1.5.2"
+ sources."async-3.2.0"
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
(sources."bl-4.0.3" // {
dependencies = [
@@ -93028,7 +95172,6 @@ in
(sources."boxen-4.2.0" // {
dependencies = [
sources."ansi-styles-4.3.0"
- sources."camelcase-5.3.1"
sources."chalk-3.0.0"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
@@ -93038,8 +95181,9 @@ in
];
})
sources."brace-expansion-1.1.11"
+ sources."braces-3.0.2"
sources."browserify-zlib-0.1.4"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-from-1.1.1"
sources."bytes-3.1.0"
sources."cacheable-lookup-5.0.3"
@@ -93048,7 +95192,7 @@ in
sources."get-stream-5.2.0"
];
})
- sources."camelcase-2.1.1"
+ sources."camelcase-5.3.1"
sources."chalk-2.4.2"
sources."chardet-0.7.0"
sources."child-process-1.0.2"
@@ -93057,18 +95201,8 @@ in
sources."cli-cursor-3.1.0"
sources."cli-spinner-0.2.10"
sources."cli-width-3.0.0"
- (sources."cliui-3.2.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."wrap-ansi-2.1.0"
- ];
- })
sources."clone-response-1.0.2"
sources."co-4.6.0"
- sources."code-point-at-1.1.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."concat-map-0.0.1"
@@ -93081,8 +95215,7 @@ in
})
sources."crypto-random-string-2.0.0"
sources."data-uri-to-buffer-1.2.0"
- sources."debug-4.3.0"
- sources."decamelize-1.2.0"
+ sources."debug-4.3.1"
(sources."decompress-response-6.0.0" // {
dependencies = [
sources."mimic-response-3.1.0"
@@ -93110,9 +95243,11 @@ in
sources."dotnet-deps-parser-5.0.0"
sources."duplexer3-0.1.4"
sources."duplexify-3.7.1"
+ sources."elfy-1.0.0"
sources."email-validator-2.0.4"
sources."emoji-regex-8.0.0"
sources."end-of-stream-1.4.4"
+ sources."endian-reader-0.3.0"
sources."es6-promise-4.2.8"
sources."es6-promisify-5.0.0"
sources."escape-goat-2.1.1"
@@ -93128,6 +95263,7 @@ in
sources."fast-levenshtein-2.0.6"
sources."figures-3.2.0"
sources."file-uri-to-path-1.0.0"
+ sources."fill-range-7.0.1"
sources."fs-constants-1.0.0"
sources."fs.realpath-1.0.0"
(sources."ftp-0.3.10" // {
@@ -93167,11 +95303,11 @@ in
sources."http2-wrapper-1.0.0-beta.5.2"
(sources."https-proxy-agent-3.0.1" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."immediate-3.0.6"
sources."import-lazy-2.1.0"
sources."imurmurhash-0.1.4"
@@ -93190,7 +95326,6 @@ in
sources."supports-color-7.2.0"
];
})
- sources."invert-kv-1.0.0"
sources."ip-1.1.5"
sources."is-ci-2.0.0"
sources."is-deflate-1.0.0"
@@ -93199,6 +95334,7 @@ in
sources."is-gzip-1.0.0"
sources."is-installed-globally-0.3.2"
sources."is-npm-4.0.0"
+ sources."is-number-7.0.0"
sources."is-obj-2.0.0"
sources."is-path-inside-3.0.2"
sources."is-stream-1.1.0"
@@ -93216,7 +95352,6 @@ in
})
sources."keyv-4.0.3"
sources."latest-version-5.1.0"
- sources."lcid-1.0.0"
sources."levn-0.3.0"
sources."lie-3.3.0"
sources."lodash-4.17.20"
@@ -93239,6 +95374,7 @@ in
sources."lru-cache-5.1.1"
sources."macos-release-2.4.1"
sources."make-dir-3.1.0"
+ sources."micromatch-4.0.2"
sources."mimic-fn-2.1.0"
sources."mimic-response-1.0.1"
sources."minimatch-3.0.4"
@@ -93246,23 +95382,20 @@ in
sources."mkdirp-1.0.4"
sources."ms-2.1.2"
sources."mute-stream-0.0.8"
- sources."nconf-0.10.0"
(sources."needle-2.5.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."netmask-1.0.6"
sources."nice-try-1.0.5"
sources."normalize-url-4.5.0"
sources."npm-run-path-2.0.2"
- sources."number-is-nan-1.0.1"
sources."object-hash-2.0.3"
sources."once-1.4.0"
sources."onetime-5.1.2"
sources."open-7.3.0"
sources."optionator-0.8.3"
- sources."os-locale-1.4.0"
sources."os-name-3.1.0"
sources."os-tmpdir-1.0.2"
sources."p-cancelable-2.0.0"
@@ -93295,6 +95428,7 @@ in
sources."path-is-absolute-1.0.1"
sources."path-key-2.0.1"
sources."peek-stream-1.1.3"
+ sources."picomatch-2.2.2"
sources."prelude-ls-1.1.2"
sources."prepend-http-2.0.0"
sources."process-nextick-args-2.0.1"
@@ -93309,7 +95443,7 @@ in
sources."pump-2.0.1"
];
})
- sources."pupa-2.0.1"
+ sources."pupa-2.1.1"
sources."quick-lru-5.1.1"
sources."raw-body-2.4.1"
sources."rc-1.2.8"
@@ -93319,7 +95453,7 @@ in
sources."string_decoder-1.1.1"
];
})
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."resolve-alpn-1.0.0"
sources."responselike-2.0.0"
@@ -93330,7 +95464,6 @@ in
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
sources."sax-1.2.4"
- sources."secure-keys-1.0.0"
sources."semver-6.3.0"
sources."semver-diff-3.1.1"
sources."set-immediate-shim-1.0.1"
@@ -93339,8 +95472,8 @@ in
sources."shebang-regex-1.0.0"
sources."signal-exit-3.0.3"
sources."smart-buffer-4.1.0"
- sources."snyk-config-3.1.1"
- (sources."snyk-cpp-plugin-2.0.0" // {
+ sources."snyk-config-4.0.0-rc.2"
+ (sources."snyk-cpp-plugin-2.2.1" // {
dependencies = [
sources."ansi-styles-4.3.0"
sources."chalk-4.1.0"
@@ -93351,10 +95484,9 @@ in
sources."tslib-2.0.3"
];
})
- (sources."snyk-docker-plugin-4.1.1" // {
+ (sources."snyk-docker-plugin-4.12.0" // {
dependencies = [
sources."rimraf-3.0.2"
- sources."snyk-nodejs-lockfile-parser-1.30.0"
sources."tmp-0.2.1"
sources."uuid-8.3.1"
];
@@ -93362,14 +95494,16 @@ in
sources."snyk-go-parser-1.4.1"
(sources."snyk-go-plugin-1.16.2" // {
dependencies = [
+ sources."@snyk/dep-graph-1.19.4"
sources."rimraf-3.0.2"
sources."tmp-0.2.1"
];
})
- (sources."snyk-gradle-plugin-3.10.0" // {
+ (sources."snyk-gradle-plugin-3.10.3" // {
dependencies = [
(sources."@snyk/cli-interface-2.9.1" // {
dependencies = [
+ sources."@snyk/dep-graph-1.19.4"
sources."tslib-1.14.1"
];
})
@@ -93385,16 +95519,34 @@ in
];
})
sources."snyk-module-3.1.0"
- (sources."snyk-mvn-plugin-2.23.0" // {
+ (sources."snyk-mvn-plugin-2.25.0" // {
dependencies = [
sources."@snyk/cli-interface-2.9.1"
- sources."@snyk/java-call-graph-builder-1.16.1"
- sources."tmp-0.1.0"
+ (sources."@snyk/dep-graph-1.19.4" // {
+ dependencies = [
+ sources."tslib-1.14.1"
+ ];
+ })
+ (sources."@snyk/java-call-graph-builder-1.17.0" // {
+ dependencies = [
+ sources."tmp-0.2.1"
+ ];
+ })
+ sources."rimraf-3.0.2"
+ (sources."tmp-0.1.0" // {
+ dependencies = [
+ sources."rimraf-2.7.1"
+ ];
+ })
sources."tslib-1.11.1"
];
})
- sources."snyk-nodejs-lockfile-parser-1.28.1"
- (sources."snyk-nuget-plugin-1.19.3" // {
+ (sources."snyk-nodejs-lockfile-parser-1.30.1" // {
+ dependencies = [
+ sources."uuid-8.3.1"
+ ];
+ })
+ (sources."snyk-nuget-plugin-1.19.4" // {
dependencies = [
sources."jszip-3.4.0"
sources."pako-1.0.11"
@@ -93406,27 +95558,32 @@ in
sources."tslib-1.11.1"
];
})
+ (sources."snyk-poetry-lockfile-parser-1.1.1" // {
+ dependencies = [
+ sources."tslib-2.0.3"
+ ];
+ })
(sources."snyk-policy-1.14.1" // {
dependencies = [
sources."@types/node-6.14.13"
sources."hosted-git-info-2.8.8"
(sources."snyk-module-2.1.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
];
})
- sources."snyk-python-plugin-1.17.1"
+ sources."snyk-python-plugin-1.19.1"
(sources."snyk-resolve-1.0.1" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
(sources."snyk-resolve-deps-4.4.0" // {
dependencies = [
sources."@types/node-6.14.13"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."hosted-git-info-2.8.8"
sources."lru-cache-4.1.5"
sources."semver-5.7.1"
@@ -93442,7 +95599,7 @@ in
sources."snyk-tree-1.0.0"
(sources."snyk-try-require-1.3.1" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."lru-cache-4.1.5"
sources."yallist-2.1.2"
];
@@ -93489,13 +95646,14 @@ in
sources."temp-dir-1.0.0"
];
})
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
sources."then-fs-2.0.0"
sources."through-2.3.8"
sources."through2-2.0.5"
sources."thunkify-2.1.2"
sources."tmp-0.0.33"
sources."to-readable-stream-1.0.0"
+ sources."to-regex-range-5.0.1"
sources."toidentifier-1.0.0"
sources."toml-3.0.0"
sources."tree-kill-1.2.2"
@@ -93522,7 +95680,6 @@ in
sources."vscode-languageserver-types-3.15.1"
sources."which-1.3.1"
sources."widest-line-3.1.0"
- sources."window-size-0.1.4"
sources."windows-release-3.3.3"
sources."word-wrap-1.2.3"
(sources."wrap-ansi-5.1.0" // {
@@ -93535,21 +95692,13 @@ in
sources."wrappy-1.0.2"
sources."write-file-atomic-3.0.3"
sources."xdg-basedir-4.0.0"
+ sources."xml-js-1.6.11"
sources."xml2js-0.4.23"
sources."xmlbuilder-11.0.1"
sources."xregexp-2.0.0"
sources."xtend-4.0.2"
- sources."y18n-3.2.1"
sources."yallist-3.1.1"
sources."yaml-1.10.0"
- (sources."yargs-3.32.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"
- ];
- })
];
buildInputs = globalBuildInputs;
meta = {
@@ -93564,68 +95713,41 @@ in
"socket.io" = nodeEnv.buildNodePackage {
name = "socket.io";
packageName = "socket.io";
- version = "2.3.0";
+ version = "3.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/socket.io/-/socket.io-2.3.0.tgz";
- sha512 = "2A892lrj0GcgR/9Qk81EaY2gYhCBxurV0PfmmESO6p27QPrUK1J3zdns+5QPqvUYK2q657nSj0guoIil9+7eFg==";
+ url = "https://registry.npmjs.org/socket.io/-/socket.io-3.0.3.tgz";
+ sha512 = "TC1GnSXhDVmd3bHji5aG7AgWB8UL7E6quACbKra8uFXBqlMwEDbrJFK+tjuIY5Pe9N0L+MAPPDv3pycnn0000A==";
};
dependencies = [
+ sources."@types/body-parser-1.19.0"
+ sources."@types/component-emitter-1.2.10"
+ sources."@types/connect-3.4.33"
+ sources."@types/cookie-0.4.0"
+ sources."@types/cors-2.8.8"
+ sources."@types/express-4.17.9"
+ sources."@types/express-serve-static-core-4.17.14"
+ sources."@types/mime-2.0.3"
+ sources."@types/node-14.14.10"
+ sources."@types/qs-6.9.5"
+ sources."@types/range-parser-1.2.3"
+ sources."@types/serve-static-1.13.8"
sources."accepts-1.3.7"
- sources."after-0.8.2"
- sources."arraybuffer.slice-0.0.7"
- sources."async-limiter-1.0.1"
- sources."backo2-1.0.2"
- sources."base64-arraybuffer-0.1.4"
sources."base64id-2.0.0"
- sources."better-assert-1.0.2"
- sources."blob-0.0.5"
- sources."callsite-1.0.0"
- sources."component-bind-1.0.0"
- sources."component-emitter-1.2.1"
- sources."component-inherit-0.0.3"
- sources."cookie-0.3.1"
+ sources."component-emitter-1.3.0"
+ sources."cookie-0.4.1"
+ sources."cors-2.8.5"
sources."debug-4.1.1"
- sources."engine.io-3.4.2"
- (sources."engine.io-client-3.4.4" // {
- dependencies = [
- sources."component-emitter-1.3.0"
- sources."debug-3.1.0"
- sources."ms-2.0.0"
- sources."parseqs-0.0.6"
- sources."parseuri-0.0.6"
- sources."ws-6.1.4"
- ];
- })
- sources."engine.io-parser-2.2.1"
- sources."has-binary2-1.0.3"
- sources."has-cors-1.1.0"
- sources."indexof-0.0.1"
- sources."isarray-2.0.1"
+ sources."engine.io-4.0.4"
+ sources."engine.io-parser-4.0.1"
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
sources."ms-2.1.2"
sources."negotiator-0.6.2"
- sources."object-component-0.0.3"
- sources."parseqs-0.0.5"
- sources."parseuri-0.0.5"
- sources."socket.io-adapter-1.1.2"
- (sources."socket.io-client-2.3.0" // {
- dependencies = [
- sources."base64-arraybuffer-0.1.5"
- sources."ms-2.0.0"
- (sources."socket.io-parser-3.3.1" // {
- dependencies = [
- sources."component-emitter-1.3.0"
- sources."debug-3.1.0"
- ];
- })
- ];
- })
- sources."socket.io-parser-3.4.1"
- sources."to-array-0.1.4"
- sources."ws-7.3.1"
- sources."xmlhttprequest-ssl-1.5.5"
- sources."yeast-0.1.2"
+ sources."object-assign-4.1.1"
+ sources."socket.io-adapter-2.0.3"
+ sources."socket.io-parser-4.0.2"
+ sources."vary-1.1.2"
+ sources."ws-7.4.1"
];
buildInputs = globalBuildInputs;
meta = {
@@ -93688,10 +95810,12 @@ in
sources."escape-string-regexp-1.0.5"
sources."execa-0.7.0"
sources."find-up-2.1.0"
+ sources."function-bind-1.1.1"
sources."get-stream-3.0.0"
sources."global-dirs-0.1.1"
sources."got-6.7.1"
sources."graceful-fs-4.2.4"
+ sources."has-1.0.3"
sources."has-flag-3.0.0"
sources."hosted-git-info-2.8.8"
sources."http-proxy-agent-2.1.0"
@@ -93702,6 +95826,7 @@ in
sources."ini-1.3.5"
sources."is-arrayish-0.2.1"
sources."is-ci-1.2.1"
+ sources."is-core-module-2.2.0"
sources."is-fullwidth-code-point-2.0.0"
sources."is-installed-globally-0.1.0"
sources."is-npm-1.0.0"
@@ -93758,7 +95883,7 @@ in
sources."redent-2.0.0"
sources."registry-auth-token-3.4.0"
sources."registry-url-3.1.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."restore-cursor-2.0.0"
sources."round-to-3.0.0"
sources."safe-buffer-5.2.1"
@@ -93771,7 +95896,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."speedtest-net-1.6.2"
sources."string-width-2.1.1"
sources."strip-ansi-4.0.0"
@@ -93812,10 +95937,10 @@ in
ssb-server = nodeEnv.buildNodePackage {
name = "ssb-server";
packageName = "ssb-server";
- version = "16.0.1";
+ version = "15.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/ssb-server/-/ssb-server-16.0.1.tgz";
- sha512 = "cast7wQRxqUSiRVyFoaTtymeukwSh5nlfDj5ShHmdnh0qmfi4uQnvPuBA5BBgC3WEtI/ozgNjAc1/vqJFgILig==";
+ url = "https://registry.npmjs.org/ssb-server/-/ssb-server-15.3.0.tgz";
+ sha512 = "+KXfMBecoFFAo0C4FTfSsH2ZXtrL2aQDXgVlQ0NrYdNLHW2TEnibV0hG3yq3hOlAEUQmrwVHZATfVToO825gxA==";
};
dependencies = [
sources."abstract-leveldown-6.0.3"
@@ -93836,13 +95961,9 @@ in
sources."assign-symbols-1.0.0"
sources."async-each-1.0.3"
sources."async-single-1.0.5"
+ sources."async-write-2.1.0"
sources."atob-2.1.2"
- (sources."atomic-file-2.1.1" // {
- dependencies = [
- sources."flumecodec-0.0.1"
- sources."level-codec-6.2.0"
- ];
- })
+ sources."atomic-file-1.1.5"
sources."attach-ware-1.1.1"
sources."available-typed-arrays-1.0.2"
sources."bail-1.0.5"
@@ -93853,7 +95974,7 @@ in
sources."isobject-3.0.1"
];
})
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."base64-url-2.3.3"
sources."bash-color-0.0.4"
sources."binary-extensions-1.13.1"
@@ -93863,15 +95984,16 @@ in
sources."brace-expansion-1.1.11"
sources."braces-1.8.5"
sources."broadcast-stream-0.2.2"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-from-1.1.1"
(sources."cache-base-1.0.1" // {
dependencies = [
sources."isobject-3.0.1"
];
})
+ sources."call-bind-1.0.0"
sources."camelcase-2.1.1"
- sources."ccount-1.0.5"
+ sources."ccount-1.1.0"
sources."chalk-1.1.3"
sources."character-entities-1.2.4"
sources."character-entities-html4-1.1.4"
@@ -93926,7 +96048,7 @@ in
sources."copy-descriptor-0.1.1"
sources."core-util-is-1.0.2"
sources."cross-spawn-6.0.5"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decode-uri-component-0.2.0"
sources."deep-equal-1.1.1"
sources."deep-extend-0.6.0"
@@ -93957,10 +96079,9 @@ in
})
sources."epidemic-broadcast-trees-7.0.0"
sources."errno-0.1.7"
- sources."es-abstract-1.18.0-next.1"
- (sources."es-get-iterator-1.1.0" // {
+ sources."es-abstract-1.17.7"
+ (sources."es-get-iterator-1.1.1" // {
dependencies = [
- sources."es-abstract-1.17.7"
sources."isarray-2.0.5"
];
})
@@ -93986,39 +96107,37 @@ in
sources."level-codec-6.2.0"
];
})
- (sources."flumedb-2.1.8" // {
- dependencies = [
- sources."pull-abortable-4.1.1"
- ];
- })
+ sources."flumedb-1.1.0"
sources."flumelog-offset-3.4.4"
- (sources."flumeview-hashtable-1.1.1" // {
+ sources."flumeview-hashtable-1.1.1"
+ sources."flumeview-level-3.0.14"
+ (sources."flumeview-links-1.0.1" // {
dependencies = [
- sources."atomic-file-1.1.5"
+ sources."deep-equal-2.0.5"
+ sources."isarray-2.0.5"
+ sources."map-filter-reduce-3.2.2"
];
})
- (sources."flumeview-level-4.0.4" // {
+ (sources."flumeview-query-8.0.0" // {
dependencies = [
sources."abstract-leveldown-6.2.3"
+ sources."flumeview-level-4.0.4"
sources."level-6.0.1"
sources."level-js-5.0.2"
- sources."mkdirp-1.0.4"
- ];
- })
- (sources."flumeview-links-1.0.1" // {
- dependencies = [
- sources."deep-equal-2.0.4"
- sources."flumeview-level-3.0.14"
- sources."isarray-2.0.5"
sources."map-filter-reduce-3.2.2"
+ sources."mkdirp-1.0.4"
];
})
- (sources."flumeview-query-8.0.0" // {
+ (sources."flumeview-reduce-1.3.17" // {
dependencies = [
- sources."map-filter-reduce-3.2.2"
+ (sources."atomic-file-2.1.1" // {
+ dependencies = [
+ sources."flumecodec-0.0.1"
+ ];
+ })
+ sources."level-codec-6.2.0"
];
})
- sources."flumeview-reduce-1.3.17"
sources."for-each-0.3.3"
sources."for-in-1.0.2"
sources."for-own-0.1.5"
@@ -94027,6 +96146,7 @@ in
sources."fs.realpath-1.0.0"
sources."fsevents-1.2.13"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."get-value-2.0.6"
sources."glob-6.0.4"
sources."glob-base-0.3.0"
@@ -94058,7 +96178,7 @@ in
sources."heap-0.2.6"
sources."hoox-0.0.1"
sources."idb-kv-store-4.5.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."immediate-3.2.3"
sources."increment-buffer-1.0.1"
sources."inflight-1.0.6"
@@ -94074,8 +96194,8 @@ in
})
sources."is-alphabetical-1.0.4"
sources."is-alphanumerical-1.0.4"
- sources."is-arguments-1.0.4"
- sources."is-bigint-1.0.0"
+ sources."is-arguments-1.1.0"
+ sources."is-bigint-1.0.1"
sources."is-binary-path-1.0.1"
sources."is-boolean-object-1.0.1"
sources."is-buffer-1.1.6"
@@ -94102,7 +96222,7 @@ in
sources."is-glob-2.0.1"
sources."is-hexadecimal-1.0.4"
sources."is-map-2.0.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-number-2.1.0"
sources."is-number-object-1.0.4"
(sources."is-plain-object-2.0.4" // {
@@ -94116,13 +96236,9 @@ in
sources."is-set-2.0.1"
sources."is-string-1.0.5"
sources."is-symbol-1.0.3"
- (sources."is-typed-array-1.1.3" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."is-typed-array-1.1.3"
sources."is-typedarray-1.0.0"
- sources."is-valid-domain-0.0.16"
+ sources."is-valid-domain-0.0.17"
sources."is-weakmap-2.0.1"
sources."is-weakset-2.0.1"
sources."is-windows-1.0.2"
@@ -94155,7 +96271,6 @@ in
sources."libnested-1.5.0"
sources."libsodium-0.7.8"
sources."libsodium-wrappers-0.7.8"
- sources."lodash.clonedeep-4.5.0"
sources."lodash.get-4.4.2"
sources."log-symbols-1.0.2"
sources."log-update-1.0.2"
@@ -94208,7 +96323,7 @@ in
})
sources."napi-macros-2.0.0"
sources."ncp-2.0.0"
- sources."nearley-2.19.7"
+ sources."nearley-2.20.0"
sources."nice-try-1.0.5"
sources."node-gyp-build-4.2.3"
sources."non-private-ip-1.4.4"
@@ -94229,15 +96344,15 @@ in
})
];
})
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
(sources."object-visit-1.0.1" // {
dependencies = [
sources."isobject-3.0.1"
];
})
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."object.omit-2.0.1"
(sources."object.pick-1.3.0" // {
dependencies = [
@@ -94396,11 +96511,7 @@ in
})
sources."regex-cache-0.4.4"
sources."regex-not-1.0.2"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."regexp.prototype.flags-1.3.0"
sources."relative-url-1.0.2"
(sources."remark-3.2.3" // {
dependencies = [
@@ -94440,7 +96551,11 @@ in
sources."shebang-command-1.2.0"
sources."shebang-regex-1.0.0"
sources."shellsubstitute-1.2.0"
- sources."side-channel-1.0.3"
+ (sources."side-channel-1.0.3" // {
+ dependencies = [
+ sources."es-abstract-1.18.0-next.1"
+ ];
+ })
sources."smart-buffer-4.1.0"
(sources."snapdragon-0.8.2" // {
dependencies = [
@@ -94469,7 +96584,7 @@ in
];
})
sources."snapdragon-util-3.0.1"
- sources."socks-2.4.4"
+ sources."socks-2.5.1"
sources."sodium-browserify-1.3.0"
(sources."sodium-browserify-tweetnacl-0.2.6" // {
dependencies = [
@@ -94488,20 +96603,10 @@ in
sources."ssb-caps-1.1.0"
sources."ssb-client-4.9.0"
sources."ssb-config-3.4.5"
- (sources."ssb-db-20.3.0" // {
- dependencies = [
- sources."glob-7.1.6"
- sources."mkdirp-1.0.4"
- sources."rimraf-3.0.2"
- ];
- })
+ sources."ssb-db-19.2.0"
sources."ssb-ebt-5.6.7"
- sources."ssb-friends-4.2.1"
- (sources."ssb-gossip-1.1.1" // {
- dependencies = [
- sources."atomic-file-1.1.5"
- ];
- })
+ sources."ssb-friends-4.3.0"
+ sources."ssb-gossip-1.1.1"
(sources."ssb-invite-2.1.6" // {
dependencies = [
sources."abstract-leveldown-6.2.3"
@@ -94523,8 +96628,7 @@ in
sources."level-codec-6.2.0"
];
})
- sources."ssb-plugins-1.0.4"
- sources."ssb-private1-1.0.1"
+ sources."ssb-plugins-1.0.0"
sources."ssb-query-2.4.5"
sources."ssb-ref-2.14.2"
sources."ssb-replicate-1.3.2"
@@ -94556,17 +96660,13 @@ in
];
})
sources."string-width-1.0.2"
- sources."string.prototype.trim-1.2.2"
- (sources."string.prototype.trimend-1.0.1" // {
+ (sources."string.prototype.trim-1.2.3" // {
dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
];
})
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-1.1.1"
sources."stringify-entities-1.3.2"
sources."strip-ansi-3.0.1"
@@ -94594,7 +96694,7 @@ in
sources."to-vfile-1.0.0"
sources."trim-0.0.1"
sources."trim-lines-1.1.3"
- sources."trim-trailing-lines-1.1.3"
+ sources."trim-trailing-lines-1.1.4"
sources."tweetnacl-0.14.5"
sources."tweetnacl-auth-0.3.1"
sources."typedarray-0.0.6"
@@ -94633,11 +96733,7 @@ in
sources."which-1.3.1"
sources."which-boxed-primitive-1.0.1"
sources."which-collection-1.0.1"
- (sources."which-typed-array-1.1.2" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."which-typed-array-1.1.2"
sources."word-wrap-1.2.3"
sources."wrap-fn-0.1.5"
sources."wrappy-1.0.2"
@@ -94741,13 +96837,13 @@ in
sources."async-1.5.2"
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
- (sources."aws-sdk-2.773.0" // {
+ (sources."aws-sdk-2.804.0" // {
dependencies = [
sources."uuid-3.3.2"
];
})
sources."aws-sign2-0.6.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."babel-runtime-6.26.0"
sources."babel-types-6.26.0"
sources."babylon-6.18.0"
@@ -94760,7 +96856,7 @@ in
})
sources."balanced-match-1.0.0"
sources."base64-arraybuffer-0.1.4"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."base64id-2.0.0"
sources."base64url-3.0.1"
sources."basic-auth-1.1.0"
@@ -94835,7 +96931,7 @@ in
sources."depd-2.0.0"
];
})
- sources."core-js-2.6.11"
+ sources."core-js-2.6.12"
sources."core-util-is-1.0.2"
sources."cors-2.8.5"
sources."cross-spawn-4.0.2"
@@ -94881,7 +96977,7 @@ in
dependencies = [
sources."cookie-0.3.1"
sources."debug-4.1.1"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
];
})
(sources."engine.io-client-3.4.4" // {
@@ -94936,6 +97032,7 @@ in
sources."forwarded-0.1.2"
sources."fresh-0.5.2"
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
sources."generate-function-2.3.1"
sources."generate-object-property-1.2.0"
sources."get-caller-file-1.0.3"
@@ -94948,13 +97045,14 @@ in
sources."glob-6.0.4"
(sources."gm-1.23.1" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
];
})
sources."graceful-fs-4.2.4"
sources."graphlib-2.1.8"
sources."har-schema-2.0.0"
sources."har-validator-2.0.6"
+ sources."has-1.0.3"
sources."has-ansi-2.0.0"
(sources."has-binary2-1.0.3" // {
dependencies = [
@@ -94994,6 +97092,7 @@ in
sources."ipaddr.js-1.9.1"
sources."is-arrayish-0.2.1"
sources."is-buffer-1.1.6"
+ sources."is-core-module-2.2.0"
(sources."is-expression-3.0.0" // {
dependencies = [
sources."acorn-4.0.13"
@@ -95234,7 +97333,7 @@ in
sources."require-directory-2.1.1"
sources."require-main-filename-1.0.1"
sources."requires-port-1.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."ret-0.2.2"
sources."rethinkdb-2.4.2"
sources."retry-0.9.0"
@@ -95300,7 +97399,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-1.0.1"
sources."sprintf-js-1.0.3"
(sources."sshpk-1.16.1" // {
@@ -95335,7 +97434,7 @@ in
sources."strip-eof-1.0.0"
(sources."superagent-3.8.3" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."form-data-2.5.1"
sources."qs-6.9.4"
sources."readable-stream-2.3.7"
@@ -95469,7 +97568,7 @@ in
sources."xpath-0.0.5"
sources."xpath.js-1.1.0"
sources."xtend-4.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yallist-2.1.2"
(sources."yargs-6.6.0" // {
dependencies = [
@@ -95512,6 +97611,333 @@ in
bypassCache = true;
reconstructLock = true;
};
+ stylelint = nodeEnv.buildNodePackage {
+ name = "stylelint";
+ packageName = "stylelint";
+ version = "13.8.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/stylelint/-/stylelint-13.8.0.tgz";
+ sha512 = "iHH3dv3UI23SLDrH4zMQDjLT9/dDIz/IpoFeuNxZmEx86KtfpjDOscxLTFioQyv+2vQjPlRZnK0UoJtfxLICXQ==";
+ };
+ dependencies = [
+ sources."@babel/code-frame-7.10.4"
+ sources."@babel/core-7.12.9"
+ sources."@babel/generator-7.12.5"
+ sources."@babel/helper-function-name-7.10.4"
+ sources."@babel/helper-get-function-arity-7.10.4"
+ sources."@babel/helper-member-expression-to-functions-7.12.7"
+ sources."@babel/helper-module-imports-7.12.5"
+ sources."@babel/helper-module-transforms-7.12.1"
+ sources."@babel/helper-optimise-call-expression-7.12.7"
+ sources."@babel/helper-replace-supers-7.12.5"
+ sources."@babel/helper-simple-access-7.12.1"
+ sources."@babel/helper-split-export-declaration-7.11.0"
+ sources."@babel/helper-validator-identifier-7.10.4"
+ sources."@babel/helpers-7.12.5"
+ (sources."@babel/highlight-7.10.4" // {
+ dependencies = [
+ sources."chalk-2.4.2"
+ ];
+ })
+ sources."@babel/parser-7.12.7"
+ sources."@babel/template-7.12.7"
+ sources."@babel/traverse-7.12.9"
+ sources."@babel/types-7.12.7"
+ sources."@nodelib/fs.scandir-2.1.3"
+ sources."@nodelib/fs.stat-2.0.3"
+ sources."@nodelib/fs.walk-1.2.4"
+ sources."@stylelint/postcss-css-in-js-0.37.2"
+ sources."@stylelint/postcss-markdown-0.36.2"
+ sources."@types/mdast-3.0.3"
+ sources."@types/minimist-1.2.1"
+ sources."@types/normalize-package-data-2.4.0"
+ sources."@types/parse-json-4.0.0"
+ sources."@types/unist-2.0.3"
+ sources."ajv-6.12.6"
+ sources."ansi-regex-5.0.0"
+ sources."ansi-styles-3.2.1"
+ sources."array-union-2.1.0"
+ sources."arrify-1.0.1"
+ sources."astral-regex-2.0.0"
+ sources."autoprefixer-9.8.6"
+ sources."bail-1.0.5"
+ sources."balanced-match-1.0.0"
+ sources."brace-expansion-1.1.11"
+ sources."braces-3.0.2"
+ sources."browserslist-4.15.0"
+ sources."callsites-3.1.0"
+ sources."camelcase-5.3.1"
+ sources."camelcase-keys-6.2.2"
+ sources."caniuse-lite-1.0.30001165"
+ (sources."chalk-4.1.0" // {
+ dependencies = [
+ sources."ansi-styles-4.3.0"
+ sources."color-convert-2.0.1"
+ sources."color-name-1.1.4"
+ sources."has-flag-4.0.0"
+ sources."supports-color-7.2.0"
+ ];
+ })
+ sources."character-entities-1.2.4"
+ sources."character-entities-legacy-1.1.4"
+ sources."character-reference-invalid-1.1.4"
+ sources."clone-regexp-2.2.0"
+ sources."color-convert-1.9.3"
+ sources."color-name-1.1.3"
+ sources."colorette-1.2.1"
+ sources."concat-map-0.0.1"
+ sources."convert-source-map-1.7.0"
+ sources."cosmiconfig-7.0.0"
+ sources."cssesc-3.0.0"
+ sources."debug-4.3.1"
+ sources."decamelize-1.2.0"
+ (sources."decamelize-keys-1.1.0" // {
+ dependencies = [
+ sources."map-obj-1.0.1"
+ ];
+ })
+ sources."dir-glob-3.0.1"
+ (sources."dom-serializer-0.2.2" // {
+ dependencies = [
+ sources."domelementtype-2.1.0"
+ sources."entities-2.1.0"
+ ];
+ })
+ sources."domelementtype-1.3.1"
+ sources."domhandler-2.4.2"
+ sources."domutils-1.7.0"
+ sources."electron-to-chromium-1.3.616"
+ sources."emoji-regex-8.0.0"
+ sources."entities-1.1.2"
+ sources."error-ex-1.3.2"
+ sources."escalade-3.1.1"
+ sources."escape-string-regexp-1.0.5"
+ sources."execall-2.0.0"
+ sources."extend-3.0.2"
+ sources."fast-deep-equal-3.1.3"
+ sources."fast-glob-3.2.4"
+ sources."fast-json-stable-stringify-2.1.0"
+ sources."fastest-levenshtein-1.0.12"
+ sources."fastq-1.9.0"
+ sources."file-entry-cache-6.0.0"
+ sources."fill-range-7.0.1"
+ sources."find-up-4.1.0"
+ sources."flat-cache-3.0.4"
+ sources."flatted-3.1.0"
+ sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
+ sources."gensync-1.0.0-beta.2"
+ sources."get-stdin-8.0.0"
+ sources."glob-7.1.6"
+ sources."glob-parent-5.1.1"
+ sources."global-modules-2.0.0"
+ sources."global-prefix-3.0.0"
+ sources."globals-11.12.0"
+ sources."globby-11.0.1"
+ sources."globjoin-0.1.4"
+ sources."gonzales-pe-4.3.0"
+ sources."hard-rejection-2.1.0"
+ sources."has-1.0.3"
+ sources."has-flag-3.0.0"
+ sources."hosted-git-info-3.0.7"
+ sources."html-tags-3.1.0"
+ sources."htmlparser2-3.10.1"
+ sources."ignore-5.1.8"
+ (sources."import-fresh-3.2.2" // {
+ dependencies = [
+ sources."resolve-from-4.0.0"
+ ];
+ })
+ sources."import-lazy-4.0.0"
+ 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.5"
+ sources."is-alphabetical-1.0.4"
+ sources."is-alphanumerical-1.0.4"
+ sources."is-arrayish-0.2.1"
+ sources."is-buffer-2.0.5"
+ sources."is-core-module-2.2.0"
+ sources."is-decimal-1.0.4"
+ sources."is-extglob-2.1.1"
+ sources."is-fullwidth-code-point-3.0.0"
+ sources."is-glob-4.0.1"
+ sources."is-hexadecimal-1.0.4"
+ sources."is-number-7.0.0"
+ sources."is-plain-obj-2.1.0"
+ sources."is-regexp-2.1.0"
+ sources."is-typedarray-1.0.0"
+ sources."isexe-2.0.0"
+ sources."js-tokens-4.0.0"
+ sources."jsesc-2.5.2"
+ sources."json-parse-even-better-errors-2.3.1"
+ sources."json-schema-traverse-0.4.1"
+ sources."json5-2.1.3"
+ sources."kind-of-6.0.3"
+ sources."known-css-properties-0.20.0"
+ sources."lines-and-columns-1.1.6"
+ sources."locate-path-5.0.0"
+ sources."lodash-4.17.20"
+ sources."log-symbols-4.0.0"
+ sources."longest-streak-2.0.4"
+ sources."lru-cache-6.0.0"
+ sources."map-obj-4.1.0"
+ sources."mathml-tag-names-2.1.3"
+ sources."mdast-util-from-markdown-0.8.1"
+ (sources."mdast-util-to-markdown-0.5.4" // {
+ dependencies = [
+ sources."mdast-util-to-string-2.0.0"
+ ];
+ })
+ sources."mdast-util-to-string-1.1.0"
+ sources."meow-8.0.0"
+ sources."merge2-1.4.1"
+ sources."micromark-2.10.1"
+ sources."micromatch-4.0.2"
+ sources."min-indent-1.0.1"
+ sources."minimatch-3.0.4"
+ sources."minimist-1.2.5"
+ (sources."minimist-options-4.1.0" // {
+ dependencies = [
+ sources."is-plain-obj-1.1.0"
+ ];
+ })
+ sources."ms-2.1.2"
+ sources."node-releases-1.1.67"
+ (sources."normalize-package-data-3.0.0" // {
+ dependencies = [
+ sources."semver-7.3.4"
+ ];
+ })
+ sources."normalize-range-0.1.2"
+ sources."normalize-selector-0.2.0"
+ sources."num2fraction-1.2.2"
+ sources."once-1.4.0"
+ sources."p-limit-2.3.0"
+ sources."p-locate-4.1.0"
+ sources."p-try-2.2.0"
+ sources."parent-module-1.0.1"
+ sources."parse-entities-2.0.0"
+ sources."parse-json-5.1.0"
+ sources."path-exists-4.0.0"
+ sources."path-is-absolute-1.0.1"
+ sources."path-parse-1.0.6"
+ sources."path-type-4.0.0"
+ sources."picomatch-2.2.2"
+ (sources."postcss-7.0.35" // {
+ dependencies = [
+ (sources."chalk-2.4.2" // {
+ dependencies = [
+ sources."supports-color-5.5.0"
+ ];
+ })
+ sources."source-map-0.6.1"
+ sources."supports-color-6.1.0"
+ ];
+ })
+ sources."postcss-html-0.36.0"
+ sources."postcss-less-3.1.4"
+ sources."postcss-media-query-parser-0.2.3"
+ sources."postcss-resolve-nested-selector-0.1.1"
+ sources."postcss-safe-parser-4.0.2"
+ sources."postcss-sass-0.4.4"
+ sources."postcss-scss-2.1.1"
+ sources."postcss-selector-parser-6.0.4"
+ sources."postcss-syntax-0.36.2"
+ sources."postcss-value-parser-4.1.0"
+ sources."punycode-2.1.1"
+ sources."quick-lru-4.0.1"
+ (sources."read-pkg-5.2.0" // {
+ dependencies = [
+ sources."hosted-git-info-2.8.8"
+ sources."normalize-package-data-2.5.0"
+ sources."type-fest-0.6.0"
+ ];
+ })
+ (sources."read-pkg-up-7.0.1" // {
+ dependencies = [
+ sources."type-fest-0.8.1"
+ ];
+ })
+ sources."readable-stream-3.6.0"
+ sources."redent-3.0.0"
+ sources."remark-13.0.0"
+ sources."remark-parse-9.0.0"
+ sources."remark-stringify-9.0.0"
+ sources."repeat-string-1.6.1"
+ sources."replace-ext-1.0.0"
+ sources."resolve-1.19.0"
+ sources."resolve-from-5.0.0"
+ sources."reusify-1.0.4"
+ sources."rimraf-3.0.2"
+ sources."run-parallel-1.1.10"
+ sources."safe-buffer-5.1.2"
+ sources."semver-5.7.1"
+ sources."signal-exit-3.0.3"
+ sources."slash-3.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."source-map-0.5.7"
+ 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.7"
+ sources."specificity-0.4.1"
+ sources."string-width-4.2.0"
+ (sources."string_decoder-1.3.0" // {
+ dependencies = [
+ sources."safe-buffer-5.2.1"
+ ];
+ })
+ sources."strip-ansi-6.0.0"
+ sources."strip-indent-3.0.0"
+ sources."style-search-0.1.0"
+ sources."sugarss-2.0.0"
+ sources."supports-color-5.5.0"
+ sources."svg-tags-1.0.0"
+ sources."table-6.0.4"
+ sources."to-fast-properties-2.0.0"
+ sources."to-regex-range-5.0.1"
+ sources."trim-newlines-3.0.0"
+ sources."trough-1.0.5"
+ sources."type-fest-0.18.1"
+ sources."typedarray-to-buffer-3.1.5"
+ sources."unified-9.2.0"
+ sources."uniq-1.0.1"
+ sources."unist-util-find-all-after-3.0.2"
+ sources."unist-util-is-4.0.4"
+ sources."unist-util-stringify-position-2.0.3"
+ sources."uri-js-4.4.0"
+ sources."util-deprecate-1.0.2"
+ sources."v8-compile-cache-2.2.0"
+ sources."validate-npm-package-license-3.0.4"
+ sources."vfile-4.2.0"
+ sources."vfile-message-2.0.4"
+ sources."which-1.3.1"
+ sources."wrappy-1.0.2"
+ sources."write-file-atomic-3.0.3"
+ sources."yallist-4.0.0"
+ sources."yaml-1.10.0"
+ sources."yargs-parser-20.2.4"
+ sources."zwitch-1.0.5"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "A mighty, modern CSS linter.";
+ homepage = https://stylelint.io/;
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
svgo = nodeEnv.buildNodePackage {
name = "svgo";
packageName = "svgo";
@@ -95525,6 +97951,7 @@ in
sources."ansi-styles-3.2.1"
sources."argparse-1.0.10"
sources."boolbase-1.0.0"
+ sources."call-bind-1.0.0"
sources."chalk-2.4.2"
sources."coa-2.0.2"
sources."color-convert-1.9.3"
@@ -95533,32 +97960,33 @@ in
sources."css-select-base-adapter-0.1.1"
sources."css-tree-1.0.0-alpha.37"
sources."css-what-3.4.2"
- (sources."csso-4.0.3" // {
+ (sources."csso-4.2.0" // {
dependencies = [
- sources."css-tree-1.0.0-alpha.39"
- sources."mdn-data-2.0.6"
+ sources."css-tree-1.1.2"
+ sources."mdn-data-2.0.14"
];
})
sources."define-properties-1.1.3"
(sources."dom-serializer-0.2.2" // {
dependencies = [
- sources."domelementtype-2.0.2"
+ sources."domelementtype-2.1.0"
];
})
sources."domelementtype-1.3.1"
sources."domutils-1.7.0"
sources."entities-2.1.0"
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
sources."es-to-primitive-1.2.1"
sources."escape-string-regexp-1.0.5"
sources."esprima-4.0.1"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."has-1.0.3"
sources."has-flag-3.0.0"
sources."has-symbols-1.0.1"
sources."is-callable-1.2.2"
sources."is-date-object-1.0.2"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-regex-1.1.1"
sources."is-symbol-1.0.3"
sources."js-yaml-3.14.0"
@@ -95566,25 +97994,25 @@ in
sources."minimist-1.2.5"
sources."mkdirp-0.5.5"
sources."nth-check-1.0.2"
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
- sources."object.getownpropertydescriptors-2.1.0"
- sources."object.values-1.1.1"
+ sources."object.assign-4.1.2"
+ sources."object.getownpropertydescriptors-2.1.1"
+ sources."object.values-1.1.2"
sources."q-1.5.1"
sources."sax-1.2.4"
sources."source-map-0.6.1"
sources."sprintf-js-1.0.3"
sources."stable-0.1.8"
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."supports-color-5.5.0"
sources."unquote-1.1.1"
- sources."util.promisify-1.0.1"
+ (sources."util.promisify-1.0.1" // {
+ dependencies = [
+ sources."es-abstract-1.17.7"
+ ];
+ })
];
buildInputs = globalBuildInputs;
meta = {
@@ -95710,7 +98138,7 @@ in
sources."content-type-1.0.4"
sources."cookiejar-2.1.2"
sources."copy-descriptor-0.1.1"
- sources."core-js-2.6.11"
+ sources."core-js-2.6.12"
sources."core-util-is-1.0.2"
sources."create-error-class-3.0.2"
(sources."cross-spawn-5.1.0" // {
@@ -95951,7 +98379,7 @@ in
sources."neo-async-2.6.2"
(sources."nodemon-1.19.4" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
sources."supports-color-5.5.0"
];
@@ -95989,7 +98417,7 @@ in
sources."path-key-2.0.1"
(sources."path-loader-1.0.10" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
sources."qs-6.9.4"
sources."superagent-3.8.3"
@@ -96168,7 +98596,7 @@ in
sources."truncate-utf8-bytes-1.0.2"
sources."type-is-1.6.18"
sources."typedarray-0.0.6"
- sources."uglify-js-3.11.2"
+ sources."uglify-js-3.12.1"
sources."undefsafe-2.0.3"
(sources."union-value-1.0.1" // {
dependencies = [
@@ -96244,7 +98672,7 @@ in
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
(sources."bcrypt-pbkdf-1.0.2" // {
dependencies = [
sources."tweetnacl-0.14.5"
@@ -96258,7 +98686,7 @@ in
sources."combined-stream-1.0.8"
sources."core-util-is-1.0.2"
sources."dashdash-1.14.1"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decamelize-1.2.0"
sources."delayed-stream-1.0.0"
sources."discord.js-11.6.4"
@@ -96335,7 +98763,7 @@ in
sources."which-module-2.0.0"
sources."wrap-ansi-5.1.0"
sources."ws-6.2.1"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yargs-13.3.2"
sources."yargs-parser-13.1.2"
];
@@ -96432,6 +98860,7 @@ in
sources."boundary-1.0.1"
sources."brace-expansion-1.1.11"
sources."buffer-from-1.1.1"
+ sources."call-bind-1.0.0"
(sources."chalk-1.1.3" // {
dependencies = [
sources."strip-ansi-3.0.1"
@@ -96448,13 +98877,13 @@ in
sources."concat-stream-1.6.2"
sources."core-util-is-1.0.2"
sources."crypt-0.0.2"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."deep-equal-1.1.1"
sources."deep-is-0.1.3"
sources."define-properties-1.1.3"
sources."diff-4.0.2"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
+ sources."es-abstract-1.17.7"
sources."es-to-primitive-1.2.1"
sources."escape-string-regexp-1.0.5"
sources."esprima-4.0.1"
@@ -96468,6 +98897,7 @@ in
sources."format-0.2.2"
sources."fs.realpath-1.0.0"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."get-stdin-5.0.1"
sources."glob-7.1.6"
sources."graceful-fs-4.2.4"
@@ -96479,16 +98909,16 @@ in
sources."inherits-2.0.4"
sources."is-alphabetical-1.0.4"
sources."is-alphanumerical-1.0.4"
- sources."is-arguments-1.0.4"
+ sources."is-arguments-1.1.0"
sources."is-arrayish-0.2.1"
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
+ sources."is-core-module-2.2.0"
sources."is-date-object-1.0.2"
sources."is-decimal-1.0.4"
sources."is-file-1.0.0"
sources."is-fullwidth-code-point-1.0.0"
sources."is-hexadecimal-1.0.4"
- sources."is-negative-zero-2.0.0"
sources."is-plain-obj-1.1.0"
sources."is-regex-1.1.1"
sources."is-symbol-1.0.3"
@@ -96515,10 +98945,10 @@ in
sources."ms-2.1.2"
sources."normalize-package-data-2.5.0"
sources."number-is-nan-1.0.1"
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."once-1.4.0"
sources."optionator-0.8.3"
sources."p-limit-1.3.0"
@@ -96550,17 +98980,13 @@ in
];
})
sources."readable-stream-2.3.7"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."regexp.prototype.flags-1.3.0"
sources."remark-frontmatter-1.3.3"
sources."remark-parse-5.0.0"
sources."repeat-string-1.6.1"
sources."replace-ext-1.0.0"
sources."require-from-string-2.0.2"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."rimraf-2.6.3"
sources."safe-buffer-5.1.2"
sources."semver-5.7.1"
@@ -96568,7 +98994,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."sprintf-js-1.0.3"
sources."state-toggle-1.0.3"
(sources."string-width-1.0.2" // {
@@ -96576,16 +99002,8 @@ in
sources."strip-ansi-3.0.1"
];
})
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-1.1.1"
(sources."strip-ansi-6.0.0" // {
dependencies = [
@@ -96606,7 +99024,7 @@ in
sources."text-table-0.2.0"
sources."traverse-0.6.6"
sources."trim-0.0.1"
- sources."trim-trailing-lines-1.1.3"
+ sources."trim-trailing-lines-1.1.4"
sources."trough-1.0.5"
sources."try-resolve-1.0.1"
sources."type-check-0.3.2"
@@ -96672,28 +99090,25 @@ in
sha1 = "8d49dd02b3a7a88d7e6b32817f9e202c5c6596b9";
};
dependencies = [
+ sources."call-bind-1.0.0"
sources."define-properties-1.1.3"
sources."es-abstract-1.17.7"
sources."es-to-primitive-1.2.1"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."has-1.0.3"
sources."has-symbols-1.0.1"
sources."is-callable-1.2.2"
sources."is-date-object-1.0.2"
- sources."is-negative-zero-2.0.0"
sources."is-regex-1.1.1"
sources."is-symbol-1.0.3"
sources."match-index-1.0.3"
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
+ sources."object.assign-4.1.2"
sources."regexp.prototype.flags-1.3.0"
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
];
buildInputs = globalBuildInputs;
meta = {
@@ -96721,11 +99136,12 @@ in
sources."@szmarczak/http-timer-1.1.2"
sources."@textlint/ast-node-types-4.3.4"
sources."@textlint/types-1.4.5"
- sources."@types/minimist-1.2.0"
+ sources."@types/hast-2.3.1"
+ sources."@types/minimist-1.2.1"
sources."@types/normalize-package-data-2.4.0"
sources."@types/parse5-5.0.3"
sources."@types/unist-2.0.3"
- sources."alex-9.0.1"
+ sources."alex-9.1.0"
(sources."ansi-align-3.0.0" // {
dependencies = [
sources."string-width-3.1.0"
@@ -96762,7 +99178,7 @@ in
})
sources."camelcase-5.3.1"
sources."camelcase-keys-6.2.2"
- sources."ccount-1.0.5"
+ sources."ccount-1.1.0"
sources."chalk-2.4.2"
sources."character-entities-1.2.4"
sources."character-entities-html4-1.1.4"
@@ -96786,7 +99202,7 @@ in
sources."core-util-is-1.0.2"
sources."crypto-random-string-2.0.0"
sources."cuss-1.21.0"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decamelize-1.2.0"
(sources."decamelize-keys-1.1.0" // {
dependencies = [
@@ -96814,6 +99230,7 @@ in
sources."format-0.2.2"
sources."from-0.1.7"
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
(sources."get-stream-4.1.0" // {
dependencies = [
sources."pump-3.0.0"
@@ -96826,19 +99243,20 @@ in
sources."got-9.6.0"
sources."graceful-fs-4.2.4"
sources."hard-rejection-2.1.0"
+ sources."has-1.0.3"
sources."has-flag-3.0.0"
sources."has-yarn-2.1.0"
- sources."hast-util-embedded-1.0.5"
- sources."hast-util-from-parse5-6.0.0"
+ sources."hast-util-embedded-1.0.6"
+ sources."hast-util-from-parse5-6.0.1"
sources."hast-util-has-property-1.0.4"
sources."hast-util-is-body-ok-link-1.0.4"
sources."hast-util-is-element-1.1.0"
- sources."hast-util-parse-selector-2.2.4"
+ sources."hast-util-parse-selector-2.2.5"
sources."hast-util-phrasing-1.0.5"
- sources."hast-util-to-nlcst-1.2.7"
+ sources."hast-util-to-nlcst-1.2.8"
sources."hast-util-to-string-1.0.4"
sources."hast-util-whitespace-1.0.4"
- sources."hastscript-5.1.2"
+ sources."hastscript-6.0.0"
sources."hosted-git-info-2.8.8"
sources."http-cache-semantics-4.1.0"
sources."ignore-5.1.8"
@@ -96852,8 +99270,9 @@ in
sources."is-alphanumeric-1.0.0"
sources."is-alphanumerical-1.0.4"
sources."is-arrayish-0.2.1"
- sources."is-buffer-2.0.4"
+ sources."is-buffer-2.0.5"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.2.0"
sources."is-decimal-1.0.4"
sources."is-empty-1.2.0"
sources."is-fullwidth-code-point-2.0.0"
@@ -96902,11 +99321,7 @@ in
sources."markdown-table-2.0.0"
sources."mdast-comment-marker-1.1.2"
sources."mdast-util-compact-2.0.1"
- (sources."mdast-util-to-nlcst-4.0.0" // {
- dependencies = [
- sources."vfile-location-3.1.0"
- ];
- })
+ sources."mdast-util-to-nlcst-4.0.1"
sources."meow-7.1.1"
sources."mimic-response-1.0.1"
sources."min-indent-1.0.1"
@@ -96914,8 +99329,8 @@ in
sources."minimist-1.2.5"
sources."minimist-options-4.1.0"
sources."ms-2.1.2"
- sources."nlcst-is-literal-1.2.1"
- sources."nlcst-normalize-2.1.4"
+ sources."nlcst-is-literal-1.2.2"
+ sources."nlcst-normalize-2.1.5"
sources."nlcst-search-2.0.0"
sources."nlcst-to-string-2.0.4"
sources."normalize-package-data-2.5.0"
@@ -96946,7 +99361,7 @@ in
sources."property-information-5.6.0"
sources."pump-1.0.3"
sources."pump-chain-1.0.0"
- sources."pupa-2.0.1"
+ sources."pupa-2.1.1"
sources."quick-lru-4.0.1"
sources."quotation-1.1.3"
sources."rc-1.2.8"
@@ -96962,27 +99377,23 @@ in
})
sources."readable-stream-1.0.34"
sources."redent-3.0.0"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."rehype-parse-7.0.1"
sources."rehype-retext-2.0.4"
sources."remark-frontmatter-2.0.0"
sources."remark-mdx-2.0.0-next.8"
sources."remark-message-control-6.0.0"
- (sources."remark-parse-8.0.3" // {
- dependencies = [
- sources."vfile-location-3.1.0"
- ];
- })
+ sources."remark-parse-8.0.3"
sources."remark-retext-4.0.0"
sources."remark-stringify-8.1.1"
sources."repeat-string-1.6.1"
sources."replace-ext-1.0.0"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-5.0.0"
sources."responselike-1.0.2"
sources."retext-english-3.0.4"
- sources."retext-equality-5.2.0"
+ sources."retext-equality-5.5.0"
sources."retext-profanities-6.1.0"
sources."safe-buffer-5.2.1"
sources."semver-5.7.1"
@@ -97004,7 +99415,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-0.2.10"
(sources."split-transform-stream-0.1.1" // {
dependencies = [
@@ -97026,13 +99437,13 @@ in
];
})
sources."string_decoder-0.10.31"
- sources."stringify-entities-3.0.1"
+ sources."stringify-entities-3.1.0"
sources."strip-ansi-5.2.0"
sources."strip-indent-3.0.0"
sources."strip-json-comments-2.0.1"
sources."structured-source-3.0.2"
sources."supports-color-5.5.0"
- sources."term-size-2.2.0"
+ sources."term-size-2.2.1"
(sources."textlint-rule-helper-2.1.1" // {
dependencies = [
sources."unist-util-is-3.0.0"
@@ -97051,7 +99462,7 @@ in
sources."to-vfile-6.1.0"
sources."trim-0.0.1"
sources."trim-newlines-3.0.0"
- sources."trim-trailing-lines-1.1.3"
+ sources."trim-trailing-lines-1.1.4"
sources."trough-1.0.5"
sources."type-fest-0.13.1"
sources."typedarray-0.0.6"
@@ -97068,21 +99479,17 @@ in
sources."is-plain-obj-2.1.0"
];
})
- (sources."unified-message-control-3.0.1" // {
- dependencies = [
- sources."vfile-location-3.1.0"
- ];
- })
+ sources."unified-message-control-3.0.1"
sources."unique-string-2.0.0"
sources."unist-util-inspect-5.0.1"
- sources."unist-util-is-4.0.2"
+ sources."unist-util-is-4.0.4"
sources."unist-util-modify-children-2.0.0"
sources."unist-util-position-3.1.0"
sources."unist-util-remove-position-2.0.1"
sources."unist-util-stringify-position-2.0.3"
sources."unist-util-visit-2.0.3"
sources."unist-util-visit-children-1.1.4"
- sources."unist-util-visit-parents-3.1.0"
+ sources."unist-util-visit-parents-3.1.1"
(sources."update-notifier-4.1.3" // {
dependencies = [
sources."ansi-styles-4.3.0"
@@ -97098,7 +99505,7 @@ in
sources."validate-npm-package-license-3.0.4"
sources."vfile-4.2.0"
sources."vfile-find-up-5.0.1"
- sources."vfile-location-2.0.6"
+ sources."vfile-location-3.2.0"
sources."vfile-message-2.0.4"
(sources."vfile-reporter-6.0.1" // {
dependencies = [
@@ -97259,33 +99666,31 @@ in
sources."@textlint/types-1.4.5"
sources."boundary-1.0.1"
sources."buffer-from-1.1.1"
+ sources."call-bind-1.0.0"
sources."concat-stream-2.0.0"
sources."define-properties-1.1.3"
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
sources."es-to-primitive-1.2.1"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."has-1.0.3"
sources."has-symbols-1.0.1"
sources."inherits-2.0.4"
sources."is-callable-1.2.2"
sources."is-date-object-1.0.2"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-regex-1.1.1"
sources."is-symbol-1.0.3"
sources."object-assign-4.1.1"
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
- sources."object.values-1.1.1"
+ sources."object.assign-4.1.2"
+ sources."object.values-1.1.2"
sources."readable-stream-3.6.0"
sources."safe-buffer-5.2.1"
sources."sentence-splitter-3.2.0"
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-1.3.0"
sources."structured-source-3.0.2"
sources."textlint-rule-helper-2.1.1"
@@ -97315,6 +99720,7 @@ in
};
dependencies = [
sources."array.prototype.find-2.1.1"
+ sources."call-bind-1.0.0"
sources."check-ends-with-period-1.0.1"
sources."define-properties-1.1.3"
sources."emoji-regex-6.5.1"
@@ -97322,22 +99728,18 @@ in
sources."es-abstract-1.17.7"
sources."es-to-primitive-1.2.1"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."has-1.0.3"
sources."has-symbols-1.0.1"
sources."is-callable-1.2.2"
sources."is-date-object-1.0.2"
- sources."is-negative-zero-2.0.0"
sources."is-regex-1.1.1"
sources."is-symbol-1.0.3"
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."object.assign-4.1.2"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
];
buildInputs = globalBuildInputs;
meta = {
@@ -97418,29 +99820,27 @@ in
sha512 = "F1kV06CdonOM2awtXjCSRYUsRJfDfZIujQQo4zEMqNqD6UwpkapxpZOiwcwbeaQz00+17ljbJEoGqIe2XeiU+w==";
};
dependencies = [
- sources."array-includes-3.1.1"
+ sources."array-includes-3.1.2"
+ sources."call-bind-1.0.0"
sources."define-properties-1.1.3"
- sources."es-abstract-1.17.7"
+ sources."es-abstract-1.18.0-next.1"
sources."es-to-primitive-1.2.1"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."has-1.0.3"
sources."has-symbols-1.0.1"
sources."is-callable-1.2.2"
sources."is-capitalized-1.0.0"
sources."is-date-object-1.0.2"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-regex-1.1.1"
sources."is-string-1.0.5"
sources."is-symbol-1.0.3"
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
- (sources."object.assign-4.1.1" // {
- dependencies = [
- sources."es-abstract-1.18.0-next.1"
- ];
- })
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."object.assign-4.1.2"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
];
buildInputs = globalBuildInputs;
meta = {
@@ -97465,33 +99865,17 @@ in
sources."@textlint/types-1.4.5"
sources."adverb-where-0.0.9"
sources."boundary-1.0.1"
+ sources."call-bind-1.0.0"
sources."define-properties-1.1.3"
sources."e-prime-0.10.4"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
sources."function-bind-1.1.1"
+ sources."get-intrinsic-1.0.1"
sources."has-1.0.3"
sources."has-symbols-1.0.1"
- sources."is-callable-1.2.2"
- sources."is-date-object-1.0.2"
- sources."is-negative-zero-2.0.0"
- sources."is-regex-1.1.1"
- sources."is-symbol-1.0.3"
sources."no-cliches-0.1.1"
- sources."object-inspect-1.8.0"
sources."object-keys-1.1.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."passive-voice-0.1.0"
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
sources."structured-source-3.0.2"
sources."textlint-rule-helper-2.1.1"
sources."too-wordy-0.1.6"
@@ -97527,15 +99911,15 @@ in
sources."@types/debug-4.1.5"
sources."@types/http-cache-semantics-4.0.0"
sources."@types/keyv-3.1.1"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/responselike-1.0.0"
sources."abbrev-1.1.1"
sources."abstract-logging-2.0.1"
sources."accepts-1.3.7"
sources."after-0.8.2"
- (sources."agent-base-6.0.1" // {
+ (sources."agent-base-6.0.2" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -97559,7 +99943,7 @@ in
sources."async-limiter-1.0.1"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."backo2-1.0.2"
sources."backoff-2.5.0"
sources."balanced-match-1.0.0"
@@ -97603,7 +99987,7 @@ in
sources."content-type-1.0.4"
sources."cookie-0.4.0"
sources."cookie-signature-1.0.6"
- sources."core-js-3.6.5"
+ sources."core-js-3.8.0"
sources."core-util-is-1.0.2"
sources."css-select-1.2.0"
sources."css-what-2.1.3"
@@ -97700,12 +100084,12 @@ in
sources."http_ece-1.1.0"
(sources."https-proxy-agent-5.0.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."ignore-walk-3.0.3"
sources."indexof-0.0.1"
sources."inflight-1.0.6"
@@ -97760,7 +100144,7 @@ in
sources."mute-stream-0.0.8"
(sources."needle-2.5.2" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
];
})
@@ -97846,7 +100230,7 @@ in
sources."readable-stream-3.6.0"
sources."readable-web-to-node-stream-2.0.0"
sources."regenerator-runtime-0.13.7"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
(sources."request-2.88.2" // {
dependencies = [
@@ -97942,7 +100326,7 @@ in
sources."wide-align-1.1.3"
sources."with-open-file-0.1.7"
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xmlhttprequest-ssl-1.5.5"
sources."yallist-3.1.1"
sources."yarn-1.22.4"
@@ -97961,10 +100345,10 @@ in
three = nodeEnv.buildNodePackage {
name = "three";
packageName = "three";
- version = "0.121.1";
+ version = "0.123.0";
src = fetchurl {
- url = "https://registry.npmjs.org/three/-/three-0.121.1.tgz";
- sha512 = "+rYhNpW5W1aBdLkPQDld/GA4Sj/uOKJJKVpCAZUbpk/HZEiYRUlPt8+s+9nmxRglWmRHdBa3ERvUwqg4nmoA5w==";
+ url = "https://registry.npmjs.org/three/-/three-0.123.0.tgz";
+ sha512 = "KNnx/IbilvoHRkxOtL0ouozoDoElyuvAXhFB21RK7F5IPWSmqyFelICK6x3hJerLNSlAdHxR0hkuvMMhH9pqXg==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -97997,13 +100381,12 @@ in
titanium = nodeEnv.buildNodePackage {
name = "titanium";
packageName = "titanium";
- version = "5.2.5";
+ version = "5.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/titanium/-/titanium-5.2.5.tgz";
- sha512 = "P2+0coxeYre+1Lf/k2t61W1UwcNhupQy5s5UcpDkbGiRg7EDoYVnkix1H08yg+mfKh14Jm9+6QDDKpEWM+arZQ==";
+ url = "https://registry.npmjs.org/titanium/-/titanium-5.3.0.tgz";
+ sha512 = "j+Bk1jWH4Ki/7hfizhG6MvaZMEeHNdaJnzjC50CUJThfDkxr8nN1rn7smaX9Wg5W1iiBeBQyJreTExZloTRCJw==";
};
dependencies = [
- sources."adm-zip-0.4.13"
sources."ajv-6.12.6"
sources."asn1-0.2.4"
sources."assert-plus-1.0.0"
@@ -98011,13 +100394,13 @@ in
sources."asynckit-0.4.0"
sources."at-least-node-1.0.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
sources."bcrypt-pbkdf-1.0.2"
sources."brace-expansion-1.1.11"
sources."buffer-crc32-0.2.13"
sources."caseless-0.12.0"
- sources."colors-1.3.3"
+ sources."colors-1.4.0"
sources."combined-stream-1.0.8"
sources."concat-map-0.0.1"
sources."core-util-is-1.0.2"
@@ -98055,18 +100438,21 @@ in
sources."json-schema-0.2.3"
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
- sources."jsonfile-6.0.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."jsprim-1.4.1"
sources."keypress-0.2.1"
sources."lodash-4.17.20"
+ sources."lru-cache-6.0.0"
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
sources."minimatch-3.0.4"
- sources."moment-2.29.1"
(sources."node-appc-1.1.2" // {
dependencies = [
sources."async-3.2.0"
- sources."colors-1.4.0"
];
})
sources."oauth-sign-0.9.0"
@@ -98074,11 +100460,10 @@ in
sources."path-is-absolute-1.0.1"
sources."pend-1.2.0"
sources."performance-now-2.1.0"
- sources."pkginfo-0.3.1"
sources."psl-1.8.0"
sources."punycode-2.1.1"
sources."qs-6.5.2"
- (sources."request-2.88.0" // {
+ (sources."request-2.88.2" // {
dependencies = [
sources."uuid-3.4.0"
];
@@ -98086,23 +100471,19 @@ in
sources."rimraf-2.6.3"
sources."safe-buffer-5.2.1"
sources."safer-buffer-2.1.2"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."sprintf-0.1.5"
sources."sshpk-1.16.1"
sources."stack-trace-0.0.10"
- sources."temp-0.9.0"
- (sources."tough-cookie-2.4.3" // {
- dependencies = [
- sources."punycode-1.4.1"
- ];
- })
+ sources."temp-0.9.1"
+ sources."tough-cookie-2.5.0"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
sources."universalify-1.0.0"
sources."uri-js-4.4.0"
sources."uuid-8.3.1"
sources."verror-1.10.0"
- (sources."winston-1.1.2" // {
+ (sources."winston-2.4.5" // {
dependencies = [
sources."async-1.0.0"
sources."colors-1.0.3"
@@ -98110,6 +100491,7 @@ in
})
sources."wrappy-1.0.2"
sources."xmldom-0.3.0"
+ sources."yallist-4.0.0"
sources."yauzl-2.10.0"
];
buildInputs = globalBuildInputs;
@@ -98395,10 +100777,10 @@ in
typescript = nodeEnv.buildNodePackage {
name = "typescript";
packageName = "typescript";
- version = "4.0.3";
+ version = "4.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz";
- sha512 = "tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==";
+ url = "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz";
+ sha512 = "thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -98449,10 +100831,10 @@ in
uglify-js = nodeEnv.buildNodePackage {
name = "uglify-js";
packageName = "uglify-js";
- version = "3.11.2";
+ version = "3.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.2.tgz";
- sha512 = "G440NU6fewtnQftSgqRV1r2A5ChKbU1gqFCJ7I8S7MPpY/eZZfLGefaY6gUZYiWebMaO+txgiQ1ZyLDuNWJulg==";
+ url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.1.tgz";
+ sha512 = "o8lHP20KjIiQe5b/67Rh68xEGRrc2SRsCuuoYclXXoC74AfSRGblU1HKzJWH3HxPZ+Ort85fWHpSX7KwBUC9CQ==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -98485,20 +100867,30 @@ in
ungit = nodeEnv.buildNodePackage {
name = "ungit";
packageName = "ungit";
- version = "1.5.11";
+ version = "1.5.14";
src = fetchurl {
- url = "https://registry.npmjs.org/ungit/-/ungit-1.5.11.tgz";
- sha512 = "oCpdK5T7N2skQCfZ7i/PEjuB3kRqQYYA/PXyN63jsoo0Vh6iSo/3w4GOt3e8s5XXw8YzuMlExKd1fsDXiUF47g==";
+ url = "https://registry.npmjs.org/ungit/-/ungit-1.5.14.tgz";
+ sha512 = "F8dtwD2lV3ey0zIZfZXqcBaOweZ/iEVx0RQxjDgGWEsKBnnbXLxNlTNqzrhUuFuskJNVv6Se2QzyBWVMn2mbuA==";
};
dependencies = [
sources."@dabh/diagnostics-2.0.2"
- sources."@primer/octicons-11.0.0"
+ sources."@primer/octicons-11.1.0"
sources."@sindresorhus/is-0.14.0"
sources."@szmarczak/http-timer-1.1.2"
- sources."@types/node-14.11.10"
+ sources."@types/body-parser-1.19.0"
+ sources."@types/component-emitter-1.2.10"
+ sources."@types/connect-3.4.33"
+ sources."@types/cookie-0.4.0"
+ sources."@types/cors-2.8.8"
+ sources."@types/express-4.17.9"
+ sources."@types/express-serve-static-core-4.17.14"
+ sources."@types/mime-2.0.3"
+ sources."@types/node-14.14.10"
+ sources."@types/qs-6.9.5"
+ sources."@types/range-parser-1.2.3"
+ sources."@types/serve-static-1.13.8"
sources."abbrev-1.1.1"
sources."accepts-1.3.7"
- sources."after-0.8.2"
sources."ansi-regex-5.0.0"
(sources."ansi-styles-4.3.0" // {
dependencies = [
@@ -98507,15 +100899,9 @@ in
];
})
sources."array-flatten-1.1.1"
- sources."arraybuffer.slice-0.0.7"
sources."async-3.2.0"
- sources."async-limiter-1.0.1"
- sources."backo2-1.0.2"
sources."balanced-match-1.0.0"
- sources."base64-arraybuffer-0.1.4"
sources."base64id-2.0.0"
- sources."better-assert-1.0.2"
- sources."blob-0.0.5"
sources."blueimp-md5-2.18.0"
sources."body-parser-1.19.0"
sources."bootstrap-3.4.1"
@@ -98527,8 +100913,7 @@ in
sources."lowercase-keys-2.0.0"
];
})
- sources."callsite-1.0.0"
- sources."cliui-7.0.3"
+ sources."cliui-7.0.4"
sources."clone-2.1.2"
sources."clone-response-1.0.2"
sources."color-3.0.0"
@@ -98537,9 +100922,7 @@ in
sources."color-string-1.5.4"
sources."colors-1.4.0"
sources."colorspace-1.1.2"
- sources."component-bind-1.0.0"
- sources."component-emitter-1.2.1"
- sources."component-inherit-0.0.3"
+ sources."component-emitter-1.3.0"
sources."concat-map-0.0.1"
sources."content-disposition-0.5.3"
sources."content-type-1.0.4"
@@ -98547,6 +100930,7 @@ in
sources."cookie-parser-1.4.5"
sources."cookie-signature-1.0.6"
sources."core-util-is-1.0.2"
+ sources."cors-2.8.5"
sources."crossroads-0.12.2"
sources."debug-2.6.9"
sources."decompress-response-3.3.0"
@@ -98555,7 +100939,7 @@ in
sources."depd-1.1.2"
sources."destroy-1.0.4"
sources."diff-4.0.2"
- sources."diff2html-3.1.14"
+ sources."diff2html-3.1.15"
sources."dnd-page-scroll-0.0.4"
sources."duplexer3-0.1.4"
sources."ee-first-1.1.1"
@@ -98563,23 +100947,14 @@ in
sources."enabled-2.0.0"
sources."encodeurl-1.0.2"
sources."end-of-stream-1.4.4"
- (sources."engine.io-3.4.2" // {
+ (sources."engine.io-4.0.4" // {
dependencies = [
- sources."cookie-0.3.1"
+ sources."cookie-0.4.1"
sources."debug-4.1.1"
sources."ms-2.1.2"
];
})
- (sources."engine.io-client-3.4.4" // {
- dependencies = [
- sources."component-emitter-1.3.0"
- sources."debug-3.1.0"
- sources."parseqs-0.0.6"
- sources."parseuri-0.0.6"
- sources."ws-6.1.4"
- ];
- })
- sources."engine.io-parser-2.2.1"
+ sources."engine.io-parser-4.0.1"
sources."escalade-3.1.1"
sources."escape-html-1.0.3"
sources."etag-1.8.1"
@@ -98600,11 +100975,9 @@ in
sources."fs.realpath-1.0.0"
sources."get-caller-file-2.0.5"
sources."get-stream-4.1.0"
- sources."getmac-5.16.0"
+ sources."getmac-5.17.0"
sources."glob-7.1.6"
sources."got-9.6.0"
- sources."has-binary2-1.0.3"
- sources."has-cors-1.1.0"
sources."hasher-1.2.0"
(sources."hogan.js-3.0.2" // {
dependencies = [
@@ -98615,7 +100988,6 @@ in
sources."http-errors-1.7.2"
sources."iconv-lite-0.4.24"
sources."ignore-5.1.8"
- sources."indexof-0.0.1"
sources."inflight-1.0.6"
sources."inherits-2.0.3"
sources."ini-1.3.5"
@@ -98625,11 +100997,11 @@ in
sources."is-fullwidth-code-point-3.0.0"
sources."is-stream-2.0.0"
sources."is-wsl-2.2.0"
- sources."isarray-2.0.1"
+ sources."isarray-1.0.0"
sources."jquery-3.5.1"
sources."jquery-ui-1.12.1"
sources."json-buffer-3.0.0"
- sources."just-detect-adblock-1.0.0"
+ sources."just-detect-adblock-1.1.0"
sources."keyv-3.1.0"
sources."knockout-3.5.1"
sources."kuler-2.0.0"
@@ -98644,9 +101016,10 @@ in
sources."lowercase-keys-1.0.1"
sources."lru-cache-4.1.5"
sources."media-typer-0.3.0"
- (sources."memorystore-1.6.2" // {
+ (sources."memorystore-1.6.4" // {
dependencies = [
- sources."debug-3.1.0"
+ sources."debug-4.3.1"
+ sources."ms-2.1.2"
];
})
sources."merge-descriptors-1.0.1"
@@ -98658,7 +101031,7 @@ in
sources."minimatch-3.0.4"
sources."minimist-1.2.5"
sources."mkdirp-1.0.4"
- sources."moment-2.28.0"
+ sources."moment-2.29.1"
sources."ms-2.0.0"
sources."negotiator-0.6.2"
sources."node-cache-5.1.2"
@@ -98666,20 +101039,17 @@ in
sources."normalize-url-4.5.0"
sources."nprogress-0.2.0"
sources."object-assign-4.1.1"
- sources."object-component-0.0.3"
sources."on-finished-2.3.0"
sources."on-headers-1.0.2"
sources."once-1.4.0"
sources."one-time-1.0.0"
- sources."open-7.2.1"
+ sources."open-7.3.0"
sources."p-cancelable-1.1.0"
(sources."package-json-6.5.0" // {
dependencies = [
sources."semver-6.3.0"
];
})
- sources."parseqs-0.0.5"
- sources."parseuri-0.0.5"
sources."parseurl-1.3.3"
sources."passport-0.4.1"
sources."passport-local-1.0.0"
@@ -98699,14 +101069,19 @@ in
sources."raw-body-2.4.0"
sources."rc-1.2.8"
sources."readable-stream-3.6.0"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."require-directory-2.1.1"
sources."responselike-1.0.2"
sources."rimraf-3.0.2"
sources."safe-buffer-5.1.2"
sources."safer-buffer-2.1.2"
- sources."semver-7.3.2"
+ (sources."semver-7.3.4" // {
+ dependencies = [
+ sources."lru-cache-6.0.0"
+ sources."yallist-4.0.0"
+ ];
+ })
(sources."send-0.17.1" // {
dependencies = [
sources."ms-2.1.1"
@@ -98717,28 +101092,14 @@ in
sources."signals-1.0.0"
sources."simple-swizzle-0.2.2"
sources."snapsvg-0.5.1"
- (sources."socket.io-2.3.0" // {
+ (sources."socket.io-3.0.3" // {
dependencies = [
sources."debug-4.1.1"
sources."ms-2.1.2"
];
})
- sources."socket.io-adapter-1.1.2"
- (sources."socket.io-client-2.3.0" // {
- dependencies = [
- sources."base64-arraybuffer-0.1.5"
- sources."debug-4.1.1"
- sources."ms-2.1.2"
- (sources."socket.io-parser-3.3.1" // {
- dependencies = [
- sources."component-emitter-1.3.0"
- sources."debug-3.1.0"
- sources."ms-2.0.0"
- ];
- })
- ];
- })
- (sources."socket.io-parser-3.4.1" // {
+ sources."socket.io-adapter-2.0.3"
+ (sources."socket.io-parser-4.0.2" // {
dependencies = [
sources."debug-4.1.1"
sources."ms-2.1.2"
@@ -98754,13 +101115,13 @@ in
})
sources."strip-ansi-6.0.0"
sources."strip-json-comments-2.0.1"
- (sources."temp-0.9.1" // {
+ (sources."temp-0.9.4" // {
dependencies = [
+ sources."mkdirp-0.5.5"
sources."rimraf-2.6.3"
];
})
sources."text-hex-1.0.0"
- sources."to-array-0.1.4"
sources."to-readable-stream-1.0.0"
sources."toidentifier-1.0.0"
sources."triple-beam-1.3.0"
@@ -98774,20 +101135,17 @@ in
sources."winston-3.3.3"
(sources."winston-transport-4.4.0" // {
dependencies = [
- sources."isarray-1.0.0"
sources."readable-stream-2.3.7"
sources."string_decoder-1.1.1"
];
})
sources."wrap-ansi-7.0.0"
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
- sources."xmlhttprequest-ssl-1.5.5"
- sources."y18n-5.0.4"
+ sources."ws-7.4.1"
+ sources."y18n-5.0.5"
sources."yallist-2.1.2"
- sources."yargs-16.0.3"
- sources."yargs-parser-20.2.3"
- sources."yeast-0.1.2"
+ sources."yargs-16.1.1"
+ sources."yargs-parser-20.2.4"
];
buildInputs = globalBuildInputs;
meta = {
@@ -98817,7 +101175,7 @@ in
sources."brace-expansion-1.1.11"
sources."canvas-2.6.1"
sources."chownr-1.1.4"
- (sources."cliui-7.0.3" // {
+ (sources."cliui-7.0.4" // {
dependencies = [
sources."ansi-regex-5.0.0"
sources."is-fullwidth-code-point-3.0.0"
@@ -98832,7 +101190,7 @@ in
sources."concat-map-0.0.1"
sources."console-control-strings-1.1.0"
sources."core-util-is-1.0.2"
- sources."d3-array-2.8.0"
+ sources."d3-array-2.9.0"
sources."d3-color-2.0.0"
sources."d3-delaunay-5.3.0"
sources."d3-dispatch-2.0.0"
@@ -98850,7 +101208,7 @@ in
sources."d3-time-2.0.0"
sources."d3-time-format-3.0.0"
sources."d3-timer-2.0.0"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."decompress-response-4.2.1"
sources."deep-extend-0.6.0"
sources."delaunator-4.0.1"
@@ -98860,15 +101218,18 @@ in
sources."escalade-3.1.1"
sources."fs-minipass-1.2.7"
sources."fs.realpath-1.0.0"
+ sources."function-bind-1.1.1"
sources."gauge-2.7.4"
sources."get-caller-file-2.0.5"
sources."glob-7.1.6"
+ sources."has-1.0.3"
sources."has-unicode-2.0.1"
sources."iconv-lite-0.4.24"
sources."ignore-walk-3.0.3"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."ini-1.3.5"
+ sources."is-core-module-2.2.0"
sources."is-fullwidth-code-point-1.0.0"
sources."isarray-1.0.0"
sources."mimic-response-2.1.0"
@@ -98899,7 +101260,7 @@ in
sources."rc-1.2.8"
sources."readable-stream-2.3.7"
sources."require-directory-2.1.1"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."rimraf-2.7.1"
sources."rw-1.3.3"
sources."safe-buffer-5.1.2"
@@ -98957,9 +101318,9 @@ in
];
})
sources."wrappy-1.0.2"
- sources."y18n-5.0.4"
+ sources."y18n-5.0.5"
sources."yallist-3.1.1"
- (sources."yargs-16.1.0" // {
+ (sources."yargs-16.1.1" // {
dependencies = [
sources."ansi-regex-5.0.0"
sources."is-fullwidth-code-point-3.0.0"
@@ -98967,7 +101328,7 @@ in
sources."strip-ansi-6.0.0"
];
})
- sources."yargs-parser-20.2.3"
+ sources."yargs-parser-20.2.4"
];
buildInputs = globalBuildInputs;
meta = {
@@ -98993,7 +101354,7 @@ in
sources."ansi-regex-5.0.0"
sources."ansi-styles-4.3.0"
sources."array-flat-polyfill-1.0.1"
- sources."cliui-7.0.3"
+ sources."cliui-7.0.4"
sources."clone-2.1.2"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
@@ -99012,9 +101373,9 @@ in
sources."vega-expression-3.0.0"
sources."vega-util-1.16.0"
sources."wrap-ansi-7.0.0"
- sources."y18n-5.0.4"
+ sources."y18n-5.0.5"
sources."yargs-16.0.3"
- sources."yargs-parser-20.2.3"
+ sources."yargs-parser-20.2.4"
];
buildInputs = globalBuildInputs;
meta = {
@@ -99029,10 +101390,10 @@ in
vim-language-server = nodeEnv.buildNodePackage {
name = "vim-language-server";
packageName = "vim-language-server";
- version = "2.1.0";
+ version = "2.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/vim-language-server/-/vim-language-server-2.1.0.tgz";
- sha512 = "i0PTJh2XEPEUvRn78j1nxTlNVcTOKr4FLwIwhkjaC0ovGGViwnBgRd7StM0NS3UCvcVzLNy78Hu31S7RHkiHbw==";
+ url = "https://registry.npmjs.org/vim-language-server/-/vim-language-server-2.1.2.tgz";
+ sha512 = "i+IVvvla+7oyXU3Mb1Vc4hCymCEUbRRhJE7/So+wZNZZgtVH4SNWwhtjzNV2l9egYAyCqJnJKKtErwgJnfAHsA==";
};
buildInputs = globalBuildInputs;
meta = {
@@ -99110,6 +101471,47 @@ in
bypassCache = true;
reconstructLock = true;
};
+ vscode-json-languageserver = nodeEnv.buildNodePackage {
+ name = "vscode-json-languageserver";
+ packageName = "vscode-json-languageserver";
+ version = "1.3.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/vscode-json-languageserver/-/vscode-json-languageserver-1.3.1.tgz";
+ sha512 = "yP75lCPSZVkFUfA0pUA9yKu2OumueIIaht5i9c7XVwwm08PMt1GMDI8RNv/fPkUjU9uBnb5bJW20BHxWBATgrA==";
+ };
+ dependencies = [
+ sources."agent-base-4.3.0"
+ sources."debug-3.1.0"
+ sources."es6-promise-4.2.8"
+ sources."es6-promisify-5.0.0"
+ sources."http-proxy-agent-2.1.0"
+ sources."https-proxy-agent-2.2.4"
+ sources."jsonc-parser-2.3.1"
+ sources."ms-2.0.0"
+ sources."request-light-0.3.0"
+ (sources."vscode-json-languageservice-3.11.0" // {
+ dependencies = [
+ sources."jsonc-parser-3.0.0"
+ sources."vscode-nls-5.0.0"
+ ];
+ })
+ sources."vscode-jsonrpc-6.0.0-next.2"
+ sources."vscode-languageserver-7.0.0-next.3"
+ sources."vscode-languageserver-protocol-3.16.0-next.4"
+ sources."vscode-languageserver-textdocument-1.0.1"
+ sources."vscode-languageserver-types-3.16.0-next.2"
+ sources."vscode-nls-4.1.2"
+ sources."vscode-uri-2.1.2"
+ ];
+ buildInputs = globalBuildInputs;
+ meta = {
+ description = "JSON language server";
+ license = "MIT";
+ };
+ production = true;
+ bypassCache = true;
+ reconstructLock = true;
+ };
vscode-json-languageserver-bin = nodeEnv.buildNodePackage {
name = "vscode-json-languageserver-bin";
packageName = "vscode-json-languageserver-bin";
@@ -99132,9 +101534,9 @@ in
sources."vscode-nls-4.1.2"
];
})
- (sources."vscode-json-languageservice-3.9.1" // {
+ (sources."vscode-json-languageservice-3.11.0" // {
dependencies = [
- sources."jsonc-parser-2.3.1"
+ sources."jsonc-parser-3.0.0"
sources."vscode-nls-5.0.0"
sources."vscode-uri-2.1.2"
];
@@ -99169,8 +101571,8 @@ in
dependencies = [
sources."@types/json5-0.0.30"
sources."@types/mocha-7.0.2"
- sources."@types/node-8.10.65"
- sources."@types/vscode-1.50.0"
+ sources."@types/node-8.10.66"
+ sources."@types/vscode-1.51.0"
sources."@types/yauzl-2.9.1"
sources."@webassemblyjs/ast-1.9.0"
sources."@webassemblyjs/floating-point-hex-parser-1.9.0"
@@ -99227,7 +101629,7 @@ in
sources."define-property-1.0.0"
];
})
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."big.js-5.2.2"
sources."binary-extensions-2.1.0"
sources."bindings-1.5.0"
@@ -99241,11 +101643,7 @@ in
sources."browserify-aes-1.2.0"
sources."browserify-cipher-1.0.1"
sources."browserify-des-1.0.2"
- (sources."browserify-rsa-4.0.1" // {
- dependencies = [
- sources."bn.js-4.11.9"
- ];
- })
+ sources."browserify-rsa-4.1.0"
(sources."browserify-sign-4.2.1" // {
dependencies = [
sources."readable-stream-3.6.0"
@@ -99269,6 +101667,7 @@ in
];
})
sources."cache-base-1.0.1"
+ sources."call-bind-1.0.0"
sources."camelcase-5.3.1"
(sources."chalk-2.4.2" // {
dependencies = [
@@ -99308,7 +101707,7 @@ in
sources."collection-visit-1.0.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
- sources."commander-6.1.0"
+ sources."commander-6.2.0"
sources."commondir-1.0.1"
sources."component-emitter-1.3.0"
sources."concat-map-0.0.1"
@@ -99373,10 +101772,9 @@ in
sources."enhanced-resolve-4.3.0"
sources."entities-1.1.2"
sources."errno-0.1.7"
- (sources."es-abstract-1.17.7" // {
+ (sources."es-abstract-1.18.0-next.1" // {
dependencies = [
- sources."es-abstract-1.18.0-next.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
];
})
sources."es-to-primitive-1.2.1"
@@ -99466,6 +101864,7 @@ in
sources."fsevents-2.1.3"
sources."function-bind-1.1.1"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
sources."get-value-2.0.6"
sources."glob-7.1.3"
sources."glob-parent-5.1.1"
@@ -99511,7 +101910,7 @@ in
];
})
sources."https-browserify-1.0.0"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."iferr-0.1.5"
sources."import-local-2.0.0"
sources."imurmurhash-0.1.4"
@@ -99522,7 +101921,7 @@ in
sources."interpret-1.4.0"
sources."is-accessor-descriptor-1.0.0"
sources."is-binary-path-2.1.0"
- sources."is-buffer-2.0.4"
+ sources."is-buffer-2.0.5"
sources."is-callable-1.2.2"
sources."is-data-descriptor-1.0.0"
sources."is-date-object-1.0.2"
@@ -99531,7 +101930,7 @@ in
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-2.0.0"
sources."is-glob-4.0.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-negative-zero-2.0.1"
sources."is-number-7.0.0"
sources."is-plain-object-2.0.4"
sources."is-regex-1.1.1"
@@ -99633,11 +102032,11 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
+ sources."object-inspect-1.9.0"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
sources."object.assign-4.1.0"
- sources."object.getownpropertydescriptors-2.1.0"
+ sources."object.getownpropertydescriptors-2.1.1"
sources."object.pick-1.3.0"
sources."once-1.4.0"
sources."os-0.1.1"
@@ -99806,8 +102205,8 @@ in
sources."stream-shift-1.0.1"
sources."string-argv-0.3.1"
sources."string-width-2.1.1"
- sources."string.prototype.trimend-1.0.1"
- sources."string.prototype.trimstart-1.0.1"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
sources."string_decoder-0.10.31"
sources."strip-ansi-4.0.0"
sources."strip-json-comments-2.0.1"
@@ -99826,7 +102225,7 @@ in
sources."string_decoder-1.1.1"
];
})
- sources."timers-browserify-2.0.11"
+ sources."timers-browserify-2.0.12"
sources."tmp-0.0.29"
sources."to-arraybuffer-1.0.1"
(sources."to-object-path-0.3.0" // {
@@ -99880,18 +102279,18 @@ in
];
})
sources."util-deprecate-1.0.2"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
sources."vm-browserify-1.1.2"
sources."vsce-1.81.1"
- sources."vscode-debugadapter-testsupport-1.42.0"
- sources."vscode-debugprotocol-1.42.0"
- (sources."watchpack-1.7.4" // {
+ sources."vscode-debugadapter-testsupport-1.43.0"
+ sources."vscode-debugprotocol-1.43.0"
+ (sources."watchpack-1.7.5" // {
dependencies = [
sources."chokidar-3.4.3"
sources."readdirp-3.5.0"
];
})
- (sources."watchpack-chokidar2-2.0.0" // {
+ (sources."watchpack-chokidar2-2.0.1" // {
dependencies = [
sources."anymatch-2.0.0"
sources."binary-extensions-1.13.1"
@@ -99960,7 +102359,7 @@ in
})
sources."wrappy-1.0.2"
sources."xtend-4.0.2"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yallist-3.1.1"
(sources."yargs-13.3.2" // {
dependencies = [
@@ -100007,14 +102406,14 @@ in
sources."async-2.6.3"
sources."asynckit-0.4.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."bl-1.2.3"
sources."bluebird-3.7.2"
sources."brace-expansion-1.1.11"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
sources."buffer-alloc-1.2.0"
sources."buffer-alloc-unsafe-1.1.0"
sources."buffer-crc32-0.2.13"
@@ -100105,7 +102504,7 @@ in
sources."has-to-string-tag-x-1.4.1"
sources."http-signature-1.2.0"
sources."iconv-lite-0.4.24"
- sources."ieee754-1.1.13"
+ sources."ieee754-1.2.1"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."ini-1.3.5"
@@ -100114,7 +102513,7 @@ in
sources."is-extendable-0.1.1"
sources."is-fullwidth-code-point-2.0.0"
sources."is-natural-number-4.0.1"
- sources."is-object-1.0.1"
+ sources."is-object-1.0.2"
sources."is-redirect-1.0.0"
sources."is-retry-allowed-1.2.0"
sources."is-stream-1.1.0"
@@ -100234,7 +102633,7 @@ in
sources."tslib-1.14.1"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
- sources."uglify-js-3.11.2"
+ sources."uglify-js-3.12.1"
sources."uid-0.0.2"
sources."unbzip2-stream-1.4.3"
sources."unyield-0.0.1"
@@ -100293,7 +102692,7 @@ in
sources."@starptech/rehype-webparser-0.10.0"
sources."@starptech/webparser-0.10.0"
sources."@szmarczak/http-timer-1.1.2"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/unist-2.0.3"
sources."@types/vfile-3.0.2"
sources."@types/vfile-message-2.0.0"
@@ -100380,12 +102779,10 @@ in
sources."callsites-3.1.0"
sources."camelcase-4.1.0"
sources."camelcase-keys-4.2.0"
- sources."ccount-1.0.5"
+ sources."ccount-1.1.0"
sources."chalk-2.4.2"
- sources."character-entities-1.2.4"
sources."character-entities-html4-1.1.4"
sources."character-entities-legacy-1.1.4"
- sources."character-reference-invalid-1.1.4"
sources."chardet-0.7.0"
(sources."chokidar-3.0.2" // {
dependencies = [
@@ -100443,7 +102840,7 @@ in
sources."config-chain-1.1.12"
sources."configstore-4.0.0"
sources."copy-descriptor-0.1.1"
- sources."core-js-2.6.11"
+ sources."core-js-2.6.12"
sources."core-util-is-1.0.2"
sources."cross-spawn-5.1.0"
sources."crypto-random-string-1.0.0"
@@ -100454,7 +102851,7 @@ in
})
sources."css-parse-2.0.0"
sources."currently-unhandled-0.4.1"
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."decamelize-1.2.0"
(sources."decamelize-keys-1.1.0" // {
dependencies = [
@@ -100483,17 +102880,17 @@ in
(sources."eslint-5.16.0" // {
dependencies = [
sources."cross-spawn-6.0.5"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ignore-4.0.6"
];
})
(sources."eslint-plugin-vue-6.2.2" // {
dependencies = [
sources."acorn-7.4.1"
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."eslint-scope-5.1.1"
sources."espree-6.2.1"
- sources."vue-eslint-parser-7.1.1"
+ sources."vue-eslint-parser-7.2.0"
];
})
sources."eslint-scope-4.0.3"
@@ -100568,7 +102965,7 @@ in
sources."format-0.2.2"
sources."fragment-cache-0.2.1"
sources."fs.realpath-1.0.0"
- sources."fsevents-2.1.3"
+ sources."fsevents-2.2.1"
sources."function-bind-1.1.1"
sources."functional-red-black-tree-1.0.1"
sources."get-caller-file-1.0.3"
@@ -100606,11 +103003,11 @@ in
];
})
sources."has-yarn-2.1.0"
- sources."hast-util-embedded-1.0.5"
+ sources."hast-util-embedded-1.0.6"
sources."hast-util-has-property-1.0.4"
sources."hast-util-is-body-ok-link-1.0.4"
sources."hast-util-is-element-1.1.0"
- sources."hast-util-parse-selector-2.2.4"
+ sources."hast-util-parse-selector-2.2.5"
sources."hast-util-to-string-1.0.4"
sources."hast-util-whitespace-1.0.4"
sources."hosted-git-info-2.8.8"
@@ -100619,7 +103016,7 @@ in
sources."http-cache-semantics-4.1.0"
sources."iconv-lite-0.4.24"
sources."ignore-3.3.10"
- (sources."import-fresh-3.2.1" // {
+ (sources."import-fresh-3.2.2" // {
dependencies = [
sources."resolve-from-4.0.0"
];
@@ -100642,8 +103039,9 @@ in
sources."is-alphanumerical-1.0.4"
sources."is-arrayish-0.2.1"
sources."is-binary-path-2.1.0"
- sources."is-buffer-2.0.4"
+ sources."is-buffer-2.0.5"
sources."is-ci-2.0.0"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
sources."is-decimal-1.0.4"
sources."is-descriptor-1.0.2"
@@ -100663,7 +103061,7 @@ in
];
})
sources."is-obj-1.0.1"
- sources."is-object-1.0.1"
+ sources."is-object-1.0.2"
sources."is-path-inside-1.0.1"
sources."is-plain-obj-1.1.0"
sources."is-plain-object-2.0.4"
@@ -100702,7 +103100,7 @@ in
sources."lodash.iteratee-4.7.0"
sources."lodash.merge-4.6.2"
sources."lodash.unescape-4.0.1"
- sources."loglevel-1.7.0"
+ sources."loglevel-1.7.1"
(sources."loglevel-colored-level-prefix-1.0.0" // {
dependencies = [
sources."ansi-regex-2.1.1"
@@ -100712,7 +103110,6 @@ in
sources."supports-color-2.0.0"
];
})
- sources."longest-streak-1.0.0"
sources."loud-rejection-1.6.0"
sources."lowercase-keys-1.0.1"
sources."lru-cache-4.1.5"
@@ -100721,7 +103118,6 @@ in
sources."map-cache-0.2.2"
sources."map-obj-2.0.0"
sources."map-visit-1.0.0"
- sources."markdown-table-0.4.0"
(sources."mem-4.3.0" // {
dependencies = [
sources."mimic-fn-2.1.0"
@@ -100801,7 +103197,6 @@ in
];
})
sources."parent-module-1.0.1"
- sources."parse-entities-1.2.2"
sources."parse-gitignore-1.0.1"
sources."parse-json-4.0.0"
sources."pascalcase-0.1.1"
@@ -100886,21 +103281,9 @@ in
sources."regenerator-runtime-0.11.1"
sources."regex-not-1.0.2"
sources."regexpp-2.0.1"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
sources."rehype-sort-attribute-values-2.0.1"
- (sources."remark-5.1.0" // {
- dependencies = [
- sources."unified-4.2.1"
- sources."vfile-1.4.0"
- ];
- })
- sources."remark-parse-1.1.0"
- (sources."remark-stringify-1.1.0" // {
- dependencies = [
- sources."stringify-entities-1.3.2"
- ];
- })
sources."repeat-element-1.1.3"
sources."repeat-string-1.6.1"
sources."replace-ext-1.0.0"
@@ -100912,7 +103295,7 @@ in
sources."resolve-from-1.0.1"
];
})
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-from-5.0.0"
sources."resolve-url-0.2.1"
sources."responselike-1.0.2"
@@ -100981,7 +103364,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-string-3.1.0"
sources."sprintf-js-1.0.3"
sources."stampit-1.2.0"
@@ -101073,9 +103456,7 @@ in
sources."to-regex-3.0.2"
sources."to-regex-range-2.1.1"
sources."to-vfile-6.1.0"
- sources."trim-0.0.1"
sources."trim-newlines-2.0.0"
- sources."trim-trailing-lines-1.1.3"
sources."trough-1.0.5"
sources."tslib-1.14.1"
sources."tslint-5.20.1"
@@ -101089,7 +103470,6 @@ in
sources."semver-5.5.0"
];
})
- sources."unherit-1.1.3"
(sources."unified-7.1.0" // {
dependencies = [
sources."unist-util-stringify-position-1.1.2"
@@ -101112,11 +103492,10 @@ in
})
sources."union-value-1.0.1"
sources."unique-string-1.0.0"
- sources."unist-util-find-1.0.1"
+ sources."unist-util-find-1.0.2"
sources."unist-util-inspect-4.1.4"
sources."unist-util-is-2.1.3"
sources."unist-util-modify-children-1.1.6"
- sources."unist-util-remove-position-1.1.4"
sources."unist-util-stringify-position-2.0.3"
sources."unist-util-visit-1.4.1"
(sources."unist-util-visit-parents-2.1.2" // {
@@ -101144,7 +103523,6 @@ in
sources."util-deprecate-1.0.2"
sources."validate-npm-package-license-3.0.4"
sources."vfile-4.2.0"
- sources."vfile-location-2.0.6"
sources."vfile-message-2.0.4"
(sources."vfile-reporter-6.0.1" // {
dependencies = [
@@ -101158,7 +103536,7 @@ in
})
sources."vfile-sort-2.2.2"
sources."vfile-statistics-1.1.4"
- (sources."vscode-css-languageservice-4.3.5" // {
+ (sources."vscode-css-languageservice-4.4.0" // {
dependencies = [
sources."vscode-languageserver-types-3.16.0-next.2"
sources."vscode-uri-2.1.2"
@@ -101175,7 +103553,7 @@ in
sources."vscode-uri-1.0.8"
(sources."vue-eslint-parser-6.0.5" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
];
})
sources."vue-onsenui-helper-json-1.0.2"
@@ -101222,10 +103600,10 @@ in
web-ext = nodeEnv.buildNodePackage {
name = "web-ext";
packageName = "web-ext";
- version = "5.2.0";
+ version = "5.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/web-ext/-/web-ext-5.2.0.tgz";
- sha512 = "o/s206JW2U/vXHTe/XeBnsUQhIcuphsSVNVrJU+MoMFq8JlU9vI1VdS2RCW+u5NuqAsMvTyV+pA+4hLGB9CGCw==";
+ url = "https://registry.npmjs.org/web-ext/-/web-ext-5.4.0.tgz";
+ sha512 = "95MVrsCRtmmu7YNTA8OconwTB7Y7rS6T5ABpv9c90A5tLfDV1+6/dRn8JhAMAi/UfIq0ZT5wklHwvRzDmD6cBA==";
};
dependencies = [
sources."@babel/code-frame-7.10.4"
@@ -101240,54 +103618,81 @@ in
sources."supports-color-5.5.0"
];
})
- sources."@babel/polyfill-7.11.5"
- sources."@babel/runtime-7.11.2"
+ sources."@babel/polyfill-7.12.1"
+ sources."@babel/runtime-7.12.5"
sources."@cliqz-oss/firefox-client-0.3.1"
sources."@cliqz-oss/node-firefox-connect-1.2.1"
sources."@devicefarmer/adbkit-2.11.3"
sources."@devicefarmer/adbkit-logcat-1.1.0"
sources."@devicefarmer/adbkit-monkey-1.0.1"
- (sources."@eslint/eslintrc-0.1.3" // {
+ (sources."@eslint/eslintrc-0.2.2" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
- sources."@sindresorhus/is-0.14.0"
+ sources."@mdn/browser-compat-data-2.0.5"
+ sources."@sindresorhus/is-0.7.0"
sources."@szmarczak/http-timer-1.1.2"
+ sources."@types/decompress-4.2.3"
+ sources."@types/download-6.2.4"
+ sources."@types/got-8.3.5"
sources."@types/minimatch-3.0.3"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
+ sources."@types/yauzl-2.9.1"
sources."JSONSelect-0.2.1"
+ sources."accepts-1.3.7"
sources."acorn-7.4.1"
sources."acorn-jsx-5.3.1"
- sources."addons-linter-2.7.0"
+ (sources."addons-linter-2.12.0" // {
+ dependencies = [
+ sources."yargs-16.1.0"
+ ];
+ })
+ (sources."addons-scanner-utils-3.0.0" // {
+ dependencies = [
+ sources."upath-2.0.0"
+ ];
+ })
sources."adm-zip-0.4.16"
- sources."ajv-6.12.5"
+ sources."ajv-6.12.6"
sources."ajv-merge-patch-4.1.0"
- sources."ansi-align-3.0.0"
+ (sources."ansi-align-3.0.0" // {
+ dependencies = [
+ sources."ansi-regex-4.1.0"
+ sources."emoji-regex-7.0.3"
+ sources."is-fullwidth-code-point-2.0.0"
+ sources."string-width-3.1.0"
+ sources."strip-ansi-5.2.0"
+ ];
+ })
sources."ansi-colors-4.1.1"
sources."ansi-regex-2.1.1"
sources."ansi-styles-4.3.0"
sources."any-promise-1.3.0"
sources."anymatch-3.1.1"
- (sources."archiver-5.0.2" // {
+ (sources."archive-type-4.0.0" // {
dependencies = [
- sources."async-3.2.0"
+ sources."file-type-4.4.0"
];
})
- (sources."archiver-utils-2.1.0" // {
+ (sources."archiver-5.0.2" // {
dependencies = [
- sources."readable-stream-2.3.7"
- sources."safe-buffer-5.1.2"
- sources."string_decoder-1.1.1"
+ sources."async-3.2.0"
+ sources."bl-4.0.3"
+ sources."inherits-2.0.4"
+ sources."readable-stream-3.6.0"
+ sources."tar-stream-2.1.4"
];
})
+ sources."archiver-utils-2.1.0"
sources."argparse-1.0.10"
sources."arr-diff-4.0.0"
sources."arr-flatten-1.1.0"
sources."arr-union-3.1.0"
sources."array-differ-3.0.0"
sources."array-filter-0.0.1"
+ sources."array-flatten-1.1.1"
sources."array-map-0.0.0"
sources."array-reduce-0.0.0"
sources."array-union-2.1.0"
@@ -101304,50 +103709,61 @@ in
sources."atob-2.1.2"
sources."atomic-sleep-1.0.0"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
sources."balanced-match-1.0.0"
(sources."base-0.11.2" // {
dependencies = [
sources."define-property-1.0.0"
+ sources."isobject-3.0.1"
];
})
- sources."base64-js-1.3.1"
+ sources."base64-js-1.5.1"
sources."bcrypt-pbkdf-1.0.2"
sources."binary-extensions-2.1.0"
sources."bindings-1.5.0"
- sources."bl-4.0.3"
+ sources."bl-1.2.3"
sources."bluebird-2.9.34"
+ sources."body-parser-1.19.0"
sources."boolbase-1.0.0"
(sources."boxen-4.2.0" // {
dependencies = [
- sources."ansi-regex-5.0.0"
sources."camelcase-5.3.1"
sources."chalk-3.0.0"
- sources."emoji-regex-8.0.0"
- sources."is-fullwidth-code-point-3.0.0"
- sources."string-width-4.2.0"
- sources."strip-ansi-6.0.0"
];
})
sources."brace-expansion-1.1.11"
sources."braces-3.0.2"
- sources."buffer-5.6.0"
+ sources."buffer-5.7.1"
+ sources."buffer-alloc-1.2.0"
+ sources."buffer-alloc-unsafe-1.1.0"
sources."buffer-crc32-0.2.13"
sources."buffer-equal-constant-time-1.0.1"
+ sources."buffer-fill-1.0.0"
sources."buffer-from-1.1.1"
sources."bunyan-1.8.14"
- sources."cache-base-1.0.1"
- (sources."cacheable-request-6.1.0" // {
+ sources."bytes-3.1.0"
+ (sources."cache-base-1.0.1" // {
dependencies = [
- sources."lowercase-keys-2.0.0"
+ sources."isobject-3.0.1"
];
})
+ (sources."cacheable-request-2.1.4" // {
+ dependencies = [
+ sources."get-stream-3.0.0"
+ sources."lowercase-keys-1.0.0"
+ ];
+ })
+ sources."call-bind-1.0.0"
sources."callsites-3.1.0"
sources."camelcase-6.0.0"
sources."caseless-0.12.0"
sources."chalk-4.1.0"
sources."cheerio-1.0.0-rc.3"
- sources."chokidar-3.4.3"
+ (sources."chokidar-3.4.3" // {
+ dependencies = [
+ sources."fsevents-2.1.3"
+ ];
+ })
(sources."chrome-launcher-0.13.4" // {
dependencies = [
sources."mkdirp-0.5.5"
@@ -101369,16 +103785,14 @@ in
];
})
sources."is-descriptor-0.1.6"
+ sources."isobject-3.0.1"
sources."kind-of-5.1.0"
];
})
sources."cli-boxes-2.2.1"
- (sources."cliui-6.0.0" // {
+ (sources."cliui-7.0.4" // {
dependencies = [
sources."ansi-regex-5.0.0"
- sources."emoji-regex-8.0.0"
- sources."is-fullwidth-code-point-3.0.0"
- sources."string-width-4.2.0"
sources."strip-ansi-6.0.0"
];
})
@@ -101387,27 +103801,39 @@ in
sources."collection-visit-1.0.0"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
+ sources."colorette-1.2.1"
sources."colors-0.5.1"
sources."columnify-1.5.4"
sources."combined-stream-1.0.8"
sources."commander-2.20.3"
sources."common-tags-1.8.0"
sources."component-emitter-1.3.0"
- sources."compress-commons-4.0.1"
+ (sources."compress-commons-4.0.2" // {
+ dependencies = [
+ sources."readable-stream-3.6.0"
+ ];
+ })
sources."concat-map-0.0.1"
- (sources."concat-stream-1.6.2" // {
+ sources."concat-stream-1.6.2"
+ (sources."configstore-5.0.1" // {
dependencies = [
- sources."readable-stream-2.3.7"
- sources."safe-buffer-5.1.2"
- sources."string_decoder-1.1.1"
+ sources."make-dir-3.1.0"
+ sources."semver-6.3.0"
];
})
- sources."configstore-5.0.1"
+ sources."content-disposition-0.5.3"
+ sources."content-type-1.0.4"
+ sources."cookie-0.4.0"
+ sources."cookie-signature-1.0.6"
sources."copy-descriptor-0.1.1"
- sources."core-js-2.6.11"
+ sources."core-js-2.6.12"
sources."core-util-is-1.0.2"
- sources."crc-3.8.0"
- sources."crc32-stream-4.0.0"
+ sources."crc-32-1.2.0"
+ (sources."crc32-stream-4.0.1" // {
+ dependencies = [
+ sources."readable-stream-3.6.0"
+ ];
+ })
sources."cross-spawn-7.0.3"
sources."crypto-random-string-2.0.0"
sources."css-select-1.2.0"
@@ -101417,7 +103843,39 @@ in
sources."debug-2.6.9"
sources."decamelize-4.0.0"
sources."decode-uri-component-0.2.0"
+ (sources."decompress-4.2.1" // {
+ dependencies = [
+ (sources."make-dir-1.3.0" // {
+ dependencies = [
+ sources."pify-3.0.0"
+ ];
+ })
+ sources."pify-2.3.0"
+ ];
+ })
sources."decompress-response-3.3.0"
+ (sources."decompress-tar-4.1.1" // {
+ dependencies = [
+ sources."file-type-5.2.0"
+ ];
+ })
+ (sources."decompress-tarbz2-4.1.1" // {
+ dependencies = [
+ sources."file-type-6.2.0"
+ ];
+ })
+ (sources."decompress-targz-4.1.1" // {
+ dependencies = [
+ sources."file-type-5.2.0"
+ ];
+ })
+ (sources."decompress-unzip-4.0.1" // {
+ dependencies = [
+ sources."file-type-3.9.0"
+ sources."get-stream-2.3.1"
+ sources."pify-2.3.0"
+ ];
+ })
sources."deep-equal-1.1.1"
sources."deep-extend-0.6.0"
sources."deep-is-0.1.3"
@@ -101426,11 +103884,18 @@ in
sources."defaults-1.0.3"
sources."defer-to-connect-1.1.3"
sources."define-properties-1.1.3"
- sources."define-property-2.0.2"
+ (sources."define-property-2.0.2" // {
+ dependencies = [
+ sources."isobject-3.0.1"
+ ];
+ })
sources."delayed-stream-1.0.0"
- (sources."dispensary-0.57.0" // {
+ sources."depd-1.1.2"
+ sources."destroy-1.0.4"
+ (sources."dispensary-0.59.0" // {
dependencies = [
sources."async-3.2.0"
+ sources."yargs-16.1.1"
];
})
sources."doctrine-3.0.0"
@@ -101439,32 +103904,36 @@ in
sources."domhandler-2.4.2"
sources."domutils-1.5.1"
sources."dot-prop-5.3.0"
+ sources."download-8.0.0"
sources."dtrace-provider-0.8.8"
sources."duplexer3-0.1.4"
sources."ecc-jsbn-0.1.2"
sources."ecdsa-sig-formatter-1.0.11"
- sources."emoji-regex-7.0.3"
+ sources."ee-first-1.1.1"
+ sources."emoji-regex-8.0.0"
+ sources."encodeurl-1.0.2"
sources."end-of-stream-1.4.4"
sources."enquirer-2.3.6"
sources."entities-1.1.2"
sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
+ sources."es-abstract-1.17.7"
sources."es-to-primitive-1.2.1"
sources."es6-error-4.1.1"
sources."es6-promise-2.3.0"
sources."es6-promisify-6.1.1"
+ sources."escalade-3.1.1"
sources."escape-goat-2.1.1"
+ sources."escape-html-1.0.3"
sources."escape-string-regexp-1.0.5"
- (sources."eslint-7.9.0" // {
+ (sources."eslint-7.13.0" // {
dependencies = [
sources."ansi-regex-5.0.0"
- sources."debug-4.3.0"
- sources."eslint-visitor-keys-1.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
sources."strip-ansi-6.0.0"
];
})
- sources."eslint-plugin-no-unsanitized-3.1.2"
+ sources."eslint-plugin-no-unsanitized-3.1.4"
sources."eslint-scope-5.1.1"
(sources."eslint-utils-2.1.0" // {
dependencies = [
@@ -101490,8 +103959,15 @@ in
})
sources."estraverse-4.3.0"
sources."esutils-2.0.3"
+ sources."etag-1.8.1"
sources."event-to-promise-0.8.0"
- sources."execa-4.0.3"
+ (sources."execa-4.1.0" // {
+ dependencies = [
+ sources."get-stream-5.2.0"
+ sources."is-stream-2.0.0"
+ ];
+ })
+ sources."exit-on-epipe-1.0.1"
(sources."expand-brackets-2.1.4" // {
dependencies = [
sources."define-property-0.2.5"
@@ -101510,6 +103986,9 @@ in
sources."kind-of-5.1.0"
];
})
+ sources."express-4.17.1"
+ sources."ext-list-2.2.2"
+ sources."ext-name-5.0.0"
sources."extend-3.0.2"
(sources."extend-shallow-3.0.2" // {
dependencies = [
@@ -101531,12 +104010,16 @@ in
})
sources."fast-json-stable-stringify-2.1.0"
sources."fast-levenshtein-2.0.6"
- sources."fast-redact-2.1.0"
+ sources."fast-redact-3.0.0"
sources."fast-safe-stringify-2.0.7"
sources."fd-slicer-1.1.0"
sources."file-entry-cache-5.0.1"
+ sources."file-type-11.1.0"
sources."file-uri-to-path-1.0.0"
+ sources."filename-reserved-regex-2.0.0"
+ sources."filenamify-3.0.0"
sources."fill-range-7.0.1"
+ sources."finalhandler-1.1.2"
sources."find-up-4.1.0"
(sources."firefox-profile-4.0.0" // {
dependencies = [
@@ -101544,7 +104027,7 @@ in
sources."fs-extra-4.0.3"
];
})
- sources."first-chunk-stream-4.0.0"
+ sources."first-chunk-stream-3.0.0"
sources."flat-cache-2.0.1"
sources."flatstr-1.0.12"
sources."flatted-2.0.2"
@@ -101552,16 +104035,23 @@ in
sources."for-in-1.0.2"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
+ sources."forwarded-0.1.2"
sources."fragment-cache-0.2.1"
+ sources."fresh-0.5.2"
+ sources."from2-2.3.0"
sources."fs-constants-1.0.0"
(sources."fs-extra-9.0.1" // {
dependencies = [
- sources."jsonfile-6.0.1"
+ (sources."jsonfile-6.1.0" // {
+ dependencies = [
+ sources."universalify-2.0.0"
+ ];
+ })
sources."universalify-1.0.0"
];
})
sources."fs.realpath-1.0.0"
- sources."fsevents-2.1.3"
+ sources."fsevents-2.2.1"
sources."function-bind-1.1.1"
sources."functional-red-black-tree-1.0.1"
(sources."fx-runner-1.0.13" // {
@@ -101572,16 +104062,18 @@ in
];
})
sources."get-caller-file-2.0.5"
- sources."get-stream-5.2.0"
+ sources."get-intrinsic-1.0.1"
+ sources."get-stream-4.1.0"
sources."get-value-2.0.6"
sources."getpass-0.1.7"
sources."glob-7.1.6"
sources."glob-parent-5.1.1"
sources."global-dirs-2.0.1"
sources."globals-12.4.0"
- (sources."got-9.6.0" // {
+ (sources."got-8.3.2" // {
dependencies = [
- sources."get-stream-4.1.0"
+ sources."get-stream-3.0.0"
+ sources."pify-3.0.0"
];
})
sources."graceful-fs-4.2.4"
@@ -101591,8 +104083,14 @@ in
sources."har-validator-5.1.5"
sources."has-1.0.3"
sources."has-flag-4.0.0"
+ sources."has-symbol-support-x-1.4.2"
sources."has-symbols-1.0.1"
- sources."has-value-1.0.0"
+ sources."has-to-string-tag-x-1.4.1"
+ (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" // {
@@ -101604,22 +104102,30 @@ in
];
})
sources."has-yarn-2.1.0"
- sources."htmlparser2-3.10.1"
- sources."http-cache-semantics-4.1.0"
+ (sources."htmlparser2-3.10.1" // {
+ dependencies = [
+ sources."readable-stream-3.6.0"
+ ];
+ })
+ sources."http-cache-semantics-3.8.1"
+ sources."http-errors-1.7.2"
sources."http-signature-1.2.0"
sources."human-signals-1.1.1"
- sources."ieee754-1.1.13"
+ sources."iconv-lite-0.4.24"
+ sources."ieee754-1.2.1"
sources."ignore-4.0.6"
sources."import-fresh-3.2.1"
sources."import-lazy-2.1.0"
sources."imurmurhash-0.1.4"
sources."inflight-1.0.6"
- sources."inherits-2.0.4"
+ sources."inherits-2.0.3"
sources."ini-1.3.5"
+ sources."into-stream-3.1.0"
sources."invert-kv-3.0.1"
+ sources."ipaddr.js-1.9.1"
sources."is-absolute-0.1.7"
sources."is-accessor-descriptor-1.0.0"
- sources."is-arguments-1.0.4"
+ sources."is-arguments-1.1.0"
sources."is-arrayish-0.2.1"
sources."is-binary-path-2.1.0"
sources."is-buffer-1.1.6"
@@ -101631,19 +104137,26 @@ in
sources."is-docker-2.1.1"
sources."is-extendable-0.1.1"
sources."is-extglob-2.1.1"
- sources."is-fullwidth-code-point-2.0.0"
+ sources."is-fullwidth-code-point-3.0.0"
sources."is-glob-4.0.1"
sources."is-installed-globally-0.3.2"
sources."is-mergeable-object-1.1.1"
- sources."is-negative-zero-2.0.0"
+ sources."is-natural-number-4.0.1"
sources."is-npm-5.0.0"
sources."is-number-7.0.0"
sources."is-obj-2.0.0"
+ sources."is-object-1.0.2"
sources."is-path-inside-3.0.2"
- sources."is-plain-object-2.0.4"
+ sources."is-plain-obj-1.1.0"
+ (sources."is-plain-object-2.0.4" // {
+ dependencies = [
+ sources."isobject-3.0.1"
+ ];
+ })
sources."is-regex-1.1.1"
sources."is-relative-0.1.3"
- sources."is-stream-2.0.0"
+ sources."is-retry-allowed-1.2.0"
+ sources."is-stream-1.1.0"
sources."is-symbol-1.0.3"
sources."is-typedarray-1.0.0"
sources."is-utf8-0.2.1"
@@ -101652,8 +104165,9 @@ in
sources."is-yarn-global-0.3.0"
sources."isarray-1.0.0"
sources."isexe-2.0.0"
- sources."isobject-3.0.1"
+ sources."isobject-2.1.0"
sources."isstream-0.1.2"
+ sources."isurl-1.0.0"
sources."jed-1.1.1"
sources."jetpack-id-1.0.0"
sources."js-select-0.6.0"
@@ -101679,19 +104193,14 @@ in
sources."jszip-2.6.1"
sources."jwa-1.4.1"
sources."jws-3.2.2"
- sources."keyv-3.1.0"
+ sources."keyv-3.0.0"
sources."kind-of-6.0.3"
sources."latest-version-5.1.0"
- (sources."lazystream-1.0.0" // {
- dependencies = [
- sources."readable-stream-2.3.7"
- sources."safe-buffer-5.1.2"
- sources."string_decoder-1.1.1"
- ];
- })
+ sources."lazystream-1.0.0"
sources."lcid-3.1.1"
sources."levn-0.4.1"
sources."lighthouse-logger-1.2.0"
+ sources."line-column-1.0.2"
sources."lines-and-columns-1.1.6"
sources."locate-path-5.0.0"
sources."lodash-4.17.20"
@@ -101708,18 +104217,24 @@ in
sources."lodash.sortby-4.7.0"
sources."lodash.union-4.6.0"
sources."lowercase-keys-1.0.1"
- (sources."make-dir-3.1.0" // {
+ (sources."make-dir-2.1.0" // {
dependencies = [
- sources."semver-6.3.0"
+ sources."semver-5.7.1"
];
})
sources."map-age-cleaner-0.1.3"
sources."map-cache-0.2.2"
sources."map-visit-1.0.0"
sources."marky-1.2.1"
- sources."mdn-browser-compat-data-1.0.39"
- sources."mem-5.1.1"
+ sources."media-typer-0.3.0"
+ (sources."mem-5.1.1" // {
+ dependencies = [
+ sources."p-is-promise-2.1.0"
+ ];
+ })
+ sources."merge-descriptors-1.0.1"
sources."merge-stream-2.0.0"
+ sources."methods-1.1.2"
(sources."micromatch-3.1.10" // {
dependencies = [
(sources."braces-2.3.2" // {
@@ -101737,9 +104252,11 @@ in
sources."kind-of-3.2.2"
];
})
+ sources."isobject-3.0.1"
sources."to-regex-range-2.1.1"
];
})
+ sources."mime-1.6.0"
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
sources."mimic-fn-2.1.0"
@@ -101764,10 +104281,12 @@ in
})
sources."mz-2.7.0"
sources."nan-2.14.2"
+ sources."nanoid-3.1.20"
sources."nanomatch-1.2.13"
sources."natural-compare-1.4.0"
sources."natural-compare-lite-1.4.0"
sources."ncp-2.0.0"
+ sources."negotiator-0.6.2"
sources."neo-async-2.6.2"
sources."next-tick-1.1.0"
sources."node-forge-0.10.0"
@@ -101777,7 +104296,11 @@ in
];
})
sources."normalize-path-3.0.0"
- sources."normalize-url-4.5.0"
+ (sources."normalize-url-2.0.1" // {
+ dependencies = [
+ sources."sort-keys-2.0.0"
+ ];
+ })
sources."npm-run-path-4.0.1"
sources."nth-check-1.0.2"
sources."oauth-sign-0.9.0"
@@ -101795,26 +104318,46 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
- sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
- sources."object.pick-1.3.0"
+ (sources."object-visit-1.0.1" // {
+ dependencies = [
+ sources."isobject-3.0.1"
+ ];
+ })
+ sources."object.assign-4.1.2"
+ (sources."object.pick-1.3.0" // {
+ dependencies = [
+ sources."isobject-3.0.1"
+ ];
+ })
+ sources."on-finished-2.3.0"
sources."once-1.4.0"
sources."onetime-5.1.2"
sources."open-7.3.0"
sources."optionator-0.9.1"
sources."os-locale-5.0.0"
sources."os-shim-0.1.3"
- sources."p-cancelable-1.1.0"
+ sources."p-cancelable-0.4.1"
sources."p-defer-1.0.0"
- sources."p-is-promise-2.1.0"
+ 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-4.1.0"
+ sources."p-timeout-2.0.1"
sources."p-try-2.2.0"
(sources."package-json-6.5.0" // {
dependencies = [
+ sources."@sindresorhus/is-0.14.0"
+ sources."cacheable-request-6.1.0"
+ sources."get-stream-5.2.0"
+ sources."got-9.6.0"
+ sources."http-cache-semantics-4.1.0"
+ sources."lowercase-keys-2.0.0"
+ sources."normalize-url-4.5.0"
+ sources."p-cancelable-1.1.0"
sources."semver-6.3.0"
];
})
@@ -101822,59 +104365,52 @@ in
sources."parent-module-1.0.1"
sources."parse-json-5.0.1"
sources."parse5-3.0.3"
+ sources."parseurl-1.3.3"
sources."pascalcase-0.1.1"
sources."path-dirname-1.0.2"
sources."path-exists-4.0.0"
sources."path-is-absolute-1.0.1"
sources."path-key-3.1.1"
+ sources."path-to-regexp-0.1.7"
sources."pend-1.2.0"
sources."performance-now-2.1.0"
sources."picomatch-2.2.2"
- sources."pino-6.6.1"
+ sources."pify-4.0.1"
+ sources."pinkie-2.0.4"
+ sources."pinkie-promise-2.0.1"
+ sources."pino-6.7.0"
sources."pino-std-serializers-2.5.0"
sources."posix-character-classes-0.1.1"
- (sources."postcss-7.0.35" // {
- dependencies = [
- sources."ansi-styles-3.2.1"
- (sources."chalk-2.4.2" // {
- dependencies = [
- sources."supports-color-5.5.0"
- ];
- })
- sources."color-convert-1.9.3"
- sources."color-name-1.1.3"
- sources."has-flag-3.0.0"
- sources."supports-color-6.1.0"
- ];
- })
+ sources."postcss-8.1.7"
sources."prelude-ls-1.2.1"
sources."prepend-http-2.0.0"
+ sources."printj-1.1.2"
sources."probe-image-size-5.0.0"
sources."process-nextick-args-2.0.1"
sources."progress-2.0.3"
+ sources."proxy-addr-2.0.6"
sources."psl-1.8.0"
sources."pump-3.0.0"
sources."punycode-2.1.1"
- sources."pupa-2.0.1"
- sources."qs-6.5.2"
+ sources."pupa-2.1.1"
+ sources."qs-6.7.0"
+ sources."query-string-5.1.1"
sources."quick-format-unescaped-4.0.1"
+ sources."range-parser-1.2.1"
+ sources."raw-body-2.4.0"
(sources."rc-1.2.8" // {
dependencies = [
sources."strip-json-comments-2.0.1"
];
})
- sources."readable-stream-3.6.0"
+ sources."readable-stream-2.3.7"
sources."readdir-glob-1.1.1"
sources."readdirp-3.5.0"
sources."regenerator-runtime-0.13.7"
sources."regex-not-1.0.2"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."regexp.prototype.flags-1.3.0"
sources."regexpp-3.1.0"
- sources."registry-auth-token-4.2.0"
+ sources."registry-auth-token-4.2.1"
sources."registry-url-5.1.0"
(sources."relaxed-json-1.0.3" // {
dependencies = [
@@ -101889,7 +104425,11 @@ in
sources."remove-trailing-separator-1.1.0"
sources."repeat-element-1.1.3"
sources."repeat-string-1.6.1"
- sources."request-2.88.2"
+ (sources."request-2.88.2" // {
+ dependencies = [
+ sources."qs-6.5.2"
+ ];
+ })
sources."require-directory-2.1.1"
sources."require-main-filename-2.0.0"
sources."resolve-from-4.0.0"
@@ -101897,23 +104437,32 @@ in
sources."responselike-1.0.2"
sources."ret-0.1.15"
sources."rimraf-2.6.3"
- sources."safe-buffer-5.2.1"
+ sources."safe-buffer-5.1.2"
+ sources."safe-compare-1.1.4"
sources."safe-json-stringify-1.2.0"
sources."safe-regex-1.1.0"
sources."safer-buffer-2.1.2"
sources."sax-1.2.4"
+ sources."seek-bzip-1.0.6"
sources."semver-7.3.2"
(sources."semver-diff-3.1.1" // {
dependencies = [
sources."semver-6.3.0"
];
})
+ (sources."send-0.17.1" // {
+ dependencies = [
+ sources."ms-2.1.1"
+ ];
+ })
+ sources."serve-static-1.14.1"
sources."set-blocking-2.0.0"
(sources."set-value-2.0.1" // {
dependencies = [
sources."extend-shallow-2.0.1"
];
})
+ sources."setprototypeof-1.1.1"
sources."sha.js-2.4.11"
sources."shebang-command-2.0.0"
sources."shebang-regex-3.0.0"
@@ -101930,6 +104479,7 @@ in
sources."ansi-styles-3.2.1"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
+ sources."is-fullwidth-code-point-2.0.0"
];
})
(sources."snapdragon-0.8.2" // {
@@ -101954,6 +104504,7 @@ in
(sources."snapdragon-node-2.1.1" // {
dependencies = [
sources."define-property-1.0.0"
+ sources."isobject-3.0.1"
];
})
(sources."snapdragon-util-3.0.1" // {
@@ -101962,6 +104513,8 @@ in
];
})
sources."sonic-boom-1.3.0"
+ sources."sort-keys-1.1.2"
+ sources."sort-keys-length-1.0.1"
sources."source-map-0.6.1"
sources."source-map-resolve-0.5.3"
sources."source-map-support-0.5.19"
@@ -101988,49 +104541,51 @@ in
sources."kind-of-5.1.0"
];
})
+ sources."statuses-1.5.0"
sources."stream-parser-0.3.1"
sources."stream-to-array-2.3.0"
sources."stream-to-promise-3.0.0"
- (sources."string-width-3.1.0" // {
- dependencies = [
- sources."ansi-regex-4.1.0"
- sources."strip-ansi-5.2.0"
- ];
- })
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
+ sources."strict-uri-encode-1.1.0"
+ (sources."string-width-4.2.0" // {
dependencies = [
- sources."es-abstract-1.17.7"
+ sources."ansi-regex-5.0.0"
+ sources."strip-ansi-6.0.0"
];
})
- sources."string_decoder-1.3.0"
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
+ sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."strip-bom-4.0.0"
sources."strip-bom-buf-2.0.0"
- (sources."strip-bom-stream-4.0.0" // {
- dependencies = [
- sources."first-chunk-stream-3.0.0"
- ];
- })
+ sources."strip-bom-stream-4.0.0"
+ sources."strip-dirs-2.1.0"
sources."strip-final-newline-2.0.0"
sources."strip-json-comments-3.1.1"
+ sources."strip-outer-1.0.1"
sources."supports-color-7.2.0"
- sources."table-5.4.6"
- sources."tar-stream-2.1.4"
- sources."term-size-2.2.0"
+ (sources."table-5.4.6" // {
+ dependencies = [
+ sources."ansi-regex-4.1.0"
+ sources."emoji-regex-7.0.3"
+ sources."is-fullwidth-code-point-2.0.0"
+ sources."string-width-3.1.0"
+ sources."strip-ansi-5.2.0"
+ ];
+ })
+ sources."tar-stream-1.6.2"
+ sources."term-size-2.2.1"
sources."text-table-0.2.0"
sources."thenify-3.3.1"
sources."thenify-all-1.6.0"
sources."through-2.3.8"
+ sources."timed-out-4.0.1"
(sources."tmp-0.2.1" // {
dependencies = [
sources."rimraf-3.0.2"
];
})
+ sources."to-buffer-1.1.1"
(sources."to-object-path-0.3.0" // {
dependencies = [
sources."kind-of-3.2.2"
@@ -102039,20 +104594,25 @@ in
sources."to-readable-stream-1.0.0"
sources."to-regex-3.0.2"
sources."to-regex-range-5.0.1"
+ sources."toidentifier-1.0.0"
sources."tosource-1.0.0"
sources."tough-cookie-2.5.0"
sources."tr46-2.0.2"
sources."traverse-0.4.6"
+ sources."trim-repeated-1.0.0"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
sources."type-check-0.4.0"
sources."type-detect-4.0.8"
sources."type-fest-0.8.1"
+ sources."type-is-1.6.18"
sources."typedarray-0.0.6"
sources."typedarray-to-buffer-3.1.5"
+ sources."unbzip2-stream-1.4.3"
sources."union-value-1.0.1"
sources."unique-string-2.0.0"
sources."universalify-0.1.2"
+ sources."unpipe-1.0.0"
(sources."unset-value-1.0.0" // {
dependencies = [
(sources."has-value-0.3.1" // {
@@ -102061,20 +104621,24 @@ in
];
})
sources."has-values-0.1.4"
+ sources."isobject-3.0.1"
];
})
- sources."upath-1.2.0"
+ sources."upath-2.0.1"
sources."update-notifier-5.0.0"
sources."uri-js-4.4.0"
sources."urix-0.1.0"
sources."url-parse-lax-3.0.0"
+ sources."url-to-options-1.0.1"
sources."use-3.1.1"
sources."util-deprecate-1.0.2"
+ sources."utils-merge-1.0.1"
sources."uuid-3.4.0"
- sources."v8-compile-cache-2.1.1"
+ sources."v8-compile-cache-2.2.0"
+ sources."vary-1.1.2"
sources."verror-1.10.0"
sources."watchpack-1.7.4"
- (sources."watchpack-chokidar2-2.0.0" // {
+ (sources."watchpack-chokidar2-2.0.1" // {
dependencies = [
sources."anymatch-2.0.0"
sources."binary-extensions-1.13.1"
@@ -102087,38 +104651,26 @@ in
sources."is-binary-path-1.0.1"
sources."is-glob-3.1.0"
sources."is-number-3.0.0"
+ sources."isobject-3.0.1"
sources."kind-of-3.2.2"
sources."normalize-path-2.1.1"
- sources."readable-stream-2.3.7"
sources."readdirp-2.2.1"
- sources."safe-buffer-5.1.2"
- sources."string_decoder-1.1.1"
sources."to-regex-range-2.1.1"
+ sources."upath-1.2.0"
];
})
sources."wcwidth-1.0.1"
sources."webidl-conversions-6.1.0"
- sources."whatwg-url-8.2.2"
+ sources."whatwg-url-8.4.0"
sources."when-3.7.7"
sources."which-2.0.2"
sources."which-module-2.0.0"
- (sources."widest-line-3.1.0" // {
- dependencies = [
- sources."ansi-regex-5.0.0"
- sources."emoji-regex-8.0.0"
- sources."is-fullwidth-code-point-3.0.0"
- sources."string-width-4.2.0"
- sources."strip-ansi-6.0.0"
- ];
- })
+ sources."widest-line-3.1.0"
sources."winreg-0.0.12"
sources."word-wrap-1.2.3"
- (sources."wrap-ansi-6.2.0" // {
+ (sources."wrap-ansi-7.0.0" // {
dependencies = [
sources."ansi-regex-5.0.0"
- sources."emoji-regex-8.0.0"
- sources."is-fullwidth-code-point-3.0.0"
- sources."string-width-4.2.0"
sources."strip-ansi-6.0.0"
];
})
@@ -102133,30 +104685,32 @@ in
sources."xdg-basedir-4.0.0"
sources."xml2js-0.4.23"
sources."xmlbuilder-11.0.1"
- sources."y18n-4.0.0"
+ sources."xtend-4.0.2"
+ sources."y18n-5.0.5"
(sources."yargs-15.4.1" // {
dependencies = [
sources."ansi-regex-5.0.0"
- sources."decamelize-1.2.0"
- sources."emoji-regex-8.0.0"
- sources."is-fullwidth-code-point-3.0.0"
- sources."string-width-4.2.0"
- sources."strip-ansi-6.0.0"
- ];
- })
- (sources."yargs-parser-18.1.3" // {
- dependencies = [
sources."camelcase-5.3.1"
+ sources."cliui-6.0.0"
sources."decamelize-1.2.0"
+ sources."strip-ansi-6.0.0"
+ sources."wrap-ansi-6.2.0"
+ sources."y18n-4.0.1"
+ sources."yargs-parser-18.1.3"
];
})
+ sources."yargs-parser-20.2.4"
sources."yauzl-2.10.0"
(sources."zip-dir-1.0.2" // {
dependencies = [
sources."async-1.5.2"
];
})
- sources."zip-stream-4.0.2"
+ (sources."zip-stream-4.0.4" // {
+ dependencies = [
+ sources."readable-stream-3.6.0"
+ ];
+ })
];
buildInputs = globalBuildInputs;
meta = {
@@ -102171,17 +104725,17 @@ in
webpack = nodeEnv.buildNodePackage {
name = "webpack";
packageName = "webpack";
- version = "5.1.3";
+ version = "5.10.0";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack/-/webpack-5.1.3.tgz";
- sha512 = "bNBF5EOpt5a6NeCBFu0+8KJtG61cVmOb2b/a5tPNRLz3OWgDpHMbmnDkaSm3nf/UQ6ufw4PWYGVsVOAi8UfL2A==";
+ url = "https://registry.npmjs.org/webpack/-/webpack-5.10.0.tgz";
+ sha512 = "P0bHAXmIz0zsNcHNLqFmLY1ZtrT+jtBr7FqpuDtA2o7GiHC+zBsfhgK7SmJ1HG7BAEb3G9JoMdSVi7mEDvG3Zg==";
};
dependencies = [
- sources."@types/eslint-7.2.4"
+ sources."@types/eslint-7.2.6"
sources."@types/eslint-scope-3.7.0"
sources."@types/estree-0.0.45"
sources."@types/json-schema-7.0.6"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@webassemblyjs/ast-1.9.0"
sources."@webassemblyjs/floating-point-hex-parser-1.9.0"
sources."@webassemblyjs/helper-api-error-1.9.0"
@@ -102205,13 +104759,14 @@ in
sources."acorn-8.0.4"
sources."ajv-6.12.6"
sources."ajv-keywords-3.5.2"
- sources."browserslist-4.14.5"
+ sources."browserslist-4.15.0"
sources."buffer-from-1.1.1"
- sources."caniuse-lite-1.0.30001148"
+ sources."caniuse-lite-1.0.30001165"
sources."chrome-trace-event-1.0.2"
+ sources."colorette-1.2.1"
sources."commander-2.20.3"
- sources."electron-to-chromium-1.3.582"
- sources."enhanced-resolve-5.2.0"
+ sources."electron-to-chromium-1.3.616"
+ sources."enhanced-resolve-5.4.0"
sources."escalade-3.1.1"
sources."eslint-scope-5.1.1"
(sources."esrecurse-4.3.0" // {
@@ -102223,25 +104778,24 @@ in
sources."events-3.2.0"
sources."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
- sources."find-up-4.1.0"
+ sources."find-up-5.0.0"
sources."glob-to-regexp-0.4.1"
sources."graceful-fs-4.2.4"
sources."has-flag-4.0.0"
- sources."jest-worker-26.5.0"
+ sources."jest-worker-26.6.2"
sources."json-parse-better-errors-1.0.2"
sources."json-schema-traverse-0.4.1"
sources."loader-runner-4.1.0"
- sources."locate-path-5.0.0"
+ sources."locate-path-6.0.0"
sources."merge-stream-2.0.0"
sources."mime-db-1.44.0"
sources."mime-types-2.1.27"
sources."neo-async-2.6.2"
- sources."node-releases-1.1.63"
- sources."p-limit-2.3.0"
- sources."p-locate-4.1.0"
- sources."p-try-2.2.0"
+ sources."node-releases-1.1.67"
+ sources."p-limit-3.1.0"
+ sources."p-locate-5.0.0"
sources."path-exists-4.0.0"
- sources."pkg-dir-4.2.0"
+ sources."pkg-dir-5.0.0"
sources."punycode-2.1.1"
sources."randombytes-2.1.0"
sources."safe-buffer-5.2.1"
@@ -102251,21 +104805,18 @@ in
sources."source-map-0.6.1"
sources."source-map-support-0.5.19"
sources."supports-color-7.2.0"
- sources."tapable-2.0.0"
- (sources."terser-5.3.5" // {
+ sources."tapable-2.2.0"
+ (sources."terser-5.5.1" // {
dependencies = [
sources."source-map-0.7.3"
];
})
- (sources."terser-webpack-plugin-5.0.0" // {
- dependencies = [
- sources."p-limit-3.0.2"
- ];
- })
+ sources."terser-webpack-plugin-5.0.3"
sources."tslib-1.14.1"
sources."uri-js-4.4.0"
- sources."watchpack-2.0.0"
- sources."webpack-sources-2.0.1"
+ sources."watchpack-2.0.1"
+ sources."webpack-sources-2.2.0"
+ sources."yocto-queue-0.1.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -102280,874 +104831,74 @@ in
webpack-cli = nodeEnv.buildNodePackage {
name = "webpack-cli";
packageName = "webpack-cli";
- version = "4.0.0";
+ version = "4.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.0.0.tgz";
- sha512 = "c5NOm8jDp3qWa+Q4pDZTcT5IwPcPXdjU1ejN9e7LojHQN02sjNr4tzLrt5pwkY+zN8pQL40m14JsbC2Dh+ZJ/w==";
+ url = "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.2.0.tgz";
+ sha512 = "EIl3k88vaF4fSxWSgtAQR+VwicfLMTZ9amQtqS4o+TDPW9HGaEpbFBbAZ4A3ZOT5SOnMxNOzROsSTPiE8tBJPA==";
};
dependencies = [
- sources."@babel/code-frame-7.10.4"
- sources."@babel/compat-data-7.12.1"
- sources."@babel/core-7.12.3"
- sources."@babel/generator-7.12.1"
- sources."@babel/helper-annotate-as-pure-7.10.4"
- sources."@babel/helper-builder-binary-assignment-operator-visitor-7.10.4"
- sources."@babel/helper-compilation-targets-7.12.1"
- sources."@babel/helper-create-class-features-plugin-7.12.1"
- sources."@babel/helper-create-regexp-features-plugin-7.12.1"
- sources."@babel/helper-define-map-7.10.5"
- sources."@babel/helper-explode-assignable-expression-7.12.1"
- sources."@babel/helper-function-name-7.10.4"
- sources."@babel/helper-get-function-arity-7.10.4"
- sources."@babel/helper-hoist-variables-7.10.4"
- sources."@babel/helper-member-expression-to-functions-7.12.1"
- sources."@babel/helper-module-imports-7.12.1"
- sources."@babel/helper-module-transforms-7.12.1"
- sources."@babel/helper-optimise-call-expression-7.10.4"
- sources."@babel/helper-plugin-utils-7.10.4"
- sources."@babel/helper-regex-7.10.5"
- sources."@babel/helper-remap-async-to-generator-7.12.1"
- sources."@babel/helper-replace-supers-7.12.1"
- sources."@babel/helper-simple-access-7.12.1"
- sources."@babel/helper-skip-transparent-expression-wrappers-7.12.1"
- sources."@babel/helper-split-export-declaration-7.11.0"
- sources."@babel/helper-validator-identifier-7.10.4"
- sources."@babel/helper-validator-option-7.12.1"
- sources."@babel/helper-wrap-function-7.12.3"
- sources."@babel/helpers-7.12.1"
- sources."@babel/highlight-7.10.4"
- sources."@babel/parser-7.12.3"
- sources."@babel/plugin-proposal-async-generator-functions-7.12.1"
- sources."@babel/plugin-proposal-class-properties-7.12.1"
- sources."@babel/plugin-proposal-dynamic-import-7.12.1"
- sources."@babel/plugin-proposal-export-namespace-from-7.12.1"
- sources."@babel/plugin-proposal-json-strings-7.12.1"
- sources."@babel/plugin-proposal-logical-assignment-operators-7.12.1"
- sources."@babel/plugin-proposal-nullish-coalescing-operator-7.12.1"
- sources."@babel/plugin-proposal-numeric-separator-7.12.1"
- sources."@babel/plugin-proposal-object-rest-spread-7.12.1"
- sources."@babel/plugin-proposal-optional-catch-binding-7.12.1"
- sources."@babel/plugin-proposal-optional-chaining-7.12.1"
- sources."@babel/plugin-proposal-private-methods-7.12.1"
- sources."@babel/plugin-proposal-unicode-property-regex-7.12.1"
- sources."@babel/plugin-syntax-async-generators-7.8.4"
- sources."@babel/plugin-syntax-class-properties-7.12.1"
- sources."@babel/plugin-syntax-dynamic-import-7.8.3"
- sources."@babel/plugin-syntax-export-namespace-from-7.8.3"
- sources."@babel/plugin-syntax-flow-7.12.1"
- sources."@babel/plugin-syntax-json-strings-7.8.3"
- sources."@babel/plugin-syntax-logical-assignment-operators-7.10.4"
- sources."@babel/plugin-syntax-nullish-coalescing-operator-7.8.3"
- sources."@babel/plugin-syntax-numeric-separator-7.10.4"
- sources."@babel/plugin-syntax-object-rest-spread-7.8.3"
- sources."@babel/plugin-syntax-optional-catch-binding-7.8.3"
- sources."@babel/plugin-syntax-optional-chaining-7.8.3"
- sources."@babel/plugin-syntax-top-level-await-7.12.1"
- sources."@babel/plugin-syntax-typescript-7.12.1"
- sources."@babel/plugin-transform-arrow-functions-7.12.1"
- sources."@babel/plugin-transform-async-to-generator-7.12.1"
- sources."@babel/plugin-transform-block-scoped-functions-7.12.1"
- sources."@babel/plugin-transform-block-scoping-7.12.1"
- sources."@babel/plugin-transform-classes-7.12.1"
- sources."@babel/plugin-transform-computed-properties-7.12.1"
- sources."@babel/plugin-transform-destructuring-7.12.1"
- sources."@babel/plugin-transform-dotall-regex-7.12.1"
- sources."@babel/plugin-transform-duplicate-keys-7.12.1"
- sources."@babel/plugin-transform-exponentiation-operator-7.12.1"
- sources."@babel/plugin-transform-flow-strip-types-7.12.1"
- sources."@babel/plugin-transform-for-of-7.12.1"
- sources."@babel/plugin-transform-function-name-7.12.1"
- sources."@babel/plugin-transform-literals-7.12.1"
- sources."@babel/plugin-transform-member-expression-literals-7.12.1"
- sources."@babel/plugin-transform-modules-amd-7.12.1"
- sources."@babel/plugin-transform-modules-commonjs-7.12.1"
- sources."@babel/plugin-transform-modules-systemjs-7.12.1"
- sources."@babel/plugin-transform-modules-umd-7.12.1"
- sources."@babel/plugin-transform-named-capturing-groups-regex-7.12.1"
- sources."@babel/plugin-transform-new-target-7.12.1"
- sources."@babel/plugin-transform-object-super-7.12.1"
- sources."@babel/plugin-transform-parameters-7.12.1"
- sources."@babel/plugin-transform-property-literals-7.12.1"
- sources."@babel/plugin-transform-regenerator-7.12.1"
- sources."@babel/plugin-transform-reserved-words-7.12.1"
- sources."@babel/plugin-transform-shorthand-properties-7.12.1"
- sources."@babel/plugin-transform-spread-7.12.1"
- sources."@babel/plugin-transform-sticky-regex-7.12.1"
- sources."@babel/plugin-transform-template-literals-7.12.1"
- sources."@babel/plugin-transform-typeof-symbol-7.12.1"
- sources."@babel/plugin-transform-typescript-7.12.1"
- sources."@babel/plugin-transform-unicode-escapes-7.12.1"
- sources."@babel/plugin-transform-unicode-regex-7.12.1"
- sources."@babel/preset-env-7.12.1"
- sources."@babel/preset-flow-7.12.1"
- sources."@babel/preset-modules-0.1.4"
- sources."@babel/preset-typescript-7.12.1"
- sources."@babel/register-7.12.1"
- sources."@babel/runtime-7.12.1"
- sources."@babel/template-7.10.4"
- sources."@babel/traverse-7.12.1"
- sources."@babel/types-7.12.1"
- sources."@mrmlnc/readdir-enhanced-2.2.1"
- sources."@nodelib/fs.stat-1.1.3"
- sources."@sindresorhus/is-2.1.1"
- sources."@szmarczak/http-timer-4.0.5"
- sources."@types/cacheable-request-6.0.1"
- sources."@types/glob-7.1.3"
- sources."@types/http-cache-semantics-4.0.0"
- sources."@types/keyv-3.1.1"
- sources."@types/minimatch-3.0.3"
- sources."@types/node-14.11.10"
- sources."@types/normalize-package-data-2.4.0"
- sources."@types/responselike-1.0.0"
- sources."@webpack-cli/generators-1.0.1"
- sources."@webpack-cli/info-1.0.1"
- sources."@webpack-cli/init-1.0.1"
- sources."@webpack-cli/serve-1.0.1"
- (sources."@webpack-cli/utils-1.0.1" // {
- dependencies = [
- sources."cross-spawn-7.0.3"
- sources."get-stream-5.2.0"
- sources."got-10.7.0"
- sources."lowercase-keys-2.0.0"
- sources."path-key-3.1.1"
- sources."shebang-command-2.0.0"
- sources."shebang-regex-3.0.0"
- sources."type-fest-0.10.0"
- sources."which-2.0.2"
- ];
- })
- sources."@webpack-cli/webpack-scaffold-1.0.1"
- sources."JSONStream-1.3.5"
- sources."ajv-6.12.6"
+ sources."@webpack-cli/info-1.1.0"
+ sources."@webpack-cli/serve-1.1.0"
sources."ansi-colors-4.1.1"
- (sources."ansi-escapes-4.3.1" // {
- dependencies = [
- sources."type-fest-0.11.0"
- ];
- })
- sources."ansi-regex-5.0.0"
sources."ansi-styles-3.2.1"
- sources."arr-diff-4.0.0"
- sources."arr-flatten-1.1.0"
- sources."arr-union-3.1.0"
sources."array-back-4.0.1"
- sources."array-differ-3.0.0"
- sources."array-union-1.0.2"
- sources."array-uniq-1.0.3"
- sources."array-unique-0.3.2"
- sources."arrify-2.0.1"
- sources."asn1-0.2.4"
- sources."assert-plus-1.0.0"
- sources."assign-symbols-1.0.0"
- sources."ast-types-0.13.3"
- sources."async-2.6.3"
- sources."asynckit-0.4.0"
- sources."atob-2.1.2"
- sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
- (sources."axios-0.18.1" // {
- dependencies = [
- sources."is-buffer-2.0.4"
- ];
- })
- sources."babel-core-7.0.0-bridge.0"
- sources."babel-plugin-dynamic-import-node-2.3.3"
- sources."balanced-match-1.0.0"
- (sources."base-0.11.2" // {
- dependencies = [
- sources."define-property-1.0.0"
- ];
- })
- sources."bcrypt-pbkdf-1.0.2"
- sources."binaryextensions-2.3.0"
- sources."brace-expansion-1.1.11"
- (sources."braces-2.3.2" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."browserslist-4.14.5"
- sources."buffer-from-1.1.1"
- sources."cache-base-1.0.1"
- sources."cacheable-lookup-2.0.1"
- (sources."cacheable-request-7.0.1" // {
- dependencies = [
- sources."get-stream-5.2.0"
- sources."lowercase-keys-2.0.0"
- ];
- })
- sources."call-me-maybe-1.0.1"
- sources."caniuse-lite-1.0.30001148"
- sources."capture-stack-trace-1.0.1"
- sources."caseless-0.12.0"
sources."chalk-2.4.2"
- sources."chardet-0.7.0"
- (sources."class-utils-0.3.6" // {
- dependencies = [
- sources."define-property-0.2.5"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- ];
- })
- sources."cli-cursor-3.1.0"
- (sources."cli-table-0.3.1" // {
- dependencies = [
- sources."colors-1.0.3"
- ];
- })
- sources."cli-width-3.0.0"
- sources."clone-2.1.2"
- sources."clone-buffer-1.0.0"
- sources."clone-deep-4.0.1"
- (sources."clone-response-1.0.2" // {
- dependencies = [
- sources."mimic-response-1.0.1"
- ];
- })
- sources."clone-stats-1.0.0"
- sources."cloneable-readable-1.1.3"
- sources."collection-visit-1.0.0"
sources."color-convert-1.9.3"
sources."color-name-1.1.3"
sources."colorette-1.2.1"
- sources."colors-1.4.0"
- sources."combined-stream-1.0.8"
- sources."command-line-usage-6.1.0"
- sources."commander-6.1.0"
- sources."commondir-1.0.1"
- sources."component-emitter-1.3.0"
- sources."concat-map-0.0.1"
- sources."convert-source-map-1.7.0"
- sources."copy-descriptor-0.1.1"
- (sources."core-js-compat-3.6.5" // {
- dependencies = [
- sources."semver-7.0.0"
- ];
- })
- sources."core-util-is-1.0.2"
- sources."create-error-class-3.0.2"
- sources."cross-spawn-6.0.5"
- sources."dargs-6.1.0"
- sources."dashdash-1.14.1"
- sources."dateformat-3.0.3"
- sources."debug-4.3.0"
- sources."decode-uri-component-0.2.0"
- sources."decompress-response-5.0.0"
+ sources."command-line-usage-6.1.1"
+ sources."commander-6.2.0"
+ sources."cross-spawn-7.0.3"
sources."deep-extend-0.6.0"
- sources."defer-to-connect-2.0.0"
- sources."define-properties-1.1.3"
- sources."define-property-2.0.2"
- sources."delayed-stream-1.0.0"
- sources."detect-file-1.0.0"
- sources."diff-4.0.2"
- sources."dir-glob-2.2.2"
- sources."download-stats-0.3.4"
- sources."duplexer3-0.1.4"
- sources."ecc-jsbn-0.1.2"
- (sources."editions-2.3.1" // {
- dependencies = [
- sources."semver-6.3.0"
- ];
- })
- sources."ejs-3.1.5"
- sources."electron-to-chromium-1.3.582"
- sources."emoji-regex-8.0.0"
sources."end-of-stream-1.4.4"
sources."enquirer-2.3.6"
sources."envinfo-7.7.3"
- sources."errlop-2.2.0"
- sources."error-7.2.1"
- sources."error-ex-1.3.2"
- sources."es-abstract-1.18.0-next.1"
- sources."es-to-primitive-1.2.1"
- sources."escalade-3.1.1"
sources."escape-string-regexp-1.0.5"
- sources."esprima-4.0.1"
- sources."esutils-2.0.3"
- (sources."execa-4.0.3" // {
- dependencies = [
- sources."cross-spawn-7.0.3"
- sources."get-stream-5.2.0"
- sources."is-stream-2.0.0"
- sources."path-key-3.1.1"
- sources."shebang-command-2.0.0"
- sources."shebang-regex-3.0.0"
- sources."which-2.0.2"
- ];
- })
- (sources."expand-brackets-2.1.4" // {
- dependencies = [
- sources."debug-2.6.9"
- sources."define-property-0.2.5"
- sources."extend-shallow-2.0.1"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- sources."ms-2.0.0"
- ];
- })
- sources."expand-tilde-2.0.2"
- sources."extend-3.0.2"
- (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-json-stable-stringify-2.1.0"
- sources."figures-3.2.0"
- sources."filelist-1.0.1"
- (sources."fill-range-4.0.0" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."find-cache-dir-2.1.0"
- sources."find-up-3.0.0"
- (sources."findup-sync-4.0.0" // {
- dependencies = [
- sources."braces-3.0.2"
- sources."fill-range-7.0.1"
- sources."is-number-7.0.0"
- sources."micromatch-4.0.2"
- sources."to-regex-range-5.0.1"
- ];
- })
- sources."first-chunk-stream-2.0.0"
- sources."flow-parser-0.136.0"
- (sources."follow-redirects-1.5.10" // {
- dependencies = [
- sources."debug-3.1.0"
- sources."ms-2.0.0"
- ];
- })
- sources."for-in-1.0.2"
- sources."forever-agent-0.6.1"
- sources."form-data-2.3.3"
- sources."fragment-cache-0.2.1"
- sources."fs.realpath-1.0.0"
+ sources."execa-4.1.0"
+ sources."find-up-4.1.0"
sources."function-bind-1.1.1"
- sources."gensync-1.0.0-beta.1"
- sources."get-stream-3.0.0"
- sources."get-value-2.0.6"
- sources."getpass-0.1.7"
- sources."gh-got-5.0.0"
- sources."github-username-3.0.0"
- sources."glob-7.1.6"
- (sources."glob-parent-3.1.0" // {
- dependencies = [
- sources."is-glob-3.1.0"
- ];
- })
- sources."glob-to-regexp-0.3.0"
- (sources."global-modules-2.0.0" // {
- dependencies = [
- sources."global-prefix-3.0.0"
- ];
- })
- sources."global-prefix-1.0.2"
- sources."globals-11.12.0"
- sources."globby-9.2.0"
- sources."got-6.7.1"
- sources."graceful-fs-4.2.4"
- sources."grouped-queue-1.1.0"
- sources."har-schema-2.0.0"
- sources."har-validator-5.1.5"
+ sources."get-stream-5.2.0"
sources."has-1.0.3"
sources."has-flag-3.0.0"
- sources."has-symbols-1.0.1"
- sources."has-value-1.0.0"
- (sources."has-values-1.0.0" // {
- dependencies = [
- sources."kind-of-4.0.0"
- ];
- })
- sources."homedir-polyfill-1.0.3"
- sources."hosted-git-info-2.8.8"
- sources."http-cache-semantics-4.1.0"
- sources."http-signature-1.2.0"
sources."human-signals-1.1.1"
- sources."iconv-lite-0.4.24"
- sources."ignore-4.0.6"
- (sources."import-local-3.0.2" // {
- dependencies = [
- sources."find-up-4.1.0"
- sources."locate-path-5.0.0"
- sources."p-locate-4.1.0"
- sources."path-exists-4.0.0"
- sources."pkg-dir-4.2.0"
- ];
- })
- sources."imurmurhash-0.1.4"
- sources."inflight-1.0.6"
- sources."inherits-2.0.4"
- sources."ini-1.3.5"
- (sources."inquirer-7.3.3" // {
- dependencies = [
- sources."ansi-styles-4.3.0"
- sources."chalk-4.1.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."strip-ansi-6.0.0"
- sources."supports-color-7.2.0"
- ];
- })
+ sources."import-local-3.0.2"
sources."interpret-2.2.0"
- sources."is-accessor-descriptor-1.0.0"
- sources."is-arrayish-0.2.1"
- sources."is-buffer-1.1.6"
- sources."is-callable-1.2.2"
- sources."is-data-descriptor-1.0.0"
- sources."is-date-object-1.0.2"
- sources."is-descriptor-1.0.2"
- sources."is-extendable-0.1.1"
- sources."is-extglob-2.1.1"
- sources."is-fullwidth-code-point-3.0.0"
- sources."is-glob-4.0.1"
- sources."is-negative-zero-2.0.0"
- (sources."is-number-3.0.0" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-plain-obj-1.1.0"
- sources."is-plain-object-2.0.4"
- sources."is-redirect-1.0.0"
- sources."is-regex-1.1.1"
- sources."is-retry-allowed-1.2.0"
- sources."is-scoped-1.0.0"
- sources."is-stream-1.1.0"
- sources."is-symbol-1.0.3"
- sources."is-typedarray-1.0.0"
- sources."is-utf8-0.2.1"
- sources."is-windows-1.0.2"
- sources."isarray-1.0.0"
- sources."isbinaryfile-4.0.6"
+ sources."is-core-module-2.2.0"
+ sources."is-stream-2.0.0"
sources."isexe-2.0.0"
- sources."isobject-3.0.1"
- sources."isstream-0.1.2"
- sources."istextorbinary-2.6.0"
- (sources."jake-10.8.2" // {
- dependencies = [
- sources."async-0.9.2"
- ];
- })
- sources."js-tokens-4.0.0"
- sources."jsbn-0.1.1"
- sources."jscodeshift-0.7.1"
- sources."jsesc-2.5.2"
- sources."json-buffer-3.0.1"
- sources."json-parse-even-better-errors-2.3.1"
- sources."json-schema-0.2.3"
- sources."json-schema-traverse-0.4.1"
- sources."json-stringify-safe-5.0.1"
- sources."json5-2.1.3"
- sources."jsonparse-1.3.1"
- sources."jsprim-1.4.1"
- sources."keyv-4.0.3"
- sources."kind-of-6.0.3"
- sources."lazy-cache-2.0.2"
- sources."lines-and-columns-1.1.6"
- sources."locate-path-3.0.0"
+ sources."leven-3.1.0"
+ sources."locate-path-5.0.0"
sources."lodash-4.17.20"
- (sources."log-symbols-4.0.0" // {
- dependencies = [
- sources."ansi-styles-4.3.0"
- sources."chalk-4.1.0"
- sources."color-convert-2.0.1"
- sources."color-name-1.1.4"
- sources."has-flag-4.0.0"
- sources."supports-color-7.2.0"
- ];
- })
- sources."lowercase-keys-1.0.1"
- sources."make-dir-2.1.0"
- sources."map-cache-0.2.2"
- sources."map-visit-1.0.0"
- sources."mem-fs-1.2.0"
- (sources."mem-fs-editor-7.0.1" // {
- dependencies = [
- sources."rimraf-3.0.2"
- ];
- })
sources."merge-stream-2.0.0"
- sources."merge2-1.4.1"
- sources."micromatch-3.1.10"
- sources."mime-db-1.44.0"
- sources."mime-types-2.1.27"
sources."mimic-fn-2.1.0"
- sources."mimic-response-2.1.0"
- sources."minimatch-3.0.4"
- sources."minimist-1.2.5"
- (sources."mixin-deep-1.3.2" // {
- dependencies = [
- sources."is-extendable-1.0.1"
- ];
- })
- sources."mkdirp-1.0.4"
- sources."moment-2.29.1"
- sources."ms-2.1.2"
- (sources."multimatch-4.0.0" // {
- dependencies = [
- sources."array-union-2.1.0"
- ];
- })
- sources."mute-stream-0.0.8"
- sources."nanomatch-1.2.13"
- sources."neo-async-2.6.2"
- sources."nice-try-1.0.5"
- sources."node-dir-0.1.17"
- sources."node-modules-regexp-1.0.0"
- sources."node-releases-1.1.63"
- sources."normalize-package-data-2.5.0"
- sources."normalize-url-4.5.0"
- sources."npm-api-1.0.0"
- (sources."npm-run-path-4.0.1" // {
- dependencies = [
- sources."path-key-3.1.1"
- ];
- })
- sources."oauth-sign-0.9.0"
- (sources."object-copy-0.1.0" // {
- dependencies = [
- sources."define-property-0.2.5"
- sources."is-accessor-descriptor-0.1.6"
- sources."is-data-descriptor-0.1.4"
- (sources."is-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-5.1.0"
- ];
- })
- sources."kind-of-3.2.2"
- ];
- })
- sources."object-inspect-1.8.0"
- sources."object-keys-1.1.1"
- sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
- sources."object.pick-1.3.0"
+ sources."npm-run-path-4.0.1"
sources."once-1.4.0"
sources."onetime-5.1.2"
- sources."os-tmpdir-1.0.2"
- sources."p-cancelable-2.0.0"
- sources."p-each-series-2.1.0"
- sources."p-event-4.2.0"
- sources."p-finally-1.0.0"
sources."p-limit-2.3.0"
- sources."p-locate-3.0.0"
- sources."p-timeout-3.2.0"
+ sources."p-locate-4.1.0"
sources."p-try-2.2.0"
- sources."paged-request-2.0.1"
- sources."parse-json-5.1.0"
- sources."parse-passwd-1.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-key-2.0.1"
+ sources."path-exists-4.0.0"
+ sources."path-key-3.1.1"
sources."path-parse-1.0.6"
- (sources."path-type-3.0.0" // {
- dependencies = [
- sources."pify-3.0.0"
- ];
- })
- sources."performance-now-2.1.0"
- sources."picomatch-2.2.2"
- sources."pify-4.0.1"
- sources."pirates-4.0.1"
- sources."pkg-dir-3.0.0"
- sources."posix-character-classes-0.1.1"
- sources."prepend-http-1.0.4"
- sources."pretty-bytes-5.4.1"
- sources."prettyjson-1.2.1"
- sources."private-0.1.8"
- sources."process-nextick-args-2.0.1"
- sources."psl-1.8.0"
+ sources."pkg-dir-4.2.0"
sources."pump-3.0.0"
- sources."punycode-2.1.1"
- sources."qs-6.5.2"
- sources."read-chunk-3.2.0"
- sources."read-pkg-5.2.0"
- sources."read-pkg-up-5.0.0"
- sources."readable-stream-2.3.7"
- (sources."recast-0.18.10" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
sources."rechoir-0.7.0"
sources."reduce-flatten-2.0.0"
- sources."regenerate-1.4.1"
- sources."regenerate-unicode-properties-8.2.0"
- sources."regenerator-runtime-0.13.7"
- sources."regenerator-transform-0.14.5"
- sources."regex-not-1.0.2"
- sources."regexpu-core-4.7.1"
- sources."regjsgen-0.5.2"
- (sources."regjsparser-0.6.4" // {
- dependencies = [
- sources."jsesc-0.5.0"
- ];
- })
- sources."remove-trailing-separator-1.1.0"
- sources."repeat-element-1.1.3"
- sources."repeat-string-1.6.1"
- sources."replace-ext-1.0.1"
- sources."request-2.88.2"
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-cwd-3.0.0"
- (sources."resolve-dir-1.0.1" // {
- dependencies = [
- sources."global-modules-1.0.0"
- ];
- })
sources."resolve-from-5.0.0"
- sources."resolve-url-0.2.1"
- (sources."responselike-2.0.0" // {
- dependencies = [
- sources."lowercase-keys-2.0.0"
- ];
- })
- sources."restore-cursor-3.1.0"
- sources."ret-0.1.15"
- sources."rimraf-2.6.3"
- sources."run-async-2.4.1"
- sources."rxjs-6.6.3"
- sources."safe-buffer-5.1.2"
- sources."safe-regex-1.1.0"
- sources."safer-buffer-2.1.2"
- sources."scoped-regex-1.0.0"
- sources."semver-5.7.1"
- sources."set-getter-0.1.0"
- (sources."set-value-2.0.1" // {
- dependencies = [
- sources."extend-shallow-2.0.1"
- ];
- })
- sources."shallow-clone-3.0.1"
- sources."shebang-command-1.2.0"
- sources."shebang-regex-1.0.0"
- (sources."shelljs-0.8.4" // {
- dependencies = [
- sources."interpret-1.4.0"
- sources."rechoir-0.6.2"
- ];
- })
+ sources."shebang-command-2.0.0"
+ sources."shebang-regex-3.0.0"
sources."signal-exit-3.0.3"
- sources."slash-2.0.0"
- (sources."snapdragon-0.8.2" // {
- dependencies = [
- sources."debug-2.6.9"
- sources."define-property-0.2.5"
- sources."extend-shallow-2.0.1"
- (sources."is-accessor-descriptor-0.1.6" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- (sources."is-data-descriptor-0.1.4" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."is-descriptor-0.1.6"
- sources."kind-of-5.1.0"
- sources."ms-2.0.0"
- ];
- })
- (sources."snapdragon-node-2.1.1" // {
- dependencies = [
- sources."define-property-1.0.0"
- ];
- })
- (sources."snapdragon-util-3.0.1" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."source-map-0.5.7"
- sources."source-map-resolve-0.5.3"
- (sources."source-map-support-0.5.19" // {
- dependencies = [
- sources."source-map-0.6.1"
- ];
- })
- sources."source-map-url-0.4.0"
- sources."spdx-correct-3.1.1"
- sources."spdx-exceptions-2.3.0"
- sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
- sources."split-string-3.1.0"
- sources."sshpk-1.16.1"
- (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-template-0.2.1"
- (sources."string-width-4.2.0" // {
- dependencies = [
- sources."strip-ansi-6.0.0"
- ];
- })
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- sources."string_decoder-1.1.1"
- (sources."strip-ansi-4.0.0" // {
- dependencies = [
- sources."ansi-regex-3.0.0"
- ];
- })
- sources."strip-bom-2.0.0"
- sources."strip-bom-buf-1.0.0"
- sources."strip-bom-stream-2.0.0"
sources."strip-final-newline-2.0.0"
sources."supports-color-5.5.0"
sources."table-layout-1.0.1"
- sources."temp-0.8.4"
- sources."text-table-0.2.0"
- sources."textextensions-2.6.0"
- sources."through-2.3.8"
- sources."through2-3.0.2"
- sources."timed-out-4.0.1"
- sources."tmp-0.0.33"
- sources."to-fast-properties-2.0.0"
- (sources."to-object-path-0.3.0" // {
- dependencies = [
- sources."kind-of-3.2.2"
- ];
- })
- sources."to-readable-stream-2.1.0"
- sources."to-regex-3.0.2"
- sources."to-regex-range-2.1.1"
- sources."tough-cookie-2.5.0"
- sources."tslib-1.14.1"
- sources."tunnel-agent-0.6.0"
- sources."tweetnacl-0.14.5"
- sources."type-fest-0.6.0"
sources."typical-5.2.0"
- sources."unicode-canonical-property-names-ecmascript-1.0.4"
- sources."unicode-match-property-ecmascript-1.0.4"
- sources."unicode-match-property-value-ecmascript-1.2.0"
- sources."unicode-property-aliases-ecmascript-1.1.0"
- sources."union-value-1.0.1"
- (sources."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."untildify-3.0.3"
- sources."unzip-response-2.0.1"
- sources."uri-js-4.4.0"
- 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.1.1"
- sources."validate-npm-package-license-3.0.4"
- sources."verror-1.10.0"
- sources."vinyl-2.2.1"
- (sources."vinyl-file-3.0.0" // {
- dependencies = [
- sources."pify-2.3.0"
- ];
- })
+ sources."v8-compile-cache-2.2.0"
sources."webpack-merge-4.2.2"
- sources."which-1.3.1"
- sources."with-open-file-0.1.7"
+ sources."which-2.0.2"
sources."wordwrapjs-4.0.0"
sources."wrappy-1.0.2"
- sources."write-file-atomic-2.4.3"
- (sources."yeoman-environment-2.10.3" // {
- dependencies = [
- sources."arrify-1.0.1"
- sources."debug-3.2.6"
- sources."diff-3.5.0"
- sources."dir-glob-2.0.0"
- sources."ejs-2.7.4"
- sources."globby-8.0.2"
- sources."ignore-3.3.10"
- sources."log-symbols-2.2.0"
- (sources."mem-fs-editor-6.0.0" // {
- dependencies = [
- sources."dir-glob-2.2.2"
- sources."globby-9.2.0"
- sources."ignore-4.0.6"
- sources."pify-4.0.1"
- sources."slash-2.0.0"
- ];
- })
- sources."mkdirp-0.5.5"
- sources."pify-3.0.0"
- sources."semver-7.3.2"
- sources."slash-1.0.0"
- ];
- })
- (sources."yeoman-generator-4.12.0" // {
- dependencies = [
- (sources."make-dir-3.1.0" // {
- dependencies = [
- sources."semver-6.3.0"
- ];
- })
- sources."semver-7.3.2"
- ];
- })
];
buildInputs = globalBuildInputs;
meta = {
@@ -103170,7 +104921,7 @@ in
dependencies = [
sources."@types/glob-7.1.3"
sources."@types/minimatch-3.0.3"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."accepts-1.3.7"
sources."ajv-6.12.6"
sources."ajv-errors-1.0.1"
@@ -103222,6 +104973,7 @@ in
sources."buffer-indexof-1.1.1"
sources."bytes-3.0.0"
sources."cache-base-1.0.1"
+ sources."call-bind-1.0.0"
sources."camelcase-5.3.1"
sources."chokidar-2.1.8"
(sources."class-utils-0.3.6" // {
@@ -103275,7 +105027,7 @@ in
sources."semver-5.7.1"
];
})
- (sources."debug-4.3.0" // {
+ (sources."debug-4.3.1" // {
dependencies = [
sources."ms-2.1.2"
];
@@ -103298,7 +105050,7 @@ in
sources."encodeurl-1.0.2"
sources."end-of-stream-1.4.4"
sources."errno-0.1.7"
- sources."es-abstract-1.18.0-next.1"
+ sources."es-abstract-1.17.7"
sources."es-to-primitive-1.2.1"
sources."escape-html-1.0.3"
sources."etag-1.8.1"
@@ -103365,6 +105117,7 @@ in
sources."fsevents-1.2.13"
sources."function-bind-1.1.1"
sources."get-caller-file-2.0.5"
+ sources."get-intrinsic-1.0.1"
sources."get-stream-4.1.0"
sources."get-value-2.0.6"
sources."glob-7.1.6"
@@ -103409,7 +105162,7 @@ in
sources."ipaddr.js-1.9.1"
sources."is-absolute-url-3.0.3"
sources."is-accessor-descriptor-1.0.0"
- sources."is-arguments-1.0.4"
+ sources."is-arguments-1.1.0"
sources."is-binary-path-1.0.1"
sources."is-buffer-1.1.6"
sources."is-callable-1.2.2"
@@ -103420,7 +105173,6 @@ in
sources."is-extglob-2.1.1"
sources."is-fullwidth-code-point-2.0.0"
sources."is-glob-4.0.1"
- sources."is-negative-zero-2.0.0"
(sources."is-number-3.0.0" // {
dependencies = [
sources."kind-of-3.2.2"
@@ -103444,7 +105196,7 @@ in
sources."kind-of-6.0.3"
sources."locate-path-3.0.0"
sources."lodash-4.17.20"
- sources."loglevel-1.7.0"
+ sources."loglevel-1.7.1"
sources."map-cache-0.2.2"
sources."map-visit-1.0.0"
sources."media-typer-0.3.0"
@@ -103484,11 +105236,11 @@ in
sources."kind-of-3.2.2"
];
})
- sources."object-inspect-1.8.0"
- sources."object-is-1.1.3"
+ sources."object-inspect-1.9.0"
+ sources."object-is-1.1.4"
sources."object-keys-1.1.1"
sources."object-visit-1.0.1"
- sources."object.assign-4.1.1"
+ sources."object.assign-4.1.2"
sources."object.pick-1.3.0"
sources."obuf-1.1.2"
sources."on-finished-2.3.0"
@@ -103516,7 +105268,7 @@ in
sources."pkg-dir-3.0.0"
(sources."portfinder-1.0.28" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."ms-2.1.2"
];
})
@@ -103542,11 +105294,7 @@ in
})
sources."readdirp-2.2.1"
sources."regex-not-1.0.2"
- (sources."regexp.prototype.flags-1.3.0" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."regexp.prototype.flags-1.3.0"
sources."remove-trailing-separator-1.1.0"
sources."repeat-element-1.1.3"
sources."repeat-string-1.6.1"
@@ -103629,7 +105377,7 @@ in
sources."sockjs-0.3.20"
(sources."sockjs-client-1.4.0" // {
dependencies = [
- sources."debug-3.2.6"
+ sources."debug-3.2.7"
sources."faye-websocket-0.11.3"
sources."ms-2.1.2"
];
@@ -103668,16 +105416,8 @@ in
sources."strip-ansi-5.2.0"
];
})
- (sources."string.prototype.trimend-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
- (sources."string.prototype.trimstart-1.0.1" // {
- dependencies = [
- sources."es-abstract-1.17.7"
- ];
- })
+ sources."string.prototype.trimend-1.0.3"
+ sources."string.prototype.trimstart-1.0.3"
(sources."string_decoder-1.1.1" // {
dependencies = [
sources."safe-buffer-5.1.2"
@@ -103745,7 +105485,7 @@ in
})
sources."wrappy-1.0.2"
sources."ws-6.2.1"
- sources."y18n-4.0.0"
+ sources."y18n-4.0.1"
sources."yargs-13.3.2"
sources."yargs-parser-13.1.2"
];
@@ -103762,10 +105502,10 @@ in
copy-webpack-plugin = nodeEnv.buildNodePackage {
name = "copy-webpack-plugin";
packageName = "copy-webpack-plugin";
- version = "6.2.1";
+ version = "6.3.2";
src = fetchurl {
- url = "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.2.1.tgz";
- sha512 = "VH2ZTMIBsx4p++Lmpg77adZ0KUyM5gFR/9cuTrbneNnJlcQXUFvsNariPqq2dq2kV3F2skHiDGPQCyKWy1+U0Q==";
+ url = "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.3.2.tgz";
+ sha512 = "MgJ1uouLIbDg4ST1GzqrGQyKoXY5iPqi6fghFqarijam7FQcBa/r6Rg0VkoIuzx75Xq8iAMghyOueMkWUQ5OaA==";
};
dependencies = [
sources."@nodelib/fs.scandir-2.1.3"
@@ -103791,7 +105531,7 @@ in
sources."fast-deep-equal-3.1.3"
sources."fast-glob-3.2.4"
sources."fast-json-stable-stringify-2.1.0"
- sources."fastq-1.8.0"
+ sources."fastq-1.9.0"
sources."fill-range-7.0.1"
sources."find-cache-dir-3.3.1"
sources."find-up-4.1.0"
@@ -103827,7 +105567,7 @@ in
sources."mkdirp-1.0.4"
sources."normalize-path-3.0.0"
sources."once-1.4.0"
- sources."p-limit-3.0.2"
+ sources."p-limit-3.1.0"
(sources."p-locate-4.1.0" // {
dependencies = [
sources."p-limit-2.3.0"
@@ -103845,7 +105585,7 @@ in
sources."randombytes-2.1.0"
sources."reusify-1.0.4"
sources."rimraf-3.0.2"
- sources."run-parallel-1.1.9"
+ sources."run-parallel-1.1.10"
sources."safe-buffer-5.2.1"
sources."schema-utils-3.0.0"
sources."semver-6.3.0"
@@ -103862,6 +105602,7 @@ in
sources."webpack-sources-1.4.3"
sources."wrappy-1.0.2"
sources."yallist-4.0.0"
+ sources."yocto-queue-0.1.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -103876,10 +105617,10 @@ in
webtorrent-cli = nodeEnv.buildNodePackage {
name = "webtorrent-cli";
packageName = "webtorrent-cli";
- version = "3.0.7";
+ version = "3.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/webtorrent-cli/-/webtorrent-cli-3.0.7.tgz";
- sha512 = "7psSgPvy+nL4hQ8zIv1RW1pdFZVrxB6jHnIEwmDU6xP6zst/t5pgerrdnZerzgQBzlGjpRQQ9fQtZoHxK7zgtw==";
+ url = "https://registry.npmjs.org/webtorrent-cli/-/webtorrent-cli-3.2.1.tgz";
+ sha512 = "DHUtDymD5ZGv/h35FY4n9YdlHoNOy07X7ibexi+19AL/+MFdGuIIQEEnJQT/wA05mrzR6ubeJmcLXXqZISwLFQ==";
};
dependencies = [
sources."@protobufjs/aspromise-1.1.2"
@@ -103893,55 +105634,64 @@ in
sources."@protobufjs/pool-1.1.0"
sources."@protobufjs/utf8-1.1.0"
sources."@types/long-4.0.1"
- sources."@types/node-13.13.26"
+ sources."@types/node-13.13.34"
sources."addr-to-ip-port-1.5.1"
sources."airplay-js-0.3.0"
sources."balanced-match-1.0.0"
+ sources."base64-js-1.5.1"
sources."bencode-2.0.1"
+ sources."bep53-range-1.1.0"
sources."binary-search-1.3.6"
- sources."bitfield-3.0.0"
+ sources."bitfield-4.0.0"
(sources."bittorrent-dht-10.0.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
+ sources."ms-2.1.2"
+ ];
+ })
+ (sources."bittorrent-lsd-1.1.0" // {
+ dependencies = [
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
sources."bittorrent-peerid-1.3.3"
- (sources."bittorrent-protocol-3.1.1" // {
+ (sources."bittorrent-protocol-3.2.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
(sources."bittorrent-tracker-9.15.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."decompress-response-6.0.0"
sources."mimic-response-3.1.0"
sources."ms-2.1.2"
sources."simple-get-4.0.0"
];
})
- sources."blob-to-buffer-1.2.8"
+ sources."blob-to-buffer-1.2.9"
sources."block-stream2-2.0.0"
sources."bn.js-5.1.3"
sources."brace-expansion-1.1.11"
sources."browserify-package-json-1.0.1"
+ sources."buffer-6.0.3"
sources."buffer-alloc-1.2.0"
sources."buffer-alloc-unsafe-1.1.0"
sources."buffer-fill-1.0.0"
sources."buffer-from-1.1.1"
sources."buffer-indexof-1.1.1"
- sources."bufferutil-4.0.1"
+ sources."bufferutil-4.0.2"
(sources."castv2-0.1.10" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
sources."castv2-client-1.2.0"
sources."charset-1.0.1"
- sources."chrome-dgram-3.0.5"
+ sources."chrome-dgram-3.0.6"
sources."chrome-dns-1.0.1"
sources."chrome-net-3.3.4"
(sources."chromecasts-1.9.1" // {
@@ -103976,6 +105726,7 @@ in
sources."ee-first-1.1.1"
sources."elementtree-0.1.7"
sources."end-of-stream-1.4.1"
+ sources."err-code-2.0.3"
sources."escape-html-1.0.3"
sources."executable-4.1.1"
sources."filestream-5.0.0"
@@ -103986,17 +105737,18 @@ in
];
})
sources."fs.realpath-1.0.0"
- sources."get-browser-rtc-1.0.2"
+ sources."get-browser-rtc-1.1.0"
sources."get-stdin-7.0.0"
sources."glob-7.1.6"
sources."he-1.2.0"
sources."http-node-git://github.com/feross/http-node#webtorrent"
sources."http-parser-js-0.4.13"
- sources."immediate-chunk-store-2.1.0"
+ sources."ieee754-1.2.1"
+ sources."immediate-chunk-store-2.1.1"
sources."inflight-1.0.6"
sources."inherits-2.0.4"
sources."ip-1.1.5"
- sources."ip-set-1.0.2"
+ sources."ip-set-2.1.0"
sources."ipaddr.js-2.0.0"
sources."is-ascii-1.0.0"
sources."is-docker-2.1.1"
@@ -104009,19 +105761,19 @@ in
sources."k-rpc-5.1.0"
sources."k-rpc-socket-1.11.1"
sources."last-one-wins-1.0.4"
- (sources."load-ip-set-2.1.0" // {
+ (sources."load-ip-set-2.1.2" // {
dependencies = [
- sources."decompress-response-4.2.1"
- sources."mimic-response-2.1.0"
- sources."simple-get-3.1.0"
+ sources."decompress-response-6.0.0"
+ sources."mimic-response-3.1.0"
+ sources."simple-get-4.0.0"
];
})
sources."long-4.0.0"
sources."lru-3.1.0"
- sources."magnet-uri-5.3.0"
+ sources."magnet-uri-5.4.0"
sources."mdns-js-0.5.0"
sources."mdns-js-packet-0.2.0"
- sources."mediasource-2.3.0"
+ sources."mediasource-2.4.0"
sources."memory-chunk-store-1.3.0"
sources."mime-2.4.6"
sources."mimic-response-1.0.1"
@@ -104037,18 +105789,18 @@ in
sources."thunky-1.1.0"
];
})
- sources."multistream-4.0.0"
+ sources."multistream-4.0.1"
+ sources."napi-macros-2.0.0"
sources."netmask-1.0.6"
sources."network-address-1.1.2"
sources."next-event-1.0.0"
- sources."node-gyp-build-3.7.0"
+ sources."node-gyp-build-4.2.3"
sources."node-ssdp-2.9.1"
sources."nodebmc-0.0.7"
sources."on-finished-2.3.0"
sources."once-1.4.0"
sources."open-7.3.0"
sources."package-json-versionify-1.0.4"
- sources."parse-numeric-range-1.2.0"
(sources."parse-torrent-7.1.3" // {
dependencies = [
sources."decompress-response-4.2.1"
@@ -104066,10 +105818,10 @@ in
})
sources."prettier-bytes-1.0.4"
sources."process-nextick-args-2.0.1"
- sources."protobufjs-6.10.1"
+ sources."protobufjs-6.10.2"
sources."pump-3.0.0"
sources."qap-3.3.1"
- sources."queue-microtask-1.1.4"
+ sources."queue-microtask-1.2.2"
sources."random-access-file-2.1.4"
sources."random-access-storage-1.4.1"
sources."random-iterate-1.0.1"
@@ -104078,32 +105830,32 @@ in
sources."range-slice-stream-2.0.0"
sources."readable-stream-3.6.0"
sources."record-cache-1.1.0"
- (sources."render-media-3.4.3" // {
+ (sources."render-media-4.1.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
sources."rimraf-3.0.2"
- sources."run-parallel-1.1.9"
- sources."run-parallel-limit-1.0.5"
- sources."run-series-1.1.8"
+ sources."run-parallel-1.1.10"
+ sources."run-parallel-limit-1.0.6"
+ sources."run-series-1.1.9"
sources."rusha-0.8.13"
sources."safe-buffer-5.2.1"
sources."sax-1.1.4"
sources."semver-5.1.1"
sources."simple-concat-1.0.1"
sources."simple-get-2.8.1"
- (sources."simple-peer-9.7.2" // {
+ (sources."simple-peer-9.9.3" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
sources."simple-sha1-3.0.1"
(sources."simple-websocket-8.1.1" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -104121,10 +105873,11 @@ in
sources."thirty-two-1.0.2"
sources."through-2.3.8"
sources."thunky-0.1.0"
+ sources."timeout-refresh-1.0.3"
sources."to-arraybuffer-1.0.1"
- (sources."torrent-discovery-9.3.0" // {
+ (sources."torrent-discovery-9.4.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
@@ -104133,32 +105886,37 @@ in
sources."typedarray-to-buffer-3.1.5"
sources."uint64be-2.0.2"
sources."unordered-array-remove-1.0.2"
+ sources."unordered-set-2.0.1"
sources."upnp-device-client-1.0.2"
sources."upnp-mediarenderer-client-1.4.0"
sources."url-join-4.0.1"
- (sources."ut_metadata-3.5.1" // {
+ (sources."ut_metadata-3.5.2" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."ms-2.1.2"
];
})
sources."ut_pex-2.0.1"
- sources."utf-8-validate-5.0.2"
+ sources."utf-8-validate-5.0.3"
sources."util-deprecate-1.0.2"
- sources."videostream-3.2.1"
+ sources."utp-native-2.2.2"
+ sources."videostream-3.2.2"
sources."vlc-command-1.2.0"
- (sources."webtorrent-0.108.6" // {
+ (sources."webtorrent-0.112.0" // {
dependencies = [
- sources."debug-4.3.0"
- sources."decompress-response-4.2.1"
- sources."mimic-response-2.1.0"
+ sources."debug-4.3.1"
+ sources."decompress-response-6.0.0"
+ sources."get-stdin-8.0.0"
+ sources."magnet-uri-6.1.0"
+ sources."mimic-response-3.1.0"
sources."ms-2.1.2"
- sources."simple-get-3.1.0"
+ sources."parse-torrent-9.1.0"
+ sources."simple-get-4.0.0"
];
})
sources."winreg-1.2.4"
sources."wrappy-1.0.2"
- sources."ws-7.3.1"
+ sources."ws-7.4.1"
sources."xml2js-0.4.23"
sources."xmlbuilder-11.0.1"
sources."xmldom-0.1.31"
@@ -104221,10 +105979,10 @@ in
yaml-language-server = nodeEnv.buildNodePackage {
name = "yaml-language-server";
packageName = "yaml-language-server";
- version = "0.11.1";
+ version = "0.13.0";
src = fetchurl {
- url = "https://registry.npmjs.org/yaml-language-server/-/yaml-language-server-0.11.1.tgz";
- sha512 = "N3Tu3g4O6ZWV7W0LVsNk62DtKJDQkbnPZRDd7ntaAeEl8QkxL1vnMunI26uzDU4PwwG4tPJ8g/VRS6U+fVp/6A==";
+ url = "https://registry.npmjs.org/yaml-language-server/-/yaml-language-server-0.13.0.tgz";
+ sha512 = "5FHW7dUAyIjEM3mRzIplE0pZut2K30cA+K7coaOxFxi82LTk/oiVLS4/AQFnOtGicSyoi4YOiRqpMZ04vgtuew==";
};
dependencies = [
sources."agent-base-4.3.0"
@@ -104238,11 +105996,11 @@ in
sources."js-yaml-3.14.0"
sources."jsonc-parser-2.3.1"
sources."ms-2.0.0"
- sources."prettier-2.0.5"
sources."request-light-0.2.5"
sources."sprintf-js-1.0.3"
- (sources."vscode-json-languageservice-3.9.1" // {
+ (sources."vscode-json-languageservice-3.11.0" // {
dependencies = [
+ sources."jsonc-parser-3.0.0"
sources."vscode-languageserver-types-3.16.0-next.2"
sources."vscode-nls-5.0.0"
];
@@ -104262,12 +106020,11 @@ in
sources."vscode-languageserver-types-3.15.1"
sources."vscode-nls-4.1.2"
sources."vscode-uri-2.1.2"
- sources."yaml-ast-parser-custom-tags-0.0.43"
+ sources."yaml-language-server-parser-0.1.1"
];
buildInputs = globalBuildInputs;
meta = {
description = "YAML language server";
- homepage = "https://github.com/redhat-developer/yaml-language-server#readme";
license = "MIT";
};
production = true;
@@ -104304,13 +106061,13 @@ in
sources."@babel/code-frame-7.10.4"
sources."@babel/helper-validator-identifier-7.10.4"
sources."@babel/highlight-7.10.4"
- sources."@babel/runtime-7.12.1"
+ sources."@babel/runtime-7.12.5"
sources."@mrmlnc/readdir-enhanced-2.2.1"
sources."@nodelib/fs.stat-1.1.3"
sources."@sindresorhus/is-0.7.0"
sources."@types/glob-7.1.3"
sources."@types/minimatch-3.0.3"
- sources."@types/node-14.11.10"
+ sources."@types/node-14.14.10"
sources."@types/normalize-package-data-2.4.0"
sources."JSONStream-1.3.5"
sources."aggregate-error-3.1.0"
@@ -104338,10 +106095,10 @@ in
sources."asynckit-0.4.0"
sources."atob-2.1.2"
sources."aws-sign2-0.7.0"
- sources."aws4-1.10.1"
+ sources."aws4-1.11.0"
(sources."axios-0.18.1" // {
dependencies = [
- sources."is-buffer-2.0.4"
+ sources."is-buffer-2.0.5"
];
})
sources."balanced-match-1.0.0"
@@ -104358,7 +106115,7 @@ in
})
sources."bin-version-check-3.0.0"
sources."binaryextensions-2.3.0"
- sources."boolean-3.0.1"
+ sources."boolean-3.0.2"
(sources."boxen-1.3.0" // {
dependencies = [
sources."camelcase-4.1.0"
@@ -104430,11 +106187,16 @@ in
sources."config-chain-1.1.12"
sources."configstore-3.1.5"
sources."copy-descriptor-0.1.1"
- sources."core-js-3.6.5"
+ sources."core-js-3.8.0"
sources."core-util-is-1.0.2"
sources."create-error-class-3.0.2"
sources."cross-spawn-6.0.5"
- sources."cross-spawn-async-2.2.5"
+ (sources."cross-spawn-async-2.2.5" // {
+ dependencies = [
+ sources."lru-cache-4.1.5"
+ sources."yallist-2.1.2"
+ ];
+ })
sources."crypto-random-string-1.0.0"
sources."currently-unhandled-0.4.1"
sources."dargs-6.1.0"
@@ -104540,6 +106302,7 @@ in
sources."from2-2.3.0"
sources."fs.realpath-1.0.0"
sources."fullname-4.0.1"
+ sources."function-bind-1.1.1"
sources."gauge-1.2.7"
sources."get-stdin-4.0.1"
sources."get-stream-4.1.0"
@@ -104563,7 +106326,7 @@ in
sources."glob-to-regexp-0.3.0"
(sources."global-agent-2.1.12" // {
dependencies = [
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
];
})
sources."global-dirs-0.1.1"
@@ -104580,6 +106343,7 @@ in
sources."grouped-queue-1.1.0"
sources."har-schema-2.0.0"
sources."har-validator-5.1.5"
+ sources."has-1.0.3"
(sources."has-ansi-2.0.0" // {
dependencies = [
sources."ansi-regex-2.1.1"
@@ -104621,6 +106385,7 @@ in
sources."is-arrayish-0.2.1"
sources."is-buffer-1.1.6"
sources."is-ci-1.2.1"
+ sources."is-core-module-2.2.0"
sources."is-data-descriptor-1.0.0"
sources."is-descriptor-1.0.2"
sources."is-docker-1.1.0"
@@ -104637,7 +106402,7 @@ in
];
})
sources."is-obj-1.0.1"
- sources."is-object-1.0.1"
+ sources."is-object-1.0.2"
sources."is-path-inside-1.0.1"
sources."is-plain-obj-1.1.0"
sources."is-plain-object-2.0.4"
@@ -104702,7 +106467,7 @@ in
sources."log-symbols-2.2.0"
sources."loud-rejection-1.6.0"
sources."lowercase-keys-1.0.1"
- sources."lru-cache-4.1.5"
+ sources."lru-cache-6.0.0"
sources."macos-release-2.4.1"
sources."make-dir-1.3.0"
sources."map-age-cleaner-0.1.3"
@@ -104899,7 +106664,7 @@ in
sources."tough-cookie-2.5.0"
];
})
- sources."resolve-1.17.0"
+ sources."resolve-1.19.0"
sources."resolve-url-0.2.1"
sources."responselike-1.0.2"
sources."restore-cursor-2.0.0"
@@ -104973,7 +106738,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
- sources."spdx-license-ids-3.0.6"
+ sources."spdx-license-ids-3.0.7"
sources."split-string-3.1.0"
sources."sprintf-js-1.1.2"
sources."sshpk-1.16.1"
@@ -105059,6 +106824,8 @@ in
sources."cross-spawn-5.1.0"
sources."execa-0.7.0"
sources."get-stream-3.0.0"
+ sources."lru-cache-4.1.5"
+ sources."yallist-2.1.2"
];
})
sources."text-table-0.2.0"
@@ -105081,7 +106848,7 @@ in
sources."tunnel-0.0.6"
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
- sources."twig-1.15.2"
+ sources."twig-1.15.4"
sources."type-fest-0.3.1"
sources."typedarray-0.0.6"
sources."union-value-1.0.1"
@@ -105136,7 +106903,7 @@ in
sources."wrappy-1.0.2"
sources."write-file-atomic-2.4.3"
sources."xdg-basedir-3.0.0"
- sources."yallist-2.1.2"
+ sources."yallist-4.0.0"
(sources."yeoman-character-1.1.0" // {
dependencies = [
sources."has-flag-1.0.0"
@@ -105154,8 +106921,8 @@ in
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."cross-spawn-7.0.3"
- sources."debug-3.2.6"
- sources."execa-4.0.3"
+ sources."debug-3.2.7"
+ sources."execa-4.1.0"
sources."figures-3.2.0"
sources."get-stream-5.2.0"
sources."has-flag-4.0.0"
@@ -105173,7 +106940,7 @@ in
sources."onetime-5.1.2"
sources."path-key-3.1.1"
sources."restore-cursor-3.1.0"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."shebang-command-2.0.0"
sources."shebang-regex-3.0.0"
(sources."string-width-4.2.0" // {
@@ -105193,7 +106960,7 @@ in
})
(sources."yeoman-generator-4.12.0" // {
dependencies = [
- sources."debug-4.3.0"
+ sources."debug-4.3.1"
sources."diff-4.0.2"
sources."dir-glob-2.2.2"
sources."ejs-3.1.5"
@@ -105206,7 +106973,7 @@ in
sources."semver-6.3.0"
];
})
- (sources."mem-fs-editor-7.0.1" // {
+ (sources."mem-fs-editor-7.1.0" // {
dependencies = [
sources."rimraf-3.0.2"
];
@@ -105225,7 +106992,7 @@ in
sources."pify-4.0.1"
sources."read-pkg-5.2.0"
sources."read-pkg-up-5.0.0"
- sources."semver-7.3.2"
+ sources."semver-7.3.4"
sources."slash-2.0.0"
sources."type-fest-0.6.0"
];