Skip to content

Commit f9a9f3b

Browse files
committed
fix: dependency version issue when settling security issue
1 parent 38f554b commit f9a9f3b

3 files changed

Lines changed: 66 additions & 53 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2026-02-25 v5.1.1
2+
- 修复 `v5.1.0` 解决依赖安全问题时引入的依赖版本问题
3+
14
## 2026-02-25 v5.1.0
25
- 修复 `v5.0.0` 更新导致 property 指定 `type: null` 时,值推导为 `never` 的问题([#369](https://github.com/wechat-miniprogram/api-typings/pull/369)
36
- 解决依赖安全问题

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
overrides:
22
brace-expansion@>=1.0.0 <=1.1.11: '>=1.1.12 <2.0.0'
3-
brace-expansion@>=2.0.0 <=2.0.1: '>=2.0.2'
3+
brace-expansion@>=2.0.0 <=2.0.1: '>=2.0.2 <3.0.0'
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'
5+
ajv@<6.14.0: '>=6.14.0 <7.0.0'
6+
minimatch@<3.1.3: '>=3.1.3 <4.0.0'
7+
minimatch@>=9.0.0 <9.0.6: '>=9.0.6 <10.0.0'

0 commit comments

Comments
 (0)