diff --git a/package-lock.json b/package-lock.json index f756d91f..a64eb9de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "typescript": "4.9.5" }, "devDependencies": { - "@types/chai": "4.3.8", + "@types/chai": "4.3.9", "@types/cypress-cucumber-preprocessor": "4.0.2", "husky": "6.0.0", "lint-staged": "11.2.6", @@ -158,9 +158,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/color-name": { diff --git a/package.json b/package.json index 292b25d7..7e3c7f5e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Chai and Should.", "devDependencies": { - "@types/chai": "4.3.8", + "@types/chai": "4.3.9", "@types/cypress-cucumber-preprocessor": "4.0.2", "husky": "6.0.0", "lint-staged": "11.2.6",