[misc] install bunyan as production dependency

```
Error: Cannot find module 'bunyan'
Require stack:
- .../node_modules/@google-cloud/logging-bunyan/build/src/middleware/express.js
- .../node_modules/@google-cloud/logging-bunyan/build/src/index.js
- .../node_modules/logger-sharelatex/logging-manager.js
- .../node_modules/logger-sharelatex/index.js
- .../app.js
```
This commit is contained in:
Jakob Ackermann
2021-07-12 17:35:51 +01:00
parent 0b5b8f56cb
commit 91b130665a
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -21,6 +21,7 @@
"@overleaf/metrics": "^3.5.1",
"async": "3.2.0",
"body-parser": "^1.19.0",
"bunyan": "^1.8.15",
"errorhandler": "^1.5.1",
"express": "4.17.1",
"logger-sharelatex": "^2.2.0",
@@ -31,7 +32,6 @@
"devDependencies": {
"acorn": "^7.1.1",
"ajv": "^6.12.0",
"bunyan": "^1.8.12",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",