Merge pull request #13781 from overleaf/em-fetch-utils-logger

Use fetch-utils in logger library

GitOrigin-RevId: f12067a774856469979475a3be63bebbabcd25a6
This commit is contained in:
Jakob Ackermann
2023-09-07 13:57:11 +02:00
committed by Copybot
parent 3bc7407ba9
commit 6781f7d0ac
5 changed files with 18 additions and 35 deletions

View File

@@ -18,10 +18,10 @@
},
"dependencies": {
"@google-cloud/logging-bunyan": "^5.0.0",
"@overleaf/fetch-utils": "*",
"@overleaf/o-error": "*",
"@sentry/node": "^6.13.2",
"bunyan": "^1.8.14",
"node-fetch": "^2.6.7"
"bunyan": "^1.8.14"
},
"devDependencies": {
"chai": "^4.3.6",