diff --git a/package.json b/package.json index 518668ef..b5ff938f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "prettier-plugin-solidity": "^1.4.2", "seaport": "git+https://github.com/ProjectOpenSea/seaport#1.6", "seaport-core": "git+https://github.com/ProjectOpenSea/seaport-core#1.6.6", - "shelljs": "^0.9.1", + "shelljs": "^0.9.2", "solhint": "^5.0.5", "solidity-coverage": "^0.8.14", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index f4e9e00b..5b76bd0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4419,10 +4419,10 @@ shelljs@^0.8.3: interpret "^1.0.0" rechoir "^0.6.2" -shelljs@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.9.1.tgz#aab9426a54c27c093d5eca428b5fa559944460d6" - integrity sha512-ngPynK9u9OmsL2DttaTOhEPahyAjVbjIwCK3R+2V9YDq0/equpq7hVz3XrnfIjAk1thN5ET5mEIzAmocmV6i+Q== +shelljs@^0.9.2: + version "0.9.2" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.9.2.tgz#a8ac724434520cd7ae24d52071e37a18ac2bb183" + integrity sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw== dependencies: execa "^1.0.0" fast-glob "^3.3.2"