File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11'use strict'
22
33const { glob } = require ( 'glob' )
4+ const path = require ( 'path' )
45
5- const globify = ( pattern ) => pattern . split ( '//' ) . join ( '/' )
6+ const globify = ( pattern ) => pattern . split ( path . win32 . sep ) . join ( path . posix . sep )
67module . exports = ( path , options ) => glob ( globify ( path ) , options )
Original file line number Diff line number Diff line change 11{
22 "name" : " cacache" ,
3- "version" : " 17.1.2 " ,
3+ "version" : " 17.1.3 " ,
44 "cache-version" : {
55 "content" : " 2" ,
66 "index" : " 5"
Original file line number Diff line number Diff line change 9292 "@npmcli/run-script": "^6.0.2",
9393 "abbrev": "^2.0.0",
9494 "archy": "~1.0.0",
95- "cacache": "^17.1.2 ",
95+ "cacache": "^17.1.3 ",
9696 "chalk": "^5.2.0",
9797 "ci-info": "^3.8.0",
9898 "cli-columns": "^4.0.0",
34383438 }
34393439 },
34403440 "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 ==",
34443444 "inBundle": true,
34453445 "dependencies": {
34463446 "@npmcli/fs": "^3.1.0",
Original file line number Diff line number Diff line change 5959 "@npmcli/run-script" : " ^6.0.2" ,
6060 "abbrev" : " ^2.0.0" ,
6161 "archy" : " ~1.0.0" ,
62- "cacache" : " ^17.1.2 " ,
62+ "cacache" : " ^17.1.3 " ,
6363 "chalk" : " ^5.2.0" ,
6464 "ci-info" : " ^3.8.0" ,
6565 "cli-columns" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments