From a1304b73dbd742a3b0bc8065f9ca88d475491a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 2 Nov 2018 13:35:50 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 3.1.5 to 3.1.6 (#97) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.1.5...v3.1.6) 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 262d376..5fdb1e9 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "devDependencies": { "@types/node": "^10.12.1", "tslint": "^5.11.0", - "typescript": "^3.1.5", + "typescript": "^3.1.6", "vscode": "^1.1.21" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 1b4c4bf..0f115d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1604,10 +1604,10 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0: resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= -typescript@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.5.tgz#93d8b6864375325a91177372cb370ae0ae3a0703" - integrity sha512-muYNWV9j5+3mXoKD6oPONKuGUmYiFX14gfo9lWm9ZXRHOqVDQiB4q1CzFPbF4QLV2E9TZXH6oK55oQ94rn3PpA== +typescript@^3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68" + integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA== unique-stream@^2.0.2: version "2.2.1"