From 71c906ac4e44d8903c4f9331289ebde014316195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 15 Nov 2018 21:54:15 +0100 Subject: [PATCH] chore(deps-dev): bump @types/node from 10.12.8 to 10.12.9 (#113) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.8 to 10.12.9. - [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 777141a..2f91554 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "discord-rpc": "icrawl/rpc#unix_timestamp" }, "devDependencies": { - "@types/node": "^10.12.8", + "@types/node": "^10.12.9", "fs-nextra": "^0.3.7", "gulp": "^3.9.1", "gulp-sourcemaps": "^2.6.4", diff --git a/yarn.lock b/yarn.lock index bf900c7..1c7b7e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,10 +21,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@types/node@^10.12.8": - version "10.12.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.8.tgz#d0a3ab5a6e61458c492304e2776ac136b81db927" - integrity sha512-INamyRZG4rW3lDCUmwVd5Xho/bXvQm/v1yP8V0UN1RuInU7RoWoaO570b+yLX4Ia/0szsx1wa8VzcsVlsvbWLA== +"@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== acorn@5.X, acorn@^5.0.3: version "5.7.3"