diff --git a/package-lock.json b/package-lock.json index 43f309f8..8ad0403e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "jsonc-parser": "^3.2.0" }, "devDependencies": { - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.2", "@types/node": "14.x", @@ -377,9 +377,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/glob": { @@ -5546,9 +5546,9 @@ "dev": true }, "@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 }, "@types/glob": { diff --git a/package.json b/package.json index ac892490..5f4cc1fe 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "ui-test": "node --unhandled-rejections=warn-with-error-code out/ui-test/uitest_runner.js" }, "devDependencies": { - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.2", "@types/node": "14.x",