aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 50efad2..4ab45d3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "blog",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "An ephemeral blog",
"main": "lib/blog.js",
"bin": {
@@ -23,15 +23,15 @@
"homepage": "https://gitlab.com/rbdr/blog#readme",
"dependencies": {
"dot": "^1.1.3",
- "entities": "^3.0.1",
+ "entities": "^4.5.0",
"gemini-to-html": "^2.1.0",
"getenv": "^1.0.0",
- "minimist": "^1.2.5"
+ "minimist": "^1.2.8"
},
"devDependencies": {
- "@hapi/eslint-plugin": "^5.1.0",
- "eslint": "^8.5.0",
- "jsdoc-to-markdown": "^7.1.0"
+ "@hapi/eslint-plugin": "^6.0.0",
+ "eslint": "^8.56.0",
+ "jsdoc-to-markdown": "^8.0.1"
},
"engines": {
"node": ">=18.0.0"