From e918b09c990ce7d234f1ec1b2d5a5a9c8da32ce1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 04:13:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-UNDICI-8641354 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-ONHEADERS-10773729 - https://snyk.io/vuln/SNYK-JS-UNDICI-10176064 - https://snyk.io/vuln/SNYK-JS-UNDICI-6252336 - https://snyk.io/vuln/SNYK-JS-UNDICI-6564964 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/SNYK-JS-UNDICI-6564963 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7db2efa..bc6615c 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,13 @@ }, "homepage": "https://github.com/LautyDev/iplogger#readme", "dependencies": { - "axios": "^1.6.5", + "axios": "^1.12.0", "colors": "^1.4.0", - "discord.js": "^14.14.1", + "discord.js": "^14.20.0", "dotenv": "^16.3.1", - "express": "^4.18.2", + "express": "^4.21.2", "helmet": "^7.1.0", - "morgan": "^1.10.0", + "morgan": "^1.10.1", "ts-node": "^10.9.2", "tslib": "^2.6.2" },