diff --git a/lib/package-lock.json b/lib/package-lock.json index 24122004..cc498f97 100644 --- a/lib/package-lock.json +++ b/lib/package-lock.json @@ -23,7 +23,7 @@ "@eslint/js": "^9.21.0", "@esm-bundle/chai": "~4.3.4-fix.0", "@types/buffer-crc32": "^0.2.4", - "@types/chai": "~5.0.1", + "@types/chai": "~5.2.2", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", "@types/jsonwebtoken": "~9.0.9", @@ -1456,9 +1456,9 @@ } }, "node_modules/@types/chai": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.0.1.tgz", - "integrity": "sha512-5T8ajsg3M/FOncpLYW7sdOcD6yf4+722sze/tc4KQV0P8Z2rAr3SAuHCIkYmYpt8VbcQlnz8SxlOlPQYefe4cA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.2.tgz", + "integrity": "sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/lib/package.json b/lib/package.json index fc197633..0c618bbd 100644 --- a/lib/package.json +++ b/lib/package.json @@ -98,7 +98,7 @@ "@eslint/js": "^9.21.0", "@esm-bundle/chai": "~4.3.4-fix.0", "@types/buffer-crc32": "^0.2.4", - "@types/chai": "~5.0.1", + "@types/chai": "~5.2.2", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", "@types/jsonwebtoken": "~9.0.9",