diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2026-08-11 11:23:26 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2026-08-11 11:23:26 -0400 |
| commit | 8c1e55c562aace22e9be7fce3ccccd6bf04f4aea (patch) | |
| tree | dd13bcf7f153b7e9500bf8da9ab6b755403eb106 /package.json | |
| parent | a1d4f58d17ea1cd4d94a42c01e3d63e313fdef01 (diff) | |
Update package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/package.json b/package.json index f535188..e9b1e00 100644 --- a/package.json +++ b/package.json @@ -17,17 +17,18 @@ "license": "ISC", "type": "commonjs", "dependencies": { - "body-parser": "^2.2.2", - "chalk": "^5.6.2", + "body-parser": "^2.3.0", + "chalk": "^6.0.0", "cookie-parser": "^1.4.7", - "dompurify": "^3.4.2", + "dompurify": "^3.4.13", "dotenv": "^17.4.2", "express": "^5.2.1", - "express-rate-limit": "^8.5.1", - "helmet": "^8.1.0", - "markdown-it": "^14.1.1", - "mysql2": "^3.22.3", - "nodemailer": "^8.0.7", + "express-rate-limit": "^8.6.2", + "helmet": "^8.3.0", + "markdown-it": "^15.0.0", + "mysql": "^2.18.1", + "mysql2": "^3.23.3", + "nodemailer": "^9.0.5", "nodemon": "^3.1.14", "npm-run-all": "^4.1.5", "rss": "^1.2.2", |
