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

dependabot[bot]
2 days ago e768aaacd01343808ff92824686605008083eb12
build(deps-dev): bump markdownlint from 0.40.0 to 0.41.0

Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.40.0 to 0.41.0.
- [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: markdownlint
dependency-version: 0.41.0
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
72 ■■■■■ changed files
package-lock.json 70 ●●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -24,7 +24,7 @@
        "dotenv": "17.4.2",
        "lint-staged": "17.0.7",
        "lockfile-lint": "5.0.0",
        "markdownlint": "0.40.0",
        "markdownlint": "0.41.0",
        "markdownlint-cli2": "0.22.1",
        "markdownlint-rule-extended-ascii": "0.2.1",
        "markdownlint-rule-list-duplicates": "0.0.1",
@@ -4856,9 +4856,9 @@
      }
    },
    "node_modules/markdownlint": {
      "version": "0.40.0",
      "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.40.0.tgz",
      "integrity": "sha512-UKybllYNheWac61Ia7T6fzuQNDZimFIpCg2w6hHjgV1Qu0w1TV0LlSgryUGzM0bkKQCBhy2FDhEELB73Kb0kAg==",
      "version": "0.41.0",
      "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.41.0.tgz",
      "integrity": "sha512-xMUI3ChBuRuxuLF4ENvCZyS8z/+Jly1coUcZwErKLIB3sDj7ojpaTBa1e9YVPhSN4jGEIjYGQCldbTJS/hqS+A==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
@@ -4870,10 +4870,10 @@
        "micromark-extension-gfm-table": "2.1.1",
        "micromark-extension-math": "3.1.0",
        "micromark-util-types": "2.0.2",
        "string-width": "8.1.0"
        "string-width": "8.2.1"
      },
      "engines": {
        "node": ">=20"
        "node": ">=22"
      },
      "funding": {
        "url": "https://github.com/sponsors/DavidAnson"
@@ -4919,6 +4919,47 @@
        "markdownlint-cli2": ">=0.0.4"
      }
    },
    "node_modules/markdownlint-cli2/node_modules/markdownlint": {
      "version": "0.40.0",
      "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.40.0.tgz",
      "integrity": "sha512-UKybllYNheWac61Ia7T6fzuQNDZimFIpCg2w6hHjgV1Qu0w1TV0LlSgryUGzM0bkKQCBhy2FDhEELB73Kb0kAg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "micromark": "4.0.2",
        "micromark-core-commonmark": "2.0.3",
        "micromark-extension-directive": "4.0.0",
        "micromark-extension-gfm-autolink-literal": "2.1.0",
        "micromark-extension-gfm-footnote": "2.1.0",
        "micromark-extension-gfm-table": "2.1.1",
        "micromark-extension-math": "3.1.0",
        "micromark-util-types": "2.0.2",
        "string-width": "8.1.0"
      },
      "engines": {
        "node": ">=20"
      },
      "funding": {
        "url": "https://github.com/sponsors/DavidAnson"
      }
    },
    "node_modules/markdownlint-cli2/node_modules/string-width": {
      "version": "8.1.0",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
      "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "get-east-asian-width": "^1.3.0",
        "strip-ansi": "^7.1.0"
      },
      "engines": {
        "node": ">=20"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
    "node_modules/markdownlint-micromark": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.2.tgz",
@@ -5078,23 +5119,6 @@
      "dev": true,
      "license": "MIT"
    },
    "node_modules/markdownlint/node_modules/string-width": {
      "version": "8.1.0",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
      "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "get-east-asian-width": "^1.3.0",
        "strip-ansi": "^7.1.0"
      },
      "engines": {
        "node": ">=20"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
    "node_modules/mdn-data": {
      "version": "2.27.1",
      "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
package.json
@@ -40,7 +40,7 @@
    "dotenv": "17.4.2",
    "lint-staged": "17.0.7",
    "lockfile-lint": "5.0.0",
    "markdownlint": "0.40.0",
    "markdownlint": "0.41.0",
    "markdownlint-cli2": "0.22.1",
    "markdownlint-rule-extended-ascii": "0.2.1",
    "markdownlint-rule-list-duplicates": "0.0.1",