chore: update mongoose dep

This commit is contained in:
tdurieux
2022-07-22 13:18:40 +02:00
parent ac52999841
commit 7c326143f5
15 changed files with 1143 additions and 810 deletions

View File

@@ -24,8 +24,8 @@
},
"homepage": "https://github.com/tdurieux/anonymous_github#readme",
"dependencies": {
"@octokit/oauth-app": "^3.3.2",
"@octokit/rest": "^18.5.3",
"@octokit/oauth-app": "^4.0.6",
"@octokit/rest": "^19.0.3",
"@pm2/io": "^5.0.0",
"archiver": "^5.3.1",
"aws-sdk": "^2.1180.0",
@@ -40,7 +40,7 @@
"got": "^11.8.5",
"istextorbinary": "^6.0.0",
"mime-types": "^2.1.35",
"mongoose": "^5.13.5",
"mongoose": "^6.4.6",
"node-schedule": "^2.1.0",
"parse-github-url": "^1.0.2",
"passport": "^0.6.0",
@@ -68,8 +68,8 @@
"@types/tar-fs": "^2.0.1",
"@types/unzip-stream": "^0.3.1",
"@types/xml-flow": "^1.0.1",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},