From 19306d8419d8b88d01b793b12d70838f247d7bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 21 Nov 2018 17:37:02 +0100 Subject: [PATCH] chore(deps-dev): bump @types/node from 10.12.9 to 10.12.10 (#122) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.9 to 10.12.10. - [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 f0874e0..b47f8a8 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "discord-rpc": "icrawl/rpc#unix_timestamp" }, "devDependencies": { - "@types/node": "^10.12.9", + "@types/node": "^10.12.10", "fs-nextra": "^0.3.7", "gulp": "^3.9.1", "gulp-sourcemaps": "^2.6.4", diff --git a/yarn.lock b/yarn.lock index 8f86452..33fbf2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,10 +21,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@types/node@^10.12.9": - version "10.12.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.9.tgz#a07bfa74331471e1dc22a47eb72026843f7b95c8" - integrity sha512-eajkMXG812/w3w4a1OcBlaTwsFPO5F7fJ/amy+tieQxEMWBlbV1JGSjkFM+zkHNf81Cad+dfIRA+IBkvmvdAeA== +"@types/node@^10.12.10": + version "10.12.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.10.tgz#4fa76e6598b7de3f0cb6ec3abacc4f59e5b3a2ce" + integrity sha512-8xZEYckCbUVgK8Eg7lf5Iy4COKJ5uXlnIOnePN0WUwSQggy9tolM+tDJf7wMOnT/JT/W9xDYIaYggt3mRV2O5w== acorn@5.X, acorn@^5.0.3: version "5.7.3"