Skip to content

Commit 31a8822

Browse files
committed
Use shelljs fork (to hide from insane sec bots)
1 parent e914453 commit 31a8822

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"istanbul": "^0.4.5",
2626
"keccakjs": "^0.2.1",
2727
"req-cwd": "^1.0.1",
28-
"shelljs": "^0.7.4",
28+
"shelljs": "https://github.com/sc-forks/shelljs.git",
2929
"sol-explore": "^1.6.2",
3030
"solidity-parser-antlr": "^0.4.1",
3131
"tree-kill": "^1.2.0",

yarn.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3618,10 +3618,9 @@ shebang-regex@^1.0.0:
36183618
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
36193619
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
36203620

3621-
shelljs@^0.7.4:
3622-
version "0.7.8"
3623-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
3624-
integrity sha1-3svPh0sNHl+3LhSxZKloMEjprLM=
3621+
"shelljs@https://github.com/sc-forks/shelljs.git":
3622+
version "0.8.3"
3623+
resolved "https://github.com/sc-forks/shelljs.git#7aa8ce4ebdcb42b95f59093772afce230f2a3ca0"
36253624
dependencies:
36263625
glob "^7.0.0"
36273626
interpret "^1.0.0"

0 commit comments

Comments
 (0)