Upgrading package versions

This commit is contained in:
Gregory Ballantine 2025-06-11 12:45:25 -04:00
parent 7375c1ce39
commit e9a4d85c1d
2 changed files with 1389 additions and 499 deletions

1872
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,19 +21,19 @@
"author": "Gregory Ballantine <gballantine@metaunix.net>", "author": "Gregory Ballantine <gballantine@metaunix.net>",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"express": "^4.18.2", "express": "^5.1.0",
"express-session": "^1.17.3", "express-session": "^1.18.1",
"sequelize": "^6.35.1", "sequelize": "^6.37.7",
"sqlite3": "^5.1.6", "sqlite3": "^5.1.7",
"twig": "^1.16.0" "twig": "^1.17.1"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^1.6.1", "grunt": "^1.6.1",
"grunt-cli": "^1.4.3", "grunt-cli": "^1.5.0",
"grunt-contrib-coffee": "^2.1.0", "grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-sass": "^2.0.0", "grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0", "grunt-contrib-watch": "^1.1.0",
"nodemon": "^3.0.1", "nodemon": "^3.1.10",
"sass": "^1.77.4" "sass": "^1.89.2"
} }
} }