From ef81fc66f9f32f7cdc3cd3042d18c349b80f841d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 21:48:41 +0100 Subject: [PATCH] chore(deps-dev): bump @types/node from 11.9.1 to 11.9.2 (#175) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 11.9.1 to 11.9.2. - [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 fcf9473..9478af5 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "vsls": "^0.3.967" }, "devDependencies": { - "@types/node": "^11.9.1", + "@types/node": "^11.9.2", "fs-nextra": "^0.4.3", "gulp": "^4.0.0", "gulp-sourcemaps": "^2.6.4", diff --git a/yarn.lock b/yarn.lock index a1420dc..b7a7fd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,10 +21,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@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== +"@types/node@^11.9.2": + version "11.9.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.2.tgz#806126bdb6b1d7adcbff39170e5c95b19d3ec0d4" + integrity sha512-MMwOkF+sy8LlSN2jLTGtwTcfqVN3H1WaCRO8gVaySVMJtOiZR+9V0y/3UprGi0rx6X7OrWGKGUtSviGVT44W3A== abbrev@1: version "1.1.1"