chore: update dependency chai to ^4.4.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-12 16:11:44 +00:00
parent f1edd2d533
commit d40e286dfd
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.4.0",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",
@ -1069,9 +1069,9 @@
}
},
"node_modules/chai": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.4.0.tgz",
"integrity": "sha512-x9cHNq1uvkCdU+5xTkNh5WtgD4e4yDFCsp9jVc7N7qVeKeftv3gO/ZrviX5d+3ZfxdYnZXZYujjRInu1RogU6A==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz",
"integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==",
"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.4.0",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",