From 504c13ffb184902536b62e2341c3a6358cd15f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:47:32 +0000 Subject: [PATCH] build(deps-dev): bump lockfile-lint from 4.14.1 to 5.0.0 Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.14.1 to 5.0.0. - [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.0/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" }