File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
3
const { glob } = require ( 'glob' )
4
+ const path = require ( 'path' )
4
5
5
- const globify = ( pattern ) => pattern . split ( '//' ) . join ( '/' )
6
+ const globify = ( pattern ) => pattern . split ( path . win32 . sep ) . join ( path . posix . sep )
6
7
module . exports = ( path , options ) => glob ( globify ( path ) , options )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cacache" ,
3
- "version" : " 17.1.2 " ,
3
+ "version" : " 17.1.3 " ,
4
4
"cache-version" : {
5
5
"content" : " 2" ,
6
6
"index" : " 5"
Original file line number Diff line number Diff line change 92
92
"@npmcli/run-script": "^6.0.2",
93
93
"abbrev": "^2.0.0",
94
94
"archy": "~1.0.0",
95
- "cacache": "^17.1.2 ",
95
+ "cacache": "^17.1.3 ",
96
96
"chalk": "^5.2.0",
97
97
"ci-info": "^3.8.0",
98
98
"cli-columns": "^4.0.0",
3438
3438
}
3439
3439
},
3440
3440
"node_modules/cacache": {
3441
- "version": "17.1.2 ",
3442
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.2 .tgz",
3443
- "integrity": "sha512-VcRDUtZd9r7yfGDpdm3dBDBSQbLd19IqWs9q1tuB9g6kmxYLwIjfLngRKMCfDHxReuf0SBclRuYn66Xds7jzUQ ==",
3441
+ "version": "17.1.3 ",
3442
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.3 .tgz",
3443
+ "integrity": "sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg ==",
3444
3444
"inBundle": true,
3445
3445
"dependencies": {
3446
3446
"@npmcli/fs": "^3.1.0",
Original file line number Diff line number Diff line change 59
59
"@npmcli/run-script" : " ^6.0.2" ,
60
60
"abbrev" : " ^2.0.0" ,
61
61
"archy" : " ~1.0.0" ,
62
- "cacache" : " ^17.1.2 " ,
62
+ "cacache" : " ^17.1.3 " ,
63
63
"chalk" : " ^5.2.0" ,
64
64
"ci-info" : " ^3.8.0" ,
65
65
"cli-columns" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments