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:
renovate[bot] 2024-02-11 16:33:06 +00:00
parent 5087c61731
commit 9fdb0f5f9a
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -25,7 +25,7 @@
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0", "eslint-config-loopback": "^13.1.0",
"express": "^4.18.2", "express": "^4.18.2",
"lockfile-lint": "^4.13.0", "lockfile-lint": "^4.13.1",
"mocha": "^10.3.0", "mocha": "^10.3.0",
"supertest": "^6.3.4" "supertest": "^6.3.4"
}, },
@ -2897,15 +2897,15 @@
} }
}, },
"node_modules/lockfile-lint": { "node_modules/lockfile-lint": {
"version": "4.13.0", "version": "4.13.1",
"resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.0.tgz", "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.1.tgz",
"integrity": "sha512-8WI5oq3ZXxmFTINgXGRXdJ4J1sJ3ceTvn6KQ5Dww+C3a5NWbhynyAXYTjsPj5eBdeqdYmOsLRf0whcrEDyxSJQ==", "integrity": "sha512-JUOsgO2wUGSvo5UzVAj4z0IwQkRLgDY3OnsusnWy/uCUzpG9PDUJtMn718KjkSmnmmxwXqqWlc/Fvho1GaEFGg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cosmiconfig": "^8.2.0", "cosmiconfig": "^8.2.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"fast-glob": "^3.3.1", "fast-glob": "^3.3.1",
"lockfile-lint-api": "^5.9.0", "lockfile-lint-api": "^5.9.1",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
"bin": { "bin": {
@ -2916,9 +2916,9 @@
} }
}, },
"node_modules/lockfile-lint-api": { "node_modules/lockfile-lint-api": {
"version": "5.9.0", "version": "5.9.1",
"resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.9.0.tgz", "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.9.1.tgz",
"integrity": "sha512-KSloMmq9GRfH7yFbt8gueD2hJKF6VcILfYznN0i3esvU7LRAYtxEwLdSc3lEu/lfP5c+Bd2qC2Rf56DfmUDbXA==", "integrity": "sha512-us5IT1bGA6KXbq1WrhrSzk9mtPgHKz5nhvv3S4hwcYnhcVOKW2uK0W8+PN9oIgv4pI49WsD5wBdTQFTpNChF/Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@yarnpkg/parsers": "^3.0.0-rc.48.1", "@yarnpkg/parsers": "^3.0.0-rc.48.1",

View File

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