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:10:04 +00:00 committed by Diana Lau
parent 84cde165cb
commit 8819ad1ad6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.7",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^17.0.1"
@ -1982,9 +1982,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": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.7",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^17.0.1"