diff --git a/package-lock.json b/package-lock.json index 254a1fc..a65a721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "eslint": "^10.3.0", "globals": "^17.6.0", "htmlhint": "^1.1.4", - "lockfile-lint": "^4.14.0", + "lockfile-lint": "^5.0.0", "stylelint": "^17.11.0", "stylelint-config-standard": "^40.0.0" } @@ -1774,9 +1774,9 @@ } }, "node_modules/lockfile-lint": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.14.1.tgz", - "integrity": "sha512-NW0Tk1qfldhbhJWQENYQWANdmlanXKxvTJYRYKn56INYjaP2M07Ua2SJYkUMS+ZbYwxDzul/C6pDsV/NEXrl+A==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-5.0.0.tgz", + "integrity": "sha512-QcVIVITLZAhWYHU2wbNSOMgwc6EN4Y2sy6mjgS5aikYyRzgDIfotXUsCrm38En+3fZpc58Yu7DF9dNeT/goi1A==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 4f96e56..acd58a0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "eslint": "^10.3.0", "globals": "^17.6.0", "htmlhint": "^1.1.4", - "lockfile-lint": "^4.14.0", + "lockfile-lint": "^5.0.0", "stylelint": "^17.11.0", "stylelint-config-standard": "^40.0.0" }