diff --git a/package-lock.json b/package-lock.json index a26fa7a17c..a79b04f979 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/register": "=7.22.15", "@commitlint/cli": "=17.7.2", "@commitlint/config-conventional": "=17.7.0", - "@types/chai": "=4.3.7", + "@types/chai": "=4.3.8", "@types/dedent": "=0.7.0", "@types/mocha": "=10.0.2", "@types/node": "=20.8.4", @@ -8490,9 +8490,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.7.tgz", - "integrity": "sha512-/k+vesl92vMvMygmQrFe9Aimxi6oQXFUX9mA5HanTrKUSAMoLauSi6PNFOdRw0oeqilaW600GNx2vSaT2f8aIQ==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", + "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==", "dev": true }, "node_modules/@types/connect": { diff --git a/package.json b/package.json index 8a161aadb4..b98329ead2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@babel/register": "=7.22.15", "@commitlint/cli": "=17.7.2", "@commitlint/config-conventional": "=17.7.0", - "@types/chai": "=4.3.7", + "@types/chai": "=4.3.8", "@types/dedent": "=0.7.0", "@types/mocha": "=10.0.2", "@types/node": "=20.8.4",