Skip to content

Commit f058e87

Browse files
authored
fix: 处理 glob、lru-cache 等 patch 版本升级 node 依赖的问题 (#253)
相关参考: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 -->
1 parent 21d4fe9 commit f058e87

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,10 @@
586586
"2.7.0": {
587587
"version": "2.6.3",
588588
"reason": "https://github.com/isaacs/rimraf/issues/194"
589+
},
590+
"5.0.8": {
591+
"version": "5.0.7",
592+
"reason": "https://github.com/isaacs/node-glob/issues/596"
589593
}
590594
},
591595
"less": {
@@ -892,6 +896,10 @@
892896
"7.7.0": {
893897
"version": "7.6.0",
894898
"reason": "https://github.com/isaacs/node-lru-cache/pull/217/files"
899+
},
900+
"10.3.1": {
901+
"version": "10.3.0",
902+
"reason": "https://github.com/isaacs/node-glob/issues/596"
895903
}
896904
},
897905
"ip": {
@@ -1139,6 +1147,18 @@
11391147
"version": "1.11.3",
11401148
"reason": "https://github.com/theKashey/react-focus-lock/issues/301"
11411149
}
1150+
},
1151+
"jackspeak": {
1152+
"3.4.1": {
1153+
"version": "3.4.0",
1154+
"reason": "https://github.com/isaacs/node-glob/issues/596"
1155+
}
1156+
},
1157+
"glob": {
1158+
"10.4.3": {
1159+
"version": "10.4.2",
1160+
"reason": "https://github.com/isaacs/node-glob/issues/596"
1161+
}
11421162
}
11431163
}
11441164
}

0 commit comments

Comments
 (0)