chore: update dependency chai to ^4.4.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-05 15:10:05 +00:00
parent 18d953b827
commit 22c5fdb3a8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -21,7 +21,7 @@
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@types/express": "^4.17.21",
"chai": "^4.3.10",
"chai": "^4.4.0",
"eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",
@ -1069,9 +1069,9 @@
}
},
"node_modules/chai": {
"version": "4.3.10",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz",
"integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.4.0.tgz",
"integrity": "sha512-x9cHNq1uvkCdU+5xTkNh5WtgD4e4yDFCsp9jVc7N7qVeKeftv3gO/ZrviX5d+3ZfxdYnZXZYujjRInu1RogU6A==",
"dev": true,
"dependencies": {
"assertion-error": "^1.1.0",

View File

@ -29,7 +29,7 @@
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@types/express": "^4.17.21",
"chai": "^4.3.10",
"chai": "^4.4.0",
"eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",