chore: update dependency chai to ^4.3.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd841d16ec
commit
14afd86b13
|
@ -20,7 +20,7 @@
|
|||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
"@types/express": "^4.17.18",
|
||||
"chai": "^4.3.9",
|
||||
"chai": "^4.3.10",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"express": "^4.18.2",
|
||||
|
@ -549,18 +549,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/chai": {
|
||||
"version": "4.3.9",
|
||||
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.9.tgz",
|
||||
"integrity": "sha512-tH8vhfA1CfuYMkALXj+wmZcqiwqOfshU9Gry+NYiiLqIddrobkBhALv6XD4yDz68qapphYI4vSaqhqAdThCAAA==",
|
||||
"version": "4.3.10",
|
||||
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz",
|
||||
"integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"assertion-error": "^1.1.0",
|
||||
"check-error": "^1.0.3",
|
||||
"deep-eql": "^4.1.2",
|
||||
"get-func-name": "^2.0.0",
|
||||
"loupe": "^2.3.1",
|
||||
"deep-eql": "^4.1.3",
|
||||
"get-func-name": "^2.0.2",
|
||||
"loupe": "^2.3.6",
|
||||
"pathval": "^1.1.1",
|
||||
"type-detect": "^4.0.5"
|
||||
"type-detect": "^4.0.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
"@types/express": "^4.17.18",
|
||||
"chai": "^4.3.9",
|
||||
"chai": "^4.3.10",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"express": "^4.18.2",
|
||||
|
|
Loading…
Reference in New Issue