upgrade packages in package.json file for oneuptime realtime

This commit is contained in:
Ayinla Abeeb
2022-01-18 15:00:47 +01:00
parent 18464d0e23
commit fe12c59bae
2 changed files with 717 additions and 751 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,20 +13,20 @@
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^6.12.0",
"@sentry/tracing": "^6.12.0",
"axios": "^0.21.1",
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"axios": "^0.25.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"custom-env": "^2.0.1",
"express": "^4.17.1",
"express": "^4.17.2",
"lodash": "^4.17.21",
"socket.io": "^4.1.2",
"socket.io": "^4.4.1",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"winston-slack-webhook-transport": "^2.0.1"
"winston": "^3.4.0",
"winston-slack-webhook-transport": "^2.1.0"
},
"devDependencies": {
"nodemon": "^2.0.12"
"nodemon": "^2.0.15"
}
}