chore: update dependency mocha to ^10.7.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-20 19:56:17 +00:00 committed by Diana Lau
parent efe6731d92
commit 3c7ea78c4e
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": { "packages": {
"": { "": {
"name": "loopback-connector-mysql", "name": "loopback-connector-mysql",
"version": "7.0.11", "version": "7.0.12",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -23,7 +23,7 @@
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0", "eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.11", "loopback-datasource-juggler": "^5.0.11",
"mocha": "^10.6.0", "mocha": "^10.7.0",
"rc": "^1.2.8", "rc": "^1.2.8",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^18.0.0" "sinon": "^18.0.0"
@ -2521,9 +2521,9 @@
} }
}, },
"node_modules/mocha": { "node_modules/mocha": {
"version": "10.6.0", "version": "10.7.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz",
"integrity": "sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==", "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

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