diff --git a/package.json b/package.json index 05293a4..080ba07 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/dotenv": "^8.2.0", "@types/http-errors": "^1.6.2", "@types/jest": "^24.0.23", - "@types/node": "^12.12.14", + "@types/node": "^13.9.1", "concurrently": "^5.0.0", "cross-env": "^6.0.3", "dotenv": "^8.2.0", diff --git a/yarn.lock b/yarn.lock index 1743730..faa83fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -548,10 +548,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.22.tgz#34bcdf6b6cb5fc0db33d24816ad9d3ece22feea4" integrity sha512-9taxKC944BqoTVjE+UT3pQH0nHZlTvITwfsOZqyc+R3sfJuxaTtxWjfn1K2UlxyPcKHf0rnaXcVFrS9F9vf0bw== -"@types/node@^12.12.14": - version "12.12.14" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.14.tgz#1c1d6e3c75dba466e0326948d56e8bd72a1903d2" - integrity sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA== +"@types/node@^13.9.1": + version "13.9.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.1.tgz#96f606f8cd67fb018847d9b61e93997dabdefc72" + integrity sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ== "@types/node@^8.0.53": version "8.10.55"