build(deps-dev): bump lockfile-lint from 4.12.1 to 4.13.2 (#1964)

Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.12.1 to 4.13.2.
- [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.13.2/packages/lockfile-lint)

---
updated-dependencies:
- dependency-name: lockfile-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-01 07:33:19 +02:00 коммит произвёл GitHub
Родитель 4c8cf5b917
Коммит 9ae931adb0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 10 добавлений и 10 удалений

18
package-lock.json сгенерированный
Просмотреть файл

@ -29,7 +29,7 @@
"find-unused-sass-variables": "^5.0.0",
"fuse.js": "^7.0.0",
"hugo-bin": "^0.119.0",
"lockfile-lint": "^4.12.1",
"lockfile-lint": "^4.13.2",
"npm-run-all2": "^6.1.2",
"picocolors": "^1.0.0",
"postcss": "^8.4.33",
@ -3817,15 +3817,15 @@
}
},
"node_modules/lockfile-lint": {
"version": "4.12.1",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.1.tgz",
"integrity": "sha512-FBP7OA7sa45kzPgRNLYIcGGgDS86rpZNW3ptALp1vlzv+oHZsqFZdmHXM4N4FwiGXHzUOpSVvDLT4v7IiQXFtA==",
"version": "4.13.2",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.2.tgz",
"integrity": "sha512-yeg0vJ3NjC6OVMZtC+nSLLavu/e8LE5FZp9u0Itqyt7I0gYYCgGxAsJV3TJ7WtaJd4PahineJvHqSk/4sqzU8w==",
"dev": true,
"dependencies": {
"cosmiconfig": "^8.2.0",
"debug": "^4.3.4",
"fast-glob": "^3.3.1",
"lockfile-lint-api": "^5.8.0",
"lockfile-lint-api": "^5.9.1",
"yargs": "^17.7.2"
},
"bin": {
@ -3836,12 +3836,12 @@
}
},
"node_modules/lockfile-lint-api": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.8.0.tgz",
"integrity": "sha512-RHa+ofSGMGQvPFG1oD2qZmSWF2MfxWXhle/unpzmDjpi8F8Ou5sreNUcAscgGRfcX+BszBuVKddD0X5YKQ0TeA==",
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.9.1.tgz",
"integrity": "sha512-us5IT1bGA6KXbq1WrhrSzk9mtPgHKz5nhvv3S4hwcYnhcVOKW2uK0W8+PN9oIgv4pI49WsD5wBdTQFTpNChF/Q==",
"dev": true,
"dependencies": {
"@yarnpkg/parsers": "^3.0.0-rc.32",
"@yarnpkg/parsers": "^3.0.0-rc.48.1",
"debug": "^4.3.4",
"object-hash": "^3.0.0"
},

Просмотреть файл

@ -77,7 +77,7 @@
"find-unused-sass-variables": "^5.0.0",
"fuse.js": "^7.0.0",
"hugo-bin": "^0.119.0",
"lockfile-lint": "^4.12.1",
"lockfile-lint": "^4.13.2",
"npm-run-all2": "^6.1.2",
"picocolors": "^1.0.0",
"postcss": "^8.4.33",