From 55f5ce46b9153dd95313e5956cdac5540bf1ff91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:53:35 +0000 Subject: [PATCH] build(deps-dev): bump lockfile-lint from 4.14.0 to 4.14.1 Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.14.0 to 4.14.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@4.14.1/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-version: 4.14.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf04008a..97437a87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9801,15 +9801,15 @@ } }, "node_modules/lockfile-lint": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.14.0.tgz", - "integrity": "sha512-uyXZ8X4J6EsicG87p0y4SHorJBwABLcaXOpI/j3h8SO/OX4fKTJ6Cqqi+U3zjgU0fo+u/4KbB7fl8ZzTewd0Ow==", + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.14.1.tgz", + "integrity": "sha512-NW0Tk1qfldhbhJWQENYQWANdmlanXKxvTJYRYKn56INYjaP2M07Ua2SJYkUMS+ZbYwxDzul/C6pDsV/NEXrl+A==", "dev": true, "dependencies": { "cosmiconfig": "^9.0.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", - "lockfile-lint-api": "^5.9.1", + "lockfile-lint-api": "^5.9.2", "yargs": "^17.7.2" }, "bin": {