diff --git a/package.json b/package.json index ccea027..beec76d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "ws": "^7.5.10", "nth-check": "^2.0.1", "body-parser": "^1.20.3", - "path-to-regexp": "^0.1.12" + "path-to-regexp": "^0.1.12", + "request": "^2.88.2" }, "resolutions": { "canvas": "2.9.3", @@ -39,12 +40,14 @@ "ws": "^7.5.10", "nth-check": "^2.0.1", "body-parser": "^1.20.3", - "path-to-regexp": "^0.1.12" + "path-to-regexp": "^0.1.12", + "request": "^2.88.2" }, "dependencies": { "bunyan": "^1.8.12", "canvas": "2.9.3", "canvas-5-polyfill": "^0.1.5", + "axios": "^1.8.2", "chart.js": "^2.9.4", "chart.js-v3": "npm:chart.js@3.9.1", "chart.js-v4": "npm:chart.js@4.0.1",