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

Merge pull request #220810 from Ma27/bump-meshcentral

meshcentral: 1.1.2 -> 1.1.4
Closes #212545
parents 5f404dfd 98fb99a7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, fetchpatch, fetchzip, yarn2nix-moretea, nodejs-16_x, jq, dos2unix }:

yarn2nix-moretea.mkYarnPackage {
  version = "1.1.2";
  version = "1.1.4";

  src = fetchzip {
    url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.2.tgz";
    sha256 = "0fhmvh10wlf17fwxdclra06z1bq5bg6n53smzwni1v1h4967hhk3";
    url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.4.tgz";
    sha256 = "1q13d01ar3nhg3v7w22byn02sga5qkzxbjzpzp30qrvb3gx8prmp";
  };

  patches = [ ./fix-js-include-paths.patch ];
+4 −4
Original line number Diff line number Diff line
{
  "name": "meshcentral",
  "version": "1.1.2",
  "version": "1.1.4",
  "keywords": [
    "Remote Device Management",
    "Remote Device Monitoring",
@@ -41,7 +41,7 @@
    "body-parser": "^1.19.0",
    "cbor": "~5.2.0",
    "compression": "^1.7.4",
    "cookie-session": "^1.4.0",
    "cookie-session": "^2.0.0",
    "express": "^4.17.0",
    "express-handlebars": "^5.3.5",
    "express-ws": "^4.0.0",
@@ -85,7 +85,7 @@
    "express-ws": "4.0.0",
    "compression": "*",
    "body-parser": "*",
    "cookie-session": "1.4.0",
    "cookie-session": "2.0.0",
    "express-handlebars": "*",
    "node-windows": "0.1.4",
    "loadavg-windows": "*",
@@ -98,7 +98,7 @@
    "aedes": "0.39.0",
    "mysql": "*",
    "@mysql/xdevapi": "*",
    "mongodb": "4.12.1",
    "mongodb": "4.13.0",
    "saslprep": "*",
    "pg": "8.7.1",
    "pgtools": "0.3.2",
+964 −912

File changed.

Preview size limit exceeded, changes collapsed.

+680 −664

File changed.

Preview size limit exceeded, changes collapsed.