Bump chai from 5.2.1 to 6.0.1

Bumps [chai](https://github.com/chaijs/chai) from 5.2.1 to 6.0.1.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v5.2.1...v6.0.1)

Change-Id: I405d9b8e9887221efc1960d862d8e0844cda6ab9

---
updated-dependencies:
- dependency-name: chai
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Closes #83

Change-Id: Ib0f6d5493abdff576fe3b18246558c1332701553
diff --git a/package-lock.json b/package-lock.json
index 5b889e3..2b435af 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
       "license": "APACHE-2.0",
       "dependencies": {
         "@slack/web-api": "^7.10.0",
-        "chai": "^6.0.0",
+        "chai": "^6.0.1",
         "form-data": "^4.0.4",
         "mocha": "^11.7.2",
         "mocha-junit-reporter": "^2.2.1",
@@ -463,9 +463,9 @@
       }
     },
     "node_modules/chai": {
-      "version": "6.0.0",
-      "resolved": "https://registry.npmjs.org/chai/-/chai-6.0.0.tgz",
-      "integrity": "sha512-a1Td/S+R4gegQ1aQhi9V2KP5uAQFaoZCRhKSw/UWDbwaB192HEP6eeczJKA/rSAwnEgRpNCdAdulDPhgvt3z4Q==",
+      "version": "6.0.1",
+      "resolved": "https://registry.npmjs.org/chai/-/chai-6.0.1.tgz",
+      "integrity": "sha512-/JOoU2//6p5vCXh00FpNgtlw0LjvhGttaWc+y7wpW9yjBm3ys0dI8tSKZxIOgNruz5J0RleccatSIC3uxEZP0g==",
       "license": "MIT",
       "engines": {
         "node": ">=18"
diff --git a/package.json b/package.json
index 5d5a856..93a5c7f 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
   "license": "APACHE-2.0",
   "dependencies": {
     "@slack/web-api": "^7.10.0",
-    "chai": "^6.0.0",
+    "chai": "^6.0.1",
     "form-data": "^4.0.4",
     "mocha": "^11.7.2",
     "mocha-junit-reporter": "^2.2.1",