upgrade packages in package.json file for oneuptime probe

This commit is contained in:
Ayinla Abeeb
2022-01-18 14:46:05 +01:00
parent 18464d0e23
commit 36070ee862
2 changed files with 5258 additions and 3979 deletions

9207
probe/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,29 +22,29 @@
},
"homepage": "https://gitlab.com/oneuptime/probe#readme",
"dependencies": {
"@sentry/node": "^6.12.0",
"axios": "^0.21.1",
"chrome-launcher": "^0.13.2",
"@sentry/node": "^6.16.1",
"axios": "^0.25.0",
"chrome-launcher": "^0.15.0",
"cors": "^2.8.5",
"custom-env": "^2.0.1",
"express": "^4.17.1",
"express": "^4.17.2",
"get-ssl-certificate": "^2.3.3",
"moment": "^2.24.0",
"newrelic": "^7.5.1",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"node-ssh": "^11.1.1",
"ping": "^0.4.0",
"moment": "^2.29.1",
"newrelic": "^8.7.0",
"node-cron": "^3.0.0",
"node-fetch-commonjs": "^3.1.1",
"node-ssh": "^12.0.2",
"ping": "^0.4.1",
"request": "^2.88.2",
"uuid": "^8.3.2",
"vm2": "^3.9.2",
"winston": "^2.4.0",
"vm2": "^3.9.5",
"winston": "^3.4.0",
"winston-slack-transport": "^2.0.0"
},
"resolutions": {},
"devDependencies": {
"depcheck": "^0.9.2",
"nodemon": "^2.0.4",
"npm-force-resolutions": "0.0.3"
"depcheck": "^1.4.3",
"nodemon": "^2.0.15",
"npm-force-resolutions": "0.0.10"
}
}