1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-08 19:40:48 +00:00

Bump metrics to v2.0.12, logger to v1.5.9 and settings to v1.1.0, fixup shrinkwrap

This commit is contained in:
Christopher Hoskin 2019-01-09 15:18:15 +00:00
parent d3b37145b9
commit f2230d6f27
2 changed files with 1435 additions and 911 deletions
services/notifications

File diff suppressed because it is too large Load diff

View file

@ -22,19 +22,19 @@
"async": "^0.1.22",
"coffee-script": "^1.7.1",
"express": "3.1.0",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.1.0",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.9",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v2.0.12",
"mongojs": "^2.4.0",
"node-statsd": "0.0.3",
"request": "^2.65.0",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.1.0",
"underscore": "1.4.4"
},
"devDependencies": {
"bunyan": "^1.0.0",
"chai": "^4.2.0",
"mocha": "^4.1.0",
"chai": "",
"sandboxed-module": "",
"sinon": ""
"sandboxed-module": "^2.0.3",
"sinon": "^6.3.5"
}
}