Unverified Commit 79be513a authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

meshcentral: 1.1.51 -> 1.1.53 (#455260)

parents 0524d91a d1174b71
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
}:

yarn2nix-moretea.mkYarnPackage {
  version = "1.1.51";
  version = "1.1.53";

  src = fetchzip {
    url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.51.tgz";
    sha256 = "1l3x1rhcw38pg0rh27qyfg2dm5biwnyzicdd6l07c3km4x6xi5pr";
    url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.53.tgz";
    sha256 = "1wjmvw7cymyjx0hii7kzmmrn7lmc3lj0hsll1nz32z11gnixdvbq";
  };

  patches = [
@@ -24,7 +24,7 @@ yarn2nix-moretea.mkYarnPackage {

  offlineCache = fetchYarnDeps {
    yarnLock = ./yarn.lock;
    hash = "sha256-jmsRlHJgSrUtXwRcfX+tMH4SmrKVtD7gEK1+oW5mYIs=";
    hash = "sha256-jrBRexn5xc0OiBDf9fFDe2ZB3PcFVSuOChGCUWU4hcs=";
  };

  # Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
+22 −20
Original line number Diff line number Diff line
{
  "name": "meshcentral",
  "version": "1.1.51",
  "version": "1.1.53",
  "keywords": [
    "Remote Device Management",
    "Remote Device Monitoring",
@@ -37,7 +37,7 @@
    "sample-config-advanced.json"
  ],
  "dependencies": {
    "@seald-io/nedb": "4.0.4",
    "@seald-io/nedb": "4.1.2",
    "archiver": "7.0.1",
    "body-parser": "1.20.3",
    "cbor": "5.2.0",
@@ -50,9 +50,10 @@
    "minimist": "1.2.8",
    "multiparty": "4.2.3",
    "node-forge": "1.3.1",
    "otplib": "12.0.1",
    "ua-client-hints-js": "0.1.2",
    "ua-parser-js": "1.0.40",
    "ws": "8.18.0",
    "ws": "8.18.3",
    "yauzl": "2.10.0"
  },
  "engines": {
@@ -85,55 +86,56 @@
    "ipcheck": "0.1.0",
    "minimist": "1.2.8",
    "multiparty": "4.2.3",
    "@seald-io/nedb": "*",
    "@seald-io/nedb": "4.1.2",
    "node-forge": "1.3.1",
    "ua-parser-js": "1.0.40",
    "ua-client-hints-js": "0.1.2",
    "ws": "8.18.0",
    "ws": "8.18.3",
    "yauzl": "2.10.0",
    "node-windows": "0.1.14",
    "loadavg-windows": "1.1.1",
    "node-sspi": "0.2.10",
    "ldapauth-fork": "5.0.5",
    "ssh2": "1.16.0",
    "ssh2": "1.17.0",
    "svg-captcha": "1.4.0",
    "image-size": "2.0.2",
    "acme-client": "4.2.5",
    "aedes": "0.39.0",
    "mysql2": "3.11.4",
    "aedes": "0.51.3",
    "mysql2": "3.15.1",
    "@mysql/xdevapi": "8.0.33",
    "mongodb": "4.17.2",
    "pg": "8.14.1",
    "mariadb": "3.4.0",
    "@mongodb-js/saslprep": "1.3.1",
    "pg": "8.16.3",
    "mariadb": "3.4.5",
    "acebase": "1.29.5",
    "sqlite3": "5.1.7",
    "node-vault": "0.10.2",
    "https-proxy-agent": "7.0.2",
    "node-vault": "0.10.5",
    "https-proxy-agent": "7.0.6",
    "mongojs": "3.1.0",
    "nodemailer": "6.10.1",
    "@sendgrid/mail": "*",
    "@sendgrid/mail": "8.1.6",
    "jsdom": "22.1.0",
    "esprima": "4.0.1",
    "html-minifier-terser": "7.2.0",
    "@crowdsec/express-bouncer": "0.1.0",
    "prom-client": "*",
    "prom-client": "15.1.3",
    "archiver-zip-encrypted": "2.0.0",
    "googleapis": "128.0.0",
    "webdav": "5.8.0",
    "minio": "8.0.2",
    "minio": "8.0.6",
    "wildleek": "2.0.0",
    "yub": "0.11.1",
    "otplib": "12.0.1",
    "twilio": "4.19.0",
    "plivo": "4.58.0",
    "twilio": "4.23.0",
    "plivo": "4.75.1",
    "telnyx": "1.25.5",
    "telegram": "2.19.8",
    "telegram": "2.26.22",
    "input": "1.0.1",
    "discord.js": "14.6.0",
    "@xmpp/client": "0.13.1",
    "@xmpp/client": "0.13.6",
    "node-pushover": "1.0.0",
    "zulip": "0.1.0",
    "web-push": "3.6.6",
    "web-push": "3.6.7",
    "firebase-admin": "12.7.0",
    "modern-syslog": "1.2.0",
    "syslog": "0.1.1-1",
+1101 −1058

File changed.

Preview size limit exceeded, changes collapsed.