Skip to content

Commit

Permalink
fix: 处理 glob、lru-cache 等 patch 版本升级 node 依赖的问题 (#253)
Browse files Browse the repository at this point in the history
相关参考:isaacs/node-glob#596 

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated various package versions to improve performance, security, and
compatibility.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Jiasm committed Jul 9, 2024
1 parent 21d4fe9 commit f058e87
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,10 @@
"2.7.0": {
"version": "2.6.3",
"reason": "https://github.com/isaacs/rimraf/issues/194"
},
"5.0.8": {
"version": "5.0.7",
"reason": "https://github.com/isaacs/node-glob/issues/596"
}
},
"less": {
Expand Down Expand Up @@ -892,6 +896,10 @@
"7.7.0": {
"version": "7.6.0",
"reason": "https://github.com/isaacs/node-lru-cache/pull/217/files"
},
"10.3.1": {
"version": "10.3.0",
"reason": "https://github.com/isaacs/node-glob/issues/596"
}
},
"ip": {
Expand Down Expand Up @@ -1139,6 +1147,18 @@
"version": "1.11.3",
"reason": "https://github.com/theKashey/react-focus-lock/issues/301"
}
},
"jackspeak": {
"3.4.1": {
"version": "3.4.0",
"reason": "https://github.com/isaacs/node-glob/issues/596"
}
},
"glob": {
"10.4.3": {
"version": "10.4.2",
"reason": "https://github.com/isaacs/node-glob/issues/596"
}
}
}
}
Expand Down

0 comments on commit f058e87

Please sign in to comment.