Skip to content

Commit 945d966

Browse files
authored
Merge: meshcentral: 1.1.42 -> 1.1.43 (#393305)
2 parents 2c1aa44 + 7b992c6 commit 945d966

File tree

3 files changed

+679
-638
lines changed

3 files changed

+679
-638
lines changed

pkgs/tools/admin/meshcentral/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}:
99

1010
yarn2nix-moretea.mkYarnPackage {
11-
version = "1.1.42";
11+
version = "1.1.43";
1212

1313
src = fetchzip {
14-
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.42.tgz";
15-
sha256 = "0mz03jljw37815fvdpc679b5jpzdpmzfrljclzhzw086sdrzypc3";
14+
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.43.tgz";
15+
sha256 = "0y6bqg03l0p0mkmmk6vh82gxjzsx1mkvjzwpyayrryn3hjaaih4k";
1616
};
1717

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

2525
offlineCache = fetchYarnDeps {
2626
yarnLock = ./yarn.lock;
27-
hash = "sha256-Q4rG6lfSZZQO7GnXRvnof/Pfmqkh4cZ34yhNgoFwAZY=";
27+
hash = "sha256-dkR48KS5Ykh/3RyTuzOQ9dUXLBhhIT0KYGIXTn+CUKA=";
2828
};
2929

3030
# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.

pkgs/tools/admin/meshcentral/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meshcentral",
3-
"version": "1.1.42",
3+
"version": "1.1.43",
44
"keywords": [
55
"Remote Device Management",
66
"Remote Device Monitoring",
@@ -50,7 +50,8 @@
5050
"minimist": "1.2.8",
5151
"multiparty": "4.2.3",
5252
"node-forge": "1.3.1",
53-
"ua-parser-js": "1.0.39",
53+
"ua-parser-js": "1.0.40",
54+
"ua-client-hints-js": "0.1.2",
5455
"ws": "8.18.0",
5556
"yauzl": "2.10.0"
5657
},
@@ -86,7 +87,8 @@
8687
"multiparty": "4.2.3",
8788
"@seald-io/nedb": "*",
8889
"node-forge": "1.3.1",
89-
"ua-parser-js": "1.0.39",
90+
"ua-parser-js": "1.0.40",
91+
"ua-client-hints-js": "0.1.2",
9092
"ws": "8.18.0",
9193
"yauzl": "2.10.0",
9294
"node-windows": "0.1.14",
@@ -102,12 +104,12 @@
102104
"@mysql/xdevapi": "8.0.33",
103105
"mongodb": "4.13.0",
104106
"saslprep": "1.0.3",
105-
"pg": "8.13.1",
107+
"pg": "8.14.1",
106108
"mariadb": "3.4.0",
107109
"acebase": "1.29.5",
108110
"sqlite3": "5.1.7",
109111
"node-vault": "0.10.2",
110-
"semver": "7.5.4",
112+
"semver": "7.7.1",
111113
"https-proxy-agent": "7.0.2",
112114
"mongojs": "3.1.0",
113115
"nodemailer": "6.9.16",
@@ -123,7 +125,7 @@
123125
"minio": "8.0.2",
124126
"wildleek": "2.0.0",
125127
"yubikeyotp": "0.2.0",
126-
"otplib": "10.2.3",
128+
"otplib": "12.0.1",
127129
"twilio": "4.19.0",
128130
"plivo": "4.58.0",
129131
"telnyx": "1.25.5",

0 commit comments

Comments
 (0)