From 19ca205fe9c6a98b7123b2f99e8596af005e1462 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 21 Oct 2020 21:22:22 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v14.14.2 --- fixtures/js/package.json | 2 +- fixtures/ts/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fixtures/js/package.json b/fixtures/js/package.json index 485faead..e6f1f752 100644 --- a/fixtures/js/package.json +++ b/fixtures/js/package.json @@ -12,7 +12,7 @@ "lint": "gd-scripts lint" }, "devDependencies": { - "@types/node": "14.14.1", + "@types/node": "14.14.2", "gd-scripts": "5.0.9" } } diff --git a/fixtures/ts/package.json b/fixtures/ts/package.json index 46c4d661..3f114fc2 100644 --- a/fixtures/ts/package.json +++ b/fixtures/ts/package.json @@ -13,7 +13,7 @@ "typecheck": "gd-scripts typecheck" }, "devDependencies": { - "@types/node": "14.14.1", + "@types/node": "14.14.2", "gd-scripts": "5.0.9" } } diff --git a/yarn.lock b/yarn.lock index 93f9eea9..dcb827be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2290,10 +2290,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.5.tgz#59738bf30b31aea1faa2df7f4a5f55613750cf00" integrity sha512-hkzMMD3xu6BrJpGVLeQ3htQQNAcOrJjX7WFmtK8zWQpz2UJf13LCFF2ALA7c9OVdvc2vQJeDdjfR35M0sBCxvw== -"@types/node@14.14.1": - version "14.14.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.1.tgz#b8d6e8a84b119ae51fd0593c71eb3a9dd31fea4e" - integrity sha512-D2/Xwp9c49JhIWq7SIrdvoYyGdq6yXkr5FTldN4rus9XljYFBul6P2epAID8xepOpL4ffcx09C05FZGK/1AIkw== +"@types/node@14.14.2": + version "14.14.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.2.tgz#d25295f9e4ca5989a2c610754dc02a9721235eeb" + integrity sha512-jeYJU2kl7hL9U5xuI/BhKPZ4vqGM/OmK6whiFAXVhlstzZhVamWhDSmHyGLIp+RVyuF9/d0dqr2P85aFj4BvJg== "@types/normalize-package-data@^2.4.0": version "2.4.0"