Merge pull request #4980 from overleaf/bg-upgrade-metrics-dependencies

upgrade metrics dependencies

GitOrigin-RevId: 3fda4017ac4d5e1ab1e196051d557c10253924b7
This commit is contained in:
Brian Gough 2021-09-07 12:03:03 +01:00 committed by Copybot
parent cae921b30a
commit fa2567aa61
2 changed files with 213 additions and 497 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "@overleaf/metrics",
"version": "3.5.1",
"version": "3.5.2",
"description": "A drop-in metrics and monitoring module for node.js apps",
"repository": {
"type": "git",
@ -8,11 +8,10 @@
},
"dependencies": {
"@google-cloud/debug-agent": "^5.1.2",
"@google-cloud/profiler": "^4.0.3",
"@google-cloud/profiler": "^4.1.3",
"@google-cloud/trace-agent": "^5.1.1",
"compression": "^1.7.4",
"prom-client": "^11.1.3",
"underscore": "~1.6.0",
"yn": "^3.1.1"
},
"devDependencies": {