Library updates

This commit is contained in:
2024-10-15 16:37:26 -04:00
parent 7477733589
commit 6f41b9d5be
16 changed files with 2100 additions and 458 deletions

View File

@@ -1,18 +1,18 @@
{
"name": "@mysticbits/codex-mythica",
"version": "0.4.0",
"name": "@itsericwoodward/codex-mythica",
"version": "0.6.0",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
"body-parser": "~1.0.0",
"compression": "^1.7.1",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "^2.5.7",
"express": "~4.16.0",
"morgan": "~1.0.0"
"body-parser": "~1.20.3",
"compression": "^1.7.4",
"cookie-parser": "~1.4.7",
"debug": "~4.3.7",
"ejs": "^3.1.10",
"express": "~4.21.1",
"morgan": "~1.10.0"
},
"author": {
"name": "Eric Woodward",
@@ -20,6 +20,6 @@
"url": "https://itsericwoodward.com/"
},
"devDependencies": {
"ejs-lint": "^0.3.0"
"ejs-lint": "^2.0.0"
}
}