Skip to content

Commit c359c17

Browse files
committed
fix: settle security issue
1 parent c36a96c commit c359c17

3 files changed

Lines changed: 54 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2026-02-25 v5.1.0
2+
- 修复 `v5.0.0` 更新导致 property 指定 `type: null` 时,值推导为 `never` 的问题([#369](https://github.com/wechat-miniprogram/api-typings/pull/369)
3+
- 解决依赖安全问题
4+
15
## 2026-02-12 v5.0.1
26
- 更新 API 定义到 3.14.2
37

pnpm-lock.yaml

Lines changed: 47 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ overrides:
22
brace-expansion@>=1.0.0 <=1.1.11: '>=1.1.12 <2.0.0'
33
brace-expansion@>=2.0.0 <=2.0.1: '>=2.0.2'
44
js-yaml@>=4.0.0 <4.1.1: '>=4.1.1'
5+
ajv@<6.14.0: '>=6.14.0'
6+
minimatch@<3.1.3: '>=3.1.3'
7+
minimatch@>=9.0.0 <9.0.6: '>=9.0.6'

0 commit comments

Comments
 (0)