Compare commits

...
Author SHA1 Message Date
raktima-opensignlabs 0158b0e176 Merge pull request #2730 from nxglabs/sync-to-public_repo-32233884118
Merge pull request #2729 from nxglabs/raktima-main-patch-security
2026-08-19 09:05:08 +00:00
RaktimaNXG 5d385a0ea3 Merge branch 'main' of https://github.com/OpenSignLabs/OpenSign into staging 2026-08-17 13:29:58 +05:30
RaktimaandGitHub 82584d6be9 Merge pull request #2243 from OpenSignLabs/raktima-patch-24
fix: update lockfile
2026-08-17 13:15:27 +05:30
RaktimaNXG cba774a336 fix: update lockfile 2026-08-17 13:14:44 +05:30
RaktimaNXG c44351ea67 fix: update lockfile 2026-08-17 12:48:00 +05:30
RaktimaandGitHub 3a861f3e0f v2.41.2 (#2241) 2026-08-14 23:15:48 +05:30
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 4750 additions and 5057 deletions
+2898 -2634
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",
"jsdom": "^29.0.2",
"lint-staged": "^16.4.0",
"postcss": "^8.5.12",
"postcss": "^8.5.23",
"pretty-quick": "^4.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.4.19",
@@ -154,7 +154,10 @@
"form-data": ">=4.0.6",
"js-yaml": "^3.15.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": {
"node": "18 || 20 || 22"
+1837 -2414
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",
"moment": "^2.30.1",
"mongodb": "^7.2.0",
"multer": "^2.1.1",
"multer": "^2.2.0",
"multer-s3": "^3.0.1",
"node-forge": "^1.3.3",
"nodemailer": "^8.0.7",
"nodemailer": "^9.0.1",
"p-limit": "^7.3.0",
"parse": "^8.1.0",
"parse": "^8.6.0",
"parse-dbtool": "^1.2.0",
"parse-server": "^8.6.77",
"parse-server": "^8.6.84",
"parse-server-api-mail-adapter": "^5.0.5",
"pdf-lib": "^1.17.1",
"posthog-node": "^5.21.2",
"qrcode": "^1.5.4",
"rate-limiter-flexible": "^9.1.1",
"sharp": "^0.34.5",
"sharp": "^0.35.3",
"speakeasy": "^2.0.0",
"ws": ">=8.21.0"
"ws": "^8.21.0"
},
"type": "module",
"devDependencies": {
@@ -73,6 +73,7 @@
"parse": "$parse",
"form-data": "$form-data",
"@parse/push-adapter": "$@parse/push-adapter",
"@grpc/grpc-js": ">=1.14.4",
"fast-xml-builder": "1.2.0",
"protobufjs": ">=7.6.3",
"tmp": ">=0.2.7",
@@ -81,7 +82,9 @@
"websocket-driver": ">=0.7.5",
"js-yaml": "^3.15.0",
"lodash": "^4.18.0",
"undici": "^7.29.0"
"undici": "^7.29.0",
"uuid": ">=11.1.1",
"body-parser": ">=2.3.0"
},
"engines": {
"node": "18 || 20 || 22"