diff --git a/package.json b/package.json index 0e44d67cb8..72dcc6517f 100644 --- a/package.json +++ b/package.json @@ -40,26 +40,26 @@ }, "dependencies": { "@alicloud/pop-core": "^1.7.10", - "@octokit/app": "^3.0.0", - "@octokit/request": "^3.0.3", - "@octokit/rest": "^16.3.2", + "@octokit/app": "^15.1.0", + "@octokit/request": "^9.1.3", + "@octokit/rest": "^21.0.2", "ali-oss": "^6.15.2", "argparse": "^2.0.0", - "async": "^2.6.1", + "async": "^3.2.6", "aws-sdk": "^2.1148.0", "azure-storage": "^2.10.3", "csv-write-stream": "^2.0.0", "fast-safe-stringify": "^2.0.6", - "google-auth-library": "^8.1.1", - "minimatch": "^3.0.4", - "ms-rest-azure": "^2.6.0", + "google-auth-library": "^9.14.0", + "minimatch": "^10.0.1", + "ms-rest-azure": "^3.0.2", "tty-table": "^4.1.3" }, "devDependencies": { - "chai": "^4.2.0", - "mocha": "^6.1.4", - "nodemon": "^1.19.4", - "nyc": "^14.1.1", - "eslint": "^6.8.0" + "chai": "^5.1.1", + "mocha": "^10.7.3", + "nodemon": "^3.1.4", + "nyc": "^17.0.0", + "eslint": "^9.9.0" } }