Skip to content

Commit

Permalink
Update dependency fs-extra to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 2, 2024
1 parent 36edaa3 commit 623b5f3
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-tsdoc": "^0.2.7",
"eslint-plugin-unused-imports": "^2.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"husky": "^9.0.0",
"jest": "^29.0.0",
"jest-extended": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/experiment-bsbm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"jbr": ">=2.0.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11",
"@types/fs-extra": "^11.0.0",
"@types/yargs": "^17.0.0",
"fs-extra": "^10.0.0"
"fs-extra": "^11.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/experiment-solidbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"jbr": ">=2.0.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11",
"@types/fs-extra": "^11.0.0",
"@types/yargs": "^17.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"solidbench": "^1.6.1",
"sparql-benchmark-runner": "^4.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/experiment-sparql-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"jbr": ">=2.0.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11",
"@types/fs-extra": "^11.0.0",
"@types/yargs": "^17.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"sparql-benchmark-runner": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/experiment-watdiv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"jbr": ">=2.0.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11",
"@types/fs-extra": "^11.0.0",
"@types/yargs": "^17.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"sparql-benchmark-runner": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/hook-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"jbr": ">=2.0.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11",
"fs-extra": "^10.0.0"
"@types/fs-extra": "^11.0.0",
"fs-extra": "^11.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/hook-sparql-endpoint-comunica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"jbr": ">=2.0.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11",
"fs-extra": "^10.0.0"
"@types/fs-extra": "^11.0.0",
"fs-extra": "^11.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/hook-sparql-endpoint-ldf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"jbr": ">=2.0.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11",
"fs-extra": "^10.0.0"
"@types/fs-extra": "^11.0.0",
"fs-extra": "^11.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/jbr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/cli-progress": "^3.9.1",
"@types/cross-spawn": "^6.0.2",
"@types/dockerode": "^3.2.3",
"@types/fs-extra": "^9.0.11",
"@types/fs-extra": "^11.0.0",
"@types/pidusage": "^2.0.5",
"@types/semver": "^7.5.1",
"@types/tar": "^6.1.13",
Expand All @@ -75,7 +75,7 @@
"cross-fetch": "^4.0.0",
"cross-spawn": "^7.0.3",
"dockerode": "^3.3.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"ora": "^5.4.0",
"pidusage": "^3.0.2",
"semver": "^7.5.4",
Expand Down
52 changes: 46 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,15 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/fs-extra@^9.0.11", "@types/fs-extra@^9.0.13":
"@types/fs-extra@^11.0.0":
version "11.0.4"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.4.tgz#e16a863bb8843fba8c5004362b5a73e17becca45"
integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==
dependencies:
"@types/jsonfile" "*"
"@types/node" "*"

"@types/fs-extra@^9.0.13":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
Expand Down Expand Up @@ -3640,6 +3648,13 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/jsonfile@*":
version "6.1.4"
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.4.tgz#614afec1a1164e7d670b4a7ad64df3e7beb7b702"
integrity sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==
dependencies:
"@types/node" "*"

"@types/keygrip@*":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@types/keygrip/-/keygrip-1.0.6.tgz#1749535181a2a9b02ac04a797550a8787345b740"
Expand Down Expand Up @@ -6519,7 +6534,7 @@ fs-extra@9.1.0, fs-extra@^9.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^10.0.0, fs-extra@^10.1.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==
Expand All @@ -6528,7 +6543,7 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^11.1.0:
fs-extra@^11.0.0, fs-extra@^11.1.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
Expand Down Expand Up @@ -11081,7 +11096,16 @@ string-length@^4.0.1:
char-regex "^1.0.2"
strip-ansi "^6.0.0"

"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -11159,7 +11183,14 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -11947,7 +11978,7 @@ wordwrap@^1.0.0:
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand All @@ -11965,6 +11996,15 @@ wrap-ansi@^6.0.1:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit 623b5f3

Please sign in to comment.