chore: update dependency lockfile-lint to ^4.13.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-11 10:43:42 +00:00
parent 1bb673d12d
commit 5087c61731
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -25,7 +25,7 @@
"eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",
"lockfile-lint": "^4.12.1",
"lockfile-lint": "^4.13.0",
"mocha": "^10.3.0",
"supertest": "^6.3.4"
},
@ -2897,15 +2897,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.0",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.0.tgz",
"integrity": "sha512-8WI5oq3ZXxmFTINgXGRXdJ4J1sJ3ceTvn6KQ5Dww+C3a5NWbhynyAXYTjsPj5eBdeqdYmOsLRf0whcrEDyxSJQ==",
"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.0",
"yargs": "^17.7.2"
},
"bin": {
@ -2916,12 +2916,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.0",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.9.0.tgz",
"integrity": "sha512-KSloMmq9GRfH7yFbt8gueD2hJKF6VcILfYznN0i3esvU7LRAYtxEwLdSc3lEu/lfP5c+Bd2qC2Rf56DfmUDbXA==",
"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"
},

View File

@ -33,7 +33,7 @@
"eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",
"lockfile-lint": "^4.12.1",
"lockfile-lint": "^4.13.0",
"mocha": "^10.3.0",
"supertest": "^6.3.4"
},