From d7418b1c176e643302a611d42a622ae43dd2ba3c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 23 May 2021 15:46:22 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v14 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d74bf76..f0185f5 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/babel__traverse": "7.11.1", "@types/jest": "26.0.23", "@types/murmurhash3js": "3.0.2", - "@types/node": "13.13.52", + "@types/node": "14.17.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "babel-jest": "26.6.3", diff --git a/yarn.lock b/yarn.lock index 7914f41..0677ead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1913,10 +1913,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c" integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA== -"@types/node@13.13.52": - version "13.13.52" - resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.52.tgz#03c13be70b9031baaed79481c0c0cfb0045e53f7" - integrity sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ== +"@types/node@14.17.0": + version "14.17.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.0.tgz#3ba770047723b3eeb8dc9fca02cce8a7fb6378da" + integrity sha512-w8VZUN/f7SSbvVReb9SWp6cJFevxb4/nkG65yLAya//98WgocKm5PLDAtSs5CtJJJM+kHmJjO/6mmYW4MHShZA== "@types/normalize-package-data@^2.4.0": version "2.4.0"