mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

dependabot[bot]
2 days ago 3a0cb3e721414e5ac820ec97fbb97671be534976
build(deps-dev): bump @github/markdownlint-github from 0.8.0 to 0.8.2

Bumps [@github/markdownlint-github](https://github.com/github/markdownlint-github) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/github/markdownlint-github/releases)
- [Changelog](https://github.com/github/markdownlint-github/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/markdownlint-github/compare/v0.8.0...v0.8.2)

---
updated-dependencies:
- dependency-name: "@github/markdownlint-github"
dependency-version: 0.8.2
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
59 ■■■■ changed files
package-lock.json 57 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
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"
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",