File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"use strict" ;
7
7
8
- const fs = require ( "fs" ) ;
8
+ const fs = require ( "graceful- fs" ) ;
9
9
const CachedInputFileSystem = require ( "./CachedInputFileSystem" ) ;
10
10
const ResolverFactory = require ( "./ResolverFactory" ) ;
11
11
Original file line number Diff line number Diff line change 9
9
" LICENSE"
10
10
],
11
11
"dependencies" : {
12
+ "graceful-fs" : " ^4.2.4" ,
12
13
"tapable" : " ^2.0.0"
13
14
},
14
15
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -1190,7 +1190,7 @@ globals@^12.1.0:
1190
1190
dependencies :
1191
1191
type-fest "^0.8.1"
1192
1192
1193
- graceful-fs@^4.1.15 :
1193
+ graceful-fs@^4.1.15, graceful-fs@^4.2.4 :
1194
1194
version "4.2.4"
1195
1195
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
1196
1196
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
You can’t perform that action at this time.
0 commit comments