meshcentral: 1.1.21 -> 1.1.22

ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.1.22
This commit is contained in:
Maximilian Bosch 2024-03-25 14:46:30 +01:00
parent 732cd2b4b8
commit 88d96b1343
No known key found for this signature in database
3 changed files with 1357 additions and 1037 deletions

View File

@ -7,11 +7,11 @@
}: }:
yarn2nix-moretea.mkYarnPackage { yarn2nix-moretea.mkYarnPackage {
version = "1.1.21"; version = "1.1.22";
src = fetchzip { src = fetchzip {
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.21.tgz"; url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.22.tgz";
sha256 = "0iwapln36dxa17hbl38vb3hmx6ijckf0psmf16mri4iq3x3749r9"; sha256 = "14hxynja1xybzcv9wabhn2ps7ngnigb4hs2lc2zz162wd1phv6j1";
}; };
patches = [ ./fix-js-include-paths.patch ]; patches = [ ./fix-js-include-paths.patch ];
@ -21,7 +21,7 @@ yarn2nix-moretea.mkYarnPackage {
offlineCache = fetchYarnDeps { offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock; 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. # Tarball has CRLF line endings. This makes patching difficult, so let's convert them.

View File

@ -1,6 +1,6 @@
{ {
"name": "meshcentral", "name": "meshcentral",
"version": "1.1.21", "version": "1.1.22",
"keywords": [ "keywords": [
"Remote Device Management", "Remote Device Management",
"Remote Device Monitoring", "Remote Device Monitoring",
@ -37,7 +37,7 @@
"sample-config-advanced.json" "sample-config-advanced.json"
], ],
"dependencies": { "dependencies": {
"archiver": "5.3.2", "archiver": "7.0.0",
"body-parser": "1.20.2", "body-parser": "1.20.2",
"cbor": "5.2.0", "cbor": "5.2.0",
"compression": "1.7.4", "compression": "1.7.4",
@ -67,14 +67,11 @@
"passport-twitter": "*", "passport-twitter": "*",
"passport-google-oauth20": "*", "passport-google-oauth20": "*",
"passport-github2": "*", "passport-github2": "*",
"passport-reddit": "*",
"passport-azure-oauth2": "*", "passport-azure-oauth2": "*",
"jwt-simple": "*", "jwt-simple": "*",
"@mstrhakr/passport-openidconnect": "*",
"openid-client": "*", "openid-client": "*",
"connect-flash": "*",
"passport-saml": "*", "passport-saml": "*",
"archiver": "5.3.2", "archiver": "7.0.0",
"body-parser": "1.20.2", "body-parser": "1.20.2",
"cbor": "5.2.0", "cbor": "5.2.0",
"compression": "1.7.4", "compression": "1.7.4",

File diff suppressed because it is too large Load Diff