Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Nov 8, 2023
1 parent b568d60 commit f807da7
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 93 deletions.
3 changes: 3 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ if(typeof(networkInterfaces.wlp2s0) !== 'undefined') {
console.log(`\n(c) | app-server-ip: ${networkInterfaces['Wi-Fi'][1].address}:${PORT}\\\n\n`);
} else if(typeof(networkInterfaces.Ethernet) !== 'undefined') {
console.log(`\n(d) | app-server-ip: ${networkInterfaces.Ethernet[1].address}:${PORT}\\\n\n`);
} else if(typeof(networkInterfaces.enxca131647a229) !== 'undefined') {
console.log(`\n(e) | app-server-ip: ${networkInterfaces.enxca131647a229[0].address}:${PORT}\\\n\n`);
} else {
console.log('network out : ', networkInterfaces);
console.log('\nno IP found for sharing over the network\n\n');
}
172 changes: 87 additions & 85 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
},
"homepage": "https://github.com/mrdcvlsc/password-manager#readme",
"dependencies": {
"@fastify/cookie": "^9.0.4",
"@fastify/cookie": "^9.1.0",
"@fastify/formbody": "^7.4.0",
"@fastify/helmet": "^11.0.0",
"@fastify/session": "^10.4.0",
"@fastify/static": "^6.10.2",
"bcrypt": "^5.1.0",
"better-sqlite3": "^8.5.0",
"@fastify/helmet": "^11.1.1",
"@fastify/session": "^10.5.0",
"@fastify/static": "^6.12.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.0.0",
"dotenv": "^16.3.1",
"fastify": "^4.21.0",
"fastify-session-better-sqlite3-store": "^2.0.0"
"fastify": "^4.24.3",
"fastify-session-better-sqlite3-store": "^2.1.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
Expand Down
Binary file added undefined
Binary file not shown.

0 comments on commit f807da7

Please sign in to comment.