mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Bump linkinator from 2.13.3 to 2.13.4 (#33019)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.13.3 to 2.13.4. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.13.3...v2.13.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
28aba43ae0
commit
a2b56de707
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -6033,9 +6033,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"linkinator": {
|
||||
"version": "2.13.3",
|
||||
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.13.3.tgz",
|
||||
"integrity": "sha512-B7YBWUPYbaorIJJHM5QqlmDSebFr0s0fVR5A9APAWIrm+4A5k/FzJunyxdXCm8iPX/SwhlD/MfY52V06PHmbRw==",
|
||||
"version": "2.13.4",
|
||||
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.13.4.tgz",
|
||||
"integrity": "sha512-Fdm9TMwuVgia47tVgdcynYXWOC+Bh7pEtWYfTbgr3OQsvjGJN8TlDcErYzwjt4lcppFsbBpTZteFR6XPR7QIfA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "^4.0.0",
|
||||
|
@ -6044,7 +6044,7 @@
|
|||
"gaxios": "^4.0.0",
|
||||
"glob": "^7.1.6",
|
||||
"jsonexport": "^3.0.0",
|
||||
"marked": "^1.2.5",
|
||||
"marked": "^2.0.0",
|
||||
"meow": "^9.0.0",
|
||||
"mime": "^2.5.0",
|
||||
"server-destroy": "^1.0.1",
|
||||
|
@ -6486,9 +6486,9 @@
|
|||
}
|
||||
},
|
||||
"marked": {
|
||||
"version": "1.2.9",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz",
|
||||
"integrity": "sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==",
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz",
|
||||
"integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==",
|
||||
"dev": true
|
||||
},
|
||||
"mathml-tag-names": {
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
"karma-jasmine": "^4.0.1",
|
||||
"karma-jasmine-html-reporter": "^1.5.4",
|
||||
"karma-rollup-preprocessor": "^7.0.5",
|
||||
"linkinator": "^2.13.3",
|
||||
"linkinator": "^2.13.4",
|
||||
"lockfile-lint": "^4.3.7",
|
||||
"nodemon": "^2.0.7",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
|
Loading…
Reference in a new issue