diff --git a/package-lock.json b/package-lock.json index 9a63407..dd9094b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "axios": "^1.15.0", + "axios": "^1.15.2", "compression": "^1.8.1", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", - "express-rate-limit": "^8.3.2", + "express-rate-limit": "^8.4.1", "gamedig": "^5.3.2", "http-proxy-agent": "^9.0.0", "https-proxy-agent": "^9.0.0", - "mysql2": "^3.22.1", + "mysql2": "^3.22.2", "rcon-srcds": "^2.1.1", "redis": "^5.12.1", "socket.io": "^4.8.3", @@ -2428,9 +2428,9 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", @@ -4027,9 +4027,9 @@ } }, "node_modules/express-rate-limit": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.2.tgz", - "integrity": "sha512-77VmFeJkO0/rvimEDuUC5H30oqUC4EyOhyGccfqoLebB0oiEYfM7nwPrsDsBL1gsTpwfzX8SFy2MT3TDyRq+bg==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.4.1.tgz", + "integrity": "sha512-NGVYwQSAyEQgzxX1iCM978PP9AdO/hW93gMcF6ZwQCm+rFvLsBH6w4xcXWTcliS8La5EPRN3p9wzItqBwJrfNw==", "license": "MIT", "dependencies": { "ip-address": "10.1.0" @@ -6236,9 +6236,9 @@ "license": "MIT" }, "node_modules/mysql2": { - "version": "3.22.1", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.1.tgz", - "integrity": "sha512-48+9UXehKyxxiP2pqCxUq+MSFvX+v41jwsSpFDQO/jAoFuAELutBGJUhWJnDbe82/OBlIhSBMC82WeonmznT/Q==", + "version": "3.22.2", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.2.tgz", + "integrity": "sha512-snC/L6YoCJPFpozZo3p3hiOlt9ItQ7sCnLSziFLlIttEzsPhrdcPT8g21BiQ7Oqif25W4Xq1IFuBzBvoFYDf0Q==", "license": "MIT", "dependencies": { "aws-ssl-profiles": "^1.1.2", diff --git a/package.json b/package.json index 76112e3..df7b1af 100644 --- a/package.json +++ b/package.json @@ -21,16 +21,16 @@ "admin:cleanup": "curl -X POST http://localhost:3000/admin/cleanup-history?days=30" }, "dependencies": { - "axios": "^1.15.0", + "axios": "^1.15.2", "compression": "^1.8.1", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", - "express-rate-limit": "^8.3.2", + "express-rate-limit": "^8.4.1", "gamedig": "^5.3.2", "http-proxy-agent": "^9.0.0", "https-proxy-agent": "^9.0.0", - "mysql2": "^3.22.1", + "mysql2": "^3.22.2", "rcon-srcds": "^2.1.1", "redis": "^5.12.1", "socket.io": "^4.8.3",