Merge pull request #298945 from Ma27/bump-meshcentral

meshcentral: 1.1.21 -> 1.1.22
This commit is contained in:
Maximilian Bosch 2024-03-26 08:17:51 +00:00 committed by GitHub
commit 0c2e34ad2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1357 additions and 1037 deletions

View File

@ -7,11 +7,11 @@
}:
yarn2nix-moretea.mkYarnPackage {
version = "1.1.21";
version = "1.1.22";
src = fetchzip {
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.21.tgz";
sha256 = "0iwapln36dxa17hbl38vb3hmx6ijckf0psmf16mri4iq3x3749r9";
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.22.tgz";
sha256 = "14hxynja1xybzcv9wabhn2ps7ngnigb4hs2lc2zz162wd1phv6j1";
};
patches = [ ./fix-js-include-paths.patch ];
@ -21,7 +21,7 @@ yarn2nix-moretea.mkYarnPackage {
offlineCache = fetchYarnDeps {
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.

View File

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

File diff suppressed because it is too large Load Diff