Compare commits

...
4 Commits
Author SHA1 Message Date
RaktimaNXG 348ff6de70 Merge branch 'main' of https://github.com/OpenSignLabs/OpenSign into staging 2026-08-14 22:24:09 +05:30
AmolandGitHub a773c50774 Merge pull request #2240 from OpenSignLabs/updates-31819970805 2026-08-14 22:08:53 +05:30
raktima-opensignlabs 7c414157dd Merge pull request #2717 from nxglabs/sync-to-public_repo-31818759561
Merge pull request #2716 from nxglabs/raktima-main-patch-security
2026-08-14 16:34:38 +00:00
RaktimaandGitHub 7b4785461c v2.41.1 (#2233) 2026-08-11 17:09:48 +05:30
4 changed files with 2652 additions and 3026 deletions
+2256 -2539
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -136,7 +136,7 @@
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"jsdom": "^29.0.2", "jsdom": "^29.0.2",
"lint-staged": "^16.4.0", "lint-staged": "^16.4.0",
"postcss": "^8.5.12", "postcss": "^8.5.23",
"pretty-quick": "^4.2.2", "pretty-quick": "^4.2.2",
"rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.4.19", "tailwindcss": "^3.4.19",
@@ -154,7 +154,10 @@
"form-data": ">=4.0.6", "form-data": ">=4.0.6",
"js-yaml": "^3.15.0", "js-yaml": "^3.15.0",
"undici": "^7.29.0", "undici": "^7.29.0",
"fast-uri": "^3.1.5" "fast-uri": "^3.1.5",
"nanoid": ">=3.3.16",
"ws": ">=8.21.0",
"protobufjs": ">=7.6.5"
}, },
"engines": { "engines": {
"node": "18 || 20 || 22" "node": "18 || 20 || 22"
+381 -478
View File
File diff suppressed because it is too large Load Diff
+10 -7
View File
@@ -40,22 +40,22 @@
"mailgun.js": "^13.0.0", "mailgun.js": "^13.0.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"mongodb": "^7.2.0", "mongodb": "^7.2.0",
"multer": "^2.1.1", "multer": "^2.2.0",
"multer-s3": "^3.0.1", "multer-s3": "^3.0.1",
"node-forge": "^1.3.3", "node-forge": "^1.3.3",
"nodemailer": "^8.0.7", "nodemailer": "^9.0.1",
"p-limit": "^7.3.0", "p-limit": "^7.3.0",
"parse": "^8.1.0", "parse": "^8.6.0",
"parse-dbtool": "^1.2.0", "parse-dbtool": "^1.2.0",
"parse-server": "^8.6.77", "parse-server": "^8.6.84",
"parse-server-api-mail-adapter": "^5.0.5", "parse-server-api-mail-adapter": "^5.0.5",
"pdf-lib": "^1.17.1", "pdf-lib": "^1.17.1",
"posthog-node": "^5.21.2", "posthog-node": "^5.21.2",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"rate-limiter-flexible": "^9.1.1", "rate-limiter-flexible": "^9.1.1",
"sharp": "^0.34.5", "sharp": "^0.35.3",
"speakeasy": "^2.0.0", "speakeasy": "^2.0.0",
"ws": ">=8.21.0" "ws": "^8.21.0"
}, },
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
@@ -73,6 +73,7 @@
"parse": "$parse", "parse": "$parse",
"form-data": "$form-data", "form-data": "$form-data",
"@parse/push-adapter": "$@parse/push-adapter", "@parse/push-adapter": "$@parse/push-adapter",
"@grpc/grpc-js": ">=1.14.4",
"fast-xml-builder": "1.2.0", "fast-xml-builder": "1.2.0",
"protobufjs": ">=7.6.3", "protobufjs": ">=7.6.3",
"tmp": ">=0.2.7", "tmp": ">=0.2.7",
@@ -81,7 +82,9 @@
"websocket-driver": ">=0.7.5", "websocket-driver": ">=0.7.5",
"js-yaml": "^3.15.0", "js-yaml": "^3.15.0",
"lodash": "^4.18.0", "lodash": "^4.18.0",
"undici": "^7.29.0" "undici": "^7.29.0",
"uuid": ">=11.1.1",
"body-parser": ">=2.3.0"
}, },
"engines": { "engines": {
"node": "18 || 20 || 22" "node": "18 || 20 || 22"