Skip to content

Commit

Permalink
security: upgrade package-lock.json (apache#4917)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Sep 7, 2022
1 parent 13deea8 commit c384cc7
Show file tree
Hide file tree
Showing 6 changed files with 417 additions and 298 deletions.
2 changes: 1 addition & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ header:
dependency:
files:
- pom.xml
- package.json
- saga/seata-saga-statemachine-designer/package.json
excludes:
- name: io.seata:*
2 changes: 2 additions & 0 deletions changes/en-us/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Add changes here for all PR submitted to the develop branch.
- [[#4865](https://github.com/seata/seata/pull/4865)] fix some security vulnerabilities in GGEditor
- [[#4590](https://github.com/seata/seata/pull/4590)] auto degrade enable to dynamic configure
- [[#4490](https://github.com/seata/seata/pull/4490)] tccfence log table delete by index
- [[#4911](https://github.com/seata/seata/pull/4911)] add license checker workflow
- [[#4917](https://github.com/seata/seata/pull/4917)] upgrade package-lock.json fix vulnerabilities

### test:
- [[#4794](https://github.com/seata/seata/pull/4794)] try to fix the test `DataSourceProxyTest.getResourceIdTest()`
Expand Down
2 changes: 2 additions & 0 deletions changes/zh-cn/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
- [[#4865](https://github.com/seata/seata/pull/4865)] 修复 Saga 可视化设计器 GGEditor 安全漏洞
- [[#4590](https://github.com/seata/seata/pull/4590)] 自动降级支持开关支持动态配置
- [[#4490](https://github.com/seata/seata/pull/4490)] tccfence 记录表优化成按索引删除
- [[#4911](https://github.com/seata/seata/pull/4911)] 添加 header 和license 检测
- [[#4917](https://github.com/seata/seata/pull/4917)] 升级 package-lock.json 修复漏洞

### test:
- [[#4794](https://github.com/seata/seata/pull/4794)] 重构代码,尝试修复单元测试 `DataSourceProxyTest.getResourceIdTest()`
Expand Down
2 changes: 1 addition & 1 deletion saga/seata-saga-statemachine-designer/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[English](README.md) | 简体中文

# Seata Saga StateMachine Designer
# Seata Saga 状态机可视化图形设计器

Seata Saga 状态机可视化图形设计器, 基于 [GGEditor](https://github.com/alibaba/GGEditor)

Expand Down
Loading

0 comments on commit c384cc7

Please sign in to comment.