Skip to content

Commit

Permalink
Update server app's dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Jan 28, 2025
1 parent 9bfbf90 commit c940cdb
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 85 deletions.
168 changes: 89 additions & 79 deletions app/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"dotenv": "16.4.7",
"express": "5.0.1",
"helmet": "8.0.0",
"jsforce": "3.6.3",
"jsforce": "3.6.4",
"jsonwebtoken": "9.0.2",
"log4js": "6.9.1",
"mongodb": "6.11.0",
"mongodb": "6.12.0",
"morgan": "1.10.0",
"passport": "0.7.0",
"passport-saml": "3.2.4"
},
"devDependencies": {
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"nodemon": "3.1.7"
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"nodemon": "3.1.9"
}
}

0 comments on commit c940cdb

Please sign in to comment.