diff --git a/package-lock.json b/package-lock.json index 91d71c415a..26d2b4a431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/register": "=7.22.15", "@commitlint/cli": "=18.2.0", "@commitlint/config-conventional": "=18.1.0", - "@types/chai": "=4.3.9", + "@types/chai": "=4.3.10", "@types/dedent": "=0.7.1", "@types/mocha": "=10.0.4", "@types/node": "=20.8.10", @@ -7535,9 +7535,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz", - "integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==", + "version": "4.3.10", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.10.tgz", + "integrity": "sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==", "dev": true }, "node_modules/@types/connect": { diff --git a/package.json b/package.json index ea18da83e4..0dc543b86d 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@babel/register": "=7.22.15", "@commitlint/cli": "=18.2.0", "@commitlint/config-conventional": "=18.1.0", - "@types/chai": "=4.3.9", + "@types/chai": "=4.3.10", "@types/dedent": "=0.7.1", "@types/mocha": "=10.0.4", "@types/node": "=20.8.10",