chore: update dependency lockfile-lint to ^4.13.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5087c61731
commit
9fdb0f5f9a
|
@ -25,7 +25,7 @@
|
|||
"eslint": "^8.56.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"express": "^4.18.2",
|
||||
"lockfile-lint": "^4.13.0",
|
||||
"lockfile-lint": "^4.13.1",
|
||||
"mocha": "^10.3.0",
|
||||
"supertest": "^6.3.4"
|
||||
},
|
||||
|
@ -2897,15 +2897,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lockfile-lint": {
|
||||
"version": "4.13.0",
|
||||
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.0.tgz",
|
||||
"integrity": "sha512-8WI5oq3ZXxmFTINgXGRXdJ4J1sJ3ceTvn6KQ5Dww+C3a5NWbhynyAXYTjsPj5eBdeqdYmOsLRf0whcrEDyxSJQ==",
|
||||
"version": "4.13.1",
|
||||
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.1.tgz",
|
||||
"integrity": "sha512-JUOsgO2wUGSvo5UzVAj4z0IwQkRLgDY3OnsusnWy/uCUzpG9PDUJtMn718KjkSmnmmxwXqqWlc/Fvho1GaEFGg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"cosmiconfig": "^8.2.0",
|
||||
"debug": "^4.3.4",
|
||||
"fast-glob": "^3.3.1",
|
||||
"lockfile-lint-api": "^5.9.0",
|
||||
"lockfile-lint-api": "^5.9.1",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -2916,9 +2916,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lockfile-lint-api": {
|
||||
"version": "5.9.0",
|
||||
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.9.0.tgz",
|
||||
"integrity": "sha512-KSloMmq9GRfH7yFbt8gueD2hJKF6VcILfYznN0i3esvU7LRAYtxEwLdSc3lEu/lfP5c+Bd2qC2Rf56DfmUDbXA==",
|
||||
"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.48.1",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"eslint": "^8.56.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"express": "^4.18.2",
|
||||
"lockfile-lint": "^4.13.0",
|
||||
"lockfile-lint": "^4.13.1",
|
||||
"mocha": "^10.3.0",
|
||||
"supertest": "^6.3.4"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue