diff --git a/pkgs/development/node-packages/node-packages.json b/pkgs/development/node-packages/node-packages.json index c4d3dd60e3da..ce86ebe5e6b1 100644 --- a/pkgs/development/node-packages/node-packages.json +++ b/pkgs/development/node-packages/node-packages.json @@ -6,6 +6,7 @@ , "@commitlint/cli" , "@commitlint/config-conventional" , "@hyperspace/cli" +, "@nerdwallet/shepherd" , "@nestjs/cli" , "@squoosh/cli" , "@vue/cli" diff --git a/pkgs/development/node-packages/node-packages.nix b/pkgs/development/node-packages/node-packages.nix index 64c909a94346..b8b439bf29c8 100644 --- a/pkgs/development/node-packages/node-packages.nix +++ b/pkgs/development/node-packages/node-packages.nix @@ -31,15 +31,6 @@ let sha512 = "CXMFAyovJHtLzKlraBpGlM/8TX9bvVz081IDZkQF3IMGHePgHCAs1vQdnKM38VMGekywNCbo7kt3fHooSMgA2w=="; }; }; - "@alexbosworth/request-2.88.3" = { - name = "_at_alexbosworth_slash_request"; - packageName = "@alexbosworth/request"; - version = "2.88.3"; - src = fetchurl { - url = "https://registry.npmjs.org/@alexbosworth/request/-/request-2.88.3.tgz"; - sha512 = "51/Y5x0SncVGQc274YckWMo9CooUGp7XppgV9K8v5eBwcXnw9sM/j0LpAvUFE7gjJcmZVYXDmLxtOYtgC0f2dg=="; - }; - }; "@alexbosworth/saxophone-0.6.2" = { name = "_at_alexbosworth_slash_saxophone"; packageName = "@alexbosworth/saxophone"; @@ -49,13 +40,13 @@ let sha512 = "o/xdK8b4P0t/xpCARgWXAeaiWeh9jeua6bP1jrcbfN39+Z4zC4x2jg4NysHNhz6spRG8dJFH3kJIUoIbs0Ckww=="; }; }; - "@angular-devkit/architect-0.1202.2" = { + "@angular-devkit/architect-0.1202.3" = { name = "_at_angular-devkit_slash_architect"; packageName = "@angular-devkit/architect"; - version = "0.1202.2"; + version = "0.1202.3"; src = fetchurl { - url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.2.tgz"; - sha512 = "ylceL10SlftuhE4/rNzDeLLTm+e3Wt1PmMvBd4e+Q2bk1E+Ws/scGKpwfnYPzFaACn5kjg5qZoJOkHSprIfNlQ=="; + url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.3.tgz"; + sha512 = "AwLdofKggAiv0hThYe0v3MWOl94XJdJlgq/MXnYU/Ma/IeJDLlRa9WJuajL9AB//x5G+uH06smD3E4Ni8mv2ag=="; }; }; "@angular-devkit/core-12.0.5" = { @@ -76,13 +67,13 @@ let sha512 = "KOzGD8JbP/7EeUwPiU5x+fo3ZEQ5R4IVW5WoH92PaO3mdpqXC7UL2MWLct8PUe9il9nqJMvrBMldSSvP9PCT2w=="; }; }; - "@angular-devkit/core-12.2.2" = { + "@angular-devkit/core-12.2.3" = { name = "_at_angular-devkit_slash_core"; packageName = "@angular-devkit/core"; - version = "12.2.2"; + version = "12.2.3"; src = fetchurl { - url = "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.2.tgz"; - sha512 = "iaPQc0M9FZWvE4MmxRFm5qFNBefvyN7H96pQIIPqT2yalSoiWv1HeQg/OS0WY61lvFPSHnR1n4DZsHCvLdZrFA=="; + url = "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.3.tgz"; + sha512 = "qt1hcX5zydGmCI9gEFcqTyJDcFEScSHPRqx0dlm61hCtBF75C2g7erSgb35zE3kZ7UE9UQY28JffFnwCj6uJhQ=="; }; }; "@angular-devkit/schematics-12.0.5" = { @@ -103,13 +94,13 @@ let sha512 = "yD3y3pK/K5piOgvALFoCCiPp4H8emNa3yZL+vlpEpewVLpF1MM55LeTxc0PI5s0uqtOGVnvcbA5wYgMm3YsUEA=="; }; }; - "@angular-devkit/schematics-12.2.2" = { + "@angular-devkit/schematics-12.2.3" = { name = "_at_angular-devkit_slash_schematics"; packageName = "@angular-devkit/schematics"; - version = "12.2.2"; + version = "12.2.3"; src = fetchurl { - url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.2.tgz"; - sha512 = "KHPxZCSCbVFjaIlBMaxnoA96FnU62HDk8TpWRSnQY2dIkvEUU7+9UmWVodISaQ+MIYur35bFHPJ19im0YkR0tg=="; + url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.3.tgz"; + sha512 = "pbYOK8DK1V7YCzt8C3OckjQDGvCQqrLmg5kH+nLLAYOlkToRk3DBPIocuF9tCflNt6tEIkRJM4lPeDyy/z/GjQ=="; }; }; "@angular-devkit/schematics-cli-12.1.4" = { @@ -238,13 +229,13 @@ let sha512 = "GBD2Le9w2+lVFoc4vswGI/TjkNIZSVp7+9xPf+X3uidBfWnAeUWmquteSyt0+VCrhNMWj/FTABISQrD3Z/YA+w=="; }; }; - "@apollo/client-3.4.8" = { + "@apollo/client-3.4.9" = { name = "_at_apollo_slash_client"; packageName = "@apollo/client"; - version = "3.4.8"; + version = "3.4.9"; src = fetchurl { - url = "https://registry.npmjs.org/@apollo/client/-/client-3.4.8.tgz"; - sha512 = "/cNqTSwc2Dw8q6FDDjdd30+yvhP7rI0Fvl3Hbro0lTtFuhzkevfNyQaI2jAiOrjU6Jc0RbanxULaNrX7UmvjSQ=="; + url = "https://registry.npmjs.org/@apollo/client/-/client-3.4.9.tgz"; + sha512 = "1AlYjRJ/ktDApEUEP2DqHI38tqSyhSlsF/Q3fFb/aCbLHQfcSZ1dCv7ZlC9UXRyDwQYc0w23gYJ7wZde6W8P4A=="; }; }; "@apollo/protobufjs-1.2.2" = { @@ -2200,13 +2191,13 @@ let sha512 = "zHISeJ5jcHSo3i2bI5RHb0XEJ1JGxQ/QQzU2FLPcJxohNohJV8jHCM1FSrOUxTspyDRSSULg3iKQa1FJ4EsSiQ=="; }; }; - "@expo/apple-utils-0.0.0-alpha.20" = { + "@expo/apple-utils-0.0.0-alpha.25" = { name = "_at_expo_slash_apple-utils"; packageName = "@expo/apple-utils"; - version = "0.0.0-alpha.20"; + version = "0.0.0-alpha.25"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/apple-utils/-/apple-utils-0.0.0-alpha.20.tgz"; - sha512 = "L/M9NPNlT1e38whA3M4QdnIDCClj6Y2GPXFOxBxuwzlmh847RHwZ/ojJpVP8sLVC+is54DS1hU9vtDkiPHGPRw=="; + url = "https://registry.npmjs.org/@expo/apple-utils/-/apple-utils-0.0.0-alpha.25.tgz"; + sha512 = "meyCJ/5jHJsgZNBMwlAugqD5Z0bcazCLgAyYQCw8O1/sXh4gWf0IiWJGnkevdxnA3g1R9nmJFmjkFuLoGOt+Bw=="; }; }; "@expo/bunyan-4.0.0" = { @@ -2218,22 +2209,22 @@ let sha512 = "Ydf4LidRB/EBI+YrB+cVLqIseiRfjUI/AeHBgjGMtq3GroraDu81OV7zqophRgupngoL3iS3JUMDMnxO7g39qA=="; }; }; - "@expo/config-5.0.8" = { + "@expo/config-5.0.9" = { name = "_at_expo_slash_config"; packageName = "@expo/config"; - version = "5.0.8"; + version = "5.0.9"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/config/-/config-5.0.8.tgz"; - sha512 = "chxcjQh4H/suzvYi+p30VnGXSHbsiVsGFwEYIZbOw4ByjrCnzeD644KolbpeQ2/oWK3atci01Qcxc1TADSixHQ=="; + url = "https://registry.npmjs.org/@expo/config/-/config-5.0.9.tgz"; + sha512 = "eZj+cf03wkQQdHSpYvrmiqAsn2dJV10uhHIwXyeFBaFvhds0NgThOldJZfOppQ4QUaGobB/vaJ7UqUa3B0PCMw=="; }; }; - "@expo/config-plugins-3.0.8" = { + "@expo/config-plugins-3.1.0" = { name = "_at_expo_slash_config-plugins"; packageName = "@expo/config-plugins"; - version = "3.0.8"; + version = "3.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-3.0.8.tgz"; - sha512 = "reNYaYklOIq8QUY5ua1ubSRhVgY7hllvjingo22HHSaGhX4UvFFKDGYrjBdjcutHD6jw/eYLa8yJS74o1/rqkg=="; + url = "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-3.1.0.tgz"; + sha512 = "V5qxaxCAExBM0TXmbU1QKiZcAGP3ecu7KXede8vByT15cro5PkcWu2sSdJCYbHQ/gw6Vf/i8sr8gKlN8V8TSLg=="; }; }; "@expo/config-types-42.0.0" = { @@ -2245,22 +2236,22 @@ let sha512 = "Rj02OMZke2MrGa/1Y/EScmR7VuWbDEHPJyvfFyyLbadUt+Yv6isCdeFzDt71I7gJlPR9T4fzixeYLrtXXOTq0w=="; }; }; - "@expo/dev-server-0.1.83" = { + "@expo/dev-server-0.1.84" = { name = "_at_expo_slash_dev-server"; packageName = "@expo/dev-server"; - version = "0.1.83"; + version = "0.1.84"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/dev-server/-/dev-server-0.1.83.tgz"; - sha512 = "4slFmSvQcjwNk3Mb7keNyAAdBIzWqeb8KUqSPYsqo10NGPtEbzmt0jlfqqi/df6cxUFJSgdSo/RJG9W5FT7lAA=="; + url = "https://registry.npmjs.org/@expo/dev-server/-/dev-server-0.1.84.tgz"; + sha512 = "6N5Vw8PZgnXvjdXm0Lo7v68nIeoPtIV8+G2YGtImaIw4SRshLaTidKefkJNH+JmvXMyEwqLG02xFAQa/I2v3jA=="; }; }; - "@expo/dev-tools-0.13.114" = { + "@expo/dev-tools-0.13.115" = { name = "_at_expo_slash_dev-tools"; packageName = "@expo/dev-tools"; - version = "0.13.114"; + version = "0.13.115"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.114.tgz"; - sha512 = "iPatLxBcGoAzHVzFp7SpP1XbBMe+Qut2K2dU9PgZwcUVOeiESVi/48CXIOgS2PTkm/AJ1qOXprgkEROLlcrnjQ=="; + url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.115.tgz"; + sha512 = "wxA7SuWXEHrQDn/9Z8E3JnLicUSZvdSMtq++5KAFIKndOlTZ6KC9oGwlsgXzBPktQUHUMglaRxgSmx5fOKPJGQ=="; }; }; "@expo/devcert-1.0.0" = { @@ -2290,13 +2281,13 @@ let sha512 = "CDnhjdirUs6OdN5hOSTJ2y3i9EiJMk7Z5iDljC5xyCHCrUex7oyI8vbRsZEojAahxZccgL/PrO+CjakiFFWurg=="; }; }; - "@expo/metro-config-0.1.83" = { + "@expo/metro-config-0.1.84" = { name = "_at_expo_slash_metro-config"; packageName = "@expo/metro-config"; - version = "0.1.83"; + version = "0.1.84"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.1.83.tgz"; - sha512 = "nbmHRzAjnUmUoQjbVdTh8Xq1AXABmwqDi77otD+MxxfVmppMYLKYfMteZnrl75tmWkQY4JfVLD4DfKA3K+bKGA=="; + url = "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.1.84.tgz"; + sha512 = "xWSfM0+AxcKw0H8mc1RuKs4Yy4JT4SJfn4yDnGLAlKkHlEC+D2seZvb/Tdd173e/LANmcarNd+OcDYu03AmVWA=="; }; }; "@expo/osascript-2.0.30" = { @@ -2317,22 +2308,22 @@ let sha512 = "guFnGAiNLW/JsienEq3NkZk5khTP+RdT/czk/teJUiYLkBy0hLmMTJsNXurGgFwI33+ScEbDvFmN5IOEBGpUDQ=="; }; }; - "@expo/plist-0.0.13" = { + "@expo/plist-0.0.14" = { name = "_at_expo_slash_plist"; packageName = "@expo/plist"; - version = "0.0.13"; + version = "0.0.14"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/plist/-/plist-0.0.13.tgz"; - sha512 = "zGPSq9OrCn7lWvwLLHLpHUUq2E40KptUFXn53xyZXPViI0k9lbApcR9KlonQZ95C+ELsf0BQ3gRficwK92Ivcw=="; + url = "https://registry.npmjs.org/@expo/plist/-/plist-0.0.14.tgz"; + sha512 = "bb4Ua1M/OdNgS8KiGdSDUjZ/bbPfv3xdPY/lz8Ctp/adlj/QgB8xA7tVPeqSSfJPZqFRwU0qLCnRhpUOnP51VQ=="; }; }; - "@expo/prebuild-config-2.0.8" = { + "@expo/prebuild-config-2.1.0" = { name = "_at_expo_slash_prebuild-config"; packageName = "@expo/prebuild-config"; - version = "2.0.8"; + version = "2.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-2.0.8.tgz"; - sha512 = "mPL7rsZkybohTskB3SdepZx27LM94No3cmS4DLPFxWbtv4gJn7RL+e4eWmIkj2vOGuDnGRwiui7Hh7SFVvRsrg=="; + url = "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-2.1.0.tgz"; + sha512 = "obpbnV0+Otv7Dbx8kkbSd62xL9HYZRDPdmdcVWuML7lv7Zo4r+OyS6vYpUmln9htp0gtjuc6+X9FiC74bbGkVA=="; }; }; "@expo/results-1.0.0" = { @@ -2380,13 +2371,13 @@ let sha512 = "LB7jWkqrHo+5fJHNrLAFdimuSXQ2MQ4lA7SQW5bf/HbsXuV2VrT/jN/M8f/KoWt0uJMGN4k/j7Opx4AvOOxSew=="; }; }; - "@expo/webpack-config-0.14.1" = { + "@expo/webpack-config-0.15.0" = { name = "_at_expo_slash_webpack-config"; packageName = "@expo/webpack-config"; - version = "0.14.1"; + version = "0.15.0"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/webpack-config/-/webpack-config-0.14.1.tgz"; - sha512 = "5FVcpwbTYmMoFwQ3WMyT/NP9sTuXYz7gYhtjZflPfNAWA8vVGuYlELce0P7bHkudQ/RWbpKOTG7uyRwDkjFIvA=="; + url = "https://registry.npmjs.org/@expo/webpack-config/-/webpack-config-0.15.0.tgz"; + sha512 = "AcZiRs+7RwHM05uR4qdTGAU6kpQRPZ3U0yedtVe391i4NRM80sBe+sIc7LuhFN9aZL89+ZjqN3fDoA0ZNIgIfQ=="; }; }; "@expo/xcpretty-3.1.4" = { @@ -2452,22 +2443,22 @@ let sha512 = "+gsAnEjgoKB37o+tsMdSLtgqZ9z2PzpvnHx/2IqhRWjQQd7Xc7MbQsbZaQ5qfkioFHLnWGc/+WORpqKPy/sWrg=="; }; }; - "@fluentui/font-icons-mdl2-8.1.9" = { + "@fluentui/font-icons-mdl2-8.1.10" = { name = "_at_fluentui_slash_font-icons-mdl2"; packageName = "@fluentui/font-icons-mdl2"; - version = "8.1.9"; + version = "8.1.10"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.1.9.tgz"; - sha512 = "kRf14aaw/sAFl+eC6KWY0aaAI7zJAoYfWrikRZXi6yuMv/R8EJcuvYHUK1i3+LllX0wqVNJVGGwNlGXS8eMciw=="; + url = "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.1.10.tgz"; + sha512 = "oxAErjUx8xqlk81lxClEqdpF05Fy+5tKndYKm27k7cRD0f6CKLjT5Hu5oWDLwcYqa1eScXZV1I5IVHKjChsBSA=="; }; }; - "@fluentui/foundation-legacy-8.1.9" = { + "@fluentui/foundation-legacy-8.1.10" = { name = "_at_fluentui_slash_foundation-legacy"; packageName = "@fluentui/foundation-legacy"; - version = "8.1.9"; + version = "8.1.10"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.1.9.tgz"; - sha512 = "jy6dqIBYIv+vTdQ0BJNqn9Je3SrmnrFAUHxxwn1QkFEYf9kIykqzF8Mt45osHER0SmWpSrqGOeGrkGKtki2vrA=="; + url = "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.1.10.tgz"; + sha512 = "IhDS3OajyHHi+QmZlOhlXbVGFQ5TJNt2HFV6sy005jxw0xiBghG1niqjKjB09n3MfcmMdWNEkOFDpQuuyRWDjg=="; }; }; "@fluentui/keyboard-key-0.2.17" = { @@ -2488,13 +2479,13 @@ let sha512 = "pVY2m3IC5+LLmMzsaPApX9eKTzpOzdgQwrR3FNTE6mGx3N/+QWYM7fdF+T1ldZQt87dCRSeQnmAo5kqjtxeA/w=="; }; }; - "@fluentui/merge-styles-8.1.4" = { + "@fluentui/merge-styles-8.1.5" = { name = "_at_fluentui_slash_merge-styles"; packageName = "@fluentui/merge-styles"; - version = "8.1.4"; + version = "8.1.5"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/merge-styles/-/merge-styles-8.1.4.tgz"; - sha512 = "zCAEjZyALk0CGW1H9YNJU+e/MW0P5sFJfrDvac27K4S/dIQvKnOwMUNOWRkNz3yUEt0R9vo0NtiO3cW04cZq3A=="; + url = "https://registry.npmjs.org/@fluentui/merge-styles/-/merge-styles-8.1.5.tgz"; + sha512 = "hmEb5LnOxCTpM/6oJQJI0w5AlYzwrceozPgsMdOF5BuT5MkXPlXLK3L2auzXGNYHkoGiouH61ImsS/TSM0mV/g=="; }; }; "@fluentui/react-7.174.1" = { @@ -2524,22 +2515,22 @@ let sha512 = "JkLWNDe567lhvbnIhbYv9nUWYDIVN06utc3krs0UZBI+A0YZtQmftBtY0ghXo4PSjgozZocdu9sYkkgZOgyRLg=="; }; }; - "@fluentui/react-focus-8.2.0" = { + "@fluentui/react-focus-8.2.1" = { name = "_at_fluentui_slash_react-focus"; packageName = "@fluentui/react-focus"; - version = "8.2.0"; + version = "8.2.1"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.2.0.tgz"; - sha512 = "mCCcKth7IKb458DJotIQ8f/NpfTb2abWVXwW6QTl8hQrOY0kp6L5Z4E/n0uNfUL9JsGrmK77Zy9zVQhOtLK2SA=="; + url = "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.2.1.tgz"; + sha512 = "kPGlyc8sj/1OjY/juaOG/CATc0GPsAkbFj8JNbPGPkcxdSkr1hVN4AQq34E8ddVe5d/t+Nevftl9kkYAAxfnoA=="; }; }; - "@fluentui/react-hooks-8.3.0" = { + "@fluentui/react-hooks-8.3.1" = { name = "_at_fluentui_slash_react-hooks"; packageName = "@fluentui/react-hooks"; - version = "8.3.0"; + version = "8.3.1"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.3.0.tgz"; - sha512 = "3dpO5EsFtVQI57XVPcoJokiyqp66dU4tgjKhLEurQCJrbfM6hGA8bq3/D1fZI/FJlI4egzuQEwG1KD4XyC5odQ=="; + url = "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.3.1.tgz"; + sha512 = "fgkL4/4m8ds7dK6+o6qfk9Ok1ssbTV3dA7k1w5xZgw/FE4AWTt6zfLx9HhGpxF71l0X+R0DCWWb6W/LqE7+Ylg=="; }; }; "@fluentui/react-window-provider-1.0.2" = { @@ -2569,13 +2560,13 @@ let sha512 = "2otMyJ+s+W+hjBD4BKjwYKKinJUDeIKYKz93qKrrJS0i3fKfftNroy9dHFlIblZ7n747L334plLi3bzQO1bnvA=="; }; }; - "@fluentui/style-utilities-8.3.0" = { + "@fluentui/style-utilities-8.3.1" = { name = "_at_fluentui_slash_style-utilities"; packageName = "@fluentui/style-utilities"; - version = "8.3.0"; + version = "8.3.1"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.3.0.tgz"; - sha512 = "NGcT7XiEWR4LbtiPV9900N6DhQKRdG1cJm0efA1pUk640XxVFD0nnR/RmQFPtC3bkDRcVv7jK8E/0SSlRPkkbw=="; + url = "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.3.1.tgz"; + sha512 = "EEaol+tIgTwEI8iHQfJHA7w2xtl7B+ofkheyMIK/97ONVqD4onf42p5r34rmuBhgIo4pXQsEQDPb5b5ClSzDFw=="; }; }; "@fluentui/theme-1.7.4" = { @@ -2587,22 +2578,31 @@ let sha512 = "o4eo7lstLxxXl1g2RR9yz18Yt8yjQO/LbQuZjsiAfv/4Bf0CRnb+3j1F7gxIdBWAchKj9gzaMpIFijfI98pvYQ=="; }; }; - "@fluentui/theme-2.3.0" = { + "@fluentui/theme-2.3.1" = { name = "_at_fluentui_slash_theme"; packageName = "@fluentui/theme"; - version = "2.3.0"; + version = "2.3.1"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/theme/-/theme-2.3.0.tgz"; - sha512 = "rEx2ZOtfQv8P989l20mENfa+6e6D3peGbeYj2XGuN2BCUMXUj6mhm5kretZMzz6N77+yARfuYfsA2/pUEMRv4Q=="; + url = "https://registry.npmjs.org/@fluentui/theme/-/theme-2.3.1.tgz"; + sha512 = "S+AM8+Jg5/KMQYcxcN6LcZPA51pXVVapnkk1eMGKQYDdJ4KS4r50L2OkIPVfbFn3uiW8VZOesHMsvBTnvZfdng=="; }; }; - "@fluentui/utilities-8.3.0" = { + "@fluentui/utilities-8.3.1" = { name = "_at_fluentui_slash_utilities"; packageName = "@fluentui/utilities"; - version = "8.3.0"; + version = "8.3.1"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.3.0.tgz"; - sha512 = "fOvYjUtwDrj0SoZXphbXLclCyrgiJCxkBU4z15g/HaD8nwhndwc5msjllxMO0BWWeEh0CEEbUn61DqPGMot/wQ=="; + url = "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.3.1.tgz"; + sha512 = "V/6bokboB7J1di6XWnS2AuT1A2x0N8BvfCbdaTqvrmCarmViaY/3cawO8shV91d+ahiR2ZzN0CqOMkIDvjr4tA=="; + }; + }; + "@gar/promisify-1.1.2" = { + name = "_at_gar_slash_promisify"; + packageName = "@gar/promisify"; + version = "1.1.2"; + src = fetchurl { + url = "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz"; + sha512 = "82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw=="; }; }; "@google-cloud/paginator-3.0.5" = { @@ -2641,13 +2641,13 @@ let sha512 = "d4VSA86eL/AFTe5xtyZX+ePUjE8dIFu2T8zmdeNBSa5/kNgXPCx/o/wbFNHAGLJdGnk1vddRuMESD9HbOC8irw=="; }; }; - "@google-cloud/pubsub-2.16.6" = { + "@google-cloud/pubsub-2.17.0" = { name = "_at_google-cloud_slash_pubsub"; packageName = "@google-cloud/pubsub"; - version = "2.16.6"; + version = "2.17.0"; src = fetchurl { - url = "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.16.6.tgz"; - sha512 = "Hsa95pbgUmgxmrAQRePqGfpCx/zEqd+ueZDdi4jjvnew6bAP3r0+i+3a1/qkNonQYcWcf0a2tJnZwVDuMznvog=="; + url = "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.17.0.tgz"; + sha512 = "9Xya69A5VAYVEGf651jy071RuBIjv+jpyozSc3j8V21LIiKRr9x+KyplHcLTYWdj+uXbP9cry8Ck8JEFc7GiqQ=="; }; }; "@graphql-cli/common-4.1.0" = { @@ -3343,22 +3343,22 @@ let sha512 = "4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg=="; }; }; - "@jsii/check-node-1.33.0" = { + "@jsii/check-node-1.34.0" = { name = "_at_jsii_slash_check-node"; packageName = "@jsii/check-node"; - version = "1.33.0"; + version = "1.34.0"; src = fetchurl { - url = "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.33.0.tgz"; - sha512 = "Bajxa09dhkuQ8bM1ve6qtm2oFNhW9/+GaKRh4Deewsk/G86ovLXI/rRS6TfCsSw4E0TGPFWzWy0tBeJuEDo7sw=="; + url = "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.34.0.tgz"; + sha512 = "Z+eGyIoV6B6RNFCR+Z/p0ANnZA++bmCXhoU1RIwGh9RG39PAT38KkZZNr9ZHNTTQbVoTJMSatoX/9WQ33pQxAw=="; }; }; - "@jsii/spec-1.33.0" = { + "@jsii/spec-1.34.0" = { name = "_at_jsii_slash_spec"; packageName = "@jsii/spec"; - version = "1.33.0"; + version = "1.34.0"; src = fetchurl { - url = "https://registry.npmjs.org/@jsii/spec/-/spec-1.33.0.tgz"; - sha512 = "JUu4NhmFQiLnzegaj4gJ5xAt7YjB2fUteJppIN/J49TQJd1kWxsFFmYIMJDuUiAUzo0Gx99N4YqgcfKK3kLAbQ=="; + url = "https://registry.npmjs.org/@jsii/spec/-/spec-1.34.0.tgz"; + sha512 = "yAK8FrTRrZ3lQ+DmdyAFZuHmsTJ1ej0719+sVgjr5ahE9i64huStaraX/jJM+PniuUQwE7N+B49ue6X9qj7vJA=="; }; }; "@kwsites/file-exists-1.1.1" = { @@ -4225,13 +4225,13 @@ let sha512 = "b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg=="; }; }; - "@netlify/build-18.5.0" = { + "@netlify/build-18.6.0" = { name = "_at_netlify_slash_build"; packageName = "@netlify/build"; - version = "18.5.0"; + version = "18.6.0"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/build/-/build-18.5.0.tgz"; - sha512 = "csdnX7uYBTRR+dbLGzKMIRsRHhhAEtkVCBz+NmdlopaYyW7hHMhMayx7C1qxdB6rXqt7u8gP0Gq2tU9zVlgBnQ=="; + url = "https://registry.npmjs.org/@netlify/build/-/build-18.6.0.tgz"; + sha512 = "rUkJp68Q7Of6nWflbVRKhD/ZqAu3LGcxSYPX28Y94Q6LVnvz27dwF0gufkdDJX6cQk8P5OvIZJVYzfPQITfYow=="; }; }; "@netlify/cache-utils-2.0.3" = { @@ -4243,13 +4243,13 @@ let sha512 = "820dYhacTHXKxpYm81VlmCJ48ySGj+6GZi1oPLevdTSkMXGM1BphBKUjM/r9+GUE1ocGOh8Vdt3PsDp8f7gS4w=="; }; }; - "@netlify/config-15.4.1" = { + "@netlify/config-15.5.0" = { name = "_at_netlify_slash_config"; packageName = "@netlify/config"; - version = "15.4.1"; + version = "15.5.0"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/config/-/config-15.4.1.tgz"; - sha512 = "YGyA3EO/aiH9PNmhnzBO9qDPu297Q31ej1PQ1ed3Ecr35jmXCwSDaDr65G+6JPSjhOMjh3cuqRmzU3chctutMQ=="; + url = "https://registry.npmjs.org/@netlify/config/-/config-15.5.0.tgz"; + sha512 = "c+ICajSGQ7gD6O1V0wsl9SFxSC+owzg5JQyW9SBKV68nDxQBMwn31QHOHijopWeDPMQnp+gIHc2/wgwwtQ2YMQ=="; }; }; "@netlify/esbuild-0.13.6" = { @@ -4693,6 +4693,15 @@ let sha512 = "oN3y7FAROHhrAt7Rr7PnTSwrHrZVRTS2ZbyxeQwSSYD0ifwM3YNgQqbaRmjcWoPyq77MjchusjJDspbzMmip1Q=="; }; }; + "@npmcli/fs-1.0.0" = { + name = "_at_npmcli_slash_fs"; + packageName = "@npmcli/fs"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@npmcli/fs/-/fs-1.0.0.tgz"; + sha512 = "8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ=="; + }; + }; "@npmcli/git-2.1.0" = { name = "_at_npmcli_slash_git"; packageName = "@npmcli/git"; @@ -5413,33 +5422,6 @@ let sha512 = "USSjRAAQYsZFlv43FUPdD+jEGML5/8oLF0rUzPQTtK4q9kvaXr49F5ZplyLz5lox78cLZ0TxN2bIDQ1xhOkulQ=="; }; }; - "@percy/config-1.0.0-beta.65" = { - name = "_at_percy_slash_config"; - packageName = "@percy/config"; - version = "1.0.0-beta.65"; - src = fetchurl { - url = "https://registry.npmjs.org/@percy/config/-/config-1.0.0-beta.65.tgz"; - sha512 = "q6mkrBq+nmDtIDj793lNIodEYmc5wVE7ZwsQ2kNRQIAq4aiIIrD8L5CfhEOSYQ5OzhFq+qUjcZK5GptmheF0sw=="; - }; - }; - "@percy/logger-1.0.0-beta.65" = { - name = "_at_percy_slash_logger"; - packageName = "@percy/logger"; - version = "1.0.0-beta.65"; - src = fetchurl { - url = "https://registry.npmjs.org/@percy/logger/-/logger-1.0.0-beta.65.tgz"; - sha512 = "BJV0pjNlvcj4Y3nuMUGdb5RhjMduK40fRJJ9Lh/2qNk3pmnkGb9rH+GY+/0WY7quupNKxQjjyXcIP7I46/azNg=="; - }; - }; - "@percy/migrate-0.10.0" = { - name = "_at_percy_slash_migrate"; - packageName = "@percy/migrate"; - version = "0.10.0"; - src = fetchurl { - url = "https://registry.npmjs.org/@percy/migrate/-/migrate-0.10.0.tgz"; - sha512 = "3vOmOPmEeMlIZyCEDClZ2VER+4LH/Zp/YhvLkZeKH9RKxbktROF4Dnfs1u3m4YQ1gglerqK6VXFJfOjLJGyVuw=="; - }; - }; "@pm2/agent-2.0.0" = { name = "_at_pm2_slash_agent"; packageName = "@pm2/agent"; @@ -5728,13 +5710,13 @@ let sha512 = "c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ=="; }; }; - "@schematics/angular-12.2.2" = { + "@schematics/angular-12.2.3" = { name = "_at_schematics_slash_angular"; packageName = "@schematics/angular"; - version = "12.2.2"; + version = "12.2.3"; src = fetchurl { - url = "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.2.tgz"; - sha512 = "Nqw9rHOTUIzhCxAgj/J1S9C7YLhrsbLbEKJ8gVy6Aakj4jdJBJ9oqPCLnVpP+48k8hSyIZ6TA5X9eVmrUhDDWQ=="; + url = "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.3.tgz"; + sha512 = "MyInM0/Dg1geP5eYx370IX6l70ZTtGq7QIt9CFBViHlX4BWNmXq5bbJIPYJ/FWwT+zhSK7zp5AcyDKg6PWqh/Q=="; }; }; "@segment/loosely-validate-event-2.0.0" = { @@ -5764,13 +5746,13 @@ let sha512 = "lOUyRopNTKJYVEU9T6stp2irwlTDsYMmUKBOUjnMcwGveuUfIJqrCOtFLtIPPj3XJlbZy5F68l4KP9rZ8Ipang=="; }; }; - "@serverless/components-3.15.1" = { + "@serverless/components-3.16.0" = { name = "_at_serverless_slash_components"; packageName = "@serverless/components"; - version = "3.15.1"; + version = "3.16.0"; src = fetchurl { - url = "https://registry.npmjs.org/@serverless/components/-/components-3.15.1.tgz"; - sha512 = "NTwRE6mc6GUOiN586/ikTxXYF0S7Hd8hc01LGEPYCeOelUxNHCBt7vjuSLxIkSM06RTkjEYGrZgkrkqX5KkirQ=="; + url = "https://registry.npmjs.org/@serverless/components/-/components-3.16.0.tgz"; + sha512 = "vgsfR0V4dierB97GKgtfFp/s5XN3zmEQlhRfshWLHjoXvJe2HvWOZXy5Bqyzb1WMr6S0dp/wXQzcnVStbiyBaw=="; }; }; "@serverless/core-1.1.2" = { @@ -5782,13 +5764,13 @@ let sha512 = "PY7gH+7aQ+MltcUD7SRDuQODJ9Sav9HhFJsgOiyf8IVo7XVD6FxZIsSnpMI6paSkptOB7n+0Jz03gNlEkKetQQ=="; }; }; - "@serverless/dashboard-plugin-5.4.3" = { + "@serverless/dashboard-plugin-5.4.4" = { name = "_at_serverless_slash_dashboard-plugin"; packageName = "@serverless/dashboard-plugin"; - version = "5.4.3"; + version = "5.4.4"; src = fetchurl { - url = "https://registry.npmjs.org/@serverless/dashboard-plugin/-/dashboard-plugin-5.4.3.tgz"; - sha512 = "lgQh7NG5B0T+jr5/CWLZUvW2EqQ5Phzf+XTybM/I+Obwc5jxtpOmPgItDs52kBgyNLDJAqzUN+YRpfE/HBGsoQ=="; + url = "https://registry.npmjs.org/@serverless/dashboard-plugin/-/dashboard-plugin-5.4.4.tgz"; + sha512 = "1lLChYK/zwrF5SEAubVr9Oz/xGnq1Yjbw36X1iz0j/+jwbtpt1AeumksArA3UVAgDSecVOfaksxUta2cc10pRA=="; }; }; "@serverless/event-mocks-1.1.1" = { @@ -6412,13 +6394,13 @@ let sha512 = "8GAYQ1jDRUQkSpHzJUqXwAkYFOxuWAOGLhIR4aPd/Y/yL12Q/9m7LsKpHKlfKdNE/362Hc9wPI1Yh6opDfxVJg=="; }; }; - "@types/babel-types-7.0.10" = { + "@types/babel-types-7.0.11" = { name = "_at_types_slash_babel-types"; packageName = "@types/babel-types"; - version = "7.0.10"; + version = "7.0.11"; src = fetchurl { - url = "https://registry.npmjs.org/@types/babel-types/-/babel-types-7.0.10.tgz"; - sha512 = "g7zrcqL4MiRu3jZzdZZYk0g0KcKk2fddXazSdP1PacEpmjihRsNGU50aaEKnPFuKzfN7WkRktUiCXvs4zU9XXQ=="; + url = "https://registry.npmjs.org/@types/babel-types/-/babel-types-7.0.11.tgz"; + sha512 = "pkPtJUUY+Vwv6B1inAz55rQvivClHJxc9aVEPPmaq2cbyeMLCiDpbKpcKyX4LAwpNGi+SHBv0tHv6+0gXv0P2A=="; }; }; "@types/babel__core-7.1.15" = { @@ -6880,13 +6862,13 @@ let sha512 = "h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w=="; }; }; - "@types/http-assert-1.5.2" = { + "@types/http-assert-1.5.3" = { name = "_at_types_slash_http-assert"; packageName = "@types/http-assert"; - version = "1.5.2"; + version = "1.5.3"; src = fetchurl { - url = "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.2.tgz"; - sha512 = "Ddzuzv/bB2prZnJKlS1sEYhaeT50wfJjhcTTTQLjEsEZJlk3XB4Xohieyq+P4VXIzg7lrQ1Spd/PfRnBpQsdqA=="; + url = "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.3.tgz"; + sha512 = "FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA=="; }; }; "@types/http-cache-semantics-4.0.1" = { @@ -6979,6 +6961,15 @@ let sha512 = "JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww=="; }; }; + "@types/js-yaml-3.12.7" = { + name = "_at_types_slash_js-yaml"; + packageName = "@types/js-yaml"; + version = "3.12.7"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.7.tgz"; + sha512 = "S6+8JAYTE1qdsc9HMVsfY7+SgSuUU/Tp6TYTmITW0PZxiyIMvol3Gy//y69Wkhs0ti4py5qgR3uZH6uz/DNzJQ=="; + }; + }; "@types/jscodeshift-0.7.2" = { name = "_at_types_slash_jscodeshift"; packageName = "@types/jscodeshift"; @@ -7222,13 +7213,13 @@ let sha512 = "oTQgnd0hblfLsJ6BvJzzSL+Inogp3lq9fGgqRkMB/ziKMgEUaFl801OncOzUmalfzt14N0oPHMK47ipl+wbTIw=="; }; }; - "@types/node-14.17.11" = { + "@types/node-14.17.12" = { name = "_at_types_slash_node"; packageName = "@types/node"; - version = "14.17.11"; + version = "14.17.12"; src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-14.17.11.tgz"; - sha512 = "n2OQ+0Bz6WEsUjrvcHD1xZ8K+Kgo4cn9/w94s1bJS690QMUWfJPW/m7CCb7gPkA1fcYwL2UpjXP/rq/Eo41m6w=="; + url = "https://registry.npmjs.org/@types/node/-/node-14.17.12.tgz"; + sha512 = "vhUqgjJR1qxwTWV5Ps5txuy2XMdf7Fw+OrdChRboy8BmWUPkckOhphaohzFG6b8DW7CrxaBMdrdJ47SYFq1okw=="; }; }; "@types/node-15.12.5" = { @@ -7267,15 +7258,6 @@ let sha512 = "8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ=="; }; }; - "@types/node-16.6.0" = { - name = "_at_types_slash_node"; - packageName = "@types/node"; - version = "16.6.0"; - src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-16.6.0.tgz"; - sha512 = "OyiZPohMMjZEYqcVo/UJ04GyAxXOJEZO/FpzyXxcH4r/ArrVoXHf4MbUrkLp0Tz7/p1mMKpo5zJ6ZHl8XBNthQ=="; - }; - }; "@types/node-16.6.1" = { name = "_at_types_slash_node"; packageName = "@types/node"; @@ -7285,13 +7267,13 @@ let sha512 = "Sr7BhXEAer9xyGuCN3Ek9eg9xPviCF2gfu9kTfuU2HkTVAMYSDeX40fvpmo72n5nansg3nsBjuQBrsS28r+NUw=="; }; }; - "@types/node-16.7.1" = { + "@types/node-16.7.2" = { name = "_at_types_slash_node"; packageName = "@types/node"; - version = "16.7.1"; + version = "16.7.2"; src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-16.7.1.tgz"; - sha512 = "ncRdc45SoYJ2H4eWU9ReDfp3vtFqDYhjOsKlFFUDEn8V1Bgr2RjYal8YT5byfadWIRluhPFU6JiDOl0H6Sl87A=="; + url = "https://registry.npmjs.org/@types/node/-/node-16.7.2.tgz"; + sha512 = "TbG4TOx9hng8FKxaVrCisdaxKxqEwJ3zwHoCWXZ0Jw6mnvTInpaB99/2Cy4+XxpXtjNv9/TgfGSvZFyfV/t8Fw=="; }; }; "@types/node-6.14.13" = { @@ -7852,15 +7834,6 @@ let sha512 = "S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw=="; }; }; - "@types/zen-observable-0.8.3" = { - name = "_at_types_slash_zen-observable"; - packageName = "@types/zen-observable"; - version = "0.8.3"; - src = fetchurl { - url = "https://registry.npmjs.org/@types/zen-observable/-/zen-observable-0.8.3.tgz"; - sha512 = "fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw=="; - }; - }; "@typescript-eslint/eslint-plugin-4.29.3" = { name = "_at_typescript-eslint_slash_eslint-plugin"; packageName = "@typescript-eslint/eslint-plugin"; @@ -10093,13 +10066,13 @@ let sha512 = "lrohEjde2TmmDTO7FlOs8x5QQbAS0Sd3/t0TaK2TWaodfzi92QAvIsq321Mol6p6oEqmjm8POIDHW1EuJd7XMA=="; }; }; - "apollo-server-core-3.2.0" = { + "apollo-server-core-3.3.0" = { name = "apollo-server-core"; packageName = "apollo-server-core"; - version = "3.2.0"; + version = "3.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-3.2.0.tgz"; - sha512 = "huNV76BOQVTsRqqLsBfZofnyKclMM3XewYDATY1dGtZ/1F7Zi/qpD1LF7S70S1d048idSC4KRLZp6F/tKIsh9w=="; + url = "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-3.3.0.tgz"; + sha512 = "KmkzKVG3yjybouDyUX6Melv39u1EOFipvAKP17IlPis/TjVbubJmb6hkE0am/g2RipyhRvlpxAjHqPaCTXR1dQ=="; }; }; "apollo-server-env-3.1.0" = { @@ -10147,13 +10120,13 @@ let sha512 = "A2gF2e85vvDugPlajbhr0A14cDFDIGX0mteNOJ8P3Z3cIM0D4hwrWxJidI+SzobefDIyIHu1dynFedJVhV0euQ=="; }; }; - "apollo-server-express-3.2.0" = { + "apollo-server-express-3.3.0" = { name = "apollo-server-express"; packageName = "apollo-server-express"; - version = "3.2.0"; + version = "3.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-3.2.0.tgz"; - sha512 = "5I5HI1//I5FHZ3Uo/WUJz/xAZkhFPgPtc8U5AgvhlqqcDPfKxwUU0PxDW4BF/0lt3HDeqsDgvoc0Etp9siNM9g=="; + url = "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-3.3.0.tgz"; + sha512 = "qJedh77IxbfT+HpYsDraC2CGdy08wiWTwoKYXjRK4S/DHbe94A4957/1blw4boYO4n44xRKQd1k6zxiixCp+XQ=="; }; }; "apollo-server-plugin-base-0.13.0" = { @@ -11569,13 +11542,22 @@ let sha512 = "tbMZ/Y2rRo6R6TTBODJXTiil+MXaoT6Qzotws3yvI1IWGpYxKo7N/3L06XB8ul8tCG0TigxIOY70SMICM70Ppg=="; }; }; - "aws-sdk-2.974.0" = { + "aws-sdk-2.976.0" = { name = "aws-sdk"; packageName = "aws-sdk"; - version = "2.974.0"; + version = "2.976.0"; src = fetchurl { - url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.974.0.tgz"; - sha512 = "/oNslIqWT8f9MKgl4jMS+B/M0pIPjWYsXC+DeiFKSH6xMAaVDURr+Qtze5FqEz13mMroO5PDQKfHaC/Z/yoZ3w=="; + url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.976.0.tgz"; + sha512 = "LWVh3nko6yGDfGcDW9nIClaukthkTueq7I/dXVNv4g9kuy2VOl5fVTPMACgTibWINAM29wZCM+gVQSSZu/Veow=="; + }; + }; + "aws-sdk-2.977.0" = { + name = "aws-sdk"; + packageName = "aws-sdk"; + version = "2.977.0"; + src = fetchurl { + url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.977.0.tgz"; + sha512 = "LU0ityBR3w28Ewwr+V0xu4KyQr8i4C1ypafmBNttYm3FHVUDDPQ/hLHASnGq1zGp6rBxBxO1ZE6meFqpKXIaug=="; }; }; "aws-sign2-0.6.0" = { @@ -11605,15 +11587,6 @@ let sha512 = "xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="; }; }; - "aws4-1.9.1" = { - name = "aws4"; - packageName = "aws4"; - version = "1.9.1"; - src = fetchurl { - url = "https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz"; - sha512 = "wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug=="; - }; - }; "axios-0.19.2" = { name = "axios"; packageName = "axios"; @@ -14450,13 +14423,13 @@ let sha512 = "GtKwd/4etuk1hNeprXoESBO1RSeRYJMXKf+O0qHmWdUomLT8ysNEfX/4bZFXr3BK6eukpHiEnhY2uMtEHDM2ng=="; }; }; - "bull-3.29.0" = { + "bull-3.29.1" = { name = "bull"; packageName = "bull"; - version = "3.29.0"; + version = "3.29.1"; src = fetchurl { - url = "https://registry.npmjs.org/bull/-/bull-3.29.0.tgz"; - sha512 = "ad9BvfPczwzkQ9wpM6jtAUNthyAGdHoJZVpY3dTp8jPYHETH9l4LdxJYjrKNBHjT4YUeqLzj/2r1L2MYre2ETg=="; + url = "https://registry.npmjs.org/bull/-/bull-3.29.1.tgz"; + sha512 = "ASNnorakKCV4hmgHABfn8Ir+gy24a4gaGnXH/0bm1Msq+djOnNfM5XW7Igzsa5iTjpboWXhY9dHFVjiWRKsSGw=="; }; }; "bunyan-1.5.1" = { @@ -14648,13 +14621,13 @@ let sha512 = "a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ=="; }; }; - "cacache-15.2.0" = { + "cacache-15.3.0" = { name = "cacache"; packageName = "cacache"; - version = "15.2.0"; + version = "15.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/cacache/-/cacache-15.2.0.tgz"; - sha512 = "uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw=="; + url = "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz"; + sha512 = "VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ=="; }; }; "cache-base-1.0.1" = { @@ -14963,13 +14936,13 @@ let sha512 = "bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw=="; }; }; - "caniuse-lite-1.0.30001251" = { + "caniuse-lite-1.0.30001252" = { name = "caniuse-lite"; packageName = "caniuse-lite"; - version = "1.0.30001251"; + version = "1.0.30001252"; src = fetchurl { - url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz"; - sha512 = "HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A=="; + url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001252.tgz"; + sha512 = "I56jhWDGMtdILQORdusxBOH+Nl/KgQSdDmpJezYddnAkVOmnoU8zwjTV9xAjMIYxr0iPreEAVylCGcmHCjfaOw=="; }; }; "canvas-2.8.0" = { @@ -15548,6 +15521,15 @@ 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.4.1" = { name = "chloride"; packageName = "chloride"; @@ -16637,13 +16619,13 @@ let sha512 = "3WQV/Fpa77nvzjUlc+0u53uIroJyyMB2Qwl++aXpAiDIsrsiAQq4uCURwdRBRX+eLkOTIAmT0L4qna3T7+2pUg=="; }; }; - "codemaker-1.33.0" = { + "codemaker-1.34.0" = { name = "codemaker"; packageName = "codemaker"; - version = "1.33.0"; + version = "1.34.0"; src = fetchurl { - url = "https://registry.npmjs.org/codemaker/-/codemaker-1.33.0.tgz"; - sha512 = "u9PYqE1HaKINgMDpV7HyYVbtPDbHJNSPn1rTsYSsUkmi1DH1/3tK5nBJ7eUGNbkMP+k2hz7SQGTVcWEMRNAZ0w=="; + url = "https://registry.npmjs.org/codemaker/-/codemaker-1.34.0.tgz"; + sha512 = "NHwy6TxMh21ygch7+K/OwtdN3BjxhAMoP5QXqzkkR0TDP2kEdKCNc31EChz3Xcmxk1qkdJN5CpXMnLjo7f07sQ=="; }; }; "codepage-1.4.0" = { @@ -17690,13 +17672,13 @@ let sha1 = "c20b96d8c617748aaf1c16021760cd27fcb8cb75"; }; }; - "constructs-3.3.131" = { + "constructs-3.3.133" = { name = "constructs"; packageName = "constructs"; - version = "3.3.131"; + version = "3.3.133"; src = fetchurl { - url = "https://registry.npmjs.org/constructs/-/constructs-3.3.131.tgz"; - sha512 = "u2c7EzT7ZIZJs4SW5lXotZkoJOoTaiUJuZr0WWG+hfiyI91MbEe1pgthS2NyrHMJuEfyDzWtLphvPHk6C06qhg=="; + url = "https://registry.npmjs.org/constructs/-/constructs-3.3.133.tgz"; + sha512 = "f0HgM9tmmR66A9XrzDXS7kXRbB9Gazb+KPldP9RRIkrFGhHuGeII+2YyTxxzY15cDgU58NrLrac+gynhrLy6Uw=="; }; }; "consume-http-header-1.0.0" = { @@ -17772,13 +17754,13 @@ let sha1 = "0e790b3abfef90f6ecb77ae8585db9099caf7578"; }; }; - "contentful-management-7.32.1" = { + "contentful-management-7.33.0" = { name = "contentful-management"; packageName = "contentful-management"; - version = "7.32.1"; + version = "7.33.0"; src = fetchurl { - url = "https://registry.npmjs.org/contentful-management/-/contentful-management-7.32.1.tgz"; - sha512 = "h45bwyI1Zv6ZCJCtkeo/xtNJNK9LU4s6DqudqQC/FWUH6+op59xxZ4V+KWaCJ14nR8Rh+hcwXIHzF4VNhGSEmg=="; + url = "https://registry.npmjs.org/contentful-management/-/contentful-management-7.33.0.tgz"; + sha512 = "Q6Y0peBdmZUkQyrKP5rRuv2IbVpt5LflYfRdWstTQ9sERyAOgYJWBtvDCupXKw3g1oBXUxLXXU7vZY2M5jnTpQ=="; }; }; "contentful-sdk-core-6.8.0" = { @@ -18285,31 +18267,31 @@ let sha512 = "5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g=="; }; }; - "core-js-3.16.2" = { + "core-js-3.16.3" = { name = "core-js"; packageName = "core-js"; - version = "3.16.2"; + version = "3.16.3"; src = fetchurl { - url = "https://registry.npmjs.org/core-js/-/core-js-3.16.2.tgz"; - sha512 = "P0KPukO6OjMpjBtHSceAZEWlDD1M2Cpzpg6dBbrjFqFhBHe/BwhxaP820xKOjRn/lZRQirrCusIpLS/n2sgXLQ=="; + url = "https://registry.npmjs.org/core-js/-/core-js-3.16.3.tgz"; + sha512 = "lM3GftxzHNtPNUJg0v4pC2RC6puwMd6VZA7vXUczi+SKmCWSf4JwO89VJGMqbzmB7jlK7B5hr3S64PqwFL49cA=="; }; }; - "core-js-compat-3.16.2" = { + "core-js-compat-3.16.3" = { name = "core-js-compat"; packageName = "core-js-compat"; - version = "3.16.2"; + version = "3.16.3"; src = fetchurl { - url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.16.2.tgz"; - sha512 = "4lUshXtBXsdmp8cDWh6KKiHUg40AjiuPD3bOWkNVsr1xkAhpUqCjaZ8lB1bKx9Gb5fXcbRbFJ4f4qpRIRTuJqQ=="; + url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.16.3.tgz"; + sha512 = "A/OtSfSJQKLAFRVd4V0m6Sep9lPdjD8bpN8v3tCCGwE0Tmh0hOiVDm9tw6mXmWOKOSZIyr3EkywPo84cJjGvIQ=="; }; }; - "core-js-pure-3.16.2" = { + "core-js-pure-3.16.3" = { name = "core-js-pure"; packageName = "core-js-pure"; - version = "3.16.2"; + version = "3.16.3"; src = fetchurl { - url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.16.2.tgz"; - sha512 = "oxKe64UH049mJqrKkynWp6Vu0Rlm/BTXO/bJZuN2mmR3RtOFNepLlSWDd1eo16PzHpQAoNG97rLU1V/YxesJjw=="; + url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.16.3.tgz"; + sha512 = "6In+2RwN0FT5yK0ZnhDP5rco/NnuuFZhHauQizZiHo5lDnqAvq8Phxcpy3f+prJOqtKodt/cftBl/GTOW0kiqQ=="; }; }; "core-util-is-1.0.2" = { @@ -20481,13 +20463,13 @@ let sha512 = "E1GI7jMI57hL30OX6Ht/hfQU8DO4AuB9m72WFm4c38GNbUD4Q03//XZaOIHZiY+H1xUaomcot5yk2q/qIZQkGQ=="; }; }; - "deasync-0.1.22" = { + "deasync-0.1.23" = { name = "deasync"; packageName = "deasync"; - version = "0.1.22"; + version = "0.1.23"; src = fetchurl { - url = "https://registry.npmjs.org/deasync/-/deasync-0.1.22.tgz"; - sha512 = "o21R8Vhv3wX0E19jpATUJIAinQ1I2rHIlAnzRRsMynWlIrvU0HbCwjpquPIYR544Tvg9z/L+NZQev5cjVD1/nQ=="; + url = "https://registry.npmjs.org/deasync/-/deasync-0.1.23.tgz"; + sha512 = "CGZSokFwidI50GOAmkz/7z3QdMzTQqAiUOzt95PuhKgi6VVztn9D03ZCzzi93uUWlp/v6A9osvNWpIvqHvKjTA=="; }; }; "death-1.1.0" = { @@ -22344,15 +22326,6 @@ let sha512 = "3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ=="; }; }; - "dompurify-2.3.0" = { - name = "dompurify"; - packageName = "dompurify"; - version = "2.3.0"; - src = fetchurl { - url = "https://registry.npmjs.org/dompurify/-/dompurify-2.3.0.tgz"; - sha512 = "VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw=="; - }; - }; "dompurify-2.3.1" = { name = "dompurify"; packageName = "dompurify"; @@ -22884,13 +22857,13 @@ let sha512 = "1sQ1DRtQGpglFhc3urD4olMJzt/wxlbnAAsf+WY2xHf5c50ZovivZvCXSpVgTOP9f4TzOMvelWyspyfhxQKHzQ=="; }; }; - "electron-to-chromium-1.3.816" = { + "electron-to-chromium-1.3.818" = { name = "electron-to-chromium"; packageName = "electron-to-chromium"; - version = "1.3.816"; + version = "1.3.818"; src = fetchurl { - url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.816.tgz"; - sha512 = "/AvJPIJldO0NkwkfpUD7u1e4YEGRFBQpFuvl9oGCcVgWOObsZB1loxVGeVUJB9kmvfsBUUChPYdgRzx6+AKNyg=="; + url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.818.tgz"; + sha512 = "c/Z9gIr+jDZAR9q+mn40hEc1NharBT+8ejkarjbCDnBNFviI6hvcC5j2ezkAXru//bTnQp5n6iPi0JA83Tla1Q=="; }; }; "electrum-client-git://github.com/janoside/electrum-client" = { @@ -24794,13 +24767,13 @@ let sha1 = "a793d3ac0cad4c6ab571e9968fbbab6cb2532929"; }; }; - "expo-pwa-0.0.93" = { + "expo-pwa-0.0.94" = { name = "expo-pwa"; packageName = "expo-pwa"; - version = "0.0.93"; + version = "0.0.94"; src = fetchurl { - url = "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.93.tgz"; - sha512 = "WxmDFqFDtHwyzqHb0p5XDXxm0bWNTkTiViWQl48tGGAhCNKcLOVTFIfMwBK0VGrq6yWopNCNEu3E+nldnJq15g=="; + url = "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.94.tgz"; + sha512 = "r/AYEtdRMrvPafgFxxIv7FXQQYgYFFm2YzxOVFBX2/ODs4HU/fNcxZ77kICn2jY9SHSmXps4TluHLpkr76Paxg=="; }; }; "express-2.5.11" = { @@ -26729,15 +26702,6 @@ let sha512 = "m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA=="; }; }; - "form-data-3.0.0" = { - name = "form-data"; - packageName = "form-data"; - version = "3.0.0"; - src = fetchurl { - url = "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz"; - sha512 = "CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg=="; - }; - }; "form-data-3.0.1" = { name = "form-data"; packageName = "form-data"; @@ -28539,15 +28503,6 @@ let sha1 = "2edeeb958084d0f8ea7988e5d995b1c7dfc14777"; }; }; - "goldengate-10.1.0" = { - name = "goldengate"; - packageName = "goldengate"; - version = "10.1.0"; - src = fetchurl { - url = "https://registry.npmjs.org/goldengate/-/goldengate-10.1.0.tgz"; - sha512 = "xeMOmvY6a7MBUjU1YPmREgDr7qiM5wZWXzdAZsnJxd0/fd5T0gYNi4saJ2eGvDGSmI+TehDn1bYF1Tvlo2GiBQ=="; - }; - }; "goldengate-10.3.0" = { name = "goldengate"; packageName = "goldengate"; @@ -29223,15 +29178,6 @@ let sha1 = "33481d0f1bbff600dd203d75812a6a5fba002e2a"; }; }; - "har-validator-5.1.3" = { - name = "har-validator"; - packageName = "har-validator"; - version = "5.1.3"; - src = fetchurl { - url = "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz"; - sha512 = "sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g=="; - }; - }; "har-validator-5.1.5" = { name = "har-validator"; packageName = "har-validator"; @@ -30502,15 +30448,6 @@ let sha1 = "9aecd925114772f3d95b65a60abb8f7c18fbace1"; }; }; - "http-signature-1.3.1" = { - name = "http-signature"; - packageName = "http-signature"; - version = "1.3.1"; - src = fetchurl { - url = "https://registry.npmjs.org/http-signature/-/http-signature-1.3.1.tgz"; - sha512 = "Y29YKEc8MQsjch/VzkUVJ+2MXd9WcR42fK5u36CZf4G8bXw2DXMTWuESiB0R6m59JAWxlPPw5/Fri/t/AyyueA=="; - }; - }; "http-signature-1.3.5" = { name = "http-signature"; packageName = "http-signature"; @@ -31654,15 +31591,6 @@ let sha512 = "mzNrusCk5L6kSzlN0Ioddn8yzrhYNLli+Sn2ZxMuLechMYAzakiFCIULxsxlQb5YKzthLGfrFACcWoAvM7p04Q=="; }; }; - "inquirer-glob-prompt-0.1.0" = { - name = "inquirer-glob-prompt"; - packageName = "inquirer-glob-prompt"; - version = "0.1.0"; - src = fetchurl { - url = "https://registry.npmjs.org/inquirer-glob-prompt/-/inquirer-glob-prompt-0.1.0.tgz"; - sha512 = "Zw9XYJdrBBJ5TZjLH8Nu8PIa54huvkP0xeNOTtKh3bis0DNAJWMtdpT9PIJBkqheMUnwIPmv8jkjOr7aPKYFqg=="; - }; - }; "insert-module-globals-7.2.1" = { name = "insert-module-globals"; packageName = "insert-module-globals"; @@ -34390,49 +34318,49 @@ let sha512 = "xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g=="; }; }; - "jsii-1.33.0" = { + "jsii-1.34.0" = { name = "jsii"; packageName = "jsii"; - version = "1.33.0"; + version = "1.34.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsii/-/jsii-1.33.0.tgz"; - sha512 = "0WIWlrRtoQNrp7iyEyNMoPRzvjd2EK8/Zgn/tWyzpjaMZur9HevZuk4lduCthTly/Gs9A7u1Ajdyp1cBrALeBQ=="; + url = "https://registry.npmjs.org/jsii/-/jsii-1.34.0.tgz"; + sha512 = "z/p8cuWdRntQzdZ1Fq/hvXHPjq/HjZhQzTF/GmYrH3s7Wsb14LphHGAENTZwICBaSovoqSRIboOb2FbPLsCjoA=="; }; }; - "jsii-pacmak-1.33.0" = { + "jsii-pacmak-1.34.0" = { name = "jsii-pacmak"; packageName = "jsii-pacmak"; - version = "1.33.0"; + version = "1.34.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.33.0.tgz"; - sha512 = "STcsk5wmAlJSCEzl5nTPAJ5emSZLIPJYoYjBCMcwv62MI1B4zozSSsmbpI/4oPQWh9c2fD2CJIEbwyct4KTPKQ=="; + url = "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.34.0.tgz"; + sha512 = "OngbNHieb5g7B1VkRSZkZq1vgoflhjX4heTJnQJZYbG59j2qVgD7E/o/Dl2OTBLrGRms8e2oCsYc7XROt2htSA=="; }; }; - "jsii-reflect-1.33.0" = { + "jsii-reflect-1.34.0" = { name = "jsii-reflect"; packageName = "jsii-reflect"; - version = "1.33.0"; + version = "1.34.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.33.0.tgz"; - sha512 = "FH3lextueMXDFezWEPRYNEmEDcFg2Tvh4Wdjs0tBi+oSmewK3I+xCAVXmnpE8CRC2RW1zOLutH9hQbQnrKtsOw=="; + url = "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.34.0.tgz"; + sha512 = "IOEdwgeDCOq821PM3OfRro1Pgu0QzHFW7zQy3aN7/w5Fcb/tSYGxI9+Ykr6JCdg681LFzcMEgwJpCUHnfi/shw=="; }; }; - "jsii-rosetta-1.33.0" = { + "jsii-rosetta-1.34.0" = { name = "jsii-rosetta"; packageName = "jsii-rosetta"; - version = "1.33.0"; + version = "1.34.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-1.33.0.tgz"; - sha512 = "cUhDs2V2wYg7LFgm/X/uken8oF9re3vRORD08s0+z9Re8tt0pEehKmCotx3HYFhYrRhCEVvm66xjQt0t62GzXg=="; + url = "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-1.34.0.tgz"; + sha512 = "GOGAy5b+zCGeyYziBoNVXgamL2CEZKMj5moeemkyN4AUHUqugNk3fSul2Zdbxs2S13Suk0D9iYAgChDxew0bOw=="; }; }; - "jsii-srcmak-0.1.333" = { + "jsii-srcmak-0.1.335" = { name = "jsii-srcmak"; packageName = "jsii-srcmak"; - version = "0.1.333"; + version = "0.1.335"; src = fetchurl { - url = "https://registry.npmjs.org/jsii-srcmak/-/jsii-srcmak-0.1.333.tgz"; - sha512 = "DLPIfxoeCy5sKsxKP0kB0aENn/wrrCTG95IJy8dDUcvQbRTF3vZynMwlzDyNr72mH5l/QKHFsW2UDoz7sTzJ0Q=="; + url = "https://registry.npmjs.org/jsii-srcmak/-/jsii-srcmak-0.1.335.tgz"; + sha512 = "9Htj62cspqqlxHw961LxHKL9YQv2+11BRXf8nQkxURWlRqbH+73iXzy8LaUvBTA52ZgEJffY38FuDjHv9gqhCw=="; }; }; "json-bigint-1.0.0" = { @@ -34723,13 +34651,13 @@ let sha512 = "0/4Lv6IenJV0qj2oBdgPIAmFiKKnh8qh7bmLFJ+/ZZHLjSeiL3fKKGX3UryvKPbxFbhV+JcYo9KUC19GJ/Z/4A=="; }; }; - "json2jsii-0.2.5" = { + "json2jsii-0.2.7" = { name = "json2jsii"; packageName = "json2jsii"; - version = "0.2.5"; + version = "0.2.7"; src = fetchurl { - url = "https://registry.npmjs.org/json2jsii/-/json2jsii-0.2.5.tgz"; - sha512 = "hdeyAlmCSMocOe+VFOp5IjP/7KrZNy4b/9a4fifnb75D3FCpxvVoSwToqMF25UaUfXVisNmGe9RlBxxcAiDiLw=="; + url = "https://registry.npmjs.org/json2jsii/-/json2jsii-0.2.7.tgz"; + sha512 = "cOfUWGFat3g6v1cWJ6+yPDFkV9O802hp8AcJfPgp16FWeDMNgnIsaavSw+i3IPFns3Fap1O+Oj/8g6s1+NwCJg=="; }; }; "json3-3.2.6" = { @@ -36137,15 +36065,6 @@ let sha512 = "lD6PgHipqedfFcTEf/9mDF3s4KGO/lecr02W6zHBJHohNphuBUZS1z68kKRJAl3N4iHmDEfLxt+G86PBP0jhHw=="; }; }; - "lightning-4.0.0" = { - name = "lightning"; - packageName = "lightning"; - version = "4.0.0"; - src = fetchurl { - url = "https://registry.npmjs.org/lightning/-/lightning-4.0.0.tgz"; - sha512 = "HtEF7Lsw8qdEeQTsYY6c6QK6PFrG0YV3OBPWL6VnsAr25t+HDEsH/Fna6EIivqrQ8SVDjqX5YwMcAhunTelaVA=="; - }; - }; "lightning-4.1.0" = { name = "lightning"; packageName = "lightning"; @@ -36299,13 +36218,13 @@ let sha512 = "04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw=="; }; }; - "ln-accounting-4.3.1" = { + "ln-accounting-5.0.0" = { name = "ln-accounting"; packageName = "ln-accounting"; - version = "4.3.1"; + version = "5.0.0"; src = fetchurl { - url = "https://registry.npmjs.org/ln-accounting/-/ln-accounting-4.3.1.tgz"; - sha512 = "EBEeBymqktoaViGAG5aVmgIOZpWc6IwDqxq93ZYYIw+Uc9Vy/86nUDPx8A/jJC0f8lwEGcqT+hnSIiBF4SyqeA=="; + url = "https://registry.npmjs.org/ln-accounting/-/ln-accounting-5.0.0.tgz"; + sha512 = "iKvNJI8qRv5O7rI3m7ARXTg9fergI3AEx2RqnB3A/dTo80zt78+x57zyBw7WmqE/BiV5eJ4kyOw1lIx1N0eC1g=="; }; }; "ln-service-51.8.2" = { @@ -36326,15 +36245,6 @@ let sha512 = "1SU0eG9/LDy6k3UGXaahmoe1wOahAJkaidWpLX5Nmlfq72I0arad420smma5ZGXAW4wNlGR/gx68KZzzYI5D4A=="; }; }; - "ln-service-52.0.0" = { - name = "ln-service"; - packageName = "ln-service"; - version = "52.0.0"; - src = fetchurl { - url = "https://registry.npmjs.org/ln-service/-/ln-service-52.0.0.tgz"; - sha512 = "JxGGEqu1MJ1jnJN0cWWBsmEqi9qwbvsfM/AHslvKv7WHhMYFthp9HgGGcLn23oiYMM1boGtvqtkWuvqMf9P8AQ=="; - }; - }; "ln-service-52.0.1" = { name = "ln-service"; packageName = "ln-service"; @@ -36353,13 +36263,13 @@ let sha512 = "2yqc59OhK0affnkwhgw7iY4x2tKZTb8y8KSWxRHn6cSXL3clUJgXdTNOGr4Jp8j1TkTl0iRVnLSNZlRbtU4vVA=="; }; }; - "ln-telegram-3.2.10" = { + "ln-telegram-3.2.11" = { name = "ln-telegram"; packageName = "ln-telegram"; - version = "3.2.10"; + version = "3.2.11"; src = fetchurl { - url = "https://registry.npmjs.org/ln-telegram/-/ln-telegram-3.2.10.tgz"; - sha512 = "FEI6wPb/DzpzwfWV8PPFPWq/OSWp6ETv7rEofCTCCodd/hRQGzXoJ7mDmyKFTune5TASXDBMlghol/EgZswkNg=="; + url = "https://registry.npmjs.org/ln-telegram/-/ln-telegram-3.2.11.tgz"; + sha512 = "JzgJQGGLuKM/v7Olk707AeIiB5imQacM5AOGEefI98pTMjrMJ9SRgMg7M39+AOLOT2R7MHXHDBk+41UGtbQZGQ=="; }; }; "load-ip-set-2.2.1" = { @@ -39377,13 +39287,13 @@ let sha512 = "yiAivd4xFOH/WXlUi6v/nKopBh1QLzwjFi36NK88cGt/PRXI8WeBASqY+YSjIVWvQTx3hR8zHKDBMV6hWmglNA=="; }; }; - "mem-fs-editor-9.1.0" = { + "mem-fs-editor-9.3.0" = { name = "mem-fs-editor"; packageName = "mem-fs-editor"; - version = "9.1.0"; + version = "9.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-9.1.0.tgz"; - sha512 = "BrfhBTJ2oEmE9HRCbv70e7gnpflIDnV7OvDrCt5bcgoORTyleyXz7WberDt5+S/gqMpGfXpwkoXcsGoSMfb2xg=="; + url = "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-9.3.0.tgz"; + sha512 = "QKFbPwGCh1ypmc2H8BUYpbapwT/x2AOCYZQogzSui4rUNes7WVMagQXsirPIfp18EarX0SSY9Fpg426nSjew4Q=="; }; }; "memfs-3.2.2" = { @@ -39656,13 +39566,13 @@ let sha512 = "TIurLf/ustQNMXi5foClGTcEsRvH6DCvxeAKu68OrwHMOSM/M1pgPXb7qe52Svk1ClvmZuAVpLtP5FWKzPr/sw=="; }; }; - "mermaid-8.11.5" = { + "mermaid-8.12.0" = { name = "mermaid"; packageName = "mermaid"; - version = "8.11.5"; + version = "8.12.0"; src = fetchurl { - url = "https://registry.npmjs.org/mermaid/-/mermaid-8.11.5.tgz"; - sha512 = "lbIaDQlFoIQLxnLy8hZgfS6L7gt2Wxlk83fudLslUEhj4yafHyVjzGOlojJQxgsLU5khEANhxLbo0xebtOrhXQ=="; + url = "https://registry.npmjs.org/mermaid/-/mermaid-8.12.0.tgz"; + sha512 = "YegtLgtdpnd+y7J9gfSfFkD7T3G7cXQ6orOL7x4jAx6SWyJSMAQIb34JBKuhagXNsi34nK6gpfHbv63Br7246g=="; }; }; "meros-1.1.4" = { @@ -40088,15 +39998,6 @@ let sha512 = "BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ=="; }; }; - "mime-db-1.43.0" = { - name = "mime-db"; - packageName = "mime-db"; - version = "1.43.0"; - src = fetchurl { - url = "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz"; - sha512 = "+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ=="; - }; - }; "mime-db-1.44.0" = { name = "mime-db"; packageName = "mime-db"; @@ -40124,15 +40025,6 @@ let sha512 = "lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ=="; }; }; - "mime-types-2.1.26" = { - name = "mime-types"; - packageName = "mime-types"; - version = "2.1.26"; - src = fetchurl { - url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz"; - sha512 = "01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ=="; - }; - }; "mime-types-2.1.27" = { name = "mime-types"; packageName = "mime-types"; @@ -41816,15 +41708,6 @@ let sha512 = "4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg=="; }; }; - "needle-2.8.0" = { - name = "needle"; - packageName = "needle"; - version = "2.8.0"; - src = fetchurl { - url = "https://registry.npmjs.org/needle/-/needle-2.8.0.tgz"; - sha512 = "ZTq6WYkN/3782H1393me3utVYdq2XyqNUFBsprEE3VMAT0+hP/cItpnITpqsY6ep2yeFE4Tqtqwc74VqUlUYtw=="; - }; - }; "needle-2.9.0" = { name = "needle"; packageName = "needle"; @@ -41970,6 +41853,15 @@ let sha512 = "dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg=="; }; }; + "netrc-0.1.4" = { + name = "netrc"; + packageName = "netrc"; + version = "0.1.4"; + src = fetchurl { + url = "https://registry.npmjs.org/netrc/-/netrc-0.1.4.tgz"; + sha1 = "6be94fcaca8d77ade0a9670dc460914c94472444"; + }; + }; "netrc-parser-3.1.6" = { name = "netrc-parser"; packageName = "netrc-parser"; @@ -42664,6 +42556,15 @@ 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-version-alias-1.0.1" = { name = "node-version-alias"; packageName = "node-version-alias"; @@ -43988,13 +43889,13 @@ let sha512 = "fvaSZRzprpwLFge/mcwE0CItfniNisVNamDdMK1FQUjh4ArQZ8ZWSkDaJbZc3XaANKZHq0xIa8NJpZ2HSe3oXA=="; }; }; - "oo-ascii-tree-1.33.0" = { + "oo-ascii-tree-1.34.0" = { name = "oo-ascii-tree"; packageName = "oo-ascii-tree"; - version = "1.33.0"; + version = "1.34.0"; src = fetchurl { - url = "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.33.0.tgz"; - sha512 = "pthBVMVqOl3GZ6t9WjgLP9p24Oz4oVQCabhhIsY+nG9rywUtHOfqgmSm5AD3BbrJc0cP84dyDJFVlu/bVaKyjw=="; + url = "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.34.0.tgz"; + sha512 = "gAY+yfKCskAk7mkfI8nOhkP12iTGE7b8UxnQuscN80vghrozt/E/2rLeKKMJFagJlm/NnnUmBA0tBQZ3oPHEKg=="; }; }; "opal-runtime-1.0.11" = { @@ -47805,6 +47706,15 @@ let sha1 = "aa9591bcaa24923f1e0f4849d240f47efc1075ac"; }; }; + "preferences-2.0.2" = { + name = "preferences"; + packageName = "preferences"; + version = "2.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/preferences/-/preferences-2.0.2.tgz"; + sha512 = "Pc5qb/4ATHtikU4pky8MthNowe/yuhu5Wr7pPEC7pJyFZ2V7Nfh/9M0jNnZ64kiDK0nv1wDZ0TmY2ICMK0zjiw=="; + }; + }; "preferred-pm-3.0.3" = { name = "preferred-pm"; packageName = "preferred-pm"; @@ -48372,6 +48282,15 @@ let sha1 = "98472870bf228132fcbdd868129bad12c3c029e3"; }; }; + "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"; @@ -48453,13 +48372,13 @@ let sha1 = "8e57123c396ab988897fb327fd3aedc3e735e4fe"; }; }; - "prompt-1.1.0" = { + "prompt-1.2.0" = { name = "prompt"; packageName = "prompt"; - version = "1.1.0"; + version = "1.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/prompt/-/prompt-1.1.0.tgz"; - sha512 = "ec1vUPXCplDBDUVD8uPa3XGA+OzLrO40Vxv3F1uxoiZGkZhdctlK2JotcHq5X6ExjocDOGwGdCSXloGNyU5L1Q=="; + url = "https://registry.npmjs.org/prompt/-/prompt-1.2.0.tgz"; + sha512 = "iGerYRpRUg5ZyC+FJ/25G5PUKuWAGRjW1uOlhX7Pi3O5YygdK6R+KEaBjRbHSkU5vfS5PZCltSPZdDtUYwRCZA=="; }; }; "promptly-2.2.0" = { @@ -49857,15 +49776,6 @@ let sha512 = "VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="; }; }; - "qs-6.9.1" = { - name = "qs"; - packageName = "qs"; - version = "6.9.1"; - src = fetchurl { - url = "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz"; - sha512 = "Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA=="; - }; - }; "query-string-1.0.1" = { name = "query-string"; packageName = "query-string"; @@ -50478,13 +50388,13 @@ let sha512 = "dx0LvIGHcOPtKbeiSUM4jqpBl3TcY7CDjZdfOIcKeznE7BWr9dg0iPG90G5yfVQ+p/rGNMXdbfStvzQZEVEi4A=="; }; }; - "react-devtools-core-4.16.0" = { + "react-devtools-core-4.17.0" = { name = "react-devtools-core"; packageName = "react-devtools-core"; - version = "4.16.0"; + version = "4.17.0"; src = fetchurl { - url = "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.16.0.tgz"; - sha512 = "fqyVbp+wVVey6O4uVBk5s3J/vTiPludp7lulr6a8asTBm7DIA0vLBbjmAOLCnOlkWcgdy4mjsqOgNCbu8uICWw=="; + url = "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.17.0.tgz"; + sha512 = "+9/aF7Gc8gswkAsoyUyQdIrhKHY/hOaMdK0oPIHuxzckJC5Cd4R1Mx75DKaqn84znwrYvXQ65kAseA+X44jMTw=="; }; }; "react-dom-16.14.0" = { @@ -50757,13 +50667,13 @@ let sha512 = "aLcPqxovhJTVJcsnROuuzQvv6oziQx4zd3JvG0vGCL5MjTONUc4uJ90zCBC6R7W7oUKBNoR/F8pkyfVwlbxqng=="; }; }; - "read-package-json-4.0.0" = { + "read-package-json-4.0.1" = { name = "read-package-json"; packageName = "read-package-json"; - version = "4.0.0"; + version = "4.0.1"; src = fetchurl { - url = "https://registry.npmjs.org/read-package-json/-/read-package-json-4.0.0.tgz"; - sha512 = "EBQiek1udd0JKvUzaViAWHYVQRuQZ0IP0LWUOqVCJaZIX92ZO86dOpvsTOO3esRIQGgl7JhFBaGqW41VI57KvQ=="; + url = "https://registry.npmjs.org/read-package-json/-/read-package-json-4.0.1.tgz"; + sha512 = "czqCcYfkEl6sIFJVOND/5/Goseu7cVw1rcDUATq6ED0jLGjMm9/HOPmFmEZMvRu9yl272YERaMUcOlvcNU9InQ=="; }; }; "read-package-json-fast-2.0.3" = { @@ -56400,13 +56310,13 @@ let sha512 = "pJAFizB6OcuJLX4RJJuU9HWyPwM2CqLi/vs08lhVIR3TGxacxpavvK5LzbxT+Y3iWkBchOTKS5hHCigA5aaung=="; }; }; - "ssb-db2-2.3.0" = { + "ssb-db2-2.3.1" = { name = "ssb-db2"; packageName = "ssb-db2"; - version = "2.3.0"; + version = "2.3.1"; src = fetchurl { - url = "https://registry.npmjs.org/ssb-db2/-/ssb-db2-2.3.0.tgz"; - sha512 = "D3LLv5Vp5NDYrFmszM0JQ5NwSoNNUBepDzedOULXvWZ6agcr8fRijiFrgMDGyexJN9WW9eTlJk+xN3sSiX6rag=="; + url = "https://registry.npmjs.org/ssb-db2/-/ssb-db2-2.3.1.tgz"; + sha512 = "SE/GGoLn29JJeeo/SLGzjtPj5xvafn6so8fBNqM0Hfnk03DwZ7iFG0PuB8L5CMold3sLLDXFjuzdacKf85848Q=="; }; }; "ssb-ebt-5.6.7" = { @@ -56688,13 +56598,13 @@ let sha512 = "zZ/Q1M+9ZWlrchgh4QauD/MEUFa6eC6H6FYq6T8Of/y82JqsQBLwN6YlzbO09evE7Rx6x0oliXDCnQSjwGwQRA=="; }; }; - "sscaff-1.2.52" = { + "sscaff-1.2.54" = { name = "sscaff"; packageName = "sscaff"; - version = "1.2.52"; + version = "1.2.54"; src = fetchurl { - url = "https://registry.npmjs.org/sscaff/-/sscaff-1.2.52.tgz"; - sha512 = "H9068eQM8lTFbvS6m2WdpYRNyH14VqP74dK6WGg3VCF6vBSRR3fbbPP0mTamsG4sA3h+c2efB3107y/15JfDEg=="; + url = "https://registry.npmjs.org/sscaff/-/sscaff-1.2.54.tgz"; + sha512 = "092MKLW//UTJIFc8dnugvXKMgGsyiY/PP2C6MP1ThFRtwg58vH6TOfkVYo2OMxFqP7yBWJsc7VyIkzl8EiXpdQ=="; }; }; "ssh-config-1.1.6" = { @@ -58668,13 +58578,13 @@ let sha512 = "33+lQwlLxXoxy0o9WLOgw8OjbXeS3Jv+pSl+nxKc2AOClBI28HsdRPpH0u9Xa9OVjHLT9vonnOMw1ug7YXI0dA=="; }; }; - "systeminformation-5.8.2" = { + "systeminformation-5.8.6" = { name = "systeminformation"; packageName = "systeminformation"; - version = "5.8.2"; + version = "5.8.6"; src = fetchurl { - url = "https://registry.npmjs.org/systeminformation/-/systeminformation-5.8.2.tgz"; - sha512 = "XxK/gHdfGFtCAv7JLwGlPoU8bfkcTHgcGSU9LqgbdURwOgwyYlfX+jailzh2eX//9r+Wg53oOv+/DE30KNK2qA=="; + url = "https://registry.npmjs.org/systeminformation/-/systeminformation-5.8.6.tgz"; + sha512 = "R37NZR9f6OejKvERiatjh1vK49xkJ/MOgFpwpCw2h0NoD+1nKAgGzxkyjNX7bsf6ADaKzyAZ2SFK1mXddytIaA=="; }; }; "table-3.8.3" = { @@ -58894,13 +58804,13 @@ let sha512 = "0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg=="; }; }; - "tar-6.1.10" = { + "tar-6.1.11" = { name = "tar"; packageName = "tar"; - version = "6.1.10"; + version = "6.1.11"; src = fetchurl { - url = "https://registry.npmjs.org/tar/-/tar-6.1.10.tgz"; - sha512 = "kvvfiVvjGMxeUNB6MyYv5z7vhfFRwbwCXJAeL0/lnbrttBVqcMOnpHUf0X42LrPMR8mMpgapkJMchFH4FSHzNA=="; + url = "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz"; + sha512 = "an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA=="; }; }; "tar-6.1.2" = { @@ -61432,6 +61342,15 @@ let sha1 = "483126e11774df2f71b8b639dcd799c376162b82"; }; }; + "uid2-0.0.4" = { + name = "uid2"; + packageName = "uid2"; + version = "0.0.4"; + src = fetchurl { + url = "https://registry.npmjs.org/uid2/-/uid2-0.0.4.tgz"; + sha512 = "IevTus0SbGwQzYh3+fRsAMTVVPOoIVufzacXcHPmdlle1jUpq7BRL+mw3dgeLanvGZdwwbWhRV6XrcFNdBmjWA=="; + }; + }; "uint48be-2.0.1" = { name = "uint48be"; packageName = "uint48be"; @@ -64034,22 +63953,22 @@ let sha512 = "fIJZJMXbaBsK0ifBb2RmSiLtzwn6NrZnKn7O+0ziIjwAY+rPvSK9St2qqQXFU3reZVRAt/I4GBp40dC/THcUDA=="; }; }; - "vscode-debugadapter-testsupport-1.48.0" = { + "vscode-debugadapter-testsupport-1.49.0" = { name = "vscode-debugadapter-testsupport"; packageName = "vscode-debugadapter-testsupport"; - version = "1.48.0"; + version = "1.49.0"; src = fetchurl { - url = "https://registry.npmjs.org/vscode-debugadapter-testsupport/-/vscode-debugadapter-testsupport-1.48.0.tgz"; - sha512 = "XSPgfFleyHEWvzL1PqleQr+/bFBcqJEKb8lp+fi4xt+JYchNi9Onom+uGpEi22R9hVLdq1J3rE67FTK1xPr1og=="; + url = "https://registry.npmjs.org/vscode-debugadapter-testsupport/-/vscode-debugadapter-testsupport-1.49.0.tgz"; + sha512 = "4G7+EGYW1Nk5TVPbREzG33hwiqyRdVqI2VGR89hJGlS7fsiGJUDmGgjHM5fryVWkyMyJW8XWJGGVS62clq8EtQ=="; }; }; - "vscode-debugprotocol-1.48.0" = { + "vscode-debugprotocol-1.49.0" = { name = "vscode-debugprotocol"; packageName = "vscode-debugprotocol"; - version = "1.48.0"; + version = "1.49.0"; src = fetchurl { - url = "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.48.0.tgz"; - sha512 = "l2jtStdGHAca+B/ZmGAeYZtx7NHT9SY9LL6g0QeImKZjQ9P7S6wB2lcBwz1LSkgFltwLw197yFULnCr36OkLKA=="; + url = "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.49.0.tgz"; + sha512 = "3VkK3BmaqN+BGIq4lavWp9a2IC6VYgkWkkMQm6Sa5ACkhBF6ThJDrkP+/3rFE4G7F8+mM3f4bhhJhhMax2IPfg=="; }; }; "vscode-emmet-helper-1.2.17" = { @@ -65195,13 +65114,13 @@ let sha512 = "OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="; }; }; - "webtorrent-1.5.3" = { + "webtorrent-1.5.4" = { name = "webtorrent"; packageName = "webtorrent"; - version = "1.5.3"; + version = "1.5.4"; src = fetchurl { - url = "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.3.tgz"; - sha512 = "iWPFQgfVPNzpl2d3Gf2H4oycO7d15sKIpx/6lnl27WshyHXgcEPAg+RqbVL0BdXEfbiKHSYM3XplCwYiaOMUBw=="; + url = "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.4.tgz"; + sha512 = "XXvOHlCskDgDjFoId0YrTebQQ/11rIJIm0MQqkBPctSA+RPrRDDooJa8yHAsVP+Aa2PtoxrKPSHr9RFDq+46aQ=="; }; }; "well-known-symbols-2.0.0" = { @@ -66122,13 +66041,13 @@ let sha512 = "N1XQngeqMBoj9wM4ZFadVV2MymImeiFfYD+fJrNlcVcOHsJFFQe7n3b+aBoTPwARuq2HQxukfzVpQmAk1gN4sQ=="; }; }; - "xdl-59.0.54" = { + "xdl-59.1.0" = { name = "xdl"; packageName = "xdl"; - version = "59.0.54"; + version = "59.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/xdl/-/xdl-59.0.54.tgz"; - sha512 = "ucHQcVgjfzZwQqv1LavCWeubsLPtfmoTus9WpdX3/MzCvrMOt1EP7I8GQGmSOoidhpoFnV4Zqly5sMKppH5qlg=="; + url = "https://registry.npmjs.org/xdl/-/xdl-59.1.0.tgz"; + sha512 = "kEkXVds9GWYBV/oIPHvdhoTCQcP8bFG2H+OV6qfytw66gnGLrj0qYSfEvlg+0U0GLChONR37iukGCj19oFnYig=="; }; }; "xenvar-0.5.1" = { @@ -66392,15 +66311,6 @@ let sha512 = "z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g=="; }; }; - "xmldom-0.5.0" = { - name = "xmldom"; - packageName = "xmldom"; - version = "0.5.0"; - src = fetchurl { - url = "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz"; - sha512 = "Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA=="; - }; - }; "xmldom-0.6.0" = { name = "xmldom"; packageName = "xmldom"; @@ -66410,16 +66320,6 @@ let sha512 = "iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg=="; }; }; - "xmldom-git://github.com/xmldom/xmldom#0.7.0" = { - name = "xmldom"; - packageName = "xmldom"; - version = "0.7.0"; - src = fetchgit { - url = "git://github.com/xmldom/xmldom"; - rev = "c568938641cc1f121cef5b4df80fcfda1e489b6e"; - sha256 = "98ae57c19ccf66bc4d67e649250f1c28adda223064fb3c8572d245cb5aa3d440"; - }; - }; "xmlhttprequest-1.8.0" = { name = "xmlhttprequest"; packageName = "xmlhttprequest"; @@ -67159,13 +67059,13 @@ let sha512 = "Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg=="; }; }; - "zen-observable-ts-1.1.0" = { + "zen-observable-ts-1.2.0" = { name = "zen-observable-ts"; packageName = "zen-observable-ts"; - version = "1.1.0"; + version = "1.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.1.0.tgz"; - sha512 = "1h4zlLSqI2cRLPJUHJFL8bCWHhkpuXkF+dbGkRaWjgDIG26DmzyshUMrdV/rL3UnR+mhaX4fRq8LPouq0MYYIA=="; + url = "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.0.tgz"; + sha512 = "3IklmJSChXaqAD2gPz6yKHThAnZL46D51x5EPpN/MHuPjrepVdSg3qI7f5fh1RT8Y+K46Owo9fpVuJiuJXLMMA=="; }; }; "zeromq-5.2.8" = { @@ -67255,22 +67155,24 @@ in "@angular/cli" = nodeEnv.buildNodePackage { name = "_at_angular_slash_cli"; packageName = "@angular/cli"; - version = "12.2.2"; + version = "12.2.3"; src = fetchurl { - url = "https://registry.npmjs.org/@angular/cli/-/cli-12.2.2.tgz"; - sha512 = "pk+UR8m0paDb1FaED6122JpN3ky+g4c/ccJx7vHZXnXa0/H76cXNoifxkZiGySjxyQyQxUCOuQwgc2cCaX8OPQ=="; + url = "https://registry.npmjs.org/@angular/cli/-/cli-12.2.3.tgz"; + sha512 = "QBudMbLc+m/Z7GZTskeStk8PUAIPYVYRDq+9dQyKmill56t4MdmTU/m8eteVUXWpQFdRwhqIz6L9hlsfJXzP6A=="; }; dependencies = [ - sources."@angular-devkit/architect-0.1202.2" - sources."@angular-devkit/core-12.2.2" - sources."@angular-devkit/schematics-12.2.2" + sources."@angular-devkit/architect-0.1202.3" + sources."@angular-devkit/core-12.2.3" + sources."@angular-devkit/schematics-12.2.3" + sources."@gar/promisify-1.1.2" + sources."@npmcli/fs-1.0.0" sources."@npmcli/git-2.1.0" sources."@npmcli/installed-package-contents-1.0.7" sources."@npmcli/move-file-1.1.2" sources."@npmcli/node-gyp-1.0.2" sources."@npmcli/promise-spawn-1.3.2" sources."@npmcli/run-script-1.8.6" - sources."@schematics/angular-12.2.2" + sources."@schematics/angular-12.2.3" sources."@tootallnate/once-1.1.2" sources."@yarnpkg/lockfile-1.1.0" sources."abbrev-1.1.1" @@ -67303,7 +67205,7 @@ in sources."brace-expansion-1.1.11" sources."buffer-5.7.1" sources."builtins-1.0.3" - sources."cacache-15.2.0" + sources."cacache-15.3.0" sources."caseless-0.12.0" sources."chalk-4.1.2" sources."chardet-0.7.0" @@ -67491,7 +67393,7 @@ in sources."strip-ansi-6.0.0" sources."supports-color-7.2.0" sources."symbol-observable-4.0.0" - sources."tar-6.1.10" + sources."tar-6.1.11" sources."through-2.3.8" sources."tmp-0.0.33" sources."tough-cookie-2.5.0" @@ -68270,7 +68172,7 @@ in sources."@hyperswarm/hypersign-2.1.1" sources."@hyperswarm/network-2.1.0" sources."@leichtgewicht/ip-codec-2.0.3" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."abstract-extension-3.1.1" sources."abstract-leveldown-6.2.3" sources."ansi-colors-3.2.3" @@ -68761,6 +68663,110 @@ in bypassCache = true; reconstructLock = true; }; + "@nerdwallet/shepherd" = nodeEnv.buildNodePackage { + name = "_at_nerdwallet_slash_shepherd"; + packageName = "@nerdwallet/shepherd"; + version = "1.14.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@nerdwallet/shepherd/-/shepherd-1.14.1.tgz"; + sha512 = "oJbTkmm6OJryEoEj3MyOV7bgOFlrW0+o6efwaF/tEfskMmmv8+lfXoeLVJXASxF/G2IgpHAWBrna7xOE2PCmRg=="; + }; + dependencies = [ + sources."@hapi/hoek-9.2.0" + sources."@hapi/topo-5.1.0" + sources."@kwsites/file-exists-1.1.1" + sources."@kwsites/promise-deferred-1.1.1" + sources."@octokit/auth-token-2.4.5" + sources."@octokit/core-3.5.1" + sources."@octokit/endpoint-6.0.12" + sources."@octokit/graphql-4.6.4" + sources."@octokit/openapi-types-9.7.0" + sources."@octokit/plugin-paginate-rest-2.15.1" + sources."@octokit/plugin-request-log-1.0.4" + sources."@octokit/plugin-rest-endpoint-methods-5.8.0" + sources."@octokit/request-5.6.1" + sources."@octokit/request-error-2.1.0" + sources."@octokit/rest-18.9.1" + sources."@octokit/types-6.25.0" + sources."@sideway/address-4.1.2" + sources."@sideway/formula-3.0.0" + sources."@sideway/pinpoint-2.0.0" + sources."@types/js-yaml-3.12.7" + sources."ansi-regex-5.0.0" + sources."ansi-styles-4.3.0" + sources."argparse-1.0.10" + sources."at-least-node-1.0.0" + sources."base64-js-1.5.1" + sources."before-after-hook-2.2.2" + sources."bl-4.1.0" + sources."buffer-5.7.1" + sources."chalk-4.1.2" + sources."child-process-promise-2.2.1" + sources."cli-cursor-3.1.0" + sources."cli-spinners-2.6.0" + sources."clone-1.0.4" + sources."color-convert-2.0.1" + sources."color-name-1.1.4" + sources."commander-6.2.1" + sources."cross-spawn-4.0.2" + sources."debug-4.3.2" + sources."defaults-1.0.3" + sources."deprecation-2.3.1" + sources."esprima-4.0.1" + sources."fs-extra-9.1.0" + sources."graceful-fs-4.2.8" + sources."has-flag-4.0.0" + sources."ieee754-1.2.1" + sources."inherits-2.0.4" + sources."is-interactive-1.0.0" + sources."is-plain-object-5.0.0" + sources."is-unicode-supported-0.1.0" + sources."isexe-2.0.0" + sources."joi-17.4.2" + sources."js-yaml-3.14.1" + sources."jsonfile-6.1.0" + sources."lodash-4.17.21" + sources."log-symbols-4.1.0" + sources."lru-cache-4.1.5" + sources."mimic-fn-2.1.0" + sources."ms-2.1.2" + sources."netrc-0.1.4" + sources."node-fetch-2.6.1" + sources."node-version-1.2.0" + sources."once-1.4.0" + sources."onetime-5.1.2" + sources."ora-5.4.1" + sources."preferences-2.0.2" + sources."promise-polyfill-6.1.0" + sources."pseudomap-1.0.2" + sources."readable-stream-3.6.0" + sources."restore-cursor-3.1.0" + sources."safe-buffer-5.2.1" + sources."signal-exit-3.0.3" + sources."simple-git-2.44.0" + sources."sprintf-js-1.0.3" + sources."string_decoder-1.3.0" + sources."strip-ansi-6.0.0" + sources."supports-color-7.2.0" + sources."universal-user-agent-6.0.0" + sources."universalify-2.0.0" + sources."util-deprecate-1.0.2" + sources."wcwidth-1.0.1" + sources."which-1.3.1" + sources."wrappy-1.0.2" + sources."yallist-2.1.2" + sources."yaml-1.10.2" + ]; + buildInputs = globalBuildInputs; + meta = { + description = "A utility for applying code changes across many repositories"; + homepage = "https://github.com/NerdWalletOSS/shepherd#readme"; + license = "Apache-2.0"; + }; + production = true; + bypassCache = true; + reconstructLock = true; + }; "@nestjs/cli" = nodeEnv.buildNodePackage { name = "_at_nestjs_slash_cli"; packageName = "@nestjs/cli"; @@ -68804,7 +68810,7 @@ in sources."@types/eslint-scope-3.7.1" sources."@types/estree-0.0.50" sources."@types/json-schema-7.0.9" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/parse-json-4.0.0" sources."@webassemblyjs/ast-1.11.1" sources."@webassemblyjs/floating-point-hex-parser-1.11.1" @@ -68843,7 +68849,7 @@ in sources."buffer-5.7.1" sources."buffer-from-1.1.2" sources."callsites-3.1.0" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."chalk-3.0.0" sources."chardet-0.7.0" sources."chokidar-3.5.2" @@ -68870,7 +68876,7 @@ in sources."cross-spawn-7.0.3" sources."deepmerge-4.2.2" sources."defaults-1.0.3" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" (sources."enhanced-resolve-5.8.2" // { @@ -69320,7 +69326,7 @@ in sources."@types/express-serve-static-core-4.17.24" sources."@types/fs-capacitor-2.0.0" sources."@types/glob-7.1.4" - sources."@types/http-assert-1.5.2" + sources."@types/http-assert-1.5.3" sources."@types/http-errors-1.8.1" sources."@types/inquirer-6.5.0" (sources."@types/jscodeshift-0.7.2" // { @@ -69336,7 +69342,7 @@ in sources."@types/long-4.0.1" sources."@types/mime-1.3.2" sources."@types/minimatch-3.0.5" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/normalize-package-data-2.4.1" sources."@types/qs-6.9.7" sources."@types/range-parser-1.2.4" @@ -69479,7 +69485,7 @@ in sources."call-bind-1.0.2" sources."call-me-maybe-1.0.1" sources."camelcase-5.3.1" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."caseless-0.12.0" sources."caw-2.0.1" sources."chalk-2.4.2" @@ -69536,12 +69542,12 @@ in sources."cookie-0.4.0" sources."cookie-signature-1.0.6" sources."copy-descriptor-0.1.1" - (sources."core-js-compat-3.16.2" // { + (sources."core-js-compat-3.16.3" // { dependencies = [ sources."semver-7.0.0" ]; }) - sources."core-js-pure-3.16.2" + sources."core-js-pure-3.16.3" sources."core-util-is-1.0.2" sources."cors-2.8.5" (sources."cross-spawn-6.0.5" // { @@ -69607,7 +69613,7 @@ in sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" sources."ejs-2.7.4" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-7.0.3" sources."encodeurl-1.0.2" sources."end-of-stream-1.4.4" @@ -70620,7 +70626,7 @@ in sources."balanced-match-1.0.2" sources."brace-expansion-1.1.11" sources."browserslist-4.16.8" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."chalk-2.4.2" sources."color-convert-1.9.3" sources."color-name-1.1.3" @@ -70631,7 +70637,7 @@ in sources."convert-source-map-1.8.0" sources."debug-4.3.2" sources."ejs-3.1.6" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."ensure-posix-path-1.1.1" sources."escalade-3.1.1" sources."escape-string-regexp-1.0.5" @@ -70725,7 +70731,7 @@ in dependencies = [ sources."@types/glob-7.1.4" sources."@types/minimatch-3.0.5" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."balanced-match-1.0.2" sources."brace-expansion-1.1.11" sources."chromium-pickle-js-0.2.0" @@ -70753,16 +70759,16 @@ in autoprefixer = nodeEnv.buildNodePackage { name = "autoprefixer"; packageName = "autoprefixer"; - version = "10.3.2"; + version = "10.3.3"; src = fetchurl { - url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.2.tgz"; - sha512 = "RHKq0YCvhxAn9987n0Gl6lkzLd39UKwCkUPMFE0cHhxU0SvcTjBxWG/CtkZ4/HvbqK9U5V8j03nAcGBlX3er/Q=="; + url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.3.tgz"; + sha512 = "yRzjxfnggrP/+qVHlUuZz5FZzEbkT+Yt0/Df6ScEMnbbZBLzYB2W0KLxoQCW+THm1SpOsM1ZPcTHAwuvmibIsQ=="; }; dependencies = [ sources."browserslist-4.16.8" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."colorette-1.3.0" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."escalade-3.1.1" sources."fraction.js-4.1.1" sources."node-releases-1.1.75" @@ -70789,14 +70795,14 @@ in }; dependencies = [ sources."@tootallnate/once-1.1.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/yauzl-2.9.2" sources."agent-base-6.0.2" sources."ansi-escapes-4.3.2" sources."ansi-regex-5.0.0" sources."ansi-styles-4.3.0" sources."ast-types-0.13.4" - (sources."aws-sdk-2.974.0" // { + (sources."aws-sdk-2.976.0" // { dependencies = [ sources."uuid-3.3.2" ]; @@ -71000,23 +71006,18 @@ in balanceofsatoshis = nodeEnv.buildNodePackage { name = "balanceofsatoshis"; packageName = "balanceofsatoshis"; - version = "10.9.0"; + version = "10.9.2"; src = fetchurl { - url = "https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-10.9.0.tgz"; - sha512 = "i0ynlnvpby/GQlOhM1Qm1VD2TWruMJgb6WcdMcV//OHaUWr7IQft1+BckFUjmaLm13rSpxiXj4yP9plTL6BawQ=="; + url = "https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-10.9.2.tgz"; + sha512 = "tFjaQXQZ2Zu7Kz1ETOab3mnmjH1LYKJS3oeSVhT0tmQGF7MPFAoSghcjFz0vDmMxrQxIzBWXWjlRLOyTtGdWUw=="; }; dependencies = [ sources."@alexbosworth/html2unicode-1.1.5" - (sources."@alexbosworth/request-2.88.3" // { - dependencies = [ - sources."safe-buffer-5.2.0" - ]; - }) sources."@alexbosworth/saxophone-0.6.2" sources."@cto.af/textdecoder-0.0.0" (sources."@grpc/grpc-js-1.3.7" // { dependencies = [ - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" ]; }) sources."@grpc/proto-loader-0.6.4" @@ -71038,24 +71039,20 @@ in sources."@types/body-parser-1.19.1" sources."@types/caseless-0.12.2" sources."@types/connect-3.4.35" - sources."@types/express-4.17.12" + sources."@types/express-4.17.13" sources."@types/express-serve-static-core-4.17.24" sources."@types/long-4.0.1" sources."@types/mime-1.3.2" sources."@types/node-10.12.18" sources."@types/qs-6.9.7" sources."@types/range-parser-1.2.4" - (sources."@types/request-2.48.5" // { - dependencies = [ - sources."form-data-2.5.1" - ]; - }) + sources."@types/request-2.48.7" sources."@types/serve-static-1.13.10" sources."@types/tough-cookie-4.0.1" - sources."@types/ws-7.4.4" + sources."@types/ws-7.4.7" sources."abort-controller-3.0.0" sources."accepts-1.3.7" - sources."ajv-6.12.6" + sources."ajv-8.6.2" sources."ansi-0.3.1" (sources."ansi-align-3.0.0" // { dependencies = [ @@ -71077,8 +71074,6 @@ in }) sources."array-flatten-1.1.1" sources."asciichart-1.5.25" - sources."asn1-0.2.4" - sources."assert-plus-1.0.0" sources."astral-regex-2.0.0" sources."async-3.2.1" (sources."asyncjs-util-1.2.6" // { @@ -71087,8 +71082,6 @@ in ]; }) sources."asynckit-0.4.0" - sources."aws-sign2-0.7.0" - sources."aws4-1.9.1" sources."base-x-3.0.8" sources."base64-js-1.5.1" (sources."basic-auth-2.0.1" // { @@ -71096,7 +71089,6 @@ in sources."safe-buffer-5.1.2" ]; }) - sources."bcrypt-pbkdf-1.0.2" sources."bech32-1.1.4" sources."bessel-1.0.2" sources."bindings-1.5.0" @@ -71110,11 +71102,7 @@ in sources."bl-4.1.0" sources."bluebird-3.7.2" sources."bn.js-4.12.0" - (sources."body-parser-1.19.0" // { - dependencies = [ - sources."qs-6.7.0" - ]; - }) + sources."body-parser-1.19.0" (sources."bolt01-1.2.2" // { dependencies = [ sources."bn.js-5.2.0" @@ -71156,7 +71144,6 @@ in }) sources."camelcase-6.2.0" sources."caporal-1.4.0" - sources."caseless-0.12.0" sources."cbor-8.0.0" sources."cert-info-1.5.1" (sources."chalk-1.1.3" // { @@ -71214,7 +71201,6 @@ in sources."crypto-random-string-2.0.0" sources."csv-parse-4.16.0" sources."cycle-1.0.3" - sources."dashdash-1.14.1" sources."debug-2.6.9" sources."decompress-response-3.3.0" sources."deep-extend-0.6.0" @@ -71227,7 +71213,6 @@ in sources."destroy-1.0.4" sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" - sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" sources."elliptic-6.5.4" sources."emoji-regex-8.0.0" @@ -71242,28 +71227,23 @@ in sources."exit-hook-1.1.1" (sources."express-4.17.1" // { dependencies = [ - sources."qs-6.7.0" sources."safe-buffer-5.1.2" ]; }) sources."extend-3.0.2" sources."external-editor-1.1.1" - sources."extsprintf-1.3.0" sources."eyes-0.1.8" sources."fast-deep-equal-3.1.3" - sources."fast-json-stable-stringify-2.1.0" sources."fast-levenshtein-2.0.6" sources."figures-1.7.0" sources."file-uri-to-path-1.0.0" sources."finalhandler-1.1.2" - sources."forever-agent-0.6.1" - sources."form-data-3.0.0" + sources."form-data-2.5.1" sources."forwarded-0.2.0" sources."fresh-0.5.2" sources."gauge-1.2.7" sources."get-caller-file-2.0.5" sources."get-stream-4.1.0" - sources."getpass-0.1.7" sources."global-dirs-3.0.0" (sources."goldengate-10.3.0" // { dependencies = [ @@ -71273,8 +71253,6 @@ in }) sources."got-9.6.0" sources."graceful-fs-4.2.8" - sources."har-schema-2.0.0" - sources."har-validator-5.1.3" (sources."has-ansi-2.0.0" // { dependencies = [ sources."ansi-regex-2.1.1" @@ -71293,7 +71271,6 @@ in sources."inherits-2.0.3" ]; }) - sources."http-signature-1.3.1" sources."iconv-lite-0.4.24" sources."ieee754-1.2.1" sources."import-lazy-4.0.0" @@ -71326,7 +71303,6 @@ in sources."bn.js-5.2.0" ]; }) - sources."ip-regex-2.1.0" sources."ipaddr.js-1.9.1" sources."is-accessor-descriptor-1.0.0" sources."is-buffer-1.1.6" @@ -71350,126 +71326,36 @@ in sources."isarray-1.0.0" sources."isnumber-1.0.0" sources."isstream-0.1.2" - 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."json-schema-traverse-1.0.0" sources."json2csv-5.0.6" sources."jsonparse-1.3.1" - sources."jsprim-1.4.1" sources."jstat-1.9.5" sources."keyv-3.1.0" sources."kind-of-6.0.3" sources."latest-version-5.1.0" - (sources."lightning-3.3.9" // { + (sources."lightning-4.1.0" // { dependencies = [ - sources."@grpc/grpc-js-1.3.2" - sources."@grpc/proto-loader-0.6.2" - sources."@types/node-15.6.1" - sources."async-3.2.0" - sources."bech32-2.0.0" - sources."bn.js-5.2.0" - sources."cbor-7.0.5" - sources."invoices-1.2.1" - sources."nofilter-2.0.3" - ]; - }) - (sources."ln-accounting-4.3.1" // { - dependencies = [ - sources."@grpc/grpc-js-1.3.2" - sources."@grpc/proto-loader-0.6.2" - sources."@types/node-16.7.1" - sources."@types/ws-7.4.5" - sources."async-3.2.0" - sources."bech32-2.0.0" - sources."bn.js-5.2.0" - sources."cbor-7.0.5" - (sources."goldengate-10.1.0" // { - dependencies = [ - sources."ln-service-51.8.2" - ]; - }) - sources."invoices-1.2.1" - (sources."ln-service-51.8.5" // { - dependencies = [ - sources."@grpc/grpc-js-1.3.4" - sources."@grpc/proto-loader-0.6.3" - sources."@types/node-15.12.5" - sources."invoices-2.0.0" - sources."lightning-3.3.12" - sources."ws-7.5.0" - ]; - }) - sources."nofilter-2.0.3" - ]; - }) - (sources."ln-service-52.0.1" // { - dependencies = [ - sources."@types/express-4.17.13" sources."@types/node-16.6.1" - sources."@types/request-2.48.7" - sources."@types/ws-7.4.7" sources."bn.js-5.2.0" - sources."form-data-2.5.1" - sources."lightning-4.1.0" - sources."ws-8.1.0" ]; }) + sources."ln-accounting-5.0.0" + sources."ln-service-52.0.1" (sources."ln-sync-0.4.7" // { dependencies = [ sources."@grpc/grpc-js-1.3.6" - sources."@types/express-4.17.13" sources."@types/node-16.3.3" sources."@types/request-2.48.6" - sources."@types/ws-7.4.7" sources."async-3.2.0" sources."bn.js-5.2.0" sources."cbor-7.0.6" sources."colorette-1.2.2" - sources."form-data-2.5.1" sources."lightning-3.4.0" sources."nofilter-2.0.3" ]; }) - (sources."ln-telegram-3.2.10" // { - dependencies = [ - sources."@grpc/grpc-js-1.3.2" - sources."@grpc/proto-loader-0.6.2" - sources."@types/express-4.17.13" - sources."@types/node-16.7.1" - sources."@types/request-2.48.7" - sources."@types/ws-7.4.7" - sources."bech32-2.0.0" - sources."bn.js-5.2.0" - sources."cbor-7.0.5" - sources."form-data-2.5.1" - (sources."goldengate-10.1.0" // { - dependencies = [ - sources."async-3.2.0" - sources."ln-service-51.8.2" - ]; - }) - sources."invoices-1.2.1" - (sources."lightning-4.0.0" // { - dependencies = [ - sources."@grpc/grpc-js-1.3.7" - sources."@grpc/proto-loader-0.6.4" - sources."@types/node-16.6.0" - sources."cbor-8.0.0" - sources."invoices-2.0.0" - sources."nofilter-3.0.3" - ]; - }) - (sources."ln-service-52.0.0" // { - dependencies = [ - sources."invoices-2.0.0" - ]; - }) - sources."nofilter-2.0.3" - sources."ws-8.1.0" - ]; - }) + sources."ln-telegram-3.2.11" sources."lodash-4.17.21" sources."lodash.camelcase-4.3.0" sources."lodash.clonedeep-4.5.0" @@ -71491,11 +71377,7 @@ in sources."lowercase-keys-1.0.1" sources."lru-cache-6.0.0" sources."luxon-2.0.2" - (sources."macaroon-3.0.4" // { - dependencies = [ - sources."tweetnacl-1.0.3" - ]; - }) + sources."macaroon-3.0.4" (sources."make-dir-3.1.0" // { dependencies = [ sources."semver-6.3.0" @@ -71508,8 +71390,8 @@ in sources."methods-1.1.2" sources."micromist-1.1.0" sources."mime-1.6.0" - sources."mime-db-1.43.0" - sources."mime-types-2.1.26" + sources."mime-db-1.49.0" + sources."mime-types-2.1.32" sources."mimic-fn-2.1.0" sources."mimic-response-1.0.1" sources."minimalistic-assert-1.0.1" @@ -71534,7 +71416,6 @@ in sources."normalize-url-4.5.1" sources."npmlog-2.0.4" sources."number-is-nan-1.0.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" @@ -71565,7 +71446,9 @@ in dependencies = [ sources."@grpc/grpc-js-1.3.4" sources."@grpc/proto-loader-0.6.3" + sources."@types/express-4.17.12" sources."@types/node-15.12.5" + sources."@types/request-2.48.5" sources."@types/ws-7.4.5" sources."async-3.2.0" sources."bn.js-5.2.0" @@ -71578,24 +71461,33 @@ in }) sources."parseurl-1.3.3" sources."path-to-regexp-0.1.7" - sources."performance-now-2.1.0" sources."pinkie-2.0.4" sources."pinkie-promise-2.0.1" sources."prepend-http-2.0.0" sources."prettyjson-1.2.1" (sources."probing-1.3.6" // { dependencies = [ + sources."@grpc/grpc-js-1.3.2" + sources."@grpc/proto-loader-0.6.2" + sources."@types/express-4.17.12" + sources."@types/node-15.6.1" + sources."@types/request-2.48.5" + sources."@types/ws-7.4.4" sources."async-3.2.0" sources."bech32-2.0.0" sources."bn.js-5.2.0" + sources."cbor-7.0.5" sources."invoices-1.2.1" + sources."lightning-3.3.9" sources."ln-service-51.8.2" + sources."nofilter-2.0.3" + sources."ws-7.4.6" ]; }) sources."process-nextick-args-2.0.1" (sources."protobufjs-6.11.2" // { dependencies = [ - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" ]; }) sources."proxy-addr-2.0.7" @@ -71604,13 +71496,12 @@ in sources."bn.js-5.2.0" ]; }) - sources."psl-1.8.0" sources."pump-3.0.0" sources."punycode-2.1.1" sources."pupa-2.1.1" sources."pushdata-bitcoin-1.0.1" sources."qrcode-terminal-0.12.0" - sources."qs-6.9.1" + sources."qs-6.7.0" sources."randombytes-2.1.0" sources."range-parser-1.2.1" sources."raw-body-2.4.0" @@ -71659,7 +71550,6 @@ in ]; }) sources."spawn-sync-1.0.15" - sources."sshpk-1.16.1" sources."stack-trace-0.0.10" sources."stats-lite-2.2.0" sources."statuses-1.5.0" @@ -71670,10 +71560,8 @@ in sources."supports-color-2.0.0" (sources."table-6.7.1" // { dependencies = [ - sources."ajv-8.6.2" sources."ansi-regex-5.0.0" sources."is-fullwidth-code-point-3.0.0" - sources."json-schema-traverse-1.0.0" sources."string-width-4.2.2" sources."strip-ansi-6.0.0" ]; @@ -71699,11 +71587,9 @@ in sources."tmp-0.0.29" sources."to-readable-stream-1.0.0" sources."toidentifier-1.0.0" - sources."tough-cookie-3.0.1" sources."truncate-utf8-bytes-1.0.2" sources."tslib-2.1.0" - sources."tunnel-agent-0.6.0" - sources."tweetnacl-0.14.5" + sources."tweetnacl-1.0.3" sources."tweetnacl-util-0.15.1" sources."type-fest-0.21.3" sources."type-is-1.6.18" @@ -71726,10 +71612,8 @@ in sources."utf8-byte-length-1.0.4" sources."util-deprecate-1.0.2" sources."utils-merge-1.0.1" - sources."uuid-3.4.0" sources."varuint-bitcoin-1.1.2" sources."vary-1.1.2" - sources."verror-1.10.0" sources."wcwidth-1.0.1" (sources."widest-line-3.1.0" // { dependencies = [ @@ -71758,7 +71642,7 @@ in }) sources."wrappy-1.0.2" sources."write-file-atomic-3.0.3" - sources."ws-7.4.6" + sources."ws-8.1.0" sources."xdg-basedir-4.0.0" sources."y18n-5.0.8" sources."yallist-4.0.0" @@ -72943,7 +72827,7 @@ in sources."@protobufjs/pool-1.1.0" sources."@protobufjs/utf8-1.1.0" sources."@types/long-4.0.1" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."addr-to-ip-port-1.5.4" sources."airplay-js-0.2.16" sources."ajv-6.12.6" @@ -73351,9 +73235,10 @@ in sha512 = "4ixIu+0Fm5gv6nQ+cNhIHu5heJ95yC5HgVTU/Ad4hg5g0zWQLQcOn7s6znqgpFMDtrpH1v4RTMNp/jv10+FPiw=="; }; dependencies = [ - sources."@jsii/check-node-1.33.0" - sources."@jsii/spec-1.33.0" + sources."@jsii/check-node-1.34.0" + sources."@jsii/spec-1.34.0" sources."@types/node-10.17.60" + sources."@xmldom/xmldom-0.7.2" sources."ansi-regex-5.0.0" sources."ansi-styles-4.3.0" sources."at-least-node-1.0.0" @@ -73366,7 +73251,7 @@ in sources."chalk-4.1.2" sources."cliui-7.0.4" sources."clone-2.1.2" - (sources."codemaker-1.33.0" // { + (sources."codemaker-1.34.0" // { dependencies = [ sources."fs-extra-9.1.0" ]; @@ -73375,7 +73260,7 @@ in sources."color-name-1.1.4" sources."colors-1.4.0" sources."commonmark-0.30.0" - sources."constructs-3.3.131" + sources."constructs-3.3.133" sources."date-format-3.0.0" sources."debug-4.3.2" sources."decamelize-5.0.0" @@ -73427,37 +73312,37 @@ in sources."is-weakmap-2.0.1" sources."is-weakset-2.0.1" sources."isarray-2.0.5" - (sources."jsii-1.33.0" // { + (sources."jsii-1.34.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-pacmak-1.33.0" // { + (sources."jsii-pacmak-1.34.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-reflect-1.33.0" // { + (sources."jsii-reflect-1.34.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-rosetta-1.33.0" // { + (sources."jsii-rosetta-1.34.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-srcmak-0.1.333" // { + (sources."jsii-srcmak-0.1.335" // { dependencies = [ sources."fs-extra-9.1.0" ]; }) sources."json-schema-0.3.0" - sources."json2jsii-0.2.5" + sources."json2jsii-0.2.7" sources."jsonfile-6.1.0" sources."jsonschema-1.4.0" sources."locate-path-5.0.0" @@ -73473,7 +73358,7 @@ in sources."object-is-1.1.5" sources."object-keys-1.1.1" sources."object.assign-4.1.2" - sources."oo-ascii-tree-1.33.0" + sources."oo-ascii-tree-1.34.0" sources."p-limit-2.3.0" sources."p-locate-4.1.0" sources."p-try-2.2.0" @@ -73493,7 +73378,7 @@ in sources."snake-case-3.0.4" sources."sort-json-2.0.0" sources."spdx-license-list-6.4.0" - sources."sscaff-1.2.52" + sources."sscaff-1.2.54" (sources."streamroller-2.2.4" // { dependencies = [ sources."date-format-2.1.0" @@ -73515,7 +73400,6 @@ in sources."which-typed-array-1.1.6" sources."wrap-ansi-7.0.0" sources."xmlbuilder-15.1.1" - sources."xmldom-git://github.com/xmldom/xmldom#0.7.0" sources."y18n-5.0.8" sources."yallist-4.0.0" sources."yaml-1.10.2" @@ -73549,7 +73433,7 @@ in sha512 = "53HldFlYJdptaQ9yZyx8xuN0pxmBwI7yaVImmPwGmauoOYWsO89YrAjyPIiAaR+GWI8avbQeg3jz5Z1Q+MoIGA=="; }; dependencies = [ - sources."@apollo/client-3.4.8" + sources."@apollo/client-3.4.9" (sources."@apollo/protobufjs-1.2.2" // { dependencies = [ sources."@types/node-10.17.60" @@ -73613,8 +73497,8 @@ in }) sources."@graphql-typed-document-node/core-3.1.0" sources."@josephg/resolvable-1.0.1" - sources."@jsii/check-node-1.33.0" - sources."@jsii/spec-1.33.0" + sources."@jsii/check-node-1.34.0" + sources."@jsii/spec-1.34.0" sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" @@ -73638,17 +73522,17 @@ in sources."@types/express-serve-static-core-4.17.24" sources."@types/long-4.0.1" sources."@types/mime-1.3.2" - sources."@types/node-14.17.11" + sources."@types/node-14.17.12" sources."@types/node-fetch-2.5.12" sources."@types/qs-6.9.7" sources."@types/range-parser-1.2.4" sources."@types/serve-static-1.13.10" sources."@types/yauzl-2.9.2" sources."@types/yoga-layout-1.9.2" - sources."@types/zen-observable-0.8.3" sources."@wry/context-0.6.1" sources."@wry/equality-0.5.2" sources."@wry/trie-0.3.1" + sources."@xmldom/xmldom-0.7.2" sources."accepts-1.3.7" sources."address-1.1.2" (sources."ansi-escapes-4.3.2" // { @@ -73667,14 +73551,14 @@ in sources."apollo-graphql-0.9.3" sources."apollo-reporting-protobuf-3.0.0" sources."apollo-server-caching-3.1.0" - (sources."apollo-server-core-3.2.0" // { + (sources."apollo-server-core-3.3.0" // { dependencies = [ sources."@graphql-tools/utils-8.1.2" ]; }) sources."apollo-server-env-4.0.3" sources."apollo-server-errors-3.1.0" - sources."apollo-server-express-3.2.0" + sources."apollo-server-express-3.3.0" sources."apollo-server-plugin-base-3.2.0" sources."apollo-server-types-3.2.0" sources."archiver-5.3.0" @@ -73757,7 +73641,7 @@ in ]; }) sources."concat-map-0.0.1" - sources."constructs-3.3.131" + sources."constructs-3.3.133" (sources."content-disposition-0.5.3" // { dependencies = [ sources."safe-buffer-5.1.2" @@ -73767,7 +73651,7 @@ in sources."convert-to-spaces-1.0.2" sources."cookie-0.4.0" sources."cookie-signature-1.0.6" - sources."core-js-pure-3.16.2" + sources."core-js-pure-3.16.3" sources."core-util-is-1.0.2" sources."cors-2.8.5" sources."crc-32-1.2.0" @@ -73929,35 +73813,35 @@ in sources."iterall-1.3.0" sources."js-tokens-4.0.0" sources."jsesc-2.5.2" - (sources."jsii-1.33.0" // { + (sources."jsii-1.34.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-pacmak-1.33.0" // { + (sources."jsii-pacmak-1.34.0" // { dependencies = [ sources."clone-2.1.2" - sources."codemaker-1.33.0" + sources."codemaker-1.34.0" sources."decamelize-5.0.0" sources."escape-string-regexp-4.0.0" sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-reflect-1.33.0" // { + (sources."jsii-reflect-1.34.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-rosetta-1.33.0" // { + (sources."jsii-rosetta-1.34.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-srcmak-0.1.333" // { + (sources."jsii-srcmak-0.1.335" // { dependencies = [ sources."fs-extra-9.1.0" ]; @@ -74022,7 +73906,7 @@ in sources."on-finished-2.3.0" sources."once-1.4.0" sources."onetime-5.1.2" - sources."oo-ascii-tree-1.33.0" + sources."oo-ascii-tree-1.34.0" sources."open-7.4.2" sources."optimism-0.16.1" sources."ora-5.4.1" @@ -74058,7 +73942,7 @@ in sources."range-parser-1.2.1" sources."raw-body-2.4.0" sources."react-16.14.0" - sources."react-devtools-core-4.16.0" + sources."react-devtools-core-4.17.0" sources."react-is-16.13.1" sources."react-reconciler-0.24.0" sources."readable-stream-3.6.0" @@ -74115,7 +73999,7 @@ in sources."sort-json-2.0.0" sources."source-map-0.5.7" sources."spdx-license-list-6.4.0" - sources."sscaff-1.2.52" + sources."sscaff-1.2.54" (sources."stack-utils-2.0.3" // { dependencies = [ sources."escape-string-regexp-2.0.0" @@ -74187,7 +74071,6 @@ in sources."wrappy-1.0.2" sources."ws-7.5.3" sources."xmlbuilder-15.1.1" - sources."xmldom-git://github.com/xmldom/xmldom#0.7.0" sources."xss-1.0.9" sources."y18n-5.0.8" sources."yallist-4.0.0" @@ -74209,7 +74092,7 @@ in sources."yocto-queue-0.1.0" sources."yoga-layout-prebuilt-1.10.0" sources."zen-observable-0.8.15" - sources."zen-observable-ts-1.1.0" + sources."zen-observable-ts-1.2.0" sources."zip-stream-4.1.0" sources."zod-1.11.17" ]; @@ -74363,8 +74246,6 @@ in dependencies = [ sources."ansi-styles-3.2.1" sources."async-0.9.2" - sources."balanced-match-1.0.2" - sources."brace-expansion-1.1.11" sources."chalk-2.4.2" sources."cli-spinner-0.2.10" sources."clubhouse-lib-0.10.0" @@ -74372,42 +74253,28 @@ in sources."color-name-1.1.3" sources."colors-1.4.0" sources."commander-2.20.3" - sources."concat-map-0.0.1" sources."cycle-1.0.3" sources."debug-4.3.2" sources."decode-uri-component-0.2.0" - sources."deep-equal-0.2.2" sources."encoding-0.1.13" sources."escape-string-regexp-1.0.5" sources."eyes-0.1.8" sources."fetch-everywhere-1.0.5" sources."filter-obj-1.1.0" - sources."fs.realpath-1.0.0" - sources."glob-7.1.7" sources."has-flag-3.0.0" sources."hasurl-1.0.0" - sources."i-0.3.6" sources."iconv-lite-0.6.3" - sources."inflight-1.0.6" - sources."inherits-2.0.4" sources."is-stream-1.1.0" sources."isstream-0.1.2" sources."lodash.sortby-4.7.0" - sources."minimatch-3.0.4" - sources."minimist-1.2.5" - sources."mkdirp-0.5.5" sources."ms-2.1.2" sources."mute-stream-0.0.8" - sources."ncp-1.0.1" sources."node-fetch-1.7.3" - sources."once-1.4.0" - sources."path-is-absolute-1.0.1" - sources."prompt-1.1.0" + sources."prompt-1.2.0" sources."punycode-2.1.1" sources."query-string-6.14.1" sources."read-1.0.7" sources."revalidator-0.1.8" - sources."rimraf-2.7.1" sources."safer-buffer-2.1.2" sources."split-on-first-1.1.0" sources."stack-trace-0.0.10" @@ -74415,7 +74282,6 @@ in sources."supports-color-5.5.0" sources."tr46-1.0.1" sources."universal-url-2.0.0" - sources."utile-0.3.0" sources."webidl-conversions-4.0.2" sources."whatwg-fetch-3.6.2" sources."whatwg-url-7.1.0" @@ -74425,7 +74291,6 @@ in sources."colors-1.0.3" ]; }) - sources."wrappy-1.0.2" ]; buildInputs = globalBuildInputs; meta = { @@ -74552,10 +74417,10 @@ in coc-explorer = nodeEnv.buildNodePackage { name = "coc-explorer"; packageName = "coc-explorer"; - version = "0.18.15"; + version = "0.18.16"; src = fetchurl { - url = "https://registry.npmjs.org/coc-explorer/-/coc-explorer-0.18.15.tgz"; - sha512 = "YXwbqzvEKo2fT2srqhESG3KOzz1mZ8V4SY/T8fLo2yxY1C14m7Bol2rqP+7VI+tXwaKXWbnMoQRDgOTjgL2oxQ=="; + url = "https://registry.npmjs.org/coc-explorer/-/coc-explorer-0.18.16.tgz"; + sha512 = "sFk/5y7v/ITvuIeLia4VYRvQvD4fXgOI/Z3iS+1etkxuhiQo5fDwkRACWL6B4kRn6SWIn2scHyt49ePx1LURNg=="; }; dependencies = [ sources."@sindresorhus/df-3.1.1" @@ -75006,7 +74871,7 @@ in sources."string_decoder-1.1.1" sources."strip-eof-1.0.0" sources."strip-json-comments-2.0.1" - sources."tar-6.1.10" + sources."tar-6.1.11" sources."traverse-0.3.9" sources."tslib-2.3.1" sources."unbox-primitive-1.0.1" @@ -75144,7 +75009,7 @@ in sources."callsites-3.1.0" sources."camelcase-2.1.1" sources."camelcase-keys-2.1.0" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."capture-stack-trace-1.0.1" sources."ccount-1.1.0" (sources."chalk-4.1.2" // { @@ -75206,7 +75071,7 @@ in ]; }) sources."copy-descriptor-0.1.1" - sources."core-js-3.16.2" + sources."core-js-3.16.3" sources."cosmiconfig-3.1.0" sources."create-error-class-3.0.2" sources."cross-spawn-7.0.3" @@ -75242,7 +75107,7 @@ in sources."domutils-1.7.0" sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."enquirer-2.3.6" @@ -76253,7 +76118,7 @@ in sources."callsites-3.1.0" sources."camelcase-5.3.1" sources."camelcase-keys-6.2.2" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" (sources."chalk-4.1.2" // { dependencies = [ sources."ansi-styles-4.3.0" @@ -76291,7 +76156,7 @@ in sources."domelementtype-1.3.1" sources."domhandler-2.4.2" sources."domutils-1.7.0" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-8.0.0" sources."entities-1.1.2" sources."error-ex-1.3.2" @@ -77539,10 +77404,12 @@ in sha512 = "00wMcj3X9ILhKtvRG2iEwO2qly4B+vgXFhH4WhVepWg2UVbD1opl1q9jSZ+j2AaI/vsBWW8e6M2M5FAHasnuWw=="; }; dependencies = [ + sources."@gar/promisify-1.1.2" sources."@netflix/nerror-1.1.3" sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" + sources."@npmcli/fs-1.0.0" sources."@npmcli/git-2.1.0" sources."@npmcli/installed-package-contents-1.0.7" sources."@npmcli/move-file-1.1.2" @@ -77609,7 +77476,7 @@ in sources."braces-3.0.2" sources."builtins-1.0.3" sources."bytes-3.0.0" - sources."cacache-15.2.0" + sources."cacache-15.3.0" (sources."cacheable-request-6.1.0" // { dependencies = [ sources."lowercase-keys-2.0.0" @@ -78062,7 +77929,7 @@ in sources."strip-json-comments-2.0.1" sources."supports-color-7.2.0" sources."systeminformation-4.34.23" - sources."tar-6.1.10" + sources."tar-6.1.11" sources."term-size-2.2.1" sources."through-2.3.8" sources."tmp-0.2.1" @@ -78153,7 +78020,7 @@ in sources."@types/glob-7.1.4" sources."@types/minimatch-3.0.5" sources."@types/minimist-1.2.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/normalize-package-data-2.4.1" sources."aggregate-error-3.1.0" sources."ansi-styles-3.2.1" @@ -78524,7 +78391,7 @@ in sources."@cycle/run-3.4.0" sources."@cycle/time-0.10.1" sources."@types/cookiejar-2.1.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/superagent-3.8.2" sources."ansi-escapes-3.2.0" sources."ansi-regex-2.1.1" @@ -78960,7 +78827,6 @@ in }) sources."decode-uri-component-0.2.0" sources."decompress-response-4.2.1" - sources."deep-equal-0.2.2" sources."deep-extend-0.6.0" sources."define-property-2.0.2" sources."delayed-stream-1.0.0" @@ -79091,7 +78957,6 @@ in sources."debug-3.2.7" ]; }) - sources."i-0.3.6" sources."import-lazy-2.1.0" sources."imurmurhash-0.1.4" sources."inflight-1.0.6" @@ -79174,7 +79039,6 @@ in sources."is-extendable-1.0.1" ]; }) - sources."mkdirp-0.5.5" sources."mkdirp-classic-0.5.3" sources."ms-2.1.3" sources."multi-random-access-2.1.1" @@ -79194,7 +79058,6 @@ in sources."nanoscheduler-1.0.3" sources."nanotiming-7.3.1" sources."napi-macros-2.0.0" - sources."ncp-1.0.1" sources."neat-input-1.11.1" sources."neat-log-3.1.0" sources."neat-spinner-1.0.0" @@ -79238,7 +79101,7 @@ in sources."process-0.11.10" sources."process-nextick-args-2.0.1" sources."progress-string-1.2.2" - sources."prompt-1.1.0" + sources."prompt-1.2.0" (sources."protocol-buffers-encodings-1.1.1" // { dependencies = [ sources."varint-5.0.0" @@ -79441,7 +79304,6 @@ in sources."url-parse-lax-1.0.0" sources."use-3.1.1" sources."util-deprecate-1.0.2" - sources."utile-0.3.0" (sources."utp-native-2.5.3" // { dependencies = [ sources."node-gyp-build-4.2.3" @@ -79641,7 +79503,7 @@ in sources."@types/geojson-7946.0.8" sources."@types/mapbox-gl-0.54.5" sources."@types/mime-types-2.1.1" - sources."@types/node-14.17.11" + sources."@types/node-14.17.12" sources."@types/node-fetch-2.5.12" sources."@types/prop-types-15.7.4" sources."@types/rc-1.2.0" @@ -79698,7 +79560,7 @@ in ]; }) sources."call-bind-1.0.2" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."chalk-2.4.2" sources."chokidar-2.1.8" (sources."class-utils-0.3.6" // { @@ -79741,8 +79603,8 @@ in ]; }) sources."copy-descriptor-0.1.1" - sources."core-js-3.16.2" - (sources."core-js-compat-3.16.2" // { + sources."core-js-3.16.3" + (sources."core-js-compat-3.16.3" // { dependencies = [ sources."semver-7.0.0" ]; @@ -79768,7 +79630,7 @@ in sources."duplexer3-0.1.4" sources."earcut-2.2.3" sources."electron-13.2.2" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-js-clean-4.0.0" sources."emoji-mart-3.0.1" sources."emoji-regex-9.2.2" @@ -80356,7 +80218,7 @@ in dependencies = [ sources."@fast-csv/format-4.3.5" sources."@fast-csv/parse-4.3.6" - sources."@types/node-14.17.11" + sources."@types/node-14.17.12" sources."JSONStream-1.3.5" sources."ajv-6.12.6" sources."asn1-0.2.4" @@ -80555,7 +80417,7 @@ in sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.2" sources."@types/minimatch-3.0.5" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/responselike-1.0.0" sources."@types/yauzl-2.9.2" sources."abbrev-1.1.1" @@ -80632,7 +80494,7 @@ in sources."concat-map-0.0.1" sources."config-chain-1.1.13" sources."console-control-strings-1.1.0" - sources."core-js-3.16.2" + sources."core-js-3.16.3" sources."core-util-is-1.0.2" sources."cross-spawn-7.0.3" (sources."cross-spawn-windows-exe-1.2.0" // { @@ -80883,7 +80745,7 @@ in sources."mkdirp-0.5.5" sources."ms-2.0.0" sources."mute-stream-0.0.8" - (sources."needle-2.8.0" // { + (sources."needle-2.9.0" // { dependencies = [ sources."debug-3.2.7" sources."ms-2.1.3" @@ -81053,7 +80915,7 @@ in sources."sudo-prompt-9.2.1" sources."sumchecker-3.0.1" sources."supports-color-7.2.0" - (sources."tar-6.1.10" // { + (sources."tar-6.1.11" // { dependencies = [ sources."chownr-2.0.0" sources."fs-minipass-2.1.0" @@ -81208,7 +81070,7 @@ in sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.2" sources."@types/minimist-1.2.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/normalize-package-data-2.4.1" sources."@types/responselike-1.0.0" sources."@types/yoga-layout-1.9.2" @@ -81243,7 +81105,7 @@ in sources."quick-lru-4.0.1" ]; }) - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."chalk-2.4.2" sources."ci-info-2.0.0" sources."cli-boxes-2.2.1" @@ -81280,7 +81142,7 @@ in }) sources."defer-to-connect-2.0.1" sources."dot-prop-5.3.0" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-8.0.0" sources."emojilib-2.4.0" sources."end-of-stream-1.4.4" @@ -81414,7 +81276,7 @@ in sources."punycode-2.1.1" sources."quick-lru-5.1.1" sources."react-16.14.0" - sources."react-devtools-core-4.16.0" + sources."react-devtools-core-4.17.0" sources."react-is-16.13.1" sources."react-reconciler-0.24.0" (sources."read-pkg-5.2.0" // { @@ -81538,6 +81400,7 @@ in sources."@fluentui/react-focus-7.17.6" sources."@fluentui/react-window-provider-1.0.2" sources."@fluentui/theme-1.7.4" + sources."@gar/promisify-1.1.2" (sources."@gulp-sourcemaps/identity-map-1.0.2" // { dependencies = [ sources."normalize-path-2.1.1" @@ -81552,6 +81415,7 @@ in sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" + sources."@npmcli/fs-1.0.0" (sources."@npmcli/move-file-1.1.2" // { dependencies = [ sources."rimraf-3.0.2" @@ -81782,7 +81646,7 @@ in ]; }) sources."bytes-3.1.0" - (sources."cacache-15.2.0" // { + (sources."cacache-15.3.0" // { dependencies = [ sources."chownr-2.0.0" sources."fs-minipass-2.1.0" @@ -81790,7 +81654,7 @@ in sources."minizlib-2.1.2" sources."p-map-4.0.0" sources."rimraf-3.0.2" - sources."tar-6.1.10" + sources."tar-6.1.11" ]; }) sources."cache-base-1.0.1" @@ -82500,7 +82364,7 @@ in }) sources."nan-2.15.0" sources."nanomatch-1.2.13" - (sources."needle-2.8.0" // { + (sources."needle-2.9.0" // { dependencies = [ sources."debug-3.2.7" sources."ms-2.1.3" @@ -83562,10 +83426,10 @@ in expo-cli = nodeEnv.buildNodePackage { name = "expo-cli"; packageName = "expo-cli"; - version = "4.10.1"; + version = "4.11.0"; src = fetchurl { - url = "https://registry.npmjs.org/expo-cli/-/expo-cli-4.10.1.tgz"; - sha512 = "jo0wFTBIal3AtClvjYRnLbipzwnjhjC2FrErZFigRzYCd7jhh2BAvOapiaPIgcSxWvL+BKKBbNFKLRB7O4UabA=="; + url = "https://registry.npmjs.org/expo-cli/-/expo-cli-4.11.0.tgz"; + sha512 = "yGe0VODAZSgkXdENysg5bupr0xe2r4Uap4OlnnVM39AnT1NBzzRy+JZT8skHVa395ZHMou8ThTKlfd29Bj9rOQ=="; }; dependencies = [ sources."@babel/code-frame-7.10.4" @@ -83677,16 +83541,16 @@ in }) sources."@babel/types-7.15.0" sources."@dabh/diagnostics-2.0.2" - sources."@expo/apple-utils-0.0.0-alpha.20" + sources."@expo/apple-utils-0.0.0-alpha.25" sources."@expo/bunyan-4.0.0" - sources."@expo/config-5.0.8" - (sources."@expo/config-plugins-3.0.8" // { + sources."@expo/config-5.0.9" + (sources."@expo/config-plugins-3.1.0" // { dependencies = [ sources."semver-7.3.5" ]; }) sources."@expo/config-types-42.0.0" - (sources."@expo/dev-server-0.1.83" // { + (sources."@expo/dev-server-0.1.84" // { dependencies = [ sources."body-parser-1.19.0" sources."bytes-3.1.0" @@ -83703,7 +83567,7 @@ in sources."temp-dir-2.0.0" ]; }) - sources."@expo/dev-tools-0.13.114" + sources."@expo/dev-tools-0.13.115" (sources."@expo/devcert-1.0.0" // { dependencies = [ sources."debug-3.2.7" @@ -83718,7 +83582,7 @@ in ]; }) sources."@expo/json-file-8.2.33" - sources."@expo/metro-config-0.1.83" + sources."@expo/metro-config-0.1.84" sources."@expo/osascript-2.0.30" (sources."@expo/package-manager-0.0.47" // { dependencies = [ @@ -83727,13 +83591,12 @@ in sources."semver-5.7.1" ]; }) - (sources."@expo/plist-0.0.13" // { + (sources."@expo/plist-0.0.14" // { dependencies = [ sources."xmlbuilder-14.0.0" - sources."xmldom-0.5.0" ]; }) - sources."@expo/prebuild-config-2.0.8" + sources."@expo/prebuild-config-2.1.0" sources."@expo/results-1.0.0" (sources."@expo/rudder-sdk-node-1.0.7" // { dependencies = [ @@ -83749,7 +83612,7 @@ in }) sources."@expo/sdk-runtime-versions-1.0.0" sources."@expo/spawn-async-1.5.0" - (sources."@expo/webpack-config-0.14.1" // { + (sources."@expo/webpack-config-0.15.0" // { dependencies = [ (sources."@babel/core-7.9.0" // { dependencies = [ @@ -83764,12 +83627,18 @@ in sources."js-yaml-4.1.0" ]; }) + sources."@gar/promisify-1.1.2" sources."@hapi/hoek-9.2.0" sources."@hapi/topo-5.1.0" sources."@jest/types-26.6.2" sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" + (sources."@npmcli/fs-1.0.0" // { + dependencies = [ + sources."semver-7.3.5" + ]; + }) (sources."@npmcli/git-2.1.0" // { dependencies = [ sources."mkdirp-1.0.4" @@ -83867,6 +83736,7 @@ in sources."@webassemblyjs/wast-parser-1.9.0" sources."@webassemblyjs/wast-printer-1.9.0" sources."@wry/equality-0.1.11" + sources."@xmldom/xmldom-0.7.2" sources."@xtuc/ieee754-1.2.0" sources."@xtuc/long-4.2.2" sources."abbrev-1.1.1" @@ -84023,14 +83893,14 @@ in sources."buffer-xor-1.0.3" sources."builtin-status-codes-3.0.0" sources."builtins-1.0.3" - (sources."bull-3.29.0" // { + (sources."bull-3.29.1" // { dependencies = [ sources."get-port-5.1.1" sources."p-timeout-3.2.0" ]; }) sources."bytes-3.0.0" - (sources."cacache-15.2.0" // { + (sources."cacache-15.3.0" // { dependencies = [ sources."minipass-3.1.3" sources."mkdirp-1.0.4" @@ -84052,7 +83922,7 @@ in }) sources."camelcase-6.2.0" sources."caniuse-api-3.0.0" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."caseless-0.12.0" (sources."chalk-4.1.2" // { dependencies = [ @@ -84187,8 +84057,8 @@ in sources."serialize-javascript-4.0.0" ]; }) - sources."core-js-3.16.2" - (sources."core-js-compat-3.16.2" // { + sources."core-js-3.16.3" + (sources."core-js-compat-3.16.3" // { dependencies = [ sources."browserslist-4.16.8" sources."semver-7.0.0" @@ -84324,7 +84194,7 @@ in sources."duplexify-3.7.1" sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" (sources."elliptic-6.5.4" // { dependencies = [ sources."bn.js-4.12.0" @@ -84403,7 +84273,7 @@ in sources."ms-2.0.0" ]; }) - (sources."expo-pwa-0.0.93" // { + (sources."expo-pwa-0.0.94" // { dependencies = [ sources."commander-2.20.0" ]; @@ -84919,7 +84789,7 @@ in sources."nan-2.15.0" sources."nanomatch-1.2.13" sources."ncp-2.0.0" - (sources."needle-2.8.0" // { + (sources."needle-2.9.0" // { dependencies = [ sources."debug-3.2.7" ]; @@ -85614,7 +85484,7 @@ in }) sources."symbol-observable-1.2.0" sources."tapable-1.1.3" - (sources."tar-6.1.10" // { + (sources."tar-6.1.11" // { dependencies = [ sources."minipass-3.1.3" sources."mkdirp-1.0.4" @@ -85944,7 +85814,7 @@ in sources."uuid-7.0.3" ]; }) - (sources."xdl-59.0.54" // { + (sources."xdl-59.1.0" // { dependencies = [ sources."bplist-parser-0.3.0" sources."chownr-1.1.4" @@ -86038,7 +85908,7 @@ in sources."@babel/traverse-7.15.0" sources."@babel/types-7.15.0" sources."@types/minimist-1.2.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/normalize-package-data-2.4.1" sources."@types/yauzl-2.9.2" sources."@types/yoga-layout-1.9.2" @@ -86065,7 +85935,7 @@ in sources."callsites-2.0.0" sources."camelcase-5.3.1" sources."camelcase-keys-6.2.2" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."chalk-2.4.2" sources."chownr-1.1.4" sources."ci-info-2.0.0" @@ -86090,7 +85960,7 @@ in }) sources."delay-5.0.0" sources."devtools-protocol-0.0.869402" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."error-ex-1.3.2" @@ -86184,7 +86054,7 @@ in sources."puppeteer-9.1.1" sources."quick-lru-4.0.1" sources."react-16.14.0" - sources."react-devtools-core-4.16.0" + sources."react-devtools-core-4.17.0" sources."react-is-16.13.1" sources."react-reconciler-0.24.0" (sources."read-pkg-5.2.0" // { @@ -86951,10 +86821,10 @@ in firebase-tools = nodeEnv.buildNodePackage { name = "firebase-tools"; packageName = "firebase-tools"; - version = "9.16.5"; + version = "9.16.6"; src = fetchurl { - url = "https://registry.npmjs.org/firebase-tools/-/firebase-tools-9.16.5.tgz"; - sha512 = "dp/cvt+39wv5CO+MzX36snmRnvn5j7Nn73QfKiIvHXAT5Ek/fRJn2pWnaxP+bhd19SuEY1Buf8PcdlMl42hzlw=="; + url = "https://registry.npmjs.org/firebase-tools/-/firebase-tools-9.16.6.tgz"; + sha512 = "bW4rT+pTE6n8892rXd5ier9H1snXUZIXrL3WKzuVWXSUqDjUbx6SIgXhjp1++GIdkiMGnfDY5EJR4nV/YrTO5A=="; }; dependencies = [ (sources."@apidevtools/json-schema-ref-parser-9.0.9" // { @@ -86963,11 +86833,12 @@ in ]; }) sources."@dabh/diagnostics-2.0.2" + sources."@gar/promisify-1.1.2" sources."@google-cloud/paginator-3.0.5" sources."@google-cloud/precise-date-2.0.3" sources."@google-cloud/projectify-2.1.0" sources."@google-cloud/promisify-2.0.3" - (sources."@google-cloud/pubsub-2.16.6" // { + (sources."@google-cloud/pubsub-2.17.0" // { dependencies = [ sources."google-auth-library-7.6.2" ]; @@ -86975,6 +86846,11 @@ in sources."@grpc/grpc-js-1.3.7" sources."@grpc/proto-loader-0.6.4" sources."@jsdevtools/ono-7.1.3" + (sources."@npmcli/fs-1.0.0" // { + dependencies = [ + sources."semver-7.3.5" + ]; + }) (sources."@npmcli/move-file-1.1.2" // { dependencies = [ sources."mkdirp-1.0.4" @@ -87001,7 +86877,7 @@ in sources."@types/json-schema-7.0.9" sources."@types/long-4.0.1" sources."@types/minimatch-3.0.5" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."JSONStream-1.3.5" sources."abbrev-1.1.1" sources."abort-controller-3.0.0" @@ -87088,10 +86964,10 @@ in sources."buffer-indexof-polyfill-1.0.2" sources."buffers-0.1.1" sources."bytes-3.1.0" - (sources."cacache-15.2.0" // { + (sources."cacache-15.3.0" // { dependencies = [ sources."mkdirp-1.0.4" - sources."tar-6.1.10" + sources."tar-6.1.11" ]; }) (sources."cacheable-request-6.1.0" // { @@ -87559,7 +87435,7 @@ in dependencies = [ sources."mkdirp-1.0.4" sources."semver-7.3.5" - sources."tar-6.1.10" + sources."tar-6.1.11" sources."which-2.0.2" ]; }) @@ -88107,7 +87983,7 @@ in dependencies = [ sources."@types/atob-2.1.2" sources."@types/inquirer-6.5.0" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/through-0.0.30" sources."ajv-6.12.6" sources."ansi-escapes-4.3.2" @@ -88890,7 +88766,7 @@ in sources."@types/istanbul-lib-report-3.0.0" sources."@types/istanbul-reports-1.1.2" sources."@types/json-patch-0.0.30" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/node-fetch-2.5.12" sources."@types/unist-2.0.6" sources."@types/yargs-15.0.14" @@ -88957,7 +88833,7 @@ in sources."call-bind-1.0.2" sources."camel-case-4.1.2" sources."camelcase-5.3.1" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."ccount-1.1.0" (sources."chalk-4.1.2" // { dependencies = [ @@ -89007,7 +88883,7 @@ in ]; }) sources."content-type-1.0.4" - sources."contentful-management-7.32.1" + sources."contentful-management-7.33.0" sources."contentful-sdk-core-6.8.0" sources."convert-hrtime-3.0.0" (sources."convert-source-map-1.8.0" // { @@ -89053,7 +88929,7 @@ in sources."dotenv-8.6.0" sources."duplexer3-0.1.4" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-7.0.3" sources."encodeurl-1.0.2" sources."end-of-stream-1.4.4" @@ -90467,7 +90343,7 @@ in sources."@nodelib/fs.walk-1.2.8" sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/parse-json-4.0.0" sources."@types/websocket-1.0.2" sources."abort-controller-3.0.0" @@ -91213,7 +91089,7 @@ in sources."supports-color-7.2.0" ]; }) - sources."systeminformation-5.8.2" + sources."systeminformation-5.8.6" sources."term-canvas-0.0.5" sources."type-fest-0.21.3" sources."wordwrap-0.0.3" @@ -93488,72 +93364,6 @@ in sha512 = "Gg0s1NP2mRJqzv68aT8cdt2+71iSYLDTWusAmlX7c8g13ZniSzCEHXywFvpILYm76lzCWxMazPleZhEEuBjqxQ=="; }; dependencies = [ - sources."@babel/code-frame-7.14.5" - sources."@babel/compat-data-7.15.0" - (sources."@babel/core-7.15.0" // { - dependencies = [ - sources."debug-4.3.2" - sources."ms-2.1.2" - sources."semver-6.3.0" - sources."source-map-0.5.7" - ]; - }) - (sources."@babel/generator-7.15.0" // { - dependencies = [ - sources."source-map-0.5.7" - ]; - }) - sources."@babel/helper-annotate-as-pure-7.14.5" - (sources."@babel/helper-compilation-targets-7.15.0" // { - dependencies = [ - sources."semver-6.3.0" - ]; - }) - sources."@babel/helper-create-class-features-plugin-7.15.0" - sources."@babel/helper-function-name-7.14.5" - sources."@babel/helper-get-function-arity-7.14.5" - sources."@babel/helper-hoist-variables-7.14.5" - sources."@babel/helper-member-expression-to-functions-7.15.0" - sources."@babel/helper-module-imports-7.14.5" - sources."@babel/helper-module-transforms-7.15.0" - sources."@babel/helper-optimise-call-expression-7.14.5" - sources."@babel/helper-plugin-utils-7.14.5" - sources."@babel/helper-replace-supers-7.15.0" - sources."@babel/helper-simple-access-7.14.8" - sources."@babel/helper-skip-transparent-expression-wrappers-7.14.5" - sources."@babel/helper-split-export-declaration-7.14.5" - sources."@babel/helper-validator-identifier-7.14.9" - sources."@babel/helper-validator-option-7.14.5" - sources."@babel/helpers-7.15.3" - (sources."@babel/highlight-7.14.5" // { - dependencies = [ - sources."ansi-styles-3.2.1" - sources."chalk-2.4.2" - sources."escape-string-regexp-1.0.5" - ]; - }) - sources."@babel/parser-7.15.3" - sources."@babel/plugin-proposal-class-properties-7.14.5" - sources."@babel/plugin-proposal-nullish-coalescing-operator-7.14.5" - sources."@babel/plugin-proposal-optional-chaining-7.14.5" - sources."@babel/plugin-syntax-flow-7.14.5" - sources."@babel/plugin-syntax-nullish-coalescing-operator-7.8.3" - sources."@babel/plugin-syntax-optional-chaining-7.8.3" - sources."@babel/plugin-syntax-typescript-7.14.5" - sources."@babel/plugin-transform-flow-strip-types-7.14.5" - sources."@babel/plugin-transform-modules-commonjs-7.15.0" - sources."@babel/plugin-transform-typescript-7.15.0" - sources."@babel/preset-flow-7.14.5" - sources."@babel/preset-typescript-7.15.0" - sources."@babel/register-7.15.3" - sources."@babel/template-7.14.5" - (sources."@babel/traverse-7.15.0" // { - dependencies = [ - sources."debug-4.3.2" - sources."ms-2.1.2" - ]; - }) - sources."@babel/types-7.15.0" sources."@braintree/sanitize-url-3.1.0" sources."@cronvel/get-pixels-3.4.0" sources."@joplin/fork-htmlparser2-4.1.33" @@ -93572,63 +93382,6 @@ in ]; }) sources."@joplin/turndown-plugin-gfm-1.0.37" - sources."@nodelib/fs.scandir-2.1.5" - sources."@nodelib/fs.stat-2.0.5" - sources."@nodelib/fs.walk-1.2.8" - (sources."@oclif/command-1.8.0" // { - dependencies = [ - sources."debug-4.3.2" - sources."ms-2.1.2" - ]; - }) - (sources."@oclif/config-1.17.0" // { - dependencies = [ - sources."debug-4.3.2" - sources."ms-2.1.2" - sources."tslib-2.3.1" - ]; - }) - (sources."@oclif/core-0.5.32" // { - dependencies = [ - sources."ansi-regex-5.0.0" - sources."debug-4.3.2" - sources."fs-extra-9.1.0" - sources."is-fullwidth-code-point-3.0.0" - sources."jsonfile-6.1.0" - sources."ms-2.1.2" - sources."string-width-4.2.2" - sources."strip-ansi-6.0.0" - sources."tslib-2.3.1" - sources."universalify-2.0.0" - ]; - }) - (sources."@oclif/errors-1.3.5" // { - dependencies = [ - sources."ansi-regex-5.0.0" - sources."fs-extra-8.1.0" - sources."jsonfile-4.0.0" - sources."strip-ansi-6.0.0" - ]; - }) - sources."@oclif/linewrap-1.0.0" - (sources."@oclif/parser-3.8.5" // { - dependencies = [ - sources."ansi-styles-3.2.1" - sources."chalk-2.4.2" - sources."escape-string-regexp-1.0.5" - ]; - }) - sources."@oclif/plugin-help-3.3.0" - sources."@oclif/screen-1.0.4" - (sources."@percy/config-1.0.0-beta.65" // { - dependencies = [ - sources."ajv-8.6.2" - sources."json-schema-traverse-1.0.0" - ]; - }) - sources."@percy/logger-1.0.0-beta.65" - sources."@percy/migrate-0.10.0" - sources."@types/parse-json-4.0.0" sources."abab-2.0.5" sources."abbrev-1.1.1" sources."acorn-7.4.1" @@ -93644,7 +93397,6 @@ in sources."array-back-3.1.0" ]; }) - sources."ansi-escapes-4.3.2" sources."ansi-regex-2.1.1" (sources."ansi-styles-4.3.0" // { dependencies = [ @@ -93652,7 +93404,6 @@ in sources."color-name-1.1.4" ]; }) - sources."ansicolors-0.3.2" sources."anymatch-3.1.2" sources."aproba-1.2.0" sources."are-we-there-yet-1.1.5" @@ -93661,31 +93412,17 @@ in 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-flatten-3.0.0" - sources."array-union-2.1.0" - sources."array-unique-0.3.2" sources."asap-2.0.6" sources."asn1-0.2.4" sources."assert-plus-1.0.0" - sources."assign-symbols-1.0.0" - (sources."ast-types-0.14.2" // { - dependencies = [ - sources."tslib-2.3.1" - ]; - }) sources."async-mutex-0.1.4" sources."asynckit-0.4.0" - sources."at-least-node-1.0.0" sources."atob-2.1.2" - (sources."aws-sdk-2.974.0" // { + (sources."aws-sdk-2.977.0" // { dependencies = [ - sources."buffer-4.9.2" - sources."ieee754-1.1.13" sources."sax-1.2.1" sources."uuid-3.3.2" sources."xml2js-0.4.19" @@ -93694,15 +93431,7 @@ in }) sources."aws-sign2-0.7.0" sources."aws4-1.11.0" - sources."babel-core-7.0.0-bridge.0" - sources."babel-plugin-dynamic-import-node-2.3.3" sources."balanced-match-1.0.2" - (sources."base-0.11.2" // { - dependencies = [ - sources."define-property-1.0.0" - sources."isobject-3.0.1" - ]; - }) sources."base-64-0.1.0" sources."base64-js-1.5.1" sources."base64-stream-1.0.0" @@ -93710,6 +93439,7 @@ in sources."binary-extensions-2.2.0" (sources."bl-4.1.0" // { dependencies = [ + sources."buffer-5.7.1" sources."readable-stream-3.6.0" ]; }) @@ -93717,113 +93447,33 @@ in sources."brace-expansion-1.1.11" sources."braces-3.0.2" sources."browser-process-hrtime-1.0.0" - sources."browserslist-4.16.8" - sources."buffer-5.7.1" - sources."buffer-from-1.1.2" + sources."buffer-4.9.2" sources."builtin-modules-3.2.0" - (sources."cache-base-1.0.1" // { - dependencies = [ - sources."isobject-3.0.1" - ]; - }) - sources."call-bind-1.0.2" - sources."callsites-3.1.0" sources."camel-case-3.0.0" sources."camelcase-4.1.0" - sources."caniuse-lite-1.0.30001251" - sources."cardinal-2.1.1" sources."caseless-0.12.0" - (sources."chalk-4.1.2" // { - dependencies = [ - sources."has-flag-4.0.0" - sources."supports-color-7.2.0" - ]; - }) - sources."chardet-0.7.0" + sources."chalk-4.1.2" sources."charenc-0.0.2" sources."chokidar-3.5.2" sources."chownr-1.1.4" sources."chroma-js-2.1.2" - (sources."class-utils-0.3.6" // { - dependencies = [ - sources."define-property-0.2.5" - (sources."is-accessor-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - (sources."is-data-descriptor-0.1.4" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-descriptor-0.1.6" - sources."isobject-3.0.1" - sources."kind-of-5.1.0" - ]; - }) sources."clean-css-4.2.3" - sources."clean-stack-3.0.1" - sources."cli-cursor-3.1.0" - (sources."cli-progress-3.9.0" // { - dependencies = [ - sources."ansi-regex-5.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."string-width-4.2.2" - sources."strip-ansi-6.0.0" - ]; - }) - sources."cli-spinners-2.6.0" - (sources."cli-ux-5.6.3" // { - dependencies = [ - sources."ansi-regex-5.0.0" - sources."fs-extra-8.1.0" - sources."has-flag-4.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."jsonfile-4.0.0" - sources."string-width-4.2.2" - sources."strip-ansi-6.0.0" - sources."supports-color-8.1.1" - sources."tslib-2.3.1" - ]; - }) - sources."cli-width-3.0.0" sources."cliss-0.0.2" - sources."clone-1.0.4" - sources."clone-deep-4.0.1" sources."code-point-at-1.1.0" - sources."collection-visit-1.0.0" sources."color-3.1.2" sources."color-convert-1.9.3" sources."color-name-1.1.3" sources."color-string-1.6.0" - sources."colorette-1.3.0" - sources."colors-1.4.0" sources."combined-stream-1.0.8" sources."command-line-usage-4.1.0" sources."commander-2.17.1" - sources."commondir-1.0.1" sources."compare-version-0.1.2" sources."compare-versions-3.6.0" - sources."component-emitter-1.3.0" sources."concat-map-0.0.1" sources."console-control-strings-1.1.0" - (sources."convert-source-map-1.8.0" // { - dependencies = [ - sources."safe-buffer-5.1.2" - ]; - }) - sources."copy-descriptor-0.1.1" sources."core-util-is-1.0.2" - sources."cosmiconfig-7.0.1" sources."cross-env-6.0.3" - (sources."cross-spawn-7.0.3" // { - dependencies = [ - sources."path-key-3.1.1" - sources."shebang-command-2.0.0" - sources."shebang-regex-3.0.0" - ]; - }) + sources."cross-spawn-7.0.3" sources."crypt-0.0.2" (sources."css-3.0.0" // { dependencies = [ @@ -93837,40 +93487,79 @@ 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-7.0.1" + sources."d3-array-3.0.2" + sources."d3-axis-3.0.0" + sources."d3-brush-3.0.0" + sources."d3-chord-3.0.1" 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-color-3.0.1" + sources."d3-contour-3.0.1" + sources."d3-delaunay-6.0.2" + sources."d3-dispatch-3.0.1" + sources."d3-drag-3.0.0" + (sources."d3-dsv-3.0.1" // { + dependencies = [ + sources."commander-7.2.0" + sources."iconv-lite-0.6.3" + ]; + }) + sources."d3-ease-3.0.1" + sources."d3-fetch-3.0.1" + sources."d3-force-3.0.0" + sources."d3-format-3.0.1" + sources."d3-geo-3.0.1" + sources."d3-hierarchy-3.0.1" + sources."d3-interpolate-3.0.1" + sources."d3-path-3.0.1" + sources."d3-polygon-3.0.1" + sources."d3-quadtree-3.0.1" + sources."d3-random-3.0.1" + sources."d3-scale-4.0.0" + sources."d3-scale-chromatic-3.0.0" + sources."d3-selection-3.0.0" + sources."d3-shape-3.0.1" + sources."d3-time-3.0.0" + sources."d3-time-format-4.0.0" + sources."d3-timer-3.0.1" + sources."d3-transition-3.0.1" sources."d3-voronoi-1.1.4" - sources."d3-zoom-1.8.3" + sources."d3-zoom-3.0.0" sources."dagre-0.8.5" - sources."dagre-d3-0.6.4" + (sources."dagre-d3-0.6.4" // { + dependencies = [ + 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-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-zoom-1.8.3" + ]; + }) sources."dashdash-1.14.1" sources."data-urls-1.1.0" sources."debug-3.2.7" @@ -93879,19 +93568,12 @@ in sources."deep-extend-0.6.0" sources."deep-is-0.1.3" sources."deepmerge-2.2.1" - sources."defaults-1.0.3" - sources."define-properties-1.1.3" - (sources."define-property-2.0.2" // { - dependencies = [ - sources."isobject-3.0.1" - ]; - }) + sources."delaunator-5.0.0" sources."delayed-stream-1.0.0" sources."delegates-1.0.0" sources."depd-1.1.2" sources."detect-libc-1.0.3" sources."diff-match-patch-1.0.5" - sources."dir-glob-3.0.1" (sources."dom-serializer-1.3.2" // { dependencies = [ sources."domhandler-4.2.0" @@ -93900,20 +93582,17 @@ in sources."domelementtype-2.2.0" sources."domexception-1.0.1" sources."domhandler-3.3.0" - sources."dompurify-2.3.0" + sources."dompurify-2.3.1" (sources."domutils-2.7.0" // { dependencies = [ sources."domhandler-4.2.0" ]; }) sources."ecc-jsbn-0.1.2" - sources."electron-to-chromium-1.3.816" - sources."emoji-regex-8.0.0" (sources."emphasize-1.5.0" // { dependencies = [ sources."ansi-styles-2.2.1" sources."chalk-1.1.3" - sources."escape-string-regexp-1.0.5" sources."highlight.js-9.12.0" sources."strip-ansi-3.0.1" sources."supports-color-2.0.0" @@ -93926,81 +93605,31 @@ in }) sources."end-of-stream-1.4.4" sources."entities-2.2.0" - (sources."error-ex-1.3.2" // { - dependencies = [ - sources."is-arrayish-0.2.1" - ]; - }) sources."es6-promise-pool-2.5.0" - sources."escalade-3.1.1" - sources."escape-string-regexp-4.0.0" + sources."escape-string-regexp-1.0.5" sources."escodegen-1.14.3" sources."esprima-4.0.1" sources."estraverse-4.3.0" sources."esutils-2.0.3" sources."events-1.1.1" - (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-template-2.0.3" 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."extract-stack-2.0.0" sources."extsprintf-1.3.0" sources."fast-deep-equal-3.1.3" - sources."fast-glob-3.2.7" sources."fast-json-stable-stringify-2.1.0" sources."fast-levenshtein-2.0.6" - sources."fastq-1.12.0" sources."fault-1.0.4" - (sources."figures-3.2.0" // { - dependencies = [ - sources."escape-string-regexp-1.0.5" - ]; - }) sources."file-type-10.11.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-2.1.0" - sources."flow-parser-0.158.0" sources."follow-redirects-1.14.2" 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" // { dependencies = [ @@ -94011,49 +93640,25 @@ in sources."fs.realpath-1.0.0" sources."fsevents-2.3.2" sources."fstream-1.0.12" - sources."function-bind-1.1.1" (sources."gauge-2.7.4" // { dependencies = [ sources."strip-ansi-3.0.1" ]; }) - sources."gensync-1.0.0-beta.2" - sources."get-intrinsic-1.1.1" - sources."get-package-type-0.1.0" 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.7" sources."glob-parent-5.1.2" - sources."globals-11.12.0" - sources."globby-11.0.4" sources."graceful-fs-4.2.8" sources."graphlib-2.1.8" sources."growly-1.3.0" 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."has-symbols-1.0.2" + sources."has-flag-4.0.0" sources."has-unicode-2.0.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" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."kind-of-4.0.0" - ]; - }) sources."he-1.2.0" sources."highlight.js-11.2.0" sources."html-encoding-sniffer-1.0.2" @@ -94061,10 +93666,8 @@ in sources."html-minifier-3.5.21" sources."http-errors-1.8.0" sources."http-signature-1.2.0" - sources."hyperlinker-1.0.0" sources."iconv-lite-0.4.24" - sources."ieee754-1.2.1" - sources."ignore-5.1.8" + sources."ieee754-1.1.13" sources."ignore-walk-3.0.4" (sources."image-data-uri-2.0.1" // { dependencies = [ @@ -94073,25 +93676,9 @@ in }) sources."image-type-3.1.0" sources."immer-7.0.15" - sources."import-fresh-3.3.0" - sources."imurmurhash-0.1.4" - sources."indent-string-4.0.0" sources."inflight-1.0.6" sources."inherits-2.0.4" sources."ini-1.3.8" - (sources."inquirer-8.1.2" // { - dependencies = [ - sources."ansi-regex-5.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."string-width-4.2.2" - sources."strip-ansi-6.0.0" - ]; - }) - (sources."inquirer-glob-prompt-0.1.0" // { - dependencies = [ - sources."rxjs-6.6.7" - ]; - }) (sources."inspect-function-0.2.2" // { dependencies = [ sources."split-skip-0.0.1" @@ -94118,32 +93705,22 @@ in sources."split-skip-0.0.1" ]; }) + sources."internmap-2.0.1" 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-data-descriptor-1.0.0" - sources."is-descriptor-1.0.2" sources."is-docker-2.2.1" - 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-interactive-1.0.0" sources."is-number-7.0.0" - (sources."is-plain-object-2.0.4" // { - dependencies = [ - sources."isobject-3.0.1" - ]; - }) sources."is-relative-0.2.1" sources."is-stream-1.1.0" sources."is-typedarray-1.0.0" sources."is-unc-path-0.1.2" - sources."is-unicode-supported-0.1.0" sources."is-windows-0.2.0" sources."is-wsl-2.2.0" (sources."is2-0.0.9" // { @@ -94158,34 +93735,11 @@ in sources."jmespath-0.15.0" sources."jpeg-js-0.4.3" sources."js-tokens-4.0.0" - sources."js-yaml-3.14.1" sources."jsbn-0.1.1" - (sources."jscodeshift-0.11.0" // { - 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" - sources."isobject-3.0.1" - sources."kind-of-3.2.2" - sources."micromatch-3.1.10" - sources."to-regex-range-2.1.1" - ]; - }) sources."jsdom-15.2.1" - sources."jsesc-2.5.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."json5-2.2.0" sources."jsonfile-2.4.0" sources."jsprim-1.4.1" (sources."katex-0.13.13" // { @@ -94195,24 +93749,18 @@ in }) sources."keytar-7.7.0" sources."khroma-1.4.1" - sources."kind-of-6.0.3" sources."klaw-1.3.1" sources."lazyness-1.2.0" sources."levenshtein-1.0.5" sources."levn-0.3.0" - sources."lines-and-columns-1.1.6" sources."linkify-it-2.2.0" sources."locate-path-2.0.0" sources."lodash-4.17.21" sources."lodash-es-4.17.21" - sources."lodash._reinterpolate-3.0.0" sources."lodash.padend-4.6.1" sources."lodash.repeat-4.1.0" sources."lodash.sortby-4.7.0" - sources."lodash.template-4.5.0" - sources."lodash.templatesettings-4.2.0" sources."lodash.toarray-4.4.0" - sources."log-symbols-4.1.0" sources."loose-envify-1.4.0" sources."lower-case-1.1.4" (sources."lowlight-1.9.2" // { @@ -94222,13 +93770,6 @@ in }) sources."lru-cache-6.0.0" sources."magicli-0.0.8" - (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."markdown-it-10.0.0" // { dependencies = [ sources."entities-2.0.3" @@ -94255,12 +93796,9 @@ in sources."md5-2.3.0" sources."md5-file-4.0.0" sources."mdurl-1.0.1" - sources."merge2-1.4.1" - sources."mermaid-8.11.5" - sources."micromatch-4.0.4" + sources."mermaid-8.12.0" sources."mime-db-1.49.0" sources."mime-types-2.1.32" - sources."mimic-fn-2.1.0" sources."mimic-response-2.1.0" sources."minimatch-3.0.4" sources."minimist-1.2.5" @@ -94270,11 +93808,6 @@ in ]; }) sources."minizlib-1.3.3" - (sources."mixin-deep-1.3.2" // { - dependencies = [ - sources."is-extendable-1.0.1" - ]; - }) sources."mkdirp-0.5.5" sources."mkdirp-classic-0.5.3" sources."moment-2.29.1" @@ -94282,21 +93815,12 @@ in sources."ms-2.1.3" sources."multiparty-4.2.2" sources."mustache-4.2.0" - sources."mute-stream-0.0.8" sources."nanoid-3.1.25" - (sources."nanomatch-1.2.13" // { - dependencies = [ - sources."is-windows-1.0.2" - ]; - }) sources."napi-build-utils-1.0.2" - sources."natural-orderby-2.0.3" sources."ndarray-1.0.19" sources."ndarray-pack-1.2.1" - sources."needle-2.8.0" - sources."neo-async-2.6.2" + sources."needle-2.9.0" sources."nextgen-events-1.5.2" - sources."nice-try-1.0.5" sources."no-case-2.3.2" (sources."node-abi-2.30.0" // { dependencies = [ @@ -94305,7 +93829,6 @@ in }) sources."node-addon-api-3.2.1" sources."node-bitmap-0.0.1" - sources."node-dir-0.1.17" sources."node-emoji-1.11.0" sources."node-fetch-1.7.3" (sources."node-gyp-3.8.0" // { @@ -94316,7 +93839,6 @@ in sources."which-1.3.1" ]; }) - sources."node-modules-regexp-1.0.0" (sources."node-notifier-8.0.2" // { dependencies = [ sources."uuid-8.3.2" @@ -94328,7 +93850,6 @@ in sources."semver-5.7.1" ]; }) - sources."node-releases-1.1.75" sources."nopt-4.0.3" sources."normalize-path-3.0.0" sources."npm-bundled-1.1.2" @@ -94339,49 +93860,16 @@ 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-keys-1.1.1" (sources."object-to-arguments-0.0.8" // { dependencies = [ sources."inspect-parameters-declaration-0.0.10" sources."magicli-0.0.5" ]; }) - sources."object-treeify-1.1.33" - (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."omggif-1.0.10" sources."once-1.4.0" - sources."onetime-5.1.2" sources."open-7.4.2" sources."optionator-0.8.3" - (sources."ora-5.4.1" // { - dependencies = [ - sources."ansi-regex-5.0.0" - sources."strip-ansi-6.0.0" - ]; - }) sources."os-homedir-1.0.2" sources."os-tmpdir-1.0.2" sources."osenv-0.1.5" @@ -94389,39 +93877,16 @@ in sources."p-locate-2.0.0" sources."p-try-1.0.0" sources."param-case-2.1.1" - sources."parent-module-1.0.1" - sources."parse-json-5.2.0" sources."parse5-5.1.0" - sources."pascalcase-0.1.1" - (sources."password-prompt-1.1.2" // { - dependencies = [ - sources."ansi-escapes-3.2.0" - sources."cross-spawn-6.0.5" - sources."semver-5.7.1" - sources."which-1.3.1" - ]; - }) sources."path-exists-3.0.0" sources."path-is-absolute-1.0.1" - sources."path-key-2.0.1" - sources."path-type-4.0.0" + sources."path-key-3.1.1" sources."performance-now-2.1.0" sources."picomatch-2.3.0" - sources."pify-4.0.1" + sources."pify-3.0.0" sources."pipe-functions-1.3.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-limit-2.3.0" - sources."p-locate-3.0.0" - sources."p-try-2.2.0" - ]; - }) sources."pn-1.1.0" sources."pngjs-5.0.0" - sources."posix-character-classes-0.1.1" sources."prebuild-install-6.1.4" sources."prelude-ls-1.1.2" sources."process-nextick-args-2.0.1" @@ -94435,34 +93900,20 @@ in sources."query-string-4.3.4" sources."querystring-0.2.0" sources."querystringify-2.2.0" - sources."queue-microtask-1.2.3" sources."random-bytes-1.0.0" sources."rc-1.2.8" sources."re-reselect-4.0.0" - (sources."read-chunk-2.1.0" // { - dependencies = [ - sources."pify-3.0.0" - ]; - }) + sources."read-chunk-2.1.0" (sources."readable-stream-2.3.7" // { dependencies = [ sources."safe-buffer-5.1.2" ]; }) sources."readdirp-3.6.0" - (sources."recast-0.20.5" // { - dependencies = [ - sources."tslib-2.3.1" - ]; - }) - sources."redeyed-2.1.1" 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."repeat-element-1.1.4" - sources."repeat-string-1.6.1" (sources."request-2.88.2" // { dependencies = [ sources."form-data-2.3.3" @@ -94475,41 +93926,23 @@ in sources."tough-cookie-2.5.0" ]; }) - sources."require-from-string-2.0.2" sources."requires-port-1.0.0" sources."reselect-4.0.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."retry-0.10.1" - sources."reusify-1.0.4" sources."rimraf-2.7.1" - sources."run-async-2.4.1" - sources."run-parallel-1.2.0" + sources."robust-predicates-3.0.1" sources."rw-1.3.3" - (sources."rxjs-7.3.0" // { - dependencies = [ - sources."tslib-2.1.0" - ]; - }) 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-7.3.5" 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.40" - sources."shallow-clone-3.0.1" (sources."sharp-0.26.3" // { dependencies = [ sources."color-3.2.1" @@ -94518,77 +93951,25 @@ in 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-3.0.0" (sources."slice-ansi-1.0.0" // { dependencies = [ sources."is-fullwidth-code-point-2.0.0" ]; }) - (sources."snapdragon-0.8.2" // { - dependencies = [ - sources."debug-2.6.9" - sources."define-property-0.2.5" - sources."extend-shallow-2.0.1" - (sources."is-accessor-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - (sources."is-data-descriptor-0.1.4" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-descriptor-0.1.6" - sources."kind-of-5.1.0" - sources."ms-2.0.0" - sources."source-map-0.5.7" - ]; - }) - (sources."snapdragon-node-2.1.1" // { - dependencies = [ - sources."define-property-1.0.0" - sources."isobject-3.0.1" - ]; - }) - (sources."snapdragon-util-3.0.1" // { - 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.1" sources."split-skip-0.0.2" - sources."split-string-3.1.0" sources."sprintf-js-1.1.2" sources."sqlite3-5.0.2" 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" @@ -94617,13 +93998,7 @@ in }) sources."strip-json-comments-2.0.1" sources."stylis-4.0.10" - sources."supports-color-5.5.0" - (sources."supports-hyperlinks-2.2.0" // { - dependencies = [ - sources."has-flag-4.0.0" - sources."supports-color-7.2.0" - ]; - }) + sources."supports-color-7.2.0" sources."symbol-observable-1.2.0" sources."symbol-tree-3.2.4" sources."table-layout-0.4.5" @@ -94644,42 +94019,26 @@ in sources."q-0.9.7" ]; }) - (sources."temp-0.8.4" // { - dependencies = [ - sources."rimraf-2.6.3" - ]; - }) sources."terminal-kit-1.49.4" - sources."through-2.3.8" (sources."tkwidgets-0.5.26" // { dependencies = [ sources."ansi-styles-3.2.1" sources."chalk-2.4.2" - sources."escape-string-regexp-1.0.5" + 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."wrap-ansi-3.0.1" + sources."supports-color-5.5.0" ]; }) - 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-regex-3.0.2" sources."to-regex-range-5.0.1" sources."toidentifier-1.0.0" sources."tough-cookie-3.0.1" sources."tr46-1.0.1" sources."tree-kit-0.7.0" - sources."tslib-1.14.1" sources."tunnel-agent-0.6.0" sources."tweetnacl-0.14.5" sources."type-check-0.3.2" - sources."type-fest-0.21.3" sources."typical-2.6.1" sources."uc.micro-1.0.6" (sources."uglify-js-3.4.10" // { @@ -94690,22 +94049,10 @@ in 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."isobject-3.0.1" - ]; - }) sources."upper-case-1.1.3" sources."uri-js-4.4.1" sources."urix-0.1.0" @@ -94715,7 +94062,6 @@ in ]; }) sources."url-parse-1.5.3" - 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" @@ -94723,40 +94069,27 @@ in sources."verror-1.10.0" sources."w3c-hr-time-1.0.2" sources."w3c-xmlserializer-1.1.2" - sources."wcwidth-1.0.1" sources."webidl-conversions-4.0.2" sources."whatwg-encoding-1.0.5" sources."whatwg-mimetype-2.3.0" sources."whatwg-url-7.1.0" sources."which-2.0.2" sources."wide-align-1.1.3" - (sources."widest-line-3.1.0" // { - dependencies = [ - sources."ansi-regex-5.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."string-width-4.2.2" - sources."strip-ansi-6.0.0" - ]; - }) sources."word-wrap-1.2.3" sources."wordwrapjs-3.0.0" - (sources."wrap-ansi-7.0.0" // { + (sources."wrap-ansi-3.0.1" // { dependencies = [ - sources."ansi-regex-5.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."string-width-4.2.2" - sources."strip-ansi-6.0.0" + sources."is-fullwidth-code-point-2.0.0" + sources."string-width-2.1.1" ]; }) sources."wrappy-1.0.2" - sources."write-file-atomic-2.4.3" sources."ws-7.5.3" sources."xml-name-validator-3.0.0" sources."xml2js-0.4.23" sources."xmlbuilder-11.0.1" sources."xmlchars-2.2.0" sources."yallist-4.0.0" - sources."yaml-1.10.2" sources."yargs-parser-7.0.0" ]; buildInputs = globalBuildInputs; @@ -96151,7 +95484,7 @@ in sources."@types/component-emitter-1.2.10" sources."@types/cookie-0.4.1" sources."@types/cors-2.8.12" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."accepts-1.3.7" sources."ansi-regex-5.0.0" sources."ansi-styles-4.3.0" @@ -97187,6 +96520,7 @@ in sources."supports-color-5.5.0" ]; }) + sources."@gar/promisify-1.1.2" sources."@hutson/parse-repository-url-3.0.2" sources."@lerna/add-4.0.0" sources."@lerna/bootstrap-4.0.0" @@ -97286,6 +96620,7 @@ in sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" sources."@npmcli/ci-detect-1.3.0" + sources."@npmcli/fs-1.0.0" sources."@npmcli/git-2.1.0" sources."@npmcli/installed-package-contents-1.0.7" sources."@npmcli/move-file-1.1.2" @@ -97360,7 +96695,7 @@ in sources."builtins-1.0.3" sources."byline-5.0.0" sources."byte-size-7.0.1" - sources."cacache-15.2.0" + sources."cacache-15.3.0" sources."call-bind-1.0.2" sources."callsites-3.1.0" sources."camelcase-5.3.1" @@ -97558,7 +96893,7 @@ in (sources."init-package-json-2.0.4" // { dependencies = [ sources."normalize-package-data-3.0.3" - sources."read-package-json-4.0.0" + sources."read-package-json-4.0.1" ]; }) (sources."inquirer-7.3.3" // { @@ -97853,7 +97188,7 @@ in sources."strip-indent-3.0.0" sources."strong-log-transformer-2.1.0" sources."supports-color-7.2.0" - sources."tar-6.1.10" + sources."tar-6.1.11" sources."temp-dir-1.0.0" (sources."temp-write-4.0.0" // { dependencies = [ @@ -97965,7 +97300,7 @@ in sources."make-dir-2.1.0" sources."mime-1.6.0" sources."ms-2.1.3" - sources."needle-2.8.0" + sources."needle-2.9.0" sources."parse-node-version-1.0.1" sources."pify-4.0.1" sources."prr-1.0.1" @@ -98969,7 +98304,7 @@ in sources."@types/istanbul-lib-report-3.0.0" sources."@types/istanbul-reports-1.1.2" sources."@types/json-schema-7.0.9" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/normalize-package-data-2.4.1" sources."@types/resolve-0.0.8" sources."@types/yargs-15.0.14" @@ -99142,7 +98477,7 @@ in sources."cached-path-relative-1.0.2" sources."call-bind-1.0.2" sources."camelcase-5.3.1" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."capture-exit-2.0.0" sources."caseless-0.12.0" (sources."chalk-3.0.0" // { @@ -99214,7 +98549,7 @@ in }) sources."copy-descriptor-0.1.1" sources."core-js-2.6.12" - (sources."core-js-compat-3.16.2" // { + (sources."core-js-compat-3.16.3" // { dependencies = [ sources."semver-7.0.0" ]; @@ -99266,7 +98601,7 @@ in sources."duplexer2-0.1.4" sources."duplexify-3.7.1" sources."ecc-jsbn-0.1.2" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" (sources."elliptic-6.5.4" // { dependencies = [ sources."bn.js-4.12.0" @@ -100513,639 +99848,155 @@ in sha512 = "kvOJ9VkabUFEASC0yE7KiWT7e8t2OBb6cw4YOXctXRJtbxSubLSANpfSxuy+MuaR9JJCMWcqD6sYy8FmdaPiaQ=="; }; dependencies = [ - sources."@babel/code-frame-7.14.5" - sources."@babel/compat-data-7.15.0" - (sources."@babel/core-7.15.0" // { - dependencies = [ - sources."semver-6.3.0" - ]; - }) - sources."@babel/generator-7.15.0" - sources."@babel/helper-annotate-as-pure-7.14.5" - (sources."@babel/helper-compilation-targets-7.15.0" // { - dependencies = [ - sources."semver-6.3.0" - ]; - }) - sources."@babel/helper-create-class-features-plugin-7.15.0" - sources."@babel/helper-function-name-7.14.5" - sources."@babel/helper-get-function-arity-7.14.5" - sources."@babel/helper-hoist-variables-7.14.5" - sources."@babel/helper-member-expression-to-functions-7.15.0" - sources."@babel/helper-module-imports-7.14.5" - sources."@babel/helper-module-transforms-7.15.0" - sources."@babel/helper-optimise-call-expression-7.14.5" - sources."@babel/helper-plugin-utils-7.14.5" - sources."@babel/helper-replace-supers-7.15.0" - sources."@babel/helper-simple-access-7.14.8" - sources."@babel/helper-skip-transparent-expression-wrappers-7.14.5" - sources."@babel/helper-split-export-declaration-7.14.5" - sources."@babel/helper-validator-identifier-7.14.9" - sources."@babel/helper-validator-option-7.14.5" - sources."@babel/helpers-7.15.3" - (sources."@babel/highlight-7.14.5" // { - 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."escape-string-regexp-1.0.5" - sources."has-flag-3.0.0" - sources."supports-color-5.5.0" - ]; - }) - sources."@babel/parser-7.15.3" - sources."@babel/plugin-proposal-class-properties-7.14.5" - sources."@babel/plugin-proposal-nullish-coalescing-operator-7.14.5" - sources."@babel/plugin-proposal-optional-chaining-7.14.5" - sources."@babel/plugin-syntax-flow-7.14.5" - sources."@babel/plugin-syntax-nullish-coalescing-operator-7.8.3" - sources."@babel/plugin-syntax-optional-chaining-7.8.3" - sources."@babel/plugin-syntax-typescript-7.14.5" - sources."@babel/plugin-transform-flow-strip-types-7.14.5" - sources."@babel/plugin-transform-modules-commonjs-7.15.0" - sources."@babel/plugin-transform-typescript-7.15.0" - sources."@babel/preset-flow-7.14.5" - sources."@babel/preset-typescript-7.15.0" - sources."@babel/register-7.15.3" - sources."@babel/template-7.14.5" - sources."@babel/traverse-7.15.0" - sources."@babel/types-7.15.0" sources."@braintree/sanitize-url-3.1.0" - sources."@nodelib/fs.scandir-2.1.5" - sources."@nodelib/fs.stat-2.0.5" - sources."@nodelib/fs.walk-1.2.8" - sources."@oclif/command-1.8.0" - (sources."@oclif/config-1.17.0" // { - dependencies = [ - sources."tslib-2.3.1" - ]; - }) - (sources."@oclif/core-0.5.32" // { - dependencies = [ - sources."fs-extra-9.1.0" - sources."jsonfile-6.1.0" - sources."tslib-2.3.1" - sources."universalify-2.0.0" - ]; - }) - sources."@oclif/errors-1.3.5" - sources."@oclif/linewrap-1.0.0" - (sources."@oclif/parser-3.8.5" // { - 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."escape-string-regexp-1.0.5" - sources."has-flag-3.0.0" - sources."supports-color-5.5.0" - ]; - }) - sources."@oclif/plugin-help-3.3.0" - sources."@oclif/screen-1.0.4" - sources."@percy/config-1.0.0-beta.65" - sources."@percy/logger-1.0.0-beta.65" - sources."@percy/migrate-0.10.0" - sources."@types/node-16.7.1" - sources."@types/parse-json-4.0.0" + sources."@types/node-16.7.2" sources."@types/yauzl-2.9.2" sources."agent-base-6.0.2" - sources."ajv-8.6.2" - sources."ansi-escapes-4.3.2" - sources."ansi-regex-5.0.0" sources."ansi-styles-4.3.0" - sources."ansicolors-0.3.2" - 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-union-2.1.0" - sources."array-unique-0.3.2" - sources."assign-symbols-1.0.0" - (sources."ast-types-0.14.2" // { - dependencies = [ - sources."tslib-2.3.1" - ]; - }) - sources."at-least-node-1.0.0" - sources."atob-2.1.2" - sources."babel-core-7.0.0-bridge.0" - sources."babel-plugin-dynamic-import-node-2.3.3" sources."balanced-match-1.0.2" - (sources."base-0.11.2" // { - dependencies = [ - sources."define-property-1.0.0" - ]; - }) sources."base64-js-1.5.1" sources."bl-4.1.0" sources."brace-expansion-1.1.11" - sources."braces-3.0.2" - sources."browserslist-4.16.8" sources."buffer-5.7.1" sources."buffer-crc32-0.2.13" - sources."buffer-from-1.1.2" - sources."cache-base-1.0.1" - sources."call-bind-1.0.2" - sources."callsites-3.1.0" - sources."caniuse-lite-1.0.30001251" - sources."cardinal-2.1.1" sources."chalk-4.1.2" - sources."chardet-0.7.0" sources."chownr-1.1.4" - (sources."class-utils-0.3.6" // { - dependencies = [ - sources."define-property-0.2.5" - (sources."is-accessor-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - (sources."is-data-descriptor-0.1.4" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-descriptor-0.1.6" - sources."kind-of-5.1.0" - ]; - }) - sources."clean-stack-3.0.1" - sources."cli-cursor-3.1.0" - sources."cli-progress-3.9.0" - sources."cli-spinners-2.6.0" - (sources."cli-ux-5.6.3" // { - dependencies = [ - sources."supports-color-8.1.1" - sources."tslib-2.3.1" - ]; - }) - sources."cli-width-3.0.0" - sources."clone-1.0.4" - sources."clone-deep-4.0.1" - sources."collection-visit-1.0.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" - sources."colorette-1.3.0" - sources."colors-1.4.0" sources."commander-8.1.0" - sources."commondir-1.0.1" - sources."component-emitter-1.3.0" sources."concat-map-0.0.1" - (sources."convert-source-map-1.8.0" // { - dependencies = [ - sources."safe-buffer-5.1.2" - ]; - }) - sources."copy-descriptor-0.1.1" - sources."cosmiconfig-7.0.1" - (sources."cross-spawn-7.0.3" // { - dependencies = [ - sources."path-key-3.1.1" - sources."shebang-command-2.0.0" - sources."shebang-regex-3.0.0" - sources."which-2.0.2" - ]; - }) - 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-7.0.1" + sources."d3-array-3.0.2" + sources."d3-axis-3.0.0" + sources."d3-brush-3.0.0" + sources."d3-chord-3.0.1" 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-color-3.0.1" + sources."d3-contour-3.0.1" + sources."d3-delaunay-6.0.2" + sources."d3-dispatch-3.0.1" + sources."d3-drag-3.0.0" + (sources."d3-dsv-3.0.1" // { + dependencies = [ + sources."commander-7.2.0" + ]; + }) + sources."d3-ease-3.0.1" + sources."d3-fetch-3.0.1" + sources."d3-force-3.0.0" + sources."d3-format-3.0.1" + sources."d3-geo-3.0.1" + sources."d3-hierarchy-3.0.1" + sources."d3-interpolate-3.0.1" + sources."d3-path-3.0.1" + sources."d3-polygon-3.0.1" + sources."d3-quadtree-3.0.1" + sources."d3-random-3.0.1" + sources."d3-scale-4.0.0" + sources."d3-scale-chromatic-3.0.0" + sources."d3-selection-3.0.0" + sources."d3-shape-3.0.1" + sources."d3-time-3.0.0" + sources."d3-time-format-4.0.0" + sources."d3-timer-3.0.1" + sources."d3-transition-3.0.1" + sources."d3-voronoi-1.1.4" + sources."d3-zoom-3.0.0" + sources."dagre-0.8.5" + (sources."dagre-d3-0.6.4" // { dependencies = [ sources."commander-2.20.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-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-zoom-1.8.3" + sources."iconv-lite-0.4.24" ]; }) - 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."debug-4.3.1" - sources."decode-uri-component-0.2.0" - sources."defaults-1.0.3" - sources."define-properties-1.1.3" - sources."define-property-2.0.2" + sources."delaunator-5.0.0" sources."devtools-protocol-0.0.901419" - sources."dir-glob-3.0.1" - sources."dompurify-2.3.0" - sources."electron-to-chromium-1.3.816" - sources."emoji-regex-8.0.0" + sources."dompurify-2.3.1" sources."end-of-stream-1.4.4" - sources."error-ex-1.3.2" - sources."escalade-3.1.1" - sources."escape-string-regexp-4.0.0" - sources."esprima-4.0.1" - (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-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."extract-stack-2.0.0" sources."extract-zip-2.0.1" - sources."fast-deep-equal-3.1.3" - sources."fast-glob-3.2.7" - sources."fastq-1.12.0" sources."fd-slicer-1.1.0" - (sources."figures-3.2.0" // { - dependencies = [ - sources."escape-string-regexp-1.0.5" - ]; - }) - sources."fill-range-7.0.1" - (sources."find-cache-dir-2.1.0" // { - dependencies = [ - sources."find-up-3.0.0" - sources."locate-path-3.0.0" - sources."p-locate-3.0.0" - sources."path-exists-3.0.0" - sources."pkg-dir-3.0.0" - ]; - }) sources."find-up-4.1.0" - sources."flow-parser-0.158.0" - sources."for-in-1.0.2" - sources."fragment-cache-0.2.1" sources."fs-constants-1.0.0" - sources."fs-extra-8.1.0" sources."fs.realpath-1.0.0" - sources."function-bind-1.1.1" - sources."gensync-1.0.0-beta.2" - sources."get-intrinsic-1.1.1" - sources."get-package-type-0.1.0" sources."get-stream-5.2.0" - sources."get-value-2.0.6" sources."glob-7.1.7" - sources."glob-parent-5.1.2" - sources."globals-11.12.0" - sources."globby-11.0.4" - sources."graceful-fs-4.2.8" sources."graphlib-2.1.8" - sources."has-1.0.3" sources."has-flag-4.0.0" - sources."has-symbols-1.0.2" - 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."https-proxy-agent-5.0.0" - sources."hyperlinker-1.0.0" - sources."iconv-lite-0.4.24" + sources."iconv-lite-0.6.3" sources."ieee754-1.2.1" - sources."ignore-5.1.8" - sources."import-fresh-3.3.0" - sources."imurmurhash-0.1.4" - sources."indent-string-4.0.0" sources."inflight-1.0.6" sources."inherits-2.0.4" - sources."inquirer-8.1.2" - (sources."inquirer-glob-prompt-0.1.0" // { - dependencies = [ - sources."rxjs-6.6.7" - ]; - }) - sources."is-accessor-descriptor-1.0.0" - sources."is-arrayish-0.2.1" - sources."is-buffer-1.1.6" - sources."is-data-descriptor-1.0.0" - sources."is-descriptor-1.0.2" - sources."is-docker-2.2.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-interactive-1.0.0" - sources."is-number-7.0.0" - sources."is-plain-object-2.0.4" - sources."is-unicode-supported-0.1.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."js-tokens-4.0.0" - sources."js-yaml-3.14.1" - (sources."jscodeshift-0.11.0" // { - 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" - sources."kind-of-3.2.2" - sources."micromatch-3.1.10" - sources."to-regex-range-2.1.1" - ]; - }) - sources."jsesc-2.5.2" - sources."json-parse-even-better-errors-2.3.1" - sources."json-schema-traverse-1.0.0" - sources."json5-2.2.0" - sources."jsonfile-4.0.0" + sources."internmap-2.0.1" sources."khroma-1.4.1" - sources."kind-of-6.0.3" - sources."lines-and-columns-1.1.6" sources."locate-path-5.0.0" sources."lodash-4.17.21" - sources."lodash._reinterpolate-3.0.0" - sources."lodash.template-4.5.0" - sources."lodash.templatesettings-4.2.0" - sources."log-symbols-4.1.0" - sources."lru-cache-6.0.0" - (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."merge2-1.4.1" - sources."mermaid-8.11.5" - sources."micromatch-4.0.4" - sources."mimic-fn-2.1.0" + sources."mermaid-8.12.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-0.5.5" sources."moment-mini-2.24.0" sources."ms-2.1.2" - sources."mute-stream-0.0.8" - sources."nanomatch-1.2.13" - sources."natural-orderby-2.0.3" - sources."neo-async-2.6.2" - sources."nice-try-1.0.5" - sources."node-dir-0.1.17" sources."node-fetch-2.6.1" - sources."node-modules-regexp-1.0.0" - sources."node-releases-1.1.75" - (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-keys-1.1.1" - sources."object-treeify-1.1.33" - sources."object-visit-1.0.1" - sources."object.assign-4.1.2" - sources."object.pick-1.3.0" sources."once-1.4.0" - sources."onetime-5.1.2" - sources."ora-5.4.1" - sources."os-tmpdir-1.0.2" 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-json-5.2.0" - sources."pascalcase-0.1.1" - (sources."password-prompt-1.1.2" // { - dependencies = [ - sources."ansi-escapes-3.2.0" - sources."cross-spawn-6.0.5" - sources."semver-5.7.1" - ]; - }) 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" sources."pend-1.2.0" - sources."picomatch-2.3.0" - sources."pify-4.0.1" - sources."pirates-4.0.1" sources."pkg-dir-4.2.0" - sources."posix-character-classes-0.1.1" sources."progress-2.0.1" sources."proxy-from-env-1.1.0" sources."pump-3.0.0" - sources."punycode-2.1.1" sources."puppeteer-10.2.0" - sources."queue-microtask-1.2.3" sources."readable-stream-3.6.0" - (sources."recast-0.20.5" // { - dependencies = [ - sources."source-map-0.6.1" - sources."tslib-2.3.1" - ]; - }) - sources."redeyed-2.1.1" - sources."regex-not-1.0.2" - sources."repeat-element-1.1.4" - sources."repeat-string-1.6.1" - sources."require-from-string-2.0.2" - sources."resolve-from-4.0.0" - sources."resolve-url-0.2.1" - sources."restore-cursor-3.1.0" - sources."ret-0.1.15" - sources."reusify-1.0.4" sources."rimraf-3.0.2" - sources."run-async-2.4.1" - sources."run-parallel-1.2.0" + sources."robust-predicates-3.0.1" sources."rw-1.3.3" - (sources."rxjs-7.3.0" // { - dependencies = [ - sources."tslib-2.1.0" - ]; - }) sources."safe-buffer-5.2.1" - sources."safe-regex-1.1.0" sources."safer-buffer-2.1.2" - sources."semver-7.3.5" - (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."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."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.1" - sources."split-string-3.1.0" - sources."sprintf-js-1.0.3" - (sources."static-extend-0.1.2" // { - dependencies = [ - sources."define-property-0.2.5" - (sources."is-accessor-descriptor-0.1.6" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - (sources."is-data-descriptor-0.1.4" // { - dependencies = [ - sources."kind-of-3.2.2" - ]; - }) - sources."is-descriptor-0.1.6" - sources."kind-of-5.1.0" - ]; - }) - sources."string-width-4.2.2" sources."string_decoder-1.3.0" - sources."strip-ansi-6.0.0" sources."stylis-4.0.10" sources."supports-color-7.2.0" - sources."supports-hyperlinks-2.2.0" sources."tar-fs-2.0.0" sources."tar-stream-2.2.0" - (sources."temp-0.8.4" // { - dependencies = [ - sources."rimraf-2.6.3" - ]; - }) sources."through-2.3.8" - 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-regex-3.0.2" - sources."to-regex-range-5.0.1" - sources."tslib-1.14.1" - sources."type-fest-0.21.3" sources."unbzip2-stream-1.3.3" - 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.1" - sources."urix-0.1.0" - sources."use-3.1.1" sources."util-deprecate-1.0.2" - sources."wcwidth-1.0.1" - sources."which-1.3.1" - sources."widest-line-3.1.0" - sources."wrap-ansi-7.0.0" sources."wrappy-1.0.2" - sources."write-file-atomic-2.4.3" sources."ws-7.4.6" - sources."yallist-4.0.0" - sources."yaml-1.10.2" sources."yauzl-2.10.0" ]; buildInputs = globalBuildInputs; @@ -101170,18 +100021,18 @@ in sources."@chinachu/aribts-1.3.5-mirakurun.3" sources."@fluentui/date-time-utilities-8.2.2" sources."@fluentui/dom-utilities-2.1.4" - sources."@fluentui/font-icons-mdl2-8.1.9" - sources."@fluentui/foundation-legacy-8.1.9" + sources."@fluentui/font-icons-mdl2-8.1.10" + sources."@fluentui/foundation-legacy-8.1.10" sources."@fluentui/keyboard-key-0.3.4" - sources."@fluentui/merge-styles-8.1.4" + sources."@fluentui/merge-styles-8.1.5" sources."@fluentui/react-8.27.0" - sources."@fluentui/react-focus-8.2.0" - sources."@fluentui/react-hooks-8.3.0" + sources."@fluentui/react-focus-8.2.1" + sources."@fluentui/react-hooks-8.3.1" sources."@fluentui/react-window-provider-2.1.4" sources."@fluentui/set-version-8.1.4" - sources."@fluentui/style-utilities-8.3.0" - sources."@fluentui/theme-2.3.0" - sources."@fluentui/utilities-8.3.0" + sources."@fluentui/style-utilities-8.3.1" + sources."@fluentui/theme-2.3.1" + sources."@fluentui/utilities-8.3.1" sources."@microsoft/load-themed-styles-1.10.203" sources."@napi-rs/triples-1.0.3" sources."@node-rs/crc32-1.2.1" @@ -101200,7 +100051,7 @@ in sources."@node-rs/helper-1.2.1" sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/uuid-3.4.10" sources."@types/ws-6.0.4" sources."accepts-1.3.7" @@ -101838,10 +100689,10 @@ in netlify-cli = nodeEnv.buildNodePackage { name = "netlify-cli"; packageName = "netlify-cli"; - version = "6.7.4"; + version = "6.7.6"; src = fetchurl { - url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-6.7.4.tgz"; - sha512 = "S8ZIRrxW2pZMVHOtp4ApCo41gMOEPGBXTSsCn4lP9HZY2f6RTPKm4ZZcpPfQ2GkWsygoguTKazShpjauRHDh4g=="; + url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-6.7.6.tgz"; + sha512 = "yGdBrNqFPHRrIEcyRXseYt8NOPj7XWeMZiQ6ZGO4Zgkju6nSPnaI9Cxm0rBi7+92c9xU7yhtqY1Z+rs69jaLRw=="; }; dependencies = [ sources."@babel/code-frame-7.14.5" @@ -101976,7 +100827,7 @@ in sources."@dabh/diagnostics-2.0.2" sources."@jest/types-26.6.2" sources."@mrmlnc/readdir-enhanced-2.2.1" - (sources."@netlify/build-18.5.0" // { + (sources."@netlify/build-18.6.0" // { dependencies = [ sources."resolve-2.0.0-next.3" ]; @@ -101988,7 +100839,7 @@ in sources."slash-3.0.0" ]; }) - (sources."@netlify/config-15.4.1" // { + (sources."@netlify/config-15.5.0" // { dependencies = [ sources."dot-prop-5.3.0" ]; @@ -102021,7 +100872,7 @@ in sources."@netlify/open-api-2.5.0" (sources."@netlify/plugin-edge-handlers-1.11.22" // { dependencies = [ - sources."@types/node-14.17.11" + sources."@types/node-14.17.12" ]; }) sources."@netlify/plugins-list-3.5.0" @@ -102209,7 +101060,7 @@ in sources."@types/istanbul-reports-3.0.1" sources."@types/keyv-3.1.2" sources."@types/minimatch-3.0.5" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/node-fetch-2.5.12" sources."@types/normalize-package-data-2.4.1" sources."@types/resolve-1.17.1" @@ -102375,7 +101226,7 @@ in sources."call-me-maybe-1.0.1" sources."callsite-1.0.0" sources."camelcase-6.2.0" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."cardinal-2.1.1" (sources."chalk-4.1.2" // { dependencies = [ @@ -102485,7 +101336,7 @@ in sources."readdirp-2.2.1" ]; }) - (sources."core-js-compat-3.16.2" // { + (sources."core-js-compat-3.16.3" // { dependencies = [ sources."semver-7.0.0" ]; @@ -102630,7 +101481,7 @@ in }) sources."duplexer3-0.1.4" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."elegant-spinner-1.0.1" sources."elf-cam-0.1.1" sources."emoji-regex-8.0.0" @@ -103788,6 +102639,8 @@ in sha512 = "KG8SdcoAnw2d6augGwl1kOayALUrXW/P2uOAm2J2+nmW/HjZo7y+8TDg7LejxbekOOSv3kzhq+NSUYkIDAX8eA=="; }; dependencies = [ + sources."@gar/promisify-1.1.2" + sources."@npmcli/fs-1.0.0" sources."@npmcli/move-file-1.1.2" sources."@tootallnate/once-1.1.2" sources."abbrev-1.1.1" @@ -103799,7 +102652,7 @@ in sources."are-we-there-yet-1.1.5" sources."balanced-match-1.0.2" sources."brace-expansion-1.1.11" - sources."cacache-15.2.0" + sources."cacache-15.3.0" sources."chownr-2.0.0" sources."clean-stack-2.2.0" sources."code-point-at-1.1.0" @@ -103870,7 +102723,7 @@ in sources."string-width-1.0.2" sources."string_decoder-1.1.1" sources."strip-ansi-3.0.1" - sources."tar-6.1.10" + sources."tar-6.1.11" sources."unique-filename-1.1.1" sources."unique-slug-2.0.2" sources."util-deprecate-1.0.2" @@ -104328,7 +103181,7 @@ in sources."@types/cacheable-request-6.0.2" sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/responselike-1.0.0" sources."abbrev-1.1.1" sources."accepts-1.3.7" @@ -104669,7 +103522,7 @@ in sources."typedarray-0.0.6" sources."uglify-js-3.13.10" sources."uid-safe-2.1.5" - sources."uid2-0.0.3" + sources."uid2-0.0.4" sources."universalify-0.1.2" sources."unpipe-1.0.0" sources."uri-js-4.4.1" @@ -104857,7 +103710,7 @@ in ]; }) sources."strip-ansi-3.0.1" - (sources."tar-6.1.10" // { + (sources."tar-6.1.11" // { dependencies = [ sources."mkdirp-1.0.4" ]; @@ -105088,7 +103941,7 @@ in sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.2" sources."@types/minimist-1.2.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/normalize-package-data-2.4.1" sources."@types/parse-json-4.0.0" sources."@types/responselike-1.0.0" @@ -105616,9 +104469,11 @@ in sha512 = "NslIB6Af7GagVrN+bvBkObLyawIZfOnDnl8n9MHE+dFt0aChRYtvR6T2BLJKzOPIepCLmmh0NRR/qha0ExAELQ=="; }; dependencies = [ + sources."@gar/promisify-1.1.2" sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" + sources."@npmcli/fs-1.0.0" sources."@npmcli/git-2.1.0" sources."@npmcli/installed-package-contents-1.0.7" sources."@npmcli/move-file-1.1.2" @@ -105666,7 +104521,7 @@ in sources."brace-expansion-1.1.11" sources."braces-3.0.2" sources."builtins-1.0.3" - sources."cacache-15.2.0" + sources."cacache-15.3.0" (sources."cacheable-request-6.1.0" // { dependencies = [ sources."get-stream-5.2.0" @@ -105913,7 +104768,7 @@ in sources."strip-ansi-3.0.1" sources."strip-json-comments-2.0.1" sources."supports-color-7.2.0" - sources."tar-6.1.10" + sources."tar-6.1.11" sources."to-readable-stream-1.0.0" sources."to-regex-range-5.0.1" sources."tough-cookie-2.5.0" @@ -106453,7 +105308,7 @@ in sources."caller-path-2.0.0" sources."callsites-2.0.0" sources."caniuse-api-3.0.0" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."caseless-0.12.0" sources."chalk-2.4.2" sources."chokidar-2.1.8" @@ -106480,7 +105335,7 @@ in sources."convert-source-map-1.8.0" sources."copy-descriptor-0.1.1" sources."core-js-2.6.12" - (sources."core-js-compat-3.16.2" // { + (sources."core-js-compat-3.16.3" // { dependencies = [ sources."semver-7.0.0" ]; @@ -106536,7 +105391,7 @@ in sources."cssstyle-1.4.0" sources."dashdash-1.14.1" sources."data-urls-1.1.0" - sources."deasync-0.1.22" + sources."deasync-0.1.23" sources."debug-4.3.2" sources."decode-uri-component-0.2.0" sources."deep-is-0.1.3" @@ -106591,7 +105446,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.816" + sources."electron-to-chromium-1.3.818" (sources."elliptic-6.5.4" // { dependencies = [ sources."bn.js-4.12.0" @@ -108644,7 +107499,7 @@ in sources."statuses-1.5.0" sources."string_decoder-0.10.31" sources."supports-color-7.2.0" - sources."systeminformation-5.8.2" + sources."systeminformation-5.8.6" sources."to-regex-range-5.0.1" sources."toidentifier-1.0.0" sources."tslib-2.3.1" @@ -109839,7 +108694,7 @@ in sources."@types/glob-7.1.4" sources."@types/json-schema-7.0.9" sources."@types/minimatch-3.0.5" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/parse-json-4.0.0" sources."@types/q-1.5.5" sources."@webassemblyjs/ast-1.9.0" @@ -110027,7 +108882,7 @@ in sources."camel-case-3.0.0" sources."camelcase-5.3.1" sources."caniuse-api-3.0.0" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."case-sensitive-paths-webpack-plugin-2.4.0" sources."caw-2.0.1" (sources."chalk-2.4.2" // { @@ -110112,7 +108967,7 @@ in sources."copy-concurrently-1.0.5" sources."copy-descriptor-0.1.1" sources."core-js-2.6.12" - (sources."core-js-compat-3.16.2" // { + (sources."core-js-compat-3.16.3" // { dependencies = [ sources."semver-7.0.0" ]; @@ -110256,7 +109111,7 @@ in sources."duplexify-3.7.1" sources."ee-first-1.1.1" sources."ejs-2.7.4" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" (sources."elliptic-6.5.4" // { dependencies = [ sources."bn.js-4.12.0" @@ -111648,7 +110503,7 @@ in sources."@redocly/ajv-8.6.2" (sources."@redocly/openapi-core-1.0.0-beta.55" // { dependencies = [ - sources."@types/node-14.17.11" + sources."@types/node-14.17.12" ]; }) sources."@redocly/react-dropdown-aria-2.0.12" @@ -112177,7 +111032,7 @@ in sources."@types/json-schema-7.0.9" sources."@types/minimatch-3.0.5" sources."@types/mocha-8.2.3" - sources."@types/node-14.17.11" + sources."@types/node-14.17.12" sources."@types/node-fetch-2.5.12" sources."@types/vscode-1.59.0" sources."@typescript-eslint/eslint-plugin-4.29.3" @@ -112869,10 +111724,10 @@ in serverless = nodeEnv.buildNodePackage { name = "serverless"; packageName = "serverless"; - version = "2.55.0"; + version = "2.56.0"; src = fetchurl { - url = "https://registry.npmjs.org/serverless/-/serverless-2.55.0.tgz"; - sha512 = "PFKPxJvdwro7DgF1/0WmAGryJCj6DIoyB44B+B1G6Sxqq/yXZ3j8pccbUIGHtAYNJFp0kr7U1y8sHxcAuBw5kQ=="; + url = "https://registry.npmjs.org/serverless/-/serverless-2.56.0.tgz"; + sha512 = "/nmD1aLe+rXZpTmnxzHogCt5qGGBrE+wce7LcLV1yNne+aymyCcL8vcLj2Ib2ukTXweWpr8MxAgdXVtbwY4EGA=="; }; dependencies = [ sources."2-thenable-1.0.0" @@ -112905,7 +111760,7 @@ in ]; }) sources."@serverless/component-metrics-1.0.8" - (sources."@serverless/components-3.15.1" // { + (sources."@serverless/components-3.16.0" // { dependencies = [ (sources."@serverless/utils-4.1.0" // { dependencies = [ @@ -112932,7 +111787,7 @@ in sources."semver-6.3.0" ]; }) - sources."@serverless/dashboard-plugin-5.4.3" + sources."@serverless/dashboard-plugin-5.4.4" sources."@serverless/event-mocks-1.1.1" (sources."@serverless/platform-client-4.3.0" // { dependencies = [ @@ -112964,7 +111819,7 @@ in sources."@types/keyv-3.1.2" sources."@types/lodash-4.14.172" sources."@types/long-4.0.1" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/request-2.48.7" sources."@types/request-promise-native-1.0.18" sources."@types/responselike-1.0.0" @@ -113025,7 +111880,7 @@ in sources."async-2.6.3" sources."asynckit-0.4.0" sources."at-least-node-1.0.0" - (sources."aws-sdk-2.974.0" // { + (sources."aws-sdk-2.977.0" // { dependencies = [ sources."buffer-4.9.2" sources."ieee754-1.1.13" @@ -113643,7 +112498,7 @@ in sources."untildify-3.0.3" ]; }) - (sources."tar-6.1.10" // { + (sources."tar-6.1.11" // { dependencies = [ sources."chownr-2.0.0" sources."mkdirp-1.0.4" @@ -114380,10 +113235,10 @@ in snyk = nodeEnv.buildNodePackage { name = "snyk"; packageName = "snyk"; - version = "1.687.0"; + version = "1.692.0"; src = fetchurl { - url = "https://registry.npmjs.org/snyk/-/snyk-1.687.0.tgz"; - sha512 = "eFiCgTGAkAeeUtcSxD3+fBYjhF7JvYZ4KmbbXPO6UnWUfThm082kf2Aw9eS5RlD1hXO8P41d8DeCYzJgEoid9w=="; + url = "https://registry.npmjs.org/snyk/-/snyk-1.692.0.tgz"; + sha512 = "N/hfiyccrQRwiU1fFzG1uxKU0ODRTi7UtcZJhtRidE/DT3Vs35pWU/y4vVfXP/OegtihAwGjEirxNeL8o632mQ=="; }; buildInputs = globalBuildInputs; meta = { @@ -114407,7 +113262,7 @@ in sources."@types/component-emitter-1.2.10" sources."@types/cookie-0.4.1" sources."@types/cors-2.8.12" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."accepts-1.3.7" sources."base64-arraybuffer-0.1.4" sources."base64id-2.0.0" @@ -115368,7 +114223,7 @@ in sources."ssb-client-4.9.0" sources."ssb-config-3.4.5" sources."ssb-db-19.2.0" - (sources."ssb-db2-2.3.0" // { + (sources."ssb-db2-2.3.1" // { dependencies = [ sources."abstract-leveldown-6.2.3" (sources."flumecodec-0.0.1" // { @@ -115583,7 +114438,7 @@ in sources."ws-1.1.5" ]; }) - sources."@types/babel-types-7.0.10" + sources."@types/babel-types-7.0.11" sources."@types/babylon-6.16.6" sources."accepts-1.3.7" sources."acorn-3.3.0" @@ -115633,7 +114488,7 @@ in sources."async-1.5.2" sources."async-limiter-1.0.1" sources."asynckit-0.4.0" - (sources."aws-sdk-2.974.0" // { + (sources."aws-sdk-2.977.0" // { dependencies = [ sources."uuid-3.3.2" ]; @@ -116292,7 +115147,7 @@ in }) sources."uglify-to-browserify-1.0.2" sources."uid-safe-2.1.5" - sources."uid2-0.0.3" + sources."uid2-0.0.4" sources."ultron-1.0.2" sources."unpipe-1.0.0" (sources."uri-js-4.4.1" // { @@ -116472,7 +115327,7 @@ in sources."callsites-3.1.0" sources."camelcase-5.3.1" sources."camelcase-keys-6.2.2" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" (sources."chalk-4.1.2" // { dependencies = [ sources."ansi-styles-4.3.0" @@ -116510,7 +115365,7 @@ in sources."domelementtype-1.3.1" sources."domhandler-2.4.2" sources."domutils-1.7.0" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-8.0.0" sources."entities-1.1.2" sources."error-ex-1.3.2" @@ -116749,7 +115604,7 @@ in sha512 = "EstDoqxjqWStWELh7Z0qytqUDl/ikdNEr21dveNc4fUDnhnqO2F2jHEufqoNnC3GfBji3GIUHvoXsp/I5lMbCg=="; }; dependencies = [ - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/pug-2.0.5" sources."@types/sass-1.16.1" sources."ansi-styles-4.3.0" @@ -116820,7 +115675,7 @@ in sources."@emmetio/abbreviation-2.2.2" sources."@emmetio/css-abbreviation-2.1.4" sources."@emmetio/scanner-1.0.0" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/pug-2.0.5" sources."@types/sass-1.16.1" sources."anymatch-3.1.2" @@ -118985,7 +117840,7 @@ in sources."@types/cacheable-request-6.0.2" sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/responselike-1.0.0" sources."abbrev-1.1.1" sources."abstract-logging-2.0.1" @@ -119061,7 +117916,7 @@ in sources."content-type-1.0.4" sources."cookie-0.4.0" sources."cookie-signature-1.0.6" - sources."core-js-3.16.2" + sources."core-js-3.16.3" sources."core-util-is-1.0.2" sources."css-select-1.2.0" sources."css-what-2.1.3" @@ -119424,10 +118279,10 @@ in three = nodeEnv.buildNodePackage { name = "three"; packageName = "three"; - version = "0.131.3"; + version = "0.132.0"; src = fetchurl { - url = "https://registry.npmjs.org/three/-/three-0.131.3.tgz"; - sha512 = "VkZAv8ZTJqiE/fyEmoWLxcNHImpVcjqW7RO0GzMu3tRpwO0KUvK9pjTmJzJcAbc51BOeB2G38zh80yjHTbP8gQ=="; + url = "https://registry.npmjs.org/three/-/three-0.132.0.tgz"; + sha512 = "kv4WeP3O5/8mcHyuGYnqBQYdEfzSz9kEkq4H/9J966epNlGSVJ8gYC3SwT9qIITdgC0OvLr3zPltCS4dUyg2eg=="; }; buildInputs = globalBuildInputs; meta = { @@ -119999,7 +118854,7 @@ in sources."@types/component-emitter-1.2.10" sources."@types/cookie-0.4.1" sources."@types/cors-2.8.12" - sources."@types/node-14.17.11" + sources."@types/node-14.17.12" sources."abbrev-1.1.1" sources."accepts-1.3.7" sources."ansi-regex-5.0.0" @@ -120280,7 +119135,7 @@ in sha512 = "N+ENrder8z9zJQF9UM7K3/1LcfVW60omqeyaQsu6GN1BGdCgPm8gdHssn7WRD7vx+ABKc82IE1+pJyHOPkwe+w=="; }; dependencies = [ - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/unist-2.0.6" sources."@types/vfile-3.0.2" sources."@types/vfile-message-2.0.0" @@ -120535,7 +119390,7 @@ in sources."string-width-1.0.2" sources."string_decoder-1.1.1" sources."strip-ansi-3.0.1" - sources."tar-6.1.10" + sources."tar-6.1.11" sources."topojson-client-3.1.0" sources."util-deprecate-1.0.2" sources."vega-5.20.2" @@ -120658,7 +119513,7 @@ in dependencies = [ sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@vercel/build-utils-2.12.2" sources."@vercel/go-1.2.3" sources."@vercel/node-1.12.1" @@ -120779,10 +119634,10 @@ in vim-language-server = nodeEnv.buildNodePackage { name = "vim-language-server"; packageName = "vim-language-server"; - version = "2.2.3"; + version = "2.2.4"; src = fetchurl { - url = "https://registry.npmjs.org/vim-language-server/-/vim-language-server-2.2.3.tgz"; - sha512 = "dUaWfvqNM0IVwinwYHv6prKYEw4o/ayZtvceFBKdMCf91uYzKt64MLqD8ZA597JLheul/oEV1XKgpzLLPcfVVw=="; + url = "https://registry.npmjs.org/vim-language-server/-/vim-language-server-2.2.4.tgz"; + sha512 = "MHbdFNU9C7pwXMY7UvzjdslNBRwFazy+wDe7Kv30L1Hl6BiMpkOAQ4RgvevYQAjm/NpS6gvMz7N0FFKr2qjKsw=="; }; buildInputs = globalBuildInputs; meta = { @@ -121249,7 +120104,7 @@ in sources."buffer-from-1.1.2" sources."call-bind-1.0.2" sources."camelcase-6.2.0" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" (sources."chalk-4.1.2" // { dependencies = [ sources."supports-color-7.2.0" @@ -121289,7 +120144,7 @@ in sources."domelementtype-2.2.0" sources."domhandler-4.2.0" sources."domutils-2.7.0" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."emoji-regex-8.0.0" sources."emojis-list-3.0.0" sources."enhanced-resolve-5.8.2" @@ -121495,8 +120350,8 @@ in sources."supports-color-5.5.0" ]; }) - sources."vscode-debugadapter-testsupport-1.48.0" - sources."vscode-debugprotocol-1.48.0" + sources."vscode-debugadapter-testsupport-1.49.0" + sources."vscode-debugprotocol-1.49.0" sources."watchpack-2.2.0" sources."webpack-5.51.1" (sources."webpack-cli-4.8.0" // { @@ -121855,7 +120710,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-16.7.1" + sources."@types/node-16.7.2" sources."@types/unist-2.0.6" sources."@types/vfile-3.0.2" sources."@types/vfile-message-2.0.0" @@ -122830,7 +121685,7 @@ in sources."combined-stream-1.0.8" sources."concat-map-0.0.1" sources."console-control-strings-1.1.0" - sources."core-js-pure-3.16.2" + sources."core-js-pure-3.16.3" sources."core-util-is-1.0.2" sources."cssom-0.4.4" (sources."cssstyle-2.3.0" // { @@ -122937,7 +121792,7 @@ in sources."svg-pathdata-5.0.5" sources."svg2img-0.9.3" sources."symbol-tree-3.2.4" - sources."tar-6.1.10" + sources."tar-6.1.11" (sources."tough-cookie-4.0.0" // { dependencies = [ sources."universalify-0.1.2" @@ -123036,7 +121891,7 @@ in sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" sources."@types/minimatch-3.0.5" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/yauzl-2.9.1" sources."acorn-7.4.1" sources."acorn-jsx-5.3.2" @@ -123607,7 +122462,7 @@ in sources."@types/eslint-scope-3.7.1" sources."@types/estree-0.0.50" sources."@types/json-schema-7.0.9" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@webassemblyjs/ast-1.11.1" sources."@webassemblyjs/floating-point-hex-parser-1.11.1" sources."@webassemblyjs/helper-api-error-1.11.1" @@ -123631,11 +122486,11 @@ in sources."ajv-keywords-3.5.2" sources."browserslist-4.16.8" sources."buffer-from-1.1.2" - sources."caniuse-lite-1.0.30001251" + sources."caniuse-lite-1.0.30001252" sources."chrome-trace-event-1.0.3" sources."colorette-1.3.0" sources."commander-2.20.3" - sources."electron-to-chromium-1.3.816" + sources."electron-to-chromium-1.3.818" sources."enhanced-resolve-5.8.2" sources."es-module-lexer-0.7.1" sources."escalade-3.1.1" @@ -123775,7 +122630,7 @@ in sources."@nodelib/fs.walk-1.2.8" sources."@types/http-proxy-1.17.7" sources."@types/json-schema-7.0.9" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/retry-0.12.1" sources."accepts-1.3.7" sources."aggregate-error-3.1.0" @@ -124158,7 +123013,7 @@ in sources."@protobufjs/pool-1.1.0" sources."@protobufjs/utf8-1.1.0" sources."@types/long-4.0.1" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."addr-to-ip-port-1.5.4" sources."airplay-js-0.3.0" sources."ansi-regex-5.0.0" @@ -124452,7 +123307,7 @@ in sources."utp-native-2.5.3" sources."videostream-3.2.2" sources."vlc-command-1.2.0" - (sources."webtorrent-1.5.3" // { + (sources."webtorrent-1.5.4" // { dependencies = [ sources."debug-4.3.2" sources."decompress-response-6.0.0" @@ -124660,6 +123515,7 @@ in }; dependencies = [ sources."@babel/runtime-7.15.3" + sources."@gar/promisify-1.1.2" sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" @@ -124669,6 +123525,11 @@ in sources."semver-7.3.5" ]; }) + (sources."@npmcli/fs-1.0.0" // { + dependencies = [ + sources."semver-7.3.5" + ]; + }) (sources."@npmcli/git-2.1.0" // { dependencies = [ sources."mkdirp-1.0.4" @@ -124766,7 +123627,7 @@ in sources."buffer-5.7.1" sources."buffer-from-1.1.2" sources."builtins-1.0.3" - (sources."cacache-15.2.0" // { + (sources."cacache-15.3.0" // { dependencies = [ sources."mkdirp-1.0.4" ]; @@ -124813,7 +123674,7 @@ in sources."config-chain-1.1.13" sources."configstore-3.1.5" sources."console-control-strings-1.1.0" - sources."core-js-3.16.2" + sources."core-js-3.16.3" sources."core-util-is-1.0.2" sources."create-error-class-3.0.2" sources."cross-spawn-6.0.5" @@ -125056,7 +123917,7 @@ in }) sources."mem-5.1.1" sources."mem-fs-2.2.1" - sources."mem-fs-editor-9.1.0" + sources."mem-fs-editor-9.3.0" (sources."meow-3.7.0" // { dependencies = [ sources."find-up-1.1.2" @@ -125403,7 +124264,7 @@ in ]; }) sources."taketalk-1.0.0" - (sources."tar-6.1.10" // { + (sources."tar-6.1.11" // { dependencies = [ sources."mkdirp-1.0.4" ]; @@ -125589,7 +124450,7 @@ in sources."@nodelib/fs.walk-1.2.8" sources."@types/fs-extra-9.0.12" sources."@types/minimist-1.2.2" - sources."@types/node-16.7.1" + sources."@types/node-16.7.2" sources."@types/node-fetch-2.5.12" sources."ansi-styles-4.3.0" sources."array-union-3.0.1" diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 023d6f7da5b3..e82cc40da5ca 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -25124,6 +25124,8 @@ with pkgs; pmbootstrap = python3Packages.callPackage ../tools/misc/pmbootstrap/default.nix { }; + shepherd = nodePackages."@nerdwallet/shepherd"; + slack = callPackage ../applications/networking/instant-messengers/slack { }; slack-cli = callPackage ../tools/networking/slack-cli { };