chore: update dependency mocha to ^10.8.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-30 17:16:39 +00:00 committed by Diana Lau
parent 9f21dee283
commit 814c13cf1d
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"eslint": "^8.57.1",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.1.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^19.0.2"
@ -2002,9 +2002,9 @@
}
},
"node_modules/mocha": {
"version": "10.7.3",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz",
"integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==",
"version": "10.8.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz",
"integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -34,7 +34,7 @@
"eslint": "^8.57.1",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.1.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^19.0.2"