Skip to content

Commit 5b7eec6

Browse files
committed
fix(deps): update axios
1 parent de7f485 commit 5b7eec6

2 files changed

Lines changed: 410 additions & 417 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"typings": "types/index.d.ts",
77
"engines": {
8-
"node": "20.x"
8+
"node": ">=20.x"
99
},
1010
"scripts": {
1111
"express:start": "rimraf dist && tsc -p tsconfig.json && node dist/lib/server.js",
@@ -14,10 +14,10 @@
1414
},
1515
"dependencies": {
1616
"@types/express": "^4.17.21",
17-
"axios": "^1.7.4",
18-
"express": "^4.19.2",
17+
"axios": "^1.15.0",
18+
"express": "^5.2.1",
1919
"linkedom": "^0.16.11",
20-
"lodash": "^4.17.21",
20+
"lodash": "^4.18.1",
2121
"pino": "^8.19.0",
2222
"pino-http": "^9.0.0",
2323
"regex-translator": "^0.2.8",

0 commit comments

Comments
 (0)