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

Merge pull request #298945 from Ma27/bump-meshcentral

meshcentral: 1.1.21 -> 1.1.22
parents 034253ed 88d96b13
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
}:

yarn2nix-moretea.mkYarnPackage {
  version = "1.1.21";
  version = "1.1.22";

  src = fetchzip {
    url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.21.tgz";
    sha256 = "0iwapln36dxa17hbl38vb3hmx6ijckf0psmf16mri4iq3x3749r9";
    url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.22.tgz";
    sha256 = "14hxynja1xybzcv9wabhn2ps7ngnigb4hs2lc2zz162wd1phv6j1";
  };

  patches = [ ./fix-js-include-paths.patch ];
@@ -21,7 +21,7 @@ yarn2nix-moretea.mkYarnPackage {

  offlineCache = fetchYarnDeps {
    yarnLock = ./yarn.lock;
    hash = "sha256-uh1lU4AMU/uogwkmkGUkoIeIHGkm/qmIPL3xMKWyDmA=";
    hash = "sha256-smx37i/0MFmZYGqjE3NgySDiZfKP/4SHtFSYko/6mAU=";
  };

  # Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
+3 −6
Original line number Diff line number Diff line
{
  "name": "meshcentral",
  "version": "1.1.21",
  "version": "1.1.22",
  "keywords": [
    "Remote Device Management",
    "Remote Device Monitoring",
@@ -37,7 +37,7 @@
    "sample-config-advanced.json"
  ],
  "dependencies": {
    "archiver": "5.3.2",
    "archiver": "7.0.0",
    "body-parser": "1.20.2",
    "cbor": "5.2.0",
    "compression": "1.7.4",
@@ -67,14 +67,11 @@
    "passport-twitter": "*",
    "passport-google-oauth20": "*",
    "passport-github2": "*",
    "passport-reddit": "*",
    "passport-azure-oauth2": "*",
    "jwt-simple": "*",
    "@mstrhakr/passport-openidconnect": "*",
    "openid-client": "*",
    "connect-flash": "*",
    "passport-saml": "*",
    "archiver": "5.3.2",
    "archiver": "7.0.0",
    "body-parser": "1.20.2",
    "cbor": "5.2.0",
    "compression": "1.7.4",
+1323 −1000

File changed.

Preview size limit exceeded, changes collapsed.