aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index bef37be..4bbdcf3 100644
--- a/package.json
+++ b/package.json
@@ -17,23 +17,23 @@
},
"homepage": "https://github.com/terminaldweller/web#readme",
"dependencies": {
- "ejs": "^3.1.6",
- "express": "^4.17.1",
+ "ejs": "^3.1.10",
+ "express": "^4.21.2",
"express-sitemap": "^1.8.0",
- "express-sitemap-xml": "^3.0.0",
- "helmet": "^5.0.2",
- "jsdom": "^16.2.2",
- "katex": "^0.11.1",
- "markdown-it": "^11.0.0",
- "markdown-it-highlightjs": "^3.4.0",
- "markdown-it-multimd-table": "^4.0.2",
- "markdown-it-texmath": "^0.7.0",
- "mongoose": "^6.2.8",
+ "express-sitemap-xml": "^3.1.0",
+ "helmet": "^8.1.0",
+ "jsdom": "^26.0.0",
+ "katex": "^0.16.21",
+ "markdown-it": "^14.1.0",
+ "markdown-it-highlightjs": "^4.2.0",
+ "markdown-it-multimd-table": "^4.2.3",
+ "markdown-it-texmath": "^1.0.0",
+ "mongoose": "^8.12.1",
"morgan": "^1.10.0",
- "pug": "^3.0.2",
+ "pug": "^3.0.3",
"spdy": "^4.0.2"
},
"devDependencies": {
- "eslint": "^7.32.0"
+ "eslint": "^9.22.0"
}
}