diff --git a/package-lock.json b/package-lock.json index 25feba0a..1261c7ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "ava": "8.0.1", "c8": "12.0.0", "git-log-parser": "1.2.1", - "lockfile-lint": "5.0.0", + "lockfile-lint": "5.0.1", "ls-engines": "0.10.1", "npm-run-all2": "9.0.3", "prettier": "3.9.6", @@ -4998,16 +4998,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": { diff --git a/package.json b/package.json index 3ccae96d..26419bbd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ava": "8.0.1", "c8": "12.0.0", "git-log-parser": "1.2.1", - "lockfile-lint": "5.0.0", + "lockfile-lint": "5.0.1", "ls-engines": "0.10.1", "npm-run-all2": "9.0.3", "prettier": "3.9.6",