chore: update dependency mocha to ^10.7.3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-09 14:39:31 +00:00 committed by Diana Lau
parent c1d337ebb8
commit a4b1e09587
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.11",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^18.0.0"
@ -2521,9 +2521,9 @@
}
},
"node_modules/mocha": {
"version": "10.7.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz",
"integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==",
"version": "10.7.3",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz",
"integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -34,7 +34,7 @@
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.11",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^18.0.0"