diff --git a/services/spelling/package-lock.json b/services/spelling/package-lock.json index 26546bcb69..e19bf46787 100644 --- a/services/spelling/package-lock.json +++ b/services/spelling/package-lock.json @@ -1383,13 +1383,12 @@ "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==" }, "bunyan": { - "version": "1.8.12", - "resolved": "https://registry.npmjs.org/bunyan/-/bunyan-1.8.12.tgz", - "integrity": "sha512-dmDUbGHeGcvCDLRFOscZkwx1ZO/aFz3bJOCi5nCgzdhFGPxwK+y5AcDBnqagNGlJZ7lje/l6JUEz9mQcutttdg==", - "dev": true, + "version": "1.8.15", + "resolved": "https://registry.npmjs.org/bunyan/-/bunyan-1.8.15.tgz", + "integrity": "sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig==", "requires": { "dtrace-provider": "~0.8", - "moment": "^2.10.6", + "moment": "^2.19.3", "mv": "~2", "safe-json-stringify": "~1" } diff --git a/services/spelling/package.json b/services/spelling/package.json index 8a14d6ea18..df2f3de03e 100644 --- a/services/spelling/package.json +++ b/services/spelling/package.json @@ -28,6 +28,7 @@ "@overleaf/o-error": "^3.0.0", "async": "^2.6.3", "body-parser": "^1.19.0", + "bunyan": "^1.8.15", "coffee-script": "^1.12.7", "express": "^4.17.1", "logger-sharelatex": "^2.2.0", @@ -38,7 +39,6 @@ "underscore": "1.13.1" }, "devDependencies": { - "bunyan": "^1.8.12", "chai": "4.2.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0",