From c22f9ec9b2e68a81de9d68fe0f5b0b55ec341740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Feb 2019 22:26:02 +0100 Subject: [PATCH] chore(deps-dev): bump @types/node from 10.12.23 to 10.12.24 (#168) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.23 to 10.12.24. - [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 40a30f5..942f17d 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "vsls": "^0.3.967" }, "devDependencies": { - "@types/node": "^10.12.23", + "@types/node": "^10.12.24", "fs-nextra": "^0.3.8", "gulp": "^4.0.0", "gulp-sourcemaps": "^2.6.4", diff --git a/yarn.lock b/yarn.lock index fc61e72..c8b16d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,10 +21,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@types/node@^10.12.23": - version "10.12.23" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.23.tgz#308a3acdc5d1c842aeadc50b867d99c46cfae868" - integrity sha512-EKhb5NveQ3NlW5EV7B0VRtDKwUfVey8LuJRl9pp5iW0se87/ZqLjG0PMf2MCzPXAJYWZN5Ltg7pHIAf9/Dm1tQ== +"@types/node@^10.12.24": + version "10.12.24" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.24.tgz#b13564af612a22a20b5d95ca40f1bffb3af315cf" + integrity sha512-GWWbvt+z9G5otRBW8rssOFgRY87J9N/qbhqfjMZ+gUuL6zoL+Hm6gP/8qQBG4jjimqdaNLCehcVapZ/Fs2WjCQ== abbrev@1: version "1.1.1"