lol

Merge pull request #123065 from expipiplus1/joe-wavedrom-cli-2

nodePackages.wavedrom-cli: init at 2.6.9

authored by

Sandro and committed by
GitHub
64635ab2 aed59366

+1207 -740
+11
pkgs/development/node-packages/default.nix
··· 331 331 --prefix NODE_PATH : ${self.prettier}/lib/node_modules 332 332 ''; 333 333 }; 334 + 335 + wavedrom-cli = super.wavedrom-cli.override { 336 + nativeBuildInputs = [ pkgs.pkg-config self.node-pre-gyp ]; 337 + # These dependencies are required by 338 + # https://github.com/Automattic/node-canvas. 339 + buildInputs = with pkgs; [ 340 + pixman 341 + cairo 342 + pango 343 + ]; 344 + }; 334 345 }; 335 346 in self
+1
pkgs/development/node-packages/node-packages.json
··· 261 261 , { "vscode-lldb-build-deps": "../../misc/vscode-extensions/vscode-lldb/build-deps" } 262 262 , "vue-cli" 263 263 , "vue-language-server" 264 + , "wavedrom-cli" 264 265 , "web-ext" 265 266 , "webpack" 266 267 , "webpack-cli"
+1195 -740
pkgs/development/node-packages/node-packages.nix
··· 1498 1498 sha512 = "cTIudHnzuWLS56ik4DnRnqqNf8MkdUzV4iFFI1h7Jo9xvrpQROYaAnaSd2mHLQAzzZAPfATynX5ord6YlNYNMA=="; 1499 1499 }; 1500 1500 }; 1501 + "@babel/runtime-corejs3-7.14.0" = { 1502 + name = "_at_babel_slash_runtime-corejs3"; 1503 + packageName = "@babel/runtime-corejs3"; 1504 + version = "7.14.0"; 1505 + src = fetchurl { 1506 + url = "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.14.0.tgz"; 1507 + sha512 = "0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg=="; 1508 + }; 1509 + }; 1501 1510 "@babel/standalone-7.14.4" = { 1502 1511 name = "_at_babel_slash_standalone"; 1503 1512 packageName = "@babel/standalone"; ··· 2038 2047 sha512 = "Ydf4LidRB/EBI+YrB+cVLqIseiRfjUI/AeHBgjGMtq3GroraDu81OV7zqophRgupngoL3iS3JUMDMnxO7g39qA=="; 2039 2048 }; 2040 2049 }; 2041 - "@expo/config-4.0.0" = { 2050 + "@expo/config-4.0.2" = { 2042 2051 name = "_at_expo_slash_config"; 2043 2052 packageName = "@expo/config"; 2044 - version = "4.0.0"; 2053 + version = "4.0.2"; 2045 2054 src = fetchurl { 2046 - url = "https://registry.npmjs.org/@expo/config/-/config-4.0.0.tgz"; 2047 - sha512 = "Hy2/49BMMzziDhJFf+N0gG5znLuhoorS9/+OFO7wqDbRV4LRraNx4UuGdyY06yLI7F0BgEJBGy109pZ4LZoKrA=="; 2055 + url = "https://registry.npmjs.org/@expo/config/-/config-4.0.2.tgz"; 2056 + sha512 = "zKKWt6Qs2lJLSwp8NeBCQ+iAPuKYkRJB6PZZJFIXaXD9AC5uJYSElUG+HVfy73se4KF/4JjndOWXWZEkCAivxw=="; 2048 2057 }; 2049 2058 }; 2050 - "@expo/config-plugins-2.0.0" = { 2059 + "@expo/config-plugins-2.0.2" = { 2051 2060 name = "_at_expo_slash_config-plugins"; 2052 2061 packageName = "@expo/config-plugins"; 2053 - version = "2.0.0"; 2062 + version = "2.0.2"; 2054 2063 src = fetchurl { 2055 - url = "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-2.0.0.tgz"; 2056 - sha512 = "MyD9cdoVuXEw/xzpHiFNzRvMFi1DWTU2oShTTviA8xt1U1gyuBTa9aBwFSyvZmpMoCEscOsC8ED0sZl7LM5wNw=="; 2064 + url = "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-2.0.2.tgz"; 2065 + sha512 = "kaTfzLfg9sjy9uAHq708FVqC2hlVQyzCmrCsnfRguk2d+5V9ZyCVdMPiDdAIKHtWCPygIPNmlIP4FYQ093RNzQ=="; 2057 2066 }; 2058 2067 }; 2059 - "@expo/config-types-40.0.0-beta.2" = { 2068 + "@expo/config-types-41.0.0" = { 2060 2069 name = "_at_expo_slash_config-types"; 2061 2070 packageName = "@expo/config-types"; 2062 - version = "40.0.0-beta.2"; 2071 + version = "41.0.0"; 2063 2072 src = fetchurl { 2064 - url = "https://registry.npmjs.org/@expo/config-types/-/config-types-40.0.0-beta.2.tgz"; 2065 - sha512 = "t9pHCQMXOP4nwd7LGXuHkLlFy0JdfknRSCAeVF4Kw2/y+5OBbR9hW9ZVnetpBf0kORrekgiI7K/qDaa3hh5+Qg=="; 2073 + url = "https://registry.npmjs.org/@expo/config-types/-/config-types-41.0.0.tgz"; 2074 + sha512 = "Ax0pHuY5OQaSrzplOkT9DdpdmNzaVDnq9VySb4Ujq7UJ4U4jriLy8u93W98zunOXpcu0iiKubPsqD6lCiq0pig=="; 2066 2075 }; 2067 2076 }; 2068 2077 "@expo/configure-splash-screen-0.4.0" = { ··· 2074 2083 sha512 = "IDPnr2/DW1tYpDHqedFYNCDzRTf9HYinWFQ7fOelNZLuOCMoErLbSStA5zfkv46o69AgcCpteqgKHSoxsIBz5g=="; 2075 2084 }; 2076 2085 }; 2077 - "@expo/dev-server-0.1.70" = { 2086 + "@expo/dev-server-0.1.72" = { 2078 2087 name = "_at_expo_slash_dev-server"; 2079 2088 packageName = "@expo/dev-server"; 2080 - version = "0.1.70"; 2089 + version = "0.1.72"; 2081 2090 src = fetchurl { 2082 - url = "https://registry.npmjs.org/@expo/dev-server/-/dev-server-0.1.70.tgz"; 2083 - sha512 = "6OytCPP8krQwjhJeluzDZd1dBb9oIptpkskSsrZHQTHyCGK9m3CLILu/hSiUffN73vINscnUXwCusfbKU+g3yQ=="; 2091 + url = "https://registry.npmjs.org/@expo/dev-server/-/dev-server-0.1.72.tgz"; 2092 + sha512 = "W1ULabPSCDiV1ySy3ZkX2nTUPiWLqj1ocMLE8sk1wddO8RWneKGB9FlrGDj0+RFTDOYi6ZmBESesKrH/elNkRw=="; 2084 2093 }; 2085 2094 }; 2086 - "@expo/dev-tools-0.13.100" = { 2095 + "@expo/dev-tools-0.13.102" = { 2087 2096 name = "_at_expo_slash_dev-tools"; 2088 2097 packageName = "@expo/dev-tools"; 2089 - version = "0.13.100"; 2098 + version = "0.13.102"; 2090 2099 src = fetchurl { 2091 - url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.100.tgz"; 2092 - sha512 = "S/kI8boX8cc8pSkLApARxeW3ukdOMXFDBS02bQYx7+oZsY6hqfefUX2gvAnWatzCSOUBnRRdmrDAcFuZRnRP3w=="; 2100 + url = "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.102.tgz"; 2101 + sha512 = "yVpt9EERqMrPXaFgjV5HumcDSoni0rhaafTB186NB4BYPNuBDytSeb9RnpxyHHWxzF3/mav5DIQ+x6HB6TdWig=="; 2093 2102 }; 2094 2103 }; 2095 2104 "@expo/devcert-1.0.0" = { ··· 2119 2128 sha512 = "vrgGyPEXBoFI5NY70IegusCSoSVIFV3T3ry4tjJg1MFQKTUlR7E0r+8g8XR6qC705rc2PawaZQjqXMAVtV6s2A=="; 2120 2129 }; 2121 2130 }; 2122 - "@expo/metro-config-0.1.70" = { 2131 + "@expo/metro-config-0.1.72" = { 2123 2132 name = "_at_expo_slash_metro-config"; 2124 2133 packageName = "@expo/metro-config"; 2125 - version = "0.1.70"; 2134 + version = "0.1.72"; 2126 2135 src = fetchurl { 2127 - url = "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.1.70.tgz"; 2128 - sha512 = "zegpHSI0EedKSXkBg0wtU99YYA6OY8qCgm0urdKszDJ9c8Oea26b2+x2j0PBqspUiTC4kY+t/pzZkKWDEFAquQ=="; 2136 + url = "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.1.72.tgz"; 2137 + sha512 = "PvWn5DZCV6hNYA9CTOBWEfwb9FCjyQCiyYnmxjsT0k9eplIBGTtfy74uIOd0SdDdCTPCgCO8SMyabc+Qg599xg=="; 2129 2138 }; 2130 2139 }; 2131 2140 "@expo/osascript-2.0.28" = { ··· 2155 2164 sha512 = "zGPSq9OrCn7lWvwLLHLpHUUq2E40KptUFXn53xyZXPViI0k9lbApcR9KlonQZ95C+ELsf0BQ3gRficwK92Ivcw=="; 2156 2165 }; 2157 2166 }; 2158 - "@expo/prebuild-config-1.0.1" = { 2167 + "@expo/prebuild-config-1.0.3" = { 2159 2168 name = "_at_expo_slash_prebuild-config"; 2160 2169 packageName = "@expo/prebuild-config"; 2161 - version = "1.0.1"; 2170 + version = "1.0.3"; 2162 2171 src = fetchurl { 2163 - url = "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-1.0.1.tgz"; 2164 - sha512 = "A0MBD5NceJWwRO8dKe+yMjV5LMJX0CXGRX5q57XuV/UJ4RkdX0ZuRdiVpAPpkHXWU5lJAHwtebV0swuDMkWKMQ=="; 2172 + url = "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-1.0.3.tgz"; 2173 + sha512 = "4rkWeVs6FaO4TcOVf5GnH5HTPOaVHJX9d1GnqF/Msh3IdhX1+v+c3s6HYmxDezkild27SYwrinqu89CWRUtM/A=="; 2165 2174 }; 2166 2175 }; 2167 2176 "@expo/results-1.0.0" = { ··· 2200 2209 sha512 = "LB7jWkqrHo+5fJHNrLAFdimuSXQ2MQ4lA7SQW5bf/HbsXuV2VrT/jN/M8f/KoWt0uJMGN4k/j7Opx4AvOOxSew=="; 2201 2210 }; 2202 2211 }; 2203 - "@expo/webpack-config-0.12.74" = { 2212 + "@expo/webpack-config-0.12.76" = { 2204 2213 name = "_at_expo_slash_webpack-config"; 2205 2214 packageName = "@expo/webpack-config"; 2206 - version = "0.12.74"; 2215 + version = "0.12.76"; 2207 2216 src = fetchurl { 2208 - url = "https://registry.npmjs.org/@expo/webpack-config/-/webpack-config-0.12.74.tgz"; 2209 - sha512 = "xYyiin5uvRwRC3ehqRxb+MSzv9ArJSb3spOgl4yNZPkojXUbNjgyC3xfliVAH7ZuRMlEgL1Is7miixVe69ftYw=="; 2217 + url = "https://registry.npmjs.org/@expo/webpack-config/-/webpack-config-0.12.76.tgz"; 2218 + sha512 = "8Q4sH+KBgM9jsH7Dp0A5lEmGiKvBXNcax2H6k8i54vfptaUh8gBZqohGuLshzeTJYT43I3LDulheOGr83yNB3g=="; 2210 2219 }; 2211 2220 }; 2212 2221 "@expo/xcpretty-2.0.1" = { ··· 3109 3118 sha512 = "EjPkDQOzV/oZfbolEUgFT6SE++PtCccVBvjuACkttyCfl0P2jnpR49SwstyVLc2u8AwBAZEHHAw9lPYaMjtbXQ=="; 3110 3119 }; 3111 3120 }; 3112 - "@joplin/fork-htmlparser2-4.1.24" = { 3121 + "@joplin/fork-htmlparser2-4.1.26" = { 3113 3122 name = "_at_joplin_slash_fork-htmlparser2"; 3114 3123 packageName = "@joplin/fork-htmlparser2"; 3115 - version = "4.1.24"; 3124 + version = "4.1.26"; 3116 3125 src = fetchurl { 3117 - url = "https://registry.npmjs.org/@joplin/fork-htmlparser2/-/fork-htmlparser2-4.1.24.tgz"; 3118 - sha512 = "lggBrPT0Lg/WcD7oe166HbpAS+ajQwSNAzUl8pYBhNChJzjbngJxm5hs94xYJ3qDzyxHRMU+x4iTZAn0/SNFDQ=="; 3126 + url = "https://registry.npmjs.org/@joplin/fork-htmlparser2/-/fork-htmlparser2-4.1.26.tgz"; 3127 + sha512 = "ltw7n6MdZyz+oM8DUzOxDeVPdOs/ZTavkmHeP4mp7FE4HYyU7ynhRAVsBpGmzRbXTCYXzl6QHVtocKEUZHkbSg=="; 3119 3128 }; 3120 3129 }; 3121 - "@joplin/fork-sax-1.2.28" = { 3130 + "@joplin/fork-sax-1.2.30" = { 3122 3131 name = "_at_joplin_slash_fork-sax"; 3123 3132 packageName = "@joplin/fork-sax"; 3124 - version = "1.2.28"; 3133 + version = "1.2.30"; 3125 3134 src = fetchurl { 3126 - url = "https://registry.npmjs.org/@joplin/fork-sax/-/fork-sax-1.2.28.tgz"; 3127 - sha512 = "oWUpaBZlfUC+dGJqmb8hwwgjk3dSHcKL7e8n1LpmkUBqqdh1lxLrrFoGqYpKiSBgDY0KTIdyB8S8INBMlY+l7A=="; 3135 + url = "https://registry.npmjs.org/@joplin/fork-sax/-/fork-sax-1.2.30.tgz"; 3136 + sha512 = "cRSVysAJwLnaRbFRGHCLDl3rB980iLThCDVwL5lVLpaB43pk+0GVJF3k288mJ1U20mPoZqwc0hV8C0Q5oDMKHw=="; 3128 3137 }; 3129 3138 }; 3130 3139 "@joplin/lib-1.8.2" = { ··· 3145 3154 sha512 = "Khl2DoM1aFEy15RX9JaMaYinjoNEYQHOgQqzMHq4wuWr+QuAQaX8/SofTe1FU2rS4SJrkObPA+XPavhVSAxpOQ=="; 3146 3155 }; 3147 3156 }; 3148 - "@joplin/turndown-4.0.46" = { 3157 + "@joplin/turndown-4.0.48" = { 3149 3158 name = "_at_joplin_slash_turndown"; 3150 3159 packageName = "@joplin/turndown"; 3151 - version = "4.0.46"; 3160 + version = "4.0.48"; 3152 3161 src = fetchurl { 3153 - url = "https://registry.npmjs.org/@joplin/turndown/-/turndown-4.0.46.tgz"; 3154 - sha512 = "OqI9DFEKdEOxfQUkbfRiWpNfDXf+/E4u9c9hXVRK66xFrVkZww7FBmoGqIMHzOrKeQBIPZQuHCav31cFl7oMCQ=="; 3162 + url = "https://registry.npmjs.org/@joplin/turndown/-/turndown-4.0.48.tgz"; 3163 + sha512 = "QJeys/bR9qtEdUs8EFfpwRTfu01+iGQ6GaW+gxQjgXttsmfV+NuoVWfz5/NCdZ+9hqF6DdE9tU45G4EX1diFJA=="; 3155 3164 }; 3156 3165 }; 3157 - "@joplin/turndown-plugin-gfm-1.0.28" = { 3166 + "@joplin/turndown-plugin-gfm-1.0.30" = { 3158 3167 name = "_at_joplin_slash_turndown-plugin-gfm"; 3159 3168 packageName = "@joplin/turndown-plugin-gfm"; 3160 - version = "1.0.28"; 3169 + version = "1.0.30"; 3161 3170 src = fetchurl { 3162 - url = "https://registry.npmjs.org/@joplin/turndown-plugin-gfm/-/turndown-plugin-gfm-1.0.28.tgz"; 3163 - sha512 = "CAmcFWK2bgAgQq3h+xEKjjk8/7v8ZaY2ixHDoiSCRiSqv868EuAQLCks6Ox4rq35R2yX8FK/pHeciRpZo5wNcg=="; 3171 + url = "https://registry.npmjs.org/@joplin/turndown-plugin-gfm/-/turndown-plugin-gfm-1.0.30.tgz"; 3172 + sha512 = "81syBeLWxduhIM+gZSdM9OGOBL5XXFSMymwfWSFTzS8svYx/I95TPwq0oERcIz6rZkeqf6C9Q52iY30GvKEOog=="; 3164 3173 }; 3165 3174 }; 3166 3175 "@josephg/resolvable-1.0.1" = { ··· 3811 3820 sha512 = "W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA=="; 3812 3821 }; 3813 3822 }; 3814 - "@microsoft/load-themed-styles-1.10.173" = { 3823 + "@microsoft/load-themed-styles-1.10.174" = { 3815 3824 name = "_at_microsoft_slash_load-themed-styles"; 3816 3825 packageName = "@microsoft/load-themed-styles"; 3817 - version = "1.10.173"; 3826 + version = "1.10.174"; 3818 3827 src = fetchurl { 3819 - url = "https://registry.npmjs.org/@microsoft/load-themed-styles/-/load-themed-styles-1.10.173.tgz"; 3820 - sha512 = "Bi4U2IQr5uWl1RVhCZduWO04em4CbYcH6cvmgvkN2K09kFW9VSQ4qAQYnnZ6w8HOCOsa3BJaHtGq+TTOP4eYkg=="; 3828 + url = "https://registry.npmjs.org/@microsoft/load-themed-styles/-/load-themed-styles-1.10.174.tgz"; 3829 + sha512 = "O0ERVgeTrpzCzCLHOTZZDSg0K3FKdWRdBpFjs+X5wS21Jg21QqrA4T9FhCheilEcrF4Qmf41gBtgZ/16JNSWIA=="; 3821 3830 }; 3822 3831 }; 3823 3832 "@mitmaro/errors-1.0.0" = { ··· 3883 3892 sha512 = "b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg=="; 3884 3893 }; 3885 3894 }; 3886 - "@netlify/build-11.29.0" = { 3895 + "@netlify/build-11.29.2" = { 3887 3896 name = "_at_netlify_slash_build"; 3888 3897 packageName = "@netlify/build"; 3889 - version = "11.29.0"; 3898 + version = "11.29.2"; 3890 3899 src = fetchurl { 3891 - url = "https://registry.npmjs.org/@netlify/build/-/build-11.29.0.tgz"; 3892 - sha512 = "e5tmKxHORmJABpgSdlylXBnhibwHZGdSTZWJa3eVIHSMwRC5xK37TLi+HmSL+AeCEqaHozFhHedsdgkKB9figw=="; 3900 + url = "https://registry.npmjs.org/@netlify/build/-/build-11.29.2.tgz"; 3901 + sha512 = "fxVBpKjsTdcRkfj9RdMBVxy/TABQJhkf5/vFwzNZqnnBwes/Em6YFutNpML6zm5Ub9hpvE0HaceyOU4HkvjSFg=="; 3893 3902 }; 3894 3903 }; 3895 3904 "@netlify/cache-utils-1.0.7" = { ··· 3910 3919 sha512 = "4DyiSauSFaorJ46l4tBu+nbvPKY9i1gOQvw9L4yql7gd7qqJsHJi2zivdJ50+MPedQn0cgcs5lk303UBEfFsBQ=="; 3911 3920 }; 3912 3921 }; 3913 - "@netlify/framework-info-5.0.0" = { 3922 + "@netlify/framework-info-5.1.2" = { 3914 3923 name = "_at_netlify_slash_framework-info"; 3915 3924 packageName = "@netlify/framework-info"; 3916 - version = "5.0.0"; 3925 + version = "5.1.2"; 3917 3926 src = fetchurl { 3918 - url = "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-5.0.0.tgz"; 3919 - sha512 = "EVyCVfSi9SKI7siVqAggQ4gsgkjzIxpUgUwh6ChNw7wQ8UykZ4gqYJjtw81VrxNqGV37yyI3Upy1u3MeusLLig=="; 3927 + url = "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-5.1.2.tgz"; 3928 + sha512 = "v3Fs9REofVNMgye8j1c0NBfVRA+P+2cS50Y1RRwrlVz344UUwZd7b0LKhZl0EkQadsdyxG2a3XgjxF5Zb3jJ0Q=="; 3920 3929 }; 3921 3930 }; 3922 - "@netlify/functions-utils-1.3.35" = { 3931 + "@netlify/functions-utils-1.3.37" = { 3923 3932 name = "_at_netlify_slash_functions-utils"; 3924 3933 packageName = "@netlify/functions-utils"; 3925 - version = "1.3.35"; 3934 + version = "1.3.37"; 3926 3935 src = fetchurl { 3927 - url = "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-1.3.35.tgz"; 3928 - sha512 = "b607BKWwh81DDDLEW+430v0MJka71Rr5aIeEUtkWqPe6Io+ei6DjqIJJrHsBnNh0vWXeo0Stf3f1kMAA2P+fUA=="; 3936 + url = "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-1.3.37.tgz"; 3937 + sha512 = "Lq1Aj3N2vWB3nNFRbEHgVjB+MpwCsZz+rUOCki3h5PwEUwnGFyFi2VcdHQ2FJtzF7vrcm5NoMfg4pG8iY91YGA=="; 3929 3938 }; 3930 3939 }; 3931 3940 "@netlify/git-utils-1.0.11" = { ··· 3946 3955 sha512 = "ffNpGiJulY4is1pWkrs1dn3/ytNoqJxyAD/N70cnkIVNpOWMnPGSPKGBk/TBpaZhispgSBBQ+JZXEMJAGMDZ6Q=="; 3947 3956 }; 3948 3957 }; 3949 - "@netlify/plugin-edge-handlers-1.11.12" = { 3958 + "@netlify/plugin-edge-handlers-1.11.13" = { 3950 3959 name = "_at_netlify_slash_plugin-edge-handlers"; 3951 3960 packageName = "@netlify/plugin-edge-handlers"; 3952 - version = "1.11.12"; 3961 + version = "1.11.13"; 3953 3962 src = fetchurl { 3954 - url = "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-1.11.12.tgz"; 3955 - sha512 = "zbQkQHho/SkTTTOsRBvVvx74IEMsLHL/FxJYhkfgMXwXTQSsq35/pRRYq6TfQyRBSlUkllDRmTOB+f2DQCvQrw=="; 3963 + url = "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-1.11.13.tgz"; 3964 + sha512 = "GPSg5bYlU2hgmt1MGx22+ZoXbPdnEiqkdj40hWxJjHuDIGqfvFa3nGup7BvHBNfd1uI+OVSlLXzabWl6aVjQIg=="; 3956 3965 }; 3957 3966 }; 3958 3967 "@netlify/plugins-list-2.14.2" = { ··· 4009 4018 sha512 = "ea6S9ik5X0TlA2e+jXk5D7lfvArPZjyQoIBEo7G1Tjw/vUU5Fx6KLfXv1iy7eJy+ENTLoyidscAjJ2wXlHI47g=="; 4010 4019 }; 4011 4020 }; 4012 - "@netlify/zip-it-and-ship-it-4.2.1" = { 4021 + "@netlify/zip-it-and-ship-it-4.2.5" = { 4013 4022 name = "_at_netlify_slash_zip-it-and-ship-it"; 4014 4023 packageName = "@netlify/zip-it-and-ship-it"; 4015 - version = "4.2.1"; 4024 + version = "4.2.5"; 4016 4025 src = fetchurl { 4017 - url = "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.2.1.tgz"; 4018 - sha512 = "IWh/VhLOH1412Mm1eBBKktV1SeSJHAiBehhdFMTrKJfFdK7vh+TylNImc/wuGCAdci85FXOWQ+YpnMOibhGvng=="; 4026 + url = "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.2.5.tgz"; 4027 + sha512 = "2ncCQEs49I8Ir30w2T3E1yogJp9cw+X8vfvL9a8i1AA0VE51F2rfhNsLbceWrEWn2T3TgogOMQP/0Qsxw2v0Tg=="; 4019 4028 }; 4020 4029 }; 4021 4030 "@node-red/editor-api-1.3.5" = { ··· 4495 4504 sha512 = "+0P+PrP9qSFVaayNdek4P1OAGE+PEl2SsufuHDRmUpOY25Wzjo7Atyar56Trjc32jkNy4lID6ZFT6BahsR9P9A=="; 4496 4505 }; 4497 4506 }; 4498 - "@ot-builder/bin-composite-types-1.0.7" = { 4507 + "@ot-builder/bin-composite-types-1.0.8" = { 4499 4508 name = "_at_ot-builder_slash_bin-composite-types"; 4500 4509 packageName = "@ot-builder/bin-composite-types"; 4501 - version = "1.0.7"; 4510 + version = "1.0.8"; 4502 4511 src = fetchurl { 4503 - url = "https://registry.npmjs.org/@ot-builder/bin-composite-types/-/bin-composite-types-1.0.7.tgz"; 4504 - sha512 = "JGXpefpLj/FDhhTldcVbw4tXW5OBBbHalfOCiR7Af6SOdHD2Fy3gXSrkuULFS/4t8lw0byREhjCHZ3mKbOdCjw=="; 4512 + url = "https://registry.npmjs.org/@ot-builder/bin-composite-types/-/bin-composite-types-1.0.8.tgz"; 4513 + sha512 = "YVSC2OhhBYx4nTELZrS/DKbdseDhCIlyMiey4Zgc6VKQgC33ZXaGB9gUnAT/CHuGJINQJoKtsgyRA3nkd+2QJw=="; 4505 4514 }; 4506 4515 }; 4507 - "@ot-builder/bin-util-1.0.7" = { 4516 + "@ot-builder/bin-util-1.0.8" = { 4508 4517 name = "_at_ot-builder_slash_bin-util"; 4509 4518 packageName = "@ot-builder/bin-util"; 4510 - version = "1.0.7"; 4519 + version = "1.0.8"; 4511 4520 src = fetchurl { 4512 - url = "https://registry.npmjs.org/@ot-builder/bin-util/-/bin-util-1.0.7.tgz"; 4513 - sha512 = "diiALKLHQwiyQJ1hDrLdPNfZXs0GXtOm5QDYn1U/gJWewCfgWr1LVwX8+QzwgVEI/QuZi+A3G0I6qqvegPrEGg=="; 4521 + url = "https://registry.npmjs.org/@ot-builder/bin-util/-/bin-util-1.0.8.tgz"; 4522 + sha512 = "GkyOMuUD3AQGCguvyaAgraEc7DMsKAHoujFPSUN76h6C9LUYGmayCDsbHjZoInkb90+m2OXcZ9hqSCIThZ6dcA=="; 4514 4523 }; 4515 4524 }; 4516 - "@ot-builder/cli-help-shower-1.0.7" = { 4525 + "@ot-builder/cli-help-shower-1.0.8" = { 4517 4526 name = "_at_ot-builder_slash_cli-help-shower"; 4518 4527 packageName = "@ot-builder/cli-help-shower"; 4519 - version = "1.0.7"; 4528 + version = "1.0.8"; 4520 4529 src = fetchurl { 4521 - url = "https://registry.npmjs.org/@ot-builder/cli-help-shower/-/cli-help-shower-1.0.7.tgz"; 4522 - sha512 = "SsipXPTXTAWlxXVFvWd+TY01gWC/3VSp8l4Cs1p1PguzourRyWtLD6y8prQV+zvuARDJ+XLjn3Fy1RoL3PMjiA=="; 4530 + url = "https://registry.npmjs.org/@ot-builder/cli-help-shower/-/cli-help-shower-1.0.8.tgz"; 4531 + sha512 = "MXbzoFtpSbU9eQozzynlEPRjUBDbtDq187SylpYIeV7FARfkaKd7f8M6FDH+gqeNMeAUcivnMYifAC+nz8bWOA=="; 4523 4532 }; 4524 4533 }; 4525 - "@ot-builder/cli-proc-1.0.7" = { 4534 + "@ot-builder/cli-proc-1.0.8" = { 4526 4535 name = "_at_ot-builder_slash_cli-proc"; 4527 4536 packageName = "@ot-builder/cli-proc"; 4528 - version = "1.0.7"; 4537 + version = "1.0.8"; 4529 4538 src = fetchurl { 4530 - url = "https://registry.npmjs.org/@ot-builder/cli-proc/-/cli-proc-1.0.7.tgz"; 4531 - sha512 = "cDCfKjsnu0iGrEoAR2XCoZfIjo9WXu8Xdhc3VTyBfV9tmrUpyh9t/9YCRyq6haFU69l9BzoDC3Vsl32vh27eSQ=="; 4539 + url = "https://registry.npmjs.org/@ot-builder/cli-proc/-/cli-proc-1.0.8.tgz"; 4540 + sha512 = "kOGCHlc7cSI8J24gCRHXNbl4IvsjdorRUX9L3HtDDH9pVpHqVrlb3X2opcNVtPo0kYbKidANEGf76c/WRi0ERQ=="; 4532 4541 }; 4533 4542 }; 4534 - "@ot-builder/cli-shared-1.0.7" = { 4543 + "@ot-builder/cli-shared-1.0.8" = { 4535 4544 name = "_at_ot-builder_slash_cli-shared"; 4536 4545 packageName = "@ot-builder/cli-shared"; 4537 - version = "1.0.7"; 4546 + version = "1.0.8"; 4538 4547 src = fetchurl { 4539 - url = "https://registry.npmjs.org/@ot-builder/cli-shared/-/cli-shared-1.0.7.tgz"; 4540 - sha512 = "BPBEpZQ04KFHFMlR/xDGLYjGihwI6b22UfgQolckpySKduk328Li4dE7kUBKPpoLsWAF6Z+SMImHifrcNkOwOQ=="; 4548 + url = "https://registry.npmjs.org/@ot-builder/cli-shared/-/cli-shared-1.0.8.tgz"; 4549 + sha512 = "B5c0RqrRkB8gb7h0+mX+JQAP6I8TtnLD8JiYRGMo+JszI2anh7ecD3XbVgMF0oJi8e5r5+p0xq8sDrJi4qy9SQ=="; 4541 4550 }; 4542 4551 }; 4543 - "@ot-builder/common-impl-1.0.7" = { 4552 + "@ot-builder/common-impl-1.0.8" = { 4544 4553 name = "_at_ot-builder_slash_common-impl"; 4545 4554 packageName = "@ot-builder/common-impl"; 4546 - version = "1.0.7"; 4555 + version = "1.0.8"; 4547 4556 src = fetchurl { 4548 - url = "https://registry.npmjs.org/@ot-builder/common-impl/-/common-impl-1.0.7.tgz"; 4549 - sha512 = "alYW8r3tH33cK87Dnmz4TaPxOR6ViA249OZYhkdbMVKz4Dj1LBceXdpJp7NgcQbLDSIqzB+yI4/zEQEYFIg4cQ=="; 4557 + url = "https://registry.npmjs.org/@ot-builder/common-impl/-/common-impl-1.0.8.tgz"; 4558 + sha512 = "ho7WtOf+MiMq6jjF6LbepqTTnyzEv6OeNTT1erkdWb52QETZnINYtbMks/HVPYHnGMZqy62dmN8f1PSe74yD0A=="; 4550 4559 }; 4551 4560 }; 4552 - "@ot-builder/errors-1.0.7" = { 4561 + "@ot-builder/errors-1.0.8" = { 4553 4562 name = "_at_ot-builder_slash_errors"; 4554 4563 packageName = "@ot-builder/errors"; 4555 - version = "1.0.7"; 4564 + version = "1.0.8"; 4556 4565 src = fetchurl { 4557 - url = "https://registry.npmjs.org/@ot-builder/errors/-/errors-1.0.7.tgz"; 4558 - sha512 = "iHBTQuIzgoojViqQlduL8LJhX+hUpvQZb34oV0foTBMLBUL444q9WgBoOq1YfE34eizxuEXi2tUf2wHI1Lsw0g=="; 4566 + url = "https://registry.npmjs.org/@ot-builder/errors/-/errors-1.0.8.tgz"; 4567 + sha512 = "I8XzcO4tg8rWKFTS3nHKvPOE27uGH8fZLy9HsqU4yw8rGMYUo1EDxabReQ8v53DhrIlpbObW3/nSrGF4LT6m8Q=="; 4559 4568 }; 4560 4569 }; 4561 - "@ot-builder/io-bin-cff-1.0.7" = { 4570 + "@ot-builder/io-bin-cff-1.0.8" = { 4562 4571 name = "_at_ot-builder_slash_io-bin-cff"; 4563 4572 packageName = "@ot-builder/io-bin-cff"; 4564 - version = "1.0.7"; 4573 + version = "1.0.8"; 4565 4574 src = fetchurl { 4566 - url = "https://registry.npmjs.org/@ot-builder/io-bin-cff/-/io-bin-cff-1.0.7.tgz"; 4567 - sha512 = "bnI4ZTTzZkx70KjVBlMv4LrarFKV8mDGcYOY2ZreWGDg0netY9lMUNmCXvEOOx1g4SX619wf1UWx599vepsZcQ=="; 4575 + url = "https://registry.npmjs.org/@ot-builder/io-bin-cff/-/io-bin-cff-1.0.8.tgz"; 4576 + sha512 = "rHp9PFGeoblPwuCZd/i5l/CgNGv9hWEDQHZP11uQcO45H83iZugVxaT65ChBHoKDFp5x/+oxLSxp6kMu/7diZg=="; 4568 4577 }; 4569 4578 }; 4570 - "@ot-builder/io-bin-encoding-1.0.7" = { 4579 + "@ot-builder/io-bin-encoding-1.0.8" = { 4571 4580 name = "_at_ot-builder_slash_io-bin-encoding"; 4572 4581 packageName = "@ot-builder/io-bin-encoding"; 4573 - version = "1.0.7"; 4582 + version = "1.0.8"; 4574 4583 src = fetchurl { 4575 - url = "https://registry.npmjs.org/@ot-builder/io-bin-encoding/-/io-bin-encoding-1.0.7.tgz"; 4576 - sha512 = "HWybHlIZfD/lsC9XjCmkq4EHNV8jv7/TBKZBC61DZuqe2P1IldKVSTg73si133/IHGP49qMyVplmF3ihq29hUQ=="; 4584 + url = "https://registry.npmjs.org/@ot-builder/io-bin-encoding/-/io-bin-encoding-1.0.8.tgz"; 4585 + sha512 = "bP7U7cr3fkdM3jYtW6fSgBfqjIcVKJu3iZfAOtcP0o+aID6FbETWGpxYrfGcJuvjcQLDPhc0pda1Ag/ypeTnvg=="; 4577 4586 }; 4578 4587 }; 4579 - "@ot-builder/io-bin-ext-private-1.0.7" = { 4588 + "@ot-builder/io-bin-ext-private-1.0.8" = { 4580 4589 name = "_at_ot-builder_slash_io-bin-ext-private"; 4581 4590 packageName = "@ot-builder/io-bin-ext-private"; 4582 - version = "1.0.7"; 4591 + version = "1.0.8"; 4583 4592 src = fetchurl { 4584 - url = "https://registry.npmjs.org/@ot-builder/io-bin-ext-private/-/io-bin-ext-private-1.0.7.tgz"; 4585 - sha512 = "McugROG+MkmqDqJGIh6zHNO2s7k/gido1T4Ow/dmNQBRYUSikRLOm+eusUP7X2dV1H148fIGbIJYXjldTVwyKw=="; 4593 + url = "https://registry.npmjs.org/@ot-builder/io-bin-ext-private/-/io-bin-ext-private-1.0.8.tgz"; 4594 + sha512 = "RTCaiGvbO340gLHh2omj62v0ysOE+rEdcVuISiIb08fo0azLsi+MvzQdwprCOc1+8s5wY/peDCQ38HN/gYC7dA=="; 4586 4595 }; 4587 4596 }; 4588 - "@ot-builder/io-bin-font-1.0.7" = { 4597 + "@ot-builder/io-bin-font-1.0.8" = { 4589 4598 name = "_at_ot-builder_slash_io-bin-font"; 4590 4599 packageName = "@ot-builder/io-bin-font"; 4591 - version = "1.0.7"; 4600 + version = "1.0.8"; 4592 4601 src = fetchurl { 4593 - url = "https://registry.npmjs.org/@ot-builder/io-bin-font/-/io-bin-font-1.0.7.tgz"; 4594 - sha512 = "gN6QQ90Kg29GQS5DW9HSk7z/BHccdZTFIPA7z2xbhb94b+r7gvkt+MGFFTpPdh+7JEFUGhKkHcv05fRh1kDOGw=="; 4602 + url = "https://registry.npmjs.org/@ot-builder/io-bin-font/-/io-bin-font-1.0.8.tgz"; 4603 + sha512 = "6cL1cn7Qmzu1bsx4hr2aqKCMVu1+Si2xA8uGEVOryD94odjX76HJMta4bjH9P///PcQdIeJDczpk1s21LPg6Cw=="; 4595 4604 }; 4596 4605 }; 4597 - "@ot-builder/io-bin-glyph-store-1.0.7" = { 4606 + "@ot-builder/io-bin-glyph-store-1.0.8" = { 4598 4607 name = "_at_ot-builder_slash_io-bin-glyph-store"; 4599 4608 packageName = "@ot-builder/io-bin-glyph-store"; 4600 - version = "1.0.7"; 4609 + version = "1.0.8"; 4601 4610 src = fetchurl { 4602 - url = "https://registry.npmjs.org/@ot-builder/io-bin-glyph-store/-/io-bin-glyph-store-1.0.7.tgz"; 4603 - sha512 = "AI0/pOqaWxhvuKIk5Rm1aRVCuVDJj/F34L9t6F5fvUhkOha6+FOwkZdXaVzUF82396CdVYY7X4D6m+YOjDCQXA=="; 4611 + url = "https://registry.npmjs.org/@ot-builder/io-bin-glyph-store/-/io-bin-glyph-store-1.0.8.tgz"; 4612 + sha512 = "vqr4pyK1oa3ADPUydKQgWZHKk1WAjO7hmMYARbqKzUCPHrqrr2dXJHMW8RNg+JhQykhG0ibHf6NdjHklBzTWIQ=="; 4604 4613 }; 4605 4614 }; 4606 - "@ot-builder/io-bin-layout-1.0.7" = { 4615 + "@ot-builder/io-bin-layout-1.0.8" = { 4607 4616 name = "_at_ot-builder_slash_io-bin-layout"; 4608 4617 packageName = "@ot-builder/io-bin-layout"; 4609 - version = "1.0.7"; 4618 + version = "1.0.8"; 4610 4619 src = fetchurl { 4611 - url = "https://registry.npmjs.org/@ot-builder/io-bin-layout/-/io-bin-layout-1.0.7.tgz"; 4612 - sha512 = "Y0UOiIkNPlbzUcJ4yccTrgS8lwLGHlleJkntTKnMIcYbXhMYTARhiJOZYJ7RjSzZ5n01bpejzGeXYCt4YpfwNw=="; 4620 + url = "https://registry.npmjs.org/@ot-builder/io-bin-layout/-/io-bin-layout-1.0.8.tgz"; 4621 + sha512 = "0xrUl6WPQLpRwsVQXh1aBF28f7gJ0OR7N9xK5CZLsEku6R/uEGPSR0K9xlw8L+74J/ZWCX/WkbNgvvNUfyQLcw=="; 4613 4622 }; 4614 4623 }; 4615 - "@ot-builder/io-bin-metadata-1.0.7" = { 4624 + "@ot-builder/io-bin-metadata-1.0.8" = { 4616 4625 name = "_at_ot-builder_slash_io-bin-metadata"; 4617 4626 packageName = "@ot-builder/io-bin-metadata"; 4618 - version = "1.0.7"; 4627 + version = "1.0.8"; 4619 4628 src = fetchurl { 4620 - url = "https://registry.npmjs.org/@ot-builder/io-bin-metadata/-/io-bin-metadata-1.0.7.tgz"; 4621 - sha512 = "Ze5D2ngX6bSM1Rjm9/0OWUKWVEJRE69ck/aIt1b3cAkreu8p1ldsPMFSL02LcmUpUhGTUCgUzqfhyq3eDC/46Q=="; 4629 + url = "https://registry.npmjs.org/@ot-builder/io-bin-metadata/-/io-bin-metadata-1.0.8.tgz"; 4630 + sha512 = "hgkeZy8JI5pgr3B0ayLDHxOxuIDRSnK/PRxZBydOCsArcW61N8cEPv/DzMKS3iNY0hpTUghZ7INLWC5+0KL63g=="; 4622 4631 }; 4623 4632 }; 4624 - "@ot-builder/io-bin-metric-1.0.7" = { 4633 + "@ot-builder/io-bin-metric-1.0.8" = { 4625 4634 name = "_at_ot-builder_slash_io-bin-metric"; 4626 4635 packageName = "@ot-builder/io-bin-metric"; 4627 - version = "1.0.7"; 4636 + version = "1.0.8"; 4628 4637 src = fetchurl { 4629 - url = "https://registry.npmjs.org/@ot-builder/io-bin-metric/-/io-bin-metric-1.0.7.tgz"; 4630 - sha512 = "DILo1KPj6ZP8VOZIeXCLGXRwgzSmxwGlqjv5b36j+Z+YoOs3pUqrpGz1KK1hWR/URQvDjEXMIWI3bFsiVFgxXw=="; 4638 + url = "https://registry.npmjs.org/@ot-builder/io-bin-metric/-/io-bin-metric-1.0.8.tgz"; 4639 + sha512 = "dKtTJ8AB1VWj/WYv9i+qhm6uKcwdC++MqQiaTLA7/eCnG9O2QjfTbOptYr6KI3+BKwe6/tbyzrqj7G5ZaVmtKA=="; 4631 4640 }; 4632 4641 }; 4633 - "@ot-builder/io-bin-name-1.0.7" = { 4642 + "@ot-builder/io-bin-name-1.0.8" = { 4634 4643 name = "_at_ot-builder_slash_io-bin-name"; 4635 4644 packageName = "@ot-builder/io-bin-name"; 4636 - version = "1.0.7"; 4645 + version = "1.0.8"; 4637 4646 src = fetchurl { 4638 - url = "https://registry.npmjs.org/@ot-builder/io-bin-name/-/io-bin-name-1.0.7.tgz"; 4639 - sha512 = "NmIXTMXGJ4kP8eIKx99u620b9XSSUinZT47KKxjqtYLLuZcsmaToh/eUN7Z4XSMDKO33PeNwWlXNcDAkC82K6g=="; 4647 + url = "https://registry.npmjs.org/@ot-builder/io-bin-name/-/io-bin-name-1.0.8.tgz"; 4648 + sha512 = "p93QSIEoBXtRyBEWI4KLuTTh3EtJTsoSeM7Ifopga7sCPDWFky5GeRqTq+Mvlk0cPiJtV24qdPdaIem5r5PBmg=="; 4640 4649 }; 4641 4650 }; 4642 - "@ot-builder/io-bin-sfnt-1.0.7" = { 4651 + "@ot-builder/io-bin-sfnt-1.0.8" = { 4643 4652 name = "_at_ot-builder_slash_io-bin-sfnt"; 4644 4653 packageName = "@ot-builder/io-bin-sfnt"; 4645 - version = "1.0.7"; 4654 + version = "1.0.8"; 4646 4655 src = fetchurl { 4647 - url = "https://registry.npmjs.org/@ot-builder/io-bin-sfnt/-/io-bin-sfnt-1.0.7.tgz"; 4648 - sha512 = "CtjuqqR+QjEXwo630PPtvW7RYxqfekFGqIZkYHbHI8SnBXGv70jB62itEszuJcipAqfcHBO7ndCCQU9dY/7N3g=="; 4656 + url = "https://registry.npmjs.org/@ot-builder/io-bin-sfnt/-/io-bin-sfnt-1.0.8.tgz"; 4657 + sha512 = "2yogXf3cdd6dI022HPU6lnzL10KU4DOOALkeg84qQCmse0WZdhZAKhdn08sqHIJ+EDjkfpRjHld0F96sKH8e0g=="; 4649 4658 }; 4650 4659 }; 4651 - "@ot-builder/io-bin-ttf-1.0.7" = { 4660 + "@ot-builder/io-bin-ttf-1.0.8" = { 4652 4661 name = "_at_ot-builder_slash_io-bin-ttf"; 4653 4662 packageName = "@ot-builder/io-bin-ttf"; 4654 - version = "1.0.7"; 4663 + version = "1.0.8"; 4655 4664 src = fetchurl { 4656 - url = "https://registry.npmjs.org/@ot-builder/io-bin-ttf/-/io-bin-ttf-1.0.7.tgz"; 4657 - sha512 = "47ZXRatZFx4E7WeFPMOhndkWxeW5uIgUCMu6bVZTxUnw8qRIHXfl+Vgcw9SPxBEod1/9RL0koFcbWIQj5RoE6Q=="; 4665 + url = "https://registry.npmjs.org/@ot-builder/io-bin-ttf/-/io-bin-ttf-1.0.8.tgz"; 4666 + sha512 = "TaX7s9UFyoyajgig7944DgWFmEzzcGjVGz3qz3olgAZcHhrgLoqIlmaxt1jEHgb7LZx3wG4G9WwcSl6arqMdAQ=="; 4658 4667 }; 4659 4668 }; 4660 - "@ot-builder/ot-1.0.7" = { 4669 + "@ot-builder/ot-1.0.8" = { 4661 4670 name = "_at_ot-builder_slash_ot"; 4662 4671 packageName = "@ot-builder/ot"; 4663 - version = "1.0.7"; 4672 + version = "1.0.8"; 4664 4673 src = fetchurl { 4665 - url = "https://registry.npmjs.org/@ot-builder/ot/-/ot-1.0.7.tgz"; 4666 - sha512 = "kHdj0NcWHx+UetLZL+aVfMMTs+tQ/jEp3p+aaWGUI77lJF7ChRWpHdZx7TxnNaoz5/C4WkthHL9pcL0dr0DuPA=="; 4674 + url = "https://registry.npmjs.org/@ot-builder/ot/-/ot-1.0.8.tgz"; 4675 + sha512 = "X2/4GcLGA1dTaR2+iHdhGn64cCLQJ9gZdoAVS3DZjMJIyyScFDVLAGhYHPLYk97EDQ5Pm7RnQNoY11U5igm28g=="; 4667 4676 }; 4668 4677 }; 4669 - "@ot-builder/ot-encoding-1.0.7" = { 4678 + "@ot-builder/ot-encoding-1.0.8" = { 4670 4679 name = "_at_ot-builder_slash_ot-encoding"; 4671 4680 packageName = "@ot-builder/ot-encoding"; 4672 - version = "1.0.7"; 4681 + version = "1.0.8"; 4673 4682 src = fetchurl { 4674 - url = "https://registry.npmjs.org/@ot-builder/ot-encoding/-/ot-encoding-1.0.7.tgz"; 4675 - sha512 = "rM8bYLy+fAAqtO4lKNkpE6UdXlenJiKG7buGD/GwIcTyCLdmIh8V1iJkMm6g2EJ/CkSR9+6b+YnR38TeU2CFwA=="; 4683 + url = "https://registry.npmjs.org/@ot-builder/ot-encoding/-/ot-encoding-1.0.8.tgz"; 4684 + sha512 = "dRmxL8WUfjZAjd8RcSmd3wI442Gzy9i4X7Ock2rj0ZwVxlfQB7F3dx71IVgvSRbrkz2Ny+7htW3eq+V0be+cmw=="; 4676 4685 }; 4677 4686 }; 4678 - "@ot-builder/ot-ext-private-1.0.7" = { 4687 + "@ot-builder/ot-ext-private-1.0.8" = { 4679 4688 name = "_at_ot-builder_slash_ot-ext-private"; 4680 4689 packageName = "@ot-builder/ot-ext-private"; 4681 - version = "1.0.7"; 4690 + version = "1.0.8"; 4682 4691 src = fetchurl { 4683 - url = "https://registry.npmjs.org/@ot-builder/ot-ext-private/-/ot-ext-private-1.0.7.tgz"; 4684 - sha512 = "P/+ZsjPRyR2tyKrUOXdXOfY1KrmeNo0zQ78jE5LVuOzv5DfC8+rIMnZlmlCwPmUS9mk6up5AapxFaJ+6REjhPw=="; 4692 + url = "https://registry.npmjs.org/@ot-builder/ot-ext-private/-/ot-ext-private-1.0.8.tgz"; 4693 + sha512 = "uloryF2vSRkIGHPqLN6FkAb1oZ6xkTR2w407PCgVYO9Pkq/j5d8ZHGM80VOYukfHFUdqskFyYcmojF/0WUA06A=="; 4685 4694 }; 4686 4695 }; 4687 - "@ot-builder/ot-glyphs-1.0.7" = { 4696 + "@ot-builder/ot-glyphs-1.0.8" = { 4688 4697 name = "_at_ot-builder_slash_ot-glyphs"; 4689 4698 packageName = "@ot-builder/ot-glyphs"; 4690 - version = "1.0.7"; 4699 + version = "1.0.8"; 4691 4700 src = fetchurl { 4692 - url = "https://registry.npmjs.org/@ot-builder/ot-glyphs/-/ot-glyphs-1.0.7.tgz"; 4693 - sha512 = "JRg/9XwgyrTZOHSeA9oe11FUKC4ho4o9PZq6QtfQ2kyoRtsvHGeQNuBdJ50GOFz1AypMCowfSo6qPHly15IKnQ=="; 4701 + url = "https://registry.npmjs.org/@ot-builder/ot-glyphs/-/ot-glyphs-1.0.8.tgz"; 4702 + sha512 = "XP7pRUJPq/2dbDqzEAHWIFvwIdVK+BkZ/xPV75hGECEIquh7MpFKAXtLjRyFpVU+RRD0Xplmj/1P4W0047A4JQ=="; 4694 4703 }; 4695 4704 }; 4696 - "@ot-builder/ot-layout-1.0.7" = { 4705 + "@ot-builder/ot-layout-1.0.8" = { 4697 4706 name = "_at_ot-builder_slash_ot-layout"; 4698 4707 packageName = "@ot-builder/ot-layout"; 4699 - version = "1.0.7"; 4708 + version = "1.0.8"; 4700 4709 src = fetchurl { 4701 - url = "https://registry.npmjs.org/@ot-builder/ot-layout/-/ot-layout-1.0.7.tgz"; 4702 - sha512 = "vg7AIL6HtsrdRfPi8HIP3UdikG3WB9nawSb1MOd9/wCjYvln/elikzxCDVxcMaV9ojrzqQYTa53PBZFTSGaR3g=="; 4710 + url = "https://registry.npmjs.org/@ot-builder/ot-layout/-/ot-layout-1.0.8.tgz"; 4711 + sha512 = "fRazZF4bTzyeYjFivbWim6/+dsWeGI6ZW6mCES5GmgidHzcFw2OrvDO1VYIKg5KSafjEZxe4QcMrF86bFkSDTg=="; 4703 4712 }; 4704 4713 }; 4705 - "@ot-builder/ot-metadata-1.0.7" = { 4714 + "@ot-builder/ot-metadata-1.0.8" = { 4706 4715 name = "_at_ot-builder_slash_ot-metadata"; 4707 4716 packageName = "@ot-builder/ot-metadata"; 4708 - version = "1.0.7"; 4717 + version = "1.0.8"; 4709 4718 src = fetchurl { 4710 - url = "https://registry.npmjs.org/@ot-builder/ot-metadata/-/ot-metadata-1.0.7.tgz"; 4711 - sha512 = "y7p6yZ5anIrK2SpU4zLrgFZUWzYTUJzN2kvOVl7hCGLnRWLoQKmyGZ3cMF93BsuHiTRuAv2LoASrDIzup2uL2A=="; 4719 + url = "https://registry.npmjs.org/@ot-builder/ot-metadata/-/ot-metadata-1.0.8.tgz"; 4720 + sha512 = "p0z1ywytkvDVUivKV9m8dE7jFztnBFvn/WIqXgpxaqhzXcDIc5mDl1hca/1DJU1ZAwdR03fifEsniCz+3Vaynw=="; 4712 4721 }; 4713 4722 }; 4714 - "@ot-builder/ot-name-1.0.7" = { 4723 + "@ot-builder/ot-name-1.0.8" = { 4715 4724 name = "_at_ot-builder_slash_ot-name"; 4716 4725 packageName = "@ot-builder/ot-name"; 4717 - version = "1.0.7"; 4726 + version = "1.0.8"; 4718 4727 src = fetchurl { 4719 - url = "https://registry.npmjs.org/@ot-builder/ot-name/-/ot-name-1.0.7.tgz"; 4720 - sha512 = "0y6hkn3v2Z6DgJwy1jjt0mXg+O6DNXbq0sZxKVN3iGvEo2dW9MVCIdDvFT3uEIeaA8Etbr7p2gMmUXh+7SWomQ=="; 4728 + url = "https://registry.npmjs.org/@ot-builder/ot-name/-/ot-name-1.0.8.tgz"; 4729 + sha512 = "P9X7Fwg7s27n4eTXJqh68Cfrg2K5x28JaIINdgIo4wnRNVfmc/JjH/Z5Rz5U3ahytUdY6+pS+YJAW9BYJ2DJOw=="; 4721 4730 }; 4722 4731 }; 4723 - "@ot-builder/ot-sfnt-1.0.7" = { 4732 + "@ot-builder/ot-sfnt-1.0.8" = { 4724 4733 name = "_at_ot-builder_slash_ot-sfnt"; 4725 4734 packageName = "@ot-builder/ot-sfnt"; 4726 - version = "1.0.7"; 4735 + version = "1.0.8"; 4727 4736 src = fetchurl { 4728 - url = "https://registry.npmjs.org/@ot-builder/ot-sfnt/-/ot-sfnt-1.0.7.tgz"; 4729 - sha512 = "1DZQoSqirRPHOHpUcVBOo3M3s1DefEyLYVURwNQEH9HmJkcaNNAaZpBcqW2NtqGLQ/fUVeuM3cOI3Ek+4L+QGQ=="; 4737 + url = "https://registry.npmjs.org/@ot-builder/ot-sfnt/-/ot-sfnt-1.0.8.tgz"; 4738 + sha512 = "tfKv7EuSVKWgKFKOcdCMqWA6tCTf+bye3kWyYYJaG149w1YpzFqMMYk1uB95rL6cjJWvkphZdN2BSbEaUcD+sg=="; 4730 4739 }; 4731 4740 }; 4732 - "@ot-builder/ot-standard-glyph-namer-1.0.7" = { 4741 + "@ot-builder/ot-standard-glyph-namer-1.0.8" = { 4733 4742 name = "_at_ot-builder_slash_ot-standard-glyph-namer"; 4734 4743 packageName = "@ot-builder/ot-standard-glyph-namer"; 4735 - version = "1.0.7"; 4744 + version = "1.0.8"; 4736 4745 src = fetchurl { 4737 - url = "https://registry.npmjs.org/@ot-builder/ot-standard-glyph-namer/-/ot-standard-glyph-namer-1.0.7.tgz"; 4738 - sha512 = "9Icp+Bb6g6Su+7Q9thSiLtmzbHDU5dOlhAUFnrKmHBu13UGYXJBHoe2F6GQ7kDooSrIBvO7b3v61beY+Pi2fwg=="; 4746 + url = "https://registry.npmjs.org/@ot-builder/ot-standard-glyph-namer/-/ot-standard-glyph-namer-1.0.8.tgz"; 4747 + sha512 = "sNEu9Ye5IdISzSaLnyNl/0ZwQY8DLUfvGuQs45JPT84WTpkB7c1BpndlSfcCDZaqdtTXN/tNS2fAN7TJm1g9Ig=="; 4739 4748 }; 4740 4749 }; 4741 - "@ot-builder/prelude-1.0.7" = { 4750 + "@ot-builder/prelude-1.0.8" = { 4742 4751 name = "_at_ot-builder_slash_prelude"; 4743 4752 packageName = "@ot-builder/prelude"; 4744 - version = "1.0.7"; 4753 + version = "1.0.8"; 4745 4754 src = fetchurl { 4746 - url = "https://registry.npmjs.org/@ot-builder/prelude/-/prelude-1.0.7.tgz"; 4747 - sha512 = "bh+7Tp847MvnwZYV7ghSJkekprxsEAPlCgGopTwBWhgk7So/8+RZK+a24VSK4qSNDCr8lNoYh9PSMO4mAR0j/Q=="; 4755 + url = "https://registry.npmjs.org/@ot-builder/prelude/-/prelude-1.0.8.tgz"; 4756 + sha512 = "wknxzHrwwcN4m32P1FmYScTD03Vtj5mQWCx21NCzcsUyEfGasUvTzoPhOw5qUdklN3azFSjByfjpMUAjCRfnJg=="; 4748 4757 }; 4749 4758 }; 4750 - "@ot-builder/primitive-1.0.7" = { 4759 + "@ot-builder/primitive-1.0.8" = { 4751 4760 name = "_at_ot-builder_slash_primitive"; 4752 4761 packageName = "@ot-builder/primitive"; 4753 - version = "1.0.7"; 4762 + version = "1.0.8"; 4754 4763 src = fetchurl { 4755 - url = "https://registry.npmjs.org/@ot-builder/primitive/-/primitive-1.0.7.tgz"; 4756 - sha512 = "rvIDdf+20reSTbZWro6RcBwmIoeLE0r8wprUWEWP/hBEzbIvfTw4cik188zBjRXKhZUsAnLUynjeqokhP51Txw=="; 4764 + url = "https://registry.npmjs.org/@ot-builder/primitive/-/primitive-1.0.8.tgz"; 4765 + sha512 = "jJydJoA67wop43AVcH+E+5Q2DU7epll1J6krs6Oz3Rrs7x2RB5fc79nWJMm8bHpKPB0xnA3zsLiJjERB7Ud9dw=="; 4757 4766 }; 4758 4767 }; 4759 - "@ot-builder/rectify-1.0.7" = { 4768 + "@ot-builder/rectify-1.0.8" = { 4760 4769 name = "_at_ot-builder_slash_rectify"; 4761 4770 packageName = "@ot-builder/rectify"; 4762 - version = "1.0.7"; 4771 + version = "1.0.8"; 4763 4772 src = fetchurl { 4764 - url = "https://registry.npmjs.org/@ot-builder/rectify/-/rectify-1.0.7.tgz"; 4765 - sha512 = "RNQxUMGkcqeoYirAjJjVfUIofZzR9ZPmwD1BnQPznabCgC1cuIXCgDdYzjANh72hJeOhhN9ewVA3WM013llZRA=="; 4773 + url = "https://registry.npmjs.org/@ot-builder/rectify/-/rectify-1.0.8.tgz"; 4774 + sha512 = "RFD/oA3kTviuj7WHRynyMT4zBFNB8tSifrMjQxyY28BEWckieX27RM9+QynfuHg07s1pZ/mZC5g3wLwjdeE5+w=="; 4766 4775 }; 4767 4776 }; 4768 - "@ot-builder/stat-glyphs-1.0.7" = { 4777 + "@ot-builder/stat-glyphs-1.0.8" = { 4769 4778 name = "_at_ot-builder_slash_stat-glyphs"; 4770 4779 packageName = "@ot-builder/stat-glyphs"; 4771 - version = "1.0.7"; 4780 + version = "1.0.8"; 4772 4781 src = fetchurl { 4773 - url = "https://registry.npmjs.org/@ot-builder/stat-glyphs/-/stat-glyphs-1.0.7.tgz"; 4774 - sha512 = "KVW+RS5DJwWvrrbe2zO+p60kaYeDMlf+zN2D8JrpCr5pbVumOWtgBHMInD9HU4Qnng2DW5X1IPy4dEMyGLla6w=="; 4782 + url = "https://registry.npmjs.org/@ot-builder/stat-glyphs/-/stat-glyphs-1.0.8.tgz"; 4783 + sha512 = "rSQPs0laN2H+jBTKFA/q9+rcOJO9bJVHvCxHu74hfwjvlpysWbaN/+9PwMb5mFIP/GzToYfYhgZ6e7qBNRSM+g=="; 4775 4784 }; 4776 4785 }; 4777 - "@ot-builder/trace-1.0.7" = { 4786 + "@ot-builder/trace-1.0.8" = { 4778 4787 name = "_at_ot-builder_slash_trace"; 4779 4788 packageName = "@ot-builder/trace"; 4780 - version = "1.0.7"; 4789 + version = "1.0.8"; 4781 4790 src = fetchurl { 4782 - url = "https://registry.npmjs.org/@ot-builder/trace/-/trace-1.0.7.tgz"; 4783 - sha512 = "jO5Op3OHs18erCA3jv2/fmfht9jyiXYqbGtfssWC5vZuwtC4h998nj07PRh+MT4L+tsIbJfgj6WuG2K9rwSy9Q=="; 4791 + url = "https://registry.npmjs.org/@ot-builder/trace/-/trace-1.0.8.tgz"; 4792 + sha512 = "VGPt+1UT+yDzouUDugMW2z7tFED+sHJKT5mOwl6N2t/+Er6gaxrRlfYKvdHqdgFKIg8oKytoZS3wOauWiVF02w=="; 4784 4793 }; 4785 4794 }; 4786 - "@ot-builder/var-store-1.0.7" = { 4795 + "@ot-builder/var-store-1.0.8" = { 4787 4796 name = "_at_ot-builder_slash_var-store"; 4788 4797 packageName = "@ot-builder/var-store"; 4789 - version = "1.0.7"; 4798 + version = "1.0.8"; 4790 4799 src = fetchurl { 4791 - url = "https://registry.npmjs.org/@ot-builder/var-store/-/var-store-1.0.7.tgz"; 4792 - sha512 = "z47s+cbzRtI4coWgdVgjSX+lktYUenL0k+z+pIwKU6nI+ASpnJtgfczB7FpqvDhLw3fYV9U4K5bSAUC+z8KYmw=="; 4800 + url = "https://registry.npmjs.org/@ot-builder/var-store/-/var-store-1.0.8.tgz"; 4801 + sha512 = "Wo3xfMDzmlqSNEn5YOO8hxW7X9YTw6fCUmfUmfaOAmNYRWsVHnLwTSnu92M6p0shMqVHzgqhCHDxG7KZAuSNwQ=="; 4793 4802 }; 4794 4803 }; 4795 - "@ot-builder/variance-1.0.7" = { 4804 + "@ot-builder/variance-1.0.8" = { 4796 4805 name = "_at_ot-builder_slash_variance"; 4797 4806 packageName = "@ot-builder/variance"; 4798 - version = "1.0.7"; 4807 + version = "1.0.8"; 4799 4808 src = fetchurl { 4800 - url = "https://registry.npmjs.org/@ot-builder/variance/-/variance-1.0.7.tgz"; 4801 - sha512 = "7yHCMLolNIlR4QsXYvNNoSAagSg8niSoXWo/43YSWlsdU6O1/osJhGOPBMA+LcDj1Gl2SLSaQfDr92e3Wk7dRQ=="; 4809 + url = "https://registry.npmjs.org/@ot-builder/variance/-/variance-1.0.8.tgz"; 4810 + sha512 = "GaWs/PMrzkAJJmf5Wm0qr09AHYP9ydNk6J9KEs7GXH7gBm6X5pl/V6D105u+6Tx+QSGotRvc8einQm/vazug7A=="; 4802 4811 }; 4803 4812 }; 4804 4813 "@parcel/fs-1.11.0" = { ··· 5044 5053 sha512 = "RB6vWO78v6c+SW/3bZh+XZMr4nGdJKAiPGsBALuUZnLuCiQ7aXCT1AuFHqnfS2gyXbEUEj+kw8p4ux8KdAfs3A=="; 5045 5054 }; 5046 5055 }; 5047 - "@redocly/openapi-core-1.0.0-beta.48" = { 5056 + "@redocly/openapi-core-1.0.0-beta.49" = { 5048 5057 name = "_at_redocly_slash_openapi-core"; 5049 5058 packageName = "@redocly/openapi-core"; 5050 - version = "1.0.0-beta.48"; 5059 + version = "1.0.0-beta.49"; 5051 5060 src = fetchurl { 5052 - url = "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.0.0-beta.48.tgz"; 5053 - sha512 = "rlus9qQC4Pkzz2Ljcv+jQjFdKOYSWnsYXWN6zNik9iiiQtMmGEdszsERCbSAYw/CZ5DRCAHMeKrh8f4LBCpx1A=="; 5061 + url = "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.0.0-beta.49.tgz"; 5062 + sha512 = "SwCtQeyovcV7cS6YQoe5GWX3hWXAZrnrZQtQv0YW91CtrZMBdk5qA5eQ9Mkkbk6YOKKCWkc8yD+KdkRATlyPNw=="; 5054 5063 }; 5055 5064 }; 5056 5065 "@redocly/react-dropdown-aria-2.0.11" = { ··· 6619 6628 sha512 = "MPtoySlAZQ37VoLaPcTHCu1RWJ4llDkULYZIzOYxlhxBqYPB0RsRlmMU0R6tahtFe27mIdkHV+551ZWV4PLmVw=="; 6620 6629 }; 6621 6630 }; 6622 - "@types/koa-2.13.2" = { 6631 + "@types/koa-2.13.3" = { 6623 6632 name = "_at_types_slash_koa"; 6624 6633 packageName = "@types/koa"; 6625 - version = "2.13.2"; 6634 + version = "2.13.3"; 6626 6635 src = fetchurl { 6627 - url = "https://registry.npmjs.org/@types/koa/-/koa-2.13.2.tgz"; 6628 - sha512 = "MHKUNSaw940A8h4tRo+ccDR5SxCkT+OKq1QS5ZmvgB64hO2wsUhb5yvFa464uqTH+R/A/SzxneIfOjiQ6EpBGA=="; 6636 + url = "https://registry.npmjs.org/@types/koa/-/koa-2.13.3.tgz"; 6637 + sha512 = "TaujBV+Dhe/FvmSMZJtCFBms+bqQacgUebk/M2C2tq8iGmHE/DDf4DcW2Hc7NqusVZmy5xzrWOjtdPKNP+fTfw=="; 6629 6638 }; 6630 6639 }; 6631 6640 "@types/koa-compose-3.2.5" = { ··· 7015 7024 sha512 = "0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA=="; 7016 7025 }; 7017 7026 }; 7027 + "@types/raf-3.4.0" = { 7028 + name = "_at_types_slash_raf"; 7029 + packageName = "@types/raf"; 7030 + version = "3.4.0"; 7031 + src = fetchurl { 7032 + url = "https://registry.npmjs.org/@types/raf/-/raf-3.4.0.tgz"; 7033 + sha512 = "taW5/WYqo36N7V39oYyHP9Ipfd5pNFvGTIQsNGj86xV88YQ7GnI30/yMfKDF7Zgin0m3e+ikX88FvImnK4RjGw=="; 7034 + }; 7035 + }; 7018 7036 "@types/range-parser-1.2.3" = { 7019 7037 name = "_at_types_slash_range-parser"; 7020 7038 packageName = "@types/range-parser"; ··· 7402 7420 sha512 = "S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw=="; 7403 7421 }; 7404 7422 }; 7405 - "@typescript-eslint/eslint-plugin-4.25.0" = { 7423 + "@typescript-eslint/eslint-plugin-4.26.0" = { 7406 7424 name = "_at_typescript-eslint_slash_eslint-plugin"; 7407 7425 packageName = "@typescript-eslint/eslint-plugin"; 7408 - version = "4.25.0"; 7426 + version = "4.26.0"; 7409 7427 src = fetchurl { 7410 - url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz"; 7411 - sha512 = "Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ=="; 7428 + url = "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz"; 7429 + sha512 = "yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg=="; 7412 7430 }; 7413 7431 }; 7414 7432 "@typescript-eslint/experimental-utils-3.10.1" = { ··· 7420 7438 sha512 = "DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw=="; 7421 7439 }; 7422 7440 }; 7423 - "@typescript-eslint/experimental-utils-4.25.0" = { 7441 + "@typescript-eslint/experimental-utils-4.26.0" = { 7424 7442 name = "_at_typescript-eslint_slash_experimental-utils"; 7425 7443 packageName = "@typescript-eslint/experimental-utils"; 7426 - version = "4.25.0"; 7444 + version = "4.26.0"; 7427 7445 src = fetchurl { 7428 - url = "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz"; 7429 - sha512 = "f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w=="; 7446 + url = "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz"; 7447 + sha512 = "TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw=="; 7430 7448 }; 7431 7449 }; 7432 7450 "@typescript-eslint/parser-3.10.1" = { ··· 7438 7456 sha512 = "Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw=="; 7439 7457 }; 7440 7458 }; 7441 - "@typescript-eslint/parser-4.25.0" = { 7459 + "@typescript-eslint/parser-4.26.0" = { 7442 7460 name = "_at_typescript-eslint_slash_parser"; 7443 7461 packageName = "@typescript-eslint/parser"; 7444 - version = "4.25.0"; 7462 + version = "4.26.0"; 7445 7463 src = fetchurl { 7446 - url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.25.0.tgz"; 7447 - sha512 = "OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg=="; 7464 + url = "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz"; 7465 + sha512 = "b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg=="; 7448 7466 }; 7449 7467 }; 7450 - "@typescript-eslint/scope-manager-4.25.0" = { 7468 + "@typescript-eslint/scope-manager-4.26.0" = { 7451 7469 name = "_at_typescript-eslint_slash_scope-manager"; 7452 7470 packageName = "@typescript-eslint/scope-manager"; 7453 - version = "4.25.0"; 7471 + version = "4.26.0"; 7454 7472 src = fetchurl { 7455 - url = "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz"; 7456 - sha512 = "2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w=="; 7473 + url = "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz"; 7474 + sha512 = "G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg=="; 7457 7475 }; 7458 7476 }; 7459 7477 "@typescript-eslint/types-3.10.1" = { ··· 7465 7483 sha512 = "+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ=="; 7466 7484 }; 7467 7485 }; 7468 - "@typescript-eslint/types-4.25.0" = { 7486 + "@typescript-eslint/types-4.26.0" = { 7469 7487 name = "_at_typescript-eslint_slash_types"; 7470 7488 packageName = "@typescript-eslint/types"; 7471 - version = "4.25.0"; 7472 - src = fetchurl { 7473 - url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.25.0.tgz"; 7474 - sha512 = "+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ=="; 7475 - }; 7476 - }; 7477 - "@typescript-eslint/typescript-estree-2.34.0" = { 7478 - name = "_at_typescript-eslint_slash_typescript-estree"; 7479 - packageName = "@typescript-eslint/typescript-estree"; 7480 - version = "2.34.0"; 7489 + version = "4.26.0"; 7481 7490 src = fetchurl { 7482 - url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz"; 7483 - sha512 = "OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg=="; 7491 + url = "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz"; 7492 + sha512 = "rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A=="; 7484 7493 }; 7485 7494 }; 7486 7495 "@typescript-eslint/typescript-estree-3.10.1" = { ··· 7492 7501 sha512 = "QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w=="; 7493 7502 }; 7494 7503 }; 7495 - "@typescript-eslint/typescript-estree-4.25.0" = { 7504 + "@typescript-eslint/typescript-estree-4.26.0" = { 7496 7505 name = "_at_typescript-eslint_slash_typescript-estree"; 7497 7506 packageName = "@typescript-eslint/typescript-estree"; 7498 - version = "4.25.0"; 7507 + version = "4.26.0"; 7499 7508 src = fetchurl { 7500 - url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz"; 7501 - sha512 = "1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg=="; 7509 + url = "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz"; 7510 + sha512 = "GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg=="; 7502 7511 }; 7503 7512 }; 7504 7513 "@typescript-eslint/visitor-keys-3.10.1" = { ··· 7510 7519 sha512 = "9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ=="; 7511 7520 }; 7512 7521 }; 7513 - "@typescript-eslint/visitor-keys-4.25.0" = { 7522 + "@typescript-eslint/visitor-keys-4.26.0" = { 7514 7523 name = "_at_typescript-eslint_slash_visitor-keys"; 7515 7524 packageName = "@typescript-eslint/visitor-keys"; 7516 - version = "4.25.0"; 7525 + version = "4.26.0"; 7517 7526 src = fetchurl { 7518 - url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz"; 7519 - sha512 = "AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg=="; 7527 + url = "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz"; 7528 + sha512 = "cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg=="; 7520 7529 }; 7521 7530 }; 7522 7531 "@uifabric/foundation-7.9.26" = { ··· 8536 8545 sha512 = "nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="; 8537 8546 }; 8538 8547 }; 8539 - "acorn-8.2.4" = { 8548 + "acorn-8.3.0" = { 8540 8549 name = "acorn"; 8541 8550 packageName = "acorn"; 8542 - version = "8.2.4"; 8551 + version = "8.3.0"; 8543 8552 src = fetchurl { 8544 - url = "https://registry.npmjs.org/acorn/-/acorn-8.2.4.tgz"; 8545 - sha512 = "Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg=="; 8553 + url = "https://registry.npmjs.org/acorn/-/acorn-8.3.0.tgz"; 8554 + sha512 = "tqPKHZ5CaBJw0Xmy0ZZvLs1qTV+BNFSyvn77ASXkpBNfIRk8ev26fKrD9iLGwGA9zedPao52GSHzq8lyZG0NUw=="; 8546 8555 }; 8547 8556 }; 8548 8557 "acorn-globals-1.0.9" = { ··· 12352 12361 sha512 = "SrLwMzrpETJDiH9z12EMcqtApgcQo9XsPi+S9Aodezu53ALcGjBBQ7+C+IWbsSCBlSvNEec8sqfh3itO/j/QUw=="; 12353 12362 }; 12354 12363 }; 12364 + "bit-field-1.3.6" = { 12365 + name = "bit-field"; 12366 + packageName = "bit-field"; 12367 + version = "1.3.6"; 12368 + src = fetchurl { 12369 + url = "https://registry.npmjs.org/bit-field/-/bit-field-1.3.6.tgz"; 12370 + sha512 = "gu+wXJ+saekzja7tSRygoR+M+C88U0IoVTdp0SmZj5tyDwSkWmZNhSUkBmHx2NNZcSAB0gu9g8yBd1Kn7ECVmw=="; 12371 + }; 12372 + }; 12355 12373 "bitcoin-core-2.3.0" = { 12356 12374 name = "bitcoin-core"; 12357 12375 packageName = "bitcoin-core"; ··· 12883 12901 sha1 = "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"; 12884 12902 }; 12885 12903 }; 12886 - "boolean-3.0.4" = { 12904 + "boolean-3.1.0" = { 12887 12905 name = "boolean"; 12888 12906 packageName = "boolean"; 12889 - version = "3.0.4"; 12907 + version = "3.1.0"; 12890 12908 src = fetchurl { 12891 - url = "https://registry.npmjs.org/boolean/-/boolean-3.0.4.tgz"; 12892 - sha512 = "5pyOr+w2LNN72F2mAq6J0ckHUfJYSgRKma7e/wlcMMhgOLV9OI0ERhERYXxUqo+dPyVxcbXKy9n+wg13+LpNnA=="; 12909 + url = "https://registry.npmjs.org/boolean/-/boolean-3.1.0.tgz"; 12910 + sha512 = "K6r5tvO1ykeYerI7jIyTvSFw2l6D6DzqkljGj2E2uyYAAdDo2SV4qGJIV75cHIQpTFyb6BB0BEHiDdDrFsNI+g=="; 12893 12911 }; 12894 12912 }; 12895 12913 "boom-2.10.1" = { ··· 13423 13441 sha512 = "tkrtMDxeJorn5p0KxaLXELneT8AbfZMpOFeoKYZ5qCCMMSluNuwut7pGccLC5YOJqmuk0DR774vNVQLC9sNq/A=="; 13424 13442 }; 13425 13443 }; 13444 + "btoa-1.2.1" = { 13445 + name = "btoa"; 13446 + packageName = "btoa"; 13447 + version = "1.2.1"; 13448 + src = fetchurl { 13449 + url = "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz"; 13450 + sha512 = "SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g=="; 13451 + }; 13452 + }; 13426 13453 "btoa-lite-1.0.0" = { 13427 13454 name = "btoa-lite"; 13428 13455 packageName = "btoa-lite"; ··· 14287 14314 sha512 = "bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw=="; 14288 14315 }; 14289 14316 }; 14290 - "caniuse-lite-1.0.30001230" = { 14317 + "caniuse-lite-1.0.30001232" = { 14291 14318 name = "caniuse-lite"; 14292 14319 packageName = "caniuse-lite"; 14293 - version = "1.0.30001230"; 14320 + version = "1.0.30001232"; 14294 14321 src = fetchurl { 14295 - url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz"; 14296 - sha512 = "5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ=="; 14322 + url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001232.tgz"; 14323 + sha512 = "e4Gyp7P8vqC2qV2iHA+cJNf/yqUKOShXQOJHQt81OHxlIZl/j/j3soEA0adAQi8CPUQgvOdDENyQ5kd6a6mNSg=="; 14297 14324 }; 14298 14325 }; 14299 14326 "canvas-2.8.0" = { ··· 14303 14330 src = fetchurl { 14304 14331 url = "https://registry.npmjs.org/canvas/-/canvas-2.8.0.tgz"; 14305 14332 sha512 = "gLTi17X8WY9Cf5GZ2Yns8T5lfBOcGgFehDFb+JQwDqdOoBOcECS9ZWMEAqMSVcMYwXD659J8NyzjRY/2aE+C2Q=="; 14333 + }; 14334 + }; 14335 + "canvg-3.0.7" = { 14336 + name = "canvg"; 14337 + packageName = "canvg"; 14338 + version = "3.0.7"; 14339 + src = fetchurl { 14340 + url = "https://registry.npmjs.org/canvg/-/canvg-3.0.7.tgz"; 14341 + sha512 = "4sq6iL5Q4VOXS3PL1BapiXIZItpxYyANVzsAKpTPS5oq4u3SKbGfUcbZh2gdLCQ3jWpG/y5wRkMlBBAJhXeiZA=="; 14306 14342 }; 14307 14343 }; 14308 14344 "caporal-1.4.0" = { ··· 14440 14476 sha512 = "vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg=="; 14441 14477 }; 14442 14478 }; 14443 - "cdk8s-1.0.0-beta.11" = { 14479 + "cdk8s-1.0.0-beta.14" = { 14444 14480 name = "cdk8s"; 14445 14481 packageName = "cdk8s"; 14446 - version = "1.0.0-beta.11"; 14482 + version = "1.0.0-beta.14"; 14447 14483 src = fetchurl { 14448 - url = "https://registry.npmjs.org/cdk8s/-/cdk8s-1.0.0-beta.11.tgz"; 14449 - sha512 = "G6SIJSg6mxeEzWEWNY8NAn/jqysTPegV79mOQ6eYj1uyKYggyzP5MzuWt8fKmYShM5BTDadnCRajwDnku9LZeQ=="; 14484 + url = "https://registry.npmjs.org/cdk8s/-/cdk8s-1.0.0-beta.14.tgz"; 14485 + sha512 = "NU5mZbOE3RgRX7a9zHf4AgiNcI/clqQ9vw/YixSgVe2AOiAsUXuSH2BCc3eFAZSlPSQYLxWG6mSCGY/06cy5Hw=="; 14450 14486 }; 14451 14487 }; 14452 14488 "cdktf-0.4.0" = { ··· 16681 16717 sha512 = "eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q=="; 16682 16718 }; 16683 16719 }; 16684 - "compress-commons-4.1.0" = { 16720 + "compress-commons-4.1.1" = { 16685 16721 name = "compress-commons"; 16686 16722 packageName = "compress-commons"; 16687 - version = "4.1.0"; 16723 + version = "4.1.1"; 16688 16724 src = fetchurl { 16689 - url = "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.0.tgz"; 16690 - sha512 = "ofaaLqfraD1YRTkrRKPCrGJ1pFeDG/MVCkVVV2FNGeWquSlqw5wOrwOfPQ1xF2u+blpeWASie5EubHz+vsNIgA=="; 16725 + url = "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz"; 16726 + sha512 = "QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ=="; 16691 16727 }; 16692 16728 }; 16693 16729 "compressible-2.0.18" = { ··· 17003 17039 src = fetchurl { 17004 17040 url = "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz"; 17005 17041 sha1 = "c20b96d8c617748aaf1c16021760cd27fcb8cb75"; 17006 - }; 17007 - }; 17008 - "constructs-3.3.71" = { 17009 - name = "constructs"; 17010 - packageName = "constructs"; 17011 - version = "3.3.71"; 17012 - src = fetchurl { 17013 - url = "https://registry.npmjs.org/constructs/-/constructs-3.3.71.tgz"; 17014 - sha512 = "3KFtTsA7OV27m/+pJhN4iJkKzHbPIPvyvEX5BQ/JCAWjfCHOQEVpIgxHLpT4i8L1OFta+pJrzcEVAHo6UitwqA=="; 17015 17042 }; 17016 17043 }; 17017 17044 "constructs-3.3.75" = { ··· 17519 17546 sha512 = "Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ=="; 17520 17547 }; 17521 17548 }; 17522 - "core-js-3.13.0" = { 17549 + "core-js-3.13.1" = { 17523 17550 name = "core-js"; 17524 17551 packageName = "core-js"; 17525 - version = "3.13.0"; 17552 + version = "3.13.1"; 17526 17553 src = fetchurl { 17527 - url = "https://registry.npmjs.org/core-js/-/core-js-3.13.0.tgz"; 17528 - sha512 = "iWDbiyha1M5vFwPFmQnvRv+tJzGbFAm6XimJUT0NgHYW3xZEs1SkCAcasWSVFxpI2Xb/V1DDJckq3v90+bQnog=="; 17554 + url = "https://registry.npmjs.org/core-js/-/core-js-3.13.1.tgz"; 17555 + sha512 = "JqveUc4igkqwStL2RTRn/EPFGBOfEZHxJl/8ej1mXJR75V3go2mFF4bmUYkEIT1rveHKnkUlcJX/c+f1TyIovQ=="; 17529 17556 }; 17530 17557 }; 17531 17558 "core-js-3.8.3" = { ··· 17537 17564 sha512 = "KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q=="; 17538 17565 }; 17539 17566 }; 17540 - "core-js-compat-3.13.0" = { 17567 + "core-js-compat-3.13.1" = { 17541 17568 name = "core-js-compat"; 17542 17569 packageName = "core-js-compat"; 17543 - version = "3.13.0"; 17570 + version = "3.13.1"; 17544 17571 src = fetchurl { 17545 - url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.13.0.tgz"; 17546 - sha512 = "jhbI2zpVskgfDC9mGRaDo1gagd0E0i/kYW0+WvibL/rafEHKAHO653hEXIxJHqRlRLITluXtRH3AGTL5qJmifQ=="; 17572 + url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.13.1.tgz"; 17573 + sha512 = "mdrcxc0WznfRd8ZicEZh1qVeJ2mu6bwQFh8YVUK48friy/FOwFV5EJj9/dlh+nMQ74YusdVfBFDuomKgUspxWQ=="; 17547 17574 }; 17548 17575 }; 17549 - "core-js-pure-3.13.0" = { 17576 + "core-js-pure-3.13.1" = { 17550 17577 name = "core-js-pure"; 17551 17578 packageName = "core-js-pure"; 17552 - version = "3.13.0"; 17579 + version = "3.13.1"; 17553 17580 src = fetchurl { 17554 - url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.0.tgz"; 17555 - sha512 = "7VTvXbsMxROvzPAVczLgfizR8CyYnvWPrb1eGrtlZAJfjQWEHLofVfCKljLHdpazTfpaziRORwUH/kfGDKvpdA=="; 17581 + url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.1.tgz"; 17582 + sha512 = "wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw=="; 17556 17583 }; 17557 17584 }; 17558 17585 "core-util-is-1.0.2" = { ··· 17670 17697 src = fetchurl { 17671 17698 url = "https://registry.npmjs.org/cp-file/-/cp-file-7.0.0.tgz"; 17672 17699 sha512 = "0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw=="; 17700 + }; 17701 + }; 17702 + "cp-file-9.0.0" = { 17703 + name = "cp-file"; 17704 + packageName = "cp-file"; 17705 + version = "9.0.0"; 17706 + src = fetchurl { 17707 + url = "https://registry.npmjs.org/cp-file/-/cp-file-9.0.0.tgz"; 17708 + sha512 = "hNEM3AuZz84zOPgL8ozJ057+DjuD6LpwyYNiyTsLDU71Ke2E3KV909xhGYLK7WQ0srJRwzs/1+bSE1pk/HRC6w=="; 17673 17709 }; 17674 17710 }; 17675 17711 "cpu-percentage-1.0.3" = { ··· 20390 20426 sha512 = "Rps1xDkEEBSq3kLdsdnHZL1x2S4NGDcbrjmd4q+PykK5aJwDdP5MBgrJw1Xo+kyUHuv3JEzPqxr+Dj9ryeDRTA=="; 20391 20427 }; 20392 20428 }; 20393 - "detective-postcss-3.0.1" = { 20429 + "detective-postcss-4.0.0" = { 20394 20430 name = "detective-postcss"; 20395 20431 packageName = "detective-postcss"; 20396 - version = "3.0.1"; 20432 + version = "4.0.0"; 20397 20433 src = fetchurl { 20398 - url = "https://registry.npmjs.org/detective-postcss/-/detective-postcss-3.0.1.tgz"; 20399 - sha512 = "tfTS2GdpUal5NY0aCqI4dpEy8Xfr88AehYKB0iBIZvo8y2g3UsrcDnrp9PR2FbzoW7xD5Rip3NJW7eCSvtqdUw=="; 20434 + url = "https://registry.npmjs.org/detective-postcss/-/detective-postcss-4.0.0.tgz"; 20435 + sha512 = "Fwc/g9VcrowODIAeKRWZfVA/EufxYL7XfuqJQFroBKGikKX83d2G7NFw6kDlSYGG3LNQIyVa+eWv1mqre+v4+A=="; 20400 20436 }; 20401 20437 }; 20402 20438 "detective-sass-3.0.1" = { ··· 20426 20462 sha1 = "50aee7db8babb990381f010c63fabba5b58e54cd"; 20427 20463 }; 20428 20464 }; 20429 - "detective-typescript-5.8.0" = { 20465 + "detective-typescript-7.0.0" = { 20430 20466 name = "detective-typescript"; 20431 20467 packageName = "detective-typescript"; 20432 - version = "5.8.0"; 20468 + version = "7.0.0"; 20433 20469 src = fetchurl { 20434 - url = "https://registry.npmjs.org/detective-typescript/-/detective-typescript-5.8.0.tgz"; 20435 - sha512 = "SrsUCfCaDTF64QVMHMidRal+kmkbIc5zP8cxxZPsomWx9vuEUjBlSJNhf7/ypE5cLdJJDI4qzKDmyzqQ+iz/xg=="; 20470 + url = "https://registry.npmjs.org/detective-typescript/-/detective-typescript-7.0.0.tgz"; 20471 + sha512 = "y/Ev98AleGvl43YKTNcA2Q+lyFmsmCfTTNWy4cjEJxoLkbobcXtRS0Kvx06daCgr2GdtlwLfNzL553BkktfJoA=="; 20436 20472 }; 20437 20473 }; 20438 20474 "devtools-protocol-0.0.854822" = { ··· 21119 21155 sha512 = "3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ=="; 21120 21156 }; 21121 21157 }; 21122 - "dompurify-2.2.8" = { 21158 + "dompurify-2.2.9" = { 21123 21159 name = "dompurify"; 21124 21160 packageName = "dompurify"; 21125 - version = "2.2.8"; 21161 + version = "2.2.9"; 21126 21162 src = fetchurl { 21127 - url = "https://registry.npmjs.org/dompurify/-/dompurify-2.2.8.tgz"; 21128 - sha512 = "9H0UL59EkDLgY3dUFjLV6IEUaHm5qp3mxSqWw7Yyx4Zhk2Jn2cmLe+CNPP3xy13zl8Bqg+0NehQzkdMoVhGRww=="; 21163 + url = "https://registry.npmjs.org/dompurify/-/dompurify-2.2.9.tgz"; 21164 + sha512 = "+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w=="; 21129 21165 }; 21130 21166 }; 21131 21167 "domutils-1.4.3" = { ··· 21641 21677 sha512 = "1sQ1DRtQGpglFhc3urD4olMJzt/wxlbnAAsf+WY2xHf5c50ZovivZvCXSpVgTOP9f4TzOMvelWyspyfhxQKHzQ=="; 21642 21678 }; 21643 21679 }; 21644 - "electron-to-chromium-1.3.741" = { 21680 + "electron-to-chromium-1.3.743" = { 21645 21681 name = "electron-to-chromium"; 21646 21682 packageName = "electron-to-chromium"; 21647 - version = "1.3.741"; 21683 + version = "1.3.743"; 21648 21684 src = fetchurl { 21649 - url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.741.tgz"; 21650 - sha512 = "4i3T0cwnHo1O4Mnp9JniEco8bZiXoqbm3PhW5hv7uu8YLg35iajYrRnNyKFaN8/8SSTskU2hYqVTeYVPceSpUA=="; 21685 + url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz"; 21686 + sha512 = "K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg=="; 21651 21687 }; 21652 21688 }; 21653 21689 "electrum-client-git://github.com/janoside/electrum-client" = { ··· 22732 22768 sha512 = "Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ=="; 22733 22769 }; 22734 22770 }; 22735 - "eslint-plugin-vue-7.9.0" = { 22771 + "eslint-plugin-vue-7.10.0" = { 22736 22772 name = "eslint-plugin-vue"; 22737 22773 packageName = "eslint-plugin-vue"; 22738 - version = "7.9.0"; 22774 + version = "7.10.0"; 22739 22775 src = fetchurl { 22740 - url = "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz"; 22741 - sha512 = "2Q0qQp5+5h+pZvJKCbG1/jCRUYrdgAz5BYKGyTlp2NU8mx09u3Hp7PsH6d5qef6ojuPoCXMnrbbDxeoplihrSw=="; 22776 + url = "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.10.0.tgz"; 22777 + sha512 = "xdr6e4t/L2moRAeEQ9HKgge/hFq+w9v5Dj+BA54nTAzSFdUyKLiSOdZaRQjCHMY0Pk2WaQBFH9QiWG60xiC+6A=="; 22742 22778 }; 22743 22779 }; 22744 22780 "eslint-scope-3.7.3" = { ··· 22786 22822 sha512 = "w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg=="; 22787 22823 }; 22788 22824 }; 22825 + "eslint-utils-3.0.0" = { 22826 + name = "eslint-utils"; 22827 + packageName = "eslint-utils"; 22828 + version = "3.0.0"; 22829 + src = fetchurl { 22830 + url = "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz"; 22831 + sha512 = "uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA=="; 22832 + }; 22833 + }; 22789 22834 "eslint-visitor-keys-1.3.0" = { 22790 22835 name = "eslint-visitor-keys"; 22791 22836 packageName = "eslint-visitor-keys"; ··· 23461 23506 sha512 = "j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA=="; 23462 23507 }; 23463 23508 }; 23464 - "execa-5.0.0" = { 23509 + "execa-5.0.1" = { 23465 23510 name = "execa"; 23466 23511 packageName = "execa"; 23467 - version = "5.0.0"; 23512 + version = "5.0.1"; 23468 23513 src = fetchurl { 23469 - url = "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz"; 23470 - sha512 = "ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ=="; 23514 + url = "https://registry.npmjs.org/execa/-/execa-5.0.1.tgz"; 23515 + sha512 = "4hFTjFbFzQa3aCLobpbPJR/U+VoL1wdV5ozOWjeet0AWDeYr9UFGM1eUFWHX+VtOWFq4p0xXUXfW1YxUaP4fpw=="; 23471 23516 }; 23472 23517 }; 23473 23518 "execall-1.0.0" = { ··· 23614 23659 sha1 = "a793d3ac0cad4c6ab571e9968fbbab6cb2532929"; 23615 23660 }; 23616 23661 }; 23617 - "expo-pwa-0.0.80" = { 23662 + "expo-pwa-0.0.82" = { 23618 23663 name = "expo-pwa"; 23619 23664 packageName = "expo-pwa"; 23620 - version = "0.0.80"; 23665 + version = "0.0.82"; 23621 23666 src = fetchurl { 23622 - url = "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.80.tgz"; 23623 - sha512 = "AZefVqcB3OFS7yOhfOtkHANhFRTG34fAMrlDx69ERbxh0sEPI/Gv+wwYycUdmq/aYh7u8zuaoOlY9BUgMd6U6w=="; 23667 + url = "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.82.tgz"; 23668 + sha512 = "4TSJRmVl3/gOQbE56Xe7P+A+zIqNF2asqMtC8Au/YQF0o4emmEAICEwCCRMg2jdtgq7qVDwWjBfMNLDdGS4HrQ=="; 23624 23669 }; 23625 23670 }; 23626 23671 "express-2.5.11" = { ··· 25594 25639 sha1 = "98c23dab1175657b8c0573e8ceccd91b0ff18c84"; 25595 25640 }; 25596 25641 }; 25642 + "forwarded-0.2.0" = { 25643 + name = "forwarded"; 25644 + packageName = "forwarded"; 25645 + version = "0.2.0"; 25646 + src = fetchurl { 25647 + url = "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz"; 25648 + sha512 = "buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="; 25649 + }; 25650 + }; 25597 25651 "fp-and-or-0.1.3" = { 25598 25652 name = "fp-and-or"; 25599 25653 packageName = "fp-and-or"; ··· 26429 26483 src = fetchurl { 26430 26484 url = "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz"; 26431 26485 sha512 = "jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g=="; 26432 - }; 26433 - }; 26434 - "get-stdin-7.0.0" = { 26435 - name = "get-stdin"; 26436 - packageName = "get-stdin"; 26437 - version = "7.0.0"; 26438 - src = fetchurl { 26439 - url = "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz"; 26440 - sha512 = "zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ=="; 26441 26486 }; 26442 26487 }; 26443 26488 "get-stdin-8.0.0" = { ··· 27620 27665 sha512 = "J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg=="; 27621 27666 }; 27622 27667 }; 27623 - "graphql-ws-4.5.2" = { 27668 + "graphql-ws-4.7.0" = { 27624 27669 name = "graphql-ws"; 27625 27670 packageName = "graphql-ws"; 27626 - version = "4.5.2"; 27671 + version = "4.7.0"; 27627 27672 src = fetchurl { 27628 - url = "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.5.2.tgz"; 27629 - sha512 = "kowYwIq2SEJGaHMoKlgR5fgIAyFJbEdVpwjlct22eg6uuDkJK9Irv/b1XHdrFWny8KFssTd/+dUkDpT2vX9Log=="; 27673 + url = "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.7.0.tgz"; 27674 + sha512 = "Md8SsmC9ZlsogFPd3Ot8HbIAAqsHh8Xoq7j4AmcIat1Bh6k91tjVyQvA0Au1/BolXSYq+RDvib6rATU2Hcf1Xw=="; 27630 27675 }; 27631 27676 }; 27632 27677 "gray-matter-2.1.1" = { ··· 32346 32391 sha512 = "KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ=="; 32347 32392 }; 32348 32393 }; 32394 + "jest-worker-27.0.2" = { 32395 + name = "jest-worker"; 32396 + packageName = "jest-worker"; 32397 + version = "27.0.2"; 32398 + src = fetchurl { 32399 + url = "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.2.tgz"; 32400 + sha512 = "EoBdilOTTyOgmHXtw/cPc+ZrCA0KJMrkXzkrPGNwLmnvvlN1nj7MPrxpT7m+otSv2e1TLaVffzDnE/LB14zJMg=="; 32401 + }; 32402 + }; 32349 32403 "jimp-0.12.1" = { 32350 32404 name = "jimp"; 32351 32405 packageName = "jimp"; ··· 32481 32535 sha1 = "bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"; 32482 32536 }; 32483 32537 }; 32484 - "jquery.terminal-2.24.0" = { 32538 + "jquery.terminal-2.25.1" = { 32485 32539 name = "jquery.terminal"; 32486 32540 packageName = "jquery.terminal"; 32487 - version = "2.24.0"; 32541 + version = "2.25.1"; 32488 32542 src = fetchurl { 32489 - url = "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.24.0.tgz"; 32490 - sha512 = "rtjTBj7/FYoBiWawiNTYNXIRqVI4n39WF/x1h/bEKFb48Rzgr4/dpkKGd1dgZau714ewzczAi7CEBTKvhM6RjA=="; 32543 + url = "https://registry.npmjs.org/jquery.terminal/-/jquery.terminal-2.25.1.tgz"; 32544 + sha512 = "I3PlUluRswKZb3UPBtH1UFdyBLLwPwdAJPVheV6xUJdS+0buguXCjn6aqmENWtZiobGGA2wkxCXR2hVQqtMCrw=="; 32491 32545 }; 32492 32546 }; 32493 32547 "js-base64-2.6.4" = { ··· 36352 36406 sha512 = "N0qPlqfypFx7UHNn4B3lzS/b0uLqt2hmuoa+PpuXNYgozdJYAyauF5Ky0BWVjrxDlMWiT3qN4zPq3vVAfZy7Yg=="; 36353 36407 }; 36354 36408 }; 36409 + "logidrom-0.3.1" = { 36410 + name = "logidrom"; 36411 + packageName = "logidrom"; 36412 + version = "0.3.1"; 36413 + src = fetchurl { 36414 + url = "https://registry.npmjs.org/logidrom/-/logidrom-0.3.1.tgz"; 36415 + sha512 = "B1Rjay3Ye/JcythUjMt+KLiLIwOjnMJN1M5BRbDgNMsJhmn7yApbx6n1rw7cT3Fi/NA77HDM+y3y1nXvKQVB9Q=="; 36416 + }; 36417 + }; 36355 36418 "loglevel-1.7.1" = { 36356 36419 name = "loglevel"; 36357 36420 packageName = "loglevel"; ··· 38593 38656 sha512 = "QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw=="; 38594 38657 }; 38595 38658 }; 38659 + "mime-db-1.48.0" = { 38660 + name = "mime-db"; 38661 + packageName = "mime-db"; 38662 + version = "1.48.0"; 38663 + src = fetchurl { 38664 + url = "https://registry.npmjs.org/mime-db/-/mime-db-1.48.0.tgz"; 38665 + sha512 = "FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ=="; 38666 + }; 38667 + }; 38596 38668 "mime-types-2.1.18" = { 38597 38669 name = "mime-types"; 38598 38670 packageName = "mime-types"; ··· 40944 41016 sha512 = "fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg=="; 40945 41017 }; 40946 41018 }; 40947 - "node-object-hash-2.3.2" = { 41019 + "node-object-hash-2.3.3" = { 40948 41020 name = "node-object-hash"; 40949 41021 packageName = "node-object-hash"; 40950 - version = "2.3.2"; 41022 + version = "2.3.3"; 40951 41023 src = fetchurl { 40952 - url = "https://registry.npmjs.org/node-object-hash/-/node-object-hash-2.3.2.tgz"; 40953 - sha512 = "QsV+vb6Kegh1V9eKeLJf2swNGkhH1sBtGWQz1fmwknGylbsyUt60iDIJWyGq2DeBRtuywdb+xXJydKa9BFNxTA=="; 41024 + url = "https://registry.npmjs.org/node-object-hash/-/node-object-hash-2.3.3.tgz"; 41025 + sha512 = "KdQsVgu0QoU3ycGidQLcULQdJudW2dizlxJvb2ntV4zxn1oBe7FYBcOO//qIza6oPM1xNwj7Y+rsWxiGPWekOw=="; 40954 41026 }; 40955 41027 }; 40956 41028 "node-persist-2.1.0" = { ··· 41781 41853 sha512 = "pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ=="; 41782 41854 }; 41783 41855 }; 41784 - "oas-linter-3.2.1" = { 41856 + "oas-linter-3.2.2" = { 41785 41857 name = "oas-linter"; 41786 41858 packageName = "oas-linter"; 41787 - version = "3.2.1"; 41859 + version = "3.2.2"; 41788 41860 src = fetchurl { 41789 - url = "https://registry.npmjs.org/oas-linter/-/oas-linter-3.2.1.tgz"; 41790 - sha512 = "e5G6bbq3Nrfxm+SDPR5AiZ6n2smVUmhLA1OgI2/Bl8e2ywfWsKw/yuqrwiXXiNHb1wdM/GyPMX6QjCGJODlaaA=="; 41861 + url = "https://registry.npmjs.org/oas-linter/-/oas-linter-3.2.2.tgz"; 41862 + sha512 = "KEGjPDVoU5K6swgo9hJVA/qYGlwfbFx+Kg2QB/kd7rzV5N8N5Mg6PlsoCMohVnQmo+pzJap/F610qTodKzecGQ=="; 41791 41863 }; 41792 41864 }; 41793 - "oas-resolver-2.5.4" = { 41865 + "oas-resolver-2.5.5" = { 41794 41866 name = "oas-resolver"; 41795 41867 packageName = "oas-resolver"; 41796 - version = "2.5.4"; 41868 + version = "2.5.5"; 41797 41869 src = fetchurl { 41798 - url = "https://registry.npmjs.org/oas-resolver/-/oas-resolver-2.5.4.tgz"; 41799 - sha512 = "1vIj5Wkjmi+kZj5sFamt95LkuXoalmoKUohtaUQoCQZjLfPFaY8uZ7nw6IZaWuE6eLON2b6xrXhxD4hiTdYl0g=="; 41870 + url = "https://registry.npmjs.org/oas-resolver/-/oas-resolver-2.5.5.tgz"; 41871 + sha512 = "1po1gzIlTXQqyVNtLFWJuzDm4xxhMCJ8QcP3OarKDO8aJ8AmCtQ67XZ1X+nBbHH4CjTcEsIab1qX5+GIU4f2Gg=="; 41800 41872 }; 41801 41873 }; 41802 41874 "oas-schema-walker-1.1.5" = { ··· 41817 41889 sha512 = "bIt8erTyclF7bkaySTtQ9sppqyVc+mAlPi7vPzCLVHJsL9nrivQjc/jHLX/o+eGbxHd6a6YBwuY/Vxa6wGsiuw=="; 41818 41890 }; 41819 41891 }; 41820 - "oas-validator-5.0.5" = { 41892 + "oas-validator-5.0.6" = { 41821 41893 name = "oas-validator"; 41822 41894 packageName = "oas-validator"; 41823 - version = "5.0.5"; 41895 + version = "5.0.6"; 41824 41896 src = fetchurl { 41825 - url = "https://registry.npmjs.org/oas-validator/-/oas-validator-5.0.5.tgz"; 41826 - sha512 = "d10yy6xlhRTh6np44k2U0gm5M66pioYTllH8J1ZTj+WSY3cpTvU+Dt51iWOT85HJqyGHo0RZKXF3u/NGQWDFgg=="; 41897 + url = "https://registry.npmjs.org/oas-validator/-/oas-validator-5.0.6.tgz"; 41898 + sha512 = "bI+gyr3MiG/4Q5Ibvg0R77skVWS882gFMkxwB1p6qY7Rc4p7EoDezFVfondjYhJDPDnB1ZD7Aqj7AWROAsMBZg=="; 41827 41899 }; 41828 41900 }; 41829 41901 "oauth-0.9.15" = { ··· 42376 42448 sha512 = "kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg=="; 42377 42449 }; 42378 42450 }; 42451 + "onml-1.3.0" = { 42452 + name = "onml"; 42453 + packageName = "onml"; 42454 + version = "1.3.0"; 42455 + src = fetchurl { 42456 + url = "https://registry.npmjs.org/onml/-/onml-1.3.0.tgz"; 42457 + sha512 = "RhGUsC6Im2A5vAdIvxE3auRKTqrqUZQl/AYLn8+9lM3SO4da5bwhcI5TcM+hfQxNCSLLOVErsl9p0ZPjKKmz+g=="; 42458 + }; 42459 + }; 42460 + "onml-2.1.0" = { 42461 + name = "onml"; 42462 + packageName = "onml"; 42463 + version = "2.1.0"; 42464 + src = fetchurl { 42465 + url = "https://registry.npmjs.org/onml/-/onml-2.1.0.tgz"; 42466 + sha512 = "fvaSZRzprpwLFge/mcwE0CItfniNisVNamDdMK1FQUjh4ArQZ8ZWSkDaJbZc3XaANKZHq0xIa8NJpZ2HSe3oXA=="; 42467 + }; 42468 + }; 42379 42469 "oo-ascii-tree-1.30.0" = { 42380 42470 name = "oo-ascii-tree"; 42381 42471 packageName = "oo-ascii-tree"; ··· 42583 42673 sha512 = "Su8jA45PhegUgJnEAT15DYt2spPJgvjyTtXqg+Lw5AtGePfcQskV6ACEzsL0XPoAXIFf09Vx6sBor9pek+tl+Q=="; 42584 42674 }; 42585 42675 }; 42586 - "openapi-sampler-1.0.0" = { 42676 + "openapi-sampler-1.0.1" = { 42587 42677 name = "openapi-sampler"; 42588 42678 packageName = "openapi-sampler"; 42589 - version = "1.0.0"; 42679 + version = "1.0.1"; 42590 42680 src = fetchurl { 42591 - url = "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0.tgz"; 42592 - sha512 = "HysKj4ZuLk0RpZkopao5SIupUX8LMOTsEDTw9dSzcRv6BBW6Ep1IdbKwYsCrYM9tnw4VZtebR/N5sJHY6qqRew=="; 42681 + url = "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.1.tgz"; 42682 + sha512 = "qBjxkSLJV183zTTs4fgxtU/iWSLUUu2aH2+5ddWkNhV7p8CSe/mnAgoLkEbMfHtel6yr9NF+vjUWqfM+iiwORQ=="; 42593 42683 }; 42594 42684 }; 42595 42685 "openapi-schema-validator-3.0.3" = { ··· 43060 43150 sha512 = "0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g=="; 43061 43151 }; 43062 43152 }; 43063 - "ot-builder-1.0.7" = { 43153 + "ot-builder-1.0.8" = { 43064 43154 name = "ot-builder"; 43065 43155 packageName = "ot-builder"; 43066 - version = "1.0.7"; 43156 + version = "1.0.8"; 43067 43157 src = fetchurl { 43068 - url = "https://registry.npmjs.org/ot-builder/-/ot-builder-1.0.7.tgz"; 43069 - sha512 = "VhBztvKbf4PfsWIePHVzRhcstXWNv4StU7AqYpypzG/vxXbuRxamROSgHxklY2iDivLUbZWXIgxP5yeThQO4UQ=="; 43158 + url = "https://registry.npmjs.org/ot-builder/-/ot-builder-1.0.8.tgz"; 43159 + sha512 = "e9PkE4wr4mskFMNuV5IvCujBVp9Nc+yl5ltu7qad/BNcHIFh4nn9iWFE+Klva6h8prDefgE2FOuG+sYLU0IOrQ=="; 43070 43160 }; 43071 43161 }; 43072 - "otb-ttc-bundle-1.0.7" = { 43162 + "otb-ttc-bundle-1.0.8" = { 43073 43163 name = "otb-ttc-bundle"; 43074 43164 packageName = "otb-ttc-bundle"; 43075 - version = "1.0.7"; 43165 + version = "1.0.8"; 43076 43166 src = fetchurl { 43077 - url = "https://registry.npmjs.org/otb-ttc-bundle/-/otb-ttc-bundle-1.0.7.tgz"; 43078 - sha512 = "j6HyPSsOuDFLSupDEyXcg8XcaVTlO6L9RDyeq1pSDuMUhF0zqJIMLvNC0CyXmjYuzq43VALjMgT18y7A//O34g=="; 43167 + url = "https://registry.npmjs.org/otb-ttc-bundle/-/otb-ttc-bundle-1.0.8.tgz"; 43168 + sha512 = "VqlzOefegjHk0OTM7XIay7M+v0PSKYznKTmBPCds6X+NfaumDInoBrF7OTrhq5IN1LXlu4TwW29u0wzDCgc2+A=="; 43079 43169 }; 43080 43170 }; 43081 43171 "ow-0.21.0" = { ··· 43994 44084 src = fetchurl { 43995 44085 url = "https://registry.npmjs.org/parse-torrent/-/parse-torrent-5.9.1.tgz"; 43996 44086 sha512 = "yy7UTSmliOT/7Yl+P4hwwW2W7PbCTAMcD0lasaVG+k4/2laj42YWzLm468bLFGDoFPIb29g3BuwBcA3gLopKww=="; 43997 - }; 43998 - }; 43999 - "parse-torrent-7.1.3" = { 44000 - name = "parse-torrent"; 44001 - packageName = "parse-torrent"; 44002 - version = "7.1.3"; 44003 - src = fetchurl { 44004 - url = "https://registry.npmjs.org/parse-torrent/-/parse-torrent-7.1.3.tgz"; 44005 - sha512 = "to8zT7+o6bVTyP35r2QgG1svuFGMFO1mE6ri1oWHgL9tlgnOtfjmfHmA3mOuP9HTIU/8OiZw0NG5zbyqVLxhvA=="; 44006 44087 }; 44007 44088 }; 44008 44089 "parse-torrent-9.1.3" = { ··· 45256 45337 sha512 = "7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg=="; 45257 45338 }; 45258 45339 }; 45259 - "polished-3.7.1" = { 45340 + "polished-3.7.2" = { 45260 45341 name = "polished"; 45261 45342 packageName = "polished"; 45262 - version = "3.7.1"; 45343 + version = "3.7.2"; 45263 45344 src = fetchurl { 45264 - url = "https://registry.npmjs.org/polished/-/polished-3.7.1.tgz"; 45265 - sha512 = "/QgHrNGYwIA4mwxJ/7FSvalUJsm7KNfnXiScVSEG2Xa5qxDeBn4nmdjN2pW00mkM2Tts64ktc47U8F7Ed1BRAA=="; 45345 + url = "https://registry.npmjs.org/polished/-/polished-3.7.2.tgz"; 45346 + sha512 = "pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ=="; 45266 45347 }; 45267 45348 }; 45268 45349 "polyraf-1.1.0" = { ··· 45365 45446 sha512 = "b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw=="; 45366 45447 }; 45367 45448 }; 45449 + "postcss-8.3.0" = { 45450 + name = "postcss"; 45451 + packageName = "postcss"; 45452 + version = "8.3.0"; 45453 + src = fetchurl { 45454 + url = "https://registry.npmjs.org/postcss/-/postcss-8.3.0.tgz"; 45455 + sha512 = "+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ=="; 45456 + }; 45457 + }; 45368 45458 "postcss-calc-7.0.5" = { 45369 45459 name = "postcss-calc"; 45370 45460 packageName = "postcss-calc"; ··· 45914 46004 sha512 = "97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ=="; 45915 46005 }; 45916 46006 }; 45917 - "postcss-values-parser-1.5.0" = { 46007 + "postcss-values-parser-2.0.1" = { 45918 46008 name = "postcss-values-parser"; 45919 46009 packageName = "postcss-values-parser"; 45920 - version = "1.5.0"; 46010 + version = "2.0.1"; 45921 46011 src = fetchurl { 45922 - url = "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-1.5.0.tgz"; 45923 - sha512 = "3M3p+2gMp0AH3da530TlX8kiO1nxdTnc3C6vr8dMxRLIlh8UYkz0/wcwptSXjhtx2Fr0TySI7a+BHDQ8NL7LaQ=="; 46012 + url = "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz"; 46013 + sha512 = "2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg=="; 45924 46014 }; 45925 46015 }; 45926 46016 "postgres-array-2.0.0" = { ··· 46031 46121 sha512 = "PzYWIKZeP+967WuKYXlTOhYBgGOvTRSfaKI89XnfJ0ansRAH7hDU45X+K+FZeI1Wb/7p/NnuctPH3g0IqKUuSQ=="; 46032 46122 }; 46033 46123 }; 46034 - "precinct-6.3.1" = { 46124 + "precinct-8.1.0" = { 46035 46125 name = "precinct"; 46036 46126 packageName = "precinct"; 46037 - version = "6.3.1"; 46127 + version = "8.1.0"; 46038 46128 src = fetchurl { 46039 - url = "https://registry.npmjs.org/precinct/-/precinct-6.3.1.tgz"; 46040 - sha512 = "JAwyLCgTylWminoD7V0VJwMElWmwrVSR6r9HaPWCoswkB4iFzX7aNtO7VBfAVPy+NhmjKb8IF8UmlWJXzUkOIQ=="; 46129 + url = "https://registry.npmjs.org/precinct/-/precinct-8.1.0.tgz"; 46130 + sha512 = "oeZBR9IdER42Ef6Rz11z1oOUqicsI5J1Qffj6tYghKLhxN2UnHy7uE1axxNr0VZRevPK2HWkROk36uXrbJwHFA=="; 46041 46131 }; 46042 46132 }; 46043 46133 "precond-0.2.3" = { ··· 46850 46940 sha1 = "71c0ee3b102de3f202f3b64f608d173fcba1a918"; 46851 46941 }; 46852 46942 }; 46853 - "proxy-addr-2.0.6" = { 46943 + "proxy-addr-2.0.7" = { 46854 46944 name = "proxy-addr"; 46855 46945 packageName = "proxy-addr"; 46856 - version = "2.0.6"; 46946 + version = "2.0.7"; 46857 46947 src = fetchurl { 46858 - url = "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz"; 46859 - sha512 = "dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw=="; 46948 + url = "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz"; 46949 + sha512 = "llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg=="; 46860 46950 }; 46861 46951 }; 46862 46952 "proxy-agent-4.0.1" = { ··· 47903 47993 sha1 = "15931d3cd967ade52206f523aa7331aef7d43af7"; 47904 47994 }; 47905 47995 }; 47906 - "pyright-1.1.144" = { 47996 + "pyright-1.1.145" = { 47907 47997 name = "pyright"; 47908 47998 packageName = "pyright"; 47909 - version = "1.1.144"; 47999 + version = "1.1.145"; 47910 48000 src = fetchurl { 47911 - url = "https://registry.npmjs.org/pyright/-/pyright-1.1.144.tgz"; 47912 - sha512 = "nzCTqxg7JPHy5FkyX4+meD4c7Zt/mgPBI+nFGS9HoN/3GVPHAlTcCKa1JPTEh7O/N5+8W/9WZUuUntBW2R3adg=="; 48001 + url = "https://registry.npmjs.org/pyright/-/pyright-1.1.145.tgz"; 48002 + sha512 = "eyrK9Ilut2shvqi/TFmpfUrm7U6DrkskMa8UPofkGJZCO1PJzVwzKaGWrR57zlbcAxs5PVvK9JGSIO9DJUVNyA=="; 47913 48003 }; 47914 48004 }; 47915 48005 "q-0.9.7" = { ··· 50612 50702 sha1 = "43374e2e2ca0968b0ef1523460b7d730ff22eeb3"; 50613 50703 }; 50614 50704 }; 50705 + "rgbcolor-1.0.1" = { 50706 + name = "rgbcolor"; 50707 + packageName = "rgbcolor"; 50708 + version = "1.0.1"; 50709 + src = fetchurl { 50710 + url = "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz"; 50711 + sha1 = "d6505ecdb304a6595da26fa4b43307306775945d"; 50712 + }; 50713 + }; 50615 50714 "right-align-0.1.3" = { 50616 50715 name = "right-align"; 50617 50716 packageName = "right-align"; ··· 50738 50837 sha512 = "/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A=="; 50739 50838 }; 50740 50839 }; 50741 - "rollup-2.50.3" = { 50840 + "rollup-2.50.5" = { 50742 50841 name = "rollup"; 50743 50842 packageName = "rollup"; 50744 - version = "2.50.3"; 50843 + version = "2.50.5"; 50745 50844 src = fetchurl { 50746 - url = "https://registry.npmjs.org/rollup/-/rollup-2.50.3.tgz"; 50747 - sha512 = "58KiHnaCzZn6F5yRMjHe7WTZuFj6r4iJVJz5UwvKD6f/xfTy2IdtbR2AVHN6cyfK1tBy//hJ66ebXy6Y1h7HlQ=="; 50845 + url = "https://registry.npmjs.org/rollup/-/rollup-2.50.5.tgz"; 50846 + sha512 = "Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ=="; 50748 50847 }; 50749 50848 }; 50750 50849 "rollup-plugin-babel-4.4.0" = { ··· 53418 53517 src = fetchurl { 53419 53518 url = "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz"; 53420 53519 sha512 = "CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="; 53520 + }; 53521 + }; 53522 + "source-map-js-0.6.2" = { 53523 + name = "source-map-js"; 53524 + packageName = "source-map-js"; 53525 + version = "0.6.2"; 53526 + src = fetchurl { 53527 + url = "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz"; 53528 + sha512 = "/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug=="; 53421 53529 }; 53422 53530 }; 53423 53531 "source-map-resolve-0.5.3" = { ··· 54374 54482 sha512 = "gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw=="; 54375 54483 }; 54376 54484 }; 54485 + "stackblur-canvas-2.5.0" = { 54486 + name = "stackblur-canvas"; 54487 + packageName = "stackblur-canvas"; 54488 + version = "2.5.0"; 54489 + src = fetchurl { 54490 + url = "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.5.0.tgz"; 54491 + sha512 = "EeNzTVfj+1In7aSLPKDD03F/ly4RxEuF/EX0YcOG0cKoPXs+SLZxDawQbexQDBzwROs4VKLWTOaZQlZkGBFEIQ=="; 54492 + }; 54493 + }; 54377 54494 "stackframe-1.2.0" = { 54378 54495 name = "stackframe"; 54379 54496 packageName = "stackframe"; ··· 55877 55994 sha1 = "3cf87dfeb4d07b4a3f14827bc186b3fd0c645cd8"; 55878 55995 }; 55879 55996 }; 55997 + "svg-pathdata-5.0.5" = { 55998 + name = "svg-pathdata"; 55999 + packageName = "svg-pathdata"; 56000 + version = "5.0.5"; 56001 + src = fetchurl { 56002 + url = "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-5.0.5.tgz"; 56003 + sha512 = "TAAvLNSE3fEhyl/Da19JWfMAdhSXTYeviXsLSoDT1UM76ADj5ndwAPX1FKQEgB/gFMPavOy6tOqfalXKUiXrow=="; 56004 + }; 56005 + }; 55880 56006 "svg-tags-1.0.0" = { 55881 56007 name = "svg-tags"; 55882 56008 packageName = "svg-tags"; ··· 55884 56010 src = fetchurl { 55885 56011 url = "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz"; 55886 56012 sha1 = "58f71cee3bd519b59d4b2a843b6c7de64ac04764"; 56013 + }; 56014 + }; 56015 + "svg2img-0.9.2" = { 56016 + name = "svg2img"; 56017 + packageName = "svg2img"; 56018 + version = "0.9.2"; 56019 + src = fetchurl { 56020 + url = "https://registry.npmjs.org/svg2img/-/svg2img-0.9.2.tgz"; 56021 + sha512 = "sjyUgQhfEPJpBRTGxqI9bRzE+3k41Nzc7OtcHSSko96i/EQJZAisdxyhk12Ho/mDVCsb1QsVHLbevbxrFC6onQ=="; 55887 56022 }; 55888 56023 }; 55889 56024 "svgo-0.6.6" = { ··· 56012 56147 sha512 = "cUUktzLpK69UwpMbcTzjMw2ns9RZChfxh56AHv6+hTx3StPOX2foZjPgds3HlJcINbxosYYBn/D3cG8nwcCWwQ=="; 56013 56148 }; 56014 56149 }; 56015 - "swagger2openapi-7.0.5" = { 56150 + "swagger2openapi-7.0.6" = { 56016 56151 name = "swagger2openapi"; 56017 56152 packageName = "swagger2openapi"; 56018 - version = "7.0.5"; 56153 + version = "7.0.6"; 56019 56154 src = fetchurl { 56020 - url = "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-7.0.5.tgz"; 56021 - sha512 = "Hzxse+VTX0u8xBgYJ665EjO6BfvW2PN9Yv+yIjBDm6ga9jl83+4CEdCCpznH+ILr5MS8bIIXB+XcQUM3u25w4g=="; 56155 + url = "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-7.0.6.tgz"; 56156 + sha512 = "VIT414koe0eJqre0KrhNMUB7QEUfPjGAKesPZZosIKr2rxZ6vpUoersHUFNOsN/OZ5u2zsniCslBOwVcmQZwlg=="; 56022 56157 }; 56023 56158 }; 56024 56159 "sway-1.0.0" = { ··· 56724 56859 sha512 = "3qAQpykRTD5DReLu5/cwpsg7EZFzP3Q0Hp2XUWJUw2mpq2jfgOKTZr8IZKKnNieRVVo1UauROTdhbQJZveGKtQ=="; 56725 56860 }; 56726 56861 }; 56727 - "terser-webpack-plugin-5.1.2" = { 56862 + "terser-webpack-plugin-5.1.3" = { 56728 56863 name = "terser-webpack-plugin"; 56729 56864 packageName = "terser-webpack-plugin"; 56730 - version = "5.1.2"; 56865 + version = "5.1.3"; 56731 56866 src = fetchurl { 56732 - url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.1.2.tgz"; 56733 - sha512 = "6QhDaAiVHIQr5Ab3XUWZyDmrIPCHMiqJVljMF91YKyqwKkL5QHnYMkrMBy96v9Z7ev1hGhSEw1HQZc2p/s5Z8Q=="; 56867 + url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.1.3.tgz"; 56868 + sha512 = "cxGbMqr6+A2hrIB5ehFIF+F/iST5ZOxvOmy9zih9ySbP1C2oEWQSOUS+2SNBTjzx5xLKO4xnod9eywdfq1Nb9A=="; 56734 56869 }; 56735 56870 }; 56736 56871 "test-exclude-6.0.0" = { ··· 58164 58299 sha512 = "IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg=="; 58165 58300 }; 58166 58301 }; 58302 + "tspan-0.4.0" = { 58303 + name = "tspan"; 58304 + packageName = "tspan"; 58305 + version = "0.4.0"; 58306 + src = fetchurl { 58307 + url = "https://registry.npmjs.org/tspan/-/tspan-0.4.0.tgz"; 58308 + sha512 = "0ELL9tpLpTqLliFyQySaxgCO43buCML+j3TI4E1LuSI8wkzITGEVhZCyMvv/A+3ek9KpgALhhgnZESRLTbN+iw=="; 58309 + }; 58310 + }; 58167 58311 "tsscmp-1.0.6" = { 58168 58312 name = "tsscmp"; 58169 58313 packageName = "tsscmp"; ··· 58515 58659 sha512 = "4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="; 58516 58660 }; 58517 58661 }; 58518 - "type-fest-1.1.3" = { 58662 + "type-fest-1.2.0" = { 58519 58663 name = "type-fest"; 58520 58664 packageName = "type-fest"; 58521 - version = "1.1.3"; 58665 + version = "1.2.0"; 58522 58666 src = fetchurl { 58523 - url = "https://registry.npmjs.org/type-fest/-/type-fest-1.1.3.tgz"; 58524 - sha512 = "CsiQeFMR1jZEq8R+H59qe+bBevnjoV5N2WZTTdlyqxeoODQOOepN2+msQOywcieDq5sBjabKzTn3U+sfHZlMdw=="; 58667 + url = "https://registry.npmjs.org/type-fest/-/type-fest-1.2.0.tgz"; 58668 + sha512 = "++0N6KyAj0t2webXst0PE0xuXb4Dv3z1Z+4SGzK+j/epeWBZCfkQbkW/ezscZwpinmBQ5wu/l4TqagKSVcAGCA=="; 58525 58669 }; 58526 58670 }; 58527 58671 "type-is-1.6.18" = { ··· 61261 61405 sha1 = "614f7fbf8d801f0bb5f0661f5b2f5785750e4f09"; 61262 61406 }; 61263 61407 }; 61264 - "vsce-1.88.0" = { 61408 + "vsce-1.91.0" = { 61265 61409 name = "vsce"; 61266 61410 packageName = "vsce"; 61267 - version = "1.88.0"; 61411 + version = "1.91.0"; 61268 61412 src = fetchurl { 61269 - url = "https://registry.npmjs.org/vsce/-/vsce-1.88.0.tgz"; 61270 - sha512 = "FS5ou3G+WRnPPr/tWVs8b/jVzeDacgZHy/y7/QQW7maSPFEAmRt2bFGUJtJVEUDLBqtDm/3VGMJ7D31cF2U1tw=="; 61413 + url = "https://registry.npmjs.org/vsce/-/vsce-1.91.0.tgz"; 61414 + sha512 = "y75QryWKzAw5KIR4NFEXc6XAy/Er1BHXdNwAESgKKFw8Yc8cA/+dP4Gj7VYhNPOJlV0v5j1in/cPkLFZAqC7cQ=="; 61271 61415 }; 61272 61416 }; 61273 61417 "vscode-css-languageservice-3.0.13" = { ··· 61979 62123 src = fetchurl { 61980 62124 url = "https://registry.npmjs.org/watershed/-/watershed-0.3.4.tgz"; 61981 62125 sha1 = "79331f666366b3b1c6ab02ceb04bad8dd2eebb0c"; 62126 + }; 62127 + }; 62128 + "wavedrom-2.6.9" = { 62129 + name = "wavedrom"; 62130 + packageName = "wavedrom"; 62131 + version = "2.6.9"; 62132 + src = fetchurl { 62133 + url = "https://registry.npmjs.org/wavedrom/-/wavedrom-2.6.9.tgz"; 62134 + sha512 = "EXBubejy7GrzibGLJ6OXH5HAP7KbA62gXMm8FvqJH0W5S05D6pgqdnRG20KP1w/WSY+zqdVIkiHNxwgquPbs2w=="; 61982 62135 }; 61983 62136 }; 61984 62137 "wawoff2-1.0.2" = { ··· 63349 63502 sha512 = "N1XQngeqMBoj9wM4ZFadVV2MymImeiFfYD+fJrNlcVcOHsJFFQe7n3b+aBoTPwARuq2HQxukfzVpQmAk1gN4sQ=="; 63350 63503 }; 63351 63504 }; 63352 - "xdl-59.0.40" = { 63505 + "xdl-59.0.42" = { 63353 63506 name = "xdl"; 63354 63507 packageName = "xdl"; 63355 - version = "59.0.40"; 63508 + version = "59.0.42"; 63356 63509 src = fetchurl { 63357 - url = "https://registry.npmjs.org/xdl/-/xdl-59.0.40.tgz"; 63358 - sha512 = "TRSCBA2bRGiMATsf0dpyKtTo80WHYRWL+Rbo6OOLh1ODR032dvdrh0v1eaUcmnEnjUxF2uXgUQaoi5qiVhxB3A=="; 63510 + url = "https://registry.npmjs.org/xdl/-/xdl-59.0.42.tgz"; 63511 + sha512 = "/Er1hvi8AB5YbAL/JulvFkNHKd1B+9Sl8PttHZmu8kaqApkDZWPNvWhN3hBEnJIIzEODTejYII3IoAQmf7PveA=="; 63359 63512 }; 63360 63513 }; 63361 63514 "xenvar-0.5.1" = { ··· 63764 63917 sha512 = "2t7FahYnGJys6DpHLhajusId7R0Pm2yTmuL0GV9+mV0ZlaLSnb2toBmppATfg5sWIhZQGlsTLoecSzya+l4EAQ=="; 63765 63918 }; 63766 63919 }; 63767 - "xstate-4.19.2" = { 63920 + "xstate-4.20.0" = { 63768 63921 name = "xstate"; 63769 63922 packageName = "xstate"; 63770 - version = "4.19.2"; 63923 + version = "4.20.0"; 63771 63924 src = fetchurl { 63772 - url = "https://registry.npmjs.org/xstate/-/xstate-4.19.2.tgz"; 63773 - sha512 = "eWI6kOHavcqhu1ACCmRowYGaQnH0KGvBoGg3lqmle9ZYyVWa2ZcVTgZlsK7o419/jw9gWX2LYmYGkm9w/VoXMA=="; 63925 + url = "https://registry.npmjs.org/xstate/-/xstate-4.20.0.tgz"; 63926 + sha512 = "u5Ou1CMo/oWApasmv1TYTHgj38k69DJdTqQdBBwt+/ooNhPJQiSIKTB3Y3HvX0h5tulwfSo6xAwZgBgjRsK3LA=="; 63774 63927 }; 63775 63928 }; 63776 63929 "xstream-11.14.0" = { ··· 65286 65439 sources."@webassemblyjs/wast-printer-1.11.0" 65287 65440 sources."@xtuc/ieee754-1.2.0" 65288 65441 sources."@xtuc/long-4.2.2" 65289 - sources."acorn-8.2.4" 65442 + sources."acorn-8.3.0" 65290 65443 sources."ajv-6.12.6" 65291 65444 sources."ajv-keywords-3.5.2" 65292 65445 sources."ansi-colors-4.1.1" ··· 65305 65458 sources."buffer-5.7.1" 65306 65459 sources."buffer-from-1.1.1" 65307 65460 sources."callsites-3.1.0" 65308 - sources."caniuse-lite-1.0.30001230" 65461 + sources."caniuse-lite-1.0.30001232" 65309 65462 sources."chalk-3.0.0" 65310 65463 sources."chardet-0.7.0" 65311 65464 sources."chokidar-3.5.1" ··· 65325 65478 sources."cross-spawn-7.0.3" 65326 65479 sources."deepmerge-4.2.2" 65327 65480 sources."defaults-1.0.3" 65328 - sources."electron-to-chromium-1.3.741" 65481 + sources."electron-to-chromium-1.3.743" 65329 65482 sources."emoji-regex-8.0.0" 65330 65483 sources."end-of-stream-1.4.4" 65331 65484 (sources."enhanced-resolve-5.8.2" // { ··· 65393 65546 sources."is-stream-2.0.0" 65394 65547 sources."is-unicode-supported-0.1.0" 65395 65548 sources."isexe-2.0.0" 65396 - sources."jest-worker-26.6.2" 65549 + (sources."jest-worker-27.0.2" // { 65550 + dependencies = [ 65551 + sources."supports-color-8.1.1" 65552 + ]; 65553 + }) 65397 65554 sources."js-tokens-4.0.0" 65398 65555 sources."json-parse-better-errors-1.0.2" 65399 65556 sources."json-parse-even-better-errors-2.3.1" ··· 65492 65649 sources."commander-2.20.3" 65493 65650 ]; 65494 65651 }) 65495 - (sources."terser-webpack-plugin-5.1.2" // { 65652 + (sources."terser-webpack-plugin-5.1.3" // { 65496 65653 dependencies = [ 65497 65654 sources."schema-utils-3.0.0" 65498 65655 sources."source-map-0.6.1" ··· 65721 65878 ]; 65722 65879 }) 65723 65880 sources."@types/keygrip-1.0.2" 65724 - sources."@types/koa-2.13.2" 65881 + sources."@types/koa-2.13.3" 65725 65882 sources."@types/koa-compose-3.2.5" 65726 65883 sources."@types/long-4.0.1" 65727 65884 sources."@types/mime-1.3.2" ··· 65870 66027 sources."call-bind-1.0.2" 65871 66028 sources."call-me-maybe-1.0.1" 65872 66029 sources."camelcase-5.3.1" 65873 - sources."caniuse-lite-1.0.30001230" 66030 + sources."caniuse-lite-1.0.30001232" 65874 66031 sources."caseless-0.12.0" 65875 66032 sources."caw-2.0.1" 65876 66033 sources."chalk-2.4.2" ··· 65928 66085 sources."cookie-0.4.0" 65929 66086 sources."cookie-signature-1.0.6" 65930 66087 sources."copy-descriptor-0.1.1" 65931 - (sources."core-js-compat-3.13.0" // { 66088 + (sources."core-js-compat-3.13.1" // { 65932 66089 dependencies = [ 65933 66090 sources."semver-7.0.0" 65934 66091 ]; 65935 66092 }) 65936 - sources."core-js-pure-3.13.0" 66093 + sources."core-js-pure-3.13.1" 65937 66094 sources."core-util-is-1.0.2" 65938 66095 sources."cors-2.8.5" 65939 66096 (sources."cross-spawn-6.0.5" // { ··· 66000 66157 sources."ecc-jsbn-0.1.2" 66001 66158 sources."ee-first-1.1.1" 66002 66159 sources."ejs-2.7.4" 66003 - sources."electron-to-chromium-1.3.741" 66160 + sources."electron-to-chromium-1.3.743" 66004 66161 sources."emoji-regex-7.0.3" 66005 66162 sources."encodeurl-1.0.2" 66006 66163 sources."end-of-stream-1.4.4" ··· 66088 66245 sources."for-in-1.0.2" 66089 66246 sources."forever-agent-0.6.1" 66090 66247 sources."form-data-2.3.3" 66091 - sources."forwarded-0.1.2" 66248 + sources."forwarded-0.2.0" 66092 66249 sources."fragment-cache-0.2.1" 66093 66250 sources."fresh-0.5.2" 66094 66251 sources."from2-2.3.0" ··· 66430 66587 sources."process-exists-3.1.0" 66431 66588 sources."process-nextick-args-2.0.1" 66432 66589 sources."proto-list-1.2.4" 66433 - sources."proxy-addr-2.0.6" 66590 + sources."proxy-addr-2.0.7" 66434 66591 sources."ps-list-4.1.0" 66435 66592 sources."pseudomap-1.0.2" 66436 66593 sources."psl-1.8.0" ··· 67016 67173 sources."balanced-match-1.0.2" 67017 67174 sources."brace-expansion-1.1.11" 67018 67175 sources."browserslist-4.16.6" 67019 - sources."caniuse-lite-1.0.30001230" 67176 + sources."caniuse-lite-1.0.30001232" 67020 67177 sources."chalk-2.4.2" 67021 67178 sources."color-convert-1.9.3" 67022 67179 sources."color-name-1.1.3" ··· 67027 67184 sources."convert-source-map-1.7.0" 67028 67185 sources."debug-4.3.2" 67029 67186 sources."ejs-3.1.6" 67030 - sources."electron-to-chromium-1.3.741" 67187 + sources."electron-to-chromium-1.3.743" 67031 67188 sources."ensure-posix-path-1.1.1" 67032 67189 sources."escalade-3.1.1" 67033 67190 sources."escape-string-regexp-1.0.5" ··· 67616 67773 sources."finalhandler-1.1.2" 67617 67774 sources."forever-agent-0.6.1" 67618 67775 sources."form-data-3.0.0" 67619 - sources."forwarded-0.1.2" 67776 + sources."forwarded-0.2.0" 67620 67777 sources."fresh-0.5.2" 67621 67778 sources."gauge-1.2.7" 67622 67779 sources."gaxios-4.3.0" ··· 67921 68078 sources."@types/node-15.6.1" 67922 68079 ]; 67923 68080 }) 67924 - sources."proxy-addr-2.0.6" 68081 + sources."proxy-addr-2.0.7" 67925 68082 (sources."psbt-1.1.9" // { 67926 68083 dependencies = [ 67927 68084 sources."bn.js-5.2.0" ··· 68328 68485 sources."loud-rejection-1.6.0" 68329 68486 sources."map-obj-1.0.1" 68330 68487 sources."meow-3.7.0" 68331 - sources."mime-db-1.47.0" 68488 + sources."mime-db-1.48.0" 68332 68489 sources."minimatch-3.0.4" 68333 68490 sources."minimist-1.2.5" 68334 68491 sources."mkdirp-0.5.5" ··· 68800 68957 sources."follow-redirects-1.14.1" 68801 68958 sources."forever-agent-0.6.1" 68802 68959 sources."form-data-2.3.3" 68803 - sources."forwarded-0.1.2" 68960 + sources."forwarded-0.2.0" 68804 68961 sources."fresh-0.5.2" 68805 68962 sources."function-bind-1.1.1" 68806 68963 sources."get-caller-file-2.0.5" ··· 68927 69084 }) 68928 69085 sources."pngjs-3.4.0" 68929 69086 sources."promise-7.3.1" 68930 - sources."proxy-addr-2.0.6" 69087 + sources."proxy-addr-2.0.7" 68931 69088 sources."psl-1.8.0" 68932 69089 sources."pug-3.0.2" 68933 69090 sources."pug-attrs-3.0.0" ··· 69500 69657 cdk8s-cli = nodeEnv.buildNodePackage { 69501 69658 name = "cdk8s-cli"; 69502 69659 packageName = "cdk8s-cli"; 69503 - version = "1.0.0-beta.11"; 69660 + version = "1.0.0-beta.18"; 69504 69661 src = fetchurl { 69505 - url = "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-1.0.0-beta.11.tgz"; 69506 - sha512 = "Oo/tO5aqmjsBORN93dSnidF7+2u77Q9zwUn9VbCQkZqCNfeZZcwIV9AG108hMYwtcXqtKQC7wevX6rmi9l8lng=="; 69662 + url = "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-1.0.0-beta.18.tgz"; 69663 + sha512 = "eT0Z2u8yB8gMAIOMJ76TjeCQZ8nzxSbN/Y87cbzhT9I6vyLjgCw/w+48XXudOfW63kY2/TugWtZE+mwQlu3QXw=="; 69507 69664 }; 69508 69665 dependencies = [ 69509 69666 sources."@jsii/spec-1.30.0" ··· 69515 69672 sources."call-bind-1.0.2" 69516 69673 sources."camelcase-6.2.0" 69517 69674 sources."case-1.6.3" 69518 - sources."cdk8s-1.0.0-beta.11" 69675 + sources."cdk8s-1.0.0-beta.14" 69519 69676 sources."cliui-7.0.4" 69520 69677 sources."clone-2.1.2" 69521 69678 (sources."codemaker-1.30.0" // { ··· 69527 69684 sources."color-name-1.1.4" 69528 69685 sources."colors-1.4.0" 69529 69686 sources."commonmark-0.29.3" 69530 - sources."constructs-3.3.71" 69687 + sources."constructs-3.3.75" 69531 69688 sources."date-format-3.0.0" 69532 69689 sources."debug-4.3.2" 69533 69690 sources."decamelize-5.0.0" ··· 69682 69839 buildInputs = globalBuildInputs; 69683 69840 meta = { 69684 69841 description = "CDK for Kubernetes CLI"; 69685 - homepage = "https://github.com/awslabs/cdk8s#readme"; 69686 69842 license = "Apache-2.0"; 69687 69843 }; 69688 69844 production = true; ··· 69756 69912 sources."colors-1.4.0" 69757 69913 sources."combined-stream-1.0.8" 69758 69914 sources."commonmark-0.29.3" 69759 - sources."compress-commons-4.1.0" 69915 + sources."compress-commons-4.1.1" 69760 69916 sources."concat-map-0.0.1" 69761 69917 sources."constructs-3.3.75" 69762 69918 sources."convert-to-spaces-1.0.2" ··· 70539 70695 coc-metals = nodeEnv.buildNodePackage { 70540 70696 name = "coc-metals"; 70541 70697 packageName = "coc-metals"; 70542 - version = "1.0.5"; 70698 + version = "1.0.6"; 70543 70699 src = fetchurl { 70544 - url = "https://registry.npmjs.org/coc-metals/-/coc-metals-1.0.5.tgz"; 70545 - sha512 = "YWnhsa/SDrxdJwcRrvFUiNOYuhDE8STBo5t1Nvokk/OaFoKfTS/OrxE2xTrDPWgJAxytyfnIjxBduokB1+LT3g=="; 70700 + url = "https://registry.npmjs.org/coc-metals/-/coc-metals-1.0.6.tgz"; 70701 + sha512 = "MQuXdCblmy5Qnrlqmb7ntDjpgxtdXsbdAgxf23Ai2QFpf14bdc+gz4U/+9pOEpSswODtMvMqnjfTA1lY7p2AfQ=="; 70546 70702 }; 70547 70703 dependencies = [ 70548 70704 sources."@chemzqm/neovim-5.2.13" ··· 70833 70989 sources."callsites-3.1.0" 70834 70990 sources."camelcase-2.1.1" 70835 70991 sources."camelcase-keys-2.1.0" 70836 - sources."caniuse-lite-1.0.30001230" 70992 + sources."caniuse-lite-1.0.30001232" 70837 70993 sources."capture-stack-trace-1.0.1" 70838 70994 sources."ccount-1.1.0" 70839 70995 (sources."chalk-4.1.1" // { ··· 70895 71051 ]; 70896 71052 }) 70897 71053 sources."copy-descriptor-0.1.1" 70898 - sources."core-js-3.13.0" 71054 + sources."core-js-3.13.1" 70899 71055 sources."cosmiconfig-3.1.0" 70900 71056 sources."create-error-class-3.0.2" 70901 71057 sources."cross-spawn-7.0.3" ··· 70931 71087 sources."domutils-1.7.0" 70932 71088 sources."dot-prop-5.3.0" 70933 71089 sources."duplexer3-0.1.4" 70934 - sources."electron-to-chromium-1.3.741" 71090 + sources."electron-to-chromium-1.3.743" 70935 71091 sources."emoji-regex-8.0.0" 70936 71092 sources."end-of-stream-1.4.4" 70937 71093 sources."enquirer-2.3.6" ··· 71740 71896 sha512 = "bUb/GuY0QjlDAws60UNDL8ZiRzp6sLmSqRkMyAAUEb9arsSphvok80P3i/NEsJhG2lgx2LaEz1mKUCnR+UjTlA=="; 71741 71897 }; 71742 71898 dependencies = [ 71743 - sources."pyright-1.1.144" 71899 + sources."pyright-1.1.145" 71744 71900 ]; 71745 71901 buildInputs = globalBuildInputs; 71746 71902 meta = { ··· 71814 71970 coc-rust-analyzer = nodeEnv.buildNodePackage { 71815 71971 name = "coc-rust-analyzer"; 71816 71972 packageName = "coc-rust-analyzer"; 71817 - version = "0.45.1"; 71973 + version = "0.46.0"; 71818 71974 src = fetchurl { 71819 - url = "https://registry.npmjs.org/coc-rust-analyzer/-/coc-rust-analyzer-0.45.1.tgz"; 71820 - sha512 = "2BFV6NJDi2s8Z41xf0Zk49fAWkYioZH+D7bKVQTb2LrhhKlmgfw4HGLe/9AZrvUPOcCDEuE9CS+lSnZjeJuUPg=="; 71975 + url = "https://registry.npmjs.org/coc-rust-analyzer/-/coc-rust-analyzer-0.46.0.tgz"; 71976 + sha512 = "KwkFaDNBwZtqdahUPKYKoCb0nvLZ1wu5L2/8kpK94IMDgNPy3TUTxujtwDjLwjYo/z+W5reRfwIYNJZ3FZ2Onw=="; 71821 71977 }; 71822 71978 buildInputs = globalBuildInputs; 71823 71979 meta = { ··· 71945 72101 sources."callsites-3.1.0" 71946 72102 sources."camelcase-5.3.1" 71947 72103 sources."camelcase-keys-6.2.2" 71948 - sources."caniuse-lite-1.0.30001230" 72104 + sources."caniuse-lite-1.0.30001232" 71949 72105 (sources."chalk-4.1.1" // { 71950 72106 dependencies = [ 71951 72107 sources."ansi-styles-4.3.0" ··· 71983 72139 sources."domelementtype-1.3.1" 71984 72140 sources."domhandler-2.4.2" 71985 72141 sources."domutils-1.7.0" 71986 - sources."electron-to-chromium-1.3.741" 72142 + sources."electron-to-chromium-1.3.743" 71987 72143 sources."emoji-regex-8.0.0" 71988 72144 sources."entities-1.1.2" 71989 72145 sources."error-ex-1.3.2" ··· 72245 72401 coc-texlab = nodeEnv.buildNodePackage { 72246 72402 name = "coc-texlab"; 72247 72403 packageName = "coc-texlab"; 72248 - version = "3.0.1"; 72404 + version = "3.0.2"; 72249 72405 src = fetchurl { 72250 - url = "https://registry.npmjs.org/coc-texlab/-/coc-texlab-3.0.1.tgz"; 72251 - sha512 = "0uom/t9g+4u1SgRDbfBIbnPRmlRS2odBCDcyP8+JQcEHYS2LXni0udDVZOG/4lbOFEZmMLbAcds0tTJpJ9SZhg=="; 72406 + url = "https://registry.npmjs.org/coc-texlab/-/coc-texlab-3.0.2.tgz"; 72407 + sha512 = "YiPB0gasof89HqAGz55BICHtt9gDyTjsNY1mwdKkJP0ZmgSxub5q+hOYYbay56X4+348Raxx0fp75JI8ax1nAw=="; 72252 72408 }; 72253 72409 buildInputs = globalBuildInputs; 72254 72410 meta = { ··· 72431 72587 sources."enquirer-2.3.6" 72432 72588 sources."escape-string-regexp-4.0.0" 72433 72589 sources."eslint-7.27.0" 72434 - sources."eslint-plugin-vue-7.9.0" 72590 + sources."eslint-plugin-vue-7.10.0" 72435 72591 sources."eslint-scope-5.1.1" 72436 72592 (sources."eslint-utils-2.1.0" // { 72437 72593 dependencies = [ ··· 73040 73196 sources."find-up-2.1.0" 73041 73197 sources."forever-agent-0.6.1" 73042 73198 sources."form-data-2.3.3" 73043 - sources."forwarded-0.1.2" 73199 + sources."forwarded-0.2.0" 73044 73200 sources."fresh-0.5.2" 73045 73201 sources."fs-extra-9.1.0" 73046 73202 sources."fs-minipass-2.1.0" ··· 73277 73433 sources."promise-inflight-1.0.1" 73278 73434 sources."promise-retry-2.0.1" 73279 73435 sources."promzard-0.3.0" 73280 - sources."proxy-addr-2.0.6" 73436 + sources."proxy-addr-2.0.7" 73281 73437 sources."psl-1.8.0" 73282 73438 sources."pump-3.0.0" 73283 73439 sources."punycode-2.1.1" ··· 75175 75331 sources."bcrypt-pbkdf-1.0.2" 75176 75332 sources."bl-4.1.0" 75177 75333 sources."bluebird-3.7.2" 75178 - sources."boolean-3.0.4" 75334 + sources."boolean-3.1.0" 75179 75335 sources."brace-expansion-1.1.11" 75180 75336 sources."buffer-5.7.1" 75181 75337 sources."buffer-alloc-1.2.0" ··· 75213 75369 sources."concat-map-0.0.1" 75214 75370 sources."config-chain-1.1.12" 75215 75371 sources."console-control-strings-1.1.0" 75216 - sources."core-js-3.13.0" 75372 + sources."core-js-3.13.1" 75217 75373 sources."core-util-is-1.0.2" 75218 75374 sources."cross-spawn-7.0.3" 75219 75375 sources."currently-unhandled-0.4.1" ··· 75803 75959 sources."quick-lru-4.0.1" 75804 75960 ]; 75805 75961 }) 75806 - sources."caniuse-lite-1.0.30001230" 75962 + sources."caniuse-lite-1.0.30001232" 75807 75963 sources."chalk-2.4.2" 75808 75964 sources."ci-info-2.0.0" 75809 75965 sources."cli-boxes-2.2.1" ··· 75840 75996 }) 75841 75997 sources."defer-to-connect-2.0.1" 75842 75998 sources."dot-prop-5.3.0" 75843 - sources."electron-to-chromium-1.3.741" 75999 + sources."electron-to-chromium-1.3.743" 75844 76000 sources."emoji-regex-8.0.0" 75845 76001 sources."emojilib-2.4.0" 75846 76002 sources."end-of-stream-1.4.4" ··· 76115 76271 sources."normalize-path-2.1.1" 76116 76272 ]; 76117 76273 }) 76118 - sources."@microsoft/load-themed-styles-1.10.173" 76274 + sources."@microsoft/load-themed-styles-1.10.174" 76119 76275 sources."@nodelib/fs.scandir-2.1.4" 76120 76276 sources."@nodelib/fs.stat-2.0.4" 76121 76277 sources."@nodelib/fs.walk-1.2.6" ··· 76684 76840 sources."for-own-1.0.0" 76685 76841 sources."forever-agent-0.6.1" 76686 76842 sources."form-data-2.3.3" 76687 - sources."forwarded-0.1.2" 76843 + sources."forwarded-0.2.0" 76688 76844 sources."fragment-cache-0.2.1" 76689 76845 sources."fresh-0.5.2" 76690 76846 (sources."from2-2.3.0" // { ··· 77284 77440 sources."promise-inflight-1.0.1" 77285 77441 sources."promise-queue-2.2.5" 77286 77442 sources."prop-types-15.7.2" 77287 - sources."proxy-addr-2.0.6" 77443 + sources."proxy-addr-2.0.7" 77288 77444 sources."prr-1.0.1" 77289 77445 sources."psl-1.8.0" 77290 77446 (sources."public-encrypt-4.0.3" // { ··· 78140 78296 expo-cli = nodeEnv.buildNodePackage { 78141 78297 name = "expo-cli"; 78142 78298 packageName = "expo-cli"; 78143 - version = "4.5.0"; 78299 + version = "4.5.2"; 78144 78300 src = fetchurl { 78145 - url = "https://registry.npmjs.org/expo-cli/-/expo-cli-4.5.0.tgz"; 78146 - sha512 = "SY+ff6RtgviIV5p776TbeiG3qfI8lRGKBwUbrGQNVWnlgFhrRIY8H8Dixc3jcZmNV669Id5Ha0v+UqBF1duQzw=="; 78301 + url = "https://registry.npmjs.org/expo-cli/-/expo-cli-4.5.2.tgz"; 78302 + sha512 = "r6SeIMk2ZP1/rSKGcXquiQp/A7MGAmJvG0otmJhlO5ypdYXfAJ1fhEJIqt7ufSngc5RRJ0cjnKZ1WBSyJlJTNA=="; 78147 78303 }; 78148 78304 dependencies = [ 78149 78305 sources."@babel/code-frame-7.12.13" ··· 78279 78435 sources."@babel/types-7.14.4" 78280 78436 sources."@expo/apple-utils-0.0.0-alpha.20" 78281 78437 sources."@expo/bunyan-4.0.0" 78282 - sources."@expo/config-4.0.0" 78283 - sources."@expo/config-plugins-2.0.0" 78284 - sources."@expo/config-types-40.0.0-beta.2" 78438 + sources."@expo/config-4.0.2" 78439 + sources."@expo/config-plugins-2.0.2" 78440 + sources."@expo/config-types-41.0.0" 78285 78441 (sources."@expo/configure-splash-screen-0.4.0" // { 78286 78442 dependencies = [ 78287 78443 sources."commander-5.1.0" 78288 78444 sources."pngjs-5.0.0" 78289 78445 ]; 78290 78446 }) 78291 - (sources."@expo/dev-server-0.1.70" // { 78447 + (sources."@expo/dev-server-0.1.72" // { 78292 78448 dependencies = [ 78293 78449 sources."body-parser-1.19.0" 78294 78450 sources."bytes-3.1.0" ··· 78297 78453 sources."iconv-lite-0.4.24" 78298 78454 sources."inherits-2.0.3" 78299 78455 sources."ms-2.0.0" 78456 + sources."open-8.2.0" 78300 78457 sources."qs-6.7.0" 78301 78458 sources."raw-body-2.4.0" 78302 78459 sources."setprototypeof-1.1.1" 78303 78460 sources."statuses-1.5.0" 78461 + sources."temp-dir-2.0.0" 78304 78462 ]; 78305 78463 }) 78306 - sources."@expo/dev-tools-0.13.100" 78464 + sources."@expo/dev-tools-0.13.102" 78307 78465 (sources."@expo/devcert-1.0.0" // { 78308 78466 dependencies = [ 78309 78467 sources."debug-3.2.7" ··· 78323 78481 sources."json5-1.0.1" 78324 78482 ]; 78325 78483 }) 78326 - sources."@expo/metro-config-0.1.70" 78484 + sources."@expo/metro-config-0.1.72" 78327 78485 sources."@expo/osascript-2.0.28" 78328 78486 (sources."@expo/package-manager-0.0.43" // { 78329 78487 dependencies = [ ··· 78337 78495 sources."xmlbuilder-14.0.0" 78338 78496 ]; 78339 78497 }) 78340 - sources."@expo/prebuild-config-1.0.1" 78498 + sources."@expo/prebuild-config-1.0.3" 78341 78499 sources."@expo/results-1.0.0" 78342 78500 (sources."@expo/schemer-1.3.29" // { 78343 78501 dependencies = [ ··· 78348 78506 }) 78349 78507 sources."@expo/simple-spinner-1.0.2" 78350 78508 sources."@expo/spawn-async-1.5.0" 78351 - (sources."@expo/webpack-config-0.12.74" // { 78509 + (sources."@expo/webpack-config-0.12.76" // { 78352 78510 dependencies = [ 78353 78511 sources."@babel/runtime-7.9.0" 78354 78512 sources."react-refresh-0.8.3" ··· 78691 78849 }) 78692 78850 sources."camelcase-5.3.1" 78693 78851 sources."caniuse-api-3.0.0" 78694 - sources."caniuse-lite-1.0.30001230" 78852 + sources."caniuse-lite-1.0.30001232" 78695 78853 sources."caseless-0.12.0" 78696 78854 (sources."chalk-4.1.1" // { 78697 78855 dependencies = [ ··· 78825 78983 ]; 78826 78984 }) 78827 78985 sources."core-js-2.6.12" 78828 - (sources."core-js-compat-3.13.0" // { 78986 + (sources."core-js-compat-3.13.1" // { 78829 78987 dependencies = [ 78830 78988 sources."semver-7.0.0" 78831 78989 ]; ··· 78908 79066 sources."default-gateway-4.2.0" 78909 79067 sources."defaults-1.0.3" 78910 79068 sources."defer-to-connect-2.0.1" 79069 + sources."define-lazy-prop-2.0.0" 78911 79070 sources."define-properties-1.1.3" 78912 79071 sources."define-property-2.0.2" 78913 79072 (sources."del-6.0.0" // { ··· 78964 79123 sources."duplexify-3.7.1" 78965 79124 sources."ecc-jsbn-0.1.2" 78966 79125 sources."ee-first-1.1.1" 78967 - sources."electron-to-chromium-1.3.741" 79126 + sources."electron-to-chromium-1.3.743" 78968 79127 (sources."elliptic-6.5.4" // { 78969 79128 dependencies = [ 78970 79129 sources."bn.js-4.12.0" ··· 79045 79204 sources."ms-2.0.0" 79046 79205 ]; 79047 79206 }) 79048 - (sources."expo-pwa-0.0.80" // { 79207 + (sources."expo-pwa-0.0.82" // { 79049 79208 dependencies = [ 79050 79209 sources."commander-2.20.0" 79051 79210 ]; ··· 79118 79277 ]; 79119 79278 }) 79120 79279 sources."form-data-2.5.1" 79121 - sources."forwarded-0.1.2" 79280 + sources."forwarded-0.2.0" 79122 79281 sources."fragment-cache-0.2.1" 79123 79282 sources."freeport-async-2.0.0" 79124 79283 sources."fresh-0.5.2" ··· 79908 80067 sources."promise-inflight-1.0.1" 79909 80068 sources."promise-retry-2.0.1" 79910 80069 sources."prompts-2.4.1" 79911 - sources."proxy-addr-2.0.6" 80070 + sources."proxy-addr-2.0.7" 79912 80071 sources."prr-1.0.1" 79913 80072 sources."psl-1.8.0" 79914 80073 (sources."public-encrypt-4.0.3" // { ··· 80592 80751 sources."uuid-7.0.3" 80593 80752 ]; 80594 80753 }) 80595 - (sources."xdl-59.0.40" // { 80754 + (sources."xdl-59.0.42" // { 80596 80755 dependencies = [ 80597 80756 sources."chownr-1.1.4" 80598 80757 sources."fs-minipass-1.2.7" ··· 81644 81803 sources."combined-stream-1.0.8" 81645 81804 sources."commander-4.1.1" 81646 81805 sources."compare-semver-1.1.0" 81647 - sources."compress-commons-4.1.0" 81806 + sources."compress-commons-4.1.1" 81648 81807 sources."compressible-2.0.18" 81649 81808 (sources."compression-1.7.4" // { 81650 81809 dependencies = [ ··· 81804 81963 sources."fn.name-1.1.0" 81805 81964 sources."forever-agent-0.6.1" 81806 81965 sources."form-data-2.3.3" 81807 - sources."forwarded-0.1.2" 81966 + sources."forwarded-0.2.0" 81808 81967 sources."fresh-0.5.2" 81809 81968 sources."fs-constants-1.0.0" 81810 81969 sources."fs-extra-5.0.0" ··· 82111 82270 sources."promise-inflight-1.0.1" 82112 82271 sources."promise-retry-2.0.1" 82113 82272 sources."protobufjs-6.11.2" 82114 - sources."proxy-addr-2.0.6" 82273 + sources."proxy-addr-2.0.7" 82115 82274 (sources."proxy-agent-4.0.1" // { 82116 82275 dependencies = [ 82117 82276 sources."lru-cache-5.1.1" ··· 82461 82620 sources."error-ex-1.3.2" 82462 82621 sources."esc-exit-2.0.2" 82463 82622 sources."escape-string-regexp-1.0.5" 82464 - sources."execa-5.0.0" 82623 + sources."execa-5.0.1" 82465 82624 sources."external-editor-3.1.0" 82466 82625 sources."figures-3.2.0" 82467 82626 sources."find-up-4.1.0" ··· 82820 82979 forever = nodeEnv.buildNodePackage { 82821 82980 name = "forever"; 82822 82981 packageName = "forever"; 82823 - version = "3.0.4"; 82982 + version = "4.0.0"; 82824 82983 src = fetchurl { 82825 - url = "https://registry.npmjs.org/forever/-/forever-3.0.4.tgz"; 82826 - sha512 = "MZDQu9nxVavSOez+k0MGdoe9/0tGN/QfAj3Xn8OjJbRYlLghq/3isf5c2xt280x04EVKguU9/tmLE74259Xazw=="; 82984 + url = "https://registry.npmjs.org/forever/-/forever-4.0.0.tgz"; 82985 + sha512 = "8cFfO0lvIs4c0P5LvKbdvZvtOK/z79AF/vC9DQLH+niyOCPxqq1+12CyYrzHC+5hBILjPU9ClWLVrXvrK+2ZVw=="; 82827 82986 }; 82828 82987 dependencies = [ 82829 - sources."ansi-regex-2.1.1" 82830 82988 (sources."anymatch-2.0.0" // { 82831 82989 dependencies = [ 82832 82990 sources."normalize-path-2.1.1" ··· 82840 82998 sources."async-1.5.2" 82841 82999 sources."async-each-1.0.3" 82842 83000 sources."atob-2.1.2" 83001 + sources."available-typed-arrays-1.0.4" 82843 83002 sources."balanced-match-1.0.2" 82844 83003 (sources."base-0.11.2" // { 82845 83004 dependencies = [ ··· 82857 83016 }) 82858 83017 (sources."broadway-0.3.6" // { 82859 83018 dependencies = [ 82860 - sources."async-0.2.9" 83019 + sources."async-0.2.10" 82861 83020 sources."cliff-0.1.9" 82862 83021 sources."eventemitter2-0.4.14" 82863 - sources."nconf-0.6.9" 82864 83022 sources."winston-0.8.0" 82865 83023 ]; 82866 83024 }) 82867 83025 sources."cache-base-1.0.1" 82868 83026 sources."call-bind-1.0.2" 82869 83027 sources."caller-0.0.1" 82870 - sources."camelcase-2.1.1" 82871 83028 sources."chokidar-2.1.8" 82872 83029 (sources."class-utils-0.3.6" // { 82873 83030 dependencies = [ ··· 82891 83048 sources."colors-1.0.3" 82892 83049 ]; 82893 83050 }) 82894 - sources."cliui-3.2.0" 82895 83051 sources."clone-2.1.2" 82896 - sources."code-point-at-1.1.0" 82897 83052 sources."collection-visit-1.0.0" 82898 83053 sources."colors-0.6.2" 82899 83054 sources."component-emitter-1.3.0" 82900 83055 sources."concat-map-0.0.1" 83056 + sources."configstore-4.0.0" 82901 83057 sources."copy-descriptor-0.1.1" 82902 83058 sources."core-util-is-1.0.2" 83059 + sources."crypto-random-string-1.0.0" 82903 83060 sources."cycle-1.0.3" 82904 83061 sources."debug-2.6.9" 82905 - sources."decamelize-1.2.0" 82906 83062 sources."decode-uri-component-0.2.0" 82907 - sources."deep-equal-1.1.1" 83063 + sources."deep-equal-2.0.5" 82908 83064 sources."define-properties-1.1.3" 82909 83065 sources."define-property-2.0.2" 82910 83066 sources."defined-0.0.0" 82911 83067 sources."director-1.2.7" 83068 + sources."dot-prop-4.2.1" 82912 83069 sources."duplexer-0.1.2" 83070 + sources."es-abstract-1.18.3" 83071 + sources."es-get-iterator-1.1.2" 83072 + sources."es-to-primitive-1.2.1" 82913 83073 sources."event-stream-3.3.4" 82914 83074 sources."eventemitter2-6.4.3" 82915 83075 (sources."expand-brackets-2.1.4" // { ··· 82949 83109 }) 82950 83110 sources."flatiron-0.4.3" 82951 83111 sources."for-in-1.0.2" 83112 + sources."foreach-2.0.5" 82952 83113 sources."forever-monitor-3.0.3" 82953 83114 sources."fragment-cache-0.2.1" 82954 83115 sources."from-0.1.7" ··· 82965 83126 }) 82966 83127 sources."graceful-fs-4.2.6" 82967 83128 sources."has-1.0.3" 83129 + sources."has-bigints-1.0.1" 82968 83130 sources."has-symbols-1.0.2" 82969 83131 sources."has-value-1.0.0" 82970 83132 (sources."has-values-1.0.0" // { ··· 82973 83135 ]; 82974 83136 }) 82975 83137 sources."i-0.3.6" 83138 + sources."imurmurhash-0.1.4" 82976 83139 sources."inflight-1.0.6" 82977 83140 sources."inherits-2.0.4" 82978 83141 sources."ini-1.3.8" 82979 - sources."invert-kv-1.0.0" 82980 83142 sources."is-accessor-descriptor-1.0.0" 82981 83143 sources."is-arguments-1.1.0" 83144 + sources."is-bigint-1.0.2" 82982 83145 sources."is-binary-path-1.0.1" 83146 + sources."is-boolean-object-1.1.1" 82983 83147 sources."is-buffer-1.1.6" 83148 + sources."is-callable-1.2.3" 82984 83149 sources."is-data-descriptor-1.0.0" 82985 83150 sources."is-date-object-1.0.4" 82986 83151 sources."is-descriptor-1.0.2" 82987 83152 sources."is-extendable-1.0.1" 82988 83153 sources."is-extglob-2.1.1" 82989 - sources."is-fullwidth-code-point-1.0.0" 82990 83154 sources."is-glob-4.0.1" 83155 + sources."is-map-2.0.2" 83156 + sources."is-negative-zero-2.0.1" 82991 83157 (sources."is-number-3.0.0" // { 82992 83158 dependencies = [ 82993 83159 sources."kind-of-3.2.2" 82994 83160 ]; 82995 83161 }) 83162 + sources."is-number-object-1.0.5" 83163 + sources."is-obj-1.0.1" 82996 83164 sources."is-plain-object-2.0.4" 82997 83165 sources."is-regex-1.1.3" 83166 + sources."is-set-2.0.2" 83167 + sources."is-string-1.0.6" 83168 + sources."is-symbol-1.0.4" 83169 + sources."is-typed-array-1.1.5" 83170 + sources."is-weakmap-2.0.1" 83171 + sources."is-weakset-2.0.1" 82998 83172 sources."is-windows-1.0.2" 82999 - sources."isarray-1.0.0" 83173 + sources."isarray-2.0.5" 83000 83174 sources."isobject-3.0.1" 83001 83175 sources."isstream-0.1.2" 83002 83176 sources."jsonify-0.0.0" 83003 83177 sources."kind-of-6.0.3" 83004 83178 sources."lazy-1.0.11" 83005 - sources."lcid-1.0.0" 83179 + sources."make-dir-1.3.0" 83006 83180 sources."map-cache-0.2.2" 83007 83181 sources."map-stream-0.1.0" 83008 83182 sources."map-visit-1.0.0" ··· 83019 83193 sources."mute-stream-0.0.8" 83020 83194 sources."nan-2.14.2" 83021 83195 sources."nanomatch-1.2.13" 83022 - sources."nconf-0.10.0" 83196 + (sources."nconf-0.6.9" // { 83197 + dependencies = [ 83198 + sources."async-0.2.9" 83199 + ]; 83200 + }) 83023 83201 sources."ncp-0.4.2" 83024 83202 sources."normalize-path-3.0.0" 83025 83203 (sources."nssocket-0.6.0" // { ··· 83027 83205 sources."eventemitter2-0.4.14" 83028 83206 ]; 83029 83207 }) 83030 - sources."number-is-nan-1.0.1" 83031 83208 sources."object-assign-4.1.1" 83032 83209 (sources."object-copy-0.1.0" // { 83033 83210 dependencies = [ ··· 83042 83219 sources."kind-of-3.2.2" 83043 83220 ]; 83044 83221 }) 83222 + sources."object-inspect-1.10.3" 83045 83223 sources."object-is-1.1.5" 83046 83224 sources."object-keys-1.1.1" 83047 83225 sources."object-visit-1.0.1" 83226 + sources."object.assign-4.1.2" 83048 83227 sources."object.pick-1.3.0" 83049 83228 sources."once-1.4.0" 83050 83229 sources."optimist-0.6.0" 83051 - sources."os-locale-1.4.0" 83052 83230 sources."pascalcase-0.1.1" 83053 83231 sources."path-dirname-1.0.2" 83054 83232 sources."path-is-absolute-1.0.1" 83055 83233 sources."pause-stream-0.0.11" 83234 + sources."pify-3.0.0" 83056 83235 sources."pkginfo-0.3.1" 83057 83236 sources."posix-character-classes-0.1.1" 83058 83237 (sources."prettyjson-1.2.1" // { ··· 83065 83244 sources."prompt-0.2.14" 83066 83245 sources."ps-tree-1.2.0" 83067 83246 sources."read-1.0.7" 83068 - sources."readable-stream-2.3.7" 83247 + (sources."readable-stream-2.3.7" // { 83248 + dependencies = [ 83249 + sources."isarray-1.0.0" 83250 + ]; 83251 + }) 83069 83252 sources."readdirp-2.2.1" 83070 83253 sources."regex-not-1.0.2" 83071 83254 sources."regexp.prototype.flags-1.3.1" ··· 83079 83262 sources."rimraf-2.7.1" 83080 83263 sources."safe-buffer-5.1.2" 83081 83264 sources."safe-regex-1.1.0" 83082 - sources."secure-keys-1.0.0" 83083 83265 (sources."set-value-2.0.1" // { 83084 83266 dependencies = [ 83085 83267 sources."extend-shallow-2.0.1" ··· 83087 83269 ]; 83088 83270 }) 83089 83271 sources."shush-1.0.0" 83272 + sources."side-channel-1.0.4" 83273 + sources."signal-exit-3.0.3" 83090 83274 (sources."snapdragon-0.8.2" // { 83091 83275 dependencies = [ 83092 83276 sources."define-property-0.2.5" ··· 83140 83324 ]; 83141 83325 }) 83142 83326 sources."stream-combiner-0.0.4" 83143 - sources."string-width-1.0.2" 83327 + sources."string.prototype.trimend-1.0.4" 83328 + sources."string.prototype.trimstart-1.0.4" 83144 83329 sources."string_decoder-1.1.1" 83145 - sources."strip-ansi-3.0.1" 83146 83330 sources."strip-json-comments-0.1.3" 83147 83331 (sources."tape-2.3.3" // { 83148 83332 dependencies = [ ··· 83157 83341 }) 83158 83342 sources."to-regex-3.0.2" 83159 83343 sources."to-regex-range-2.1.1" 83344 + sources."unbox-primitive-1.0.1" 83160 83345 (sources."union-value-1.0.1" // { 83161 83346 dependencies = [ 83162 83347 sources."is-extendable-0.1.1" 83163 83348 ]; 83164 83349 }) 83350 + sources."unique-string-1.0.0" 83165 83351 (sources."unset-value-1.0.0" // { 83166 83352 dependencies = [ 83167 83353 (sources."has-value-0.3.1" // { ··· 83170 83356 ]; 83171 83357 }) 83172 83358 sources."has-values-0.1.4" 83359 + sources."isarray-1.0.0" 83173 83360 ]; 83174 83361 }) 83175 83362 sources."upath-1.2.0" ··· 83181 83368 sources."async-0.2.10" 83182 83369 ]; 83183 83370 }) 83184 - sources."window-size-0.1.4" 83371 + sources."which-boxed-primitive-1.0.2" 83372 + sources."which-collection-1.0.1" 83373 + sources."which-typed-array-1.1.4" 83185 83374 (sources."winston-0.8.3" // { 83186 83375 dependencies = [ 83187 83376 sources."async-0.2.10" 83188 83377 ]; 83189 83378 }) 83190 83379 sources."wordwrap-0.0.3" 83191 - sources."wrap-ansi-2.1.0" 83192 83380 sources."wrappy-1.0.2" 83193 - sources."y18n-3.2.2" 83194 - sources."yargs-3.32.0" 83381 + sources."write-file-atomic-2.4.3" 83382 + sources."xdg-basedir-3.0.0" 83195 83383 ]; 83196 83384 buildInputs = globalBuildInputs; 83197 83385 meta = { ··· 83364 83552 sources."@types/yargs-parser-20.2.0" 83365 83553 sources."@types/yoga-layout-1.9.2" 83366 83554 sources."accepts-1.3.7" 83367 - sources."acorn-8.2.4" 83555 + sources."acorn-8.3.0" 83368 83556 sources."acorn-jsx-5.3.1" 83369 83557 sources."address-1.1.2" 83370 83558 (sources."ansi-align-3.0.0" // { ··· 83424 83612 sources."call-bind-1.0.2" 83425 83613 sources."camel-case-4.1.2" 83426 83614 sources."camelcase-5.3.1" 83427 - sources."caniuse-lite-1.0.30001230" 83615 + sources."caniuse-lite-1.0.30001232" 83428 83616 sources."ccount-1.1.0" 83429 83617 (sources."chalk-4.1.1" // { 83430 83618 dependencies = [ ··· 83524 83712 sources."dotenv-8.6.0" 83525 83713 sources."duplexer3-0.1.4" 83526 83714 sources."ee-first-1.1.1" 83527 - sources."electron-to-chromium-1.3.741" 83715 + sources."electron-to-chromium-1.3.743" 83528 83716 sources."emoji-regex-7.0.3" 83529 83717 sources."encodeurl-1.0.2" 83530 83718 sources."end-of-stream-1.4.4" ··· 83589 83777 sources."find-up-4.1.0" 83590 83778 sources."follow-redirects-1.14.1" 83591 83779 sources."form-data-3.0.1" 83592 - sources."forwarded-0.1.2" 83780 + sources."forwarded-0.2.0" 83593 83781 sources."fresh-0.5.2" 83594 83782 sources."fs-exists-cached-1.0.0" 83595 83783 sources."fs-extra-8.1.0" ··· 83774 83962 sources."no-case-3.0.4" 83775 83963 sources."node-eta-0.9.0" 83776 83964 sources."node-fetch-2.6.1" 83777 - sources."node-object-hash-2.3.2" 83965 + sources."node-object-hash-2.3.3" 83778 83966 sources."node-releases-1.1.72" 83779 83967 sources."normalize-path-3.0.0" 83780 83968 sources."normalize-url-3.3.0" ··· 83827 84015 sources."prop-types-15.7.2" 83828 84016 sources."proper-lockfile-4.1.2" 83829 84017 sources."protocols-1.4.8" 83830 - sources."proxy-addr-2.0.6" 84018 + sources."proxy-addr-2.0.7" 83831 84019 sources."pump-3.0.0" 83832 84020 sources."pupa-2.1.1" 83833 84021 sources."qs-6.10.1" ··· 84008 84196 sources."write-file-atomic-3.0.3" 84009 84197 sources."ws-7.4.6" 84010 84198 sources."xdg-basedir-4.0.0" 84011 - sources."xstate-4.19.2" 84199 + sources."xstate-4.20.0" 84012 84200 sources."xtend-4.0.2" 84013 84201 sources."y18n-4.0.3" 84014 84202 sources."yallist-4.0.0" ··· 84408 84596 sources."esprima-4.0.1" 84409 84597 sources."estraverse-4.3.0" 84410 84598 sources."esutils-2.0.3" 84411 - sources."execa-5.0.0" 84599 + sources."execa-5.0.1" 84412 84600 sources."external-editor-3.1.0" 84413 84601 sources."fast-deep-equal-3.1.3" 84414 84602 sources."fast-levenshtein-2.0.6" ··· 84907 85095 }) 84908 85096 sources."graphql-subscriptions-1.2.1" 84909 85097 sources."graphql-type-json-0.3.2" 84910 - sources."graphql-ws-4.5.2" 85098 + sources."graphql-ws-4.7.0" 84911 85099 sources."har-schema-2.0.0" 84912 85100 sources."har-validator-5.1.5" 84913 85101 sources."has-1.0.3" ··· 85043 85231 sources."normalize-url-4.5.1" 85044 85232 sources."npm-run-path-2.0.2" 85045 85233 sources."oas-kit-common-1.0.8" 85046 - sources."oas-linter-3.2.1" 85047 - (sources."oas-resolver-2.5.4" // { 85234 + sources."oas-linter-3.2.2" 85235 + (sources."oas-resolver-2.5.5" // { 85048 85236 dependencies = [ 85049 - sources."yargs-16.2.0" 85237 + sources."yargs-17.0.1" 85050 85238 ]; 85051 85239 }) 85052 85240 sources."oas-schema-walker-1.1.5" 85053 - sources."oas-validator-5.0.5" 85241 + sources."oas-validator-5.0.6" 85054 85242 sources."oauth-sign-0.9.0" 85055 85243 sources."object-inspect-1.10.3" 85056 85244 sources."object-is-1.1.5" ··· 85161 85349 ]; 85162 85350 }) 85163 85351 sources."supports-color-7.2.0" 85164 - (sources."swagger2openapi-7.0.5" // { 85352 + (sources."swagger2openapi-7.0.6" // { 85165 85353 dependencies = [ 85166 - sources."yargs-16.2.0" 85354 + sources."yargs-17.0.1" 85167 85355 ]; 85168 85356 }) 85169 85357 sources."symbol-observable-1.2.0" ··· 85338 85526 sources."express-4.17.1" 85339 85527 sources."express-ws-2.0.0" 85340 85528 sources."finalhandler-1.1.2" 85341 - sources."forwarded-0.1.2" 85529 + sources."forwarded-0.2.0" 85342 85530 sources."fresh-0.5.2" 85343 85531 sources."http-errors-1.7.2" 85344 85532 sources."iconv-lite-0.4.24" ··· 85357 85545 sources."options-0.0.6" 85358 85546 sources."parseurl-1.3.3" 85359 85547 sources."path-to-regexp-0.1.7" 85360 - sources."proxy-addr-2.0.6" 85548 + sources."proxy-addr-2.0.7" 85361 85549 sources."qs-6.7.0" 85362 85550 sources."range-parser-1.2.1" 85363 85551 sources."raw-body-2.4.0" ··· 87090 87278 sources."is-wsl-2.2.0" 87091 87279 sources."isexe-2.0.0" 87092 87280 sources."jquery-3.6.0" 87093 - sources."jquery.terminal-2.24.0" 87281 + sources."jquery.terminal-2.25.1" 87094 87282 sources."jsonfile-2.4.0" 87095 87283 sources."keyboardevent-key-polyfill-1.1.0" 87096 87284 sources."line-reader-0.4.0" ··· 87447 87635 }; 87448 87636 dependencies = [ 87449 87637 sources."@iarna/toml-2.2.5" 87450 - sources."@ot-builder/bin-composite-types-1.0.7" 87451 - sources."@ot-builder/bin-util-1.0.7" 87452 - (sources."@ot-builder/cli-help-shower-1.0.7" // { 87638 + sources."@ot-builder/bin-composite-types-1.0.8" 87639 + sources."@ot-builder/bin-util-1.0.8" 87640 + (sources."@ot-builder/cli-help-shower-1.0.8" // { 87453 87641 dependencies = [ 87454 87642 sources."ansi-styles-4.3.0" 87455 87643 sources."chalk-4.1.1" ··· 87459 87647 sources."supports-color-7.2.0" 87460 87648 ]; 87461 87649 }) 87462 - (sources."@ot-builder/cli-proc-1.0.7" // { 87650 + (sources."@ot-builder/cli-proc-1.0.8" // { 87463 87651 dependencies = [ 87464 87652 sources."ansi-styles-4.3.0" 87465 87653 sources."chalk-4.1.1" ··· 87469 87657 sources."supports-color-7.2.0" 87470 87658 ]; 87471 87659 }) 87472 - (sources."@ot-builder/cli-shared-1.0.7" // { 87660 + (sources."@ot-builder/cli-shared-1.0.8" // { 87473 87661 dependencies = [ 87474 87662 sources."ansi-styles-4.3.0" 87475 87663 sources."chalk-4.1.1" ··· 87479 87667 sources."supports-color-7.2.0" 87480 87668 ]; 87481 87669 }) 87482 - sources."@ot-builder/common-impl-1.0.7" 87483 - sources."@ot-builder/errors-1.0.7" 87484 - sources."@ot-builder/io-bin-cff-1.0.7" 87485 - sources."@ot-builder/io-bin-encoding-1.0.7" 87486 - sources."@ot-builder/io-bin-ext-private-1.0.7" 87487 - sources."@ot-builder/io-bin-font-1.0.7" 87488 - sources."@ot-builder/io-bin-glyph-store-1.0.7" 87489 - sources."@ot-builder/io-bin-layout-1.0.7" 87490 - sources."@ot-builder/io-bin-metadata-1.0.7" 87491 - sources."@ot-builder/io-bin-metric-1.0.7" 87492 - sources."@ot-builder/io-bin-name-1.0.7" 87493 - sources."@ot-builder/io-bin-sfnt-1.0.7" 87494 - sources."@ot-builder/io-bin-ttf-1.0.7" 87495 - sources."@ot-builder/ot-1.0.7" 87496 - sources."@ot-builder/ot-encoding-1.0.7" 87497 - sources."@ot-builder/ot-ext-private-1.0.7" 87498 - sources."@ot-builder/ot-glyphs-1.0.7" 87499 - sources."@ot-builder/ot-layout-1.0.7" 87500 - sources."@ot-builder/ot-metadata-1.0.7" 87501 - sources."@ot-builder/ot-name-1.0.7" 87502 - sources."@ot-builder/ot-sfnt-1.0.7" 87503 - sources."@ot-builder/ot-standard-glyph-namer-1.0.7" 87504 - sources."@ot-builder/prelude-1.0.7" 87505 - sources."@ot-builder/primitive-1.0.7" 87506 - sources."@ot-builder/rectify-1.0.7" 87507 - sources."@ot-builder/stat-glyphs-1.0.7" 87508 - sources."@ot-builder/trace-1.0.7" 87509 - sources."@ot-builder/var-store-1.0.7" 87510 - sources."@ot-builder/variance-1.0.7" 87670 + sources."@ot-builder/common-impl-1.0.8" 87671 + sources."@ot-builder/errors-1.0.8" 87672 + sources."@ot-builder/io-bin-cff-1.0.8" 87673 + sources."@ot-builder/io-bin-encoding-1.0.8" 87674 + sources."@ot-builder/io-bin-ext-private-1.0.8" 87675 + sources."@ot-builder/io-bin-font-1.0.8" 87676 + sources."@ot-builder/io-bin-glyph-store-1.0.8" 87677 + sources."@ot-builder/io-bin-layout-1.0.8" 87678 + sources."@ot-builder/io-bin-metadata-1.0.8" 87679 + sources."@ot-builder/io-bin-metric-1.0.8" 87680 + sources."@ot-builder/io-bin-name-1.0.8" 87681 + sources."@ot-builder/io-bin-sfnt-1.0.8" 87682 + sources."@ot-builder/io-bin-ttf-1.0.8" 87683 + sources."@ot-builder/ot-1.0.8" 87684 + sources."@ot-builder/ot-encoding-1.0.8" 87685 + sources."@ot-builder/ot-ext-private-1.0.8" 87686 + sources."@ot-builder/ot-glyphs-1.0.8" 87687 + sources."@ot-builder/ot-layout-1.0.8" 87688 + sources."@ot-builder/ot-metadata-1.0.8" 87689 + sources."@ot-builder/ot-name-1.0.8" 87690 + sources."@ot-builder/ot-sfnt-1.0.8" 87691 + sources."@ot-builder/ot-standard-glyph-namer-1.0.8" 87692 + sources."@ot-builder/prelude-1.0.8" 87693 + sources."@ot-builder/primitive-1.0.8" 87694 + sources."@ot-builder/rectify-1.0.8" 87695 + sources."@ot-builder/stat-glyphs-1.0.8" 87696 + sources."@ot-builder/trace-1.0.8" 87697 + sources."@ot-builder/var-store-1.0.8" 87698 + sources."@ot-builder/variance-1.0.8" 87511 87699 sources."@unicode/unicode-13.0.0-1.0.6" 87512 87700 sources."aglfn-1.0.2" 87513 87701 sources."amdefine-1.0.1" ··· 87594 87782 sources."once-1.4.0" 87595 87783 sources."onetime-5.1.2" 87596 87784 sources."optionator-0.8.3" 87597 - sources."ot-builder-1.0.7" 87598 - (sources."otb-ttc-bundle-1.0.7" // { 87785 + sources."ot-builder-1.0.8" 87786 + (sources."otb-ttc-bundle-1.0.8" // { 87599 87787 dependencies = [ 87600 87788 sources."ansi-styles-4.3.0" 87601 87789 sources."chalk-4.1.1" ··· 87831 88019 dependencies = [ 87832 88020 sources."@braintree/sanitize-url-3.1.0" 87833 88021 sources."@cronvel/get-pixels-3.4.0" 87834 - sources."@joplin/fork-htmlparser2-4.1.24" 87835 - sources."@joplin/fork-sax-1.2.28" 88022 + sources."@joplin/fork-htmlparser2-4.1.26" 88023 + sources."@joplin/fork-sax-1.2.30" 87836 88024 sources."@joplin/lib-1.8.2" 87837 88025 (sources."@joplin/renderer-1.8.2" // { 87838 88026 dependencies = [ ··· 87841 88029 sources."uslug-git+https://github.com/laurent22/uslug.git#emoji-support" 87842 88030 ]; 87843 88031 }) 87844 - (sources."@joplin/turndown-4.0.46" // { 88032 + (sources."@joplin/turndown-4.0.48" // { 87845 88033 dependencies = [ 87846 88034 sources."css-2.2.4" 87847 88035 ]; 87848 88036 }) 87849 - sources."@joplin/turndown-plugin-gfm-1.0.28" 88037 + sources."@joplin/turndown-plugin-gfm-1.0.30" 87850 88038 sources."abab-2.0.5" 87851 88039 sources."abbrev-1.1.1" 87852 88040 sources."acorn-7.4.1" ··· 88672 88860 jshint = nodeEnv.buildNodePackage { 88673 88861 name = "jshint"; 88674 88862 packageName = "jshint"; 88675 - version = "2.12.0"; 88863 + version = "2.13.0"; 88676 88864 src = fetchurl { 88677 - url = "https://registry.npmjs.org/jshint/-/jshint-2.12.0.tgz"; 88678 - sha512 = "TwuuaUDmra0JMkuqvqy+WGo2xGHSNjv1BA1nTIgtH2K5z1jHuAEeAgp7laaR+hLRmajRjcrM71+vByBDanCyYA=="; 88865 + url = "https://registry.npmjs.org/jshint/-/jshint-2.13.0.tgz"; 88866 + sha512 = "Nd+md9wIeyfDK+RGrbOBzwLONSTdihGMtyGYU/t7zYcN2EgUa4iuY3VK2oxtPYrW5ycTj18iC+UbhNTxe4C66g=="; 88679 88867 }; 88680 88868 dependencies = [ 88681 88869 sources."balanced-match-1.0.2" ··· 88908 89096 ]; 88909 89097 }) 88910 89098 sources."finalhandler-1.1.2" 88911 - sources."forwarded-0.1.2" 89099 + sources."forwarded-0.2.0" 88912 89100 sources."fresh-0.5.2" 88913 89101 sources."get-caller-file-2.0.5" 88914 89102 sources."get-stream-4.1.0" ··· 88988 89176 sources."please-upgrade-node-3.2.0" 88989 89177 sources."pluralize-8.0.0" 88990 89178 sources."prepend-http-2.0.0" 88991 - sources."proxy-addr-2.0.6" 89179 + sources."proxy-addr-2.0.7" 88992 89180 sources."pump-3.0.0" 88993 89181 sources."pupa-2.1.1" 88994 89182 sources."qs-6.7.0" ··· 90403 90591 sources."escalade-3.1.1" 90404 90592 sources."escape-string-regexp-1.0.5" 90405 90593 sources."eventemitter3-4.0.7" 90406 - sources."execa-5.0.0" 90594 + sources."execa-5.0.1" 90407 90595 sources."extend-3.0.2" 90408 90596 (sources."external-editor-3.1.0" // { 90409 90597 dependencies = [ ··· 91438 91626 sources."for-own-0.1.5" 91439 91627 sources."forever-agent-0.6.1" 91440 91628 sources."form-data-2.3.3" 91441 - sources."forwarded-0.1.2" 91629 + sources."forwarded-0.2.0" 91442 91630 sources."fragment-cache-0.2.1" 91443 91631 sources."fresh-0.5.2" 91444 91632 sources."fsevents-1.2.13" ··· 91591 91779 sources."posix-character-classes-0.1.1" 91592 91780 sources."preserve-0.2.0" 91593 91781 sources."process-nextick-args-2.0.1" 91594 - sources."proxy-addr-2.0.6" 91782 + sources."proxy-addr-2.0.7" 91595 91783 sources."psl-1.8.0" 91596 91784 sources."punycode-2.1.1" 91597 91785 sources."qs-6.7.0" ··· 92109 92297 sources."cached-path-relative-1.0.2" 92110 92298 sources."call-bind-1.0.2" 92111 92299 sources."camelcase-5.3.1" 92112 - sources."caniuse-lite-1.0.30001230" 92300 + sources."caniuse-lite-1.0.30001232" 92113 92301 sources."capture-exit-2.0.0" 92114 92302 sources."caseless-0.12.0" 92115 92303 (sources."chalk-3.0.0" // { ··· 92181 92369 }) 92182 92370 sources."copy-descriptor-0.1.1" 92183 92371 sources."core-js-2.6.12" 92184 - (sources."core-js-compat-3.13.0" // { 92372 + (sources."core-js-compat-3.13.1" // { 92185 92373 dependencies = [ 92186 92374 sources."semver-7.0.0" 92187 92375 ]; ··· 92233 92421 sources."duplexer2-0.1.4" 92234 92422 sources."duplexify-3.7.1" 92235 92423 sources."ecc-jsbn-0.1.2" 92236 - sources."electron-to-chromium-1.3.741" 92424 + sources."electron-to-chromium-1.3.743" 92237 92425 (sources."elliptic-6.5.4" // { 92238 92426 dependencies = [ 92239 92427 sources."bn.js-4.12.0" ··· 93642 93830 sources."@fluentui/react-focus-7.17.6" 93643 93831 sources."@fluentui/react-window-provider-1.0.2" 93644 93832 sources."@fluentui/theme-1.7.4" 93645 - sources."@microsoft/load-themed-styles-1.10.173" 93833 + sources."@microsoft/load-themed-styles-1.10.174" 93646 93834 sources."@sindresorhus/is-0.14.0" 93647 93835 sources."@szmarczak/http-timer-1.1.2" 93648 93836 sources."@uifabric/foundation-7.9.26" ··· 93724 93912 sources."fast-json-stable-stringify-2.1.0" 93725 93913 sources."figures-2.0.0" 93726 93914 sources."finalhandler-1.1.2" 93727 - sources."forwarded-0.1.2" 93915 + sources."forwarded-0.2.0" 93728 93916 sources."fresh-0.5.2" 93729 93917 sources."fs-routes-7.0.1" 93730 93918 sources."fs.realpath-1.0.0" ··· 93814 94002 sources."prepend-http-2.0.0" 93815 94003 sources."promise-queue-2.2.5" 93816 94004 sources."prop-types-15.7.2" 93817 - sources."proxy-addr-2.0.6" 94005 + sources."proxy-addr-2.0.7" 93818 94006 sources."pump-3.0.0" 93819 94007 sources."punycode-2.1.1" 93820 94008 sources."qs-6.7.0" ··· 94154 94342 netlify-cli = nodeEnv.buildNodePackage { 94155 94343 name = "netlify-cli"; 94156 94344 packageName = "netlify-cli"; 94157 - version = "3.31.16"; 94345 + version = "3.32.6"; 94158 94346 src = fetchurl { 94159 - url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-3.31.16.tgz"; 94160 - sha512 = "zUjRjBkXVRFO4M5pvffRXjYs+E+4guB927kRN1HbU1+pwQoqbyxj5qemCbnNBglpWlU4DPW2Quvch7IVevWzCg=="; 94347 + url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-3.32.6.tgz"; 94348 + sha512 = "VG2b3SJHbAIVErZvaeD0cU496GnuHpBqUYJiMrtEJ3eaPSQGc6HHZz9/P0Zbl7S67jaOk/wANOfcSxtbmPEORQ=="; 94161 94349 }; 94162 94350 dependencies = [ 94163 94351 sources."@babel/code-frame-7.12.13" ··· 94291 94479 sources."@dabh/diagnostics-2.0.2" 94292 94480 sources."@jest/types-24.9.0" 94293 94481 sources."@mrmlnc/readdir-enhanced-2.2.1" 94294 - (sources."@netlify/build-11.29.0" // { 94482 + (sources."@netlify/build-11.29.2" // { 94295 94483 dependencies = [ 94296 94484 sources."ansi-styles-4.3.0" 94297 94485 sources."chalk-3.0.0" ··· 94301 94489 sources."resolve-2.0.0-next.3" 94302 94490 sources."semver-6.3.0" 94303 94491 sources."update-notifier-4.1.3" 94304 - sources."uuid-7.0.3" 94305 94492 ]; 94306 94493 }) 94307 94494 (sources."@netlify/cache-utils-1.0.7" // { ··· 94319 94506 sources."locate-path-5.0.0" 94320 94507 ]; 94321 94508 }) 94322 - (sources."@netlify/framework-info-5.0.0" // { 94509 + (sources."@netlify/framework-info-5.1.2" // { 94323 94510 dependencies = [ 94324 - sources."is-plain-obj-2.1.0" 94325 - sources."locate-path-5.0.0" 94511 + sources."p-limit-3.1.0" 94512 + sources."p-locate-5.0.0" 94326 94513 ]; 94327 94514 }) 94328 - sources."@netlify/functions-utils-1.3.35" 94515 + sources."@netlify/functions-utils-1.3.37" 94329 94516 (sources."@netlify/git-utils-1.0.11" // { 94330 94517 dependencies = [ 94331 94518 sources."braces-3.0.2" ··· 94337 94524 ]; 94338 94525 }) 94339 94526 sources."@netlify/open-api-2.4.0" 94340 - (sources."@netlify/plugin-edge-handlers-1.11.12" // { 94527 + (sources."@netlify/plugin-edge-handlers-1.11.13" // { 94341 94528 dependencies = [ 94342 94529 sources."@nodelib/fs.stat-2.0.4" 94343 94530 sources."@types/node-14.17.1" ··· 94366 94553 sources."@netlify/traffic-mesh-agent-darwin-x64-0.27.10" 94367 94554 sources."@netlify/traffic-mesh-agent-linux-x64-0.27.10" 94368 94555 sources."@netlify/traffic-mesh-agent-win32-x64-0.27.10" 94369 - (sources."@netlify/zip-it-and-ship-it-4.2.1" // { 94556 + (sources."@netlify/zip-it-and-ship-it-4.2.5" // { 94370 94557 dependencies = [ 94371 - sources."p-map-3.0.0" 94558 + sources."@nodelib/fs.stat-2.0.4" 94559 + sources."array-union-2.1.0" 94560 + sources."braces-3.0.2" 94561 + sources."cliui-7.0.4" 94562 + sources."cp-file-9.0.0" 94563 + sources."del-6.0.0" 94564 + sources."dir-glob-3.0.1" 94565 + sources."fast-glob-3.2.5" 94566 + sources."fill-range-7.0.1" 94567 + sources."glob-parent-5.1.2" 94568 + sources."globby-11.0.3" 94569 + sources."ignore-5.1.8" 94570 + sources."is-number-7.0.0" 94571 + sources."micromatch-4.0.4" 94572 + sources."pkg-dir-5.0.0" 94372 94573 sources."resolve-2.0.0-next.3" 94373 - sources."semver-6.3.0" 94574 + sources."slash-3.0.0" 94575 + sources."to-regex-range-5.0.1" 94576 + sources."y18n-5.0.8" 94577 + sources."yargs-16.2.0" 94578 + sources."yargs-parser-20.2.7" 94374 94579 ]; 94375 94580 }) 94376 94581 (sources."@nodelib/fs.scandir-2.1.4" // { ··· 94542 94747 sources."@types/semver-5.5.0" 94543 94748 sources."@types/yargs-13.0.11" 94544 94749 sources."@types/yargs-parser-20.2.0" 94545 - sources."@typescript-eslint/typescript-estree-2.34.0" 94750 + sources."@typescript-eslint/types-4.26.0" 94751 + (sources."@typescript-eslint/typescript-estree-4.26.0" // { 94752 + dependencies = [ 94753 + sources."@nodelib/fs.stat-2.0.4" 94754 + sources."array-union-2.1.0" 94755 + sources."braces-3.0.2" 94756 + sources."dir-glob-3.0.1" 94757 + sources."fast-glob-3.2.5" 94758 + sources."fill-range-7.0.1" 94759 + sources."glob-parent-5.1.2" 94760 + sources."globby-11.0.3" 94761 + sources."ignore-5.1.8" 94762 + sources."is-number-7.0.0" 94763 + sources."micromatch-4.0.4" 94764 + sources."slash-3.0.0" 94765 + sources."to-regex-range-5.0.1" 94766 + ]; 94767 + }) 94768 + sources."@typescript-eslint/visitor-keys-4.26.0" 94546 94769 sources."@ungap/from-entries-0.2.1" 94547 94770 sources."accepts-1.3.7" 94548 94771 sources."agent-base-6.0.2" ··· 94679 94902 sources."call-bind-1.0.2" 94680 94903 sources."call-me-maybe-1.0.1" 94681 94904 sources."camelcase-5.3.1" 94682 - sources."caniuse-lite-1.0.30001230" 94905 + sources."caniuse-lite-1.0.30001232" 94683 94906 sources."cardinal-2.1.1" 94684 94907 sources."caw-2.0.1" 94685 94908 (sources."chalk-4.1.1" // { ··· 94771 94994 sources."common-path-prefix-2.0.0" 94772 94995 sources."commondir-1.0.1" 94773 94996 sources."component-emitter-1.3.0" 94774 - sources."compress-commons-4.1.0" 94997 + sources."compress-commons-4.1.1" 94775 94998 sources."concat-map-0.0.1" 94776 94999 sources."concordance-5.0.4" 94777 95000 sources."config-chain-1.1.12" ··· 94798 95021 sources."safe-buffer-5.1.2" 94799 95022 ]; 94800 95023 }) 94801 - (sources."core-js-compat-3.13.0" // { 95024 + (sources."core-js-compat-3.13.1" // { 94802 95025 dependencies = [ 94803 95026 sources."semver-7.0.0" 94804 95027 ]; ··· 94886 95109 sources."detective-cjs-3.1.1" 94887 95110 sources."detective-es6-2.2.0" 94888 95111 sources."detective-less-1.0.2" 94889 - sources."detective-postcss-3.0.1" 95112 + sources."detective-postcss-4.0.0" 94890 95113 sources."detective-sass-3.0.1" 94891 95114 sources."detective-scss-2.0.1" 94892 95115 sources."detective-stylus-1.0.0" 94893 - (sources."detective-typescript-5.8.0" // { 95116 + (sources."detective-typescript-7.0.0" // { 94894 95117 dependencies = [ 94895 95118 sources."typescript-3.9.9" 94896 95119 ]; ··· 94923 95146 }) 94924 95147 sources."duplexer3-0.1.4" 94925 95148 sources."ee-first-1.1.1" 94926 - sources."electron-to-chromium-1.3.741" 95149 + sources."electron-to-chromium-1.3.743" 94927 95150 sources."elegant-spinner-1.0.1" 94928 95151 sources."elf-cam-0.1.1" 94929 95152 sources."emoji-regex-8.0.0" ··· 94944 95167 sources."source-map-0.6.1" 94945 95168 ]; 94946 95169 }) 94947 - sources."eslint-visitor-keys-1.3.0" 95170 + sources."eslint-visitor-keys-2.1.0" 94948 95171 sources."esprima-4.0.1" 94949 95172 sources."estraverse-5.2.0" 94950 95173 sources."estree-walker-1.0.1" ··· 94952 95175 sources."etag-1.8.1" 94953 95176 sources."eventemitter3-4.0.7" 94954 95177 sources."events-1.1.1" 94955 - (sources."execa-5.0.0" // { 95178 + (sources."execa-5.0.1" // { 94956 95179 dependencies = [ 94957 95180 sources."get-stream-6.0.1" 94958 95181 sources."human-signals-2.1.0" ··· 95071 95294 sources."follow-redirects-1.14.1" 95072 95295 sources."for-in-1.0.2" 95073 95296 sources."form-data-3.0.1" 95074 - sources."forwarded-0.1.2" 95297 + sources."forwarded-0.2.0" 95075 95298 sources."fragment-cache-0.2.1" 95076 95299 sources."fresh-0.5.2" 95077 95300 (sources."from2-2.3.0" // { ··· 95473 95696 ]; 95474 95697 }) 95475 95698 sources."mute-stream-0.0.7" 95699 + sources."nanoid-3.1.23" 95476 95700 sources."nanomatch-1.2.13" 95477 95701 sources."natural-orderby-2.0.3" 95478 95702 sources."negotiator-0.6.2" ··· 95661 95885 ]; 95662 95886 }) 95663 95887 sources."posix-character-classes-0.1.1" 95664 - (sources."postcss-7.0.35" // { 95665 - dependencies = [ 95666 - sources."ansi-styles-3.2.1" 95667 - (sources."chalk-2.4.2" // { 95668 - dependencies = [ 95669 - sources."supports-color-5.5.0" 95670 - ]; 95671 - }) 95672 - sources."color-convert-1.9.3" 95673 - sources."color-name-1.1.3" 95674 - sources."source-map-0.6.1" 95675 - sources."supports-color-6.1.0" 95676 - ]; 95677 - }) 95678 - sources."postcss-values-parser-1.5.0" 95679 - sources."precinct-6.3.1" 95888 + sources."postcss-8.3.0" 95889 + sources."postcss-values-parser-2.0.1" 95890 + sources."precinct-8.1.0" 95680 95891 sources."precond-0.2.3" 95681 95892 sources."prelude-ls-1.1.2" 95682 95893 sources."prepend-http-2.0.0" ··· 95693 95904 sources."process-es6-0.11.6" 95694 95905 sources."process-nextick-args-2.0.1" 95695 95906 sources."proto-list-1.2.4" 95696 - sources."proxy-addr-2.0.6" 95907 + sources."proxy-addr-2.0.7" 95697 95908 sources."ps-list-6.3.0" 95698 95909 sources."pump-3.0.0" 95699 95910 sources."punycode-2.1.1" ··· 95764 95975 sources."ret-0.1.15" 95765 95976 sources."reusify-1.0.4" 95766 95977 sources."rimraf-3.0.2" 95767 - sources."rollup-2.50.3" 95978 + sources."rollup-2.50.5" 95768 95979 (sources."rollup-plugin-inject-3.0.2" // { 95769 95980 dependencies = [ 95770 95981 sources."estree-walker-0.6.1" ··· 95859 96070 }) 95860 96071 sources."sort-keys-length-1.0.1" 95861 96072 sources."source-map-0.5.7" 96073 + sources."source-map-js-0.6.2" 95862 96074 sources."source-map-resolve-0.5.3" 95863 96075 (sources."source-map-support-0.5.19" // { 95864 96076 dependencies = [ ··· 96362 96574 sources."find-up-1.1.2" 96363 96575 sources."forever-agent-0.6.1" 96364 96576 sources."form-data-2.1.4" 96365 - sources."forwarded-0.1.2" 96577 + sources."forwarded-0.2.0" 96366 96578 sources."fresh-0.5.2" 96367 96579 sources."fs.realpath-1.0.0" 96368 96580 sources."fstream-1.0.12" ··· 96464 96676 sources."pinkie-promise-2.0.1" 96465 96677 sources."plist-1.2.0" 96466 96678 sources."process-nextick-args-2.0.1" 96467 - sources."proxy-addr-2.0.6" 96679 + sources."proxy-addr-2.0.7" 96468 96680 sources."punycode-1.4.1" 96469 96681 sources."qs-6.7.0" 96470 96682 sources."range-parser-1.2.1" ··· 96845 97057 sources."follow-redirects-1.14.1" 96846 97058 sources."forever-agent-0.6.1" 96847 97059 sources."form-data-2.3.3" 96848 - sources."forwarded-0.1.2" 97060 + sources."forwarded-0.2.0" 96849 97061 sources."fresh-0.5.2" 96850 97062 sources."fs-extra-8.1.0" 96851 97063 sources."fs-minipass-2.1.0" ··· 97036 97248 sources."pause-0.0.1" 97037 97249 sources."performance-now-2.1.0" 97038 97250 sources."process-nextick-args-2.0.1" 97039 - sources."proxy-addr-2.0.6" 97251 + sources."proxy-addr-2.0.7" 97040 97252 sources."pseudomap-1.0.2" 97041 97253 sources."psl-1.8.0" 97042 97254 sources."pump-3.0.0" ··· 97637 97849 sources."error-ex-1.3.2" 97638 97850 sources."escape-goat-3.0.0" 97639 97851 sources."escape-string-regexp-4.0.0" 97640 - sources."execa-5.0.0" 97852 + sources."execa-5.0.1" 97641 97853 sources."external-editor-3.1.0" 97642 97854 sources."fast-glob-3.2.5" 97643 97855 sources."fastq-1.11.0" ··· 98047 98259 npm = nodeEnv.buildNodePackage { 98048 98260 name = "npm"; 98049 98261 packageName = "npm"; 98050 - version = "7.15.0"; 98262 + version = "7.15.1"; 98051 98263 src = fetchurl { 98052 - url = "https://registry.npmjs.org/npm/-/npm-7.15.0.tgz"; 98053 - sha512 = "GIXNqy3obii54oPF0gbcBNq4aYuB/Ovuu/uYp1eS4nij2PEDMnoOh6RoSv2MDvAaB4a+JbpX/tjDxLO7JAADgQ=="; 98264 + url = "https://registry.npmjs.org/npm/-/npm-7.15.1.tgz"; 98265 + sha512 = "sPk+GrqawshbG3T81r2QvvSxSQXBFWyn5NGLacf87l+/odi2ZRHkWdLrg304Lw0DrwwIIaGxUjp0FJXaMtIErQ=="; 98054 98266 }; 98055 98267 buildInputs = globalBuildInputs; 98056 98268 meta = { ··· 98065 98277 npm-check-updates = nodeEnv.buildNodePackage { 98066 98278 name = "npm-check-updates"; 98067 98279 packageName = "npm-check-updates"; 98068 - version = "11.5.13"; 98280 + version = "11.6.0"; 98069 98281 src = fetchurl { 98070 - url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-11.5.13.tgz"; 98071 - sha512 = "4R9MOr101RdTWYKZSbIbCFIXYegxt0Z7CYMNSYUzkLuusMcueMoH3E/dgfL3h4S9W/z4XboDNbP6jV9FJP/73A=="; 98282 + url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-11.6.0.tgz"; 98283 + sha512 = "/l4S7Gh+8+Rg5itWsqFya5RRSHtPzw5neyAlbWNJfBfEeRX6lYVxKgs85QFBOKrZj3eL5MGBaUW8228TmjMhrw=="; 98072 98284 }; 98073 98285 dependencies = [ 98074 98286 sources."@nodelib/fs.scandir-2.1.4" ··· 98893 99105 sources."caller-path-2.0.0" 98894 99106 sources."callsites-2.0.0" 98895 99107 sources."caniuse-api-3.0.0" 98896 - sources."caniuse-lite-1.0.30001230" 99108 + sources."caniuse-lite-1.0.30001232" 98897 99109 sources."caseless-0.12.0" 98898 99110 sources."chalk-2.4.2" 98899 99111 sources."chokidar-2.1.8" ··· 98920 99132 sources."convert-source-map-1.7.0" 98921 99133 sources."copy-descriptor-0.1.1" 98922 99134 sources."core-js-2.6.12" 98923 - (sources."core-js-compat-3.13.0" // { 99135 + (sources."core-js-compat-3.13.1" // { 98924 99136 dependencies = [ 98925 99137 sources."semver-7.0.0" 98926 99138 ]; ··· 99031 99243 sources."duplexer2-0.1.4" 99032 99244 sources."ecc-jsbn-0.1.2" 99033 99245 sources."ee-first-1.1.1" 99034 - sources."electron-to-chromium-1.3.741" 99246 + sources."electron-to-chromium-1.3.743" 99035 99247 (sources."elliptic-6.5.4" // { 99036 99248 dependencies = [ 99037 99249 sources."bn.js-4.12.0" ··· 99751 99963 sources."find-up-3.0.0" 99752 99964 sources."forever-agent-0.6.1" 99753 99965 sources."form-data-2.3.3" 99754 - sources."forwarded-0.1.2" 99966 + sources."forwarded-0.2.0" 99755 99967 sources."fresh-0.5.2" 99756 99968 sources."fs.realpath-1.0.0" 99757 99969 sources."function-bind-1.1.1" ··· 99839 100051 sources."process-nextick-args-2.0.1" 99840 100052 sources."prom-client-11.5.3" 99841 100053 sources."promise-8.1.0" 99842 - sources."proxy-addr-2.0.6" 100054 + sources."proxy-addr-2.0.7" 99843 100055 sources."prr-1.0.1" 99844 100056 sources."psl-1.8.0" 99845 100057 sources."punycode-2.1.1" ··· 100445 100657 sources."fluent-ffmpeg-2.1.2" 100446 100658 sources."forever-agent-0.6.1" 100447 100659 sources."form-data-2.3.3" 100448 - sources."forwarded-0.1.2" 100660 + sources."forwarded-0.2.0" 100449 100661 sources."fresh-0.5.2" 100450 100662 sources."fs-chunk-store-1.7.0" 100451 100663 sources."fs-constants-1.0.0" ··· 100564 100776 sources."peer-wire-swarm-0.12.2" 100565 100777 sources."performance-now-2.1.0" 100566 100778 sources."process-nextick-args-2.0.1" 100567 - sources."proxy-addr-2.0.6" 100779 + sources."proxy-addr-2.0.7" 100568 100780 sources."psl-1.8.0" 100569 100781 sources."pump-3.0.0" 100570 100782 sources."punycode-2.1.1" ··· 100918 101130 pnpm = nodeEnv.buildNodePackage { 100919 101131 name = "pnpm"; 100920 101132 packageName = "pnpm"; 100921 - version = "6.6.1"; 101133 + version = "6.6.2"; 100922 101134 src = fetchurl { 100923 - url = "https://registry.npmjs.org/pnpm/-/pnpm-6.6.1.tgz"; 100924 - sha512 = "viktTHmFzFckpvY/Gwtl8esjeOItpCgycIrVgLPh4qbxK4f+JqkEM+3LZF5dudyWzBZCOspZHePNuxeM0zn/Ew=="; 101135 + url = "https://registry.npmjs.org/pnpm/-/pnpm-6.6.2.tgz"; 101136 + sha512 = "w1YEyx+xiTbrxVt5OP6JG0LqwkK/hq2OkCYj7RZhK9oyv7cCEkgkX5Z5MPVC1wTCv2kQDJRoXzBeedPiIhzN8Q=="; 100925 101137 }; 100926 101138 buildInputs = globalBuildInputs; 100927 101139 meta = { ··· 101470 101682 pyright = nodeEnv.buildNodePackage { 101471 101683 name = "pyright"; 101472 101684 packageName = "pyright"; 101473 - version = "1.1.144"; 101685 + version = "1.1.145"; 101474 101686 src = fetchurl { 101475 - url = "https://registry.npmjs.org/pyright/-/pyright-1.1.144.tgz"; 101476 - sha512 = "nzCTqxg7JPHy5FkyX4+meD4c7Zt/mgPBI+nFGS9HoN/3GVPHAlTcCKa1JPTEh7O/N5+8W/9WZUuUntBW2R3adg=="; 101687 + url = "https://registry.npmjs.org/pyright/-/pyright-1.1.145.tgz"; 101688 + sha512 = "eyrK9Ilut2shvqi/TFmpfUrm7U6DrkskMa8UPofkGJZCO1PJzVwzKaGWrR57zlbcAxs5PVvK9JGSIO9DJUVNyA=="; 101477 101689 }; 101478 101690 buildInputs = globalBuildInputs; 101479 101691 meta = { ··· 102144 102356 sources."camel-case-3.0.0" 102145 102357 sources."camelcase-5.3.1" 102146 102358 sources."caniuse-api-3.0.0" 102147 - sources."caniuse-lite-1.0.30001230" 102359 + sources."caniuse-lite-1.0.30001232" 102148 102360 sources."case-sensitive-paths-webpack-plugin-2.4.0" 102149 102361 sources."caw-2.0.1" 102150 102362 (sources."chalk-2.4.2" // { ··· 102229 102441 sources."copy-concurrently-1.0.5" 102230 102442 sources."copy-descriptor-0.1.1" 102231 102443 sources."core-js-2.6.12" 102232 - (sources."core-js-compat-3.13.0" // { 102444 + (sources."core-js-compat-3.13.1" // { 102233 102445 dependencies = [ 102234 102446 sources."semver-7.0.0" 102235 102447 ]; ··· 102369 102581 sources."duplexify-3.7.1" 102370 102582 sources."ee-first-1.1.1" 102371 102583 sources."ejs-2.7.4" 102372 - sources."electron-to-chromium-1.3.741" 102584 + sources."electron-to-chromium-1.3.743" 102373 102585 (sources."elliptic-6.5.4" // { 102374 102586 dependencies = [ 102375 102587 sources."bn.js-4.12.0" ··· 102505 102717 sources."flush-write-stream-1.1.1" 102506 102718 sources."follow-redirects-1.14.1" 102507 102719 sources."for-in-1.0.2" 102508 - sources."forwarded-0.1.2" 102720 + sources."forwarded-0.2.0" 102509 102721 sources."fragment-cache-0.2.1" 102510 102722 sources."fresh-0.5.2" 102511 102723 sources."from2-2.3.0" ··· 102766 102978 ]; 102767 102979 }) 102768 102980 sources."mime-2.5.2" 102769 - sources."mime-db-1.47.0" 102770 - sources."mime-types-2.1.30" 102981 + sources."mime-db-1.48.0" 102982 + (sources."mime-types-2.1.30" // { 102983 + dependencies = [ 102984 + sources."mime-db-1.47.0" 102985 + ]; 102986 + }) 102771 102987 sources."mimic-fn-1.2.0" 102772 102988 sources."mimic-response-1.0.1" 102773 102989 sources."minimalistic-assert-1.0.1" ··· 103043 103259 sources."promise-inflight-1.0.1" 103044 103260 sources."prop-types-15.7.2" 103045 103261 sources."proto-list-1.2.4" 103046 - sources."proxy-addr-2.0.6" 103262 + sources."proxy-addr-2.0.7" 103047 103263 sources."prr-1.0.1" 103048 103264 sources."pseudomap-1.0.2" 103049 103265 (sources."public-encrypt-4.0.3" // { ··· 103619 103835 sources."@mozilla/readability-0.4.1" 103620 103836 sources."@tootallnate/once-1.1.2" 103621 103837 sources."abab-2.0.5" 103622 - sources."acorn-8.2.4" 103838 + sources."acorn-8.3.0" 103623 103839 (sources."acorn-globals-6.0.0" // { 103624 103840 dependencies = [ 103625 103841 sources."acorn-7.4.1" ··· 103651 103867 sources."webidl-conversions-5.0.0" 103652 103868 ]; 103653 103869 }) 103654 - sources."dompurify-2.2.8" 103870 + sources."dompurify-2.2.9" 103655 103871 sources."emoji-regex-8.0.0" 103656 103872 sources."escalade-3.1.1" 103657 103873 sources."escodegen-2.0.0" ··· 103748 103964 sources."@emotion/unitless-0.7.5" 103749 103965 sources."@exodus/schemasafe-1.0.0-rc.3" 103750 103966 sources."@redocly/ajv-6.12.4" 103751 - (sources."@redocly/openapi-core-1.0.0-beta.48" // { 103967 + (sources."@redocly/openapi-core-1.0.0-beta.49" // { 103752 103968 dependencies = [ 103753 103969 sources."@types/node-14.17.1" 103754 103970 ]; ··· 103822 104038 sources."concat-map-0.0.1" 103823 104039 sources."console-browserify-1.2.0" 103824 104040 sources."constants-browserify-1.0.0" 103825 - sources."core-js-3.13.0" 104041 + sources."core-js-3.13.1" 103826 104042 sources."core-util-is-1.0.2" 103827 104043 (sources."create-ecdh-4.0.4" // { 103828 104044 dependencies = [ ··· 103845 104061 ]; 103846 104062 }) 103847 104063 sources."domain-browser-1.2.0" 103848 - sources."dompurify-2.2.8" 104064 + sources."dompurify-2.2.9" 103849 104065 (sources."elliptic-6.5.4" // { 103850 104066 dependencies = [ 103851 104067 sources."bn.js-4.12.0" ··· 103936 104152 sources."node-readfiles-0.2.0" 103937 104153 sources."normalize-path-3.0.0" 103938 104154 sources."oas-kit-common-1.0.8" 103939 - sources."oas-linter-3.2.1" 103940 - (sources."oas-resolver-2.5.4" // { 104155 + sources."oas-linter-3.2.2" 104156 + (sources."oas-resolver-2.5.5" // { 103941 104157 dependencies = [ 103942 - sources."yargs-16.2.0" 104158 + sources."yargs-17.0.1" 103943 104159 ]; 103944 104160 }) 103945 104161 sources."oas-schema-walker-1.1.5" 103946 104162 sources."oas-validator-4.0.8" 103947 104163 sources."object-assign-4.1.1" 103948 - sources."openapi-sampler-1.0.0" 104164 + sources."openapi-sampler-1.0.1" 103949 104165 sources."os-browserify-0.3.0" 103950 104166 sources."p-limit-2.3.0" 103951 104167 sources."p-locate-4.1.0" ··· 103957 104173 sources."pbkdf2-3.1.2" 103958 104174 sources."perfect-scrollbar-1.5.1" 103959 104175 sources."picomatch-2.3.0" 103960 - sources."polished-3.7.1" 104176 + sources."polished-3.7.2" 103961 104177 sources."postcss-value-parser-4.1.0" 103962 104178 sources."prismjs-1.23.0" 103963 104179 sources."process-0.11.10" ··· 104272 104488 rollup = nodeEnv.buildNodePackage { 104273 104489 name = "rollup"; 104274 104490 packageName = "rollup"; 104275 - version = "2.50.3"; 104491 + version = "2.50.5"; 104276 104492 src = fetchurl { 104277 - url = "https://registry.npmjs.org/rollup/-/rollup-2.50.3.tgz"; 104278 - sha512 = "58KiHnaCzZn6F5yRMjHe7WTZuFj6r4iJVJz5UwvKD6f/xfTy2IdtbR2AVHN6cyfK1tBy//hJ66ebXy6Y1h7HlQ=="; 104493 + url = "https://registry.npmjs.org/rollup/-/rollup-2.50.5.tgz"; 104494 + sha512 = "Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ=="; 104279 104495 }; 104280 104496 dependencies = [ 104281 104497 sources."fsevents-2.3.2" ··· 104330 104546 sources."@types/node-fetch-2.5.10" 104331 104547 sources."@types/resolve-1.17.1" 104332 104548 sources."@types/vscode-1.56.0" 104333 - sources."@typescript-eslint/eslint-plugin-4.25.0" 104334 - sources."@typescript-eslint/experimental-utils-4.25.0" 104335 - sources."@typescript-eslint/parser-4.25.0" 104336 - sources."@typescript-eslint/scope-manager-4.25.0" 104337 - sources."@typescript-eslint/types-4.25.0" 104338 - sources."@typescript-eslint/typescript-estree-4.25.0" 104339 - sources."@typescript-eslint/visitor-keys-4.25.0" 104549 + sources."@typescript-eslint/eslint-plugin-4.26.0" 104550 + sources."@typescript-eslint/experimental-utils-4.26.0" 104551 + sources."@typescript-eslint/parser-4.26.0" 104552 + sources."@typescript-eslint/scope-manager-4.26.0" 104553 + sources."@typescript-eslint/types-4.26.0" 104554 + sources."@typescript-eslint/typescript-estree-4.26.0" 104555 + sources."@typescript-eslint/visitor-keys-4.26.0" 104340 104556 sources."@ungap/promise-all-settled-1.1.2" 104341 104557 sources."acorn-7.4.1" 104342 104558 sources."acorn-jsx-5.3.1" ··· 104420 104636 sources."escape-string-regexp-4.0.0" 104421 104637 (sources."eslint-7.27.0" // { 104422 104638 dependencies = [ 104639 + (sources."eslint-utils-2.1.0" // { 104640 + dependencies = [ 104641 + sources."eslint-visitor-keys-1.3.0" 104642 + ]; 104643 + }) 104423 104644 sources."ignore-4.0.6" 104424 104645 ]; 104425 104646 }) 104426 104647 sources."eslint-scope-5.1.1" 104427 - (sources."eslint-utils-2.1.0" // { 104428 - dependencies = [ 104429 - sources."eslint-visitor-keys-1.3.0" 104430 - ]; 104431 - }) 104648 + sources."eslint-utils-3.0.0" 104432 104649 sources."eslint-visitor-keys-2.1.0" 104433 104650 (sources."espree-7.3.1" // { 104434 104651 dependencies = [ ··· 104603 104820 sources."resolve-from-4.0.0" 104604 104821 sources."reusify-1.0.4" 104605 104822 sources."rimraf-3.0.2" 104606 - sources."rollup-2.50.3" 104823 + sources."rollup-2.50.5" 104607 104824 sources."run-parallel-1.2.0" 104608 104825 sources."safe-buffer-5.2.1" 104609 104826 sources."semver-7.3.5" ··· 104661 104878 sources."url-join-1.1.0" 104662 104879 sources."util-deprecate-1.0.2" 104663 104880 sources."v8-compile-cache-2.3.0" 104664 - (sources."vsce-1.88.0" // { 104881 + (sources."vsce-1.91.0" // { 104665 104882 dependencies = [ 104666 104883 sources."chalk-2.4.2" 104667 104884 sources."commander-6.2.1" ··· 105100 105317 sources."@tencent-sdk/cls-0.2.1" 105101 105318 (sources."@tencent-sdk/common-0.1.0" // { 105102 105319 dependencies = [ 105103 - sources."type-fest-1.1.3" 105320 + sources."type-fest-1.2.0" 105104 105321 ]; 105105 105322 }) 105106 105323 sources."@tencent-sdk/faas-0.1.5" ··· 105279 105496 sources."component-bind-1.0.0" 105280 105497 sources."component-emitter-1.3.0" 105281 105498 sources."component-inherit-0.0.3" 105282 - sources."compress-commons-4.1.0" 105499 + sources."compress-commons-4.1.1" 105283 105500 sources."concat-map-0.0.1" 105284 105501 sources."console-control-strings-1.1.0" 105285 105502 (sources."content-disposition-0.5.3" // { ··· 105974 106191 sources."finalhandler-1.1.2" 105975 106192 sources."forever-agent-0.6.1" 105976 106193 sources."form-data-2.3.3" 105977 - sources."forwarded-0.1.2" 106194 + sources."forwarded-0.2.0" 105978 106195 sources."fresh-0.5.2" 105979 106196 sources."from-0.1.7" 105980 106197 sources."getpass-0.1.7" ··· 106036 106253 sources."path-to-regexp-0.1.7" 106037 106254 sources."pause-stream-0.0.11" 106038 106255 sources."performance-now-2.1.0" 106039 - sources."proxy-addr-2.0.6" 106256 + sources."proxy-addr-2.0.7" 106040 106257 sources."psl-1.8.0" 106041 106258 sources."punycode-2.1.1" 106042 106259 sources."qs-6.7.0" ··· 106518 106735 snyk = nodeEnv.buildNodePackage { 106519 106736 name = "snyk"; 106520 106737 packageName = "snyk"; 106521 - version = "1.618.0"; 106738 + version = "1.619.0"; 106522 106739 src = fetchurl { 106523 - url = "https://registry.npmjs.org/snyk/-/snyk-1.618.0.tgz"; 106524 - sha512 = "N4pTbZQgoZYsammFO65c8SPdmH0bxd3iP0cV6xWsbNeueLqjAJ9pKkT3+tYcIi97HmkXo6Zf1RAliH/Kge/akA=="; 106740 + url = "https://registry.npmjs.org/snyk/-/snyk-1.619.0.tgz"; 106741 + sha512 = "ZQFDU+WniTjD6Z1vqKQcBq50jJ9DWSBBCg0PNW54MZbK5oO+L2rHtbpaD3NI3lQI+AFCe64kdzkWMgsEemkFHQ=="; 106525 106742 }; 106526 106743 dependencies = [ 106527 106744 sources."@arcanis/slice-ansi-1.0.2" ··· 106676 106893 sources."bcrypt-pbkdf-1.0.2" 106677 106894 sources."binjumper-0.1.4" 106678 106895 sources."bl-4.1.0" 106679 - sources."boolean-3.0.4" 106896 + sources."boolean-3.1.0" 106680 106897 sources."bottleneck-2.19.5" 106681 106898 (sources."boxen-5.0.1" // { 106682 106899 dependencies = [ ··· 106727 106944 sources."color-name-1.1.4" 106728 106945 sources."concat-map-0.0.1" 106729 106946 sources."configstore-5.0.1" 106730 - sources."core-js-3.13.0" 106947 + sources."core-js-3.13.1" 106731 106948 sources."core-util-is-1.0.2" 106732 106949 (sources."cross-spawn-6.0.5" // { 106733 106950 dependencies = [ ··· 108693 108910 }) 108694 108911 (sources."express-4.17.1" // { 108695 108912 dependencies = [ 108696 - sources."proxy-addr-2.0.6" 108913 + sources."proxy-addr-2.0.7" 108697 108914 sources."qs-6.7.0" 108698 108915 ]; 108699 108916 }) ··· 108716 108933 sources."forever-agent-0.6.1" 108717 108934 sources."form-data-2.1.4" 108718 108935 sources."formidable-1.2.2" 108719 - sources."forwarded-0.1.2" 108936 + sources."forwarded-0.2.0" 108720 108937 sources."fresh-0.5.2" 108721 108938 sources."fs.realpath-1.0.0" 108722 108939 sources."function-bind-1.1.1" ··· 108962 109179 sources."protobufjs-3.8.2" 108963 109180 (sources."proxy-addr-1.1.5" // { 108964 109181 dependencies = [ 109182 + sources."forwarded-0.1.2" 108965 109183 sources."ipaddr.js-1.4.0" 108966 109184 ]; 108967 109185 }) ··· 109359 109577 sources."callsites-3.1.0" 109360 109578 sources."camelcase-5.3.1" 109361 109579 sources."camelcase-keys-6.2.2" 109362 - sources."caniuse-lite-1.0.30001230" 109580 + sources."caniuse-lite-1.0.30001232" 109363 109581 (sources."chalk-4.1.1" // { 109364 109582 dependencies = [ 109365 109583 sources."ansi-styles-4.3.0" ··· 109397 109615 sources."domelementtype-1.3.1" 109398 109616 sources."domhandler-2.4.2" 109399 109617 sources."domutils-1.7.0" 109400 - sources."electron-to-chromium-1.3.741" 109618 + sources."electron-to-chromium-1.3.743" 109401 109619 sources."emoji-regex-8.0.0" 109402 109620 sources."entities-1.1.2" 109403 109621 sources."error-ex-1.3.2" ··· 110963 111181 sources."@types/normalize-package-data-2.4.0" 110964 111182 sources."@types/parse5-5.0.3" 110965 111183 sources."@types/unist-2.0.3" 110966 - sources."acorn-8.2.4" 111184 + sources."acorn-8.3.0" 110967 111185 sources."acorn-jsx-5.3.1" 110968 111186 sources."alex-9.1.0" 110969 111187 (sources."ansi-align-3.0.0" // { ··· 111846 112064 sources."content-type-1.0.4" 111847 112065 sources."cookie-0.4.0" 111848 112066 sources."cookie-signature-1.0.6" 111849 - sources."core-js-3.13.0" 112067 + sources."core-js-3.13.1" 111850 112068 sources."core-util-is-1.0.2" 111851 112069 sources."css-select-1.2.0" 111852 112070 sources."css-what-2.1.3" ··· 111913 112131 sources."finalhandler-1.1.2" 111914 112132 sources."forever-agent-0.6.1" 111915 112133 sources."form-data-2.3.3" 111916 - sources."forwarded-0.1.2" 112134 + sources."forwarded-0.2.0" 111917 112135 sources."fresh-0.5.2" 111918 112136 sources."fs-minipass-1.2.7" 111919 112137 sources."fs.realpath-1.0.0" ··· 112075 112293 sources."precond-0.2.3" 112076 112294 sources."prepend-http-2.0.0" 112077 112295 sources."process-nextick-args-2.0.1" 112078 - sources."proxy-addr-2.0.6" 112296 + sources."proxy-addr-2.0.7" 112079 112297 sources."psl-1.8.0" 112080 112298 sources."pump-3.0.0" 112081 112299 sources."punycode-2.1.1" ··· 112822 113040 sources."fecha-4.2.1" 112823 113041 sources."finalhandler-1.1.2" 112824 113042 sources."fn.name-1.1.0" 112825 - sources."forwarded-0.1.2" 113043 + sources."forwarded-0.2.0" 112826 113044 sources."fresh-0.5.2" 112827 113045 sources."fs.realpath-1.0.0" 112828 113046 sources."get-caller-file-2.0.5" ··· 112911 113129 sources."pause-0.0.1" 112912 113130 sources."prepend-http-2.0.0" 112913 113131 sources."process-nextick-args-2.0.1" 112914 - sources."proxy-addr-2.0.6" 113132 + sources."proxy-addr-2.0.7" 112915 113133 sources."pseudomap-1.0.2" 112916 113134 sources."pump-3.0.0" 112917 113135 sources."qs-6.7.0" ··· 113308 113526 sources."enquirer-2.3.6" 113309 113527 sources."escape-string-regexp-4.0.0" 113310 113528 sources."eslint-7.27.0" 113311 - sources."eslint-plugin-vue-7.9.0" 113529 + sources."eslint-plugin-vue-7.10.0" 113312 113530 sources."eslint-scope-5.1.1" 113313 113531 (sources."eslint-utils-2.1.0" // { 113314 113532 dependencies = [ ··· 114344 114562 sources."util-deprecate-1.0.2" 114345 114563 sources."v8-compile-cache-2.3.0" 114346 114564 sources."vm-browserify-1.1.2" 114347 - sources."vsce-1.88.0" 114565 + sources."vsce-1.91.0" 114348 114566 sources."vscode-debugadapter-testsupport-1.47.0" 114349 114567 sources."vscode-debugprotocol-1.47.0" 114350 114568 (sources."watchpack-1.7.5" // { ··· 115646 115864 bypassCache = true; 115647 115865 reconstructLock = true; 115648 115866 }; 115867 + wavedrom-cli = nodeEnv.buildNodePackage { 115868 + name = "wavedrom-cli"; 115869 + packageName = "wavedrom-cli"; 115870 + version = "2.6.8"; 115871 + src = fetchurl { 115872 + url = "https://registry.npmjs.org/wavedrom-cli/-/wavedrom-cli-2.6.8.tgz"; 115873 + sha512 = "uhSNGU27KDT2e2v51l/NqMc59O7X0DG7CHonZOwsnvMHLvyudCLZgXCU8Rw4T8gpqg2asn50vfPHq7l3DGlN5w=="; 115874 + }; 115875 + dependencies = [ 115876 + sources."@babel/runtime-corejs3-7.14.0" 115877 + sources."@mapbox/node-pre-gyp-1.0.5" 115878 + sources."@tootallnate/once-1.1.2" 115879 + sources."@types/raf-3.4.0" 115880 + sources."abab-2.0.5" 115881 + sources."abbrev-1.1.1" 115882 + sources."acorn-8.3.0" 115883 + (sources."acorn-globals-6.0.0" // { 115884 + dependencies = [ 115885 + sources."acorn-7.4.1" 115886 + ]; 115887 + }) 115888 + sources."acorn-walk-7.2.0" 115889 + sources."agent-base-6.0.2" 115890 + sources."ansi-regex-2.1.1" 115891 + sources."ansi-styles-4.3.0" 115892 + sources."aproba-1.2.0" 115893 + sources."are-we-there-yet-1.1.5" 115894 + sources."asynckit-0.4.0" 115895 + sources."at-least-node-1.0.0" 115896 + sources."atob-2.1.2" 115897 + sources."balanced-match-1.0.2" 115898 + (sources."bit-field-1.3.6" // { 115899 + dependencies = [ 115900 + sources."ansi-regex-5.0.0" 115901 + sources."fs-extra-8.1.0" 115902 + sources."is-fullwidth-code-point-3.0.0" 115903 + sources."jsonfile-4.0.0" 115904 + sources."onml-1.3.0" 115905 + sources."string-width-4.2.2" 115906 + sources."strip-ansi-6.0.0" 115907 + sources."universalify-0.1.2" 115908 + sources."yargs-15.4.1" 115909 + ]; 115910 + }) 115911 + sources."brace-expansion-1.1.11" 115912 + sources."browser-process-hrtime-1.0.0" 115913 + sources."btoa-1.2.1" 115914 + sources."camelcase-5.3.1" 115915 + sources."canvas-2.8.0" 115916 + sources."canvg-3.0.7" 115917 + sources."chownr-2.0.0" 115918 + (sources."cliui-6.0.0" // { 115919 + dependencies = [ 115920 + sources."ansi-regex-5.0.0" 115921 + sources."is-fullwidth-code-point-3.0.0" 115922 + sources."string-width-4.2.2" 115923 + sources."strip-ansi-6.0.0" 115924 + ]; 115925 + }) 115926 + sources."code-point-at-1.1.0" 115927 + sources."color-convert-2.0.1" 115928 + sources."color-name-1.1.4" 115929 + sources."combined-stream-1.0.8" 115930 + sources."concat-map-0.0.1" 115931 + sources."console-control-strings-1.1.0" 115932 + sources."core-js-pure-3.13.1" 115933 + sources."core-util-is-1.0.2" 115934 + sources."cssom-0.4.4" 115935 + (sources."cssstyle-2.3.0" // { 115936 + dependencies = [ 115937 + sources."cssom-0.3.8" 115938 + ]; 115939 + }) 115940 + sources."data-urls-2.0.0" 115941 + sources."debug-4.3.2" 115942 + sources."decamelize-1.2.0" 115943 + sources."decimal.js-10.2.1" 115944 + sources."decompress-response-4.2.1" 115945 + sources."deep-is-0.1.3" 115946 + sources."delayed-stream-1.0.0" 115947 + sources."delegates-1.0.0" 115948 + sources."detect-libc-1.0.3" 115949 + (sources."domexception-2.0.1" // { 115950 + dependencies = [ 115951 + sources."webidl-conversions-5.0.0" 115952 + ]; 115953 + }) 115954 + sources."emoji-regex-8.0.0" 115955 + sources."escalade-3.1.1" 115956 + sources."escodegen-2.0.0" 115957 + sources."esprima-4.0.1" 115958 + sources."estraverse-5.2.0" 115959 + sources."esutils-2.0.3" 115960 + sources."fast-levenshtein-2.0.6" 115961 + sources."find-up-4.1.0" 115962 + sources."form-data-3.0.1" 115963 + sources."fs-extra-9.1.0" 115964 + sources."fs-minipass-2.1.0" 115965 + sources."fs.realpath-1.0.0" 115966 + sources."gauge-2.7.4" 115967 + sources."get-caller-file-2.0.5" 115968 + sources."glob-7.1.7" 115969 + sources."graceful-fs-4.2.6" 115970 + sources."has-unicode-2.0.1" 115971 + sources."html-encoding-sniffer-2.0.1" 115972 + sources."http-proxy-agent-4.0.1" 115973 + sources."https-proxy-agent-5.0.0" 115974 + sources."iconv-lite-0.4.24" 115975 + sources."inflight-1.0.6" 115976 + sources."inherits-2.0.4" 115977 + sources."is-fullwidth-code-point-1.0.0" 115978 + sources."is-potential-custom-element-name-1.0.1" 115979 + sources."isarray-1.0.0" 115980 + sources."jsdom-16.6.0" 115981 + sources."json5-2.2.0" 115982 + sources."jsonfile-6.1.0" 115983 + sources."levn-0.3.0" 115984 + sources."locate-path-5.0.0" 115985 + sources."lodash-4.17.21" 115986 + sources."logidrom-0.3.1" 115987 + sources."lru-cache-6.0.0" 115988 + (sources."make-dir-3.1.0" // { 115989 + dependencies = [ 115990 + sources."semver-6.3.0" 115991 + ]; 115992 + }) 115993 + sources."mime-db-1.47.0" 115994 + sources."mime-types-2.1.30" 115995 + sources."mimic-response-2.1.0" 115996 + sources."minimatch-3.0.4" 115997 + sources."minimist-1.2.5" 115998 + sources."minipass-3.1.3" 115999 + sources."minizlib-2.1.2" 116000 + sources."mkdirp-1.0.4" 116001 + sources."ms-2.1.2" 116002 + sources."nan-2.14.2" 116003 + sources."node-fetch-2.6.1" 116004 + sources."nopt-5.0.0" 116005 + sources."npmlog-4.1.2" 116006 + sources."number-is-nan-1.0.1" 116007 + sources."nwsapi-2.2.0" 116008 + sources."object-assign-4.1.1" 116009 + sources."once-1.4.0" 116010 + sources."onml-2.1.0" 116011 + sources."optionator-0.8.3" 116012 + sources."p-limit-2.3.0" 116013 + sources."p-locate-4.1.0" 116014 + sources."p-try-2.2.0" 116015 + sources."parse5-6.0.1" 116016 + sources."path-exists-4.0.0" 116017 + sources."path-is-absolute-1.0.1" 116018 + sources."performance-now-2.1.0" 116019 + sources."prelude-ls-1.1.2" 116020 + sources."process-nextick-args-2.0.1" 116021 + sources."psl-1.8.0" 116022 + sources."punycode-2.1.1" 116023 + sources."raf-3.4.1" 116024 + sources."readable-stream-2.3.7" 116025 + sources."regenerator-runtime-0.13.8" 116026 + sources."require-directory-2.1.1" 116027 + sources."require-main-filename-2.0.0" 116028 + sources."rgbcolor-1.0.1" 116029 + sources."rimraf-3.0.2" 116030 + sources."safe-buffer-5.1.2" 116031 + sources."safer-buffer-2.1.2" 116032 + sources."sax-1.2.4" 116033 + sources."saxes-5.0.1" 116034 + sources."semver-7.3.5" 116035 + sources."set-blocking-2.0.0" 116036 + sources."signal-exit-3.0.3" 116037 + sources."simple-concat-1.0.1" 116038 + sources."simple-get-3.1.0" 116039 + sources."source-map-0.6.1" 116040 + sources."stackblur-canvas-2.5.0" 116041 + sources."string-width-1.0.2" 116042 + sources."string_decoder-1.1.1" 116043 + sources."strip-ansi-3.0.1" 116044 + sources."svg-pathdata-5.0.5" 116045 + sources."svg2img-0.9.2" 116046 + sources."symbol-tree-3.2.4" 116047 + sources."tar-6.1.0" 116048 + (sources."tough-cookie-4.0.0" // { 116049 + dependencies = [ 116050 + sources."universalify-0.1.2" 116051 + ]; 116052 + }) 116053 + sources."tr46-2.1.0" 116054 + sources."tspan-0.4.0" 116055 + sources."type-check-0.3.2" 116056 + sources."universalify-2.0.0" 116057 + sources."util-deprecate-1.0.2" 116058 + sources."w3c-hr-time-1.0.2" 116059 + sources."w3c-xmlserializer-2.0.0" 116060 + sources."wavedrom-2.6.9" 116061 + sources."webidl-conversions-6.1.0" 116062 + sources."whatwg-encoding-1.0.5" 116063 + sources."whatwg-mimetype-2.3.0" 116064 + sources."whatwg-url-8.5.0" 116065 + sources."which-module-2.0.0" 116066 + sources."wide-align-1.1.3" 116067 + sources."word-wrap-1.2.3" 116068 + (sources."wrap-ansi-6.2.0" // { 116069 + dependencies = [ 116070 + sources."ansi-regex-5.0.0" 116071 + sources."is-fullwidth-code-point-3.0.0" 116072 + sources."string-width-4.2.2" 116073 + sources."strip-ansi-6.0.0" 116074 + ]; 116075 + }) 116076 + sources."wrappy-1.0.2" 116077 + sources."ws-7.4.6" 116078 + sources."xml-name-validator-3.0.0" 116079 + sources."xmlchars-2.2.0" 116080 + sources."y18n-4.0.3" 116081 + sources."yallist-4.0.0" 116082 + (sources."yargs-16.2.0" // { 116083 + dependencies = [ 116084 + sources."ansi-regex-5.0.0" 116085 + sources."cliui-7.0.4" 116086 + sources."is-fullwidth-code-point-3.0.0" 116087 + sources."string-width-4.2.2" 116088 + sources."strip-ansi-6.0.0" 116089 + sources."wrap-ansi-7.0.0" 116090 + sources."y18n-5.0.8" 116091 + sources."yargs-parser-20.2.7" 116092 + ]; 116093 + }) 116094 + sources."yargs-parser-18.1.3" 116095 + ]; 116096 + buildInputs = globalBuildInputs; 116097 + meta = { 116098 + description = "WaveDrom command-line interface (CLI)"; 116099 + homepage = "https://github.com/wavedrom/cli#readme"; 116100 + license = "MIT"; 116101 + }; 116102 + production = true; 116103 + bypassCache = true; 116104 + reconstructLock = true; 116105 + }; 115649 116106 web-ext = nodeEnv.buildNodePackage { 115650 116107 name = "web-ext"; 115651 116108 packageName = "web-ext"; ··· 116268 116725 sources."@webassemblyjs/wast-printer-1.11.0" 116269 116726 sources."@xtuc/ieee754-1.2.0" 116270 116727 sources."@xtuc/long-4.2.2" 116271 - sources."acorn-8.2.4" 116728 + sources."acorn-8.3.0" 116272 116729 sources."ajv-6.12.6" 116273 116730 sources."ajv-keywords-3.5.2" 116274 116731 sources."browserslist-4.16.6" 116275 116732 sources."buffer-from-1.1.1" 116276 - sources."caniuse-lite-1.0.30001230" 116733 + sources."caniuse-lite-1.0.30001232" 116277 116734 sources."chrome-trace-event-1.0.3" 116278 116735 sources."colorette-1.2.2" 116279 116736 sources."commander-2.20.3" 116280 - sources."electron-to-chromium-1.3.741" 116737 + sources."electron-to-chromium-1.3.743" 116281 116738 sources."enhanced-resolve-5.8.2" 116282 116739 sources."es-module-lexer-0.4.1" 116283 116740 sources."escalade-3.1.1" ··· 116294 116751 sources."glob-to-regexp-0.4.1" 116295 116752 sources."graceful-fs-4.2.6" 116296 116753 sources."has-flag-4.0.0" 116297 - sources."jest-worker-26.6.2" 116754 + sources."jest-worker-27.0.2" 116298 116755 sources."json-parse-better-errors-1.0.2" 116299 116756 sources."json-schema-traverse-0.4.1" 116300 116757 sources."loader-runner-4.2.0" ··· 116312 116769 sources."source-list-map-2.0.1" 116313 116770 sources."source-map-0.6.1" 116314 116771 sources."source-map-support-0.5.19" 116315 - sources."supports-color-7.2.0" 116772 + sources."supports-color-8.1.1" 116316 116773 sources."tapable-2.2.0" 116317 116774 (sources."terser-5.7.0" // { 116318 116775 dependencies = [ 116319 116776 sources."source-map-0.7.3" 116320 116777 ]; 116321 116778 }) 116322 - sources."terser-webpack-plugin-5.1.2" 116779 + sources."terser-webpack-plugin-5.1.3" 116323 116780 sources."uri-js-4.4.1" 116324 116781 sources."watchpack-2.2.0" 116325 116782 sources."webpack-sources-2.3.0" ··· 116353 116810 sources."commander-7.2.0" 116354 116811 sources."cross-spawn-7.0.3" 116355 116812 sources."envinfo-7.8.1" 116356 - sources."execa-5.0.0" 116813 + sources."execa-5.0.1" 116357 116814 sources."fastest-levenshtein-1.0.12" 116358 116815 sources."find-up-4.1.0" 116359 116816 sources."function-bind-1.1.1" ··· 116602 117059 sources."find-up-3.0.0" 116603 117060 sources."follow-redirects-1.14.1" 116604 117061 sources."for-in-1.0.2" 116605 - sources."forwarded-0.1.2" 117062 + sources."forwarded-0.2.0" 116606 117063 sources."fragment-cache-0.2.1" 116607 117064 sources."fresh-0.5.2" 116608 117065 sources."fs.realpath-1.0.0" ··· 116763 117220 }) 116764 117221 sources."posix-character-classes-0.1.1" 116765 117222 sources."process-nextick-args-2.0.1" 116766 - sources."proxy-addr-2.0.6" 117223 + sources."proxy-addr-2.0.7" 116767 117224 sources."prr-1.0.1" 116768 117225 sources."pump-3.0.0" 116769 117226 sources."punycode-2.1.1" ··· 117051 117508 webtorrent-cli = nodeEnv.buildNodePackage { 117052 117509 name = "webtorrent-cli"; 117053 117510 packageName = "webtorrent-cli"; 117054 - version = "3.2.1"; 117511 + version = "3.2.4"; 117055 117512 src = fetchurl { 117056 - url = "https://registry.npmjs.org/webtorrent-cli/-/webtorrent-cli-3.2.1.tgz"; 117057 - sha512 = "DHUtDymD5ZGv/h35FY4n9YdlHoNOy07X7ibexi+19AL/+MFdGuIIQEEnJQT/wA05mrzR6ubeJmcLXXqZISwLFQ=="; 117513 + url = "https://registry.npmjs.org/webtorrent-cli/-/webtorrent-cli-3.2.4.tgz"; 117514 + sha512 = "fobRASGOskIqf/ciwZ3TF14RhqWga6dR8kUD6a2E0L2YAY5n1PIJv1dVPXEwvfKHBFWDo5VwIH2OAzt/Tw2poQ=="; 117058 117515 }; 117059 117516 dependencies = [ 117060 117517 sources."@protobufjs/aspromise-1.1.2" ··· 117150 117607 sources."create-torrent-4.7.0" 117151 117608 sources."debug-2.6.9" 117152 117609 sources."decompress-response-3.3.0" 117610 + sources."define-lazy-prop-2.0.0" 117153 117611 (sources."dlnacasts-0.1.0" // { 117154 117612 dependencies = [ 117155 117613 sources."mime-1.6.0" ··· 117173 117631 }) 117174 117632 sources."fs.realpath-1.0.0" 117175 117633 sources."get-browser-rtc-1.1.0" 117176 - sources."get-stdin-7.0.0" 117634 + sources."get-stdin-8.0.0" 117177 117635 sources."glob-7.1.7" 117178 117636 sources."he-1.2.0" 117179 117637 sources."http-node-git://github.com/feross/http-node#webtorrent" ··· 117211 117669 sources."ms-2.1.2" 117212 117670 ]; 117213 117671 }) 117214 - sources."magnet-uri-5.4.0" 117672 + sources."magnet-uri-6.2.0" 117215 117673 sources."mdns-js-0.5.0" 117216 117674 sources."mdns-js-packet-0.2.0" 117217 117675 sources."mediasource-2.4.0" ··· 117240 117698 sources."nodebmc-0.0.7" 117241 117699 sources."on-finished-2.3.0" 117242 117700 sources."once-1.4.0" 117243 - sources."open-7.4.2" 117701 + sources."open-8.2.0" 117244 117702 sources."package-json-versionify-1.0.4" 117245 - (sources."parse-torrent-7.1.3" // { 117703 + (sources."parse-torrent-9.1.3" // { 117246 117704 dependencies = [ 117247 - sources."decompress-response-4.2.1" 117248 - sources."mimic-response-2.1.0" 117249 - sources."simple-get-3.1.0" 117705 + sources."decompress-response-6.0.0" 117706 + sources."mimic-response-3.1.0" 117707 + sources."simple-get-4.0.0" 117250 117708 ]; 117251 117709 }) 117252 117710 sources."path-is-absolute-1.0.1" ··· 117347 117805 dependencies = [ 117348 117806 sources."debug-4.3.2" 117349 117807 sources."decompress-response-6.0.0" 117350 - sources."get-stdin-8.0.0" 117351 - sources."magnet-uri-6.2.0" 117352 117808 sources."mimic-response-3.1.0" 117353 117809 sources."ms-2.1.2" 117354 - sources."parse-torrent-9.1.3" 117355 117810 sources."simple-get-4.0.0" 117356 117811 ]; 117357 117812 }) ··· 117592 118047 sources."readable-stream-3.6.0" 117593 118048 ]; 117594 118049 }) 117595 - sources."boolean-3.0.4" 118050 + sources."boolean-3.1.0" 117596 118051 (sources."boxen-1.3.0" // { 117597 118052 dependencies = [ 117598 118053 sources."camelcase-4.1.0" ··· 117650 118105 sources."config-chain-1.1.12" 117651 118106 sources."configstore-3.1.5" 117652 118107 sources."console-control-strings-1.1.0" 117653 - sources."core-js-3.13.0" 118108 + sources."core-js-3.13.1" 117654 118109 sources."core-util-is-1.0.2" 117655 118110 sources."create-error-class-3.0.2" 117656 118111 sources."cross-spawn-6.0.5" ··· 118345 118800 sources."cross-spawn-7.0.3" 118346 118801 sources."debug-4.3.2" 118347 118802 sources."escape-string-regexp-4.0.0" 118348 - sources."execa-5.0.0" 118803 + sources."execa-5.0.1" 118349 118804 (sources."figures-3.2.0" // { 118350 118805 dependencies = [ 118351 118806 sources."escape-string-regexp-1.0.5"