diff --git a/package.json b/package.json index 13890d0571..082329de99 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "raiden-cli" ], "devDependencies": { + "@types/anymatch": "^1.3", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "eslint": "^7.26.0", diff --git a/yarn.lock b/yarn.lock index 27a5d03b5a..f54087214e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2371,6 +2371,11 @@ dependencies: anymatch "*" +"@types/anymatch@^1.3": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" + integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== + "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.0", "@types/babel__core@^7.1.7": version "7.1.14" resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402" @@ -8330,7 +8335,6 @@ ethereum-cryptography@^0.1.3: "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git": version "0.6.8" - uid "1a27c59c15ab1e95ee8e5c4ed6ad814c49cc439e" resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#1a27c59c15ab1e95ee8e5c4ed6ad814c49cc439e" dependencies: bn.js "^4.11.8"