diff --git a/package.json b/package.json index f218004c..fce529a1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@typechain/ethers-v5": "^4.0.0", "@types/bs58": "^4.0.1", "@types/jest": "^26.0.14", - "@types/node": "^12.7.5", + "@types/node": "^14.14.25", "@typescript-eslint/eslint-plugin": "^4.9.0", "@typescript-eslint/parser": "^4.9.0", "env-cmd": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index e878bb8d..a8d5b745 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2332,15 +2332,10 @@ dependencies: "@types/node" "*" -"@types/node@*": - version "13.1.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.8.tgz#1d590429fe8187a02707720ecf38a6fe46ce294b" - integrity sha512-6XzyyNM9EKQW4HKuzbo/CkOIjn/evtCmsU+MUM1xDfJ+3/rNjBttM1NgN7AOQvN6tP1Sl1D1PIKMreTArnxM9A== - -"@types/node@^12.7.5": - version "12.19.15" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.15.tgz#0de7e978fb43db62da369db18ea088a63673c182" - integrity sha512-lowukE3GUI+VSYSu6VcBXl14d61Rp5hA1D+61r16qnwC0lYNSqdxcvRh0pswejorHfS+HgwBasM8jLXz0/aOsw== +"@types/node@*", "@types/node@^14.14.25": + version "14.14.25" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93" + integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ== "@types/normalize-package-data@^2.4.0": version "2.4.0"