chore(deps-dev): bump lockfile-lint from 4.12.0 to 4.12.1 (#5316)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5321/head
dependabot[bot] 2023-09-05 16:37:48 +05:30 committed by GitHub
parent 86d1c0dcbf
commit 65a59ed668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"eslint-plugin-unicorn": "^48.0.1",
"fs-extra": "^11.1.1",
"js-beautify": "^1.14.9",
"lockfile-lint": "^4.12.0",
"lockfile-lint": "^4.12.1",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
@ -6048,9 +6048,9 @@
}
},
"node_modules/lockfile-lint": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.0.tgz",
"integrity": "sha512-ygE4KVagojmV9IIM4swoSP7Rilu1esYVq2dUpnDsMLy9v/mKrWULTDSYM7kqKsGf/C+/K0ONJsxitpEPXXhBVQ==",
"version": "4.12.1",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.1.tgz",
"integrity": "sha512-FBP7OA7sa45kzPgRNLYIcGGgDS86rpZNW3ptALp1vlzv+oHZsqFZdmHXM4N4FwiGXHzUOpSVvDLT4v7IiQXFtA==",
"dev": true,
"dependencies": {
"cosmiconfig": "^8.2.0",
@ -16107,9 +16107,9 @@
}
},
"lockfile-lint": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.0.tgz",
"integrity": "sha512-ygE4KVagojmV9IIM4swoSP7Rilu1esYVq2dUpnDsMLy9v/mKrWULTDSYM7kqKsGf/C+/K0ONJsxitpEPXXhBVQ==",
"version": "4.12.1",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.12.1.tgz",
"integrity": "sha512-FBP7OA7sa45kzPgRNLYIcGGgDS86rpZNW3ptALp1vlzv+oHZsqFZdmHXM4N4FwiGXHzUOpSVvDLT4v7IiQXFtA==",
"dev": true,
"requires": {
"cosmiconfig": "^8.2.0",

View File

@ -76,7 +76,7 @@
"eslint-plugin-unicorn": "^48.0.1",
"fs-extra": "^11.1.1",
"js-beautify": "^1.14.9",
"lockfile-lint": "^4.12.0",
"lockfile-lint": "^4.12.1",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",