meshcentral: 1.1.30 -> 1.1.31

(cherry picked from commit 23d38e39dd)
This commit is contained in:
R. Ryantm
2024-09-27 20:17:03 +00:00
committed by github-actions[bot]
parent 3b7041a237
commit b52edc81b7
3 changed files with 458 additions and 458 deletions

View File

@@ -7,11 +7,11 @@
}:
yarn2nix-moretea.mkYarnPackage {
version = "1.1.30";
version = "1.1.31";
src = fetchzip {
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.30.tgz";
sha256 = "1jdnjmwwi8ipqrxb43sas46n2hvr2fsccckknqlfzkfv0lkak07q";
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.31.tgz";
sha256 = "1gqfrc8jmhf14mylrrpk58b53s3hxs1fkbj245lhpc50xb206gi0";
};
patches = [ ./fix-js-include-paths.patch ];
@@ -21,7 +21,7 @@ yarn2nix-moretea.mkYarnPackage {
offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock;
hash = "sha256-1xDex/BIq1P+LbCuZfLRTckAU6RjF4XU73ZpEd1qncA=";
hash = "sha256-hE2zoo/94Qpfvv/g7MO8sYhmXjtq5wC5Kvyyg1CqiXk=";
};
# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.

View File

@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.30",
"version": "1.1.31",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
@@ -38,13 +38,13 @@
],
"dependencies": {
"@yetzt/nedb": "1.8.0",
"archiver": "7.0.0",
"archiver": "7.0.1",
"body-parser": "1.20.3",
"cbor": "5.2.0",
"compression": "1.7.4",
"cookie-session": "2.0.0",
"express": "4.21.0",
"express-handlebars": "5.3.5",
"express-handlebars": "7.1.3",
"express-ws": "5.0.2",
"ipcheck": "0.1.0",
"minimist": "1.2.8",
@@ -78,7 +78,7 @@
"compression": "1.7.4",
"cookie-session": "2.0.0",
"express": "4.21.0",
"express-handlebars": "5.3.5",
"express-handlebars": "7.1.3",
"express-ws": "5.0.2",
"ipcheck": "0.1.0",
"minimist": "1.2.8",

File diff suppressed because it is too large Load Diff