Merge pull request #137144 from dotlambda/deltachat-desktop-1.21.0

deltachat-desktop: unstable-2021-08-04 -> 1.21.0

authored by Robert Schütz and committed by GitHub 7e444577 7edfd5ae

+408 -413
+4 -18
pkgs/applications/networking/instant-messengers/deltachat-desktop/default.nix
··· 14 14 }: 15 15 16 16 let 17 - libdeltachat' = libdeltachat.overrideAttrs (old: rec { 18 - version = "1.56.0"; 19 - src = fetchFromGitHub { 20 - owner = "deltachat"; 21 - repo = "deltachat-core-rust"; 22 - rev = version; 23 - sha256 = "07vcwbvpzcnvpls0hmpapi7v1npca8ydbx2i235k26xym8il89b7"; 24 - }; 25 - cargoDeps = rustPlatform.fetchCargoTarball { 26 - inherit src; 27 - name = "${old.pname}-${version}"; 28 - sha256 = "0pb1rcv45xa95ziqap94yy52fy02vh401iqsgi18nm1j6iyyngc8"; 29 - }; 30 - }); 31 17 electronExec = if stdenv.isDarwin then 32 18 "${electron}/Applications/Electron.app/Contents/MacOS/Electron" 33 19 else 34 20 "${electron}/bin/electron"; 35 21 in nodePackages.deltachat-desktop.override rec { 36 22 pname = "deltachat-desktop"; 37 - version = "unstable-2021-08-04"; 23 + version = "1.21.0"; 38 24 39 25 src = fetchFromGitHub { 40 26 owner = "deltachat"; 41 27 repo = "deltachat-desktop"; 42 - rev = "2c47d6b7e46f4f68c7eb45508ab9e145af489ea1"; 43 - sha256 = "03b6j3cj2yanvsargh6q57bf1llg17yrqgmd14lp0wkam767kkfa"; 28 + rev = "v${version}"; 29 + sha256 = "1fwnv77qa9p50js98byb26ms7mhv7rfwhfv21f282a74pbqsar45"; 44 30 }; 45 31 46 32 nativeBuildInputs = [ ··· 52 38 ]; 53 39 54 40 buildInputs = [ 55 - libdeltachat' 41 + libdeltachat 56 42 ] ++ lib.optionals stdenv.isDarwin [ 57 43 CoreServices 58 44 ];
+7 -7
pkgs/applications/networking/instant-messengers/deltachat-desktop/package.json
··· 1 1 { 2 2 "name": "deltachat-desktop", 3 - "version": "1.20.3", 3 + "version": "1.21.0", 4 4 "dependencies": { 5 5 "@blueprintjs/core": "^3.22.3", 6 6 "@mapbox/geojson-extent": "^1.0.0", 7 7 "application-config": "^1.0.1", 8 - "array-differ": "^3.0.0", 9 8 "classnames": "^2.3.1", 10 9 "debounce": "^1.2.0", 11 - "deltachat-node": "1.56.2", 10 + "deltachat-node": "1.60.0", 12 11 "emoji-js-clean": "^4.0.0", 13 12 "emoji-mart": "^3.0.0", 14 13 "emoji-regex": "^9.2.2", 15 14 "error-stack-parser": "^2.0.6", 16 15 "filesize": "^6.1.0", 17 - "fs-extra": "^8.1.0", 18 16 "mapbox-gl": "^1.12.0", 19 17 "mime-types": "^2.1.31", 20 18 "moment": "^2.27.0", ··· 27 25 "react-qr-reader": "^2.2.1", 28 26 "react-qr-svg": "^2.1.0", 29 27 "react-string-replace": "^0.4.4", 30 - "react-virtualized": "^9.21.2", 28 + "react-virtualized-auto-sizer": "^1.0.5", 29 + "react-window": "^1.8.6", 30 + "react-window-infinite-loader": "^1.0.7", 31 31 "simple-markdown": "^0.7.1", 32 32 "source-map-support": "^0.5.19", 33 33 "tempy": "^0.3.0", ··· 38 38 "@babel/preset-env": "^7.7.7", 39 39 "@babel/preset-react": "^7.7.4", 40 40 "@types/emoji-mart": "^3.0.2", 41 - "@types/fs-extra": "^8.0.1", 42 41 "@types/mapbox-gl": "^0.54.5", 43 42 "@types/mime-types": "^2.1.0", 44 43 "@types/node": "^14.14.20", ··· 47 46 "@types/rc": "^1.1.0", 48 47 "@types/react": "^16.9.17", 49 48 "@types/react-dom": "^16.9.4", 50 - "@types/react-virtualized": "^9.21.10", 49 + "@types/react-window": "^1.8.4", 50 + "@types/react-window-infinite-loader": "^1.0.4", 51 51 "@types/url-parse": "^1.4.3", 52 52 "electron": "^13.1.6", 53 53 "glob-watcher": "^5.0.5",
+5
pkgs/development/libraries/libdeltachat/default.nix
··· 32 32 sha256 = "1j2ywaazglgl6370js34acrg0wrh0b7krqg05dfjf65n527lzn59"; 33 33 }) 34 34 ./no-static-lib.patch 35 + # https://github.com/deltachat/deltachat-core-rust/pull/2660 36 + (fetchpatch { 37 + url = "https://github.com/deltachat/deltachat-core-rust/commit/8fb5e038a97d8ae68564c885d61b93127a68366d.patch"; 38 + sha256 = "088pzfrrkgfi4646dc72404s3kykcpni7hgkppalwlzg0p4is41x"; 39 + }) 35 40 ]; 36 41 37 42 cargoDeps = rustPlatform.fetchCargoTarball {
+392 -388
pkgs/development/node-packages/node-packages.nix
··· 40 40 sha512 = "o/xdK8b4P0t/xpCARgWXAeaiWeh9jeua6bP1jrcbfN39+Z4zC4x2jg4NysHNhz6spRG8dJFH3kJIUoIbs0Ckww=="; 41 41 }; 42 42 }; 43 - "@angular-devkit/architect-0.1202.4" = { 43 + "@angular-devkit/architect-0.1202.5" = { 44 44 name = "_at_angular-devkit_slash_architect"; 45 45 packageName = "@angular-devkit/architect"; 46 - version = "0.1202.4"; 46 + version = "0.1202.5"; 47 47 src = fetchurl { 48 - url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.4.tgz"; 49 - sha512 = "RBatkiiZWGX7/qYYaWVNAzaF3E8TCEt9dRfAoZSaLy/JLQLT3xjX+qT4bBC/XPdC8SQCWvMjW3IjfYRaKTBv1g=="; 48 + url = "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.5.tgz"; 49 + sha512 = "HiF8RceDrvP7m8Qm53KWVpekESX0UIK4/tOg9mgFMcS/2utRnPzuu4WbfrcY9DRrsoMWLXQs6j/UVXqf8PzXJw=="; 50 50 }; 51 51 }; 52 52 "@angular-devkit/core-12.0.5" = { ··· 67 67 sha512 = "KOzGD8JbP/7EeUwPiU5x+fo3ZEQ5R4IVW5WoH92PaO3mdpqXC7UL2MWLct8PUe9il9nqJMvrBMldSSvP9PCT2w=="; 68 68 }; 69 69 }; 70 - "@angular-devkit/core-12.2.4" = { 70 + "@angular-devkit/core-12.2.5" = { 71 71 name = "_at_angular-devkit_slash_core"; 72 72 packageName = "@angular-devkit/core"; 73 - version = "12.2.4"; 73 + version = "12.2.5"; 74 74 src = fetchurl { 75 - url = "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.4.tgz"; 76 - sha512 = "lONchANfqBHE0UgqK1PFcaBwpT/FetM8atuLjbhgdM1VcR6lVLzyZImhR12gtNWJ5nledhMp8QeGkFvO3KCdxw=="; 75 + url = "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.5.tgz"; 76 + sha512 = "UBo0Q9nVGPxC+C1PONSzaczPLv5++5Q7PC2orZepDbWmY0jUDwe9VVJrmp8EhLZbzVKFpyCIs1ZE8h0s0LP1zA=="; 77 77 }; 78 78 }; 79 79 "@angular-devkit/schematics-12.0.5" = { ··· 94 94 sha512 = "yD3y3pK/K5piOgvALFoCCiPp4H8emNa3yZL+vlpEpewVLpF1MM55LeTxc0PI5s0uqtOGVnvcbA5wYgMm3YsUEA=="; 95 95 }; 96 96 }; 97 - "@angular-devkit/schematics-12.2.4" = { 97 + "@angular-devkit/schematics-12.2.5" = { 98 98 name = "_at_angular-devkit_slash_schematics"; 99 99 packageName = "@angular-devkit/schematics"; 100 - version = "12.2.4"; 100 + version = "12.2.5"; 101 101 src = fetchurl { 102 - url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.4.tgz"; 103 - sha512 = "hL2POzb2G8PzYzLl3Dmc3ePCRyXg1LnJEpGTXvTqgLCUI6fKGb2T7hwn3fbD7keCv88UleGazOPq9iU7Qqvx3Q=="; 102 + url = "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.5.tgz"; 103 + sha512 = "8WAdZ39FZqbU1/ZQQrK+7PeRuj6QUGlxFUgoVXk5nzRbpZo/OSaKhPoC7sC1A0EU+7udLp5vT7R12sDz7Mr9vQ=="; 104 104 }; 105 105 }; 106 106 "@angular-devkit/schematics-cli-12.1.4" = { ··· 2479 2479 sha512 = "82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw=="; 2480 2480 }; 2481 2481 }; 2482 - "@google-cloud/paginator-3.0.5" = { 2482 + "@google-cloud/paginator-3.0.6" = { 2483 2483 name = "_at_google-cloud_slash_paginator"; 2484 2484 packageName = "@google-cloud/paginator"; 2485 - version = "3.0.5"; 2485 + version = "3.0.6"; 2486 2486 src = fetchurl { 2487 - url = "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.5.tgz"; 2488 - sha512 = "N4Uk4BT1YuskfRhKXBs0n9Lg2YTROZc6IMpkO/8DIHODtm5s3xY8K5vVBo23v/2XulY3azwITQlYWgT4GdLsUw=="; 2487 + url = "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.6.tgz"; 2488 + sha512 = "XCTm/GfQIlc1ZxpNtTSs/mnZxC2cePNhxU3X8EzHXKIJ2JFncmJj2Fcd2IP+gbmZaSZnY0juFxbUCkIeuu/2eQ=="; 2489 2489 }; 2490 2490 }; 2491 - "@google-cloud/precise-date-2.0.3" = { 2491 + "@google-cloud/precise-date-2.0.4" = { 2492 2492 name = "_at_google-cloud_slash_precise-date"; 2493 2493 packageName = "@google-cloud/precise-date"; 2494 - version = "2.0.3"; 2494 + version = "2.0.4"; 2495 2495 src = fetchurl { 2496 - url = "https://registry.npmjs.org/@google-cloud/precise-date/-/precise-date-2.0.3.tgz"; 2497 - sha512 = "+SDJ3ZvGkF7hzo6BGa8ZqeK3F6Z4+S+KviC9oOK+XCs3tfMyJCh/4j93XIWINgMMDIh9BgEvlw4306VxlXIlYA=="; 2496 + url = "https://registry.npmjs.org/@google-cloud/precise-date/-/precise-date-2.0.4.tgz"; 2497 + sha512 = "nOB+mZdevI/1Si0QAfxWfzzIqFdc7wrO+DYePFvgbOoMtvX+XfFTINNt7e9Zg66AbDbWCPRnikU+6f5LTm9Wyg=="; 2498 2498 }; 2499 2499 }; 2500 - "@google-cloud/projectify-2.1.0" = { 2500 + "@google-cloud/projectify-2.1.1" = { 2501 2501 name = "_at_google-cloud_slash_projectify"; 2502 2502 packageName = "@google-cloud/projectify"; 2503 - version = "2.1.0"; 2503 + version = "2.1.1"; 2504 2504 src = fetchurl { 2505 - url = "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-2.1.0.tgz"; 2506 - sha512 = "qbpidP/fOvQNz3nyabaVnZqcED1NNzf7qfeOlgtAZd9knTwY+KtsGRkYpiQzcATABy4gnGP2lousM3S0nuWVzA=="; 2505 + url = "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-2.1.1.tgz"; 2506 + sha512 = "+rssMZHnlh0twl122gXY4/aCrk0G1acBqkHFfYddtsqpYXGxA29nj9V5V9SfC+GyOG00l650f6lG9KL+EpFEWQ=="; 2507 2507 }; 2508 2508 }; 2509 - "@google-cloud/promisify-2.0.3" = { 2509 + "@google-cloud/promisify-2.0.4" = { 2510 2510 name = "_at_google-cloud_slash_promisify"; 2511 2511 packageName = "@google-cloud/promisify"; 2512 - version = "2.0.3"; 2512 + version = "2.0.4"; 2513 2513 src = fetchurl { 2514 - url = "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-2.0.3.tgz"; 2515 - sha512 = "d4VSA86eL/AFTe5xtyZX+ePUjE8dIFu2T8zmdeNBSa5/kNgXPCx/o/wbFNHAGLJdGnk1vddRuMESD9HbOC8irw=="; 2514 + url = "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-2.0.4.tgz"; 2515 + sha512 = "j8yRSSqswWi1QqUGKVEKOG03Q7qOoZP6/h2zN2YO+F5h2+DHU0bSrHCK9Y7lo2DI9fBd8qGAw795sf+3Jva4yA=="; 2516 2516 }; 2517 2517 }; 2518 2518 "@google-cloud/pubsub-2.17.0" = { ··· 4009 4009 sha512 = "W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA=="; 4010 4010 }; 4011 4011 }; 4012 - "@microsoft/load-themed-styles-1.10.207" = { 4012 + "@microsoft/load-themed-styles-1.10.208" = { 4013 4013 name = "_at_microsoft_slash_load-themed-styles"; 4014 4014 packageName = "@microsoft/load-themed-styles"; 4015 - version = "1.10.207"; 4015 + version = "1.10.208"; 4016 4016 src = fetchurl { 4017 - url = "https://registry.npmjs.org/@microsoft/load-themed-styles/-/load-themed-styles-1.10.207.tgz"; 4018 - sha512 = "ZFLYVCBn59Rh7JUVRZd3zjiH/dM7LAItGchC2Xs66XQnDhyq8dwuuIxmJmeozhQcklcLt3SnRHQPENDjb5w03w=="; 4017 + url = "https://registry.npmjs.org/@microsoft/load-themed-styles/-/load-themed-styles-1.10.208.tgz"; 4018 + sha512 = "lOJQ/FOFiZJ+LIOUnVKu2StmB3DKIg50XTlm6DwBXpgUowAFhJ188mck8j4POpZtzQf/DfmOlQLqPEZXzM/6/A=="; 4019 4019 }; 4020 4020 }; 4021 4021 "@mitmaro/errors-1.0.0" = { ··· 4108 4108 sha512 = "820dYhacTHXKxpYm81VlmCJ48ySGj+6GZi1oPLevdTSkMXGM1BphBKUjM/r9+GUE1ocGOh8Vdt3PsDp8f7gS4w=="; 4109 4109 }; 4110 4110 }; 4111 - "@netlify/config-15.6.0" = { 4111 + "@netlify/config-15.6.2" = { 4112 4112 name = "_at_netlify_slash_config"; 4113 4113 packageName = "@netlify/config"; 4114 - version = "15.6.0"; 4114 + version = "15.6.2"; 4115 4115 src = fetchurl { 4116 - url = "https://registry.npmjs.org/@netlify/config/-/config-15.6.0.tgz"; 4117 - sha512 = "PqCWAnxR5jI7VyyG8MH58ZjIzGaUfIbuvf4jPnlMwvyXfUaIBf5iZPNumPm2hNZSMeNWtkJa9juGsCw+2cu7mg=="; 4116 + url = "https://registry.npmjs.org/@netlify/config/-/config-15.6.2.tgz"; 4117 + sha512 = "wFZ2sLg/NaU0kQC8EnxdMUrr3rMWC8CQnBedQsxRW2dmQKQgW4tsCqUVy2U++iu2FTZkh8CwYo8W0qCPoel4lA=="; 4118 4118 }; 4119 4119 }; 4120 4120 "@netlify/esbuild-0.13.6" = { ··· 4720 4720 sha512 = "mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA=="; 4721 4721 }; 4722 4722 }; 4723 - "@octokit/plugin-rest-endpoint-methods-5.10.0" = { 4723 + "@octokit/plugin-rest-endpoint-methods-5.10.1" = { 4724 4724 name = "_at_octokit_slash_plugin-rest-endpoint-methods"; 4725 4725 packageName = "@octokit/plugin-rest-endpoint-methods"; 4726 - version = "5.10.0"; 4726 + version = "5.10.1"; 4727 4727 src = fetchurl { 4728 - url = "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.10.0.tgz"; 4729 - sha512 = "HiUZliq5wNg15cevJlTo9zDnPXAD0BMRhLxbRNPnq9J3HELKesDTOiou56ax2jC/rECUkK/uJTugrizYKSo/jg=="; 4728 + url = "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.10.1.tgz"; 4729 + sha512 = "Rf1iMl40I0dIxjh1g32qZ6Ym/uT8QWZMm2vYGG5Vi8SX1MwZvbuxEGXYgmzTUWSD3PYWSLilE2+4L8kmdLGTMg=="; 4730 4730 }; 4731 4731 }; 4732 4732 "@octokit/request-5.6.1" = { ··· 5458 5458 sha512 = "c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ=="; 5459 5459 }; 5460 5460 }; 5461 - "@schematics/angular-12.2.4" = { 5461 + "@schematics/angular-12.2.5" = { 5462 5462 name = "_at_schematics_slash_angular"; 5463 5463 packageName = "@schematics/angular"; 5464 - version = "12.2.4"; 5464 + version = "12.2.5"; 5465 5465 src = fetchurl { 5466 - url = "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.4.tgz"; 5467 - sha512 = "JPyjoTQMiVnaFmaEgACm7dzRMp7WMq78abeVaAg/xy8z2apMeDhTBXoSSLhXpQNtFvzLmfM4ovC6sCwn9esU9A=="; 5466 + url = "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.5.tgz"; 5467 + sha512 = "Ln2GyO7Y00PrQKjqCONCDb4dwGzGboH3zIJvicWzFO+ZgkNLr/dsitGKm8b8OfR/UEiBcnK72xwPj9FWfXA4EQ=="; 5468 5468 }; 5469 5469 }; 5470 5470 "@segment/loosely-validate-event-2.0.0" = { ··· 5575 5575 sha512 = "cl5uPaGg72z0sCUpF0zsOhwYYUV72Gxc1FwFfxltO8hSvMeFDvwD7JrNE4kHcIcKRjwPGbSH0fdVPUpErZ8Mog=="; 5576 5576 }; 5577 5577 }; 5578 - "@serverless/utils-5.9.0" = { 5578 + "@serverless/utils-5.10.0" = { 5579 5579 name = "_at_serverless_slash_utils"; 5580 5580 packageName = "@serverless/utils"; 5581 - version = "5.9.0"; 5581 + version = "5.10.0"; 5582 5582 src = fetchurl { 5583 - url = "https://registry.npmjs.org/@serverless/utils/-/utils-5.9.0.tgz"; 5584 - sha512 = "cAPOndJ78N5o3Q4WVXfy/z1bE5QPCUwT2DPj06bd3DGHV3api+NZLeOECG4AdcyPREw/9w1oNxw9555q903KwA=="; 5583 + url = "https://registry.npmjs.org/@serverless/utils/-/utils-5.10.0.tgz"; 5584 + sha512 = "bRv5o+uR2/o6PCvRI+9mAe6quhqAyJIybI3RH/UXiRzP3qNtbt9RnZDhAe2wjNidf+8iA5UYeLRt2MG3Mb9X3w=="; 5585 5585 }; 5586 5586 }; 5587 5587 "@serverless/utils-china-1.1.4" = { ··· 6520 6520 sha512 = "FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ=="; 6521 6521 }; 6522 6522 }; 6523 - "@types/fs-extra-8.1.2" = { 6524 - name = "_at_types_slash_fs-extra"; 6525 - packageName = "@types/fs-extra"; 6526 - version = "8.1.2"; 6527 - src = fetchurl { 6528 - url = "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.2.tgz"; 6529 - sha512 = "SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg=="; 6530 - }; 6531 - }; 6532 6523 "@types/fs-extra-9.0.12" = { 6533 6524 name = "_at_types_slash_fs-extra"; 6534 6525 packageName = "@types/fs-extra"; ··· 6943 6934 sha512 = "F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw=="; 6944 6935 }; 6945 6936 }; 6937 + "@types/node-12.20.24" = { 6938 + name = "_at_types_slash_node"; 6939 + packageName = "@types/node"; 6940 + version = "12.20.24"; 6941 + src = fetchurl { 6942 + url = "https://registry.npmjs.org/@types/node/-/node-12.20.24.tgz"; 6943 + sha512 = "yxDeaQIAJlMav7fH5AQqPH1u8YIuhYJXYBzxaQ4PifsU0GDO38MSdmEDeRlIxrKbC6NbEaaEHDanWb+y30U8SQ=="; 6944 + }; 6945 + }; 6946 6946 "@types/node-14.11.1" = { 6947 6947 name = "_at_types_slash_node"; 6948 6948 packageName = "@types/node"; ··· 7006 7006 sha512 = "Sr7BhXEAer9xyGuCN3Ek9eg9xPviCF2gfu9kTfuU2HkTVAMYSDeX40fvpmo72n5nansg3nsBjuQBrsS28r+NUw=="; 7007 7007 }; 7008 7008 }; 7009 - "@types/node-16.7.13" = { 7010 - name = "_at_types_slash_node"; 7011 - packageName = "@types/node"; 7012 - version = "16.7.13"; 7013 - src = fetchurl { 7014 - url = "https://registry.npmjs.org/@types/node/-/node-16.7.13.tgz"; 7015 - sha512 = "pLUPDn+YG3FYEt/pHI74HmnJOWzeR+tOIQzUx93pi9M7D8OE7PSLr97HboXwk5F+JS+TLtWuzCOW97AHjmOXXA=="; 7016 - }; 7017 - }; 7018 7009 "@types/node-16.7.3" = { 7019 7010 name = "_at_types_slash_node"; 7020 7011 packageName = "@types/node"; ··· 7031 7022 src = fetchurl { 7032 7023 url = "https://registry.npmjs.org/@types/node/-/node-16.7.6.tgz"; 7033 7024 sha512 = "VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg=="; 7025 + }; 7026 + }; 7027 + "@types/node-16.9.0" = { 7028 + name = "_at_types_slash_node"; 7029 + packageName = "@types/node"; 7030 + version = "16.9.0"; 7031 + src = fetchurl { 7032 + url = "https://registry.npmjs.org/@types/node/-/node-16.9.0.tgz"; 7033 + sha512 = "nmP+VR4oT0pJUPFbKE4SXj3Yb4Q/kz3M9dSAO1GGMebRKWHQxLfDNmU/yh3xxCJha3N60nQ/JwXWwOE/ZSEVag=="; 7034 7034 }; 7035 7035 }; 7036 7036 "@types/node-6.14.13" = { ··· 7195 7195 sha512 = "FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A=="; 7196 7196 }; 7197 7197 }; 7198 - "@types/react-virtualized-9.21.13" = { 7199 - name = "_at_types_slash_react-virtualized"; 7200 - packageName = "@types/react-virtualized"; 7201 - version = "9.21.13"; 7198 + "@types/react-window-1.8.5" = { 7199 + name = "_at_types_slash_react-window"; 7200 + packageName = "@types/react-window"; 7201 + version = "1.8.5"; 7202 + src = fetchurl { 7203 + url = "https://registry.npmjs.org/@types/react-window/-/react-window-1.8.5.tgz"; 7204 + sha512 = "V9q3CvhC9Jk9bWBOysPGaWy/Z0lxYcTXLtLipkt2cnRj1JOSFNF7wqGpkScSXMgBwC+fnVRg/7shwgddBG5ICw=="; 7205 + }; 7206 + }; 7207 + "@types/react-window-infinite-loader-1.0.5" = { 7208 + name = "_at_types_slash_react-window-infinite-loader"; 7209 + packageName = "@types/react-window-infinite-loader"; 7210 + version = "1.0.5"; 7202 7211 src = fetchurl { 7203 - url = "https://registry.npmjs.org/@types/react-virtualized/-/react-virtualized-9.21.13.tgz"; 7204 - sha512 = "tCIQ5wDKj+QJ3sMzjPKSLY0AXsznt+ovAUcq+JCLjPBOcAHbPt4FraGT9HKYEFfmp9E6+ELuN49i5bWtuBmi3w=="; 7212 + url = "https://registry.npmjs.org/@types/react-window-infinite-loader/-/react-window-infinite-loader-1.0.5.tgz"; 7213 + sha512 = "3v45+4oBNJpSroULtb2EgTJyyK4pCjOMCg+RT/HnA3or5zY4jYufv6uH9NWPyLv0nx8dqt1s4nJqHilfthwKSw=="; 7205 7214 }; 7206 7215 }; 7207 7216 "@types/request-2.48.5" = { ··· 7861 7870 sha512 = "B6PedV/H2kcGEAgnqncwjHe3E8fqUNXCLv1BsrNwkHHWQJXkDN7dFeuEB4oaucBOVbjhH7KGLJ6JAiXPE3S7xA=="; 7862 7871 }; 7863 7872 }; 7864 - "@vue/compiler-core-3.2.10" = { 7873 + "@vue/compiler-core-3.2.11" = { 7865 7874 name = "_at_vue_slash_compiler-core"; 7866 7875 packageName = "@vue/compiler-core"; 7867 - version = "3.2.10"; 7876 + version = "3.2.11"; 7868 7877 src = fetchurl { 7869 - url = "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.10.tgz"; 7870 - sha512 = "KKFxveRE0zm9Je7vlutHOF59JRytUROYBXDuoOpiDOId7kVQWdeIzc1TondASsXUgzDjbYrWkRHXiHAzKFfsHA=="; 7878 + url = "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.11.tgz"; 7879 + sha512 = "bcbsLx5XyQg8WDDEGwmpX0BfEfv82wIs9fWFelpyVhNRGMaABvUTalYINyfhVT+jOqNaD4JBhJiVKd/8TmsHWg=="; 7871 7880 }; 7872 7881 }; 7873 - "@vue/compiler-dom-3.2.10" = { 7882 + "@vue/compiler-dom-3.2.11" = { 7874 7883 name = "_at_vue_slash_compiler-dom"; 7875 7884 packageName = "@vue/compiler-dom"; 7876 - version = "3.2.10"; 7885 + version = "3.2.11"; 7877 7886 src = fetchurl { 7878 - url = "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.10.tgz"; 7879 - sha512 = "WFOWBj9dvIz5ktReYwvw2GMQ8YHtY//cOGTyCw5XSQw58sKm4JCQGe1HXfuEVDmRRI1s4L/gOFR2NgbRfGCtMw=="; 7887 + url = "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.11.tgz"; 7888 + sha512 = "DNvhUHI/1Hn0/+ZYDYGAuDGasUm+XHKC3FE4GqkNCTO/fcLaJMRg/7eT1m1lkc7jPffUwwfh1rZru5mwzOjrNw=="; 7880 7889 }; 7881 7890 }; 7882 - "@vue/shared-3.2.10" = { 7891 + "@vue/shared-3.2.11" = { 7883 7892 name = "_at_vue_slash_shared"; 7884 7893 packageName = "@vue/shared"; 7885 - version = "3.2.10"; 7894 + version = "3.2.11"; 7886 7895 src = fetchurl { 7887 - url = "https://registry.npmjs.org/@vue/shared/-/shared-3.2.10.tgz"; 7888 - sha512 = "Z5hbCx5jqAK0kscWcsVBpEeS0LfuSjgnkCBewQfsdBRyvHdJWKRUnCAJ7GqJO/iJtjSZHBFJYNoYyP7a/goh2A=="; 7896 + url = "https://registry.npmjs.org/@vue/shared/-/shared-3.2.11.tgz"; 7897 + sha512 = "ovfXAsSsCvV9JVceWjkqC/7OF5HbgLOtCWjCIosmPGG8lxbPuavhIxRH1dTx4Dg9xLgRTNLvI3pVxG4ItQZekg=="; 7889 7898 }; 7890 7899 }; 7891 7900 "@webassemblyjs/ast-1.11.1" = { ··· 11551 11560 sha512 = "tbMZ/Y2rRo6R6TTBODJXTiil+MXaoT6Qzotws3yvI1IWGpYxKo7N/3L06XB8ul8tCG0TigxIOY70SMICM70Ppg=="; 11552 11561 }; 11553 11562 }; 11554 - "aws-sdk-2.984.0" = { 11563 + "aws-sdk-2.985.0" = { 11555 11564 name = "aws-sdk"; 11556 11565 packageName = "aws-sdk"; 11557 - version = "2.984.0"; 11566 + version = "2.985.0"; 11558 11567 src = fetchurl { 11559 - url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.984.0.tgz"; 11560 - sha512 = "wFwNKhlO03V7UnpIge2qT/gYOMvGUlmVuFgF2gQRIkt6lWYvnf8/QDTCKZLhGBpC8/mml10m0CM3khMNwU1KVQ=="; 11568 + url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.985.0.tgz"; 11569 + sha512 = "Al1oFENrrDeKRpxlklk5sONqzCgEkrhaJ1vtIfpLYYqhNlAY+ku/z1hG1+qSlvgmljGyn7T6/zAb2EcbbAFZLQ=="; 11561 11570 }; 11562 11571 }; 11563 11572 "aws-sign2-0.6.0" = { ··· 17907 17916 sha512 = "ed6k8PO00UVvhExYohroVPXcOJ/K1N0/drJHx/faTH37OIZthlecuLIRX/T6uOp682CAoVoFpu+sSEaeuH6Asg=="; 17908 17917 }; 17909 17918 }; 17910 - "conventional-changelog-angular-5.0.12" = { 17919 + "conventional-changelog-angular-5.0.13" = { 17911 17920 name = "conventional-changelog-angular"; 17912 17921 packageName = "conventional-changelog-angular"; 17913 - version = "5.0.12"; 17922 + version = "5.0.13"; 17914 17923 src = fetchurl { 17915 - url = "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz"; 17916 - sha512 = "5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw=="; 17924 + url = "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz"; 17925 + sha512 = "i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA=="; 17917 17926 }; 17918 17927 }; 17919 17928 "conventional-changelog-atom-2.0.8" = { ··· 17943 17952 sha512 = "sj9tj3z5cnHaSJCYObA9nISf7eq/YjscLPoq6nmew4SiOjxqL2KRpK20fjnjVbpNDjJ2HR3MoVcWKXwbVvzS0A=="; 17944 17953 }; 17945 17954 }; 17946 - "conventional-changelog-core-4.2.3" = { 17955 + "conventional-changelog-core-4.2.4" = { 17947 17956 name = "conventional-changelog-core"; 17948 17957 packageName = "conventional-changelog-core"; 17949 - version = "4.2.3"; 17958 + version = "4.2.4"; 17950 17959 src = fetchurl { 17951 - url = "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.3.tgz"; 17952 - sha512 = "MwnZjIoMRL3jtPH5GywVNqetGILC7g6RQFvdb8LRU/fA/338JbeWAku3PZ8yQ+mtVRViiISqJlb0sOz0htBZig=="; 17960 + url = "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz"; 17961 + sha512 = "gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg=="; 17953 17962 }; 17954 17963 }; 17955 17964 "conventional-changelog-ember-2.0.9" = { ··· 18024 18033 sha512 = "ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA=="; 18025 18034 }; 18026 18035 }; 18027 - "conventional-commits-parser-3.2.1" = { 18036 + "conventional-commits-parser-3.2.2" = { 18028 18037 name = "conventional-commits-parser"; 18029 18038 packageName = "conventional-commits-parser"; 18030 - version = "3.2.1"; 18039 + version = "3.2.2"; 18031 18040 src = fetchurl { 18032 - url = "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.1.tgz"; 18033 - sha512 = "OG9kQtmMZBJD/32NEw5IhN5+HnBqVjy03eC+I71I0oQRFA5rOgA4OtPOYG7mz1GkCfCNxn3gKIX8EiHJYuf1cA=="; 18041 + url = "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.2.tgz"; 18042 + sha512 = "Jr9KAKgqAkwXMRHjxDwO/zOCDKod1XdAESHAGuJX38iZ7ZzVti/tvVoysO0suMsdAObp9NQ2rHSsSbnAqZ5f5g=="; 18034 18043 }; 18035 18044 }; 18036 18045 "conventional-recommended-bump-6.1.0" = { ··· 18330 18339 sha512 = "5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g=="; 18331 18340 }; 18332 18341 }; 18333 - "core-js-3.17.2" = { 18342 + "core-js-3.17.3" = { 18334 18343 name = "core-js"; 18335 18344 packageName = "core-js"; 18336 - version = "3.17.2"; 18345 + version = "3.17.3"; 18337 18346 src = fetchurl { 18338 - url = "https://registry.npmjs.org/core-js/-/core-js-3.17.2.tgz"; 18339 - sha512 = "XkbXqhcXeMHPRk2ItS+zQYliAMilea2euoMsnpRRdDad6b2VY6CQQcwz1K8AnWesfw4p165RzY0bTnr3UrbYiA=="; 18347 + url = "https://registry.npmjs.org/core-js/-/core-js-3.17.3.tgz"; 18348 + sha512 = "lyvajs+wd8N1hXfzob1LdOCCHFU4bGMbqqmLn1Q4QlCpDqWPpGf+p0nj+LNrvDDG33j0hZXw2nsvvVpHysxyNw=="; 18340 18349 }; 18341 18350 }; 18342 - "core-js-compat-3.17.2" = { 18351 + "core-js-compat-3.17.3" = { 18343 18352 name = "core-js-compat"; 18344 18353 packageName = "core-js-compat"; 18345 - version = "3.17.2"; 18354 + version = "3.17.3"; 18346 18355 src = fetchurl { 18347 - url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.17.2.tgz"; 18348 - sha512 = "lHnt7A1Oqplebl5i0MrQyFv/yyEzr9p29OjlkcsFRDDgHwwQyVckfRGJ790qzXhkwM8ba4SFHHa2sO+T5f1zGg=="; 18356 + url = "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.17.3.tgz"; 18357 + sha512 = "+in61CKYs4hQERiADCJsdgewpdl/X0GhEX77pjKgbeibXviIt2oxEjTc8O2fqHX8mDdBrDvX8MYD/RYsBv4OiA=="; 18349 18358 }; 18350 18359 }; 18351 - "core-js-pure-3.17.2" = { 18360 + "core-js-pure-3.17.3" = { 18352 18361 name = "core-js-pure"; 18353 18362 packageName = "core-js-pure"; 18354 - version = "3.17.2"; 18363 + version = "3.17.3"; 18355 18364 src = fetchurl { 18356 - url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.17.2.tgz"; 18357 - sha512 = "2VV7DlIbooyTI7Bh+yzOOWL9tGwLnQKHno7qATE+fqZzDKYr6llVjVQOzpD/QLZFgXDPb8T71pJokHEZHEYJhQ=="; 18365 + url = "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.17.3.tgz"; 18366 + sha512 = "YusrqwiOTTn8058JDa0cv9unbXdIiIgcgI9gXso0ey4WgkFLd3lYlV9rp9n7nDCsYxXsMDTjA4m1h3T348mdlQ=="; 18358 18367 }; 18359 18368 }; 18360 18369 "core-util-is-1.0.2" = { ··· 21336 21345 sha1 = "84c6e159b81904fdca59a0ef44cd870d31250f9a"; 21337 21346 }; 21338 21347 }; 21339 - "deltachat-node-1.56.2" = { 21348 + "deltachat-node-1.60.0" = { 21340 21349 name = "deltachat-node"; 21341 21350 packageName = "deltachat-node"; 21342 - version = "1.56.2"; 21351 + version = "1.60.0"; 21343 21352 src = fetchurl { 21344 - url = "https://registry.npmjs.org/deltachat-node/-/deltachat-node-1.56.2.tgz"; 21345 - sha512 = "bM/fVTM1GVgXpvGZFiMB1qKxhnJvFx4ssqZVddsTjGTlzQ+9dRIZmkWIFvUzIGCyLWMcfNJZcUZgLgKdbz+liw=="; 21353 + url = "https://registry.npmjs.org/deltachat-node/-/deltachat-node-1.60.0.tgz"; 21354 + sha512 = "ONDEN3IM2F2XPs2G/6Cc3MeZnyRicm4sa/Sm/J0xxVA9ApGORMQF2v4X5pwMt4liYD84De2P95R85VhwSM4GVA=="; 21346 21355 }; 21347 21356 }; 21348 21357 "denodeify-1.2.1" = { ··· 22209 22218 sha512 = "LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA=="; 22210 22219 }; 22211 22220 }; 22212 - "dom-helpers-5.2.1" = { 22213 - name = "dom-helpers"; 22214 - packageName = "dom-helpers"; 22215 - version = "5.2.1"; 22216 - src = fetchurl { 22217 - url = "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz"; 22218 - sha512 = "nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA=="; 22219 - }; 22220 - }; 22221 22221 "dom-serialize-2.2.1" = { 22222 22222 name = "dom-serialize"; 22223 22223 packageName = "dom-serialize"; ··· 22929 22929 sha512 = "9oxNmKlDCaf651c+yJWCDIBpF6A9aY+wQtasLEeR5AsPYPuOKEX6xHnC2+WgCLOC94JEpCZznecyC84fbwZq4A=="; 22930 22930 }; 22931 22931 }; 22932 - "electron-to-chromium-1.3.832" = { 22932 + "electron-to-chromium-1.3.833" = { 22933 22933 name = "electron-to-chromium"; 22934 22934 packageName = "electron-to-chromium"; 22935 - version = "1.3.832"; 22935 + version = "1.3.833"; 22936 22936 src = fetchurl { 22937 - url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.832.tgz"; 22938 - sha512 = "x7lO8tGoW0CyV53qON4Lb5Rok9ipDelNdBIAiYUZ03dqy4u9vohMM1qV047+s/hiyJiqUWX/3PNwkX3kexX5ig=="; 22937 + url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.833.tgz"; 22938 + sha512 = "h+9aVaUHjyunLqtCjJF2jrJ73tYcJqo2cCGKtVAXH9WmnBsb8hiChRQ0P1uXjdxR6Wcfxibephy41c1YlZA/pA=="; 22939 22939 }; 22940 22940 }; 22941 22941 "electrum-client-git://github.com/janoside/electrum-client" = { ··· 27665 27665 sha512 = "pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="; 27666 27666 }; 27667 27667 }; 27668 - "get-pkg-repo-4.2.0" = { 27668 + "get-pkg-repo-4.2.1" = { 27669 27669 name = "get-pkg-repo"; 27670 27670 packageName = "get-pkg-repo"; 27671 - version = "4.2.0"; 27671 + version = "4.2.1"; 27672 27672 src = fetchurl { 27673 - url = "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.0.tgz"; 27674 - sha512 = "eiSexNxIsij+l+IZzkqT52t4Lh+0ChN9l6Z3oennXLQT8OaJNvp9ecoXpmZ220lPYMwwM1KDal4w4ZA+smVLHA=="; 27673 + url = "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz"; 27674 + sha512 = "2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA=="; 27675 27675 }; 27676 27676 }; 27677 27677 "get-port-3.2.0" = { ··· 28638 28638 sha512 = "Vric7QFWxzHFxITZ10bmlG1H/5rhODb7hJuWyKWMD8GflpQzRmbMVqkFp3fKvN+U9tPwZItGVhkiOR+84PX3ew=="; 28639 28639 }; 28640 28640 }; 28641 - "google-gax-2.25.0" = { 28641 + "google-gax-2.25.1" = { 28642 28642 name = "google-gax"; 28643 28643 packageName = "google-gax"; 28644 - version = "2.25.0"; 28644 + version = "2.25.1"; 28645 28645 src = fetchurl { 28646 - url = "https://registry.npmjs.org/google-gax/-/google-gax-2.25.0.tgz"; 28647 - sha512 = "s2V5UA/M5or7PFMpsp159X1FrWgIJZ2TSp+k57giUsiS+idMTtKoVgZ+LI59+UyOkFuDg7IBLRcBwZ1TgavEBw=="; 28646 + url = "https://registry.npmjs.org/google-gax/-/google-gax-2.25.1.tgz"; 28647 + sha512 = "wvirrn34kKe42NRF9uy68ukM/2CWT2ce3abS2SOJaMe7Ecdya1Zcd54WAX9WAWnD0WoAfieeibD4o1Ijue8iJw=="; 28648 28648 }; 28649 28649 }; 28650 28650 "google-p12-pem-3.1.2" = { ··· 34156 34156 sha512 = "pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="; 34157 34157 }; 34158 34158 }; 34159 - "js-base64-3.6.2" = { 34159 + "js-base64-3.7.0" = { 34160 34160 name = "js-base64"; 34161 34161 packageName = "js-base64"; 34162 - version = "3.6.2"; 34162 + version = "3.7.0"; 34163 34163 src = fetchurl { 34164 - url = "https://registry.npmjs.org/js-base64/-/js-base64-3.6.2.tgz"; 34165 - sha512 = "9xRCVqFwEuPH1SmwknrCRfGjcaUCt+boLjGZt5g/aAr98K8OtR9cI8K89U3cPT8xatgmzWQnJwgRQTd5tq2EOg=="; 34164 + url = "https://registry.npmjs.org/js-base64/-/js-base64-3.7.0.tgz"; 34165 + sha512 = "hJiXqoqZKdNx7PNuqHx3ZOgwcvgCprV0cs9ZMeqERshhVZ3cmXc3HGR60mKsHHqVK18PCwGXnmPiPDbao7SOMQ=="; 34166 34166 }; 34167 34167 }; 34168 34168 "js-beautify-1.14.0" = { ··· 39438 39438 src = fetchurl { 39439 39439 url = "https://registry.npmjs.org/mem/-/mem-6.1.1.tgz"; 39440 39440 sha512 = "Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q=="; 39441 - }; 39442 - }; 39443 - "mem-8.1.1" = { 39444 - name = "mem"; 39445 - packageName = "mem"; 39446 - version = "8.1.1"; 39447 - src = fetchurl { 39448 - url = "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz"; 39449 - sha512 = "qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA=="; 39450 39441 }; 39451 39442 }; 39452 39443 "mem-fs-2.2.1" = { ··· 47922 47913 sha512 = "kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w=="; 47923 47914 }; 47924 47915 }; 47925 - "prettier-2.3.2" = { 47916 + "prettier-2.4.0" = { 47926 47917 name = "prettier"; 47927 47918 packageName = "prettier"; 47928 - version = "2.3.2"; 47919 + version = "2.4.0"; 47929 47920 src = fetchurl { 47930 - url = "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz"; 47931 - sha512 = "lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ=="; 47921 + url = "https://registry.npmjs.org/prettier/-/prettier-2.4.0.tgz"; 47922 + sha512 = "DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ=="; 47932 47923 }; 47933 47924 }; 47934 47925 "prettier-bytes-1.0.4" = { ··· 50676 50667 sha512 = "dBUC6afvSAQhDcE4oh1eTmfU29W0O2eZhcGXnfGUTulXkU8ejuWqlJWXXrSMx5iV1H6LNgj2NJMj3BtBMfBNhA=="; 50677 50668 }; 50678 50669 }; 50679 - "react-virtualized-9.22.3" = { 50680 - name = "react-virtualized"; 50681 - packageName = "react-virtualized"; 50682 - version = "9.22.3"; 50670 + "react-virtualized-auto-sizer-1.0.6" = { 50671 + name = "react-virtualized-auto-sizer"; 50672 + packageName = "react-virtualized-auto-sizer"; 50673 + version = "1.0.6"; 50683 50674 src = fetchurl { 50684 - url = "https://registry.npmjs.org/react-virtualized/-/react-virtualized-9.22.3.tgz"; 50685 - sha512 = "MKovKMxWTcwPSxE1kK1HcheQTWfuCxAuBoSTf2gwyMM21NdX/PXUhnoP8Uc5dRKd+nKm8v41R36OellhdCpkrw=="; 50675 + url = "https://registry.npmjs.org/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.6.tgz"; 50676 + sha512 = "7tQ0BmZqfVF6YYEWcIGuoR3OdYe8I/ZFbNclFlGOC3pMqunkYF/oL30NCjSGl9sMEb17AnzixDz98Kqc3N76HQ=="; 50677 + }; 50678 + }; 50679 + "react-window-1.8.6" = { 50680 + name = "react-window"; 50681 + packageName = "react-window"; 50682 + version = "1.8.6"; 50683 + src = fetchurl { 50684 + url = "https://registry.npmjs.org/react-window/-/react-window-1.8.6.tgz"; 50685 + sha512 = "8VwEEYyjz6DCnGBsd+MgkD0KJ2/OXFULyDtorIiTz+QzwoP94tBoA7CnbtyXMm+cCeAUER5KJcPtWl9cpKbOBg=="; 50686 + }; 50687 + }; 50688 + "react-window-infinite-loader-1.0.7" = { 50689 + name = "react-window-infinite-loader"; 50690 + packageName = "react-window-infinite-loader"; 50691 + version = "1.0.7"; 50692 + src = fetchurl { 50693 + url = "https://registry.npmjs.org/react-window-infinite-loader/-/react-window-infinite-loader-1.0.7.tgz"; 50694 + sha512 = "wg3LWkUpG21lhv+cZvNy+p0+vtclZw+9nP2vO6T9PKT50EN1cUq37Dq6FzcM38h/c2domE0gsUhb6jHXtGogAA=="; 50686 50695 }; 50687 50696 }; 50688 50697 "read-1.0.7" = { ··· 55968 55977 sha512 = "Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw=="; 55969 55978 }; 55970 55979 }; 55980 + "source-map-support-0.5.20" = { 55981 + name = "source-map-support"; 55982 + packageName = "source-map-support"; 55983 + version = "0.5.20"; 55984 + src = fetchurl { 55985 + url = "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.20.tgz"; 55986 + sha512 = "n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw=="; 55987 + }; 55988 + }; 55971 55989 "source-map-url-0.4.1" = { 55972 55990 name = "source-map-url"; 55973 55991 packageName = "source-map-url"; ··· 58461 58479 sha512 = "mDAmaltQl6e5zU2VEtoWEf7eLTfuOTGr9zt+BpA3AGHo8MIhKiNSPE9OLTCTOMgj0vj/uL9QBbaNmpG4G1CgIA=="; 58462 58480 }; 58463 58481 }; 58464 - "svelte-preprocess-4.9.2" = { 58482 + "svelte-preprocess-4.9.4" = { 58465 58483 name = "svelte-preprocess"; 58466 58484 packageName = "svelte-preprocess"; 58467 - version = "4.9.2"; 58485 + version = "4.9.4"; 58468 58486 src = fetchurl { 58469 - url = "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.9.2.tgz"; 58470 - sha512 = "Eu/09bEpcBD8a9pGxcILEAZssXifnWoi5ad5GgUAgoT4alblNikOIpKrWDFkepMqjgioXciWbIZOROoTX3ZLdA=="; 58487 + url = "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.9.4.tgz"; 58488 + sha512 = "Z0mUQBGtE+ZZSv/HerRSHe7ukJokxjiPeHe7iPOIXseEoRw51H3K/Vh6OMIMstetzZ11vWO9rCsXSD/uUUArmA=="; 58471 58489 }; 58472 58490 }; 58473 58491 "svelte2tsx-0.4.5" = { ··· 59344 59362 sha512 = "3qAQpykRTD5DReLu5/cwpsg7EZFzP3Q0Hp2XUWJUw2mpq2jfgOKTZr8IZKKnNieRVVo1UauROTdhbQJZveGKtQ=="; 59345 59363 }; 59346 59364 }; 59347 - "terser-webpack-plugin-5.2.3" = { 59365 + "terser-webpack-plugin-5.2.4" = { 59348 59366 name = "terser-webpack-plugin"; 59349 59367 packageName = "terser-webpack-plugin"; 59350 - version = "5.2.3"; 59368 + version = "5.2.4"; 59351 59369 src = fetchurl { 59352 - url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.2.3.tgz"; 59353 - sha512 = "eDbuaDlXhVaaoKuLD3DTNTozKqln6xOG6Us0SzlKG5tNlazG+/cdl8pm9qiF1Di89iWScTI0HcO+CDcf2dkXiw=="; 59370 + url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.2.4.tgz"; 59371 + sha512 = "E2CkNMN+1cho04YpdANyRrn8CyN4yMy+WdFKZIySFZrGXZxJwJP6PMNGGc/Mcr6qygQHUUqRxnAPmi0M9f00XA=="; 59354 59372 }; 59355 59373 }; 59356 59374 "test-exclude-6.0.0" = { ··· 60548 60566 src = fetchurl { 60549 60567 url = "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz"; 60550 60568 sha512 = "c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw=="; 60551 - }; 60552 - }; 60553 - "trim-off-newlines-1.0.1" = { 60554 - name = "trim-off-newlines"; 60555 - packageName = "trim-off-newlines"; 60556 - version = "1.0.1"; 60557 - src = fetchurl { 60558 - url = "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz"; 60559 - sha1 = "9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"; 60560 60569 }; 60561 60570 }; 60562 60571 "trim-repeated-1.0.0" = { ··· 64124 64133 sha512 = "DTMa8QbVmujFPvD3NxoC5jjIXCyCG+cvn3hNzwQRhvhsk8LblNymBZBwzfcDdgEtqsi4O/2AB5HnMIRzxhzEzg=="; 64125 64134 }; 64126 64135 }; 64127 - "vscode-css-languageservice-5.1.4" = { 64136 + "vscode-css-languageservice-5.1.5" = { 64128 64137 name = "vscode-css-languageservice"; 64129 64138 packageName = "vscode-css-languageservice"; 64130 - version = "5.1.4"; 64139 + version = "5.1.5"; 64131 64140 src = fetchurl { 64132 - url = "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-5.1.4.tgz"; 64133 - sha512 = "fIJZJMXbaBsK0ifBb2RmSiLtzwn6NrZnKn7O+0ziIjwAY+rPvSK9St2qqQXFU3reZVRAt/I4GBp40dC/THcUDA=="; 64141 + url = "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-5.1.5.tgz"; 64142 + sha512 = "c1hhsbnZ7bBvj10vMDLmkOk/n9r0rXQYDj4kbBi59bZaaEZ3e81zURx76/618NZM5NytlZmGfvmxQtB7mb03Ow=="; 64134 64143 }; 64135 64144 }; 64136 64145 "vscode-debugadapter-testsupport-1.49.0" = { ··· 64187 64196 sha512 = "UmC+GS0IqBeZnOAmdtQvaDzoH1c5/un+b7qALUziu/Y4SOPXso5dF+YkJeTqsde6YU2pLm78RtMDzl9BParwbw=="; 64188 64197 }; 64189 64198 }; 64190 - "vscode-html-languageservice-4.0.7" = { 64199 + "vscode-html-languageservice-4.0.8" = { 64191 64200 name = "vscode-html-languageservice"; 64192 64201 packageName = "vscode-html-languageservice"; 64193 - version = "4.0.7"; 64202 + version = "4.0.8"; 64194 64203 src = fetchurl { 64195 - url = "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-4.0.7.tgz"; 64196 - sha512 = "P5TQMYpgxAdLs+PwpC7Lm+0lXCyQAC6kZ41YuPYNHVooC4XO7Y2+ncHBcQJVK4C9LU2cTOAl0lzq4WAxuwRHYw=="; 64204 + url = "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-4.0.8.tgz"; 64205 + sha512 = "VJ4boG3uOD5Ls0pCvml7ZkHY+f1uDuxr+wR39XrerPr7qQFAu91DRTBuOzBsp6lV3x5Vz2S835AS2ZzLNmezbg=="; 64197 64206 }; 64198 64207 }; 64199 64208 "vscode-json-languageserver-1.3.4" = { ··· 65168 65177 sha512 = "djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ=="; 65169 65178 }; 65170 65179 }; 65171 - "webpack-dev-middleware-5.0.0" = { 65180 + "webpack-dev-middleware-5.1.0" = { 65172 65181 name = "webpack-dev-middleware"; 65173 65182 packageName = "webpack-dev-middleware"; 65174 - version = "5.0.0"; 65183 + version = "5.1.0"; 65175 65184 src = fetchurl { 65176 - url = "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.0.0.tgz"; 65177 - sha512 = "9zng2Z60pm6A98YoRcA0wSxw1EYn7B7y5owX/Tckyt9KGyULTkLtiavjaXlWqOMkM0YtqGgL3PvMOFgyFLq8vw=="; 65185 + url = "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.1.0.tgz"; 65186 + sha512 = "oT660AR1gOnU/NTdUQi3EiGR0iXG7CFxmKsj3ylWCBA2khJ8LFHK+sKv3BZEsC11gl1eChsltRhzUq7nWj7XIQ=="; 65178 65187 }; 65179 65188 }; 65180 65189 "webpack-dev-server-3.11.0" = { ··· 66149 66158 sha512 = "2c6faOUH/nhoQN6abwMloF7Iyl0ZS2E9HGtsiLrWn0zOOMWlhtDmdf/uihDt6jnuCxgtwGBNy6Onsoy2s2O2Ow=="; 66150 66159 }; 66151 66160 }; 66152 - "ws-7.5.4" = { 66161 + "ws-7.5.5" = { 66153 66162 name = "ws"; 66154 66163 packageName = "ws"; 66155 - version = "7.5.4"; 66164 + version = "7.5.5"; 66156 66165 src = fetchurl { 66157 - url = "https://registry.npmjs.org/ws/-/ws-7.5.4.tgz"; 66158 - sha512 = "zP9z6GXm6zC27YtspwH99T3qTG7bBFv2VIkeHstMLrLlDJuzA7tQ5ls3OJ1hOGGCzTQPniNJoHXIAOS0Jljohg=="; 66166 + url = "https://registry.npmjs.org/ws/-/ws-7.5.5.tgz"; 66167 + sha512 = "BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w=="; 66159 66168 }; 66160 66169 }; 66161 66170 "ws-8.1.0" = { ··· 66183 66192 src = fetchurl { 66184 66193 url = "https://registry.npmjs.org/ws/-/ws-8.2.1.tgz"; 66185 66194 sha512 = "XkgWpJU3sHU7gX8f13NqTn6KQ85bd1WU7noBHTT8fSohx7OS1TPY8k+cyRPCzFkia7C4mM229yeHr1qK9sM4JQ=="; 66195 + }; 66196 + }; 66197 + "ws-8.2.2" = { 66198 + name = "ws"; 66199 + packageName = "ws"; 66200 + version = "8.2.2"; 66201 + src = fetchurl { 66202 + url = "https://registry.npmjs.org/ws/-/ws-8.2.2.tgz"; 66203 + sha512 = "Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw=="; 66186 66204 }; 66187 66205 }; 66188 66206 "x-default-browser-0.3.1" = { ··· 67380 67398 "@angular/cli" = nodeEnv.buildNodePackage { 67381 67399 name = "_at_angular_slash_cli"; 67382 67400 packageName = "@angular/cli"; 67383 - version = "12.2.4"; 67401 + version = "12.2.5"; 67384 67402 src = fetchurl { 67385 - url = "https://registry.npmjs.org/@angular/cli/-/cli-12.2.4.tgz"; 67386 - sha512 = "oUpUKnFyunUMaWXF/5mXgM4r2Yav0ucysNN5rIhqtKPwGePGMALIuBWAhgsuIyT+SrmF9HIp1dVC5+sGA1WzYQ=="; 67403 + url = "https://registry.npmjs.org/@angular/cli/-/cli-12.2.5.tgz"; 67404 + sha512 = "O/NqRaFGx2jns03oWwhWBpilV4s7B8Zie6rgo2hJty1T3douGkK5kTO38N4Lebeayw8LTiPhT/JOrQTfFgXSjw=="; 67387 67405 }; 67388 67406 dependencies = [ 67389 - sources."@angular-devkit/architect-0.1202.4" 67390 - sources."@angular-devkit/core-12.2.4" 67391 - sources."@angular-devkit/schematics-12.2.4" 67407 + sources."@angular-devkit/architect-0.1202.5" 67408 + sources."@angular-devkit/core-12.2.5" 67409 + sources."@angular-devkit/schematics-12.2.5" 67392 67410 sources."@gar/promisify-1.1.2" 67393 67411 sources."@npmcli/fs-1.0.0" 67394 67412 sources."@npmcli/git-2.1.0" ··· 67397 67415 sources."@npmcli/node-gyp-1.0.2" 67398 67416 sources."@npmcli/promise-spawn-1.3.2" 67399 67417 sources."@npmcli/run-script-1.8.6" 67400 - sources."@schematics/angular-12.2.4" 67418 + sources."@schematics/angular-12.2.5" 67401 67419 sources."@tootallnate/once-1.1.2" 67402 67420 sources."@yarnpkg/lockfile-1.1.0" 67403 67421 sources."abbrev-1.1.1" ··· 68145 68163 sources."whatwg-mimetype-2.3.0" 68146 68164 sources."whatwg-url-8.7.0" 68147 68165 sources."word-wrap-1.2.3" 68148 - sources."ws-7.5.4" 68166 + sources."ws-7.5.5" 68149 68167 sources."xml-name-validator-3.0.0" 68150 68168 sources."xmlchars-2.2.0" 68151 68169 sources."zxcvbn-4.4.2" ··· 68218 68236 sources."color-convert-2.0.1" 68219 68237 sources."color-name-1.1.4" 68220 68238 sources."compare-func-2.0.0" 68221 - sources."conventional-changelog-angular-5.0.12" 68222 - sources."conventional-commits-parser-3.2.1" 68239 + sources."conventional-changelog-angular-5.0.13" 68240 + sources."conventional-commits-parser-3.2.2" 68223 68241 sources."cosmiconfig-7.0.1" 68224 68242 sources."cross-spawn-7.0.3" 68225 68243 sources."dargs-7.0.0" ··· 68332 68350 sources."through-2.3.8" 68333 68351 sources."through2-4.0.2" 68334 68352 sources."trim-newlines-3.0.1" 68335 - sources."trim-off-newlines-1.0.1" 68336 68353 sources."type-fest-0.18.1" 68337 68354 sources."universalify-2.0.0" 68338 68355 sources."util-deprecate-1.0.2" ··· 68401 68418 sources."@hyperswarm/hypersign-2.1.1" 68402 68419 sources."@hyperswarm/network-2.1.0" 68403 68420 sources."@leichtgewicht/ip-codec-2.0.3" 68404 - sources."@types/node-16.7.13" 68421 + sources."@types/node-16.9.0" 68405 68422 sources."abstract-extension-3.1.1" 68406 68423 sources."abstract-leveldown-6.2.3" 68407 68424 sources."ansi-colors-3.2.3" ··· 68913 68930 sources."@octokit/openapi-types-10.1.1" 68914 68931 sources."@octokit/plugin-paginate-rest-2.16.0" 68915 68932 sources."@octokit/plugin-request-log-1.0.4" 68916 - sources."@octokit/plugin-rest-endpoint-methods-5.10.0" 68933 + sources."@octokit/plugin-rest-endpoint-methods-5.10.1" 68917 68934 sources."@octokit/request-5.6.1" 68918 68935 sources."@octokit/request-error-2.1.0" 68919 68936 sources."@octokit/rest-18.10.0" ··· 69040 69057 sources."@types/eslint-scope-3.7.1" 69041 69058 sources."@types/estree-0.0.50" 69042 69059 sources."@types/json-schema-7.0.9" 69043 - sources."@types/node-16.7.13" 69060 + sources."@types/node-16.9.0" 69044 69061 sources."@types/parse-json-4.0.0" 69045 69062 sources."@webassemblyjs/ast-1.11.1" 69046 69063 sources."@webassemblyjs/floating-point-hex-parser-1.11.1" ··· 69106 69123 sources."cross-spawn-7.0.3" 69107 69124 sources."deepmerge-4.2.2" 69108 69125 sources."defaults-1.0.3" 69109 - sources."electron-to-chromium-1.3.832" 69126 + sources."electron-to-chromium-1.3.833" 69110 69127 sources."emoji-regex-8.0.0" 69111 69128 sources."end-of-stream-1.4.4" 69112 69129 (sources."enhanced-resolve-5.8.2" // { ··· 69277 69294 sources."commander-2.20.3" 69278 69295 ]; 69279 69296 }) 69280 - (sources."terser-webpack-plugin-5.2.3" // { 69297 + (sources."terser-webpack-plugin-5.2.4" // { 69281 69298 dependencies = [ 69282 69299 sources."ajv-6.12.6" 69283 69300 sources."json-schema-traverse-0.4.1" ··· 69572 69589 sources."@types/long-4.0.1" 69573 69590 sources."@types/mime-1.3.2" 69574 69591 sources."@types/minimatch-3.0.5" 69575 - sources."@types/node-16.7.13" 69592 + sources."@types/node-16.9.0" 69576 69593 sources."@types/normalize-package-data-2.4.1" 69577 69594 sources."@types/qs-6.9.7" 69578 69595 sources."@types/range-parser-1.2.4" ··· 69587 69604 }) 69588 69605 sources."@vue/cli-ui-addon-webpack-4.5.13" 69589 69606 sources."@vue/cli-ui-addon-widgets-4.5.13" 69590 - (sources."@vue/compiler-core-3.2.10" // { 69607 + (sources."@vue/compiler-core-3.2.11" // { 69591 69608 dependencies = [ 69592 69609 sources."source-map-0.6.1" 69593 69610 ]; 69594 69611 }) 69595 - sources."@vue/compiler-dom-3.2.10" 69596 - sources."@vue/shared-3.2.10" 69612 + sources."@vue/compiler-dom-3.2.11" 69613 + sources."@vue/shared-3.2.11" 69597 69614 sources."@wry/equality-0.1.11" 69598 69615 sources."accepts-1.3.7" 69599 69616 sources."aggregate-error-3.1.0" ··· 69772 69789 sources."cookie-0.4.0" 69773 69790 sources."cookie-signature-1.0.6" 69774 69791 sources."copy-descriptor-0.1.1" 69775 - (sources."core-js-compat-3.17.2" // { 69792 + (sources."core-js-compat-3.17.3" // { 69776 69793 dependencies = [ 69777 69794 sources."semver-7.0.0" 69778 69795 ]; 69779 69796 }) 69780 - sources."core-js-pure-3.17.2" 69797 + sources."core-js-pure-3.17.3" 69781 69798 sources."core-util-is-1.0.2" 69782 69799 sources."cors-2.8.5" 69783 69800 (sources."cross-spawn-6.0.5" // { ··· 69843 69860 sources."ecc-jsbn-0.1.2" 69844 69861 sources."ee-first-1.1.1" 69845 69862 sources."ejs-2.7.4" 69846 - sources."electron-to-chromium-1.3.832" 69863 + sources."electron-to-chromium-1.3.833" 69847 69864 sources."emoji-regex-7.0.3" 69848 69865 sources."encodeurl-1.0.2" 69849 69866 sources."end-of-stream-1.4.4" ··· 70400 70417 sources."sort-keys-length-1.0.1" 70401 70418 sources."source-map-0.5.7" 70402 70419 sources."source-map-resolve-0.5.3" 70403 - (sources."source-map-support-0.5.19" // { 70420 + (sources."source-map-support-0.5.20" // { 70404 70421 dependencies = [ 70405 70422 sources."source-map-0.6.1" 70406 70423 ]; ··· 70587 70604 }) 70588 70605 sources."wrappy-1.0.2" 70589 70606 sources."write-file-atomic-2.4.3" 70590 - sources."ws-7.5.4" 70607 + sources."ws-7.5.5" 70591 70608 sources."xml2js-0.4.23" 70592 70609 sources."xmlbuilder-11.0.1" 70593 70610 sources."xss-1.0.9" ··· 70868 70885 sources."convert-source-map-1.8.0" 70869 70886 sources."debug-4.3.2" 70870 70887 sources."ejs-3.1.6" 70871 - sources."electron-to-chromium-1.3.832" 70888 + sources."electron-to-chromium-1.3.833" 70872 70889 sources."ensure-posix-path-1.1.1" 70873 70890 sources."escalade-3.1.1" 70874 70891 sources."escape-string-regexp-1.0.5" ··· 70962 70979 dependencies = [ 70963 70980 sources."@types/glob-7.1.4" 70964 70981 sources."@types/minimatch-3.0.5" 70965 - sources."@types/node-16.7.13" 70982 + sources."@types/node-16.9.0" 70966 70983 sources."balanced-match-1.0.2" 70967 70984 sources."brace-expansion-1.1.11" 70968 70985 sources."chromium-pickle-js-0.2.0" ··· 70999 71016 sources."browserslist-4.17.0" 71000 71017 sources."caniuse-lite-1.0.30001255" 71001 71018 sources."colorette-1.4.0" 71002 - sources."electron-to-chromium-1.3.832" 71019 + sources."electron-to-chromium-1.3.833" 71003 71020 sources."escalade-3.1.1" 71004 71021 sources."fraction.js-4.1.1" 71005 71022 sources."node-releases-1.1.75" ··· 71026 71043 }; 71027 71044 dependencies = [ 71028 71045 sources."@tootallnate/once-1.1.2" 71029 - sources."@types/node-16.7.13" 71046 + sources."@types/node-16.9.0" 71030 71047 sources."@types/yauzl-2.9.2" 71031 71048 sources."agent-base-6.0.2" 71032 71049 sources."ansi-escapes-4.3.2" 71033 71050 sources."ansi-regex-5.0.0" 71034 71051 sources."ansi-styles-4.3.0" 71035 71052 sources."ast-types-0.13.4" 71036 - (sources."aws-sdk-2.984.0" // { 71053 + (sources."aws-sdk-2.985.0" // { 71037 71054 dependencies = [ 71038 71055 sources."uuid-3.3.2" 71039 71056 ]; ··· 71248 71265 sources."@cto.af/textdecoder-0.0.0" 71249 71266 (sources."@grpc/grpc-js-1.3.7" // { 71250 71267 dependencies = [ 71251 - sources."@types/node-16.7.13" 71268 + sources."@types/node-16.9.0" 71252 71269 ]; 71253 71270 }) 71254 71271 sources."@grpc/proto-loader-0.6.4" ··· 71736 71753 sources."process-nextick-args-2.0.1" 71737 71754 (sources."protobufjs-6.11.2" // { 71738 71755 dependencies = [ 71739 - sources."@types/node-16.7.13" 71756 + sources."@types/node-16.9.0" 71740 71757 ]; 71741 71758 }) 71742 71759 sources."proxy-addr-2.0.7" ··· 73077 73094 sources."@protobufjs/pool-1.1.0" 73078 73095 sources."@protobufjs/utf8-1.1.0" 73079 73096 sources."@types/long-4.0.1" 73080 - sources."@types/node-16.7.13" 73097 + sources."@types/node-16.9.0" 73081 73098 sources."addr-to-ip-port-1.5.4" 73082 73099 sources."airplay-js-0.2.16" 73083 73100 sources."ajv-6.12.6" ··· 73482 73499 cdk8s-cli = nodeEnv.buildNodePackage { 73483 73500 name = "cdk8s-cli"; 73484 73501 packageName = "cdk8s-cli"; 73485 - version = "1.0.0-beta.49"; 73502 + version = "1.0.0-beta.50"; 73486 73503 src = fetchurl { 73487 - url = "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-1.0.0-beta.49.tgz"; 73488 - sha512 = "ny1PfLC72UR7wwguONBmPvcJ3MwXCdK4iOU5xC47iToG3nLbofSf8WXdJAzLesk68vv/mFWKQwg4MMlSaTUQvQ=="; 73504 + url = "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-1.0.0-beta.50.tgz"; 73505 + sha512 = "KLvdcMqAYTbrMp4ru2m5/a5pATm6Jf5yMuXmkRTI8MgCG4iVMeSOFAfZMqWpDr9OGHOTx+7Gn1ryC1hBHqYMYw=="; 73489 73506 }; 73490 73507 dependencies = [ 73491 73508 sources."@jsii/check-node-1.34.0" 73492 73509 sources."@jsii/spec-1.34.0" 73493 - sources."@types/node-10.17.60" 73510 + sources."@types/node-12.20.24" 73494 73511 sources."@xmldom/xmldom-0.7.4" 73495 73512 sources."ansi-regex-5.0.0" 73496 73513 sources."ansi-styles-4.3.0" ··· 73901 73918 sources."convert-to-spaces-1.0.2" 73902 73919 sources."cookie-0.4.0" 73903 73920 sources."cookie-signature-1.0.6" 73904 - sources."core-js-pure-3.17.2" 73921 + sources."core-js-pure-3.17.3" 73905 73922 sources."core-util-is-1.0.3" 73906 73923 sources."cors-2.8.5" 73907 73924 sources."crc-32-1.2.0" ··· 74184 74201 sources."path-type-4.0.0" 74185 74202 sources."pend-1.2.0" 74186 74203 sources."picomatch-2.3.0" 74187 - sources."prettier-2.3.2" 74204 + sources."prettier-2.4.0" 74188 74205 sources."printj-1.1.2" 74189 74206 sources."process-nextick-args-2.0.1" 74190 74207 sources."prop-types-15.7.2" ··· 74324 74341 ]; 74325 74342 }) 74326 74343 sources."wrappy-1.0.2" 74327 - sources."ws-7.5.4" 74344 + sources."ws-7.5.5" 74328 74345 sources."xmlbuilder-15.1.1" 74329 74346 sources."xss-1.0.9" 74330 74347 sources."y18n-5.0.8" ··· 75327 75344 ]; 75328 75345 }) 75329 75346 sources."copy-descriptor-0.1.1" 75330 - sources."core-js-3.17.2" 75347 + sources."core-js-3.17.3" 75331 75348 sources."cosmiconfig-3.1.0" 75332 75349 sources."create-error-class-3.0.2" 75333 75350 sources."cross-spawn-7.0.3" ··· 75363 75380 sources."domutils-1.7.0" 75364 75381 sources."dot-prop-5.3.0" 75365 75382 sources."duplexer3-0.1.4" 75366 - sources."electron-to-chromium-1.3.832" 75383 + sources."electron-to-chromium-1.3.833" 75367 75384 sources."emoji-regex-8.0.0" 75368 75385 sources."end-of-stream-1.4.4" 75369 75386 sources."enquirer-2.3.6" ··· 75819 75836 sources."prelude-ls-1.2.1" 75820 75837 sources."prepend-http-1.0.4" 75821 75838 sources."preserve-0.2.0" 75822 - sources."prettier-2.3.2" 75839 + sources."prettier-2.4.0" 75823 75840 sources."prettier-eslint-12.0.0" 75824 75841 (sources."prettier-stylelint-0.4.2" // { 75825 75842 dependencies = [ ··· 76412 76429 sources."domelementtype-1.3.1" 76413 76430 sources."domhandler-2.4.2" 76414 76431 sources."domutils-1.7.0" 76415 - sources."electron-to-chromium-1.3.832" 76432 + sources."electron-to-chromium-1.3.833" 76416 76433 sources."emoji-regex-8.0.0" 76417 76434 sources."entities-1.1.2" 76418 76435 sources."error-ex-1.3.2" ··· 76934 76951 sources."path-key-3.1.1" 76935 76952 sources."path-parse-1.0.7" 76936 76953 sources."prelude-ls-1.2.1" 76937 - sources."prettier-2.3.2" 76954 + sources."prettier-2.4.0" 76938 76955 sources."progress-2.0.3" 76939 76956 sources."punycode-2.1.1" 76940 76957 sources."regexpp-3.2.0" ··· 77464 77481 sources."color-name-1.1.4" 77465 77482 sources."compare-func-2.0.0" 77466 77483 sources."conventional-changelog-3.1.24" 77467 - sources."conventional-changelog-angular-5.0.12" 77484 + sources."conventional-changelog-angular-5.0.13" 77468 77485 sources."conventional-changelog-atom-2.0.8" 77469 77486 sources."conventional-changelog-codemirror-2.0.8" 77470 77487 sources."conventional-changelog-conventionalcommits-4.6.0" 77471 - sources."conventional-changelog-core-4.2.3" 77488 + sources."conventional-changelog-core-4.2.4" 77472 77489 sources."conventional-changelog-ember-2.0.9" 77473 77490 sources."conventional-changelog-eslint-3.0.9" 77474 77491 sources."conventional-changelog-express-2.0.6" ··· 77477 77494 sources."conventional-changelog-preset-loader-2.3.4" 77478 77495 sources."conventional-changelog-writer-5.0.0" 77479 77496 sources."conventional-commits-filter-2.0.7" 77480 - sources."conventional-commits-parser-3.2.1" 77497 + sources."conventional-commits-parser-3.2.2" 77481 77498 sources."core-util-is-1.0.3" 77482 77499 sources."dargs-7.0.0" 77483 77500 sources."dateformat-3.0.3" ··· 77495 77512 sources."find-up-2.1.0" 77496 77513 sources."function-bind-1.1.1" 77497 77514 sources."get-caller-file-2.0.5" 77498 - (sources."get-pkg-repo-4.2.0" // { 77515 + (sources."get-pkg-repo-4.2.1" // { 77499 77516 dependencies = [ 77500 77517 sources."readable-stream-2.3.7" 77501 77518 sources."safe-buffer-5.1.2" ··· 77622 77639 sources."through-2.3.8" 77623 77640 sources."through2-4.0.2" 77624 77641 sources."trim-newlines-3.0.1" 77625 - sources."trim-off-newlines-1.0.1" 77626 77642 sources."type-fest-0.18.1" 77627 77643 sources."uglify-js-3.14.2" 77628 77644 sources."util-deprecate-1.0.2" ··· 77633 77649 sources."xtend-4.0.2" 77634 77650 sources."y18n-5.0.8" 77635 77651 sources."yallist-4.0.0" 77636 - sources."yargs-17.1.1" 77652 + sources."yargs-16.2.0" 77637 77653 sources."yargs-parser-20.2.9" 77638 77654 ]; 77639 77655 buildInputs = globalBuildInputs; ··· 78274 78290 sources."@types/glob-7.1.4" 78275 78291 sources."@types/minimatch-3.0.5" 78276 78292 sources."@types/minimist-1.2.2" 78277 - sources."@types/node-16.7.13" 78293 + sources."@types/node-16.9.0" 78278 78294 sources."@types/normalize-package-data-2.4.1" 78279 78295 sources."aggregate-error-3.1.0" 78280 78296 sources."ansi-styles-3.2.1" ··· 78645 78661 sources."@cycle/run-3.4.0" 78646 78662 sources."@cycle/time-0.10.1" 78647 78663 sources."@types/cookiejar-2.1.2" 78648 - sources."@types/node-16.7.13" 78664 + sources."@types/node-16.9.0" 78649 78665 sources."@types/superagent-3.8.2" 78650 78666 sources."ansi-escapes-3.2.0" 78651 78667 sources."ansi-regex-2.1.1" ··· 79619 79635 "deltachat-desktop-../../applications/networking/instant-messengers/deltachat-desktop" = nodeEnv.buildNodePackage { 79620 79636 name = "deltachat-desktop"; 79621 79637 packageName = "deltachat-desktop"; 79622 - version = "1.20.3"; 79638 + version = "1.21.0"; 79623 79639 src = ../../applications/networking/instant-messengers/deltachat-desktop; 79624 79640 dependencies = [ 79625 79641 sources."@babel/code-frame-7.14.5" ··· 79757 79773 sources."@types/debounce-1.2.0" 79758 79774 sources."@types/dom4-2.0.2" 79759 79775 sources."@types/emoji-mart-3.0.5" 79760 - sources."@types/fs-extra-8.1.2" 79761 79776 sources."@types/geojson-7946.0.8" 79762 79777 sources."@types/mapbox-gl-0.54.5" 79763 79778 sources."@types/mime-types-2.1.1" ··· 79767 79782 sources."@types/rc-1.2.0" 79768 79783 sources."@types/react-16.14.15" 79769 79784 sources."@types/react-dom-16.9.14" 79770 - sources."@types/react-virtualized-9.21.13" 79785 + sources."@types/react-window-1.8.5" 79786 + sources."@types/react-window-infinite-loader-1.0.5" 79771 79787 sources."@types/scheduler-0.16.2" 79772 79788 sources."@types/url-parse-1.4.4" 79773 79789 sources."ansi-styles-3.2.1" ··· 79781 79797 sources."arr-diff-4.0.0" 79782 79798 sources."arr-flatten-1.1.0" 79783 79799 sources."arr-union-3.1.0" 79784 - sources."array-differ-3.0.0" 79785 79800 sources."array-each-1.0.1" 79786 79801 sources."array-slice-1.1.0" 79787 79802 sources."array-unique-0.3.2" ··· 79840 79855 }) 79841 79856 sources."classnames-2.3.1" 79842 79857 sources."clone-response-1.0.2" 79843 - sources."clsx-1.1.1" 79844 79858 sources."collection-visit-1.0.0" 79845 79859 sources."color-convert-1.9.3" 79846 79860 sources."color-name-1.1.3" ··· 79861 79875 ]; 79862 79876 }) 79863 79877 sources."copy-descriptor-0.1.1" 79864 - sources."core-js-3.17.2" 79865 - (sources."core-js-compat-3.17.2" // { 79878 + sources."core-js-3.17.3" 79879 + (sources."core-js-compat-3.17.3" // { 79866 79880 dependencies = [ 79867 79881 sources."semver-7.0.0" 79868 79882 ]; ··· 79881 79895 sources."define-properties-1.1.3" 79882 79896 sources."define-property-2.0.2" 79883 79897 sources."delayed-stream-1.0.0" 79884 - sources."deltachat-node-1.56.2" 79898 + sources."deltachat-node-1.60.0" 79885 79899 sources."detect-node-2.1.0" 79886 79900 sources."dom-helpers-3.4.0" 79887 79901 sources."dom4-2.1.6" 79888 79902 sources."duplexer3-0.1.4" 79889 79903 sources."earcut-2.2.3" 79890 79904 sources."electron-13.3.0" 79891 - sources."electron-to-chromium-1.3.832" 79905 + sources."electron-to-chromium-1.3.833" 79892 79906 sources."emoji-js-clean-4.0.0" 79893 79907 sources."emoji-mart-3.0.1" 79894 79908 sources."emoji-regex-9.2.2" ··· 80047 80061 sources."escape-string-regexp-4.0.0" 80048 80062 ]; 80049 80063 }) 80064 + sources."memoize-one-5.2.1" 80050 80065 sources."micromatch-3.1.10" 80051 80066 sources."mime-db-1.49.0" 80052 80067 sources."mime-types-2.1.32" ··· 80126 80141 sources."react-qr-svg-2.4.0" 80127 80142 sources."react-string-replace-0.4.4" 80128 80143 sources."react-transition-group-2.9.0" 80129 - (sources."react-virtualized-9.22.3" // { 80130 - dependencies = [ 80131 - sources."dom-helpers-5.2.1" 80132 - ]; 80133 - }) 80144 + sources."react-virtualized-auto-sizer-1.0.6" 80145 + sources."react-window-1.8.6" 80146 + sources."react-window-infinite-loader-1.0.7" 80134 80147 sources."readable-stream-3.6.0" 80135 80148 (sources."readdirp-2.2.1" // { 80136 80149 dependencies = [ ··· 80231 80244 }) 80232 80245 sources."source-map-0.6.1" 80233 80246 sources."source-map-resolve-0.5.3" 80234 - sources."source-map-support-0.5.19" 80247 + sources."source-map-support-0.5.20" 80235 80248 sources."source-map-url-0.4.1" 80236 80249 sources."split-string-3.1.0" 80237 80250 sources."split2-3.2.2" ··· 80667 80680 sources."@types/http-cache-semantics-4.0.1" 80668 80681 sources."@types/keyv-3.1.3" 80669 80682 sources."@types/minimatch-3.0.5" 80670 - sources."@types/node-16.7.13" 80683 + sources."@types/node-16.9.0" 80671 80684 sources."@types/responselike-1.0.0" 80672 80685 sources."@types/yauzl-2.9.2" 80673 80686 sources."abbrev-1.1.1" ··· 80749 80762 sources."concat-map-0.0.1" 80750 80763 sources."config-chain-1.1.13" 80751 80764 sources."console-control-strings-1.1.0" 80752 - sources."core-js-3.17.2" 80765 + sources."core-js-3.17.3" 80753 80766 sources."core-util-is-1.0.3" 80754 80767 sources."cross-spawn-7.0.3" 80755 80768 (sources."cross-spawn-windows-exe-1.2.0" // { ··· 81138 81151 sources."socks-2.6.1" 81139 81152 sources."socks-proxy-agent-5.0.1" 81140 81153 sources."source-map-0.6.1" 81141 - sources."source-map-support-0.5.19" 81154 + sources."source-map-support-0.5.20" 81142 81155 sources."spdx-correct-3.1.1" 81143 81156 sources."spdx-exceptions-2.3.0" 81144 81157 sources."spdx-expression-parse-3.0.1" ··· 81361 81374 ]; 81362 81375 }) 81363 81376 sources."dot-prop-5.3.0" 81364 - sources."electron-to-chromium-1.3.832" 81377 + sources."electron-to-chromium-1.3.833" 81365 81378 sources."emoji-regex-8.0.0" 81366 81379 sources."emojilib-2.4.0" 81367 81380 sources."end-of-stream-1.4.4" ··· 81554 81567 ]; 81555 81568 }) 81556 81569 sources."wrappy-1.0.2" 81557 - sources."ws-7.5.4" 81570 + sources."ws-7.5.5" 81558 81571 sources."yallist-4.0.0" 81559 81572 sources."yargs-parser-18.1.3" 81560 81573 sources."yoga-layout-prebuilt-1.10.0" ··· 81619 81632 sources."normalize-path-2.1.1" 81620 81633 ]; 81621 81634 }) 81622 - sources."@microsoft/load-themed-styles-1.10.207" 81635 + sources."@microsoft/load-themed-styles-1.10.208" 81623 81636 sources."@nodelib/fs.scandir-2.1.5" 81624 81637 sources."@nodelib/fs.stat-2.0.5" 81625 81638 sources."@nodelib/fs.walk-1.2.8" ··· 82969 82982 sources."source-list-map-2.0.1" 82970 82983 sources."source-map-0.6.1" 82971 82984 sources."source-map-resolve-0.5.3" 82972 - sources."source-map-support-0.5.19" 82985 + sources."source-map-support-0.5.20" 82973 82986 sources."source-map-url-0.4.1" 82974 82987 sources."sparkles-1.0.1" 82975 82988 sources."spdx-correct-3.1.1" ··· 83249 83262 ]; 83250 83263 }) 83251 83264 sources."wrappy-1.0.2" 83252 - sources."ws-7.5.4" 83265 + sources."ws-7.5.5" 83253 83266 sources."xmlhttprequest-ssl-1.5.5" 83254 83267 sources."xtend-4.0.2" 83255 83268 sources."y18n-3.2.2" ··· 84269 84282 sources."serialize-javascript-4.0.0" 84270 84283 ]; 84271 84284 }) 84272 - sources."core-js-3.17.2" 84273 - (sources."core-js-compat-3.17.2" // { 84285 + sources."core-js-3.17.3" 84286 + (sources."core-js-compat-3.17.3" // { 84274 84287 dependencies = [ 84275 84288 sources."browserslist-4.17.0" 84276 84289 sources."semver-7.0.0" ··· 84406 84419 sources."duplexify-3.7.1" 84407 84420 sources."ecc-jsbn-0.1.2" 84408 84421 sources."ee-first-1.1.1" 84409 - sources."electron-to-chromium-1.3.832" 84422 + sources."electron-to-chromium-1.3.833" 84410 84423 (sources."elliptic-6.5.4" // { 84411 84424 dependencies = [ 84412 84425 sources."bn.js-4.12.0" ··· 85717 85730 dependencies = [ 85718 85731 sources."commander-2.20.3" 85719 85732 sources."source-map-0.6.1" 85720 - sources."source-map-support-0.5.19" 85733 + sources."source-map-support-0.5.20" 85721 85734 ]; 85722 85735 }) 85723 85736 (sources."terser-webpack-plugin-3.1.0" // { ··· 86124 86137 sources."@babel/traverse-7.15.4" 86125 86138 sources."@babel/types-7.15.4" 86126 86139 sources."@types/minimist-1.2.2" 86127 - sources."@types/node-16.7.13" 86140 + sources."@types/node-16.9.0" 86128 86141 sources."@types/normalize-package-data-2.4.1" 86129 86142 sources."@types/yauzl-2.9.2" 86130 86143 sources."@types/yoga-layout-1.9.2" ··· 86176 86189 }) 86177 86190 sources."delay-5.0.0" 86178 86191 sources."devtools-protocol-0.0.869402" 86179 - sources."electron-to-chromium-1.3.832" 86192 + sources."electron-to-chromium-1.3.833" 86180 86193 sources."emoji-regex-8.0.0" 86181 86194 sources."end-of-stream-1.4.4" 86182 86195 sources."error-ex-1.3.2" ··· 86341 86354 ]; 86342 86355 }) 86343 86356 sources."wrappy-1.0.2" 86344 - sources."ws-7.5.4" 86357 + sources."ws-7.5.5" 86345 86358 sources."yallist-4.0.0" 86346 86359 sources."yargs-parser-20.2.9" 86347 86360 sources."yauzl-2.10.0" ··· 86867 86880 sources."posix-character-classes-0.1.1" 86868 86881 sources."prelude-ls-1.1.2" 86869 86882 sources."prepend-http-2.0.0" 86870 - sources."prettier-2.3.2" 86883 + sources."prettier-2.4.0" 86871 86884 sources."process-nextick-args-2.0.1" 86872 86885 sources."psl-1.8.0" 86873 86886 sources."punycode-2.1.1" ··· 87045 87058 firebase-tools = nodeEnv.buildNodePackage { 87046 87059 name = "firebase-tools"; 87047 87060 packageName = "firebase-tools"; 87048 - version = "9.17.0"; 87061 + version = "9.18.0"; 87049 87062 src = fetchurl { 87050 - url = "https://registry.npmjs.org/firebase-tools/-/firebase-tools-9.17.0.tgz"; 87051 - sha512 = "+srVeGz6w3ouR567ELHe33Nm0nwhhVvu5IHuQOaH0qQvDzX8LgBGqCpatqgYToUmPgDMGG34f1d+aa8vQ0pEBw=="; 87063 + url = "https://registry.npmjs.org/firebase-tools/-/firebase-tools-9.18.0.tgz"; 87064 + sha512 = "yth3C6ZdzkXbQVKgmrIYn/NBvkCnstEfsTsqvLUL+Mo0s5Cq+JR8A8DKLJHyWBrWjKkT5R9VfefnkhHCUrjRNw=="; 87052 87065 }; 87053 87066 dependencies = [ 87054 87067 (sources."@apidevtools/json-schema-ref-parser-9.0.9" // { ··· 87058 87071 }) 87059 87072 sources."@dabh/diagnostics-2.0.2" 87060 87073 sources."@gar/promisify-1.1.2" 87061 - sources."@google-cloud/paginator-3.0.5" 87062 - sources."@google-cloud/precise-date-2.0.3" 87063 - sources."@google-cloud/projectify-2.1.0" 87064 - sources."@google-cloud/promisify-2.0.3" 87074 + sources."@google-cloud/paginator-3.0.6" 87075 + sources."@google-cloud/precise-date-2.0.4" 87076 + sources."@google-cloud/projectify-2.1.1" 87077 + sources."@google-cloud/promisify-2.0.4" 87065 87078 (sources."@google-cloud/pubsub-2.17.0" // { 87066 87079 dependencies = [ 87067 87080 sources."google-auth-library-7.9.1" ··· 87101 87114 sources."@types/json-schema-7.0.9" 87102 87115 sources."@types/long-4.0.1" 87103 87116 sources."@types/minimatch-3.0.5" 87104 - sources."@types/node-16.7.13" 87117 + sources."@types/node-16.9.0" 87105 87118 sources."JSONStream-1.3.5" 87106 87119 sources."abbrev-1.1.1" 87107 87120 sources."abort-controller-3.0.0" ··· 87450 87463 sources."glob-slasher-1.0.1" 87451 87464 sources."global-dirs-2.1.0" 87452 87465 sources."google-auth-library-6.1.6" 87453 - (sources."google-gax-2.25.0" // { 87466 + (sources."google-gax-2.25.1" // { 87454 87467 dependencies = [ 87455 87468 sources."google-auth-library-7.9.1" 87456 87469 ]; ··· 87951 87964 sources."wrap-ansi-7.0.0" 87952 87965 sources."wrappy-1.0.2" 87953 87966 sources."write-file-atomic-3.0.3" 87954 - sources."ws-7.5.4" 87967 + sources."ws-7.5.5" 87955 87968 sources."xdg-basedir-4.0.0" 87956 87969 sources."xregexp-2.0.0" 87957 87970 sources."xtend-4.0.2" ··· 88211 88224 dependencies = [ 88212 88225 sources."@types/atob-2.1.2" 88213 88226 sources."@types/inquirer-6.5.0" 88214 - sources."@types/node-16.7.13" 88227 + sources."@types/node-16.9.0" 88215 88228 sources."@types/through-0.0.30" 88216 88229 sources."ajv-6.12.6" 88217 88230 sources."ansi-escapes-4.3.2" ··· 88995 89008 sources."@types/istanbul-lib-report-3.0.0" 88996 89009 sources."@types/istanbul-reports-1.1.2" 88997 89010 sources."@types/json-patch-0.0.30" 88998 - sources."@types/node-16.7.13" 89011 + sources."@types/node-16.9.0" 88999 89012 sources."@types/node-fetch-2.5.12" 89000 89013 sources."@types/unist-2.0.6" 89001 89014 sources."@types/yargs-15.0.14" ··· 89154 89167 sources."dotenv-8.6.0" 89155 89168 sources."duplexer3-0.1.4" 89156 89169 sources."ee-first-1.1.1" 89157 - sources."electron-to-chromium-1.3.832" 89170 + sources."electron-to-chromium-1.3.833" 89158 89171 sources."emoji-regex-7.0.3" 89159 89172 sources."encodeurl-1.0.2" 89160 89173 sources."end-of-stream-1.4.4" ··· 89429 89442 sources."picomatch-2.3.0" 89430 89443 sources."pkg-dir-4.2.0" 89431 89444 sources."prepend-http-2.0.0" 89432 - sources."prettier-2.3.2" 89445 + sources."prettier-2.4.0" 89433 89446 sources."pretty-error-2.1.2" 89434 89447 (sources."pretty-format-25.5.0" // { 89435 89448 dependencies = [ ··· 89623 89636 }) 89624 89637 sources."wrappy-1.0.2" 89625 89638 sources."write-file-atomic-3.0.3" 89626 - sources."ws-7.5.4" 89639 + sources."ws-7.5.5" 89627 89640 sources."xdg-basedir-4.0.0" 89628 89641 sources."xstate-4.23.4" 89629 89642 sources."xtend-4.0.2" ··· 89677 89690 sources."@octokit/openapi-types-10.1.1" 89678 89691 sources."@octokit/plugin-paginate-rest-2.16.0" 89679 89692 sources."@octokit/plugin-request-log-1.0.4" 89680 - sources."@octokit/plugin-rest-endpoint-methods-5.10.0" 89693 + sources."@octokit/plugin-rest-endpoint-methods-5.10.1" 89681 89694 sources."@octokit/request-5.6.1" 89682 89695 sources."@octokit/request-error-2.1.0" 89683 89696 sources."@octokit/rest-18.10.0" ··· 90056 90069 sources."tweetnacl-0.14.5" 90057 90070 sources."tweetnacl-auth-0.3.1" 90058 90071 sources."typedarray-to-buffer-4.0.0" 90059 - sources."ws-7.5.4" 90072 + sources."ws-7.5.5" 90060 90073 sources."xtend-4.0.2" 90061 90074 ]; 90062 90075 buildInputs = globalBuildInputs; ··· 90558 90571 sources."@nodelib/fs.walk-1.2.8" 90559 90572 sources."@sindresorhus/is-0.14.0" 90560 90573 sources."@szmarczak/http-timer-1.1.2" 90561 - sources."@types/node-16.7.13" 90574 + sources."@types/node-16.9.0" 90562 90575 sources."@types/parse-json-4.0.0" 90563 90576 sources."@types/websocket-1.0.2" 90564 90577 sources."abort-controller-3.0.0" ··· 93224 93237 }) 93225 93238 sources."wrappy-1.0.2" 93226 93239 sources."write-file-atomic-3.0.3" 93227 - sources."ws-7.5.4" 93240 + sources."ws-7.5.5" 93228 93241 sources."xregexp-2.0.0" 93229 93242 sources."yallist-3.1.1" 93230 93243 ]; ··· 93641 93654 sources."async-mutex-0.1.4" 93642 93655 sources."asynckit-0.4.0" 93643 93656 sources."atob-2.1.2" 93644 - (sources."aws-sdk-2.984.0" // { 93657 + (sources."aws-sdk-2.985.0" // { 93645 93658 dependencies = [ 93646 93659 sources."sax-1.2.1" 93647 93660 sources."uuid-3.3.2" ··· 94262 94275 ]; 94263 94276 }) 94264 94277 sources."wrappy-1.0.2" 94265 - sources."ws-7.5.4" 94278 + sources."ws-7.5.5" 94266 94279 sources."xml-name-validator-3.0.0" 94267 94280 sources."xml2js-0.4.23" 94268 94281 sources."xmlbuilder-11.0.1" ··· 95666 95679 sources."@types/component-emitter-1.2.10" 95667 95680 sources."@types/cookie-0.4.1" 95668 95681 sources."@types/cors-2.8.12" 95669 - sources."@types/node-16.7.13" 95682 + sources."@types/node-16.9.0" 95670 95683 sources."accepts-1.3.7" 95671 95684 sources."ansi-regex-5.0.0" 95672 95685 sources."ansi-styles-4.3.0" ··· 95948 95961 sources."convert-source-map-1.8.0" 95949 95962 sources."cookie-0.4.0" 95950 95963 sources."cookie-signature-1.0.6" 95951 - sources."core-js-3.17.2" 95964 + sources."core-js-3.17.3" 95952 95965 sources."cors-2.8.5" 95953 95966 sources."create-hash-1.2.0" 95954 95967 sources."create-hmac-1.1.7" ··· 95975 95988 }) 95976 95989 sources."dotenv-8.6.0" 95977 95990 sources."ee-first-1.1.1" 95978 - sources."electron-to-chromium-1.3.832" 95991 + sources."electron-to-chromium-1.3.833" 95979 95992 sources."emoji-regex-8.0.0" 95980 95993 sources."encodeurl-1.0.2" 95981 95994 sources."enquirer-2.3.6" ··· 96073 96086 sources."js-tokens-4.0.0" 96074 96087 (sources."jsdom-16.7.0" // { 96075 96088 dependencies = [ 96076 - sources."ws-7.5.4" 96089 + sources."ws-7.5.5" 96077 96090 ]; 96078 96091 }) 96079 96092 sources."jsesc-2.5.2" ··· 96164 96177 sources."slash-2.0.0" 96165 96178 sources."slide-1.1.6" 96166 96179 sources."source-map-0.5.7" 96167 - (sources."source-map-support-0.5.19" // { 96180 + (sources."source-map-support-0.5.20" // { 96168 96181 dependencies = [ 96169 96182 sources."source-map-0.6.1" 96170 96183 ]; ··· 96215 96228 }) 96216 96229 sources."wrappy-1.0.2" 96217 96230 sources."write-file-atomic-1.3.4" 96218 - sources."ws-8.2.1" 96231 + sources."ws-8.2.2" 96219 96232 sources."xml-name-validator-3.0.0" 96220 96233 sources."xmlchars-2.2.0" 96221 96234 sources."y18n-5.0.8" ··· 96971 96984 sources."@octokit/plugin-enterprise-rest-6.0.1" 96972 96985 sources."@octokit/plugin-paginate-rest-2.16.0" 96973 96986 sources."@octokit/plugin-request-log-1.0.4" 96974 - sources."@octokit/plugin-rest-endpoint-methods-5.10.0" 96987 + sources."@octokit/plugin-rest-endpoint-methods-5.10.1" 96975 96988 (sources."@octokit/request-5.6.1" // { 96976 96989 dependencies = [ 96977 96990 sources."is-plain-object-5.0.0" ··· 97063 97076 sources."concat-stream-2.0.0" 97064 97077 sources."config-chain-1.1.13" 97065 97078 sources."console-control-strings-1.1.0" 97066 - sources."conventional-changelog-angular-5.0.12" 97067 - (sources."conventional-changelog-core-4.2.3" // { 97079 + sources."conventional-changelog-angular-5.0.13" 97080 + (sources."conventional-changelog-core-4.2.4" // { 97068 97081 dependencies = [ 97069 97082 sources."normalize-package-data-3.0.3" 97070 97083 ]; ··· 97076 97089 ]; 97077 97090 }) 97078 97091 sources."conventional-commits-filter-2.0.7" 97079 - sources."conventional-commits-parser-3.2.1" 97092 + sources."conventional-commits-parser-3.2.2" 97080 97093 sources."conventional-recommended-bump-6.1.0" 97081 97094 sources."core-util-is-1.0.2" 97082 97095 sources."cosmiconfig-7.0.1" ··· 97148 97161 }) 97149 97162 sources."get-caller-file-2.0.5" 97150 97163 sources."get-intrinsic-1.1.1" 97151 - (sources."get-pkg-repo-4.2.0" // { 97164 + (sources."get-pkg-repo-4.2.1" // { 97152 97165 dependencies = [ 97153 97166 sources."readable-stream-2.3.7" 97154 97167 sources."safe-buffer-5.1.2" 97155 97168 sources."string_decoder-1.1.1" 97156 97169 sources."through2-2.0.5" 97157 - sources."yargs-17.1.1" 97158 97170 ]; 97159 97171 }) 97160 97172 sources."get-port-5.1.1" ··· 97525 97537 sources."tough-cookie-2.5.0" 97526 97538 sources."tr46-2.1.0" 97527 97539 sources."trim-newlines-3.0.1" 97528 - sources."trim-off-newlines-1.0.1" 97529 97540 sources."tslib-1.14.1" 97530 97541 sources."tunnel-agent-0.6.0" 97531 97542 sources."tweetnacl-0.14.5" ··· 98629 98640 sources."@types/istanbul-lib-report-3.0.0" 98630 98641 sources."@types/istanbul-reports-1.1.2" 98631 98642 sources."@types/json-schema-7.0.9" 98632 - sources."@types/node-16.7.13" 98643 + sources."@types/node-16.9.0" 98633 98644 sources."@types/normalize-package-data-2.4.1" 98634 98645 sources."@types/resolve-0.0.8" 98635 98646 sources."@types/yargs-15.0.14" ··· 98874 98885 }) 98875 98886 sources."copy-descriptor-0.1.1" 98876 98887 sources."core-js-2.6.12" 98877 - (sources."core-js-compat-3.17.2" // { 98888 + (sources."core-js-compat-3.17.3" // { 98878 98889 dependencies = [ 98879 98890 sources."semver-7.0.0" 98880 98891 ]; ··· 98926 98937 sources."duplexer2-0.1.4" 98927 98938 sources."duplexify-3.7.1" 98928 98939 sources."ecc-jsbn-0.1.2" 98929 - sources."electron-to-chromium-1.3.832" 98940 + sources."electron-to-chromium-1.3.833" 98930 98941 (sources."elliptic-6.5.4" // { 98931 98942 dependencies = [ 98932 98943 sources."bn.js-4.12.0" ··· 99428 99439 sources."source-list-map-0.1.8" 99429 99440 sources."source-map-0.5.7" 99430 99441 sources."source-map-resolve-0.5.3" 99431 - (sources."source-map-support-0.5.19" // { 99442 + (sources."source-map-support-0.5.20" // { 99432 99443 dependencies = [ 99433 99444 sources."source-map-0.6.1" 99434 99445 ]; ··· 100182 100193 }; 100183 100194 dependencies = [ 100184 100195 sources."@braintree/sanitize-url-3.1.0" 100185 - sources."@types/node-16.7.13" 100196 + sources."@types/node-16.9.0" 100186 100197 sources."@types/yauzl-2.9.2" 100187 100198 sources."agent-base-6.0.2" 100188 100199 sources."ansi-styles-4.3.0" ··· 100636 100647 netlify-cli = nodeEnv.buildNodePackage { 100637 100648 name = "netlify-cli"; 100638 100649 packageName = "netlify-cli"; 100639 - version = "6.8.8"; 100650 + version = "6.8.11"; 100640 100651 src = fetchurl { 100641 - url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-6.8.8.tgz"; 100642 - sha512 = "yJeroGBn98WDbrl+Af1NUgOjFjEU+AYrHIlenEAytS4asfAX0PumF+/2qRlLegnVkLpr9iIMqUppcriCoMpiXQ=="; 100652 + url = "https://registry.npmjs.org/netlify-cli/-/netlify-cli-6.8.11.tgz"; 100653 + sha512 = "OdClfrRa1MAI1Oltk2x0dJx43EsM4NZtENDttlbv3ODaglimInvd1NSpyjzOM4gFluMt6GG2rzH2LQcFNM8IvQ=="; 100643 100654 }; 100644 100655 dependencies = [ 100645 100656 sources."@babel/code-frame-7.14.5" ··· 100786 100797 sources."slash-3.0.0" 100787 100798 ]; 100788 100799 }) 100789 - (sources."@netlify/config-15.6.0" // { 100800 + (sources."@netlify/config-15.6.2" // { 100790 100801 dependencies = [ 100791 100802 sources."dot-prop-5.3.0" 100792 100803 ]; ··· 100966 100977 sources."@octokit/openapi-types-10.1.1" 100967 100978 sources."@octokit/plugin-paginate-rest-2.16.0" 100968 100979 sources."@octokit/plugin-request-log-1.0.4" 100969 - sources."@octokit/plugin-rest-endpoint-methods-5.10.0" 100980 + sources."@octokit/plugin-rest-endpoint-methods-5.10.1" 100970 100981 (sources."@octokit/request-5.6.1" // { 100971 100982 dependencies = [ 100972 100983 sources."is-plain-object-5.0.0" ··· 101007 101018 sources."@types/istanbul-reports-3.0.1" 101008 101019 sources."@types/keyv-3.1.3" 101009 101020 sources."@types/minimatch-3.0.5" 101010 - sources."@types/node-16.7.13" 101021 + sources."@types/node-16.9.0" 101011 101022 sources."@types/node-fetch-2.5.12" 101012 101023 sources."@types/normalize-package-data-2.4.1" 101013 101024 sources."@types/resolve-1.17.1" ··· 101281 101292 sources."readdirp-2.2.1" 101282 101293 ]; 101283 101294 }) 101284 - (sources."core-js-compat-3.17.2" // { 101295 + (sources."core-js-compat-3.17.3" // { 101285 101296 dependencies = [ 101286 101297 sources."semver-7.0.0" 101287 101298 ]; ··· 101431 101442 }) 101432 101443 sources."duplexer3-0.1.4" 101433 101444 sources."ee-first-1.1.1" 101434 - sources."electron-to-chromium-1.3.832" 101445 + sources."electron-to-chromium-1.3.833" 101435 101446 sources."elegant-spinner-1.0.1" 101436 101447 sources."elf-cam-0.1.1" 101437 101448 sources."emoji-regex-8.0.0" ··· 102326 102337 sources."source-map-0.5.7" 102327 102338 sources."source-map-js-0.6.2" 102328 102339 sources."source-map-resolve-0.5.3" 102329 - (sources."source-map-support-0.5.19" // { 102340 + (sources."source-map-support-0.5.20" // { 102330 102341 dependencies = [ 102331 102342 sources."source-map-0.6.1" 102332 102343 ]; ··· 103137 103148 sources."@types/cacheable-request-6.0.2" 103138 103149 sources."@types/http-cache-semantics-4.0.1" 103139 103150 sources."@types/keyv-3.1.3" 103140 - sources."@types/node-16.7.13" 103151 + sources."@types/node-16.9.0" 103141 103152 sources."@types/responselike-1.0.0" 103142 103153 sources."abbrev-1.1.1" 103143 103154 sources."accepts-1.3.7" ··· 103901 103912 sources."@types/http-cache-semantics-4.0.1" 103902 103913 sources."@types/keyv-3.1.3" 103903 103914 sources."@types/minimist-1.2.2" 103904 - sources."@types/node-16.7.13" 103915 + sources."@types/node-16.9.0" 103905 103916 sources."@types/normalize-package-data-2.4.1" 103906 103917 sources."@types/parse-json-4.0.0" 103907 103918 sources."@types/responselike-1.0.0" ··· 105289 105300 sources."convert-source-map-1.8.0" 105290 105301 sources."copy-descriptor-0.1.1" 105291 105302 sources."core-js-2.6.12" 105292 - (sources."core-js-compat-3.17.2" // { 105303 + (sources."core-js-compat-3.17.3" // { 105293 105304 dependencies = [ 105294 105305 sources."semver-7.0.0" 105295 105306 ]; ··· 105400 105411 sources."duplexer2-0.1.4" 105401 105412 sources."ecc-jsbn-0.1.2" 105402 105413 sources."ee-first-1.1.1" 105403 - sources."electron-to-chromium-1.3.832" 105414 + sources."electron-to-chromium-1.3.833" 105404 105415 (sources."elliptic-6.5.4" // { 105405 105416 dependencies = [ 105406 105417 sources."bn.js-4.12.0" ··· 105894 105905 sources."snapdragon-util-3.0.1" 105895 105906 sources."source-map-0.6.1" 105896 105907 sources."source-map-resolve-0.5.3" 105897 - sources."source-map-support-0.5.19" 105908 + sources."source-map-support-0.5.20" 105898 105909 sources."source-map-url-0.4.1" 105899 105910 (sources."split-string-3.1.0" // { 105900 105911 dependencies = [ ··· 107659 107670 prettier = nodeEnv.buildNodePackage { 107660 107671 name = "prettier"; 107661 107672 packageName = "prettier"; 107662 - version = "2.3.2"; 107673 + version = "2.4.0"; 107663 107674 src = fetchurl { 107664 - url = "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz"; 107665 - sha512 = "lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ=="; 107675 + url = "https://registry.npmjs.org/prettier/-/prettier-2.4.0.tgz"; 107676 + sha512 = "DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ=="; 107666 107677 }; 107667 107678 buildInputs = globalBuildInputs; 107668 107679 meta = { ··· 108189 108200 sources."is-plain-obj-2.1.0" 108190 108201 sources."is-wsl-2.2.0" 108191 108202 sources."isexe-2.0.0" 108192 - sources."js-base64-3.6.2" 108203 + sources."js-base64-3.7.0" 108193 108204 sources."js-yaml-4.0.0" 108194 108205 sources."json-buffer-3.0.0" 108195 108206 sources."jsonfile-6.1.0" ··· 108790 108801 sources."@types/glob-7.1.4" 108791 108802 sources."@types/json-schema-7.0.9" 108792 108803 sources."@types/minimatch-3.0.5" 108793 - sources."@types/node-16.7.13" 108804 + sources."@types/node-16.9.0" 108794 108805 sources."@types/parse-json-4.0.0" 108795 108806 sources."@types/q-1.5.5" 108796 108807 sources."@webassemblyjs/ast-1.9.0" ··· 109063 109074 sources."copy-concurrently-1.0.5" 109064 109075 sources."copy-descriptor-0.1.1" 109065 109076 sources."core-js-2.6.12" 109066 - (sources."core-js-compat-3.17.2" // { 109077 + (sources."core-js-compat-3.17.3" // { 109067 109078 dependencies = [ 109068 109079 sources."semver-7.0.0" 109069 109080 ]; ··· 109207 109218 sources."duplexify-3.7.1" 109208 109219 sources."ee-first-1.1.1" 109209 109220 sources."ejs-2.7.4" 109210 - sources."electron-to-chromium-1.3.832" 109221 + sources."electron-to-chromium-1.3.833" 109211 109222 (sources."elliptic-6.5.4" // { 109212 109223 dependencies = [ 109213 109224 sources."bn.js-4.12.0" ··· 110108 110119 sources."source-list-map-2.0.1" 110109 110120 sources."source-map-0.5.7" 110110 110121 sources."source-map-resolve-0.5.3" 110111 - (sources."source-map-support-0.5.19" // { 110122 + (sources."source-map-support-0.5.20" // { 110112 110123 dependencies = [ 110113 110124 sources."source-map-0.6.1" 110114 110125 ]; ··· 110547 110558 sources."whatwg-url-8.7.0" 110548 110559 sources."word-wrap-1.2.3" 110549 110560 sources."wrap-ansi-7.0.0" 110550 - sources."ws-7.5.4" 110561 + sources."ws-7.5.5" 110551 110562 sources."xml-name-validator-3.0.0" 110552 110563 sources."xmlchars-2.2.0" 110553 110564 sources."y18n-5.0.8" ··· 111899 111910 ]; 111900 111911 }) 111901 111912 sources."@serverless/template-1.1.4" 111902 - (sources."@serverless/utils-5.9.0" // { 111913 + (sources."@serverless/utils-5.10.0" // { 111903 111914 dependencies = [ 111904 111915 sources."cli-progress-footer-2.0.0" 111905 111916 sources."get-stream-6.0.1" ··· 111919 111930 sources."@types/keyv-3.1.3" 111920 111931 sources."@types/lodash-4.14.172" 111921 111932 sources."@types/long-4.0.1" 111922 - sources."@types/node-16.7.13" 111933 + sources."@types/node-16.9.0" 111923 111934 sources."@types/request-2.48.7" 111924 111935 sources."@types/request-promise-native-1.0.18" 111925 111936 sources."@types/responselike-1.0.0" ··· 111980 111991 sources."async-2.6.3" 111981 111992 sources."asynckit-0.4.0" 111982 111993 sources."at-least-node-1.0.0" 111983 - (sources."aws-sdk-2.984.0" // { 111994 + (sources."aws-sdk-2.985.0" // { 111984 111995 dependencies = [ 111985 111996 sources."buffer-4.9.2" 111986 111997 sources."ieee754-1.1.13" ··· 112695 112706 }) 112696 112707 sources."wrappy-1.0.2" 112697 112708 sources."write-file-atomic-2.4.3" 112698 - sources."ws-7.5.4" 112709 + sources."ws-7.5.5" 112699 112710 sources."xml2js-0.4.19" 112700 112711 sources."xmlbuilder-9.0.7" 112701 112712 sources."xmlhttprequest-ssl-1.6.3" ··· 113348 113359 snyk = nodeEnv.buildNodePackage { 113349 113360 name = "snyk"; 113350 113361 packageName = "snyk"; 113351 - version = "1.700.0"; 113362 + version = "1.704.0"; 113352 113363 src = fetchurl { 113353 - url = "https://registry.npmjs.org/snyk/-/snyk-1.700.0.tgz"; 113354 - sha512 = "nhhgv2Dh8Wh/qrt5gjS+RrQjEUfwEOU4W6KZnnQrmVAfFwZ4Uis+pXcoTTJtsg/xJ0/eXV/v2UxA6PKPkYMeOw=="; 113364 + url = "https://registry.npmjs.org/snyk/-/snyk-1.704.0.tgz"; 113365 + sha512 = "vYt8Zp2O5Rce//JAqkivWKTSEGvSIvFMEPy6UM2tCUfRoQdk+398YP0l1yLsGfu8in4Q9A7H+Vy3om4fcFliYQ=="; 113355 113366 }; 113356 113367 buildInputs = globalBuildInputs; 113357 113368 meta = { ··· 113375 113386 sources."@types/component-emitter-1.2.10" 113376 113387 sources."@types/cookie-0.4.1" 113377 113388 sources."@types/cors-2.8.12" 113378 - sources."@types/node-16.7.13" 113389 + sources."@types/node-16.9.0" 113379 113390 sources."accepts-1.3.7" 113380 113391 sources."base64-arraybuffer-0.1.4" 113381 113392 sources."base64id-2.0.0" ··· 114515 114526 sources."word-wrap-1.2.3" 114516 114527 sources."wrap-fn-0.1.5" 114517 114528 sources."wrappy-1.0.2" 114518 - sources."ws-7.5.4" 114529 + sources."ws-7.5.5" 114519 114530 sources."xtend-4.0.2" 114520 114531 sources."zerr-1.0.4" 114521 114532 ]; ··· 114615 114626 sources."async-1.5.2" 114616 114627 sources."async-limiter-1.0.1" 114617 114628 sources."asynckit-0.4.0" 114618 - (sources."aws-sdk-2.984.0" // { 114629 + (sources."aws-sdk-2.985.0" // { 114619 114630 dependencies = [ 114620 114631 sources."uuid-3.3.2" 114621 114632 ]; ··· 115492 115503 sources."domelementtype-1.3.1" 115493 115504 sources."domhandler-2.4.2" 115494 115505 sources."domutils-1.7.0" 115495 - sources."electron-to-chromium-1.3.832" 115506 + sources."electron-to-chromium-1.3.833" 115496 115507 sources."emoji-regex-8.0.0" 115497 115508 sources."entities-1.1.2" 115498 115509 sources."error-ex-1.3.2" ··· 115731 115742 sha512 = "EstDoqxjqWStWELh7Z0qytqUDl/ikdNEr21dveNc4fUDnhnqO2F2jHEufqoNnC3GfBji3GIUHvoXsp/I5lMbCg=="; 115732 115743 }; 115733 115744 dependencies = [ 115734 - sources."@types/node-16.7.13" 115745 + sources."@types/node-16.9.0" 115735 115746 sources."@types/pug-2.0.5" 115736 115747 sources."@types/sass-1.16.1" 115737 115748 sources."ansi-styles-4.3.0" ··· 115784 115795 sources."sourcemap-codec-1.4.8" 115785 115796 sources."strip-indent-3.0.0" 115786 115797 sources."supports-color-7.2.0" 115787 - sources."svelte-preprocess-4.9.2" 115798 + sources."svelte-preprocess-4.9.4" 115788 115799 sources."to-regex-range-5.0.1" 115789 115800 sources."typescript-4.4.2" 115790 115801 sources."wrappy-1.0.2" ··· 115811 115822 sources."@emmetio/abbreviation-2.2.2" 115812 115823 sources."@emmetio/css-abbreviation-2.1.4" 115813 115824 sources."@emmetio/scanner-1.0.0" 115814 - sources."@types/node-16.7.13" 115825 + sources."@types/node-16.9.0" 115815 115826 sources."@types/pug-2.0.5" 115816 115827 sources."@types/sass-1.16.1" 115817 115828 sources."anymatch-3.1.2" ··· 116836 116847 sources."buffer-from-1.1.2" 116837 116848 sources."commander-2.20.3" 116838 116849 sources."source-map-0.7.3" 116839 - (sources."source-map-support-0.5.19" // { 116850 + (sources."source-map-support-0.5.20" // { 116840 116851 dependencies = [ 116841 116852 sources."source-map-0.6.1" 116842 116853 ]; ··· 117978 117989 sources."@types/cacheable-request-6.0.2" 117979 117990 sources."@types/http-cache-semantics-4.0.1" 117980 117991 sources."@types/keyv-3.1.3" 117981 - sources."@types/node-16.7.13" 117992 + sources."@types/node-16.9.0" 117982 117993 sources."@types/responselike-1.0.0" 117983 117994 sources."abbrev-1.1.1" 117984 117995 sources."abstract-logging-2.0.1" ··· 118054 118065 sources."content-type-1.0.4" 118055 118066 sources."cookie-0.4.0" 118056 118067 sources."cookie-signature-1.0.6" 118057 - sources."core-js-3.17.2" 118068 + sources."core-js-3.17.3" 118058 118069 sources."core-util-is-1.0.2" 118059 118070 sources."css-select-1.2.0" 118060 118071 sources."css-what-2.1.3" ··· 118398 118409 sources."wide-align-1.1.3" 118399 118410 sources."with-open-file-0.1.7" 118400 118411 sources."wrappy-1.0.2" 118401 - sources."ws-7.5.4" 118412 + sources."ws-7.5.5" 118402 118413 sources."xmlhttprequest-ssl-1.5.5" 118403 118414 sources."yallist-3.1.1" 118404 118415 sources."yarn-1.22.4" ··· 119274 119285 sha512 = "N+ENrder8z9zJQF9UM7K3/1LcfVW60omqeyaQsu6GN1BGdCgPm8gdHssn7WRD7vx+ABKc82IE1+pJyHOPkwe+w=="; 119275 119286 }; 119276 119287 dependencies = [ 119277 - sources."@types/node-16.7.13" 119288 + sources."@types/node-16.9.0" 119278 119289 sources."@types/unist-2.0.6" 119279 119290 sources."@types/vfile-3.0.2" 119280 119291 sources."@types/vfile-message-2.0.0" ··· 119651 119662 dependencies = [ 119652 119663 sources."@sindresorhus/is-0.14.0" 119653 119664 sources."@szmarczak/http-timer-1.1.2" 119654 - sources."@types/node-16.7.13" 119665 + sources."@types/node-16.9.0" 119655 119666 sources."@vercel/build-utils-2.12.2" 119656 119667 sources."@vercel/go-1.2.3" 119657 119668 sources."@vercel/node-1.12.1" ··· 119732 119743 sources."semver-diff-3.1.1" 119733 119744 sources."signal-exit-3.0.3" 119734 119745 sources."source-map-0.6.1" 119735 - sources."source-map-support-0.5.19" 119746 + sources."source-map-support-0.5.20" 119736 119747 (sources."string-width-4.2.2" // { 119737 119748 dependencies = [ 119738 119749 sources."ansi-regex-5.0.0" ··· 119917 119928 sources."path-key-3.1.1" 119918 119929 sources."path-parse-1.0.7" 119919 119930 sources."prelude-ls-1.2.1" 119920 - sources."prettier-2.3.2" 119931 + sources."prettier-2.4.0" 119921 119932 sources."progress-2.0.3" 119922 119933 sources."punycode-2.1.1" 119923 119934 sources."regexpp-3.2.0" ··· 120163 120174 ]; 120164 120175 }) 120165 120176 sources."typescript-4.4.2" 120166 - sources."vscode-css-languageservice-5.1.4" 120167 - sources."vscode-html-languageservice-4.0.7" 120177 + sources."vscode-css-languageservice-5.1.5" 120178 + sources."vscode-html-languageservice-4.0.8" 120168 120179 sources."vscode-json-languageservice-4.1.7" 120169 120180 sources."vscode-jsonrpc-6.0.0" 120170 120181 sources."vscode-languageserver-7.0.0" ··· 120282 120293 sources."domelementtype-2.2.0" 120283 120294 sources."domhandler-4.2.2" 120284 120295 sources."domutils-2.8.0" 120285 - sources."electron-to-chromium-1.3.832" 120296 + sources."electron-to-chromium-1.3.833" 120286 120297 sources."emoji-regex-8.0.0" 120287 120298 sources."emojis-list-3.0.0" 120288 120299 sources."enhanced-resolve-5.8.2" ··· 120437 120448 sources."side-channel-1.0.4" 120438 120449 sources."signal-exit-3.0.3" 120439 120450 sources."source-map-0.6.1" 120440 - sources."source-map-support-0.5.19" 120451 + sources."source-map-support-0.5.20" 120441 120452 sources."sprintf-js-1.0.3" 120442 120453 sources."string-argv-0.3.1" 120443 120454 sources."string-width-2.1.1" ··· 120453 120464 sources."source-map-0.7.3" 120454 120465 ]; 120455 120466 }) 120456 - (sources."terser-webpack-plugin-5.2.3" // { 120467 + (sources."terser-webpack-plugin-5.2.4" // { 120457 120468 dependencies = [ 120458 120469 sources."serialize-javascript-6.0.0" 120459 120470 ]; ··· 120852 120863 sources."@starptech/rehype-webparser-0.10.0" 120853 120864 sources."@starptech/webparser-0.10.0" 120854 120865 sources."@szmarczak/http-timer-1.1.2" 120855 - sources."@types/node-16.7.13" 120866 + sources."@types/node-16.9.0" 120856 120867 sources."@types/unist-2.0.6" 120857 120868 sources."@types/vfile-3.0.2" 120858 120869 sources."@types/vfile-message-2.0.0" ··· 121827 121838 sources."combined-stream-1.0.8" 121828 121839 sources."concat-map-0.0.1" 121829 121840 sources."console-control-strings-1.1.0" 121830 - sources."core-js-pure-3.17.2" 121841 + sources."core-js-pure-3.17.3" 121831 121842 sources."core-util-is-1.0.3" 121832 121843 sources."cssom-0.4.4" 121833 121844 (sources."cssstyle-2.3.0" // { ··· 121963 121974 ]; 121964 121975 }) 121965 121976 sources."wrappy-1.0.2" 121966 - sources."ws-7.5.4" 121977 + sources."ws-7.5.5" 121967 121978 sources."xml-name-validator-3.0.0" 121968 121979 sources."xmlchars-2.2.0" 121969 121980 sources."y18n-5.0.8" ··· 122033 122044 sources."@sindresorhus/is-0.14.0" 122034 122045 sources."@szmarczak/http-timer-1.1.2" 122035 122046 sources."@types/minimatch-3.0.5" 122036 - sources."@types/node-16.7.13" 122047 + sources."@types/node-16.9.0" 122037 122048 sources."@types/yauzl-2.9.1" 122038 122049 sources."acorn-7.4.1" 122039 122050 sources."acorn-jsx-5.3.2" ··· 122604 122615 sources."@types/eslint-scope-3.7.1" 122605 122616 sources."@types/estree-0.0.50" 122606 122617 sources."@types/json-schema-7.0.9" 122607 - sources."@types/node-16.7.13" 122618 + sources."@types/node-16.9.0" 122608 122619 sources."@webassemblyjs/ast-1.11.1" 122609 122620 sources."@webassemblyjs/floating-point-hex-parser-1.11.1" 122610 122621 sources."@webassemblyjs/helper-api-error-1.11.1" ··· 122632 122643 sources."chrome-trace-event-1.0.3" 122633 122644 sources."colorette-1.4.0" 122634 122645 sources."commander-2.20.3" 122635 - sources."electron-to-chromium-1.3.832" 122646 + sources."electron-to-chromium-1.3.833" 122636 122647 sources."enhanced-resolve-5.8.2" 122637 122648 sources."es-module-lexer-0.7.1" 122638 122649 sources."escalade-3.1.1" ··· 122665 122676 sources."schema-utils-3.1.1" 122666 122677 sources."serialize-javascript-6.0.0" 122667 122678 sources."source-map-0.6.1" 122668 - sources."source-map-support-0.5.19" 122679 + sources."source-map-support-0.5.20" 122669 122680 sources."supports-color-8.1.1" 122670 122681 sources."tapable-2.2.0" 122671 122682 (sources."terser-5.7.2" // { ··· 122673 122684 sources."source-map-0.7.3" 122674 122685 ]; 122675 122686 }) 122676 - sources."terser-webpack-plugin-5.2.3" 122687 + sources."terser-webpack-plugin-5.2.4" 122677 122688 sources."uri-js-4.4.1" 122678 122689 sources."watchpack-2.2.0" 122679 122690 sources."webpack-sources-3.2.0" ··· 122772 122783 sources."@nodelib/fs.walk-1.2.8" 122773 122784 sources."@types/http-proxy-1.17.7" 122774 122785 sources."@types/json-schema-7.0.9" 122775 - sources."@types/node-16.7.13" 122786 + sources."@types/node-16.9.0" 122776 122787 sources."@types/retry-0.12.1" 122777 122788 sources."accepts-1.3.7" 122778 122789 sources."aggregate-error-3.1.0" ··· 122916 122927 sources."isexe-2.0.0" 122917 122928 sources."json-schema-traverse-0.4.1" 122918 122929 sources."lodash-4.17.21" 122919 - sources."map-age-cleaner-0.1.3" 122920 122930 sources."media-typer-0.3.0" 122921 - (sources."mem-8.1.1" // { 122922 - dependencies = [ 122923 - sources."mimic-fn-3.1.0" 122924 - ]; 122925 - }) 122926 122931 sources."memfs-3.2.4" 122927 122932 sources."merge-descriptors-1.0.1" 122928 122933 sources."merge-stream-2.0.0" ··· 122952 122957 sources."once-1.4.0" 122953 122958 sources."onetime-5.1.2" 122954 122959 sources."open-8.2.1" 122955 - sources."p-defer-1.0.0" 122956 122960 sources."p-event-4.2.0" 122957 122961 sources."p-finally-1.0.0" 122958 122962 sources."p-map-4.0.0" ··· 123054 123058 sources."uuid-3.4.0" 123055 123059 sources."vary-1.1.2" 123056 123060 sources."wbuf-1.7.3" 123057 - sources."webpack-dev-middleware-5.0.0" 123061 + sources."webpack-dev-middleware-5.1.0" 123058 123062 sources."websocket-driver-0.7.4" 123059 123063 sources."websocket-extensions-0.1.4" 123060 123064 sources."which-2.0.2" 123061 123065 sources."wrappy-1.0.2" 123062 - sources."ws-8.2.1" 123066 + sources."ws-8.2.2" 123063 123067 ]; 123064 123068 buildInputs = globalBuildInputs; 123065 123069 meta = { ··· 123155 123159 sources."@protobufjs/pool-1.1.0" 123156 123160 sources."@protobufjs/utf8-1.1.0" 123157 123161 sources."@types/long-4.0.1" 123158 - sources."@types/node-16.7.13" 123162 + sources."@types/node-16.9.0" 123159 123163 sources."addr-to-ip-port-1.5.4" 123160 123164 sources."airplay-js-0.3.0" 123161 123165 sources."ansi-regex-5.0.0" ··· 123461 123465 sources."winreg-1.2.4" 123462 123466 sources."wrap-ansi-7.0.0" 123463 123467 sources."wrappy-1.0.2" 123464 - sources."ws-7.5.4" 123468 + sources."ws-7.5.5" 123465 123469 sources."xml2js-0.4.23" 123466 123470 sources."xmlbuilder-11.0.1" 123467 123471 sources."xmldom-0.1.31" ··· 123816 123820 sources."config-chain-1.1.13" 123817 123821 sources."configstore-3.1.5" 123818 123822 sources."console-control-strings-1.1.0" 123819 - sources."core-js-3.17.2" 123823 + sources."core-js-3.17.3" 123820 123824 sources."core-util-is-1.0.3" 123821 123825 sources."create-error-class-3.0.2" 123822 123826 sources."cross-spawn-6.0.5" ··· 124596 124600 sources."@nodelib/fs.walk-1.2.8" 124597 124601 sources."@types/fs-extra-9.0.12" 124598 124602 sources."@types/minimist-1.2.2" 124599 - sources."@types/node-16.7.13" 124603 + sources."@types/node-16.9.0" 124600 124604 sources."@types/node-fetch-2.5.12" 124601 124605 sources."ansi-styles-4.3.0" 124602 124606 sources."array-union-3.0.1"