diff --git a/package-lock.json b/package-lock.json index 0712c202..18c5051a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "typescript": "4.9.5" }, "devDependencies": { - "@types/chai": "4.3.13", + "@types/chai": "4.3.14", "@types/cypress-cucumber-preprocessor": "4.0.0", "husky": "6.0.0", "lint-staged": "11.2.6", @@ -2723,9 +2723,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.13", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.13.tgz", - "integrity": "sha512-+LxQEbg4BDUf88utmhpUpTyYn1zHao443aGnXIAQak9ZMt9Rtsic0Oig0OS1xyIqdDXc5uMekoC6NaiUlkT/qA==", + "version": "4.3.14", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz", + "integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==", "dev": true }, "node_modules/@types/color-name": { diff --git a/package.json b/package.json index 14639695..4c0b23d1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Cucumber, Chai and Should.", "devDependencies": { - "@types/chai": "4.3.13", + "@types/chai": "4.3.14", "@types/cypress-cucumber-preprocessor": "4.0.0", "husky": "6.0.0", "lint-staged": "11.2.6",