meshcentral: 1.1.53 -> 1.1.54

This commit is contained in:
R. Ryantm
2025-11-27 20:57:47 +00:00
parent bc0da6f230
commit b9fcc45027
3 changed files with 683 additions and 659 deletions
+4 -4
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"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",
File diff suppressed because it is too large Load Diff