File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " graceful-fs" ,
33 "description" : " A drop-in replacement for fs, making various improvements." ,
4- "version" : " 4.2.10 " ,
4+ "version" : " 4.2.11 " ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/isaacs/node-graceful-fs"
3838 "import-fresh" : " ^2.0.0" ,
3939 "mkdirp" : " ^0.5.0" ,
4040 "rimraf" : " ^2.2.8" ,
41- "tap" : " ^12.7.0 "
41+ "tap" : " ^16.3.4 "
4242 },
4343 "files" : [
4444 " fs.js" ,
4545 " graceful-fs.js" ,
4646 " legacy-streams.js" ,
4747 " polyfills.js" ,
4848 " clone.js"
49- ]
49+ ],
50+ "tap" : {
51+ "reporter" : " classic"
52+ }
5053}
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function patch (fs) {
101101 var backoff = 0 ;
102102 fs$rename ( from , to , function CB ( er ) {
103103 if ( er
104- && ( er . code === "EACCES" || er . code === "EPERM" )
104+ && ( er . code === "EACCES" || er . code === "EPERM" || er . code === "EBUSY" )
105105 && Date . now ( ) - start < 60000 ) {
106106 setTimeout ( function ( ) {
107107 fs . stat ( to , function ( stater , st ) {
Original file line number Diff line number Diff line change 100100 "fastest-levenshtein": "^1.0.16",
101101 "fs-minipass": "^3.0.1",
102102 "glob": "^8.1.0",
103- "graceful-fs": "^4.2.10 ",
103+ "graceful-fs": "^4.2.11 ",
104104 "hosted-git-info": "^6.1.1",
105105 "ini": "^3.0.1",
106106 "init-package-json": "^5.0.0",
56555655 }
56565656 },
56575657 "node_modules/graceful-fs": {
5658- "version": "4.2.10 ",
5659- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10 .tgz",
5660- "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA ==",
5658+ "version": "4.2.11 ",
5659+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11 .tgz",
5660+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ ==",
56615661 "inBundle": true
56625662 },
56635663 "node_modules/grapheme-splitter": {
Original file line number Diff line number Diff line change 6969 "fastest-levenshtein" : " ^1.0.16" ,
7070 "fs-minipass" : " ^3.0.1" ,
7171 "glob" : " ^8.1.0" ,
72- "graceful-fs" : " ^4.2.10 " ,
72+ "graceful-fs" : " ^4.2.11 " ,
7373 "hosted-git-info" : " ^6.1.1" ,
7474 "ini" : " ^3.0.1" ,
7575 "init-package-json" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments