mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
updated mongojs, chai, bunyan, mocha, sandboxed-module, sinon and timekeeper
This commit is contained in:
parent
ba2268936d
commit
cf7ed3f76e
2 changed files with 1222 additions and 309 deletions
1517
services/contacts/package-lock.json
generated
1517
services/contacts/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -24,15 +24,15 @@
|
|||
"express": "^4.17.1",
|
||||
"logger-sharelatex": "^1.9.0",
|
||||
"metrics-sharelatex": "^2.6.1",
|
||||
"mongojs": "2.4.0",
|
||||
"mongojs": "3.1.0",
|
||||
"request": "~2.88.2",
|
||||
"settings-sharelatex": "^1.1.0",
|
||||
"underscore": "~1.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
"bunyan": "~0.22.3",
|
||||
"chai": "~1.9.1",
|
||||
"bunyan": "~1.8.12",
|
||||
"chai": "~4.2.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-prettier": "^6.10.1",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
|
@ -48,11 +48,11 @@
|
|||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.19.0",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"mocha": "^4.0.1",
|
||||
"mocha": "^7.1.1",
|
||||
"prettier": "^2.0.1",
|
||||
"prettier-eslint-cli": "^5.0.0",
|
||||
"sandboxed-module": "~0.3.0",
|
||||
"sinon": "~1.5.2",
|
||||
"timekeeper": "0.0.5"
|
||||
"sandboxed-module": "~2.0.3",
|
||||
"sinon": "~9.0.1",
|
||||
"timekeeper": "2.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue