From 1323961044c74eb64f489fa0690d28dfb4172bcd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Apr 2020 02:34:24 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v13.13.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 9db11e87..f141a929 100644 --- a/fixtures/js/package.json +++ b/fixtures/js/package.json @@ -12,7 +12,7 @@ "lint": "gd-scripts lint" }, "devDependencies": { - "@types/node": "13.13.1", + "@types/node": "13.13.2", "gd-scripts": "5.0.9" } } diff --git a/fixtures/ts/package.json b/fixtures/ts/package.json index f9b2c859..9067f2a9 100644 --- a/fixtures/ts/package.json +++ b/fixtures/ts/package.json @@ -13,7 +13,7 @@ "typecheck": "gd-scripts typecheck" }, "devDependencies": { - "@types/node": "13.13.1", + "@types/node": "13.13.2", "gd-scripts": "5.0.9" } } diff --git a/yarn.lock b/yarn.lock index 28503a71..1215a719 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@13.13.1": - version "13.13.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.1.tgz#1ba94c5a177a1692518bfc7b41aec0aa1a14354e" - integrity sha512-uysqysLJ+As9jqI5yqjwP3QJrhOcUwBjHUlUxPxjbplwKoILvXVsmYWEhfmAQlrPfbRZmhJB007o4L9sKqtHqQ== +"@types/node@13.13.2": + version "13.13.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.2.tgz#160d82623610db590a64e8ca81784e11117e5a54" + integrity sha512-LB2R1Oyhpg8gu4SON/mfforE525+Hi/M1ineICEDftqNVTyFg1aRIeGuTvXAoWHc4nbrFncWtJgMmoyRvuGh7A== "@types/normalize-package-data@^2.4.0": version "2.4.0"