From 7648d821974b16c02f82b0e536019036d16c1217 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 06:08:48 +0000 Subject: [PATCH] chore(deps-dev): bump @types/node from 12.12.14 to 16.4.4 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.14 to 16.4.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 05293a4..c684230 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": "^16.4.4", "concurrently": "^5.0.0", "cross-env": "^6.0.3", "dotenv": "^8.2.0", diff --git a/yarn.lock b/yarn.lock index 1743730..8d501f7 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@^16.4.4": + version "16.4.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.4.tgz#bb0744c1dcc1fc374f51d3fd41d028331a2420d4" + integrity sha512-BH/jX0HjzElFCQdAwaEMwuGBQwm6ViDZ00X6LKdnRRmGWOzkWugEH4+7a0BwfHQ8DfPPCSd/mdsm3Nu8FKFu0w== "@types/node@^8.0.53": version "8.10.55"