Skip to content

Commit

Permalink
Upgrade to fs-extra@^10.1.0 that fixes regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkelleher committed Apr 18, 2022
1 parent a663060 commit a86b396
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -35,8 +35,5 @@
"ts-jest": "^27.1.0",
"typescript": "^4.2.4"
},
"resolutions": {
"fs-extra": "^9.0.0"
},
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion packages/integration-sdk-cli/package.json
Expand Up @@ -25,7 +25,7 @@
"@jupiterone/integration-sdk-runtime": "^8.11.0",
"chalk": "^4",
"commander": "^5.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"globby": "^11.0.0",
"js-yaml": "^4.1.0",
"json-diff": "^0.5.4",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Expand Up @@ -4038,7 +4038,16 @@ fresh@0.5.2:
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=

fs-extra@^10.0.0, fs-extra@^9.0.0, fs-extra@^9.1.0:
fs-extra@^10.0.0, fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
Expand Down

0 comments on commit a86b396

Please sign in to comment.