Bump sequelize from 6.35.1 to 6.35.2
This commit is contained in:
parent
8c90b496c9
commit
9d9d5dac2e
4 changed files with 3 additions and 5 deletions
1
app.js
1
app.js
|
@ -125,6 +125,7 @@ io.on('connection', (socket) => {
|
|||
socket.on('logs', (data) => {
|
||||
containerLogs(data.container)
|
||||
.then(logs => {
|
||||
console.log(`Refreshed logs for ${data.container}`)
|
||||
socket.emit('logString', logs);
|
||||
})
|
||||
.catch(err => {
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -17,7 +17,7 @@
|
|||
"express": "^4.18.2",
|
||||
"express-session": "^1.17.3",
|
||||
"js-yaml": "^4.1.0",
|
||||
"sequelize": "^6.35.1",
|
||||
"sequelize": "^6.35.2",
|
||||
"socket.io": "^4.6.1",
|
||||
"sqlite3": "^5.1.6",
|
||||
"systeminformation": "^5.21.20"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"express": "^4.18.2",
|
||||
"express-session": "^1.17.3",
|
||||
"js-yaml": "^4.1.0",
|
||||
"sequelize": "^6.35.1",
|
||||
"sequelize": "^6.35.2",
|
||||
"socket.io": "^4.6.1",
|
||||
"sqlite3": "^5.1.6",
|
||||
"systeminformation": "^5.21.20"
|
||||
|
|
|
@ -137,9 +137,6 @@
|
|||
<div class="modal-body">
|
||||
|
||||
<div class="card-body">
|
||||
<h4>
|
||||
Log File:
|
||||
</h4>
|
||||
<h4>Logs:</h4>
|
||||
<div id="logView">
|
||||
<pre>No logs available</pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue