Skip to content

Commit 834fae4

Browse files
authored
fix: downgrade fs-extra to ^7.0.1 (#95)
Fixes an EPERM bug on Windows.
1 parent 0a64fd4 commit 834fae4

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"env-paths": "^2.1.0",
24-
"fs-extra": "^8.0.1",
24+
"fs-extra": "^7.0.1",
2525
"got": "^9.6.0",
2626
"sumchecker": "^3.0.0"
2727
},
@@ -58,4 +58,4 @@
5858
"artifact",
5959
"release"
6060
]
61-
}
61+
}

yarn.lock

+1-10
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,7 @@ from2@^2.1.0, from2@^2.1.1:
22762276
inherits "^2.0.1"
22772277
readable-stream "^2.0.0"
22782278

2279-
fs-extra@^7.0.0:
2279+
fs-extra@^7.0.0, fs-extra@^7.0.1:
22802280
version "7.0.1"
22812281
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
22822282
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
@@ -2285,15 +2285,6 @@ fs-extra@^7.0.0:
22852285
jsonfile "^4.0.0"
22862286
universalify "^0.1.0"
22872287

2288-
fs-extra@^8.0.1:
2289-
version "8.0.1"
2290-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b"
2291-
integrity sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==
2292-
dependencies:
2293-
graceful-fs "^4.1.2"
2294-
jsonfile "^4.0.0"
2295-
universalify "^0.1.0"
2296-
22972288
fs-minipass@^1.2.5:
22982289
version "1.2.5"
22992290
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"

0 commit comments

Comments
 (0)