Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"oss"
],
"dependencies": {
"oss-client": "^1.1.0"
"oss-client": "^2.4.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This major version upgrade of oss-client from v1.x to v2.x is flagged by Snyk as a breaking change. This introduces a critical risk of runtime failures in the application's OSS integration. The APIs for Client, STS, and ClusterClient used in lib/oss.js may have changed. The application code likely needs to be updated to be compatible with the new version of oss-client. Please consult the oss-client v2 release notes and update the code accordingly before merging.

},
"devDependencies": {
"egg": "^3.3.3",
Expand Down