Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security: fix npm package vulnerabilities #5868

Merged
merged 1 commit into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions changes/en-us/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ The version is updated as follows:
- [[#5694](https://github.com/seata/seata/pull/5694)] fix several node.js security vulnerabilities
- [[#5801](https://github.com/seata/seata/pull/5801)] fix some dependencies vulnerability
- [[#5805](https://github.com/seata/seata/pull/5805)] fix some serializer vulnerabilities
- [[#5868](https://github.com/seata/seata/pull/5868)] fix npm package vulnerabilities

### test:
- [[#5308](https://github.com/seata/seata/pull/5308)] add unit test [FileLoader, ObjectHolder, StringUtils]
Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
- [[#5694](https://github.com/seata/seata/pull/5694)] 修复若干Node.js依赖安全漏洞
- [[#5801](https://github.com/seata/seata/pull/5801)] 修复Java依赖安全漏洞
- [[#5805](https://github.com/seata/seata/pull/5805)] 修复序列化漏洞
- [[#5868](https://github.com/seata/seata/pull/5868)] 修复npm package漏洞

### test:
- [[#5308](https://github.com/seata/seata/pull/5308)] 添加单元测试用例 [FileLoader, ObjectHolder, StringUtils]
Expand Down
Loading
Loading