From 3a0cb3e721414e5ac820ec97fbb97671be534976 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 01 Jul 2026 11:02:35 +0000
Subject: [PATCH] build(deps-dev): bump @github/markdownlint-github from 0.8.0 to 0.8.2

---
 package-lock.json |   57 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 package.json      |    2 +-
 2 files changed, 49 insertions(+), 10 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index d2a808e..664aa5d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
       "devDependencies": {
         "@axe-core/playwright": "4.10.2",
         "@biomejs/biome": "2.4.16",
-        "@github/markdownlint-github": "0.8.0",
+        "@github/markdownlint-github": "0.8.2",
         "@playwright/test": "1.60.0",
         "@release-it/conventional-changelog": "11.0.0",
         "@types/node": "25.9.1",
@@ -1660,16 +1660,45 @@
       }
     },
     "node_modules/@github/markdownlint-github": {
-      "version": "0.8.0",
-      "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.8.0.tgz",
-      "integrity": "sha512-079sWT/2Z8EI5v02GTtSfvG06E1m8Q6xjYoQiGdPg6rSKVntpfBw6in79fGs+vc9cYihBHl73vkOoDcyH/Jl8g==",
+      "version": "0.8.2",
+      "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.8.2.tgz",
+      "integrity": "sha512-c9dqYXW8rm4Ko4/ZYD9xSPpdHwSWa+07TQjoNNN9sXzp2KedOhms3Tj6gwkpbzg7Svq727eNzxV4k0PjjiUY+A==",
       "dev": true,
       "license": "ISC",
       "dependencies": {
-        "lodash-es": "^4.17.15"
+        "lodash-es": "^4.17.21",
+        "markdown-it": "14.2.0"
       },
       "engines": {
-        "node": ">=18"
+        "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
+      }
+    },
+    "node_modules/@github/markdownlint-github/node_modules/markdown-it": {
+      "version": "14.2.0",
+      "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz",
+      "integrity": "sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==",
+      "dev": true,
+      "funding": [
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/puzrin"
+        },
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/markdown-it"
+        }
+      ],
+      "license": "MIT",
+      "dependencies": {
+        "argparse": "^2.0.1",
+        "entities": "^4.4.0",
+        "linkify-it": "^5.0.1",
+        "mdurl": "^2.0.0",
+        "punycode.js": "^2.3.1",
+        "uc.micro": "^2.1.0"
+      },
+      "bin": {
+        "markdown-it": "bin/markdown-it.mjs"
       }
     },
     "node_modules/@inquirer/ansi": {
@@ -4556,10 +4585,20 @@
       "license": "MIT"
     },
     "node_modules/linkify-it": {
-      "version": "5.0.0",
-      "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
-      "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz",
+      "integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==",
       "dev": true,
+      "funding": [
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/puzrin"
+        },
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/markdown-it"
+        }
+      ],
       "license": "MIT",
       "dependencies": {
         "uc.micro": "^2.0.0"
diff --git a/package.json b/package.json
index e5a4e17..b789b8b 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
   "devDependencies": {
     "@axe-core/playwright": "4.10.2",
     "@biomejs/biome": "2.4.16",
-    "@github/markdownlint-github": "0.8.0",
+    "@github/markdownlint-github": "0.8.2",
     "@playwright/test": "1.60.0",
     "@release-it/conventional-changelog": "11.0.0",
     "@types/node": "25.9.1",

--
Gitblit v1.10.0