chore: update dependency mocha to ^10.4.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-26 20:52:30 +00:00
parent bfa045483c
commit d06552cff6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -26,7 +26,7 @@
"eslint-config-loopback": "^13.1.0",
"express": "^4.19.2",
"lockfile-lint": "^4.13.2",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"supertest": "^6.3.4"
},
"engines": {
@ -3188,9 +3188,9 @@
}
},
"node_modules/mocha": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
"integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
"dev": true,
"dependencies": {
"ansi-colors": "4.1.1",

View File

@ -34,7 +34,7 @@
"eslint-config-loopback": "^13.1.0",
"express": "^4.19.2",
"lockfile-lint": "^4.13.2",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"supertest": "^6.3.4"
},
"browser": {