From 2d1cfc588248909680b6800dc26d0c1385287092 Mon Sep 17 00:00:00 2001 From: oxalica Date: Wed, 29 Sep 2021 09:40:30 +0800 Subject: [PATCH] vimPlugins.markdown-preview-nvim: fix node dependencies --- .../node-packages/node-packages.json | 1 + .../node-packages/node-packages.nix | 3154 +++++++++-------- .../fix-node-paths.patch | 46 + .../markdown-preview-nvim/package.json | 17 + pkgs/misc/vim-plugins/overrides.nix | 25 + 5 files changed, 1699 insertions(+), 1544 deletions(-) create mode 100644 pkgs/misc/vim-plugins/markdown-preview-nvim/fix-node-paths.patch create mode 100644 pkgs/misc/vim-plugins/markdown-preview-nvim/package.json diff --git a/pkgs/development/node-packages/node-packages.json b/pkgs/development/node-packages/node-packages.json index ebfe703123a0..0c9d1f261380 100644 --- a/pkgs/development/node-packages/node-packages.json +++ b/pkgs/development/node-packages/node-packages.json @@ -174,6 +174,7 @@ , "madoko" , "markdownlint-cli" , "markdown-link-check" +, {"markdown-preview-nvim": "../../misc/vim-plugins/markdown-preview-nvim"} , "mastodon-bot" , "mathjax" , "meat" diff --git a/pkgs/development/node-packages/node-packages.nix b/pkgs/development/node-packages/node-packages.nix index cbbaf7b0db8c..258958e254e5 100644 --- a/pkgs/development/node-packages/node-packages.nix +++ b/pkgs/development/node-packages/node-packages.nix @@ -238,13 +238,13 @@ let sha512 = "GBD2Le9w2+lVFoc4vswGI/TjkNIZSVp7+9xPf+X3uidBfWnAeUWmquteSyt0+VCrhNMWj/FTABISQrD3Z/YA+w=="; }; }; - "@apollo/client-3.4.13" = { + "@apollo/client-3.4.15" = { name = "_at_apollo_slash_client"; packageName = "@apollo/client"; - version = "3.4.13"; + version = "3.4.15"; src = fetchurl { - url = "https://registry.npmjs.org/@apollo/client/-/client-3.4.13.tgz"; - sha512 = "/nH8z/0X6WJ+wtUREHTlKQGX4lo6u3XkF1hy+k4eCxLZzT5+VRw1rm92iIkj1H85vep/eE/KV3DdRq1x3t9NnQ=="; + url = "https://registry.npmjs.org/@apollo/client/-/client-3.4.15.tgz"; + sha512 = "CnlT9i7TgHagkKQNvti81A9KcbIMqgpUPGJJL6bg5spTsB2R/5J6E7qiPcMvXuuXwR2xe4FmE4Ey4HizStb8Hg=="; }; }; "@apollo/protobufjs-1.2.2" = { @@ -1543,31 +1543,31 @@ let sha512 = "BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig=="; }; }; - "@blueprintjs/colors-5.0.0-alpha.0" = { + "@blueprintjs/colors-4.0.0-alpha.1" = { name = "_at_blueprintjs_slash_colors"; packageName = "@blueprintjs/colors"; - version = "5.0.0-alpha.0"; + version = "4.0.0-alpha.1"; src = fetchurl { - url = "https://registry.npmjs.org/@blueprintjs/colors/-/colors-5.0.0-alpha.0.tgz"; - sha512 = "TsYKtsT7K+ok14GYWheBfkQxqMRGd6M3cnJ1Ge/nitNzIzmYiydKhOb7KBV0xnRNHlDKGuXSEdnsylAlRgSoIQ=="; + url = "https://registry.npmjs.org/@blueprintjs/colors/-/colors-4.0.0-alpha.1.tgz"; + sha512 = "i95xW/cAIijJAMIBDrXw1WLbGVXVaRDRG1Ga0CxOtMVwL20zvdXlQj7EMqhkgVEJo9LaKNIDliPI+jsh7h5Lag=="; }; }; - "@blueprintjs/core-3.50.2" = { + "@blueprintjs/core-3.50.4" = { name = "_at_blueprintjs_slash_core"; packageName = "@blueprintjs/core"; - version = "3.50.2"; + version = "3.50.4"; src = fetchurl { - url = "https://registry.npmjs.org/@blueprintjs/core/-/core-3.50.2.tgz"; - sha512 = "y+J5yh34MoCFPgr7TlfRAY8xyFvZadoGbqhoMWdUWP+Nfhb6+Zu5wIchpC+2Z2Kw+eHH3W1ld39GYiPHOVnNWw=="; + url = "https://registry.npmjs.org/@blueprintjs/core/-/core-3.50.4.tgz"; + sha512 = "FYGr1ZMH1si2acdZaTI4gqhvwgb0yOWcv7otYdi/tvC4ReId2gsm2i+bDw/eBMYsH+OSFYZT0C6hFvHV3HrkPA=="; }; }; - "@blueprintjs/icons-3.30.1" = { + "@blueprintjs/icons-3.30.2" = { name = "_at_blueprintjs_slash_icons"; packageName = "@blueprintjs/icons"; - version = "3.30.1"; + version = "3.30.2"; src = fetchurl { - url = "https://registry.npmjs.org/@blueprintjs/icons/-/icons-3.30.1.tgz"; - sha512 = "Y15u+B/+N51oLwOkZg5uQ5tkGCMLXfMhf2iRBIr6t3OBkCGoc9C61a7VeII5EDC8fjKlh9MewVbLuFIIEbUP8g=="; + url = "https://registry.npmjs.org/@blueprintjs/icons/-/icons-3.30.2.tgz"; + sha512 = "t0coke9JWLtAt4eQuGfTD2KQSjD+Q5V9JLnRwt1sEyV9/CHXgeoTvsEEqpiXe6gWOW72Rok6Uo86yLyICRW7wQ=="; }; }; "@braintree/sanitize-url-3.1.0" = { @@ -1678,130 +1678,130 @@ let sha512 = "sR9Go0U6puXoXyW9UgIiIQhRcJ8jVOvGl4BptUiXAtheMs72WcakZ1udh6J0ZOivr3o8jAM+MTCHLP8FZMbVpQ=="; }; }; - "@commitlint/ensure-13.1.0" = { + "@commitlint/ensure-13.2.0" = { name = "_at_commitlint_slash_ensure"; packageName = "@commitlint/ensure"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.1.0.tgz"; - sha512 = "NRGyjOdZQnlYwm9it//BZJ2Vm+4x7G9rEnHpLCvNKYY0c6RA8Qf7hamLAB8dWO12RLuFt06JaOpHZoTt/gHutA=="; + url = "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz"; + sha512 = "rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q=="; }; }; - "@commitlint/execute-rule-13.0.0" = { + "@commitlint/execute-rule-13.2.0" = { name = "_at_commitlint_slash_execute-rule"; packageName = "@commitlint/execute-rule"; - version = "13.0.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.0.0.tgz"; - sha512 = "lBz2bJhNAgkkU/rFMAw3XBNujbxhxlaFHY3lfKB/MxpAa+pIfmWB3ig9i1VKe0wCvujk02O0WiMleNaRn2KJqw=="; + url = "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz"; + sha512 = "6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g=="; }; }; - "@commitlint/format-13.1.0" = { + "@commitlint/format-13.2.0" = { name = "_at_commitlint_slash_format"; packageName = "@commitlint/format"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/format/-/format-13.1.0.tgz"; - sha512 = "n46rYvzf+6Sm99TJjTLjJBkjm6JVcklt31lDO5Q+pCIV0NnJ4qIUcwa6wIL9a9Vqb1XzlMgtp27E0zyYArkvSg=="; + url = "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz"; + sha512 = "yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ=="; }; }; - "@commitlint/is-ignored-13.1.0" = { + "@commitlint/is-ignored-13.2.0" = { name = "_at_commitlint_slash_is-ignored"; packageName = "@commitlint/is-ignored"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.1.0.tgz"; - sha512 = "P6zenLE5Tn3FTNjRzmL9+/KooTXEI0khA2TmUbuei9KiycemeO4q7Xk7w7aXwFPNAbN0O9oI7z3z7cFpzKJWmQ=="; + url = "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz"; + sha512 = "onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ=="; }; }; - "@commitlint/lint-13.1.0" = { + "@commitlint/lint-13.2.0" = { name = "_at_commitlint_slash_lint"; packageName = "@commitlint/lint"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/lint/-/lint-13.1.0.tgz"; - sha512 = "qH9AYSQDDTaSWSdtOvB3G1RdPpcYSgddAdFYqpFewlKQ1GJj/L+sM7vwqCG7/ip6AiM04Sry1sgmFzaEoFREUA=="; + url = "https://registry.npmjs.org/@commitlint/lint/-/lint-13.2.0.tgz"; + sha512 = "5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw=="; }; }; - "@commitlint/load-13.1.0" = { + "@commitlint/load-13.2.0" = { name = "_at_commitlint_slash_load"; packageName = "@commitlint/load"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/load/-/load-13.1.0.tgz"; - sha512 = "zlZbjJCWnWmBOSwTXis8H7I6pYk6JbDwOCuARA6B9Y/qt2PD+NCo0E/7EuaaFoxjHl+o56QR5QttuMBrf+BJzg=="; + url = "https://registry.npmjs.org/@commitlint/load/-/load-13.2.0.tgz"; + sha512 = "Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg=="; }; }; - "@commitlint/message-13.0.0" = { + "@commitlint/message-13.2.0" = { name = "_at_commitlint_slash_message"; packageName = "@commitlint/message"; - version = "13.0.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/message/-/message-13.0.0.tgz"; - sha512 = "W/pxhesVEk8747BEWJ+VGQ9ILHmCV27/pEwJ0hGny1wqVquUR8SxvScRCbUjHCB1YtWX4dEnOPXOS9CLH/CX7A=="; + url = "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz"; + sha512 = "+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA=="; }; }; - "@commitlint/parse-13.1.0" = { + "@commitlint/parse-13.2.0" = { name = "_at_commitlint_slash_parse"; packageName = "@commitlint/parse"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/parse/-/parse-13.1.0.tgz"; - sha512 = "xFybZcqBiKVjt6vTStvQkySWEUYPI0AcO4QQELyy29o8EzYZqWkhUfrb7K61fWiHsplWL1iL6F3qCLoxSgTcrg=="; + url = "https://registry.npmjs.org/@commitlint/parse/-/parse-13.2.0.tgz"; + sha512 = "AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ=="; }; }; - "@commitlint/read-13.1.0" = { + "@commitlint/read-13.2.0" = { name = "_at_commitlint_slash_read"; packageName = "@commitlint/read"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/read/-/read-13.1.0.tgz"; - sha512 = "NrVe23GMKyL6i1yDJD8IpqCBzhzoS3wtLfDj8QBzc01Ov1cYBmDojzvBklypGb+MLJM1NbzmRM4PR5pNX0U/NQ=="; + url = "https://registry.npmjs.org/@commitlint/read/-/read-13.2.0.tgz"; + sha512 = "7db5e1Bn3re6hQN0SqygTMF/QX6/MQauoJn3wJiUHE93lvwO6aFQxT3qAlYeyBPwfWsmDz/uSH454jtrSsv3Uw=="; }; }; - "@commitlint/resolve-extends-13.0.0" = { + "@commitlint/resolve-extends-13.2.0" = { name = "_at_commitlint_slash_resolve-extends"; packageName = "@commitlint/resolve-extends"; - version = "13.0.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.0.0.tgz"; - sha512 = "1SyaE+UOsYTkQlTPUOoj4NwxQhGFtYildVS/d0TJuK8a9uAJLw7bhCLH2PEeH5cC2D1do4Eqhx/3bLDrSLH3hg=="; + url = "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.2.0.tgz"; + sha512 = "HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw=="; }; }; - "@commitlint/rules-13.1.0" = { + "@commitlint/rules-13.2.0" = { name = "_at_commitlint_slash_rules"; packageName = "@commitlint/rules"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/rules/-/rules-13.1.0.tgz"; - sha512 = "b6F+vBqEXsHVghrhomG0Y6YJimHZqkzZ0n5QEpk03dpBXH2OnsezpTw5e+GvbyYCc7PutGbYVQkytuv+7xCxYA=="; + url = "https://registry.npmjs.org/@commitlint/rules/-/rules-13.2.0.tgz"; + sha512 = "O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ=="; }; }; - "@commitlint/to-lines-13.0.0" = { + "@commitlint/to-lines-13.2.0" = { name = "_at_commitlint_slash_to-lines"; packageName = "@commitlint/to-lines"; - version = "13.0.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-13.0.0.tgz"; - sha512 = "mzxWwCio1M4/kG9/69TTYqrraQ66LmtJCYTzAZdZ2eJX3I5w52pSjyP/DJzAUVmmJCYf2Kw3s+RtNVShtnZ+Rw=="; + url = "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-13.2.0.tgz"; + sha512 = "ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg=="; }; }; - "@commitlint/top-level-13.0.0" = { + "@commitlint/top-level-13.2.0" = { name = "_at_commitlint_slash_top-level"; packageName = "@commitlint/top-level"; - version = "13.0.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/top-level/-/top-level-13.0.0.tgz"; - sha512 = "baBy3MZBF28sR93yFezd4a5TdHsbXaakeladfHK9dOcGdXo9oQe3GS5hP3BmlN680D6AiQSN7QPgEJgrNUWUCg=="; + url = "https://registry.npmjs.org/@commitlint/top-level/-/top-level-13.2.0.tgz"; + sha512 = "knBvWYbIq6VV6VPHrVeDsxDiJq4Zq6cv5NIYU3iesKAsmK2KlLfsZPa+Ig96Y4AqAPU3zNJwjHxYkz9qxdBbfA=="; }; }; - "@commitlint/types-13.1.0" = { + "@commitlint/types-13.2.0" = { name = "_at_commitlint_slash_types"; packageName = "@commitlint/types"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/types/-/types-13.1.0.tgz"; - sha512 = "zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g=="; + url = "https://registry.npmjs.org/@commitlint/types/-/types-13.2.0.tgz"; + sha512 = "RRVHEqmk1qn/dIaSQhvuca6k/6Z54G+r/KyimZ8gnAFielGiGUpsFRhIY3qhd5rXClVxDaa3nlcyTWckSccotQ=="; }; }; "@corestore/networker-1.2.0" = { @@ -2173,6 +2173,15 @@ let sha512 = "OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="; }; }; + "@endemolshinegroup/cosmiconfig-typescript-loader-3.0.2" = { + name = "_at_endemolshinegroup_slash_cosmiconfig-typescript-loader"; + packageName = "@endemolshinegroup/cosmiconfig-typescript-loader"; + version = "3.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz"; + sha512 = "QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA=="; + }; + }; "@eslint/eslintrc-0.4.3" = { name = "_at_eslint_slash_eslintrc"; packageName = "@eslint/eslintrc"; @@ -2335,13 +2344,13 @@ let sha512 = "qECzzXX5oJot3m2Gu9pfRDz50USdBieQVwYAzeAtQRUTD3PVeTK1tlRUoDcrK8PSruDLuVYdKkLebX4w/o55VA=="; }; }; - "@expo/rudder-sdk-node-1.0.7" = { + "@expo/rudder-sdk-node-1.1.0" = { name = "_at_expo_slash_rudder-sdk-node"; packageName = "@expo/rudder-sdk-node"; - version = "1.0.7"; + version = "1.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/@expo/rudder-sdk-node/-/rudder-sdk-node-1.0.7.tgz"; - sha512 = "TQuHUwugxzJGCYOFN/ZIQ+rNSdLPv2pgxaH2Ky7y80RDvWN8DNKeTbrgX0tPnVd/aLjKhxADx8C2se//lZR24w=="; + url = "https://registry.npmjs.org/@expo/rudder-sdk-node/-/rudder-sdk-node-1.1.0.tgz"; + sha512 = "XUxJi2xUEi3RNdKc78emywcl8jQ+iGzpBq0gC1Gpu2/3gAuIxIfp/vGWp1vWo58cZtabhbQx/AMmbOfsHK35Qw=="; }; }; "@expo/schemer-1.3.31" = { @@ -2434,13 +2443,13 @@ let sha512 = "iT1bU56rKrKEOfODoW6fScY11qj3iaYrZ+z11T6fo5+TDm84UGkkXjLXJTE57ZJzg0/gbccHQWYv+chY7bJN8Q=="; }; }; - "@fluentui/react-7.176.1" = { + "@fluentui/react-7.176.2" = { name = "_at_fluentui_slash_react"; packageName = "@fluentui/react"; - version = "7.176.1"; + version = "7.176.2"; src = fetchurl { - url = "https://registry.npmjs.org/@fluentui/react/-/react-7.176.1.tgz"; - sha512 = "lYiJLLYXOpURpTUnyH/hXK4/KVJCV5l37mD50v7C0yKucrT48FtTfkhNXPpo365wR/avXltTP80q2Cdysm7fHQ=="; + url = "https://registry.npmjs.org/@fluentui/react/-/react-7.176.2.tgz"; + sha512 = "zlZ/TYaWkJvfydW684mbLkrBwLcZp4bCgrq+AV8TEZYq2MVRjBgv4z79oOUiejO6HmsVNL76rioZ+RCPyUc/eg=="; }; }; "@fluentui/react-focus-7.18.0" = { @@ -2515,13 +2524,13 @@ let sha512 = "j8yRSSqswWi1QqUGKVEKOG03Q7qOoZP6/h2zN2YO+F5h2+DHU0bSrHCK9Y7lo2DI9fBd8qGAw795sf+3Jva4yA=="; }; }; - "@google-cloud/pubsub-2.18.0" = { + "@google-cloud/pubsub-2.18.1" = { name = "_at_google-cloud_slash_pubsub"; packageName = "@google-cloud/pubsub"; - version = "2.18.0"; + version = "2.18.1"; src = fetchurl { - url = "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.18.0.tgz"; - sha512 = "pekDgDMhREHD7Mxo6aGcGRAq52c8Lv2bICQHYwHn9ET9EY9QMShLJXEhVTTCP7FrczfCJJcnAi6BYlZ6Fc/pWA=="; + url = "https://registry.npmjs.org/@google-cloud/pubsub/-/pubsub-2.18.1.tgz"; + sha512 = "L2ejjRPszBybsRXJMLHN19UimpchNLNrtE7hJtoZxcy4fhITQGIDk1Ba4LceJYgSMJGA/YatZMYNavgyYpxhvA=="; }; }; "@graphql-cli/common-4.1.0" = { @@ -2812,13 +2821,13 @@ let sha512 = "yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow=="; }; }; - "@hapi/hoek-9.2.0" = { + "@hapi/hoek-9.2.1" = { name = "_at_hapi_slash_hoek"; packageName = "@hapi/hoek"; - version = "9.2.0"; + version = "9.2.1"; src = fetchurl { - url = "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.2.0.tgz"; - sha512 = "sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug=="; + url = "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.2.1.tgz"; + sha512 = "gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw=="; }; }; "@hapi/joi-15.1.1" = { @@ -3073,6 +3082,15 @@ let sha512 = "ODXbta2kvFNkMIEGwl7KX5gJTcZZHkzSLoBh3wND2H+EsG0KpIqOZKWMtkj+suuPut85wyLZ7fGfARnrNf7dtA=="; }; }; + "@isaacs/string-locale-compare-1.1.0" = { + name = "_at_isaacs_slash_string-locale-compare"; + packageName = "@isaacs/string-locale-compare"; + version = "1.1.0"; + src = fetchurl { + url = "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz"; + sha512 = "SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ=="; + }; + }; "@istanbuljs/load-nyc-config-1.1.0" = { name = "_at_istanbuljs_slash_load-nyc-config"; packageName = "@istanbuljs/load-nyc-config"; @@ -3199,22 +3217,22 @@ let sha512 = "4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg=="; }; }; - "@jsii/check-node-1.34.0" = { + "@jsii/check-node-1.35.0" = { name = "_at_jsii_slash_check-node"; packageName = "@jsii/check-node"; - version = "1.34.0"; + version = "1.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.34.0.tgz"; - sha512 = "Z+eGyIoV6B6RNFCR+Z/p0ANnZA++bmCXhoU1RIwGh9RG39PAT38KkZZNr9ZHNTTQbVoTJMSatoX/9WQ33pQxAw=="; + url = "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.35.0.tgz"; + sha512 = "fnybJqSJx6qLi5Qk5ji1qGGJNW/UGlxz7PglLMiq6rtTCiFmIsn3DF1Rr2HJq7Wz69wdka8SqQ7n3rxUA45Ulw=="; }; }; - "@jsii/spec-1.34.0" = { + "@jsii/spec-1.35.0" = { name = "_at_jsii_slash_spec"; packageName = "@jsii/spec"; - version = "1.34.0"; + version = "1.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/@jsii/spec/-/spec-1.34.0.tgz"; - sha512 = "yAK8FrTRrZ3lQ+DmdyAFZuHmsTJ1ej0719+sVgjr5ahE9i64huStaraX/jJM+PniuUQwE7N+B49ue6X9qj7vJA=="; + url = "https://registry.npmjs.org/@jsii/spec/-/spec-1.35.0.tgz"; + sha512 = "zcOdxDKztpe4w/X/aosP3ChPjCsqF82xlk7LyCJwspK333sOIy6ChhIMDOu16ba9iZyQ6DoDy4s1UfFPqZRIlw=="; }; }; "@kwsites/file-exists-1.1.1" = { @@ -4072,13 +4090,13 @@ let sha512 = "b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg=="; }; }; - "@netlify/build-18.13.1" = { + "@netlify/build-18.13.4" = { name = "_at_netlify_slash_build"; packageName = "@netlify/build"; - version = "18.13.1"; + version = "18.13.4"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/build/-/build-18.13.1.tgz"; - sha512 = "E5tmUV+fvC5mdQUiJjQpMrWgoHkvfqKFhmbnox43yJ2bU98xL2mq/tLLQqKV9STzMa8/amSBb+CLSJ9iB0THvA=="; + url = "https://registry.npmjs.org/@netlify/build/-/build-18.13.4.tgz"; + sha512 = "p6lAfGhmlXKHY8SmLTql3A1D+pAkpgvnyTv5WU44H79HXidTE0W2zChWgZ0GtRvoMoKAwYpbY6y7lIn8qOYiDw=="; }; }; "@netlify/cache-utils-2.0.3" = { @@ -4270,13 +4288,13 @@ let sha512 = "tFb7J6+YEtZP0OYpS/b9Rjp1lm02XfhAQR6KRHAaeRlHp98/zgd0hhubfwXUCppP2BLfn+imkeVS0FnANh5B3g=="; }; }; - "@netlify/plugins-list-3.6.0" = { + "@netlify/plugins-list-4.0.0" = { name = "_at_netlify_slash_plugins-list"; packageName = "@netlify/plugins-list"; - version = "3.6.0"; + version = "4.0.0"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-3.6.0.tgz"; - sha512 = "yRgsmBw8Wzk6/I/afcerhC+3XtVxXUF0xrSMOYgxV0bmaKJmB/0StJG4FY9TOAmb/IzCp82mR/63ZpzwIvpVzw=="; + url = "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-4.0.0.tgz"; + sha512 = "qF1KWhFzA0hQhavIeH1wMao1vtv3cg+h9sdbxhiOVt1H/fBww7miSCJTp8JTXE5hAS9V0/O2GWTpCYUPIK5z8Q=="; }; }; "@netlify/routing-local-proxy-0.33.2" = { @@ -4297,13 +4315,13 @@ let sha512 = "F1YcF2kje0Ttj+t5Cn5d6ojGQcKj4i/GMWgQuoZGVjQ31ToNcDXIbBm5SBKIkMMpNejtR1wF+1a0Q+aBPWiZVQ=="; }; }; - "@netlify/zip-it-and-ship-it-4.23.0" = { + "@netlify/zip-it-and-ship-it-4.23.2" = { name = "_at_netlify_slash_zip-it-and-ship-it"; packageName = "@netlify/zip-it-and-ship-it"; - version = "4.23.0"; + version = "4.23.2"; src = fetchurl { - url = "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.23.0.tgz"; - sha512 = "hefNXuzWnQqEClsgQMOAubkScTiIf+r+AmsrEShNkUUrg9pUoQpNVpbIpQUiP9VEIvnrCwAtPmSOaus0ijTOXQ=="; + url = "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.23.2.tgz"; + sha512 = "paZR1lZqQCPQ11SPVvlb4k53kZayI4YD+QYRsbWo8C848z0CGZhXPbtT5K9Ze7MbKN1ZuDA51hydF/tlgBCVzg=="; }; }; "@node-red/editor-api-2.0.6" = { @@ -4396,13 +4414,13 @@ let sha512 = "oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="; }; }; - "@npmcli/arborist-2.8.3" = { + "@npmcli/arborist-2.9.0" = { name = "_at_npmcli_slash_arborist"; packageName = "@npmcli/arborist"; - version = "2.8.3"; + version = "2.9.0"; src = fetchurl { - url = "https://registry.npmjs.org/@npmcli/arborist/-/arborist-2.8.3.tgz"; - sha512 = "miFcxbZjmQqeFTeRSLLh+lc/gxIKDO5L4PVCp+dp+kmcwJmYsEJmF7YvHR2yi3jF+fxgvLf3CCFzboPIXAuabg=="; + url = "https://registry.npmjs.org/@npmcli/arborist/-/arborist-2.9.0.tgz"; + sha512 = "21DTow2xC0GlkowlE4zOu99UY21nSymW14fHZmB0yeAqhagmttJPmCUZXU+ngJmJ/Dwe5YP9QJUTgEVRLqnwcg=="; }; }; "@npmcli/ci-detect-1.3.0" = { @@ -4540,13 +4558,13 @@ let sha512 = "Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA=="; }; }; - "@oclif/core-0.5.39" = { + "@oclif/core-0.5.40" = { name = "_at_oclif_slash_core"; packageName = "@oclif/core"; - version = "0.5.39"; + version = "0.5.40"; src = fetchurl { - url = "https://registry.npmjs.org/@oclif/core/-/core-0.5.39.tgz"; - sha512 = "4XusxLX8PnHDQxtRP25PImlkIj1Mlx6wt0NWb1FxQGvTJOAgXGJZl3YB02ZeXZLYbeKA2A3AqqxFTTKbADnZng=="; + url = "https://registry.npmjs.org/@oclif/core/-/core-0.5.40.tgz"; + sha512 = "wr7Svk4laXXUSIXOBrMpVYWwbBnUdL1a7nqIMOj0lA/i8uvVAM5LDxN8OENde1y2iPq04CAXehLEn3tKNvXDSw=="; }; }; "@oclif/errors-1.3.5" = { @@ -4666,13 +4684,13 @@ let sha512 = "0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg=="; }; }; - "@octokit/openapi-types-10.5.0" = { + "@octokit/openapi-types-10.6.1" = { name = "_at_octokit_slash_openapi-types"; packageName = "@octokit/openapi-types"; - version = "10.5.0"; + version = "10.6.1"; src = fetchurl { - url = "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.5.0.tgz"; - sha512 = "yt8GpYL0s1bLZR7602l0Im5zfmB3UdHYCfcrv3ZGRX95BjX66UQeH4asXjXo8xBit9HneCctVhTMN0On/duukQ=="; + url = "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.6.1.tgz"; + sha512 = "53YKy8w8+sHQhUONhTiYt6MqNqPolejYr6rK/3VOevpORAIYGQEX2pmXnnhgdSsjHy176e5ZBgVt0ppOGziS7g=="; }; }; "@octokit/plugin-enterprise-rest-6.0.1" = { @@ -4684,13 +4702,13 @@ let sha512 = "93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw=="; }; }; - "@octokit/plugin-paginate-rest-2.16.4" = { + "@octokit/plugin-paginate-rest-2.16.5" = { name = "_at_octokit_slash_plugin-paginate-rest"; packageName = "@octokit/plugin-paginate-rest"; - version = "2.16.4"; + version = "2.16.5"; src = fetchurl { - url = "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.4.tgz"; - sha512 = "33UFvlgJP1zQVcbkeMQhzUeEXMOOr1U/3i8GDJqzw9MMRy90P/J+PXfgQvhE0N/rfX01DnY2IQMb2Q/L01EL0A=="; + url = "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.5.tgz"; + sha512 = "2PfRGymdBypqRes4Xelu0BAZZRCV/Qg0xgo8UB10UKoghCM+zg640+T5WkRsRD0edwfLBPP3VsJgDyDTG4EIYg=="; }; }; "@octokit/plugin-request-log-1.0.4" = { @@ -4702,13 +4720,13 @@ let sha512 = "mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA=="; }; }; - "@octokit/plugin-rest-endpoint-methods-5.11.1" = { + "@octokit/plugin-rest-endpoint-methods-5.11.3" = { name = "_at_octokit_slash_plugin-rest-endpoint-methods"; packageName = "@octokit/plugin-rest-endpoint-methods"; - version = "5.11.1"; + version = "5.11.3"; src = fetchurl { - url = "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.1.tgz"; - sha512 = "EE69SuO08wtnIy9q/HftGDr7/Im1txzDfeYr+I4T/JkMSNEiedUUE5RuCWkEQAwwbeEU4kVTwSEQZb9Af77/PA=="; + url = "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.3.tgz"; + sha512 = "E19gqHqfP3uJa2/hx6Abhx2NrVP5tsNbst2/AeqGxlGM+eL4N8fRbzhd+NEIsGAB4y3R7e9kVE0y8OOghlXUXw=="; }; }; "@octokit/plugin-retry-3.0.9" = { @@ -4738,22 +4756,22 @@ let sha512 = "1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg=="; }; }; - "@octokit/rest-18.11.0" = { + "@octokit/rest-18.11.2" = { name = "_at_octokit_slash_rest"; packageName = "@octokit/rest"; - version = "18.11.0"; + version = "18.11.2"; src = fetchurl { - url = "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.0.tgz"; - sha512 = "e30+ERbA4nXkzkaCDgfxS9H1A43Z1GvV5nqLfkxS81rYKbFE6+sEsrXsTRzV1aWLsRIQ+B75Vgnyzjw/ioTyVA=="; + url = "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.2.tgz"; + sha512 = "XZPD5HN0B8AfvXhdztFqoZxNVC6hRgQSZTWS1Eh0xHAoJvduVBwniWJ0t4DsdO9in+odZZ9EYAOFtQuaLVZ44Q=="; }; }; - "@octokit/types-6.31.0" = { + "@octokit/types-6.31.1" = { name = "_at_octokit_slash_types"; packageName = "@octokit/types"; - version = "6.31.0"; + version = "6.31.1"; src = fetchurl { - url = "https://registry.npmjs.org/@octokit/types/-/types-6.31.0.tgz"; - sha512 = "xobpvYmMYoFSxZB6jL1TPTMMZkxZIBlY145ZKibBJDKCczP1FrLLougtuVOZywGVZdcYs8oq2Bxb3aMjqIFeiw=="; + url = "https://registry.npmjs.org/@octokit/types/-/types-6.31.1.tgz"; + sha512 = "xkF46eaYcpT8ieO78mZWhMq3bt37zIsP5BUkN+zWgX+mTYDB7jOtUP1MOxcSF8hhJhsjjlB1YDgQAhX0z0oqPw=="; }; }; "@opencensus/core-0.0.8" = { @@ -4801,310 +4819,310 @@ let sha512 = "a/szuMQV0Quy0/M7kKdglcbRSoorleyyOwbTNNJ32O+RBN766wbQlMTvdimImTmwYWGr+NJOni1EcC242WlRcA=="; }; }; - "@ot-builder/bin-composite-types-1.1.1" = { + "@ot-builder/bin-composite-types-1.1.2" = { name = "_at_ot-builder_slash_bin-composite-types"; packageName = "@ot-builder/bin-composite-types"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/bin-composite-types/-/bin-composite-types-1.1.1.tgz"; - sha512 = "a0TkE2hUZkQcFbiaXIYBhziCF/x23ZgBz+uEfzp+hIszWneay2r9eCJIfSJMtW82xn3g7QOz9FyXgpmtCimcBA=="; + url = "https://registry.npmjs.org/@ot-builder/bin-composite-types/-/bin-composite-types-1.1.2.tgz"; + sha512 = "o6dWvUCn6+kZbohKEe91vbiIXEjzSApv9mM9/B9p6s+aHdbCLu94/lch6Mwvc5FVPiDb8F5WIBKXz1/VCyOKWw=="; }; }; - "@ot-builder/bin-util-1.1.1" = { + "@ot-builder/bin-util-1.1.2" = { name = "_at_ot-builder_slash_bin-util"; packageName = "@ot-builder/bin-util"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/bin-util/-/bin-util-1.1.1.tgz"; - sha512 = "QQo2wkYahVeDdsPY0dIZ7AAIRwnSIq0v+vFgJhZeFe55DS/0HSe0Lc3nlKjwFMqh8jWbeczltWrKUHqNpiNCNg=="; + url = "https://registry.npmjs.org/@ot-builder/bin-util/-/bin-util-1.1.2.tgz"; + sha512 = "zo7cq3gYB+ajwKi+mYp3ocXEzApE/8BYVCO5wz5BbeCm9wMLW/TmjxG2+415BW7b+nJi0he3jfFdBkHP5eUnKQ=="; }; }; - "@ot-builder/cli-help-shower-1.1.1" = { + "@ot-builder/cli-help-shower-1.1.2" = { name = "_at_ot-builder_slash_cli-help-shower"; packageName = "@ot-builder/cli-help-shower"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/cli-help-shower/-/cli-help-shower-1.1.1.tgz"; - sha512 = "kUfEQQP/80DubcUjMKEOjLkS4XvIFKkgvgOhWtBiIFyqx3gK99I+j5UyxzxPjV6c22m9RN/wCPy3fWShtjnupw=="; + url = "https://registry.npmjs.org/@ot-builder/cli-help-shower/-/cli-help-shower-1.1.2.tgz"; + sha512 = "h7LudXn+nZjDZZcmNmmd9CoHzl88mpoXuWMC8LewkwYbJlhUGUr95L9V+yfHzA+hWlQb+H9jNk1bXfGwXGVfOA=="; }; }; - "@ot-builder/cli-proc-1.1.1" = { + "@ot-builder/cli-proc-1.1.2" = { name = "_at_ot-builder_slash_cli-proc"; packageName = "@ot-builder/cli-proc"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/cli-proc/-/cli-proc-1.1.1.tgz"; - sha512 = "4LzX3/+t7qLhmJLLphY5omCIIvhNK/QRSpvGk2tWD/fZxJbek/tKXtU03jdHzSdcO/U0trIo3DenKztwLlf/fw=="; + url = "https://registry.npmjs.org/@ot-builder/cli-proc/-/cli-proc-1.1.2.tgz"; + sha512 = "ob8T1LigHyd7efypJZ7GuGdRZ0cEDgJmT/VN1CoGzCJAy6EupMAmuTONp545l6ijoWZsausJov1TvVdJLsXjxA=="; }; }; - "@ot-builder/cli-shared-1.1.1" = { + "@ot-builder/cli-shared-1.1.2" = { name = "_at_ot-builder_slash_cli-shared"; packageName = "@ot-builder/cli-shared"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/cli-shared/-/cli-shared-1.1.1.tgz"; - sha512 = "I9ycAD61HRoWAHo2UJBh4ywskjTae8qCMUy42Ld3SLGXgBSp5xaUmlc5645qRH3tMppCqFekmKXY0QVQWL/u4w=="; + url = "https://registry.npmjs.org/@ot-builder/cli-shared/-/cli-shared-1.1.2.tgz"; + sha512 = "jIOqlkvrCpbXyla0g0Rnn3goaAjDn9Rl189UMmI3lhsvt3LX+Dvh5DoGdZxgET8cJdRwmpxETwQFGDOk+GNB/A=="; }; }; - "@ot-builder/common-impl-1.1.1" = { + "@ot-builder/common-impl-1.1.2" = { name = "_at_ot-builder_slash_common-impl"; packageName = "@ot-builder/common-impl"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/common-impl/-/common-impl-1.1.1.tgz"; - sha512 = "2yeCB16S77sjgwz7G4Svrjc1m40Iot6XQGoua3kRq/CErf6Cvu4OQ9QlH1W14qW9nZ3yWfHfrJ6kg8YSgJGoQw=="; + url = "https://registry.npmjs.org/@ot-builder/common-impl/-/common-impl-1.1.2.tgz"; + sha512 = "b5djcK7F9+31lDp3l/CK6xYhdbaXRNIbNVPyPCccD8FWEWc+rdHMw64cuDqCpvvTYYxeJ4MsTiB1Wu6FGip7/w=="; }; }; - "@ot-builder/errors-1.1.1" = { + "@ot-builder/errors-1.1.2" = { name = "_at_ot-builder_slash_errors"; packageName = "@ot-builder/errors"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/errors/-/errors-1.1.1.tgz"; - sha512 = "mCm6yHnYVI0Uz0vk3FJES089KKTKR7zoXGFFFy5sUMB3vcHm7XeIT2aOog9b+eemQBrS/WkvQN6s6E6PZY8fRA=="; + url = "https://registry.npmjs.org/@ot-builder/errors/-/errors-1.1.2.tgz"; + sha512 = "/ISTVXtFkRppPABUvdCOa/Qvk2epPcsWuqwBsonXJjseSOKwJOpAqZ8GeGyoUkGITsl15RM6xQGRT+yhRyrmhw=="; }; }; - "@ot-builder/io-bin-cff-1.1.1" = { + "@ot-builder/io-bin-cff-1.1.2" = { name = "_at_ot-builder_slash_io-bin-cff"; packageName = "@ot-builder/io-bin-cff"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-cff/-/io-bin-cff-1.1.1.tgz"; - sha512 = "dRs9stSE5UHdalErQIeVn7l4ggVoGSWWitcb2Hy5Jds1RKmD+/ZX6G+qPO5Q3CnMbDMRLHjS6RtCJzoJi9jBQw=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-cff/-/io-bin-cff-1.1.2.tgz"; + sha512 = "XVNr5pE0p7tNNud1mkAYtPIK8is2a7mkw3O09sj4/hzpA/GwZ3oCxQBqzjqj/EnmzZsfiGQNOzE7C6bPF6w88A=="; }; }; - "@ot-builder/io-bin-encoding-1.1.1" = { + "@ot-builder/io-bin-encoding-1.1.2" = { name = "_at_ot-builder_slash_io-bin-encoding"; packageName = "@ot-builder/io-bin-encoding"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-encoding/-/io-bin-encoding-1.1.1.tgz"; - sha512 = "MyxdWkEj5yd+miWZzLfc0ZUm3iF9lgZ8UL91qXH6IbXB9OzLtCu75meQspRcPWdGe8ta+YejNU2aQ65WBoNDwQ=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-encoding/-/io-bin-encoding-1.1.2.tgz"; + sha512 = "+1L50dhuhPZbkoX8NRyiYta7Pwo7oaXD98ZHR5ViUbkeqAbBU+XtITq3kVQalawD/Y67QnvcvwPucsrNAcmkbA=="; }; }; - "@ot-builder/io-bin-ext-private-1.1.1" = { + "@ot-builder/io-bin-ext-private-1.1.2" = { name = "_at_ot-builder_slash_io-bin-ext-private"; packageName = "@ot-builder/io-bin-ext-private"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-ext-private/-/io-bin-ext-private-1.1.1.tgz"; - sha512 = "BjyCWoF0RWg/mnCQfnJHxdiNpYHEr24gZ8yl1KpRqdwHkGQDNxIGg8hzm5lIFb/gBKTl0MRJYrmkT4dYdI1UtQ=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-ext-private/-/io-bin-ext-private-1.1.2.tgz"; + sha512 = "70yML2r9T3MihFyzyx90l1yE/rA4PtWmQeInGwKb/3pijgMg8m/Qcdfwmgl2sx50wd4bEGLiTxXo8PJ1CDeVug=="; }; }; - "@ot-builder/io-bin-font-1.1.1" = { + "@ot-builder/io-bin-font-1.1.2" = { name = "_at_ot-builder_slash_io-bin-font"; packageName = "@ot-builder/io-bin-font"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-font/-/io-bin-font-1.1.1.tgz"; - sha512 = "yqLqyYCA0l272Bf/AkziCofRLnzmLaNGned5Ibi2LvklpzCmpR+Tszm8M/moBTSWhFhs82ga7ujLRqjIzDJwnA=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-font/-/io-bin-font-1.1.2.tgz"; + sha512 = "CY4VlN9N2GgwYo1s3TEe03JcEC7M+IXVtwern4RBueYBU8i03DYcaLRykXXKBUEM9KGuA4CcpafhlxJdLrKcHw=="; }; }; - "@ot-builder/io-bin-glyph-store-1.1.1" = { + "@ot-builder/io-bin-glyph-store-1.1.2" = { name = "_at_ot-builder_slash_io-bin-glyph-store"; packageName = "@ot-builder/io-bin-glyph-store"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-glyph-store/-/io-bin-glyph-store-1.1.1.tgz"; - sha512 = "VmOZaACjzSvE3AaTxJeqpyg4q35jt0AFXOlIXG3lzzGyvUf6nFIZexvDPAWBJtkHyN5jcJ9QWGmqulGY4Son1g=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-glyph-store/-/io-bin-glyph-store-1.1.2.tgz"; + sha512 = "qw3GRaYN6fepIEOpELNQTxZSIrhFtisE2QhY+bj7Rg4OG0L8Mu+tR+AqbHidvaAFQaMleFY6s7vEk79/5ZCMdg=="; }; }; - "@ot-builder/io-bin-layout-1.1.1" = { + "@ot-builder/io-bin-layout-1.1.2" = { name = "_at_ot-builder_slash_io-bin-layout"; packageName = "@ot-builder/io-bin-layout"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-layout/-/io-bin-layout-1.1.1.tgz"; - sha512 = "O/W1AV/ewUvLwh4Pmi5AkysVmyaczfq10Z49ku05oAa3gGDxQFEyX5e/3l7zD2rSLx/FN4zUb/t5obCJoHV2VQ=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-layout/-/io-bin-layout-1.1.2.tgz"; + sha512 = "LJvm+XshKqMEdMVM2MbILGtpTlo+izUPqmiWVpeDEtkzDKuKcES6zvb3VJLt550Ug7neJbE/k6wq+PUt+20wJw=="; }; }; - "@ot-builder/io-bin-metadata-1.1.1" = { + "@ot-builder/io-bin-metadata-1.1.2" = { name = "_at_ot-builder_slash_io-bin-metadata"; packageName = "@ot-builder/io-bin-metadata"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-metadata/-/io-bin-metadata-1.1.1.tgz"; - sha512 = "xGoUWEYBPQEpwhvTqjCK2IdhXWgNyIux3MKM7lf6mqkZJBLUTNu/9GnqAmBflRVZqnNo/kMVVRp3Z3EHTVc2qw=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-metadata/-/io-bin-metadata-1.1.2.tgz"; + sha512 = "UAJzjPsDUtQozQJvVpGSPhCnKZiuoA0o4od74pnqRY7f6gDx0tHYM5fpv4ZIcQRS5ORG6XVxtRq3kLndDb4+3A=="; }; }; - "@ot-builder/io-bin-metric-1.1.1" = { + "@ot-builder/io-bin-metric-1.1.2" = { name = "_at_ot-builder_slash_io-bin-metric"; packageName = "@ot-builder/io-bin-metric"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-metric/-/io-bin-metric-1.1.1.tgz"; - sha512 = "ivQQ15TGPNSmULEn4prvaptyFLu8ZGg7Odt/Hd48yGRnpHiFsfJDmowJ1EJda7XqCgSAjJaXcsGj2rrtm1+quw=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-metric/-/io-bin-metric-1.1.2.tgz"; + sha512 = "bKR4L7V2jnOaL7Ait0WIYLDM4vDgp/MbB9wDSXCquFWxdjOww7GBrVuOs6Dw4Aldp68wNre9OnwKB5oj3IKyIw=="; }; }; - "@ot-builder/io-bin-name-1.1.1" = { + "@ot-builder/io-bin-name-1.1.2" = { name = "_at_ot-builder_slash_io-bin-name"; packageName = "@ot-builder/io-bin-name"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-name/-/io-bin-name-1.1.1.tgz"; - sha512 = "clLE/osaX2w7Pb08y5g19rJ0VMyGYBQYFhRF+dx1QK0MXfEaFBzA6QydIt9T03aZowrJu8Chf9Vu0XLdvXuudA=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-name/-/io-bin-name-1.1.2.tgz"; + sha512 = "UtLy1XOcF03jhR31C1NXesjoZEc9MeGJTwtYU/hXzN0KKPxhl9ZDUjzTI7zWJ4K0tDYuS+LUcgJj1gdG21NnAA=="; }; }; - "@ot-builder/io-bin-sfnt-1.1.1" = { + "@ot-builder/io-bin-sfnt-1.1.2" = { name = "_at_ot-builder_slash_io-bin-sfnt"; packageName = "@ot-builder/io-bin-sfnt"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-sfnt/-/io-bin-sfnt-1.1.1.tgz"; - sha512 = "QzDy42PpGMMEIur2r8cAuN2+q2lgfYYTjYoDknMSVXJSjR+ZBFyQvPOL0qPjL5++7P14z32TxB11//01VQwv7Q=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-sfnt/-/io-bin-sfnt-1.1.2.tgz"; + sha512 = "hfAsJXdIyZuxu1tzjIVjH4hfLVLAmipsaRJXEJwf5VtvpyOheV0wUCJ57Fq0zSSQlMBEyPFDJ0ubDT6Z9tKJBg=="; }; }; - "@ot-builder/io-bin-ttf-1.1.1" = { + "@ot-builder/io-bin-ttf-1.1.2" = { name = "_at_ot-builder_slash_io-bin-ttf"; packageName = "@ot-builder/io-bin-ttf"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/io-bin-ttf/-/io-bin-ttf-1.1.1.tgz"; - sha512 = "uQtaQ2mMg+cYmDJkYQRQDVlgb/ylWJQnC5rwNV1s9tun1/ol3KM6Ym3zKQPtXUYJF7mK2DBePd3HjiusU2Ioag=="; + url = "https://registry.npmjs.org/@ot-builder/io-bin-ttf/-/io-bin-ttf-1.1.2.tgz"; + sha512 = "G/40yZStFXTAHjR5iQ7ZyoH7USJU6IMVbn8sEAMbvQc3GzDeHxhPADoyuxRn/nFzwaa0z6ut6ef85ebOgkFuww=="; }; }; - "@ot-builder/ot-1.1.1" = { + "@ot-builder/ot-1.1.2" = { name = "_at_ot-builder_slash_ot"; packageName = "@ot-builder/ot"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot/-/ot-1.1.1.tgz"; - sha512 = "uzpHTo12lWCNQgkiLYTV6edIDbs4dEHJ85A0FdAOieJhzalN5DVdzNPVmyEo6e7+qDf4Z5wwNQy/knw0Moz47Q=="; + url = "https://registry.npmjs.org/@ot-builder/ot/-/ot-1.1.2.tgz"; + sha512 = "hAQIxPEbElfXGydy5sYqSl7kzM5eHbTaDBN23RlUbgTwF3OCDdUYUXwCEOfh4pDebFRNLn/C7sue8pud62lp2Q=="; }; }; - "@ot-builder/ot-encoding-1.1.1" = { + "@ot-builder/ot-encoding-1.1.2" = { name = "_at_ot-builder_slash_ot-encoding"; packageName = "@ot-builder/ot-encoding"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot-encoding/-/ot-encoding-1.1.1.tgz"; - sha512 = "XLGIHrYkLf1yq6fC9lDonWW5nA1z6t0+JFs01biQ40SholcfTOrlpCNbh7646UHTlOQX93CuzyFFSA/ONwOs2Q=="; + url = "https://registry.npmjs.org/@ot-builder/ot-encoding/-/ot-encoding-1.1.2.tgz"; + sha512 = "E+NYgSUpRLOWe+Iua/9WzfXSMZtJUdFBuJcAXdIaZoyUaGDPyEEvnc4PVYMH0dNuU8O+8D19ruX39L4OXiAH2Q=="; }; }; - "@ot-builder/ot-ext-private-1.1.1" = { + "@ot-builder/ot-ext-private-1.1.2" = { name = "_at_ot-builder_slash_ot-ext-private"; packageName = "@ot-builder/ot-ext-private"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot-ext-private/-/ot-ext-private-1.1.1.tgz"; - sha512 = "SKHLh13DSvSsWuAd9xsHOei8FjVyYAE0fTzbN/22mWFnrFMryuWVz1GE8n6KpxLa2EYjW1zQ9njuq1JnzjCCaw=="; + url = "https://registry.npmjs.org/@ot-builder/ot-ext-private/-/ot-ext-private-1.1.2.tgz"; + sha512 = "SLMlVkiWo36+5k2XpUfxOP9bHxlhEQbZ86ZXE3C7g9B7c/fCDKcOR6SaTSd66syc32WDNPEmeJWZ9OCW6Yh4cw=="; }; }; - "@ot-builder/ot-glyphs-1.1.1" = { + "@ot-builder/ot-glyphs-1.1.2" = { name = "_at_ot-builder_slash_ot-glyphs"; packageName = "@ot-builder/ot-glyphs"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot-glyphs/-/ot-glyphs-1.1.1.tgz"; - sha512 = "+1eUQ42XXE0X3bTJlXK7hPFxXT46Ad4rSd7v/nsIJoLCggngDZmlMP2xSfualh/x6VV66sgys49NWY9ZF/KLXg=="; + url = "https://registry.npmjs.org/@ot-builder/ot-glyphs/-/ot-glyphs-1.1.2.tgz"; + sha512 = "s+NXHOMl+p4uWtUwfL7qFUCyYSGbIpa0/MQsE2d8T1Gt1LhICpupiCc8yvbHntXjyD7FvQxHwbtdqz9uWIpn+A=="; }; }; - "@ot-builder/ot-layout-1.1.1" = { + "@ot-builder/ot-layout-1.1.2" = { name = "_at_ot-builder_slash_ot-layout"; packageName = "@ot-builder/ot-layout"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot-layout/-/ot-layout-1.1.1.tgz"; - sha512 = "m3AgW5UT322g6fjUs9oRj/khjpCkAAC429PEckA1faRq2BJtCGOV5XE+S05TcjodiWNBMc11TVyREAqsSUEK/Q=="; + url = "https://registry.npmjs.org/@ot-builder/ot-layout/-/ot-layout-1.1.2.tgz"; + sha512 = "Ur/4xpO8FMdANPOIDi30M0vXo7ZyegUQjfEfFlUBtTdFqxrqS/1G5Wn0/f0Z0vmjItfFMSgPrS8zkmT9eTds1Q=="; }; }; - "@ot-builder/ot-metadata-1.1.1" = { + "@ot-builder/ot-metadata-1.1.2" = { name = "_at_ot-builder_slash_ot-metadata"; packageName = "@ot-builder/ot-metadata"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot-metadata/-/ot-metadata-1.1.1.tgz"; - sha512 = "1IXH0alOpT9DA7efJnPjm6G25vRQB88T+dPFBUlxunRJCfWryUU4pKIHRDUTq4pshDRC2tGSU2z9o6a/UcRrMw=="; + url = "https://registry.npmjs.org/@ot-builder/ot-metadata/-/ot-metadata-1.1.2.tgz"; + sha512 = "lsoAhFl0C2DM/xei5T9ITH1LakKyEjGJHYbvn6fQ1UR73JRK+Zr9696jcuRSB1iodCuHwpjDxcIb3u11NVNx3Q=="; }; }; - "@ot-builder/ot-name-1.1.1" = { + "@ot-builder/ot-name-1.1.2" = { name = "_at_ot-builder_slash_ot-name"; packageName = "@ot-builder/ot-name"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot-name/-/ot-name-1.1.1.tgz"; - sha512 = "dtryvcD1/j8e0eaL1ZHm6Svrl3qesDtiWb6lpq0BFbGk5dP1hRICNX+McgOSssOQf2ry6O5yjzrhsPygClkg+A=="; + url = "https://registry.npmjs.org/@ot-builder/ot-name/-/ot-name-1.1.2.tgz"; + sha512 = "jpDfDbPkwgeHqKmf8XjP5WYMrElEZAwwbbwTEdsxC4BrWg1q0q5wVZ/xIxClRwUlMOBv1IdE16CiP0i/Ly4WCg=="; }; }; - "@ot-builder/ot-sfnt-1.1.1" = { + "@ot-builder/ot-sfnt-1.1.2" = { name = "_at_ot-builder_slash_ot-sfnt"; packageName = "@ot-builder/ot-sfnt"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot-sfnt/-/ot-sfnt-1.1.1.tgz"; - sha512 = "U4WKdofSLDZNQsIf882b6snNA1tm7ooDl7o7p1cl5IcCycj/pbeqCpMwXd4mfcuzP8oAynuWvKOR2CgUjYoxEQ=="; + url = "https://registry.npmjs.org/@ot-builder/ot-sfnt/-/ot-sfnt-1.1.2.tgz"; + sha512 = "3WTPo5zEn5hCqi5aC8eKSLthsExQiGU/B9mgMLtDtBd1bIpjeFsLfqo7Ug//DGf9tW0DT7PXt8VZkDISmAoYBw=="; }; }; - "@ot-builder/ot-standard-glyph-namer-1.1.1" = { + "@ot-builder/ot-standard-glyph-namer-1.1.2" = { name = "_at_ot-builder_slash_ot-standard-glyph-namer"; packageName = "@ot-builder/ot-standard-glyph-namer"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/ot-standard-glyph-namer/-/ot-standard-glyph-namer-1.1.1.tgz"; - sha512 = "hEHm3Al0tZV48eVuupGsFmxuOPih60on3aQlhYp4zqdxSqPEmiDycdsJ7isjqi405MnYfKY+HKDihGXisWXhHQ=="; + url = "https://registry.npmjs.org/@ot-builder/ot-standard-glyph-namer/-/ot-standard-glyph-namer-1.1.2.tgz"; + sha512 = "lzR22ycw2dF4QzMi26CU2Ezb2udwrayas9nM0KTNayN3Fqp5+7A5r8RmjCLdsT3I5aqQVzNQkyRAKdK6B7id3A=="; }; }; - "@ot-builder/prelude-1.1.1" = { + "@ot-builder/prelude-1.1.2" = { name = "_at_ot-builder_slash_prelude"; packageName = "@ot-builder/prelude"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/prelude/-/prelude-1.1.1.tgz"; - sha512 = "/o7oAgrKzcCwqJCgagucGZE+J2+RSCNTOo5b5OBhSYeHZkHuqkWHa/0osn93e6Pmx/2UPe14vdIAnmO3mtLR1g=="; + url = "https://registry.npmjs.org/@ot-builder/prelude/-/prelude-1.1.2.tgz"; + sha512 = "NJ6bIfXqE752DJfIwjZbGM9hwBE8TKThHBb7wZO7EJ9EKy36RnDsOim8w/dO+e8XysYdhng/kl/qaF8dHFmQJw=="; }; }; - "@ot-builder/primitive-1.1.1" = { + "@ot-builder/primitive-1.1.2" = { name = "_at_ot-builder_slash_primitive"; packageName = "@ot-builder/primitive"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/primitive/-/primitive-1.1.1.tgz"; - sha512 = "Cnz9jKC+PLmpkBtcZCjUkb4+nxvaRaltVTWVPcPyhyKJRGcVJ71bYp/akV/+z6O6EO2vhleJdoayHr9GuLxYwQ=="; + url = "https://registry.npmjs.org/@ot-builder/primitive/-/primitive-1.1.2.tgz"; + sha512 = "sjWQytHNlW9WALbm1m77ue/om+8/4uWOOMXa9839nJU7VNg4CepwPEs4BgDbpQSAUiwSakGrsZqu8DYIGURndg=="; }; }; - "@ot-builder/rectify-1.1.1" = { + "@ot-builder/rectify-1.1.2" = { name = "_at_ot-builder_slash_rectify"; packageName = "@ot-builder/rectify"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/rectify/-/rectify-1.1.1.tgz"; - sha512 = "vTEqcITcKTaZiyhdk1MWL0sKj8L/oKARNeSusJs3kMxzxtTZQVnG4sdbE8BvKy686DHtwggNyROncp1FPY0EEw=="; + url = "https://registry.npmjs.org/@ot-builder/rectify/-/rectify-1.1.2.tgz"; + sha512 = "Q/IzyHLV/LO68zWn0/DkpCTnf8uozVKOjUKEqT0ACawN2iFr6CM/YvOPu6lXhjv4Z+L4AoypJYeRgWEwT5Y9Bw=="; }; }; - "@ot-builder/stat-glyphs-1.1.1" = { + "@ot-builder/stat-glyphs-1.1.2" = { name = "_at_ot-builder_slash_stat-glyphs"; packageName = "@ot-builder/stat-glyphs"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/stat-glyphs/-/stat-glyphs-1.1.1.tgz"; - sha512 = "vBukU1iyR9o+cDEpJd/X+EH8ySCgIM+g4VujiDk0EIaXD0fUuN/9IIbYnOIl6QmFaPLFTngR9d/Kmtm6QtHrUQ=="; + url = "https://registry.npmjs.org/@ot-builder/stat-glyphs/-/stat-glyphs-1.1.2.tgz"; + sha512 = "samD/GuqydGxLB67hkizsDrFb+RxeV5EuaW2Y3rhw4fkq9SkcBIjMf1qp7O5PyDTeWugZKE8Rnf0tNcmx6cAtg=="; }; }; - "@ot-builder/trace-1.1.1" = { + "@ot-builder/trace-1.1.2" = { name = "_at_ot-builder_slash_trace"; packageName = "@ot-builder/trace"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/trace/-/trace-1.1.1.tgz"; - sha512 = "Js9UH5YF2/7/rfNQbYbW/Lw/g3Nz4gjOr7BFJIgvBYw4Bu4EKg0Ic30OVfxdxJ7l1YwwtTDxnlCvPyjhoY5F9A=="; + url = "https://registry.npmjs.org/@ot-builder/trace/-/trace-1.1.2.tgz"; + sha512 = "8MDMqqhprb0H8pt8Oprn3WqmeTwBLsEW+GeZkdfU6qxPlH80ukZQy5dDzaARUaGHdNwl1I4uKpFnxlKHdx9csQ=="; }; }; - "@ot-builder/var-store-1.1.1" = { + "@ot-builder/var-store-1.1.2" = { name = "_at_ot-builder_slash_var-store"; packageName = "@ot-builder/var-store"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/var-store/-/var-store-1.1.1.tgz"; - sha512 = "8MZo9pfCFCfNb42eGnZMHuqIYi5GFDOxXGC7gkiKVkPd7RtDe2v5ZLMDEHgQwHACArUn16/U+cSexNbXg8y+Yw=="; + url = "https://registry.npmjs.org/@ot-builder/var-store/-/var-store-1.1.2.tgz"; + sha512 = "+uV8qPP3/ZPofaUMkfJZPy+aMzkzSpMT9Yp5POmNiwM8hbxBKvSZFCvZJGvwdTv+W68Tf3aT7EOzPYF3pPpRRA=="; }; }; - "@ot-builder/variance-1.1.1" = { + "@ot-builder/variance-1.1.2" = { name = "_at_ot-builder_slash_variance"; packageName = "@ot-builder/variance"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/@ot-builder/variance/-/variance-1.1.1.tgz"; - sha512 = "zCL24UlrRJ7Eojq5PgbbAjPo05NDiYhyZ+wTwbgNpiJ4Pcd64SfgXwwWcrq261v7d2W/u0TkV77xGJYnHG+vKg=="; + url = "https://registry.npmjs.org/@ot-builder/variance/-/variance-1.1.2.tgz"; + sha512 = "gUgBg/WsZMDZDkg/6iRGjclbSL+IJGqpcgTLto5A5GSgyo8uj1m5/JsxE9RP6J4PCYU+70s2RsHgjy7KjYtV7g=="; }; }; "@parcel/fs-1.11.0" = { @@ -5203,7 +5221,7 @@ let version = "3.1.0-24.c22652b7e418506fab23052d569b85d3aec4883f"; src = fetchurl { url = "https://registry.npmjs.org/@prisma/engines/-/engines-3.1.0-24.c22652b7e418506fab23052d569b85d3aec4883f.tgz"; - sha512 = "sha512-6NEp0VlLho3hVtIvj2P4h0e19AYqQSXtFGts8gSIXDnV+l5pRFZaDMfGo2RiLMR0Kfrs8c3ZYxYX0sWmVL0tWw=="; + sha512 = "6NEp0VlLho3hVtIvj2P4h0e19AYqQSXtFGts8gSIXDnV+l5pRFZaDMfGo2RiLMR0Kfrs8c3ZYxYX0sWmVL0tWw=="; }; }; "@protobufjs/aspromise-1.1.2" = { @@ -6781,13 +6799,13 @@ let sha512 = "EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA=="; }; }; - "@types/lodash-4.14.173" = { + "@types/lodash-4.14.175" = { name = "_at_types_slash_lodash"; packageName = "@types/lodash"; - version = "4.14.173"; + version = "4.14.175"; src = fetchurl { - url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.173.tgz"; - sha512 = "vv0CAYoaEjCw/mLy96GBTnRoZrSxkGE0BKzKimdR8P3OzrNYNvBgtW7p055A+E8C31vXNUhWKoFCbhq7gbyhFg=="; + url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.175.tgz"; + sha512 = "XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw=="; }; }; "@types/long-4.0.1" = { @@ -6943,13 +6961,13 @@ let sha512 = "F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw=="; }; }; - "@types/node-12.20.26" = { + "@types/node-12.20.27" = { name = "_at_types_slash_node"; packageName = "@types/node"; - version = "12.20.26"; + version = "12.20.27"; src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-12.20.26.tgz"; - sha512 = "gIt+h4u2uTho2bsH1K250fUv5fHU71ET1yWT7bM4523zV/XrFb9jlWBOV4DO8FpscY+Sz/WEr1EEjIP2H4yumQ=="; + url = "https://registry.npmjs.org/@types/node/-/node-12.20.27.tgz"; + sha512 = "qZdePUDSLAZRXXV234bLBEUM0nAQjoxbcSwp1rqSMUe1rZ47mwU6OjciR/JvF1Oo8mc0ys6GE0ks0HGgqAZoGg=="; }; }; "@types/node-14.11.1" = { @@ -6961,13 +6979,13 @@ let sha512 = "oTQgnd0hblfLsJ6BvJzzSL+Inogp3lq9fGgqRkMB/ziKMgEUaFl801OncOzUmalfzt14N0oPHMK47ipl+wbTIw=="; }; }; - "@types/node-14.17.18" = { + "@types/node-14.17.19" = { name = "_at_types_slash_node"; packageName = "@types/node"; - version = "14.17.18"; + version = "14.17.19"; src = fetchurl { - url = "https://registry.npmjs.org/@types/node/-/node-14.17.18.tgz"; - sha512 = "haYyibw4pbteEhkSg0xdDLAI3679L75EJ799ymVrPxOA922bPx3ML59SoDsQ//rHlvqpu+e36kcbR3XRQtFblA=="; + url = "https://registry.npmjs.org/@types/node/-/node-14.17.19.tgz"; + sha512 = "jjYI6NkyfXykucU6ELEoT64QyKOdvaA6enOqKtP4xUsGY0X0ZUZz29fUmrTRo+7v7c6TgDu82q3GHHaCEkqZwA=="; }; }; "@types/node-15.14.9" = { @@ -6988,6 +7006,15 @@ let sha512 = "7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA=="; }; }; + "@types/node-16.10.1" = { + name = "_at_types_slash_node"; + packageName = "@types/node"; + version = "16.10.1"; + src = fetchurl { + url = "https://registry.npmjs.org/@types/node/-/node-16.10.1.tgz"; + sha512 = "4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w=="; + }; + }; "@types/node-16.6.1" = { name = "_at_types_slash_node"; packageName = "@types/node"; @@ -7555,13 +7582,13 @@ let sha512 = "fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw=="; }; }; - "@typescript-eslint/eslint-plugin-4.31.2" = { + "@typescript-eslint/eslint-plugin-4.32.0" = { name = "_at_typescript-eslint_slash_eslint-plugin"; packageName = "@typescript-eslint/eslint-plugin"; - version = "4.31.2"; + version = "4.32.0"; src = fetchurl { - url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.2.tgz"; - sha512 = "w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA=="; + url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz"; + sha512 = "+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA=="; }; }; "@typescript-eslint/experimental-utils-3.10.1" = { @@ -7573,13 +7600,13 @@ let sha512 = "DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw=="; }; }; - "@typescript-eslint/experimental-utils-4.31.2" = { + "@typescript-eslint/experimental-utils-4.32.0" = { name = "_at_typescript-eslint_slash_experimental-utils"; packageName = "@typescript-eslint/experimental-utils"; - version = "4.31.2"; + version = "4.32.0"; src = fetchurl { - url = "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.2.tgz"; - sha512 = "3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q=="; + url = "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz"; + sha512 = "WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A=="; }; }; "@typescript-eslint/parser-3.10.1" = { @@ -7591,22 +7618,22 @@ let sha512 = "Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw=="; }; }; - "@typescript-eslint/parser-4.31.2" = { + "@typescript-eslint/parser-4.32.0" = { name = "_at_typescript-eslint_slash_parser"; packageName = "@typescript-eslint/parser"; - version = "4.31.2"; + version = "4.32.0"; src = fetchurl { - url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.31.2.tgz"; - sha512 = "EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw=="; + url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.32.0.tgz"; + sha512 = "lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w=="; }; }; - "@typescript-eslint/scope-manager-4.31.2" = { + "@typescript-eslint/scope-manager-4.32.0" = { name = "_at_typescript-eslint_slash_scope-manager"; packageName = "@typescript-eslint/scope-manager"; - version = "4.31.2"; + version = "4.32.0"; src = fetchurl { - url = "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.31.2.tgz"; - sha512 = "2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w=="; + url = "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz"; + sha512 = "DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w=="; }; }; "@typescript-eslint/types-3.10.1" = { @@ -7618,13 +7645,13 @@ let sha512 = "+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ=="; }; }; - "@typescript-eslint/types-4.31.2" = { + "@typescript-eslint/types-4.32.0" = { name = "_at_typescript-eslint_slash_types"; packageName = "@typescript-eslint/types"; - version = "4.31.2"; + version = "4.32.0"; src = fetchurl { - url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.31.2.tgz"; - sha512 = "kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w=="; + url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.32.0.tgz"; + sha512 = "LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w=="; }; }; "@typescript-eslint/typescript-estree-3.10.1" = { @@ -7636,13 +7663,13 @@ let sha512 = "QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w=="; }; }; - "@typescript-eslint/typescript-estree-4.31.2" = { + "@typescript-eslint/typescript-estree-4.32.0" = { name = "_at_typescript-eslint_slash_typescript-estree"; packageName = "@typescript-eslint/typescript-estree"; - version = "4.31.2"; + version = "4.32.0"; src = fetchurl { - url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz"; - sha512 = "ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA=="; + url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz"; + sha512 = "tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw=="; }; }; "@typescript-eslint/visitor-keys-3.10.1" = { @@ -7654,13 +7681,13 @@ let sha512 = "9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ=="; }; }; - "@typescript-eslint/visitor-keys-4.31.2" = { + "@typescript-eslint/visitor-keys-4.32.0" = { name = "_at_typescript-eslint_slash_visitor-keys"; packageName = "@typescript-eslint/visitor-keys"; - version = "4.31.2"; + version = "4.32.0"; src = fetchurl { - url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz"; - sha512 = "PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug=="; + url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz"; + sha512 = "e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw=="; }; }; "@uifabric/foundation-7.10.0" = { @@ -7843,31 +7870,31 @@ let sha512 = "B6PedV/H2kcGEAgnqncwjHe3E8fqUNXCLv1BsrNwkHHWQJXkDN7dFeuEB4oaucBOVbjhH7KGLJ6JAiXPE3S7xA=="; }; }; - "@vue/compiler-core-3.2.16" = { + "@vue/compiler-core-3.2.19" = { name = "_at_vue_slash_compiler-core"; packageName = "@vue/compiler-core"; - version = "3.2.16"; + version = "3.2.19"; src = fetchurl { - url = "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.16.tgz"; - sha512 = "60LD3f1GpMtoCPWKP7HacFxv97/EUY8m4WNqfFYmfaILVGO0icojdOCYOfgGFiYC+kgk1MOVdiI4vrWci0CnhQ=="; + url = "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.19.tgz"; + sha512 = "8dOPX0YOtaXol0Zf2cfLQ4NU/yHYl2H7DCKsLEZ7gdvPK6ZSEwGLJ7IdghhY2YEshEpC5RB9QKdC5I07z8Dtjg=="; }; }; - "@vue/compiler-dom-3.2.16" = { + "@vue/compiler-dom-3.2.19" = { name = "_at_vue_slash_compiler-dom"; packageName = "@vue/compiler-dom"; - version = "3.2.16"; + version = "3.2.19"; src = fetchurl { - url = "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.16.tgz"; - sha512 = "K7lYfwvsp5OLb0+/rKI9XT2RJy2RB7TyJBjvlfCDAF0KOJGqWAx++DLJPm+F3D29Mhxgt6ozSKP+rC3dSabvYA=="; + url = "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.19.tgz"; + sha512 = "WzQoE8rfkFjPtIioc7SSgTsnz9g2oG61DU8KHnzPrRS7fW/lji6H2uCYJfp4Z6kZE8GjnHc1Ljwl3/gxDes0cw=="; }; }; - "@vue/shared-3.2.16" = { + "@vue/shared-3.2.19" = { name = "_at_vue_slash_shared"; packageName = "@vue/shared"; - version = "3.2.16"; + version = "3.2.19"; src = fetchurl { - url = "https://registry.npmjs.org/@vue/shared/-/shared-3.2.16.tgz"; - sha512 = "zpv8lxuatl3ruCJCsGzrO/F4+IlLug4jbu3vaIi/wJVZKQgnsW1R/xSRJMQS6K57cl4fT/2zkrYsWh1/6H7Esw=="; + url = "https://registry.npmjs.org/@vue/shared/-/shared-3.2.19.tgz"; + sha512 = "Knqhx7WieLdVgwCAZgTVrDCXZ50uItuecLh9JdLC8O+a5ayaSyIQYveUK3hCRNC7ws5zalHmZwfdLMGaS8r4Ew=="; }; }; "@webassemblyjs/ast-1.11.1" = { @@ -9544,13 +9571,13 @@ let sha1 = "c36aeccba563b89ceb556f3690f0b1d9e3547f7f"; }; }; - "ansi-align-3.0.0" = { + "ansi-align-3.0.1" = { name = "ansi-align"; packageName = "ansi-align"; - version = "3.0.0"; + version = "3.0.1"; src = fetchurl { - url = "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz"; - sha512 = "ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw=="; + url = "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz"; + sha512 = "IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w=="; }; }; "ansi-color-0.2.1" = { @@ -11470,15 +11497,6 @@ let sha512 = "Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ=="; }; }; - "auto-changelog-1.16.4" = { - name = "auto-changelog"; - packageName = "auto-changelog"; - version = "1.16.4"; - src = fetchurl { - url = "https://registry.npmjs.org/auto-changelog/-/auto-changelog-1.16.4.tgz"; - sha512 = "h7diyELoq692AA4oqO50ULoYKIomUdzuQ+NW+eFPwIX0xzVbXEu9cIcgzZ3TYNVbpkGtcNKh51aRfAQNef7HVA=="; - }; - }; "autocast-0.0.4" = { name = "autocast"; packageName = "autocast"; @@ -11497,13 +11515,13 @@ let sha512 = "Iq8TRIB+/9eQ8rbGhcP7ct5cYb/3qjNYAR2SnzLCEcwF6rvVOax8+9+fccgXk4bEhQGjOZd5TLhsksmAdsbGqQ=="; }; }; - "autoprefixer-9.8.6" = { + "autoprefixer-9.8.7" = { name = "autoprefixer"; packageName = "autoprefixer"; - version = "9.8.6"; + version = "9.8.7"; src = fetchurl { - url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz"; - sha512 = "XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg=="; + url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.7.tgz"; + sha512 = "7Hg99B1eTH5+LgmUBUSmov1Z3bsggQJS7v3IMGo6wcScnbRuvtMc871J9J+4bSbIqa9LSX/zypFXJ8sXHpMJeQ=="; }; }; "available-typed-arrays-1.0.5" = { @@ -11551,13 +11569,13 @@ let sha512 = "tbMZ/Y2rRo6R6TTBODJXTiil+MXaoT6Qzotws3yvI1IWGpYxKo7N/3L06XB8ul8tCG0TigxIOY70SMICM70Ppg=="; }; }; - "aws-sdk-2.994.0" = { + "aws-sdk-2.996.0" = { name = "aws-sdk"; packageName = "aws-sdk"; - version = "2.994.0"; + version = "2.996.0"; src = fetchurl { - url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.994.0.tgz"; - sha512 = "NBGY9IgE3EsIkIhylR6pwVx9ETrVZ6fCzd7/Ptzjx7Ccw4L2sMhl4EiBAW2sp5M7PZz5DnEQHdAQstqmdxggaQ=="; + url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.996.0.tgz"; + sha512 = "LZcus/r/36lwmGhRcwwllzQUucZ6sozDt3r78lXqdaQzZNbv44K44nXsqCPH2UpTcznrVUSJOW+o5s8yEbKFzg=="; }; }; "aws-sign2-0.6.0" = { @@ -11614,15 +11632,6 @@ let sha512 = "ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg=="; }; }; - "axios-retry-3.1.9" = { - name = "axios-retry"; - packageName = "axios-retry"; - version = "3.1.9"; - src = fetchurl { - url = "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.9.tgz"; - sha512 = "NFCoNIHq8lYkJa6ku4m+V1837TP6lCa7n79Iuf8/AqATAHYB0ISaAS1eyIenDOfHOLtym34W65Sjke2xjg2fsA=="; - }; - }; "azure-devops-node-api-11.0.1" = { name = "azure-devops-node-api"; packageName = "azure-devops-node-api"; @@ -12397,6 +12406,15 @@ let sha1 = "02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f"; }; }; + "base64id-1.0.0" = { + name = "base64id"; + packageName = "base64id"; + version = "1.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz"; + sha1 = "47688cb99bb6804f0e06d3e763b1c32e57d8e6b6"; + }; + }; "base64id-2.0.0" = { name = "base64id"; packageName = "base64id"; @@ -13342,6 +13360,15 @@ let sha512 = "vE52okJvzsVWhcgUHOv+69OG3Mdg151xyn41aVQN/5W5S+S43qZhxECtYLAEHMSFWX6Mv5IZrzj3T5+JqXfj5Q=="; }; }; + "blueimp-md5-2.19.0" = { + name = "blueimp-md5"; + packageName = "blueimp-md5"; + version = "2.19.0"; + src = fetchurl { + url = "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz"; + sha512 = "DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w=="; + }; + }; "bmp-js-0.0.3" = { name = "bmp-js"; packageName = "bmp-js"; @@ -13495,6 +13522,15 @@ let sha512 = "oT1+erg21vat55oXNd7nNEkCO0FQnmaraFZuyXFyeVk7dZCm/3vgic0qK1VuUSV+ksYXJfRKYC4AqfYrtHNPZg=="; }; }; + "bolt09-0.2.0" = { + name = "bolt09"; + packageName = "bolt09"; + version = "0.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/bolt09/-/bolt09-0.2.0.tgz"; + sha512 = "s6QWo7qqu6fKGLISGMSG+vFxIRzeUT3KQHDiHpvhflyI3TQD6zdaMu4fEpP7PoyMFJt2Ve26SBvvRP3MM7V0bw=="; + }; + }; "bonjour-3.5.0" = { name = "bonjour"; packageName = "bonjour"; @@ -14432,13 +14468,13 @@ let sha1 = "69fdf13ad9d91222baee109945faadc431534f86"; }; }; - "bufferutil-4.0.3" = { + "bufferutil-4.0.4" = { name = "bufferutil"; packageName = "bufferutil"; - version = "4.0.3"; + version = "4.0.4"; src = fetchurl { - url = "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz"; - sha512 = "yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw=="; + url = "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.4.tgz"; + sha512 = "VNxjXUCrF3LvbLgwfkTb5LsFvk6pGIn7OBb9x+3o+iJ6mKw0JTUp4chBFc88hi1aspeZGeZG9jAIbpFYPQSLZw=="; }; }; "bufferview-1.0.1" = { @@ -14513,15 +14549,6 @@ let sha512 = "GtKwd/4etuk1hNeprXoESBO1RSeRYJMXKf+O0qHmWdUomLT8ysNEfX/4bZFXr3BK6eukpHiEnhY2uMtEHDM2ng=="; }; }; - "bull-3.29.2" = { - name = "bull"; - packageName = "bull"; - version = "3.29.2"; - src = fetchurl { - url = "https://registry.npmjs.org/bull/-/bull-3.29.2.tgz"; - sha512 = "zWHyza/ElwVvJUqIEDJdUhGKd1V9EHjituUL7sJAmJoxS9Z7QMhYcMOWcgbUlWPgtiKN1g9ZlOtFAoq7C4/SQw=="; - }; - }; "bunyan-1.5.1" = { name = "bunyan"; packageName = "bunyan"; @@ -15044,13 +15071,13 @@ let sha512 = "bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw=="; }; }; - "caniuse-lite-1.0.30001260" = { + "caniuse-lite-1.0.30001261" = { name = "caniuse-lite"; packageName = "caniuse-lite"; - version = "1.0.30001260"; + version = "1.0.30001261"; src = fetchurl { - url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001260.tgz"; - sha512 = "Fhjc/k8725ItmrvW5QomzxLeojewxvqiYCKeFcfFEhut28IVLdpHU19dneOmltZQIE5HNbawj1HYD+1f2bM1Dg=="; + url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001261.tgz"; + sha512 = "vM8D9Uvp7bHIN0fZ2KQ4wnmYFpJo/Etb4Vwsuc+ka0tfGDHvOPrFm6S/7CCNLSOkAUjenT2HnUPESdOIL91FaA=="; }; }; "canvas-2.8.0" = { @@ -15206,22 +15233,22 @@ let sha512 = "vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg=="; }; }; - "cdk8s-1.0.0-beta.46" = { + "cdk8s-1.0.0-beta.53" = { name = "cdk8s"; packageName = "cdk8s"; - version = "1.0.0-beta.46"; + version = "1.0.0-beta.53"; src = fetchurl { - url = "https://registry.npmjs.org/cdk8s/-/cdk8s-1.0.0-beta.46.tgz"; - sha512 = "mThFg5t92Vu/pSpZVXppaokkSVIdFFnIN8pUoojIaiYL5gD1mG37IY1xt2+FDM6nncl1q6IzjKWipnGOoJYlcQ=="; + url = "https://registry.npmjs.org/cdk8s/-/cdk8s-1.0.0-beta.53.tgz"; + sha512 = "+8x6XF3tlPYr0LGGLwvunGHy3JOJ7ogc9TlU8NaHdsg+ochGKaj76/mHlZNQqX+c2F50X7IX12i22K6K6YcirA=="; }; }; - "cdk8s-plus-22-1.0.0-beta.4" = { + "cdk8s-plus-22-1.0.0-beta.5" = { name = "cdk8s-plus-22"; packageName = "cdk8s-plus-22"; - version = "1.0.0-beta.4"; + version = "1.0.0-beta.5"; src = fetchurl { - url = "https://registry.npmjs.org/cdk8s-plus-22/-/cdk8s-plus-22-1.0.0-beta.4.tgz"; - sha512 = "lxxXgDBaL3KtXDHsJy9Isg5LYctz7a9tiEtJ16zeJiGAJXqQo3VOpshV1eVbwD0E28l2NU1H2HLuFum1pw3C+w=="; + url = "https://registry.npmjs.org/cdk8s-plus-22/-/cdk8s-plus-22-1.0.0-beta.5.tgz"; + sha512 = "q63klY0wfgwNv1iGuaR7CaLvro8VQynmuOqpD1RJYiIMEIkGms45+pA96KbesUC1vjDAOmWGSVy6FxCyqxjbBw=="; }; }; "cdktf-0.6.3" = { @@ -15926,6 +15953,15 @@ let sha512 = "UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A=="; }; }; + "circular-json-0.5.9" = { + name = "circular-json"; + packageName = "circular-json"; + version = "0.5.9"; + src = fetchurl { + url = "https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz"; + sha512 = "4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ=="; + }; + }; "cjson-0.3.3" = { name = "cjson"; packageName = "cjson"; @@ -15998,13 +16034,13 @@ let sha512 = "VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA=="; }; }; - "clean-css-5.1.5" = { + "clean-css-5.2.0" = { name = "clean-css"; packageName = "clean-css"; - version = "5.1.5"; + version = "5.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/clean-css/-/clean-css-5.1.5.tgz"; - sha512 = "9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ=="; + url = "https://registry.npmjs.org/clean-css/-/clean-css-5.2.0.tgz"; + sha512 = "2639sWGa43EMmG7fn8mdVuBSs6HuWaSor+ZPoFWzenBc6oN+td8YhTfghWXZ25G1NiiSvz8bOFBS7PdSbTiqEA=="; }; }; "clean-deep-3.4.0" = { @@ -16565,15 +16601,6 @@ let sha512 = "ZZjKqOeNgXtz40seJmSYbfAsIGJVzDIAn30w0QRmnyXHFrjEXhW/K8ZgRw5FtsezYFQEuZXSp93S0UkKJHuhKg=="; }; }; - "cluster-key-slot-1.1.0" = { - name = "cluster-key-slot"; - packageName = "cluster-key-slot"; - version = "1.1.0"; - src = fetchurl { - url = "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz"; - sha512 = "2Nii8p3RwAPiFwsnZvukotvow2rIHM+yQ6ZcBXGHdniadkYGZYiGmkHJIbZPIV9nfv7m/U1IPMVVcAhoWFeklw=="; - }; - }; "cmd-shim-2.1.0" = { name = "cmd-shim"; packageName = "cmd-shim"; @@ -16745,13 +16772,13 @@ let sha512 = "3WQV/Fpa77nvzjUlc+0u53uIroJyyMB2Qwl++aXpAiDIsrsiAQq4uCURwdRBRX+eLkOTIAmT0L4qna3T7+2pUg=="; }; }; - "codemaker-1.34.0" = { + "codemaker-1.35.0" = { name = "codemaker"; packageName = "codemaker"; - version = "1.34.0"; + version = "1.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/codemaker/-/codemaker-1.34.0.tgz"; - sha512 = "NHwy6TxMh21ygch7+K/OwtdN3BjxhAMoP5QXqzkkR0TDP2kEdKCNc31EChz3Xcmxk1qkdJN5CpXMnLjo7f07sQ=="; + url = "https://registry.npmjs.org/codemaker/-/codemaker-1.35.0.tgz"; + sha512 = "CJTtcTtaHpOl7+N76qF8GIsDJCa8d7xhtMGuL72zdG9X9xvO/aOQc1GA49g4J0qaUSLA8TjIyyL8vgOyUnAlwQ=="; }; }; "codepage-1.4.0" = { @@ -16907,13 +16934,22 @@ let sha512 = "Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g=="; }; }; - "colorette-2.0.2" = { + "colorette-2.0.12" = { name = "colorette"; packageName = "colorette"; - version = "2.0.2"; + version = "2.0.12"; src = fetchurl { - url = "https://registry.npmjs.org/colorette/-/colorette-2.0.2.tgz"; - sha512 = "iO5Ycn8HKVhTGGKpwJtyzrrvOGI9YC4u4dppP5yKSGP47ApaZNwX7ne4PtgpTzq+JBwQh6FrdAfCSYTBQe1+FA=="; + url = "https://registry.npmjs.org/colorette/-/colorette-2.0.12.tgz"; + sha512 = "lHID0PU+NtFzeNCwTL6JzUKdb6kDpyEjrwTD1H0cDZswTbsjLh2wTV2Eo2sNZLc0oSg0a5W1AI4Nj7bX4iIdjA=="; + }; + }; + "colorette-2.0.7" = { + name = "colorette"; + packageName = "colorette"; + version = "2.0.7"; + src = fetchurl { + url = "https://registry.npmjs.org/colorette/-/colorette-2.0.7.tgz"; + sha512 = "wSXeeDPxoi5xKvjvOGxyYlyqB3J+tbowaSsFm1rEsDsDE942aTLftbOE3XMqf3XaYC7QUtcd/3qadNAIEIsAYw=="; }; }; "colornames-1.1.1" = { @@ -17807,13 +17843,13 @@ let sha512 = "IwOwekzrASFC3qt4ozCtV09rteAIAesuCGsW0p+uBfqHd2XcvA5CXqJjgf4eUqm6g8e/noXlVCMDWwC8GaLtrg=="; }; }; - "constructs-3.3.152" = { + "constructs-3.3.156" = { name = "constructs"; packageName = "constructs"; - version = "3.3.152"; + version = "3.3.156"; src = fetchurl { - url = "https://registry.npmjs.org/constructs/-/constructs-3.3.152.tgz"; - sha512 = "66ByZlrzPUeY6BQ7Zs4hX81TutaKgqiieZxP7ln9voo4e6Py9mMrx/4PVgl+bwKQNw0m4ndtbkdZexuS16tiMw=="; + url = "https://registry.npmjs.org/constructs/-/constructs-3.3.156.tgz"; + sha512 = "rlgYsGqXLi3tMSVz251MvzFjXXBCrGPy/8pIfjeh2fuBjPsvIx9I6AMNHnlhEVaEt7YRPHHuYKoVs1488ifAWA=="; }; }; "consume-http-header-1.0.0" = { @@ -17889,13 +17925,13 @@ let sha1 = "0e790b3abfef90f6ecb77ae8585db9099caf7578"; }; }; - "contentful-management-7.39.1" = { + "contentful-management-7.41.0" = { name = "contentful-management"; packageName = "contentful-management"; - version = "7.39.1"; + version = "7.41.0"; src = fetchurl { - url = "https://registry.npmjs.org/contentful-management/-/contentful-management-7.39.1.tgz"; - sha512 = "1fdJ8890tHZBOTbpCSsDvZY9AQtY/FXQmzItECcFwNAIRz7cUMxtrSNPqK85KVEjyjAlqiV4PIbZnju6ItF4dQ=="; + url = "https://registry.npmjs.org/contentful-management/-/contentful-management-7.41.0.tgz"; + sha512 = "JBpSdnG2F5rxjm/gmt1f9yy+HHoqKf+20kPMsSuuzsZ3czddoBjprIRzk8RFn2hInIBrcd3UCT/pFhnNg9TPTw=="; }; }; "contentful-sdk-core-6.9.0" = { @@ -18402,31 +18438,31 @@ let sha512 = "XkbXqhcXeMHPRk2ItS+zQYliAMilea2euoMsnpRRdDad6b2VY6CQQcwz1K8AnWesfw4p165RzY0bTnr3UrbYiA=="; }; }; - "core-js-3.18.0" = { + "core-js-3.18.1" = { name = "core-js"; packageName = "core-js"; - version = "3.18.0"; + version = "3.18.1"; src = fetchurl { - url = "https://registry.npmjs.org/core-js/-/core-js-3.18.0.tgz"; - sha512 = "WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w=="; + url = "https://registry.npmjs.org/core-js/-/core-js-3.18.1.tgz"; + sha512 = "vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA=="; }; }; - "core-js-compat-3.18.0" = { + "core-js-compat-3.18.1" = { name = "core-js-compat"; packageName = "core-js-compat"; - version = "3.18.0"; + version = "3.18.1"; src = fetchurl { - url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.18.0.tgz"; - sha512 = "tRVjOJu4PxdXjRMEgbP7lqWy1TWJu9a01oBkn8d+dNrhgmBwdTkzhHZpVJnEmhISLdoJI1lX08rcBcHi3TZIWg=="; + url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.18.1.tgz"; + sha512 = "XJMYx58zo4W0kLPmIingVZA10+7TuKrMLPt83+EzDmxFJQUMcTVVmQ+n5JP4r6Z14qSzhQBRi3NSWoeVyKKXUg=="; }; }; - "core-js-pure-3.18.0" = { + "core-js-pure-3.18.1" = { name = "core-js-pure"; packageName = "core-js-pure"; - version = "3.18.0"; + version = "3.18.1"; src = fetchurl { - url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.18.0.tgz"; - sha512 = "ZnK+9vyuMhKulIGqT/7RHGRok8RtkHMEX/BGPHkHx+ouDkq+MUvf9mfIgdqhpmPDu8+V5UtRn/CbCRc9I4lX4w=="; + url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.18.1.tgz"; + sha512 = "kmW/k8MaSuqpvA1xm2l3TVlBuvW+XBkcaOroFUpO3D4lsTGQWBTb/tBDCf/PNkkPLrwgrkQRIYNPB0CeqGJWGQ=="; }; }; "core-util-is-1.0.2" = { @@ -18717,6 +18753,15 @@ let sha512 = "dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw=="; }; }; + "create-require-1.1.1" = { + name = "create-require"; + packageName = "create-require"; + version = "1.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz"; + sha512 = "dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="; + }; + }; "create-torrent-5.0.1" = { name = "create-torrent"; packageName = "create-torrent"; @@ -18735,15 +18780,6 @@ let sha512 = "Gk2c4y6xKEO8FSAUTklqtfSr7oTq0CiPQeLBG5Fl0qoXpZyMcj1SG59YL+hqq04bu6/IuEA7lMkYDAplQNKkyg=="; }; }; - "cron-parser-2.18.0" = { - name = "cron-parser"; - packageName = "cron-parser"; - version = "2.18.0"; - src = fetchurl { - url = "https://registry.npmjs.org/cron-parser/-/cron-parser-2.18.0.tgz"; - sha512 = "s4odpheTyydAbTBQepsqd2rNWGa2iV3cyo8g7zbI2QQYGLVsfbhmwukayS1XHppe02Oy1fg7mg6xoaraVJeEcg=="; - }; - }; "cronosjs-1.7.1" = { name = "cronosjs"; packageName = "cronosjs"; @@ -19509,13 +19545,13 @@ let sha512 = "4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw=="; }; }; - "d3-7.0.3" = { + "d3-7.0.4" = { name = "d3"; packageName = "d3"; - version = "7.0.3"; + version = "7.0.4"; src = fetchurl { - url = "https://registry.npmjs.org/d3/-/d3-7.0.3.tgz"; - sha512 = "BEQCpEXI+Z9OnnlXLaS6txoYZZvvXuRyjZoudPuAnWGVOzHxGWC0TL8XRUs7V7IeZQPLfvGztcl54+jgOe122g=="; + url = "https://registry.npmjs.org/d3/-/d3-7.0.4.tgz"; + sha512 = "ruRiyPYZEGeJBOOjVS5pHliNUZM2HAllEY7HKB2ff+9ENxOti4N+S+WZqo9ggUMr8tSPMm+riqKpJd1oYEDN5Q=="; }; }; "d3-array-1.2.4" = { @@ -20058,13 +20094,13 @@ let sha512 = "1JGp44NQCt5d1g+Yy+GeOnZP7xHo0ii8zsQp6PGzd+C1/dl0KGsp9A7Mxwp+1D1o4unbTTxVdU/ZOIEBoeZPbQ=="; }; }; - "d3-scale-4.0.1" = { + "d3-scale-4.0.2" = { name = "d3-scale"; packageName = "d3-scale"; - version = "4.0.1"; + version = "4.0.2"; src = fetchurl { - url = "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.1.tgz"; - sha512 = "akUAsUujCFnw6Sf1dF7y/FXTxz+VvEIOB3ValKtLhNrzFp8q5wPO3VCAmsbCLJWRTxyJCZDoooodjOI1plFqlw=="; + url = "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz"; + sha512 = "GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ=="; }; }; "d3-scale-chromatic-1.5.0" = { @@ -20517,6 +20553,15 @@ let sha512 = "6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw=="; }; }; + "date-format-1.2.0" = { + name = "date-format"; + packageName = "date-format"; + version = "1.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz"; + sha1 = "615e828e233dd1ab9bb9ae0950e0ceccfa6ecad8"; + }; + }; "date-format-2.1.0" = { name = "date-format"; packageName = "date-format"; @@ -21489,13 +21534,13 @@ let sha512 = "g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="; }; }; - "dependency-graph-0.9.0" = { + "dependency-graph-0.11.0" = { name = "dependency-graph"; packageName = "dependency-graph"; - version = "0.9.0"; + version = "0.11.0"; src = fetchurl { - url = "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.9.0.tgz"; - sha512 = "9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w=="; + url = "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz"; + sha512 = "JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg=="; }; }; "deprecated-decorator-0.1.6" = { @@ -22992,13 +23037,13 @@ let sha512 = "9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw=="; }; }; - "electron-13.4.0" = { + "electron-13.5.0" = { name = "electron"; packageName = "electron"; - version = "13.4.0"; + version = "13.5.0"; src = fetchurl { - url = "https://registry.npmjs.org/electron/-/electron-13.4.0.tgz"; - sha512 = "KJGWS2qa0xZXIMPMDUNkRVO8/JxRd4+M0ejYYOzu2LIQ5ijecPzNuNR9nvDkml9XyyRBzu975FkhJcwD17ietQ=="; + url = "https://registry.npmjs.org/electron/-/electron-13.5.0.tgz"; + sha512 = "s4+b1RFWkNKWp7WWrv2q60MuFljHUCbO7XAupBSCUz/NP1Hz4OenWbMPUt0H+fa8YZeN8CX3JDIA8Bet5uAJvw=="; }; }; "electron-notarize-1.1.1" = { @@ -23037,13 +23082,13 @@ let sha512 = "9oxNmKlDCaf651c+yJWCDIBpF6A9aY+wQtasLEeR5AsPYPuOKEX6xHnC2+WgCLOC94JEpCZznecyC84fbwZq4A=="; }; }; - "electron-to-chromium-1.3.849" = { + "electron-to-chromium-1.3.853" = { name = "electron-to-chromium"; packageName = "electron-to-chromium"; - version = "1.3.849"; + version = "1.3.853"; src = fetchurl { - url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.849.tgz"; - sha512 = "RweyW60HPOqIcxoKTGr38Yvtf2aliSUqX8dB3e9geJ0Bno0YLjcOX5F7/DPVloBkJWaPZ7xOM1A0Yme2T1A34w=="; + url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.853.tgz"; + sha512 = "W4U8n+U8I5/SUaFcqZgbKRmYZwcyEIQVBDf+j5QQK6xChjXnQD+wj248eGR9X4u+dDmDR//8vIfbu4PrdBBIoQ=="; }; }; "electrum-client-git://github.com/janoside/electrum-client" = { @@ -23363,6 +23408,15 @@ let sha1 = "2d968308fffae5d17f5209b6775246e90d8a705e"; }; }; + "engine.io-3.2.1" = { + name = "engine.io"; + packageName = "engine.io"; + version = "3.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz"; + sha512 = "+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w=="; + }; + }; "engine.io-3.4.2" = { name = "engine.io"; packageName = "engine.io"; @@ -23417,6 +23471,15 @@ let sha1 = "1c5a65d5c5af6d04b44c22c3dbcd95c39ed1c989"; }; }; + "engine.io-client-3.2.1" = { + name = "engine.io-client"; + packageName = "engine.io-client"; + version = "3.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz"; + sha512 = "y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw=="; + }; + }; "engine.io-client-3.4.4" = { name = "engine.io-client"; packageName = "engine.io-client"; @@ -23444,6 +23507,15 @@ let sha1 = "d38813143a411cb3b914132ab05bf99e6f7a248e"; }; }; + "engine.io-parser-2.1.3" = { + name = "engine.io-parser"; + packageName = "engine.io-parser"; + version = "2.1.3"; + src = fetchurl { + url = "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz"; + sha512 = "6HXPre2O4Houl7c4g7Ic/XzPnHBvaEmN90vtRO9uLmwtRqQmTOw0QMevL1TOfL2Cpu1VzsaTmMotQgMdkzGkVA=="; + }; + }; "engine.io-parser-2.2.1" = { name = "engine.io-parser"; packageName = "engine.io-parser"; @@ -23714,13 +23786,13 @@ let sha512 = "rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A=="; }; }; - "es-abstract-1.18.6" = { + "es-abstract-1.18.7" = { name = "es-abstract"; packageName = "es-abstract"; - version = "1.18.6"; + version = "1.18.7"; src = fetchurl { - url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.6.tgz"; - sha512 = "kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ=="; + url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.7.tgz"; + sha512 = "uFG1gyVX91tZIiDWNmPsL8XNpiCk/6tkB7MZphoSJflS4w+KgWyQ2gjCVDnsPxFAo9WjRXG3eqONNYdfbJjAtw=="; }; }; "es-get-iterator-1.1.2" = { @@ -23741,13 +23813,13 @@ let sha512 = "MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw=="; }; }; - "es-module-lexer-0.9.0" = { + "es-module-lexer-0.9.1" = { name = "es-module-lexer"; packageName = "es-module-lexer"; - version = "0.9.0"; + version = "0.9.1"; src = fetchurl { - url = "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.0.tgz"; - sha512 = "qU2eN/XHsrl3E4y7mK1wdWnyy5c8gXtCbfP6Xcsemm7fPUR1PIV1JhZfP7ojcN0Fzp69CfrS3u76h2tusvfKiQ=="; + url = "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.1.tgz"; + sha512 = "17Ed9misDnpyNBJh63g1OhW3qUFecDgGOivI85JeZY/LGhDum8e+cltukbkSK8pcJnXXEkya56sp4vSS1nzoUw=="; }; }; "es-to-primitive-1.2.1" = { @@ -25127,13 +25199,13 @@ let sha1 = "f5fc2f9fa9e9a8578634f10e86ba5a4346b96f4f"; }; }; - "express-validator-6.12.1" = { + "express-validator-6.12.2" = { name = "express-validator"; packageName = "express-validator"; - version = "6.12.1"; + version = "6.12.2"; src = fetchurl { - url = "https://registry.npmjs.org/express-validator/-/express-validator-6.12.1.tgz"; - sha512 = "olpTAv0ZB5IhNuDQ2rodKAuJsewgFgLIsczJMAWD6T0Yvxsa+j/Hk61jl8e26lAq+oJr6hUqPRjdlOBKhFlWeQ=="; + url = "https://registry.npmjs.org/express-validator/-/express-validator-6.12.2.tgz"; + sha512 = "UMVck7ZWrKH7eX75CRYk/pAc9jxZk8Ddsdkukw1R7LTWuQNiDaooz6nVfIdg33qZUHCuv2m2o+RS4pTMaLjGmA=="; }; }; "express-ws-2.0.0" = { @@ -25820,6 +25892,15 @@ let sha512 = "O86T46FUWSOq4AWON39oaT8H90QFKAbmjfOVBhgaS87AFfeW00txz73KTv7QopPWtHBbGdI1S8cIT1VK1OQYLg=="; }; }; + "fetch-retry-4.1.1" = { + name = "fetch-retry"; + packageName = "fetch-retry"; + version = "4.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/fetch-retry/-/fetch-retry-4.1.1.tgz"; + sha512 = "e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA=="; + }; + }; "fields-0.1.24" = { name = "fields"; packageName = "fields"; @@ -27053,13 +27134,13 @@ let sha512 = "wJaE62fLaB3jCYvY2ZHjZvmKK2iiLiiehX38rz5QZxtdN8fVPJDeZUiVvJrHStdTc+23LHlyZuSEKgFc0pxi2g=="; }; }; - "fp-ts-2.11.3" = { + "fp-ts-2.11.4" = { name = "fp-ts"; packageName = "fp-ts"; - version = "2.11.3"; + version = "2.11.4"; src = fetchurl { - url = "https://registry.npmjs.org/fp-ts/-/fp-ts-2.11.3.tgz"; - sha512 = "qHI5iaVSFNFmdl6yDensWfFMk32iafAINCnqx8m486DV1+Jht/bTnA9CyahL+Xm7h2y3erinviVBIAWvv5bPYw=="; + url = "https://registry.npmjs.org/fp-ts/-/fp-ts-2.11.4.tgz"; + sha512 = "lhV7tGEbs2qoVw4vmqOovChS7CAoIYU0gdiPEF8Vc4bLZct+PAMMeXrCqRyBNEo33XOvwvAmFDEDIrHPWH2/fg=="; }; }; "fraction.js-4.1.1" = { @@ -27944,6 +28025,15 @@ let sha512 = "sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg=="; }; }; + "get-stdin-9.0.0" = { + name = "get-stdin"; + packageName = "get-stdin"; + version = "9.0.0"; + src = fetchurl { + url = "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz"; + sha512 = "dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA=="; + }; + }; "get-stream-2.3.1" = { name = "get-stream"; packageName = "get-stream"; @@ -28052,13 +28142,13 @@ let sha1 = "5eff8e3e684d569ae4cb2b1282604e8ba62149fa"; }; }; - "gh-release-fetch-2.0.3" = { + "gh-release-fetch-2.0.4" = { name = "gh-release-fetch"; packageName = "gh-release-fetch"; - version = "2.0.3"; + version = "2.0.4"; src = fetchurl { - url = "https://registry.npmjs.org/gh-release-fetch/-/gh-release-fetch-2.0.3.tgz"; - sha512 = "g8q2GMzZASFm1TgU1JnVdbvGAmkrrsBWXDOdCcVuxShhfTPi26jY0tiUbPlEFYGa8dmMCxBOv7iWBX5hciTMkA=="; + url = "https://registry.npmjs.org/gh-release-fetch/-/gh-release-fetch-2.0.4.tgz"; + sha512 = "PALrCv6MuxEKsj5Oz9G81iU6pxvoxgpSnwbtIqAkQ6m6fioFicNznZUl/aOW92rK2k8cuaM48Rd59G7eV2QsTA=="; }; }; "git-apply-delta-0.0.7" = { @@ -28809,13 +28899,13 @@ let sha512 = "Q+ZjUEvLQj/lrVHF/IQwRo6p3s8Nc44Zk/DALsN+ac3T4HY/g/3rrufkgtl+nZ1TW7DNAw5cTChdVp4apUXVgQ=="; }; }; - "google-auth-library-7.9.2" = { + "google-auth-library-7.10.0" = { name = "google-auth-library"; packageName = "google-auth-library"; - version = "7.9.2"; + version = "7.10.0"; src = fetchurl { - url = "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.9.2.tgz"; - sha512 = "HjxbJt660a+YUTYAgYor87JCuBZvjUSNBExk4bXTEaMuCn8IHSDeHmFxKqThuDPrLCiKJp8blk/Ze8f7SI4N6g=="; + url = "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.10.0.tgz"; + sha512 = "ICsqaU+lxMHVlDUzMrfVIEqnARw2AwBiZ/2KnNM6BcTf9Nott+Af87DTIzmlnW865p3REUP2MVL0xkPC3a61aQ=="; }; }; "google-closure-compiler-js-20170910.0.1" = { @@ -28827,13 +28917,13 @@ let sha512 = "Vric7QFWxzHFxITZ10bmlG1H/5rhODb7hJuWyKWMD8GflpQzRmbMVqkFp3fKvN+U9tPwZItGVhkiOR+84PX3ew=="; }; }; - "google-gax-2.25.4" = { + "google-gax-2.26.0" = { name = "google-gax"; packageName = "google-gax"; - version = "2.25.4"; + version = "2.26.0"; src = fetchurl { - url = "https://registry.npmjs.org/google-gax/-/google-gax-2.25.4.tgz"; - sha512 = "+Jd0FFOWyb8ieX53e6Sl5OYvHXoA1sWKfQ24ykR502NKgBTvPAh/RFcITihGePBJZ1E8pfh4MKWU0Sf+f1CK+A=="; + url = "https://registry.npmjs.org/google-gax/-/google-gax-2.26.0.tgz"; + sha512 = "D/8fjTydl9p3ejxuW3ZVHVZqKzz6zYaz5MMEucijsJonJ4RHqWAzHFKZMKSc7yyUiTEBGqG7nU2S8NUPUUYDEA=="; }; }; "google-p12-pem-3.1.2" = { @@ -32203,15 +32293,6 @@ let sha512 = "UnU0bS3+cMA2UvYrF5RXp/Hm7v/nYiA3F0GVCOeRmDiZmXAt/eO7KdqyRzewopvhBlev7F7t7GZzRRYY1XE3xg=="; }; }; - "ioredis-4.27.9" = { - name = "ioredis"; - packageName = "ioredis"; - version = "4.27.9"; - src = fetchurl { - url = "https://registry.npmjs.org/ioredis/-/ioredis-4.27.9.tgz"; - sha512 = "hAwrx9F+OQ0uIvaJefuS3UTqW+ByOLyLIV+j0EH8ClNVxvFyH9Vmb08hCL4yje6mDYT5zMquShhypkd50RRzkg=="; - }; - }; "iota-array-1.0.0" = { name = "iota-array"; packageName = "iota-array"; @@ -32626,13 +32707,13 @@ let sha1 = "cfff471aee4dd5c9e158598fbe12967b5cdad345"; }; }; - "is-core-module-2.6.0" = { + "is-core-module-2.7.0" = { name = "is-core-module"; packageName = "is-core-module"; - version = "2.6.0"; + version = "2.7.0"; src = fetchurl { - url = "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz"; - sha512 = "wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ=="; + url = "https://registry.npmjs.org/is-core-module/-/is-core-module-2.7.0.tgz"; + sha512 = "ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ=="; }; }; "is-data-descriptor-0.1.4" = { @@ -32905,6 +32986,15 @@ let sha512 = "5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg=="; }; }; + "is-glob-4.0.2" = { + name = "is-glob"; + packageName = "is-glob"; + version = "4.0.2"; + src = fetchurl { + url = "https://registry.npmjs.org/is-glob/-/is-glob-4.0.2.tgz"; + sha512 = "ZZTOjRcDjuAAAv2cTBQP/lL59ZTArx77+7UzHdWW/XB1mrfp7DEaVpKmZ0XIzx+M7AxfhKcqV+nMetUQmFifwg=="; + }; + }; "is-gzip-1.0.0" = { name = "is-gzip"; packageName = "is-gzip"; @@ -33058,15 +33148,6 @@ let sha512 = "VTPuvvGQtxvCeghwspQu1rBgjYUT6FGxPlvFKbYuFtgc4ADsX3U5ihZOYN0qyU6u+d4X9xXb0IT5O6QpXKt87A=="; }; }; - "is-nan-1.3.2" = { - name = "is-nan"; - packageName = "is-nan"; - version = "1.3.2"; - src = fetchurl { - url = "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz"; - sha512 = "E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w=="; - }; - }; "is-natural-number-4.0.1" = { name = "is-natural-number"; packageName = "is-natural-number"; @@ -34255,13 +34336,13 @@ let sha512 = "KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ=="; }; }; - "jest-worker-27.2.0" = { + "jest-worker-27.2.3" = { name = "jest-worker"; packageName = "jest-worker"; - version = "27.2.0"; + version = "27.2.3"; src = fetchurl { - url = "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.0.tgz"; - sha512 = "laB0ZVIBz+voh/QQy9dmUuuDsadixeerrKqyVpgPz+CCWiOYjOBabUXHIXZhsdvkWbLqSHbgkAHWl5cg24Q6RA=="; + url = "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.3.tgz"; + sha512 = "ZwOvv4GCIPviL+Ie4pVguz4N5w/6IGbTaHBYOl3ZcsZZktaL7d8JOU0rmovoED7AJZKA8fvmLbBg8yg80u/tGA=="; }; }; "jimp-compact-0.16.1" = { @@ -34706,49 +34787,49 @@ let sha512 = "xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g=="; }; }; - "jsii-1.34.0" = { + "jsii-1.35.0" = { name = "jsii"; packageName = "jsii"; - version = "1.34.0"; + version = "1.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsii/-/jsii-1.34.0.tgz"; - sha512 = "z/p8cuWdRntQzdZ1Fq/hvXHPjq/HjZhQzTF/GmYrH3s7Wsb14LphHGAENTZwICBaSovoqSRIboOb2FbPLsCjoA=="; + url = "https://registry.npmjs.org/jsii/-/jsii-1.35.0.tgz"; + sha512 = "uk3lk/8b6q0nmKOUTDp5RKzzPEuES7Im+5GxGbvwPo9TjRzZ0VMfiePNYFPwwkw5BTId80ssumq3VOFelxPJ2Q=="; }; }; - "jsii-pacmak-1.34.0" = { + "jsii-pacmak-1.35.0" = { name = "jsii-pacmak"; packageName = "jsii-pacmak"; - version = "1.34.0"; + version = "1.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.34.0.tgz"; - sha512 = "OngbNHieb5g7B1VkRSZkZq1vgoflhjX4heTJnQJZYbG59j2qVgD7E/o/Dl2OTBLrGRms8e2oCsYc7XROt2htSA=="; + url = "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.35.0.tgz"; + sha512 = "UF9GSG+FBzk+vpcCsFMrgC8yAtPeWG6jJwmNyYVsDj5byHPl9p8QCfbeNxDRzhKJukIO9K/iUlatjn+PvKXj1A=="; }; }; - "jsii-reflect-1.34.0" = { + "jsii-reflect-1.35.0" = { name = "jsii-reflect"; packageName = "jsii-reflect"; - version = "1.34.0"; + version = "1.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.34.0.tgz"; - sha512 = "IOEdwgeDCOq821PM3OfRro1Pgu0QzHFW7zQy3aN7/w5Fcb/tSYGxI9+Ykr6JCdg681LFzcMEgwJpCUHnfi/shw=="; + url = "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.35.0.tgz"; + sha512 = "DVSAwbhydNpJoU1/Mj5Mnr8vuJnkCoQCHoBBfR5V1+CmswbPshzK/9fbdtIlSCGxjBKRlW83RBZqP0ON6hvPig=="; }; }; - "jsii-rosetta-1.34.0" = { + "jsii-rosetta-1.35.0" = { name = "jsii-rosetta"; packageName = "jsii-rosetta"; - version = "1.34.0"; + version = "1.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-1.34.0.tgz"; - sha512 = "GOGAy5b+zCGeyYziBoNVXgamL2CEZKMj5moeemkyN4AUHUqugNk3fSul2Zdbxs2S13Suk0D9iYAgChDxew0bOw=="; + url = "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-1.35.0.tgz"; + sha512 = "AKk7llmUmheKDIQXBRXlmHd5B+BU+Si3jpsfZzFdTpU2qR+yvIZ00XpWWnX+zpyKebOaMwAI+R+5DhsrRZ2GBQ=="; }; }; - "jsii-srcmak-0.1.353" = { + "jsii-srcmak-0.1.357" = { name = "jsii-srcmak"; packageName = "jsii-srcmak"; - version = "0.1.353"; + version = "0.1.357"; src = fetchurl { - url = "https://registry.npmjs.org/jsii-srcmak/-/jsii-srcmak-0.1.353.tgz"; - sha512 = "XA4N72CqPEvdjD3SCRsCWhJIFZt+/8ekhDq8a/7k5t/9vGzdU1a79AvekqaP3tv4V1CGZqDgdyFeKvwcqEr6cw=="; + url = "https://registry.npmjs.org/jsii-srcmak/-/jsii-srcmak-0.1.357.tgz"; + sha512 = "J7+bWGLFLkUQw9uSKJsuKu7RjkM0FSNJCMiC7j4reKAYuPGtmz+a9FMcnPfW2RJK6MwgM4YfTBhoXqhf4IlsFA=="; }; }; "json-bigint-1.0.0" = { @@ -35039,13 +35120,13 @@ let sha512 = "0/4Lv6IenJV0qj2oBdgPIAmFiKKnh8qh7bmLFJ+/ZZHLjSeiL3fKKGX3UryvKPbxFbhV+JcYo9KUC19GJ/Z/4A=="; }; }; - "json2jsii-0.2.29" = { + "json2jsii-0.2.33" = { name = "json2jsii"; packageName = "json2jsii"; - version = "0.2.29"; + version = "0.2.33"; src = fetchurl { - url = "https://registry.npmjs.org/json2jsii/-/json2jsii-0.2.29.tgz"; - sha512 = "m+vJPKYurkWIMyVw0k+Qvogu/gVFdAEOA5Ff7p0h6ENLamc3o9bMrgB/5oMyZxsfN/2jaf+pUAEM8KAFUSO+MQ=="; + url = "https://registry.npmjs.org/json2jsii/-/json2jsii-0.2.33.tgz"; + sha512 = "bqB5/ljrDE3rRGhulVhpWVNXPJJx2paV7+dcytC3zb7AgzRfGop0Ke4TVa7vuy3pEYtKao4IwtXzROqTlzgzWw=="; }; }; "json3-3.2.6" = { @@ -36497,6 +36578,24 @@ let sha512 = "HtoVfuc9p8fcAOTXOBgIfH04S91A/1xlUZTRnYAdZx0h2zMjQaZ5/mpbDQjQkBn4Swf0EOHkcSI82scKm37JQg=="; }; }; + "lightning-4.7.1" = { + name = "lightning"; + packageName = "lightning"; + version = "4.7.1"; + src = fetchurl { + url = "https://registry.npmjs.org/lightning/-/lightning-4.7.1.tgz"; + sha512 = "K/+GISxMDmpCl7bjauCxsVMslXAV6UMbfZSbeHsZuEN0yKSHq5cnPxHLGG2R12cOfKOar1fVDPbsiXO39Upqiw=="; + }; + }; + "lightning-4.7.2" = { + name = "lightning"; + packageName = "lightning"; + version = "4.7.2"; + src = fetchurl { + url = "https://registry.npmjs.org/lightning/-/lightning-4.7.2.tgz"; + sha512 = "8EJA+1Tx5637U1DJVfOogphicY2xPNp0krIt/eWphEXyWYXS/i0iu/3nI5FHM5vc9HDVyJHBWrU9rRWth9pn8A=="; + }; + }; "lilconfig-2.0.3" = { name = "lilconfig"; packageName = "lilconfig"; @@ -36695,6 +36794,15 @@ let sha512 = "tLJMrknIzK6MMIx/N1r8iRjVWBPFmt0S1hI2l+DNL6+ln930nSUN+/aW3SUZho48ACLPBJDSgXwAU50ExrC+rQ=="; }; }; + "ln-service-52.8.0" = { + name = "ln-service"; + packageName = "ln-service"; + version = "52.8.0"; + src = fetchurl { + url = "https://registry.npmjs.org/ln-service/-/ln-service-52.8.0.tgz"; + sha512 = "slZ62J04S3p19z/7r8AYradKVDohpzWppU1ejG9h8Yfwz8ZMzHbHW7H0dTp64/U0PaMQQIFRoAzGSBj1ej6/wA=="; + }; + }; "ln-sync-2.0.0" = { name = "ln-sync"; packageName = "ln-sync"; @@ -36704,13 +36812,13 @@ let sha512 = "BrqRO1pxeRhaCTw8GdnLGwCsFQSnrJohXkVxuDQCQ4OCgLFKFS7TpFKS7INoJrLE1XpcGS8NtLLXjsA0Akcd3A=="; }; }; - "ln-sync-2.0.1" = { + "ln-sync-2.0.2" = { name = "ln-sync"; packageName = "ln-sync"; - version = "2.0.1"; + version = "2.0.2"; src = fetchurl { - url = "https://registry.npmjs.org/ln-sync/-/ln-sync-2.0.1.tgz"; - sha512 = "+WJ/qQrDJu3sY48IXQf3r1jDe4AFyLRA0HV4Nm78zL2S6iZ+axXD/+4qVE9IN7OlMOfpkmAAunSu6tIlIltuLA=="; + url = "https://registry.npmjs.org/ln-sync/-/ln-sync-2.0.2.tgz"; + sha512 = "tPT6irw2Ad6W/uoLZ9H0mT3S59XPMRY7j7ygu+ALztbAcuixEOn3kv80+3hFjOzqXXFo/FDsXHw3DWfO2dDDng=="; }; }; "ln-telegram-3.3.0" = { @@ -38117,15 +38225,6 @@ let sha1 = "a3a17bbf62eeb6240f491846e97c1c4e2a5e1e21"; }; }; - "lodash.uniqby-4.7.0" = { - name = "lodash.uniqby"; - packageName = "lodash.uniqby"; - version = "4.7.0"; - src = fetchurl { - url = "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz"; - sha1 = "d99c07a669e9e6d24e1362dfe266c67616af1302"; - }; - }; "lodash.values-2.4.1" = { name = "lodash.values"; packageName = "lodash.values"; @@ -38252,6 +38351,15 @@ let sha512 = "ILKe88NeMt4gmDvk/eb615U/IVn7K9KWGkoYbdatQ69Z65nj1ZzjM6fHXfcs0Uge+e+EGnMW7DY4T9yko8vWFg=="; }; }; + "log4js-3.0.6" = { + name = "log4js"; + packageName = "log4js"; + version = "3.0.6"; + src = fetchurl { + url = "https://registry.npmjs.org/log4js/-/log4js-3.0.6.tgz"; + sha512 = "ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ=="; + }; + }; "log4js-6.3.0" = { name = "log4js"; packageName = "log4js"; @@ -41105,13 +41213,13 @@ let sha512 = "hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ=="; }; }; - "mocha-9.1.1" = { + "mocha-9.1.2" = { name = "mocha"; packageName = "mocha"; - version = "9.1.1"; + version = "9.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz"; - sha512 = "0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA=="; + url = "https://registry.npmjs.org/mocha/-/mocha-9.1.2.tgz"; + sha512 = "ta3LtJ+63RIBP03VBjMGtSqbe6cWXRejF9SyM9Zyli1CKZJZ+vfCTj3oW24V7wAphMJdpOFLoMI3hjJ1LWbs0w=="; }; }; "mock-require-3.0.3" = { @@ -41934,6 +42042,15 @@ let sha512 = "2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ=="; }; }; + "nanocolors-0.2.12" = { + name = "nanocolors"; + packageName = "nanocolors"; + version = "0.2.12"; + src = fetchurl { + url = "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.12.tgz"; + sha512 = "SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug=="; + }; + }; "nanoguard-1.3.0" = { name = "nanoguard"; packageName = "nanoguard"; @@ -41961,15 +42078,6 @@ let sha512 = "a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw=="; }; }; - "nanoid-3.1.23" = { - name = "nanoid"; - packageName = "nanoid"; - version = "3.1.23"; - src = fetchurl { - url = "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz"; - sha512 = "FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw=="; - }; - }; "nanoid-3.1.25" = { name = "nanoid"; packageName = "nanoid"; @@ -41979,6 +42087,15 @@ let sha512 = "rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q=="; }; }; + "nanoid-3.1.28" = { + name = "nanoid"; + packageName = "nanoid"; + version = "3.1.28"; + src = fetchurl { + url = "https://registry.npmjs.org/nanoid/-/nanoid-3.1.28.tgz"; + sha512 = "gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw=="; + }; + }; "nanoiterator-1.2.1" = { name = "nanoiterator"; packageName = "nanoiterator"; @@ -42358,6 +42475,15 @@ let sha512 = "Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="; }; }; + "neovim-4.2.1" = { + name = "neovim"; + packageName = "neovim"; + version = "4.2.1"; + src = fetchurl { + url = "https://registry.npmjs.org/neovim/-/neovim-4.2.1.tgz"; + sha512 = "2Kto3HlBsFFtgyAmV8ecNtBBUrydoXp2EfIHwIvuhOIiVinCuKJaUmp1+1u5eGGu1TDZHUiHwvFv0T05eG8T+w=="; + }; + }; "nested-error-stacks-1.0.2" = { name = "nested-error-stacks"; packageName = "nested-error-stacks"; @@ -44322,13 +44448,13 @@ let sha512 = "0HGaSR/E/seIhSzFxLkh0QqckuNSre4iGqSElZRUv1hVHH2YgrZ7xtQL9McwL8o1fh6HqkzykjUx0Iy2haVIUg=="; }; }; - "office-ui-fabric-react-7.176.1" = { + "office-ui-fabric-react-7.176.2" = { name = "office-ui-fabric-react"; packageName = "office-ui-fabric-react"; - version = "7.176.1"; + version = "7.176.2"; src = fetchurl { - url = "https://registry.npmjs.org/office-ui-fabric-react/-/office-ui-fabric-react-7.176.1.tgz"; - sha512 = "dtONShq8XmhRR5J3oX/vwKTWhA49oBSmIXETkGWMHZ68oSBcykxwh4DsM1w7Bi2fpZD2SFlCkv6QDoJiezhxmA=="; + url = "https://registry.npmjs.org/office-ui-fabric-react/-/office-ui-fabric-react-7.176.2.tgz"; + sha512 = "ACOgx0ccx93NtRLWJBunJLwVdgIbsnzR/lbn6J+XYTINUrSR4DBZCuNoAzZVi8t1RYd6MnouLyyyEUWneNC9QQ=="; }; }; "omggif-1.0.10" = { @@ -44502,13 +44628,13 @@ let sha512 = "fvaSZRzprpwLFge/mcwE0CItfniNisVNamDdMK1FQUjh4ArQZ8ZWSkDaJbZc3XaANKZHq0xIa8NJpZ2HSe3oXA=="; }; }; - "oo-ascii-tree-1.34.0" = { + "oo-ascii-tree-1.35.0" = { name = "oo-ascii-tree"; packageName = "oo-ascii-tree"; - version = "1.34.0"; + version = "1.35.0"; src = fetchurl { - url = "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.34.0.tgz"; - sha512 = "gAY+yfKCskAk7mkfI8nOhkP12iTGE7b8UxnQuscN80vghrozt/E/2rLeKKMJFagJlm/NnnUmBA0tBQZ3oPHEKg=="; + url = "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.35.0.tgz"; + sha512 = "1cvFhd6oN+ZRC2ZdkBRlO7bYr0C9O5DZOntwCFYX0nS3zG6CmnpwwVdwh8o3rArf6eL5U21/UKSujWQPpSCapw=="; }; }; "opal-runtime-1.0.11" = { @@ -45204,22 +45330,22 @@ let sha512 = "0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g=="; }; }; - "ot-builder-1.1.1" = { + "ot-builder-1.1.2" = { name = "ot-builder"; packageName = "ot-builder"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/ot-builder/-/ot-builder-1.1.1.tgz"; - sha512 = "bU1eH69ZopFnB9ZXdOLcpKq0FlsKPnyXGceDJBahftwCCSB7QS+zLXdnVIKAy8/aNmsZBS+8wxmKVdHZg21WDg=="; + url = "https://registry.npmjs.org/ot-builder/-/ot-builder-1.1.2.tgz"; + sha512 = "pAs1thg6T5e3fjsMEeOY+gn0fMWNYOlOIAygjTJ33Xr1ejDep3cebWdw4dqydFhRiChWC1KOmfK353froAFl9A=="; }; }; - "otb-ttc-bundle-1.1.1" = { + "otb-ttc-bundle-1.1.2" = { name = "otb-ttc-bundle"; packageName = "otb-ttc-bundle"; - version = "1.1.1"; + version = "1.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/otb-ttc-bundle/-/otb-ttc-bundle-1.1.1.tgz"; - sha512 = "w7nw9ARB7IglOASVnrObB7RaKk/9PHJrNn9DP9bM6mSufKPXT0rpCeMFCIAS5nKHvegocFxHksPU10TWp80pdw=="; + url = "https://registry.npmjs.org/otb-ttc-bundle/-/otb-ttc-bundle-1.1.2.tgz"; + sha512 = "i6o/Cp5bEZ4k0U7rPiDLFroYa/nwsI2og6Hkd8GVEvBMxwoTDqhqIHYd610NPj3w4babTdb5R+Xyk7NYNB7Xnw=="; }; }; "ow-0.21.0" = { @@ -46419,13 +46545,13 @@ let sha1 = "1fe63268c92e75606626437e3b906662c15ba6ee"; }; }; - "passport-oauth2-1.6.0" = { + "passport-oauth2-1.6.1" = { name = "passport-oauth2"; packageName = "passport-oauth2"; - version = "1.6.0"; + version = "1.6.1"; src = fetchurl { - url = "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.6.0.tgz"; - sha512 = "emXPLqLcVEcLFR/QvQXZcwLmfK8e9CqvMgmOFJxcNT3okSFMtUbRRKpY20x5euD+01uHsjjCa07DYboEeLXYiw=="; + url = "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.6.1.tgz"; + sha512 = "ZbV43Hq9d/SBSYQ22GOiglFsjsD1YY/qdiptA+8ej+9C1dL1TVB+mBE5kDH/D4AJo50+2i8f4bx0vg4/yDDZCQ=="; }; }; "passport-oauth2-client-password-0.1.2" = { @@ -47599,13 +47725,13 @@ let sha512 = "03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw=="; }; }; - "postcss-7.0.36" = { + "postcss-7.0.38" = { name = "postcss"; packageName = "postcss"; - version = "7.0.36"; + version = "7.0.38"; src = fetchurl { - url = "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz"; - sha512 = "BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw=="; + url = "https://registry.npmjs.org/postcss/-/postcss-7.0.38.tgz"; + sha512 = "wNrSHWjHDQJR/IZL5IKGxRtFgrYNaAA/UrkW2WqbtZO6uxSLMxMN+s2iqUMwnAWm3fMROlDYZB41dr0Mt7vBwQ=="; }; }; "postcss-8.3.6" = { @@ -47617,13 +47743,13 @@ let sha512 = "wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A=="; }; }; - "postcss-8.3.7" = { + "postcss-8.3.8" = { name = "postcss"; packageName = "postcss"; - version = "8.3.7"; + version = "8.3.8"; src = fetchurl { - url = "https://registry.npmjs.org/postcss/-/postcss-8.3.7.tgz"; - sha512 = "9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ=="; + url = "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz"; + sha512 = "GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA=="; }; }; "postcss-calc-7.0.5" = { @@ -48031,13 +48157,13 @@ let sha512 = "rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg=="; }; }; - "postcss-reporter-7.0.2" = { + "postcss-reporter-7.0.3" = { name = "postcss-reporter"; packageName = "postcss-reporter"; - version = "7.0.2"; + version = "7.0.3"; src = fetchurl { - url = "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.2.tgz"; - sha512 = "JyQ96NTQQsso42y6L1H1RqHfWH1C3Jr0pt91mVv5IdYddZAE9DUZxuferNgk6q0o6vBVOrfVJb10X1FgDzjmDw=="; + url = "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.3.tgz"; + sha512 = "WoYHwtStmiR74UQDO3vZMbkhOBXSXyteWnhMCVbAK6KRRKLTS0EnTZxOxvbUEnQiMZ+3xRG04x41HhHnLBtQfA=="; }; }; "postcss-resolve-nested-selector-0.1.1" = { @@ -50218,13 +50344,13 @@ let sha1 = "15931d3cd967ade52206f523aa7331aef7d43af7"; }; }; - "pyright-1.1.170" = { + "pyright-1.1.171" = { name = "pyright"; packageName = "pyright"; - version = "1.1.170"; + version = "1.1.171"; src = fetchurl { - url = "https://registry.npmjs.org/pyright/-/pyright-1.1.170.tgz"; - sha512 = "eoLp3FXvB+qGw6DMaC9xCNkIZMzdPMl5yERUXv1U/RF8AIuOcfjmG1171UL/TpXvoCLWGVArkWJcq8l5uBB35Q=="; + url = "https://registry.npmjs.org/pyright/-/pyright-1.1.171.tgz"; + sha512 = "7otiFobpeaeO3pPy0XhFIUm7AWCy98AbOnY4K1QCQSOVwNZJ00YlA3Qt8hQ1wIcLN08TSQ+/S/Cqaa+G+8hZmg=="; }; }; "q-0.9.7" = { @@ -56005,6 +56131,15 @@ let sha1 = "b566532888dae3ac9058a12f294015ebdfa8084a"; }; }; + "socket.io-2.1.1" = { + name = "socket.io"; + packageName = "socket.io"; + version = "2.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz"; + sha512 = "rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA=="; + }; + }; "socket.io-2.3.0" = { name = "socket.io"; packageName = "socket.io"; @@ -56095,6 +56230,15 @@ let sha1 = "c86cb3e507ab2f96da4500bd34fcf46a1e9dfe5e"; }; }; + "socket.io-client-2.1.1" = { + name = "socket.io-client"; + packageName = "socket.io-client"; + version = "2.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz"; + sha512 = "jxnFyhAuFxYfjqIgduQlhzqTcOEQSn+OHKVfAxWaNWa7ecP7xSNk2Dx/3UEsDcY7NcFafxvNvKPmmO7HTwTxGQ=="; + }; + }; "socket.io-client-2.3.0" = { name = "socket.io-client"; packageName = "socket.io-client"; @@ -56131,6 +56275,15 @@ let sha1 = "2609601f59e6a7fab436a53be3d333fbbfcbd30a"; }; }; + "socket.io-parser-3.2.0" = { + name = "socket.io-parser"; + packageName = "socket.io-parser"; + version = "3.2.0"; + src = fetchurl { + url = "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz"; + sha512 = "FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA=="; + }; + }; "socket.io-parser-3.3.2" = { name = "socket.io-parser"; packageName = "socket.io-parser"; @@ -57391,13 +57544,13 @@ let sha512 = "zZ/Q1M+9ZWlrchgh4QauD/MEUFa6eC6H6FYq6T8Of/y82JqsQBLwN6YlzbO09evE7Rx6x0oliXDCnQSjwGwQRA=="; }; }; - "sscaff-1.2.75" = { + "sscaff-1.2.80" = { name = "sscaff"; packageName = "sscaff"; - version = "1.2.75"; + version = "1.2.80"; src = fetchurl { - url = "https://registry.npmjs.org/sscaff/-/sscaff-1.2.75.tgz"; - sha512 = "yb/3nwGbZI3KSpwdjjS5FbEZGhKXLvC5quA/x45Af2r7U4QvM8szr7xI6/Mi3amAJIO9alVyvNPrcvslqhe2gg=="; + url = "https://registry.npmjs.org/sscaff/-/sscaff-1.2.80.tgz"; + sha512 = "BpfptEqal8Q2oi4XDQFOpiGgWWxrN1R1GqkkGTefbuM2qFouJv3LiUV0wE/mmYsRpUgQ2iVnPCVQQG0ob/U47g=="; }; }; "ssh-config-1.1.6" = { @@ -57553,15 +57706,6 @@ let sha1 = "51f9c6a08c146473fcd021af551c9f32ed5c7b9d"; }; }; - "standard-as-callback-2.1.0" = { - name = "standard-as-callback"; - packageName = "standard-as-callback"; - version = "2.1.0"; - src = fetchurl { - url = "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz"; - sha512 = "qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="; - }; - }; "standard-error-1.1.0" = { name = "standard-error"; packageName = "standard-error"; @@ -58030,6 +58174,15 @@ let sha512 = "ztP79ug6S+I7td0Nd2GBeIKCm+vA54c+e60FY87metz5n/l6ydPELd2lxsljz8OpIhsRM9HkIiAwz85+S5G5/A=="; }; }; + "streamroller-0.7.0" = { + name = "streamroller"; + packageName = "streamroller"; + version = "0.7.0"; + src = fetchurl { + url = "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz"; + sha512 = "WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ=="; + }; + }; "streamroller-2.2.4" = { name = "streamroller"; packageName = "streamroller"; @@ -61352,6 +61505,15 @@ let sha512 = "yrq6ODsxEFTLz0R3BX2myf0WBCSQh9A+py8PBo1dCzWIOcvisbyH6akNKqDHMgXePF2kir5mm5JXJTH3OUJYOQ=="; }; }; + "ts-node-9.1.1" = { + name = "ts-node"; + packageName = "ts-node"; + version = "9.1.1"; + src = fetchurl { + url = "https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz"; + sha512 = "hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg=="; + }; + }; "ts-pnp-1.2.0" = { name = "ts-pnp"; packageName = "ts-pnp"; @@ -63558,13 +63720,13 @@ let sha1 = "8bb871a4741e085c70487ca7acdbd7d6d36029eb"; }; }; - "utf-8-validate-5.0.5" = { + "utf-8-validate-5.0.6" = { name = "utf-8-validate"; packageName = "utf-8-validate"; - version = "5.0.5"; + version = "5.0.6"; src = fetchurl { - url = "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz"; - sha512 = "+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ=="; + url = "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.6.tgz"; + sha512 = "hoY0gOf9EkCw+nimK21FVKHUIG1BMqSiRwxB/q3A9yKZOrOI99PP77BxmarDqWz6rG3vVYiBWfhG8z2Tl+7fZA=="; }; }; "utf7-1.0.2" = { @@ -64629,6 +64791,15 @@ let sha512 = "4tz23yGGeATmbzj/ZnUm6wgQ4E1lzmMXu2mUA/c0G6adtWKxm1Di5YejdZdRsK6SdkLjKjhplFFYT7r+UUDKvA=="; }; }; + "vim-node-rpc-0.1.24" = { + name = "vim-node-rpc"; + packageName = "vim-node-rpc"; + version = "0.1.24"; + src = fetchurl { + url = "https://registry.npmjs.org/vim-node-rpc/-/vim-node-rpc-0.1.24.tgz"; + sha512 = "7VJ8eQwebUkzXCfGnzwHaoRuL/x6hke7W4h8zTUJIm/zYnThLN4NcO3ufsc03wgnkLoDH8U3n0nXZjUUuz3EDA=="; + }; + }; "vinyl-0.5.3" = { name = "vinyl"; packageName = "vinyl"; @@ -64773,13 +64944,13 @@ let sha1 = "614f7fbf8d801f0bb5f0661f5b2f5785750e4f09"; }; }; - "vsce-1.100.0" = { + "vsce-1.100.1" = { name = "vsce"; packageName = "vsce"; - version = "1.100.0"; + version = "1.100.1"; src = fetchurl { - url = "https://registry.npmjs.org/vsce/-/vsce-1.100.0.tgz"; - sha512 = "sY1NVSZkesioir/1w04igdSPKKHb4QAn7AngOQIKvNTvtFUFuEE/KrcURcld9Gai9W5167zaeifW5rWUsX3rLg=="; + url = "https://registry.npmjs.org/vsce/-/vsce-1.100.1.tgz"; + sha512 = "1VjLyse5g6e2eQ6jUpslu7IDq44velwF8Jy8s7ePdwGNuG8EzfmaOfVyig3ZSMJ0l8DiJmZllx5bRAB4RMdnHg=="; }; }; "vscode-css-languageservice-3.0.13" = { @@ -64809,13 +64980,13 @@ let sha512 = "DTMa8QbVmujFPvD3NxoC5jjIXCyCG+cvn3hNzwQRhvhsk8LblNymBZBwzfcDdgEtqsi4O/2AB5HnMIRzxhzEzg=="; }; }; - "vscode-css-languageservice-5.1.5" = { + "vscode-css-languageservice-5.1.7" = { name = "vscode-css-languageservice"; packageName = "vscode-css-languageservice"; - version = "5.1.5"; + version = "5.1.7"; src = fetchurl { - url = "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-5.1.5.tgz"; - sha512 = "c1hhsbnZ7bBvj10vMDLmkOk/n9r0rXQYDj4kbBi59bZaaEZ3e81zURx76/618NZM5NytlZmGfvmxQtB7mb03Ow=="; + url = "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-5.1.7.tgz"; + sha512 = "h4oafcZaGFe2VtbNIlkZDmLEP0GQha3E5Ct2YMH4p/p9xYC8yWDNQ5CD+VF3UnSijKPSKmA+oc4cKjhJBowGKw=="; }; }; "vscode-debugadapter-testsupport-1.49.0" = { @@ -64872,13 +65043,13 @@ let sha512 = "UmC+GS0IqBeZnOAmdtQvaDzoH1c5/un+b7qALUziu/Y4SOPXso5dF+YkJeTqsde6YU2pLm78RtMDzl9BParwbw=="; }; }; - "vscode-html-languageservice-4.0.8" = { + "vscode-html-languageservice-4.1.0" = { name = "vscode-html-languageservice"; packageName = "vscode-html-languageservice"; - version = "4.0.8"; + version = "4.1.0"; src = fetchurl { - url = "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-4.0.8.tgz"; - sha512 = "VJ4boG3uOD5Ls0pCvml7ZkHY+f1uDuxr+wR39XrerPr7qQFAu91DRTBuOzBsp6lV3x5Vz2S835AS2ZzLNmezbg=="; + url = "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-4.1.0.tgz"; + sha512 = "QQrEKfpfbeglD8Jcai4fQDQ7vOJrN6LyiOs47Y6qAxnhve+ervw1kP2UCt9ohHe/6teNWJDYTGxLDgs5iAvitw=="; }; }; "vscode-json-languageserver-1.3.4" = { @@ -64908,13 +65079,13 @@ let sha512 = "QW2SFk4kln5lTPQajGNuXWtmr2z9hVA6Sfi4qPFEW2vjt2XaUAp38/1OrcUQYiJXOyXntbWN2jZJaGxg+hDUxw=="; }; }; - "vscode-json-languageservice-4.1.7" = { + "vscode-json-languageservice-4.1.8" = { name = "vscode-json-languageservice"; packageName = "vscode-json-languageservice"; - version = "4.1.7"; + version = "4.1.8"; src = fetchurl { - url = "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.1.7.tgz"; - sha512 = "cwG5TwZyHYthsk2aS3W1dVgVP6Vwn3o+zscwN58uMgZt/nKuyxd9vdEB1F58Ix+S5kSKAnkUCP6hvulcoImQQQ=="; + url = "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.1.8.tgz"; + sha512 = "0vSpg6Xd9hfV+eZAaYN63xVVMOTmJ4GgHxXnkLCh+9RsQBkWKIghzLhW2B9ebfG+LQQg8uLtsQ2aUKjTgE+QOg=="; }; }; "vscode-jsonrpc-3.5.0" = { @@ -65808,13 +65979,13 @@ let sha512 = "68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ=="; }; }; - "webpack-5.53.0" = { + "webpack-5.55.0" = { name = "webpack"; packageName = "webpack"; - version = "5.53.0"; + version = "5.55.0"; src = fetchurl { - url = "https://registry.npmjs.org/webpack/-/webpack-5.53.0.tgz"; - sha512 = "RZ1Z3z3ni44snoWjfWeHFyzvd9HMVYDYC5VXmlYUT6NWgEOWdCNpad5Fve2CzzHoRED7WtsKe+FCyP5Vk4pWiQ=="; + url = "https://registry.npmjs.org/webpack/-/webpack-5.55.0.tgz"; + sha512 = "/1LyoAG+4+YRt+RLN3H2cz4dcw8+iO/GwKhL54GQDmqONCi0ZISXZF6aCCrCRDJFK685h+RGLCZd61Y+SEqdWQ=="; }; }; "webpack-bundle-analyzer-3.9.0" = { @@ -65862,13 +66033,13 @@ let sha512 = "djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ=="; }; }; - "webpack-dev-middleware-5.1.0" = { + "webpack-dev-middleware-5.2.1" = { name = "webpack-dev-middleware"; packageName = "webpack-dev-middleware"; - version = "5.1.0"; + version = "5.2.1"; src = fetchurl { - url = "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.1.0.tgz"; - sha512 = "oT660AR1gOnU/NTdUQi3EiGR0iXG7CFxmKsj3ylWCBA2khJ8LFHK+sKv3BZEsC11gl1eChsltRhzUq7nWj7XIQ=="; + url = "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.2.1.tgz"; + sha512 = "Kx1X+36Rn9JaZcQMrJ7qN3PMAuKmEDD9ZISjUj3Cgq4A6PtwYsC4mpaKotSRYH3iOF6HsUa8viHKS59FlyVifQ=="; }; }; "webpack-dev-server-3.11.0" = { @@ -67663,13 +67834,13 @@ let sha512 = "c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ=="; }; }; - "yargs-17.2.0" = { + "yargs-17.2.1" = { name = "yargs"; packageName = "yargs"; - version = "17.2.0"; + version = "17.2.1"; src = fetchurl { - url = "https://registry.npmjs.org/yargs/-/yargs-17.2.0.tgz"; - sha512 = "UPeZv4h9Xv510ibpt5rdsUNzgD78nMa1rhxxCgvkKiq06hlKCEHJLiJ6Ub8zDg/wR6hedEI6ovnd2vCvJ4nusA=="; + url = "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz"; + sha512 = "XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q=="; }; }; "yargs-3.10.0" = { @@ -68257,7 +68428,7 @@ in ]; }) sources."ip-1.1.5" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-docker-2.2.1" sources."is-fullwidth-code-point-3.0.0" sources."is-interactive-1.0.0" @@ -68908,10 +69079,10 @@ in "@commitlint/cli" = nodeEnv.buildNodePackage { name = "_at_commitlint_slash_cli"; packageName = "@commitlint/cli"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/cli/-/cli-13.1.0.tgz"; - sha512 = "xN/uNYWtGTva5OMSd+xA6e6/c2jk8av7MUbdd6w2cw89u6z3fAWoyiH87X0ewdSMNYmW/6B3L/2dIVGHRDID5w=="; + url = "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.0.tgz"; + sha512 = "RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA=="; }; dependencies = [ sources."@babel/code-frame-7.14.5" @@ -68926,19 +69097,19 @@ in sources."supports-color-5.5.0" ]; }) - sources."@commitlint/ensure-13.1.0" - sources."@commitlint/execute-rule-13.0.0" - sources."@commitlint/format-13.1.0" - sources."@commitlint/is-ignored-13.1.0" - sources."@commitlint/lint-13.1.0" - sources."@commitlint/load-13.1.0" - sources."@commitlint/message-13.0.0" - sources."@commitlint/parse-13.1.0" - sources."@commitlint/read-13.1.0" - sources."@commitlint/resolve-extends-13.0.0" - sources."@commitlint/rules-13.1.0" - sources."@commitlint/to-lines-13.0.0" - (sources."@commitlint/top-level-13.0.0" // { + sources."@commitlint/ensure-13.2.0" + sources."@commitlint/execute-rule-13.2.0" + sources."@commitlint/format-13.2.0" + sources."@commitlint/is-ignored-13.2.0" + sources."@commitlint/lint-13.2.0" + sources."@commitlint/load-13.2.0" + sources."@commitlint/message-13.2.0" + sources."@commitlint/parse-13.2.0" + sources."@commitlint/read-13.2.0" + sources."@commitlint/resolve-extends-13.2.0" + sources."@commitlint/rules-13.2.0" + sources."@commitlint/to-lines-13.2.0" + (sources."@commitlint/top-level-13.2.0" // { dependencies = [ sources."find-up-5.0.0" sources."locate-path-6.0.0" @@ -68946,15 +69117,18 @@ in sources."p-locate-5.0.0" ]; }) - sources."@commitlint/types-13.1.0" + sources."@commitlint/types-13.2.0" + sources."@endemolshinegroup/cosmiconfig-typescript-loader-3.0.2" sources."@types/minimist-1.2.2" sources."@types/normalize-package-data-2.4.1" sources."@types/parse-json-4.0.0" sources."JSONStream-1.3.5" sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" + sources."arg-4.1.3" sources."array-ify-1.0.0" sources."arrify-1.0.1" + sources."buffer-from-1.1.2" sources."callsites-3.1.0" sources."camelcase-5.3.1" sources."camelcase-keys-6.2.2" @@ -68966,6 +69140,7 @@ in sources."conventional-changelog-angular-5.0.13" sources."conventional-commits-parser-3.2.2" sources."cosmiconfig-7.0.1" + sources."create-require-1.1.1" sources."cross-spawn-7.0.3" sources."dargs-7.0.0" sources."decamelize-1.2.0" @@ -68974,6 +69149,7 @@ in sources."map-obj-1.0.1" ]; }) + sources."diff-4.0.2" sources."dot-prop-5.3.0" sources."emoji-regex-8.0.0" sources."error-ex-1.3.2" @@ -69002,7 +69178,7 @@ in sources."inherits-2.0.4" sources."ini-1.3.8" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-3.0.0" sources."is-obj-2.0.0" sources."is-plain-obj-1.1.0" @@ -69017,7 +69193,9 @@ in sources."lines-and-columns-1.1.6" sources."locate-path-5.0.0" sources."lodash-4.17.21" + sources."lodash.get-4.4.2" sources."lru-cache-6.0.0" + sources."make-error-1.3.6" sources."map-obj-4.3.0" sources."meow-8.1.2" sources."merge-stream-2.0.0" @@ -69062,6 +69240,8 @@ in sources."shebang-command-2.0.0" sources."shebang-regex-3.0.0" sources."signal-exit-3.0.4" + sources."source-map-0.6.1" + sources."source-map-support-0.5.20" sources."spdx-correct-3.1.1" sources."spdx-exceptions-2.3.0" sources."spdx-expression-parse-3.0.1" @@ -69077,6 +69257,8 @@ in sources."through-2.3.8" sources."through2-4.0.2" sources."trim-newlines-3.0.1" + sources."ts-node-9.1.1" + sources."tslib-2.3.1" sources."type-fest-0.18.1" sources."universalify-2.0.0" sources."util-deprecate-1.0.2" @@ -69086,8 +69268,9 @@ in sources."y18n-5.0.8" sources."yallist-4.0.0" sources."yaml-1.10.2" - sources."yargs-17.2.0" + sources."yargs-17.2.1" sources."yargs-parser-20.2.9" + sources."yn-3.1.1" sources."yocto-queue-0.1.0" ]; buildInputs = globalBuildInputs; @@ -69103,10 +69286,10 @@ in "@commitlint/config-conventional" = nodeEnv.buildNodePackage { name = "_at_commitlint_slash_config-conventional"; packageName = "@commitlint/config-conventional"; - version = "13.1.0"; + version = "13.2.0"; src = fetchurl { - url = "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.1.0.tgz"; - sha512 = "zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw=="; + url = "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz"; + sha512 = "7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw=="; }; dependencies = [ sources."array-ify-1.0.0" @@ -69145,7 +69328,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.9.6" + sources."@types/node-16.10.1" sources."abstract-extension-3.1.1" sources."abstract-leveldown-6.2.3" sources."ansi-colors-3.2.3" @@ -69250,7 +69433,7 @@ in sources."encoding-down-6.3.0" sources."end-of-stream-1.4.4" sources."errno-0.1.8" - (sources."es-abstract-1.18.6" // { + (sources."es-abstract-1.18.7" // { dependencies = [ sources."object.assign-4.1.2" ]; @@ -69341,11 +69524,11 @@ in sources."is-boolean-object-1.1.2" sources."is-buffer-2.0.5" sources."is-callable-1.2.4" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-date-object-1.0.5" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-negative-zero-2.0.1" sources."is-number-7.0.0" sources."is-number-object-1.0.6" @@ -69646,7 +69829,7 @@ in sha512 = "8IusD7fBMXdTcdsHBt4jZb3fu4VmN8NppnXEigNn6AxbhGepntGuUN2Ve9FGQX+xcpJKRZsRtsbUnXmf62G83g=="; }; dependencies = [ - sources."@hapi/hoek-9.2.0" + sources."@hapi/hoek-9.2.1" sources."@hapi/topo-5.1.0" sources."@kwsites/file-exists-1.1.1" sources."@kwsites/promise-deferred-1.1.1" @@ -69654,15 +69837,15 @@ in sources."@octokit/core-3.5.1" sources."@octokit/endpoint-6.0.12" sources."@octokit/graphql-4.8.0" - sources."@octokit/openapi-types-10.5.0" - sources."@octokit/plugin-paginate-rest-2.16.4" + sources."@octokit/openapi-types-10.6.1" + sources."@octokit/plugin-paginate-rest-2.16.5" sources."@octokit/plugin-request-log-1.0.4" - sources."@octokit/plugin-rest-endpoint-methods-5.11.1" + sources."@octokit/plugin-rest-endpoint-methods-5.11.3" sources."@octokit/plugin-retry-3.0.9" sources."@octokit/request-5.6.1" sources."@octokit/request-error-2.1.0" - sources."@octokit/rest-18.11.0" - sources."@octokit/types-6.31.0" + sources."@octokit/rest-18.11.2" + sources."@octokit/types-6.31.1" sources."@sideway/address-4.1.2" sources."@sideway/formula-3.0.0" sources."@sideway/pinpoint-2.0.0" @@ -69789,7 +69972,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.9.6" + sources."@types/node-16.10.1" sources."@types/parse-json-4.0.0" sources."@webassemblyjs/ast-1.11.1" sources."@webassemblyjs/floating-point-hex-parser-1.11.1" @@ -69828,7 +70011,7 @@ in sources."buffer-5.7.1" sources."buffer-from-1.1.2" sources."callsites-3.1.0" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."chalk-3.0.0" sources."chardet-0.7.0" sources."chokidar-3.5.2" @@ -69854,7 +70037,7 @@ in sources."cross-spawn-7.0.3" sources."deepmerge-4.2.2" sources."defaults-1.0.3" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" (sources."enhanced-resolve-5.8.3" // { @@ -69912,16 +70095,16 @@ in sources."interpret-1.4.0" sources."is-arrayish-0.2.1" sources."is-binary-path-2.1.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-interactive-1.0.0" sources."is-number-7.0.0" sources."is-stream-2.0.1" sources."is-unicode-supported-0.1.0" sources."isexe-2.0.0" - (sources."jest-worker-27.2.0" // { + (sources."jest-worker-27.2.3" // { dependencies = [ sources."supports-color-8.1.1" ]; @@ -70326,7 +70509,7 @@ in sources."@types/long-4.0.1" sources."@types/mime-1.3.2" sources."@types/minimatch-3.0.5" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/normalize-package-data-2.4.1" sources."@types/qs-6.9.7" sources."@types/range-parser-1.2.4" @@ -70341,23 +70524,18 @@ in }) sources."@vue/cli-ui-addon-webpack-4.5.13" sources."@vue/cli-ui-addon-widgets-4.5.13" - (sources."@vue/compiler-core-3.2.16" // { + (sources."@vue/compiler-core-3.2.19" // { dependencies = [ sources."source-map-0.6.1" ]; }) - sources."@vue/compiler-dom-3.2.16" - sources."@vue/shared-3.2.16" + sources."@vue/compiler-dom-3.2.19" + sources."@vue/shared-3.2.19" sources."@wry/equality-0.1.11" sources."accepts-1.3.7" sources."aggregate-error-3.1.0" sources."ajv-6.12.6" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - ]; - }) + sources."ansi-align-3.0.1" (sources."ansi-escapes-4.3.2" // { dependencies = [ sources."type-fest-0.21.3" @@ -70469,7 +70647,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.30001260" + sources."caniuse-lite-1.0.30001261" sources."caseless-0.12.0" sources."caw-2.0.1" sources."chalk-2.4.2" @@ -70525,12 +70703,12 @@ in sources."cookie-0.4.0" sources."cookie-signature-1.0.6" sources."copy-descriptor-0.1.1" - (sources."core-js-compat-3.18.0" // { + (sources."core-js-compat-3.18.1" // { dependencies = [ sources."semver-7.0.0" ]; }) - sources."core-js-pure-3.18.0" + sources."core-js-pure-3.18.1" sources."core-util-is-1.0.2" sources."cors-2.8.5" (sources."cross-spawn-6.0.5" // { @@ -70596,14 +70774,14 @@ in sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" sources."ejs-2.7.4" - sources."electron-to-chromium-1.3.849" - sources."emoji-regex-7.0.3" + sources."electron-to-chromium-1.3.853" + sources."emoji-regex-8.0.0" sources."encodeurl-1.0.2" sources."end-of-stream-1.4.4" sources."entities-2.2.0" sources."envinfo-7.8.1" sources."error-ex-1.3.2" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."escalade-3.1.1" sources."escape-html-1.0.3" @@ -70793,15 +70971,15 @@ in sources."is-boolean-object-1.1.2" sources."is-buffer-1.1.6" sources."is-callable-1.2.4" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-date-object-1.0.5" 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-2.0.0" - sources."is-glob-4.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."is-glob-4.0.2" sources."is-natural-number-4.0.1" sources."is-negative-zero-2.0.1" (sources."is-number-3.0.0" // { @@ -71194,12 +71372,7 @@ in sources."steno-0.4.4" sources."streamsearch-0.1.2" sources."strict-uri-encode-1.1.0" - (sources."string-width-4.2.3" // { - dependencies = [ - sources."emoji-regex-8.0.0" - sources."is-fullwidth-code-point-3.0.0" - ]; - }) + sources."string-width-4.2.3" sources."string.prototype.trimend-1.0.4" sources."string.prototype.trimstart-1.0.4" (sources."string_decoder-1.1.1" // { @@ -71614,7 +71787,7 @@ in sources."balanced-match-1.0.2" sources."brace-expansion-1.1.11" sources."browserslist-4.17.1" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."chalk-2.4.2" sources."color-convert-1.9.3" sources."color-name-1.1.3" @@ -71624,7 +71797,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.849" + sources."electron-to-chromium-1.3.853" sources."ensure-posix-path-1.1.1" sources."escalade-3.1.1" sources."escape-string-regexp-1.0.5" @@ -71651,7 +71824,7 @@ in sources."homedir-polyfill-1.0.3" sources."ini-1.3.8" sources."is-3.3.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-windows-1.0.2" sources."isexe-2.0.0" (sources."jake-10.8.2" // { @@ -71719,7 +71892,7 @@ in dependencies = [ sources."@types/glob-7.1.4" sources."@types/minimatch-3.0.5" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."balanced-match-1.0.2" sources."brace-expansion-1.1.11" sources."chromium-pickle-js-0.2.0" @@ -71747,18 +71920,22 @@ in autoprefixer = nodeEnv.buildNodePackage { name = "autoprefixer"; packageName = "autoprefixer"; - version = "10.3.5"; + version = "10.3.6"; src = fetchurl { - url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.5.tgz"; - sha512 = "2H5kQSsyoOMdIehTzIt/sC9ZDIgWqlkG/dbevm9B9xQZ1TDPBHpNUDW5ENqqQQzuaBWEo75JkV0LJe+o5Lnr5g=="; + url = "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.6.tgz"; + sha512 = "3bDjTfF0MfZntwVCSd18XAT2Zndufh3Mep+mafbzdIQEeWbncVRUVDjH8/EPANV9Hq40seJ24QcYAyhUsFz7gQ=="; }; dependencies = [ - sources."browserslist-4.17.1" - sources."caniuse-lite-1.0.30001260" - sources."electron-to-chromium-1.3.849" + (sources."browserslist-4.17.1" // { + dependencies = [ + sources."nanocolors-0.1.12" + ]; + }) + sources."caniuse-lite-1.0.30001261" + sources."electron-to-chromium-1.3.853" sources."escalade-3.1.1" sources."fraction.js-4.1.1" - sources."nanocolors-0.1.12" + sources."nanocolors-0.2.12" sources."node-releases-1.1.76" sources."normalize-range-0.1.2" sources."postcss-value-parser-4.1.0" @@ -71783,14 +71960,14 @@ in }; dependencies = [ sources."@tootallnate/once-1.1.2" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/yauzl-2.9.2" sources."agent-base-6.0.2" sources."ansi-escapes-4.3.2" sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" sources."ast-types-0.13.4" - (sources."aws-sdk-2.994.0" // { + (sources."aws-sdk-2.996.0" // { dependencies = [ sources."uuid-3.3.2" ]; @@ -71994,10 +72171,10 @@ in balanceofsatoshis = nodeEnv.buildNodePackage { name = "balanceofsatoshis"; packageName = "balanceofsatoshis"; - version = "10.18.1"; + version = "11.0.0"; src = fetchurl { - url = "https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-10.18.1.tgz"; - sha512 = "QrMPcXaeybFz+kD4FlUr7phxJN/jSXoaxOmNtFQ+ZtPCc99m7IZFqP4Hk3Fj0OxcYHk1L1FlGN1sOoymuDaBtw=="; + url = "https://registry.npmjs.org/balanceofsatoshis/-/balanceofsatoshis-11.0.0.tgz"; + sha512 = "73DP1tAPH/s4WLyGnLjCoi72fZ3o9vkKvhCzZdDSsdd/RwoJMPaWD2uV+ZP/lyy4GsWB/YJ1eJhH13fXL1tRKQ=="; }; dependencies = [ sources."@alexbosworth/html2unicode-1.1.5" @@ -72006,7 +72183,7 @@ in sources."@cto.af/textdecoder-0.0.0" (sources."@grpc/grpc-js-1.3.7" // { dependencies = [ - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" ]; }) sources."@grpc/proto-loader-0.6.4" @@ -72043,12 +72220,12 @@ in sources."accepts-1.3.7" sources."ajv-8.6.3" sources."ansi-0.3.1" - (sources."ansi-align-3.0.0" // { + (sources."ansi-align-3.0.1" // { dependencies = [ - sources."ansi-regex-4.1.0" - sources."emoji-regex-7.0.3" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" + sources."ansi-regex-5.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."string-width-4.2.3" + sources."strip-ansi-6.0.1" ]; }) sources."ansi-escapes-1.4.0" @@ -72166,7 +72343,7 @@ in sources."code-point-at-1.1.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" - sources."colorette-2.0.2" + sources."colorette-2.0.12" sources."colors-1.4.0" sources."combined-stream-1.0.8" sources."commander-6.2.1" @@ -72344,21 +72521,24 @@ in sources."ws-8.2.2" ]; }) - (sources."ln-service-52.6.0" // { + (sources."ln-service-52.8.0" // { dependencies = [ sources."@grpc/proto-loader-0.6.5" - sources."@types/node-16.9.1" + sources."@types/node-16.9.6" sources."bn.js-5.2.0" - sources."lightning-4.7.0" + sources."bolt09-0.2.0" + sources."lightning-4.7.2" sources."ws-8.2.2" ]; }) - (sources."ln-sync-2.0.1" // { + (sources."ln-sync-2.0.2" // { dependencies = [ sources."@grpc/proto-loader-0.6.5" - sources."@types/node-16.9.1" + sources."@types/node-16.9.6" sources."bn.js-5.2.0" - sources."lightning-4.7.0" + sources."bolt09-0.2.0" + sources."colorette-2.0.7" + sources."lightning-4.7.1" ]; }) (sources."ln-telegram-3.3.0" // { @@ -72464,7 +72644,16 @@ in sources."semver-6.3.0" ]; }) - sources."paid-services-3.0.0" + (sources."paid-services-3.0.0" // { + dependencies = [ + sources."@grpc/proto-loader-0.6.5" + sources."@types/node-16.9.1" + sources."bn.js-5.2.0" + sources."lightning-4.7.0" + sources."ln-service-52.6.0" + sources."ws-8.2.2" + ]; + }) sources."parseurl-1.3.3" sources."path-to-regexp-0.1.7" sources."pinkie-2.0.4" @@ -72493,7 +72682,7 @@ in sources."process-nextick-args-2.0.1" (sources."protobufjs-6.11.2" // { dependencies = [ - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" ]; }) sources."proxy-addr-2.0.7" @@ -73039,7 +73228,7 @@ in sources."inherits-2.0.4" sources."intersect-1.0.1" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-finite-1.1.0" sources."is-plain-obj-1.1.0" sources."is-utf8-0.2.1" @@ -73208,7 +73397,7 @@ in sources."bn.js-4.12.0" ]; }) - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."events-3.3.0" sources."evp_bytestokey-1.0.3" @@ -73244,7 +73433,7 @@ in sources."is-boolean-object-1.1.2" sources."is-buffer-1.1.6" sources."is-callable-1.2.4" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-date-object-1.0.5" sources."is-generator-function-1.0.10" sources."is-negative-zero-2.0.1" @@ -73469,7 +73658,7 @@ in sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-number-like-1.0.8" sources."is-wsl-1.1.0" @@ -73824,7 +74013,7 @@ in sources."ipaddr.js-1.9.1" sources."is-arrayish-0.2.1" sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-expression-4.0.0" sources."is-fullwidth-code-point-2.0.0" sources."is-plain-obj-1.1.0" @@ -74083,7 +74272,7 @@ in sources."@protobufjs/pool-1.1.0" sources."@protobufjs/utf8-1.1.0" sources."@types/long-4.0.1" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."addr-to-ip-port-1.5.4" sources."airplay-js-0.2.16" sources."ajv-6.12.6" @@ -74225,7 +74414,7 @@ in sources."ip-set-1.0.2" sources."ipaddr.js-2.0.1" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-finite-1.1.0" sources."is-typedarray-1.0.0" sources."is-utf8-0.2.1" @@ -74730,14 +74919,14 @@ in sources."is-arrayish-0.2.1" sources."is-buffer-1.1.6" sources."is-ci-1.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-descriptor-1.0.2" sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-2.0.0" sources."is-function-1.0.2" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-installed-globally-0.1.0" sources."is-npm-1.0.0" (sources."is-number-3.0.0" // { @@ -75086,15 +75275,15 @@ in cdk8s-cli = nodeEnv.buildNodePackage { name = "cdk8s-cli"; packageName = "cdk8s-cli"; - version = "1.0.0-beta.53"; + version = "1.0.0-beta.57"; src = fetchurl { - url = "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-1.0.0-beta.53.tgz"; - sha512 = "capf4GLjMJ0LDCI/AwmhTGjlNvw4ZPSR+jOxwSY3LazA7GuQMpPGAhaLqVVafZSXtlpdTKetnNnQexDbDh1Y3A=="; + url = "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-1.0.0-beta.57.tgz"; + sha512 = "Qu6SSD9exbouyp5jYO50QbP+YWqnpabCK6EIICIFxlKMOf0uKUa+jTru2KjlWG1kEBT+2z34oQ+hdISXtZfKyQ=="; }; dependencies = [ - sources."@jsii/check-node-1.34.0" - sources."@jsii/spec-1.34.0" - sources."@types/node-12.20.26" + sources."@jsii/check-node-1.35.0" + sources."@jsii/spec-1.35.0" + sources."@types/node-12.20.27" sources."@xmldom/xmldom-0.7.5" sources."ajv-8.6.3" sources."ansi-regex-5.0.1" @@ -75104,12 +75293,12 @@ in sources."call-bind-1.0.2" sources."camelcase-6.2.0" sources."case-1.6.3" - sources."cdk8s-1.0.0-beta.46" - sources."cdk8s-plus-22-1.0.0-beta.4" + sources."cdk8s-1.0.0-beta.53" + sources."cdk8s-plus-22-1.0.0-beta.5" sources."chalk-4.1.2" sources."cliui-7.0.4" sources."clone-2.1.2" - (sources."codemaker-1.34.0" // { + (sources."codemaker-1.35.0" // { dependencies = [ sources."fs-extra-9.1.0" ]; @@ -75118,7 +75307,7 @@ in sources."color-name-1.1.4" sources."colors-1.4.0" sources."commonmark-0.30.0" - sources."constructs-3.3.152" + sources."constructs-3.3.156" sources."date-format-3.0.0" sources."debug-4.3.2" sources."decamelize-5.0.0" @@ -75129,7 +75318,7 @@ in sources."dot-case-3.0.4" sources."emoji-regex-8.0.0" sources."entities-2.0.3" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-get-iterator-1.1.2" sources."es-to-primitive-1.2.1" sources."escalade-3.1.1" @@ -75172,38 +75361,38 @@ in sources."is-weakmap-2.0.1" sources."is-weakset-2.0.1" sources."isarray-2.0.5" - (sources."jsii-1.34.0" // { + (sources."jsii-1.35.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-pacmak-1.34.0" // { + (sources."jsii-pacmak-1.35.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-reflect-1.34.0" // { + (sources."jsii-reflect-1.35.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-rosetta-1.34.0" // { + (sources."jsii-rosetta-1.35.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-srcmak-0.1.353" // { + (sources."jsii-srcmak-0.1.357" // { dependencies = [ sources."fs-extra-9.1.0" ]; }) sources."json-schema-0.3.0" sources."json-schema-traverse-1.0.0" - sources."json2jsii-0.2.29" + sources."json2jsii-0.2.33" sources."jsonfile-6.1.0" sources."jsonschema-1.4.0" sources."locate-path-5.0.0" @@ -75219,7 +75408,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.34.0" + sources."oo-ascii-tree-1.35.0" sources."p-limit-2.3.0" sources."p-locate-4.1.0" sources."p-try-2.2.0" @@ -75241,7 +75430,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.75" + sources."sscaff-1.2.80" (sources."streamroller-2.2.4" // { dependencies = [ sources."date-format-2.1.0" @@ -75297,7 +75486,7 @@ in sha512 = "bWY44GnPyUQGixmM6daB1xB2MqOunwQ0W/6K3NUCV6rZnl/mljWXfoIECEmbBonYxu02ojZQ60s7i7zryBBJ7g=="; }; dependencies = [ - sources."@apollo/client-3.4.13" + sources."@apollo/client-3.4.15" (sources."@apollo/protobufjs-1.2.2" // { dependencies = [ sources."@types/node-10.17.60" @@ -75357,8 +75546,8 @@ in }) sources."@graphql-typed-document-node/core-3.1.0" sources."@josephg/resolvable-1.0.1" - sources."@jsii/check-node-1.34.0" - sources."@jsii/spec-1.34.0" + sources."@jsii/check-node-1.35.0" + sources."@jsii/spec-1.35.0" sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" @@ -75383,7 +75572,7 @@ 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.18" + sources."@types/node-14.17.19" sources."@types/node-fetch-2.5.12" sources."@types/qs-6.9.7" sources."@types/range-parser-1.2.4" @@ -75513,7 +75702,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.18.0" + sources."core-js-pure-3.18.1" sources."core-util-is-1.0.3" sources."cors-2.8.5" sources."crc-32-1.2.0" @@ -75549,7 +75738,7 @@ in sources."encodeurl-1.0.2" sources."end-of-stream-1.4.4" sources."entities-2.0.3" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" (sources."es-get-iterator-1.1.2" // { dependencies = [ sources."isarray-2.0.5" @@ -75680,35 +75869,35 @@ in sources."iterall-1.3.0" sources."js-tokens-4.0.0" sources."jsesc-2.5.2" - (sources."jsii-1.34.0" // { + (sources."jsii-1.35.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-pacmak-1.34.0" // { + (sources."jsii-pacmak-1.35.0" // { dependencies = [ sources."clone-2.1.2" - sources."codemaker-1.34.0" + sources."codemaker-1.35.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.34.0" // { + (sources."jsii-reflect-1.35.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-rosetta-1.34.0" // { + (sources."jsii-rosetta-1.35.0" // { dependencies = [ sources."fs-extra-9.1.0" sources."yargs-16.2.0" ]; }) - (sources."jsii-srcmak-0.1.353" // { + (sources."jsii-srcmak-0.1.357" // { dependencies = [ sources."ansi-styles-4.3.0" sources."camelcase-5.3.1" @@ -75782,7 +75971,7 @@ in sources."on-finished-2.3.0" sources."once-1.4.0" sources."onetime-5.1.2" - sources."oo-ascii-tree-1.34.0" + sources."oo-ascii-tree-1.35.0" sources."open-7.4.2" sources."optimism-0.16.1" sources."ora-5.4.1" @@ -75875,7 +76064,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.75" + sources."sscaff-1.2.80" (sources."stack-utils-2.0.5" // { dependencies = [ sources."escape-string-regexp-2.0.0" @@ -75953,7 +76142,7 @@ in sources."xss-1.0.9" sources."y18n-5.0.8" sources."yallist-4.0.0" - sources."yargs-17.2.0" + sources."yargs-17.2.1" sources."yargs-parser-20.2.9" sources."yauzl-2.10.0" sources."yn-3.1.1" @@ -75985,7 +76174,7 @@ in dependencies = [ sources."balanced-match-1.0.2" sources."brace-expansion-1.1.11" - sources."clean-css-5.1.5" + sources."clean-css-5.2.0" sources."commander-7.2.0" sources."concat-map-0.0.1" sources."fs.realpath-1.0.0" @@ -76043,7 +76232,7 @@ in sources."hosted-git-info-2.8.9" sources."indent-string-3.2.0" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-docker-2.2.1" sources."is-plain-obj-1.1.0" sources."is-stream-1.1.0" @@ -76285,10 +76474,10 @@ in coc-explorer = nodeEnv.buildNodePackage { name = "coc-explorer"; packageName = "coc-explorer"; - version = "0.18.17"; + version = "0.18.18"; src = fetchurl { - url = "https://registry.npmjs.org/coc-explorer/-/coc-explorer-0.18.17.tgz"; - sha512 = "RTbiCTMpRwlBS/fysJ0hUp9FsQJoCt6VMBF1sodkuOGR79Ha9I+XbyhnnxhVOnjUG4N4b4/OOfw8O0vBmWmMCQ=="; + url = "https://registry.npmjs.org/coc-explorer/-/coc-explorer-0.18.18.tgz"; + sha512 = "tP0AEEVR5/qQv/NA3OZAuPdrYBITpidYgBnlYtKW+BDBFrWbLwCnOQQlGORBDNimpIt4l+/yMeNxY9S6WLLYcg=="; }; dependencies = [ sources."@sindresorhus/df-3.1.1" @@ -76524,7 +76713,7 @@ in sources."ms-2.0.0" sources."request-light-0.4.0" sources."vscode-json-languageserver-1.3.4" - (sources."vscode-json-languageservice-4.1.7" // { + (sources."vscode-json-languageservice-4.1.8" // { dependencies = [ sources."vscode-nls-5.0.0" ]; @@ -76627,7 +76816,7 @@ in sources."define-properties-1.1.3" sources."duplexer2-0.1.4" sources."end-of-stream-1.4.4" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."event-lite-0.1.2" sources."execa-1.0.0" @@ -76635,7 +76824,7 @@ in sources."fb-watchman-2.0.1" sources."flatted-2.0.2" sources."follow-redirects-1.14.4" - sources."fp-ts-2.11.3" + sources."fp-ts-2.11.4" sources."fs-extra-8.1.0" sources."fs-minipass-2.1.0" sources."fs.realpath-1.0.0" @@ -76884,7 +77073,7 @@ in sources."callsites-3.1.0" sources."camelcase-2.1.1" sources."camelcase-keys-2.1.0" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."capture-stack-trace-1.0.1" sources."ccount-1.1.0" (sources."chalk-4.1.2" // { @@ -76946,7 +77135,7 @@ in ]; }) sources."copy-descriptor-0.1.1" - sources."core-js-3.18.0" + sources."core-js-3.18.1" sources."cosmiconfig-3.1.0" sources."create-error-class-3.0.2" sources."cross-spawn-7.0.3" @@ -76982,7 +77171,7 @@ in sources."domutils-1.7.0" sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."enquirer-2.3.6" @@ -77180,7 +77369,7 @@ in sources."is-arrayish-0.2.1" sources."is-buffer-1.1.6" sources."is-ci-1.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" (sources."is-data-descriptor-1.0.0" // { dependencies = [ sources."kind-of-6.0.3" @@ -77199,7 +77388,7 @@ in sources."is-extglob-2.1.1" sources."is-finite-1.1.0" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-hexadecimal-1.0.4" sources."is-installed-globally-0.1.0" sources."is-npm-1.0.0" @@ -77299,7 +77488,6 @@ in }) sources."mkdirp-0.5.5" sources."ms-2.1.2" - sources."nanocolors-0.1.12" (sources."nanomatch-1.2.13" // { dependencies = [ sources."arr-diff-4.0.0" @@ -77782,13 +77970,13 @@ in coc-pyright = nodeEnv.buildNodePackage { name = "coc-pyright"; packageName = "coc-pyright"; - version = "1.1.170"; + version = "1.1.171"; src = fetchurl { - url = "https://registry.npmjs.org/coc-pyright/-/coc-pyright-1.1.170.tgz"; - sha512 = "s1ZMe4l790xph8cu+/nkoIpi2WVQibR8tFVpcDnT5EP2Hy7esFvjgz9NAHg+gFilQXVFg2d7Tm2+J1V+A7cZfw=="; + url = "https://registry.npmjs.org/coc-pyright/-/coc-pyright-1.1.171.tgz"; + sha512 = "9IJoxR4CTJb2Eb/uVAtfZMKxTuotft34LVc851yg4svZU1glNxBm8AlHJOE2IpRpdH4kHYvOpidx5Ggq3J5RIQ=="; }; dependencies = [ - sources."pyright-1.1.170" + sources."pyright-1.1.171" ]; buildInputs = globalBuildInputs; meta = { @@ -77981,7 +78169,11 @@ in sources."array-union-2.1.0" sources."arrify-1.0.1" sources."astral-regex-2.0.0" - sources."autoprefixer-9.8.6" + (sources."autoprefixer-9.8.7" // { + dependencies = [ + sources."nanocolors-0.2.12" + ]; + }) sources."bail-1.0.5" sources."balanced-match-2.0.0" (sources."brace-expansion-1.1.11" // { @@ -77994,7 +78186,7 @@ in sources."callsites-3.1.0" sources."camelcase-5.3.1" sources."camelcase-keys-6.2.2" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" (sources."chalk-4.1.2" // { dependencies = [ sources."ansi-styles-4.3.0" @@ -78010,7 +78202,6 @@ in sources."clone-regexp-2.2.0" sources."color-convert-1.9.3" sources."color-name-1.1.3" - sources."colorette-1.4.0" sources."concat-map-0.0.1" sources."convert-source-map-1.8.0" sources."cosmiconfig-7.0.1" @@ -78032,7 +78223,7 @@ in sources."domelementtype-1.3.1" sources."domhandler-2.4.2" sources."domutils-1.7.0" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."emoji-regex-8.0.0" sources."entities-1.1.2" sources."error-ex-1.3.2" @@ -78084,11 +78275,11 @@ in sources."is-alphanumerical-1.0.4" sources."is-arrayish-0.2.1" sources."is-buffer-2.0.5" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-decimal-1.0.4" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-hexadecimal-1.0.4" sources."is-number-7.0.0" sources."is-plain-obj-2.1.0" @@ -78152,15 +78343,10 @@ in sources."path-parse-1.0.7" sources."path-type-4.0.0" sources."picomatch-2.3.0" - (sources."postcss-7.0.36" // { + (sources."postcss-7.0.38" // { dependencies = [ - (sources."chalk-2.4.2" // { - dependencies = [ - sources."supports-color-5.5.0" - ]; - }) + sources."nanocolors-0.2.12" sources."source-map-0.6.1" - sources."supports-color-6.1.0" ]; }) sources."postcss-html-0.36.0" @@ -78342,7 +78528,7 @@ in sources."has-flag-3.0.0" sources."inflight-1.0.6" sources."inherits-2.0.4" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."js-tokens-4.0.0" sources."js-yaml-3.14.1" sources."minimatch-3.0.4" @@ -78528,10 +78714,10 @@ in sources."imurmurhash-0.1.4" sources."inflight-1.0.6" sources."inherits-2.0.4" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."isexe-2.0.0" sources."js-tokens-4.0.0" sources."js-yaml-3.14.1" @@ -78624,10 +78810,10 @@ in coc-vimlsp = nodeEnv.buildNodePackage { name = "coc-vimlsp"; packageName = "coc-vimlsp"; - version = "0.12.4"; + version = "0.12.5"; src = fetchurl { - url = "https://registry.npmjs.org/coc-vimlsp/-/coc-vimlsp-0.12.4.tgz"; - sha512 = "P4S+opRqtCXh2XqE5uj1u45+Jk3jCRIQl6/hdyCTSj8mMVR/BWf3xV2LjOuYoWIe0vIpYroYrxiU7ZvRYLRUrQ=="; + url = "https://registry.npmjs.org/coc-vimlsp/-/coc-vimlsp-0.12.5.tgz"; + sha512 = "IUewjywQmqGxjnvCO1chR1jOaqkXz6Hhxrtf8WIZynEfz/TNqfkuLGB5K8XqJtN54uLeMUg2VvVkjnPvhBRXPw=="; }; buildInputs = globalBuildInputs; meta = { @@ -79138,7 +79324,7 @@ in sources."inherits-2.0.4" sources."ini-1.3.8" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-3.0.0" sources."is-obj-2.0.0" sources."is-plain-obj-1.1.0" @@ -79297,12 +79483,12 @@ in sources."aggregate-error-3.1.0" sources."ajv-6.12.6" sources."ansi-0.3.1" - (sources."ansi-align-3.0.0" // { + (sources."ansi-align-3.0.1" // { dependencies = [ - sources."ansi-regex-4.1.0" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" + sources."ansi-regex-5.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."string-width-4.2.3" + sources."strip-ansi-6.0.1" ]; }) sources."ansi-escapes-3.2.0" @@ -79336,7 +79522,6 @@ in (sources."boxen-4.2.0" // { dependencies = [ sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" sources."strip-ansi-6.0.1" @@ -79435,7 +79620,7 @@ in sources."editor-1.0.0" sources."ee-first-1.1.1" sources."elementtree-0.1.7" - sources."emoji-regex-7.0.3" + sources."emoji-regex-8.0.0" sources."encodeurl-1.0.2" sources."encoding-0.1.13" sources."end-of-stream-1.4.4" @@ -79571,11 +79756,11 @@ in sources."ip-regex-2.1.0" sources."ipaddr.js-1.9.1" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-docker-2.2.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-1.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-installed-globally-0.3.2" sources."is-lambda-1.0.1" sources."is-npm-4.0.0" @@ -79840,7 +80025,6 @@ in (sources."widest-line-3.1.0" // { dependencies = [ sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" sources."strip-ansi-6.0.1" @@ -79894,7 +80078,7 @@ in sources."@types/glob-7.1.4" sources."@types/minimatch-3.0.5" sources."@types/minimist-1.2.2" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/normalize-package-data-2.4.1" sources."aggregate-error-3.1.0" sources."ansi-styles-3.2.1" @@ -80034,12 +80218,12 @@ in sources."is-accessor-descriptor-1.0.0" sources."is-arrayish-0.2.1" sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-descriptor-1.0.2" sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" (sources."is-number-3.0.0" // { dependencies = [ sources."kind-of-3.2.2" @@ -80265,7 +80449,7 @@ in sources."@cycle/run-3.4.0" sources."@cycle/time-0.10.1" sources."@types/cookiejar-2.1.2" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/superagent-3.8.2" sources."ansi-escapes-3.2.0" sources."ansi-regex-2.1.1" @@ -81354,9 +81538,9 @@ in sources."@babel/template-7.15.4" sources."@babel/traverse-7.15.4" sources."@babel/types-7.15.6" - sources."@blueprintjs/colors-5.0.0-alpha.0" - sources."@blueprintjs/core-3.50.2" - sources."@blueprintjs/icons-3.30.1" + sources."@blueprintjs/colors-4.0.0-alpha.1" + sources."@blueprintjs/core-3.50.4" + sources."@blueprintjs/icons-3.30.2" sources."@electron/get-1.13.0" sources."@hypnosphi/create-react-context-0.3.1" sources."@mapbox/extent-0.4.0" @@ -81380,7 +81564,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.18" + sources."@types/node-14.17.19" sources."@types/node-fetch-2.5.12" sources."@types/prop-types-15.7.4" sources."@types/rc-1.2.0" @@ -81437,7 +81621,7 @@ in ]; }) sources."call-bind-1.0.2" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."chalk-2.4.2" sources."chokidar-2.1.8" (sources."class-utils-0.3.6" // { @@ -81478,8 +81662,8 @@ in ]; }) sources."copy-descriptor-0.1.1" - sources."core-js-3.18.0" - (sources."core-js-compat-3.18.0" // { + sources."core-js-3.18.1" + (sources."core-js-compat-3.18.1" // { dependencies = [ sources."semver-7.0.0" ]; @@ -81504,8 +81688,8 @@ in sources."dom4-2.1.6" sources."duplexer3-0.1.4" sources."earcut-2.2.3" - sources."electron-13.4.0" - sources."electron-to-chromium-1.3.849" + sources."electron-13.5.0" + sources."electron-to-chromium-1.3.853" sources."emoji-js-clean-4.0.0" sources."emoji-mart-3.0.1" sources."emoji-regex-9.2.2" @@ -81617,13 +81801,13 @@ in sources."is-arguments-1.1.1" sources."is-binary-path-1.0.1" sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-date-object-1.0.5" sources."is-descriptor-1.0.2" sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-negated-glob-1.0.0" (sources."is-number-3.0.0" // { dependencies = [ @@ -81996,7 +82180,7 @@ in sources."inflight-1.0.6" sources."inherits-2.0.4" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-path-cwd-2.2.0" sources."is-path-inside-3.0.3" @@ -82076,15 +82260,15 @@ in elasticdump = nodeEnv.buildNodePackage { name = "elasticdump"; packageName = "elasticdump"; - version = "6.74.0"; + version = "6.75.0"; src = fetchurl { - url = "https://registry.npmjs.org/elasticdump/-/elasticdump-6.74.0.tgz"; - sha512 = "hcT2HyGdWlqD+DUicipZd0CI4m49qgpa5HPGKAU7Qly6vClH/HgwV+VodFs9CTIEUoKZOq7qolxHAByt4lezPg=="; + url = "https://registry.npmjs.org/elasticdump/-/elasticdump-6.75.0.tgz"; + sha512 = "rtsvE6YecxETO/Nx5YQnFX9CtyLUIcDeWd7Xn/v/6I4cnaBYEuYPdvKsHE9cQKpVrQdinmgRk1JlciLNHvjRVg=="; }; dependencies = [ sources."@fast-csv/format-4.3.5" sources."@fast-csv/parse-4.3.6" - sources."@types/node-14.17.18" + sources."@types/node-14.17.19" sources."JSONStream-1.3.5" sources."ajv-6.12.6" sources."asn1-0.2.4" @@ -82287,7 +82471,7 @@ in sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.3" sources."@types/minimatch-3.0.5" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/responselike-1.0.0" sources."@types/yauzl-2.9.2" sources."abbrev-1.1.1" @@ -82369,7 +82553,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.18.0" + sources."core-js-3.18.1" sources."core-util-is-1.0.3" sources."cross-spawn-7.0.3" (sources."cross-spawn-windows-exe-1.2.0" // { @@ -82548,12 +82732,12 @@ in }) sources."ip-1.1.5" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-docker-2.2.1" sources."is-extglob-2.1.1" sources."is-finite-1.1.0" sources."is-fullwidth-code-point-1.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-interactive-1.0.0" sources."is-lambda-1.0.1" sources."is-number-7.0.0" @@ -82834,7 +83018,7 @@ in sources."xtend-2.1.2" sources."y18n-5.0.8" sources."yallist-4.0.0" - (sources."yargs-17.2.0" // { + (sources."yargs-17.2.1" // { dependencies = [ sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" @@ -82954,7 +83138,7 @@ in sources."callsites-2.0.0" sources."camelcase-5.3.1" sources."camelcase-keys-6.2.2" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."chalk-2.4.2" sources."ci-info-2.0.0" sources."cli-boxes-2.2.1" @@ -82983,7 +83167,7 @@ in ]; }) sources."dot-prop-5.3.0" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."emoji-regex-8.0.0" sources."emojilib-2.4.0" sources."end-of-stream-1.4.4" @@ -83033,7 +83217,7 @@ in }) sources."is-arrayish-0.2.1" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-docker-2.2.1" sources."is-fullwidth-code-point-3.0.0" sources."is-obj-2.0.0" @@ -83227,7 +83411,7 @@ in sources."@fluentui/date-time-utilities-7.9.1" sources."@fluentui/dom-utilities-1.1.2" sources."@fluentui/keyboard-key-0.2.17" - sources."@fluentui/react-7.176.1" + sources."@fluentui/react-7.176.2" sources."@fluentui/react-focus-7.18.0" sources."@fluentui/react-window-provider-1.0.2" sources."@fluentui/theme-1.7.4" @@ -83973,14 +84157,14 @@ in sources."is-arrayish-0.2.1" sources."is-binary-path-1.0.1" sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-descriptor-1.0.2" sources."is-dir-1.0.0" sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-negated-glob-1.0.0" sources."is-number-7.0.0" sources."is-path-cwd-2.2.0" @@ -84270,7 +84454,7 @@ in sources."object.map-1.0.1" sources."object.pick-1.3.0" sources."object.reduce-1.0.1" - sources."office-ui-fabric-react-7.176.1" + sources."office-ui-fabric-react-7.176.2" sources."on-finished-2.3.0" sources."on-headers-1.0.2" sources."once-1.4.0" @@ -85009,7 +85193,7 @@ in sources."inherits-2.0.4" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."isexe-2.0.0" sources."js-tokens-4.0.0" sources."js-yaml-3.14.1" @@ -85173,7 +85357,7 @@ in sources."inherits-2.0.4" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."isexe-2.0.0" sources."js-tokens-4.0.0" sources."js-yaml-3.14.1" @@ -85375,7 +85559,6 @@ in ]; }) sources."@babel/types-7.15.6" - sources."@dabh/diagnostics-2.0.2" sources."@expo/apple-utils-0.0.0-alpha.25" sources."@expo/bunyan-4.0.0" sources."@expo/config-6.0.0" @@ -85433,11 +85616,7 @@ in }) sources."@expo/prebuild-config-3.0.0" sources."@expo/results-1.0.0" - (sources."@expo/rudder-sdk-node-1.0.7" // { - dependencies = [ - sources."uuid-3.4.0" - ]; - }) + sources."@expo/rudder-sdk-node-1.1.0" (sources."@expo/schemer-1.3.31" // { dependencies = [ sources."ajv-5.5.2" @@ -85463,7 +85642,7 @@ in ]; }) sources."@gar/promisify-1.1.2" - sources."@hapi/hoek-9.2.0" + sources."@hapi/hoek-9.2.1" sources."@hapi/topo-5.1.0" sources."@jest/types-26.6.2" sources."@nodelib/fs.scandir-2.1.5" @@ -85586,13 +85765,7 @@ in sources."ajv-errors-1.0.1" sources."ajv-keywords-3.5.2" sources."alphanum-sort-1.0.2" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."ansi-regex-4.1.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - ]; - }) + sources."ansi-align-3.0.1" sources."ansi-colors-3.2.4" (sources."ansi-escapes-4.3.2" // { dependencies = [ @@ -85635,22 +85808,15 @@ in }) sources."assert-plus-1.0.0" sources."assign-symbols-1.0.0" - sources."async-3.2.1" + sources."async-1.5.2" sources."async-each-1.0.3" sources."async-limiter-1.0.1" sources."asynckit-0.4.0" sources."at-least-node-1.0.0" sources."atob-2.1.2" - (sources."auto-changelog-1.16.4" // { - dependencies = [ - sources."commander-5.1.0" - sources."semver-6.3.0" - ]; - }) sources."aws-sign2-0.7.0" sources."aws4-1.11.0" sources."axios-0.21.1" - sources."axios-retry-3.1.9" (sources."babel-loader-8.1.0" // { dependencies = [ sources."loader-utils-1.4.0" @@ -85725,12 +85891,6 @@ in sources."buffer-xor-1.0.3" sources."builtin-status-codes-3.0.0" sources."builtins-1.0.3" - (sources."bull-3.29.2" // { - dependencies = [ - sources."get-port-5.1.1" - sources."p-timeout-3.2.0" - ]; - }) sources."bytes-3.0.0" (sources."cacache-15.3.0" // { dependencies = [ @@ -85754,7 +85914,7 @@ in }) sources."camelcase-6.2.0" sources."caniuse-api-3.0.0" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."caseless-0.12.0" (sources."chalk-4.1.2" // { dependencies = [ @@ -85810,6 +85970,8 @@ in (sources."cliui-5.0.0" // { dependencies = [ sources."ansi-regex-4.1.0" + sources."emoji-regex-7.0.3" + sources."is-fullwidth-code-point-2.0.0" sources."string-width-3.1.0" sources."strip-ansi-5.2.0" sources."wrap-ansi-5.1.0" @@ -85817,7 +85979,6 @@ in }) sources."clone-1.0.4" sources."clone-response-1.0.2" - sources."cluster-key-slot-1.1.0" sources."co-4.6.0" (sources."coa-2.0.2" // { dependencies = [ @@ -85826,12 +85987,11 @@ in }) sources."code-point-at-1.1.0" sources."collection-visit-1.0.0" - sources."color-3.0.0" + sources."color-3.2.1" sources."color-convert-1.9.3" sources."color-name-1.1.3" sources."color-string-1.6.0" sources."colors-1.4.0" - sources."colorspace-1.1.2" sources."combined-stream-1.0.8" sources."command-exists-1.2.9" sources."commander-2.17.1" @@ -85884,11 +86044,9 @@ in sources."pkg-dir-4.2.0" sources."schema-utils-2.7.1" sources."semver-6.3.0" - sources."serialize-javascript-4.0.0" ]; }) - sources."core-js-3.18.0" - (sources."core-js-compat-3.18.0" // { + (sources."core-js-compat-3.18.1" // { dependencies = [ sources."browserslist-4.17.1" sources."semver-7.0.0" @@ -85903,7 +86061,6 @@ in }) sources."create-hash-1.2.0" sources."create-hmac-1.1.7" - sources."cron-parser-2.18.0" (sources."cross-spawn-6.0.5" // { dependencies = [ sources."semver-5.7.1" @@ -85953,7 +86110,6 @@ in sources."dashdash-1.14.1" sources."dateformat-3.0.3" sources."debug-4.3.2" - sources."debuglog-1.0.1" sources."decache-4.4.0" sources."decamelize-1.2.0" sources."decode-uri-component-0.2.0" @@ -85978,7 +86134,6 @@ in }) sources."delayed-stream-1.0.0" sources."delegates-1.0.0" - sources."denque-1.5.1" sources."depd-1.1.2" sources."deprecated-decorator-0.1.6" sources."des.js-1.0.1" @@ -86025,15 +86180,14 @@ in sources."duplexify-3.7.1" sources."ecc-jsbn-0.1.2" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" (sources."elliptic-6.5.4" // { dependencies = [ sources."bn.js-4.12.0" ]; }) - sources."emoji-regex-7.0.3" + sources."emoji-regex-8.0.0" sources."emojis-list-3.0.0" - sources."enabled-2.0.0" sources."encodeurl-1.0.2" (sources."encoding-0.1.13" // { dependencies = [ @@ -86053,13 +86207,9 @@ in sources."eol-0.9.1" sources."err-code-2.0.3" sources."errno-0.1.8" - (sources."error-ex-1.3.2" // { - dependencies = [ - sources."is-arrayish-0.2.1" - ]; - }) + sources."error-ex-1.3.2" sources."errorhandler-1.5.1" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."escalade-3.1.1" sources."escape-html-1.0.3" @@ -86133,7 +86283,7 @@ in sources."fast-json-stable-stringify-2.1.0" sources."fastq-1.13.0" sources."faye-websocket-0.10.0" - sources."fecha-4.2.1" + sources."fetch-retry-4.1.1" sources."figgy-pudding-3.5.2" (sources."file-loader-6.0.0" // { dependencies = [ @@ -86153,9 +86303,7 @@ in sources."find-up-5.0.0" sources."find-yarn-workspace-root-2.0.0" sources."flush-write-stream-1.1.1" - sources."fn.name-1.1.0" sources."follow-redirects-1.14.4" - sources."for-each-0.3.3" sources."for-in-1.0.2" sources."forever-agent-0.6.1" (sources."fork-ts-checker-webpack-plugin-4.1.6" // { @@ -86230,11 +86378,6 @@ in }) sources."gzip-size-5.1.1" sources."handle-thing-2.0.1" - (sources."handlebars-4.7.7" // { - dependencies = [ - sources."source-map-0.6.1" - ]; - }) sources."har-schema-2.0.0" sources."har-validator-5.1.5" sources."has-1.0.3" @@ -86254,11 +86397,7 @@ in sources."kind-of-4.0.0" ]; }) - (sources."hasbin-1.2.3" // { - dependencies = [ - sources."async-1.5.2" - ]; - }) + sources."hasbin-1.2.3" (sources."hash-base-3.1.0" // { dependencies = [ sources."readable-stream-3.6.0" @@ -86288,7 +86427,6 @@ in (sources."html-webpack-plugin-4.3.0" // { dependencies = [ sources."loader-utils-1.4.0" - sources."util.promisify-1.0.0" ]; }) sources."htmlparser2-4.1.0" @@ -86345,25 +86483,20 @@ in sources."internal-ip-4.3.0" sources."internal-slot-1.0.3" sources."invariant-2.2.4" - (sources."ioredis-4.27.9" // { - dependencies = [ - sources."p-map-2.1.0" - ]; - }) sources."ip-1.1.5" sources."ip-regex-2.1.0" sources."ipaddr.js-1.9.1" sources."is-absolute-url-2.1.0" sources."is-accessor-descriptor-1.0.0" sources."is-arguments-1.1.1" - sources."is-arrayish-0.3.2" + sources."is-arrayish-0.2.1" sources."is-bigint-1.0.4" sources."is-binary-path-2.1.0" sources."is-boolean-object-1.1.2" sources."is-buffer-1.1.6" sources."is-callable-1.2.4" sources."is-color-stop-1.1.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-date-object-1.0.5" sources."is-descriptor-1.0.2" @@ -86371,8 +86504,8 @@ in sources."is-docker-2.2.1" sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" - sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."is-glob-4.0.2" (sources."is-invalid-path-0.1.0" // { dependencies = [ sources."is-extglob-1.0.0" @@ -86380,7 +86513,6 @@ in ]; }) sources."is-lambda-1.0.1" - sources."is-nan-1.3.2" sources."is-negative-zero-2.0.1" sources."is-number-7.0.0" sources."is-number-object-1.0.6" @@ -86419,7 +86551,6 @@ in }) sources."is-regex-1.1.4" sources."is-resolvable-1.1.0" - sources."is-retry-allowed-1.2.0" sources."is-root-2.1.0" sources."is-stream-2.0.1" sources."is-string-1.0.7" @@ -86477,7 +86608,6 @@ in sources."killable-1.0.1" sources."kind-of-6.0.3" sources."kleur-3.0.3" - sources."kuler-2.0.0" sources."last-call-webpack-plugin-3.0.0" sources."latest-version-5.1.0" sources."leven-3.1.0" @@ -86492,20 +86622,15 @@ in sources."lodash-4.17.21" sources."lodash.assign-4.2.0" sources."lodash.debounce-4.0.8" - sources."lodash.defaults-4.2.0" - sources."lodash.flatten-4.4.0" - sources."lodash.isarguments-3.1.0" sources."lodash.isobject-3.0.2" sources."lodash.isstring-4.0.1" sources."lodash.memoize-4.1.2" sources."lodash.uniq-4.5.0" - sources."lodash.uniqby-4.7.0" (sources."log-symbols-2.2.0" // { dependencies = [ sources."chalk-2.4.2" ]; }) - sources."logform-2.3.0" sources."loglevel-1.7.1" sources."loose-envify-1.4.0" (sources."lower-case-2.0.2" // { @@ -86613,8 +86738,6 @@ in ]; }) sources."mkdirp-0.5.5" - sources."moment-2.29.1" - sources."moment-timezone-0.5.33" (sources."move-concurrently-1.0.1" // { dependencies = [ sources."rimraf-2.7.1" @@ -86721,7 +86844,6 @@ in sources."on-finished-2.3.0" sources."on-headers-1.0.2" sources."once-1.4.0" - sources."one-time-1.0.0" sources."onetime-2.0.1" sources."open-7.4.2" (sources."opn-5.5.0" // { @@ -86796,7 +86918,6 @@ in ]; }) sources."parse-asn1-5.1.6" - sources."parse-github-url-1.0.2" sources."parse-json-4.0.0" sources."parse-png-2.1.0" sources."parse-srcset-1.0.2" @@ -86856,15 +86977,10 @@ in ]; }) sources."posix-character-classes-0.1.1" - (sources."postcss-7.0.36" // { + (sources."postcss-7.0.38" // { dependencies = [ - (sources."chalk-2.4.2" // { - dependencies = [ - sources."supports-color-5.5.0" - ]; - }) + sources."nanocolors-0.2.12" sources."source-map-0.6.1" - sources."supports-color-6.1.0" ]; }) sources."postcss-calc-7.0.5" @@ -86994,7 +87110,6 @@ in sources."progress-2.0.3" sources."promise-inflight-1.0.1" sources."promise-retry-2.0.1" - sources."promise.prototype.finally-3.1.2" sources."prompts-2.4.1" sources."proxy-addr-2.0.7" sources."prr-1.0.1" @@ -87060,9 +87175,6 @@ in sources."readable-stream-2.3.7" sources."readdirp-3.6.0" sources."recursive-readdir-2.2.2" - sources."redis-commands-1.7.0" - sources."redis-errors-1.2.0" - sources."redis-parser-3.0.0" sources."regenerate-1.4.2" sources."regenerate-unicode-properties-9.0.0" sources."regenerator-runtime-0.13.9" @@ -87134,7 +87246,6 @@ in sources."safe-buffer-5.1.2" sources."safe-json-stringify-1.2.0" sources."safe-regex-1.1.0" - sources."safe-stable-stringify-1.1.1" sources."safer-buffer-2.1.2" sources."sax-1.2.4" sources."schema-utils-3.1.1" @@ -87152,7 +87263,7 @@ in sources."type-fest-0.12.0" ]; }) - sources."serialize-javascript-5.0.1" + sources."serialize-javascript-4.0.0" (sources."serve-index-1.9.1" // { dependencies = [ sources."debug-2.6.9" @@ -87175,7 +87286,11 @@ in sources."side-channel-1.0.4" sources."signal-exit-3.0.4" sources."simple-plist-1.1.1" - sources."simple-swizzle-0.2.2" + (sources."simple-swizzle-0.2.2" // { + dependencies = [ + sources."is-arrayish-0.3.2" + ]; + }) sources."sisteransi-1.0.5" sources."slash-3.0.0" sources."slugify-1.6.0" @@ -87245,7 +87360,6 @@ in }) sources."stable-0.1.8" sources."stack-trace-0.0.10" - sources."standard-as-callback-2.1.0" (sources."static-extend-0.1.2" // { dependencies = [ sources."define-property-0.2.5" @@ -87275,12 +87389,7 @@ in ]; }) sources."stream-shift-1.0.1" - (sources."string-width-4.2.3" // { - dependencies = [ - sources."emoji-regex-8.0.0" - sources."is-fullwidth-code-point-3.0.0" - ]; - }) + sources."string-width-4.2.3" sources."string.prototype.trimend-1.0.4" sources."string.prototype.trimstart-1.0.4" sources."string_decoder-1.1.1" @@ -87324,7 +87433,6 @@ in sources."domelementtype-1.3.1" sources."domutils-1.7.0" sources."nth-check-1.0.2" - sources."util.promisify-1.0.1" ]; }) sources."symbol-observable-1.2.0" @@ -87366,11 +87474,9 @@ in sources."pkg-dir-4.2.0" sources."schema-utils-2.7.1" sources."semver-6.3.0" - sources."serialize-javascript-4.0.0" sources."source-map-0.6.1" ]; }) - sources."text-hex-1.0.0" sources."text-table-0.2.0" sources."thenify-3.3.1" sources."thenify-all-1.6.0" @@ -87396,7 +87502,6 @@ in sources."tr46-0.0.3" sources."traverse-0.6.6" sources."tree-kill-1.2.2" - sources."triple-beam-1.3.0" sources."ts-interface-checker-0.1.13" sources."ts-invariant-0.4.4" sources."ts-pnp-1.2.0" @@ -87408,7 +87513,6 @@ in sources."type-fest-0.3.1" sources."type-is-1.6.18" sources."typedarray-0.0.6" - sources."uglify-js-3.14.2" sources."ultron-1.1.1" sources."unbox-primitive-1.0.1" sources."unicode-canonical-property-names-ecmascript-2.0.0" @@ -87459,7 +87563,7 @@ in ]; }) sources."util-deprecate-1.0.2" - sources."util.promisify-1.1.1" + sources."util.promisify-1.0.0" sources."utila-0.4.0" sources."utils-merge-1.0.1" sources."uuid-8.3.2" @@ -87513,7 +87617,6 @@ in sources."micromatch-3.1.10" sources."rimraf-2.7.1" sources."schema-utils-1.0.0" - sources."serialize-javascript-4.0.0" sources."source-map-0.6.1" sources."ssri-6.0.2" sources."terser-webpack-plugin-1.4.5" @@ -87624,19 +87727,13 @@ in (sources."wide-align-1.1.3" // { dependencies = [ sources."ansi-regex-3.0.0" + sources."is-fullwidth-code-point-2.0.0" sources."string-width-2.1.1" sources."strip-ansi-4.0.0" ]; }) sources."widest-line-3.1.0" - (sources."winston-3.3.3" // { - dependencies = [ - sources."readable-stream-3.6.0" - ]; - }) - sources."winston-transport-4.4.0" sources."with-open-file-0.1.7" - sources."wordwrap-1.0.0" sources."worker-farm-1.7.0" sources."worker-rpc-0.1.1" (sources."wrap-ansi-7.0.0" // { @@ -87678,7 +87775,9 @@ in (sources."yargs-13.3.2" // { dependencies = [ sources."ansi-regex-4.1.0" + sources."emoji-regex-7.0.3" sources."find-up-3.0.0" + sources."is-fullwidth-code-point-2.0.0" sources."locate-path-3.0.0" sources."p-limit-2.3.0" sources."p-locate-3.0.0" @@ -87747,7 +87846,7 @@ in sources."@babel/traverse-7.15.4" sources."@babel/types-7.15.6" sources."@types/minimist-1.2.2" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/normalize-package-data-2.4.1" sources."@types/yauzl-2.9.2" sources."@types/yoga-layout-1.9.2" @@ -87774,7 +87873,7 @@ in sources."callsites-2.0.0" sources."camelcase-5.3.1" sources."camelcase-keys-6.2.2" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."chalk-2.4.2" sources."chownr-1.1.4" sources."ci-info-2.0.0" @@ -87798,7 +87897,7 @@ in }) sources."delay-5.0.0" sources."devtools-protocol-0.0.869402" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."error-ex-1.3.2" @@ -87838,7 +87937,7 @@ in sources."ink-spinner-4.0.2" sources."is-arrayish-0.2.1" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-3.0.0" sources."is-plain-obj-1.1.0" sources."js-tokens-4.0.0" @@ -88017,7 +88116,7 @@ in sources."tslib-2.3.1" ]; }) - (sources."@oclif/core-0.5.39" // { + (sources."@oclif/core-0.5.40" // { dependencies = [ sources."chalk-4.1.2" (sources."cli-ux-5.6.3" // { @@ -88059,15 +88158,7 @@ in sources."@sindresorhus/is-0.7.0" sources."abort-controller-3.0.0" sources."ajv-6.12.6" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."ansi-regex-4.1.0" - sources."emoji-regex-7.0.3" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - ]; - }) + sources."ansi-align-3.0.1" sources."ansi-escapes-4.3.2" sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" @@ -88374,7 +88465,7 @@ in 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-glob-4.0.2" sources."is-interactive-1.0.0" sources."is-number-7.0.0" sources."is-object-1.0.2" @@ -88691,9 +88782,9 @@ in sources."@google-cloud/precise-date-2.0.4" sources."@google-cloud/projectify-2.1.1" sources."@google-cloud/promisify-2.0.4" - (sources."@google-cloud/pubsub-2.18.0" // { + (sources."@google-cloud/pubsub-2.18.1" // { dependencies = [ - sources."google-auth-library-7.9.2" + sources."google-auth-library-7.10.0" ]; }) sources."@grpc/grpc-js-1.3.7" @@ -88730,7 +88821,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.9.6" + sources."@types/node-16.10.1" sources."JSONStream-1.3.5" sources."abbrev-1.1.1" sources."abort-controller-3.0.0" @@ -88739,15 +88830,7 @@ in sources."agentkeepalive-4.1.4" sources."aggregate-error-3.1.0" sources."ajv-6.12.6" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."ansi-regex-4.1.0" - sources."emoji-regex-7.0.3" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - ]; - }) + sources."ansi-align-3.0.1" sources."ansi-escapes-3.2.0" sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" @@ -89078,9 +89161,9 @@ in sources."glob-slasher-1.0.1" sources."global-dirs-2.1.0" sources."google-auth-library-6.1.6" - (sources."google-gax-2.25.4" // { + (sources."google-gax-2.26.0" // { dependencies = [ - sources."google-auth-library-7.9.2" + sources."google-auth-library-7.10.0" ]; }) sources."google-p12-pem-3.1.2" @@ -89142,7 +89225,7 @@ in sources."is-ci-2.0.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-installed-globally-0.3.2" sources."is-lambda-1.0.1" sources."is-npm-4.0.0" @@ -89721,7 +89804,7 @@ in sources."inquirer-7.3.3" sources."inquirer-autocomplete-prompt-1.4.0" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-3.0.0" sources."is-plain-obj-1.1.0" sources."is-stream-2.0.1" @@ -89843,7 +89926,7 @@ in dependencies = [ sources."@types/atob-2.1.2" sources."@types/inquirer-6.5.0" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/through-0.0.30" sources."ajv-6.12.6" sources."ansi-escapes-4.3.2" @@ -90150,7 +90233,7 @@ in sources."director-1.2.7" sources."dot-prop-4.2.1" sources."duplexer-0.1.2" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-get-iterator-1.1.2" sources."es-to-primitive-1.2.1" sources."event-stream-3.3.4" @@ -90237,7 +90320,7 @@ in sources."is-descriptor-1.0.2" sources."is-extendable-1.0.1" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-map-2.0.2" sources."is-negative-zero-2.0.1" (sources."is-number-3.0.0" // { @@ -90615,7 +90698,7 @@ in sources."@mdx-js/util-2.0.0-next.8" (sources."@sideway/address-4.1.2" // { dependencies = [ - sources."@hapi/hoek-9.2.0" + sources."@hapi/hoek-9.2.1" ]; }) sources."@sideway/formula-3.0.0" @@ -90633,7 +90716,7 @@ in sources."@types/istanbul-reports-1.1.2" sources."@types/json-patch-0.0.30" sources."@types/keyv-3.1.3" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/node-fetch-2.5.12" sources."@types/responselike-1.0.0" sources."@types/unist-2.0.6" @@ -90644,11 +90727,7 @@ in sources."acorn-8.5.0" sources."acorn-jsx-5.3.2" sources."address-1.1.2" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."string-width-3.1.0" - ]; - }) + sources."ansi-align-3.0.1" sources."ansi-escapes-4.3.2" sources."ansi-regex-5.0.1" sources."ansi-styles-3.2.1" @@ -90696,7 +90775,7 @@ in sources."call-bind-1.0.2" sources."camel-case-4.1.2" sources."camelcase-5.3.1" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."ccount-1.1.0" (sources."chalk-4.1.2" // { dependencies = [ @@ -90745,7 +90824,7 @@ in ]; }) sources."content-type-1.0.4" - sources."contentful-management-7.39.1" + sources."contentful-management-7.41.0" sources."contentful-sdk-core-6.9.0" sources."convert-hrtime-3.0.0" (sources."convert-source-map-1.8.0" // { @@ -90795,8 +90874,8 @@ in sources."dotenv-8.6.0" sources."duplexer3-0.1.4" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.849" - sources."emoji-regex-7.0.3" + sources."electron-to-chromium-1.3.853" + sources."emoji-regex-8.0.0" sources."encodeurl-1.0.2" sources."end-of-stream-1.4.4" sources."entities-2.2.0" @@ -90925,12 +91004,12 @@ in sources."is-binary-path-2.1.0" sources."is-buffer-2.0.5" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-decimal-1.0.4" sources."is-docker-2.2.1" sources."is-extglob-2.1.1" - sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."is-glob-4.0.2" sources."is-hexadecimal-1.0.4" sources."is-installed-globally-0.4.0" (sources."is-invalid-path-0.1.0" // { @@ -90968,7 +91047,7 @@ in sources."jest-get-type-25.2.6" (sources."joi-17.4.2" // { dependencies = [ - sources."@hapi/hoek-9.2.0" + sources."@hapi/hoek-9.2.1" sources."@hapi/topo-5.1.0" ]; }) @@ -91201,8 +91280,6 @@ in sources."strict-uri-encode-2.0.0" (sources."string-width-4.2.3" // { dependencies = [ - sources."emoji-regex-8.0.0" - sources."is-fullwidth-code-point-3.0.0" sources."strip-ansi-6.0.1" ]; }) @@ -91317,10 +91394,10 @@ in generator-code = nodeEnv.buildNodePackage { name = "generator-code"; packageName = "generator-code"; - version = "1.6.1"; + version = "1.6.2"; src = fetchurl { - url = "https://registry.npmjs.org/generator-code/-/generator-code-1.6.1.tgz"; - sha512 = "zTahNxes6nu0P0sXb1nQY7G30zYxEEEpI3z5TaWfn5T1jLY5Ui0ZAoRv6ry0exWpUK1DxoCTXWPskIuCcvk1tQ=="; + url = "https://registry.npmjs.org/generator-code/-/generator-code-1.6.2.tgz"; + sha512 = "1U3GkAgbxKpV5WFwbpePThlChVdF4IpaBQBpFGPKzCwknugWPhz8s3ytBkp+YmAj1zSdnfBR43CV04tyM02m2w=="; }; dependencies = [ sources."@babel/code-frame-7.14.5" @@ -91339,14 +91416,14 @@ in sources."@octokit/core-3.5.1" sources."@octokit/endpoint-6.0.12" sources."@octokit/graphql-4.8.0" - sources."@octokit/openapi-types-10.5.0" - sources."@octokit/plugin-paginate-rest-2.16.4" + sources."@octokit/openapi-types-10.6.1" + sources."@octokit/plugin-paginate-rest-2.16.5" sources."@octokit/plugin-request-log-1.0.4" - sources."@octokit/plugin-rest-endpoint-methods-5.11.1" + sources."@octokit/plugin-rest-endpoint-methods-5.11.3" sources."@octokit/request-5.6.1" sources."@octokit/request-error-2.1.0" - sources."@octokit/rest-18.11.0" - sources."@octokit/types-6.31.0" + sources."@octokit/rest-18.11.2" + sources."@octokit/types-6.31.1" sources."@types/normalize-package-data-2.4.1" sources."ansi-regex-2.1.1" sources."ansi-styles-4.3.0" @@ -91384,7 +91461,7 @@ in sources."inherits-2.0.4" sources."interpret-1.4.0" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-2.0.0" sources."is-plain-object-5.0.0" sources."is-stream-2.0.1" @@ -91787,15 +91864,7 @@ in sources."agent-base-6.0.2" sources."ajv-8.6.3" sources."ajv-formats-2.1.1" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."ansi-regex-4.1.0" - sources."emoji-regex-7.0.3" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - ]; - }) + sources."ansi-align-3.0.1" sources."ansi-escapes-4.3.2" sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" @@ -91920,7 +91989,7 @@ in sources."ip-1.1.5" sources."is-arrayish-0.2.1" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-3.0.0" sources."is-installed-globally-0.4.0" sources."is-interactive-1.0.0" @@ -92262,7 +92331,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.9.6" + sources."@types/node-16.10.1" sources."@types/parse-json-4.0.0" sources."@types/websocket-1.0.2" sources."abort-controller-3.0.0" @@ -92356,7 +92425,7 @@ in sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."error-ex-1.3.2" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-get-iterator-1.1.2" sources."es-to-primitive-1.2.1" sources."es6-promise-3.3.1" @@ -92555,7 +92624,7 @@ in sources."oas-linter-3.2.2" (sources."oas-resolver-2.5.6" // { dependencies = [ - sources."yargs-17.2.0" + sources."yargs-17.2.1" ]; }) sources."oas-schema-walker-1.1.5" @@ -92668,7 +92737,7 @@ in sources."supports-color-7.2.0" (sources."swagger2openapi-7.0.8" // { dependencies = [ - sources."yargs-17.2.0" + sources."yargs-17.2.1" ]; }) sources."symbol-observable-1.2.0" @@ -92752,9 +92821,9 @@ in sources."ini-1.3.8" sources."interpret-1.1.0" sources."is-absolute-1.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-plain-object-2.0.4" sources."is-relative-1.0.0" @@ -93256,13 +93325,13 @@ in sources."is-arrayish-0.2.1" sources."is-binary-path-1.0.1" sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-descriptor-1.0.2" sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-1.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-negated-glob-1.0.0" (sources."is-number-3.0.0" // { dependencies = [ @@ -93658,7 +93727,7 @@ in }) sources."is-arrayish-0.2.1" sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" (sources."is-data-descriptor-1.0.0" // { dependencies = [ sources."kind-of-6.0.3" @@ -93672,7 +93741,7 @@ in 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-glob-4.0.2" (sources."is-number-3.0.0" // { dependencies = [ sources."kind-of-3.2.2" @@ -93936,7 +94005,7 @@ in sha512 = "ciCpeMEGZ7CbfK+MgK8ykV+wzUHz5he06mAiq8OQLuYN6pxFxZDAhwPwByirOYwdF3GV2M4s7spq2A/g/XMncQ=="; }; dependencies = [ - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/node-fetch-2.5.12" sources."ansi-styles-4.3.0" sources."async-3.2.0" @@ -94207,7 +94276,7 @@ in dependencies = [ sources."@fast-csv/format-4.3.5" sources."@fast-csv/parse-4.3.6" - sources."@types/node-14.17.18" + sources."@types/node-14.17.19" sources."ajv-6.12.6" sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" @@ -94216,7 +94285,7 @@ in sources."assert-plus-1.0.0" sources."async-2.6.3" sources."asynckit-0.4.0" - sources."aws-sdk-2.994.0" + sources."aws-sdk-2.996.0" sources."aws-sign2-0.7.0" sources."aws4-1.11.0" sources."base64-js-1.5.1" @@ -95139,9 +95208,9 @@ in dependencies = [ sources."@iarna/toml-2.2.5" sources."@msgpack/msgpack-2.7.1" - sources."@ot-builder/bin-composite-types-1.1.1" - sources."@ot-builder/bin-util-1.1.1" - (sources."@ot-builder/cli-help-shower-1.1.1" // { + sources."@ot-builder/bin-composite-types-1.1.2" + sources."@ot-builder/bin-util-1.1.2" + (sources."@ot-builder/cli-help-shower-1.1.2" // { dependencies = [ sources."ansi-styles-4.3.0" sources."chalk-4.1.2" @@ -95151,37 +95220,37 @@ in sources."supports-color-7.2.0" ]; }) - sources."@ot-builder/cli-proc-1.1.1" - sources."@ot-builder/cli-shared-1.1.1" - sources."@ot-builder/common-impl-1.1.1" - sources."@ot-builder/errors-1.1.1" - sources."@ot-builder/io-bin-cff-1.1.1" - sources."@ot-builder/io-bin-encoding-1.1.1" - sources."@ot-builder/io-bin-ext-private-1.1.1" - sources."@ot-builder/io-bin-font-1.1.1" - sources."@ot-builder/io-bin-glyph-store-1.1.1" - sources."@ot-builder/io-bin-layout-1.1.1" - sources."@ot-builder/io-bin-metadata-1.1.1" - sources."@ot-builder/io-bin-metric-1.1.1" - sources."@ot-builder/io-bin-name-1.1.1" - sources."@ot-builder/io-bin-sfnt-1.1.1" - sources."@ot-builder/io-bin-ttf-1.1.1" - sources."@ot-builder/ot-1.1.1" - sources."@ot-builder/ot-encoding-1.1.1" - sources."@ot-builder/ot-ext-private-1.1.1" - sources."@ot-builder/ot-glyphs-1.1.1" - sources."@ot-builder/ot-layout-1.1.1" - sources."@ot-builder/ot-metadata-1.1.1" - sources."@ot-builder/ot-name-1.1.1" - sources."@ot-builder/ot-sfnt-1.1.1" - sources."@ot-builder/ot-standard-glyph-namer-1.1.1" - sources."@ot-builder/prelude-1.1.1" - sources."@ot-builder/primitive-1.1.1" - sources."@ot-builder/rectify-1.1.1" - sources."@ot-builder/stat-glyphs-1.1.1" - sources."@ot-builder/trace-1.1.1" - sources."@ot-builder/var-store-1.1.1" - sources."@ot-builder/variance-1.1.1" + sources."@ot-builder/cli-proc-1.1.2" + sources."@ot-builder/cli-shared-1.1.2" + sources."@ot-builder/common-impl-1.1.2" + sources."@ot-builder/errors-1.1.2" + sources."@ot-builder/io-bin-cff-1.1.2" + sources."@ot-builder/io-bin-encoding-1.1.2" + sources."@ot-builder/io-bin-ext-private-1.1.2" + sources."@ot-builder/io-bin-font-1.1.2" + sources."@ot-builder/io-bin-glyph-store-1.1.2" + sources."@ot-builder/io-bin-layout-1.1.2" + sources."@ot-builder/io-bin-metadata-1.1.2" + sources."@ot-builder/io-bin-metric-1.1.2" + sources."@ot-builder/io-bin-name-1.1.2" + sources."@ot-builder/io-bin-sfnt-1.1.2" + sources."@ot-builder/io-bin-ttf-1.1.2" + sources."@ot-builder/ot-1.1.2" + sources."@ot-builder/ot-encoding-1.1.2" + sources."@ot-builder/ot-ext-private-1.1.2" + sources."@ot-builder/ot-glyphs-1.1.2" + sources."@ot-builder/ot-layout-1.1.2" + sources."@ot-builder/ot-metadata-1.1.2" + sources."@ot-builder/ot-name-1.1.2" + sources."@ot-builder/ot-sfnt-1.1.2" + sources."@ot-builder/ot-standard-glyph-namer-1.1.2" + sources."@ot-builder/prelude-1.1.2" + sources."@ot-builder/primitive-1.1.2" + sources."@ot-builder/rectify-1.1.2" + sources."@ot-builder/stat-glyphs-1.1.2" + sources."@ot-builder/trace-1.1.2" + sources."@ot-builder/var-store-1.1.2" + sources."@ot-builder/variance-1.1.2" sources."@unicode/unicode-13.0.0-1.2.1" sources."@xmldom/xmldom-0.7.5" sources."aglfn-1.0.2" @@ -95264,8 +95333,8 @@ in sources."once-1.4.0" sources."onetime-5.1.2" sources."optionator-0.8.3" - sources."ot-builder-1.1.1" - sources."otb-ttc-bundle-1.1.1" + sources."ot-builder-1.1.2" + sources."otb-ttc-bundle-1.1.2" sources."passerror-1.1.1" sources."patel-0.35.1" sources."path-is-absolute-1.0.1" @@ -95317,7 +95386,7 @@ in sources."color-name-1.1.4" sources."has-flag-4.0.0" sources."supports-color-7.2.0" - sources."yargs-17.2.0" + sources."yargs-17.2.1" ]; }) sources."wawoff2-2.0.0" @@ -95530,7 +95599,7 @@ in sources."async-mutex-0.1.4" sources."asynckit-0.4.0" sources."atob-2.1.2" - (sources."aws-sdk-2.994.0" // { + (sources."aws-sdk-2.996.0" // { dependencies = [ sources."sax-1.2.1" sources."uuid-3.3.2" @@ -95596,7 +95665,7 @@ in ]; }) sources."cwise-compiler-1.1.3" - sources."d3-7.0.3" + sources."d3-7.0.4" sources."d3-array-3.0.4" sources."d3-axis-3.0.0" sources."d3-brush-3.0.0" @@ -95624,7 +95693,7 @@ in sources."d3-polygon-3.0.1" sources."d3-quadtree-3.0.1" sources."d3-random-3.0.1" - sources."d3-scale-4.0.1" + sources."d3-scale-4.0.2" sources."d3-scale-chromatic-3.0.0" sources."d3-selection-3.0.0" sources."d3-shape-3.0.1" @@ -95824,7 +95893,7 @@ in sources."is-docker-2.2.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-1.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-relative-0.2.1" sources."is-stream-1.1.0" @@ -95924,7 +95993,7 @@ in sources."ms-2.1.3" sources."multiparty-4.2.2" sources."mustache-4.2.0" - sources."nanoid-3.1.25" + sources."nanoid-3.1.28" sources."napi-build-utils-1.0.2" sources."ndarray-1.0.19" sources."ndarray-pack-1.2.1" @@ -96488,12 +96557,8 @@ in sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" sources."accepts-1.3.7" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."string-width-3.1.0" - ]; - }) - sources."ansi-regex-4.1.0" + sources."ansi-align-3.0.1" + sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" sources."array-flatten-1.1.1" sources."basic-auth-2.0.1" @@ -96510,12 +96575,7 @@ in sources."chalk-4.1.2" sources."ci-info-2.0.0" sources."cli-boxes-2.2.1" - (sources."cliui-7.0.4" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."strip-ansi-6.0.1" - ]; - }) + sources."cliui-7.0.4" sources."clone-response-1.0.2" sources."color-convert-2.0.1" sources."color-name-1.1.4" @@ -96542,7 +96602,7 @@ in sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" sources."ee-first-1.1.1" - sources."emoji-regex-7.0.3" + sources."emoji-regex-8.0.0" sources."encodeurl-1.0.2" sources."end-of-stream-1.4.4" sources."errorhandler-1.5.1" @@ -96575,7 +96635,7 @@ in sources."ini-2.0.0" sources."ipaddr.js-1.9.1" sources."is-ci-2.0.0" - sources."is-fullwidth-code-point-2.0.0" + sources."is-fullwidth-code-point-3.0.0" sources."is-installed-globally-0.4.0" sources."is-npm-5.0.0" sources."is-obj-2.0.0" @@ -96618,7 +96678,7 @@ in ]; }) sources."ms-2.0.0" - sources."nanoid-3.1.25" + sources."nanoid-3.1.28" sources."negotiator-0.6.2" sources."normalize-url-4.5.1" sources."object-assign-4.1.1" @@ -96672,15 +96732,8 @@ in sources."signal-exit-3.0.4" sources."statuses-1.5.0" sources."steno-0.4.4" - (sources."string-width-4.2.3" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."strip-ansi-6.0.1" - ]; - }) - sources."strip-ansi-5.2.0" + sources."string-width-4.2.3" + sources."strip-ansi-6.0.1" sources."strip-json-comments-2.0.1" sources."supports-color-7.2.0" sources."to-readable-stream-1.0.0" @@ -96695,12 +96748,7 @@ in sources."utils-merge-1.0.1" sources."vary-1.1.2" sources."widest-line-3.1.0" - (sources."wrap-ansi-7.0.0" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."strip-ansi-6.0.1" - ]; - }) + sources."wrap-ansi-7.0.0" sources."wrappy-1.0.2" sources."write-file-atomic-3.0.3" sources."xdg-basedir-4.0.0" @@ -96936,7 +96984,7 @@ in sources."is-arrayish-0.2.1" sources."is-binary-path-1.0.1" sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" (sources."is-data-descriptor-1.0.0" // { dependencies = [ sources."kind-of-6.0.3" @@ -97329,7 +97377,7 @@ in sources."tslib-2.3.1" ]; }) - (sources."@oclif/core-0.5.39" // { + (sources."@oclif/core-0.5.40" // { dependencies = [ sources."fs-extra-9.1.0" sources."jsonfile-6.1.0" @@ -97460,7 +97508,7 @@ in sources."is-docker-2.2.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-obj-2.0.0" sources."is-typedarray-1.0.0" @@ -97597,7 +97645,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.9.6" + sources."@types/node-16.10.1" sources."accepts-1.3.7" sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" @@ -97661,7 +97709,7 @@ in sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."isbinaryfile-4.0.8" sources."jsonfile-4.0.0" @@ -97860,7 +97908,7 @@ in sources."bytes-3.1.0" sources."bytesish-0.4.4" sources."call-bind-1.0.2" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."caseless-0.12.0" sources."chalk-2.4.2" sources."chardet-1.3.0" @@ -97878,7 +97926,7 @@ in sources."convert-source-map-1.8.0" sources."cookie-0.4.0" sources."cookie-signature-1.0.6" - sources."core-js-3.18.0" + sources."core-js-3.18.1" sources."cors-2.8.5" sources."create-hash-1.2.0" sources."create-hmac-1.1.7" @@ -97911,11 +97959,11 @@ in }) sources."dotenv-8.6.0" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."emoji-regex-8.0.0" sources."encodeurl-1.0.2" sources."enquirer-2.3.6" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."escalade-3.1.1" sources."escape-html-1.0.3" @@ -97936,7 +97984,7 @@ in sources."ms-2.0.0" ]; }) - sources."express-validator-6.12.1" + sources."express-validator-6.12.2" sources."fast-levenshtein-2.0.6" sources."filter-obj-1.1.0" (sources."finalhandler-1.1.2" // { @@ -98907,19 +98955,19 @@ in ]; }) sources."@octokit/graphql-4.8.0" - sources."@octokit/openapi-types-10.5.0" + sources."@octokit/openapi-types-10.6.1" sources."@octokit/plugin-enterprise-rest-6.0.1" - sources."@octokit/plugin-paginate-rest-2.16.4" + sources."@octokit/plugin-paginate-rest-2.16.5" sources."@octokit/plugin-request-log-1.0.4" - sources."@octokit/plugin-rest-endpoint-methods-5.11.1" + sources."@octokit/plugin-rest-endpoint-methods-5.11.3" (sources."@octokit/request-5.6.1" // { dependencies = [ sources."is-plain-object-5.0.0" ]; }) sources."@octokit/request-error-2.1.0" - sources."@octokit/rest-18.11.0" - sources."@octokit/types-6.31.0" + sources."@octokit/rest-18.11.2" + sources."@octokit/types-6.31.1" sources."@tootallnate/once-1.1.2" sources."@types/minimatch-3.0.5" sources."@types/minimist-1.2.2" @@ -99052,7 +99100,7 @@ in sources."envinfo-7.8.1" sources."err-code-2.0.3" sources."error-ex-1.3.2" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."escalade-3.1.1" sources."escape-string-regexp-1.0.5" @@ -99169,11 +99217,11 @@ in sources."is-boolean-object-1.1.2" sources."is-callable-1.2.4" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-date-object-1.0.5" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-lambda-1.0.1" sources."is-negative-zero-2.0.1" sources."is-number-7.0.0" @@ -99755,7 +99803,7 @@ in sources."is-descriptor-1.0.2" sources."is-extendable-1.0.1" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" (sources."is-number-3.0.0" // { dependencies = [ sources."kind-of-3.2.2" @@ -100591,7 +100639,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.9.6" + sources."@types/node-16.10.1" sources."@types/normalize-package-data-2.4.1" sources."@types/resolve-0.0.8" sources."@types/yargs-15.0.14" @@ -100764,7 +100812,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.30001260" + sources."caniuse-lite-1.0.30001261" sources."capture-exit-2.0.0" sources."caseless-0.12.0" (sources."chalk-3.0.0" // { @@ -100835,7 +100883,7 @@ in }) sources."copy-descriptor-0.1.1" sources."core-js-2.6.12" - (sources."core-js-compat-3.18.0" // { + (sources."core-js-compat-3.18.1" // { dependencies = [ sources."semver-7.0.0" ]; @@ -100887,7 +100935,7 @@ in sources."duplexer2-0.1.4" sources."duplexify-3.7.1" sources."ecc-jsbn-0.1.2" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" (sources."elliptic-6.5.4" // { dependencies = [ sources."bn.js-4.12.0" @@ -101062,14 +101110,14 @@ in sources."is-binary-path-2.1.0" sources."is-buffer-1.1.6" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-deflate-1.0.0" sources."is-descriptor-1.0.2" sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-gzip-1.0.0" sources."is-module-1.0.0" (sources."is-number-3.0.0" // { @@ -101782,6 +101830,121 @@ in bypassCache = true; reconstructLock = true; }; + "markdown-preview-nvim-../../misc/vim-plugins/markdown-preview-nvim" = nodeEnv.buildNodePackage { + name = "markdown-preview-vim"; + packageName = "markdown-preview-vim"; + version = "0.0.1"; + src = ../../misc/vim-plugins/markdown-preview-nvim; + dependencies = [ + sources."accepts-1.3.7" + sources."after-0.8.2" + sources."arraybuffer.slice-0.0.7" + sources."async-1.0.0" + sources."async-limiter-1.0.1" + sources."backo2-1.0.2" + sources."base64-arraybuffer-0.1.5" + sources."base64id-1.0.0" + sources."better-assert-1.0.2" + sources."blob-0.0.5" + sources."callsite-1.0.0" + sources."circular-json-0.5.9" + sources."colors-1.0.3" + sources."component-bind-1.0.0" + sources."component-emitter-1.2.1" + sources."component-inherit-0.0.3" + sources."cookie-0.3.1" + sources."core-util-is-1.0.3" + sources."cycle-1.0.3" + sources."date-format-1.2.0" + sources."debug-3.2.7" + (sources."engine.io-3.2.1" // { + dependencies = [ + sources."debug-3.1.0" + sources."ms-2.0.0" + ]; + }) + (sources."engine.io-client-3.2.1" // { + dependencies = [ + sources."debug-3.1.0" + sources."ms-2.0.0" + ]; + }) + sources."engine.io-parser-2.1.3" + sources."event-lite-0.1.2" + sources."eyes-0.1.8" + (sources."has-binary2-1.0.3" // { + dependencies = [ + sources."isarray-2.0.1" + ]; + }) + sources."has-cors-1.1.0" + sources."ieee754-1.2.1" + sources."indexof-0.0.1" + sources."inherits-2.0.4" + sources."int64-buffer-0.1.10" + sources."isarray-1.0.0" + sources."isstream-0.1.2" + sources."lodash-4.17.21" + sources."log4js-3.0.6" + sources."mime-db-1.49.0" + sources."mime-types-2.1.32" + sources."minimist-1.2.5" + sources."mkdirp-0.5.5" + sources."ms-2.1.3" + sources."msgpack-lite-0.1.26" + sources."negotiator-0.6.2" + sources."neovim-4.2.1" + sources."object-component-0.0.3" + sources."parseqs-0.0.5" + sources."parseuri-0.0.5" + sources."process-nextick-args-2.0.1" + sources."readable-stream-2.3.7" + sources."rfdc-1.3.0" + sources."safe-buffer-5.1.2" + (sources."socket.io-2.1.1" // { + dependencies = [ + sources."debug-3.1.0" + sources."ms-2.0.0" + ]; + }) + sources."socket.io-adapter-1.1.2" + (sources."socket.io-client-2.1.1" // { + dependencies = [ + sources."debug-3.1.0" + sources."ms-2.0.0" + ]; + }) + (sources."socket.io-parser-3.2.0" // { + dependencies = [ + sources."debug-3.1.0" + sources."isarray-2.0.1" + sources."ms-2.0.0" + ]; + }) + sources."stack-trace-0.0.10" + sources."streamroller-0.7.0" + sources."string_decoder-1.1.1" + sources."to-array-0.1.4" + sources."traverse-0.6.6" + sources."tslib-1.9.3" + sources."ultron-1.1.1" + sources."util-deprecate-1.0.2" + sources."uuid-3.4.0" + sources."vim-node-rpc-0.1.24" + sources."winston-2.4.5" + sources."ws-3.3.3" + sources."xmlhttprequest-ssl-1.5.5" + sources."yeast-0.1.2" + ]; + buildInputs = globalBuildInputs; + meta = { + description = "markdown preview plugin for (neo)vim"; + license = "MIT"; + }; + production = true; + bypassCache = true; + reconstructLock = true; + }; mastodon-bot = nodeEnv.buildNodePackage { name = "mastodon-bot"; packageName = "mastodon-bot"; @@ -101932,7 +102095,7 @@ in sources."inherits-2.0.4" sources."inquirer-0.12.0" sources."interpret-1.4.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-1.0.0" sources."is-my-ip-valid-1.0.0" sources."is-my-json-valid-2.20.5" @@ -102140,14 +102303,14 @@ in "@mermaid-js/mermaid-cli" = nodeEnv.buildNodePackage { name = "_at_mermaid-js_slash_mermaid-cli"; packageName = "@mermaid-js/mermaid-cli"; - version = "8.12.1"; + version = "8.13.0"; src = fetchurl { - url = "https://registry.npmjs.org/@mermaid-js/mermaid-cli/-/mermaid-cli-8.12.1.tgz"; - sha512 = "cgs55tY9sLgtt9/67J7rfDLN/IM5BbobduO3FrKXBKVVanXbMubeTztcpVTtIRYEfJLmn+c+nfmnkNKruN3k0w=="; + url = "https://registry.npmjs.org/@mermaid-js/mermaid-cli/-/mermaid-cli-8.13.0.tgz"; + sha512 = "pFpFVB32NC76IhxZ8rjfdSsMO0HakcsSdlRXGCI6EbFGEFswfLURfPDJl7bmY6rBlU/74p5p6AcNW06YvsqxyQ=="; }; dependencies = [ sources."@braintree/sanitize-url-3.1.0" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/yauzl-2.9.2" sources."agent-base-6.0.2" sources."ansi-styles-4.3.0" @@ -102163,7 +102326,7 @@ in sources."color-name-1.1.4" sources."commander-8.2.0" sources."concat-map-0.0.1" - sources."d3-7.0.3" + sources."d3-7.0.4" sources."d3-array-3.0.4" sources."d3-axis-3.0.0" sources."d3-brush-3.0.0" @@ -102190,7 +102353,7 @@ in sources."d3-polygon-3.0.1" sources."d3-quadtree-3.0.1" sources."d3-random-3.0.1" - sources."d3-scale-4.0.1" + sources."d3-scale-4.0.2" sources."d3-scale-chromatic-3.0.0" sources."d3-selection-3.0.0" sources."d3-shape-3.0.1" @@ -102310,15 +102473,15 @@ in mocha = nodeEnv.buildNodePackage { name = "mocha"; packageName = "mocha"; - version = "9.1.1"; + version = "9.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz"; - sha512 = "0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA=="; + url = "https://registry.npmjs.org/mocha/-/mocha-9.1.2.tgz"; + sha512 = "ta3LtJ+63RIBP03VBjMGtSqbe6cWXRejF9SyM9Zyli1CKZJZ+vfCTj3oW24V7wAphMJdpOFLoMI3hjJ1LWbs0w=="; }; dependencies = [ sources."@ungap/promise-all-settled-1.1.2" sources."ansi-colors-4.1.1" - sources."ansi-regex-3.0.0" + sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" sources."anymatch-3.1.2" sources."argparse-2.0.1" @@ -102334,18 +102497,11 @@ in ]; }) sources."chokidar-3.5.2" - (sources."cliui-7.0.4" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."is-fullwidth-code-point-3.0.0" - sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" - ]; - }) + sources."cliui-7.0.4" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."concat-map-0.0.1" - (sources."debug-4.3.1" // { + (sources."debug-4.3.2" // { dependencies = [ sources."ms-2.1.2" ]; @@ -102370,8 +102526,8 @@ in sources."inherits-2.0.4" sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" - sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-plain-obj-2.1.0" sources."is-unicode-supported-0.1.0" @@ -102381,7 +102537,7 @@ in sources."log-symbols-4.1.0" sources."minimatch-3.0.4" sources."ms-2.1.3" - sources."nanoid-3.1.23" + sources."nanoid-3.1.25" sources."normalize-path-3.0.0" sources."once-1.4.0" sources."p-limit-3.1.0" @@ -102394,32 +102550,17 @@ in sources."require-directory-2.1.1" sources."safe-buffer-5.2.1" sources."serialize-javascript-6.0.0" - sources."string-width-2.1.1" - sources."strip-ansi-4.0.0" + sources."string-width-4.2.3" + sources."strip-ansi-6.0.1" sources."strip-json-comments-3.1.1" sources."supports-color-8.1.1" sources."to-regex-range-5.0.1" sources."which-2.0.2" - sources."wide-align-1.1.3" sources."workerpool-6.1.5" - (sources."wrap-ansi-7.0.0" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."is-fullwidth-code-point-3.0.0" - sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" - ]; - }) + sources."wrap-ansi-7.0.0" sources."wrappy-1.0.2" sources."y18n-5.0.8" - (sources."yargs-16.2.0" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."is-fullwidth-code-point-3.0.0" - sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" - ]; - }) + sources."yargs-16.2.0" sources."yargs-parser-20.2.4" sources."yargs-unparser-2.0.0" sources."yocto-queue-0.1.0" @@ -102643,10 +102784,10 @@ in netlify-cli = nodeEnv.buildNodePackage { name = "netlify-cli"; packageName = "netlify-cli"; - version = "6.9.15"; + version = "6.9.24"; src = fetchurl { - url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-6.9.15.tgz"; - sha512 = "745oz8iT+BdHYBJYl7AOsHyYRhEjcLBbnydJuMHOgbPzl7XrLCX1SQ7M0h/BSQ7C18C9WFZ5qihFWtF/Vi4pcw=="; + url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-6.9.24.tgz"; + sha512 = "r1nlfRgDcMkzB9Vnb9GReNwgM8J1wTsXOuCxyXFgi5RGMUdksVHYzij+UCKmaMH0tFRhFdyDGQAl2JzWVTy7Rw=="; }; dependencies = [ sources."@babel/code-frame-7.14.5" @@ -102781,7 +102922,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.13.1" // { + (sources."@netlify/build-18.13.4" // { dependencies = [ sources."resolve-2.0.0-next.3" ]; @@ -102826,13 +102967,13 @@ in sources."@netlify/open-api-2.5.0" (sources."@netlify/plugin-edge-handlers-1.11.22" // { dependencies = [ - sources."@types/node-14.17.18" + sources."@types/node-14.17.19" ]; }) - sources."@netlify/plugins-list-3.6.0" + sources."@netlify/plugins-list-4.0.0" sources."@netlify/routing-local-proxy-0.33.2" sources."@netlify/run-utils-2.0.1" - (sources."@netlify/zip-it-and-ship-it-4.23.0" // { + (sources."@netlify/zip-it-and-ship-it-4.23.2" // { dependencies = [ sources."ansi-styles-4.3.0" sources."cliui-7.0.4" @@ -102893,7 +103034,7 @@ in sources."tslib-2.3.1" ]; }) - (sources."@oclif/core-0.5.39" // { + (sources."@oclif/core-0.5.40" // { dependencies = [ sources."@nodelib/fs.stat-2.0.5" sources."ansi-styles-4.3.0" @@ -102970,18 +103111,18 @@ in ]; }) sources."@octokit/graphql-4.8.0" - sources."@octokit/openapi-types-10.5.0" - sources."@octokit/plugin-paginate-rest-2.16.4" + sources."@octokit/openapi-types-10.6.1" + sources."@octokit/plugin-paginate-rest-2.16.5" sources."@octokit/plugin-request-log-1.0.4" - sources."@octokit/plugin-rest-endpoint-methods-5.11.1" + sources."@octokit/plugin-rest-endpoint-methods-5.11.3" (sources."@octokit/request-5.6.1" // { dependencies = [ sources."is-plain-object-5.0.0" ]; }) sources."@octokit/request-error-2.1.0" - sources."@octokit/rest-18.11.0" - sources."@octokit/types-6.31.0" + sources."@octokit/rest-18.11.2" + sources."@octokit/types-6.31.1" sources."@rollup/plugin-babel-5.3.0" (sources."@rollup/plugin-commonjs-18.1.0" // { dependencies = [ @@ -103014,7 +103155,7 @@ in sources."@types/istanbul-reports-3.0.1" sources."@types/keyv-3.1.3" sources."@types/minimatch-3.0.5" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/node-fetch-2.5.12" sources."@types/normalize-package-data-2.4.1" sources."@types/resolve-1.17.1" @@ -103022,8 +103163,8 @@ in sources."@types/semver-7.3.8" sources."@types/yargs-15.0.14" sources."@types/yargs-parser-20.2.1" - sources."@typescript-eslint/types-4.31.2" - (sources."@typescript-eslint/typescript-estree-4.31.2" // { + sources."@typescript-eslint/types-4.32.0" + (sources."@typescript-eslint/typescript-estree-4.32.0" // { dependencies = [ sources."@nodelib/fs.stat-2.0.5" sources."array-union-2.1.0" @@ -103040,7 +103181,7 @@ in sources."to-regex-range-5.0.1" ]; }) - sources."@typescript-eslint/visitor-keys-4.31.2" + sources."@typescript-eslint/visitor-keys-4.32.0" sources."@ungap/from-entries-0.2.1" sources."accepts-1.3.7" sources."agent-base-6.0.2" @@ -103066,15 +103207,7 @@ in sources."supports-color-7.2.0" ]; }) - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."ansi-regex-4.1.0" - sources."emoji-regex-7.0.3" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - ]; - }) + sources."ansi-align-3.0.1" sources."ansi-escapes-4.3.2" sources."ansi-regex-5.0.1" sources."ansi-styles-5.2.0" @@ -103129,7 +103262,7 @@ in sources."better-opn-2.1.1" sources."binary-extensions-2.2.0" sources."bl-4.1.0" - sources."blueimp-md5-2.18.0" + sources."blueimp-md5-2.19.0" (sources."body-parser-1.19.0" // { dependencies = [ sources."debug-2.6.9" @@ -103173,7 +103306,7 @@ in sources."call-me-maybe-1.0.1" sources."callsite-1.0.0" sources."camelcase-6.2.0" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."cardinal-2.1.1" (sources."chalk-4.1.2" // { dependencies = [ @@ -103286,7 +103419,7 @@ in sources."readdirp-2.2.1" ]; }) - (sources."core-js-compat-3.18.0" // { + (sources."core-js-compat-3.18.1" // { dependencies = [ sources."semver-7.0.0" ]; @@ -103436,7 +103569,7 @@ in }) sources."duplexer3-0.1.4" sources."ee-first-1.1.1" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."elegant-spinner-1.0.1" sources."elf-cam-0.1.1" sources."emoji-regex-8.0.0" @@ -103447,7 +103580,7 @@ in sources."envinfo-7.8.1" sources."error-ex-1.3.2" sources."error-stack-parser-2.0.6" - sources."es-module-lexer-0.9.0" + sources."es-module-lexer-0.9.1" sources."escalade-3.1.1" sources."escape-goat-2.1.1" sources."escape-html-1.0.3" @@ -103597,7 +103730,7 @@ in sources."get-port-5.1.1" sources."get-stream-6.0.1" sources."get-value-2.0.6" - sources."gh-release-fetch-2.0.3" + sources."gh-release-fetch-2.0.4" sources."git-repo-info-2.1.1" sources."gitconfiglocal-2.1.0" sources."glob-7.2.0" @@ -103742,14 +103875,14 @@ in sources."ci-info-2.0.0" ]; }) - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" 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-glob-4.0.2" sources."is-installed-globally-0.4.0" sources."is-interactive-1.0.0" sources."is-module-1.0.0" @@ -103948,7 +104081,7 @@ in }) sources."mute-stream-0.0.7" sources."nanocolors-0.1.12" - sources."nanoid-3.1.25" + sources."nanoid-3.1.28" sources."nanomatch-1.2.13" sources."natural-orderby-2.0.3" sources."negotiator-0.6.2" @@ -104151,7 +104284,11 @@ in sources."pinkie-promise-2.0.1" sources."pkg-dir-5.0.0" sources."posix-character-classes-0.1.1" - sources."postcss-8.3.7" + (sources."postcss-8.3.8" // { + dependencies = [ + sources."nanocolors-0.2.12" + ]; + }) sources."postcss-values-parser-2.0.1" sources."precinct-8.1.0" sources."precond-0.2.3" @@ -104839,7 +104976,7 @@ in sources."invert-kv-1.0.0" sources."ipaddr.js-1.9.1" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-finite-1.1.0" sources."is-fullwidth-code-point-1.0.0" sources."is-typedarray-1.0.0" @@ -105149,7 +105286,7 @@ in sources."@types/cacheable-request-6.0.2" sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.3" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/responselike-1.0.0" sources."abbrev-1.1.1" sources."accepts-1.3.7" @@ -105592,7 +105729,7 @@ in sources."inflight-1.0.6" sources."inherits-2.0.4" sources."ini-1.3.8" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-1.0.0" sources."is-typedarray-1.0.0" sources."isarray-1.0.0" @@ -105729,12 +105866,8 @@ in sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" sources."abbrev-1.1.1" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."string-width-3.1.0" - ]; - }) - sources."ansi-regex-4.1.0" + sources."ansi-align-3.0.1" + sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" sources."anymatch-3.1.2" sources."balanced-match-1.0.2" @@ -105770,7 +105903,7 @@ in sources."defer-to-connect-1.1.3" sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" - sources."emoji-regex-7.0.3" + sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."escape-goat-2.1.1" sources."fill-range-7.0.1" @@ -105790,8 +105923,8 @@ in sources."is-binary-path-2.1.0" sources."is-ci-2.0.0" sources."is-extglob-2.1.1" - sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."is-glob-4.0.2" sources."is-installed-globally-0.4.0" sources."is-npm-5.0.0" sources."is-number-7.0.0" @@ -105844,15 +105977,8 @@ in ]; }) sources."signal-exit-3.0.4" - (sources."string-width-4.2.3" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."strip-ansi-6.0.1" - ]; - }) - sources."strip-ansi-5.2.0" + sources."string-width-4.2.3" + sources."strip-ansi-6.0.1" sources."strip-json-comments-2.0.1" sources."supports-color-5.5.0" sources."to-readable-stream-1.0.0" @@ -105874,12 +106000,7 @@ in }) sources."url-parse-lax-3.0.0" sources."widest-line-3.1.0" - (sources."wrap-ansi-7.0.0" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."strip-ansi-6.0.1" - ]; - }) + sources."wrap-ansi-7.0.0" sources."wrappy-1.0.2" sources."write-file-atomic-3.0.3" sources."xdg-basedir-4.0.0" @@ -105931,20 +106052,12 @@ in sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.3" sources."@types/minimist-1.2.2" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/normalize-package-data-2.4.1" sources."@types/parse-json-4.0.0" sources."@types/responselike-1.0.0" sources."aggregate-error-3.1.0" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."ansi-regex-4.1.0" - sources."emoji-regex-7.0.3" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - ]; - }) + sources."ansi-align-3.0.1" sources."ansi-escapes-4.3.2" sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" @@ -106111,11 +106224,11 @@ in }) sources."is-arrayish-0.2.1" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-docker-2.2.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-installed-globally-0.3.2" sources."is-interactive-1.0.0" sources."is-npm-5.0.0" @@ -106473,12 +106586,12 @@ in sources."agentkeepalive-4.1.4" sources."aggregate-error-3.1.0" sources."ajv-6.12.6" - (sources."ansi-align-3.0.0" // { + (sources."ansi-align-3.0.1" // { dependencies = [ - sources."ansi-regex-4.1.0" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" + sources."ansi-regex-5.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."string-width-4.2.3" + sources."strip-ansi-6.0.1" ]; }) sources."ansi-regex-2.1.1" @@ -106497,7 +106610,6 @@ in (sources."boxen-5.1.2" // { dependencies = [ sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" sources."strip-ansi-6.0.1" @@ -106546,7 +106658,7 @@ in sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" sources."ecc-jsbn-0.1.2" - sources."emoji-regex-7.0.3" + sources."emoji-regex-8.0.0" sources."encoding-0.1.13" sources."end-of-stream-1.4.4" sources."env-paths-2.2.1" @@ -106606,7 +106718,7 @@ in sources."is-ci-2.0.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-1.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-installed-globally-0.4.0" sources."is-lambda-1.0.1" sources."is-npm-5.0.0" @@ -106780,7 +106892,6 @@ in (sources."widest-line-3.1.0" // { dependencies = [ sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" sources."strip-ansi-6.0.1" @@ -106789,7 +106900,6 @@ in (sources."wrap-ansi-7.0.0" // { dependencies = [ sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" sources."strip-ansi-6.0.1" @@ -107287,7 +107397,7 @@ in sources."caller-path-2.0.0" sources."callsites-2.0.0" sources."caniuse-api-3.0.0" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."caseless-0.12.0" sources."chalk-2.4.2" sources."chokidar-2.1.8" @@ -107313,7 +107423,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.18.0" // { + (sources."core-js-compat-3.18.1" // { dependencies = [ sources."semver-7.0.0" ]; @@ -107424,7 +107534,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.849" + sources."electron-to-chromium-1.3.853" (sources."elliptic-6.5.4" // { dependencies = [ sources."bn.js-4.12.0" @@ -107434,7 +107544,7 @@ in sources."entities-2.2.0" sources."envinfo-7.8.1" sources."error-ex-1.3.2" - (sources."es-abstract-1.18.6" // { + (sources."es-abstract-1.18.7" // { dependencies = [ sources."object-inspect-1.11.0" ]; @@ -107568,7 +107678,7 @@ in sources."is-buffer-1.1.6" sources."is-callable-1.2.4" sources."is-color-stop-1.1.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" (sources."is-data-descriptor-1.0.0" // { dependencies = [ sources."kind-of-6.0.3" @@ -107583,7 +107693,7 @@ in sources."is-directory-0.3.1" sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-html-1.1.0" sources."is-negative-zero-2.0.1" sources."is-number-3.0.0" @@ -107728,9 +107838,9 @@ in sources."physical-cpu-count-2.0.0" sources."pn-1.1.0" sources."posix-character-classes-0.1.1" - (sources."postcss-7.0.36" // { + (sources."postcss-7.0.38" // { dependencies = [ - sources."supports-color-6.1.0" + sources."nanocolors-0.2.12" ]; }) (sources."postcss-calc-7.0.5" // { @@ -108547,7 +108657,7 @@ in sources."ipaddr.js-2.0.1" sources."is-arguments-1.1.1" sources."is-arrayish-0.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-date-object-1.0.5" sources."is-finite-1.1.0" sources."is-fullwidth-code-point-1.0.0" @@ -109182,10 +109292,10 @@ in sources."inherits-2.0.4" sources."ini-1.3.8" sources."into-stream-6.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."isarray-1.0.0" sources."jsonfile-6.1.0" @@ -109293,10 +109403,10 @@ in pm2 = nodeEnv.buildNodePackage { name = "pm2"; packageName = "pm2"; - version = "5.1.1"; + version = "5.1.2"; src = fetchurl { - url = "https://registry.npmjs.org/pm2/-/pm2-5.1.1.tgz"; - sha512 = "2Agpn2IVXOKu8kP+qaxKOvMLNtbZ6lY4bzKcEW2d2tw7O0lpNO7QvDayY4af+8U1+WCn90UjPK4q2wPFVHt/sA=="; + url = "https://registry.npmjs.org/pm2/-/pm2-5.1.2.tgz"; + sha512 = "2nJQeCWjkN0WnTkWctaoZpqrJTiUN/Icw76IMVHHzPhr/p7yQYlEQgHzlL5IFWxO2N1HdBNXNdZft2p4HUmUcA=="; }; dependencies = [ (sources."@opencensus/core-0.0.9" // { @@ -109412,9 +109522,9 @@ in sources."ini-1.3.8" sources."ip-1.1.5" sources."is-binary-path-2.1.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."isarray-0.0.1" sources."js-git-0.7.8" @@ -109526,10 +109636,10 @@ in pnpm = nodeEnv.buildNodePackage { name = "pnpm"; packageName = "pnpm"; - version = "6.15.1"; + version = "6.16.0"; src = fetchurl { - url = "https://registry.npmjs.org/pnpm/-/pnpm-6.15.1.tgz"; - sha512 = "hYGK8xlLdMj/sFhOLJ+x8IotsOkBp01c2mdWdLeKlUdA6EOl/RNWRp+7dUWs3Si2E1zgdTiHsEgNGYffv0PyLQ=="; + url = "https://registry.npmjs.org/pnpm/-/pnpm-6.16.0.tgz"; + sha512 = "g5rbneSqacQaEW0gdvGouxNHbDIpLTShg+cS4yCUwnj32RwMHwxChtcxPOR9VNZvNegcKE9LFUA0PA/uN37mDA=="; }; buildInputs = globalBuildInputs; meta = { @@ -109572,14 +109682,14 @@ in postcss = nodeEnv.buildNodePackage { name = "postcss"; packageName = "postcss"; - version = "8.3.7"; + version = "8.3.8"; src = fetchurl { - url = "https://registry.npmjs.org/postcss/-/postcss-8.3.7.tgz"; - sha512 = "9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ=="; + url = "https://registry.npmjs.org/postcss/-/postcss-8.3.8.tgz"; + sha512 = "GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA=="; }; dependencies = [ - sources."nanocolors-0.1.12" - sources."nanoid-3.1.25" + sources."nanocolors-0.2.12" + sources."nanoid-3.1.28" sources."source-map-js-0.6.2" ]; buildInputs = globalBuildInputs; @@ -109595,10 +109705,10 @@ in postcss-cli = nodeEnv.buildNodePackage { name = "postcss-cli"; packageName = "postcss-cli"; - version = "8.3.1"; + version = "9.0.1"; src = fetchurl { - url = "https://registry.npmjs.org/postcss-cli/-/postcss-cli-8.3.1.tgz"; - sha512 = "leHXsQRq89S3JC9zw/tKyiVV2jAhnfQe0J8VI4eQQbUjwIe0XxVqLrR+7UsahF1s9wi4GlqP6SJ8ydf44cgF2Q=="; + url = "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.0.1.tgz"; + sha512 = "zO160OBaAZBFUWO+QZIzEKMjnPIc5c61dMg1d7xafblh9cxbNb6s16ahJuP91PcVsu//gqr7BKllJxRiRDsSYw=="; }; dependencies = [ sources."@nodelib/fs.scandir-2.1.5" @@ -109607,38 +109717,34 @@ in sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" sources."anymatch-3.1.2" - sources."array-union-2.1.0" - sources."at-least-node-1.0.0" + sources."array-union-3.0.1" sources."binary-extensions-2.2.0" sources."braces-3.0.2" - sources."chalk-4.1.2" sources."chokidar-3.5.2" sources."cliui-7.0.4" sources."color-convert-2.0.1" sources."color-name-1.1.4" - sources."colorette-1.4.0" - sources."dependency-graph-0.9.0" + sources."dependency-graph-0.11.0" sources."dir-glob-3.0.1" sources."emoji-regex-8.0.0" sources."escalade-3.1.1" sources."fast-glob-3.2.7" sources."fastq-1.13.0" sources."fill-range-7.0.1" - sources."fs-extra-9.1.0" + sources."fs-extra-10.0.0" sources."fsevents-2.3.2" sources."get-caller-file-2.0.5" - sources."get-stdin-8.0.0" + sources."get-stdin-9.0.0" sources."glob-parent-5.1.2" - sources."globby-11.0.4" + sources."globby-12.0.2" sources."graceful-fs-4.2.8" - sources."has-flag-4.0.0" sources."ignore-5.1.8" sources."import-cwd-3.0.0" sources."import-from-3.0.0" sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."jsonfile-6.1.0" sources."lilconfig-2.0.3" @@ -109649,12 +109755,13 @@ in sources."lodash.sortby-4.7.0" sources."merge2-1.4.1" sources."micromatch-4.0.4" + sources."nanocolors-0.2.12" sources."normalize-path-3.0.0" sources."path-type-4.0.0" sources."picomatch-2.3.0" sources."pify-2.3.0" sources."postcss-load-config-3.1.0" - sources."postcss-reporter-7.0.2" + sources."postcss-reporter-7.0.3" sources."pretty-hrtime-1.0.3" sources."queue-microtask-1.2.3" sources."read-cache-1.0.0" @@ -109663,16 +109770,15 @@ in sources."resolve-from-5.0.0" sources."reusify-1.0.4" sources."run-parallel-1.2.0" - sources."slash-3.0.0" + sources."slash-4.0.0" sources."string-width-4.2.3" sources."strip-ansi-6.0.1" - sources."supports-color-7.2.0" sources."to-regex-range-5.0.1" sources."universalify-2.0.0" sources."wrap-ansi-7.0.0" sources."y18n-5.0.8" sources."yaml-1.10.2" - sources."yargs-16.2.0" + sources."yargs-17.2.1" sources."yargs-parser-20.2.9" ]; buildInputs = globalBuildInputs; @@ -109733,7 +109839,7 @@ in version = "3.1.1"; src = fetchurl { url = "https://registry.npmjs.org/prisma/-/prisma-3.1.1.tgz"; - sha512 = "sha512-+eZtWIL6hnOKUOvqq9WLBzSw2d/EbTmOx1Td1LI8/0XE40ctXMLG2N1p6NK5/+yivGaoNJ9PDpPsPL9lO4nJrQ=="; + sha512 = "+eZtWIL6hnOKUOvqq9WLBzSw2d/EbTmOx1Td1LI8/0XE40ctXMLG2N1p6NK5/+yivGaoNJ9PDpPsPL9lO4nJrQ=="; }; dependencies = [ sources."@prisma/engines-3.1.0-24.c22652b7e418506fab23052d569b85d3aec4883f" @@ -109922,7 +110028,7 @@ in ]; }) sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."isarray-1.0.0" sources."isexe-2.0.0" sources."json-stable-stringify-0.0.1" @@ -110310,7 +110416,7 @@ in sources."appdata-path-1.0.0" sources."at-least-node-1.0.0" sources."axios-0.21.4" - sources."blueimp-md5-2.18.0" + sources."blueimp-md5-2.19.0" (sources."cacheable-request-6.1.0" // { dependencies = [ sources."get-stream-5.2.0" @@ -110398,10 +110504,10 @@ in pyright = nodeEnv.buildNodePackage { name = "pyright"; packageName = "pyright"; - version = "1.1.170"; + version = "1.1.171"; src = fetchurl { - url = "https://registry.npmjs.org/pyright/-/pyright-1.1.170.tgz"; - sha512 = "eoLp3FXvB+qGw6DMaC9xCNkIZMzdPMl5yERUXv1U/RF8AIuOcfjmG1171UL/TpXvoCLWGVArkWJcq8l5uBB35Q=="; + url = "https://registry.npmjs.org/pyright/-/pyright-1.1.171.tgz"; + sha512 = "7otiFobpeaeO3pPy0XhFIUm7AWCy98AbOnY4K1QCQSOVwNZJ00YlA3Qt8hQ1wIcLN08TSQ+/S/Cqaa+G+8hZmg=="; }; buildInputs = globalBuildInputs; meta = { @@ -110481,7 +110587,7 @@ in sources."inflight-1.0.6" sources."inherits-2.0.4" sources."invert-kv-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-1.0.0" sources."is-stream-1.1.0" sources."is-url-1.2.4" @@ -110663,7 +110769,7 @@ in sources."cycle-1.0.3" sources."deep-equal-2.0.5" sources."define-properties-1.1.3" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-get-iterator-1.1.2" sources."es-to-primitive-1.2.1" sources."escape-string-regexp-1.0.5" @@ -110890,7 +110996,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.9.6" + sources."@types/node-16.10.1" sources."@types/parse-json-4.0.0" sources."@types/q-1.5.5" sources."@webassemblyjs/ast-1.9.0" @@ -110962,7 +111068,11 @@ in sources."async-each-1.0.3" sources."async-limiter-1.0.1" sources."atob-2.1.2" - sources."autoprefixer-9.8.6" + (sources."autoprefixer-9.8.7" // { + dependencies = [ + sources."nanocolors-0.2.12" + ]; + }) sources."axios-0.21.4" sources."babel-core-7.0.0-bridge.0" (sources."babel-loader-8.2.2" // { @@ -111078,14 +111188,10 @@ in sources."camel-case-3.0.0" sources."camelcase-5.3.1" sources."caniuse-api-3.0.0" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."case-sensitive-paths-webpack-plugin-2.4.0" sources."caw-2.0.1" - (sources."chalk-2.4.2" // { - dependencies = [ - sources."supports-color-5.5.0" - ]; - }) + sources."chalk-2.4.2" sources."chardet-0.7.0" sources."check-types-8.0.3" sources."chokidar-3.5.2" @@ -111136,7 +111242,6 @@ in sources."color-convert-1.9.3" sources."color-name-1.1.3" sources."color-string-1.6.0" - sources."colorette-1.4.0" sources."commander-4.1.1" sources."commondir-1.0.1" sources."component-bind-1.0.0" @@ -111163,7 +111268,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.18.0" // { + (sources."core-js-compat-3.18.1" // { dependencies = [ sources."semver-7.0.0" ]; @@ -111307,7 +111412,7 @@ in sources."duplexify-3.7.1" sources."ee-first-1.1.1" sources."ejs-2.7.4" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" (sources."elliptic-6.5.4" // { dependencies = [ sources."bn.js-4.12.0" @@ -111338,7 +111443,7 @@ in sources."entities-2.2.0" sources."errno-0.1.8" sources."error-ex-1.3.2" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."escalade-3.1.1" sources."escape-html-1.0.3" @@ -111607,7 +111712,7 @@ in sources."is-buffer-1.1.6" sources."is-callable-1.2.4" sources."is-color-stop-1.1.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-date-object-1.0.5" sources."is-deflate-1.0.0" @@ -111616,7 +111721,7 @@ in sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-gzip-1.0.0" sources."is-natural-number-4.0.1" sources."is-negative-zero-2.0.1" @@ -111849,8 +111954,9 @@ in ]; }) sources."posix-character-classes-0.1.1" - (sources."postcss-7.0.36" // { + (sources."postcss-7.0.38" // { dependencies = [ + sources."nanocolors-0.2.12" sources."source-map-0.6.1" ]; }) @@ -112110,7 +112216,6 @@ in sources."ajv-6.5.3" sources."chalk-2.4.1" sources."fast-deep-equal-2.0.1" - sources."supports-color-5.5.0" ]; }) (sources."serve-handler-6.1.3" // { @@ -112279,7 +112384,7 @@ in sources."postcss-selector-parser-3.1.2" ]; }) - sources."supports-color-6.1.0" + sources."supports-color-5.5.0" sources."svgo-1.3.2" sources."swimmer-1.4.0" sources."tapable-1.1.3" @@ -112457,6 +112562,7 @@ in sources."schema-utils-1.0.0" sources."semver-6.3.0" sources."strip-ansi-3.0.1" + sources."supports-color-6.1.0" sources."to-regex-range-2.1.1" sources."ws-6.2.2" ]; @@ -112656,7 +112762,7 @@ in sources."xml-name-validator-3.0.0" sources."xmlchars-2.2.0" sources."y18n-5.0.8" - sources."yargs-17.2.0" + sources."yargs-17.2.1" sources."yargs-parser-20.2.9" ]; buildInputs = globalBuildInputs; @@ -112705,7 +112811,7 @@ in sources."@redocly/ajv-8.6.2" (sources."@redocly/openapi-core-1.0.0-beta.61" // { dependencies = [ - sources."@types/node-14.17.18" + sources."@types/node-14.17.19" ]; }) sources."@redocly/react-dropdown-aria-2.0.12" @@ -112831,7 +112937,7 @@ in sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."isarray-2.0.5" sources."js-levenshtein-1.1.6" @@ -112984,7 +113090,7 @@ in sources."y18n-5.0.8" sources."yaml-1.10.2" sources."yaml-ast-parser-0.0.43" - sources."yargs-17.2.0" + sources."yargs-17.2.1" sources."yargs-parser-20.2.9" ]; buildInputs = globalBuildInputs; @@ -113043,7 +113149,7 @@ in sources."ink-2.7.1" sources."is-arrayish-0.2.1" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-3.0.0" sources."is-plain-obj-1.1.0" sources."js-tokens-4.0.0" @@ -113237,16 +113343,16 @@ 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.18" + sources."@types/node-14.17.19" sources."@types/node-fetch-2.5.12" sources."@types/vscode-1.60.0" - sources."@typescript-eslint/eslint-plugin-4.31.2" - sources."@typescript-eslint/experimental-utils-4.31.2" - sources."@typescript-eslint/parser-4.31.2" - sources."@typescript-eslint/scope-manager-4.31.2" - sources."@typescript-eslint/types-4.31.2" - sources."@typescript-eslint/typescript-estree-4.31.2" - sources."@typescript-eslint/visitor-keys-4.31.2" + sources."@typescript-eslint/eslint-plugin-4.32.0" + sources."@typescript-eslint/experimental-utils-4.32.0" + sources."@typescript-eslint/parser-4.32.0" + sources."@typescript-eslint/scope-manager-4.32.0" + sources."@typescript-eslint/types-4.32.0" + sources."@typescript-eslint/typescript-estree-4.32.0" + sources."@typescript-eslint/visitor-keys-4.32.0" sources."@ungap/promise-all-settled-1.1.2" sources."acorn-7.4.1" sources."acorn-jsx-5.3.2" @@ -113300,7 +113406,7 @@ in sources."cross-spawn-7.0.3" sources."css-select-4.1.3" sources."css-what-5.0.1" - sources."d3-7.0.3" + sources."d3-7.0.4" sources."d3-array-3.0.4" sources."d3-axis-3.0.0" sources."d3-brush-3.0.0" @@ -113337,7 +113443,7 @@ in sources."d3-polygon-3.0.1" sources."d3-quadtree-3.0.1" sources."d3-random-3.0.1" - sources."d3-scale-4.0.1" + sources."d3-scale-4.0.2" sources."d3-scale-chromatic-3.0.0" sources."d3-selection-3.0.0" sources."d3-shape-3.0.1" @@ -113452,7 +113558,7 @@ in sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-plain-obj-2.1.0" sources."is-unicode-supported-0.1.0" @@ -113487,14 +113593,9 @@ in sources."minimatch-3.0.4" sources."minimist-1.2.5" sources."mkdirp-0.5.5" - (sources."mocha-9.1.1" // { + (sources."mocha-9.1.2" // { dependencies = [ sources."argparse-2.0.1" - (sources."debug-4.3.1" // { - dependencies = [ - sources."ms-2.1.2" - ]; - }) sources."glob-7.1.7" sources."has-flag-4.0.0" sources."js-yaml-4.1.0" @@ -113504,7 +113605,7 @@ in }) sources."ms-2.1.2" sources."mute-stream-0.0.8" - sources."nanoid-3.1.23" + sources."nanoid-3.1.25" sources."natural-compare-1.4.0" sources."node-fetch-2.6.5" sources."normalize-path-3.0.0" @@ -113613,7 +113714,7 @@ in sources."url-join-1.1.0" sources."util-deprecate-1.0.2" sources."v8-compile-cache-2.3.0" - (sources."vsce-1.100.0" // { + (sources."vsce-1.100.1" // { dependencies = [ sources."chalk-2.4.2" sources."commander-6.2.1" @@ -113629,14 +113730,6 @@ in sources."webidl-conversions-3.0.1" sources."whatwg-url-5.0.0" sources."which-2.0.2" - (sources."wide-align-1.1.3" // { - dependencies = [ - sources."ansi-regex-3.0.0" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-2.1.1" - sources."strip-ansi-4.0.0" - ]; - }) sources."word-wrap-1.2.3" sources."workerpool-6.1.5" (sources."wrap-ansi-7.0.0" // { @@ -113779,7 +113872,7 @@ in sources."glob-parent-5.1.2" sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."normalize-path-3.0.0" sources."picomatch-2.3.0" @@ -113937,10 +114030,10 @@ in serverless = nodeEnv.buildNodePackage { name = "serverless"; packageName = "serverless"; - version = "2.59.0"; + version = "2.60.0"; src = fetchurl { - url = "https://registry.npmjs.org/serverless/-/serverless-2.59.0.tgz"; - sha512 = "HXUhoIOn0UyeJvtDcCDDvsmJqohXL/I2y7qTufqyB/1kpya0abW/OQ/Ox2HUtYR2dnw8xY8zJV3RSduYS5hg9A=="; + url = "https://registry.npmjs.org/serverless/-/serverless-2.60.0.tgz"; + sha512 = "AlAFCf1jrnDxVsJlYO3YrTFrmbMLP9FqzQQI2yJ4s75td5k6u8reTTNuXwC9Y68yyCX5qv1VsOlYnv7VzQsNlA=="; }; dependencies = [ sources."2-thenable-1.0.0" @@ -113969,6 +114062,7 @@ in sources."@serverless/utils-1.2.0" sources."chalk-2.4.2" sources."dotenv-8.6.0" + sources."strip-ansi-5.2.0" sources."uuid-3.4.0" ]; }) @@ -113980,7 +114074,6 @@ in sources."js-yaml-4.1.0" ]; }) - sources."ansi-regex-5.0.1" sources."argparse-2.0.1" sources."dotenv-8.6.0" (sources."js-yaml-3.14.1" // { @@ -113989,7 +114082,6 @@ in ]; }) sources."ramda-0.27.1" - sources."strip-ansi-6.0.1" sources."write-file-atomic-3.0.3" ]; }) @@ -114032,9 +114124,9 @@ in sources."@types/caseless-0.12.2" sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.3" - sources."@types/lodash-4.14.173" + sources."@types/lodash-4.14.175" sources."@types/long-4.0.1" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/request-2.48.7" sources."@types/request-promise-native-1.0.18" sources."@types/responselike-1.0.0" @@ -114049,11 +114141,10 @@ in }) sources."ajv-6.12.6" sources."ajv-keywords-3.5.2" - (sources."ansi-align-3.0.0" // { + (sources."ansi-align-3.0.1" // { dependencies = [ - sources."emoji-regex-7.0.3" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" + sources."is-fullwidth-code-point-3.0.0" + sources."string-width-4.2.3" ]; }) sources."ansi-escapes-4.3.2" @@ -114095,7 +114186,7 @@ in sources."async-2.6.3" sources."asynckit-0.4.0" sources."at-least-node-1.0.0" - (sources."aws-sdk-2.994.0" // { + (sources."aws-sdk-2.996.0" // { dependencies = [ sources."buffer-4.9.2" sources."ieee754-1.1.13" @@ -114132,10 +114223,8 @@ in sources."bluebird-3.7.2" (sources."boxen-5.1.2" // { dependencies = [ - sources."ansi-regex-5.0.1" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" sources."type-fest-0.20.2" ]; }) @@ -114409,10 +114498,8 @@ in sources."ini-1.3.8" (sources."inquirer-7.3.3" // { dependencies = [ - sources."ansi-regex-5.0.1" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" ]; }) sources."inquirer-autocomplete-prompt-1.4.0" @@ -114421,7 +114508,7 @@ in sources."is-docker-2.2.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-1.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-natural-number-4.0.1" sources."is-number-7.0.0" sources."is-plain-obj-1.1.0" @@ -114680,7 +114767,11 @@ in ]; }) sources."string_decoder-1.3.0" - sources."strip-ansi-5.2.0" + (sources."strip-ansi-6.0.1" // { + dependencies = [ + sources."ansi-regex-5.0.1" + ]; + }) sources."strip-dirs-2.1.0" sources."strip-json-comments-2.0.1" sources."strip-outer-1.0.1" @@ -114711,8 +114802,16 @@ in sources."mute-stream-0.0.7" sources."onetime-2.0.1" sources."restore-cursor-2.0.0" - sources."string-width-2.1.1" - sources."strip-ansi-4.0.0" + (sources."string-width-2.1.1" // { + dependencies = [ + sources."strip-ansi-4.0.0" + ]; + }) + (sources."strip-ansi-5.2.0" // { + dependencies = [ + sources."ansi-regex-4.1.0" + ]; + }) sources."untildify-3.0.3" ]; }) @@ -114780,10 +114879,8 @@ in sources."wide-align-1.1.3" (sources."widest-line-3.1.0" // { dependencies = [ - sources."ansi-regex-5.0.1" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" ]; }) sources."winston-3.2.1" @@ -114796,13 +114893,11 @@ in }) (sources."wrap-ansi-7.0.0" // { dependencies = [ - sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" sources."color-convert-2.0.1" sources."color-name-1.1.4" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" - sources."strip-ansi-6.0.1" ]; }) sources."wrappy-1.0.2" @@ -115460,10 +115555,10 @@ in snyk = nodeEnv.buildNodePackage { name = "snyk"; packageName = "snyk"; - version = "1.720.0"; + version = "1.727.0"; src = fetchurl { - url = "https://registry.npmjs.org/snyk/-/snyk-1.720.0.tgz"; - sha512 = "NCy+57lvoggyM4WIzsNQyf2+fX6eZAqu2nznGq+RVfYBcwLgiDpg76oafrmp/rUtSIM1E+68cm1bJWSiNZqf7w=="; + url = "https://registry.npmjs.org/snyk/-/snyk-1.727.0.tgz"; + sha512 = "x767hu/vtJp0o3jjYPlxL+bUWo7C7/ct2Zh6Xf6mHNdzXsgOI4KCbFCTJgQq4RnEY2V2/qX7vShBfBvBJBVqPw=="; }; buildInputs = globalBuildInputs; meta = { @@ -115487,7 +115582,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.9.6" + sources."@types/node-16.10.1" sources."accepts-1.3.7" sources."base64-arraybuffer-0.1.4" sources."base64id-2.0.0" @@ -115584,7 +115679,7 @@ in sources."ini-1.3.8" sources."is-arrayish-0.2.1" sources."is-ci-1.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-2.0.0" sources."is-installed-globally-0.1.0" sources."is-npm-1.0.0" @@ -115877,7 +115972,7 @@ in }) sources."epidemic-broadcast-trees-7.0.0" sources."errno-0.1.8" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" (sources."es-get-iterator-1.1.2" // { dependencies = [ sources."isarray-2.0.5" @@ -116005,7 +116100,7 @@ in sources."is-buffer-1.1.6" sources."is-callable-1.2.4" sources."is-canonical-base64-1.1.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" (sources."is-data-descriptor-1.0.0" // { dependencies = [ sources."kind-of-6.0.3" @@ -116727,7 +116822,7 @@ in sources."async-1.5.2" sources."async-limiter-1.0.1" sources."asynckit-0.4.0" - (sources."aws-sdk-2.994.0" // { + (sources."aws-sdk-2.996.0" // { dependencies = [ sources."uuid-3.3.2" ]; @@ -116981,7 +117076,7 @@ in sources."ipaddr.js-1.9.1" sources."is-arrayish-0.2.1" sources."is-buffer-1.1.6" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" (sources."is-expression-3.0.0" // { dependencies = [ sources."acorn-4.0.13" @@ -117137,7 +117232,7 @@ in sources."parseuri-0.0.6" sources."parseurl-1.3.3" sources."passport-0.3.2" - sources."passport-oauth2-1.6.0" + sources."passport-oauth2-1.6.1" (sources."passport-saml-0.15.0" // { dependencies = [ sources."lodash-3.2.0" @@ -117553,7 +117648,11 @@ in sources."array-union-2.1.0" sources."arrify-1.0.1" sources."astral-regex-2.0.0" - sources."autoprefixer-9.8.6" + (sources."autoprefixer-9.8.7" // { + dependencies = [ + sources."nanocolors-0.2.12" + ]; + }) sources."bail-1.0.5" sources."balanced-match-2.0.0" (sources."brace-expansion-1.1.11" // { @@ -117566,7 +117665,7 @@ in sources."callsites-3.1.0" sources."camelcase-5.3.1" sources."camelcase-keys-6.2.2" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" (sources."chalk-4.1.2" // { dependencies = [ sources."ansi-styles-4.3.0" @@ -117582,7 +117681,6 @@ in sources."clone-regexp-2.2.0" sources."color-convert-1.9.3" sources."color-name-1.1.3" - sources."colorette-1.4.0" sources."concat-map-0.0.1" sources."convert-source-map-1.8.0" sources."cosmiconfig-7.0.1" @@ -117604,7 +117702,7 @@ in sources."domelementtype-1.3.1" sources."domhandler-2.4.2" sources."domutils-1.7.0" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."emoji-regex-8.0.0" sources."entities-1.1.2" sources."error-ex-1.3.2" @@ -117655,11 +117753,11 @@ in sources."is-alphanumerical-1.0.4" sources."is-arrayish-0.2.1" sources."is-buffer-2.0.5" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-decimal-1.0.4" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-hexadecimal-1.0.4" sources."is-number-7.0.0" sources."is-plain-obj-2.1.0" @@ -117722,15 +117820,10 @@ in sources."path-parse-1.0.7" sources."path-type-4.0.0" sources."picomatch-2.3.0" - (sources."postcss-7.0.36" // { + (sources."postcss-7.0.38" // { dependencies = [ - (sources."chalk-2.4.2" // { - dependencies = [ - sources."supports-color-5.5.0" - ]; - }) + sources."nanocolors-0.2.12" sources."source-map-0.6.1" - sources."supports-color-6.1.0" ]; }) sources."postcss-html-0.36.0" @@ -117847,7 +117940,7 @@ in sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/pug-2.0.5" sources."@types/sass-1.16.1" sources."ansi-styles-4.3.0" @@ -117879,7 +117972,7 @@ in sources."inherits-2.0.4" sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."magic-string-0.25.7" sources."merge2-1.4.1" @@ -117937,7 +118030,7 @@ in sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/pug-2.0.5" sources."@types/sass-1.16.1" sources."anymatch-3.1.2" @@ -117955,7 +118048,7 @@ in sources."glob-parent-5.1.2" sources."is-binary-path-2.1.0" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."jsonc-parser-2.3.1" sources."lodash-4.17.21" @@ -118292,7 +118385,7 @@ in sources."is-extendable-1.0.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-1.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-installed-globally-0.1.0" (sources."is-invalid-path-0.1.0" // { dependencies = [ @@ -119066,7 +119159,7 @@ in sources."is-arguments-1.1.1" sources."is-arrayish-0.2.1" sources."is-buffer-2.0.5" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-date-object-1.0.5" sources."is-decimal-1.0.4" sources."is-file-1.0.0" @@ -119299,12 +119392,8 @@ in sources."acorn-8.5.0" sources."acorn-jsx-5.3.2" sources."alex-9.1.0" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."string-width-3.1.0" - ]; - }) - sources."ansi-regex-4.1.0" + sources."ansi-align-3.0.1" + sources."ansi-regex-5.0.1" sources."ansi-styles-3.2.1" sources."argparse-1.0.10" sources."array-iterate-1.1.4" @@ -119372,7 +119461,7 @@ in sources."dot-prop-5.3.0" sources."duplexer-0.1.2" sources."duplexer3-0.1.4" - sources."emoji-regex-7.0.3" + sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."error-ex-1.3.2" sources."escape-goat-2.1.1" @@ -119433,10 +119522,10 @@ in sources."is-arrayish-0.2.1" sources."is-buffer-2.0.5" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-decimal-1.0.4" sources."is-empty-1.2.0" - sources."is-fullwidth-code-point-2.0.0" + sources."is-fullwidth-code-point-3.0.0" sources."is-hexadecimal-1.0.4" sources."is-installed-globally-0.3.2" sources."is-npm-4.0.0" @@ -119602,17 +119691,10 @@ in sources."sprintf-js-1.0.3" sources."state-toggle-1.0.3" sources."stream-combiner-0.0.4" - (sources."string-width-4.2.3" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."strip-ansi-6.0.1" - ]; - }) + sources."string-width-4.2.3" sources."string_decoder-0.10.31" sources."stringify-entities-3.1.0" - sources."strip-ansi-5.2.0" + sources."strip-ansi-6.0.1" sources."strip-indent-3.0.0" sources."strip-json-comments-2.0.1" sources."structured-source-3.0.2" @@ -119903,7 +119985,7 @@ in sources."define-properties-1.1.3" sources."emoji-regex-6.5.1" sources."end-with-1.0.2" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."function-bind-1.1.1" sources."get-intrinsic-1.1.1" @@ -120013,7 +120095,7 @@ in sources."array-includes-3.1.3" sources."call-bind-1.0.2" sources."define-properties-1.1.3" - sources."es-abstract-1.18.6" + sources."es-abstract-1.18.7" sources."es-to-primitive-1.2.1" sources."function-bind-1.1.1" sources."get-intrinsic-1.1.1" @@ -120103,7 +120185,7 @@ in sources."@types/cacheable-request-6.0.2" sources."@types/http-cache-semantics-4.0.1" sources."@types/keyv-3.1.3" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/responselike-1.0.0" sources."abbrev-1.1.1" sources."abstract-logging-2.0.1" @@ -120179,7 +120261,7 @@ in sources."content-type-1.0.4" sources."cookie-0.4.0" sources."cookie-signature-1.0.6" - sources."core-js-3.18.0" + sources."core-js-3.18.1" sources."core-util-is-1.0.2" sources."css-select-1.2.0" sources."css-what-2.1.3" @@ -120988,10 +121070,10 @@ in typescript-language-server = nodeEnv.buildNodePackage { name = "typescript-language-server"; packageName = "typescript-language-server"; - version = "0.6.2"; + version = "0.6.3"; src = fetchurl { - url = "https://registry.npmjs.org/typescript-language-server/-/typescript-language-server-0.6.2.tgz"; - sha512 = "JiLQ5G7CWlswUFhBhudoX4jbfgyo/CIIED3CIrrlwcl/QSTt1gDZX+3sx1H/yTwzJRhnKgKS/AnbzbU9tgSVEA=="; + url = "https://registry.npmjs.org/typescript-language-server/-/typescript-language-server-0.6.3.tgz"; + sha512 = "AJux8qVVoXcu1pSG7CwpxzTWGUy92pXFIG1iSsbC4YPajYmP/CNERPL1jHW+8cHHKgpHWKAxJmYpEB0twqw/2Q=="; }; dependencies = [ sources."@nodelib/fs.scandir-2.1.5" @@ -121023,7 +121105,7 @@ in sources."inflight-1.0.6" sources."inherits-2.0.4" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-path-cwd-2.2.0" sources."is-path-inside-3.0.3" @@ -121118,7 +121200,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.18" + sources."@types/node-14.17.19" sources."abbrev-1.1.1" sources."accepts-1.3.7" sources."ansi-regex-5.0.1" @@ -121399,7 +121481,7 @@ in sha512 = "N+ENrder8z9zJQF9UM7K3/1LcfVW60omqeyaQsu6GN1BGdCgPm8gdHssn7WRD7vx+ABKc82IE1+pJyHOPkwe+w=="; }; dependencies = [ - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/unist-2.0.6" sources."@types/vfile-3.0.2" sources."@types/vfile-message-2.0.0" @@ -121615,7 +121697,7 @@ in sources."inflight-1.0.6" sources."inherits-2.0.4" sources."internmap-1.0.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-fullwidth-code-point-1.0.0" sources."isarray-1.0.0" sources."lru-cache-6.0.0" @@ -121703,7 +121785,7 @@ in sources."wrappy-1.0.2" sources."y18n-5.0.8" sources."yallist-4.0.0" - (sources."yargs-17.2.0" // { + (sources."yargs-17.2.1" // { dependencies = [ sources."ansi-regex-5.0.1" sources."is-fullwidth-code-point-3.0.0" @@ -121780,18 +121862,14 @@ in dependencies = [ sources."@sindresorhus/is-0.14.0" sources."@szmarczak/http-timer-1.1.2" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@vercel/build-utils-2.12.2" sources."@vercel/go-1.2.3" sources."@vercel/node-1.12.1" sources."@vercel/python-2.0.5" sources."@vercel/ruby-1.2.7" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."string-width-3.1.0" - ]; - }) - sources."ansi-regex-4.1.0" + sources."ansi-align-3.0.1" + sources."ansi-regex-5.0.1" sources."ansi-styles-4.3.0" sources."arg-4.1.3" sources."boxen-4.2.0" @@ -121817,7 +121895,7 @@ in sources."diff-4.0.2" sources."dot-prop-5.3.0" sources."duplexer3-0.1.4" - sources."emoji-regex-7.0.3" + sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."escape-goat-2.1.1" sources."get-stream-4.1.0" @@ -121831,7 +121909,7 @@ in sources."imurmurhash-0.1.4" sources."ini-1.3.7" sources."is-ci-2.0.0" - sources."is-fullwidth-code-point-2.0.0" + sources."is-fullwidth-code-point-3.0.0" sources."is-installed-globally-0.3.2" sources."is-npm-4.0.0" sources."is-obj-2.0.0" @@ -121862,15 +121940,8 @@ in sources."signal-exit-3.0.4" sources."source-map-0.6.1" sources."source-map-support-0.5.20" - (sources."string-width-4.2.3" // { - dependencies = [ - sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" - sources."is-fullwidth-code-point-3.0.0" - sources."strip-ansi-6.0.1" - ]; - }) - sources."strip-ansi-5.2.0" + sources."string-width-4.2.3" + sources."strip-ansi-6.0.1" sources."strip-json-comments-2.0.1" sources."supports-color-7.2.0" sources."term-size-2.2.1" @@ -122019,10 +122090,10 @@ in sources."imurmurhash-0.1.4" sources."inflight-1.0.6" sources."inherits-2.0.4" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."isexe-2.0.0" sources."js-tokens-4.0.0" sources."js-yaml-3.14.1" @@ -122196,7 +122267,7 @@ in sources."jsonc-parser-3.0.0" sources."ms-2.0.0" sources."request-light-0.4.0" - (sources."vscode-json-languageservice-4.1.7" // { + (sources."vscode-json-languageservice-4.1.8" // { dependencies = [ sources."vscode-nls-5.0.0" ]; @@ -122292,9 +122363,9 @@ in ]; }) sources."typescript-4.4.3" - sources."vscode-css-languageservice-5.1.5" - sources."vscode-html-languageservice-4.0.8" - sources."vscode-json-languageservice-4.1.7" + sources."vscode-css-languageservice-5.1.7" + sources."vscode-html-languageservice-4.1.0" + sources."vscode-json-languageservice-4.1.8" sources."vscode-jsonrpc-6.0.0" sources."vscode-languageserver-7.0.0" sources."vscode-languageserver-protocol-3.16.0" @@ -122371,7 +122442,7 @@ in sources."buffer-from-1.1.2" sources."call-bind-1.0.2" sources."camelcase-6.2.0" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" (sources."chalk-4.1.2" // { dependencies = [ sources."supports-color-7.2.0" @@ -122411,14 +122482,14 @@ in sources."domelementtype-2.2.0" sources."domhandler-4.2.2" sources."domutils-2.8.0" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."emoji-regex-8.0.0" sources."emojis-list-3.0.0" sources."enhanced-resolve-5.8.3" sources."entities-2.2.0" sources."envinfo-7.8.1" sources."errno-0.1.8" - sources."es-module-lexer-0.7.1" + sources."es-module-lexer-0.9.1" sources."escalade-3.1.1" sources."escape-string-regexp-4.0.0" sources."eslint-scope-5.1.1" @@ -122460,10 +122531,10 @@ in sources."inherits-2.0.4" sources."interpret-2.2.0" sources."is-binary-path-2.1.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."is-plain-obj-2.1.0" sources."is-plain-object-2.0.4" @@ -122471,7 +122542,7 @@ in sources."isarray-0.0.1" sources."isexe-2.0.0" sources."isobject-3.0.1" - sources."jest-worker-27.2.0" + sources."jest-worker-27.2.3" sources."js-yaml-4.0.0" sources."json-parse-better-errors-1.0.2" sources."json-schema-traverse-0.4.1" @@ -122610,7 +122681,7 @@ in sources."url-join-1.1.0" sources."util-deprecate-1.0.2" sources."v8-compile-cache-2.3.0" - (sources."vsce-1.100.0" // { + (sources."vsce-1.100.1" // { dependencies = [ sources."ansi-styles-3.2.1" sources."chalk-2.4.2" @@ -122624,7 +122695,7 @@ in sources."vscode-debugadapter-testsupport-1.49.0" sources."vscode-debugprotocol-1.49.0" sources."watchpack-2.2.0" - sources."webpack-5.53.0" + sources."webpack-5.55.0" (sources."webpack-cli-4.8.0" // { dependencies = [ sources."commander-7.2.0" @@ -122987,7 +123058,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.9.6" + sources."@types/node-16.10.1" sources."@types/unist-2.0.6" sources."@types/vfile-3.0.2" sources."@types/vfile-message-2.0.0" @@ -122996,11 +123067,12 @@ in sources."acorn-jsx-5.3.2" sources."ajv-6.12.6" sources."ajv-keywords-2.1.1" - (sources."ansi-align-3.0.0" // { + (sources."ansi-align-3.0.1" // { dependencies = [ - sources."ansi-regex-4.1.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" + sources."ansi-regex-5.0.1" + sources."is-fullwidth-code-point-3.0.0" + sources."string-width-4.2.3" + sources."strip-ansi-6.0.1" ]; }) sources."ansi-escapes-3.2.0" @@ -123045,6 +123117,7 @@ in dependencies = [ sources."ansi-regex-4.1.0" sources."camelcase-5.3.1" + sources."emoji-regex-7.0.3" sources."string-width-3.1.0" sources."strip-ansi-5.2.0" ]; @@ -123168,7 +123241,7 @@ in sources."duplexer3-0.1.4" sources."editorconfig-0.15.3" sources."element-helper-json-2.0.6" - sources."emoji-regex-7.0.3" + sources."emoji-regex-8.0.0" sources."end-of-stream-1.4.4" sources."error-ex-1.3.2" sources."escape-string-regexp-1.0.5" @@ -123342,7 +123415,7 @@ in sources."is-binary-path-2.1.0" sources."is-buffer-2.0.5" sources."is-ci-2.0.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-data-descriptor-1.0.0" sources."is-decimal-1.0.4" sources."is-descriptor-1.0.2" @@ -123350,7 +123423,7 @@ in sources."is-extendable-0.1.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-hexadecimal-1.0.4" sources."is-hidden-1.1.3" sources."is-installed-globally-0.1.0" @@ -123735,6 +123808,7 @@ in (sources."table-5.4.6" // { dependencies = [ sources."ansi-regex-4.1.0" + sources."emoji-regex-7.0.3" sources."string-width-3.1.0" sources."strip-ansi-5.2.0" ]; @@ -123829,7 +123903,6 @@ in (sources."vfile-reporter-6.0.2" // { dependencies = [ sources."ansi-regex-5.0.1" - sources."emoji-regex-8.0.0" sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" sources."strip-ansi-6.0.1" @@ -123939,7 +124012,7 @@ in sources."is-fullwidth-code-point-3.0.0" sources."string-width-4.2.3" sources."strip-ansi-6.0.1" - sources."yargs-17.2.0" + sources."yargs-17.2.1" ]; }) sources."brace-expansion-1.1.11" @@ -123962,7 +124035,7 @@ in sources."combined-stream-1.0.8" sources."concat-map-0.0.1" sources."console-control-strings-1.1.0" - sources."core-js-3.18.0" + sources."core-js-3.18.1" sources."core-util-is-1.0.3" sources."cssom-0.4.4" (sources."cssstyle-2.3.0" // { @@ -124180,7 +124253,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.9.6" + sources."@types/node-16.10.1" sources."@types/yauzl-2.9.2" sources."acorn-7.4.1" sources."acorn-jsx-5.3.2" @@ -124193,15 +124266,7 @@ in sources."adm-zip-0.5.6" sources."ajv-6.12.6" sources."ajv-merge-patch-4.1.0" - (sources."ansi-align-3.0.0" // { - dependencies = [ - sources."ansi-regex-4.1.0" - sources."emoji-regex-7.0.3" - sources."is-fullwidth-code-point-2.0.0" - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - ]; - }) + sources."ansi-align-3.0.1" sources."ansi-colors-4.1.1" sources."ansi-regex-2.1.1" sources."ansi-styles-4.3.0" @@ -124441,7 +124506,7 @@ in sources."is-docker-2.2.1" sources."is-extglob-2.1.1" sources."is-fullwidth-code-point-3.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-installed-globally-0.4.0" sources."is-mergeable-object-1.1.1" sources."is-npm-5.0.0" @@ -124531,7 +124596,7 @@ in }) sources."mz-2.7.0" sources."nan-2.15.0" - sources."nanoid-3.1.25" + sources."nanoid-3.1.28" sources."natural-compare-1.4.0" sources."natural-compare-lite-1.4.0" sources."ncp-2.0.0" @@ -124742,17 +124807,17 @@ in webpack = nodeEnv.buildNodePackage { name = "webpack"; packageName = "webpack"; - version = "5.53.0"; + version = "5.55.0"; src = fetchurl { - url = "https://registry.npmjs.org/webpack/-/webpack-5.53.0.tgz"; - sha512 = "RZ1Z3z3ni44snoWjfWeHFyzvd9HMVYDYC5VXmlYUT6NWgEOWdCNpad5Fve2CzzHoRED7WtsKe+FCyP5Vk4pWiQ=="; + url = "https://registry.npmjs.org/webpack/-/webpack-5.55.0.tgz"; + sha512 = "/1LyoAG+4+YRt+RLN3H2cz4dcw8+iO/GwKhL54GQDmqONCi0ZISXZF6aCCrCRDJFK685h+RGLCZd61Y+SEqdWQ=="; }; dependencies = [ sources."@types/eslint-7.28.0" sources."@types/eslint-scope-3.7.1" sources."@types/estree-0.0.50" sources."@types/json-schema-7.0.9" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@webassemblyjs/ast-1.11.1" sources."@webassemblyjs/floating-point-hex-parser-1.11.1" sources."@webassemblyjs/helper-api-error-1.11.1" @@ -124776,12 +124841,12 @@ in sources."ajv-keywords-3.5.2" sources."browserslist-4.17.1" sources."buffer-from-1.1.2" - sources."caniuse-lite-1.0.30001260" + sources."caniuse-lite-1.0.30001261" sources."chrome-trace-event-1.0.3" sources."commander-2.20.3" - sources."electron-to-chromium-1.3.849" + sources."electron-to-chromium-1.3.853" sources."enhanced-resolve-5.8.3" - sources."es-module-lexer-0.7.1" + sources."es-module-lexer-0.9.1" sources."escalade-3.1.1" sources."eslint-scope-5.1.1" (sources."esrecurse-4.3.0" // { @@ -124796,7 +124861,7 @@ in sources."glob-to-regexp-0.4.1" sources."graceful-fs-4.2.8" sources."has-flag-4.0.0" - sources."jest-worker-27.2.0" + sources."jest-worker-27.2.3" sources."json-parse-better-errors-1.0.2" sources."json-schema-traverse-0.4.1" sources."loader-runner-4.2.0" @@ -124864,7 +124929,7 @@ in sources."human-signals-2.1.0" sources."import-local-3.0.2" sources."interpret-2.2.0" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-plain-object-2.0.4" sources."is-stream-2.0.1" sources."isexe-2.0.0" @@ -124909,10 +124974,10 @@ in webpack-dev-server = nodeEnv.buildNodePackage { name = "webpack-dev-server"; packageName = "webpack-dev-server"; - version = "4.2.1"; + version = "4.3.0"; src = fetchurl { - url = "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.2.1.tgz"; - sha512 = "SQrIyQDZsTaF84p/WMAXNRKxjTeIaewhDIiHYZ423ENhNAsQWyubvqPTn0IoLMGkbhWyWv8/GYnCjItt0ZNC5w=="; + url = "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.3.0.tgz"; + sha512 = "kuqP9Xn4OzcKe7f0rJwd4p8xqiD+4b5Lzu8tJa8OttRL3E1Q8gI2KmUtouJTgDswjjvHOHlZDV8LTQfSY5qZSA=="; }; dependencies = [ sources."@nodelib/fs.scandir-2.1.5" @@ -124920,7 +124985,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.9.6" + sources."@types/node-16.10.1" sources."@types/retry-0.12.1" sources."accepts-1.3.7" sources."aggregate-error-3.1.0" @@ -124948,7 +125013,7 @@ in sources."call-bind-1.0.2" sources."chokidar-3.5.2" sources."clean-stack-2.2.0" - sources."colorette-1.4.0" + sources."colorette-2.0.12" sources."compressible-2.0.18" (sources."compression-1.7.4" // { dependencies = [ @@ -125051,7 +125116,7 @@ in sources."is-date-object-1.0.5" sources."is-docker-2.2.1" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-ip-3.1.0" sources."is-number-7.0.0" sources."is-path-cwd-2.2.0" @@ -125195,7 +125260,7 @@ in sources."uuid-3.4.0" sources."vary-1.1.2" sources."wbuf-1.7.3" - sources."webpack-dev-middleware-5.1.0" + sources."webpack-dev-middleware-5.2.1" sources."websocket-driver-0.7.4" sources."websocket-extensions-0.1.4" sources."which-2.0.2" @@ -125243,7 +125308,7 @@ in sources."globby-11.0.4" sources."ignore-5.1.8" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."json-schema-traverse-0.4.1" sources."merge2-1.4.1" @@ -125296,7 +125361,7 @@ in sources."@protobufjs/pool-1.1.0" sources."@protobufjs/utf8-1.1.0" sources."@types/long-4.0.1" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."addr-to-ip-port-1.5.4" sources."airplay-js-0.3.0" sources."ansi-regex-5.0.1" @@ -125346,7 +125411,7 @@ in sources."buffer-fill-1.0.0" sources."buffer-from-1.1.2" sources."buffer-indexof-1.1.1" - sources."bufferutil-4.0.3" + sources."bufferutil-4.0.4" sources."cache-chunk-store-3.2.2" (sources."castv2-0.1.10" // { dependencies = [ @@ -125585,7 +125650,7 @@ in ]; }) sources."ut_pex-3.0.2" - sources."utf-8-validate-5.0.5" + sources."utf-8-validate-5.0.6" sources."util-deprecate-1.0.2" sources."utp-native-2.5.3" sources."videostream-3.2.2" @@ -125607,7 +125672,7 @@ in sources."xmlbuilder-11.0.1" sources."xmldom-0.1.31" sources."y18n-5.0.8" - sources."yargs-17.2.0" + sources."yargs-17.2.1" sources."yargs-parser-20.2.9" ]; buildInputs = globalBuildInputs; @@ -125685,7 +125750,7 @@ in sources."jsonc-parser-3.0.0" sources."ms-2.0.0" sources."request-light-0.2.5" - (sources."vscode-json-languageservice-4.1.7" // { + (sources."vscode-json-languageservice-4.1.8" // { dependencies = [ sources."vscode-nls-5.0.0" sources."vscode-uri-3.0.2" @@ -125799,10 +125864,11 @@ in dependencies = [ sources."@babel/runtime-7.15.4" sources."@gar/promisify-1.1.2" + sources."@isaacs/string-locale-compare-1.1.0" sources."@nodelib/fs.scandir-2.1.5" sources."@nodelib/fs.stat-2.0.5" sources."@nodelib/fs.walk-1.2.8" - (sources."@npmcli/arborist-2.8.3" // { + (sources."@npmcli/arborist-2.9.0" // { dependencies = [ sources."mkdirp-1.0.4" sources."semver-7.3.5" @@ -125957,7 +126023,7 @@ in sources."config-chain-1.1.13" sources."configstore-3.1.5" sources."console-control-strings-1.1.0" - sources."core-js-3.18.0" + sources."core-js-3.18.1" sources."core-util-is-1.0.3" sources."create-error-class-3.0.2" sources."cross-spawn-6.0.5" @@ -126103,12 +126169,12 @@ in sources."ip-regex-2.1.0" sources."is-arrayish-0.2.1" sources."is-ci-1.2.1" - sources."is-core-module-2.6.0" + sources."is-core-module-2.7.0" sources."is-docker-1.1.0" sources."is-extglob-2.1.1" sources."is-finite-1.1.0" sources."is-fullwidth-code-point-2.0.0" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-installed-globally-0.1.0" sources."is-interactive-1.0.0" sources."is-lambda-1.0.1" @@ -126737,7 +126803,7 @@ in sources."@nodelib/fs.walk-1.2.8" sources."@types/fs-extra-9.0.13" sources."@types/minimist-1.2.2" - sources."@types/node-16.9.6" + sources."@types/node-16.10.1" sources."@types/node-fetch-2.5.12" sources."ansi-styles-4.3.0" sources."array-union-3.0.1" @@ -126763,7 +126829,7 @@ in sources."has-flag-4.0.0" sources."ignore-5.1.8" sources."is-extglob-2.1.1" - sources."is-glob-4.0.1" + sources."is-glob-4.0.2" sources."is-number-7.0.0" sources."isexe-2.0.0" sources."jsonfile-6.1.0" diff --git a/pkgs/misc/vim-plugins/markdown-preview-nvim/fix-node-paths.patch b/pkgs/misc/vim-plugins/markdown-preview-nvim/fix-node-paths.patch new file mode 100644 index 000000000000..972ba64e4eff --- /dev/null +++ b/pkgs/misc/vim-plugins/markdown-preview-nvim/fix-node-paths.patch @@ -0,0 +1,46 @@ +diff --git a/autoload/health/mkdp.vim b/autoload/health/mkdp.vim +index 9eebb56..0700333 100644 +--- a/autoload/health/mkdp.vim ++++ b/autoload/health/mkdp.vim +@@ -9,8 +9,8 @@ function! health#mkdp#check() abort + call health#report_info('Pre build: ' . l:mkdp_server_script) + call health#report_info('Pre build version: ' . mkdp#util#pre_build_version()) + call health#report_ok('Using pre build') +- elseif executable('node') +- call health#report_info('Node version: ' . system('node --version')) ++ elseif executable('@node@') ++ call health#report_info('Node version: ' . system('@node@ --version')) + let l:mkdp_server_script = s:mkdp_root_dir . '/app/server.js' + call health#report_info('Script: ' . l:mkdp_server_script) + call health#report_info('Script exists: ' . filereadable(l:mkdp_server_script)) +diff --git a/autoload/mkdp/nvim/rpc.vim b/autoload/mkdp/nvim/rpc.vim +index 5abd807..db1067b 100644 +--- a/autoload/mkdp/nvim/rpc.vim ++++ b/autoload/mkdp/nvim/rpc.vim +@@ -53,8 +53,8 @@ function! mkdp#nvim#rpc#get_command() abort + let l:pre_build = s:root_dir . '/app/bin/markdown-preview-' . mkdp#util#get_platform() + if executable(l:pre_build) + let l:cmd = [l:pre_build, '--path', s:script] +- elseif executable('node') +- let l:cmd = ['node', s:root_dir . '/app/index.js', '--path', s:script] ++ elseif executable('@node@') ++ let l:cmd = ['@node@', s:root_dir . '/app/index.js', '--path', s:script] + endif + if !exists('l:cmd') + echohl Error | echon '[vim-node-rpc] pre build and node not found!' | echohl None +diff --git a/autoload/mkdp/rpc.vim b/autoload/mkdp/rpc.vim +index a3361ec..d42f7a6 100644 +--- a/autoload/mkdp/rpc.vim ++++ b/autoload/mkdp/rpc.vim +@@ -59,9 +59,9 @@ function! mkdp#rpc#start_server() abort + let l:mkdp_server_script = s:mkdp_root_dir . '/app/bin/markdown-preview-' . mkdp#util#get_platform() + if executable(l:mkdp_server_script) + let l:cmd = [l:mkdp_server_script, '--path', s:mkdp_root_dir . '/app/server.js'] +- elseif executable('node') ++ elseif executable('@node@') + let l:mkdp_server_script = s:mkdp_root_dir . '/app/index.js' +- let l:cmd = ['node', l:mkdp_server_script, '--path', s:mkdp_root_dir . '/app/server.js'] ++ let l:cmd = ['@node@', l:mkdp_server_script, '--path', s:mkdp_root_dir . '/app/server.js'] + endif + if exists('l:cmd') + if s:is_vim diff --git a/pkgs/misc/vim-plugins/markdown-preview-nvim/package.json b/pkgs/misc/vim-plugins/markdown-preview-nvim/package.json new file mode 100644 index 000000000000..a3900a91dffd --- /dev/null +++ b/pkgs/misc/vim-plugins/markdown-preview-nvim/package.json @@ -0,0 +1,17 @@ +{ + "name": "markdown-preview-vim", + "version": "0.0.1", + "description": "markdown preview plugin for (neo)vim", + "bin": "./index.js", + "repository": "https://github.com/iamcco/markdown-preview.vim.git", + "author": "年糕小豆汤 ", + "license": "MIT", + "private": true, + "dependencies": { + "log4js": "3.0.6", + "neovim": "4.2.1", + "socket.io": "2.1.1", + "tslib": "1.9.3", + "vim-node-rpc": "0.1.24" + } +} diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix index 5cca9d3a02a5..1ad3e2dbeec4 100644 --- a/pkgs/misc/vim-plugins/overrides.nix +++ b/pkgs/misc/vim-plugins/overrides.nix @@ -36,6 +36,7 @@ , which , xkb-switch , ycmd +, nodejs # test dependencies , neovim-unwrapped @@ -382,6 +383,30 @@ self: super: { dependencies = with self; [ plenary-nvim ]; }); + markdown-preview-nvim = super.markdown-preview-nvim.overrideAttrs (old: let + # We only need its dependencies `node-modules`. + nodeDep = nodePackages."markdown-preview-nvim-../../misc/vim-plugins/markdown-preview-nvim".overrideAttrs (old: { + dontNpmInstall = true; + }); + in { + patches = [ + (substituteAll { + src = ./markdown-preview-nvim/fix-node-paths.patch; + node = "${nodejs}/bin/node"; + }) + ]; + postInstall = '' + # The node package name is `*-vim` not `*-nvim`. + ln -s ${nodeDep}/lib/node_modules/markdown-preview-vim/node_modules $out/app + ''; + + nativeBuildInputs = [ nodejs ]; + doInstallCheck = true; + installCheckPhase = '' + node $out/app/index.js --version + ''; + }); + meson = buildVimPluginFrom2Nix { inherit (meson) pname version src; preInstall = "cd data/syntax-highlighting/vim";