diff --git a/package-lock.json b/package-lock.json index 34e7b171..48f5c6f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@types/adm-zip": "^0.5.2", - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "@types/chai-as-promised": "^7.1.6", "@types/chrome-remote-interface": "^0.31.11", "@types/express": "^4.17.19", @@ -995,9 +995,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/chai-as-promised": { @@ -8096,9 +8096,9 @@ } }, "@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/chai-as-promised": { diff --git a/package.json b/package.json index 124597db..80312363 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "devDependencies": { "@types/adm-zip": "^0.5.2", - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "@types/chai-as-promised": "^7.1.6", "@types/chrome-remote-interface": "^0.31.11", "@types/express": "^4.17.19",