chore: update dependency chai to ^4.3.8

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-24 15:45:58 +00:00 committed by Diana Lau
parent 2b5567990e
commit 2fe40aca1e
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "strong-error-handler",
"version": "4.0.8",
"version": "5.0.0",
"license": "MIT",
"dependencies": {
"accepts": "^1.3.8",
@ -20,7 +20,7 @@
"devDependencies": {
"@commitlint/config-conventional": "^17.7.0",
"@types/express": "^4.17.17",
"chai": "^4.3.7",
"chai": "^4.3.8",
"eslint": "^8.47.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",
@ -549,9 +549,9 @@
}
},
"node_modules/chai": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz",
"integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==",
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.8.tgz",
"integrity": "sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==",
"dev": true,
"dependencies": {
"assertion-error": "^1.1.0",

View File

@ -28,7 +28,7 @@
"devDependencies": {
"@commitlint/config-conventional": "^17.7.0",
"@types/express": "^4.17.17",
"chai": "^4.3.7",
"chai": "^4.3.8",
"eslint": "^8.47.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",