We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7f485 commit 5b7eec6Copy full SHA for 5b7eec6
2 files changed
package.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"typings": "types/index.d.ts",
7
"engines": {
8
- "node": "20.x"
+ "node": ">=20.x"
9
},
10
"scripts": {
11
"express:start": "rimraf dist && tsc -p tsconfig.json && node dist/lib/server.js",
@@ -14,10 +14,10 @@
14
15
"dependencies": {
16
"@types/express": "^4.17.21",
17
- "axios": "^1.7.4",
18
- "express": "^4.19.2",
+ "axios": "^1.15.0",
+ "express": "^5.2.1",
19
"linkedom": "^0.16.11",
20
- "lodash": "^4.17.21",
+ "lodash": "^4.18.1",
21
"pino": "^8.19.0",
22
"pino-http": "^9.0.0",
23
"regex-translator": "^0.2.8",
0 commit comments