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

dependabot[bot]
4 days ago bef1f17ebde06d6b12a50b0a9089b0d8a81e5414
build(deps-dev): bump lockfile-lint from 5.0.0 to 5.0.1

Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@5.0.1/packages/lockfile-lint)

---
updated-dependencies:
- dependency-name: lockfile-lint
dependency-version: 5.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
12 ■■■■ changed files
package-lock.json 10 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -23,7 +23,7 @@
        "@types/node": "25.9.1",
        "dotenv": "17.4.2",
        "lint-staged": "17.0.7",
        "lockfile-lint": "5.0.0",
        "lockfile-lint": "5.0.1",
        "markdownlint": "0.40.0",
        "markdownlint-cli2": "0.22.1",
        "markdownlint-rule-extended-ascii": "0.2.1",
@@ -4625,16 +4625,16 @@
      }
    },
    "node_modules/lockfile-lint": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-5.0.0.tgz",
      "integrity": "sha512-QcVIVITLZAhWYHU2wbNSOMgwc6EN4Y2sy6mjgS5aikYyRzgDIfotXUsCrm38En+3fZpc58Yu7DF9dNeT/goi1A==",
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-5.0.1.tgz",
      "integrity": "sha512-Ukjf5yGBQwfl7L2niV3in7bU5wEww3+4Dkw89JGTzOuq18tzS7jaszl2oO7M6u+jcim080MfX5E4Gokt1KhRHQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "cosmiconfig": "^9.0.0",
        "debug": "^4.3.4",
        "fast-glob": "^3.3.2",
        "lockfile-lint-api": "^5.9.2",
        "tinyglobby": "^0.2.15",
        "yargs": "^17.7.2"
      },
      "bin": {
package.json
@@ -39,7 +39,7 @@
    "@types/node": "25.9.1",
    "dotenv": "17.4.2",
    "lint-staged": "17.0.7",
    "lockfile-lint": "5.0.0",
    "lockfile-lint": "5.0.1",
    "markdownlint": "0.40.0",
    "markdownlint-cli2": "0.22.1",
    "markdownlint-rule-extended-ascii": "0.2.1",