From feda243ed2eb587665cefa1df46deab14181b99b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 13:14:41 +0000 Subject: [PATCH] Bump dtslint from 1.0.3 to 2.0.0 Bumps [dtslint](https://github.com/Microsoft/dtslint) from 1.0.3 to 2.0.0. - [Release notes](https://github.com/Microsoft/dtslint/releases) - [Commits](https://github.com/Microsoft/dtslint/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 72f4c27..f9c3a8b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-preset-stage-2": "^6.3.13", "benchmark": "^2.1.4", "chai": "^4.2.0", - "dtslint": "^1.0.2", + "dtslint": "^2.0.0", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^11.1.3", "eslint-config-prettier": "^6.3.0", diff --git a/yarn.lock b/yarn.lock index 5e1ce9c..64ad837 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1921,10 +1921,10 @@ define-property@^2.0.2: is-descriptor "^1.0.2" isobject "^3.0.1" -definitelytyped-header-parser@3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/definitelytyped-header-parser/-/definitelytyped-header-parser-3.8.0.tgz#9d4b9d97f8c4c1abd62af736283247b527a4a8f1" - integrity sha512-CjVhNRDk4TeNcuibX5BAGLafwZSypnUR6QqVsNlLB5v5vZbcHM+v6qyNOGyQUV4mVEx3NhQvTJvzMJj4h4QWVQ== +definitelytyped-header-parser@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/definitelytyped-header-parser/-/definitelytyped-header-parser-3.8.1.tgz#b24d83c03c8f2a09918aab241861d5bea2dd0b10" + integrity sha512-+uZhvbiVrNUHY1v3wlmnrWY3+jd4o8rLEho93CHrghbSzTixK5o7QdL66Rb2hmW/9nikGAarn1mBRhRyKKfyzQ== dependencies: "@types/parsimmon" "^1.3.0" parsimmon "^1.2.0" @@ -2078,12 +2078,12 @@ dts-critic@^2.2.0: semver "^6.2.0" yargs "^12.0.5" -dtslint@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/dtslint/-/dtslint-1.0.3.tgz#91c1c9aa76671aa4b576710c745fbe335aca05a7" - integrity sha512-EC+zQOwJWum4EAIwd/xIq1qIp8CTYgMK9YAhaqyCTJS/DcL05PzviptulILOwR8bXPx6oceExdcP9Dc4UyVomg== +dtslint@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/dtslint/-/dtslint-2.0.0.tgz#bd36bffe91a9f2e8ada1711bf891fca82e05fb51" + integrity sha512-UVRzX7ghhA2uoS0UIPJf3MkiUWZvK05a/AG4gqQ5pIjz1YM4wgVC+y1aXcXT+CSLTK1nm/9j+MBaDq+l4YBDVQ== dependencies: - definitelytyped-header-parser "3.8.0" + definitelytyped-header-parser "3.8.1" dts-critic "^2.2.0" fs-extra "^6.0.1" request "^2.88.0"