diff --git a/test-failure/package-lock.json b/test-failure/package-lock.json index 1213b69..9596e1c 100644 --- a/test-failure/package-lock.json +++ b/test-failure/package-lock.json @@ -12,7 +12,7 @@ "process": "^0.11.10" }, "devDependencies": { - "chai": "5.1.1" + "chai": "5.1.2" } }, "node_modules/assertion-error": { @@ -26,9 +26,9 @@ } }, "node_modules/chai": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.1.tgz", - "integrity": "sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.2.tgz", + "integrity": "sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/test-failure/package.json b/test-failure/package.json index bc8a1ef..43b8951 100644 --- a/test-failure/package.json +++ b/test-failure/package.json @@ -12,6 +12,6 @@ "process": "^0.11.10" }, "devDependencies": { - "chai": "5.1.1" + "chai": "5.1.2" } }