chore: update dependencies

This commit is contained in:
tdurieux
2023-08-28 12:10:15 +02:00
parent 2f5d7a1089
commit f72a662750
2 changed files with 2304 additions and 2249 deletions

4531
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,28 +30,28 @@
"build"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.359.0",
"@aws-sdk/node-http-handler": "^3.350.0",
"@octokit/oauth-app": "^4.2.4",
"@octokit/plugin-paginate-rest": "^7.1.2",
"@octokit/rest": "^19.0.5",
"@aws-sdk/client-s3": "^3.374.0",
"@aws-sdk/node-http-handler": "^3.374.0",
"@octokit/oauth-app": "^6.0.0",
"@octokit/plugin-paginate-rest": "^8.0.0",
"@octokit/rest": "^20.0.1",
"@pm2/io": "^5.0.0",
"archiver": "^5.3.1",
"bullmq": "^2.3.2",
"compression": "^1.7.4",
"connect-redis": "^7.0.1",
"decompress-stream-to-s3": "^2.0.1",
"decompress-stream-to-s3": "^2.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-rate-limit": "^6.8.0",
"express-session": "^1.17.3",
"express-slow-down": "^1.6.0",
"got": "^11.8.5",
"inquirer": "^8.2.5",
"istextorbinary": "^6.0.0",
"marked": "^5.1.0",
"marked": "^5.1.2",
"mime-types": "^2.1.35",
"mongoose": "^7.3.0",
"mongoose": "^7.4.1",
"node-schedule": "^2.1.1",
"parse-github-url": "^1.0.2",
"passport": "^0.6.0",
@@ -73,7 +73,7 @@
"@types/express-slow-down": "^1.3.2",
"@types/got": "^9.6.12",
"@types/inquirer": "^8.0.0",
"@types/marked": "^5.0.0",
"@types/marked": "^5.0.1",
"@types/mime-types": "^2.1.0",
"@types/node-schedule": "^2.1.0",
"@types/parse-github-url": "^1.0.0",
@@ -84,7 +84,7 @@
"@types/xml-flow": "^1.0.1",
"chai": "^4.3.6",
"mocha": "^10.1.0",
"nodemon": "^2.0.20",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},