From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 09:30:41 +0000 (+0200) Subject: Bump linkinator from 1.7.2 to 1.7.3 (#29687) X-Git-Tag: v5.0.0-alpha1~650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eedf568b005d1f14985a3b315cabf004216ba053;p=thirdparty%2Fbootstrap.git Bump linkinator from 1.7.2 to 1.7.3 (#29687) Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v1.7.2...v1.7.3) Signed-off-by: dependabot-preview[bot] --- diff --git a/package-lock.json b/package-lock.json index ebe4d206e6..2d6c529d49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7259,9 +7259,9 @@ "dev": true }, "linkinator": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-1.7.2.tgz", - "integrity": "sha512-INQUomH8A02xVn8VsjhPl2spDu8pyJtOdD1XnlbTGMdLAIGf15ZhFsEv4L+nMz/998RnPDsLQlPau3eLrOHcUw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-1.7.3.tgz", + "integrity": "sha512-iMSbykKomhrWZpRVVf5OInwXFNccqupwBon9EaepakXRzx/yeQ1iC7HPaZDY4avCyq0S0KLFm0ocskX0AALGUA==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 1ebf70163c..b0b27de44b 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "karma-jasmine": "^2.0.1", "karma-jasmine-html-reporter": "^1.4.2", "karma-rollup-preprocessor": "^7.0.2", - "linkinator": "^1.7.2", + "linkinator": "^1.7.3", "node-sass": "^4.13.0", "nodemon": "^1.19.4", "npm-run-all": "^4.1.5",