mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Pinned tsx runtime.
This commit is contained in:
parent
4921af71c8
commit
7ee8bf435d
2 changed files with 65 additions and 53 deletions
|
@ -30,22 +30,22 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"esbuild": "^0.21.4",
|
||||
"@etherpad/express-session": "^1.18.2",
|
||||
"async": "^3.2.5",
|
||||
"axios": "^1.7.2",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"ejs": "^3.1.10",
|
||||
"esbuild": "^0.21.4",
|
||||
"etherpad-require-kernel": "^1.0.16",
|
||||
"etherpad-yajsml": "0.0.12",
|
||||
"express": "4.19.2",
|
||||
"express-rate-limit": "^7.2.0",
|
||||
"@etherpad/express-session": "^1.18.2",
|
||||
"express-rate-limit": "^7.3.1",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"find-root": "1.1.0",
|
||||
"formidable": "^3.5.1",
|
||||
"http-errors": "^2.0.0",
|
||||
"jose": "^5.3.0",
|
||||
"jose": "^5.4.0",
|
||||
"js-cookie": "^3.0.5",
|
||||
"jsdom": "^24.1.0",
|
||||
"jsonminify": "0.4.2",
|
||||
|
@ -55,13 +55,13 @@
|
|||
"live-plugin-manager": "^1.0.0",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"log4js": "^6.9.1",
|
||||
"lru-cache": "^10.2.0",
|
||||
"lru-cache": "^10.2.2",
|
||||
"measured-core": "^2.0.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"oidc-provider": "^8.4.5",
|
||||
"oidc-provider": "^8.4.6",
|
||||
"openapi-backend": "^5.10.6",
|
||||
"proxy-addr": "^2.0.7",
|
||||
"rate-limiter-flexible": "^5.0.0",
|
||||
"rate-limiter-flexible": "^5.0.3",
|
||||
"rehype": "^13.0.1",
|
||||
"rehype-minify-whitespace": "^6.0.0",
|
||||
"resolve": "1.22.8",
|
||||
|
@ -72,8 +72,8 @@
|
|||
"superagent": "^9.0.2",
|
||||
"threads": "^1.7.0",
|
||||
"tinycon": "0.6.8",
|
||||
"tsx": "^4.11.2",
|
||||
"ueberdb2": "^4.2.63",
|
||||
"tsx": "4.12.1",
|
||||
"ueberdb2": "^4.2.78",
|
||||
"underscore": "1.13.6",
|
||||
"unorm": "1.6.0",
|
||||
"wtfnode": "^0.9.2"
|
||||
|
@ -83,7 +83,7 @@
|
|||
"etherpad-lite": "node/server.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.44.0",
|
||||
"@playwright/test": "^1.44.1",
|
||||
"@types/async": "^3.2.24",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/formidable": "^3.4.5",
|
||||
|
@ -97,7 +97,7 @@
|
|||
"@types/sinon": "^17.0.3",
|
||||
"@types/supertest": "^6.0.2",
|
||||
"@types/underscore": "^1.11.15",
|
||||
"eslint": "^9.2.0",
|
||||
"eslint": "^9.4.0",
|
||||
"eslint-config-etherpad": "^4.0.4",
|
||||
"etherpad-cli-client": "^3.0.2",
|
||||
"mocha": "^10.4.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue