From b5f285c4d0f554fae63ec5df046a39d9e158cfa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 12:03:10 +0000 Subject: [PATCH] npm: bump the npm-deps group with 3 updates Bumps the npm-deps group with 3 updates: [axios](https://github.com/axios/axios), [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) and [mysql2](https://github.com/sidorares/node-mysql2). Updates `axios` from 1.15.0 to 1.15.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.15.2) Updates `express-rate-limit` from 8.3.2 to 8.4.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v8.3.2...v8.4.1) Updates `mysql2` from 3.22.1 to 3.22.2 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.22.1...v3.22.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: express-rate-limit dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: mysql2 dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) 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",