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

[Backport release-25.11] meshcentral: 1.1.53 -> 1.1.54 (#466413)

parents 928d8418 c56e9578
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
}:

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

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

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

  offlineCache = fetchYarnDeps {
    yarnLock = ./yarn.lock;
    hash = "sha256-jrBRexn5xc0OiBDf9fFDe2ZB3PcFVSuOChGCUWU4hcs=";
    hash = "sha256-t5lSKw6PX+mrQxYiglUsyWtqo0SGe3yYGFLA+bvCEPU=";
  };

  # Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
+8 −8
Original line number Diff line number Diff line
{
  "name": "meshcentral",
  "version": "1.1.53",
  "version": "1.1.54",
  "keywords": [
    "Remote Device Management",
    "Remote Device Monitoring",
@@ -65,13 +65,13 @@
  },
  "readme": "readme.md",
  "optionalDependencies": {
    "passport": "*",
    "connect-flash": "*",
    "passport-twitter": "*",
    "passport-google-oauth20": "*",
    "passport-github2": "*",
    "passport-azure-oauth2": "*",
    "jwt-simple": "*",
    "passport": "0.7.0",
    "connect-flash": "0.1.1",
    "passport-twitter": "1.0.4",
    "passport-google-oauth20": "2.0.0",
    "passport-github2": "0.1.12",
    "passport-azure-oauth2": "0.1.0",
    "jwt-simple": "0.5.6",
    "openid-client": "5.7.1",
    "passport-saml": "*",
    "@duosecurity/duo_universal": "2.1.0",
+685 −661

File changed.

Preview size limit exceeded, changes collapsed.