Fixed building WeKan. Updated dompurify. Forked Meteor 2.14 version of meteor-node-stubs to update elliptic.

Thanks to delopers of depedencies and xet7 !

Fixes #5694
This commit is contained in:
Lauri Ojansivu 2025-02-24 14:55:58 +02:00
parent 666ee84033
commit 18d0fa4327
2 changed files with 78 additions and 157 deletions

View file

@ -28,7 +28,7 @@
"ajv": "^6.12.6",
"bcryptjs": "^2.4.3",
"bson": "^4.5.2",
"dompurify": "^2.5.6",
"dompurify": "^3.2.4",
"es6-promise": "^4.2.4",
"escape-string-regexp": "^5.0.0",
"fibers": "^5.0.3",
@ -44,7 +44,7 @@
"markdown-it-emoji": "^2.0.0",
"markdown-it-mathjax3": "^4.3.2",
"meteor-accounts-t9n": "^2.6.0",
"meteor-node-stubs": "^1.2.12",
"meteor-node-stubs": "https://github.com/wekan/meteor-node-stubs.git",
"minio": "^7.1.3",
"moment": "^2.29.4",
"os": "^0.1.2",