Merge: meshcentral: 1.1.42 -> 1.1.43 (#393305)
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
}:
|
||||
|
||||
yarn2nix-moretea.mkYarnPackage {
|
||||
version = "1.1.42";
|
||||
version = "1.1.43";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.42.tgz";
|
||||
sha256 = "0mz03jljw37815fvdpc679b5jpzdpmzfrljclzhzw086sdrzypc3";
|
||||
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.43.tgz";
|
||||
sha256 = "0y6bqg03l0p0mkmmk6vh82gxjzsx1mkvjzwpyayrryn3hjaaih4k";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -24,7 +24,7 @@ yarn2nix-moretea.mkYarnPackage {
|
||||
|
||||
offlineCache = fetchYarnDeps {
|
||||
yarnLock = ./yarn.lock;
|
||||
hash = "sha256-Q4rG6lfSZZQO7GnXRvnof/Pfmqkh4cZ34yhNgoFwAZY=";
|
||||
hash = "sha256-dkR48KS5Ykh/3RyTuzOQ9dUXLBhhIT0KYGIXTn+CUKA=";
|
||||
};
|
||||
|
||||
# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meshcentral",
|
||||
"version": "1.1.42",
|
||||
"version": "1.1.43",
|
||||
"keywords": [
|
||||
"Remote Device Management",
|
||||
"Remote Device Monitoring",
|
||||
@@ -50,7 +50,8 @@
|
||||
"minimist": "1.2.8",
|
||||
"multiparty": "4.2.3",
|
||||
"node-forge": "1.3.1",
|
||||
"ua-parser-js": "1.0.39",
|
||||
"ua-parser-js": "1.0.40",
|
||||
"ua-client-hints-js": "0.1.2",
|
||||
"ws": "8.18.0",
|
||||
"yauzl": "2.10.0"
|
||||
},
|
||||
@@ -86,7 +87,8 @@
|
||||
"multiparty": "4.2.3",
|
||||
"@seald-io/nedb": "*",
|
||||
"node-forge": "1.3.1",
|
||||
"ua-parser-js": "1.0.39",
|
||||
"ua-parser-js": "1.0.40",
|
||||
"ua-client-hints-js": "0.1.2",
|
||||
"ws": "8.18.0",
|
||||
"yauzl": "2.10.0",
|
||||
"node-windows": "0.1.14",
|
||||
@@ -102,12 +104,12 @@
|
||||
"@mysql/xdevapi": "8.0.33",
|
||||
"mongodb": "4.13.0",
|
||||
"saslprep": "1.0.3",
|
||||
"pg": "8.13.1",
|
||||
"pg": "8.14.1",
|
||||
"mariadb": "3.4.0",
|
||||
"acebase": "1.29.5",
|
||||
"sqlite3": "5.1.7",
|
||||
"node-vault": "0.10.2",
|
||||
"semver": "7.5.4",
|
||||
"semver": "7.7.1",
|
||||
"https-proxy-agent": "7.0.2",
|
||||
"mongojs": "3.1.0",
|
||||
"nodemailer": "6.9.16",
|
||||
@@ -123,7 +125,7 @@
|
||||
"minio": "8.0.2",
|
||||
"wildleek": "2.0.0",
|
||||
"yubikeyotp": "0.2.0",
|
||||
"otplib": "10.2.3",
|
||||
"otplib": "12.0.1",
|
||||
"twilio": "4.19.0",
|
||||
"plivo": "4.58.0",
|
||||
"telnyx": "1.25.5",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user