diff options
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 6268877a8..d112040a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "@smithy/util-stream": "^2.0.15", "@types/body-parser": "^1.19.3", "@types/bootstrap": "^5.1.6", - "@types/chai": "^4.3.6", + "@types/chai": "^4.3.9", "@types/chai-as-promised": "^7.1.6", "@types/express": "^4.17.18", "@types/file-saver": "^2.0.5", @@ -4200,9 +4200,9 @@ "dev": true }, "node_modules/@types/chai": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.6.tgz", - "integrity": "sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz", + "integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==", "dev": true }, "node_modules/@types/chai-as-promised": { diff --git a/package.json b/package.json index 422a5f606..63f1e6db9 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@smithy/util-stream": "^2.0.15", "@types/body-parser": "^1.19.3", "@types/bootstrap": "^5.1.6", - "@types/chai": "^4.3.6", + "@types/chai": "^4.3.9", "@types/chai-as-promised": "^7.1.6", "@types/express": "^4.17.18", "@types/file-saver": "^2.0.5", |