From 17d7de540229c6e91f421491b6f09e9fce85755b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 14:06:14 +0200 Subject: [PATCH] Bump linkinator from 2.0.2 to 2.0.3 (#30319) Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.0.2...v2.0.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1273b1bd5136..02a4451e31fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7731,9 +7731,9 @@ "dev": true }, "linkinator": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.0.2.tgz", - "integrity": "sha512-0b6TdqQO4Zei8qH9agiKY1odeOMWHVZomd1QslXgVBLXFao7ncQZ5Uzh0xw/QAZH0yUvd2IaJ6GYXRi/Lezruw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.0.3.tgz", + "integrity": "sha512-K1AhPAydXL9l4YX0o/FEYQUcBmjQQon3P6xzEZeZvQD1HSpa6FrAVrqZMxaEaDXUc8N1Y7vCmAKKNC6TX+2a5g==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 421414199086..6b4bd48e3353 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "karma-jasmine": "^3.1.1", "karma-jasmine-html-reporter": "^1.5.2", "karma-rollup-preprocessor": "^7.0.3", - "linkinator": "^2.0.2", + "linkinator": "^2.0.3", "lockfile-lint": "^4.0.0", "node-sass": "^4.13.1", "nodemon": "^2.0.2",