aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-29 17:23:52 +0300
committerGitHub <[email protected]>2021-06-29 17:23:52 +0300
commitcb187599ead31fe0e25b133c7e100d74f52b08e8 (patch)
tree9606e37ff1cd6597c85b73dcca2fbbb08e52150e
parent921d8aea6800809da9c30587439c6033f61f9951 (diff)
downloadbootstrap-cb187599ead31fe0e25b133c7e100d74f52b08e8.tar.xz
bootstrap-cb187599ead31fe0e25b133c7e100d74f52b08e8.zip
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 21fe9f619..995e05944 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 d8d7eefd1..16e7b1f53 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",