badmfck-api-server 1.8.7 → 1.8.8
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "badmfck-api-server",
|
3
|
-
"version": "1.8.
|
3
|
+
"version": "1.8.8",
|
4
4
|
"description": "Simple API http server based on express",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -20,13 +20,13 @@
|
|
20
20
|
"@types/express-fileupload": "^1.5.0",
|
21
21
|
"@types/mysql": "^2.15.21",
|
22
22
|
"@types/ws": "^8.5.9",
|
23
|
-
"axios": "^1.
|
23
|
+
"axios": "^1.7.2",
|
24
24
|
"badmfck-signal": "^1.4.5",
|
25
25
|
"cors": "^2.8.5",
|
26
26
|
"express": "^4.19.2",
|
27
27
|
"express-fileupload": "^1.5.0",
|
28
28
|
"mysql": "^2.18.1",
|
29
|
-
"ws": "^8.
|
29
|
+
"ws": "^8.17.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@types/cors": "^2.8.13",
|