From a669981369d0dd640aca12ab122ce03ddf11870a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 12 Dec 2018 23:22:49 +0100 Subject: [PATCH] chore(deps-dev): bump @types/node from 10.12.12 to 10.12.13 (#138) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.12 to 10.12.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d769408..5e142e2 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "vsls": "^0.3.967" }, "devDependencies": { - "@types/node": "^10.12.12", + "@types/node": "^10.12.13", "fs-nextra": "^0.3.7", "gulp": "^4.0.0", "gulp-sourcemaps": "^2.6.4", diff --git a/yarn.lock b/yarn.lock index 83b9750..b7ee6fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,10 +21,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@types/node@^10.12.12": - version "10.12.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.12.tgz#e15a9d034d9210f00320ef718a50c4a799417c47" - integrity sha512-Pr+6JRiKkfsFvmU/LK68oBRCQeEg36TyAbPhc2xpez24OOZZCuoIhWGTd39VZy6nGafSbxzGouFPTFD/rR1A0A== +"@types/node@^10.12.13": + version "10.12.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.13.tgz#ce355eda06f793b42f75b23cd26d328b12649b70" + integrity sha512-zMxYcuQETlp8Lw9trEuKa313Zapm9w3EXZ6pT53q229VsHvo9jWDfWq3rUC8SyFfnPexn7uAuC+q3X+GmnTnDg== abbrev@1: version "1.1.1"