From 38f76809cf4b9f4c652c7ef390f80313e0e63387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 20:49:26 +0100 Subject: [PATCH] chore(deps-dev): bump @types/node from 11.9.0 to 11.9.1 (#174) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 11.9.0 to 11.9.1. - [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 a2191e5..fcf9473 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "vsls": "^0.3.967" }, "devDependencies": { - "@types/node": "^11.9.0", + "@types/node": "^11.9.1", "fs-nextra": "^0.4.3", "gulp": "^4.0.0", "gulp-sourcemaps": "^2.6.4", diff --git a/yarn.lock b/yarn.lock index 9ce4431..a1420dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,10 +21,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@types/node@^11.9.0": - version "11.9.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.0.tgz#35fea17653490dab82e1d5e69731abfdbf13160d" - integrity sha512-ry4DOrC+xenhQbzk1iIPzCZGhhPGEFv7ia7Iu6XXSLVluiJIe9FfG7Iu3mObH9mpxEXCWLCMU4JWbCCR9Oy1Zg== +"@types/node@^11.9.1": + version "11.9.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.1.tgz#38fd4be2e0f1b1b94e713599afc43f4b2343c61e" + integrity sha512-XJHvu7fvycZ7ORTyThXiKCtld+R4Y1GGerYRrVSf/GhaNahRBIf/Nx+7Xh3AvI5nudOVt/L671CxHGkJt1/+hQ== abbrev@1: version "1.1.1"