Updated dependencies, bumped patch version

This commit is contained in:
2023-06-26 23:05:26 +10:00
parent 98887eecce
commit d3e90f7d5d
2 changed files with 3030 additions and 85 deletions
+3020 -79
View File
File diff suppressed because it is too large Load Diff
+10 -6
View File
@@ -1,6 +1,6 @@
{ {
"name": "auth-server", "name": "auth-server",
"version": "1.7.8", "version": "1.7.9",
"description": "An API centric auth server. Uses Sequelize and mariaDB by default.", "description": "An API centric auth server. Uses Sequelize and mariaDB by default.",
"main": "server/server.js", "main": "server/server.js",
"scripts": { "scripts": {
@@ -22,16 +22,20 @@
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.3.1",
"express": "^4.18.2", "express": "^4.18.2",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0",
"mariadb": "^3.1.1", "mariadb": "^3.2.0",
"node-cron": "^3.0.2", "node-cron": "^3.0.2",
"node-fetch": "^2.6.9", "node-fetch": "^2.6.11",
"nodemailer": "^6.9.1", "nodemailer": "^6.9.3",
"sequelize": "^6.31.1" "npm": "^9.7.2",
"sequelize": "^6.32.1"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^2.0.22" "nodemon": "^2.0.22"
},
"overrides": {
"semver": "^7.5.2"
} }
} }