diff options
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 6bb96e4..a1e2825 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "Mhykol <mchaeldonald62@pm.me>", "license": "MIT", "dependencies": { - "body-parser": "^1.20.3", + "body-parser": "^2.2.0", "chalk-animation": "^2.0.3", "cookie-parser": "^1.4.7", "csrf": "^3.1.0", @@ -23,15 +23,15 @@ "dotenv": "^16.4.7", "express": "^4.21.2", "express-rate-limit": "^7.5.0", - "helmet": "^8.0.0", + "helmet": "^8.1.0", "highlight.js": "^11.11.1", "jest": "^29.7.0", "jsdom": "^26.0.0", "markdown-it": "^14.1.0", - "mysql2": "^3.13.0", + "mysql2": "^3.14.0", "nodemailer": "^6.10.0", "nodemon": "^3.1.9", - "pm2": "^5.4.3", + "pm2": "^6.0.5", "rss": "^1.2.2", "sitemap": "^8.0.0", "winston": "^3.17.0" |
