From fe7bd9ab3cd1152d541d72bc21959280d7097afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 1 Nov 2018 08:24:13 +0900 Subject: [PATCH] Bump typescript-eslint-parser from 20.0.0 to 20.1.1 (#3057) Bumps [typescript-eslint-parser](https://github.com/eslint/typescript-eslint-parser) from 20.0.0 to 20.1.1. - [Release notes](https://github.com/eslint/typescript-eslint-parser/releases) - [Changelog](https://github.com/eslint/typescript-eslint-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/typescript-eslint-parser/compare/v20.0.0...v20.1.1) Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 233261109..a7154b622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15868,11 +15868,12 @@ "integrity": "sha512-JZHJtA6ZL15+Q3Dqkbh8iCUmvxD3iJ7ujXS+fVkKnwIVAdHc5BJTDNM0aTrnr2luKulFjU7W+SRhDZvi66Ru7Q==" }, "typescript-eslint-parser": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/typescript-eslint-parser/-/typescript-eslint-parser-20.0.0.tgz", - "integrity": "sha512-HZEoGA+LnS3etUlVAPX6I8sZ7872Yb0vPvQv6QDCIE44KD3bFmvPEQ4LbiD+qGkcxh6segjVK0v3rxpb2R6oSA==", + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/typescript-eslint-parser/-/typescript-eslint-parser-20.1.1.tgz", + "integrity": "sha512-IJhpqHK60Pz2J5pe8rJUQ10DcMcGwhQnvRFcPV79coEV3bpNfSiHkgpS+sf6zx2ANDWgBhmtZbK9ICOy+v3FKA==", "requires": { "eslint": "4.19.1", + "eslint-visitor-keys": "^1.0.0", "typescript-estree": "2.1.0" }, "dependencies": { @@ -16005,7 +16006,7 @@ }, "fast-deep-equal": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=" }, "ignore": { diff --git a/package.json b/package.json index 353f6c040..21f3af111 100644 --- a/package.json +++ b/package.json @@ -205,7 +205,7 @@ "ts-node": "7.0.1", "tslint": "5.10.0", "typescript": "3.1.4", - "typescript-eslint-parser": "20.0.0", + "typescript-eslint-parser": "20.1.1", "uglify-es": "3.3.9", "url-loader": "1.1.2", "uuid": "3.3.2",