Update to home screen and edits to home links

This commit is contained in:
Lucas Patenaude
2024-03-12 03:07:56 -06:00
parent fc33dafee8
commit bda002f484
6 changed files with 11 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
"name": "web-services",
"dependencies": {
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bcrypt": "^5.1.1",
"body-parser": "1.20.0",
"express": "^4.6.1",
"express-handlebars": "^7.1.2",
@@ -177,8 +177,9 @@
},
"node_modules/bcrypt": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.1.1.tgz",
"integrity": "sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"node-addon-api": "^5.0.0"