chore: update dependency mocha to ^8.4.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-21 12:57:06 +00:00 committed by Diana Lau
parent 5107820083
commit 2389b0ee8d
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -21,7 +21,7 @@
"eslint": "^8.47.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.28.9",
"mocha": "^8.1.2",
"mocha": "^8.4.0",
"rc": "^1.0.0",
"should": "^13.2.3",
"sinon": "^9.0.3"
@ -262,6 +262,15 @@
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ansi-colors": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
"integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
@ -1746,15 +1755,6 @@
"url": "https://opencollective.com/mochajs"
}
},
"node_modules/mocha/node_modules/ansi-colors": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
"integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/mocha/node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",

View File

@ -32,7 +32,7 @@
"eslint": "^8.47.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.28.9",
"mocha": "^8.1.2",
"mocha": "^8.4.0",
"rc": "^1.0.0",
"should": "^13.2.3",
"sinon": "^9.0.3"