From cb187599ead31fe0e25b133c7e100d74f52b08e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 17:23:52 +0300 Subject: [PATCH] Bump linkinator from 2.13.6 to 2.14.0 (#34371) Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.13.6 to 2.14.0. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.13.6...v2.14.0) --- updated-dependencies: - dependency-name: linkinator dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21fe9f619a..995e059444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6256,13 +6256,13 @@ "dev": true }, "linkinator": { - "version": "2.13.6", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.13.6.tgz", - "integrity": "sha512-kE4hB0+d5ZDYI6NrC10TlXHTU2OXYVoigJRka58qZ9RwGaAVKpdhLWRLv9k94VTPo7rE6LDwWohqmp1IA7sLTg==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.14.0.tgz", + "integrity": "sha512-7OvAgx0Ml7vByog2NsMg3sH+cH8pZyvMt1BhQE6mGnyQONXtKQvzuynLCEFPznVgPpQBQ1onvDP2udyVafvINQ==", "dev": true, "requires": { "chalk": "^4.0.0", - "cheerio": "^1.0.0-rc.5", + "cheerio": "^1.0.0-rc.10", "escape-html": "^1.0.3", "gaxios": "^4.0.0", "glob": "^7.1.6", @@ -6648,9 +6648,9 @@ } }, "marked": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.7.tgz", - "integrity": "sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", + "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", "dev": true }, "mathml-tag-names": { diff --git a/package.json b/package.json index d8d7eefd1c..16e7b1f53d 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.6.0", "karma-rollup-preprocessor": "^7.0.7", - "linkinator": "^2.13.6", + "linkinator": "^2.14.0", "lockfile-lint": "^4.6.2", "nodemon": "^2.0.7", "npm-run-all": "^4.1.5",