File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " path-scurry" ,
3
- "version" : " 1.9.1 " ,
3
+ "version" : " 1.9.2 " ,
4
4
"description" : " walk paths fast and efficiently" ,
5
5
"author" : " Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)" ,
6
6
"main" : " ./dist/cjs/index.js" ,
82
82
},
83
83
"dependencies" : {
84
84
"lru-cache" : " ^9.1.1" ,
85
- "minipass" : " ^5.0.0 || ^6.0.0 "
85
+ "minipass" : " ^5.0.0 || ^6.0.2 "
86
86
}
87
87
}
Original file line number Diff line number Diff line change @@ -10263,13 +10263,13 @@
10263
10263
"dev": true
10264
10264
},
10265
10265
"node_modules/path-scurry": {
10266
- "version": "1.9.1 ",
10267
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.1 .tgz",
10268
- "integrity": "sha512-UgmoiySyjFxP6tscZDgWGEAgsW5ok8W3F5CJDnnH2pozwSTGE6eH7vwTotMwATWA2r5xqdkKdxYPkwlJjAI/3g ==",
10266
+ "version": "1.9.2 ",
10267
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2 .tgz",
10268
+ "integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg ==",
10269
10269
"inBundle": true,
10270
10270
"dependencies": {
10271
10271
"lru-cache": "^9.1.1",
10272
- "minipass": "^5.0.0 || ^6.0.0 "
10272
+ "minipass": "^5.0.0 || ^6.0.2 "
10273
10273
},
10274
10274
"engines": {
10275
10275
"node": ">=16 || 14 >=14.17"
You can’t perform that action at this time.
0 commit comments