From f3ff92f81d77bfd2695c52d85d4911a47baac36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 07:48:50 +0200 Subject: [PATCH] Bump the development-dependencies group with 1 update (#410) Bumps the development-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator). - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: linkinator dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34c2ce80f..b369aa201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint": "^8.54.0", "find-unused-sass-variables": "^5.0.0", "hugo-bin": "^0.116.4", - "linkinator": "^6.0.1", + "linkinator": "^6.0.2", "lockfile-lint": "^4.12.1", "markdownlint-cli2": "^0.11.0", "npm-run-all2": "^6.1.1", @@ -2980,9 +2980,9 @@ } }, "node_modules/linkinator": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.1.tgz", - "integrity": "sha512-754gl/6J565IAVL2pkrWcDP3oobjXGhE34tPzK/BcYhGNVLw/8vdqodRp8qh+vmLjV1moL8k0OYAfr8bT93NpA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.2.tgz", + "integrity": "sha512-28eiQVzGwaCvVUb/cxii5jraWZYUv5n2Q5CaSRUH9oGDo1Jr8GcREnpw/0IfJ5YTRoIt9/ihra2lG8yqCN292g==", "dev": true, "dependencies": { "chalk": "^5.0.0", @@ -2990,7 +2990,7 @@ "gaxios": "^6.0.0", "glob": "^10.3.10", "htmlparser2": "^9.0.0", - "marked": "^9.0.0", + "marked": "^10.0.0", "meow": "^12.0.1", "mime": "^3.0.0", "server-destroy": "^1.0.1", @@ -3325,15 +3325,15 @@ } }, "node_modules/marked": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", - "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", + "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==", "dev": true, "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }, "node_modules/mathml-tag-names": { diff --git a/package.json b/package.json index 722ba4175..cc95f4053 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^8.54.0", "find-unused-sass-variables": "^5.0.0", "hugo-bin": "^0.116.4", - "linkinator": "^6.0.1", + "linkinator": "^6.0.2", "lockfile-lint": "^4.12.1", "markdownlint-cli2": "^0.11.0", "npm-run-all2": "^6.1.1",