Merge pull request #42 from overleaf/csh-issue-3661-bump-gc-agents

Bumps versions of the Google Cloud agents
This commit is contained in:
Christopher Hoskin 2020-10-27 14:23:06 +00:00 committed by GitHub
commit 99539db310
3 changed files with 5477 additions and 5 deletions

View file

@ -1 +1 @@
6.9
10.19

5472
libraries/metrics/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,15 +1,15 @@
{
"name": "@overleaf/metrics",
"version": "3.2.1",
"version": "3.3.0",
"description": "A drop-in metrics and monitoring module for node.js apps",
"repository": {
"type": "git",
"url": "https://github.com/overleaf/metrics-module.git"
},
"dependencies": {
"@google-cloud/debug-agent": "^3.0.0",
"@google-cloud/profiler": "^0.2.3",
"@google-cloud/trace-agent": "^3.2.0",
"@google-cloud/debug-agent": "^5.1.2",
"@google-cloud/profiler": "^4.0.3",
"@google-cloud/trace-agent": "^5.1.1",
"compression": "^1.7.4",
"prom-client": "^11.1.3",
"underscore": "~1.6.0",