diff --git a/package-lock.json b/package-lock.json index 47c727d487..152248bdf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/register": "=7.22.15", "@commitlint/cli": "=17.8.0", "@commitlint/config-conventional": "=17.8.0", - "@types/chai": "=4.3.8", + "@types/chai": "=4.3.9", "@types/dedent": "=0.7.1", "@types/mocha": "=10.0.2", "@types/node": "=20.8.5", @@ -7059,9 +7059,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", - "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==", + "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/connect": { diff --git a/package.json b/package.json index 4c8b8791ad..7b4b8a4896 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@babel/register": "=7.22.15", "@commitlint/cli": "=17.8.0", "@commitlint/config-conventional": "=17.8.0", - "@types/chai": "=4.3.8", + "@types/chai": "=4.3.9", "@types/dedent": "=0.7.1", "@types/mocha": "=10.0.2", "@types/node": "=20.8.5",