Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-09 10:22:31 +0300
committerGitHub <noreply@github.com>2021-02-09 10:22:31 +0300
commita2b56de7077e34f2fa329f2b21db3e8df5368abb (patch)
tree2aadc2a41b47dac4dd060a9b5675f4a37df6a2aa
parent28aba43ae0c0c09916f647c6b3edf1c6e02517f9 (diff)
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>
-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 78557b37e5..9a1f5c933b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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": {
diff --git a/package.json b/package.json
index 6832b5161e..945f4a1b57 100644
--- a/package.json
+++ b/package.json
@@ -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",