Skip to content

Commit c8ba7e1

Browse files
committed
fix(GHSA-64g7-mvw6-v9qj): upgraded shelljs
1 parent 7513e43 commit c8ba7e1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

contracts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"hardhat-watcher": "^2.1.1",
4545
"json-schema": "^0.4.0",
4646
"mocha": "^9.1.3",
47+
"shelljs": "0.8.5",
4748
"solhint": "^3.3.6",
4849
"solidity-coverage": "^0.7.17",
4950
"ts-node": "^10.4.0",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@ __metadata:
10171017
hardhat-watcher: ^2.1.1
10181018
json-schema: ^0.4.0
10191019
mocha: ^9.1.3
1020+
shelljs: 0.8.5
10201021
solhint: ^3.3.6
10211022
solidity-coverage: ^0.7.17
10221023
ts-node: ^10.4.0
@@ -13755,6 +13756,19 @@ __metadata:
1375513756
languageName: node
1375613757
linkType: hard
1375713758

13759+
"shelljs@npm:0.8.5":
13760+
version: 0.8.5
13761+
resolution: "shelljs@npm:0.8.5"
13762+
dependencies:
13763+
glob: ^7.0.0
13764+
interpret: ^1.0.0
13765+
rechoir: ^0.6.2
13766+
bin:
13767+
shjs: bin/shjs
13768+
checksum: 7babc46f732a98f4c054ec1f048b55b9149b98aa2da32f6cf9844c434b43c6251efebd6eec120937bd0999e13811ebd45efe17410edb3ca938f82f9381302748
13769+
languageName: node
13770+
linkType: hard
13771+
1375813772
"shelljs@npm:^0.8.3":
1375913773
version: 0.8.4
1376013774
resolution: "shelljs@npm:0.8.4"

0 commit comments

Comments
 (0)