mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove request dep and move fetch-utils to main deps
GitOrigin-RevId: c11bb10ab753bc726332a924b3d13617a1fb3b40
This commit is contained in:
parent
a323f3af75
commit
e537835718
1 changed files with 2 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -44386,6 +44386,7 @@
|
|||
"services/references": {
|
||||
"name": "@overleaf/references",
|
||||
"dependencies": {
|
||||
"@overleaf/fetch-utils": "*",
|
||||
"@overleaf/logger": "*",
|
||||
"@overleaf/metrics": "*",
|
||||
"@overleaf/o-error": "*",
|
||||
|
@ -44396,11 +44397,9 @@
|
|||
"bunyan": "^1.8.15",
|
||||
"express": "^4.19.2",
|
||||
"ioredis": "^4.16.1",
|
||||
"lodash": "^4.17.19",
|
||||
"request": "^2.88.2"
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@overleaf/fetch-utils": "*",
|
||||
"bson": "^1.1.5",
|
||||
"chai": "^4.3.6",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
|
@ -53088,7 +53087,6 @@
|
|||
"ioredis": "^4.16.1",
|
||||
"lodash": "^4.17.19",
|
||||
"mocha": "^10.2.0",
|
||||
"request": "^2.88.2",
|
||||
"sandboxed-module": "^2.0.4",
|
||||
"sinon": "^9.2.4",
|
||||
"typescript": "^5.0.4"
|
||||
|
|
Loading…
Reference in a new issue