diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2024-05-27 09:15:31 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2024-05-27 09:15:31 -0400 |
| commit | 3057f941c78d9d4ebb9bdf8116994c897f33e773 (patch) | |
| tree | 949da72b65997392fb455e2ece12ad628f5cf9e7 | |
| parent | 45f3395cd525c8ce7ce33de4fe555180058ac532 (diff) | |
Update package.json
| -rw-r--r-- | package.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/package.json b/package.json index 964ae18..6bd3364 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dev": "nodemon app.js", "start": "pm2 start app.js", "stop": "pm2 stop app.js", + "restart": "pm2 restart app.js", "monitor": "pm2 monitor app.js" }, "keywords": [], @@ -16,19 +17,21 @@ "body-parser": "^1.20.2", "chalk-animation": "^2.0.3", "cookie-parser": "^1.4.6", - "dompurify": "^3.1.3", + "csurf": "^1.11.0", + "dompurify": "^3.1.4", "dotenv": "^16.4.5", "express": "^4.19.2", "express-limit": "^1.0.0", "helmet": "^7.1.0", "highlight.js": "^11.9.0", "jest": "^29.7.0", - "jsdom": "^24.0.0", + "jsdom": "^24.1.0", "markdown-it": "^14.1.0", - "mysql2": "^3.9.7", + "mysql2": "^3.9.8", "nodemailer": "^6.9.13", - "nodemon": "^3.1.0", - "pm2": "^5.3.1", + "nodemon": "^3.1.1", + "pm2": "^5.4.0", + "sitemap": "^8.0.0", "winston": "^3.13.0" } } |
