diff --git a/package-lock.json b/package-lock.json index 2779047a1..136b66a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "handlebars": "4.7.9", "js-yaml": "5.2.3", "knip": "6.32.0", - "lockfile-lint": "5.0.0", + "lockfile-lint": "5.0.1", "showdown": "2.1.0", "showdown-footnotes": "2.1.2", "showdown-highlight": "3.1.0" @@ -15569,16 +15569,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 7a4a407b4..a37d11bd0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "handlebars": "4.7.9", "js-yaml": "5.2.3", "knip": "6.32.0", - "lockfile-lint": "5.0.0", + "lockfile-lint": "5.0.1", "showdown": "2.1.0", "showdown-footnotes": "2.1.2", "showdown-highlight": "3.1.0"