chore: update dependency eslint-plugin-mocha to ^10.4.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-08 10:20:55 +00:00
parent 8de60b558e
commit 99ff788169
2 changed files with 7 additions and 19 deletions

24
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "loopback-datasource-juggler",
"version": "5.0.6",
"version": "5.0.7",
"license": "MIT",
"dependencies": {
"async": "^3.2.5",
@ -31,7 +31,7 @@
"bson": "^4.7.2",
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.4.0",
"eslint-plugin-mocha": "^10.4.1",
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
@ -2074,13 +2074,13 @@
}
},
"node_modules/eslint-plugin-mocha": {
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.0.tgz",
"integrity": "sha512-L1JdiKc9UE9S1i55MciDXAuyC39/OMWwjeDg0nBOOc2dXPCd2iaboyu1Qlykek78jo/BM96KFsgY6cmKDR2UYg==",
"version": "10.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.1.tgz",
"integrity": "sha512-G85ALUgKaLzuEuHhoW3HVRgPTmia6njQC3qCG6CEvA8/Ja9PDZnRZOuzekMki+HaViEQXINuYsmhp5WR5/4MfA==",
"dev": true,
"dependencies": {
"eslint-utils": "^3.0.0",
"globals": "^14.0.0",
"globals": "^13.24.0",
"rambda": "^7.4.0"
},
"engines": {
@ -2090,18 +2090,6 @@
"eslint": ">=7.0.0"
}
},
"node_modules/eslint-plugin-mocha/node_modules/globals": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
"dev": true,
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint-scope": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",

View File

@ -43,7 +43,7 @@
"bson": "^4.7.2",
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^10.4.0",
"eslint-plugin-mocha": "^10.4.1",
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
"mocha": "^10.3.0",
"nyc": "^15.1.0",